jared-94

Results 5 issues of jared-94

First thank you for your nice lib ! My problem appears when ReorderableList is nested inside a scrollview. It works fine if the parent is not scrolled but as soon...

enhancement

Hi, I would like to compile spotify-connect-web into a standalone executable. I run a Rpi3 and I've installed all required python package to run "python main.py". But I've changed the...

Hi, I would like to install spotify-connect-web on a RaspberryPi and then use VLC to stream the output to my Logitech Media Server. I can stream with VLC any sound...

Hi, I need to remove/add spotify streams with RPC. It was working fine before some snapcast update. I found that it's because there's a white list in StreamAddRequest::execute (file server/control_requests.cpp)...

feature request

The official minSdkVersion from latest React Native (0.81.1) framework is 24 https://github.com/facebook/react-native/blob/main/packages/react-native/ReactAndroid/src/main/AndroidManifest.xml Compiling with `react-native-vlc-media-player` (which is configured with `minSdkVersion =26`) leads to a Manifest merger error. ``` Manifest merger...