Reece Dunham

Results 196 comments of Reece Dunham

I don't think we can officially right now, you can always hack around it e.g. ```ts let a = true hooks.example.tap("MyPlugin", () => { if (!a) return console.log("still tapped") a...

We already migrated off tapable because it's codegen at runtime approach could be buggy, [this](https://github.com/thepeacockproject/Peacock/blob/v7/components/hooksImpl.ts) is what we're using rn

@refrogerator it’s available in the current stable builds already.

I think it would be best to switch to something lighter weight than winforms before merging would be best. Either that, or we’ll need to rethink our approach of committing...

@dhrumit9 I hear you, I don't know why it went inactive, but I just sent a request on the TS Discord for a DT maintainer to step in, hopefully they...

@jonschlinkert this is urgent, please merge when you can

I like this! I'd be willing to merge if nobody has any other feedback on the API design.

I think the place for that would be on the WIP plugin development guide on the website

Hi, it technically doesn't directly, however, you can pass it an async function and fetch a list of globs using http. There's a lot of discussion about this exact topic...

@dusanbobicic done, I also just published a new release to support Docusaurus v3.