Daniel Beardsley
Daniel Beardsley
This is pretty serious. This module effectively breaks the `process.exec()` function when used.
It seems quite odd to me to treat an Enum as a map. Generally, an enum is a human-readable and type-safe wrapper around some set of distinct values. You situation...
I think that tying any external code to the name of a local variable is a huge step backward in code safety / technical debt management, especially in instances where...
Can you be more explicit? I don't feel like the fact that you can use positional parameters in one place (the config) invalidates the desire to do it elsewhere. It...
Hi Shawn! I ran into the same thing, but I think it's even more odd. `@psalm-type, anything after the >` greater-than symbol is just straight-up ignored by the parser: https://psalm.dev/r/67abe4ae45
Not exactly. The tool I understand needs to be able to update commit statuses upon receiving a coverage log. But it seems like a lot of overreach to say that...
Thanks for listening. Every user on my team is a developer, but currently, to use your tool, we *all* have to give the tool commit status write access to *all*...
> Things are this way because we use a Github OAuth app for our integration with Github and, unfortunately, that **limits us to using the repo scope** This is stated...
> The point of this message is that the current metrics (response time of the last X connections) are not helpful and could be replaced by total response time. Yes...
> for a workaround you can use patch-package for now I think, Yeah, we started using `pnpm patch` and it seems to be working.