Asad Saeeduddin

Results 44 issues of Asad Saeeduddin

Hi there. After running `niv init` today, I get the following code in my `nix/sources.nix`: ``` # This file has been generated by Niv. # A record, from name to...

enhancement

I keep getting errors about `xyz is declared but not used`, which I want to keep because they are useful in the editor during development, but I don't want to...

It is often useful to be able to traverse a non-empty structure with respect to a functor that is not quite `Applicative`, but is nevertheless `Apply`. A common use case...

I have lots of other utilities that are constantly fiddling with my user PATH, and sometimes these utilities and scoop get into fights and wreck things. It'd be nice if...

enhancement

I have a task that needs to re-run whenever any tracked file in the entire folder changes (I use git to track what is a "tracked file"). I wanted to...

type: feature

Managed to crash the compiler with the following code (please don't ask what I'm doing): ```purescript module Nat where import Prelude import Data.Symbol (SProxy(..)) import Data.Unit (Unit) import Prim.Row (class...

type: bug
affects-v0.14.0

Hello. I recently installed the ttf version of scientifica and started using it in Konsole, but am noticing that some glyphs (the plus, times, boxtimes and arrow symbol from my...

Thank you for a very useful library. It's a bit late to bring this up I think, but I thought I'd open an issue anyway; it seems like the current...

enhancement

Hi there. Would you please consider renaming the `promap` method to `lens` (or something like this)? This implementation of `promap` does not appear to unify with the type signature for...