Raphael Wirnsberger

Results 5 issues of Raphael Wirnsberger

Hey, I freshly installed a Nuxt3 project with Pinia. When I try to install my dependencies with your package, I receive this dependency issues: ``` npm notice npm notice New...

I try to configure my git services for pull requests as stated here: https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#custom-pull-request-urls So this is my current `config.yml`: ``` services: 'github.com': 'github:github.com' ``` But when I try to...

discussion

### Is your feature request related to a problem? Please describe If a codeblock has no language specified at all, Shiki simply does not highlight anything. An extra field in...

enhancement

I have set this in my Authenticated and Public permission tab: ![image](https://github.com/user-attachments/assets/5dae7fb9-cbcf-4125-a754-fbe61fc00922) When trying to access the endpoint via Postman without an API key, all endpoints work as expected. But...

Resolves #566 This adds support for customizing the ARIA labels of the prev, next and close buttons: ```js const lightbox = GLightbox({ closeButtonText: 'customClose', nextButtonText: 'customNext', prevButtonText: 'customPrevious' }); ```...