Greg Camp
Greg Camp
This would definitely be very helpful. I am working on a rewrite of an iOS app into Flutter. This plugin is great as I've become used to a minimap. Having...
We just recently fixed this ourselves. Change this line - https://github.com/ume05rw/SharpCifs.Std/blob/d74af592ac052750ab56c91183f5319d58a93031/SharpCifs.STD1.3/Smb/SmbTransport.cs#L100 to this: foreach (var transport in SmbConstants.Connections.ToArray())
@GoldenCave You're welcome! We decided to fork it and publish an internal NuGet package. There might be other viable solutions out there, but this one has worked well up until...
Same problem for me. However, I discovered that colorize.sh and highlight did not have the execute bit set, so I ran these two commands: ``` chmod +x ~/Library/Quicklook/QLColorCode.qlgenerator/Contents/Resources/colorize.sh chmod +x...