-
https://github.com/denoland/deno/pull/27033 made this work for strings, but we need to do it for bytes. The blocker is we need a copy on write buffer in ~~deno_core~~ v8.
-
https://github.com/denoland/std/blob/10ee73dbbcf6e55fca62d1dccb7c086911030f28/bytes/starts_with.ts#L27
this can be written as
```javascript
if (prefix.length != source.length) {
```
…
-
### Action name
uses: denoland/setup-deno
### Reasons
```shell
denoland/setup-deno
```
### Intended usage
```markdown
denoland/setup-deno
```
### I have checked the internal marketplace for si…
-
Version: Deno 2.0.0
As stated in the documentation, `DENO_INSTALL_ROOT` should default to `$HOME/.deno/bin`. However, in `get_installer_root`, it defaults to simply `$HOME/.deno` (https://github.co…
-
In some cases, a JSDoc summary can end with a `:`. We should change this by backtracking to a `.` if one is present and only show the content until then, else still show the summary as-is.
The rele…
-
When passing `defaultProvider` as `deno` to `Generator`. The dependencies should be loaded from `denoland`. But instead the dependencies are being loaded from `npm` but they are loading from `denolan…
-
As per the suggestion [here](https://github.com/openpgpjs/openpgpjs/pull/1448#discussion_r763287337), I went through the [instructions](https://deno.land/add_module) to publish [deno.land/x/openpgp](h…
twiss updated
2 years ago
-
When installing some packages from `denoland`. Few of the packages are using `jsr:` registry and the protocol for its imports. This is an issue to keep track for the progress of `jsr` support in `@jsp…
-
In Deno Deploy, `DENO_` prefixed environment are not allowed. (See https://github.com/denoland/std/issues/6127)
This makes it impossible to use `kv_oauth` from another instance of deno deploy that …
-
## beta arm64 linux support
- https://github.com/bevry/dorothy/blob/master/commands/setup-util-1password
## pending riscv supports
- https://github.com/nodejs/build/issues/2876
- https://githu…