Yoshiya Hinosawa

Results 156 issues of Yoshiya Hinosawa

The below `lowlight.highlight` call seems throwing error if the language is unknown. https://github.com/denoland/doc_components/blob/782b6b891d4f8c0df8ec1ad652b0cdce2ca3cc99/doc/markdown.tsx#L31 This causes error in the following page: https://deno.land/[email protected]/testing/chai_example.ts

Currently the below errors with `Error: incorrectly encoded string`: ```js const ULID = require('ulid') ULID.incrementBase32('ZZZ') ``` However, the error message seems wrong here because `ZZZ` is correctly encoded base32 string....

and an example in `htdocs/`. Maybe in `Category Axis` category. #1689

We currently [convert](https://github.com/denoland/deno_std/blob/e9a8db202d0b7ba0287f3c09b975bc3b1c21ff0e/_tools/convert_to_workspace.ts) the existing codebase to JSR oriented codebase and publish the exactly the same thing to both [JSR](https://jsr.io/@std) and https://deno.land/std. However this prevents us from doing split versioning...

**Is your feature request related to a problem? Please describe.** I want to use 2 different deno configs in a single repository. They have different `importMap` settings which have conflicting...

enhancement
high priority
dx

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade jsonwebtoken from 9.0.0 to 9.0.1. :information_source: Keep your dependencies up-to-date....