redirect std out to a string?

2020-05-20 Thread Kaitlyn Emmons via Digitalmars-d-learn
is there a way to redirect std out to a string or a buffer without using a temp file?

Re: Allocate more space for fiber if gardpage hit?

2020-04-23 Thread Kaitlyn Emmons via Digitalmars-d-learn
On Friday, 24 April 2020 at 04:50:12 UTC, Kaitlyn Emmons wrote: Is it possible on windows to dynamically size fibers? follow up question, if i allocate way more space for a bunch of fibers then they need, will the space just get reserved? EG if i have a fiber that never goes beyond 4 pages bu

Allocate more space for fiber if gardpage hit?

2020-04-23 Thread Kaitlyn Emmons via Digitalmars-d-learn
Is it possible on windows to dynamically size fibers?

Re: Dub will not load bindbc-harfbuzz

2020-04-09 Thread Kaitlyn Emmons via Digitalmars-d-learn
On Thursday, 9 April 2020 at 11:40:12 UTC, rikki cattermole wrote: How old is your build of dub? "betterC" build option was introduced in 1.20.0 I have tried several times to get new version of dub from https://github.com/dlang/dub/releases but it then it wont query the register at all PS

Dub will not load bindbc-harfbuzz

2020-04-09 Thread Kaitlyn Emmons via Digitalmars-d-learn
Failed to load package in C:/Users/snuff/AppData/Local/dub/packages/bindbc-harfbuzz-0.2.1/bindbc-harfbuzz/: BuildOption does not have a member named 'betterC' I am not sure why it is not working. .. my dub.json looks like this { "name": "graph", "authors": [ "Kai