Tibor Bödecs

Results 12 issues of 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...

enhancement
good first issue
help wanted
admin

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...

status/triage
kind/support

- new swift-markdown based parser & renderer

- eliminate the cover image link from the HTML head if there's no cover image asset

bug
good first issue
help wanted

Currently the `{language}` variable is not working.

good first issue
help wanted

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...

enhancement
good first issue
help wanted

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...

enhancement