Matthew Madson

Results 32 issues of Matthew Madson

Hi there @ssilverman I know this is a bit of a sore subject, considering how the last discussion went. Apologies for A) bringing it up again and B) not adding...

Is it possible to leverage Owner's variable expansion support to perform runtime variable interpolation on strings? For example, say I have an owner interface that defines a property ``` public...

enhancement

Hi again, This may be a bit outside the scope of what Owner should be able to do but I figured I'd throw it out there anyway. ``` @Config.Sources(...) interface...

enhancement
normal priority

For example, I'd like to use my IDE to bring up the javadoc for the ALL() method on Application and have it explain what ALL actually means. Instead, I needed...

enhancement

Hi there! Thanks for the great library. I'm digging into the examples but haven't been able to figure it out yet. Is there a way to perform the jsonb binding...

We're having some trouble generating our rate limit headers with the current TokenBucket API. For reference, we are trying to generate headers similar to the following: ``` X-RateLimit-Capacity // max...

Instead of ``` public static Module extends TestModule { protected void configureTest() { bindMany(SomeInterface.class, Impl1.class, Impl2.class); } } ... @Test someTest(@All SomeInterface interface) { ... } ``` I would like...

Hey there, love this little tool. A few enhancement requests assuming this is still being maintained. 1. Being able to escape special / control characters. For example $, -- and...

# Bug Report ## Description Unable to build / run yarn dev from either latest main branch or v1.0.1 tag branch ## Steps to Reproduce 1. Forked Repo 2. Checkout...

bug

**Is your feature request related to a problem? Please describe.** When there are multiple categories on a single page, each with multiple systems, the page becomes quite long to scroll...

enhancement
good first issue