Asti

Results 78 comments of Asti

It's been a year since this issue was opened. Are there any plans?

I just wrote my own: ``` function FitText(el) { this.element = el; this.parent = el.parentElement; this.clientHeight = -1; this.clientWidth = -1; this.fit = function (shouldRecalc) { this.parent.style.fontSize = "100px"; if...

No, it doesn't. You can see the dependencies it uses here: https://github.com/jet/falanx/blob/master/paket.dependencies

Hi, This library wraps `System.Reactive` into an idiomatic F# API. The Rx concurrency model, and more importantly Rx semantics are expected from the operators which are non-trivial to write correctly....

Could this be a text-encoding issue?

Additional code-base improvements: - Standardise formatting with Fantomas - Cleanup the use of `Option.toArray` in `Configuration.fs` now that we have implicit yields in F# 4.7 - Add `CompiledName` attributes for...

Hi, I'm sort of facing the same issue. Where can I find a build for v3? I'd like to use the Data Model API, but I'm having a tough time...

In my case, the need is even simpler. The values are generally float, but some of the values don't have a decimal point. This causes the parsing to fail saying...

I tried adding `ScalarToNativeMapping`s add conversions from `int` and `float` to `decimal`, but it looks like the mapper is given what is interpreted and if it doesn't match either one...

Linking https://github.com/fsprojects/fantomas/issues/842