Michel Wilson

Results 4 issues of Michel Wilson

I'm trying to load resources from the classpath in a servlet application. I would expect to be able to use ``` ConfigurationProperties.fromResource("application.properties") ``` or maybe ``` ConfigurationProperties.fromResource(SomeClass::class.java, "application.properties") ``` But...

Using MySQL/MariaDB opening the recently added documents page triggers error 1235 "This version of MariaDB doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery'". I had a look into fixing this, and...

I'm trying to add a list request to the Swagger documentation, so what I did was ``` get( "all".responds(ok()) ) { call.respond(somethingService.list()) } ```` Here, `somethingService.list()` returns a `Collection`. But...

I've been using `semonitor.py` in network mode (`-n `) for a while. Recently, I updated my repository to the latest change, and everything seems to have stopped working, due to...