H. S. Teoh
H. S. Teoh
We've already exchanged emails on this some time ago, but just putting this ticket here so that it doesn't get forgotten. Basically all I need is some kind of event...
As discussed in issue #51. Sample usage: ```` class MyService { Tuple!(ObjectPath, ObjectPath) CreateCollection(string[string] props, string _alias) { if (_alias != "default") throw new DBusErrorReturn("org.freedesktop.DBus.Error.NotSupported", "operation not supported"); return tuple(ObjectPath("/org/myorg/myservice/objects/default"),...
Is there already a way to do this? I searched the code but couldn't find any references to `dbus_message_new_signal` except in the C API. Would be nice to have some...
There is currently no wrapper for `dbus_message_new_error`, and since registered handlers don't receive the request `Message`, the only way to implement a method that returns a DBus error is to...
Just wondering if it's possible to keep track of the list of vulnerabilities in Botan as they apply to this D port? E.g., a list of CVE numbers? I see...
This issue was originally found on vibe.d's doc pages. Not exactly sure what the conditions are that cause this problem in ddoc. In http://vibed.org/api/vibe.http.server/HTTPServerRequest under the `context` field, the type...
I have no idea if this is actually already supported because the docs are very incomplete, but I'm having a frustrating time trying to figure out how to generate a...
Currently, if a Diet template begins with `extends`, the only thing allowed in the remainder of the template is `block` declarations. I don't know how hard / likely it is...
According to `README.md`, reggae can bootstrap itself just by running `bootstrap.sh`. However: ```` $ ./bootstrap.sh Compiling reggae with dub (7): Error: Expected valid JSON token, got 'import co'. $ ````...
Fix for issue #11. This is just a quick and dirty hack; if anybody has a better idea of how to fix it, please speak up or submit a counter-pull....