Kristjan ESPERANTO

Results 34 comments of Kristjan ESPERANTO

> FontAwesome 5 SVGs don't work out-the-box. I hacked it, though: Thanks! This works. :-)

This project is new to me, but I understand that this software will help you create a module. It is not a template in itself, it just contains one. If...

This tutorial is very good and I think it would be worth the effort to migrate to Vue3. Is there any progress here yet? :slightly_smiling_face:

There are some new things for me to learn from this tutorial, but it will be also a good opportunity to test your new version. I'll be happy to do...

Are the seven icons in the menu the only place where Font Awesome is used? If this is the case, we could replace Font Awesome with seven small svg files...

Did you already gzip this file? https://css-tricks.com/snippets/htaccess/active-gzip-compression/

Would it be a suitable solution if we only query the other locations at the highest zoom level? This could at least solve the performance problem.

> The fix does not work anymore with np++ 8.4.6 😢 The [fix](https://github.com/dail8859/ElasticTabstops/issues/31#issuecomment-12429748800) works with np++ 8.4.6 on my side.

You are trying to fetch a html file not a kml file. Try this: `fetch('https://raw.githubusercontent.com/fullfocusbtw1/123123123/main/UspihMapUa%20(1).kml')`

I created a PR #2750. Since `node-fetch` is [converted into an ES module](https://github.com/node-fetch/node-fetch/blob/HEAD/docs/v3-UPGRADE-GUIDE.md), a simple require statement no longer works. I also tested the `cross-fetch` module. It worked and I...