Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / denoland/deno_std issues and pull requests

#3739 - perf(streams): add single-character fast path for `DelimiterStream()`

Pull Request - State: closed - Opened by aapoalas 11 months ago
Labels: streams

#3738 - BREAKING: stabilise `std/http/methods`

Pull Request - State: closed - Opened by iuioiua 11 months ago - 4 comments
Labels: http

#3737 - BREAKING: remove deprecated `std/http/http_errors`

Pull Request - State: closed - Opened by iuioiua 11 months ago
Labels: http

#3736 - chore(http): remove `http/unstable_errors`

Pull Request - State: closed - Opened by iuioiua 11 months ago - 4 comments
Labels: http

#3735 - BREAKING: remove deprecated `std/collections` APIs

Pull Request - State: closed - Opened by iuioiua 11 months ago - 1 comment
Labels: testing, collections

#3734 - feat: `std/data_structures`

Pull Request - State: closed - Opened by iuioiua 11 months ago - 6 comments
Labels: testing, collections

#3733 - BREAKING: remove deprecated `std/wasi` module

Pull Request - State: closed - Opened by iuioiua 11 months ago
Labels: wasi

#3732 - BREAKING: deprecate `std/wasi`

Pull Request - State: closed - Opened by iuioiua 11 months ago
Labels: wasi

#3731 - docs: re-write README

Pull Request - State: closed - Opened by iuioiua 11 months ago

#3730 - chore(http): remove `iterateReader()` from `file_server_test.ts`

Pull Request - State: closed - Opened by lino-levan 11 months ago
Labels: http

#3729 - Add accumulator buffer to /std/bytes

Issue - State: closed - Opened by nhrones 11 months ago - 5 comments

#3727 - chore: replace deprecated `typeByExtension()` in `content_type.ts`

Pull Request - State: closed - Opened by 0scvr 11 months ago - 2 comments
Labels: media_types

#3726 - chore: remove deprecated `BytesList()` in `readDelim()`

Pull Request - State: closed - Opened by 0scvr 11 months ago - 1 comment
Labels: io

#3725 - chore: remove `readableStreamFromReader()` & `StringReader()` in CSV stream test

Pull Request - State: closed - Opened by 0scvr 11 months ago - 1 comment
Labels: csv

#3723 - refactor: cleanup `assertArg/s()`

Pull Request - State: closed - Opened by iuioiua 11 months ago - 1 comment
Labels: path

#3722 - refactor: remove unneeded `assertPath()`

Pull Request - State: closed - Opened by iuioiua 11 months ago - 2 comments
Labels: path

#3721 - docs(crypto): remove use of deprecated `toHashString()`

Pull Request - State: closed - Opened by lino-levan 11 months ago
Labels: crypto

#3720 - fix(async): Remove _exponentialBackoffWithJitter from public file

Pull Request - State: closed - Opened by lino-levan 12 months ago - 1 comment
Labels: async

#3718 - tracking: cleanup deprecated APIs

Issue - State: closed - Opened by iuioiua 12 months ago - 5 comments
Labels: good first issue

#3717 - fix: flaky `http/file_server.ts` tests

Pull Request - State: closed - Opened by iuioiua 12 months ago - 1 comment
Labels: http

#3715 - docs: separate contributing guidelines

Pull Request - State: closed - Opened by iuioiua 12 months ago

#3714 - suggestion: automatically delete branches once PR is merged

Issue - State: closed - Opened by iuioiua 12 months ago - 1 comment

#3713 - tracking: improve test coverage

Issue - State: open - Opened by iuioiua 12 months ago - 6 comments
Labels: good first issue

#3712 - test(csv): add workaround delay to reduce flakiness

Pull Request - State: closed - Opened by kt3k 12 months ago
Labels: csv

#3711 - BREAKING(path): split up glob into multiple files

Pull Request - State: closed - Opened by lino-levan 12 months ago - 4 comments
Labels: path

#3710 - chore: remove optional `std/console` tests

Pull Request - State: closed - Opened by iuioiua 12 months ago - 3 comments
Labels: console

#3709 - feat(semver): canParse

Pull Request - State: closed - Opened by lino-levan 12 months ago - 3 comments
Labels: semver

#3708 - chore: enable `--trace-ops` in tests

Pull Request - State: closed - Opened by iuioiua 12 months ago

#3707 - SemVer: Method returning boolean for validation

Issue - State: closed - Opened by timonson 12 months ago - 1 comment

#3706 - chore: add `check:types` task

Pull Request - State: closed - Opened by iuioiua 12 months ago - 5 comments

#3705 - chore: remove deprecated `restrictEnvAccessTo` option from `std/dotenv/load`

Pull Request - State: closed - Opened by iuioiua 12 months ago - 1 comment
Labels: dotenv

#3704 - chore: remove deprecated `std/csv` exports

Pull Request - State: closed - Opened by iuioiua 12 months ago
Labels: csv

