Zerophase

Results 29 issues of Zerophase

setting 'CMAKE_CXX_STANDARD' is not being applied to the compiler flags. It causes compilation to fail when using c++11 or greater features.

I just want to check if this will work with Oh My Zsh.

If I switch out of the current terminal to another key presses are no longer interpreted correctly. With other keyboards this doesn't happen to me. Would setting xkbd-model fix this...

Can GPLv3 code link against your license? Might be helpful to explicitly mention which licenses you're compatible with or not compatible with in the README.md.

How to reproduce. 1. Have two tmux panes split vertically. 2. Open vim on the right pane 3. split vim with vsplit 4. Switch to the left tmux pane with...

When trying to run screencloud on a system that has updated to python 3.8 this error message is received: >screencloud: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object...

Just seeing if this is able to mock non-virtual functions. Adding them to some of the classes I'm testing has performance penalties. Is there any means of testing them with...

I have to run generate the cmake solution twice through Visual Studio. I tried turning off building tests with, ```cmake set(YAML_CPP_BUILD_TESTS OFF CACHE BOOL "Enable testing" FORCE) ``` ;but, cmake...

> Traceback (most recent call last): > File "/usr/sbin/autojump", line 39, in > from autojump_argparse import ArgumentParser > ModuleNotFoundError: No module named 'autojump_argparse' > Traceback (most recent call last): >...

### Affected Version 2.0.1 ### Description 2.0.1 fails to build with errors related to unstable Rust features. ### Output ``` error[E0658]: use of unstable library feature 'once_cell' --> src/pkgbuild.rs:2:5 |...