Phil Haack

Results 132 comments of Phil Haack

I got it working in my case. It was confusing because I couldn't find any documentation of the `/github/workspace` path. It's not mentioned anywhere. So when my containerized action said...

I have a markdown tag helper I wrote that doesn't do the `src` thing, but it does allow sanitized inline HTML (via an `allow-html` attribute). It also supports a `normalize-whitespace`...

https://github.com/DamianEdwards/TagHelperPack/pull/46 Done!

So if I understand correctly, this is in a loop within the console, right? In that case, I don't see any reason to change this code. You generally want to...

Was this addressed in #110?

@marandaneto yeah, looks like the flutter library isn't emitting the event in this scenario the same way that the other client SDKs do.

Thanks @lshaowei18. I rebased your PR into a new PR so the CI runs properly. See #34101

Hi! I don't think this is the correct solution as it removes the ability to "undo" the delete. Normally, when you delete, there's a toast at the bottom with a...

> I suspect it's because createCohortFormData returns a FormData object and deleteWithUndo spreads the object into a JSON payload and won't serialize as expected? Yeah, I think the other PR...

@hoppybunny Great job! The delete code is perfect. Would you mind moving the fix for #32599 into a separate pull request so I can review that separately.