Simon Gardling

Results 259 comments of Simon Gardling

I would like to know this too. I've been looking for alternatives but have been unable to find any good alternatives. Mimalloc doesn't work unless one uses emscripten https://github.com/purpleprotocol/mimalloc_rust/issues/76#issuecomment-1130098442=. I...

I get a similar error, but with `unistd.h` instead. I believe this is due to this crate being bindings and not a native rust crate.

Seems this won't be happening any time soon for `wasm32-unknown-unknown` 😢 https://github.com/rustwasm/team/issues/291 but emscripten maybe will work? Mimalloc would have to be ported completely to rust for it to be...

Could this just simply be added as a config option of sorts? I compile gtkcord via the aur, so I would have to edit the PKGBUILD just to try out...

> You could use compile-time options for this: > > `go build -ldflags="-X 'github.com/diamondburned/arikawa/api.BaseEndpoint=https://discord.com'"` I did that and got the error: ``` gtkcord/components/popup/stateful.go:10:2: module github.com/diamondburned/ningen@latest found (v0.1.0), but does not...

I don't know any go, nor do I have the time to learn atm (school :roll_eyes:). So I guess I'll have to leave this one up to someone who has...

I thought that cordless already has a branch with vc working... idk though. maybe something worth looking into. if cordless did it, gtkcord prob can too.

When I build this it fails. It says that I am missing files in the include/jet/ directory. Even when I copy the required files from the master branch it still...