Cole

Results 41 issues of Cole

**Describe the bug** 1: Connect to a voice channel and start playing audio (in my case calling SendOpusFrame in a loop) 2: Move the bot to a different voice channel...

bug

Upon loading a spec, if you switch back and forth from Design Debug, it will continually append the endpoints and never clear them. **To Reproduce** Steps to reproduce the behavior:...

PA-importers
A-design
B-bug
S-verified

Currently, Ultralight libraries are versioned inside of [`ultralight/libs`](https://github.com/ImVexed/muon/tree/master/ultralight/libs) and are used to resolve symbols during the linking phase ([ex](https://github.com/ImVexed/muon/blob/master/ultralight/ultralight.go#L10)) This is less than ideal since the folder is ~100MB to...

enhancement
help wanted

In many places throughout the code we have to type cast to and from cgo types. Currently ([ex](https://github.com/ImVexed/muon/blob/master/muon.go#L278).), we're not handling errors during those conversions and will likely lead to...

enhancement

Currently, Linux users that want to load shared objects from a non system path must use `LD_LIBRARY_PATH` which is not ideal if the application is being run on a system...

enhancement

Running the example on Mac using the 1.1 Ultralight pre-release seems to fail with: ``` 2019-10-08 11:46:40.523 cra-go[11569:2169766] Failed to create pipeline state, error Error Domain=CompilerError Code=1 "Function fragmentShader is...

bug
upstream

[Currently](https://github.com/ImVexed/muon/blob/master/muon_test.go) our testing is non-exhaustive and cannot be run consecutively due to Ultralight raising exceptions if we try to open two windows in the same process, even after closing all...

enhancement

As the title implies I'd like to remove all `panic`'s in favor of proper error handling wherever possible.

enhancement

Upon a fresh install using 0.19.9 I'm getting the error ``` Installing [email protected] Building rod/rod/tools/rodasset/rodasset.exe using c backend Building rod/editor/rodedit.exe using c backend ..\..\..\lib\pure\includes\oserr.nim(85) raiseOSError Error: unhandled exception: The system...

After trying to spin up the example project with postgres, I was met with the error: `panic: cannot warm up SecondLevelCache: cannot warm up SecondLevelCache. table is user_logins: failed show...