shokurov

Results 3 issues of shokurov

As I see from the heml-elements/index.js there is no mechanism for plugging in additional components. That limits usability and, I believe, prevents real world use in large projects. I understand...

When trying to run sudolikeaboss I get a popup saying > Update the 1Password extension > The 1Password extension requires an update to continue working in sudolikeaboss. To update later,...

Here is the simple example showing the problem (even though it does not call SqlKata): ```c# [Fact] public void Dapper_WithSqlServerFailsWithRegularBinaryNullable() { // Arrange using var connection = new SqlConnection(Fixture.ConnectionString); connection.Open();...