Peter Keše
Peter Keše
Here's an actual real world problem that Fable.Python can solve... PyTorch has a JIT mode, that can make neural network models run much faster: [Speeding up model training with PyTorch...
``` > ./build.sh Executing Paket... paket.lock file found, restoring packages... Running on linux/macs => using Mono ./build.sh: line 25: mono: command not found ``` I tried running build.sh on Linux...
If I include ```swift .package(url: "https://github.com/rxwei/Parsey.git", from: "2.1.0"), ``` ... everything breaks :-( It appears that git tag 2.1.0 is missing all source files except 'Functional' and 'Operators' -- see:...
https://github.com/Zaid-Ajaj/SAFE.Simplified/blob/714f061662d2ff9946b9b01b35e80133e7aad857/client/src/Client.fsproj#L15 Use 3.2.0, see https://github.com/thoth-org/Thoth.Json/issues/45 for details.
I'm having trouble calling ```fsharp prop.style [ style.borderBottom (1, style.borderStyle.solid, "#888") ] ``` due to ``` error FS0041: No overloads match for method 'borderBottom'.Known types of arguments: int * Styles.IStyleAttribute...
I'm trying to parse some real world manually written documents with some type inconsistencies: ```yaml { a_func: ["Math.negate"] b_func: ["Math.divide", 1000] c_func: "Math.abs" } ``` In this case there are...
In `MapYaml.AndRequireFullProjection` with Schema: ```fsharp type Schema = { dict: Map number: int items: int list } ``` and an empty document: ```yaml # empty document ``` There is an...
Hi, After spliting my Legivel-touching test code into multiple files, I have found out that I'm getting some inconsistent error traces originating from Legivel code when multiple tests are run...
... Click on site to navigate to login / members area, then click browser back button: location changes but page won't update.
I've been playing with F# solution. I didn't benchmark it though (and it's not optimized through any benchmarking - I just wrote the way it felt balanced between performance and...