Lu Wang
Lu Wang
## Environment Joplin version: 2.8.1 Platform: linux (terminal) OS specifics: Ubuntu 22.04 + Docker + node image ## Steps to reproduce 1. Set up Dropbox sync and add some notes...
# Required information * Distribution: Ubuntu 22.04.1 * The output of * `lxc-start --version` * 5.0.0~git2209-g5a7b9ce67 (installed from ubuntu repo) * 5.0.0 (built from git master) * `lxc-checkconfig` * [lxc-checkconfig.txt](https://github.com/lxc/lxc/files/9422896/lxc-checkconfig.txt)...
PDF was designed for printing, and it has limited support with devices with different sizes. But HTML is in another direction, which actually originates from a reflowable plain text stream....
This is only a draft, any ideas are welcome. ### Motivation Seems that lots of people are expecting web integrations in vim.js, indeed it might be a good combination for...
### System information Type | Version/Name --- | --- Distribution Name | Debian Distribution Version | 13 Kernel Version | 6.12.41+deb13 Architecture | amd64 OpenZFS Version | 2.3.2-2 ### Describe...
Qubes OS release: 4.3 rc3 `qvm-run --dispvm default-dvm ls /` fails with error `$dispvm:default-dvm: VM name containers illegal characters` On the other hand, `qvm-run --dispvm default-dvm "ls /"` works with...
## Motivations Currently the AES module [copies the key](https://github.com/esp-rs/esp-hal/blob/main/esp-hal/src/aes/mod.rs#L78), and it is not wiped out [after usage](https://github.com/esp-rs/esp-hal/blob/main/esp-hal/src/aes/mod.rs#L172). ## Solution Use Zeroize on `Key` to automatically wipe it out on drop....