Tamas Gal
Tamas Gal
I am wondering if there is a way to filter a specific file? Sometimes I want to quickly filter the output for just one file. Is there a magic filter...
**EDIT: sorry, I thought afterwards that this is an IPython because of a messed-up environment, but in fact, with `jedi` uninstalled, the completion is fast, so this has to do...
I am running Julia 1.6.2 (x64 mode with Rosetta 2) and having problems with `PackageCompiler.jl`. I get warnings like `attempting to link with file built for macOS-x86_64` and when using...
I am trying to use the `singularity` client to pull images from our private singularity registry but I get ``` FATAL: Failed to get manifest from Shub: No response received...
### Description of new feature This was bugging me for an hour or so, until I realised that it has to do with the order of tests executed `;)` I...
As the title says, the plots turn brown when the iTerm2 window is resized. This is on macOS 10.13, iTerm2 (3.1.5) and Python 3.6.1 using itermplot 0.20. ![screen shot 2018-01-22...
`latexindent` is called with the `-l` options, which tells `latexindent` to look for a `localSettings.yaml` file in the same directory as the `.tex` file is in. As seen here: https://github.com/sbdchd/neoformat/blob/master/autoload/neoformat/formatters/tex.vim#L8...
I was wondering if there is a way to figure out that a ROOT file was not closed properly, or even some ways to recover the data inside. This was...
I was not sure whether I should post this in https://github.com/scikit-hep/uproot4/issues/38 but at least it's not directly related to memberwise splitting, so I guess a new issue is fine `;)`....
I just stumbled upon the issue that `HDF5.jl` chokes on datasets which were initialised to 0-size but never resized or populated later. A workaround is of course to not create...