Antonin Stefanutti
Antonin Stefanutti
@mseitner sorry for the late reply. Would the `MetricsConfiguration.reservoirFunction` function introduced in version 1.5.0 that enables the configuration of reservoirs solve your issue?
I could see the possible causes: * JAX-RS and CDI managed beans _interoperability_: you may try adding the `javax.annotation.ManagedBean` annotation on your JAX-RS resources * Beans managers isolation, as you've...
Thanks for the update. The only difference that I see is that the `TimedInterceptor` interceptor binding is added programmatically: https://github.com/astefanutti/metrics-cdi/blob/cc598215f10a0726191e19c02c7b1c117e905e5b/impl/src/main/java/io/astefanutti/metrics/cdi/MetricsExtension.java#L77 That may be a lead. Maybe the best place to...
@grommitz thanks for the info. I'll try debugging with payara-micro ASAP then.
@pdjohe thanks for the report. Indeed, stereotypes support has been in my TODO since the beginning, though it seems you're the first one using them in conjunction of Metrics CDI...
FWIW, you can find an adapted Blessed / Xterm 4.1 integration at https://github.com/astefanutti/kubebox/blob/c5fc61ab27295f4d732f9e35674d457a68aa25c7/lib/ui/blessed-xterm/blessed-xterm.js that you may want to re-use.
Some free fonts with braille patterns support are listed in http://www.fileformat.info/info/unicode/char/2801/fontsupport.htm. On Mac OS, the Apple Braille fonts family (regular, outline, pinpoint) is installed. Another use case for unicode braille...
> It might also be worth designing a set of Braille glyphs under a free license so that they are easily merged into other free typefaces that would like to...
I've created #1013 that is a follow-up analysis of the build time for Apache Camel K.
FWIW, using a _post body_ script in Gatsby SSR, to update the input state, prevents the users from seeing the render every time. Here is the whole code: https://github.com/astefanutti/website/commit/f315e934b8729c0a431d52e74f82abcb140805f6.