Gryhyphen
Gryhyphen
Running into this issue now, switching over from jspm to webpack in Aurelia/v1. Of course, there is going to be friction, but what I'm being told based on the info...
Unlikely I think. It's affecting all scss files. It seems to prefer module paths over relative paths. Rather uh, when relativeToFile runs, it seems to extract "app" from the file...
My aurelia-path version is 1.1.7, which seems to be the latest (at least according to au new). So my assumption is that this is a bug. This function shouldn't rely...
Yeah so I've verified that that I can resolve the issue by moving the /admintheme directory into the src/app directory. This solution isn't great, as it creates a large diff....
@bigopon I modified aurelia-path with a hack just to verify that changing the relativeToPath function would resolve my issues, and can confirm that it appears like there is a bug...
Still dealing with this issue. I have written a monkey patch on the loader loadText method to progress for now while I'm waiting for this to be fixed or for...
Re: MultiTenancy, Am investigating different workflow automation tools for work. Elsa looks pretty good but part of my evaluation is looking at aspects like multitenancy and project separation, which is...
Yeah uh, I've run into fun things like this. the tldr is that you need to patch it yourself, and it's a pain in the butt. My work around, I...
This runs contrary to other languages such as javascript where ```js const cool = { "colour": "blue" }; const apples = { "taste": "sweet" }; console.log(cool && apples); ``` returns...
Some further info, I've even moved completely away from a custom docker image and I'm still unable to build the container as a bookworm environment: my devcontainer.json ```json { "name":...