kerams

Results 65 issues of kerams

**Repro steps** Clone https://github.com/kerams/repro/, open Program.fs, target either `net6.0` or `net7.0`, run in **Release mode**. **Expected behavior** ``` Byte - 53, in total 1 [|146uy; 1uy; 53uy|] ``` Printed 10...

Bug
good first issue
Area-Compiler-CodeGen

When manually creating and executing a batch of commands, these don't show up after `FinishProfiling`. When I remove the batch and execute them on the database, they do appear. Is...

🪲 bug

### Description Arithmetic operations on a float32 may produce numbers that are only representable as float64. ### Repro code [This](https://fable.io/repl/#?code=A4JwlgdgLgZhAEAiApAQUfAFAJgOwDp4B6eARgAZ8BKAWAChRJYEV0s8ZizyYqg&html=Q&css=Q) prints ``` 2.7 2.7 ``` but 2.7 is not a...

### Description `Reflection.FSharpType.IsUnion typeof` returns `false`. ### Expected and actual results Expecting `true` like on .NET. ### Related information * Fable version: Online REPL

replacements

I've updated my application to v6 of Fable.React and while everything compiles fine, I am now getting a blank page with this error: ``` Uncaught TypeError: undefined is not iterable...

Implements #134. @isaacabraham, what's the goal here? Did you just want to avoid mucking around with Task Async conversions in your code? This PR delivers on that front (though the...

Fixes #286. I think document info should always be in unicode, regardless of the PDF body encoding.

When setting the document title to `Ελληνικά`, I end up with `Ł»»·½¹º¬`. The same string renders correctly when it's written into a paragraph.

### Description The following snippet causes an error message box to appear in the VS instance that consumes the type provider. ```fsharp let typ = ProvidedTypeDefinition ("Blah", Some typeof) let...

bug

Numbers are spaced out, which is not 100% grammatically correct. It should be easy to adapt should you decide that you want to support the "compact" form as well. Slovak...