Shannon Deminick
Shannon Deminick
@nzdev any ideas on this one?
Yeah, I've not tried Smidge with v14. It clearly needs some updates and another major version.
There's plenty of UI in Articulate for the back office so that will need a big overhaul and I have no experience doing any UI stuff for Umbraco 14. If...
@gavinfaux yes!!!! That would be amazing. Basically most things all work, it's just there's a lot is UI components in articulate for the back office that all need to be...
The reason there was a custom md editor was to fix the old broken one. More than happy to use the new/existing one if it works.
Hi all, I've updated the title here to be more specific. We don't really care about v14 right now, but v15 we do. I've pushed a branch/PR which does 'build'...
@mistyn8 sorry for the super long delay here :/ File watchers will clear the underlying cached files. IIRC I think one of the original intents was to auto cache bust...
Yep that is fair. The challenge would be if the filewatcher changes the cache buster for that bundle, we'd need to validate the incoming cache buster value matches the actual...
Non static lambdas are just object instances and will allocate. NET does try to optimize this in many cases such as ConcurrentDictionary overloads like GetOrAdd allowing passing parameters in to...
Seems I have this mostly working by ensuring i don't have overlap of the same namespaces between projects in the code (but would still be nice to figure that part...