Matej Lednicky

Results 54 comments of Matej Lednicky

I am sorry but I have no experience using Sveltekit and limited experience using Vite. Can you please provide a reproducible example for both cases - eg. a repo(s) we...

Hi @skinofstars Are you still experiencing an issue with this? I played around with your example. It looks like importing the embed lib like this works: ```js import * as...

Thats great to hear 🚀 Thanks for sharing!

I dont think we are able to determine if the translation was done manually or if it is an outdated translation. I'd suggest to only keep target locales you want...

Thank you for your reply. I believe you can use our [Glossary](https://lingo.dev/en/app/glossary) to set known translations. You can even upload translation memory (TMX) and CSV files if you have a...

PR looks good. Let's go with 5s debounce, as you have in your PR. Testing it locally now.

Sure @apsinghdev, thank you for your interest. And dont forget the test coverage, please ;)

Hello @TommyBacco @FranRom how do you define your `ref`? When i define it like this it works for me: ```js const ref = useRef(); ``` There are no TS errors...

Actually you are right. I was building my test project [via vite](https://vitejs.dev/guide/features#transpile-only). When I build with `tsc --build` the typescript did complain. It proved to be quite challenging to type...

Sure @VAIBHAVSING , your contributions are always welcome 💯