Christopher Jefferson

Results 110 comments of Christopher Jefferson

This fixes the issue discussed in #3536 (command line browsers hang). As discussed there, there are better things to do than this (open a GUI browser, set the BROWSER variable),...

I did forget `os.fork()` wasn't on normal windows. Thanks, I'm going to go and think about this, annoyingly one needs to pick a bit through the hierarchy (I seem to...

Hi, Unfortunately, it looks like command line browsers, and browsers defined with the BROWSER variable, are both handled as `GenericBrowser` objects, so I can't tell if they are going to...

Argh! :) I hoped all linux distros would install that, maybe it's a debian thing? i could just hardwire ["www-browser", "links", "elinks", "lynx", "w3m"], based on https://github.com/python/cpython/blob/3.9/Lib/webbrowser.py ? Sorry, this...

OK, so if your www-browser is firefox, and mine is lynx, as you say this isn't fixable nicely by us. I also previous found a page that said www-browser should...

Thanks, I'll have a go. Is there a guide to running sanitisers with wasm? Is this the clang ones, do iiust pass them on the command line when compiling?

I reduced to two different small programs but (unfortunately) while they are small C++ programs, they are still calling into significant parts of the standard library: ``` #include int main(void)...

This is just a drive-by message, but a blind friend of mine says their best experience comes from using Apple's built in accessibility with the standard Apple terminal.

Note: There is a similar problem in COMOBJ (as they are implemented in a similar way to PRECs). I'm tempted to ignore the problem there, because I think the ordering...

I use it quite a lot (indirectly, I want to make sets). For example, cut+paste from a file I'm editing (I have more usefully named variables, I'm just removing my...