Dennis Dang
Dennis Dang
https://serverless-stack.com/ offers a great improvement to developer experience on lambdas. it’s not offline, but a good enough feel.
I ended up utilizing ably for my real time pubsub in my project via their http api. But it would be cool to consider not having to pay ably or...
Is it cool if i keep it open? I’m more so waiting for ocaml 5 to ship with Dream to start using domainslib as an experiment.
Not having to pass clock around is much nicer.
I just discovered the SWR 1.1.0 also swallows null errors. https://codesandbox.io/s/cocky-smoke-kv4ir?file=/src/App.tsx In this scenario, `opts` is undefined, so SWR encounters an error on `!opts.skip`. Enabling the ts null check flag...
Hah, actually you’re very right. I forgot that a thrown exception are treated the same as nulls.
Ran into the exact same issue with fastpack and react-intl's dependency on intl-messageformat-parser. I've created an issue to see if they're willing to resolve it on their end.
The current library implementation requires a fix to allow onMouseEnter and onMouseLeave props to passed down properly, which it currently doesn't. Made issue #96 to recommend a progressive move to...
What's the landscape like now for readily available Elm UI libraries? Are there enough building blocks like Ant.design / MUI in Elm? Elm easily solves all the data manipulation and...
It's now possible to use stable `Deno.startTls`. Is anyone working on this yet? If not, I'll take a crack at it. I'm hoping to use Planetscale's mysql api with Deno...