Ben A. Morgan
Ben A. Morgan
I just ran into this today with user scopes leaking into each other from `inertia_share current_user: -> { ... }`. @BrandonShar are you able to look into what @clemens has...
Looking back, we experienced it when we were trying to set an instance variable that caches the organizations a user belongs to: ```ruby class Dashboard::BaseController < ApplicationController include InertiaCurrentUser before_action...
Hey @casperisfine I was just trying out this implementation locally and it appears page_methods will need to be updated: ``` /Users/ben/Repos/combine_pdf/lib/combine_pdf/page_methods.rb:290:in `textbox': can't modify frozen String: "" (FrozenError) ``` On...
@BrandonShar will do, I just have one more bug to post 😅
@BrandonShar where would be best to test this guy?
@mensfeld can you take another look at this?
@DanHenton I believe I began with that and wanted to take it further. I wasn't confident that Shoryuken would stick with the configuration that was set via the options. I...
@pkmiec our use of combine_pdf still experiences the slowdown on ruby 3.1. I'm wondering if you could explain the use `.hash` so that I can find other areas for improvement.
I am also curious about this. `sassc` is deprecated and `dart-sass` is the way now.