Guillaume Simard

Results 9 issues of Guillaume Simard

Hello! We recently upgraded to Java 11 (from Java 8) and we've hit the following WARNINGs in our services that use Prometheus: ``` WARNING: An illegal reflective access operation has...

This is a very cool project. However, wouldn't it make more sense to run this as part of a Gradle plugin, during the build process, and not as a part...

Right now, as far as I can tell, this library only allows generating data classes and the like. It would be very useful if it could also generate interfaces with...

Hello! We chased a nasty bug in our environment recently and one thing that we realized is that JdbcLocalTxnInterceptor doesn't rollback on `Error`. https://github.com/supercargo/guice-persist-jooq/blob/master/src/main/java/com/adamlewis/guice/persist/jooq/JdbcLocalTxnInterceptor.java#L80-L100 This only catches `Exception`. If you...

bug

Users will want their limits to be easily modified. You don't want them to be hardcoded at all times! Support for standard libraries such as Archaius and perhaps an API...

enhancement

It would be great if we could have a simple servlet filter that would allow us to easily add basic throttling to our applications

enhancement

We don't want our Redis dependencies to be part of the `core` module. We should split the project into different modules for different technologies. Redis, Memcached, Spring, Servlet,...

enhancement

It would be great if adding rate limiting to a spring application could be done via simple annotations. Perhaps something could be done via autoproxy?

enhancement

First of all, thanks for the app! It's great. I'm only missing one feature: The ability to hold the button to unmute and have the mic muted when the key...