Alexey Kotlyarov

Results 24 issues of Alexey Kotlyarov

## Problem The constraints are lost when formatting with hindent. - [x] I checked the issue tracker for existing issues about this problem. - [x] I'm using the latest version...

``` {-#LANGUAGE NegativeLiterals #-} data Pair = Pair Int Int val :: Pair val = Pair 5 -6 ``` This is valid and parsed as `Pair 5 (-6)`, but hindent...

type: bug
priority: medium
component: haskell-src-exts

Minimal test case: ```haskell vals = do [ Just "looooooooooooooooooooooooooooooooooooooooooong" , Just "shoooooooooooooooooooooooooooooooooooooooooort" ] ``` Indented, this becomes: ```haskell vals = do [ Just "looooooooooooooooooooooooooooooooooooooooooong" , Just "shoooooooooooooooooooooooooooooooooooooooooort" ] ```...

type: bug
component: hindent
difficulty: medium

The following step: ``` gherkin Then I should see "A unicorn" ``` will match on an HTML: ``` html A unicorn ``` because even though none of the spans are...

* JamSpell requires SWIG version 3. * `python` Docker image is currently based on Debian 11 (bullseye). * Only SWIG 4 is available in Debian 11. This means installing JamSpell...

Python 3 is already used by gyp, and `python` binary is removed from e.g. macOS 13.2. Fixes #653

There is a `takeWhileEnd` and `dropWhileEnd`, but no `findIndexEnd`. Would be nice to have it for symmetry and convenience.

feature request

This command gives the tabular output with details: ``` $ bash -c 'ls -l' total 0 -rw-r--r--. 1 user user 0 Aug 5 17:23 a -rw-r--r--. 1 user user 0...

I have a case class with a lot of members that yields well to generating an `Arbitrary` instance using scalacheck-shapeless, but some individual field values I'd like to discard as...

Leaving the API Gateway stuff in as that only requires amazonka-core and is used in the examples and tests.