-
This is a similar feature request to #4965 but more general.
ReScript isn't a node-only language and so I shouldn't be required to install node just to build my ReScript projects.
Removing the d…
-
Version: Deno 1.44.3+
Since Deno 1.44.3 and later the following web socket example no longer runs:
```typescript
const site_html = `
\n
\n
const ws = new WebSocket("ws://localhost:8080/ws");…
-
Hi.
I used in Node.js [uWebSockets.js](https://github.com/uNetworking/uWebSockets.js) this vary fast HTTP/WebSocket server.
I would like to used him in Deno, but I did not find ready-made soluti…
uasan updated
1 month ago
-
### Proposed change
It currently isnt possible to use nats.js in Cloudflare workers due to some [missing nodejs modules](https://developers.cloudflare.com/workers/runtime-apis/nodejs/). Specificall…
-
Gradio recently released [Gradiolite](https://www.gradio.app/guides/gradio-lite) which makes it super simple to use Gradio in Pyodide and embed it into websites.
```html
i…
-
To complete the realtime capability, we should be able to receive streams.
-
### Bug description
After the bot is launched, an attempt is made to connect to the node. After that an error occurs.
I tried to specify node both localhost or 127.0.0.1.
Lavalink runned and listen…
-
## Context
I'm testing lean-cli using starter code, during backtest encounter *** PermissionError: [Errno 13] Permission denied: '/LeanCLI/__pycache__'
### Setup
```bash
# confirm login
x l…
-
Name TBD – `srpc`? `scalar`?
```ts
// api.ts
import { $func } from "srpc"
export const $api = $.object(
$.field("a", $func($.tuple(), $.str)),
$.field("b", $func($.tuple(), $.str)),
…
-
The development server does live compilation and live reload of apps in development.
The development server needs to have the following features:
# 1. Dynamic Deploy
It can be started (including…