Raymond Zhao
Raymond Zhao
@wuzhiming if you're still using build-tools, have you tried cd-ing to the `.electron_build_tools/third_party/goma` directory, and then running `goma_auth.bat login` (if you need to log in) or `goma_ctl.bat status` (if you...
I tried converting more tests to use `assert_allclose` instead of `assert_almost_equals`, but an issue I've run into is that for scalars, `pytest.approx` doesn't work well when the original test had...
Is this PR ready to merge?
Bump. Also let me know if you need me to change more test files before this PR can be merged. Edit Dec 4: Closing this PR for now due to...
Closing since I noticed you already added a fix at https://github.com/emmetio/emmet/commit/5f8782bc84cd28169b11eb05ea05291d735d8ae9.
Reopening: `bg:n` still expands to `background: no-clip;` rather than `background: none`.
Which editor are you using? I confirmed it works on VS Code, but doesn't work on the sandbox (https://docs.emmet.io/). The snippet is also in the snippets file here https://github.com/emmetio/emmet/blob/master/snippets/html.json#L138.
It makes sense that raw snippets should be passed to the `expand()` function. However, the only time I see `parseSnippets()` being called is when defining `syntaxConfig` within `config.ts`. Therefore, a...
For text, wrap it in braces. For example, `{test}*5` works here https://docs.emmet.io/. It doesn't seem to work in VS Code, though.
Looks like I missed those lines. I'm using tedious with https://www.npmjs.com/package/@types/tedious because I noticed https://www.npmjs.com/package/tedious had a `DT` annotation.