Andrew D. Bond

Results 24 comments of Andrew D. Bond

> what is the name of the file stored in Google Drive? I cannot find it Per the earlier replies, the file is not visible to you. If it works...

> [https://help.github.com/en/articles/workflow-syntax-for-github-actions#name says](https://help.github.com/en/articles/workflow-syntax-for-github-actions#name%C2%A0says) that when no `name: ` is given, GitHub Actions will use the "workflow's filename". Since at least January of this year (I didn't check further), GitHub changed...

The easiest way for you to address this for now Kotsuha is with a custom Python callback. I made a small code change to the example user callback function and...

This works for me in FilesCatalog. That is, I can search for the first folder name, then hit tab and see/search child items, etc. Are the folders you want already...

In testing I did just now, after navigating into the root folder: 1. I _am_ able to see/navigate into subfolders by manually selecting the subfolder via the arrow keys. 2....

I replicated your profile but with C:\windows: ```ini [profile/Test] activate = yes paths = c:\windows\** max_depth = 3 include_dirs = yes file_item_label = {profile}: {clean_name} ``` > * "eStatement" suggests...

Hmm, it seems the desired goal to find the different variants can be(/is) achieved in Keypirinha by just always typing search queries without any spaces or dividers. As such, this...

> It seems to behave itself somewhat but now removes stuff in \ProgramData\chocolatey > Anything you want included from the `PATH` you have to include explicitly in a filescatalog profile....

Workaround: 1. Install `find-up-cli` () 2. Use the prettier argument `--ignore-path $(find-up .prettierignore)` To enable this in npm scripts on Windows, run `npm config set script-shell pwsh` (uses PowerShell [instead...