Jason Siefken
Jason Siefken
I assume you're using the git version? Can you look in .xsession-errors and see if there is anything pertinent?
I am upgrading to see if I notice an issue.
I upgraded to 3.2.2.1, and I haven't had any issues. . .Have you found any reliable way to reproduce this?
Very strange. I can only imagine it might be some possible race condition that's causing the error, since restarting the shell should fix any other issues...
This issue is caused because the close in a menu sends a close request to the app, and not the window :-/. The git version has removed the menu option,...
Thanks! I am going to hold off on this for now. I don't want to merge the Before You Read sections until they are ready for all modules.
Now that we have the `beforeyouread` environment, this PR can be rewritten with that.
As a plugin author, I find `AstPath` an endless source of frustration. I often want to reparse or modify the AST on-the-fly to add metadata/etc during printing. I haven't found...
Is running the produced code through a pretty-printer an option? Or are you really hoping to have xsltproc doing the pretty printing?
This would be a huge step forward, since then `stubs` could be run in the browser with the extension backend simulated and we could have live updating for debugging! I...