Matt Gallagher
Matt Gallagher
## The bug When splitting some F# code over multiple lines in a way that the F# compiler permits, Ionide syntax highlighting stops working correctly. It is particularly noticeable because...
Babel is no longer part of the default template from `dotnet new safe`. This made npm and webpack maintenance easier, but means that the client is no longer compatible with...
It seems that it is not recommended to ignore files it contains. See https://github.com/fsprojects/Paket/issues/2840#issuecomment-488618766. The inconsistent documentation caused confusion in https://github.com/SAFE-Stack/SAFE-template/pull/526
### Description I'm trying to set up Emacs to use it as my full-time F# editor. I'm having trouble setting up eglot to enable basic IDE features like go to...
With the default SAFE Template, importing an npm-installed font via SCSS doesn't work. Errors are shown in the console stating "OTS parsing error: invalid sfntVersion". Replacing the following line in...
### Describe the bug Module names are not highlighted in versions 7.8.2, 7.8.3 and 7.8.4, but were in version 7.7.1 ### Steps to reproduce 1. Add a new F# file...
### Description In some locales, strings representing decimal numbers sometimes have thousands separators. For example, the number 4242 might sometimes be written as 4,242 in the UK. This is parsed...
See https://github.com/SAFE-Stack/SAFE-template/issues/588 for context. Probably makes sense to add to the v5 upgrade recipe.
I've come to this repo because I've seen a project which refers to it to create a language server. After spending a while digging around, it's not obvious to me...
Hi Simon! Thanks for this library 🙂 It would be useful to have a comparison against [Stripe.net](https://github.com/stripe/stripe-dotnet), perhaps in the README. I'm working for a client who wants Stripe integration...