Rafał Krzewski
Rafał Krzewski
You can solve this by creating a custom `ResouceLoader` implementation (see https://github.com/asual/lesscss-engine/pull/32) that would take the search path as parameter constructor parameter and then pass it to `LessEngine` on initialization....
It occured to me that there's much simpler solution to your problem that will work out of the box with lesscss-engine 1.3.0. It seems to me that you simply got...
This can be implemented using the changes introduced with https://github.com/asual/lesscss-engine/pull/32 You need to override the default resource loading configuration by adding a variant of `ClasspathResourceLoader` that will check if the...
I believe the server side includes for JSF can be easily implemented using the changes introduced by my earlier contribution: https://github.com/asual/lesscss-engine/pull/32 What's need to be done: - create `com.asual.lesscss.loader.ResourceLoader` implementation...
https://microk8s.io/docs/services-and-ports document states that DNS entries for the server can be added to `/var/snap/microk8s/current/certs/csr.conf.template` and `microk8s refresh-certs` should be run afterwards. However, `microk8s refresh-certs` now requires `--cert` argument and I...
I also run into this problem, and after spending significant time of this I was able to find a workaround. I've observed that NFS volume was mounted successfully into the...
Are you using user namespace remapping? (https://docs.docker.com/edge/engine/reference/commandline/dockerd/#starting-the-daemon-with-user-namespaces-enabled) That would be my wild guess at where the unusually high UID/GID might be coming from. What is the UID of user elasticsearch...
Placing the actual parent module on the same directory tree level as it's child modules works well as far as building & deploying binaries goes, and is more convenient for...
You can put the bundle built from generated sources on the build path of your original bundle and use `Export-Package` / `Private-Package` to include the classes into the bundle you...
Hi @jelbourn is this issue still blocked on your side?