Joe Flack

Results 104 issues of Joe Flack

The README.md says the following are both literally possible. > `pip install fastapi-cache2[redis]` > `pip install fastapi-cache2[memcache]` But they are not: ```sh pip install fastapi-cache2[redis] zsh: no matches found: fastapi-cache2[redis]...

## Description I'm having an issue where I want to debug certain endpoints locally. But since those responses are cached, my breakpoints are never getting reached. What's the best way...

documentation
question

Should not `aioredis`, `memcache`, and `redis` come with the installation of this package, as they are requirements? Regarding `redis` vs `memcache` and PyPi, this is issue is related: #29

## Description It seems like `OrderedSet` is not able to be installed successfully in either my local environment, or the server environment. It looks like this may be because of...

## Description Cursor is not visible with default theme / settings in GraphiQL. In the image below, my cursor was located at the of the line reading "id". However, either...

resolved-by-redesign

## Summary I am trying out [`robot validate-profile`](http://robot.obolibrary.org/validate-profile.html) today, but I noticed that nothing about it appears in the help file: ``` usage: robot [command] [options] --add-prefix add prefix 'foo:...

low-priority

## Summary The current `README.md` links to the [LinkML docs](https://linkml.io/linkml/), which is good, but it does not say anything about what the repo `linkml` is for. This is in contrast...

documentation
enhancement
Low severity

**Is your feature request related to a problem? Please describe.** For the TIMS project, we are trying to come up with the best central format for our data. For ValueSets,...

**Describe the bug** I'm following the steps [in this video](https://asciinema.org/a/GHydP2cs0NIyUdhjvwvSFvB91) to set up a new LinkML project using `linkml-ws`. **To Reproduce** Steps to reproduce the behavior: 1. Create an empty...

bug

## Description When using a Macbook using an apple silicon / M1 CPU, `docker-compose up -d --build` fails. ## Errors ### 1st error message After doing `mvn clean install`, when...