James Forbes

Results 67 comments of James Forbes

@SimonRichardson also I can't act on your request I'm not a member.

@michaelficarra Thank you for the advice. There are a lot of helpful insights there that I think we can act upon. I apologise for mis-characterising the committee themselves. My previous...

@SimonRichardson @rpominov So which way should we go? A repo for tc39 discussions, or a general forum repo for discussions not directly related to any particular project?

@rpominov @SimonRichardson could either of you create the discussion repo? I don't have sufficient permissions.

Sounds good, I think it will be straightforward but always good to test in another repo.

> @JAForbes the pr action failed here, not sure what happens or if I can re-run it safely... Re-ran it and passed. I've seen it before and raised it with...

pr-release tries very hard to not require special formatting, so the contributor can do whatever they like in the feature PR description. So definitely proceed in removing it. It will...

One of my favourite things about mithril is when my code crashes, the stack trace is very short and mostly my code. I can step through it, and there's no...

Yep the default behaviour is to write to docs/changelog.md and it simply prepends to the existing file. The path is specified in the merge yml [link](https://github.com/MithrilJS/mithril.js/blob/e9a365c15032d1d5e13849bae75980bbd4ff4ee2/.github/workflows/merge.yml#L33) `--changelog ./docs/recent-changes.md` Needs to...