Franz Geiger
Franz Geiger
Thanks for that piece of info, it already helps. tmux seems to have hooks as an upcoming feature. At least they are mentioned in the todo file and there exists...
As accidentally commented on #318 already: My workaround for #318 is to not use clever-tools for deployment in CI. Instead we use `git push`. AFAIU, this has exactly the behavior...
Is there any new information on this? We see the same symptoms (`clever deploy` not terminating) and have similar Git repositories with maximum blob size up to 55MB. In the...
For the time being we will fall back to use `git push` instead of `clever deploy`. I'd still be happy to be able to use clever-tools again.
Yes, you are right. The problem on my side is not the deployment. It works on Clever Cloud. Only my CI task times out because clever-tool never returns. Sorry if...
> I think the solution is that the temporary .vbs file that text_2_stata.py generates needs to be enhanced—instead of using CreateObject("WScript.Shell").Run to programmatically open Stata, it needs to use some...
~~This sounds like I just filed a duplicate of this issue in #118. The issue description also contains a workaround.~~ Sorry, I was wrong. The two issues are unrelated.
This works for me with version 0.1.0 on Ubuntu 16.04 LTS. (this is in a bash shell running in tmux) When pressing Ctrl+Shift+u, a small gray pop-up shows what Unicode...
> I am afraid it doesn't work anymore: running Linux here (X11), commit [8d5e122](https://github.com/jwilm/alacritty/commit/8d5e1226d500579692128439abd9c991ba9a72d3). Typing Ctrl + Shift + u doesn't prompt unicode pop up anymore. The pop-up doesn't show...
Thanks @buergerj, for the workaround. I can confirm that it works on my Linux machine (with the slight change to use the path `/bin/bash` where `bash` is available on my...