Kevin Burk
Kevin Burk
Angr fails to fully disassemble the following program when it is compiled to an object file rather than an executable: ```C #include int main() { puts("Hello world.\n"); return 7; }...
The links to config files are broken - they have extra backticks in the URLs. For example, this: ``` [`configs/minimal.yaml`](`configs/minimal.yaml`) ``` Should become this: ``` [`configs/minimal.yaml`](configs/minimal.yaml) ```
Trying to use a GStreamer renderer while missing the required plugins leads to some very confusing error messages. Changing the plugin check from `assert()` to `g_assert()` makes it run even...
A regular ring next to an aromatic ring renders correctly: ``` N12CCCC(C)C1c3ccccc3 Mol4 ``` But adding a bridge to the regular ring causes the aromatic ring to look weird. It...
In superscripts, the digits `1`, `2`, and `3` are rendered slightly larger and heavier than other numbers. For example: ``` [145X][267X][389X][901X] ```
There's a rendering inconsistency where triple bonds that appear before a ring in the input SMILES are drawn bent relative to the preceding bond, whereas triple bonds appearing after a...
Is there a plan to support Python 3.12? Ubuntu 24.04 is out now, and it only comes with Python 3.12; none of the older Python versions are available in the...