Nathan Cai

Results 11 comments of Nathan Cai

@AhmadrezaPRO Thank you so much! You're an angel!

> After so much headache i made it work for me! my project is simple tho. but the basics should be the same. I hope it helps you and other...

@pmcelhaney The tests are fine, but they failed because it needs to be running synchronously. This is back-end e2e and it needs to work with the database. But CRUD needs...

There is an issue on Preact's side, every single function overload, even if they take a generic of prop types, always return `VNode` unlike React. I made an issue about...

I figured a way to still get TypeScript support with `VNode` being set for all function overloads. This has been partially addressed with PR #385

Hello, good timing. I'm currently a new contributor with the goal of improving the type safety of the million codebase, currently I am working on refactoring the code to remove...

Hello, I created a PR that addressed your concerns #464

@MikeCrosby I just had the same issue as you, IMO, what the docs should've been clearer about in this [section](https://www.apollographql.com/docs/apollo-server/performance/caching/#memcachedredis-setup) is to clarify that you must set both the necessary...

you kind of can already do something similar but... https://github.com/expressjs/express/issues/3308#issuecomment-300957572

Hi guys, I implemented this feature in [#5252](https://github.com/Eventual-Inc/Daft/pull/5252)