September 2020

Building a Ractor based logger that will work with non-Ractor compatible code 1

Building a Ractor based logger that will work with non-Ractor compatible code

Recently Mike Perham shared a tweet with this comment and a code sample on the Ruby 3.0 Ractors. If this code doesn’t work, how could Rails ever work? Ractor seems fundamentally incompatible with many heavily-used Rails APIs. require ‘logger’ class Rails def self.logger @logger ||= Logger.new(STDOUT) end end Ractor.new do Rails.logger.info “Hello” end.take During the …

Building a Ractor based logger that will work with non-Ractor compatible code Read More »

Catfish 1.4.12 Released 13

Catfish 1.4.12 Released

Catfish 1.4.12 on Wayland on Ubuntu 19.10 Dialog Improvements All dialogs now utilize client-side decorations (CSD) and are modal. The main window will continue to respect the window layout setting introduced in the 1.4.10 release. I also applied a number of fixes to the new Preferences and Search Index dialogs, so they should behave more …

Catfish 1.4.12 Released Read More »