Drew Yang
Drew Yang
This is the best git cheat sheet I found so far! Thanks for sharing! Maybe add one more diagram like this would be helpful to explain how each command works....
## Bug Report ### Description Datajoint connection cannot be defined with the python `with`, and using `with` is the regular way to make sure a connection is closed after `dj.conn()`....
## Environment OS: Ubuntu 20.04 CUDA: 11.0 Cupy: cupy-cuda110==9.6.0 ## Traceback ``` Traceback (most recent call last): File "", line 1, in File "/home/muser/.local/lib/python3.7/site-packages/datajoint/autopopulate.py", line 153, in populate make(dict(key)) File...
Hi there, I'm looking for a feature to add or attach new Client ID/Audience to an existing OIDC provider [API doc](https://docs.aws.amazon.com/IAM/latest/APIReference/API_AddClientIDToOpenIDConnectProvider.html)
### Project to be claimed - **TestPyPI** `datajoint`: https://test.pypi.org/project/datajoint/ ### Your PyPI username `datajointbot`: https://pypi.org/user/datajointbot/ ### Reasons for the request Hi there, Hope you are doing well! Sorry for your...
## Improvement Request ### Problem Not really a problem, but Mac import datajoint is way less performant comparing to import datajoint on Linux. ### Requirements ``` # make a directory...
## Improvement Request ### Problem Currently, datajoint-python pytest runs unit and integration test by default, which requires a DB ``` pytest --cov-report term-missing --cov=datajoint tests # trying to connect to...
## Bug Report ### Description With configuration `tag_format = "{version}"` instead of the default `tag_format = "v{version}"`, changelog is still been generated with `vX.X.X` instead of `X.X.X` I have found...