Peter Kehl

Results 54 comments of Peter Kehl

Thank you for CPU Power GUI. The leak is not from `cpupower-gui-helper`, but from `cpupower-gui --gapplication-service`. On Manjaro (based on Arch), current version 1.0.0 (from AUR): ``` ps aux |...

Alternatively, could you make the macro_text text area black on white = same as the instructions' text on the right? Then the whole page https://lukaslueg.github.io/macro_railroad_wasm_demo would work in Firefox with...

As explained at https://stackoverflow.com/questions/51466464/clojure-gorilla-repl-and-jvm-10-exception, :jvm-opts and dependencies don't apply to plugins. What helped was ``` :plugins [[javax.xml.bind/jaxb-api "2.3.0"] [lein-gorilla "0.4.0"]]) ``` The above is most likely also covered by https://github.com/JonyEpsilon/lein-gorilla/pull/12....

Dear Juraj @jumarko, Thank you for this. Also for your answer at https://stackoverflow.com/questions/51466464/clojure-gorilla-repl-and-jvm-10-exception.

Hi Maria. Your above link is not valid anymore. But, if you're still interested in Reveal.js, you may want to look at https://github.com/peter-kehl/embedded_low_level_rust/blob/main/README.md?plain=1. See the first "Note:" on how I...

Thanks for this new feature, Laurent. I confirm that the red caption shows up when there is a missing highlight match. However, contrary to your screenshot above, I get -...

Also, the example in `README.md` has `fn main` defined twice. You want to rename the first occurrence to `fn do_some_stuff`.

This request is not about enabling/disabling auto-update by default. Instead, I'm asking for a new option/checkbox: Do auto-update, but don't show any popup.

Could you change the URL of the auto-update page to something like https://rust.extension.sh/update?auto-close=true, and make it close itself? Or make it open in a hidden tab (and make it close...

David, Thank you for raising this question. Marco, Thank you for the analysis. And for explaining.