Luan Mattner Müller
Luan Mattner Müller
@roji I'm having this problem right now using mapped enums, but have no idea why. My application have mapped enums, which are being set in an static constructor (within the...
Sorry, @roji. When I was trying to create the minimal code sample, the error wasn't occurring. And, then, I realized that, in my scenario, I've inserted a second `DbContext` in...
There are security errors in `@storybook/cli` package (in version 7, that is in beta) too: ```sh # npm audit report got =7.0.0-alpha.0 Depends on vulnerable versions of download-tarball node_modules/@storybook/cli http-cache-semantics
It seems, to me, that this API should be decoupled from the "page" or "contents" structure (in Electron it seems to be tightly coupled, which I think is a mistake...
Hello, @roji. Regarding this subject, how can I setup a multi-tenant strategy in Npgsql 7? I'm strugling here to do it, trying mixing Microsoft samples like [this one](https://github.com/dotnet/EntityFramework.Docs/blob/main/samples/core/Performance/AspNetContextPoolingWithState/Program.cs) and DbDataSource....
Thank you very much for the tips, @roji! I was able to address the issue for a common DbContext creation scenario: ```cs public class DataSourceRegistry { private readonly ILogger _logger;...
@NinoFloris thank you very much for the tips! I wasn't thinking about concurrency, indeed. It is really a good point. I will change to a `ConcurrentDictionary` for now, but will...
There is a real need of building it in newer GCC versions? I'm using a distro based on Ubuntu 22 and just can't use AppImage. @Adam- could you explain why...
Tested 2.7.3 and it works here. I think the thing with AppImage is this: the output is compiled linked (not statically) to the GCC version available in the build machine,...
@abextm 😢 Perhaps a solution to this is to [force the building machine use older GCC versions](https://stackoverflow.com/a/66177164), then?