Chad Austin
Chad Austin
Thanks Dan! :) The major SIMD algorithm from IMVU is already represented in the skinning benchmark at https://github.com/chadaustin/Web-Benchmarks/tree/master/skinning and @huningxin is already looking at that. I just uploaded another minor...
Thanks for the build.rs. It worked for me. I had to run: ``` D:\projects\vcpkg>.\vcpkg.exe install --triplet=x64-windows-static-md libheif ``` And then, with your build.rs in my project, it works. I have...
It looks like we've been hitting this in an osxfuse mount on macOS as well. I caught it in dtruss: ``` 83639/0xa93b9: mkdir("/XXX/node_modules/@babel/node/node_modules/@babel\0", 0x1ED, 0x0) = -1 Err#22 83639/0xa93ba: mkdir("/XXX/node_modules/@babel/node/node_modules\0",...
Huh, I hadn't realized the latest JSON RFC relaxed that requirement! I'm a little nervous about adding unilateral support. Many parsers still maintain that restriction, I believe. We should probably...
I agree that would be a great feature. The next time I have a chance to go through the process of pushing a new release into the app store, I'll...
Thanks! I can't take credit for creating it though. I just took over maintainership from @rudism. :)
Hmmm. I'm not going to be able to look at this for at least a few days (and probably longer) but I will try to scan the code to see...
Hm, looks like there might be several scenarios where you wouldn't get any feedback, but it's hard to know exactly which. Do you have Xcode installed? (You don't need an...
It's open source in that Apple way where it might take some fiddling to get it running! But when I took over maintainership I ported something like half the files...
Yup, exactly. It's slightly more complicated, but the process is documented at https://github.com/chadaustin/passdrop/blob/master/BUILDING.md