Leon Grave
Leon Grave
There seems to be a total lack of (working) examples on the internet on how to test a service which depends on Http. Since I guess 90% of the services...
Added a type / name parameter to both Kubernetes create and delete parameters. I think the current parameters where generated, and these ones are special, since they don't start with...
### Description Currently there is a single Helm task. But between Helm versions 2 and 3, quite some major changes to the cli have been made. They are described here:...
Description =========== To avoid CPU overhead of deserializing messages that are not meant for the specific consumer, I would like to filter messages based on headers. But how do you...
When creating an update the following SQL is generated: ```sql DECLARE v_RowCount INTEGER; BEGIN UPDATE "MyTable" SET "Processed" = :p0, "Updated" = :p1 WHERE "Id" = :p2 AND "Type" =...
It would be handy to specify the output filename, currently it's only possible to select the output folder. (I guess since you can have more then 1 file). But when...
I'm at a company which uses these guidelines, but also uses SonarQube, a tool which is used more and more in CI / CD pipelines. It might be a good...
More recent Daikin AC's seem to ship with the BRP069C4x wifi modules. And they are cloud only. So in the current binding they are not supported as it uses the...
**Describe the question** Microsoft.VisualStudio.Azure.Fabric.MSBuild 1.7.7 was released with SF 9.1, but was recently unlisted from nuget.org, why? **To Reproduce** Steps to reproduce the behavior: 1. Go to 'https://www.nuget.org/packages/Microsoft.VisualStudio.Azure.Fabric.MSBuild/1.7.7)' 2. See...
I'm building a homebrew machine, without having an actual machine/playfield around. And while MPF and it's docs are of great help of getting the software part clear. I'm struggeling to...