Noah Tye
Noah Tye
**The problem:** If the user's solution to a puzzle is a rank-0 tensor (eg, `tensor(6)`), running `make_test` results in a cryptic TypeError many levels deep in the SVG-rendering code. This...
Previously, arguments with spaces in them would get re-split before being passed to node. So, for instance, the following command: magic-ws -p "/path/to/project/*" node /path/to/bin.js --arg "with a space" would...
Abstract React components are not well-supported; Emmet doesn't seem to recognize nested tags inside attributes, because it uses HTML logic for parsing tags, and this only happens in JSX. Given...
VSCode Emmet plugin fails to run Wrap with abbreviation in this case, maybe because it thinks that you’re trying to wrap attribute and quote makes this attribute invalid: ```jsx export...