Nathan Pham
Nathan Pham
My bad I forgot to tell it to use Google-style docstrings (made a new commit, looks like this since it'll take a few minutes to build/deploy:) 
Would this allow us to remove runtime type checking assertions?
For the same reason we don't check if something is a number in Java. Static type checkers remove the possibility of using a string instead of a number, as an...
I think this was fixed in #159
Haven't looked into this too deeply but I think this might be a client-only component: This works just fine: ```tsx import { ClientOnly } from "remix-utils/client-only"; // in component {()...
have you seen the docs on this? you can only use `require` with a `cjs` file extension https://docs.deno.com/runtime/fundamentals/node/
this also seems to apply to Remix, but I imagine using the cache option would dramatically reduce the work being done (even if the files are looked at a second...