-
Re: Util.WithStyle() doesn't apply to false bool
Looks like the class in the child element (span.false) is overriding the parent style. I'll figure out a way to fix this in the next build.1 · -
Re: Issue With Chromium Engine
Try the latest beta (6.14.2). LINQPad no longer uses a local URI and populates the DOM entirely with JavaScript. It also retries if the browser fails to respond. This should maximize the chance of it…1 · -
Re: Sticky table headers.
Thanks - it is great to be able to use the features of a modern browser.1 · -
Re: Intellisense in LinqPad.
With LINQPad 5, LINQPad.config controls default configuration options for queries that you run. LINQPad.exe.config is for the LINQPad host itself. This includes some binding redirects and settings th…1 · -
Re: Bug? $ strings supported in C#, but not F#
I believe this is due to LINQPad being stuck on an older version of F# - because of this issue: https://github.com/dotnet/fsharp/issues/8560 The good news is this issue is part of the 16.10 milestone…1 ·