Jacob Burroughs
Jacob Burroughs
You probably want to add `enable_starttls_auto: true` to the smtp config. I can't say if that's the only thing you need but that appears to be one of them.

Thank you for your contribution. While I like the idea of this change, as currently implemented this will break any existing plugin configurations. I would suggest either adding a migration...
Can public chat and 1-1 chat be separated out? I have a use case where 1-1 chat is bad but public chat is fine, and I'd imagine some other people...
Sorry for the big delay here. I've just pushed up a new version that I think exposes a more idiomatic ruby API, has more logical defaults, and checks that the...
I'm still working on the jruby port for #2888, but I expect it to pull in `santuario:xmlsec` for jruby xmlsec purposes (which is theoretically independent of changing the canonicalization otherwise...
@flavorjones I'd be interested in your thoughts on if this approach is actually the direction that you want to go. It obviously is a reversal of the proposal in #2746...
That understanding is correct. I don't love the nm method either, but without something like that linker method there's not another option I can really come up with. Nokogiri currently...
One alternative I just thought of would be to create a separate repository with symbol list files that are autogenerated with GitHub actions and then nokogiri could download them as...
At my company we run https://github.com/instructure/inst-jobs for rails applications which has a similar priority feature. It's pop query is (simplified) "SELECT * FROM jobs WHERE run_at < now() ORDER BY...