Dennis Dang
Dennis Dang
> * `@remastered/express` for all dev/server work _cjs output_ > * `@remastered/react` for all React components(?), _esm output_ > * `@remastered/core`? /server instead of /express could make it more generic
Ah this is indeed why I have to use the dockerfile for the linux build. I'm compiling on a m1 arm macbook. Let's see if I hit 2 once I...
Logging my adventures here. Back to my original error with esy: As we can see here, building the docker image causes an error immediately on the lack of esy.json and...
I see only the dockerignore you’ve created. If by locally, do you mean locally inside the docker image? Or within my own current file system. But often when I do...
As of 2019, https://caniuse.com/#search=abort AbortController is supported by 86% of browser users. But I'm not sure if AbortController is available for use with XMLHttpRequest. But there's an alternative since that...
Can close because dune exec -w is now available
I want to add an edge case on top of the already difficult work to get swagger into f# land. However, maybe more advanced F# practitioners have already found a...
> +1 to Crystal support. Just discovered Zed through your open source announcement (via Hacker News). Looks absolutely spectacular - looking forward to diving in. Unfortunately (or fortunately ;) I'm...
Example right here. https://github.com/tomusdrw/rust-web3/blob/master/examples/contract_storage.rs
Perhaps this is an opportunity to upgrade graphiql from `1.4.1` to `2.4.1`, to keep up with their api docs. Versions < 1.4.3 are vulnerable to XSS attacks - [link](https://github.com/graphql/graphiql/blob/main/packages/graphiql/README.md#graphiql) Live...