Moritz Warning
Moritz Warning
It looks like wifi direct is more involved than simply connecting to some IP address.
Hi, does kouchat support iPv6? If not, this might be a nice feature.
I installed Firefox 53.0.3 (64-bit) and Chromium 57.0.2987.98 (from the Debian repository). Both do not have the font "Fira Sans". The text on the slides is not visible. In the...
While having two nodes with the same id is probably not valid, netjsongraph.js should at least not crash. ``` Uncaught TypeError: nodes[data.getRawIndex(...)] is undefined update http://localhost:8000/netjsongraph.min.js:55959 createGraphFromNodeEdge http://localhost:8000/netjsongraph.min.js:56268 getInitialData http://localhost:8000/netjsongraph.min.js:53647...
An example that shows how to implement highlighting of nodes and links would be very nice to have. You click on a node or link to highlight it. Keep the...
Signed-off-by: Moritz Warning Maintainer: me Compile tested: (put here arch, model, OpenWrt version) Run tested: (put here arch, model, OpenWrt version, tests done) Description:
On startup of the debug build, there is this error: ```` E/d.d.meshenger: Failed to open file '/data/data/d.d.meshenger/code_cache/.overlay/base.apk/assets/rounds_black.otf': No such file or directory E/d.d.meshenger: Failed to open file '/data/data/d.d.meshenger/code_cache/.overlay/base.apk/assets/rounds_black.otf': No such...
A collection of "planed" features: - do not ask for overlay permissions! (need so far to receive call in background even after ~10 minutes), see https://developer.android.com/guide/components/activities/background-starts - more robust /...
Kotlin (or rather Android Studio) complains about local varaibles that have underscores. All such variables need to be renamed. E.g. "new_from" => "newFrom"