Don Syme
Don Syme
Fantastic! I will make you co-maintainer - reviews, upgrades, releases, looking after PRs etc is what we're after for sure * Policies for fsprojects maintainers are [here](https://github.com/fsprojects/fsprojects-admin#an-f-community-project-incubation-space), take a quick...
Cool thanks. We should likely move to auto-publish during main branch build (that's what FSharp.Data and several other "fsprojects" projects are doing)
And welcome @sleepyfran as a new co-maintainer! Great to have you on board :)
@sleepyfran "fsprojects" org on nuget have package access (and @sergey-tihon and I have access to that). Our preference would be to set up an automated publish off main branch using...
@sleepyfran Let me know if you need more help with that
This is not close to complete or even convincing, just putting the basics there to define an `adaptivePatch` function that, when the return closure is invoked, looks for changes in...
> Will look into this next week. Would be really cool to make diffing cheaper Just to mention that it does come with costs in the programming model for adaptive...
This needs some discussion per @nojaf's comments above
> Can we detect imperative code from an AST point of view and should we act upon that? Yes, to some extent. At least we can detect when in the...
@zelenij Thanks, the following worked for me too: > use net6.0 (or 5.0) in Fake's paket section ``` group Build source https://api.nuget.org/v3/index.json framework: net6.0 ```