-
hello everyone
i need to build a websocket server that needs to talk to cups. i've got that part sorted out. i've tried to give the websocket example a try.
vibe.d version 0.8.4: compiles well h…
mengu updated
6 months ago
-
The server crashed. Here's a log dump.
```
(server) -> (justinn:4) :logircd-server PONG justinn :LAG2992762284
(server) (justinn:4) :logircd-server PONG justinn :LAG2992795008
:0: uncaught exception…
-
Hey! Another weird issue :-)
I want to build Vibe with Meson for Debian packaging. The Meson buildsystem does split-builds by default.
The build finishes successfully, but the generated binaries f…
-
```
[dao@abe dinodave]$ dub build --build=ddox
Performing "ddox" build using dmd for x86_64.
dinodave 0.2.0+commit.34.g5a63c47: building configuration "library"...
Performing "debug" build using d…
-
https://github.com/vibe-d/vibe-core/blob/a646ede53bfabed69ebba9b5d91f774b27213c5f/source/vibe/core/net.d#L580
A `TCPConnection.connected` returns `true` for state `passiveClose`. There is no way to…
-
Very important feature
Here's some funny looking syntax for it
```basic
DIM array 5 ("He", "llo", ", ", "Worl", "d!")
# add all elements of the array and print
PRINT array(+)
# append "lol" …
-
Sample output for 4 threads:
```
[vibe-1(RfiZ) INF] Listening for requests on http://0.0.0.0:8080/
[vibe-3(MsfE) INF] Listening for requests on http://0.0.0.0:8080/
[vibe-2(kqJG) INF] Listening …
-
Contributers here,
First of all amazing library here. It's penetrated every part of my product. I have just have one concern, what's the ultimate direction of this and how much priority is being ta…
-
Server version: 10.0.29-MariaDB-0ubuntu0.16.04.1 Ubuntu 16.04
usage:
```
class SqlWrapper
{
enum Options = ConnectionOptions.Default;
alias ClientType = MySQLClientT!(VibeSocket,Options);
…
-
To reproduce:
- Clone https://github.com/qznc/prema (revision `2ece73c` at the time of writing)
- `dub build --force` succeeds
- `dub build --build-mode=allAtOnce --force` fails with lots of link…