Stephan Troyer

Results 23 issues of Stephan Troyer

This is an approach to fix #38, to enable using this plugin in combination with eslint-plugin-prettier. This change modifies JSON code to be valid JS (by embedding it into a...

enhancement

Due to the json preprocessor [returning an empty string](https://github.com/azeemba/eslint-plugin-json/blob/1bbe2bcabb15733e5069844b24df598a20536e66/src/index.js#L115), one can't combine this plugin with eslint-plugin-prettier (prettier only gets an empty string to optimize) for JSON files. To me it...

enhancement
feature request

1. *Describe a problem.* When mixing different blocks, currently interaction with the toolbar is necessary. It would be nice if every block type could have a specific shortcode, with which...

feature
viewed

### Environment 1. `vscode-jest version`: 4.0.3 2. `node -v`: 14.15.1 3. `npm -v` or `yarn --version`: 1.22.5 4. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): 27.0.6...

In the course of the tutorial (before implementing login) the `Header` component is displayed without the local store being initialized. `localStorage.getItem('token')` therefore returns null, which, thanks to `atob` gets turned...

final code

Empty columns can be used for styling, like `` with `col` defining a border or background-color. In this case W009's are detected even though the "empty" column can't be replaced.

bug

On my Windows 10 (1909) PC, I have installed Python 3.8 through the Microsoft Store. Due to Python running partially sandboxed, access to [`%APPDATA%\jupyter`](https://github.com/jupyter/jupyter_core/blob/ac712354ec2c9377a290acca03a91712f991c889/jupyter_core/paths.py#L88) gets transparently redirected to `%LOCALAPPDATA%\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\Roaming\jupyter`. This...

bug
windows

### Describe the bug When packing a `FlipView` into a `StackPanel` and setting `FlipView.ItemsPanel` to a `StackPanel` (see reproduction details below), the app crashes when the bound `ItemsSource` changes, in...

bug
needs-author-feedback
team-Controls

In the Launcher plist file, the ampersands should be escaped.

With autoupdate enabled, the script fails to run since on newer systems there's only a `.zshrc` file, but not a `.bashrc`. ``` % /bin/sh -c "source ~/.bashrc && npx --yes...