Derek Clarkson
Derek Clarkson
Please let me know if this idea is better handled another way :-) ### Problem I work on enterprise projects a lot and a feature of them is often using...
It appears that Lightbox is dependant on an unstable package from the error messages I'm getting trying to add it to a project via SPM: ``` Dependencies could not be...
Currently I've been adding a bash `cp` command after generating the documentation with Jazzy in order to copy additional resources into the documentation. In my case the `cp` copies images...
Is it possible to stop Jazzy from adding any `MARK:-` as subtitles in the generated html? I used them quite extensively to help organise my methods, but I don't want...
Currently we can exclude source classes from the generated documentation using `--exclude file`. But sometimes we have multiple sources in a single file, some of which we want to exclude...
There are two styles of argument being used in Jazzy. Arguments which use '-' like '--docset-icon' and arguments which use '_' like '--author_url'. It's a minor issue, but all arguments...
### Expected behavior Packages that depend on SwiftLog 1.4.n should compile when package resolution updates SwiftLog from 1.4.2 to 1.4.3. The discussion in https://github.com/apple/swift-log/pull/218 indicates to me that the developers...
Adding a project to enable the [Carthage](https://github.com/Carthage/Carthage) dependency manager.
Been messing around with various bits of the latest beta and it occurred to be that an implementation of SwiftUI's @propertyWrapper could be used to access a container and inject...
**Describe the challenge** We are using the `CardEncryptor` to encrypt card details to go to a server. The code currently uses v3.1.2 which is old so I was attempting to...