kuvaldini

Results 41 issues of kuvaldini

``` electroshot file://$PWD/public/xv.html 1024 --debug Electron 1.6.x has reached the end of its support cycle. Developers are encouraged to upgrade their applications to a newer series. Read about newer series...

https://stackoverflow.com/questions/67368724/share-same-steps-for-different-github-actions-jobs/67391185#67391185 TL;DR ------ I solved my problem with shell tool `yq` ``` yq eval 'explode(.)' file.yml ``` Long answer -------------------------------- GitHub Workflow description in YAML does not support anchors. There...

/home/user/.tmux/tmux.conf:41: syntax error [0/0]

Linked https://github.com/microsoft/vcpkg/issues/12349

``` using namespace soci; constexpr int BATCH_SIZE = 30; std::vector rows(BATCH_SIZE); statement st = (sql.prepare

Category/Enhancement
C++11

I have build anbox-modules from latest sources with INSTALL.sh and got OOPS and NULLPTR dereference. ``` Jan 21 07:45:45 dragonfly systemd[1]: Finished Load Kernel Module drm. Jan 21 07:45:45 dragonfly...

I have a job with the steps like: ```yaml job: steps: - checkout - actions/cache@v2 - build #- I'd like to store cache at this moment - test ``` Is...

area:granular-control

Does it cancel current job or full current run?

Our builds with tests running about one hour. Sometimes we push to pr/branch and this gh-action could cancel job which is almost done. Please let them live. It is a...