Eugene Kalinin

Results 50 comments of Eugene Kalinin

Hi atward, Thanks for report. But your result is very strange. Here's my try from aws ec2 instance (`m4.2xlarge`) from Sydney region: ``` $ ./awsping -verbose 2 -repeats 3 Code...

Hm, I believe there's no particular reason for than except the historical one.

Hey @MichaelAquilina ! Thanks for PR. Could you add a setting for this new highlighting mode? Like, `dockerfile_highlight_mode` with values `all`, `spellcheck`, for example.

Thanks for report. What vim version did you use? How plugin was installed?

@lowks Please, try again. Here's my try: ``` ➥ nv version nv 0.8.2 ➥ nv mk --rust-prebuilt=0.12.0 Creating environment: rust-prebuilt-0.12.0 ... * installing rust-prebuilt==0.12.0 ... * done (in 5 secs.)...

@lowks it should work now. Fixed in bb149fecf1a3f ``` bash ➥ nv version nv 0.8.3 ➥ nv ls-versions --rust-prebuilt * rust-prebuilt: 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0 1.6.0 1.7.0 1.8.0...

> rust-prebuilt is equivalent to rust release version what ? Please, read this section of the README: - https://github.com/ekalinin/envirius#check-available-plugins

Seems like, it's a cache. Please, try 1.12.0 version. Here's my try: ``` bash ➥ echo $ZSH_VERSION 5.1.1 ➥ nv mk --rust-prebuilt=1.12.0 Creating environment: rust-prebuilt-1.12.0 ... * installing rust-prebuilt==1.12.0 ......

``` bash # rm -rf ~/.envirius or $ make uninstall $ make install ```

Thanks for reporting. I'll try to do it.