Florian
Florian
In the settings of the extension you can now choose to use markdown for links. Also increased to version number to 1.0.2
There are a few things that should be improved in the documentation: - [ ] Upgrade to new standards (iOS 12) - [ ] Add documentation for changes #952 (this...
Make `Logger.Metadata.Key` strongly typed by using a separate struct. ### Motivation: Using `String` as keys makes it hard to use constants for metadata keys. They have to be defined in...
**Is your feature request related to a problem? Please describe.** I'm trying to integrate the RADIUS functionality with our [UniFi](https://ui.com) setup. It works fine for VPN login, but for WPA2/3...
**Describe the bug** Running `swift test` in a SPM package using the swift environment set up using this action fails with: ``` dyld: Library not loaded: @rpath/XCTest.framework/Versions/A/XCTest Referenced from: /Users/runner/hostedtoolcache/swift-macOS/5.6/x64/usr/libexec/swift/pm/swiftpm-xctest-helper...
Certain servers have problems if the lines get too long. #6 describes a case where the server simply truncates the lines and thus the email appears blank when delivered. This...
### New Pull Request Checklist - [x] I have read and understood the [CONTRIBUTING guide](https://github.com/CocoaLumberjack/CocoaLumberjack/blob/master/.github/CONTRIBUTING.md) - [x] I have read the [Documentation](http://cocoadocs.org/docsets/CocoaLumberjack/) - [x] I have searched for a similar...
### Describe the bug Using the `DefaultS3CrtAsyncClient` as produced by `S3AsyncClient.crtBuilder().build()` fails with a `StackOverflowError` on Alpine when running a `ListObjectsRequest`. Using `S3AsyncClient.builder().build()` (no CRT) succeeds. ### Expected Behavior The...
This adds `Sendable` conformance to `FileDescriptor` alongside the other public types (see #115).