Frank
Frank
If I use the generic `load()` function, the lib fails in chromium mode: ``` Traceback (most recent call last): File "/home/user/bin/myscript.py", line 247, in main() File "/home/user/bin/myscript.py", line 236, in...
### Steps To Reproduce 1. `./bitwarden.sh updateself` 2. `./bitwarden.sh update` 3. `./bitwarden.sh rebuild` 4. `./bitwarden.sh restart` 5. `tail bwdata/logs/nginx/error.log` yields: `./logs/nginx/error.log:2024/02/05 18:22:55 [emerg] 1#1: BIO_new_file("/etc/letsencrypt/live/foo.bar.com/dhparam.pem") failed (SSL: error:02001002:system library:fopen:No such...
### Problem description Whenever we use the `publishToConfluence` task to upload our document to our **self-hosted** confluence instance, special HTML characters within (C++) code blocks are replaced where they shouldn't...
I'm using doctoolchain version 3.2.2 dockerized. Since one of the latest updates, the asciidoctor-pdf plugin warns about possible invalid references: ``` Feb 16, 2024 2:55:26 PM uri:classloader:/gems/asciidoctor-pdf-2.3.4/lib/asciidoctor/pdf/converter.rb traverse INFO: possible...
Is there a way to overwrite the keyboard shortcuts of the toast-ui editor? I found an attempt of using `ctrl+s` in the `created` function in `NoteViewEditor.vue` that has been commented...
Is it possible to change the font face used by the toast editor? I'm not a fan of the *Inter* font face and I would like to use either iA...
When I try to build an image for `PiZero` I get this: ``` $ make PiZero => => writing image sha256:8bde01b7089c0e8d7920e2f5284666b73743c281e5cb4b0f03dbc33d252008d6 0.0s => => naming to docker.io/library/rpi-rt-linux 0.0s docker rm...
### Steps To Reproduce I'm running a dockerized installation of bitwarden behind a *reverse proxy*, so I cannot have bitwarden trying to expose ports 80 or 443 to renew certificates....
Is there any way to make a code block collapsable? The "trick" from github (https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections) works only partly. It will add a collapsable section and you can click on it....