Rahul Manne

Results 6 issues of Rahul Manne

An issue is documented: https://github.com/haskell/haskell-language-server/issues/1601 The recommended solution is to use versions of haskell-language-server compiled by nix instead of using the pre-built libraries. I'm not sure if the issue is...

I followed the guide for getting started with flakes (https://input-output-hk.github.io/haskell.nix/tutorials/getting-started-flakes.html#scaffolding), and have a flake.nix: ``` { description = "haskell-reddit-image-browser's description"; inputs.haskellNix.url = "github:input-output-hk/haskell.nix"; inputs.nixpkgs.follows = "haskellNix/nixpkgs-unstable"; inputs.flake-utils.url = "github:numtide/flake-utils"; outputs...

help wanted
stack

### Describe the bug I'm not sure how many packages are impacted, but I can confirm that at least 1 package is missing from search. Direct link to the [search...

This doesn't add any tests or any new APIs that can be accessed, but this should at least allow people to get started with using Reddit's OAuth endpoint. This is...

### Steps to reproduce 1. Install komga 2. Set up komga behind an nginx proxy 3. `curl -u 'https:///opds/v1.2/books//path/'` (file path includes spaces / other special characters) 4. Observe the...

triage

### Steps to reproduce 1. Run komga with environment `LOGGING_LEVEL_ORG_GOTSON_KOMGA = "DEBUG";` and `SERVER_SERVLET_CONTEXT_PATH = "/komga";`. 2. `curl 'http://127.0.0.1:25600/komga/opds/v1.2/books'` ### Expected behavior There should be an `AuthenticationActivity` (/failed) event indicated...

triage