Yaroslav Halchenko

Results 840 issues of Yaroslav Halchenko

``` (git)lena:~exppsy/pynwb-upstream/src/pynwb/nwb-schema[tags/2.2.0~42]git $> git describe fatal: No annotated tags can describe '3939e3525c89a15ab81f26871db844c0d3f062c2'. However, there were unannotated tags: try --tags. $> git describe --tags 2.1.0-4-g3939e35 $> git tag 2.0.1 2.1.0 2.2.0...

### What would you like to see added to MatNWB? I have initially expressed that opinion/desire in https://github.com/NeurodataWithoutBorders/matnwb/issues/491#issuecomment-1429078308 where we are trying to ping point/resolve an issue forbidding opening an...

It is generally advised practice, whenever implementation detail is not relevant to the functionality. This way new versions, even if reimplemented in another language, could maintain the same interface. Since...

It used to work on my laptop, but no longer. I fear it is due to some interaction with GPU being used as an actual graphics card as well, and...

### Proposed fixes: Make ckan typo free. I had to change some variable names in some tests IIRC but overall I think there should be no effect on functionality. ###...

- [x] RF code to avoid code duplication etc across multiple plugins (since no CI, #28; ran locally to get "81 passed, 3 skipped, 10 warnings") - [ ] there...

in my case ``` [978310] 2020-10-27 09:06:30,089 - watchgod.watcher - WARNING - error walking file system: FileNotFoundError [Errno 2] No such file or directory: '/home/yoh/proj/datalad/datalad-master/venvs/dev3.5/lib/python3.5/os.py' [978310] 2020-10-27 09:06:30,488 - watchgod.watcher...

after some hand-twisting of datalad to not blow up due to nested async loop (just temp workaround) etc, I managed to get pycrunch to discover some tests and I tried...

As originally noted in https://github.com/gleb-sevruk/pycrunch-engine/issues/28#issuecomment-712984961, pycrunch starts with listening on both localhost (127.0.0.0) and public (0.0.0.0) interfaces. IMHO it is a very insecure default behavior, it should not listen on...

Generic tools, such as `h5dump`, without NWB knowledge about data types etc are too crude hard to use. pynwb provides nice pythonic interfaces... I wondered if there could be a...

category: proposal
priority: low