-
Would be nice for use in other projects, eg
https://github.com/2night/mondo/issues/5#issuecomment-257801329 which rolls its own BsonObject but there are other examples; having it split out would pre…
-
The following was operational before global changes in serialization modules were performed (about a month ago):
``` D
import vibe.data.bson;
import std.stdio;
void main()
{
writeln(serializeToB…
-
Could someone please fix this?
https://github.com/vibe-d/vibe-core/blob/d1340f9e107d5d6ccb7234fbe35066236bf86ca2/source/vibe/core/core.d#L1180
-
This error happens on an incoming websocket connection.
cc @ColdenCullen
```
Task terminated with unhandled exception: Trying to acquire a TCP connection that is currently owned.
core.exception.Ass…
-
Wish: prevent usage of precompiled binaries in packages from registry by default. Reason: we can not check all the code we use, but we can check it at least postfactum after accident.
-
Creating a TCP server is rather straightforward and documented.
However, as I tried to create an UDP server, I hit a few issues:
- Low documentation: I could only find https://github.com/vibe-d/vibe…
-
Do you take visual design proposals?
The site has a strong retro vibe, which I don't know if it was intentional.
In case it wasn't an intentional design decision: I drafted a figma design I'd like…
-
Note: _This may have become a problem recently, as my build worked Saturday._
dub building vibe-d with GDC 4.9.0:
```
Building vibe-d 0.7.23-rc.2 configuration "libevent", build type debug.
Running …
-
### Describe the problem
adhoc code signing the app will result in aarch64 binaries behaving like x86_64. This means you'll get rid of the "app is damaged" dialog and then proceed to open the app via…
-
### What happened?
Install Vibe, start Vibe, instant crash. Application event log indicates the faulting module is `MSVCP140.dll`.
### Steps to reproduce
I guess if it starts for you then you can't…