Mateusz Suchoń
Results
2
issues of
Mateusz Suchoń
Hi, I have page model with tree structure. I also have scope based on status: ```ruby class Page < ApplicationRecord has_closure_tree STATUSES = %w[draft published].freeze enum status: STATUSES scope :published,...
Question
Hi, I just did very quick test, to run @vercel/remix with clerk and set runtime to edge. Unfortunately, I've got error about edge incompatible packages. Crypto for example. I do...