David Philipson
David Philipson
@amazing-space-invader In addition to what @Ameobea said, there's a couple of libraries that allow you to mess with the create-react-app config without ejecting. I just got this icon bundling thing...
@fredfortier I'll try to help if I can. First of all, Craco or similar libraries are only necessary if you are using the [Create React App](https://facebook.github.io/create-react-app/) starter project. The steps...
Hey there @neatnerd, really appreciate the contribution! I'm happy to accept async support, but there's a couple things I'd like to see in this PR before I merge it: *...
Hi again, You're right that a test probably isn't strictly necessary to check correctness since as you said it is a simple wrapper. But a benefit of writing a test...
Thanks for the report. I'll take a look at this.
Hi Karlvr! First of all, thank you for telling me about Immer, which I had never seen and looks like a very useful library. I will definitely try it out...
You're right. Unfortunately this is a limitation of TypeScript that I don't see a way to work around in this circumstance. Unknown properties on object literals are not checked in...
Ah yes, this makes sense as a use case. As you said it does lose type safety, but that can't really be helped. I don't know if generics are particularly...
Huh, cool. If you're willing to add a serialize/deserialize layer to the TypeScript client, then you might also consider representing Conjure `datetime` as a JavaScript `Date`.
I would be very much in favor of that, but I consider that less important because it can be disabled in config (which almost everyone does). There's a long-standing issue...