maia
maia
The Memory Allocation Breakdown tool doesn't really feel smart. For many of my worker dyno jobs I'm being displayed "Job" with 90 or more percent memory allocation. Which isn't really...
The (optional?) usage of a logarithmic (instead of linear) y-axis in the charts would improve the readability whenever a few outliers exist which otherwise skew the display.
### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...
Is there a new repo or suggested way for installing Rubies 2.4+, or may I ask you to add 2.4.x and 2.5.x to the repo? There are a few forks...
LinkThumbnailer::Processor should query HTTP Response headers and decide upon `content-length` and `content-type` if it should run `http.request(url)`. This allows to raise `LinkThumbnailer::FormatNotSupported` without downloading the entire document into memory first,...
Using roadie (3.1.1) and roadie-rails (1.1.0) I'm experiencing the problem of `data-roadie-ignore` being ignored. I would assume that for each tag it is passed as attribute, it will prevent adding...
Gemfile lists: gem "activesupport", "= 3.2.10" , which obviously is a problem when running rails 4.x.
The gem relies on another gem, and cannot be used without also installing a stock scraper. This is not an expected behavior and not mentioned in the docs.
TextHash currently assumes all input is in english and will therefor atomize, stem and skip stopwords. As I'm using Ankusa for another language I'd prefer to skip these methods. They...
I found the following error in my heroku logfiles: ``` NoMethodError: undefined method `implementation' for HTTP::CookieJar::AbstractStore:Class /app/vendor/bundle/ruby/2.2.0/gems/http-cookie-1.0.2/lib/http/cookie_jar.rb:38:in `get_impl' /app/vendor/bundle/ruby/2.2.0/gems/http-cookie-1.0.2/lib/http/cookie_jar.rb:74:in `initialize' /app/vendor/bundle/ruby/2.2.0/gems/mechanize-2.7.3/lib/mechanize/http/agent.rb:135:in `new' /app/vendor/bundle/ruby/2.2.0/gems/mechanize-2.7.3/lib/mechanize/http/agent.rb:135:in `initialize' /app/vendor/bundle/ruby/2.2.0/gems/mechanize-2.7.3/lib/mechanize.rb:182:in `new' /app/vendor/bundle/ruby/2.2.0/gems/mechanize-2.7.3/lib/mechanize.rb:182:in `initialize' ``` Unfortunately...