jongiddy
jongiddy
Hi @ahfx - for Linux I have a plugin at https://github.com/jongiddy/sublime-gidopen that provides both of these capabilities by right-clicking on the path name in Terminus (or any other view).
Thanks for the suggestion. This line is also modified in #90 so I'd suggest we consider making this change after that has been merged.
I'd be happy to help to get pull requests merged - reviews, add tests, etc.
Email me at (removed email address, @smattheis) and we can arrange something.
Barefoot does some transformation of the PBF files to create an efficient dataset for its use. It would be great to be able to do that conversion in a Hadoop...
Thanks. I love the conciseness of this! PR #90 adds `-o nounset` to this file, so when that is merged, this won't work as is. But it could still be...
I think the implementation looks fine, but I don't like the names `MatcherKStateGeneric` and `mmatchg` for the simple reason that the word "generic" is a Java language artifact and has...
Microsoft Graph's OAuth2 implementation provides a real-world example where a server handling a fragment is required: https://github.com/hyperium/hyper/issues/1621
In addition, the DEB and RPM packages set `/var/run/cntlm` as the `cntlm` user home directory, so it is probably a good idea to run `usermod --home /home/cntlm --move-home cntlm` to...
Another fix is to re-create the directory structure before starting CNTLM. For CentOS 7, see https://www.centos.org/forums/viewtopic.php?p=230529#p230529