paul pushed to main at paul/opium 2024-07-03 10:09:42 +02:00
2b2a048197 Make Connection parameter go last in query functions
paul pushed to main at paul/infrastructure 2024-07-02 20:45:48 +02:00
f6257fdcd2 Bump ansible and ansible-lint versions in CI
paul pushed to main at paul/infrastructure 2024-07-02 20:27:33 +02:00
6ed1e5f5e8 fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Bump ansible and ansible-lint versions in CI
paul pushed to main at paul/infrastructure 2024-07-02 20:24:52 +02:00
08c1e96772 fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Bump ansible and ansible-lint versions in CI
d3e00cce97 fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Bump ansible and ansible-lint versions in CI
Compare 2 commits »
paul pushed to main at paul/infrastructure 2024-07-02 19:31:53 +02:00
59f166c245 fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Bump ansible and ansible-lint versions in CI
paul pushed to main at paul/infrastructure 2024-07-02 19:19:06 +02:00
5067c8d25e fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Bump ansible and ansible-lint versions in CI
paul pushed to main at paul/infrastructure 2024-07-02 19:08:45 +02:00
9e101c3672 fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Bump ansible and ansible-lint versions in CI
paul pushed to main at paul/infrastructure 2024-07-02 19:04:33 +02:00
80ba2fb404 fixup! fixup! fixup! fixup! fixup! fixup! fixup! Bump ansible and ansible-lint versions in CI
paul pushed to main at paul/infrastructure 2024-07-02 19:02:18 +02:00
aa98598705 fixup! fixup! fixup! fixup! fixup! fixup! Bump ansible and ansible-lint versions in CI
paul pushed to main at paul/infrastructure 2024-07-02 19:00:55 +02:00
f21c229d2c fixup! fixup! fixup! fixup! fixup! Bump ansible and ansible-lint versions in CI
paul pushed to main at paul/infrastructure 2024-07-02 18:59:18 +02:00
0b89d187fb fixup! fixup! fixup! fixup! Bump ansible and ansible-lint versions in CI
paul pushed to main at paul/infrastructure 2024-07-02 18:54:59 +02:00
a857ae6b4c fixup! fixup! fixup! Bump ansible and ansible-lint versions in CI
paul pushed to main at paul/infrastructure 2024-07-02 18:53:15 +02:00
36d2dc8371 fixup! fixup! Bump ansible and ansible-lint versions in CI
paul pushed to main at paul/infrastructure 2024-07-02 18:52:04 +02:00
1fe1eaaa35 fixup! Bump ansible and ansible-lint versions in CI
paul pushed to main at paul/infrastructure 2024-07-02 18:39:11 +02:00
824e96091f Bump ansible and ansible-lint versions in CI
681fc0f781 Remove obsolute VERSION clause from docker-compose configs
0aeebb5d98 Bump hackmd version, migrate to docker compose v2 ansible module
e2a4506f94 Update nixpkgs
9a46b316df Make Ansible pull up-to-date containers when starting docker compose
Compare 5 commits »
paul pushed to main at paul/opium 2024-06-25 22:36:55 +02:00
ef52bd9235 Bump nixpkgs
paul pushed to main at paul/opium 2024-06-25 22:30:20 +02:00
5a36ec328f Use cabal2nix for flake expression
19a1aa26e4 Minor fixes
Compare 2 commits »
paul pushed to main at paul/opium 2024-06-20 20:07:43 +02:00
2caa00c06a Move record member counting out of FromRow' into its own type family
e8ccecc8c7 Cull language pragmas in main module
Compare 2 commits »
paul commented on issue paul/opium#1 2024-06-20 19:37:10 +02:00
Named placeholders

Suggested Solution

Support named parameters by simple string interpolation. Suggested format:

%(<name>), where <name> may contain Haskell identifier characters (or more). %% to…

paul opened issue paul/opium#1 2024-06-20 19:32:01 +02:00
Named placeholders