Scott Rhamy
Scott Rhamy
https://codesandbox.io/s/github/kentcdodds/advanced-react-patterns-v2/tree/frontend-masters Unmodified CodeSandbox failing all tests. Looks like React testing library problem. `ReferenceError: afterEach is not defined at evaluate (https://qzxqj5zmwq.codesandbox.io/node_modules/react-testing-library/cleanup-after-each.js:1:101)`
When clipboard is loaded with something, I commonly try to paste and accidentally copy (with nothing selected) writing null to clipboard, and prior to use of this extension losing my...
Currently -E, --exclude option accepts directories quotes to exclude. It would be nice to be able to do -E 30 Which would exclude any N_M dirs with modifications of any...
integration of GoDebug via build console or external terminal https://github.com/mailgun/godebug https://github.com/wch/SendText
An addition [Quill-textreplacement](https://github.com/cycle4passion/quill-textreplacement) This is module for [Quill.js](https://quilljs.com/) which allows custom simple text substitutions. For Example `.brb` becomes `be right back` [Codepen](https://codepen.io/c4p/pen/poWYgGp?editors=1001) live example
I understand it's alpha, and in flux, just a FYI **Environment**: Svelte+TS version 0.1.14 works in [REPL](https://svelte.dev/repl/70f6498e5e8046aaa610231279dca314?version=3.46.4) fails in VSCode fails in [Stackblitz](https://stackblitz.com/edit/vitejs-vite-cnsxhq?file=src%2FApp.svelte&terminal=dev) **Stackblitz steps**: Start new Svelte + TS...
Much like vue, svelte includes HTML, CSS, and JS in the same file. I would love for Kite to recognize the JS there.
easily could change to use code like just-safe-set, then it will handle nested objects/arrays. Working from the just-safe-set code ### Changes - new function name/export name: `omit` and dropped the...
I think I have found a bug in Chrome.ahk. When instantiating Chrome with url included, WaitForLoad() Method does not work. Using the code example from the 1st page, things work...
### Summary let say I have an .env variable like ```js PUBLIC_APP_URL=127.0.0.1:5000 ``` I highlight the `127.0.0.1:5000` part and invoke `1Password: Save in 1Password`. `What do you want to call...