Guillaume Lacasa
Guillaume Lacasa
Starting with version 3.3.0, Mastodon now supports streaming several timelines in a single connection : https://github.com/tootsuite/mastodon/pull/14524 Mastonet still opens one connection per timeline, it should handle a single connection and...
When we add the scalar functions to the DbContext, the parameters name use `project.GetPropertyName(parameter)` instead of `project.GetParameterName(parameter)` https://github.com/hherzl/CatFactory.EntityFrameworkCore/blob/209d2b48e71c647bd82bba639184c9c5807d54ba/CatFactory.EntityFrameworkCore/Definitions/Extensions/DbContextClassBuilder.cs#L186
My current codebase use specific naming conventions, and the generated code can't match them because some of these rules are hardcoded in the `EntityFrameworkCoreProjectExtensions` class. If we replaced those extensions...
I would like to self-host this app with Docker, would you consider creating a Docker image ? I wanted to do it myself, so I created a Dockerfile : https://github.com/glacasa/SonosOneDriveServer/blob/dockerfile/Dockerfile...