-
I'm wondering how much it would take to bring a language server to Bluespec.
-
Maybe I just didn't notice it, but in my opinion this is a must have for anyone writing shell scripts. I know I can use System.Environment, perhaps Turtle should consider re-exporting it (or maybe onl…
-
I propose we enable a [`defer-errors-to-runtime`](https://gitlab.haskell.org/ghc/ghc/-/wikis/defer-errors-to-runtime)[^1] feature for using fsharp compilation output even when there are type checking …
-
Hi!
The following code draws 1000 checkboxes next to text fields. If a checkbox is selected, the text field shows the current mouse position. If it's unchecked, the text shows `"-"`. All checkboxes a…
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when nix doesn't do anything when I use "experimental features" such as nix flake or nix develop.
I always …
-
It would be interesting to manage infinite list of inputs.
The idea would be to present the inputs one by one to the user, until they are interrupted.
-
```
Although XMir is still under active development I think it would be beneficial
to have a place to track xmonad port to xmir - provided there are developers
interested in such an attempt.
```
Or…
-
I am shopping around for a Haskell replacement for `Gnu make` / `npm script`. How would I accomplish this with turtle? Also, how would it compare to [shake](http://shakebuild.com/manual)?
-
A pure update that does not request any fields in the results must be allowed. The following query fails to parse:
```
{SetResource(id:"1",resource:{resAge:20,resGender:"m"}){}}
```
-
Facebook has a rather intriguing [commit][1] in their Haddock repository which appears to allow parallelization of the Haddock build. It would be worth checking whether this can be folded upstream as …