Ruben Vermeersch

Results 194 comments of Ruben Vermeersch

Cannot debug this with more information. Could you create a [jsFiddle](http://jsfiddle.net/)?

File the issue too soon (and apparently in the wrong repository). If I'm not mistaken, `serverSessions` in https://github.com/googollee/go-engine.io/blob/master/sessions.go takes care of this. This would be the equivalent of `MemoryStore`. Would...

Yes, exactly that, an interface with a couple of methods, which can be set but which falls back to the default in-memory `serverSessions`. It would mean that there is no...

Oh wow, thanks! I'll have a look at it, in a week or two. We're currently in the process of launching a new product some time is a bit limited....

Right, forgot about this one. I'm not sure you can. We had a good look at it, felt that this was going to be a ton of work and realised...

Turns out this happens when you have no saved items. ``` js { "auth" : 1, "api_version" : 3, "last_refreshed_on_time" : "1448290332", "saved_item_ids" : "" } ``` This causes Press...

I'm not sure about Press. I'm guessing that an easy fix would be to make sure that `POST /plugins/fever/?api&items&with_ids=` doesn't generate a `HTTP 500`, but just returns a response with...

Just ran into this exact issue with a private registry. Pushes work fine, but I have the feeling that checks don't use `username` / `password` correctly. From the registry logs:...

I've implemented this feature as a custom flow step. For those interested: https://github.com/rubenv/grunt-usemin-uglifynew

Well, you haven't exactly made my life easy. Remember what I said in #148? > Do keep the pull requests small and focused, 10 PRs of 10 lines have a...