deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

The Deno Standard Library

Results 549 deno_std issues
Sort by recently updated
recently updated
newest added
trafficstars

I'd suggest the below steps for the package stabilization process: - We publish 1.0.0-rc.1 (release candidate 1) after 2 maintainers approved it. - We announce to the community and the...

This may change `fmt/colors` in the future, but please support this first.

cli

**Describe the bug** When an `expect().toContain()` assertion failed we get a very generic error message: ```txt error: AssertionError: The value doesn't contain the expected item throw new AssertionError("The value doesn't...

bug
expect
PR welcome

https://github.com/denoland/deno_std/pull/4653#issuecomment-2082028623 Better to have more specific output like: ``` Circular dependencies found: fs/copy -> path/basename -> fs/copy ```

`std/collections` has a very... *ambitious* name for the kind of things it can operate on: either native arrays or property bag objects ("Record" in TypeScript parlance); I actually found this...

suggestion

**Describe the bug** I am seeing import errors in VS Code in latest version of this repo after the move to workspaces. For example ``` "Relative import path "@std/io/types" not...

bug
needs triage

It seems possible to write test cases for this module using `new Deno.Command().spawn()`

This ensures that our code snippets are correct.

bytes

This PR simplifies the implementation signatures of some functions within `std/collections`. Previously, `selector` parameters were written in a manner that was a little more complicated than needed, also resulting in...

collections