Tim Oliver
Tim Oliver
Can't debug at all on KDE Neon anymore. This was working fine yesterday but nothing today. This hasn't been working on my laptop for a few weeks as well (same...
When `db.getDatabase("wanted_db").runCommand("db.getColelctionNames()")` is executed, vibe errors out because the command returns an array of strings and not a Bson object. The error thrown is below: `object.Exception@../../.dub/packages/vibe-d-0.9.3/vibe-d/data/vibe/data/bson.d(813): BSON value is type...
When calling findAndModify within a member function foo() it works exactly as expected. When foo() is called via a delegate it doesn't return. When probing around with gdb I found...
I'm creating a colony sim where agents should be able to repeatedly do a certain goal if it's possible regardless of whether it has been done before. I'm not using...
Platform: Windows 10 Dotnet version: 5.0.11 Problem: If a DrawingArea is clicked, its button-pressed-event is passed on to its parents. The resulting event in the parent is also in the...
Python and D examples are not able to properly talk to each other. D example client can talk to the D server, but not Python to D or D to...
It looks as though you can set your py lib preferences in pyd_get_env_set_text.py but I can't quite figure out how to do it properly. I'm trying to import pygeo to...