Mark Junker

Results 54 issues of Mark Junker

A documentation can be found in the [webdavs project](https://github.com/miquels/webdavfs/blob/master/SABREDAV-partialupdate.md)

enhancement

The documentation can be downloaded from Microsoft: [MS-WEBDAVE](https://msdn.microsoft.com/en-us/library/office/cc313126.aspx). The extended error codes are returned using the `X-MSDAVEXT_ERROR` header. A description of the header format can be found in the [MS-WDV](https://msdn.microsoft.com/en-us/library/cc250046.aspx)...

Microsoft Extension

Increases HTTP compatibility See [RFC 7232: HTTP/1.1 Conditional Requests](https://tools.ietf.org/html/rfc7232) Applies to: - [ ] GET request

http-compatibility

The tables aren't rendered correctly: https://fs-uae.net/docs/keyboard-mapping I assume that the reason is the difference in table columns between the key rows and the spacer rows. ```text | NP_MUL | `action_key_mul`...

This libraries `SimpleReducer` relies on `State` being a struct (value type). This should be ensured by adding a `where State : struct` constraint.

It seems that this library currently is IPv4 only. It would be nice if IPv6 addresses were supported too.

Hi, it's possible that a single network interface has multiple IP addresses assigned to it. Maybe we can extend ICommsInterface to return an IEnumerable for all assigned addresses?

Hi, the following projects are ideal candidates for shared projects which would simplify handling with this shared code: - Sockets.Implementation.NET - Sockets.Implementation.WinRT Shared projects are supported natively by VS 2015....

It would be nice, if there would be a way to get the interface a connection belongs to. This would allow us to get the local IP (and not just...

I'm not sure if this project would benefit from async/await support. I have the vague feeling that it might be better to go async/await, because DB-oriented libraries will go async-first...

feature
discussion