Simon Leeb
Simon Leeb
### Expected behavior I can set the last-modified timestamp on a file via a simple `NIOFileSystem` API. ### Actual behavior No APIs exist to set timestamps on files or perform...
I added a tiny wrapper around this library to participate in distributed tracing, works like a charm with nodejs services (communicating with swift services through rabbitmq.) Ideally, this can come...
`AMQPConnectionError` and `ProtocolError` should implement descriptions so users know what happened without going through the source code. Also, there is the whole "public enum" problem of technically breaking API when...
Currently unexpected payloads sent by the broker will result in either a crash (precondition) or undefined behavior, because it is basically ignored. All preconditions that can actually occur should rather...
After calling finalize, the order information passed back does not contain a `url`. Eg: ```swift let (privateKey, _, finalized) = try await acme.orders.finalizeWithRsa(order: order, domains: [domain]) let refreshed = try...
tl;dr: Should we add the `token` to the `ChallengeDescription` type? First: Thank you for this package! When I stumbled over the need to self-manage public certificates I couldn't believe my...
### Description I ran into this when setting up a benchmarks package [in this repo](https://github.com/sliemeobn/elementary/tree/perf/add-benchmarks/Benchmarks). Building the target with `swift build -c release` works, but using the `swift package benchmark`...
Currently the `ModelUpdater` type is very limited, only allowing access to properties that are a `Primitive`. This excludes a wide variety of property types, such as Optionals, RawRepresentables, References, or...
### Description I was chasing after the strangest problem that only showed up in linux release builds (6.0.3, official docker image, ARM) for me. Debug builds and macOS were fine....
as discussed in #477 This PR + makes sure the Runtime remains compatible with "isolatedModules" (ie: esbuild, rollup, ...) + move the JSBridge stubs out of the plugin template for...