Mario Ribeiro
Mario Ribeiro
I'm with @Devmond on this one. I also prefer react-fontawesome approach because it allows me to abstract the icons components more easily. Like this: ```jsx const Icon = (props: Props)...
Oh nice! Thanks @tkrotoff! I take back my point on the comment above 😄
Hitting the same issue. Maybe node-persist could make use of `bottleneck` internally? https://www.npmjs.com/package/bottleneck
I don't have time right now to create a PR but in my case I apparently fixed the issue by using `Bottleneck`. All you have to do is to wrap...
Related: https://github.com/nuxt-contrib/consola/commit/7ed640f399ca98de2bf1cf5e686343cfb6e2704a The `compact: false` should expand the [Object] fields I assume. Edit: You can actually pass a depth value. E.g.: ```js new consola.FancyReporter({ formatOptions: { colors: true, depth: 5...
I have exactly the same issue. Tried adding an `onScroll={e => e.preventDefault()}` pretty much everywhere but doesn't seem to "fix" it. Any ideas?
@rubixibuc you just made my day, thank you. Just for reference, I'm using: ``` "webpack": "^5.75.0", "webpack-obfuscator": "3.3.2" "javascript-obfuscator": "^4.0.0", ``` with Electron. And if I don't set `ignoreImports: true`...
@t-cho1 @AlbaHerrerias any chance to get this reviewed? `getFieldFromDoc` is still crashing whenever the doc is null / undefined
Also hitting this one. Even though I can't reproduce this myself (through the updater), this is what I get when I run this on my machine (both with Powershell 5...
Hey @maximerety - I did the #7331 but definitely wasn't able to be as thorough as you. As of now, not sure what would be easier/faster (probably not better?) but...