Jasmin Savard

Results 473 comments of Jasmin Savard

Appropriate task is to create a different SQL Dialect for SQL Server < 2016

At this point if you require more than 2100 content items, rendering those on a page might be quite expensive. Though, I'm guessing you want to have those for a...

If it is a breaking change then it needs to be a new module. Then, we could have both.

When debugging this tool while fixing it.

This is what I'm doing. dotnet run on the OrchardCoreContrib.PoExtractor folder but I get an exception when trying to execute extractpo ![image](https://github.com/OrchardCoreContrib/OrchardCoreContrib.PoExtractor/assets/3228637/6ed4d0d5-6dcf-447c-a81e-47d764d1f3de) So I need to install the extractor tool...

@hishamco What I'm trying to do here is execute `extractpo` inside a command.ps1 file. So, either I'm moving that command.ps1 file to the repository folder or I need to reinstall...

Nothing that comes with the source code here. It is a custom script that I wrote that uses Google Translate to generate PO files for each cultures with translated strings....

I will share it at some point in a different PR but that's not the point. The issue is that when you are running the solution it doesn't register the...

That would not work because the string would still be there in Orchard Core? It would try to still find a string that has that \r\n `@S["Something\r\n"] ` If you...