Geert Stappers
Geert Stappers
Down side of a pile of pull requests is that it might emit _stop sending PRs_. Up side of a pile of pull requests is that it might emit _fresh...
This issue is to report that ```text WARN rustc_codegen_ssa::back::link Linker does not support -no-pie command line option. Retrying without. ``` is a _known warning_. And this issue to tell how...
Currently this ```text $ AVR_CPU_FREQUENCY_HZ=8_000_000 cargo +nightly publish --target ./avr-atmega328p.json -Z build-std=core Updating crates.io index Packaging ruduino v0.4.0 (/home/gs0604/src/rust/RustAVR/ruduino) error: failed to prepare local package for uploading Caused by: failed...
Changed the _git clone URL_ into an URL that is available to all people that have Internet access.
Hello, Upon running `make` after _git clone_ I do get ```text /usr/src/linux-headers-6.0.0-6-common/include/linux/vtime.h: In function 'vtime_account_hardirq': /usr/src/linux-headers-6.0.0-6-common/include/linux/vtime.h:43:62: error: unused parameter 'tsk' [-Werror=unused-parameter] 43 | static inline void vtime_account_hardirq(struct task_struct *tsk) {...
The usage example of FysomGlobalMixin and FysomGlobal has ``` 'name': 'panic', 'src': ['green', 'yellow'], 'dst': 'red', 'cond': [ # can be function object or method name 'is_angry', # by default...
Added wishful thinking roadmap statement about Single Sign On and Multi Factor Authentication to the FAQ.
`iced_web` is only necessary if you need to leverage the DOM. How to translate / transpone that to the `README.md`?  That is from _discord_, the original question: > ......
Upon `_site/compile` gets the toplevel `README.md` overwritten with the content of `_site/README.md`. Duplicated data did bite me `:-/`
Hello, Last week I encountered `Forbidden` when visiting https://kerkour.com with a webbrowser. It is reproducible from the command line: ```text $ curl --silent https://kerkour.com Forbidden $ ``` Today I digged...