Piotr Staniów
Piotr Staniów
It's not clear to me how currently should types be declared for CSS modules. For the context, I'm using Gatsby v3 with TypeScript and an example import would be: ```...
I would like to ask for support for React 18, as the alpha version was recently released: https://reactjs.org/blog/2021/06/08/the-plan-for-react-18.html While this is an alpha release, my understanding is that this release...
Hey, I was wondering if you could add support for OS fingerprint scanners as 2nd factor in authentication? Quite a lot of devices have some fingerprint scanners (MacBooks, Android &...
**Intended outcome:** I'm trying to implement storing a collection of notifications fully on the client side. However, the [documentation](https://deploy-preview-5677--apollo-client-docs.netlify.app/docs/react/v3.0-beta/data/local-state/) contains plenty of references to `cache.writeData` that doesn't exist: ``` TS2339:...
Hey, I'm curious if it would be possible to workerize web workers in rollup? Do you maybe have a plan to support rollup using a plugin?
Hey! I was wondering, cause the documentation doesn't mention it, if it's possible to use only dart-sass and not the node-sass? If so, how?
Workerize loader runs out of memory in my custom webpack config (unfortunately, I can't share it), and I see similar issue to [this one](https://github.com/developit/workerize-loader/issues/62). ``` FATAL ERROR: Ineffective mark-compacts near...
I've noticed that last commit is from more than a year ago (11/2/2018) and that PRs for updating redux-saga to v1.x.x are pending without response. @jfairbank Do you plan to...
## 🐛 Bug Report It took me a few days to realize what is happening, it seems though that if I leave `node` running with something that utilises `jest-worker` as...
### Is your proposal related to a problem? I'd like to be able to configure a non-standard root url for hasura, e.g. `/api/*`. It's nearly impossible in my (mostly free...