ruimgoncalves

Results 11 comments of ruimgoncalves

This is the full set of instructions I use to build Vector for Windows 10(x86), assuming you have installed all required components listed above. ``` set RUSTFLAGS=-Ctarget-feature=+crt-static set RUST_LTO= set...

The version that is currently active in my system is the one installed by Strawberry Perl. 1. From Strawberry in `C:\Strawberry\c\bin\openssl.exe` version `OpenSSL 1.1.1g 21 Apr 2020` 2. From git-scm...

Aren't you just missing it in the PATH environment variable? `export PATH="$HOME/.cargo/bin:/c/Strawberry/perl/bin:/c/Strawberry/bin:/c/Program Files/CMake/bin:$PATH"`

This is true for mac, but in windows is still slow.

Hi, Any new developments on this issue? Thanks

Puff, Puff, .. got it working... Here goes some instructions to help others like me ``` npm i -g jspm cd test\e2e-smoketest npm install cd ..\.. node test\e2e-smoketest\server.js ``` Goto...

The enter key is only being sent at the end, and the Completed event is only triggered when the control loses focus, witch I guess is fine. ![image](https://user-images.githubusercontent.com/1674884/195828377-6f9078ad-ecc9-411c-8666-5b556275db73.png)

This slowdown happens whenever I open any large file. I'm using nvim 8 and was trying to view a 120m SQL file and even without syntax highlight and TSBuffDisable, its...

Sorry, this does little to the performance of sql files >100 megs I'm windows.