Vincas Dargis
Vincas Dargis
pgbouncer_ plugin uses `fetchrow` to get query result as an array: https://github.com/munin-monitoring/contrib/blob/0016cfdfa62a5f2a8c3a5f0f3d1c9893845973cb/plugins/postgresql/pgbouncer_#L176 And then uses indexes to access needed columns. But that makes this plugin prone to new added columns,...
Historical payment popup does not show `Amount` in fiat (on click, or always in parentheses). Also, it should show Fee too, and also in fiat (also on click, or always...
Hi, I’ve prepared a simplified example of our internal proprietary monorepo repository here: https://github.com/Talkless/conan-usage-example/tree/main/conan1.x We have extensive Conan usage across many internal projects. The current Conan 1.x-based setup enables very...
We noticed that neither pyscopg2 nor psycopg3 has `pgcode` / `sqlstate` when connection attempt fails due to incorrect credentials. All we get is `OperationalError` with string message like: ``` repr(e):...
**Describe the bug** I tired to use openapi-python-client to generate API wrapper for some Norwegian time tracking system (api.tidsbanken.net/developer.tidsbanken.net). Some api call `https://api.tidsbanken.net/ansatt/ansatt?%24select=Id&%24top=3 ` (ansatt = worker) returns: ``` b'{"@odata.context":"https://api.tidsbanken.net/ansatt/$metadata#Ansatt(Id)","value":[{"Id":1},{"Id":4},{"Id":5}]}'...
See: [wallet: Disable creating and loading legacy wallets](https://github.com/bitcoin/bitcoin/pull/31250) If Bitcoin Core will no longer support legacy wallets, I guess that EPS will no longer work? I am not 100% sure...