Michael Lee
Michael Lee
Here is a simple workaround, add one more step, just before the `upload-artifact` step: ```yml ... ... - run: mkdir tmp-dir && mv dist tmp-dir/ && mv tmp-dir dist -...
Thanks for your rational suggestion! Since the underlying regex engine used by tg-focus comes from libc's regex.h, there is no support like JS RegExp's flags or Perl RE's modifiers. But...
Thanks for your contribution! Your work is so impressive that it satisfies most of the project's criteria. But there are still some parts that could have been done better: 1....
Sorry for the late reply. As far as I'm concerned, the translation for 9-pic demonstration section is just excellent and could be merged if there is no more modifications on...
`README_es-ES.md` now is completely in English, if you want to translate the README, it should be in Spanish as well. If not, exclude it, please.
This is probably because an update happened in Telegram servers. Restarting it might fix the problem: ``` docker/podman restart CONTAINER_NAME ```
These CMake errors showed that it cannot be compiled because of missing dependencies. While the deployment is supported on multiple platforms including Windows, the development is only supported on Linux,...
Sorry I must missed some points in previous comment. I would like to reclarify that the support for Windows or macOS, regardless of development or deployment, **might** be there in...
Although missing support for native Windows currently, one now can use TG-Focus(v1.5) on Windows through [WSL](https://learn.microsoft.com/en-us/windows/wsl/) feature.
Thanks for reminding me of that! Feel free to let me know if there is still any other ambiguity : )