Florian Quirin

Results 316 comments of Florian Quirin

Some updates on this: - it does only happen when you are using the ARCADE physics - it might be related to the damping/drag on the axis with lower velocity...

Android Studio builds keep failing now because `compile` is deprecated and the version of this plugin on npm is still 0.8.8. Please @katzer release an new v0.8.9 with the `implementation`...

Tried to fix it here: https://github.com/fquirin/cordova-plugin-local-notifications

> I think the main challenge will be how to record the sound being output to the speaker My very naive hope was that its actually possible to create a...

I've been experimenting a lot the last weeks with Pulseaudio [module-echo-cancel](https://github.com/SEPIA-Framework/sepia-installation-and-setup/tree/dev/sepia-client-installation/rpi/pulseaudio). First I thought it won't work because of too many artifacts and too few attenuation but then I managed...

Damn I forgot about the border-radius :see_no_evil: ... but I noticed something: `border-radius: 1px` or anything other than 0 removes the artifact :facepalm: :sweat_smile: ... I guess this could be...

I guess this means it will take an arbitrary amount of time to get fixed :grimacing: Btw, I've updated lazy with a new 'AutoSeries' feature (used in [example2](https://github.com/bytemind-de/uPlot-lazy-interface/blob/main/examples/index2.html)) to simplify...

I've tried the suggested solution and it's working pretty well. The app will still ask you once if you've never given the permission before, it will remember it afterwards and...

Sorry I guess I should probably move this issue to the `cordova-android` repository instead since I was referring to the current version of this "plugin" that you get when you...

> By this, I take it then you do not actually have cordova-plugin-splashscreen installed? yes, sorry, I did not explicitly install it. > I can transfer the issue to the...