Parth Thakkar

Results 49 comments of Parth Thakkar

The problem is that the code makes a wrong assumption in line 291 of envelope.py (https://github.com/tomekwojcik/envelopes/blob/master/envelopes/envelope.py#L291). ``` python for part in self._parts: type_maj, type_min = part[0].split('/') # Small correction. See...

I'm stuck on this issue as well now! I tried poking around through the output windows in VSCode but didn't find anything noteworthy. How to debug what's wrong? [Edit] Just...

This seems to be happening because of Tornado rejecting large requests. Here's the relevant issue: https://github.com/tornadoweb/tornado/issues/2632 I think this can be fixed by sending the payload in HTTP body instead...

`java.home` has been deprecated recently. VSCode wants us to use 'java.jdt.ls.java.home' instead. As a result, I was not setting `java.home` in settings.json, and this extension kept giving `JAVA_HOME not set...

@Eskibear here's the error message I got when I saved a pom.xml file, or on clicking the "Dependencies" option in the maven toolbar. ``` Spawn {"command":"\"/home/parthdt2/apache-maven-3.8.4/bin/mvn\"","args":["-N","com.github.ferstl:depgraph-maven-plugin:3.3.1:graph","-DgraphFormat=text","-DshowDuplicates","-DshowConflicts","-DshowVersions","-DshowGroupIds","-DoutputDirectory=\"/home/parthdt2/.vscode-server/data/User/workspaceStorage/dea46b679bf34fed54910712a5990448/vscjava.vscode-maven\"","-DoutputFileName=\"044fa7c3c75de7b20913fb184edd5478.deps.txt\"","-f","\"/home/parthdt2/project/java_transformations/java_transformations/pom.xml\""]} The JAVA_HOME environment variable...

> you don't have the JAVA_HOME set in your zsh profile. But I _do_ have JAVA_HOME set in my zsh profile. I run `jabba use [email protected]` in the zshrc, and...

@coderick14 this is done, but not closing this for now because the way it's done currently needs to be documented. We'll create a wiki and have things documented there.

Let's just remove those stupid status codes, and simply use gRPC status codes. That seems to be the convention, and from what I see, the extra wrapped status codes in...

@gauthamk97 @PaiAkshay998

Integrate this with some log analysis tool or something like loggly/fluentd etc.