Oliver Rivett-Carnac

Results 14 comments of Oliver Rivett-Carnac

Just ran across this, it seems if a test errors with a socket level error it does not recover, and therefore all the tests stop running. Even manually triggering tests...

I have made an implementation of assigning cards and custom fields via the GraphQL. I will have a look at maybe doing a PR or showing how I did it...

For custom columns it looks like you could possibly update the item after it is added to the project: https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects#updating-a-custom-text-number-or-date-field https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects#updating-a-single-select-field I managed to reproduce the desired behavior using GraphQL:...

We've began moving all our stuff over to System.Text.Json in .NET Core 3.1. Would be great to fully drop Newtonsoft, this library is one of the last few which still...

This happened when setting up an EKS cluster after using MiniKube. Removing the kube config works but seems like the AWS CLI should be more robust.

Hey, I was wondering if maybe it was a MySql related issue. This is why I tried MSSQL hoping for a better result. Unfortunately, as you can see it doesn't...

Do you have any feedback as this feature did not seem to work on MSSQL which is EF's primary database driver?

I have created a minimal example Link is https://github.com/OliverRC/QueryFutureIssue

Hi @JonathanMagnan [1] I ran SQL Server Profiler on my test project and I can verify I am seeing the same results as you from the trace ``` exec sp_executesql...

Looking at the MariaDB log: ``` SET GLOBAL general_log=1; SET GLOBAL log_output='TABLE'; SELECT * FROM mysql.general_log; ``` It looks like two separate queries | event\_time | user\_host | thread\_id |...