Clément Joubert
Clément Joubert
Hello ! Before everything else, thanks a lot for this great piece of software :) We have a Rails app that runs on several TLD at the same time like...
I did not find in the code nor in the documentation a way to prevent Hotel from starting on OS boot. The motivation behind launching it manually to prevent having...
# Before The default CSS "right" attribute for a single clear button is a `calc(2.75rem - 5px)` which makes the clear button stay too far from the right border. #...
This pull request updates XML generation to be compatible with Ruby 3.4's default frozen string literals and optimizes string handling for better performance. - It resolves warnings when running the...
If I recall correctly, Postgres with ActionCable cannot handle more than 8 kb of payload. We get this error in our app, whether we run use `mode: :poll` or not,...
Avoids last frozen string literal warnings by implying the passed string will always be frozen in upcoming Ruby versions. Also reduces object allocations, including string copies, arrays, and maps, backported...