Skip to content

Commit

Permalink
format pages
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarfgp committed Aug 22, 2023
1 parent 02acde1 commit 4c87b80
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 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
3 changes: 1 addition & 2 deletions src/content/sessions/2023-08-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c87b80

Please sign in to comment.