mryellow

Results 35 issues of mryellow

Your wrapper is asking for `window.jQuery`, while inside it then defines a module. Seems to defeat the purpose, would require loading jQuery into global space, then your code, then considering...

With the request not responding before the delay timer it waits for them to finish and then sends more requests. Steps to duplicate: * Type 3 characters. * 1 request...

http://gvas.github.io/knockout-jqueryui/install.html `'knockout-jqueryui': '/lib/knockout-jqueryui'` Should be `'knockout-jqueryui': '/lib/knockout-jqueryui/dist/amd'` if it's to match the structure of the actual repo. Understand you've simplified it and given the directory structure used, however now-a-days no...

Noticing a framerate drop with nets loaded from JSON. Setup a test in jsfiddle with the library included, only thing which jumped out at me was `dw` in `Vol.toJSON` so...

When providing an icon without a size within the default slot the `icon` property defaults to `new Icon.Default()` which has an `iconSize` of `[12,12]`. #### Steps to Reproduce ``` Icon...

The logo isn't sufficiently solid to work as an icon on mobiles. Especially when the background image isn't itself some kind of solid colour. ![screenshot_20180725-132042](https://user-images.githubusercontent.com/213575/43177998-8a5f112c-900e-11e8-932e-57ec5547163f.png) Most icons are rather strong...

enhancement
UI

i.e. `3.308851966075e-8` http://regexr.com/3bpq9 Chokes on `e-N`.

With Truffle search `node_modules` path for imports, a `package.json` would be handy.

It could be this simple. However `code` and `description` are in the outer object and don't require calculation each loop. I'll push another commit which does the logic on those...