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

#3636 - chore(_tools): update status towards stabilization

Pull Request - State: closed - Opened by kt3k 10 months ago - 2 comments

#3635 - chore(_tools): fix type errors in `_tools`

Pull Request - State: closed - Opened by kt3k 10 months ago

#3634 - fix(front_matter): Move exports to their own module

Pull Request - State: closed - Opened by JakeAve 10 months ago - 1 comment
Labels: front_matter

#3633 - BREAKING(datetime): deprecate to_imf.ts

Pull Request - State: closed - Opened by lino-levan 10 months ago - 1 comment
Labels: datetime

#3632 - fix(http/cookie): Remove dependency to `std/datetime`

Pull Request - State: closed - Opened by babiabeo 10 months ago - 2 comments
Labels: http

#3631 - feat(streams): to ArrayBuffer/Blob/Json/Text

Pull Request - State: closed - Opened by lino-levan 10 months ago - 1 comment
Labels: streams

#3630 - BREAKING(crypto): clean up module

Pull Request - State: closed - Opened by lino-levan 10 months ago - 1 comment
Labels: crypto

#3628 - BREAKING(collections): move RedBlackTree, BinarySearchTree, and BinaryHeap to 'unstable' subdir

Pull Request - State: closed - Opened by kt3k 10 months ago
Labels: testing, collections

#3627 - Feat: Add expect syntax by wrapping assert syntax

Pull Request - State: closed - Opened by Sorikairox 10 months ago - 5 comments
Labels: testing

#3626 - fix(assert/assert_false): Fix incorrect JSDoc placement

Pull Request - State: closed - Opened by hugoalh 10 months ago - 1 comment

#3625 - style(testing/snapshot): distinguish between singular and plural forms

Pull Request - State: closed - Opened by wafuwafu13 10 months ago
Labels: testing

#3624 - fix(http/cookie): Remove dependency to `std/datetime`

Pull Request - State: closed - Opened by babiabeo 10 months ago - 3 comments
Labels: http

#3623 - Remove dependency to `std/datetime` from `std/http/cookie`

Issue - State: closed - Opened by kt3k 10 months ago

#3622 - BREAKING(media_types): deprecate typeByExtension

Pull Request - State: closed - Opened by lino-levan 10 months ago
Labels: media_types

#3620 - chore(deps): bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago
Labels: dependencies

#3619 - chore(deps): bump hecrj/setup-rust-action from 1 to 2

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago
Labels: dependencies

#3618 - Clean up `crypto` module

Issue - State: closed - Opened by kt3k 10 months ago

#3617 - Clean up `encoding` module, part 2

Issue - State: closed - Opened by kt3k 10 months ago - 2 comments

#3616 - Clean up `media_types` module

Issue - State: closed - Opened by kt3k 10 months ago - 1 comment

#3615 - chore(_tools): update dependency graph output

Pull Request - State: closed - Opened by kt3k 10 months ago

#3614 - chore: update CODEOWNERS

Pull Request - State: closed - Opened by kt3k 10 months ago

#3613 - feat(path): add option os argument

Pull Request - State: closed - Opened by lino-levan 10 months ago - 1 comment
Labels: path

#3612 - test(http): reduce http server test flakiness

Pull Request - State: closed - Opened by kt3k 10 months ago
Labels: http

#3611 - Fix(streams): DelimiterStream regression

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

#3610 - [std/url] - Improve Url docs and add examples

Pull Request - State: closed - Opened by cknight 10 months ago

#3609 - `DelimiterStream` regression in 0.201.0, drops the first character of certain lines

Issue - State: closed - Opened by johnspurlock 10 months ago - 1 comment
Labels: bug

#3608 - feat(stripAnsiCode): escape erase character

Pull Request - State: closed - Opened by sigmaSd 10 months ago
Labels: fmt

#3607 - fix(std): Bug fixes for all std/url functions and new tests.

Pull Request - State: closed - Opened by tr1ckydev 10 months ago - 1 comment

#3606 - 0.201.0

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

#3605 - `encoding/hex` represents hexes as `Uint8Array`s

Issue - State: closed - Opened by tjjfvi 10 months ago - 11 comments

#3604 - Feedback on proposal: Deprecate std/dotenv

Issue - State: closed - Opened by cknight 10 months ago - 14 comments

#3603 - `bytes/equals` incorrectly handles subarrays

Issue - State: open - Opened by tjjfvi 10 months ago - 3 comments
Labels: bug

#3602 - BREAKING(csv): deprecate error message exports

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

#3601 - Clean up `front_matter` module

