Lucas

Results 100 comments of Lucas

I'm also facing this error, both with Curl and Aria. While debugging this, I got to the code: ``` -> _cookies_and_document_stuff cookies 'https://drive.google.com/uc?export=download&id=foo_id-q3' -L -> : justify Fetching ' cookies..'...

Just noting that I stumbled upon this issue looking for this: > as long as the attribute is on a line by itself or trailing -, these attributes will not...

Something like `BackwardsCompatibleAttribute` found.

I'm GPT'ing my way through this to try to come up with a PR.

I won't be able to come up with the PR, but maybe something like this? ```php protected function isBackwardsCompatibleAttribute($phpcsFile, $stackPtr, $tokens) { $currentLine = $tokens[$stackPtr]['line']; // Check if the attribute...

@dingo-d the sniff I'm referring to is `WordPress.Security.ValidatedSanitizedInput.InputNotSanitized`

Read the code example carefully and you will understand, it flags the usage of `trim` as if we were using the unsanitized value, but trim doesn't use the values, only...

Any news about this? (sorry for duplicate)

Pull request criado https://github.com/claudiosanches/woocommerce-pagarme/pull/58

Estou em casa agora e sem acesso ao código fonte, mas li os comentários do @claudiosanches no pull request e achei pertinentes, creio que uma forma segura de resolver seria...