climatebrad
climatebrad
I have an extensive mute list that would be useful as a block list. It would be great for people to be able to subscribe to my mute list.
For example there are people who would like to use https://twitter.com/i/lists/198663287/members to seed a block list
on M1 MacBook Air - Big Sur 11.1 When I open Spatterlight some games (looks like only glulx games, e.g. Blue Lacuna / King of Shreds and Patches) show up...
Profile image seems to be coded to Google account. Would love to be able to upload a different image (that actually has my face).
A lot of the documentation on the Wiki etc still refers to Typo instead of Publify
Update dependencies to Publify 10.0.0 dependencies
As written, the HttpVHost::addRailsApp function attaches the environment variables defined by pAppDefault->getEnv after the ones set by the options it's called with (and the ones it sets internally), which can...
ubygems.rb alias was removed in Rubygems 3.2.3 (2020). https://github.com/litespeedtech/openlitespeed/blob/d9610258f5c76ca204e1fd7074c23297b96a64de/src/http/httpvhost.cpp#L1681 Change `RUBYOPT=rubygems` to `RUBYOPT=-rrubygems` See rubygems/rubygems#2393
Rails 7.2 removes a host of deprecated methods, including `ActiveRecord::Base.clear_all_connections!` See [Rails 7.2 release notes](https://github.com/rails/rails/blob/4a45f3144c680f86655a24d21a9e014f694cca74/guides/source/7_2_release_notes.md) Could change line 136 to: ``` if defined?(ActiveRecord::Base) if defined?(ActiveRecord::Base.connection_pool.release_connection) ActiveRecord::Base.connection_pool.release_connection else ActiveRecord::Base.clear_active_connections! end end...
Do there need to be any hooks for puma:install and puma:enable and puma:start? https://github.com/seuros/capistrano-puma/blob/2cc11846540489edda10d83e026c9bea04e6fab1/lib/capistrano/puma/systemd.rb#L5-L7 I'm asking because I'm having trouble figuring out how I'm supposed to get my app's puma...