Inky
Inky
When rendering an annotation with `fold: true` the first 4 lines get rendered if the source has more than 7 lines. If the source has 7 or less lines, the...
This pr changes the `format_header` function to use the line number that is already stored in `DisplayLine` instead of (wrongly) recomputing it. Fixes #52
Implements basic redstone behaviour. Implemented: - [x] Redstone wire - [x] Redstone block - [x] Redstone torch - [ ] Repeater - [ ] Buttons, Levers, Pressure plates & Tripwire...
Importing a jar (minecraft 1.15.2) and the client mappings works fine, but exporting to source crashes unfortunately. This is the error message: ` java.lang.Error: java.lang.NullPointerException at cuchaz.enigma.gui.dialog.ProgressDialog.lambda$runOffThread$0(ProgressDialog.java:71) at java.lang.Thread.run(Unknown Source)...
On my rasperry pi the command `cargo fuzz run fuzz_target_1` fails, even for the example project. The error appears to be happening in a call to c++: ``` error occurred:...
It could be really helpful to have the ability to register a onclick callback to open a website or application. I don't know how hard this is to implement on...
Your library looks really nice! Unfortunately I could not figure out how to set it up for android projects. Could you add some documentation for that?
### This issue respects the following points: - [X] I have read the [FAQ](https://github.com/nextcloud/notes-android/blob/master/FAQ.md) - [X] I have searched for existing issues - [X] The issue affects the Notes Android...