Ecosyste.ms: Issues

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

GitHub / denoland/std issues and pull requests

#6018 - fix: update codebase to work with Deno RC

Pull Request - State: open - Opened by iuioiua 2 days ago - 2 comments
Labels: testing, async, http, json, streams, fs, archive, datetime, dotenv, io, log, yaml, assert, expect, cli, data-structures, net, webgpu, tar

#6017 - bug: simple `expect().toReturnWith()` works incorrectly

Issue - State: open - Opened by iuioiua 2 days ago - 1 comment

#6016 - Use of locale-sensitive methods with `undefined` locale may cause environment-sensitive bugs

Issue - State: open - Opened by lionel-rowe 2 days ago - 1 comment
Labels: bug, needs triage

#6015 - fix: update codebase to work with Deno RC

Pull Request - State: closed - Opened by iuioiua 3 days ago - 1 comment
Labels: testing, async, http, json, streams, fs, archive, datetime, dotenv, io, log, yaml, assert, expect, cli, data-structures, net, webgpu, tar

#6014 - fix(text): handle code points > U+FFFF in `levenshteinDistance`

Pull Request - State: open - Opened by lionel-rowe 3 days ago - 3 comments
Labels: text

#6012 - fix(text/unstable): handle non-Latin-script text in `slugify`

Pull Request - State: open - Opened by lionel-rowe 3 days ago - 2 comments
Labels: text

#6011 - feat(streams/unstable): `toBytes()`

Pull Request - State: closed - Opened by iuioiua 3 days ago - 1 comment
Labels: streams

#6010 - deprecation(io/unstable): deprecate `readRange()`

Pull Request - State: closed - Opened by iuioiua 3 days ago - 1 comment
Labels: io

#6009 - deprecation(io/unstable): deprecate `readInt()`

Pull Request - State: closed - Opened by iuioiua 3 days ago - 1 comment
Labels: io

#6008 - deprecation(io/unstable): deprecate `readShort()`

Pull Request - State: closed - Opened by iuioiua 3 days ago - 1 comment
Labels: io

#6007 - deprecation(io/unstable): deprecate `readLong()`

Pull Request - State: closed - Opened by iuioiua 3 days ago - 1 comment
Labels: io

#6006 - docs(log): document public interfaces

Pull Request - State: open - Opened by kt3k 4 days ago - 3 comments
Labels: log

#6005 - BREAKING(io/unstable): remove `sliceLongToBytes()`

Pull Request - State: closed - Opened by iuioiua 4 days ago - 1 comment
Labels: io

#6004 - LogLevel redundant setup

Issue - State: open - Opened by mariofdezzz 4 days ago

#6003 - feat(http/unstable): add support for multiple request methods on route

Pull Request - State: closed - Opened by LitoMore 4 days ago - 3 comments
Labels: http

#6002 - deprecation(io/unstable): deprecate `sliceLongToBytes()`

Pull Request - State: closed - Opened by iuioiua 4 days ago - 1 comment
Labels: io

#6001 - BREAKING(io/unstable): remove `readStringDelim()`

Pull Request - State: closed - Opened by iuioiua 4 days ago - 1 comment
Labels: io

#6000 - deprecation(io/unstable): deprecate `readStringDelim()`

Pull Request - State: closed - Opened by iuioiua 5 days ago - 1 comment
Labels: io

#5999 - BREAKING(io/unstable): remove `copyN()`

Pull Request - State: closed - Opened by iuioiua 5 days ago - 1 comment
Labels: io

#5998 - BREAKING(io/unstable): remove `copyN()`

Pull Request - State: closed - Opened by iuioiua 5 days ago
Labels: io

#5997 - chore: update graph and dependencies

Pull Request - State: closed - Opened by iuioiua 5 days ago - 1 comment

#5996 - fix(http): have `getCookies()` return `Record<string, string | undefined>`

Pull Request - State: open - Opened by canac 5 days ago - 1 comment
Labels: http

#5995 - docs(archive,log,testing): correct typos

Pull Request - State: closed - Opened by canac 5 days ago - 3 comments
Labels: testing, archive, log

#5994 - docs(testing): fix typo in snapshot

Pull Request - State: closed - Opened by canac 5 days ago - 2 comments
Labels: testing

#5993 - `@std/http/route` is doesn't automatically route `HEAD` requests

Issue - State: closed - Opened by LitoMore 5 days ago - 5 comments
Labels: suggestion, http

#5992 - deprecation(io/unstable): deprecate `copyN()`

Pull Request - State: closed - Opened by iuioiua 5 days ago - 1 comment
Labels: io

#5991 - BREAKING(io/unstable): remove `readLines()`

Pull Request - State: closed - Opened by iuioiua 5 days ago - 3 comments
Labels: io

#5990 - deprecation(io/unstable): deprecate `readLines()`

