Kittipat Virochsiri
Kittipat Virochsiri
Hi, Is it possible to have a release without dopamine & tensorflow dependencies? We want to include to support this environment in [our project](https://github.com/facebookresearch/ReAgent/) but we are using PyTorch so...
Hi, What is the reason that `Navigator.sendBeacon()` is not available? I'm new to Fable (and F#) but the method signature looks simple. Can this be added? https://github.com/fable-compiler/fable-browser/blob/master/src/Navigator/Browser.Navigator.fs#L135
Hi, I use `-d --tx 2*popen//python=python3.7` to try to run my tests in subprocesses. However, it looks like the subprocess is reused between tests. I want each test to run...