Joshua Taillon
Joshua Taillon
I was surprised to see there was no information about deprecation in the default docgen templates. Looking at https://biolink.github.io/biolink-model/genetic_association/, I was inspired to make some changes to our local templates...
**Describe the bug** If an import of `linkml:types` is used in a model definition, the resulting JSON Schema is not correct when using `exactly_one_of`. Using the yaml provided below, running...
VSCode has a nice feature for certain languages allowing for interactive linting while editing documents (such as using `ruff` or `pylint` for python). This gives you a nice little summary...
I have a basic inherited class structure that looks more or less like this, with some methods in the base class that return objects of the same type: ```python from...
I have a custom layout that makes use of the full width of the page (for displaying a rendered Jupyter Notebook in my docs). Unfortunately, this means I lose the...
Resolves #88. Not much to describe apart from the PR title. I modified `upload()` to use `Client.request` to be able to access the "location" response header, which contains the URL...
Thanks for your great library! I'm using it in https://github.com/jat255/fit_file_uploader to automate some activity file handling and it's been super useful. I was wondering if it would be possible to...
I'm trying to use the `pkcs11` library to decrypt emails using a private key kept on my smart card. I can do this successfully with `openssl` with the following command:...
This PR implements a DOI downloader for the NIST public data repository at https://data.nist.gov This is my first attempt at developing on pooch at all, so please let me know...
**Description of the desired feature:** The [NIST Public Data Repository](https://data.nist.gov) is a rich source of datasets published by the National Institute of Standards and Technology, each of which have DOIs...