-
### Description
Trying to use BigInteger (bigint) in an F# program does not seem to be supported by Fable.
### Repro steps
Create file `bigint.fsx` with the following contents:
``` fsharp
let x = 1…
-
Fable 0.3.26 fails to translate the following:
``` fsharp
module Foo
let delay (f:unit -> unit) = f
let rec a = delay (fun () -> b())
and b = delay a
```
You get an error:
> the value or member d…
-
I'm working on a demo using Redux with Fable (see here: https://github.com/psfblair/fable_redux_skeleton) but a type-related problem has me stymied.
I'm opening an issue because this is too long for G…
-
In playing around with mysql bindings, everything works as expected using the standard callback approach. And although I haven't yet tried it, I'm sure I could easily move to a promise-based approach,…
-
### Repro steps
ts2fable (fable version 0.3.22) generates a F# file for Pixi.js (v: 3.0.9 dev) however it appears to be an incorrect translation - wont compile due to:
### Expected behavior
A valid …
-
### Description
When I use ts2fable to import the node-mysql library, I get lots of interfaces like this:
``` fsharp
IConnectionOptions =
abstract user: string option with get, set
…
-
# Usecases:
- Decks.OpenMirage.org
- WWW.OpenMirage.org (Xen mode, content served from a block device)
- WWW.OpenMirage.org (Crunched)
- Personal home pages for: @samoht @mor1 @djs55 @amirmc @jonludla…
avsm updated
10 years ago
-
(extracted from #102, running parallel to #109)
## Core Unix/Xen libraries:
- [ ] **shared-memory-ring**: Builds shared memory-based point-to-point communication protocols. Is reasonably mature and ca…
avsm updated
10 years ago