Bruno Fantauzzi
Bruno Fantauzzi
I need SSL to tokenize the user credit card so I can then send the token to my server and proceed with the payment. I am a Expo EAS user,...
4am here and I was thinking I was just plain crazy because my app was completely bouncy and wonky when changing general stuff on it. Started to comment stuff until...
I am using https://github.com/Khan/pull-request-comment-trigger with just `on: issue_comment: types: [created]` to trigger the Action when I write my command on the PR as a comment. I don't use `pull_request: types:...
I have makePersistable in my init(), so I can await it, to have the values loaded before moving on. But, on fast refresh, on React Native, it will trigger a...
Re https://github.com/trpc/trpc/issues/3496#issuecomment-1369238236 Closes https://github.com/trpc/trpc/issues/3545 ## 🎯 Changes Adds the corresponding input type to `predicate` in `invalidate` on `trpc.useContext().router.procedure`. ## Before ## After Notice that the `queryKey` has the right type...
### Environment - Node Version: 16.8.1 - Eslint-Watch Version: 8.0.0 - Eslint Version: 8.28.0 - OS: Windows 11 ### Basic Description of the problem By running `pnpm cross-env DEBUG=esw:* pnpm...
Hi, I am using PixiJs and it uses the '0xFFFFFF' notation. Do colord have this output format? I will .replace('#', '0x') for now, but a built-in way would be interesting.
The current implementation doesn't allow to import the .css files using absolute import. To support it, the .d.ts would need to do ```ts declare module 'path/to/your/cssfile.css' { const styles: {...
I am using the snippet given in the README. On OnMessage, I do some complex and quite big data changes. I have ~20 messages per second. The game works fine...
I prefer to manually sort my scripts. Can you add an option to disable the sorting of scripts?