Gary Burgess

Results 45 issues of Gary Burgess

Partially resolves #29 - no record-based sugar for it still, but it's still useful in this form. /cc @gabejohnson @kritzcreek

`Set`, `NonEmptySet`, `NonEmptyString`, `NonEmptyArray` come to mind.

I have a rough thing that works for this using an `# optionalProp` combinator rather than the record syntactic sugar, but would like to come up with a way that...

enhancement

I'm using `live-server` to serve static files and then have it proxying an API also, that API has a web socket endpoint, but it's unreachable at the moment as any...

While this repo isn't necessarily meant as a direct learning resource, it's still going to be the first thing some people encounter when trying to get hands-on with Halogen. Having...

enhancement

This seems like much more of an opinionated lint-y thing than the other warnings we throw out. There are definite valid reasons for wanting to shadow names - for example,...

question

It's not a huge problem, but doing this makes all foreign functions public regardless of whether they're exported or not.

type: bug
codegen
affects-v0.14.0

This was mentioned somewhere in the discussion about how to deal with `--dump-corefn`, etc. but the general ideal was the compiler could pick up the corefn and then perform JS...

type: enhancement