- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
\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.
\usepackage{svg}
does not work on own instance
Is *Main document* project or account specific?
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.
<kbd>tab</kbd> does not autocomplete
adb shell ls
path
Temporarily rely on another phone NFC
Remember permanently *Are you sure you want to move "..." to the trash?*
xviewer --version
Xviewer 3.4.8
Remember permanently *Are you sure you want to move "..." to the trash?*
Was not having this issue since recently if I remember correctly.
Unable to publish comment with a warning about incorrect JSON because of rate limited
A workaround is to append to last issue comment.
Unable to publish comment with a warning about incorrect JSON because of rate limited
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…
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
<…
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:…
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…