Emily

Results 86 issues of Emily

I found it useful to have pattern synonyms like these: https://github.com/aelve/cmark-patterns/blob/master/lib/CMark/Patterns.hs. Perhaps they could be added to `cmark` itself? (If not, I'm happy to keep them in my library.)

I am using Iosevka Etoile Web v3.2.2 in Chrome 83.0.4103.116 on macOS Catalina. This is how the word "initializing" looks in Iosevka: ![image](https://user-images.githubusercontent.com/1523306/86030784-9d1e4700-ba3d-11ea-8150-950be5bec7be.png) To my eye, `it` should be quite...

📐 Metrics

Let's try to derive `Arbitrary` for `Maybe`, but imported qualified from Prelude: ```haskell {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE TemplateHaskell #-} import Data.DeriveTH (derive, makeArbitrary) import qualified Prelude as P...

We need newer nixpkgs for Big Sur to work around an `ld` issue. However, the latest nixpkgs is too new and features alex 3.2.6. I have used a random commit...

Many company backends disable themselves when the user is editing a comment or a string. With company-tabnine, whenever I edit a comment, I get completion suggestions after every word. Is...

enhancement

Currently I manually run `closure-compiler all.js --compilation_level=ADVANCED_OPTIMIZATIONS --jscomp_off=checkVars --externs=all.js.externs > all.min.js` after compiling my project with Nix. Would it make sense to have a flag to do this automatically?

enhancement
Low Severity

Would be great if I could say `--input name=value` instead of having to create a file as per https://github.com/nektos/act/issues/332. I am using GitHub Actions for tasks like "deploy a certain...

kind/feature-request

Currently [`markupEscapeText`](https://hackage.haskell.org/package/gi-glib/docs/GI-GLib-Functions.html#v:markupEscapeText) has the following signature: ```haskell markupEscapeText :: (B.CallStack.HasCallStack, MonadIO m) => T.Text {- ^ /@text@/: some valid UTF-8 text -} -> Int64 {- ^ /@length@/: length of /@text@/...

gir-support-needed

feature request
have to think
type:feature

When only one of several branches has the given field, I can't use `field`: ``` • Not all constructors of the type TypeExpr contain a field named 'constraints'. The offending...