Adrian Gruntkowski

Results 10 comments of Adrian Gruntkowski

@puzza007 first I would have to read up on http2 ;)

Here are some beginnings of the introduction. I suppose that it will have to be cut on fluff. Anyway, I'm not sure if the theme of that introduction feels right....

I've took the opportunity to start fiddling with midje on that issue but I'm not sure if I understand it right - what one is supposed to test? When I...

Going through history, I've realized that these tests (at least these in core) mainly conern routing, not the business logic. I'll try to look into that. I'm still struggling with...

Thought I would write some tests but I see that you're doing some cleaning up and test-related changes. Should I restrain from doing anything in that regard for now?

Just by the way (and sorry for off-topic) - "Create account" still doesn't bring up any overlay/dialog. Is that a problem awaiting for a fix or should it behave correctly...

@s0undt3ch Hey, sorry for slow response. Not sure, if UnboundID LDAP SDK supports SSL - probably yes. Then it would be a question of updating the wrapper and python client...

@aerosol hmmm, I could track whether there's con_cache lock present with "eventually" in tight loop and only attempt the second ingest after that's satisfied. I'll see how feasible that is.

@ukutaht I have revised session retrieval and modified logic so that session, user and last subscription are always fetched in a single query. I have also modified plug pipelines interacting...

@aerosol @ukutaht all feedback so far applied and PR ready for re-review.