Kim Eik

Results 12 issues of Kim Eik

panic: Shouldn't happen! ``` goroutine 1 [running]: github.com/sjwhitworth/golearn/clustering.DBSCAN.func1(0x37, 0xc0000dc600, 0x19) /home/netbrain/dev/go/pkg/mod/github.com/sjwhitworth/[email protected]/clustering/dbscan.go:74 +0x5c4 github.com/sjwhitworth/golearn/clustering.DBSCAN(0x9d99e0, 0xc0000902d0, 0xc0000dc120, 0x2, 0x2, 0x9cf580, 0xec8d98, 0x3ff0000000000000, 0x5, 0x0, ...) /home/netbrain/dev/go/pkg/mod/github.com/sjwhitworth/[email protected]/clustering/dbscan.go:126 +0x3cc main.main.func1(0x258, 0x3ff51d606fe6de50, 0x9d5860, 0xc0000e0140, 0xc0000e0000)...

enhancement
help wanted

Add a way to set watch expressions. I work quite a bit with legacy code, and the context could hold several hundred variables. Watch expressions would be a welcomed feature...

After adding dependency through jitpack i'm getting the following error: `Invalid plugin descriptor for com.github.temyers:cucumber-jvm-parallel-plugin:f6d7c3029d (Plugin's descriptor contains the wrong version: 1.3.0-SNAPSHOT -> [Help 1]` This happens when im trying...

enhancement

Investigate why uid and gid mapping is problematic when using gosu as introduced in #94 and fixed for podman in #102

enhancement
help wanted

Improve this section in the README and check if it is currently correct. Simplify if possible.

documentation
help wanted

Today the script files updater changes the current container image upon changes to the entrypoint script (aswell as maybe som other ones) We should probably refactor this to trigger on...

enhancement

When using PRIME the following command works for offloading zwift onto the nvidia gpu in docker. ``` docker run -d \ -e __NV_PRIME_RENDER_OFFLOAD=1 \ -e __GLX_VENDOR_LIBRARY_NAME=nvidia \ --rm \ --privileged...

help wanted
good first issue