You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
another thing to note here is that codespaces are linux only. virtual machines are nearly trivial for linux guests too. windows and osx, on the other hand, are one or more of: surprisingly slow, annoying to setup, requires the host os to be the same as the guest.
another thing to note here is that codespaces are linux only...i wonder if we could use github actions for this?
that's what i was thinking too, and was attempting to describe above. i don't see codespaces as strictly necessary, but just as the easiest way to go from browser -> running the cli. then whatever gets created in a codespace would be run via a github action that would be similar to our ci.yml but with some extra debugging steps like cat debug.log, etc
darcyclarke
changed the title
Epic: enabling secure and friction-less reproducible bug reports
Epic(bugs): enabling secure and friction-less reproducible bug reports
Mar 23, 2022
darcyclarke
changed the title
Epic(bugs): enabling secure and friction-less reproducible bug reports
Epic: enabling secure and friction-less reproducible bug reports
Mar 23, 2022
darcyclarke
changed the title
Epic: enabling secure and friction-less reproducible bug reports
Epic: Enable secure, friction-less & reproducible bug reports
Mar 23, 2022
We want to accomplish two things:
Ideas
devcontainer.json
for codespace settingsnpx @npmcli/bug-report --npm 8.5.3 --node 16
?)Caveats
codespace
scope. Offloading this to non-member reporters might not be possibleThe text was updated successfully, but these errors were encountered: