Nicholas Rayburn

Results 19 comments of Nicholas Rayburn

This is a development only problem, see https://github.com/facebook/create-react-app/issues/11174 for more info.

NPM 7 had some changes with peer dependencies, which might be some of the problem here. There is also a dependency somewhere deep in the tree that doesn't support node...

I believe everything is resolved for this PR, please let me know if something still needs work.

Fixed the build on this. Let me know if anything else needs to be done.

It looks like there are two issues with this. The editor intentionally [skips over selecting view zones](https://github.com/microsoft/vscode/blob/6ec6f9e3f4d17f0cef0480688a1f350b9141e567/src/vs/editor/browser/controller/mouseHandler.ts#L491), which is what the `original` text is inside. Even if you bypass the...

I found this [issue](https://github.com/microsoft/vscode/issues/8226) in the vscode repo, which is the same problem. Vscode added buttons that allowed copying the text, [example](https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_38.md#copy-and-revert-in-the-inline-diff-editor). While I don't like this as a final...

Just wanted to put a checklist of items to look at when updating a package that I have found so far. These won't apply for every repo, but they should...

Seems like using a timeout is a workaround. Updated sandbox, https://codesandbox.io/s/nostalgic-fermat-4eyjxr?file=/src/App.jsx

Should the other applicable CLI options also be exposed? This would allow using different options within the CLI and remaining consistent with the plugin. This would be beneficial when running...

- [x] Update workflow to use v4 tag.