Claudio Bley

Results 141 comments of Claudio Bley

Rejecting an invalid request sounds reasonable to me. What's your suggestion?

Hi. I am using prettier in my pre-commit-hook using the php plugin, and I am also using the end-of-file hook which ensures every file ends with a newline and that...

Hi @sgowroji, is there anything we should do / change with this PR to get it merged?

> I think you should check [this](https://github.com/go-swagger/go-swagger/issues/581) out @ThreadedStream That does not help at all. The issue you referred to is about using bounds that overflow int64 values. In my...

@yanns FYI, the coverage upload fails with: ``` [error] java.lang.RuntimeException: could not find Codacy project token [error] at scala.sys.package$.error(package.scala:30) [error] at com.codacy.CodacyCoveragePlugin$.com$codacy$CodacyCoveragePlugin$$codacyCoverageCommand(CodacyCoveragePlugin.scala:94) [error] at com.codacy.CodacyCoveragePlugin$AutoImport$.$anonfun$baseSettings$1(CodacyCoveragePlugin.scala:31) [error] at com.codacy.CodacyCoveragePlugin$AutoImport$.$anonfun$baseSettings$1$adapted(CodacyCoveragePlugin.scala:23) [error] at...

> Ups, I might have deleted some tokens, thinking they were unused. I'll check that later. > Is it a blocker for you? No, it's not a blocker, only something...

> You are broadly correct -- the best option is to use `Json.parse(response.bodyAsBytes.toArray)` which does UTF-8/UTF-16 encoding detection correctly. Would it be feasible to avoid the Array[Byte] -> ByteString ->...

@wsargent Thanks for that valuable information. :+1: > Given that, I'm not sure why I would want to do an extra parse via Json.parse and then convert that back to...

MockWS is just passing in the method and the full URL to the partial function. There's nothing stopping you from inspecting the URL to your hearts content: ```scala def path(url:...

AFAICS, the working directory is also reported as dirty when you have untracked files. Is there a reason for that requirement? If not, I'd be willing to create a PR....