Leonardo Taglialegne

Results 84 issues of Leonardo Taglialegne

I think the package could use a `flipHorizontally`/`flipVertically` pair of functions. My use case is flipping an image (otherwise I'd need two versions of the same image, one normal and...

Talk about using map/andThen instead of custom

### Describe the bug I've used the `tauri-apps/tauri-action@v0` to automatically build the installer, but I get this error: ``` Finished release [optimized] target(s) in 2m 22s Info Target: x64 Signing...

type: bug
status: needs triage

Consider these two modules: ``` module LocalizedHtml exposing (Html, Language(..), div, text) import Html type Language = Italian | English type alias Html a = Language -> Html.Html a type...

bug
type inference

hfmt transforms,for example `(P.*)` into `(P .*)` which is wrong Example: ```haskell {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE PackageImports #-} module Hack ( mul ) where import qualified "base" Prelude...

Haddock uses inline comments inside the export list for separating sections. Hfmt misformats them into something that `haddock` chokes on. Example: ```haskell module Test ( -- * Heading foo )...

https://ellie-app.com/jmbS9XYrfJYa1 ```elm expr1 : Elm.Expression expr1 = let x = Elm.value { name = "x" , importFrom = [] , annotation = Nothing } in Elm.Op.or (Elm.Op.or x x) x...