Jan Vlčinský
Jan Vlčinský
@tomchristie Wow, the Apistar looks as another of my dreams getting fulfilled. There are only 3 or 4 "apistar" strings in "responsder" code and key point showing how is the...
Personally I have tried both Arrow (even with [small contribution](https://github.com/arrow-py/arrow/pull/118)) and pendulum. My personal preference is pendulum and it works great to me for years. Today I have found pendulum...
@sdispater, I wonder, if #1070 elaboration of requested feature is usable as is or it needs some update. If so, I volunteer to join effort with one or few others,...
> Poetry needs the url information of a dependency for a private repository. I agree. This contributes to usability of `poetry` as it provides complete information where to install from....
@swist I think, that in this case you will manage with existing poetry as the part in front of `@` is username (`aws`) and password (``), which can be edited...
I hit exactly the same issue. The conversion of strings into integers is: - undocumented - not being implemented correctly I would invite an implementation which does conversion to integer...
Hi Sam. I am Python guy and Ruby is not what I am proficient in. The best thing I am able to now is to write carefully proposals for new...
For Linux users I found a trick, which can provide most of what I have asked for: add following two lines to your `/etc/inputrc` or `~/.inputrc`: ``` bash "\e[A":history-search-backward "\e[B":history-search-forward...
Excellent. My tests are passing now. I added another test checking, that the client can be created even before the pill is instantiated: ``` def test_client_pill_playback(session, records_path): import placebo client...
Please, **reopen this issue.** My tests were broken and in fact worked only by really fetching data from AWS. As I did not test returned response I thought, all works...