-
@Pauan and I are getting many errors like the following in the Material UI sample:
error FS0039: The namespace or module 'NodeJS' is not defined. Maybe you want one of the following: N
ode [C:\…
-
I've been working on bindings for [fast-check](https://github.com/dubzzz/fast-check) which are mostly complete.
The library has the ability to do model-based testing, which I have implemented:
…
Shmew updated
4 years ago
-
Hello,
while working on a binding for Fable I encounter a case with a huge number elements to map, around 13 000.
Depending on how I represents those elements the compilation time (when running …
-
This is a continuation of the discussion started [here](https://github.com/fable-compiler/Fable/pull/2774#discussion_r793233947). Not sure about Rust, but because Python and Dart imports work in a sim…
-
We have been keeping track of the progress to publish all libraries to Fable.Core 3.0 stable. Looks like package is still on the beta version. Can you please release a stable version too? if not, what…
-
### Description
*Explanation written for the JavaScript target as perhaps other target can work differently*
When using Fable to publish libraries on NPM or any other dependency management tool,…
-
It seems that development on this project has slowed down? Meanwhile @cmeeren has created also material ui bindings for Feliz. @mvsmal are you going forward with this?, or will there be some sort of …
-
Hi, first off - love the project. I think F# is great syntax for scripting and being able to use it with ease of use of PHP is awesome. Can't wait to see where this goes.
Tiny feature request, if p…
-
I tried to create bindings for jQuery.
```
PS C:\temp> ts2fable .\node_modules\@types\jquery\index.d.ts Fable.Import.JQuery.fs
unsupported TypeNode kind: 139
unsupported TypeNode kind: 139
unsu…
nojaf updated
6 years ago
-
The latest commit `274ac05` of `Fable.Import.Browser.fs` has the following `opens`:
```
open System
open Fable.Import.JS
open Fable.Core
open System
```
I think it's supposed to be `open Fa…