Nathan Pham

Results 7 comments of 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:) ![image](https://github.com/UCSD-E4E/PyHa/assets/146884027/58fff415-461a-4bf3-b31c-e53596080bac)

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...

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...