Caius Durling
Caius Durling
Suspect we'll need to lean on https://github.com/marketplace/actions/freebsd-vm to add CI for this. Runs on the ubuntu runners, using qemu to run and control a FreeBSD VM.
My understanding is you can't reliably/easily run FreeBSD under the Linux kernel which is what you'd require to run it under Docker akin to everything else. I'm hopeful I can...
Understood, I might maintain this as a fork downstream in that case. In theory we could boot qemu under docker and run FreeBSD inside that, which would let it look...
Looks like it's accidentally finding the delegation methods take a block argument, they cascade to either `Integer` or `Float` (the `@value` instance variable inside an `ActiveSupport::Duration` object), neither of which...
We could document using `bin/brakeman` to run it and then edit the binstub to output a warning first, or last, before invoking brakeman via bundle exec. Rails does this for...
I can't remember why I was looking at Ruby IRC bots within the last ~12 months, but I also settled on IRCinch as the "best" modern framework there was out...
I started https://github.com/caius/mockturble/tree/cd/initial-hello but then got distracted by Sorbet and life so haven't progressed it further. Definitely happy for others to overtake me and I'll just have yet another half-baked...
> For the data migration itself, I strongly encourage you to use https://pgloader.readthedocs.io/en/latest/index.html, I used it in multiple environments and once properly configured it works really well. Just tried this...
Running against MariaDB 11 locally punting it into Postgresql 17, pgloader seems to succeed but we get a bunch of warnings about foreign key constraints not being possible from numeric...
@pushcx pointed out on IRC that the foreign key warnings seem spurious. Taking for example the `messages.hat_id` to `users.id` relation, In the MariaDB database schema we see they are both...