Scott Main

Results 7 issues of Scott Main

**Is your feature request related to a problem? Please describe.** While annotating my dataset, I realize some images are garbage and don't want to use them. **Describe the solution you'd...

new-feature
ms-beta

**Describe the bug** The next/previous keyboard shortcut only works when the browser focus is on the image. **To Reproduce** Steps to reproduce the behavior: 1. Open several images for object...

new-feature
ms-beta

Just need to cast the path to a string. Fixes https://github.com/breathe-doc/breathe/issues/944

This allows Sphinx to generate an entry in the table of content for each member, using the basic API name (not the full API signature). Here's an example output from...

When generating Sphinx/RST nodes from the Doxygen sources, I'd like Breathe to include the short API member name in the `_toc_name` and `_toc_parts` attribute of the `desc_signature` node. This will...

### Bug description Compiled Mojo programs that import Python code fail with the message `Unable to locate a suitable libpython, please set MOJO_PYTHON_LIBRARY`. This is because Mojo currently does not...

bug
mojo-tooling
mojo

This works: ``` - one - two ``` But this does not: ``` - one - two ``` And it should. According to the [MD spec](https://daringfireball.net/projects/markdown/syntax#list), it should tolerate up...