Hynek Cernoch
Hynek Cernoch
This issue is fixed by a commit above and it will be used very soon in the version 4.1: A simple default value is used by `inspectdb` instead of `DefaultedByCreate(some_value)`....
4. Implement `LazySalesforceErrorCheck` context manager that allows to get all data from successful operations and also raise the original exception after the end of `LazySalesforceErrorCheck()` ``` python try: with LazySalesforceErrorCheck():...
I agree. Which one source do you use? Does this work for also you? (still without timeout setting?): pip install git+https://github.com/hynekcer/beatbox-davisagli.git@7f628a789cba#egg=beatbox If so then I can add the timeout setting...
I think that a frequent requirement is to set a shorter value for the case that a simple query is unusually slow or the connection is sometimes broken but not...
It's fine that you are writing tests. Do you want to continue with the project? Where to write an updated documentation? I understand that you want to promote your site...
Please combine the docs page with README.md. I prefer that I write new tests mostly only to an unused project wiki and the project owner rewrites sometimes important parts to...
@alanjcastonguay Thanks for your information. (Did you quit Salesforce for some technical reason or more for a administrative reason in your company?) I started to play with python_client to convert...
Yes. I see the difference in the zip distribution created by tox, that README is present only if the Manifest is fixed. Also [setup.py should be fixed](https://github.com/hynekcer/Beatbox/commit/2a1e7b27f). I have no...
The manifest need not be repeated in itself, but the Copying can. ``` -include README +include README.md include *.py -include MANIFEST.in +include COPYING ```
This issue can be closed. Everything about **sum(...)** works in the example above with the mypy 0.960 while a version 0.950 still was with same errors. The only reported error...