parkerault
parkerault
The [Microsoft Terminal](https://github.com/microsoft/terminal) app is a vast improvement over the default Bash for Windows app that ships with WSL distros, and fixes all of the issues with text rendering. Also,...
First of all, thanks for all the hard work you've put into this fantastic guide; if I had tried to migrate my team's codebase to typescript without `typsafe-actions` it would...
Is it possible to set up the integrated prettier plugin to format a selection in the buffer without saving the file? I often run a dev server in watch mode...
Enquirer seems to be dead. The last substantial commits were in January 2020, and there are open PRs from several years ago (including this one, which I really need: https://github.com/enquirer/enquirer/pull/272)....
I've searched around for a while and I haven't seen any workaround for using multiple auth0 clients on the same page. I see that the context is scoped at the...
This commit: be2a01a5e79c637d29de261a679752b0a34b3bf3 removed the index.d.ts type definitions file from src. This also makes the js client options passed to the react component untyped, which makes it very difficult to...
Sorry for using a feature request issue, but discussions aren't open so I didn't know where else to ask. It looks like a lot of issues and pull requests have...
Hey, excellent tutorial! I scoured the googles and this is the only one I found that covers everything I needed. In the README it says to add `const useYarn=true` to...
fs.js seems to be wrapping the console methods `info`, `warn`, and `error` (maybe others). We use console methods extensively for logging, and it's a little off putting to see `fs.js:3`...
I know it's probably a case of "if you don't know what it is, you don't need it", but I ran across this in the new webpack docs and have...