Artem Melnyk
Artem Melnyk
@zernonia Oh, okey then it seems like accessibility is all right. After checking the component source I found that we don't really make any tooltip position calculation until the tooltip...
I just noticed this pull request https://github.com/kenchris/urlpattern-polyfill/pull/111. I hope you will merge this soon.
@so1ve You can check the vue playground link. I will try to make a repo with reproduction today
@so1ve https://github.com/MellKam/vue-lsp-ts-bug/blob/main/src/App.vue
@so1ve Yeah, it seems that this result is correct from the point of view of typescript. It was a big discovery for me. I even found how to fool this...
@KermanX Thanks for explaination ❤️
I also encountered this problem. It would be very nice to be able to test local npm packages with deno
Can you just make a named export for `client` function? Because that's the only thing we can't get without using the default export. At the moment I'm doing something like...
In my opinion, the endpoints don't need much testing with mocks. What you wrote should be quite enough. I'm thinking about additionally making tests with real api without mocks. But,...
@smastrom Thanks for your investigation. That's really interesting, how the patch release can break whole library XDD