From 02acde108e8a1e0eeef60216c81c1e859fdd8f83 Mon Sep 17 00:00:00 2001 From: edgardev Date: Tue, 22 Aug 2023 14:57:27 +0200 Subject: [PATCH 1/2] Add page for recap session --- src/content/sessions/2023-08-25.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/content/sessions/2023-08-25.md diff --git a/src/content/sessions/2023-08-25.md b/src/content/sessions/2023-08-25.md new file mode 100644 index 0000000..3b917e3 --- /dev/null +++ b/src/content/sessions/2023-08-25.md @@ -0,0 +1,23 @@ +--- +title: Amplifying F# Recap +preview: Amplifying F# Recap +isDraft: true +date: 2025-08-25T13:00:00.000Z +slug: "2023/08/25" +champion: Edgar Gonzalez +zoomLink: "https://us06web.zoom.us/j/83552068376?pwd=ZWlzZmNxUzVKZDQ2R0FJQ2Q1NlNnQT09" +zoomPasscode: "120075" +issueLink: "" +company: FundOurselves +youtubeId: "" + +--- + +## Topic + +Now that we are back from the summer break, we will have a recap of the Amplifying F#. +We would like to take a moment to reflect and showcase what we have achieved so far and what we can do better in the future. + +## Champions + +- [Edgar Gonzalez](https://github.com/edgarfgp) From 4c87b80960da91a687bad3b1300fc43bc176e874 Mon Sep 17 00:00:00 2001 From: edgardev Date: Tue, 22 Aug 2023 15:00:43 +0200 Subject: [PATCH 2/2] format pages --- src/content/sessions/2023-06-23.md | 1 - src/content/sessions/2023-07-07.md | 4 ++-- src/content/sessions/2023-07-13.md | 1 - src/content/sessions/2023-07-21.md | 3 +-- src/content/sessions/2023-08-25.md | 3 +-- 5 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/content/sessions/2023-06-23.md b/src/content/sessions/2023-06-23.md index bfd3dbb..63d50b6 100644 --- a/src/content/sessions/2023-06-23.md +++ b/src/content/sessions/2023-06-23.md @@ -38,4 +38,3 @@ Learn all about `ColdTask` and friends in this session! - [Resumable State Machines - F# Compiler Community Session](https://www.youtube.com/watch?v=GYi3ZMF8Pm0) - [Resumable code and tasks - F# Community Review Session](https://www.youtube.com/watch?v=B6m_vJ-a2dM) - [ConfigureAwait FAQ (or what is backgroundTask)](https://devblogs.microsoft.com/dotnet/configureawait-faq/) - diff --git a/src/content/sessions/2023-07-07.md b/src/content/sessions/2023-07-07.md index bb0ab65..99069f5 100644 --- a/src/content/sessions/2023-07-07.md +++ b/src/content/sessions/2023-07-07.md @@ -13,11 +13,11 @@ zoomPasscode: "parser" ## Topic -You expect your IDE to work well with your code. You expect it to provide you with code completion, navigation, and refactoring, highlighting, and so on. +You expect your IDE to work well with your code. You expect it to provide you with code completion, navigation, and refactoring, highlighting, and so on. But what if your code is broken? What if it doesn't compile? -What if it's not even valid code? +What if it's not even valid code? In fact, your code is broken most of the time during editing, without you even realizing it. That's where parser recovery comes in. It's a technique that allows IDEs to work with broken code. diff --git a/src/content/sessions/2023-07-13.md b/src/content/sessions/2023-07-13.md index 073d008..026941e 100644 --- a/src/content/sessions/2023-07-13.md +++ b/src/content/sessions/2023-07-13.md @@ -10,7 +10,6 @@ zoomPasscode: "fsproj" issueLink: https://github.com/dotnet/fsharp/issues/8764 company: Fronius International GmbH youtubeId: eTEF3r_J1EA - --- ## Topic diff --git a/src/content/sessions/2023-07-21.md b/src/content/sessions/2023-07-21.md index 08e3c38..6887cda 100644 --- a/src/content/sessions/2023-07-21.md +++ b/src/content/sessions/2023-07-21.md @@ -10,14 +10,13 @@ zoomPasscode: "fshttp" issueLink: https://github.com/fsprojects/FsHttp/issues/106 company: GR-OSS youtubeId: sixZfpTO_po - --- ## Topic While being fairly feature complete, there are Web APIs out there that show that there is still room for improvement in FsHttp. An issue was raised by an user with a usecase that requires multipart requests with filename metadata. This is currently not supported by FsHttp. -In this session we'll change that by adding the needed bits to the http DSL of FsHttp. +In this session we'll change that by adding the needed bits to the http DSL of FsHttp. ## Champions diff --git a/src/content/sessions/2023-08-25.md b/src/content/sessions/2023-08-25.md index 3b917e3..971e742 100644 --- a/src/content/sessions/2023-08-25.md +++ b/src/content/sessions/2023-08-25.md @@ -10,12 +10,11 @@ zoomPasscode: "120075" issueLink: "" company: FundOurselves youtubeId: "" - --- ## Topic -Now that we are back from the summer break, we will have a recap of the Amplifying F#. +Now that we are back from the summer break, we will have a recap of the Amplifying F#. We would like to take a moment to reflect and showcase what we have achieved so far and what we can do better in the future. ## Champions