David Jennes

Results 25 issues of David Jennes

### Description: * Expected behaviour: Reading a broken XML throws an error. * Actual behaviour: Fuzi recovers and parses the XML partially (up to the error). ### Environment * Package...

As documented in the Mint readme, SPM now supports resource bundles (since 5.3). With SwiftGen 6.5 we've switched over to fully using SPM for this, but apparently during installation Mint...

One thing we noticed during the implementation of [Atlantis for Android](#28), is that Atlantis only maintains one connection (task, see [here](https://github.com/ProxymanApp/atlantis/blob/main/Sources/Transporter.swift#L39)) in total. Whenever it finds and resolves a new...

enhancement
Done

Based on https://github.com/ProxymanApp/atlantis/issues/28#issuecomment-840056741: Right now, Atlantis only sends a message to Proxyman when a requests finishes (success or failure). But, since `TrafficPackage` have an ID ([here](https://github.com/ProxymanApp/atlantis/blob/main/Sources/Packages.swift#L55)), nothing should stop us...

Seeing as SwiftUI is reaching the point where it's becoming generally usable with iOS 14, we're going to need to adapt our templates to support it. Users have been asking...

type: enhancement

Refs #890 Workaround Github security for dangerbot

type: internal

Transfer PRs https://github.com/SwiftGen/SwiftGenKit/pull/54 and https://github.com/SwiftGen/templates/pull/79. Fixes #362. ## SwiftgenKit Changes This PR improves the storyboards parser in 2 ways: - Know which segues start from which scenes - Know the...

type: enhancement
status: WIP

Needed some help from @IanKeen to get it working, we got to this: ```swift protocol AssetLoadable { associatedtype Asset static func loadAsset(named name: String) -> Asset } @propertyWrapper struct AssetCatalogEntry...

type: enhancement

Now that we've added support for `stringsdict` files to the parser, it's time to take a look at variable width strings. Currently, we ignore such entries: https://github.com/SwiftGen/SwiftGen/blob/stable/Sources/SwiftGenKit/Parsers/Strings/FileTypeParser/StringsDictFileParser.swift#L28-L32 ## Problem Adding...

type: enhancement

During the 6.2.1 release we noticed that the YAML templates were not generating correct code for string arrays at the root level. The weird thing is that our tests **do...

type: internal