Mislav Marohnić

Results 921 comments of Mislav Marohnić

Weird! This looks similar to https://github.com/mislav/will_paginate/issues/555. I think the faulty string comes from the translation component, not from will paginate. The translation key is called `will_paginate.page_gap`, and the default value...

The solution would be to explicitly do `require "will_paginate/mongoid"` in your app. will_paginate does hook into some frameworks/libraries at load time, but not all. Other scenarios are solved by explicit...

Thanks for reporting. Our test suite tests against Sequel 5.x, and I think earlier Sequel versions might not be supported. I would suggest using newer Sequel. https://github.com/mislav/will_paginate/blob/ae522de8c4bf610a76475224fb401514e99be572/environments/Gemfile.non-rails.rb#L8

Thanks; will assume that this was fixed. Please holler if that is not the case!

@javierguajardo Is right. The solution is to use a different [`param_name` option](https://github.com/mislav/will_paginate/wiki/API-documentation#will_paginatecollection-options) per each pagination block on the same page. Then, make sure that you also read the same param...

Hi, sorry this issue didn't get any attention. I hope you solved your problem by now using the parameters available to the `will_paginate` helper method.

As a person who originally opened this issue and has since then maintained multiple iterations of GitHub CLI's approach for [building an MSI](https://github.com/cli/cli/blob/bf7db84ca8b795a38ee47b5e54a8109a917a55bf/.github/workflows/deployment.yml#L185) for each of our releases, I would...

> It pops open a profile selector, but the URL doesn't actually load after selecting a profile. That sounds like a problem with your browser, and not something that our...

> Is there a public GitHub platform bug tracking this somewhere? No. The closest we have is the community forum: https://github.com/orgs/community/discussions/categories/api-and-webhooks > Either way, I went ahead and submitted a...