Tibor Bödecs
Tibor Bödecs
Hi, first of all thanks for this library! I'd like to report an issue: postcode generation is not returning proper values. I'm using the `faker.address.postcode()` method in order to generate...
When the user saves a form it'd be nice to see some kind of visual feedback about what happened, instead of just reloading the page. The edit form notification box...
The following code snippet emits an 'Ambigous use of init' error when using Swift Service Lifecycle v2.3.0: ```swift let config = ServiceGroupConfiguration( services: [], logger: logger ) ``` This problem...
### Question Hello, I'm currently trying to implement a HEAD endpoint, using the Swift OpenAPI generator & runtime. I'm using the following snippet, but I'm aware that it's far from...
- new swift-markdown based parser & renderer
- eliminate the cover image link from the HTML head if there's no cover image asset
Currently the `{language}` variable is not working.
The last modification date changes for all the entries when a new article is added to the system, we should keep the last modification date for other files, maybe read...
It would be a nice addition to the file middleware if end-users could handle cases where the middleware cannot find the items. My current use-case / workaround is this: ```swift...
Currently when I edit DocC or other Markdown files with custom block support, there is no syntax highlight for the block directives. It would be nice to have proper syntax...