Hans Schnedlitz
Hans Schnedlitz
> Some kind of simple blog system with various categories (new features, new content etc) Since y'all are using Avo already should be simple to get something like that up...
@adrienpoly Changes implemented, pagination works now with searches and without. One minor issue: When searching through the omnibar the URL is updated - searches on the speakers search don't do...
With the relaunch of Rails Mini Profiler I'm dropping support for Rails Versions other than Rails 8. I have created another issue to address the problem with transforming SQL binds...
> That is a bit different to the fzf approach, but happy to take @ellie 's steer if a wider change would be better. In the current approach, maybe: >...
I think this illustrates nicely what we discussed at Baltic - it's not 100% clear what the single source of truth in regards to data is. It makes sense to...
@enderahmetyurt Since emails are unlikely to happen, what do you think about an in-app notification system? Think something like a little bell on the top right that indicates if there's...
> @marcoroth I can take care of it 👀 Go for it! I started on this as well, but have no time to wrap it up 🥲 Just in case...
FYI, there is a PR against [Psych](https://github.com/ruby/psych) (a Ruby wrapper for Libyaml) that contains some code that may be useful for the eventual fix. https://github.com/ruby/psych/pull/508/
@adrienpoly Here's a prototype implementation for cache-based GitHub avatars. Referring to [your previous comment](https://github.com/rubyevents/rubyevents/pull/1049#discussion_r2457099326).
I used Imgproxy in the past, can recommend. Running it should be easy peasy with Kamal, not sure about monitoring it though. In any case, more services always means more...