SimonIT
SimonIT
Yes, that's exactly why I opened this issue
> It might make sense to use device.label instead of device.deviceId? We can try it, but I don't know how unique the label is, so we might have multiple devices...
Sooo, I was able to test it on my MilkV Mars board today, and it works! Here some beautiful pictures:     And in case you are wondering,...
``` 2023-08-13T15:58:52.8444540Z - Gradle detected a problem with the following location: '/home/runner/work/libgdx/libgdx/tests/gdx-tests-android/build/intermediates/packaged_manifests/debug'. Reason: Task ':tests:gdx-tests-android:processDebugResources' uses this output of task ':fetchNatives' without declaring an explicit or implicit dependency. This can...
As stated in #6934 > There was a discussion also in Tiled repo because this change broke a couple of things also for non LibGDX users. I cannot remember if...
If we want that, we should evaluate if we can automate it with spotless. Otherwise, I see the PR process as not very user-friendly.
The plugin is available via the [Gradle Plugin Portal](https://plugins.gradle.org/plugin/com.trevjonez.composer). You can replace `jcenter()` with `gradlePluginPortal()`
Hi, I have the same problem with version 1.4.5: ``` VM : OpenJDK 64-Bit Server VM Vendor : Oracle Corporation Version : 11.0.3-ojdkbuild+7-LTS Uptime : 1490 Input -> 1 :...
```python3 my_ses = requests.Session() my_ses.proxies.update(Config.PROXY) engine = ComboLyricsProvider(session=my_ses) search = SearchRequest(song.artist, song.name) result = engine.search(search) ```
It's an empty dictionary