-
### Description
```
[AutoProxy 0.1.0]
||douyu.com
```
won't match `wss://wsproxy.douyu.com:6675/`
### Steps to Reproduce
1. Subcribe to a ruleset.
2. Visit any site in the rule that will c…
-
Hello everyone,
I'm using asp.net to proxy the v8 debugger protocol. It uses WebSockets.
I'm running into this exception that makes little sense to me. What could be causing it?
```
System.Net…
-
## Steps to reproduce
Following [this tutorial](https://gal.hagever.com/posts/running-vercel-postgres-locally), I created this file:
*docker-compose.yml*
```yml
version: "3"
services:
…
-
Hello,
we have a usecase for zun. Zun itself should be pretty straight forward with kolla. Looks like osism has no images for zun?
On zun deploy i get:
manifest for quay.io/osism/zun-api:yoga…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the feature has not already been requested
### 🚀 Feature Proposal
Ability to custom…
-
@kylecarbs has this idea to keep our naming consistent.
-
i'm running the following to create a workspace-proxy:
```
coder wsproxy create \
--name "nyc" \
--display-name "New York City" \
--icon "/emojis/xyz.png"
```
receiving: `Route not found…
-
https://github.com/alingse/go-linter-runner/blob/main/jobs/testifylint.yaml
```
name: testifylint
linter: testifylint
workdir: .
install: go install github.com/Antonboom/testifylint@latest
inc…
-
## code:
import { Client } from '@neondatabase/serverless';
interface Env { DATABASE_URL: string; }
export default {
async fetch(request: Request, env: Env, ctx: ExecutionContext) {
const…
-
I would like to use an offline local instance of postgress while developing on my computer, I'm trying something like this:
```
import { neon, neonConfig } from '@neondatabase/serverless'
import …