Jonathan Felchlin

Results 30 comments of Jonathan Felchlin

I'm curious, what is the reason for unrefing the server process? It appears every time I run babel I end up with an orphan server process.

I'm having the same issue. In the console I see the following error, which suggests `atom-hg` is using `project_1`'s root path for all projects. ``` hg-utils.coffee [sm]:305 Mercurial hg-utils Error:...

I know it's a pretty low priority change, but it would be nice to see this merged, if possible.

I'm seeing this same thing. I paste a large block of markdown with code blocks and the indentation for code blocks is completely gone. There also seems to be extra...

It looks like this only happens when pasting from an editor that loads the clipboard with html formatted code. Specifically, I see this when copy/pasting from VSCode. When pasting this...

It’s fixed by https://github.com/benweet/stackedit/pull/1401, just needs to be merged

Is there anything I can do to help get this merged?

I'm sure you're all pretty busy, but it would be nice to see this and https://github.com/FormidableLabs/enzyme-matchers/pull/337 merged, if possible.

Here's a diff of jest-environment-jsdom between v24.9.0 and v26.5.2, if that's helpful. ```diff diff --git a/packages/jest-environment-jsdom/src/index.ts b/packages/jest-environment-jsdom/src/index.ts index 5e362f9244..bdd5eec277 100644 --- a/packages/jest-environment-jsdom/src/index.ts +++ b/packages/jest-environment-jsdom/src/index.ts @@ -5,12 +5,12 @@ * LICENSE...

Given that `hostNodes` was added in Enzyme v3.1, should there be some safeguards around the new marchers? What versions of Enzyme are officially supported?