Jeffrey C. Lerman

Results 17 issues of Jeffrey C. Lerman

**Describe the bug** Although I've seen them work previously, in PyCharm currently, I am not able to get either of the following two features to work: * install extras and...

### Describe the bug **context** When I 1. use `sphinx-apidoc` to create API documents for a Python project, e.g.: ``` sphinx-apidoc -f --module-first -o source/ my_python_package_dir ``` 2. place links...

bug

I have a standard block of SPARQL prefixes that I use in some of my code, and I started getting test failures when I tried to update from rdflib 6.1.1...

bug
regression
concept: namespace

Certain CI tools (CircleCI, and apparently Hudson/Jenkins) have dedicated functionality to store and display test results, but they seem to have standardized on a format that isn't currently one of...

Many of the methods in the Ontology class (ontol.py) have terse documentation that doesn't include a description of the argument-types. For example, `add_synonym` takes a single argument `syn` that is...

- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...

kind/bug
status/triage

I use `robot` in my CI workflow to run tests against my ontology, via `robot report`. For me, those tests run quickly, but I forget to run them before pushing...

- **Poetry version**: 1.5.1 - **Python version**: 3.10.12 - **OS version and name**: MacOS 12.6.8 - **pyproject.toml**: - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using a...

kind/bug
status/triage

### Describe the bug **context** When I create the following Markdown file: `my-docs.md` ``` ## Overview Here I would like to refer you to the [details](details.md). ``` (there is another...

bug
more-info-required

When there is a large number of usages of an annotation property, this issue isn't immediately obvious - but it seems to happen consistently. Example (from HPO ontology): ![image](https://user-images.githubusercontent.com/19315670/236071211-d993313b-d9d2-4ff5-84f4-51e3e31f527f.png) There...

Type: Bug
Status: Needs Reproducing