Jason Heeris

Results 104 comments of Jason Heeris

Before I try to reproduce/debug this in v2, I want to check a couple of things: - [The docs](https://mosquitto.org/api/files/mosquitto-h.html#mosquitto_connect_async) still say that I cannot use `mosquitto_connect_async()` if I'm doing my...

Please note that Linux 5.x is a long way away for some embedded systems (eg. any OpenWrt system), so if you don't want to lock them out you might want...

(I suppose "do it in a thread" is something that can be used on Linux 4.x.)

Is there an *expected* way to handle this, out of curiosity?

> Apologies, I'm not sure what you mean by expected. Do you mean what's the process for opening up a PR? I actually meant, how should a Rust developer follow...

@InfRandomness Yeah, I got derailed from this. But FYI, you can still have completion, you just need to manually run one command. What you need is a `compile_commands.json` file (see...

Funnily enough I don't actually use the `include_directories()` command - all my includes are either relative from the project root or system includes. I dimly remember that what you're seeing...

This would be good also just for the general practice of making sure you know what your runtime dependencies are vs. build time dependencies, without needing a separate set of...