Martin Hochel

Results 128 comments of Martin Hochel

> It looks like it's not possible to add support for this for clients that are on TypeScript 4.4 yet. Our TypeScript minbar is 3.9, and adding a template literal...

we are also running into this ATM I managed to make it work with these simple tweaks, it might be more complicated than that ... would be great to ship...

Same issue here, it's kinda deal breaker, as you cannot set values dynamically or imperatively. I'm currently implementing a data table which reflects state to URL via query params, everything...

After more detailed look on nx playwright code it looks like component testing with standard e2e is almost 1:1 besides few details: - import api used for pw config needs...

dropdown and tooltip are bit different UX patterns IMO so maybe if you need that copy / actionable functionality you should look for some different pattern instead of toolltip. anyways...

after running the initial release generator, I'd suggest to do that in separate PR as it's not a good practice to combine adding features with initial release. tip: also please...

> Yarn 4 and pnpm linker are not officially supported, as far as I know. cc: @Hotell every package manager is supported. we dont have any integration tests in place...

can we close this/verify that PR resolved the issue ?

> his indicates a problem with linker implementation in Yarn, yarn 4 or yarn-midgard ? is the same issue present with `pnpm` or they have it implemented correctly ?

@privatenumber thanks for creating this plugin ! we ran into the same issue. > The warning is actually inaccurate (TypeScript incompatibility) I'm wondering how does this relate to typescript incompatibility...