Jonas Obrist
Jonas Obrist
It's a dynalite bug https://github.com/mhart/dynalite/pull/159
tested against real dynamodb and passes
You can select which profile to use by using `aiodynamo.credentials.FileCredentials(profile=...)`, but I agree that it should default to load from `AWS_PROFILE`, so I'd accept a PR to that effect.
I'd prefer automated releases as ted suggests, but I've never set that up so I'm not sure what the current state of the art is. if someone knows, please let...
> Manually I'd do `poetry build` and then `poetry publish` … huh I still use `twine upload` am I doing things wrong?
@jarikujansuu while we're trying to figure out how to automate/improve this, I've released 21.11.
So, I've been test running a patched version with the `console.error(err)` instead of the `throw err` in there for a while now on our CI and the results are: *...
Had the same issue with `--repository-url ...`, but was able to work around this issue by using `--repository-url=...`
Attempt to differentiate 'real' import problems from modules that are simply absent during discovery
awesome. would love to have something like this!
Attempt to differentiate 'real' import problems from modules that are simply absent during discovery
one thing this pull request definitely needs is some tests showing off this awesome new feature