Alexey Raga

Results 61 issues of 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...

enhancement

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: ![image](https://user-images.githubusercontent.com/1394391/133923541-93b1e6ee-fd62-48fa-90bb-2d2c3fae8a0f.png) In this example above, many of the functions that...

bug
fsharp
stale

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...

can-workaround
type: setup

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...

bug