Zbyszek Tenerowicz
Zbyszek Tenerowicz
The same beefy instance works in other browsers, including IE9, but in IE8 I get a 404 response. Let me know if you can reproduce.
I had no idea how to create a title that would not be that cryptic ;) ``` $.mobile.routerlite.routechange("/", function(page, path){ console.log('!'); }); ``` The code above logs to console on...
I can't seem to find a way to control the curve. I've built a rounded corner square, but not a circle. Any tips to how to control the Spline or...
Hi, If you're using this library, post links to stacktraces here. The more examples we have, the better!
This library is not exactly what async hooks were designed for. While it's working for a few cases I investigated, there might be some edge cases out there. The worst...
+ bring back functionality of inspecting request from response TODO: need to compare with `request` package for compatibility. Replaces: #150 and fixes #149
Please review. I changed the tests a lot, let me know if you see anything broken. This also includes the browser runner update made in a separate branch, but I...
[edited] The idea is to find and configure a service for running tests in multiple browsers to monitor browser support automatically. The trick is, we need the server side for...
Plans for v3.0.0 (updated as discussion progresses) - [ ] 1. drop old IE support, keep it in `require('xhr/legacy')` or just let people use 2.x - [ ] 2. ensure...