Pasecinic Nichita
Pasecinic Nichita
If using `urlSyncEffect` effect I assume that any mutation to recoil atom would change the url (In may case just a query param key), but as well in case of...
On mobile, the `resize` event is triggered on input focus (keyboard open), but this should not be the case as it does not make any sense to shift the layout...
The library should be OS agnostic, but there are issues with decoding (when generating with `protoc -I priv/protos --elixir_out=plugins=grpc:./lib/ priv/protos/helloworld.proto`) Even for provided helloworld example Error trace ``` ** (Protobuf.DecodeError)...
**Is your feature request related to a problem? Please describe.** I went thru the docs and already spend peaty much time and failed to get it working with react, vitejs,...
Hello đź‘‹ In documentation https://redux-toolkit.js.org/rtk-query/usage/usage-without-react-hooks#removing-a-subscription is specified a different way of subscription - un-subscription method for a `query`, but how to we do it with a hook ? ``` const...
I was looking for a effect that would attempt to do it, but could not implement one so it would sync correctly with atom state. Use case: * User enters...
**Is your feature request related to a problem? Please describe.** I need to cancel the delivering process of the email when a timeout is reached. I would like handle by...
After a clean `git clone`, I could not start & setup the project Running `npm install` gave me a `node-gyp` error ERROR Stack Trace ``` npm ERR! code 1 npm...
Awesome guide đź‘Ť On fresh git clone there is an ts error inside `greeter.tsx` file ``` TS1259: Module '"C:/pathname/elixir-phoenix-typescript-react/apps/hello_web/assets/node_modules/@types/react/index"' can only be default-imported using the 'esModuleInterop' flag ```
**Lightweight Charts™ Version:** 4.0.1 1. Create a chart instance with `timeScale.visible: false`. 2. Using `chart.applyOptions({ timescale: { visible: true } })` to make timescale visible 3. Then read width of...