David Dobrinskiy

Results 22 issues of David Dobrinskiy

set git clone depth to 1 to reduce download times

I am trying to import a module from a private repo. `import "gitlab.private-repo.com/sre/scout/flowgraph-api.git"` Notice that `plowgraph-api` lives inside `scout` group inside `sre` , which may complicate things. Go get from...

In this PR I will attempt to migrate nbdev to pyproject.toml, and learn something new along the way ## Why do this at all? I am using nbdev as my...

Same error on `repos.download_tarball_archive` and `repos.download_tarball_archive` Possibly related to https://github.com/fastai/ghapi/issues/22 ## packages installed ``` ghapi 1.0.3 fastcore 1.5.28 ``` ## steps to reproduce ``` from ghapi.core import GhApi GhApi(gh_host='https://api.github.com', authenticate=False).repos.download_tarball_archive('fastai',...

related to https://github.com/fastai/nbdev/pull/1306

@mxcl something looks broken in handling the versions, see last part of semver ![image](https://user-images.githubusercontent.com/29500178/223118444-d57b8fbe-fa54-4676-82ef-b2f1a5d29093.png) source code to reproduce: https://github.com/teaxyz/pantry.extra/pull/463/commits/6d4cd3fa65fd02a98de90a39764e9c45cd67fcb9

probably just venv with a requirements.txt - [ ] verify that all Make commands still work

enhancement
good first issue

Fix compatibility with * jupyterlab 4 * ipywidgets 8

[ ] formats code in notebooks [ ] formats code in .py files [ ] passes pre-commit (no divergence b/w notebooks and .py export) [ ] ruff check in pre-commit...

enhancement