Erik Geiser

Results 10 comments of Erik Geiser
trafficstars

I'm running into the same issue.

In my opinion this is not really idiomatic. I think this kind of problem should probably be solved by a custom `Fetcher`. However, I think during compilation/checking, structs that implement...

I rebased the branch to resolve conflicts in the test file. Let me know if you have any questions or suggestions for the PR.

With this PR, partial domain name labels are now correctly decoded. However, the information whether the label is partial or not is not exposed to the user and marshaling discards...

@pmazzini I removed the superfluous return statement.

I did some further research and found that this is indeed a valid label. As per [RFC 4704 Section 4.2](https://datatracker.ietf.org/doc/html/rfc4704#section-4.2) labels without trailing zero-length field are indeed *partial* names: ```...

Thanks for the PR. We can definitely point users in the right direction if they want to enable cloud sync as long as we add the necessary disclaimers. We'll think...

Sorry for the late response and thank you for your detailed reply. I will be able to try your suggestions out soon, but I was wondering about sequence numbers that...

Thank you so much for you help @oiweiwei, I managed to make it work. In the end it worked a little differently, but with the information in your hints i...

I just noticed that it is possible to configure the SMB dialer myself via a custom transport, so I don't have to rely on credentials of the correct type since...