mary marchini

Results 78 issues of mary marchini

- [x] Create `main` branch in this repository - [x] Set it as default branch - [x] Keep `canary` branch as we have today - [ ] Alternatively have a...

I'm trying to find a way for us to auto sync V8 dependencies without needing to [manually list them](https://github.com/nodejs/node-core-utils/blob/master/lib/update-v8/constants.js#L34-L81) and without having to manually parse the DEPS file. One idea...

Refs: https://github.com/nodejs/llnode/issues/245

author ready

[Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) is a set of commit message guidelines used by many projects. The main advantage of this instead of using the Node.js commit convention is tooling: Conventional Commit has...

meta

https://github.com/nodejs/llnode/runs/603630513?check_suite_focus=true Running on a local OS X machine which exhibits the same issues shows that lldb is failing to start a process and attach to it via `run`. This is...

Not sure if it will be possible since we have 2FA on npm, and we'd probably want to use the foundation's Node.js account on npm for that, but it's worth...

Similar to `v8 findrefs -n`, but it would take a property name and the value. This can help narrow down the search when there's a lot of objects, but we're...

Except for Node.js specific features (`v8 workqueue`), tests should work with d8 as well. Maybe they do, but I never tried it, so I'm opening this issue to investigate.

Some constants are expected to be missing in some versions, but they'll warn anyway. This is problematic because it pollutes the warnings, making it harder to know when a constant...