Jason Aylward

Results 21 comments of Jason Aylward

I believe the `web-flow` author is breaking the CLA check. It's an automated attribution because one of my commits were made within the GitHub editor. Can you whitelist that name...

@VetoPlayer @jneves Thanks for tagging me. This was definitely an interesting problem to work on but I haven't spent much time trying since that original post over a year ago....

@techdragon Same here. I was using the free localstack

I'm on a Mac. But that's good to know. I could very well be doing something else wrong somewhere else.

Awesome. I'll give it a shot in virtualBox. I'll dig through some of that Oto code also. I'm trying to get a better understanding of how the lower level audio...

Thanks for the reply and the API reference. I'll take a deeper look next time I get some free time as well.

For anyone running into this issue, I was able to build the container by changing the python version to 3.6 after stumbling across https://github.com/conda/conda/issues/7533 So change the docker file by...

After way too long trying to get this to work, I've got tests running through CMake + Xcode generators on an M1 with the following inside my `tests/CMakeLists.txt` ``` if...

Figured it out. I had installed and uninstalled nix-darwin and it did not clean itself up. There was a `/etc/nix/nix.conf.before-nix-darwin` If possible, could you tell me what steps may have...

What kind of management does the nix-darwin do to the systemwide nix? Is there a way the darwin features could be inside the systemwide nix rather than wrapping it?