Simon Fox

Results 19 comments of Simon Fox
trafficstars

Personally wouldn't use it, and prefer not to put that sort of thing in our templates.

> Do you meant you prefer not to have JSON.stringify(...)/Math.something(...) in your template? Yes. Just our preference to stick to properties in the template - we'd do anything like this...

@JeroenVinke sure, might be a couple of days away though @Thanood thank you for the detailed issue with repro :+1:

I've had a quick look at this, the SystemJS config for the materialize bundle is missing an entry for `aurelia-materialize-bridge` because that isn't actually a file that gets traced. The...

It works in the vendor bundle because that is loaded via a script tag so the wrapper module is evaluated before the attempt to load the plugin.

@JeroenVinke @Thanood this is a hairy one! The problem is in `materialize-css`. We are right on the edge of amodro/SystemJS compatibility here I think... I'm not sure the requirejs opitmizer...

@Thanood yeah that is the build that is causing the `Module not already loaded loading` error that @JeroenVinke raised. That error comes from [here in `SystemJS`](https://github.com/systemjs/systemjs/blob/master/dist/system.src.js#L2868) which suggests commonjs require....

We have just started to experience this issue after VS2022 17.9 upgrade. We're on .net8.0 and disabling accelerated builds works as a workaround ``` false ```

Reposting from developer community issue as this is probably a better place for the discussion... In my case I have projects A, B and C - all have an `appsettings.json`...