Gary Burgess

Results 45 issues of Gary Burgess

I'm not even sure this is possible in a sensible way, but @safareli brought it up as an idea, and it seems like a good one in theory.

enhancement

I need to come up with a small reproduction case for this, but as an example of the error: ``` Uncaught DOMException: Failed to set the 'value' property on 'HTMLInputElement':...

bug

There is the `maybe` in `Compat`, but I'd rather have it more explicitly called out in the places I need it. Also perhaps some kind of hybrid optional thing that...

enhancement

Resolves #823 The other way to resolve this would be to use `foreign import data` rather than nullary `data`, but the disadvantage of that is there's no way to name...

breaking change

That's gone since we fixed the render type to `HC.HTML`

bug
documentation

https://discourse.purescript.org/t/do-halogen-components-allow-recursion/3335/5

enhancement

If you're going to do this to prevent excessively long lines, do it like this: ``` purescript logShow :: forall a eff . Show a => a -> Eff (console...

This is the general principle with several of the other cases, but basically: don't indent based on the naming of things, so in functions do this kind of thing: ```...

If we add [`MonadGen`](https://github.com/purescript/purescript-gen) instances then Jack can easily be swapped with QC or SC for types that provide generators in terms of `MonadGen`. This also means libraries using `jack`...

For now I've updated the tests and whatnot to use the RCs, but once everything is properly released and we start updating dependants we can put the benchmarks back in...

type: housekeeping