meyer
meyer
oh neat, i was about to write something that uses `type-at-pos` to augment flowts. it would be real handy for cleaning up the implicit anys that pop up during conversion.
@mark-lester I encountered this same sequelize behaviour in an unrelated project. Thanks for the helpful comment!
@noniq very cool, thanks for sharing. I had no idea the TextMate Ruby API was a thing.
If I get a sec this week I’ll give it a go. I’m currently evaluating karma replacements at the moment though, so this may end up falling through the cracks.
This is cool! Looks like there’s some cruft from a merge conflict but the additions look solid.
oooooooh, I like this approach.
@petehunt Sorry for the late reply. I accidentally closed the tab on a nice juicy reply ages ago and I’ve only now gotten around to re-typing it. All the bullet...
Unsolicited 2 cents: I think your fears might be assuaged by the beauty of opensource. What I mean: 1. There are lots of high-profile repos on personal accounts that are...
Sorry for the delay here, I took a look when this PR dropped but didn’t have a chance to write some thoughts down. The thoughts: - Sorry for the extremely...
from the [README](https://github.com/frenic/csstype#version-30): > - **TypeScript hack for autocompletion** Uses `(string & {})` for literal string unions and `(number & {})` for literal number unions ([related issue](https://github.com/microsoft/TypeScript/issues/29729)). Utilize `PropertyValue` to...