Peter van der Woude

Results 45 comments of Peter van der Woude

Please ignore my PR #64 - it has a bug in itself. I was over zealous in applying toLowerCase and the results returned are actually converted to all lower case...

Hi @derek-watson , Right, I suppose a constructor arg might be the only way then, although probably be a little awkward eg something like `new Uri({nocase: true}, url).getQueryParam('bob')`

Hey Alfred, I just added a pull request as well - partly to show a different way. I've implemented case insensitivity for everything, as you proposed (eg hasQueryParamValue, deleteParamValue) To...

I notice this debugging feature is in Alpha, according to the "Details" but yeah, debugging never works for me (I'm using NUnit also)

> @joe-oli The website already had a link to the UMD module I think what @joe-oli is referring to, is even the latest version 4.1.1 eg via this [link](https://cdnjs.cloudflare.com/ajax/libs/spin.js/4.1.1/spin.min.js). Just...

I'm just browsing the issues before starting to use imagesloaded... I hope it doesn't sound rude but doesn't this issue make the library pretty close to useless? There's so many...

@j0hj0h right thanks. I can use it then since I can guarantee that Developer tools will never be open, as I'm using an embedded Chrome browser.

> Wow, I was really counting on this working. The db schema I'm using still has some old tables in it with underscored columns and the classes all utilize CamelCase...

I have the same config as @zengming00 and the tests are now found, and they seem to run (as indicated by the footer bar saying "Tests 5 0" but there's...