Kai Howelmeyer
Kai Howelmeyer
Is there any way to set the viewport size for phantom js in the grunt-mocha task? Thanks. Kai.
The current machinery based on the `conan install` and and `conan info` commands, should be equally capable of handling conan packages that have a `conanfile.py` instead of a `conanfile.txt`. This...
The CI in this project uses `conan==1.11.2` (see Dockerfile). The current version is 1.24.1. Somewhere between these two versions the output of the "info" command slightly changed: When using a...
## New Issue Checklist - [x] Using the latest version of azohra/shell-linter - [x] Able to reproduce error multiple times - [x] Provided information about the bug - [x] Attached...
Mac OS 10.15.7 Using zsh. Zoxide 0.8.3 With "z" tab completion, I see the following in the preview window:  I understand that this might be too little information to...
Hi! [This part](https://github.com/hrsh7th/cmp-buffer/blob/3022dbc9166796b644a841a02de8dd1cc1d311fa/README.md?plain=1#L215-L223) of the readme suggest to use the snippet to skip indexing of big buffers. Unfortunately, this also means that only the current buffer is indexed (if small...
When [vim-gitgutter](https://github.com/airblade/vim-gitgutter) changed the remote, default branch from `master` to `main` a while ago, my calls to `:PlugClean` started to fail with ``` Error detected while processing command line..function 2_clean[13]..2_git_validate:...
Templates like [this one](https://github.com/igiagkiozis/plotly/blob/master/plotly/templates/plot.html#L14) include `plotly.min.js` such that static plots can be output correctly. For binaries using plotly that only output plots using the CDN distributed version of plotly, this...
When specifying a version for `install_requires` dependencies, those specified versions are not reflected in the created package. The package was created using the standard `bdist_deb` command. Am I doing something...
bindCurrentThreadToNumaNode in src/lib/helper/HwlocHelper.cpp:144 prints on stderr on my virtual machine. This screws up the test output and does not seem like proper handling of exceptional cases. @timbokopter @mrks