Daniel Cormier

Results 43 comments of Daniel Cormier

An example showing it's broken: https://go.dev/play/p/7X9mO34y5lf

This is [still broken](https://go.dev/play/p/7X9mO34y5lf), @crewjam.

BCC in email is a trick. They don't go in the email itself, only in the SMTP conversation to the server. If it went in the email, a recipient could...

It should probably be made more clear how BCC works, and that those recipients won't be in the email itself.

> but a workaround is fallback to `req.uri().path()` That's problematic if you have path parameters in your route. `MatchedPath` would give you a value like `/group/:id/members` while `req.uri().path()` would give...

@ContemporaryArtwork, I'd recommend against using `catch_unwind()` for this. Instead the error should be handled. `build_slur_regex()` may need to be modified to handle the error, or to return a [`Result`](https://doc.rust-lang.org/std/result/enum.Result.html) so...

@iByteABit256 I was just digging into this. 🫠 I came back to propose a calculation for "controversialness". You can have this one. I'll share where I was at, anyway. I...

> it has a flaw that small changes in like/dislike ratio can lead to huge changes in "controversialness". Does it matter? Will that value be shown, or used for anything...

Yeah, that's what I was thinking, too. The total number of votes should be significant, here. It's definitely worth exploring. [Here's something](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=88700cc0210c942e0363e8fa1873f040) to show the output better and let you...

I agree. It seems good. I'd like to see some more people chime in with opinions, but maybe that'll come with a PR. At the very least, it's something that...