Paul Brauner

Results 12 issues of Paul Brauner

I might be wrong but it seems to me the implemented algorithm (both for the 2d and generalized version) is not A*: a neighbor's tentative score should not only be...

Hello, `prop_references_parallel` fails to fail on my machine unless I add a `threadDelay` in `incRef`: ``` execute (IncRef ref) = do x

It would be great if gogol would support Haxl out of the box. I see that it relies in part on servant, and I see that [servant-haxl-client](http://hackage.haskell.org/package/servant-haxl-client) is a thing,...

enhancement

It would be nice if shout would spawn a service worker which would allow for notifications on chrome mobile. See [this stack overflow answer](http://stackoverflow.com/a/31787926/357732) and [this PSA](https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/BygptYClroM) for details.

It would be great if in addition to rendering to text, clay could also "render" to something more structured. That way it could be used as a DSL for inline...

Would it make sense to support URL parameters? I've been using route with an app that used to do routing manually, sometimes using URL parameters. I want to maintain compatibility...

I think it would be nice to have an even less mirroring that would listen to the `app.model` signal for changes and apply diffs to the database. Very much like...

The following program seems to crash `eval-pdcfa-gc` (but not `eval-pdcfa-widen-gc`). ``` (define (fiblike N) (parse `((rec f (λ (x) (if0 x 1 (+ (f (- x 1)) (f (- x...

First, thanks a ton for this library, it saved me a great deal of time! I have a suggestion/feature request, but it's a bit fuzzy because I'm not sure what...

It would be cool if `new Rational(1, 1) >= 0` returned `true` instead of failing. Same for `+`, `-`, `*`, etc.