Wojciech Wnętrzak
Wojciech Wnętrzak
"kamal" network is already created (in v2.0) so the sample code is no longer accurate. Replacing with simple echo statement, as in few other samples. If anyone has a real...
When running on Ruby 3.4 and having Ruby warnings enabled, the following warning is emited (among few others) ``` /home/runner/work/trmz/trmz/vendor/bundle/ruby/3.4.0/gems/barby-0.7.0/lib/barby/barcode/qr_code.rb:56: warning: literal string will be frozen in the future (run...
Hi. I noticed that v6.0.0 of osrm-backend image switched to alpine. Was this intentional? The release changelog states that the debian distro was updated, but not changed to alpine. Also...
Update of https://github.com/Project-OSRM/osrm-profiles-contrib/pull/16 to the new OSRM version
Having code `something if context[:controller]&.respond_to?(:class)` It wrongly reports offense `Lint/RedundantSafeNavigation: Redundant safe navigation detected, use . instead` Behavior differs: ``` > nil.respond_to? :class => true > nil&.respond_to? :class => nil...