Miko

Results 43 comments of Miko
trafficstars

I liked the idea of this tool too, but it turns out it was usually wrong for me too, and I simply wanted the most recent result. It would be...

@cosmos72 thanks for the great project! Unfortunately I don't. But I was running it on a fresh copy of Linux Mint 20, and it didn't work without automake. I backed...

@tomingoglia I have the volume mapped but still get the permission issues. I see the owner of the directory in /var/lib/docker/volumes is www-data on my host at least. How did...

after a couple days, I haven't been able to get this docker-mautic image working. 2.15.1 wouldn't save my email settings, and 2.15.2 I can't even get to the dashboard. With...

This doesn't work with default exports for me. e.g. ``` import Visitor from "@swc/core/Visitor.js"; console.log('Visitor', Visitor); ``` prints: `Visitor { default: [class Visitor] }` @swc/core/Visitor looks like this: ``` "use...

> You might be able to import { default as Visitor } from … but default is a special member so that probably won't work. Tried that as well without...

@novemberborn Is this still relevant? Curious why it was removed from priorities. I'm considering doing a PR with a `cleanup` method for the API. I'm still struggling to have cleanup...

> I don't know @mikob, that was 3 years ago! 😄 Haha, fair enough! > Within the API that AVA provides there'll always be ways in which cleanup cannot occur....

This works for me with `NVM_LAZY_LOAD=true`. I had to find other places nvm was loading and take them out (e.g. `~/.zshenv`, `~/.profile`