Chris Eppstein
Chris Eppstein
The new multi-ruby support is nice, but if different environments don't use the same version then they don't share the gem cache. I think we should be able to specify...
Attributes from an xml namespace are not set in that namespace. I didn't test whether elements are. But the bottom line is I think this should work: ## Test Case...
`# ⭐️ My Fancy 💅 Heading` is assigned an anchor id of `-my-fancy--heading` but `markdown-toc` generates an id containing character escapes instead.
Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. #### Changes included in this PR - Changes to the following...
This project isn't a normal webpack integration. We need some folks who are great at webpack to help us upgrade and make sure our plugins are better integrated with the...
Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project.  #### Changes included in this PR - Changes to...
caused by the css shorthand expander. Changing the value to `0 0 auto` works around the issue.
We need a framework for runtime perf testing an ember application using tracerbench along with documentation for how to run the perf tests and get reliable numbers. Once this exists,...
If a syntax is missing in `preprocessors` but is present in `preprocessorsSync`, we should fall back to using the synchronous implementation instead of erroring out.
This changes the rewrite of css blocks to emit fewer arguments to the css-blocks helper. There's some preliminary perf results that show that argument passing, which invokes change tracking, is...