Bruno Inec
Bruno Inec
I was able to have something that compiles when adding this in the PKGBUILD before the `npm install`: `sed -i 's/"sqlite3": "^5.0.0",/"sqlite3": "5.0.0",/' package.json` However, when I launch the application,...
Yeah, it would be way easier indeed. Electron packages are apparently famously hard to package. I have no experience in nodejs let alone electron, but I can try to make...
So the problem seems to be specific to i3 because I tried your example with both xterm and dwm and it works fine. Only i3 poses problem. Thanks for helping...
Unfortunately it is not enough for my use case because at home I have yet another monitor for which I need another conf. Unless the most specific names takes precedence,...
> The first matching configuration will be picked, so specifying the home configuration first should work. It would be a good idea to document this behavior. In that case it's...
I just had the use case at work where we now have a second kind of monitor (with only slightly changing names), needing another configuration. With globbing I can solve...
Any update on this? A PR is ready to be merged, it seems to me that there are no obvious drawback for the flexibility it gives.
So, just to be clear, this is kind of a breaking change, right? Because they all used to share one network, now they have their own.
Okay yeah, that makes sense. It did work out pretty well for me, but I was confused by the fact that the network was the same for all.
@roberth Coming back to this, there seem to be a one-one relationship between the Arion project and the docker-compose project. I cannot have an Arion project with several docker-compose projects....