Antoine Tremblay
Antoine Tremblay
Note if you ever do this please check out: This GDB feature, that is made for that: (new in 7.12) * Support for running interpreters on specified input/output devices GDB...
We experienced this issue on go 1.16 also and worked-around it by building with: `go build -tags nethttpomithttp2`
Just curious does the fix work on windows too ? (not sure what the fix is ? like to PR ? ) Would it also fix the issue when the...
@gorkem Yeah unfortunately even using like: { "java.format.enabled": true, "java.saveActions.organizeImports": true, "java.format.onType.enabled": true, "java.format.settings.url": "https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml" } The style is still different than what I get when I run google-format-code :(
@snjeza Thanks but no luck it's like eclipse will format: Like this: ``` List someIds = foo.stream() .map(id -> Something.Func(ABC, id)) .collect(Collectors.toList()); ``` But google-format-code will do: ``` List someIds...
@gorkem The main problem is that there's a delay to between the save and reload of the formatted code in vscode. So if I save and continue to type then...
Indeed and having them doesn't mean you have to use them.
@li-boxuan will that be a problem also for a SparkComputer iterating over all edges for example ? I'm not sure if it's doing iteration differently?
It seems a bit weird that you have to click on a diagram to export it too...
Do you have another usage for double click ?