Casper Verhaar

Results 8 comments of Casper Verhaar

Are you looking for contributions here? I'd love to contribute.

I think this issue is really interesting, but you make a valid point about the amount of work involved. Since I'm currently finishing up my degree and also working part-time,...

Both Windows Explorer and the cmd `dir` command hide hidden files and folders, but not dotfiles. In Windows Explorer you can enable an option to view hidden files, although this...

How about making it configurable? So either mirror the 'default' Windows behavior, or mirror the behavior of `ls` on MacOS, based on the users preference.

I'd like to help out with the Windows support, so some tracking issues would be nice.

@andrueastman would you be interested in a PR adding an alternative upload task which supports chunked uploads? That could serve as a good stepping stone towards a parallel version of...

Removing the `Ok` doesn't compile, if I change the return type to `IQueryable` it does, but the return value is missing the `@odata.context` property. Without wrapping return type of `Get`...

> The reason is that OData serializer needs the SelectExpandClause to decide which properties should be included. In your previous implementation, OData serializer can't get the 'SelectExpandClause' since you call...