Arun Isaac

Results 17 comments of Arun Isaac

Usually translations are managed by a translation team (one team per language) quite isolated from the programmers. All bug reports and discussions regarding the translations go to the translation team,...

> It could be something like > > `(set-translation 'bookmark-save-prompt "Sichern Link")` Unfortunately, natural languages can have very complex plural forms. So this may not be sufficient. See the gettext...

Hi, > Why can't you make a `usr/share/weechat` link farm under Guix profile, A link farm wouldn't work all the time. Guix profiles can exist on multiple levels. When packages...

Yes, you're right, it should have higher priority.

> I'm wondering if these paths should be used to autoload scripts as well? > Or if like sharedir, we assume autoload are only from autoload directories in the home,...

The idea is that we support two use cases: - one where weechat manages download and installation of scripts into home. We already have this. - the second where an...

Yes, that sounds great! I like the way your suggestion enhances the RPG element.

Ah, you're right. Guix does not currently set up XDG_DATA_DIRS for weechat. But, I could modify the weechat package definition so that it does. In that case, a WEECHAT_SCRIPTS_PATH would...

> This was a change that was a change introduced in git 2.35.2 to > address a security finding. I am aware of this security fix. But, like I mentioned,...

Sorry for my naive question. But, could you just copy the entire repo with something like `cp -r`? Would that be same as a clone?