Michael Müller

Results 10 issues of Michael Müller

This PR adds [MergeBoard](https://mergeboard.com/) to the list of tools.

## Name of the extension you are adding SemanticDiff ## Why do you think this extension is awesome? The extension makes diffs easier to understand by removing noise such as...

SemanticDiff fails to generate a color palette for certain themes. This leads to an exception during the initialization of the webview and renders SemanticDiff unusable. The problem can be identified...

bug
vscode

As the title implies, this issue is about adding support for the Dockerfile format in SemanticDiff.

enhancement

SemanticDiff doesn't indicate any changes in JavaScript/TypeScript/TSX if the only difference is an [automatically inserted semicolon](https://262.ecma-international.org/5.1/#sec-7.9). ```javascript return 1 ``` vs. ```javascript return 1 ``` The second example is parsed...

bug

As the title implies, this issue is about adding support for the Vue SFC format in SemanticDiff.

enhancement

**Please react to this issue if you are interested in an extension for Visual Studio 2022 (not VS Code).** It helps us decide which editors/IDEs to support next.

enhancement

Separately on .tsx files, if you add a parent div which causes indentation changes inside the jsx, the diff will detect the added spaces as changes. It isn't something that...

The [YAML spec](https://yaml.org/spec/1.2.2/#chapter-8-block-style-productions) states that the final line break is part of a block scalar unless strip `-` is used as a chomping mode. The parser however treats the final...

help wanted

I would like to use wgpu-native to translate from webgpu to webgl2. The library seems to compile fine with `wasm32-unknown-emscripten` as target [^1], but there is no way to specify...