Nick McCurdy

Results 346 comments of Nick McCurdy

Would it be possible to have the TypeScript code typechecked and compiled to the JavaScript code automatically to keep the types and both code examples in sync?

As far as I understand that's pretty much what `@babel/preset-typescript` does.

I'm also interested in enabling Discussions on more repositories now that it's publicly available. Do you think we'd still want to prioritize the Discord in that case? Personally I think...

This seems to be more of a tip than a recipe, though it is useful. How would you feel about editing the existing recipe to use this instead of the...

I was about to suggest this. Note that the [readme template](https://github.com/KyleAMathews/typefaces/blob/2eba31c862e4a77ac7c89936cf2acdb8c08bc35e/scripts/templates.js#L41-L91) would also need to be updated if the packages are still being published/maintained.

What's the current status of this? I heard someone mentioning Bootstrap 4 alpha support, but is the beta unsupported? Can we add this information to the readme for transparency and...

Could we have a flag to automatically enable Bootstrap 4 rules and disable Bootstrap 3 only rules for now? I would be able to more easily test Bootstrap 4 support...

Ah so they haven't been release yet? That's what I'm confused about.

Model validation: https://github.com/nickmccurdy/market/blob/master/app/models/player.rb#L3 Schema: https://github.com/nickmccurdy/market/blob/master/db/schema.rb