Pull Request - State: closed - Opened by iuioiua 5 days ago - 1 comment
Labels: io

#5989 - to-do: trim `@std/io` APIs

Issue - State: open - Opened by iuioiua 5 days ago
Labels: io

#5988 - deprecation(archive/unstable): deprecate `@std/archive`

Pull Request - State: closed - Opened by iuioiua 5 days ago - 1 comment
Labels: archive

#5987 - feat(tar/unstable): add `type` field to `TarStreamEntry`

Pull Request - State: closed - Opened by iuioiua 6 days ago - 3 comments
Labels: tar

#5986 - to-do: deprecate and remove `@std/archive`

Issue - State: open - Opened by iuioiua 6 days ago
Labels: archive

#5985 - chore: release 2024.09.16

Pull Request - State: closed - Opened by denobot 6 days ago - 1 comment
Labels: data-structures

#5984 - chore: check unstable module usage in stable modules

Pull Request - State: closed - Opened by kt3k 6 days ago - 1 comment

#5983 - docs(fs): clarify permissions requirements for `exists[Sync]()`

Pull Request - State: closed - Opened by iuioiua 6 days ago - 1 comment
Labels: fs

#5982 - experiment: BYO test coverage explorer

Issue - State: open - Opened by iuioiua 6 days ago - 9 comments

#5981 - fix(cache,data-structures): add missing non-null assertion and `override` keyword

Pull Request - State: closed - Opened by iuioiua 6 days ago - 1 comment
Labels: data-structures

#5980 - fix(tar): update to `0.1.1`

Pull Request - State: closed - Opened by iuioiua 6 days ago - 1 comment
Labels: tar

#5979 - Return type of `http/getCookies` is `Record<string, string>` instead of `Record<string, string | undefined>`

Issue - State: open - Opened by canac 6 days ago - 4 comments
Labels: bug, good first issue, http

#5978 - fix(assert): accept abstract classes

Pull Request - State: closed - Opened by 0f-0b 7 days ago - 1 comment
Labels: assert

#5977 - `@std/fs` `exists[Sync]` Does Not Require `--allow-sys` Any More?

Issue - State: closed - Opened by catuhana 8 days ago - 1 comment
Labels: bug, needs triage

#5974 - fix(log): ensure consistent behavior with `@std/log`

Pull Request - State: open - Opened by iuioiua 9 days ago
Labels: log

#5973 - docs(log): document `warn` module

Pull Request - State: closed - Opened by iuioiua 9 days ago - 1 comment
Labels: log

#5944 - encodeBase64/decodeBase64 seems to be inefficient

Issue - State: open - Opened by sigmaSd 10 days ago - 11 comments
Labels: encoding

#5942 - assertEquals doesn't work for large arrays

Issue - State: open - Opened by sigmaSd 10 days ago - 2 comments
Labels: bug, needs triage

#5925 - feat(collections): support `Iterable` argument in `chunk()`

Pull Request - State: open - Opened by Liam-Tait 12 days ago - 1 comment
Labels: collections

#5911 - feat(collections/unstable): support `Iterable` argument in `takeWhile()`

Pull Request - State: open - Opened by Liam-Tait 17 days ago - 7 comments
Labels: collections

#5909 - feat(cbor/unstable): Introduce `@std/cbor`

Pull Request - State: open - Opened by BlackAsLight 17 days ago - 5 comments
Labels: cbor

#5908 - chore: release 2024.09.04

Pull Request - State: closed - Opened by denobot 17 days ago - 2 comments
Labels: testing, async, http, fmt, csv, streams, fs, archive, datetime, dotenv, encoding, front-matter, io, log, path, semver, uuid, yaml, assert, expect, text, cli, msgpack, net, url, internal, webgpu

#5901 - fix(expect): support `expect.hasAssertions()`

Pull Request - State: closed - Opened by eryue0220 18 days ago - 4 comments
Labels: testing, expect, internal

#5871 - chore: use release candidate in CI

Pull Request - State: closed - Opened by iuioiua 23 days ago - 1 comment

#4766 - Feature request (async): limit() to limit a function concurrency

Issue - State: open - Opened by guy-borderless 4 months ago - 12 comments

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

Issue - State: open - Opened by yi-huan 12 months ago - 14 comments
Labels: bug, needs triage, log

#100 - Print test status on the same line as test name

Pull Request - State: closed - Opened by kt3k over 5 years ago - 3 comments

#100 - Print test status on the same line as test name

Pull Request - State: closed - Opened by kt3k over 5 years ago - 3 comments

#99 - [WIP] IRC Server Implementation

Pull Request - State: closed - Opened by fancyplants over 5 years ago - 18 comments

#99 - [WIP] IRC Server Implementation

Pull Request - State: closed - Opened by fancyplants over 5 years ago - 18 comments

