Patrick Gansterer

Results 60 comments of Patrick Gansterer

> Are you referring to the Plus/Minus-Button ajax calls and others like them? There is nothing against the calls in general. They are already on a bunch of other places....

#122 should fix this problem

the name in discourse changed from "sso secret" to "discourse connect secret", but it's still the same * in discourse * create a random string for the discourse connect secret...

thanks for targeting that issue, but did you check the performance of your change? [the queries](https://github.com/foodcoops/foodsoft/blob/427561e5ae9bc07585aa727e7d73bd8ebe2315ad/app/controllers/orders_controller.rb#L13-L14) do not join on any of the required associated tables for the `sum` method,...

a good solution would be to calculate all the values directly via the database and change all usages of the `sum`. An easy solution would be to add all required...

> You're going to need to undo the revert commits. Sure. As I wrote this is just an overview of the required changes. > I've been running a WASM library...

I marked the `bluez-async` dependency optional (which is obvious wrong for linux), since it requires additional `tokio` features, which are not supported on `wasm32`. What is the correct way to...

@shymega I personally would like to avoid `tokio` too, but this is IMO something the whole project must decide and avoid it in common code then. ATM the `wasm` target...

> While the requirement is intended, the exception obviously isn't. Thanks! The mean thing is, that i worked without any problems in `1.7.0`, which feels more like a regression to...

> When generating files without the Rust language being enabled, what edition would you want to use? Obvious the oldest edition available. I can always just make a `*-sys` crate...