StefanBruens

Results 166 comments of StefanBruens

> * I gave up on API/ABI version tracking in this and other projects because it is far too easy to change the ABI (plus it is unrealistic to test...

There is exactly one semantic difference in the diff above: ``` fp2 = inteval->two_alpha0_bra[vi] * src0[((hsi*10+9)*1+lsi)*1]; -target[((hsi*6+5)*1+lsi)*1] = fp2 - 2.0e+0 * src1[((hsi*3+2)*1+lsi)*1]; +target[((hsi*6+5)*1+lsi)*1] = fp2 - 1.0e+0 * src1[((hsi*3+2)*1+lsi)*1];...

The hash fail has very likely the same root cause as the parsing test earlier, the Arc radius autoscaling. (Failing hash test case is `path = Path(line1, arc1, cub2, quad3)`)....

Failed check is unrelated. Apparently MSVC makes the first 2 arguments to compress_etc1 const, and then can not find a matching implementation.

I think this is some stupidity on the side of MSVC: In each of the mismatching function types, MSVC used a type of `class nv::Vector4 * const` for `nv::Vector[16]`. The...

Just some idea: Lets call 2.1.0/2.1.1 "development snapshots". Then provide a "stable" version 2.2.0, meant for everyone upgrading from 2.0.8 or earlier. The change in 2.1.1 is just a correction...

Its somewhat sad this has not been merged prior to the 2.1.2 release.

As the changelog from 11 years ago mentions itself as "0.8.2", and there have been significant changes (e.g. python3 support), 0.9 would be more fitting.

As raop is announced using dns-sd/mdns, the port is announced there. Use `avahi-browse -a -r`, for me it prints (using a Pioneer VSX-924): ``` = wlp2s0 IPv4 745E1C791C9A@VSX-924 AirTunes Remote...

The two entries are two different protocols, one is "AirTunes Remote Audio" aka RAOP, the other one is something related to Spotify. For RAOP, you want to **enable** AirTunes. Why...