Rob Ingram
Rob Ingram
Indexing completely fails on my codebase which is reasonably large but not huge (about 35MB). Atom hangs completely and the memory use of the process keeps growing. I've had this...
I wonder if you might have any insight into a strange error that we're getting. We've been receiving occasional exceptions (a few per week) from our sessions controller where the...
When trying to upgrade an existing site to SS4 using the recommended branch I'm getting errors when trying to edit a data object that isn't versioned. This is because the...
Using `dev-master` on SS 4.4. Bit of a strange one this and I was wracking my brains for about a day before I got an idea of what was going...
We're running ruby 3.4.1 but when using `standardrb` we are still getting warnings for `Lint/ItWithoutArgumentsInBlock`. ```shell $ cat test.rb [:x, :y, :z].map { it } $ ruby -v ruby 3.4.1...