Alexey Raga
Alexey Raga
Hi! Currently `gsts` is capable of displaying roles that can be assumed for all the accounts. Do you think it'd be possible to also get accounts' aliases so that it'd...
Currently `gsts` interactively displays a list of roles to chose from when `--aws-role-arn` is not provided. For automation, it would be very helpful to get this list in non-interactive way...
Is there a way to set `_retry_on_conflict` for bulk insert? If not, that would be great to have it added.
This fails on mac ``` $ any-nix-shell --info-right | source /dev/stdin ERROR: wrong usage sed: illegal option -- r usage: sed script [-Ealn] [-i extension] [file ...] sed [-Ealn] [-i...
It looks like `Coverlet` misses the `inline` directive on F# functions and reports zero coverage for such functions and methods:  In this example above, many of the functions that...
Every time I open (or reload) a project it asks me to install Stack. Not even asks, it informs me that it _needs_ to. Which isn't true, because I don't...
I would like to know when one of my asserts failed and do something about it. For example: retryNSeconds 10 $ do a
Not sure if it is known or by design, but running a test with `recheck` is more than 10x slower than having the same test run. It feels strange knowing...
I have got it in a "production" code test suit and was not able to reproduce it yet (didn't dig deep either). Here is the exception: ``` System.Exception: The shrink...
I am using `KafkaFlow` with `SchemaRegistryAvroSerialiser`. I configure no handlers, and only `WhenNoHandlerFound` for the sake of an example. When consumer gets the message and reads its schema from Schema...