Niklas
Niklas
I have a build script that prints "cargo::warning=Missing ENV variable that is important for release". This i fine during development but I want it to be a compile error in...
> That's a bit hacky, but you could probably check the environment for a `CI` variable and panic instead of printing `cargo::warning=`. Nice workaround!
It would be great if you added extensibility / plug-in capabilities to BookStack so that dynamic content from other databases can be displayed. See for example confluence and documize. EDIT:...
I'm sorting my tags by `taggerdate`. This doesn't work since github action replaces the tag (afaiu). Thanks for the workaround!
I will wait this this PR until I have some other CI related things merged and I've tested the device.
Firmware doesn't work. It doesn't pop up the "unlock" screen.
> Firmware doesn't work. It doesn't pop up the "unlock" screen. Since usb stack refactoring modern GCC works.
I also ran into this today. I'm trying to create bindings for a library that uses `static const` structs in header files for configuration. Not sure if that is a...
Even with scroll speed set to highest setting, the line delta is still 0.1, so it takes like 10 scroll events to actually scroll. The same issue is not present...
> utACK, but prefer to keep `cargo install` for the two rust tools. > > If your goal is to reduce layers, you could also move all of it to...