Henry Bley-Vroman

Results 204 comments of Henry Bley-Vroman

Abbreviations with quotation marks also can't be deleted. - Reported in https://github.com/olets/zsh-abbr/pull/128?show_full=true#issuecomment-2159568251 Looks relevant https://unix.stackexchange.com/a/626529/248959

Caught this and fixed the test harness yesterday 🎉 Pull the latest `main`. It _should_ now work to run `. ./tests/index.ztr.zsh` from the root or `. ./index.ztr.zsh` from the tests...

It's whatever version [Hachyderm](https://hachyderm.io/) is running. Will see if I can find out

Here's that line ``` /the/path/to/node_modules/.pnpm/[email protected][email protected]/node_modules/tailwindcss/types/config.d.ts ``` The error is triggered by ``` import type { Config } from 'tailwindcss/types/config.d'; ``` Thanks! I'll try again when https://github.com/denoland/deno/pull/23173 lands. Leaving this docs...

@lucacasonato I don't have a handy way to confirm and I haven't found the error message source. If the `unsupported-nested-javascript` error output now explains the error, this can be closed....

Thanks for the report, and for looking through the -xv output. I can't replicate the error: starting from a non-privileged user, I get ```shell % exec zsh -xv # snip...

I've pushed up a fix attempt in the new branch `issues/166`. If you have a chance to try it out, I'd be interested to hear the result!

Thanks! Bummer. Might be ~a week and a half minimum~ [edit: longer…] before I have zsh-abbr time again. But we'll figure this out eventually…

Thanks for your patience! Did you have the variable `ABBR_TMPDIR` customized?

Updated the `issues/166` branch. Theoretically breaking change: privileged users' zsh-abbr temp dir is now `privileged-users` inside the [unprivileged users'] directory, instead of `zsh-abbr-privileged-users` a sibling of the [unprivileged users'] directory.