William Rusnack

Results 114 issues of William Rusnack

Looking at the [Type-Classes](https://github.com/purescript/documentation/blob/master/language/Type-Classes.md) doc and I don't see anything about creating an instance with constraints.

There is a lot of overlap with number newtypes like Negative, Positive with QuickCheck. It would be nice to share those types between the various testing packages. Would you consider...

pr-welcome

Also installs the less package that is required for this extension to work properly

I had been able to use your tool but now I'm using npm5.4.2 on osx and the lessc is no longer installing the terminal command `lessc`

Trying to build this on openBSD and having problems with undeclared identifier 'LOCK_EX' and 'LOCK_UN'. Similar to #76 and #302. The `fix/FreeBSD-compile-error` branch seems to have been deleted. I tried...

stale

I am trying to customize the error messages received by the error handler because the provided message example is too long for my use case *The "dob" query parameter is...

It would be convient if StatusCodeException had the type ```haskell StatusCodeException (forall a. Response a) ByteString ``` so that the I do not have to void the response.

https://hackage.haskell.org/package/conduit/docs/Data-Conduit.html#t:Sink Deprecated: Use ConduitT directly

I have replaced the String type in the functions to use StringLike so that Text can easily be used as well as String.

The library is intermixing StringLike and String. Could it just use StringLike?