Tim Oliver
Tim Oliver
I’ve finally tested this too. libdsm works on my Synology NAS if I have it’s minimum SMB version set to 1, but will outright refuse to connect if I set...
If Windows 10 automatically disabled SMBv1 on your system, here's how to turn it back on: https://www.kapilarya.com/how-to-enable-or-disable-smb-protocols-in-windows-10 :) Libdsm was built from the beginning as an SMBv1 library. If it...
This is an open source project that people contribute to in their free time. If you think it "needs to be supported properly", then please, by all means, start filing...
@yllekz I was half joking about turning it back on (That's what the ':)' was for at the end). I apologise. Yeah! I'm following the progress of libsmb2 and a...
If it's looking like Apple has legitimately goofed up their implementation of the protocol, it might be worth [filing a radar](https://bugreport.apple.com) to see if they'll look at fixing it in...
@jabohn I'm sure they'll let us know when and if they've made progress. 😉 @sylverb This might already be common knowledge. I'm not sure if this helps, but Apple has...
Great idea @lucasmpaim! This should be relatively easy to do. If anyone wants to try it and file a PR, that'd be much appreciated!
G'day Ben! :D Oh no. I might have screwed up one of the initialisers if the buttons weren't appearing. I just pushed a fix to `master`. See if it's still...
Uhhhh. Hmm. That might be implicit behavior of the `UIBarButtonItem` when it's dealing with what it thinks is a vanilla `UIView`. I'm not sure if there's a way I can...
Sounds fine to me. 🙃 Yeah, I don't know. Maybe there's a layout property in UIKit where you can set the preferred content size of a view. I'd need to...