Christopher Wellons
Christopher Wellons
Only some pointers are tracked in the context, so that alone is insufficient for testing if an arbitrary symbol is a pointer. Unless that's what you're specifically querying for? As...
You're right, it currently doesn't support all possible uniform types.
I'm not opposed to this so long as it doesn't interfere with the current functionality. Though I wonder how you plan to pull it off, since access to stdin and...
Hmm, I didn't realize systemd supported this kind of socket activation. I thought it only supported "inetd-style" activation on standard input, which is pointless for Endlessh. The official systemd documentation...
Thank you for taking the time to explain all this. Everything is making more sense. The confusing part of the documentation is `systemd.socket(5)` which says: > Note that the daemon...
I don't currently have any plans to make a Debian package for Endlessh, whether official or unofficial. There's an "install" target that follows the standard conventions (CFLAGS, DESTDIR, PREFIX, etc.),...
Awesome! Thanks, @nbraud! I'm happy about this.
That's an interesting idea, but I never had any plans to do this. Calling Emacs functions remotely sounds kind of neat. However, if it's just another Emacs instance making the...
I see what you're getting at. Is there a remote Python debugger that already speaks JSON-RPC? Does pdb already use it? A quick search turns up something called [qdb](http://code.google.com/p/rad2py/wiki/QdbRemotePythonDebugger), but,...
You're absolutely correct about #1. It hadn't even occurred to me that you might want to select a different endpoint. The options I see are: 1. Select the endpoint when...