Niccolò Maltoni

Results 41 issues of Niccolò Maltoni

After [asking on Slack](https://pokeapi.slack.com/archives/C11TA020M/p1597585113002800) about this, I'm opening this issue here on GitHub to check if is there any interest about this. The [OpenAPI Specification](https://www.openapis.org/) (formerly called [Swagger Specification](https://swagger.io/specification/v2/) until...

question

# Problem I have a Quarto project that produces a Reveal.js presentation. I'm using some simple class diagrams written with Mermaid.js, and they render correctly when opened in the browser....

When building on Java 21, we get the following error: ``` Fatal error compiling: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid' ``` We probably need to upgrade...

upgrade was needed to support building on JDK21 (closes #470)

When saving, apparently removes always the backslashes `\` until there are none An example: `secure and (request.headers.host ~ "(foo|bar|baz)-test\.(.*)example.org(:443)?")`

bug

Vue 2 is in end of life: We should upgrade the admin UI to Vue 3:

While looking at the block code below to figure out if WebP images would be cached correctly: https://github.com/diennea/carapaceproxy/blob/fe1cfdfec3c52a8f004ad9676a3e3a386f71a131/carapace-server/src/main/java/org/carapaceproxy/server/cache/ContentsCache.java#L188-L200 we figured out that caching strategy implemented by `isChached` methods is a...

Flaky tests have been a problem for too long in this project; take #439 as a reference for details. In the last couple of days, thanks to @hamadodene many steps...

Some flaky tests were found while implementing #437: Report | Passed | Failed | Skipped | Time -- | -- | -- | -- | -- carapace-server/target/surefire-reports/TEST-org.carapaceproxy.server.cache.CacheContentLengthLimitTest.xml | 1✅ |...