Niko

Results 13 issues of Niko

Used `cross build --target x86_64-pc-windows-gnu` to invoke the build, and it throws this error ``` error: linking with `x86_64-w64-mingw32-gcc` failed: exit code: 1 | = note: "x86_64-w64-mingw32-gcc" "-fno-use-linker-plugin" "-Wl,--nxcompat" "-Wl,--dynamicbase"...

``` Compiling refinery-core v0.3.2 error[E0603]: module `export` is private --> /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/refinery-core-0.3.2/src/runner.rs:11:12 | 11 | use serde::export::Formatter; | ^^^^^^ private module | note: the module `export` is defined here --> /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.123/src/lib.rs:275:5...

Hi there! I'm attempting to build whisper.cpp for MUSL Linux for some lightweight systems, and I figured I would note the issues I ran into during the build. 1) Alpine...

good first issue
build

Right now, the current documentation (https://docs.simpleanalytics.com/proxy) is pretty good, but I ran into some issues and confusion while trying to set it up myself (I did eventually get it in...

**Describe the bug** Upon install, users will get an error along the lines of ``` ModuleNotFoundError: Please install Cython with a version >= 0.28.5 in order to build a scikit-learn...

bug

I'm running into random hangs when my app is running during normal use, that began occurring several months ago, roughly September 2023. A stack trace is attached, see end for...

**Describe the bug** I recently got an update to the AUR package a few hours ago (using `armcord-git` to fix #454). The default install won't launch with an undefined symbol...

bug

I'm looking to bring my analytics data into Grafana since I already have everything else there. While trying to do so, I noticed there's no real way to transform the...

My bot sends large numbers of webhooks concurrently that hit Discord ratelimits quite quickly. Serenity's current implementation has them all fire simultaneously when the ratelimit expires, easily resulting in >10k...

http

I'm using a docker-compose.yml file to orchestrate setup. Data has not been showing up in Influx since I started trying to set it up. After several hours of digging, I...