Sébastien Ros

Results 1036 comments of Sébastien Ros

Tagged it for next triage because I think we can provide some feedback.

Thanks @DonaldDWebster for your work Closing in favor of https://github.com/OrchardCMS/OrchardCore/pull/17373

Current results: ``` | Total Bytes Written | 7,628,760 | ▃▆▇▇██████▄ | | Total Bytes Read | 194,513,114 | ▃▆▇▇██████▄ | | Max Command Rate | 0 | | |...

This is the issue in yessql: https://github.com/sebastienros/yessql/issues/531 The issue is in this query: ``` var tokens = (await _session.Query( token => token.CreationDate < threshold.UtcDateTime && ((token.Status != Statuses.Inactive && token.Status...

> Tho if this is part of the liquid standard that's fine. Just thought I should mention it. It is part of the liquid standard ;) Was a shock to...

Thanks for the detailed explanation. > A single file change causes the entire codebase to recompile. Do you suggest the full dotnet app is compiled? Liquid templates are only interpreted...

Liquid views are not compiled. Only razor ones, and it has nothing to do with fluid. Have you tried the same report without calling AddFluid and other fluid apis? On...

Have you started the `crank-agent` tool before, and if so does it listen to port 5010 which you are using in the yml file? Also in the yaml file you...

The exception on aspnetcore builds is slightly different, I doubt it will help but in case someone looking looking for it: ``` System.Security.Cryptography.CryptographicException: There are no more endpoints available from...

Was this just for testing?