Dave Thomas

Results 250 comments of Dave Thomas

Its probably some artefact of global numbering starting from `a0` and works through sequentially, whereas you don't really present global numbering to the user so you re-label them to start...

I think its the fact you introduces `'a` into scope that the compiler starts with an `'a0` ``` > let compose (f: _ -> int) (g: int -> _) =...

Oh, found it: `export ANDROID_HOME=/opt/android-sdk-linux/` That should be surrounded by an if else, 2 ticks ...

After patching that I get: ``` /usr/local/share/dotnet/sdk/2.0.0/Microsoft.Common.CurrentVersion.targets(1122,5): error MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework...

I have no idea, theres no such thing as installing targeting packs on osx/linux, I have mono 5.4.0.199 which is a September 25 build.

Also tried: ``` export DOTNET_REFERENCE_ASSEMBLIES_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/xbuild-frameworks ``` But that doesn't seem to help matters. Any ideas? /cc @alfonsogarciacaro

I tried debug also, the simulator does not show, fable appears to be watching but thats all that happens.

Yeah I had my droid emulator running at the time, tricky to find any diagnostic output to why it didn't do anything...

Im a bit stuck, no idea on what diagnostics I can do, The RN sample from `create-react-native-app AwesomeProject` seems to work

ok figured it out, a failure command was not been output, will sleep then PR ...