Dan Raviv

Results 13 comments of Dan Raviv

I found this out the hard way, by realizing the libopus fat binary produced by CMake using the XCode generator was missing vector optimizations not just for the arm64 slice...

I initially thought this was an issue with my own project, but apparently JUCE's example projects also demonstrate this behavior. All that's needed to reproduce the duplicate definitions error is...

Same brew doctor warning here. Since you recommend adding `/Applications/Postgres.app/Contents/Versions/latest/bin/` to `$PATH` for acess to the sql command line tools, and brew doesn't like `*-config` files in `$PATH`, it would...

@reuk This one still isn't resolved. Can be fixed with my very old suggested patch or using a similar approach to the `LockedRandom` you used in 093dbc7

Same issue with VS2019

@reuk Why? I mean, that would work, but my method removes some code literally commented with "This is a bit of a hack", replacing it with a cleaner alternative

Got the same error with a self-hosted mac runner, consistently exactly 5 minutes after the step started. Reverting to v3 resolved the issue.

I don't think it's reasonable that this issue has been open for more than four years (still occurring, just stumbled upon this with a self-hosted runner), and has a simple...

Nice! I have a similar feature in the pipeline for https://github.com/numpy/numpy/issues/28827