John Colvin

Results 77 comments of John Colvin
trafficstars

cc @atilaneves w.r.t. unittests running in dependencies

> This is a new issue I am also facing in Visual Studio Code (Windows) dev container (debian 9). > It was working all the time and now it fails...

no, same problem. Is there an easy way I can enable debug output or something?

Where would I put that setting? I'm not using vscode.

The lack of configurability is a real pain at the moment

I'm in the process of doing this, I'll let you know as it progresses.

This has been delayed a little as I've changed my focus. Current plan: 1) Simple unicode-correct (at very least UTF-*) line-editing library in idiomatic D. No global state, can operate...

Presumably you just mean `alias` not `alias this`?

Can we wrap non-copyable structs as private members in classes and use std.typecons.Proxy to forward everything? Or will pyd still choke on the non-copyable private member?

I think what's meant is a generic "Python Variable" type, so on the D side you can work with something returned from python without knowing at compilation time what type...