Uwe
Uwe
I just found this and immediately got to this issue, jig is archived now (a few weeks ago). Is there any syntax resembling .[]?
I could just "fix" this by clicking on the "vimeo" button in the video itself. It opened a new tab with the correct URL without /event/ and I can download...
I would chime in for `run-before` or `send-before` (and after) for groups or schedules. I have a group of copy jobs which I want to bundle in one schedule and...
I have the same issue, this is iTerm2‘s extension to display inline images: https://iterm2.com/documentation-images.html. Using `imgcat` (https://iterm2.com/utilities/imgcat) it can be easily reproduced: ``` ssh somewhere imgcat /tmp/image.png # dialog displays,...
So, I finally reduced it to a few lines and it‘s working directly in iSH. Needs curl and base64: ``` dog64="$(curl -s https://placedog.net/300x300 | base64 -w0)" dog_size="$(echo "$dog64" | base64...
I‘m unsure if this is correct, but my guess would be, that there needs to be the following in app/terminal/term.js: ``` term.getPrefs().set('allow-images-inline', 'true'); ``` The variable is a „tristate“ and...
I was just looking for something like this. I have a scheduled backup to a local (external) disk, but this disk is most of the time at home and so...
Additionally to the database information there is a little bit more about the architecture: https://docs.cryptpad.org/en/dev_guide/general.html.
I'm using this project quite extensively and would like to contribute. I would be willing to go through PRs and issues. OTOH I must admit that I'm not a good...
Is there some documentation for these magic variables?