William Rusnack

Results 114 issues of William Rusnack

Currently, `margin :: Size a -> Size a -> Size a -> Size a -> Css` accepts 4 arguments. This makes it impossible to have `margin: auto`. margin would be...

no-issue-activity

It seems like there should be an error for when a type signature is nondeterministic. For example ```haskell ifVal :: (a -> Bool) -> b -> b -> a ->...

I have really started liking how the Rust Book works. I'm wondering if it is possible for learn you a haskell to become a living document and pull from here...

I am not seeing on obvious way to render the various types into a Byte String that I can send through a socket. How would I render the http version,...

Building executable 'hpack-convert' for hpack-convert-1.0.1.. on the commandline: error: [-Werror] -fcontext-stack=100 is deprecated: use -freduction-depth=100 instead -- While building package hpack-convert-1.0.1 using: /Users/williamrusnack/.stack/setup-exe-cache/x86_64-osx/Cabal-simple_mPHDZzAJ_3.0.1.0_ghc-8.8.2 --builddir=.stack-work/dist/x86_64-osx/Cabal-3.0.1.0 build lib:hpack-convert exe:hpack-convert --ghc-options " -fdiagnostics-color=always"...

I am trying to resolve a single module name conflict but would still like to make all the other modules available as well. Specifically, I have a local Prelude but...

type: enhancement

I'm sure that you have considered this but I think it would be nice to allow for a syntax that allows for variables. ```hamlet #{anotherPurscriptVariable} ``` ```purescript [ HH.div [...

closes #54