Emily Marigold Klassen
Emily Marigold Klassen
Yeah, my change was quick and dirty, I haven't polished it up for a PR.
rebuild is also failing for me. [](https://asciinema.org/a/UYE8QRtTvRQZwXMbM2JDYPunE) build log ``` ~/.vscode/extensions/hancel.serialport-helper-0.0.15/node_modules/@serialport/bindings ยป npx node-gyp rebuild --target=25.8.4 --arch=x64 --dist-url=https://electronjs.org/headers gyp info it worked if it ends with ok gyp info using...
I feel like it can be merged as-is, as long as you're fine with the option aliases. I also haven't checked your changes since, so if this needs conflict resolution,...
Oh yeah, improve the messages, that was the main thing to add
and to submit the typings to definitely typed
there's also the `nx-ignore-next-line` comment, which will remove the import from the dependency analysis; for example: https://github.com/forivall/nx-repro-local-plugin-issue/commit/341c145f011fa142744fbec86976cd1b86618a01 https://github.com/forivall/nx-repro-local-plugin-issue/blob/341c145f011fa142744fbec86976cd1b86618a01/packages/demo/src/lib/demo.ts#L2-L3
I came up with this workaround - i'm able to get away with it because i'm doing more of an integration test where i'm using a test helper and loading...
I think i'm having the same issue, except i'm primarily using it for ctrl+z. My current workaround is to use `kill -STOP $(pgrep -f 'nx run project:target:configuration')` from a different...
`dance.run` commands should be able to be annotated on whether it's an edit or a seek or a select, so that "repeat" commands can take that into consideration and repeat...