Craig Morten

Results 10 issues of Craig Morten

Implements majority `cluster` module for Node compat. Tests and full functionality not implemented owing to missing: - `process.send()` - `process.connected` Which are likely blocked by https://github.com/denoland/deno/pull/13566 so can be implemented...

The doc website currently only supports a limited subset of JSDocs tags and syntax, and the vibe is that there is much desire to maintain a larger set of support...

`@deprecated` tags are current written inline (newlines removed) to the docs. This issue proposes that deprecation messages should be placed on their own line. See https://doc-website-m9hog6kqk-denoland.vercel.app/https/raw.githubusercontent.com%2Fdenoland%2Fdeno_std%2F0fc3b2e75e73892a8f4310798584bf052ba34dd0%2Fhttp%2Fserver_legacy.ts as an example -...

# Issue ## Details Placeholder to consider support for the new Interaction to New Paint (INP) web vital. See https://web.dev/inp/. At the time of writing there are a couple of...

enhancement

```console $ deno --version deno 1.6.3 (release, x86_64-apple-darwin) v8 8.8.294 typescript 4.1.3 ``` I was attempting to import `rollup` in Deno and getting the following error: ```console $ deno run...

cli
design limitation

### Description Recently have observed (what appears to be) an increase in screen recordings showing as green on macos-12 runners where screen recordings taken using the `screencapture` CLI. This appears...

OS: macOS
investigate
bug report

### Describe the Bug There are a number of areas of the generated Allure report that are not considered accessible to all users under the [Web Content Accessibility Guidelines (WCAG)...

type:bug

**Is your feature request related to a problem? Please describe.** The testing library docs don’t currently include solid-testing-library. **Describe the solution you'd like** The testing library docs should include solid-testing-library,...

The following tests all have a missing comma resulting in test harness failure due to syntax error: - https://github.com/web-platform-tests/wpt/blob/master/core-aam/deletion-manual.html#L48 - https://github.com/web-platform-tests/wpt/blob/master/core-aam/insertion-manual.html#L48 - https://github.com/web-platform-tests/wpt/blob/master/core-aam/mark-manual.html#L48 - https://github.com/web-platform-tests/wpt/blob/master/core-aam/suggestion-manual.html#L42

Support `aria-busy` announcement. REF: https://w3c.github.io/aria/#aria-busy

feature
spec