Jurriaan Wijnberg
Jurriaan Wijnberg
When resizing a column and `forceFitColumns=true` all columns always stick to the viewport 100%. The right most column's right border sticks to the viewport right border and a horizontal scrollbar...
On .Net 5 / MVC 5 + EF Core 5 when an controller action with `[EnableQuery]` returned an EF Core `IQuerable` which implemented `IAsyncEnumerable` the database call would be executed...
In our project we use Entity Framework Core 3.1 and throw when a synchronous DB call is detected (through a `DbCommandInterceptor`). When doing a `$count=true` the oData framework sets `request.ODataFeature().TotalCountFunc`...
rust-mdns uses SO_REUSEPORT option to bind to a port, that option isn't supported on kernels < 3.9. Many older devices can't be (easily) upgraded to a more recent kernel thereby...
To publish an image we use something like: ```yaml - uses: docker/build-push-action@v4 with: context: . push: true tags: | my-image: v0.0.1 ``` And we were pruning any untagged images with...
In .Net 7 annotations for basetype properties are only added to the last type. ### Assemblies affected Microsoft.OData.ModelBuilder 1.0.9 ### Reproduce steps This program throws `InvalidOperationException`, while it runs fine...