Yaroslav Halchenko

Results 748 issues of Yaroslav Halchenko

spend some time to figure out why `locales/` silently not included in the built distribution

Happens with ``` (Pdb) p bibliography.items [CitationItem(mckinney-proc-scipy-2010)] ``` where that entry as in #37 bibtex example (but I believe happened before on another one as well). Here is a full...

while troubleshooting some awkward side effect of my app failing as far as I import tqdm, I discovered that tqdm unconditionally imports ipython (and probably other functionality if present, such...

p3-enhancement 🔥
submodule ⊂

Somewhat a continuation to #1679 : I got some emails about getting some microcents in virtual currency due to contributions to various FOSS projects, apparently used by that platform itself:...

In the light of #3059 etc, I wondered if it might be worth coming up with `fail2ban-mail` helper or even some support for internal functionality to be triggered, instead of...

enhancement

Follow up to #1170 . Thank you for the clarifications on logic -- great to know that both `last_access` attribute it stored! In our use case (https://github.com/con/fscacher/) size though is...

Outlined the idea in https://github.com/con/allcontributors-to-zenodo/blob/master/README.md and sent out an original call in https://github.com/con/allcontributors-to-zenodo/issues/1 . If it would be magically supported by allcontributors "centrally" -- that would be just awesome, but...

enhancement
discussion
status: waiting for feedback
pinned

I think I initially received some BTC due to (minor) contributions to libreselery's dependencies: numpy, pandas, scipy (?). Then I have initiated two tiny PRs (merged) and no issues. Now...

It is quite often desired to run the same test logic in various scenarios. ATM there is no dedicated facility in bats to make that easy, so [I resorted to...

Status: Duplicate
Type: Enhancement
Priority: High
Component: Bash Code
Size: Large

Possibly making it optional... I would have added `--width=auto` and did max terminal width if that information is available ... here is code from tqdm ``` tqdm/_utils.py-def _environ_cols_linux(fp): # pragma:...