Marko Grdinić
Marko Grdinić
When I try to load `futhark-pyopencl.hs` or any other file from the [Futhark compiler](https://github.com/HIPERFIT/futhark) in the main source directory in Atom, `ghc-mod` takes up a large amount of memory and...
I am guessing the plugin is incorrectly counting lines for some reason. In the attached screenshot it literally puts me 15 lines away from the error every time I compile....
I want to use Rx with [Kivy](https://kivy.org/), but it does not come with a scheduler for it. I know from past experience that to implement the Elm pattern I will...
```fs open FSharp.Json type ClientMsgs = | ProjectDir of string Json.serialize (ProjectDir "qwe") |> Json.deserialize |> fun (x : ClientMsgs) -> x |> printfn "%A" ``` This throwing an exception...
Right now, I suspect Hopac just writes them in the standard error stream of the console, but I'd like to redirect it. I thought of doing my own [`TextWriter`](https://docs.microsoft.com/en-us/dotnet/api/system.io.textwriter?view=net-5.0) and...
I am trying to compile it using the VS 2019 Preview on Windows 10, and am running into difficulties. For example, when I try to rebuild `Hopac.Core` I get... ```...
The code segment in the middle does not show up correctly for me. I don't know why this is happening; I see nothing obviously wrong in the .md file itself....
After trying it for a while, I cannot shake of the perception that there is something broken somewhere. After the project is cloned and opened in VS, the first issue...
test_add_sums, test_pow_matrix, test_sum_trans in the test_cudamat.py module sometimes randomly fail
I am testing this on Windows 10, Cuda 6.5, GTX 970, i4690k. Most of the time the test finish perfectly in 0.6 seconds on my machine, but 10-20% of the...
As the title says. As a newbie to this, it was not immediately obvious what those 50 build errors meant. I had to compare it with the F# WPF template...