Lincoln Atkinson

Results 5 issues of Lincoln Atkinson

I would like to get a "resolve unopened" fix for this (`open Sytem`) ``` fsharp String.Format("{0}", 42) ``` But I don't, because `String` is a valid, in-scope F# module name,...

bug
up-for-grabs

Motivated by http://stackoverflow.com/questions/31305580/fsharpchart-two-scales-on-same-graphic. I assumed that "customizations" to chart objects were done in a non-mutating way, i.e. a fresh new chart was created with the specified customization, and the original...

``` fsharp #load "../packages/FSharp.Charting.0.90.12/FSharp.Charting.fsx" open FSharp.Charting let chart = [1..10] |> List.map (fun n -> (n, n)) |> Chart.Line ;; ``` This displays the chart, as expected. Now close that...

Last fall, AgileBits release an official first-party CLI. According to the docs, their CLI only interfaces with hosted vaults, it doesn't touch agilekeychain or opvault vaults. https://blog.agilebits.com/2017/09/06/announcing-the-1password-command-line-tool-public-beta/ https://support.1password.com/command-line/ This project...

I installed the extension and successfully ran "azure login" command. After pasting the token into the webpage and selecting my account, VS Code appears to get stuck on "Getting the...