Projects

Contributions

PR RobinBlomberg/kysely-codegen#210 +118 -5 Oct 2024

Added --date-parser flag to control how PostgreSQL DATE columns are typed, allowing developers to choose between string and Date representations.

Issue nrwl/nx#6662 Aug 2021

Reported that @nrwl/web hijacks module resolution, causing incorrect package versions to be bundled when dependencies exist in nested node_modules.

PR timgit/pg-boss#169 +1 -0 May 2020

Added missing 'all' property to the MonitorStates TypeScript interface to align with documented API.

PR Vincit/objection.js#1683 +57 -6 Feb 2020

Added underscoreBetweenUppercaseLetters option to knexSnakeCaseMappers, making consecutive uppercase letter handling configurable.

PR Vincit/objection.js#1687 +14 -6 Feb 2020

Updated documentation for snakeCaseMappers and knexSnakeCaseMappers functions.

Issue Vincit/objection.js#1676 Feb 2020

Identified that knexSnakeCaseMappers created naming collisions with consecutive uppercase letters (e.g., isBLevel and isBlevel both mapping to is_blevel).

PR manishrasrani/ms-adal-angular6#25 +20 -15 Jul 2019

Fixed a bug where acquireToken callback executed outside Angular's zone, breaking change detection for newly created components.

PR nrwl/nx#1923 +1 -1 Oct 2019

Fixed ng add @nrwl/angular failing with "Cannot read property 'replace' of undefined" and leaving workspace in bad state.

Reported that @storybook/angular's zone.js peer dependency blocked Angular 7 to 8 CLI upgrades.

PR nestjs/typeorm#127 +1 -0 May 2019

Added tests/ folder to .npmignore to prevent it from being included in the npm package, which was causing apps to crash under ts-node.

Issue nestjs/typeorm#109 Apr 2019

Reported regression in v6.1.0 where custom repository injection with default connection was broken due to malformed injection tokens.

PR OptimalBits/redbird#191 +1 -1 Dec 2018

Fixed a bug where secure: false option was not being respected due to incorrect boolean logic, preventing SSL verification from being disabled.

PR rollbar/rollbar.js#468 +19 -1 Oct 2017

Fixed a bug where calling Rollbar.configure() would reset telemetry settings to defaults instead of preserving existing configuration.

PR angular/angular.io#1330 +1 -1 May 2016

Fixed typo in developer guide documentation (withing → within).

Issue angular/angular.js#12491 Aug 2015

Reported that ngAnimate causes ngShow to malfunction in certain circumstances when conditions change rapidly.

PR apache/libcloud#71 +34 -13 Jul 2012

Added support for Rackspace Nova ORD endpoint to the libcloud compute driver.

PR jsdom/jsdom#397 +28 -7 Feb 2012

Added ability to access NamedNodeMap items via property, improving DOM attribute access compatibility.

PR aredridel/html5#50 +1 -1 Jan 2012

Fixed undefined reference to PHASES variable that was accidentally relying on a global, improving test pass rate.

PR jsdom/jsdom#366 +15 -6 Nov 2011

Made CSSOM constructors available on the DOM window object.

PR jsdom/jsdom#363 +63 -40 Nov 2011

Fixed bug where attribute event handlers on bubbling path weren't being called during event propagation.

PR jsdom/jsdom#349 +0 -1 Oct 2011

Fixed bug in appendHtmlToElement when using the HTML5 parser.

PR jsdom/jsdom#344 +13 -6 Oct 2011

Fixed bug where setting text property on script elements didn't clear old text content.

PR assaf/zombie#183 +3 -3 Oct 2011

Fixed segmentation fault caused by browser.open() when accessing sessionStorage/localStorage before document exists.

PR jsdom/jsdom#294 +5 -1 Sep 2011

Fixed 2 bugs in the jsdom test suite.

PR jsdom/jsdom#293 +517 -105 Sep 2011

Improved frame and iframe support with significant enhancements to window context handling.

PR jsdom/jsdom#285 +116 -0 Aug 2011

Added support for inline event handlers (onclick, onload, etc.) in HTML attributes.

PR jsdom/jsdom#284 +249 -178 Aug 2011

Refactored script execution and frame window tests into their own files for better organization.

PR jsdom/jsdom#283 +69 -6 Aug 2011

Fixed resource loading over HTTPS connections.

PR jsdom/jsdom#273 +2 -2 Aug 2011

Fixed segmentation fault in jsdom by updating Contextify integration.

PR jsdom/jsdom#269 +1 -1 Aug 2011

Integrated Contextify for window context management, replacing the previous sandboxing approach.