Kent C. Dodds

Results 893 comments of Kent C. Dodds

I'm not sure I'm in favor of this change. This is one of those situations where you're letting the compiler lie to you. I would much rather you add a...

Here's a reproduction (it's not minimal, but it should be sufficient). ``` git clone https://github.com/epicweb-dev/mcp-fundamentals.git ``` Then open up any of the *.mdx files in that repository in an editor...

Thanks for opening this up! This is tricky because it depends on your intent. I understand the scenario you've described, but let's expand on the example scenario you provided. What...

Thanks for the detailed explanation of your use case! This is a really interesting problem, and I think I have a suggestion that might help. While we could add this...

I've got a PR for this here: https://github.com/cloudflare/workers-oauth-provider/pull/44

> One issue we've had with LiteFS is that background job nodes usually need to write to the database but they are not the primary node themselves. They also cannot...

My initial thought would be this would be implemented as an extension of the http proxy already running in LiteFS, is there a reason a language-specific driver would be necessary?

I can offer feedback on the API if you'd like to share an example of what this might look like. I'm just not sure what it'll be like to use....

That looks like just a regular HTTP endpoint I can hit with any language. Why do I need to have language drivers?

Oh I see. Yeah, let me know when we get the endpoints and I can help put together the wrapper if you like.