Jasmin Savard

Results 473 comments of Jasmin Savard

We need a Github background task to do a gc.collect on @hishamco PR's 😉 Just kidding 😄

Maybe I'm late and it is already fixed but why do we get a "view icon" when the action is "edit"? Should we not have an edit icon then? Because,...

I think we could close PR's that are too old and at least keep an issue related with it so that we can still see the reference. If a PR...

@piedone If you approved it's fine with me.

I think this file is no longer required when using Azure Blob Storage v2. The current implementation will require a refresh for supporting it. Media Gallery included.

Yes, we will need to run the tool locally to reformat everything at some point. We can also add a VS Code setting so that it be applied on saving...

Formatting with CSharpier will not be reformatted by Visual Studio afterward from what I've seen so far.

Would need to compare it with CSharpier. I believe it supports editorConfig too but maybe not the same way. Need to read documentation. I have nothing against dotnet-format I did...

Ok, took a look and tested dotnet-format. The difference is that CSharpier allows to configure a max-length per line which is what we want to achieve (to be able to...