Igor Santos
Igor Santos
It seems @joliss was waiting for the comments left in commits to be fixed, but then abandoned the project for those last months? That's quite sad, since the issue is...
+1 for moving to jQuery, @kopax. The docs regarding ajaxSetup is really weak, and fiddling over the source, I noticed that method serves only for adding a dataFilter. Would be...
I'm actually using reqwest under browserify and I don't need to pass cookies: my browser does that for me.
I'm with @nruth here... I'm just fine using `ember-cli` and CoffeeScript. CS is almost a one-to-one match with JS; it's pretty easy to read JS in the Dev Tools. Of...
I've noticed that too. If changing from `hset()` to `setex()` is not good, one could still [set a TTL in the hash](https://stackoverflow.com/questions/50065215/redis-setting-ttl-on-hset-keys).
Ok, while still trying to find a way to solve my need (which seems to be a race condition between writing to and deleting the whole debugbar session array), I...
I'll edit the original post to reflect my updated findings.
This probably happens because `DebugBar::hasStackedData()` initiates the `$_SESSION` entry, even when it's not used. It's a small issue, but it's still unneeded clutter. I guess we could cleanup the key...
Wow, I don't even remember what I used this project for hahah Would suggest you to add a clear note on the readme, stating the project was abandoned :) Igor...
As with some other options in the IDE, the plugin should itself have the option to make it shareable or local (so it either stores itself in `workspace.xml` or at...