Results 90 issues of Isaac Elliott

This seems to be the case for Obelisk's HTTP requester. Should it be true in general? Is this the right place to document it? Being explicit about this matters to...

**Is your feature request specific to Fourmolu?** - [x] Yes, this feature is not relevant to Ormolu **Describe the current + desired formatting** `record-brace-space` only applies to single-line record expressions....

Style improvement

This way I don't have to explicitly depend on `parsec` if I want to mention the `ParseError` type in my code. It is part of the `mustache` package's public API,...

## Problem 1 The type checker expects a closed variant when an open one will do. `test.ipso`: ``` test : (| Ok : (| Ok : String, r1 |), r2...

bug

`test.ipso`: ``` test : () test = comp let prefix = if x then "📁 " else "📄 " in ``` Output: ``` $ ipso test.ipso thread 'main' panicked at...

bug

`test.ipso`: ``` test_1 : String test_1 = "📁 📄 " test_2 : String test_2 = ~ ``` Expected output: ``` $ ipso --check test.ipso test.ipso:5:4: error: expected one of: constructor,...

bug

### URL(s) where the issue occurs `https://gitlab.com/LightAndLight/test-repo/-/merge_requests/1` ### Describe the issue Sidebar obscures main content ### Screenshot(s) `webannoyances` on: ![2024-12-20T14:20:21_scrot_2867x1825](https://github.com/user-attachments/assets/23fd0ecb-4ced-49fc-b7e3-8ba039d3f11d) `webannoyances` off: ![2024-12-20T14:21:19_scrot_2873x1831](https://github.com/user-attachments/assets/e6400c1f-f0d0-44c1-8400-3f2131230005) ### Versions - Browser & Version: Mozilla...

bug
filter updates

Example page: For each revision there are two links in the leftmost column (at the time of writing). The first is `-r4` (target: ), the second is `aeson-2.2.3.0-r4` (target: )....

``` $ hlint --version HLint v3.10, (C) Neil Mitchell 2006-2025 ``` Example: ``` module Test where test1 = if x then pure () else y test2 = if x then...

The following should be allowed: ``` # test.ipso main : IO () main = comp bind mondayDate

feature