Garth Williams
Garth Williams
### What is the problem? I am testing a full backup/restore of caprover. The backup was automated with rsnapshot, and copies the /captain/data folder and does a pg_dumpall via docker...
**Type of issue:** (check with "[x]") ``` - [ ] New feature request - [ x] Bug - [ ] Support request ``` **Current behavior:** Examples show passing `null` as...
**Type of issue:** (check with "[x]") ``` - [ ] New feature request - [x ] Bug - [ ] Support request ``` **Current behavior:** Marked as returning a `Promise`...
**Type of issue:** (check with "[x]") ``` - [ ] New feature request - [ ] Bug - [ ] Support request - [x] DX improvement ``` **Current behavior:** ```...
This pull request addresses a critical issue where uniqueIdentifierFields containing a falsy values cause an exception. BTW: adding the following eslint rule would catch this kind of error: `@typescript-eslint/strict-boolean-expressions` Also...
Is it possible to import from both a node_module and type in a single import statement? ```js import * as React from 'react'; // import from module import { StatelessComponent...
To reproduce: 1. Add an element with `delayed` and `remove` styles 2. Remove the element before the delayed transition has completed Result: element is not removed from the DOM
Upgrading from v1.1.1 to v2.0.5 and the HTML email body container does not scroll, overflow is hidden.
I couldn't get this lib to work with the lest solid js version, so had a go at fixing the issues. I added prettier and eslint, fixed a bunch of...
I'm seeing warnings after upgrading @syncedstore dependencies ``` warning, Symbol($reactiveproxy) passed, but does not match $reactiveproxy. Multiple Reactive libraries loaded? ``` I guess this is because of the versions of...