Amit Moryossef

Results 201 comments of Amit Moryossef
trafficstars

Unfortunately, this is not a working solution. When going to the demo, add the following rule: ```css .iframe-resize-container > div:last-child { pointer-events: none; } ``` And you will see how...

More information: This only happens on an arm based macbook. using `--platform linux/amd64` the build is substantially slower, but does not fail.

I could definitely try to contribute once you have source features back in. Thanks!

This too fails, on the `vars.data.push` line. If I add a log before that push, I get that the current `vars.data.length` is `50139473` Code that works: ```ts data.data = new...

Yes, the largest arrays that I parse are indeed of fixed sizes (as in, I specify `length` to be parsed). The normal behavior is still good for short arrays, I'd...

sorry, i missed your previous message. if i do what you wrote, and add a `console.log` ```js formatter: (buf) => { console.log(buf); return new Float32Array(buf.buffer) } ``` In the console...

Hi @keichi Is there any plan to support this in this library? If no plan, I'll use the custom solution, but it would be nice to at least catch this...

I can found them in: `src/models/s4/s4.py` but it is documented wrong in many files

Thanks You don't have to upload it to PyPi for it to be installable - if you add a `setup.py` to the repo, people could test installing directly from master,...

Thank you! If I'll figure out how this works I'll submit a pull request.