Adam Ben-David
Adam Ben-David
- [X] I have fzf 0.23.0 or above - [X] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [X] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [X] I have read through the manual...
``` Workflow: TypeError: list.filter is not a function at Object.alfy.matches (/Users/ABD/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.F4FE47AF-EAD2-4E6A-BA1F-8BF6FE33A79C/node_modules/alfy/index.js:47:14) at AsyncFunction.module.exports.render (/Users/ABD/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.F4FE47AF-EAD2-4E6A-BA1F-8BF6FE33A79C/src/anki/anki-profiles.js:28:25) at /Users/ABD/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.F4FE47AF-EAD2-4E6A-BA1F-8BF6FE33A79C/src/cmd/profiles.js:75:35 at async /Users/ABD/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.F4FE47AF-EAD2-4E6A-BA1F-8BF6FE33A79C/index.js:61:16 at /Users/ABD/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.F4FE47AF-EAD2-4E6A-BA1F-8BF6FE33A79C/index.js:71:10 ``` - anki 1.3.2...
 Can you have bat show the full path to the file in preview mode?
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Sometimes when adding tasks they are not added as new lines in the...
When you use homebrew there is a specific source path you need to use in .zshrc in order for it to work. This is non-obvious and can be easily missed...
Hello! You're guide is awesome and I am trying to follow it, however its not covered/clear what/how/where to use the image template in cloudinary? Could you enhance the article to...
I am using the following line to set the users color mode preference: `this.$nuxt.$colorMode.preference = this.checked ? "dark" : "light";` As I understand it this should set the default preference...
I have the following set in assets/main.css ``` @layer base { .dark-mode body { background-color: #091a28; color: #ebf4f1; } .sepia-mode body { background-color: #f1e7d0; color: #433422; } } ``` (Am...
 It seems that -ld is not working correctly
I am creating multiple lottie elements on the same page, but because the 'last' one added to the dom becomes the last `this.anim` only the last animation is working. What...