Tobias
Tobias
Hey, FWIW, for me the image works on both `amd64` and `arm64`. Thanks! ``` $ docker run -it quay.io/monotek/fluentd-elasticsearch:5 2021-02-02 10:28:39 +0000 [info]: parsing config file is succeeded path="/etc/fluent/fluent.conf" 2021-02-02...
That sound's great, thank you!
Ok, well I guess it is a big change, but it is also quite a big mistake in the implementation. In its current form a call to cancel will immediately...
Yup just wanted to add some more arguments pro change. Sorry if you feel it was redundant. > You do realize that I already said that I agree with you,...
After some investigation and help from @weissi and @MaxDesiatov: turns out swift was picking up `.pc` files from the host which of course don't match in arch and os and...
I can confirm that it works now! Thanks so much for looking into it. ``` swift --version Apple Swift version 6.0.3 (swift-6.0.3-RELEASE) Target: arm64-apple-macosx15.0 ```
Yes, I think it would already add value, as it covers the basic but probably common use case that you talk to a `https` endpoint.
Yeah :( I wonder if we _could get away with it_, though. Today, most apps (knowingly or unknowingly) anyhow somehow `import Foundation` somewhere, so unless you are actively trying to...
We could also just "rip out" the json parser from `Foundation-Essentials`. There is also @tayloraswift's https://github.com/tayloraswift/swift-json
check the links above, they show the WIP commits in my forks. I can open WIP PRs of course!