mw66
mw66
Nowadays even a single machine have multiple cores, but python Threading only use 1, for many application (e.g. in my case) I want to use the extra core to speed...
Maybe you can upload your code somewhere, so others can take a look first.
I tried to use `dub build -v --compiler=ldmd2` here to print out the exact command: It is building a library: (I specifically added: "targetType": "library" to the dub.json) ``` ~/project/contrib/grpc-dlang...
@kinke find the cause of the problem: """ it looks like -J -lib is the problem. LDC accepts -Jmy/dir as well as -J my/dir, so an empty/invalid -J swallows the...
and maybe add another flag: e.g. max_cut_off=="year", any thing beyond 1 year ago, show the date as it is: e.g. "Mar 10, 2019".
A related question: is it possible to make a round trip, e.g. ``` // in D: Dtype genDObj() {...} void foo(Dtype dObj) { // round trip, get back the D...
> > ``` > libDdll ~main: building configuration "python39"... > > ERROR! Autowrap could not wrap aggregate `pyd.pydobject.PydObject` for Python > > > ERROR! Autowrap could not wrap aggregate `deimos.python.object.PyTypeObject`...
Encountered this problem today: ``` class Foo { immutable string BAR = "bar"; } ``` when build .dll, autowrap will report: ERROR! Autowrap could not wrap aggregate `mydll.Foo` for Python...
Wow! nice, why not release the backend convertor? or is it on github already?
Actually it's never too early to release :-) As long as you got the basic stuff and workflow working, you can start to release from version 0.01 for example, and...