Issue - State: closed - Opened by kt3k 10 months ago - 3 comments

#3600 - Clean up platform specific APIs of `path` module

Issue - State: closed - Opened by kt3k 10 months ago - 23 comments

#3599 - Clean up `collections` module

Issue - State: closed - Opened by kt3k 10 months ago - 5 comments

#3598 - test(json): fix expectation of ConcatenatedJsonParseStream test

Pull Request - State: closed - Opened by kt3k 10 months ago
Labels: json

#3597 - chore(msgpack): get rid of testing/asserts usage

Pull Request - State: closed - Opened by lino-levan 10 months ago - 2 comments

#3596 - BREAKING(crypto): deprecate crypto.subtle.timingSafeEqual()

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

#3595 - fix(fmt): make printf respect NO_COLOR

Pull Request - State: closed - Opened by lino-levan 10 months ago
Labels: fmt

#3594 - Should we slow down deprecation/removal to support the usage in browsers?

Issue - State: closed - Opened by kt3k 10 months ago - 12 comments

#3593 - [std/archive] Improve docs and general code cleanup

Pull Request - State: closed - Opened by cknight 10 months ago - 7 comments
Labels: archive

#3592 - chore(async): remove unused file

Pull Request - State: closed - Opened by kt3k 10 months ago
Labels: async

#3591 - BREAKING(semver): remove deprecated APIs

Pull Request - State: closed - Opened by kt3k 10 months ago
Labels: semver

#3590 - test(http): reduce http test flakiness

Pull Request - State: closed - Opened by kt3k 10 months ago
Labels: http

#3589 - feat(bytes): Deprecate BytesList class

Pull Request - State: closed - Opened by aapoalas 10 months ago - 2 comments
Labels: streams, bytes

#3588 - BREAKING(fmt): rename stripColor to stripAnsiCode

Pull Request - State: closed - Opened by lino-levan 10 months ago - 1 comment
Labels: fmt

#3587 - streams: add APIs from stream-consumers

Issue - State: closed - Opened by kt3k 10 months ago - 2 comments

#3586 - BREAKING(yaml): change binary handling

Pull Request - State: closed - Opened by kt3k 10 months ago
Labels: yaml

#3585 - Remove dependency to `io` in `yaml`

Issue - State: closed - Opened by kt3k 10 months ago

#3584 - BREAKING(encoding): deprecate encoding/binary

Pull Request - State: closed - Opened by kt3k 10 months ago
Labels: encoding

#3583 - OS-normalized EOL

Issue - State: closed - Opened by Vandivier over 4 years ago - 16 comments

#3582 - feat(ulid): port /x/ulid module

Pull Request - State: closed - Opened by lino-levan 11 months ago - 20 comments

#3580 - rename stripColor to stripAnsi

Issue - State: closed - Opened by sigmaSd 11 months ago - 4 comments
Labels: bug, needs triage

#3579 - BREAKING(streams): remove readable_stream_from_iterable

Pull Request - State: closed - Opened by lino-levan 11 months ago - 1 comment
Labels: streams

#3578 - BREAKING(dotenv): Fix dot env permissions

Pull Request - State: closed - Opened by cknight 11 months ago - 2 comments
Labels: wasi, dotenv

#3577 - Properly quote/escape strings in assertIsError

Pull Request - State: closed - Opened by jeff-hykin 11 months ago

#3576 - chore(collections): remove warning from mod.ts

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

#3575 - [std/fmt/printf.ts] (s)printf doesn't honor NO_COLOR

Issue - State: closed - Opened by NiceGuyIT 11 months ago
Labels: bug

#3574 - chore: revert test fix temporarily

Pull Request - State: closed - Opened by mmastrac 11 months ago
Labels: json

#3573 - 0.200.0

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

#3572 - dotenv: do not read all env vars while expanding variables

Issue - State: closed - Opened by kt3k 11 months ago - 2 comments

#3571 - A fresh checkout results in failing tests?

Issue - State: closed - Opened by gaggle 11 months ago - 3 comments
Labels: bug, needs triage

#3570 - doc: improve dotenv config option description

Pull Request - State: closed - Opened by cknight 11 months ago
Labels: dotenv

#3569 - chore(_tools): check dependencies between submodules

Pull Request - State: closed - Opened by kt3k 11 months ago - 1 comment

#3568 - BREAKING(signal): deprecate signal module

Pull Request - State: closed - Opened by lino-levan 11 months ago - 2 comments
Labels: signal

#3567 - BREAKING(permissions): deprecate permissions module

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

#3566 - chore: cleanup usage of double equals

