Alberto Valero Gómez
Alberto Valero Gómez
Hello, I get multiple errors when running sample provided in Readme. I run it using `deno run --allow-net app.ts` Errors are like this: ``` TS7006 [ERROR]: Parameter 'info' implicitly has...
The `onChange` prop function of the `MDEditor` component is cached (due to the `useReducer`), and thus data passed is taken as closure, not updating when component re-renders. For example, for...
fixes #12 Please, check it is well done. I am no expert.
Hello, I have a server configured with http as follows: ``` const handler = async (req: Request) => { const { pathname } = new URL(req.url); return pathname === "/graphql"...
On safari, when clicking on a TOC link the following message appears on the console ``` Blocked script execution in '___TOC link____' because the document's frame is sandboxed and the...
There is no configuration.scad as stated in README
Is there any way to define async components? It would be nice to be able to delegate server side data fetching to components.
I am porting this great lib to C++ to be compiled to WASM using ecmscripten. Just to let you know. It is so to speak a blind porting, as I...
The addTriangles recursive function gives a `heap size exceeded exception `when computing BSP over meshes with many triangles (max recursivility exceeded). I have transformed the BSP Tree creation to an...