Austin Witherspoon

Results 12 comments of Austin Witherspoon

I've got the same issue on a fresh rust install, windows 11. Same exact error.

Installing wasm-pack from [the website's installer](https://rustwasm.github.io/wasm-pack/installer/) worked for me, rather than doing it via cargo.

I think it would be preferable to have `Any` type hints than none at all - for instance, currently, `read_from_file` has no return type. Instead, it could be something like:...

[bezier_example.aaf.zip](https://github.com/markreidvfx/pyaaf2/files/14595334/bezier_example.aaf.zip)

Sure, I'll try to make some tests when I get into the office tomorrow!

Out of curiosity, I decided to pull the handle significantly further than god ever intended: ![image](https://github.com/markreidvfx/pyaaf2/assets/46503991/6d327992-138b-4e62-b738-c8412d9e12d8) Some part of me was expecting Avid to crash, but nope! Interesting how they...

I'm not sure what's easier for you, if you copy over from my branch or if I do a merge request with a failing test? Let me know if you'd...

Having the same exact issue. Unfortunately adding `rootDir: "./src"` doesn't fix it for me. Removing the resolve plugin as suggested at the top does seem to fix the issue, but...

I'm going to take a look at this for dev days and see if I can work anything out!