Benjamin_Loison opened issue Benjamin_Loison/overleaf#40 2025-03-07 13:17:04 +01:00
Notify on completed compilation
Benjamin_Loison commented on issue Benjamin_Loison/certbot#2 2025-03-06 16:24:27 +01:00
ed25519 well supported on most known web-browsers (if even available for websites) such as Firefox, Chromium, Edge and Safari?

P-384 may have an US backdoor if I remember correctly, so what encryption scheme are we supposed to use to not have it?

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#2 2025-03-05 12:24:23 +01:00
After a while Download PDF open a new tab without URL, but does not start a download

It seems that have to wait compilation when come back to a project to see people on it etc.

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-03-03 01:05:19 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)

DuckDuckGo search Python Overleaf client.

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-03-03 01:04:17 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
Python script:
import socketio

# standard Python
with socketio.SimpleClient() as sio:
    # ... connect to a server and use the client
    # ...…
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-03-03 01:01:32 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
pip install "python-socketio[client]"
Output:
Requirement already satisfied: python-socketio[client] in ./venv/lib/python3.11/site-packages…
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-03-03 00:59:13 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)

The Socket.IO protocol has been through a number of revisions, and some of these introduced backward incompatible changes, which means that the client and the server must use compatible versions…

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-03-03 00:57:25 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)

DuckDuckGo search socket.io Python client.

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-03-03 00:57:06 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
 wscat -c 'wss://www.overleaf.com/socket.io/1/websocket/XXXXXXXXXXXXXXXXXXXX?projectId=XXXXXXXXXXXXXXXXXXXXXXXX'
Output:
Connected (press…
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-03-03 00:48:23 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
Bash script:
 curl 'wss://www.overleaf.com/socket.io/1/websocket/XXXXXXXXXXXXXXXXXXXX?projectId=YYYYYYYYYYYYYYYYYYYYYYYY' -H 'User-Agent: Mozilla/5.0…
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-03-03 00:45:23 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
Shell:
benjamin_loison@Benjamin-Loison-HP-Debian:~$ wscat -c 'wss://www.overleaf.com/socket.io/1/websocket/XXXXXXXXXXXXXXXXXXXX?projectId=XXXXXXXXXXXXXXXXXXXXX…
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-03-03 00:43:35 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)

DuckDuckGo search "Protocol "wss" not supported or disabled in libcurl".

Shell:
benjamin_loison@Benjamin-Loison-HP-Debian:~$ wscat -c "wss://ws-feed.gdax.…
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-03-03 00:30:19 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
curl -I https://www.overleaf.com/socket.io/1/websocket/
Output:
HTTP/2 200 
content-type: text/plain
date: Sun, 02 Mar 2025 23:30:05…