Hans Krutzer
Hans Krutzer
We are using Exq with jobs that fail often because of factors out of our control. Sometimes a job needs to be retried 30 times over a long period. However,...
I am using Protox for a gRPC client, which needs service definitions. Right now I'm manually creating structs like: ```elixir %{ request_type: Echo.EchoRequest, request_stream?: false, response_type: Echo.EchoReply, response_stream?: false, service:...
**Is your feature request related to a problem? Please describe.** When I use a tool such as [grpcurl](https://github.com/fullstorydev/grpcurl) it cannot use server reflection and one must specify the protocol buffer...
As discussed in https://github.com/balance-platform/pillar/issues/39, this will allow for the addition of streaming queries. If this PR is accepted I will add those as well. Some async functions no longer make...
Pillar puts the Clickhouse password in the URL when connecting. This means it can end up in log files and is more easily leaked. https://clickhouse.com/docs/en/interfaces/http/#default-database says: >The username and password...
Hi, I saw Corrosion has the option to import data from Consul. I am looking for an alternative to Consul's service directory, as I am running a relatively small amount...
I am using Elixir. I have `export ERL_FLAGS="+JPperf map"` and a perf map file is present in `/tmp` The following works: ``` sudo ./bin/ddprof --environment test --service test-service --preset cpu_only...
### Environment v10.6.2 ### Steps to Reproduce This is memory usage with our base config:  In absolute terms it is not that much memory, but it can go up...
### Describe the bug - Go to https://docs.marimo.io/api/inputs/dataframe.html - Add a Select Columns transform - Select two columns - Observe no columns are selected - You must add another transformation...
We want to send potentially large payloads to store in Clickhouse. It would be nice if we can compress those. What do you think? If you are willing to add...