Róbert Papp
Róbert Papp
### Description When we cherry-pick a (non-merge) commit in `git` there's no relation between the original branch, it just copies over the commit and re-applies on current HEAD. For this...
This expected to fail since #747 is a problem and it'll be only fixed when #690 is merged.
* Version: 12001279 (1.2.0#1279-8eca619) * samsung e3q (Galaxy S24 Ultra) Android 14 (SDK 34) foreground Mar 31 1 user 1 times ``` Exception java.lang.RuntimeException: at android.app.ActivityThread.performResumeActivity (ActivityThread.java:5426) at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:5507)...
Hey, I just watched https://youtu.be/nlFjL0B43-w which "reviewed" a post you have. I came to the site, but disappointed to find no more. Nice style and informative too. Please write more!
Hey, it seems 2.0 removed custom publisher configuration. The documentation is still showing the old API (including a typo with plural): https://github.com/cdsap/Talaiot/wiki/Publishers#custompublisher How do we do the same in 2.x...
Cyrillic characters are not searchable because they're probably tokenized wrong by FTS. > The "unicode61" tokenizer is available beginning with SQLite version 3.7.13 (2012-06-11). > -- https://www.sqlite.org/fts3.html#tokenizer And has become...
``` ### @new-movie = {{$uuid}} POST {{host}}/xled/v1/movies/new X-Auth-Token: {{token}} Content-Type: application/json Accept: application/json { "descriptor_type": "rgb_raw", "fps": 40, "frames_number": 40, "id": 0, "leds_per_frame": 200, "name": "Heart", "unique_id": "{{new-movie}}" } ###...
### Current Behavior ```shell GRADLE_OPTS="-Dorg.gradle.jvmargs=-Xms6G -Xmx12G -Dfile.encoding=UTF-8" gradlew ``` invokes Gradle as if it was ```shell gradlew -Dorg.gradle.jvmargs=-Xms6G -Dfile.encoding=UTF-8 ``` i.e. `-Xmx12G` is invalid, but ignored rather than warned/errored about....
_Just a nerdy aside 🤓: this issue might be luckiest (or unluckiest) ever..._ ### Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am...