Anton Agestam

Results 134 comments of Anton Agestam

This sounds like a good idea, I'll happily review PRs for it. Are you willing to work on this?

@thenewguy I'd definitely consider adding a strategy for NFS and I'll happy review pull requests if your willing to work on it. I'd be hesitant to a solution that adds...

Min.io is not yet supported. There is some ongoing work in making the storage backend support of Collectfast pluggable and decouple the S3 parts from the "core", once that is...

Support for pluggable strategies is now merged. You can check how support for boto, boto3, and gcloud storages is implemented here: https://github.com/antonagestam/collectfast/tree/master/collectfast/strategies

@nunesvictor Were you able to use the boto3 or boto implementation to make it work with minio?

Logging needs a major overhaul. The management command needs to somehow be setup so that loggers in other modules uses the management command logging facilities.

@posita I actually meant so that I can do: ```python from numerary.types import CachingProtocolMeta ``` ... without a type error. Because that name isn't in `__all__`, mypy rightfully considers it...

Cool, great knowing there's a way forward here. I'm on vacation now but might be able to find time addressing this later this summer. Thanks for the feedback! 🙏

@omfd I'm curious if anyone has experimented with making this work, e.g. using some transformer from pydantic's `BaseModel.dict()` to drf-yasg's `Schema`?