gaboose
gaboose
Correct me if I'm wrong, but it seems that the below example that's currently on the README.md has a small chance of panicking. ```go done := e.Emit("broadcast", "the", "event", "with",...
Previous to this commit there were no example code that uses the experimental openal bindings. This example shows how to play a continuous stream of audio on an openal source...
I can add new protocols from outside of this library with a line like ``` go ma.AddProtocol(ma.Protocol{42, -1, "dns", ma.CodeToVarint(42)}) ``` But it fails when I call `NewMultiaddr("/dns/google.com")`, because it...
I did the following: 1. Install and run app 2. Pick installation directory (/data/botbrew-basil), press proceed 3. Get asked for super access, grant it And that's when this screen (left...
## Expected Behavior If a rustls is used with a tls pem bundle where the first entry is not the private key, the server should be able to serve https...
Running an Owyl tree and something else concurrently in the same application is only possible with threading right now. There is a safer and more modern alternative - [asyncio](https://docs.python.org/3/library/asyncio.html), which...
I'm kind of new to behavior trees so it'd be nice if someone confirmed whether these failures are real / tests are correct. Though I'm fairly certain repeatUntilSucceed and repeatUntilFail...
The `LstatIfPossible` doc string says it will call `Stat` if `Lstat` is not available. However, `SymlinkIfPossible` and `ReadlinkIfPossible` return `ErrNoSymlink` and `ErrNoReadlink` if the underlying functionality is not available. I...
## Issue Description I can't connect to wifi via connmanctl on Elk v1.1.0, but was able to on Elk v1.0.0. I'm still able to connect the Raspberry Pi to my...
It would be useful to have an option that works like `--uid-offset` and `--gid-offset` and `--map` put together. I.e. shifts a range of a certain length of uids and gids...