alamminsalo

Results 9 issues of alamminsalo

When handling pointer events (onpointermove,onpointerup, onpointerleave etc.), screen_x and screen_y methods panic with message: `Panic error message: called `Result::unwrap()` on an `Err` value: NumericConversionError(NotAnInteger) ` Reproducable on Chrome. Firefox works.

Hi. I added an entry for my own tool `ram`, which I have used on a daily basis for almost a year now. I could use contributions and opinions on...

As many of you have probably noticed, I haven't been very active on development of this project for a long time. For some time I have pursued interests other than...

Got this request via reddit pm > As a user I'd like to be able to see multiple streams at once Most easily implemented through a settings tickbox to allow...

Any possibility to get this working on Ubuntu? I almost got it to work by cloning linux sources (v5.4) and including sound/usb/{midi.h, usbaudio.h} from there. I'm unsure if doing this...

### Motivation Lets say a user wants to create an audio plugin system using webassembly which uses a common interface that a plugin must implement in order to load. Currently,...

enhancement

When reopening vst plugin window, the earlier draw loop continues to run, leading to multiple simultaneous ui-processes running. Steps to reproduce: add times_opened usize to editor and pass incremented copy...

Added support for s3-urls to config. This is a bit of a rough sketch currently. The aws config struct does not seem to support sso-login credentials out of the box,...