Antoine Tremblay

Results 15 comments of 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...

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...