Nathan Phillip Brink

Results 45 issues of Nathan Phillip Brink

This library does not have a clear license declaration. Would you mind releasing it under the MIT by placing a `LICENSE.md` into the repo and pushing, probably copying from https://opensource.org/licenses/MIT...

``` > jQuery.param({a:{'0':1,x:4}}) 'a%5B0%5D=1&a%5Bx%5D=4' > jqueryDeparam(jQuery.param(jqueryDeparam(jQuery.param({a:{'0':1,x:4}})))) { a: [ '1' ] } > jqueryDeparam(jQuery.param(jqueryDeparam(jQuery.param({a:{'0':1,x:4}})))).a.x undefined > jqueryDeparam(jQuery.param({a:{'0':1,x:4}})).a.x '4' > typeof jqueryDeparam(jQuery.param({a:{'0':1,x:4}})).a 'object' > jQuery.isArray(jqueryDeparam(jQuery.param({a:{'0':1,x:4}})).a) true ``` An object with numeric...

Convenience to invert all flags on an enum. Fixes #10.

The README claims that it will do its best to preserve whitespace/formatting. But instead it adds CRLF when I wasn’t expecting it. It looks like I can work around it...

bug

Both `Default` and `NotSet` are documented as: > This is the default behavior. Please explain how and what circumstance each one is the default behavior. I am going to guess...

Pri2
area-System.Web
dotnet-api/prod

There seems to be no way to access grunt’s `this.async()` from within `onComplete`. See [this stackoverflow question](http://stackoverflow.com/q/31572484/429091). I know that in the case of that question, `fs.writeFileSync()` is a workaround...

The jQuery.fn.hashchange() in jquery-hashchange-v.1.3 is not included in the relatively standard jquery-ba-bbq-1.2.1 minified version. I’m not sure what else has changed in jquery-bbq itself, but to get the new hashchange...

Please create tags for releases so that it is easier to fetch physijs as it was in a particular release.

Since #45 has been merged, why not also run a Windows CI? I could create and test an `appveyor.yml` if this would be accepted. @evan-king Do you have the right...