Dmitry Figol
Dmitry Figol
As a workaround I manually configured an external tool in PyCharm manually and assigned a hot key.
This is what I am currently doing - assigning None to every field in 20-field schema and it is looking ugly. I believe this is extra information which is already...
I would like to revive this old thread. I started using vcrpy and also didn't expect the current "all" behavior. It seems that the change is trivial, but is there...
@neozenith it is still relevant. Up to this day, when I need to modify my vcr config / record new cassettes, I spend significant amount of time trying to workaround...
Would love to have this feature. Comparing gear is one of my primary use-cases for DIM. Currently I use the custom total based on stats selected in organizer, e.g.: ...
Thanks for the comment and the proposed workaround. While it probably achieves what I need, this is still a problem. That's why the issue was raised in the first place....
https://smartsheet-platform.github.io/api-docs/#move-rows-to-another-sheet
@bbaker1229 thank you for bringing this to my attention and sorry for not replying earlier. I will take a look and investigate this. This project has needed some love for...
httpx will allow to reduce the maintenance / codebase / tests as I will be able to tests only async implementation. This will be reinforced with unasync
This can be fixed by sending a header `Connection=close` to the server. Found here: https://github.com/aio-libs/aiohttp/issues/850#issuecomment-471663047 ``` Traceback (most recent call last): File "scripts/move_rows.py", line 54, in asyncio.run(main()) File "/Users/dmfigol/.pyenv/versions/3.7.4/lib/python3.7/asyncio/runners.py", line...