Simon Schürrle
Simon Schürrle
The bot picks up the last 48 Hours with long polling Speed shouldn't be affected much since the bot wouldn't be in many groups. There's no real point of switching,...
Actually I just checked and Telegram doesn't store updates longer than 24 Hours regardless of using long polling or Webhooks: "Incoming updates are stored on the server until the bot...
Yes, it's known. We are working on fixing that.
The first suggestion is good, I find the second one rather pointless. 1. Putting the Token in the command will force users to use it in pm 2. No bot...
Having a command for the API documentation still doesn't make sense The query command is kinda superfluous if `/user` shows the status anyway No real reason to get the entire...
@trgwii The alternative is creating duplicate commands so basically the same effect
What needs to be done to get this merged?
I'd be open to creating a Pull Request for this. Which option would you prefer? 1. Remove the `os.relpath` completely -> Worse error messages 2. Wrap the `os.relpath` in a...
A way to fix this: In [`forceful_rmtree`](https://github.com/AcademySoftwareFoundation/rez/blob/75a4cb2ac6dcfef77afbb6cfc066fffba1e9ae80/src/rez/utils/filesystem.py#L209) remove the if's on line 228 and 232 and it will be able to delete it properly. I assume this has to do...
Thanks @JeanChristopheMorinPerso I've checked the PRs and it looks the os.access check came from the first time this function was added [here](https://github.com/AcademySoftwareFoundation/rez/commit/f13bcebfc065056bb5c65de8b58c7cb8c293f3ea#diff-2ff3a2e66783be15bb5801509eb4ff91eef5043e990229e82492447b306f8f3bR218) without much explanation. I suppose on Windows the...