-
Hi,
just stumbled on this problem:
this does not work
```f#
open Fable.Recharts
open Fable.Recharts.Props
module SVG = Fable.Helpers.React.Props
open Fable.Helpers.React
```
and le…
-
### Description:
When defining a local F# function in a Fable project with a name that matches a global JavaScript function (e.g., `setTimeout`, `clearTimeout`), Fable always references the local fun…
-
When following the sample within the SAFE template, the line chart did not render and produced this error message in the browser console:
`warning: React does not recognize the `dataKey` prop on a …
-
Just a quick suggestion: have you looked at how ts2fable are generating F# types from typescript definitions? https://github.com/fable-compiler/ts2fable
I'm sure this is old news and apologies if s…
-
"Icons and/or other visual cues for different formats and levels"
See also https://github.com/blacklight-fable/fable/tree/master/app/assets/images/contenttypes
-
This may make it easier to work with lags (correctly) with fable or other non-epipredict forecasters. I'm not sure if fable AR works properly if you just have e.g. lag(exog, 7L) in the formula if the…
-
These generics are used within `fable` models for producing a single model (`estimate()`) or a collection of models (`model()`) from model definitions.
To avoid "namespace grabbing", these generics…
-
Today we provide pixijs bindings for the following niche
niche#1 - Fable developers
> who want to do game/multimedia development
niche#2 - .Net F# developers
> who want to learn about the js…
-
https://gitter.im/fable-compiler/Fable?at=5e57ada65c32162f5ba12d79
-
Potential seasonal or date format issue
---
I think this may have to do with the seasonal special, but we're getting NULL models on yearmonth data when normal dates work. We're also seeing both retu…