Marcus Ekwall

Results 25 comments of Marcus Ekwall

Even better would be if the plugin added it's entries at the top surrounded by comments. Then you could just do a search and replace when updating it and you...

Good idea, badly executed! ;) The point behind using h4 and p elements is because they are supposed to inherit styles from the rest of your page. If it looks...

Dan, your point is valid and I'm going to take it into consideration when overhauling the templating part of the plugin (add support for $.tmpl). We also need to find...

Passing in the full `AppModule` to `createApplicationContext` makes it twice as slow to start and can be problematic when dealing with database connectivity. I tweaked @Scrip7's workaround by passing in...

My above referenced pull request should solve this issue. At least it did it for me!

@asapach Did you try with my changes? Because I tried several times, and I never got `EPERM: operation not permitted, rename` with my changes while getting it every time without.

This is still an issue. @nxrighthere, why did you close this? Edit: Thanks for reopening 👍

I removed pulseaudio from `dev_setup.sh` and I could install Mycroft and it works out-of-the-box with pipewire. Note that I'm on Archlinux, but should work fine with other distros as well....

Any ideas on how to best solve this? I'm trying to get this plugin to work with `serverless-nextjs-plugin` but getting resource id conflicts when I try to deploy a second...

@Enase Thanks, but some of the resources are generated by another plugin, so I don't have control over their resource ids.