Raphael "Thom" Thomazella
Raphael "Thom" Thomazella
- [x] `as const` - [x] exhaustive switch compile time checks using `never` - [ ] ReturnType, ArgType0, ArgType1, function utilities etc... - [x] #16 - [x] optional chaining -...
Thoughts on yubikey support and similar hardware solutions? Thanks for this amazing pw manager!
I'm looking at lib/pry/pager.rb:127 ```ruby # Default to less, and make sure less is being passed the correct options if pager.strip.empty? or pager =~ /^less\b/ pager = "less -R -F...
You may want to install prettier to format code automatically then setup a commit hook like this to run in each commit/push/etc... https://github.com/FotonTech/golden-stack/blob/08935c5d145dbca2975a4ce7c7a77fe40de418df/package.json#L44-L56 also use: husky, lint-staged https://github.com/FotonTech/golden-stack/blob/master/husky.config.js add --fix...
dale dale ramda nessa p0rra!
I think this was introduced recently, maybe on vscode 1.46, or recent ext update. opening a workspace causes the ext to hang on "fetching files' (visible on bottom right) it...
* **Node.js Version**: 14.4 * **OS**: macos 10.14.6 * **Scope (install, code, runtime, meta, other?)**: modules * **Module (and version) (if relevant)**: See this SO question. https://stackoverflow.com/questions/51498129/require-cache-equivalent-in-es-modules My use case:...
Just putting this here for visibility. Will send a pr too.
closes #309
I'm trying to use this plugin in my metro bundler with react-native and ts, but I get the following js bundle error: ``` Loading dependency graph, done. error: bundling failed:...