Colin de Roos

Results 52 issues of Colin de Roos

Original file: ```hs {-# LANGUAGE PackageImports #-} module Optics.External (module External) where -- Using PackageImports until https://github.com/commercialhaskell/stack/issues/5077 is solved import "optics" Optics as External ``` Floskell output: ```hs {-# LANGUAGE...

bug

I would like globally declared variables to be in scope for expansion in `include` paths. I know something similar was requested in https://github.com/go-task/task/issues/670 and rejected, but I'm specifically asking for...

Generate patterns for case expressions based on the type of the expression being matched. Fixes #157

needs-polish
abandoned

Hi, I am trying to use the `` container to control the animation of a component, but the animations snaps between start and end instead of actually animating. This seems...

Hi, I'm creating a component that behaves differently based on which side the pointer entered the component. I would like to use the `Hover` container for this, but I need...

I think it would be great to specify config overrides for certain files (like overrides in eslint and prettier). I don't think this should be implement in the `markdownlint` library,...

enhancement

Hi, some time ago, Quod Libet stopped working after a system update. I [asked on the forum of my distro](https://forum.garudalinux.org/t/quod-libet-fails-to-start/21299), but it seems to be working for other people, so...

discussion

* **OS version**: Darwin 21.4.0 * **Browser version**: Darwin 21.4.0 * **Extension version**: 2.0.7 ### 🐛 Describe the bug The list of integrations is not visible. ### Expected behaviour See...

bug

Hi, I'm getting a 0 exit code when trying to lint files with parse errors. Failing to parse seems like a failure to me, so I think it should exit...

A runtime error I encountered while playing around in the june version: 1. enter a conditional like `if x then y else z` 2. remove `then`, so it becomes `if...