Mateo Gianolio

Results 31 comments of Mateo Gianolio

Hey, @MiniGod. Thank you for reporting the issue. In certain environments `fs.watch` can be problematic, see https://nodejs.org/docs/latest/api/fs.html#fs_caveats I will look this up and maybe switch to something more stable when...

Yes, if you add user authentication, either via username/password login form or webflow, anything is possible :)

Thanks! I appreciate it :)

I'm glad you like it.

How did you find out it was from the `strtoul()` call?

Basically all numpy functionality is in the scope for this project. I more than happily accept pull requests.

> `NDArray` is not iterable (so `for (x of my_ndarray)` and `Array.from(myNdArray)` throw errors) Yes, maybe we should expose something like this: ```ts [Symbol.iterator]() { return new NDIter(this) } ```...

To be fair, the iterator is written mainly for internal use. My plan was to write one version in JS and another with same API in C/rust/wasm for performance critical...

Ok, thanks for the quick reply! Feel free to close this :)

Agreed, the docs are a pain atm. I have made an effort to move all docs to sphinx, if you check out the `sphinx` branch you can try it out...