Anthony Scopatz

Results 347 comments of Anthony Scopatz

I don't disagree that the whole file need to be read in. It is not _what_ git-fat is doing that affects usability, it is the sequence it is doing it...

Updated the language to reflect the IP address consideration and UUIDs. Also, I think that any IP pinging or location reporting will have to be done client-side. While this is...

Updated the language again!

Hi @rgbkrk - isn't this covered under the "standard sever log" language?

I'll add your examples for clarity. Couldn't hurt!

Looking at the code, I am pretty sure it is the `getChar()` function that is causing the issues.

Yeah, actually, now that I am trying it out, I think that the problem might be ``` source-bash $SRC/dotfiles/zsh_custom/aliases.zsh --overwrite-alias ``` What is the content of `aliases.zsh`? And is there...

I think that there is definitively some weird alias override issue going on give what is in https://github.com/gsaga/dotfiles/blob/master/xonsh/autoload/functions.xsh

In your xonshrc can you `print(aliases)` so we can see what is going on? Also, can you try just not registering one or two of the functions in that file...