8go
8go
Sure, a "lockfile" or a PID-file is possible, maybe in combination with a flag/argument `--wait` which can be used as: - if `--wait` is not set and another MC process...
Reopened issue as Feature Request in hope to find a contributor for this feature.
> Thanks for reopening. I wonder if there's some existing program which wraps other programs doing this lock file management. Probably wouldn't take too long to do in bash. Next...
Thank you all @nirgal @expipiplus1 @xurizaemon for adding your excellent ideas. Please keep sharing. So, others can learn and take some clues, or even implement some of your suggestions. For...
See https://github.com/8go/matrix-commander-rs An idea to improve performance :smile: Maybe Rust also allows for more concurrency. Talk about it to your friends, post about it, spread the word and provide PRs....
> If running concurrently is a goal (for example to speed up making numerous requests), you should also be able to achieve it by creating multiple credentials/stores and having each...
thanks @xurizaemon for your issue. Just a quick first comment: - Do I understand correctly that you have an access token, or can generate an access token (without `matrix-commander`)? If...
I think I understand what you @xurizaemon are suggesting. It is technically possible, I see no show-stopper. Let me repeat and rephrase to see if I understand you correctly: -...
I am seeing 2 alternatives: - a throw-away alternative, like `--ephemeral`, you can use it only once, - a `normal` alternative, everything like today, but at `init` avoiding the user...
Thank you @xurizaemon for sharing your thoughts. I like hearing other people's opinion. >Hope these thoughts are useful Yes they are. I thought about it a bit. My current inclinations...