Rajat Khandelwal

Results 12 comments of Rajat Khandelwal

Builds have started failing now. ![image](https://user-images.githubusercontent.com/396205/116872643-e037e080-ac33-11eb-867a-0a1ef22b2af6.png) Reason: JFrog is sunsetting bintray. This is in effect since 1st May. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Hey @TheAntimist did you manage to get it to work?

Is it possible to treat such field as string, until jenkins fixes this issue?

Compression is a use case for my team as well. We have a kind of request response pattern over the websocket and sometimes our responses are large around 1 to...

No, this is not what I'm looking for This generates codes like ```scala def split(s: String) = s.split("\\n") def split(s: String) = s.split("\\t") ``` neither of which are what I...

Yes @gabrielmagno both solutions should work. Problem is, livy is an un-maintained project by now. * Last commit in maste was more than a year ago. * Livy hasn't been...

+1. Any plans to get this merged?

@kitbellew Why is this marked as "complete"? To answer your previous question > what is the definition of "dirty" in the context of generated code? We're using scala meta to...

> There's no obvious, clean, universal solution to this. If we think of it as black and white, then, of course, there is no clean solution. A pragmatic approach would...