Skip to content

Commit

Permalink
Merge pull request #54 from amplifying-fsharp/recap-session
Browse files Browse the repository at this point in the history
Add page for recap session
  • Loading branch information
nojaf authored Aug 22, 2023
2 parents 97fe2c0 + 4c87b80 commit 5d41c62
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/content/sessions/2023-06-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

4 changes: 2 additions & 2 deletions src/content/sessions/2023-07-07.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion src/content/sessions/2023-07-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ zoomPasscode: "fsproj"
issueLink: https://github.com/dotnet/fsharp/issues/8764
company: Fronius International GmbH
youtubeId: eTEF3r_J1EA

---

## Topic
Expand Down
3 changes: 1 addition & 2 deletions src/content/sessions/2023-07-21.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
22 changes: 22 additions & 0 deletions src/content/sessions/2023-08-25.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
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)

0 comments on commit 5d41c62

Please sign in to comment.