Koichi Murase
Koichi Murase
Thank you for the report. Thank you also for identifying the commit. However, I cannot reproduce the problem. - **Q1**: Could you check if the problem reproduces (with the latest...
- **Q2**: When you input something do you see any error messages? I don't have an idea, but maybe the cache is not updated. - **Q3**: Does the problem reproduce...
Thanks for the information. Actually, that was my Q3 in https://github.com/akinomyoga/ble.sh/issues/484#issuecomment-2302340312. Since the OP @teutat3s reported that clearing the cache solved the issue, we can conclude that the original issue...
Thanks. I do not have a plan to automatically resolve these, but maybe I can add an option to specify the cache directory so that users who want to intentionally...
> In my case what happened is that I upgraded and probably had an older version running at the same time. As far as one uses `ble-update`, it's not supposed...
> I'm not using `ble-update`, I'm using Nix. Hmm, OK. Conflicts in `XDG_CACHE_HOME` should be a general issue with Nix. Since Nix allows installing multiple copies of a command and...
Do you mean there is no mechanism or established way to manage the application cache properly within Nix? > I don't know the internals of the cache, but can't `ble.sh`...
> > Do you mean there is no mechanism or established way to manage the application cache properly within Nix? > > When using Nix the app works as any...
Also, I must clarify that I'm unfamiliar with Nix. I think there should be the same issues with `XDG_CONFIG_HOME` (i.e., `~/.config` by default). When there are different versions of an...
> In the end, I believe it falls back to the application authors to decide what to do. If they respect xdg, better, then use it if it is configured....