Chaos

Results 13 comments of Chaos

Can you elaborate little more? I'm using endpoint routing in my private sandbox app [here](https://github.com/ChaosEngine/Dotnet-Playground/tree/identity-manager) in [this way](https://github.com/ChaosEngine/Dotnet-Playground/blob/5db275f40f0d7e904114fe9bdeabe22da2ada155/AspNetCore.ExistingDb/Startup.cs#L458)

When I find some free time I will might try to look into this.

Should be something like this for [TrivialUser]/[TrivialPass] combination ![image](https://user-images.githubusercontent.com/1271428/105895972-82817000-6016-11eb-9f5e-5db6031fcf0a.png)

FWIW: You can do this in `package.json` to enforce usage of clean-css-5.*: ``` "overrides": { "clean-css": ">=5.3.1" } ```

ebuild has landed some time in bugs.gentoo.org: https://bugs.gentoo.org/828478 I merely updated `app-containers/docker` dependency there. There is an `bgo-overlay` containing it but it looks dead to me.

Any news on this one? Still blocking build if output_http plugin is enabled ``` make[3]: Entering directory '/mnt/optane15GB/portage-tmp/portage/media-video/mjpg-streamer-0_pre20200524-r1/work/mjpg-streamer-85f89a8c321e799fabb1693c5d133f3fb48ee748/mjpg-streamer-experimental/_build' [ 68%] Building C object plugins/output_http/CMakeFiles/output_http.dir/httpd.c.o [ 72%] Building C object plugins/output_http/CMakeFiles/output_http.dir/output_http.c.o...

I'll try to help with Polish localization.

Ideas: - Custom migrations? - Differences between DB providers - Reverting migrations - changing primary keys on live data (yes!) and what to expect from it -> yes. another segway...

How does this approach sounds: 1. `dotnet tool install --global Pomelo.Extensions.Caching.MySqlConfig.Tools --version 2.2.0` 2. In Your project add this project reference: ``` ..\..\..\..\.dotnet\tools\.store\pomelo.extensions.caching.mysqlconfig.tools\2.2.0\pomelo.extensions.caching.mysqlconfig.tools\2.2.0\tools\net8.0\any\dotnet-mysql-cache.dll ``` meaning, reference the internal installed tool...