Benjamin_Loison commented on issue Benjamin_Loison/overleaf#42 2025-03-11 23:00:44 +01:00
\usepackage{svg} does not work on own instance

DuckDuckGo search svg-inkscape includesvg LaTeX.

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#42 2025-03-11 23:00:29 +01:00
\usepackage{svg} does not work on own instance

https://plmlatex.math.cnrs.fr wants directly svg-inkscape/ content it seems, maybe there is a $LaTeX option when \usepackage or \includesvg if I remember correctly.

Benjamin_Loison opened issue Benjamin_Loison/overleaf#42 2025-03-11 22:58:40 +01:00
\usepackage{svg} does not work on own instance
Benjamin_Loison opened issue Benjamin_Loison/overleaf#41 2025-03-11 21:10:47 +01:00
Is *Main document* project or account specific?
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#21 2025-03-11 20:44:04 +01:00
Open-source git integration

This feature can be used to have history for other files than the compiled one.

Related to Benjamin-Loison/gitea/issues/99.

Benjamin_Loison opened issue Benjamin_Loison/adb#31 2025-03-10 15:39:16 +01:00
<kbd>tab</kbd> does not autocomplete adb shell ls path
Benjamin_Loison commented on issue Benjamin_Loison/linux#70 2025-03-10 00:49:35 +01:00
Temporarily rely on a phone NFC

Related to #33.

Benjamin_Loison opened issue Benjamin_Loison/linux#70 2025-03-10 00:48:51 +01:00
Temporarily rely on another phone NFC
Benjamin_Loison commented on issue Benjamin_Loison/xviewer#8 2025-03-09 16:14:17 +01:00
Remember permanently *Are you sure you want to move "..." to the trash?*
xviewer --version
Xviewer 3.4.8
Benjamin_Loison commented on issue Benjamin_Loison/xviewer#8 2025-03-09 16:14:01 +01:00
Remember permanently *Are you sure you want to move "..." to the trash?*

Was not having this issue since recently if I remember correctly.

Benjamin_Loison commented on issue Benjamin_Loison/codeberg#9 2025-03-08 18:36:01 +01:00
Unable to publish comment with a warning about incorrect JSON because of rate limited

A workaround is to append to last issue comment.

Benjamin_Loison opened issue Benjamin_Loison/codeberg#9 2025-03-08 18:31:38 +01:00
Unable to publish comment with a warning about incorrect JSON because of rate limited
Benjamin_Loison commented on issue Benjamin_Loison/linux#69 2025-03-07 18:05:02 +01:00
Run command once a port is listening
Bash script:
PORT=2250
while ! (echo -n > /dev/tcp/localhost/$PORT) 2> /dev/null
do
    date
    sleep 60
done

one second and…

Benjamin_Loison commented on issue Benjamin_Loison/linux#69 2025-03-07 17:58:39 +01:00
Run command once a port is listening
inotifywait -e modify /dev/tcp/127.0.0.1/22
Output:
Setting up watches.
Couldn't watch /dev/tcp/127.0.0.1/22: No such file or directory

<…

Benjamin_Loison commented on issue Benjamin_Loison/linux#38 2025-03-07 17:56:12 +01:00
Test open port
echo -n > /dev/tcp/127.0.0.1/22
echo $?
0
echo -n > /dev/tcp/127.0.0.1/22222
bash: connect: Connection refused
bash: /dev/tcp/127.0.0.1/22222:…
Benjamin_Loison commented on issue Benjamin_Loison/linux#38 2025-03-07 17:54:36 +01:00
Test open port
ls /dev/tcp/127.0.0.1/22
ls: cannot access '/dev/tcp/127.0.0.1/22': No such file or directory

but have a similar output as [the Super User answer 622641](https://superus…

Benjamin_Loison commented on issue Benjamin_Loison/linux#38 2025-03-07 17:52:46 +01:00
Test open port

DuckDuckGo search Linux try to reach a port.

Benjamin_Loison reopened issue Benjamin_Loison/linux#38 2025-03-07 17:52:46 +01:00
Test open port