Joshua Crewe
Joshua Crewe
:wave: I found this issue and seen that there is not a lot of response. While I don't have anything super exciting to say, I did want to be more...
@moritzfl does using `-u` in the docker command work for you? ``` -u, --user="" Sets the username or UID used and optionally the groupname or GID for the specified command....
Using the user flag works for a one shot but when running the docker command using the cron it fails due to permission denied.
@antonijo01 that has been one of the most useful articles I have ever read. Thank you so much for sharing!
As part of a learning exercise I was able to write a vanilla webpack config to process some files which include css modules which does get compiled down. In this...
I can't really figure this out by trying to follow the thread. When using `mix.dump()` there is a lot of output but it looks like the localIdentName is being set...
OK. Well having put this one to bed as beyond me ... I did take another run at it. ```js // components/Preprocessor.js:76 importLoaders: + modules: { + localIdentName: this.context.config.cssModuleIdentifier ||...
I am pretty sure this is a bug with Laravel Mix in that you can't define what the CSSModuleIdentifier looks like on the other end. As a workaround I was...
I think I have the same issue on my machine. I didn't get as far a configuring optimus manager yet (I am trying to learn about how it all works...
I’d be interested in this too. Has anyone made a start on it? I’ll get to reading up on how it would be done. If anyone has a starting point...