Roman
Roman
I think getting the reverse proxy to work correctly is not that easy without a possibility to tell lldap a base-path. In fact, I do not know a working nginx...
The idea is that in a larger team, anyone can approve in order to speed up the process. But to prevent "false" approves, just two people need to approve the...
That feature would be great. I had several problems (mostly with instable network connections) where re-create failed but the old container got deleted. Having this feature I could just copy...
I think one main distribution ways is now Docker Hub. See https://hub.docker.com/_/mongo-express/?tab=tags&page=1 for more recent Docker Images (latest stable seems to be 0.54 from October, 2021). So it is at...
We have a similar issue. With 1.2.6, the following did work: ``` MyWebApi .Routes() .ShouldMap(requestUrl) .WithHttpMethod(routesToActionMapPost.ContainsKey(routeActionPair.Key) ? HttpMethod.Post : HttpMethod.Get) .ToAction(routeActionPair.Value); ``` and now with 1.3.0 it fails with the...
I tried with using the dll instead of the csproj (`.\TestLibrary\bin\Debug\net5.0\TestLibrary.dll`) but with the same result, the config seems not to be loaded.
Also specifying a function for a double click would be great as Windows users expect the application to show when the tray icon is double-clicked in most cases.
I think splitting it would be a good idea. Often only the user and bash or zsh configuration is needed and not all the other stuff (eg. git is also...
Yes of course. Whatever is best for the project. Just tell me what needs to be done.
> @Roemer would it work for M1 macs / ARM based dev environments if the AMD64 in the Node download was replaced with a `$(dpkg --print-architecture)` ? I changed to...