Florian Verdonck
Florian Verdonck
I've used this in the past. In `_body.html` add ```html import mermaid from "https://esm.sh/[email protected]"; mermaid.initialize({ startOnLoad: true, theme: "base", themeVariables: { primaryColor: '#ffdd59' } }); ``` and then use in...
Hello, this is currently not distributed as a tool (some properties are missing in https://github.com/fsprojects/FsLexYacc/blob/master/src/FsYacc/fsyacc.fsproj). Downloading the `FsLexYacc` nuget package does contain the command line tool: ``` dotnet "C:\Users\nojaf\.nuget\packages\fslexyacc\11.2.0\build\fsyacc\net6.0\fsyacc.dll" --help...
This seems reasonable to fix, are you interested in sending a PR?
@dawedawe to see minor degree curious how Fantomas would look like without any `atCurrentColumn` call. Not sure if possible or even visually pleasing but could we at all cost maintain...
So, we had a [session](https://www.youtube.com/watch?v=PlqKbYF_QCE) on this. And coding-wise I don't wish to pursue anything here.
Hello @philippjfr, I'd be interested in picking this one up. Do you have any pointers where on the client code, that WebSocket connection is made?
Is there anything left to do here after https://github.com/bokeh/bokeh/pull/14201 has been merged?
Hi @mattpap, were you able to enable the resubscribe functionality? According to https://panel.holoviz.org/how_to/server/reconnect.html, it appears to be supported. However, our engineers report that they see a pop-up indicating a reconnection,...
> On the related thought, would the `Array.choose |> Array.tryHead` at > > https://github.com/fsprojects/fantomas/blob/d21ab681da1328407aa4d607e67e1174d6214629/src/Fantomas.Core/Trivia.fs#L161 > > work as `Array.tryPick` ? Probably, would accept a PR, but I doubt it will...
Going to close this, but would accept/consider a new PR with this idea.