LangLangBart

Results 68 comments of LangLangBart

> just by setting the `TZ` environment variable... This solution also works for me. Thank you for looking into it. --- However, I've encountered another issue related to the `ICU`...

> side question... do the ICU tests fail on your machine if the default TZ is not GMT? Yes, I should have set the time zone to `'Etc/GMT'` in the...

> Did the `_ubrk_clone` problem also occur in ICU-68232? I'm not sure, as I didn't test it with ICU **68** before building ICU **70.1**. If it's important, I can check....

> > Mozilla: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/intl/pluralrules > > Thanks. @kzc I went through the ECMAScript's official conformance test suite[^1]. I did not discover any other **missing symbols**. However, I ran it on...

> I wonder if there's a resource that shows which ICU version shipped with each version of macos. Probably not. A quick google search turned up empty. Sure. Apple has...

I would maintain the status quo in the `~` directory, but I am also open to moving it under `~/.config`. In my opinion, there is no need for an option....

> I can't reproduce the problem, tested on zsh 5.4 and 5.8 Confirmed, with the default `zsh` version or the latest `brew` version the issue is not reproducible on macOS....

~~possible fix, check if interactive~~ **EDIT**: No, this is not the right fix. ```diff --- a/shell/key-bindings.zsh +++ b/shell/key-bindings.zsh @@ -32,7 +32,7 @@ else } fi -'emulate' 'zsh' '-o' 'no_aliases' +[[...

**Possible workaround:** Event that is triggered after `x` seconds of idle time. **Example**: Provided that the user has selected at least one item and more than 2 seconds have elapsed...

> is it possible to go to the end of each line to see the filename? ```zsh fzf --keep-right ``` --- #### Alternative show the name in the preview ```zsh...