Nicklas Laine Overgaard
Nicklas Laine Overgaard
Hi, the image pushed to dockerhub is pretty old and does therefore not contain the latest and greatest changes from localstack - we found your project because we have the...
### Description of change This PR exports the types added in PR #10234 - `QueryEvent` (`AfterQueryEvent`, `BeforeQueryEvent`) so that one can build subscribers that use the `before..` and `afterQuery` listeners....
executive does not signal errors / throw exceptions if the command one tries to execute does not exist. Simple repro: ```js const exec = require('executive'); const res = await exec(...
Hi I have just learnt that the official provider does not have support for configuring `Endpoints`, so I'm writing here in the hope that you might have the time and...
While working with #15 I discovered that it does not seem like this identity server integration has support for reference tokens? I would really love to have that "back-channel" communication...
This PR will - **refactor** `IVcs` provider to allow passing in a working directory - **update** `GitVcs` to use passed working directory - **add** covering test suite of GitVcs Closes...
Once in a while, I'm challenged by by PGP key entry, and I simply cannot enter the code fast enough before `dotnet version` bails out. It turns out that `GitVcs.LaunchGitWithArgs`...
Basically `-r|--recursive` which will then search from current directory and down, finding all csproj files, and update them to the same version. Suggestion to keep it simple at first is...
Look here: https://www.areilly.com/2017/04/21/command-line-argument-parsing-in-net-core-with-microsoft-extensions-commandlineutils/ The `CommandLineApplication` has `sub-command` support, and I guess that our different version bumps are actually sub-commands.
Meaning that if you run this in a folder where a `.sln` is present, parse the given solution to find all the csproj files, and then simply apply the specified...