Shannon Deminick

Results 325 comments of Shannon Deminick
trafficstars

Ah quite interesting, yet another JSMin issue that we'll need to resolved (JSMin issues are never a fun thing to fix). I'll have a look when i find some time.

This `Html.RequiresJsBundle("customjs1")` just makes the current page dependent on the bundle, you'd still need to use Html.RenderJsHere to output the script tag, this task is about being able to output...

Yeah, probably something like `RenderJsBundleHere("customjs1")` This is more of a nice to have feature, generally `RenderJsHere` will do everything for you since it will render out all dependencies the correct...

The thing about this change though is that in theory it is a performance optimization. This change essentially means there is less code generation required because the actual change means...

I'm also randomly getting this error as well but we've been using PetaPoco extensively for a long time now and this is the first I've seen it. Any chance you...

My original PR was pulled in and fixed in NPoco (as above link) and then enhanced so would need to look at how it's done there. Also note, this is...

See https://github.com/umbraco/Umbraco-CMS/pull/10159#issuecomment-1251177259

I there were a method to bulk fetch members with IMemberManager than it could all work fine. The current problem is having to lookup individual members one at a time...

> @bjarnef is right, you usually load paged data, so performance shouldn't be an issue. I don't think you are following me here. The problem that exists in v8 is...