Chris Krycho
Chris Krycho
Just a typo – thank you! I’ll fix it in a bit!
Thanks! I’ll get these fixed this evening—really appreciate it!
Once you unzip the files, you'll need to run `volta.exe setup`, which will then create the rest of the files for you and I believe *should* also update your path!
Thanks for the report – I’ll update the README with more up to date info for contributors here sometime this week!
I think this *may* be related to #1744 – if any of you folks are up for running a special lots-of-extra-tracing build I just created, see #1784 and follow the...
Also, marking this as a duplicate of #1484 and closing it!
Thanks for filing this! > This could be implemented directly within Ember with little disruption, since it's unlikely existing code is passing an empty hash into `@query`. You might be...
The latest version of pulldown-cmark (0.11) supports this, although it requires [doing a bit of rewriting of the event stream](https://github.com/pulldown-cmark/pulldown-cmark/blob/master/pulldown-cmark/examples/footnote-rewrite.rs). The example linked there is pretty well-commented! To make it...
Ah, this is a quirky bit of English—the combination of the contraction with a slightly less common construction. It is saying “The code in the `if let block` is not...
This is a tricky one, but the terminology here is correct. If you try running the code you showed, it works just fine! [Here’s a playground][p1] which demonstrates that. (Also...