bch36

Results 6 issues of bch36

Wrench\Client keeps all received Payload objects in perpetuity. This results in a script eventually running out of memory if it's reading a large stream of data. Instead, after receiving any...

If there's an issue that closes the WebSocket connection, it's not longer possible to cleanly close the session. If you call Session::close() on the session object after an issue that...

Resizable: Previously, changing the autoHide option after initialization wouldn't change the behavior of the handles auto-hiding. This fix allows the resizable widget to accurately reflect the current autoHide state. Fixed...

Bug
Comp: Resizable

In IntuitResponse.php, a fault response isn't parsed unless the content-type is "application/xml". However, for a 401 response, the content type is "text/xml." This results in the response not being parsed....

hacktoberfest

When I attempt to render an SVG with a in it, anything inside the doesn't seem to be rendered.

Github allows loading project pages over either HTTP (i.e. http://bgrins.github.io/spectrum/) or HTTPS (i.e. https://bgrins.github.io/spectrum/). The "Download Zip" button links to an HTTP URL. If the project homepage is loaded in...