Victoria Nadasdi
Victoria Nadasdi
> ## Perhaps the easiest thing would be to turn on in the last mode. A value can be obtained with a query before switching on. > Ez lenne szerintem...
Added a `-show-am-pm` flag too for AM/PM (https://github.com/joshdk/tty-qlock/pull/19/commits/362dc1c9ced2829ca1707550c808effbe6a1fa6c). 
Created a Discussion, I think that's more easier to follow and fits more: https://github.com/cheeaun/phanpy/discussions/511
If you think this can live in the official repo, please let me know if you prefer a separate GH action for the build and publish or keep it in...
It's very similar to #466 with the addition of GitHub workflow. I'm happy with either solutions, I just prefer to have a docker image and building on promotion makes it...
GitHub actions doesn't allow cross repository triggers, all repositories I worked on resolved this by a cron-job that checks if there is a new release on the upstream repo. >...
Well I prefer official[^1] images because I can spin up a test container to see how it works, deploy easily without the need of 1. creating a dockerfile. 2. create...
Created a Discussion, I think that's more easier to follow and fits more: https://github.com/cheeaun/phanpy/discussions/511
I tried to achieve the same, I couldn't, it seems no matter what happens they will end up in the same block. For now I just changed the ordering so...
I check what I can do, but it seems to me it's a `pingcap/tidb` issue as this hits error in `internal/engine/dolphin/parse.go`: ```go stmtNodes, _, err := p.pingcap.Parse(string(blob), "", "") if...