SimonIT

Results 109 comments of 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: ![image_2023-11-11_01-54-45](https://github.com/libgdx/libgdx/assets/11720038/fdff6542-7832-4860-bce4-4c2880518c50) ![image_2023-11-11_01-58-15](https://github.com/libgdx/libgdx/assets/11720038/228881c3-29e0-45c4-943a-e4bfb2873c80) ![image_2023-11-11_01-59-10](https://github.com/libgdx/libgdx/assets/11720038/f3762ad9-d8ee-4aa2-a2d0-32e91008da54) ![image_2023-11-11_02-00-34](https://github.com/libgdx/libgdx/assets/11720038/3fb4c513-8d7c-4674-ab8d-fe0d278beae5) 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) ```