Mark Whitfeld

Results 120 comments of Mark Whitfeld

Should it reference itself in its dev dependencies?

@splincode no idea how that happened. Sorry @kyusupov33, I have added you back as a collaborator.

You could use the `DeepReadonly` typescript type (available since 2.8) to make this a design time check. ie. ```TS abstract onUpdate(current: DeepReadonly, updated: Partial): T; ``` potentially even: ```TS abstract...

Thank you for splitting this out. Happy to chat about API design if it helps. I added so many thoughts above ☝️

Oh man, I missed notifications about this. If you would like to discuss any ideas (relevant to my requests or not), I will always be willing to be a sounding...

According to the github docs, anyone with Triage access can apply or dismiss labels: https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels#applying-a-label ![image](https://user-images.githubusercontent.com/1948265/187299182-2170098f-1c3a-424c-889a-5318a42c7883.png) This could be a reasonable mechanism to achieve what we are looking for. Bundlemon...

I honestly think that requiring people to create a workflow is a great option. It gives you less to maintain and provides more flexibility for the user to implement what...

PS. I'm wondering what the security of exposing a command like this would be. For example if someone just copies those keys and runs it from their local machine then...