Josh Byrnes
Josh Byrnes
IFRAME + INPUT element = No JS (and doesn't lose chat history) ...except it would be much more user-friendly with keyboard support.
I'd be interested in this. Currently using the Primus node.js library to do this, but if a standard is decided upon, it would be great to enable support.
@syzop I'm guessing that a binary message ending in a CRLF combination would also work as expected in your implementation?
I've been doing this following for quite some time in my 404 hosts to enable some simple static hosting ``` root /var/www/html; location / { index index.html index.htm; } ```...
I've been thinking about adding a file host, with an optional FPM style handler. I'd default to /var/www (Hello world!) and allow a user to change the location. Haven't thought...
> Only thing is, then it wouldn't TECHNICALLY be an "instant" chat through things like TOR as things like reloading a page take a lot longer then receiving writes. Using...
https://github.com/dangiu/PicoMemcard/pull/44 should fix your access permission issue. Can you try pmc+/development branch?
Just tested the same code using Debian (WSL) on the same computer. The code worked as expected.
Used the link @zygimantus to reset a forgotten password. Ended up with some duplicate users. When deleting those users, I get this error. I am able to change/disable accounts and...
> @dangiu Did you ever get a chance to look at the code and figure out why the code size increased so much? > Thanks everyone! I believe the code...