#3703 - fix: leaky `cancel CsvParseStream during iteration does not leak file` test

Pull Request - State: closed - Opened by iuioiua 12 months ago - 2 comments
Labels: csv

#3702 - chore: update to `[email protected]` and `[email protected]`

Pull Request - State: closed - Opened by iuioiua 12 months ago
Labels: crypto

#3701 - docs: remove `@$STD_VERSION` references

Pull Request - State: closed - Opened by iuioiua 12 months ago - 6 comments
Labels: testing, async, http, wasi, fmt, csv, json, streams, fs, archive, bytes, collections, console, crypto, datetime, dotenv, encoding, flags, front_matter, html, io, jsonc, log, media_types, path, regexp, semver, signal, toml, uuid, yaml

#3700 - refactor: move unstable `std/collections` files

Pull Request - State: closed - Opened by iuioiua 12 months ago
Labels: testing, collections

#3699 - refactor: move unstable `std/crypto` files

Pull Request - State: closed - Opened by iuioiua 12 months ago
Labels: http, crypto

#3698 - fix(msgpack): encode huge objects #3696

Pull Request - State: closed - Opened by pavel-lechenko 12 months ago - 6 comments
Labels: bytes

#3697 - fix(msgpack): encode huge objects #3696

Pull Request - State: closed - Opened by pavel-lechenko 12 months ago - 2 comments
Labels: bytes

#3696 - msgpack.encode fails with `RangeError: Maximum call stack size exceeded` on big objects

Issue - State: closed - Opened by pavel-lechenko 12 months ago - 13 comments
Labels: bug, needs triage

#3695 - 0.204.0

Pull Request - State: closed - Opened by denobot 12 months ago

#3693 - proposal: replace `ServerSentEvent()` with `ServerSentEventStream()`

Issue - State: closed - Opened by lucacasonato 12 months ago - 4 comments
Labels: enhancement

#3691 - fix(http): file server with showDirListing + urlRoot

Pull Request - State: closed - Opened by lino-levan 12 months ago
Labels: http

#3690 - `serveDir` links are incorrect when `urlRoot` is set.

Issue - State: closed - Opened by jespertheend 12 months ago - 1 comment
Labels: bug, needs triage

#3689 - YAML stringify not support emoji flags.

Issue - State: open - Opened by arkxfly 12 months ago - 4 comments
Labels: bug, needs triage

#3688 - test(crypto): add regression test for re-export of native crypto.getRandomValues()

Pull Request - State: closed - Opened by jeremyBanks 12 months ago
Labels: crypto

#3687 - refactor: remove top-level arrow sytnax use

Pull Request - State: closed - Opened by iuioiua almost 1 year ago - 6 comments
Labels: fmt, crypto, encoding, yaml

#3686 - fix(archive/untar.ts): Cannot access symlinks in archives

Pull Request - State: closed - Opened by cwirving about 1 year ago - 1 comment
Labels: archive

#3685 - fix(assert): fix swapping of multiline str diff

Pull Request - State: closed - Opened by kt3k about 1 year ago

#3684 - Potential license issue

Issue - State: closed - Opened by proehlen about 1 year ago - 1 comment

#3683 - perf: Performance with `Promise.all()`

Pull Request - State: closed - Opened by sanjaiyan-dev about 1 year ago - 10 comments
Labels: http, fs

#3682 - perf base64url

Pull Request - State: closed - Opened by mimiMonads about 1 year ago - 4 comments
Labels: encoding

#3681 - Assert diff swaps actual and expected when comparing multiline strings

Issue - State: closed - Opened by marvinhagemeister about 1 year ago - 4 comments
Labels: bug

#3680 - Add BLAKE2B-128 hash algorithm

Pull Request - State: closed - Opened by quentinadam about 1 year ago
Labels: crypto

#3679 - feat(fs): introduce `canonicalize` option to `WalkOptions`

Pull Request - State: closed - Opened by powdream about 1 year ago - 12 comments
Labels: fs

#3678 - 0.203.0

Pull Request - State: closed - Opened by denobot about 1 year ago

#3677 - Bug in module hash/mod

Issue - State: closed - Opened by JoanaBLate about 1 year ago - 3 comments

#3676 - The log `FileHandler` did not write the log to the file

Issue - State: open - Opened by yi-huan about 1 year ago - 8 comments
Labels: bug, needs triage, log

#3674 - fix(semver): Add a necessary grouping

Pull Request - State: closed - Opened by futsuuu about 1 year ago - 2 comments
Labels: semver

#3673 - BREAKING(encoding): deprecate old encode/decode in hex.ts

Pull Request - State: closed - Opened by lino-levan about 1 year ago
Labels: encoding

#3672 - feat(fmt): add significantParts option to duration format

Pull Request - State: closed - Opened by ArmaanAS about 1 year ago - 8 comments
Labels: fmt

#3671 - chore(fmt): fix spelling of 'milliseconds'

Pull Request - State: closed - Opened by ArmaanAS about 1 year ago - 1 comment
Labels: fmt

