Thomas B

Results 275 comments of Thomas B
trafficstars

Hello, There haven't been updates on this topic, it's still pending workforce. As far as I'm concerned we still use the same workaround : https://github.com/diesel-rs/diesel/issues/1478#issuecomment-562113367 I think we make a...

Not that I know of - you'd have to make a select first then delete with eq_any.

Some people seem to solve this with: ```bash apt install appmenu-registrar vala-panel-appmenu-common ``` Sources: - https://forums.linuxmint.com/viewtopic.php?t=367866 - https://forums.linuxmint.com/viewtopic.php?t=373384 I'm on NixOS though and I'm unsure what the corresponding change would...

The following is severely sarcastic and I apologize in advance, but I couldn't find any reasonable way to express my thoughts. Please try to see past the form and understand...

I don't know that this has changed, it's probably still the same (documentation doesn't specify any more complex behavior at least). At NixCon 2022 there was somebody talking about an...

Aah I see, that's a very interesting approach! Now the `main.nix` makes so much more sense to me!

This used to be the case and was changed in https://github.com/anowell/wkhtmltopdf-rs/commit/810d346264e68456b2b43a9c25d3a89002379148. The reason why this was changed appears to be that this had no effect with regards to type safety,...

What did you end up using?

> Those issues are described in the context of an async API, but r2d2 works with blocking connections. I think the points about "how would one handle connection errors in...

> How would you make sure to never forget a commit call in _any_ API? Well Diesel's prevents that ^^