Akshay Mankar

Results 58 issues of Akshay Mankar

``` $ dhall --explain

error messages

It seems they are not supported. The template haskell code just ignores them (except for `google.protobuf.Empty`).

bug
enhancement
help wanted
protobuf

Most of these nix files are generated using `./hack/bin/generate-nix-overrides.sh` and `./hack/bin/generate-local-nix-overrides.sh`. The `generate-nix-overrides.sh` script reads `pins.yaml` (Yes, I invented another YAML thing :cry:) and generates nix derivations using `cabal2nix` and...

not-ok-to-test

This is `HasSwagger UVerb ...` [defined here](https://github.com/haskell-servant/servant-swagger/blob/1909e44e965dca24cb1f5cee4b08c0781dfdbff6/src/Servant/Swagger/Internal.hs#L192-L204) ```haskell instance {-# OVERLAPPABLE #-} ( ToSchema a, HasStatus a, AllAccept cs, SwaggerMethod method, HasSwagger (UVerb method cs as) ) => HasSwagger (UVerb...

uverb

If someone wants to specify a branch override in the `out` params, they have to decide the name of the branch while writing the pipeline. Would it be possible to...

Currently haddock always puts the type of a record field in one line. This is good for most cases, but when looking at a Servant API, this may look a...

All s3 requests call [`s3vhost`](https://github.com/brendanhay/amazonka/blob/f73a957d05f64863e867cf39d0db260718f0fadd/lib/amazonka-core/src/Amazonka/Request.hs#L169-L194) after building the request. This moves the bucket name from the first segment in the path to the host name of the request URL. This...

bug

When a build produces more than 1 MB of log, I get this in the logs: ``` #5 848.2 [output clipped, log limit 1MiB reached] ``` This is very unhelpful...

Hedis loses connection to a redis cluster, if the redis cluster nodes change their IP addresses during a restart. ### How to reproduce the problem 1. Start haskell app which...

bug

## Is your enhancement request related to a problem? Please describe. When writing code like this: ```haskell instance FromJSON Foo ``` This produced an error about `Foo` not having an...

type: enhancement
component: hls-class-plugin