Maurizio De Santis

Results 21 issues of Maurizio De Santis

Hello! I have a template similar to this one (edited to go to the point): ``` {{ request.url_for("asd", ["dsa"])? }} ``` Which generates a syntax error on Askama: ``` error:...

I have a Capistrano task for `rails runner` remote execution: ``` ruby require 'shellwords' namespace :invoke do desc "Execute rails runner on a remote server" task :runner do if ENV['COMMAND']...

question

I'm trying to test a websocket endpoint, but I had to disable Origin check on the websocket server because: - When `websocket_path` is set: ``` xml ``` websocket origin option...

kind/bug
protocol/websockets

Rails is leading towards multiple JavaScript bundlers support with [jsbundling-rails](https://github.com/rails/jsbundling-rails), which will be shipped with Rails 7 (it is already available on Rails 7 alpha). There is even [importmap-rails](https://github.com/rails/importmap-rails), which...

discussion

I have an URL like this: `https://www.example.com/path?query_param=N%2CU`. `absolute_url` method: https://github.com/vifreefly/kimuraframework/blob/512217924cab76498ee20594be3e15d26cabe426/lib/kimurai/base_helper.rb#L5-L8 escapes it so it becomes `https://www.example.com/path?query_param=N%252CU`, corrupting the URL and breaking the spider link following. What about adding an argument...

It would be wonderful if it would be possible to retrieve regions, provinces and cities. Something like: ``` javascript // Regions of country // /rest/alpha2/it/regions -> { regions: [ "Abruzzi...

enhancement

#### Summary The downloaded chromedriver doesn't work with Chromium installed via snap package (as written here: https://github.com/titusfortner/webdrivers/wiki/Chrome-snap-package-hangs). The solution pointed in the wiki suggests installing Chromium via apt, but it...

#### Your system information * System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/): https://gist.github.com/mdesantis/169f9d619512cebec0feb6dbd1dd9217 * Have you checked for system updates?: Yes * Are you...

Hello, I just want to point out that this is to me the best project I've seen during 2020 so far. Keep on rockin'!

Hello! I used to download the generated docs all the time, but I noticed that the feature has been dropped: https://github.com/rubydocs/app/commit/e0c46a9c13f82fb7e808e523776635c733297428 I guess there's some good reason, but is there...