Abhijit Sarkar

Results 123 issues of Abhijit Sarkar

``` ghc-options: - -XViewPatterns ``` > Warning: Instead of 'ghc-options: -XViewPatterns' use 'extensions: ViewPatterns' However, adding `extensions` field to `package.yaml` generates another warning: > WARNING: Ignoring unknown field "extensions" in...

> stack --version > Version 2.9.3 aarch64 ``` stack install eventlog2html Error: [S-4804] Stack failed to construct a build plan. While constructing the build plan, Stack encountered the following errors:...

The following function is part of a module. ``` type Trio = (Maybe Integer, String, String) parse :: String -> Trio parse text = (n, op, s) where pattern =...

It looks like `uses: mrkkrp/ormolu-action@v8` immediately starts executing `ormolu`. This is unexpected and rarely intended. I expected the action to simply setup Ormolu, and not do anything unless told. I...

feature-request

**Affects PMD Version:** 6.8.0 **Rule:** `MissingStaticMethodInNonInstantiatableClass` **Code Sample demonstrating the issue:** PMD flags the class with `MissingStaticMethodInNonInstantiatableClass` rule. ```java public final class Facets { private Facets() { } @Getter @Setter...

an:enhancement

One of the most commons asks while making a HTTP call is logging of request/response. How would you do that using the Java client, without ofcourse, logging it manually in...

Seems it can stickify posts and collections, what about pages? I didn't find any mention of that in the docs. Also, stickify collection doesn't seem to be working as described...

Vanilla resource `User` - ``` public class User implements Serializable { private static final long serialVersionUID = 262950482349139355L; @Id @GeneratedValue(strategy = GenerationType.AUTO) private Long id; @Column(name = "FIRST_NAME", nullable =...

process: waiting for feedback

README refers to hackage, hackage refers to itself, eventually, there's no usage instructions or tutorials for one to get started.

help-wanted
documentation

There's a section in the README that talks about versioning, but omits version compatibility. Please document what versioning scheme are you following (SEMVER?), and compatibility guarantees that you're willing to...