Niccolò Fontana

Results 6 issues of Niccolò Fontana

### Platform Version iOS 17.2 ### SDK Version 1.8.3 ### Xcode Version Xcode 15.2 ### Steps To Reproduce Let's suppose we do have a struct representing a form: ```swift struct...

bug

This MR fixes the array encoding of query parameters. Closes #88

bug

Hello, this PR should add the feature requested in #79. You can provide a custom retry strategy by implementing a closure that takes the current `HTTPRequest` as input and returns...

**Summary** This PR adds a `clear()` function to `HitsSource` protocol that can be used to clear the data source's memory, if desired. Motivation: `HitsObservableController` has a `@Published public var hits:...

Hi, I am trying out the Dinner sample following [this guide](https://swiftpackageindex.com/apple/swift-distributed-tracing/1.1.0/documentation/tracing/traceyourapplication#Introducing-Trace-Spans) in the documentation, but when I run the executable I got this failure logged in the terminal: ``` 2024-03-14T14:00:13+0100...

area/documentation

This PR adresses an issue that causes calls to the `ScrollStackControllerDelegate` methods - `scrollStackRowDidBecomeVisible(_:row:index:state:)` - `scrollStackRowDidBecomeHidden(_:row:index:state:)` before the completion of the `ScrollStack` layout process, when each rows still don't have...