Christian Schuster

Results 17 comments of Christian Schuster

For everything except `.Array` and `.Dictionary`: - `count()` returns zero - `generate()` returns an empty generator but - `isEmpty()` returns `false` That seems a bit strange to me.

See my pull request #123, which introduces vertex and fragment shaders to draw circles.

@Philzen: Thanks for having a look. The `xmlAnnotation.mustache` is responsible for the class-level annotations, so it cannot be used for the annotations on the getter. Having the annotations on either...

@Philzen Nice, thank you for the test! I'm really looking forward to the joint PR. I think the test could also check if the `getTags` methods has the following annotations...

In 6f56c5c091ab6df631460eaa4186d4a6ded51723, the line `#include "ws2812_config.h"` has been removed from `light_ws2812.h`. Now when `light_ws2812.c` is compiled, the user-defined configuration is not included anymore.

As a workaround, you can change the defaults in `light_ws2812.h` or pass `-Dws2812_port=...` and `-Dws2812_pin=...` as compiler flags.

For the same reason, `HtmlEscape.escapeHtml4("Æ")` returns `"Æ"` instead of `"Æ"`.

@Philzen That's more than OK with me. Thank you for the effort you put into fixing this! Once your PR is ready, I'll close this one.

Thanks for your quick response, @jzheaux. TL;DR: It's all solvable, but the suggested resolver would simplify things a lot. > Isn't this what `Saml2LogoutResponseResolver` already is? You could be able...

Created #10821 for the request matcher part. I'll try to provide a PR for the resolver part.