Danny Trunk
Danny Trunk
I'm trying to build a Magisk module but running baksmali directly on the device returns the following exception: ``` - Decompiling /data/adb/modules_update/BluetoothDeviceClassEditor/backup/Settings/classes.dex to /dev/tmp/BluetoothDeviceClassEditor/Settings/classout Exception in thread "main" java.lang.RuntimeException: java.util.concurrent.ExecutionException:...
There is a weird blue line between the username and arrow symbol:   OS: Ubuntu Budgie 20.04.3 LTS Terminal: Tilix Nerd Font: Ubuntu...
# Quark as a Service ## Feature description Quark could be run as a Service (background process) without GUI. ## Benefits We could just connect our Switch to the machine...
If you want to have some elements untouched like `` elements (to preserve playing a radio stream for example) it should be possible to update HTML partly. Currently it's hard...
This PR adds the possibility to update HTML partly by adding a new custom event `ajaxify:update`.
As discussed in #65 and #182 it would be nice to have a hot swap feature in order to replace plugins and let pf4j automagically stop and start/restart them. The...
__Issue description__: If we have cloned items it would be easier to have a `displayIndexChanged` event. Because `indexChanged` is triggered twice when sliding from last to first or first to...
__Issue description__: It's currently not possible to add event listeners without having the slider object in place. This is because event handling is done on its own: https://github.com/ganlanyuan/tiny-slider/blob/4d709735c417c2483e77a22d017fc1b18c04f0d4/src/helpers/events.js So we...
According to [this question at SO](http://stackoverflow.com/questions/25071985/thymeleaf-thtext-put-a-text-without-removing-html-structures) it would be nice to have attributes to append/prepend text. Reasons: * Using inline text would destroy the idea of prototyping * Using `th:remove="tag"`...
I'm not able to autowire an Extension in an Extension: https://github.com/keering/keering/blob/master/plugins/widgets/chat/src/main/java/com/github/keering/plugins/widgets/chat/service/impl/ChatHistoryServiceImpl.java#L16 You can start the project by running: `$ ./gradlew build && cd build && java -jar app-1.0-SNAPSHOT.jar`