Adam Cohen

Results 8 comments of Adam Cohen

Great, thanks @BeyondEvil! 2 follow-up questions: 1. Is there a target date for next-gen? 2. In the meantime as a temporary solution would there be any downsides to doing something...

I've found [this](https://stackoverflow.com/a/57870365) but it doesn't seem like the correct approach to handling this...

I personally decided to use the same logic as in the stackoverflow post in our `conftest.py` in order to log the current test and iteration as follows: ``` import logging...

I'm having the same issue on Windows 10 Home. I just found [a thread on sourceforge](https://sourceforge.net/p/veracrypt/discussion/general/thread/f6e7f623d0/) where many other users are reporting the issue as well.

@eClipZe88 have you had any more luck? Have you tried the [1.25-RC2](https://www.veracrypt.fr/en/Release%20Notes.html) yet? Also, what model is your laptop? Mine is a Dell Inspiron 15 3593. I'm wondering if my...

> @eClipZe88 have you had any more luck? Have you tried the [1.25-RC2](https://www.veracrypt.fr/en/Release%20Notes.html) yet? > > Also, what model is your laptop? Mine is a Dell Inspiron 15 3593. I'm...

For me it was the order of these lines that caused the issue in my `~/.zshrc`: Fails: ``` ... [ -f $ZSH/oh-my-zsh.sh ] && source $ZSH/oh-my-zsh.sh ... [ -f ~/.fzf.zsh...

Same here, I modify my `~/.fzf.zsh` to be: ``` # Setup fzf # --------- ARCH=$(uname -m) if [[ "$ARCH" == "x86_64" ]]; then if [[ ! "$PATH" == */home/$USER/.fzf/bin* ]];...