Simon McConnell
Simon McConnell
Hello. I'm trying to tidy up some code for a SQL query builder. Presently, I manually assign the inputs' `name` and `id` fields and save it all as JSONB. How...
I wanted to have multiple providers for a specific config sectionin a `Planner`: ``` config :endpoint, [ file("config.toml", [ {:port, ["something", "port"]} ]), env([ {:something_else, "SOMETHING_ELSE"} ]) ] ``` I...
Presently, it is not clear that `broadcast_from` sends to all but the sending process. Update the docs to make it clear.
## Earthly Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby. - https://earthly.dev/ - https://github.com/earthly/earthly - [x] I...
Currently, one cannot pass a list of `Tds.Parameter` structs to `query`. They must be basic values/structs. When one has a large handwritten SQL query, it is nice to use named...
virtual branch created in GitButler fails to push ``` 2024-04-18T00:31:23.968874Z INFO push_virtual_branch: crates\gitbutler-tauri\src\virtual_branches.rs:267: new [3mproject_id[0m[2m=[0ma40a7b17-6c37-4ab9-ada8-66f7ee8b6cfb [3mbranch_id[0m[2m=[0mdb56f614-b063-43b4-ae2f-3201359fc1a3 [3mwith_force[0m[2m=[0mfalse 2024-04-18T00:31:24.026897Z ERROR push_virtual_branch: crates\gitbutler-tauri\src\virtual_branches.rs:267: error=Error(errors.unknown Caused by: 0: backend error: git command exited...
burrito tries to load metadata for other versions or other burrito apps than the one being executed.
### Host os: Windows 11 x64 zig: `0.11.0` elxir: ``` Erlang/OTP 25 [erts-13.2.2.6] [source] [64-bit] [smp:48:32] [ds:48:32:10] [async-threads:1] [jit:ns] Elixir 1.16.2 (compiled with Erlang/OTP 25) ``` ------ ### Target **Host...
Having another go at Windows support. I've upgraded `zigler` to `0.9.0` and am trying to get it the tests to run. They fail, I try again and get the following...
If I try to test a file or simply run `mix test`, it will give a compilation error one of the test files. You can keep trying and get a...