Edoardo Luppi

Results 460 comments of Edoardo Luppi
trafficstars

Is its deletion planned or still under consideration?

@hsz is this issue still relevant? If it is, is it documented somewhere? Edit: there is a note on the Grammar-Kit repository > Otherwise use [gradle-grammar-kit-plugin](https://github.com/JetBrains/gradle-grammar-kit-plugin) if the following limitations...

Wondering how logging is displayed in a Jenkins build console tho. Isn't it a bit messed up given how the output works?

@IGassmann hi! Heh, I have no idea if a plugin is able to communicate with a Node module and then retrieve a possbible "result". Natively supporting JS files is impossible...

@IGassmann the idea is good tho, so I'll keep the issue open. I can't give any estimate unfortunately. Need a pause from all the work I've done on Conventional Commit...

Personally I feel like the README should be geared towards Kotlin developers using the Kotlin repository. Documentation on what Kotlin is and what its benefits are is already under https://kotlinlang.org/docs/home.html...

@trotyl See this example. Spring `@RestController` handler method. ``` @GetMapping( path = "/export/xls", produces = MediaType.APPLICATION_OCTET_STREAM ) public ResponseEntity exportXls() { final var file = ....; final var httpHeaders =...

@trotyl I "temporary" solved by integrating a blob > string transformation. Do you think Angular will ever introduce the `responseTypeOnError` `HttpClient` option?

Still a problem in the latest version.