Jean-Paul Calderone
Jean-Paul Calderone
See also https://twistedmatrix.com/trac/ticket/4536
> FWIW, my opinion is that this patch opts for the straight forward and correct approach to solving this, I don't think closing this as a dupe of something last...
https://github.com/twisted/twisted/compare/password-comparison-4536-2#diff-d7d7a89998bf4a38ce60f8b2a3ee76a699351662a0cc902f09b1bc96265fea4bR968 does some things to handle unicode.
> > I am not sure what is the scope / use cases for this API. > its for protocols that make heavy use of the local filesystem (FTP, t.web.static.File)...
Sorry, I know I wrote a lot already, but this one comment got lost in my attempts to edit out other redundancy: The eventual plan for an io_uring-based reactor be...
The interface that this code implements is pretty clear: the argument is `bytes`: https://twistedmatrix.com/documents/current/api/twisted.internet.interfaces.ITransport.html#write
Presumably the preferred behavior would be to use the log file specified, interpreting the directory separator as a directory separator?
Annoyingly, the current behavior is to interpret relative paths given to `--logfile` as relative to the trial temporary working directory instead of relative to the original process working directory. I...
Generalizing somewhat, even if there is only a single strategy, if it combines others (eg with `builds`) then it could be that one sub-strategy is slow and the rest are...
Perhaps worth noting is that newly created Stripe accounts seem to use the newest Stripe API at the time of their creation and there is no option to downgrade.