-
Standalone extensions are probably better than the fork approach.
I've looked at the changes, and the main ones are the addition of Session, Deno spawn, serializer, which could have been standalone…
-
Our deployment pipeline started failing since `v1.13.0` with the following error:
```
error: Relative import path "@std/fmt/colors" not prefixed with / or ./ or ../
at https://deno.land/x/deplo…
-
版本: 3.0.1 from f-droid
问题:在测试私有云备份歌单的时候,在电脑端noxplayer(v4.1.1)会使用已登录的b站用户名作为userid,在备份请求的时候通过请求头传递,在恢复的时候作为URL路径的一部分传递。而APM会将设置里的私有云key作为userid传递。从该设置的名称来看,设置的应该是secret-key,默认应为noxplayer。
期望的行为:私有…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
## Context
Let's assume we have configured a Deno project and enabled LSP
## Reproduction
If …
-
Hi, I've tried setting up the project locally, but run into an error. I am not sure if this is only a 'me-problem' or generic.
I have all the required tools on my machine (MacOS 15.0.1)
Docker …
-
Update for Deno-2.0,
In the /deno-webui/src/utils.ts **runCommand** function, line# 30:
Deno.run is deprecated and Deno recommends using Deno.Command instead.
Note: This symbol is soft-removed a…
-
### Description
Hey everyone, thank you for the wonderful package!
Just wondering if there are any plans to support other runtimes than nodejs, more specifically Deno.
Thanks!
-
## Failing module
- **GitHub**: https://github.com/octokit/octokit.js
- **npm**: https://www.npmjs.com/package/octokit
```js
import { App } from "https://esm.sh/octokit"
```
## Error messa…
-
## Steps to reproduce
* setup empty project: `deno init`
* install the package: `deno install jsr:@neon/serverless`
* import `neon` in the `main.ts`: `import { neon } from '@neon/serverless';`
* …
-
[Deno 2.x Release Candidate](https://deno.com/blog/v2.0-release-candidate) has recently been released. We need to update this project to deno version 2.x at some point.
We're a new enough project …