Yaroslav Halchenko

Results 840 issues of Yaroslav Halchenko

Now that you are all git/github, I wondered if it would be sensible to ask you to also take care about data files (atlases, templates, ...) in a similar version...

FWIW, in light of #58 , my whining -- it is because of such commands with generic names we force ppl to `source /etc/afni/afni.sh`. Ideally, mimicking git etc, all afni...

Majority of scripts seems to understand `-help`: ``` shell $> for f in *.py; do if [ -x "$f" ]; then ./$f -help >/dev/null || echo "$f failed with $?";...

**Is your feature request related to a problem? Please describe.** Tried to auth against our dandiarchive instance which is on mit's enterprise slack instance. after telling slackdump to dump list...

enhancement
EDGE

# Pull Request Related to all the commits which fixed typos in the past, e.g. ``` ❯ git lg | grep typo | nl | tail 37 | | *...

origin of the "effort": https://salsa.debian.org/debian/WSL/-/merge_requests/6 feel free to close -- was not much of effort ;-)

### The problem (I think after some recent upgrade) my hassio setup stopped showing its pretty web UI face. `homeassistant logs` showed some "bad marshal data", I did `su repair`...

## Proposed change Just make code more "correct" as signature allows for `None` but then code assumes that it is a `DiscoveryInfoType`. In this case also in case of an...

cla-signed
small-pr
integration: command_line
bugfix
Quality Scale: No score

Original use case was using the rich.inspect within epdb session. https://pypi.org/project/rich/ is coloring output and uses UTF-8 characters for tables etc. epdb client was crashing unable to decode: (Epdb) rich.inspect(self,...

Depends on - https://github.com/readthedocs/common/pull/211 (should be merged retaining that commit used for submodule update here) Addresses **most** of the issues for - #11200 but there is still `prospector` failing and...