Bryan A. Jones
Bryan A. Jones
I'm opening this issue to help me keep track of a Mac port of Enki. Current status: all qutepart tests pass, but Enki tests crash. I'm working on test_core currently.
A dialog between me and _Andrei_: IHMO, all the dock open commands should also work to close the docs: Alt+O would open and close the opened files dock, etc. _This...
1. In a new document, type the string `software test testing tester`. 2. Type `soft` and press tab. This autocompletes to `software`. 3. Type `test` and press tab. Nothing happens....
The `ensure_in_docker()` function already runs `source $RUNESTONE_PATH/.venv/bin/activate`, so we're already in a venv without running `poetry run bash`.
It amazes me to see what's available in the open-source world. Here's a Verilog simulator, already packaged for Debian. Amazing!
In my application, I'd like to run all JavaScript in strict mode, so I pass `strict=true` in the EJS options dict. This means that the `with` statement can't be used...
These two commit fix bulid problems on Windows and Linux with the Python module, by correctly setting the include_dirs and library_dirs based on modern usage. It also improves Python performance...
This PR adds what I call "faithful mode" -- if given HTML can't be exactly captured by Markdown, then this mode outputs the HTML instead. For example, the HTML snippet...
See the issues linked below for a good description of the issue. Given readable text in HTML, which renders as ``, the correct Turndown translation is `\\`, but the current...
Unzip [Sphinx_projects.zip](https://github.com/sphinx-doc/sphinx/files/6123862/Sphinx_projects.zip), then: ``` cd two make html cd ../one make html ``` This illustrates the following problems: From `one/index.rst` =================  From `two/index.rst` ===================  Bugs observed =============== 1....