Derock

Results 43 comments of Derock

> @ItzDerock `Post JSON` cannot be faster than `GET /` You should rebench @aquapi Thanks for pointing that out. After rerunning the benchmark, I noticed that the POST tests were...

Currently this isn't possible, but I would be open to possibly adding this as a feature. I would need to think about how I would add this, as currently this...

At some point I want to rewrite this to accept an array of plain API Message objects. This would make it platform agnostic.

I will look into this to see if it's possible soon.

slash command mentions are currently not supported. Emojis should be working though.

@T3rm1 Are you able to see if my PR fixes your issue? My PR adds an environment variable called `BASEPATH` that can be set, for example, to `/chatpadai`. This will...

I used bun 1.0.4 when making this. If I have time later I will look into this and see if I can fix this repo for newer bun versions.

running into the same issue with wireguard + windscribe, using openvpn works fine. Not sure if this matters, but I am running docker in a privileged LXC container on Proxmox.

I started working on this project a little bit before the tcp_server PR was closed, and when it closed I was disappointed since I knew that at some point, the...

That looks interesting. I'm not an expert at go, but looking at the example `main.go` file, it doesn't seem like it would be too difficult to create a TCP server....