Jāzeps B. Baško

Results 19 comments of Jāzeps B. Baško

No, downgrading Django to 2.0 or 2.1 doesn't make a difference. Isn't this happening because there's no mysqlclient built for Python 3.7 in https://github.com/Miserlou/lambda-packages ? Is Zappa still being developed?...

Because I need to reproduce behaviour someone has borrowed from `pandas` `to_json` which they called with set double precision on float serialization. The code is used for hash calculation so...

With normal `Config` I need more investigation. With `PlainConfig` you can try out this branch: `pip install git+https://github.com/jbasko/configmanager.git@explore-read-only` `config = PlainConfig(schema={"name": "foo"}, read_only=True)`

We now have `load_sources` setting. Maybe `load_stores` is better and then have `dump_stores` or `write_stores`? Be mindful: * if you have a config tree of structure A(B(C)) then A.sources have...

Yes, I do NOT recommend using this anymore. I think it tries to do too many things at the same time and therefore is not great in either. I personally...

In terms of physical implementation environment variables is my first choice. If it's not practical (I use direnv with .envrc files in my local environment), any json or yaml file...

1) Do you have a name of the test that caused this? 2) Is that a method in a test class or a plain test function? I'm asking because the...

I just tried removing the test or test module that has last failed and then running with `--last-failed` and was not able to reproduce the error. If you could edit...

Thank you for the submission. I will have to spend some time on this to consider the merit of including this in the project. I might not be able to...