Omer Katz

Results 645 comments of Omer Katz
trafficstars

I use mainly HTTPS.

You can provide an async=True argument that will indicate that the code will run in a thread. If your application is already threaded and the control and/or candidate perform I/O...

Concurrency. We don't want to use processes in 99% of the cases.

I'd also would like to know what reason I have to switch.

Each application is different. In an application I developed we used to store the app version installed, the OS version and a lot more data about the device.

I came here to find out if this is already implemented. What does it require?

In case of `trio` user should put the nursery inside the injection scope manually.

The app splits tweets mid-sentence which makes the thread harder to read. We should identify [sentences](https://observablehq.com/@spencermountain/compromise-sentences) and prefer to split tweets by them. If there is not enough characters for...

Here's a testcase: ``` In [2]: import inspect In [3]: from asynctest import CoroutineMock In [4]: inspect.isawaitable(CoroutineMock()) Out[4]: False ``` I'm using Python 3.7.3.