-
With FSAC 0.34.0 and F# 4.1.18 on Linux:
```
arch-vm[1353]:~% mono ~/.emacs.d/elpa/fsharp-mode-20170918.842/bin/fsautocomplete.exe -v
{"Kind":"info","Data":"Started (PID=109693)"}
parse "FsiBug.…
-
**Describe the bug**
After I open a Solution with `requirements.txt` in its dir Visual Studio detects it and shows a badge with the "Create virtual environment" link. I click it, change `env` to `ven…
-
```fs
let g (x:ViewElement) = x, x.TryGetAttributeKeyed ViewAttributes.LayoutBoundsAttribKey
let x = View.TemplatedView() |> layoutBounds (Rectangle(1., 1., 2., 2.))
// Don't work :(
let a = x…
-
`Error in private config: modules/spacemacs/+spacemacs.el, (void-function bind-map)`
-
### Description
FAKE 5 Runner task doesn't work on Linux build agent
### Repro steps
1. Install build agent on Linux machine following the [official instructions](https://docs.microsoft.com/e…
-
Firstly, huge thanks for sharing your software in the public domain - incredibly generous.
Unfortunately I was unable to get this working on a Windows PC or a Mac. I suspect this may be due to it n…
-
Right now FSI fails in Ionide because we're computing the .Net Framework reference set for parsing script files instead of the proper reference set for .Net Core.
We should fix this, and the route …
-
````
[]
type ToStringStruct =
struct
val x : int
new(x) = {x=x}
override this.ToString() = string this.x
end
let a = new ToStringStruct(123)
````
With this stackframe:
…
-
#### Repro steps
* Add --times to other flags
* disable warning as errors (or remove the warning)
#### Expected behavior
in the output window, I can see the times output
#### Actual behav…
-
i run
open FSharp.Plotly
Chart.Scatter ([1; 2; 3; 4],[12; 9; 15; 12],
StyleParam.Mode.Lines_Markers,
Name="lines and markers")
in interactive but nothing hap…