Jeremy Schneider

Results 20 comments of Jeremy Schneider

FYI, I've done a merge of @ypid and @csmarosi xinput code. On my laptop, the keyboard does not come through as device 11 -- so I needed @csmarosi code that...

I completely agree that using selfspy for data collection would be a good idea. Much more sophisticated data collection and handling. But ulogme has the best front end - I...

In addition to Docker, showkey is also causing problems on my debian jessie laptop. Probably an old version - but it seems to mess up the keyboard whenever i try...

FYI, I'm having the same problem on 22.04 ``` root@ip-172-31-94-230:/var/lib/postgresql# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.2 LTS Release: 22.04 Codename: jammy root@ip-172-31-94-230:/var/lib/postgresql# pgxn...

Hey, sorry this fell through the cracks without a response for so long. I think the underlying question is "what does `standard` image mean"? In #132 which introduced the `minimal`...

i think this patch modifies the wrong file(s). the patch should be a one-line change to `Dockerfile.template` and then the CICD scripts will automatically update all of the other Dockerfiles...

@Aazme - I think this will probably now fall under https://github.com/cloudnative-pg/postgres-extensions-containers - I haven't verified for sure that [the new pg18 feature](https://github.com/postgres/postgres/commit/4f7f7b0375854e2f89876473405a8f21c95012af) applies to logical decoding plugins but I think...

FWIW, I'm most interested in the history - sometimes pulling it out to an external system, sometimes directly analyzing it. So I don't feel like it's a requirement to add...

also note that while it takes a very different approach to implementation, the extension https://github.com/pgsentinel/pgsentinel has all of these fields (and i have used that extension successfully)

I'm not sure, do we really want to automate destroy operations? running CNPG w local NVMe has been a pattern for a very long time. i always figured if you...