Good First Issues
for notable web/networking rust repositories
4230 issues scanned, 53 good first issues found
denoland/deno
93.3K
Missing sys permission kinds for node ops
6/18/2024
buggood first issuepermissions
tracking: use primordials in Node compatibility layer
6/17/2024
good first issuenode compat
Links in cli documentation for deno run command need to be updated
6/7/2024
buggood first issue
suggestion: add breadcrumbs to `deno coverage --html` docs
5/3/2024
good first issuesuggestiontesting
Error.cause is not inspect-formatted when printed by console.log
4/17/2024
buggood first issueext/console
Confusing error message with missing `node_modules` dir and BYONM
4/16/2024
buggood first issuenode compat
Improve publish error message when package has missing version constraint
4/14/2024
good first issuefeatpublish
`deno add` - support `http:` and `https:` specifiers
4/3/2024
good first issuefeat
ci: auto cancel cargo publish workflow
4/1/2024
good first issuebuild
Closing stdin causes `prompt()` to output a newline, in contrast to `confirm()`
3/16/2024
buggood first issueruntime
Panic on `deno -h | grep "--env"`
3/12/2024
buggood first issue
Deno.errors.NotFound incomplete type (and maybe others)
3/8/2024
buggood first issuetypes
KvKeyPart types lists `symbol` as valid, this is not supported
3/3/2024
buggood first issueext/kvtypes
Ability to publish with a version specified as a CLI flag
3/1/2024
good first issuesuggestionpublish
deno publish not using jsr.json when deno.json exists
3/1/2024
buggood first issuepublishjsr
suggestion: improve `deno publish --dry-run` success message
2/6/2024
good first issuefeatpublish
"Deno.serve()" panics on Windows when using trying to use Unix socket
1/17/2024
buggood first issueext/http
Deno.listen() does not properly check the port parameter
1/11/2024
buggood first issuefeat
Panic when package.json in package contains some keys starting with `.` and some without
12/28/2023
buggood first issuenode compat
Support passing paths to `--watch` flag of `deno test`
12/26/2023
good first issuefeat
%f should use parseFloat()
12/1/2023
buggood first issue
%d and %i should use parseInt() all the time
12/1/2023
buggood first issue
feat: support passing directories to `deno check`
10/6/2023
good first issuefeatcli
deno test --reporter junit get incorrect testsuite.name when use deno_std/testing/bdd.ts
8/4/2023
buggood first issuehelp wantedtesting
Auto-update on environment var set
6/14/2023
good first issue
port remaining std/node unit test cases
2/21/2023
good first issuehelp wanted
Add watch mode for deno check
6/13/2022
good first issuefeathelp wanted--watch
ext/timers: add performance.clearResourceTimings()
2/6/2022
good first issuesuggestionhelp wanted