Andreas Mehlsen
Andreas Mehlsen
Hi Raslav! Thanks for opening this issue 👍 Some of the functionality you describe is already built. If you scroll to the bottom of the website and click the button...
That's a great idea! Will definitely look into it 👍
That's a brilliant idea 👍 I'll take a look at expanding the contribution guidelines later today! Kirupa looks like a great resource, thanks for the link. I'm also thinking about...
Thanks for opening this issue. Would you be able to elaborate to make it more constructive? Thanks! 👍
I will rename the issue to make it more constructive. I think it's fine to have a discussions whether W3Schools should be included or not. Here are some of the...
Hey Jonas, thanks a lot for opening this issue! I've actually already added this feature. If you scroll all the way to the bottom you'll find a "Sign in with...
Gotcha! Thanks for clarifying, sounds great, will reopen the issue 😊
Thanks for the PR! Before merging I will have to change how I deploy to Github pages. Will take a look at it this coming weekend.
I did implement a cleanup functionality that is run every minute when idle to avoid memory leaks. It can be found in https://github.com/andreasbm/lit-translate/blob/master/src/lib/cleanup.ts. I just added a test case for...
Great idea! I definitely think that lazy-loading strings on a per-feature basis should be encouraged. Currently it is actually possible to lazy-load strings, you can see an example on how...