chadwackerman

Results 11 comments of chadwackerman

I just stumbled upon this and yes it should be fixed. You're using Streams incorrectly. Uploading a 1GB file in 16MB chunks yields a 2GB memory allocation. @prakashguru provided working...

I don't believe either of us are handing off some random stream. That's not what we mean by streaming. I'm opening a FileStream on a file of known size. DropBox...

Ah, the dreaded "enhancement" label. This is actually a bug. I'm seeing a lot of companies on GitHub with minimal C# experience offering pretty shaky C# clients. Async wounded most...

With a seekable stream (almost all of them are) you get retries and minimal memory usage. The default codepath should be the 1% fallback codepath, not the primary one.

Threads like this one are the most depressing type of Microsoft issues threads. Unfortunately there are literally hundreds of them scattered amongst the more poorly managed projects. Year one: "It's...

This whole project is an embarrassment. Dropbox has a client written by people who obviously don't know or care how .NET works, yet it's fine. Meanwhile OneDrive crashes at runtime...

@andrueastman It's difficult to be constructive here because the whole Kiota thing is clearly something we'll all be looking back on in a few years and laugh about. "What the...

@baywet Thank you for daring to step into this conversation. In my case, I have a helper method that determines the App Folder inside OneDrive. Like so many other gaps,...

@baywet You're taking my examples a bit too literally and squaring off my attempts at a Socratic circle. I understand how you got here. You do not yet seem to...

> Wrapper method which, without you sharing additional context on why you're doing so, seems like it's not achieving the (assumed) goals of reusability or indirection. @baywet: My method works...