Tomas Leko
Tomas Leko
Normally when a function has multiple arguments one can pattern match with multiple arguments like this: ```unison test: Nat -> Nat -> Nat test = cases x, y -> x...
### Describe the bug** When sending selection to FSI the first time (Ionide opens fsi terminal) the __SOURCE_DIRECTORY__ has the wrong value so #load does not work correctly. Sending the...
Converting `Decimal.MinValue` to `bigint` and back to decimal returns -1 instead of `Decimal.MinValue`
### Description Converting `Decimal.MinValue` to bigint and back to decimal returns -1 instead of `Decimal.MinValue`. Actually, I just found out that all negative bigint numbers cannot be converted to decimal....
Yesterday, in the [Amplifying F# session about DependencyManager.FsProj](https://amplifying-fsharp.github.io/sessions/2023/07/13/) we tried to solve a problem which occurs with Ionide.ProjInfo when used in a fsi script which is probably the same thing...
### Description I have a fable compatible nuget packages `Constants` and `Library` where `Library` depends on `Constants`. When I add package reference to Library in our SPA app and compile...