| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Maybe we can just catch all exceptions? |
Sorry, something went wrong.
|
I think this MR can be closed. I was superseeded by #833 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
New Container
Context: bumping testcontainers in nixpkgs (NixOS/nixpkgs#417242)
When importing testcontainers in the nix sandbox, where Docker is not available, the code now fails with:
docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory')This is because this call to docker.from_env() fails.
In the case where this happens, I propose to fall back to the default socket address.
PR Checklist
as we make use of this for detecting Semantic Versioning changes.
all community features will be tagged community-feat,
but we do not want to release minor or major versions due to features or breaking changes outside of core.
So please use fix(postgres): or fix(my_new_vector_db): if you want to add or modify community modules.
This may change in the future if we have a separate package released with community modules.
(if unsure, look at other existing community modules)
and you DO NOT have an __init__.py above your module's level.
we still prefer adding NO EXTRA DEPENDENCIES, meaning mymodule = [] is the preferred addition
(see the notes at the bottom)
Preferred implementation
for the given tools you are triyng to implement.