KamBha
KamBha
Fixes #150, #209
I want to prevent defaults. However, the way that this works now is that if we prevent defaults we don't reset the timer. I thought I could make this work...
It would be nice if we had Karma support (or some sort of testing support).
Problem: We use Guice to help wire up our dependencies. While the approach of creating a Converter (for example) from a default constructor or a method on a class is...
I am not sure what TokenAuthenticationFilter is for, but something I noticed in WebSecurityConfiguration is you do the following:- ``` @Bean public TokenAuthenticationFilter tokenAuthenticationFilter() { return new TokenAuthenticationFilter(); } ```...
### Clear and concise description of the problem I have a div that supports resizing and have this div monitored by a resize observer. From what I can tell, I...