Franck Malartic
Franck Malartic
Hello, I stumble accross the following which might be a bug. Connection returns ` Bad user name or password` when the configuration file contains: ``` require_certificate false use_identity_as_username true ```...
Hi, I'd like to sink data from kafka topics only if the document does not already exist in elasticsearch index (based on id). I.e. use the [op_type create](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html#operation-type) when indexing...
Add the possibility to set `write.method` configuration option to `"create"`. If `write.method` is set to `create`, a new document is created if the id does not already exist. If a...
Closes #21 Also set the latest version in README (1.4).
The following code ```elixir case XMLRPC.decode!(body) do %XMLRPC.Fault{fault_code: 2} -> IO.inspect("fault 2") end ``` makes dialyzer complain: ```console The pattern can never match the type. Pattern: %XMLRPC.Fault{:fault_code => 2} Type:...
### What happened? Running rpi-imager with `--cli` on Raspberry Pi OS Lite (with no desktop) fails because of missing OpenGL libraries. ```console $ sudo rpi-imager --cli --first-run-script ./firstrun.sh 2024-11-19-raspios-bookworm-arm64-lite.img.xz /dev/nvme0n1...
``` iex> Abacus.compile("1.") ** (ArgumentError) errors were found at the given arguments: * 1st argument: not a textual representation of a float (erts 13.2.2.10) :erlang.list_to_float('1.') (abacus 2.1.0) src/math_term.xrl:41: :math_term.yyaction/5 (abacus...
Based on [official documentation](https://docs.slack.dev/reference/methods/files.upload/), `files.upload` used to send reports to slack will be deprecated soon. And it seems like it is already the case. ```console $ curl -s -F "token=***"...