transentia
transentia
I wonder if this arises from my SecurityInterceptor (excerpted): ``` @CompileStatic @Slf4j class SecurityInterceptor { ... boolean before() { final isLoggedIn = session['userid'] && session['role'] log.debug("{}/{}; isLoggedIn: {}", controllerName, actionName,...
My workaround: ``` // Jetty complains that params is not serializable... // Make a proper serializable map to use instead...a nice, simple workaround...: Map ppp = [:] ppp.putAll(params) session['filter'] =...
This is not an error with spring-loaded, but is actually a JDK issue: There are many reports out there, for example: http://stackoverflow.com/questions/18794573/objc10012-class-javalaunchhelper-is-implemented-in-both-libinstrument-dyl/18958973#18958973 It’s harmless but annoying. BOB > On 29...
Forgot to say that the XPS 15 is a hiDPI display. that's probably the reason for this.
This looks better, but still isn't 100%. The UI mostly shows without the left-hand grid but once every 2 or 3 clicks, the UI shows the grid. In my testing...
You can try something like: -Dspringloaded=exclusions=pkgA.._,pkgB.._,specific.Class;verbose;explain Take a look at: https://github.com/spring-projects/spring-loaded/issues/26 Does this help? BOB > On 11 Jan 2015, at 1:11 pm, vavrfam [email protected] wrote: > > The files...
To clarify, when I say "constantly", I mean "Each time I open DevTools", not that it continually refreshes the message or anything like that....
I just see: Note that I am deliberately NOT signed in to any services: 
Also: this hasn't JUST started happening, its been happening for quite a while...its just that I've only now gotten around to DOING something about it. I can't quantify HOW long...
devtools://devtools/bundled/third_party/typescript/typescript.js is a nice large file: searching for kfbdpdaobnofkbopebjglnaadopfikhh: ``` { "creation_flags": [ "REQUIRE_KEY" ], "disable_reasons": [ ], "event_listeners": { "count": 0, "listeners": [ ] }, "id": "kfbdpdaobnofkbopebjglnaadopfikhh", "keepalive": {...