Pull Request - State: closed - Opened by lino-levan 11 months ago - 3 comments
Labels: testing, async, http, wasi, fmt, csv, streams, fs, archive, collections, console, datetime, dotenv, encoding, flags, io, log, media_types, path, semver, yaml

#3565 - dotenv: `restrictEnvAccessTo` is not respected when `export` option is true

Issue - State: closed - Opened by kt3k 11 months ago - 1 comment

#3564 - refactor(_util): remove `_util/os`

Pull Request - State: closed - Opened by kt3k 11 months ago
Labels: http, wasi, fs, path, signal

#3563 - refactor: move `_util/diff` to `assert/_diff`

Pull Request - State: closed - Opened by kt3k 11 months ago - 1 comment
Labels: testing

#3562 - Add back `check_circular_deps.ts` to `_tools/`

Issue - State: closed - Opened by kt3k 11 months ago - 7 comments

#3561 - [std/dotenv] - change .env.example to .env.required

Issue - State: open - Opened by cknight 11 months ago

#3560 - doc: add complete docs for all dotenv functionality

Pull Request - State: closed - Opened by cknight 11 months ago - 7 comments
Labels: dotenv

#3559 - Clean up `encoding` module

Issue - State: closed - Opened by kt3k 11 months ago

#3558 - Deprecate `signal` module

Issue - State: closed - Opened by kt3k 11 months ago

#3557 - Deprecate `permissions` module

Issue - State: closed - Opened by kt3k 11 months ago

#3556 - BREAKING(io): deprecate io top level module

Pull Request - State: closed - Opened by lino-levan 11 months ago - 3 comments
Labels: io

#3555 - [std/dotenv] - .env.example file is not validated

Issue - State: open - Opened by cknight 11 months ago
Labels: bug, needs triage

#3554 - 0.199.0

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

#3552 - Deprecate `io` module

Issue - State: closed - Opened by kt3k 11 months ago - 1 comment

#3551 - Clean up `streams` module

Issue - State: closed - Opened by kt3k 11 months ago - 1 comment

#3550 - fix(log): fix serializing BigInt value in object

Pull Request - State: closed - Opened by eseiker 11 months ago - 1 comment
Labels: log

#3549 - Clean up `bytes` module

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

#3548 - fix(log): fix logger does not serialize object with bigint values

Pull Request - State: closed - Opened by babiabeo 11 months ago - 1 comment
Labels: log

#3547 - std/log doesn't work well with objects with bigint

Issue - State: closed - Opened by eseiker 11 months ago
Labels: bug, needs triage

#3546 - chore(examples): remove examples folder

Pull Request - State: closed - Opened by lino-levan 11 months ago - 2 comments
Labels: examples, fmt

#3545 - fix(path): typo in comment in _resolve

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

#3544 - test(examples/xeval): re-enable `xevalCliSyntaxError` test case

Pull Request - State: closed - Opened by babiabeo 11 months ago
Labels: examples

#3543 - fix(log): rotating file handler sync setup and destroy

Pull Request - State: closed - Opened by lino-levan 11 months ago - 2 comments
Labels: log

#3542 - server_test.ts is flaky because of AddrInUse error

Issue - State: closed - Opened by kt3k 11 months ago

#3541 - timingSafeEqual is provided from 2 places

Issue - State: closed - Opened by kt3k 11 months ago - 2 comments

#3540 - Invalid event.ts redirect (0.198.0 instead of 0.110.0)

Issue - State: closed - Opened by RacknerFrank 11 months ago - 2 comments
Labels: bug, needs triage

#3539 - test(json): fix expectation of ConcatenatedJsonParseStream test

Pull Request - State: closed - Opened by kt3k 11 months ago - 1 comment
Labels: json

#3538 - Log handler setup function is inconsistent

Issue - State: closed - Opened by ross-weir 11 months ago - 2 comments

#3537 - chore: repoint internal imports to single-export files

Pull Request - State: closed - Opened by 0f-0b 11 months ago
Labels: testing, http, wasi, json, fs, dotenv

#3536 - feature(http/file_server): add 404 page support

Pull Request - State: closed - Opened by mooxl 11 months ago - 17 comments
Labels: http

#3535 - docs(fs/walk): add descriptions to `WalkOptions`'s properties

Pull Request - State: closed - Opened by uki00a 11 months ago
Labels: fs

#3534 - msgpack: improve module with some follow up PRs

Issue - State: open - Opened by lino-levan 11 months ago

#3533 - Add Custom 404 Page Support

Issue - State: open - Opened by mooxl 11 months ago - 3 comments