David Smith

Results 41 issues of David Smith

# Steps to Reproduce Check ``` f : A -> A f a = let x = record { fieldA = 1 } a in ?x ``` # Expected Behavior...

``` GHC84 ### Failure in: 1:Round-trip tests:0:ghc710:20:Control.hs tests/Test/Common.hs:123 Control.hs ### Failure in: 1:Round-trip tests:0:ghc710:77:Internals.hs tests/Test/Common.hs:123 Internals.hs Cases: 1773 Tried: 1773 Errors: 0 Failures: 2 Counts {cases = 1773, tried =...

When I use the following request in google chrome, it shows me the payload that was sent correctly ``` clj (http/post (str host "/profiles/search") {:with-credentials? false :accept "application/edn" :edn-params {:query...

This looks awesome but please, we need some examples to get us started :-)

If a plugin causes a version range etc then `:pedantic? :abort` will abort the build however plugins are optional and can be global in profiles.clj. I don't necessarily want my...

Enhancement

Can you add this library to psc-package main package set https://github.com/purescript/psc-package

I tried the following: ``` sudo sysctl -w net.inet.ip.portrange.first=1025 sudo sysctl -w kern.maxfiles=4999999 sudo sysctl -w kern.maxfilesperproc=4999999 for i in `seq 200 230`; do sudo ifconfig lo0 alias 192.168.1.$i ;...

I have a case that I think is quite legitimate where I want to quickcheck an effectful function however I can't because https://github.com/purescript/purescript-quickcheck/blob/v5.0.0/src/Test/QuickCheck.purs#L97 uses the concrete `Gen` monad. My usecase...

status: needs more info

So sorry that this is all a bit of a mix but I want to get a PR open (in place of https://github.com/paf31/purescript-foreign-generic/pull/52 which I am closing) with everything we...

This pull request enables this project to be built with bazel using [rules_idris]() and the [smoke hill package set](https://github.com/shmish111/smoke-hill). More information about smoke hill can be found in [the readme](https://github.com/shmish111/smoke-hill)...