Itamar Oren
Itamar Oren
Pick up `extra_kwargs` from the settings by building a dictionary with all (key,value) pairs that are not "well-known" by the backend, allowing for more Libcloud driver flexibility with extra arguments...
It doesn't come up in this sample repo, but I'm assuming that in a large enough project you would have several top-level "common" directories, meant to be shared between two...
People often quote a single perf number when comparing versions (e.g. "Python 3.11 is 25% faster than Python 3.10") The pyperformance compare command prints out the "change factor" per benchmark....
Most of the time I'm in Sublime Text, with the beautiful dark Molokai theme. It would be really nice to be able to configure TodoTxtMac with a similar theme, so...
URLs of the form `hostname:8080` (with no scheme, with "hostname" not containing any dots) can be used to refer to the netloc "hostname:8080" `requests.utils.prepend_scheme_if_needed` should correctly prepend the `new_scheme` when...
For example, if I'm on task marked as (A), and I swap it down below another task marked as (B), then it would be nice if it would auto-change the...
It seems SchulzePR is misbehaving, at least with the ballot input I have "engineered": ``` python Python 2.7.4 (default, Apr 19 2013, 18:28:01) [GCC 4.7.3] on linux2 >>> from pyvotecore.schulze_pr...
When running one of our applications that uses setproctitle under clang ASAN, it detected a heap buffer underflow in [find_argv_from_env](https://github.com/dvarrazzo/py-setproctitle/blob/e174a1566c8f33c8f9a7d819967f1264026859fd/src/spt_setup.c#L125). [This gist](https://gist.github.com/itamaro/bca973ae5cb962dec3a9704d0feea656) (and [this godbolt](https://godbolt.org/z/sd64YYe6r)) demonstrate the issue using a...
oh my, this one took some time to grok, but we finally figured that when we use `deadline_ms=60000` when using zmq3 (under ubuntu 14.04), the actual deadline is 60,000 _seconds_......
Reviewed By: itamaro Differential Revision: D55569640