Alex Bennée

Results 230 comments of Alex Bennée

I think there is nothing to do here. sshfs just appears as a local file-system from the point of view of emacs do it should generate a local to local...

Why do all this spooky action at a distance? If you want to debug guests running in QEMU use it's own record/replay facility and reverse debugging to do it.

So this branch does manage to complete on current (post 1.19) bedrock maps although at the moment I'm seeing crashes in release mode while working in debug mode.

I think https://github.com/stsquad/bedrock-viz/commit/7d21813cce8b625ff9c1ff93a956fbb1a04a131f fixes the segfault due to a buffer overflow.

I'm not sure why the Ubuntu CI job is failing as I can't replicate the error on my systems.

Should we be using iptables-legacy with the main system has iptables? ``` iptables -L nat # Warning: iptables-legacy tables present, use iptables-legacy to see them iptables v1.8.9 (nf_tables): chain `nat'...

FWIW I tweaked the rules and I can now at least ping the HA WG address: ``` post_up: >- iptables -t nat -A POSTROUTING -o wg0 -j MASQUERADE; iptables -A...

@marclevoy hmm this could be Google's own whitelisting. Edit with Emacs can't access a bunch of "special" pages due to Chrome preventing extensions making changes to them. This is a...

JSBin (having looked it up, bit more context next time please) uses CodeMirror. This would require work to integrate with the CodeMirror JavaSscript.

The control of edit-server-done is based on edit-server-new-frame. If it's not set it shouldn't be deleting the frame (but it will delete the window).