Jan Jurzitza
Jan Jurzitza
https://github.com/vibe-d/vibe.d/blob/1dffb74fb12ae3a7946694e96dd064aed4ce47fa/mongodb/vibe/db/mongo/connection.d#L786 seems to be a malformed packet 1. this shouldn't be an assert but an exception/enforce 2. the packet format is defined here: https://github.com/mongodb/specifications/blob/ce35696db1c8da0e15a067b8022c853f1d6d1292/source/message/OP_MSG.md I think the while code is...
perhaps you can provide input to https://github.com/dlang-community/libdparse/pull/510 to get the PR in quicker
sounds good but please don't put it in the fundamental `_connection` test, but rather in some (perhaps new) collection management test
> it does not matter if I do it once or twice. prove it in the test then? :D Right now the CI fails with `command failed: ns not found...
tests still failing due to double drop
yes currently not done, would require configuration + ability to set later after startup (or at least use the popup that window reload is needed)
you mean auto complete for this: ``` import some.mod|; ``` ?
you should probably do a single scan on the `@onProjectAvailable` event and register a file watcher on the files where you want to rerun your function if they change, for...
are you on beta/nightly? I think serve-d should have support for it already in master Try upgrading to serve-d nightly by setting the `d.servedReleaseChannel` setting in vscode (Ctrl-, for User...