Bryan A. Jones

Results 35 issues of Bryan A. Jones

Thanks for creating asyncpg! It's dramatically improved the performance of my [open-source web application](https://github.com/RunestoneInteractive) ([Runestone Academy](https://runestone.academy/), a free interactive e-book). To reproduce this bug, simply start asyncpg as a non-root...

I struggled for a while getting fonts to work in LaTeX builds of a PreTeXt document, built using `xelatex`. (I'm not using the CLI; I'm not sure if that would...

This is a separate issue to follow up on the [previous discussion](https://github.com/RunestoneInteractive/RunestoneServer/pull/1972#discussion_r914160794). The problem ============ Even after significant improvements in the docs and the code, the Docker installation process is...

Working on getting the unit tests to work. I see a failure when testing the `test_build` function in `tests/test_designer.py` . It produces the following exception: > ForeignKeyViolation(update or delete on...

Dark mode still has a number of visual rendering problems -- fixing this will probably require a serious deep dive in the CSS in `runestone/accessibility/css`. In particular, the text in...

bug
help wanted

This defines the currently-implemented approach to dynamic fitb problems, and serves as a discussion point to examine the approach taken. I'll keep this PR as a draft until the team...

I spent some time reviewing the new webpack-based approach for the Runestone Components to ensure all the images are correctly included. I see two problems we need to address: 1....

help wanted
good first issue

Curerntly, our Runestone Components don't return any [extension metadata](https://www.sphinx-doc.org/en/master/extdev/index.html#extension-metadata). We should do this! We could probably define a standard value to return for all Runestone Components, then just return that.

@rockiger, I haven't really looked into this yet, but here's what I see when installing Enki from `setup.py` using the master branch. ``` qt.svg: Cannot open file 'E:/tmp/venv/lib/site-packages/enki/plugins/pluginmanager/plugins.svg', because: The...

I think we should migrate Enki to using py.test. It's really an amazing framework; fixtures, in particular, are very helpful. Also, it has a pytest-qt plugin to make testing pyqt...

To think