Simon Meskens

Results 80 comments of Simon Meskens

By default I mean that I already have a bunch of tweaks I run to make the two work together, but they feel hackish and default support (aka, putting a...

I think I'm the only one doing actual work with EB right now, I'll try to make a PR for that

Apple trees currently generate something like 2 stacks a day I think, that should probably be closer to something like 2 or 3 apples a day. Most of the growth...

For me this is a non-starter. I don't understand the need for namespacing after reading this whole issue, and I prefer the old proposal. I feel like this proposal has...

Depends on Microsoft/TypeScript#10715 There are issues with `{} | null | undefined`. Luckily it seems like that issue has a lot of traction.

https://github.com/Microsoft/TypeScript/pull/24439 It's coming

The documentation for `interface TypeProps` should mention that symbols are preferred

@tycho01 2.9 `keyof` supports symbols and numbers directly, from cursory testing, it handles TypeProps just fine.

First off, I converted most of the samples to proper tests now. They output TAP through `tape`, using a modified harness to enforce some form of type equality for the...

All examples now run on `npm test`, I cleaned up the test command, added preliminary support for testing the core library, no progress on linting yet.