#98 - Bump deno version to v0.2.6

Pull Request - State: closed - Opened by ry over 5 years ago

#98 - Bump deno version to v0.2.6

Pull Request - State: closed - Opened by ry over 5 years ago

#97 - Add media_types collection

Pull Request - State: closed - Opened by kitsonk over 5 years ago - 3 comments

#96 - Reorg colors

Pull Request - State: closed - Opened by kitsonk over 5 years ago - 2 comments

#95 - Remove export = module

Pull Request - State: closed - Opened by kevinkassimo over 5 years ago - 1 comment

#95 - Remove export = module

Pull Request - State: closed - Opened by kevinkassimo over 5 years ago - 1 comment

#94 - merge deno_install into this repo

Issue - State: closed - Opened by ry over 5 years ago - 6 comments

#93 - Less verbose test function

Issue - State: closed - Opened by MarkTiedemann over 5 years ago - 16 comments
Labels: testing

#93 - Less verbose test function

Issue - State: closed - Opened by MarkTiedemann over 5 years ago - 16 comments
Labels: testing

#92 - Remove manual type checks from the path module

Pull Request - State: closed - Opened by tryzniak over 5 years ago - 3 comments

#92 - Remove manual type checks from the path module

Pull Request - State: closed - Opened by tryzniak over 5 years ago - 3 comments

#91 - Add SSE support

Pull Request - State: closed - Opened by dsseng over 5 years ago - 3 comments

#91 - Add SSE support

Pull Request - State: closed - Opened by dsseng over 5 years ago - 3 comments

#90 - SSE support

Issue - State: closed - Opened by dsseng over 5 years ago

#90 - SSE support

Issue - State: closed - Opened by dsseng over 5 years ago

#89 - Windows CI should use a fixed version of deno

Pull Request - State: closed - Opened by srijanreddy98 over 5 years ago

#88 - Define type for available date format

Pull Request - State: closed - Opened by kination over 5 years ago - 1 comment

#87 - Fix format globs

Pull Request - State: closed - Opened by ry over 5 years ago

#86 - Windows CI should use a fixed version of deno

Issue - State: closed - Opened by ry over 5 years ago - 2 comments

#85 - Azure windows pipeline

Pull Request - State: closed - Opened by srijanreddy98 over 5 years ago - 2 comments

#85 - Azure windows pipeline

Pull Request - State: closed - Opened by srijanreddy98 over 5 years ago - 2 comments

#84 - Ws

Pull Request - State: closed - Opened by keroxp over 5 years ago - 1 comment

#83 - Remove flaky test

Pull Request - State: closed - Opened by ry over 5 years ago

#83 - Remove flaky test

Pull Request - State: closed - Opened by ry over 5 years ago

#82 - docs(readme): fix small typo

Pull Request - State: closed - Opened by satyarohith over 5 years ago - 1 comment

#82 - docs(readme): fix small typo

Pull Request - State: closed - Opened by satyarohith over 5 years ago - 1 comment

#81 - fix(testing): readme import url

Pull Request - State: closed - Opened by zhmushan over 5 years ago

#80 - EventEmitter as part of the standard library

Pull Request - State: closed - Opened by fancyplants over 5 years ago - 5 comments

#79 - Making file_server reusable

Pull Request - State: closed - Opened by avinashdvv over 5 years ago - 5 comments

#79 - Making file_server reusable

Pull Request - State: closed - Opened by avinashdvv over 5 years ago - 5 comments

#78 - CI should fail if format.ts changes files

Pull Request - State: closed - Opened by bartlomieju over 5 years ago - 4 comments

#78 - CI should fail if format.ts changes files

Pull Request - State: closed - Opened by bartlomieju over 5 years ago - 4 comments

#77 - CI should fail if format.ts detects differences

Issue - State: closed - Opened by ry over 5 years ago - 2 comments

#77 - CI should fail if format.ts detects differences

Issue - State: closed - Opened by ry over 5 years ago - 2 comments

#76 - Reorg

Issue - State: closed - Opened by ry over 5 years ago - 23 comments

#75 - Add testing/README.md

Pull Request - State: closed - Opened by shisama over 5 years ago - 2 comments

#75 - Add testing/README.md

Pull Request - State: closed - Opened by shisama over 5 years ago - 2 comments

#74 - Create .editorconfig

Pull Request - State: closed - Opened by dsseng over 5 years ago - 1 comment

#74 - Create .editorconfig

Pull Request - State: closed - Opened by dsseng over 5 years ago - 1 comment

#73 - Fix to use unknown type in testing/mod.ts

Pull Request - State: closed - Opened by shisama over 5 years ago - 1 comment

#73 - Fix to use unknown type in testing/mod.ts

Pull Request - State: closed - Opened by shisama over 5 years ago - 1 comment