Orzomaxx

Results 12 comments of Orzomaxx

I didn't knew that it can be expanded! It's not intuitive! There is no indication that I can expand notification! 1. This should be named like "Controls + Clipboard History"....

For me: `Ctrl+Space` sends `^@` `Ctrl+@` and `Ctrl+Shift+2` sends `@` `Ctrl+2` sends nothing

... Notifications itself works (shows). Click actions works. Button actions DO NOT

I think this is actually the same issue as in https://github.com/termux/termux-api/issues/677 Because after this line: ```shell termux-notification --action "termux-dialog" -t Suspicious -c NotReally ``` This line now works: ```shell termux-notification...

No, I'm not. But problem gone after downgrading to latest release

I don't understand what do you mean by "source code is same". SAF was implemented literally way later than latest release happened. So latest release is actually really old version

After switching to Termux's chezmoi I found out that after diffing with Termux build (and when all externals are downloaded), then diffing with official build works again (using cached externals)....

Patch in Termux is for `golang` itself. So any binaries built in Termux are patched: ```console $ gitcd https://github.com/twpayne/chezmoi repos/chezmoi Cloning into 'repos/chezmoi'... remote: Enumerating objects: 76049, done. remote: Counting...

You can use file `.chezmoi.yaml.tmpl` (see docs) with this line: `sourceDir: {{ .chezmoi.config.sourceDir | quote }}`