Vithanco
Vithanco
I would like to specify the correct DTD for the XML file used. How should I do this? Right now I consider enhancing AEXMLOptions.DocumentHeader with 3 additional optional values which...
### Platform - [ ] iOS - [x] macOS - [ ] tvOS ### In app purchase type - [ ] Consumable - [ ] Non-consumable - [x] Auto-Renewable Subscription...
Hi John, Hi Contributors, great framework. Thanks a lot. I intend to create a DSL for SVG, to be used in my software (Vithanco). I don't think that we want...
I need a few extensions for my website. I see that my previous pull request was ignored for weeks. Did I do something wrong?
Moved the exact file name (whether ".html" or "./index.html" from the private part into the API. Background: I need to check that the target location exists for the upcoming CreateForwardPages...
I was implementing a quick version for this answer: https://stackoverflow.com/a/30366422/364356 Please comment.
I lack the opening statement `rules_version = '2';` in the examples and wonder whether they are still valid as I read I should switch to V2.
I use your (great!) script for transferring Wordpress content to Publish (see https://github.com/johnsundell/publish). A problem with that is that this script always double quotes the front matter. I changed writer.js...
Added possibility to trigger action when tapped on tag. Fixed an issue with geometry reader in landscape mode.
I wonder why it has to be provided from outside and not internally? `@State private var theText: String = ""` If needed, then we can add ``` private var theTextBinding:...