Serj L

Results 4 issues of Serj L

## Request / Idea I currently have a project with running in old node version (14) and would love to use this package there. When I currently install it I...

Example: ```ruby class Category < ActiveRecord::Base acts_as_list belongs_to :account has_many :templates, dependent: :nullify validates :name, presence: true validates :position, numericality: { only_integer: true, greater_than_or_equal_to: 0 } end ``` It gives:...

I started to upgrade cells from 3.11.2 to 4.0.4 basing on https://github.com/apotonick/cells/wiki/From-Cells-3-to-Cells-4---Upgrading-Guide (I also added `cells-slim` gem since my views are in slim). So I have such cell now: **app/cells/permissions_cell.rb**...

### What is the issue? Hey, I am using ollama together with gemma 3. Locally on my mac it works well however when I try to use ollama inside docker...

bug