Results 254 comments of M.K.

ok, PR coming up later.

See my PR #1643 for potential reasons.

I'll try, but I can't predict when I will have time for it, as the priority is rather low compared to my other projects. If anyone else has a good...

Sorry for the title noise. I'll just stop and admit that I can't describe it as short as I'd have liked to: There are subtle but important differences in edge...

Novices should be at least as concerned about safeguards like `--one-file-system`, `--no-clobber` and quotes (see bumblebee link). We should thus list the potential risks, or at least call it "Novice...

> text that will describe what it's supposed to mean That would help me as well. Does the link syntax support a title attribute? Then we could use that to...

The problem seems to be about params that are not strings. Although I'll continue to sanitize all my user inputs (to avoid username impersonation attacks like `admіn` posing as `admin`),...

I consider prepared statements as intended to mitigate lack of input validation in the params in general. Therefor, limiting it to the case where input has already been validated as...

I see. Looks like an unlucky case of embrace and extend. I wish you had opted for something like `??` in that case. Probably too late to change the interface?...

I can't see how it's the type system's fault when programmers assume that a mechanism that looks like prepared statements will defuse any data they pass in. Let's at least...