Oscar Campos

Results 139 comments of Oscar Campos

What is the value of your `$VENGO_HOME` environment variable?

Well, for some reason your SHELL is failing to find `$VENGO_HOME/MyEnv` (the function is implemented [here](https://github.com/DamnWidget/VenGO/blob/master/bin/includes/env#L20-L29)), I will try to drop that SHELL session and start a new one.

VenGO works with the following paths on Linux: - `~/.VenGO` - `~/.cache/VenGO` The only difference between the `lsenvs` and the `vengo_activate` commands is that the `lsenvs` is executed by Go...

Can you give me more information? Did you had Go already installed in your machine when you first installed VenGO? Can you tell me the output of `ls ~/Library/Caches/VenGO`?

Did you run `emerge --sync`?

Try to execute the following: ``` bash sudo layman -a sublime-text sudo layman -S sudo emerge --sync sudo emerge --ask --verbose sublime-text ```

That QML package is not mine, but the author made some PR to this project as his highlighting was better then the one that I used to have in here....

Hi @shtemberko, SublimePySIde highlight support is a contribution from @skozlovf so I will close as soon as he considers it can be closed. Thank you.

I did some small tests with pickle, and it's faster than Json but no faster than Ujson for reads (still faster for writes). I like the idea of use global...