Re: Deprecation: std.stdio.File.ByChunkImpl is not visible

2019-12-24 Thread psyscout via Digitalmars-d-learn
Many thanks H. S. Teoh! It works!

Deprecation: std.stdio.File.ByChunkImpl is not visible

2019-12-23 Thread psyscout via Digitalmars-d-learn
Hi all, I'm trying to resolve a Deprecation message. File.ByChunkImpl is private which cause a compiler message. Any clue how to to deal with this? (Deprecation: std.stdio.File.ByChunkImpl is not visible) struct PutObjectRequest(Range) if (isInputRange!Range && is(ElementType!Range

Re: serve-d and spindump

2019-09-14 Thread psyscout via Digitalmars-d-learn
On Friday, 13 September 2019 at 23:47:00 UTC, Joel wrote: On my macOS 10.14.6 computer, I close serve-d thread when it's using too much CPU, I also knock off spindump for the same reason. I get artifacts and junk that flash on my screen - I don't know if that's connected to removing those or