-
Hi,
It would be really neat to be able to complete that "old school" vibe if every 20 or so minutes of stream, KHRC could splice in a random commercial from a collection of them, completing that ol…
-
When accept4 returns -1, eventcore doesn't check any errno value, and when it returns errno 24 (too many files), an infinite loop occurs.
~~A loop somewhere between epoll_wait and accept4 occurs wh…
-
How to properly receive JSON and send it, given that I do it this way?
```d
auto jsr = req.json;
string number = jsr["number"].get!string;
string transport = jsr["transport"].get!string;
stri…
-
This problem has bothered me for a long time. Other computers still exist on the latest version of the software. I saw it, too https://github.com/Pure-D/code-d/issues/123 , according to what's said he…
rocex updated
2 years ago
-
I need to support long GET queries in my application (I'm implementing a service that generates images based on the GET parameters to be embedded in Markdown file). However, above 4096 (I expect, as ~…
-
As of current, the only way to depend on vibe (via Meson) is through this ugly hack:
```
mir_linux = dependency('mir-linux-kernel', method: 'dub')
eventcore = dependency('eventcore', method: 'dub…
-
Seen live:
```
2022-02-16 01:39:18,752 Info [agora.network.Manager] - Couldn't register our address: vibe.web.common.RestException@submodules/vibe.d/web/vibe/web/rest.d(2080): Moved Permanently
---…
-
When making several requests in an application it seems that a bug can occur that it fails to write to the socket.
it starts with:
```
object.Exception@C:\Users\jurzitza\AppData\Local\dub\package…
-
I am using vibe-d on Ubuntu/AWS-EC2 and trying to send an email over it. The script is simple and is from the vibe-d example. However, it gets stuck for a long time and throws an error message.
Cod…
-
#### Steps to reproduce
For example, `vibe.d` project:
```
git clone https://github.com/rejectedsoftware/vibe.d.git
dub add-local vibe.d ~master
cd vibe.d
dub build
```
#### Actual result
`…