mary marchini

Results 80 issues of mary marchini

I use `git worktree` a lot, it would be nice if node-core-utils could identify when we're running commands on a worktree and look for `.ncu/` on the main worktree.

enhancement

So it's easier to know which tests are failing across all platforms. Something like: ``` ------------------------------- Failures Summary ------------------------------- Build failures: - win-vs2017 - cross-compiler-armv7-gcc-6 - osx1011 Test failures: -...

enhancement

Can be useful when a flaky tests is legitimately failing.

feature request

As title says, ncu-ci could (optionally) wait for a pending CI and send a desktop notification when it's finished, as well as outputting the result. Something like: ```console $ ncu-ci...

enhancement

We have 12 check suites today on Node.js, which means we're not retrieving all suites to check if they passed (well, after #469 lands). We're retrieving 100 commits for the...

Looking at our Pull Requests list, seems like we have six pull requests ready to land (with approvals), but I don't think it's clear who is allowed to land PRs...

Is that something we would be interested in? The tool is only (meant to be) used by collaborators anyway, and capturing some analytics as well as logs and errors could...

enhancement

`NodeRuntime.waitingForDebugger` is a new Inspector Protocol event that will fire when the process being inspected is waiting for the debugger (for example, when `inspector.waitForDebugger()` is called). This allows inspecting processes...

c++
lib / src
needs-ci

Write integration tests that use the library and use readelf/objdump/etc. to ensure that the generated file is correct.