Mike Kasberg
Mike Kasberg
I'm trying to set up a development environment for calendarium-romanum and manage my gem dependencies with [Bundler](https://bundler.io/). So, I'd like to be able to do something like `bundle install --path...
Update the URL from http://rrssb.ml to https://rrssb.netlify.com across the entire project, fixing several broken links. This fixes #210.
In #198, I added support for using [Numo::Linalg](https://github.com/ruby-numo/numo-linalg) as the linear algebra backend for classifier-reborn. At that time, I updated the docs with instructions for installing Numo, but the macOS...
Our JRuby tests are failing with this error: > Gem::LoadError: You have already activated jar-dependencies 0.4.1, but your Gemfile requires jar-dependencies 0.4.2. Since jar-dependencies is a default gem, you can...
While I was reading the Debugging Rails Applications guide, this typo threw me off and I had to re-read it to understand the intended meaning, so it seems like it's...
While working on Ruby 3 support several months ago, I noticed the [Dockerfile](https://github.com/jekyll/classifier-reborn/blob/c3e5a84c3e0915d20ab52f2b783703575584d4a2/Dockerfile) was really stale. I didn't immediately fix this at the time, but made a mental note to...
This is a solution for https://github.com/ghostty-org/ghostty/issues/2107. **AI Disclosure:** I used Gemini CLI to help me with this PR because while I have many years of programming experience, this is my...