Atsushi Eno

Results 72 comments of Atsushi Eno

Export attribute is NOT supported on constructors.

It's not supported as in that its implementation is hacky and won't work other than those described on that bug. That cannot be at "supported" state. Though it's looking something...

Are those VolcanoMobile apps *really* using Oboe or AAudio? I'm asking, because their source code never references either of those. (see https://github.com/VolcanoMobile/fluidsynth-android for reference)

Fluidsynth 2.1 is released, which is the first stable version that supports Oboe: https://github.com/FluidSynth/fluidsynth/releases/tag/v2.1.0

I'm on Vital, not Vitalium, but I guess I have the same experience on Ubuntu 20.04. It is JUCE `FileDragAndDropTarget` which does not seem to work on Linux. As a...

Hi, sorry for the belated reply! I think the problem you are seeing is not exactly as what you described. For example, check out this test case: https://github.com/atsushieno/mono-reactive/blob/master/System.Reactive.Tests/System.Reactive.Linq/ObservableTest.cs#L929 This Throttle()...

umm, thanks but I don't have working mac so I can't test your code. I'll try to extract non-MT-dependent repro, but I don't learn Apple API I'm not sure if...

I'm on the way to make it platform independent and eliminating random (which is going to prevent testing) ... so far I have https://gist.github.com/2693865.

I made some fixes so that Throttle() itself should work as expected. I'm still having some hard time to get identical results from .NET, but it's partly because FromAsyncPattern() involves...