Sam Khalandovsky
Sam Khalandovsky
VSCode version: 1.41.1 CodeSync version: 2.6.2 CodeSync log: ``` settings.ts 2020-02-08T21:56:56.234Z - Creating settings with internal settings.json path and external extensions.json path: /home/sam/.vscode/extensions/golf1052.code-sync-2.6.2/settings.json, extensions.json. ``` Issue: Every command executed results...
The user should be able to specify a problem-matcher so that when a build is executed, the output is integrated with VSCode's problem view, in the same way as can...
`config.hxx` currently uses compiler-specific warning suppression pragmas, such as [here](https://github.com/ukoethe/vigra/blob/aaaf44d240aebd0eb3539b6e105a19a984000d81/include/vigra/config.hxx#L166). This pollutes the build of anyone including this file who relies on the suppressed warnings, particularly for anyone also using...
Grist doesn't handle UTF-8 CSV files properly. # Minimal example - Copy the following into Google sheets: ``` Type,Status,Note Payment,Complete,💰 ``` - File->Download->CSV. You get a UTF-8 csv file. -...
Previously shapes were not correctly propagated, and rectangle nodes would show up as ellipses (the default shape). Adds logic to set the shape when we parse the svg.
Adds support for converting clusters. Basically just treats clusters as a kind of Node.