Danilo Bargen
Danilo Bargen
Today I stumbled across a case where the django-tabination model doesn't seem to work. On https://studentenportal.ch/ there are different blocks of navigations divided by headers. One possibility would be to...
Would be nicer than editing the Python file.
Create an example with RTFM that works on the blue pill.
Optional wrapper type that takes an input pin and implements the necessary embedded-hal traits. Idea shamelessly ripped off https://crates.io/crates/debounced-pin (thanks Winseven4lyf!)
Hi, thanks for your library! I help out with the LibrePCB project (https://github.com/librepcb/librepcb) which is using your library for serializing and parsing library elements. Right now we link statically against...
It would be nice if we could use absolute times: ``` $ ti on work 08:00 $ ti fin work 12:00 ```
As mentioned in #9: Threema has switched away from pure regexes towards a proper parser. The JavaScript version is published here: https://github.com/threema-ch/threema-markup Maybe that could be adapted, it's relatively simple...
Focus
I use the dwm window manager. Every time I receive a message, the openMittsu window "forcefully" receives focus (and comes to top), even if I'm typing on the other screen...
The field `Request.request` is a `hyper::server::request::Request`. Please consider re-exporting (pub use) that type (e.g. as `HyperRequest`) in your API, so that users don't have to add an explicit dependency on...
I noticed that django-pipeline breaks the minified bootstrap 4 CSS file, even when using the no-op compressor. This affects at least 1.6.0, 1.6.10 and master. I dug into the code...