Alec Henninger

Results 15 comments of Alec Henninger

@jbonofre @ehossack-aws I'm available, I just commented above. Trying to better understand what we're really after with the refactoring recommendation before moving forward.

@agandhew @Redhat-Alice would you be able to add a basic test at the storage provider level?

You might want to try adding -Djmxtrans.agent.premain.waitForCustomMBeanServer=true to your JAVA_OPTS. For explanation see: https://github.com/jmxtrans/jmxtrans-agent#delayed-startup-version--121 Does that help?

If you're not using the latest SNAPSHOT you might need to use -Djmxtrans.agent.premain.delay=30 instead

Jboss sets a system property programmatically in its startup sequence that controls the implementation of platform mbean server to use to be something jboss-specific. If jmxtrans initializes the platform mbean...

I wonder if a bloom filter could be used to see if a token might be revoked. That is, check if it "might" be revoked (in the set), and only...

Expanding on this a bit more (has to support modifier keys, and can be a little more object oriented): Something like: ``` javascript function Keybind(config) { this.key = config.key; this.ctrl...

Cool, I'll work on a PR. My default choice for insert? Hrm. Probably like ctrl-enter or something like that but I'd have to play around. At the very least, I...