Rémy Raes

Results 37 issues of Rémy Raes

I'm trying to use the GreyCat library into an Android application, but when executing the documentation first example, I run into an error: `` java.lang.NoSuchMethodError: No virtual method putByteVolatile(Ljava/lang/Object;JB)V in...

On each `push`/opened `pull request`, CI builds Windows and Linux executables, and make them downloadable (for 90 days). Build example: https://github.com/Alystrasz/viper/actions/runs/2813902753 Closes #100. --- ##### TODOs - [ ] Create...

enhancement

**What feature would you like added?** Since Thunderstore provides mods versioning, Viper should be able to update installed mods if updates are available. This behaviour should be configurable, for example...

enhancement

![Capture d’écran de 2022-01-17 08-15-01](https://user-images.githubusercontent.com/11993538/149724477-eb2eb887-0a2b-42c0-85f6-86c2930c6d52.png) --- Translation: _Hello, sorry to bother, but if Viper has no skin manager, I think it would be a good idea to add one._

enhancement
low priority

Hello there, I would like to create `Thing` and associated `Location` entities via MQTT, but I don't know if it is supported by the STA specification. Seeing *"mqtt support for...

Hello, I'm trying to filter a thing's locations, expanding its historical locations (since `Things(42)/Locations` only returns the current location); the objective is to match locations present in a given area....

This adds a `/client/verifiedmods` resource that lists manually-validated mods. Just like the main menus promos, those mods are listed in a JSON file, that can be updated without restarting the...

This provides tools to serverbrowser to allow automatically downloading a mod when it's required by a server (and such mod has been previously verified). ##### TODOs - [ ] Ensure...

This pull request restructures the repository to follow the [federated plugin format](https://docs.flutter.dev/packages-and-plugins/developing-packages#federated-plugins): * `WiFiScan` now is the app-facing class, and as such contains package methods signatures (`canStartScan`, `startScan` etc); *...

This basically prevents audio files from being loaded into memory if matching audio event has already been overriden by a previous mod, preventing a crash from occurring. This means that...

READY TO MERGE