Stijn van Houwelingen

Results 31 issues of Stijn van Houwelingen

The following warning points to a nonexistent link: ``` [GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value. Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for...

## :bookmark_tabs: Summary This pull requests fixes a combination of abstract and static modifiers not working. Resolves #5459 ## :straight_ruler: Design Decisions I updated the RegEx for detecting methods to...

Type: Bug / Error

### Description When I want to define a static abstract method, it does not work. ### Steps to reproduce See code block and screenshot. ### Screenshots ![mermaid-diagram-2024-04-12-115822](https://github.com/mermaid-js/mermaid/assets/20358521/e087ba7a-bd17-4ce4-a6fb-c8b277294f07) ### Code Sample...

Type: Bug / Error
Status: Triage

The gallery slide component suddenly adjusts the size of all items on scroll.

## Description See title. ## Changes On Zettlr 3.0.5, XeLaTex 3.141592653-2.6-0.999996 (MiKTeX 24.3) and Pandoc 3.1.3, when you take the XeLaTeX PDF template and change number-sections from false to true...

### Description Previously in Pandoc there was [an issue](https://github.com/jgm/pandoc/issues/5071) which meant that headings would show up as 0.1, 0.2 etc. when `number-sections` was set in the frontformatter. The issue has...

bug

### Description When I use GNU stow to manage my config.json, Docker desktop crashes. The issue is probably with the fact that GNU stow uses relative links for symlinking. ###...

needs-triage

I have just started using Asciidoc, and something that jumped out at me, is that there is only one variant of the image. As this Docker image includes many packages,...

I want to lint, then bundle my OpenAPI file, as described [here](https://redocly.com/docs/cli/guides/lint-and-bundle). The problem is that I use the Redocly Docker image, and when I use the described method, the...

When the documented example use-case of `CountryAlpha2` is used with Mypy, it results in a type error. Code: ```python from pydantic import BaseModel from pydantic_extra_types.country import CountryAlpha2 class Product(BaseModel): made_in:...