https://github.com/microsoft/visualfsharp/pull/6634#issuecomment-490977708
Good news everyone, state machine compilation of tasks now works, in the sense that all TaskBuilder.fs tests now pass.
.
Good news everyone, state machine compilation of tasks now works, in the sense that all TaskBuilder.fs tests now pass.
.
GitHub
[WIP, RFC FS-1072] task support (early prototype) by dsyme · Pull Request #6634 · microsoft/visualfsharp
[updated]
This inserts a heavily modified (but semantically almost completely compatible) version of TaskBuilder.fs into FSharp.Core and adds state machine compilation for tasks.
Overview
The inten...
This inserts a heavily modified (but semantically almost completely compatible) version of TaskBuilder.fs into FSharp.Core and adds state machine compilation for tasks.
Overview
The inten...
https://github.com/microsoft/visualfsharp/pull/6634#issuecomment-491365123
And finally I added an example list { .. }, array { .. } and rsarray { .. } for state machine compilation of sequence expressions that generate directly into a ResizeArray (System.Collections.Generic.List<'T>).
.
And finally I added an example list { .. }, array { .. } and rsarray { .. } for state machine compilation of sequence expressions that generate directly into a ResizeArray (System.Collections.Generic.List<'T>).
.
GitHub
[WIP, RFC FS-1072] task support (early prototype) by dsyme · Pull Request #6634 · microsoft/visualfsharp
[updated]
This inserts a heavily modified (but semantically almost completely compatible) version of TaskBuilder.fs into FSharp.Core and adds state machine compilation for tasks.
Overview
The inten...
This inserts a heavily modified (but semantically almost completely compatible) version of TaskBuilder.fs into FSharp.Core and adds state machine compilation for tasks.
Overview
The inten...
Add beta server stub generator for F#/Giraffe · Issue #2802 · OpenAPITools/openapi-generator · GitHub
https://github.com/OpenAPITools/openapi-generator/pull/2802
https://github.com/OpenAPITools/openapi-generator/pull/2802
GitHub
Add beta server stub generator for F#/Giraffe by wing328 · Pull Request #2802 · OpenAPITools/openapi-generator
PR checklist
Read the contribution guidelines.
Ran the shell script under ./bin/ to update Petstore sample so that CIs can verify the change. (For instance, only need to run ./bin/{LANG}-petstor...
Read the contribution guidelines.
Ran the shell script under ./bin/ to update Petstore sample so that CIs can verify the change. (For instance, only need to run ./bin/{LANG}-petstor...
Forwarded from Vladislav K
Twitter
Daniel Hardt
Released 0.1.3 of Terminal.Gui.Elmish fixed: - odd textField cursor behavior if you add Text in the middle or try to delete/backspace text in the middle - Program.quit added https://t.co/hmz0gngwfu Thanks to @kitlovesfsharp and @migueldeicaza #fsharp #terminal…
Forwarded from Dmitry Tabakerov
Forwarded from Sergey Tihon
Немного новостей https://sergeytihon.com/2019/05/25/f-weekly-21-2019-ionide-4-0-fable-announcements/
Sergey Tihon's Blog
F# Weekly #21, 2019 – Ionide 4.0 & Fable Announcements
Welcome to F# Weekly, A roundup of F# content from this past week: News The F# development home on GitHub is now dotnet/fsharp Roadmap to Ionide 4.0 May Announcements for Fable Visual Studio 2019 v…
Forwarded from Ayrat Hudaygulov
5M bid request/s, 2ms Max Response Time - The Road to Damascus
https://github.com/eloraiby/fs-pacer/blob/master/fs-pacer.md
https://github.com/eloraiby/fs-pacer/blob/master/fs-pacer.md
GitHub
fs-pacer/fs-pacer.md at master · eloraiby/fs-pacer
Contribute to eloraiby/fs-pacer development by creating an account on GitHub.
Forwarded from Vladislav K
Bartosz Sypytkowski
Build your own actors
What the actor model is all about? While actors are very broad term, in Software Engineering we comonly refer to them when speaking about languages (like Erlang or Pony) or frameworks (like Akka or Orleans). Here however we'll try to distil this term into…