Alexis PIRES

Results 3 issues of Alexis PIRES

Currently this very basic and useful workflow is not possible: ```go r1 := c.AddRule(&nftables.Rule{ Table: filter, Chain: prerouting, Exprs: []expr.Any{ &expr.Verdict{ // [ immediate reg 0 drop ] Kind: expr.VerdictDrop,...

- Common TestDial function

Hi 👋 I would like to propose a PR to add support for read-only transactions when using PostgreSQL as source. Currently, Pgloader utilizes read-write transactions by default, which, while necessary...