Ryan McCampbell

Results 34 comments of Ryan McCampbell

With some experimentation it looks like the problem applies to the MME host api. When I play with a device from the Windows DirectSound api it plays fine. And sd.wait()...

Yeah... I don't know if I want to go to the trouble of building/installing/troubleshooting PortAudio on Windows just to report a bug... I wonder if it could be "patched" by...

Would this CL also allow passing binary files as input to a native command? I know `Get-Content` has an `-AsByteStream` flag so it seems like `cat -AsByteStream file.bin | native.exe`...

Why does `closure()` print a "Discarded redundant search for Synset" warning? This doesn't seem actionable or useful to the caller. I can see why it may be relevant to know...

It's not just cycles, it's any case where a node is duplicated in the tree. Which is true very often for relationships like hypernyms. Even the examples in the documentation...

Yes that would work, but I don't really see the benefit of the warnings anyway for closure, which is perfectly well defined whether or not there are multiple paths to...

I tried building your fork via both mingw-64 and VS 2019, but kept running into errors. Do you have any tips for a reliable way to build it? And do...

@chrisant996 It looks like your fork does not currently have issues enabled?

Maybe the compiler phase can just filter out linker arguments? Or -Wunused-command-line-argument can be added automatically.

Hmm maybe only filter it if "link to binary" or "execute code" are enabled? Or there could be a separate set of link-only arguments.