David Archibald
David Archibald
**Context:** - Playwright Version: Version 1.24.2 - Operating System: Linux - Node.js version: v18.3.0 - Browser: Not Applicable (any) **Reproduction** Create project with: ``` yarn set version stable yarn create...
As the [README](https://github.com/redhat-developer/vscode-yaml/tree/c573966d923d107c4559ed72be6ec4ebf32a5e32#associating-schemas) says: > YAML Language support uses [JSON Schemas](https://json-schema.org/) to understand the shape of a YAML file, including its value sets, defaults and descriptions. The schema support is...
Fixes #30. The first commit are the manual changes and then I pushed two more commits; one for the results of `npm run build` and the other for the changes...
Removes the deprecation warning about parseQuery introduced by https://github.com/webpack/loader-utils/issues/56 and updates loader-utils.
### Issue overview I found out about this project and then recently happened to [read this interesting article](https://smallcultfollowing.com/babysteps/blog/2022/04/12/implied-bounds-and-perfect-derive/#psa-removing-bounds-not-always-semver-compliant) which included a note about an existing "semver hazard": > Interestingly, while...
### Describe the problem I found it surprising that the default typing for `$page` is `App.PageData & Record` and that refining it is so out of the way. I only...
**Describe the bug** If you use Yarn and try to use smui-theme it'll error like so: ``` Compiling SMUI Styles... /home/name/repoPath/.pnp.cjs:11831 Error.captureStackTrace(firstError); ^ Error: smui-theme tried to access @material/dom, but...
So `--go-type` is wonderful to selectively convert, for example, `_timestamptz=[]time.Time`. However it'd be great if there could be a flag to do this wholesale, otherwise the number of flags might...
### 🚀 Feature Proposal A way to substitute the simple incrementing number in snapshot files, e.g. `TestName - 1`, `TestName - 2`, etc. with a proper name. I'd be willing...
Hey! Thanks for the great tool! Saved me plenty of time already finding which PRs break my code. Anyways, I was running a bisect and I got this error `Unable...