lluiscab

Results 7 issues of lluiscab

I'm getting this error logged into the JS console the second after logging in > WebSocket connection to 'ws://192.168.4.1/ws' failed: Could not decode a text frame as UTF-8. The serial...

Currently when a window is open / closed a message is logged to the console, I'd like to customize this message (Via a custom onOpen / onClose function when creating...

enhancement

Hi, Would it be possible to expose the `listenerName` configuration param from the C++ client? https://pulsar.apache.org/api/cpp/2.10.0-SNAPSHOT/classpulsar_1_1_client_configuration.html#a2b77a5eb371640f243524a0eed71bc08

This PR adds support for version & download badges from a [BaGet](https://github.com/loic-sharma/BaGet) server. I'm not sure how to add examples / tests for this new service due to it's self...

service-badge

I've been looking at the game code with MCP and I've found some calls to `setLightOpacity` and `setLightLevel`. Could this data be extracted? I'd also like to get whatever the...

enhancement

Hi, I'm trying to use this library with a [FlexMax 60](https://www.outbackpower.com/products/charge-controllers/flexmax-60-80) charge controller. Unfortunately I seem to be stuck on an infinite "Invalid checksum" error cycle which I assume might...

`[email protected]` bumped the minSdkVersion to 23 ([see release notes](https://reactnative.dev/blog/2024/04/22/release-0.74#android-minimum-sdk-bump-android-60)) This library is still using minSdkVersion 21 as seen in: https://github.com/react-native-menu/menu/blob/5f47a7ff874f9b4474a32fef7a68bdf6d5fb7409/android/gradle.properties#L2 and https://github.com/react-native-menu/menu/blob/5f47a7ff874f9b4474a32fef7a68bdf6d5fb7409/android/build.gradle#L59 which is causing build issues on my project...