Uwe Krause

Results 12 comments of Uwe Krause

the "root" highlighter is supposed to highlight the whole line, if you are root. https://github.com/zsh-users/zsh-syntax-highlighting/tree/master/highlighters/root Thanks SimWhite for reporting and pushing me to the temporary solution of disabling the root-highlight...

I know that this repository is not active, but for future reference I want to add an answer. Maybe it helps someone. I made the same observation: Data points out...

The maps plugin also has some trouble with image metadata (and much already written code). They might also benefit from this. see: https://github.com/nextcloud/maps/issues/552

Thanks for taking the time for an answer. You are right, with the newest (stable) rust, installed via script from rustup.rs, installation via cargo just works fine :) The rustc...

It seems like there already was an attempt for this: https://help.nextcloud.com/t/mediametadata-app-to-extract-and-store-meta-data-from-media-files/1601 Also, there is this app: https://github.com/gino0631/nextcloud-metadata Maybe it will be possible to talk to the maintainer, if he is...

I sometimes use MoneyBuster as frontend. This app adds the original amount (before conversion) behind the title. In your example this would change the "What?" to "Restaurant (250CZK)" and save...

I have the same problem, with a modified version of the chisel but even with the original. My observation was that logging "just stops working" after about 2 hours. @jbarszcz:...

when shortening the filter to `(evt.type=execve and evt.dir=

I am new to Phoenix/LiveView, but from other tutorials I have seen that nowadays it it possible to simply use sqlite3 as database. Since this is essentially just a file,...

Ok, this wasn't that hard. I created PR #120.