Bastien Jansen

Results 51 issues of Bastien Jansen

Make it clear that those are supported by the framework! ```ceylon route("hello") shared String func5(String? optional s1, String s2 = "defaulted") { ... } ```

doc

The current behavior is to write something like > 400 — Bad request It would be nice to customize that output, either by allowing custom error handlers, or custom error...

feature

* References should not resolve to setters * References to bean attributes/methods should be case-insensitive * Use method signatures to resolve to the correct overload

t-enhancement

https://github.com/PebbleTemplates/pebble/wiki/macro#access-to-the-global-context * if present, autocomplete/resolve stuff from the outside * if not, do not autocomplete/resolve

t-enhancement

For example : ``` {% macro input(type="text", name, value) %}{% endmacro %} {{ input() }}

t-enhancement

I have a use case where I need to check that decrypted data has been signed by any of two given keys. The current API `RequireSpecificSignatureValidationStrategy` supports an "AND" verification,...

I have a use-case where I need to sign and encrypt a canonical text document rather than a binary document (see https://tools.ietf.org/html/rfc4880#section-5.2.1). This should replace `\n` with `\r\n` and set...