Marco Colli

Results 93 issues of Marco Colli
trafficstars

We have a Job listed in "Failed jobs" with this error: ``` Errno::ECONNREFUSED Failed to open TCP connection to :80 (Connection refused - connect(2) for nil port 80) ``` It...

Start with an application that is working fine and a docker image that is building successfully. The application already has a `Admin::AdminController` that looks like this: ```ruby class Admin::AdminController <...

It would be nice that when someone enters / pastes a link in the text, that URL becomes automatically a link. **Actual**: the URL remains normal text **Expected**: the URL...

nice to have

From readme: > It takes no effect while editing, but saved the «alignment» param. Why this choice? - It seems really strange - Confusing for the end-user (who thinks that...

It would be useful to have a config param to limit the max number of columns. This could be useful on platform where there are user-generated contents to prevent the...

Starting from Jun 26 we noticed a very high number of Chrome subscriptions (`https://fcm.googleapis.com/fcm/send/...`) returning 404 errors. All these subscriptions were returning successful status codes in the previous days /...

Hello, **Why is there a downgrade of the rest-client gem?** Your commit message is empty... Please clarify the motivation and **fix this in order to use the latest version**. It...

feature

I would like to enable `with_toc_data`, so that I can link to specific sections. However the ID of a section could in theory collide with an id that already exists...

This library already has `private?`, `link_local?`, `loopback?`, etc. It would be useful to have a `reserved?` method: https://en.wikipedia.org/wiki/Reserved_IP_addresses One of the reasons would be to mitigate SSRF attacks in a...

We use a code like this: ```ruby request = Net::HTTP::Get.new(uri.request_uri) Net::HTTP.start(uri.hostname, uri.port, ipaddr: ip, use_ssl: true) do |http| http.request(request) end ``` What I have noticed is that it is difficult...