Philipp Middendorf

Results 24 issues of Philipp Middendorf

## Problem Description of problem here. - [x] I checked the issue tracker for existing issues about this problem. - [x] I'm using the latest version of hindent. Input haskell...

Is there a reason this option does not appear on ebal-execute?

feature-request

I have a `ListBox` with some children. Now I select a row in the `ListBox`, and press a button that changes the content of the selected row (say, by changing...

I've set up hie using `all-hies` on a NixOS system. Opening a Haskell file and explicitly invoking first `direnv-mode` and then `lsp` results in an error in `*hie::stderr*` saying it...

type: bug
os: nix
can-workaround
component: cabal-helper

**What is your question?** I have a Lark grammar that has the following production: ``` !inneroperator : "has" | "=" | "" | "=" | "!=" ``` (The whole grammar...

enhancement

I... - cloned the repository - `nix-shell ./ci.nix` - `spago init` - `spago test` Got the following ``` [info] Build succeeded. /bin/sh: node: command not found [error] Tests failed: exit...

We are using SDL_gpu successfully and the library seems pretty stable. Would you be opposed to doing an official release, maybe even with the version number 1.0? My team is...

I'm looking at the "more real world example" and am trying to adapt this to my needs. While doing that, I stumbled upon `RealtimeLogger`, which isn't explained and which also...

intern

Hi! In your readme, you write that if I'm in a git project, this will be used for the directory (instead of the current file's directory). This doesn't seem to...

I've got my `MenuProvider` set up as the root node of my application, just like the Readme says. However, when I close my app using the hardware "Home" button and...