-
Directory "foo" contains file "a test"
with nginx-dav-ext-module,
curl 'http://foobar:8000/foo' -XPROPFIND
returns
```
/foo/a test
```
This should be escaped according to the rfc
http://tools.iet…
-
The method was named `get` from before when view wasn't based on ampersand state.
State already has a `get()` :cry:
But... i'm not sure it really matters since, basically no one, except those trans…
-
In the ampersand example app I tried to pass this template:
``` html
```
without any effect.
-
-
Passing a collection of options and choosing a default value still makes the field return `false` for validity.
Options:
![screen shot 2014-07-10 at 7 06 12 pm](https://cloud.githubusercontent.com/a…
-
- Display keyboard based on the Keyboard class property + Language setting.
##### ALPHAKEYBOARD (some function keys also on Numeric/Symbol keyboard, e.g. Back)
- Shift (tri-state state - reset to off…
-
-
If the object being iterated can have a .length property, like attributes, _.each will break. We should change to iterate over _.keys explicitly
-
Just tried running Newman 1.0.2 with node.js v0.10.28 on a 64-bit Windows 7 machine and received a "TypeError" error on a fairly common ASP.NET MVC Web API 2 error message.
D:\code>newman -c MVCWebAp…
-
`Collection.sort()` breaks when comparator is just a string since `this.sortBy()` is not defined.