Tom Crockett

Results 56 comments of Tom Crockett

Your example is only an error when assigning an object literal with extra properties. In the general case, TypeScript's structural typing says that extra fields on an object are completely...

> @pelotom > Probably I'd like to work on this one. > Should it finally look like `Asteroid.check(obj, { strict: true })` ? > So we are adding options object...

Hey @justingrant, no objection to leaving this as an open issue for the sake of discussion. I share your desire to be able to just generate runtime validators from type...

Just wanted to mention that [`csstype`](https://github.com/frenic/csstype) is a project which generates CSS type definition files for TypeScript and Flow from the MDN data. It's now being used in the typings...

@rafa-as thank you for persisting in the face of everyone suggesting the same suboptimal solutions over and over again. This is a much-needed feature!

It's a cool idea, but this was created more as a proof of concept of what you could do if immutable (or cloneable) generators were supported natively (cf. [Burrido](https://github.com/pelotom/burrido)). Without...

Does this issue cover restoring the ability to have the tooltip follow the mouse as it moves? Currently it doesn't seem possible to do that with a `view.tooltip(...)` handler, because...