James Anthony Bruno
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...
- [ ] 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
Ditch oily_png for the more versatile rmagick, thus unshackling the dependence on PNG I/O files.
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...