-
**Describe the bug**
The Deno client library is using APIs that will be removed from Deno soon
**Reproduction**
Run a Deno application using EdgeDB
**Expected behavior**
No deprecation warnin…
-
Version: Deno 2.0.0
OS: Windows 10 x86_64
```txt
deno 2.0.0 (stable, release, x86_64-pc-windows-msvc)
v8 12.9.202.13-rusty
typescript 5.6.2
```
## Intro
I use a memory disk created by [I…
-
Hi,
I find the [microblog document](https://fedify.dev/tutorial/microblog) has some notes about `Recently, cloud edge functions like Cloudflare Workers have also gained popularity as JavaScript run…
-
**Is your feature request related to a problem? Please describe.**
I am looking to migrate my project to deno. After replacing every incompatible package with a deno specific or deno-native one, i no…
-
Hey, Bartek from the Deno team here. Great project!
I have a question regarding the meaning of "mismatch" label: what does it mean there's a "mismatch".
For example, the table shows that Deno ha…
-
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…
-
### What problem are you trying to solve?
`Deno.createHttpClient` is a must have for having a rotating proxy. Rotating proxy is a necessity for doing requests against limited APIs.
```js
export f…
-
To set up a Deno workspace for your project, you'll want to structure it in a way that allows modularity, ease of development, and scalability. Here's a step-by-step guide to creating a workspace in D…
-
I have been having a close look at [deno](https://deno.land/) and have had an attempt to build a solution with it. It is delightfully refreshing to not have to build a project, and to be able to use t…
-
Aside from being a toy project, any known limitations with this current approach for doing SSR with React in Rust?
Been having server side hydration issues with various node APIs in my approach when …