Bryan A. Jones

Results 127 comments of Bryan A. Jones

I'm _very_ excited to hear that Qt updates have fixed stability problems. Should we add a list of "do not use" Qt versions in the readme, to prevent users from...

I used https://checkout.macincloud.com/ to work on some OS X packaging, and it worked pretty well. I rented for just one month, which was all I needed. I think it was

Personally, I like the Unix philosophy: create one tool for one purpose, and make it the best tool possible. IMHO, this is my thought for Enki -- make it the...

If Sphinx does allow for configuration from static metadata, I would suggest using Python literals as the file format; see an example ([sphinx_static_config.zip](https://github.com/sphinx-doc/sphinx/files/6258147/sphinx_static_config.zip)) of `conf.py` below. Since this format is...

No, but there are lots of well-tested libraries that already do this. See https://github.com/commonmark/commonmark.js/.

Using the [CommonMark dingus](https://spec.commonmark.org/dingus/), entering `I think &` or `I think &` renders to `I think &`. So, the HTML entity in the HTML source doesn't *need* to be preserved...

What are you talking about? This is an issue, not a PR.

I'm running a server on the backend, so no magic there. It's a really nice open-source setup -- see https://github.com/RunestoneInteractive/rs.

I also have these problems with my vweb-based application. My tracebacks are similar. What other information would help track this down? Do you have any idea for where to look...