Mislav Marohnić

Results 77 issues of Mislav Marohnić

Just FYI this break custom link renderer because it changed the signature. e.g. https://github.com/bootstrap-ruby/will_paginate-bootstrap/blob/master/lib/bootstrap_pagination/bootstrap_renderer.rb#L37 _Originally posted by @ChrisBr in https://github.com/mislav/will_paginate/pull/645#discussion_r1213053549_

Reported by @simonbrunel in https://github.com/cli/cli/discussions/3029#discussioncomment-399296 To find a draft release by its tag name, we have to iterate through all releases and look into the draft ones, since there is...

bug
needs-user-input
p3
help wanted
platform

Previously, when someone activated rbenv shim `foo`, rbenv would error out if `RBENV_ROOT/versions/RBENV_VERSION/bin/foo` did not exist. This change allows `foo` to be additionally looked up in PATH as fallback. This...

The `http get ` utility had a bug with aria2c downloader where it couldn't properly save to destfile if it was an absolute path. I have tried having `http get...

When ran against Active Record 4.2, the test suite fails because `AR::Base#all` method doesn't accept arguments to set conditions anymore. The conditions and ordering are expected to be set using...

Take this example default scope: ``` rb default_scope :order => "created_at DESC" ``` The SQL queries resulting from model iterator for the above model will end up having this clause:...

Explain `foo ? bar : baz`

TODO

ruby2ruby output for `do |arg1, arg2, ...| end` is broken

bug

ruby_parser swallows them and there seems no way to get them back?

investigate