Cameron Taggart
Cameron Taggart
I can make it so ts2fable finishes, but there will be some `TODO` generated lines that are invalid. I don't know how to manually map this. Could use some help....
@nojaf, can you try the latest @next? I just uploaded it. ``` yarn global add ts2fable@next ts2fable node_modules/@types/jquery/index.d.ts Fable.Import.JQuery.fs ``` If you know how to map the "TODO"s, please let...
I created #128 to track importing from multiple linked files. This doesn't work yet out of the box, but thanks for the test case.
This is happening on 0.5.2 and 0.6.0-build.289 with types/[email protected]. ``` yarn list --pattern @types/react --depth 0 -s └─ @types/[email protected] ```
I'm able to compile it on Windows using the master branch. Using PowerShell, I adjusted the above command by using `${PWD}` and setting the output to `nut.exe`. ``` ps docker...
So just like [in appveyor.yml](https://github.com/rust-lang-nursery/rustup.rs/blob/master/appveyor.yml#L24), where it has: ``` curl -sSf -o rustup-init.exe https://win.rustup.rs/ ``` It should be great if there was an optional `version` parameter, so that something like...
I took a crack at it and published a prerelease. Code is here https://github.com/ctaggart/rustup.rs. We'll need to test on a fresh Windows, but this should install Visual C++ & then...
Chocolatey's automated testing failed, which is pretty cool. Here is the output. https://gist.github.com/choco-bot/c87cef0bfe95885db32a3cf614667d46#file-install-txt-L281-L289 Looks like it times out, waiting for the prompt. I'll pass the `-y` flag in to allow...
[beta2 failed](https://gist.github.com/choco-bot/82a25f64646d75e8a46e7bd96ce1839c#file-install-txt-L285-L289) the Chocolatey automated tests. It timed out after the default of 45 minutes. It is working fine on both of my laptops: ``` C:\WINDOWS\system32>choco install rustup --version 1.0.0-beta2...
I uninstalled Visual C++ Build Tools and tried again. It looks to be prompting, even though I told it not to with a `-y`. ``` C:\WINDOWS\system32>"C:\Users\c\AppData\Local\Temp\chocolatey\rustup\1.0.0-beta2\rustup-init.exe" -y Rust Visual C++...