Sébastien Ros
Sébastien Ros
> this session was not reused in this subsequent scopes Ideally this session should be disposed with the scope.
c.f. https://github.com/Stillpoint-Software/hyperbee.xs
The command might not use the same options (ambient values in the app, options, DI?). But would be idea if we could ignore these properties on the STJ side because...
Redis, Db, Email for sure because these are external services. The internal one (localization, content, ...) I don't know what would be "checked" because the app would not even work,...
@JamesNK don't bother if you are busy, will do it tomorrow otherwise
https://github.com/grpc/grpc-dotnet/pull/2502 I believe the change is too recent in the runtime to get a valid build in grpc-dotnet.
I am wondering if the issue is that the `ToStringValue() -> ToString()` is actually invoked when rendering an object directly. I checked in Ruby AND Javascript implementations of Liquid it...