#3668 - fix(datetime): fix dayOfYear when the timezone has DST

Pull Request - State: closed - Opened by kt3k about 1 year ago
Labels: datetime

#3667 - fix(datetime): Correctly format midnight in 12-hour time

Pull Request - State: closed - Opened by alexanderreiff about 1 year ago - 1 comment
Labels: datetime

#3666 - fix(encoding): add validation of the input types

Pull Request - State: closed - Opened by kt3k about 1 year ago - 2 comments
Labels: encoding

#3665 - Avoid internally using strings for numbers

Pull Request - State: closed - Opened by NotWoods about 1 year ago
Labels: http, streams

#3663 - BREAKING(collections): deprecate `groupBy()`

Pull Request - State: closed - Opened by NotWoods about 1 year ago - 4 comments
Labels: collections

#3662 - Accept readonly arrays in aggregateGroups, reduceGroups, zip

Pull Request - State: closed - Opened by NotWoods about 1 year ago - 1 comment
Labels: collections

#3661 - BREAKING(http): clean up module

Pull Request - State: closed - Opened by lino-levan about 1 year ago - 10 comments
Labels: http

#3660 - BREAKING(encoding): rename encode/decode to encodeFoo/decodeFoo

Pull Request - State: closed - Opened by lino-levan about 1 year ago - 2 comments
Labels: encoding

#3659 - dayOfYear test fails on my machine

Issue - State: closed - Opened by dsherret about 1 year ago - 1 comment
Labels: duplicate, needs triage

#3658 - Env tests are flaky when setting environment

Issue - State: closed - Opened by dsherret about 1 year ago - 3 comments
Labels: needs triage

#3657 - 0.202.0

Pull Request - State: closed - Opened by denobot about 1 year ago

#3656 - regexp.escape needs to escape leading digits

Issue - State: open - Opened by bakkot about 1 year ago
Labels: bug, needs help

#3655 - Clean up plan for `http` module

Issue - State: closed - Opened by kt3k about 1 year ago - 8 comments

#3654 - BREAKING(front_matter): deprecate language-specific `test` functions

Pull Request - State: closed - Opened by kt3k about 1 year ago - 1 comment
Labels: front_matter

#3653 - BREAKING(front_matter): deprecate default exports

Pull Request - State: closed - Opened by kt3k about 1 year ago - 1 comment
Labels: front_matter

#3652 - test(testing): use assert/mod.ts instead of testing/asserts.ts

Pull Request - State: closed - Opened by kt3k about 1 year ago - 1 comment
Labels: testing

#3651 - test(dotenv): await assertRejects

Pull Request - State: closed - Opened by kt3k about 1 year ago
Labels: dotenv

#3650 - Path split os modules - alternative

Pull Request - State: closed - Opened by jollytoad about 1 year ago
Labels: http, path

#3649 - refactor: split path into per-os modules

Pull Request - State: closed - Opened by jollytoad about 1 year ago - 7 comments
Labels: http, path

#3648 - test: resource leaks caused by aggressive sanitizer

Pull Request - State: closed - Opened by lucacasonato about 1 year ago
Labels: http

#3647 - test: fix resource leaks caused by upstream change

Pull Request - State: closed - Opened by kt3k about 1 year ago - 2 comments
Labels: http

#3646 - Rename `http_status.ts` and `http_errors.ts`

Issue - State: closed - Opened by lino-levan about 1 year ago - 1 comment

#3645 - [http/server_sent_event] Missing ServerSentEventStreamTarget ReadableStream "open" event listener

Issue - State: closed - Opened by adamatat about 1 year ago - 2 comments
Labels: bug, needs triage

#3644 - test: make dotenv/load_test.ts less flaky

Pull Request - State: closed - Opened by kt3k about 1 year ago - 1 comment
Labels: dotenv

#3643 - Proposal: deprecate `encode`/`decode`, instead introduce `encodeFoo/decodeFoo`

Issue - State: closed - Opened by kt3k about 1 year ago - 3 comments

#3642 - feat(encoding): add encodeHex, decodeHex

Pull Request - State: closed - Opened by kt3k about 1 year ago
Labels: encoding

#3641 - BREAKING(front_matter): deprecate Format enum, use union type instead

Pull Request - State: closed - Opened by kt3k about 1 year ago
Labels: front_matter

#3640 - BREAKING(streams): deprecate APIs based on legacy Reader/Writer interfaces

Pull Request - State: closed - Opened by kt3k about 1 year ago - 1 comment
Labels: streams

#3639 - test: dotenv/load_test.ts is flaky

Issue - State: closed - Opened by kt3k about 1 year ago

#3638 - fix(testing/time): fix FakeTime.next to return false if all timers are cleared

Pull Request - State: closed - Opened by Milly about 1 year ago
Labels: testing

#3637 - chore(path): update _os.ts

Pull Request - State: closed - Opened by lino-levan about 1 year ago
Labels: path