sheffieldnikki

Results 18 issues of sheffieldnikki

By default Colorbox uses a URL regexp to treat certain content as a photo, so for example `.jpg, .png, .svg`, etc all end up in an IMG tag. And the...

**Describe the bug** Using the format string "YYYY-MM-DD HH:mm:ss ZZ", parsing certain strings returns Invalid Date when it should return a date: ```javascript var format = "YYYY-MM-DD HH:mm:ss ZZ"; var...

☢️Bug

It isn't clear from the `README.md`, but setting a larger buffer size. eg, `MQTTClient client(2048)` creates **TWO** buffers: a read buffer of 2049 bytes and a separate write buffer of...

I think this library allows for binary payloads, but it isn't clear from the documentation. How about updating the `README.md` and the function prototypes to make it more obvious that...

The `README.md` says to search for "MQTT" to find this in the Arduino IDE's builtin Library Manager. However that will list dozens and dozens of projects that mention "mqtt" in...

Here is some rough code I've written to preserve/save the state of a list as a URL query string. e.g. mypage.html?q=jon It can be used to bookmark a page or...

The List API docs state the options.pagination default as Boolean false, but actually it is undefined.

IE9 and list.js v1.5.0 silently fails to add any items if your HTML is an empty table and you have set `options.item` to be a table row. e.g. ``` ......

In `chartist.css` series B and I both share the same color value: ```css .ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut { stroke: #f05b4f; } .ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b...

bug

I have a map that uses Google Maps and their visualization.HeatmapLayer with the default colours, and radius=20: http://racelifts.org/Highland-Fling-2014/stats I'm trying to reproduce this as closely as I can with Leaflet...

enhancement