Daniil Voidilov
Daniil Voidilov
I looked at the code and noticed strong reference cycles: ```swift /// Lazy initialized `QueryAPI`. public lazy var queryAPI: QueryAPI = { QueryAPI(client: self) }() /// Lazy initialized `DeleteAPI`. public...
### Expected behavior I would expect that `.string` and `.stringConvertible` values with equal underlying values would be equal. ### Actual behavior `.string` and `.stringConvertible` values with equal underlying values are...
I am using the RediStack library in my Swift project with Vapor, and I need to send multiple commands to Redis together as a batch to improve performance. However, I...
I've spent the whole day debugging a bug and finally figured out that my app delegate function signatures look like this: ```swift public func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]?...
### New Issue Checklist - [ x ] I've Updated SwiftLint to the latest version. - [ x ] I've searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues). ### Feature Request or Enhancement...
## Description Currently, the `RouteNotFound` error in Vapor does not provide information about the requested URL that caused the 404 error. When debugging route issues or reviewing logs, it's important...
I'm using a [Haystack editor](https://haystackeditor.com) (VSCode fork) and noticed a bug, when a window scale not equal to 100% there are a lot of lines in the current editor Maybe...
`SwiftFormat` is well suited for projects where there is a prescribed code style, but sometimes a code style may contain rules that are not provided for in `SwiftFormat`. For example,...
Currently, RedisStack automatically emits a large number of metrics using [SwiftMetrics](https://github.com/apple/swift-metrics), and there is no way to turn this off. This is problematic for production environments where external metrics backends...