5ulo

Results 11 comments of 5ulo

I've got the same error. The reason was I had empty area without coords at the end of all areas.. like this `` Be aware of that ;)

As @orestbida points the string needs to be decoded and fortunately you don't need to do that manually. `embedUrl: 'https://www.google.com/maps/embed/v1/place?key=API_KEY&q='+decodeURIComponent('{data-id}'),` edit: I tested it out and it does not work,...

Okay, so this is my very ugly solution how to make it work with Google Maps JS API together with iframemanager + cookieconsent plugin... very basic example: 1. initMap (must...

> I've solved this by creating a custom {{webRoot}} helper: Perfect! This was something I was looking for. I had to modify it a bit as I have multiple levels...

Thanks for the clue.. this is what I was looking for (includes also files in src's root dir: ```javascript entry: './src/!(assets|data|helpers|partials){,**/}*.hbs', ```

in v1.9.1 font files are still not copied to it's place. Using webpack. ``` @import "bootstrap-icons/font/bootstrap-icons"; $bootstrap-icons-font-dir: "../fonts"; ``` results in ``` Module not found: Error: Can't resolve '../fonts/"bootstrap-icons".woff2?8d200481aa7f02a2d63a331fc782cfaf' in...

I have the same problem right now. `addEventListener` called on Nav open isn't working for clicks and taps ``` Nav.on('open', function(e, settings) { let btn = document.getElementById('testMe'); btn.addEventListener('click', () =>...

So I found events are working when `removeOriginalNav: true` is set.

So the same is for any other events.. like `show.bs.dropdown` . The `removeOriginalNav: true` option doesn't help in this case. Any idea how to make those events working with hc-offcanvas-nav...

Same as you. I have to run play-with-mpv manually after every reboot.. It has something to do with python because after every boot is python asking for permission to be...