Tom

Results 84 comments of Tom

I use this in the navbar. I populate the menu titles with js: ``` javascript var menuItems= [ { menu_title: mf('more-title'), menu_url: "/moreinfo" }, { menu_title: mf( 'other-title'), menu_url: "/otherpage"}...

``` console.log(mf('more-title')) more-title undefined ``` Ps - Tried to clarify example above a bit more

Your solution is the same. And no, it is not really breaking. What happens is as soon as we have `mf('more-title');` it takes that and ignores the `{{mf "more-title" "More...

Small bug... maybe. It seems `mf_extract -v` does not ignore javascript // comments. If behind // js code, it is parsed as well. That said, do I need\* mf_extract\* via...

Ok, sorry Gadi, I rebuilt same code on Cloudi9 and there I found bug as well. I got worried it was in my own dev ;) ![screenshot from 2015-07-06 21...

My pleasure. Let me know if I can help. Tom

Thanks:) Sure, the mfAll.js should be ok for now, but I am just bit concerned with the added attention to the build process. I suppose based on v2 new ideas...

I am not yet really up to the task, I am afraid... Hopefully I can learn more and be back with a Pull Request ))

My fan keeps running always when I have a USB-C -> Displayport cable connected... Sad... Still looking for solutions )

I did not yet have the time to step by step nail it down. So it's a bit too soon. I did create a script though to completely power down...