João Thallis
João Thallis
Create following the BREAKINGs of OTEL spec https://github.com/open-telemetry/opentelemetry-specification/blob/main/CHANGELOG.md
### What does this PR do? Remove unnecessary Oban defaults. These fields are required in `Oban.Job` Fix Slack link
Open browser window pointed to the HTML report like https://hexdocs.pm/ex_doc/Mix.Tasks.Docs.html#module-command-line-options
I tried to install using version: `go version go1.18.1 linux/amd64` and received the following error: ```bash go install github.com/jesseduffield/lazydocker@latest go: downloading github.com/jesseduffield/lazydocker v0.23.1 go: downloading github.com/docker/docker v20.10.27-0.20230918140811-29a0e76e6495+incompatible go: downloading github.com/go-errors/errors...
This: ```elixir /app # iex -S mix Erlang/OTP 21 [erts-10.3.5.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] Interactive Elixir (1.7.4) - press Ctrl+C to exit (type h() ENTER for help) iex(1)>...
`go version` is returning 1.19.12 Do you think is more clear to put 1.19.x?
I see that it have implemented [ReplyToQ](https://www.ibm.com/docs/en/SSFKSJ_9.4.0/refdev/q097660_.html) and [ReplyToQMgr](https://www.ibm.com/docs/en/SSFKSJ_9.4.0/refdev/q097670_.html) (https://github.com/ibm-messaging/kafka-connect-mq-sink/issues/19). Is that possible to user other fields like [Report](https://www.ibm.com/docs/en/SSFKSJ_9.4.0/refdev/q097680_.html), [MsgType](https://www.ibm.com/docs/en/SSFKSJ_9.4.0/refdev/q097570_.html), [Persistence](https://www.ibm.com/docs/en/SSFKSJ_9.4.0/refdev/q097600_.html), [CodedCharSetId](https://www.ibm.com/docs/en/SSFKSJ_9.4.0/refdev/q097460_.html) and how do I use then?
Looks like MacOS QEMU was fixed https://github.com/NixOS/nixpkgs/issues/108984 ```bash $ nix-shell $ nix run github:fort-nix/nix-bitcoin/release error: flake 'github:fort-nix/nix-bitcoin/release' does not provide attribute 'apps.aarch64-darwin.default', 'defaultApp.aarch64-darwin', 'packages.aarch64-darwin.default' or 'defaultPackage.aarch64-darwin' ``` Adding `"aarch64-darwin"` to...