Bradford Powell
Bradford Powell
Addresses #7009, adding functionality to the cli tool that otherwise would only be possible in the web interface. Useful for scripting addition of an authclient.
### Steps to reproduce 1. Generate an OAuth client record in the [web UI](http://localhost:5000/admin/oauthclients/new). You will have options for Name, Authority, Grant Type, Trusted and Redirect URL 2. Now try...
This could be reasonably tagged as "compatibility" because the behavior differs from the mininotation in tidal. That also means it is related to #30. I am not sure how much...
An empty dict is not truthy in python, so cannot just check for "if options['link']" Fixes #64
Framing with "@embed": "@link" has been proposed as one way to create an in-memory representation of a graph (as discussed in json-ld/json-ld.org#140 ). jsonld.js does this in a way that...
When following the instructions from the `README.md` to run using docker-compose (against the docker-compose.yml in 30c29a16c), when running the `docker run --net=host -v $(pwd)/config:/config ebispot/ols-config-importer:stable` (after a lot of other...
This issue is prompted by the automatic closure (twice) of PR #7297 as "stale" (pull request was filed 2022.02.21, auto-closed 2022.05.12, manually reopened 2022.05.12, then again auto-closed 2022.08.06). ### Steps...
I just found out about `legato`! It's pretty cool, and it could be a lot easier to express staccato that way as opposed to shortening durations and following up with...
This may be a case of "well don't do that then", but hopefully can be addressed. I've noticed that if there are a lot of significant digits to the argument...
The documentation for select.reference set defines bin.length as "Length (*in bp*) of each of the regions" (my emphasis). However, the vignette gives as an example for bin.length: ```R bin.length =...