Rostero
Rostero
There's an [issue](https://github.com/nvim-treesitter/nvim-treesitter/issues/1111) to improve the embedded CSS parsing when inside a typescript file. Until this is fixed I'd like to disable css parsing inside typescript. Would this PR allow...
This is probably a little different than what's trying to be achieved with a LRU, but I really like how react-query manages stale data with a duration. Demo: https://codesandbox.io/s/optimistic-feynman-ox9eo I...
Thanks, @quietshu. I'm not sure if this conversation should live somewhere else, but I have some data that appears as a dropdown list in multiple areas; for example, in the...
Came here to report meta.touched and meta.error not being reset on the field level when form.reset() is called.
@chillyistkult I agree. I'm not so sure it should reset submitErrors (`FORM_ERROR`), though. It'd be nice if that could be controlled by an argument.
With typescript 5.1.3 as an override, I'm having a similar issue. I am no longer presented with a typescript error (with `npm start`) when I have `function Component(props: Props) {...
I got the same error when using this package with `bun` and `vite`. I thought it was a `bun` thing, but Jarred replied back: > The error is correct, “vite”...
I would really love to have the ability to conceal JSX/TSX className values in neovim. Is this what's blocking that from happening?
I assume this ticket applies to RAC as well, right?
My org requires Veracode to scan packages. Having nested resolutions has saved me a few times. `bun why` would also be needed to make the switch, since I need to...