Jasmin Savard

Results 473 comments of Jasmin Savard

Seems like a legitimate fix. Need to know why we do a .Clear(); there. Maybe look at the commit history and see if there's some hint. Else, we might accept...

Well I looked at this proposed solution and while it works ; it's not the appropriate fix unfortunately.

The issue is about Priority of Admin Menus. If you are trying to override an existing Menu Item you need to set the Priority at least to 1 so that...

I can repro the issue with the Range and Spinner editors.

![image](https://user-images.githubusercontent.com/3228637/176518487-18ef16c1-fca1-4b3e-8949-2dbc1d082957.png) NoUiSlider also.

Ok, the issue is that the value passed when `CultureInfo.CurrentUICulture == "ar"` then a negative value is represented as "20-". Though, in javascript, the value is returned as "-20" which...

Just so you guys know. The Vue 3 media gallery PR already has everything for this. In fact, the current implementation doesn't have any thumbnails. It need to be added...

Vue 3 PR. Should rename it to Media Gallery Vue 3 https://github.com/OrchardCMS/OrchardCore/pull/14256 You can try a Blazor media app too. But I'm going to keep this Vue 3 app too....

It was a PR trying to migrate everything to Vue 3. Then I stripped down this PR in 3 different ones. I ended up adding support to Vue 3 in...