SoftExpert
SoftExpert
Another variant: 
For those using AUR, I maintain the [technitium-dns-server-git](https://aur.archlinux.org/packages/technitium-dns-server-git) package which depends on and compiles with .NET 9.
My 2 cents here: with commit [1e953ef](https://github.com/tembo-io/pgmq/commit/1e953efe654882f87cc1f47d0ec20374650ab76f) it became clear that the transaction is fully supported by pgmq. Perhaps the internal code of the GO client will be a bit...
If I understand correctly, the DB connection object will be maintained outside of the **pgmq-go** library and only passed on as parameter for each exposed method, right ? Thus, the...
There will be use cases where the transactions are not required / needed. What happens with the methods that are not transaction aware ? Since the library requires anyways to...
If you would accept the pointer to the DB object, the transaction aware methods could : 1. just declare their own transaction object and return it to the calling code...
Hi Craig, I closed my PR because I have found a module way more advanced than what I was proposing; it implements generics and has a Querier interface, allowing to...
On my KDE 6.1 / X11 I get constantly this with v2.0.4.0:  v2.0.3.0 loads correctly: 
There is also [1085](https://github.com/ONLYOFFICE/DesktopEditors/issues/1085). You can set `titlebar=custom` in DesktopEditors.conf. Then you can start it without any special flag.
There was an attempt to give satisfaction for two different use-cases: - one where you want to have the native window manager decorations (i.e. in KDE you want the native...