Eyal Posener

Results 70 comments of Eyal Posener

I see. I think it is possible to add the nospace option by default, manually add space to completed terms, and enable an option for specific terms not to add...

> @posener, Do you have a suggestion for a better name than PrefixFilter? It was the best name I could think of at the time without reusing any terms that...

Hi, Thanks for the suggestion, sorry for the delayed response. [Here](https://github.com/posener/complete/blob/master/cmd/install/zsh.go#L38) is the way `complete` works with zsh. We add one zsh command to complete all completions of a single...

Great! Help with this issue is welcome! :-)

Hey there, See [`New()` doc](https://github.com/posener/gitfs/blob/ea4e48d73ab9a07f817860bdd5fb0bddff1f68b0/gitfs.go#L183) Did you try `github.com//@#`?

Hey, Yes, this is currently not supported. This is the [switch]( https://github.com/posener/gitfs/blob/ea4e48d73ab9a07f817860bdd5fb0bddff1f68b0/gitfs.go#L196) where the URL is being matched to any of the supported. What prevents you from using the HTTP...

> It seems like it would be a fairly trivial transform, e.g. strings.Replace(url,"[email protected]:","https://github.com/",1) I wouldn't do that. If a user provides ssh credentials URL it means that the user wants...

Hey, are you using a windows machine by any chance?

I see. The Windows' forward slash looks to cause the error. I guess here: https://github.com/posener/gitfs/blob/23d43300579d7c7b147ca7cc93adad6c94ec8291/internal/binfs/binfs.go#L142 I think that the error is here: https://github.com/posener/gitfs/blob/23d43300579d7c7b147ca7cc93adad6c94ec8291/internal/localfs/localfs.go#L28 When reading from a Windows filesystem, the...

Hey there. Can you elaborate on what exactly you are doing? and what memory usage do you see? Thanks!