David Arteaga
David Arteaga
Are there any plan to support this any time soon? What is it that prevents this library from using firebase admin in a cloud function? We are currently using the...
@vonovak The code you provided to reproduce the error actually is expected to cause the callback to be run on every re-render (see [callback ref caveats](https://reactjs.org/docs/refs-and-the-dom.html#caveats-with-callback-refs)). But still, I came...
So regarding the Remix action `validationError` behavior of clearing all errors on focus change/value change, I do think that should be changed. I don't think it's reasonable to expect client...
> This is why validation behaves the same with server errors as it does with client-side errors. I don't think that's actually the case though, because on the client all...
Ok yeah I get that sentiment. Does that mean you’re ok with the way RVF behaves for the video example I uploaded in my previous comment? —- I feel like...
And what are you thinking for how those server validation errors from the new API get dismissed once the form values start to be modified again on the client? Would...
what do you think about a `setCustomError` that optionally lets you directly specify when the custom error should get cleared? with `manual` being the default, meaning you have to directly...
btw I've tested with `v0.1.4` and `excludedPackages` does work as expected. I archived a build without any packages in that list -- got about 55MB Then added a bunch of...
I'm using macOS Sequoia Version 15.6.1 (24G90). I don't have any MCP servers. I'm using the claude code subscription as the provider. I haven't configure opencode in any specific way:...
I was working on a a fullstack bun project, and a front-end only gatsby project. It's happened several times on the fullstack bun project, and on another remix project I've...