ykhan21
ykhan21
@tonyram57, I use this https://chrome.google.com/webstore/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg as a general purpose image blocker. It's better than some of the other ones because it doesn't block videos (on YouTube). (You could also create...
Hey, @jshor. I believe the reason it's not showing in the .ics is because the "until" should be "end" in the Datebook Config Object. Also, Is the script that generates...
I had the same errors. What worked for me was to use the --cauth COOKIES_CAUTH instead of the username and password. This works: ``` coursera-dl -ca COOKIES_CAUTH cs101 ``` This...
@junegunn, you may also need to check if it is in `C:\Users\USERNAME\scoop\apps\git\current\bin\bash.exe`. `scoop install git` will install Git for Windows to `C:\Users\USERNAME\scoop\apps\git\current`. The `USERPROFILE` environment variable should give the `C:\Users\USERNAME`...
If someone else can add it, that would be great. I'm having the same issues with fzf.vim as https://github.com/junegunn/fzf.vim/issues/703, so I can't test any changes I make. In the Git...
@Danand, do you still have this issue with the current version of fzf and Windows' git? I remember that this happened to me earlier this year but I cannot replicate...
@RossSmithBA, do you see the interrupts if you use `winpty fzf` instead of `fzf`?
I have the same error. I've installed both Font Awesome v5 and v6 (as shown in the image below) and have changed the styles.css file accordingly, but it does not...
I have limited knowledge of this myself, but it could be that Windows ConPTY might be interfering with the image previews, according to my understanding of this issue (https://github.com/mintty/mintty/issues/1252). The...
Also, it seems that the symbols format works when previewing with chafa, but the output image is not pretty. `ls image.jpg | fzf --preview 'chafa -s 50x50 -f symbols {}'`