Lucas Müller

Results 20 comments of Lucas Müller

Facing the same issue with gcc 7.5.0 on Linux Mint 19.3

@Animeshz > What exactly is meant by wrapping? Sorry for the ambiguity, it means wrapping Discord API's documented endpoints into functions, here's an example: - Discord's documented endpoint to get...

We can do [something like `libcurl` does](https://curl.se/libcurl/c/curl_global_init_mem.html), and provide an alternative `discord_global_init()` method where the user-defined allocators may be passed to.

I suspect that this is not an actual bug, but a consequence of pthread's optimization, see: https://stackoverflow.com/a/68514238 I had also come across a similar error when running my application under...

I'll take a better look at this once I get home, I may have mixed up your issue with something else I was having. My bad for just assuming. >...

Just to give a bit of a context, the issue arises from how this [third-party threadpool lib](https://github.com/mbrossard/threadpool) manages its clean up. We can either look for an alternative (C99 compliant)...

> this should be good. I can fix the concord-once goto bug here as well, or not?... Sure, feel free to add the fix on a separate commit! > also,...

Looks good, have you tested it?

Hello @notcancername, I think anything that adds customizability to concord while also being fully backwards compatible is a win in my book. Not sure if it's in your plans, but...