James Anthony Bruno

Results 12 issues of James Anthony Bruno

ChunkyPNG tries to optimize the encoding options based on the image contents. This presents two issues: 1. The detection and determination of the best encoding options takes time. 2. The...

enhancement
help wanted
2.0.0

Add unit testing from the beginning for 2.0.0

help wanted
2.0.0

- [ ] Allow adding new sorting methods (e.g. `Pxlsrt::Something.add_sort_method(:my_method) { |color| do_something_to_color(r) }`). - [ ] Allow adding new sorting classes

enhancement
help wanted
2.0.0

Ditch oily_png for the more versatile rmagick, thus unshackling the dependence on PNG I/O files.

enhancement
help wanted
2.0.0

Conform to Rubocop (minus Metrics)

help wanted
2.0.0

Fix for #284. ### Changes - `Cookie#remove` will append the empty cookie to the current "Set-Cookie" array instead of replacing with a string. - `Cookie#remove` calls `this.cookie.remove` in the case...

## Description `Cookie.remove` will replace the "Set-Cookie" header with a string instead of keeping an array of strings. Because it is expected for this header to always be an array...

Let's say I have this online at `http://example.com/proxy` and I'm using this to forward to `http://api.com/api`. When I make a JavaScript fetch request to `http://example.com/proxy`, the proxy ultimately requests `http://api.com/api/proxy`,...

Google seems to avoid this problem somehow. ```js console.log(tokenizer("'don't stop believing'")); /* * [ * { * "phrase": true * "term": "don" * }, * { * "term": "t" *...

There's currently a duplication of code and effort to have browser- and node-compatible versions. Either find a way to make them one-and-the-same or find a smart, easy way to maintain...

enhancement