C Deutsch
C Deutsch
@blacksonic any idea why tree shaking doesn't work if the class extends `React.Component`? Here's a simple reproduction: https://github.com/cdeutsch/typescript-webpack-tree-shaking/commit/cc37b70629de1698f20c0d2cf3af78ccbf18abde#diff-f2a33497e4348acebe5f8fe829ffc6ffR19 Is it a bug with Babel-Minify? Or are there side effects with...
### Bug description In an ARM based Docker container (or ARM based Linux): 1. `npm install puppeteer` Error: > The chromium binary is not available for arm64. This is related...
In the [Quick Start](https://docs.feathersjs.com/guides/basics/starting.html) the following example is given for TypeScript ```typescript const main = async () => { // Create a new message on our message service await app.service('messages').create({...
I love the Dark mode of Night Owl and it's my primary theme! In certain lighting conditions I've been looking for a Light theme, and `Night Owl Light (No Italics)`...
## Bug report ### Current Behavior I'm trying to debug why Dropdown doesn't work in my project and I'm trying to step through `Popper.tsx` from the line: ``` const anchorRect...
* Wavebox Version: 10.0.378.2 stable * Operating System & Version: Mac OSX 10.14.6 The App Matcher is pretty powerful. Is it possible to add "Default Browser" as a "tab action"?...
Is there an alternative to `portfinder` that could be used? They don't seem super interested in upgrading `mkdirp` which relies on a vulnerable version of `minimist` https://github.com/http-party/node-portfinder/issues/112 Unfortunately my company...
This isn't an issue, just trying to understand the code (and JS for that matter). Why is this line called with `[1]` instead of `1`? https://github.com/ilyalesik/react-fetch-hook/blob/67223d783901b282090fc20c9426231119b423cb/usePromise.js#L8 Is it handling some...
I have multiple ``'s that share a `group` in order to synchronize the tooltips.  When I hover over "MAX(value)", they'll all get the same `title`  I tracked it...
Every time I change a javascript file or CSS file it takes two refreshes for it to appear in the browser. It looks like fs.watchFile picks up the change (running...