Results 65 comments of Matt Gordon

@gathogojr Here's my regional format settings: ![Regional Formats](https://user-images.githubusercontent.com/2860937/167731376-eb181859-b1bd-4a02-a036-863fe7d14034.PNG)

@gathogojr That is not my comment.. it is @xuzhg 's comment

Here you go.. ![Expanded](https://user-images.githubusercontent.com/2860937/168255862-e78ae3c4-c91a-4ec2-922b-59938910fe37.PNG)

Okay, so I was playing with the code and tried this: ``` foreach (IEdmStructuralProperty structuralProperty in structuralProperties) { if (structuralProperty.Type != null && structuralProperty.Type.IsStream()) { // skip the stream property,...

I am primarily interested with the frontend UI. However, having different methods of storage would be nice too. For example, the work done on the elFinder connector allows for the...

I am aware of your philosophy and agree with it entirely. I was not suggesting otherwise. Consistency is important. I was merely wondering whether it is at all possible to...

@trannamtrung1st No problem. You have done a lot already.. Let someone else take this, if they wish. Otherwise, I will try to see to this at some point in future....

Thanks for your pointing out a potential bug. Please fork this project, make the change to add multiple roots to demo the problem.. and comment here with the link to...

Hi there, As far as I am concerned, you can do whatever you want with it. However, as you stated, the original version is licensed under BSD. I can't answer...

I am also faced with this issue.. It's not only the users, but the roles which need to be multi-tenanted. What is the possibility of this being implemented?