Unai Martinez-Corral
Unai Martinez-Corral
See, for instance, https://github.com/umarcor/fusesoc/actions/runs/1417056062.
Hi @iDoka! We are trying to gather hardware design resources (HDL/EDA/FPGA/ASIC) in [github.com/hdl](https://github.com/hdl). Apart from building a critical mass around providing open source EDA tooling in a number of different...
This is a subset of #841, which was approved by @jharshman and reviewed by @marckhouzam . Fix #838 and Fix #745. The original validators care about the number of arguments...
This is a subset of #1643, which is a subset of #841.
In preparation for #1245, this PR moves documentation sources (markdown files) into `site/content`: - `projects_using_cobra.md` is moved to `site/content/`. - All `*_completions.md` are moved to `site/content/completions/*.md`. - All `doc/*_docs.md` are...
The workflow dispatch event allows maintainers or forkers to trigger CI runs either through the web GUI or through the API. See https://docs.github.com/en/actions/reference/events-that-trigger-workflows#workflow_dispatch.
In this PR, a GitHub Actions workflow is added for building a web site with [Hugo](https://gohugo.io/) and deploying it to GitHub Pages (branch `gh-pages`). - The content of the README...
Close #571 and Close #576. This PR is based on #841, and it must be merged after that. See difference: https://github.com/umarcor/cobra/compare/feat-matchvalid...umarcor:feat-validinhelp The added feature is to modify the output of...
Fix #838 and Fix #745. 5 of the commits in this PR are about refactoring `args_test.go`. The sixth one (`feat: generalize ValidArgs; use it implicitly with any validator`) moves the...
Currently, option `--keep-compiling` will raise an exception/error after all files are compiled. That is, it allows to continue while compilation failures are produced, but it does not allow to run...