Stefan Charsley
Stefan Charsley
## Request for maintainers This a call out to anyone who wishes to takeover maintenance of this library. Starting in Jan 2020 the company I work for will move away...
**Is your feature request related to a problem? Please describe.** Would like the periodic checks to start without requiring a call to `checkAuth()` which has side effects (e.g. if your...
Are there any plans for supporting ESModule output? I see a lot of other tools and packages are switching the ESModule output, some exclusively only output ESModule and ditching UMD/AMD/CommonJS....
Using the await keyword on the result of code inside brackets produces the wrong output. Example: ```ts declare const a: boolean; declare function gl(): Promise; declare function bg(): Promise; async...
We used to use pg and pg-pool which would expose the number of connections in use and the number available. Our use case is that this would let us have...
Fixes an issue where catching an error inside a transaction and running custom error logic doesn't work due to a hidden catch and rethrow occurring.
Is this project still maintained or has it been orphaned?
# Pull request questions ## Why was change needed Incorrectly overriding region to be a city. Auckland and Nelson both have the region and city using the same name but...
- invalid character in admin level key - invalid indentation
Rendering in the editor seems broken compared to the official mjml rendering. Here's a sample which if you paste the mjml into the grapesjs-mjml demo looks completely broken. https://mjml.io/try-it-live/bdcDZ_27h The...