-
#### Description
Consul-Terraform-Sync has a dependency on Terraform, that depends on a library called Go-getter and that depends on git (and hg) as an os executable. This means when running even the…
-
Most codes about mouse/key event are written in tiscript. So it would be nice to have an example in pure golang code.
-
#142 , #143 are related to using lsof to get Network connection info.
To replace lsof, we needs at least these functions. inet_ntop porting, sysctl decode functions, and so on are little bit heavy …
-
Currently, Linux shell script is used to generate the intermediate cache files, which makes it impossible to run on Windows.
Can we rewrite this code to pure Golang, so it will be cross-platform ? …
-
**Is your feature request related to a problem? Please describe.**
Currently, a pure nix wrapping of golang modules is not possible (requiring `vendorSha256` or similar) - even when a golang lockfile…
-
https://www.geeksforgeeks.org/pdf-redaction-using-python/
https://pypi.org/project/PyMuPDF/
-
In https://github.com/apache/arrow/pull/11538 support for writing to parquet files will get merged into upstream arrow for golang, does it make sense to drop use of the pure go parquet library? The C+…
-
https://github.com/kothar/brotli-go/tree/master is not pure golang code. This caused issues for cross compiling, so we removed it in https://codereview.chromium.org/2989713002/.
Filing a bug to add…
-
If anyone wants to contribute code to support for a new bridge, feel free to open an issue about this.
I'll be glad to help you where possible.
## Bridges supported
- [x] Mattermost
- [x] IRC…
42wim updated
3 weeks ago
-
Following on from discussion in https://github.com/actions/runner/issues/243#issuecomment-585764955
**Describe the enhancement**
Native support for pure Go actions.
Go is a great choice for …