Benjamin_Loison opened issue Benjamin_Loison/curl#8 2026-01-07 18:16:05 +01:00
*curl: (3) URL rejected: Malformed input to a URL function*
Benjamin_Loison opened issue Benjamin_Loison/overleaf#59 2026-01-06 18:59:19 +01:00
Go to given line number
Benjamin_Loison opened issue Benjamin_Loison/cryptpad#62 2026-01-03 13:14:30 +01:00
Do not notify everyone that less support during holiday season
Benjamin_Loison commented on issue Benjamin_Loison/adb#29 2025-12-31 15:00:09 +01:00
Emulate scrollable screenshot

get_ui results in ERROR: could not get idle state. on my Debian 13 GNOME laptop Virtual Machine Manager LineageOS (trust) virtual machine:

![Screenshot_LineageOS_22.2_trust_2025-12-31_15:0…

Benjamin_Loison commented on issue Benjamin_Loison/linux#52 2025-12-28 22:28:42 +01:00
Share files/folders with another computer through USB or Ethernet
ssh 10.0.0.1 dd if=/dev/urandom 
Benjamin_Loison commented on issue Benjamin_Loison/Pillow#6 2025-12-26 21:18:36 +01:00
exiftool *Warning* *Invalid EXIF text encoding for UserComment* if specify more than 8 characters

DuckDuckGo and Google search "LookupError: unknown encoding: unicode".

DuckDuckGo search Python unicode string.

https://docs.python.org/3/howto/unicode.html

exif[0x9286] =
Benjamin_Loison commented on issue Benjamin_Loison/Pillow#6 2025-12-26 21:13:41 +01:00
exiftool *Warning* *Invalid EXIF text encoding for UserComment* if specify more than 8 characters
Error:
Traceback (most recent call last):
  File "<tmp 1>", line 6, in <module>
    exif[0x9286] = ('a' * 8).encode('unicode')
                  …
Benjamin_Loison commented on issue Benjamin_Loison/Pillow#6 2025-12-26 17:51:51 +01:00
exiftool *Warning* *Invalid EXIF text encoding for UserComment* if specify more than 8 characters

DuckDuckGo and Google search "Invalid EXIF text encoding for".

Note that whole UserComment is still retrievable with exiftool.

Benjamin_Loison commented on issue Benjamin_Loison/linux#4 2025-12-25 01:47:56 +01:00
How to make SATA hot plug work?

Hot plug Virtual Machine Manager Storage > Device type Disk device: and Bus type: VirtIO on my Debian 13 GNOME laptop Debian (trust) virtual machine works fine.

Benjamin_Loison opened issue Benjamin_Loison/xviewer#17 2025-12-24 23:59:04 +01:00
*Open with* does not propose opening the image as another XViewer instance
Benjamin_Loison commented on issue Benjamin_Loison/linux#57 2025-12-22 22:54:01 +01:00
Add prefix to output

exec > >(trap "" INT TERM; :) seems to reset the behavior, source: the Stack Overflow question 12404661, source: DuckDuckGo search Bash no op function.

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-12-22 21:35:39 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)

At least now APT and pip packages are up-to-date.

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-12-22 21:32:27 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)

Let us uncomment while asyncWait: and see if it helps, otherwise will set up a shared boolean and proceed to webpage reload from the main thread.

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-12-22 21:31:36 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)

In such case only see Checking output which is not satisfying.

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-12-21 01:24:59 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
jq -r '.[0].outputs[0].text' cell.json > output.txt

does not return anything and works as wanted.