nodejs / modules

Node.js Modules Team
MIT License
413 stars 43 forks source link

Node.js Modules Team Meeting 2020-10-07 #557

Closed mhdawson closed 4 years ago

mhdawson commented 4 years ago

Time

UTC Wed 07-Oct-2020 19:00 (07:00 PM):

Timezone Date/Time
US / Pacific Wed 07-Oct-2020 12:00 (12:00 PM)
US / Mountain Wed 07-Oct-2020 13:00 (01:00 PM)
US / Central Wed 07-Oct-2020 14:00 (02:00 PM)
US / Eastern Wed 07-Oct-2020 15:00 (03:00 PM)
EU / Western Wed 07-Oct-2020 20:00 (08:00 PM)
EU / Central Wed 07-Oct-2020 21:00 (09:00 PM)
EU / Eastern Wed 07-Oct-2020 22:00 (10:00 PM)
Moscow Wed 07-Oct-2020 22:00 (10:00 PM)
Chennai Thu 08-Oct-2020 00:30 (12:30 AM)
Hangzhou Thu 08-Oct-2020 03:00 (03:00 AM)
Tokyo Thu 08-Oct-2020 04:00 (04:00 AM)
Sydney Thu 08-Oct-2020 06:00 (06:00 AM)

Or in your local time:

Links

Agenda

Extracted from modules-agenda labelled issues and pull requests from the nodejs org prior to the meeting.

nodejs/node

nodejs/modules

Invited

Observers/Guests

Notes

The agenda comes from issues labelled with modules-agenda across all of the repositories in the nodejs org. Please label any additional issues that should be on the agenda before the meeting starts.

Joining the meeting

watilde commented 4 years ago

I unfortunately cannot join this meeting because of the time for this time. Looking forward to hear back feedbacks on https://github.com/nodejs/node/pull/35477 from the team :)

DerekNonGeneric commented 4 years ago

I was not able to tune into this meeting, but have an interest in nodejs/node#34753.

Can someone link to the video or fill me in on what happened?

GeoffreyBooth commented 4 years ago

I was not able to tune into this meeting, but have an interest in nodejs/node#34753.

Can someone link to the video or fill me in on what happened?

We didn’t really discuss it, other than I gave a quick update. I mentioned that I had been talking with @jkrems about a design for implementing chaining, which led Jan to push nodejs/node#35524 which is WIP. That PR would solve nodejs/node#34753, and would be the prerequisite for chaining because all resolve hooks would need to run before all load hooks (i.e. you get a single URL from the chained resolve hooks, then get final source from the chained load hooks). I would love some help if you have spare time, as I haven’t been able to find much time to work on this stuff.