-
It would be useful for me if there was a variant of `Data.Graph.dfs` which didn't include the start nodes in the reachable set (apart from if they are reachable from another starting node).
Impleme…
-
A pure go compiler is being created https://github.com/wellington/sass
Support build tags that uses the Go compiler instead of libSass
-
Hi
i plan to use this library in [Shiori](https://github.com/go-shiori/shiori) but using C block me to do that. (project will not build)
i am not familiar with writer library code base yet but is it…
-
I know SRT is still evolving, but is there a plan for pure-go version?
-
**What would you like to be added/modified**:
when we run `keadm beta join` command to start an edge node, we run systemd related commands in our source codes to start edgeocre systemd service, s…
gy95 updated
4 months ago
-
Unless we can figure out #8 , we should probably write a native AAC Decoder so we can drop gstreamer and use [`github.com/faiface/beep`](https://github.com/faiface/beep).
nlowe updated
3 years ago
-
## Problem
When inferring ABIs from bytecode, WhatsABI currently omits names for tuple components that are likely derived from Solidity structs. While the ABI specification technically allows unnam…
-
### Component(s)
extension/storage/dbstorage
### Describe the issue you're reporting
At the moment `extension/db_storage` is using github.com/mattn/go-sqlite3 driver which require `CGO_ENABLED=1` d…
-
Hey, I am interested in a TODO item you have listed here. Are you planning on using something like CGo calls to aubio or Essentia? Or writing it all in Go? Or never getting to it all, which is also fi…
-
I've made a fork using https://github.com/src-d/go-git, it supports Github token, and do not require `sh` anymore.
Since it does not support ssh, it's totally incompatible with caddy-git users base, …