Dominik Porada

Results 9 comments of Dominik Porada

@k-vyn, is there any ETA on that?

Since this repository is [open source](https://github.com/lyft/coloralgorithm/blob/3aae9b0f958db735b24b604ae3eb177859d4416f/package.json#L7), I don’t think you need explicit permission to publish a fork.

This also helps: ```css .element { transform: translate3d(0, 0, var(--zero, 0)); } ```

@gnapse — I’ve been using this custom matcher in my codebase and wanted to formalize it here. Based on past discussions, I believe you expressed interest in adding `toHaveTagName` at...

Questions that popped up to my mind while working on this: 1. Should we be more strict about array types? Technically `UnwrapPartial` will pass as `string[]`, but it doesn’t make...

Aside from the points mentioned above, this PR is ready for review. Once these changes are in, I’ll be happy to follow up with [another](https://github.com/sindresorhus/type-fest/issues/1294#issuecomment-3518038463) `Unwrap` type.

Thanks for chiming in. > `Required` is not the same as `UnwrapPartial`. You’re right. That said, there is still value in being able to revert the partial modifier. ### Use...

Good call, thanks. I’ll open the PR for `UnwrapPartial` first and then take a look at the other two. If I’m not mistaken, their definitions should end up looking almost...