Stefan Boca

Results 3 comments of Stefan Boca

@jeffreytse I also had this issue. Reverting to 1549325 fixed it, and I managed to trace it down to the following changes: ```bash - zvm_update_cursor + if [[ -n $TMUX...

@jeffreytse My minimal `.zshrc` is ```bash export ZSH="/home/user/.oh-my-zsh" plugins=(zsh-vi-mode) source $ZSH/oh-my-zsh.sh ``` If I load the plugin directly without loading Oh My Zsh, though, the problem disappears: ```bash export ZSH="/home/user/.oh-my-zsh"...

Alternatively, Thrust's `tuple_size` can be specialized for `ZipPtr`. Something like: ```cpp // placed at the end of modules/cudev/include/opencv2/cudev/ptr2d/zip.hpp, in the global namespace _LIBCUDACXX_BEGIN_NAMESPACE_STD template struct tuple_size : tuple_size {}; template...