Kim Alvefur
Kim Alvefur
`kubelogin` now manages to say > `Please visit the following URL in your browser manually: http://localhost:8000` so this may not be as important anymore.
> `cannot load incompatible bytecode` FWIW, this appears to be the LuaJIT error when attempting to load PUC-Rio Lua 5.x bytecode
Given that e.g. on Debian it's possible to have five different Lua implementations installed at the same time, and LuaJIT doesn't have `luac`, IIRC you do `luajit -b raw` instead,...
Is it worth creating a copy for python 3 rather than applying the change to the existing file?
Thanks, I fixed the mistake. In turn, did you mean `s/minLength/maxLength/` ? Well, "need" is such a strong word, but I'd really like to enable a convenient and friendly data...
Just expressing general disapproval of such bots. It was not clear to me that you wanted feedback from _me_ because I am used to 'author' in contexts like this referring...
Sorry about that, now it actually works, not just _seems_ to work because `bind(sun_path="")` succeeds but does something else.
You could potentially use the [User Mood (XEP-0107)](https://xmpp.org/extensions/xep-0107.html) format.
May I suggest you look at [Carbons](http://xmpp.org/extensions/xep-0280.html) for real-time synchronization of chats and [MAM](http://xmpp.org/extensions/xep-0313.html) for a more modern and simple archiving spec.
Looking for [Efficient XML Interchange (EXI)](https://xmpp.org/extensions/xep-0322.html)? Having done some experiments in alternate encodings, I can say that there are trade-offs and XML is actually pretty good. XML comes with it...