Oliver Dain
Oliver Dain
If you try to build the Docker container you get an error: ``` Reading package lists... W: GPG error: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 InRelease: The following signatures couldn't be verified because the public...
In order to use these models you have to clone a few git repos, manually install a bunch of stuff, use a specific, old version of Python, etc. The only...
### What happened? What actually happened, including error codes if applies. Steps to Reproduce: 1. Download the latest version of `lakectl` 2. Clone a repo with a decent amount of...
It would be nice to be able to disable the progress bars you see with `lakectl local clone` and other bulk operations. Use case: I have some ML training jobs...
# Summary Currently the `podGC` policy is set globally for the entire workflow. Sometimes it's helpful to be able to override it for a single step. ## Use Cases We...
### What happened? The Python library installed via `pip install lakefs` does appear to have type hints. However, [mypy won't use them](https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages) unless there's a `py.typed` file in the package....
docs: update the enhanced depends documentation It wasn't clear to me what `Omitted` and `Skipped` meant. I'm still not sure I have this correct but I'm going off [advice I...
I'm wondering if there's any way to add attributes to individual queries. The use case is that we have a query or two that we know are slow and that's...
From a quick look at your source code it looks like the library is thoroughly type hinted. However, mypy complains: ``` error: Skipping analyzing "qreader": module is installed, but missing...
In #7732 the animated progress bars one sees when running commands like `lakectl local clone` or `lakctl fs download` can be *partially* disabled. I say partially because if you're running...