I ordered a MAZDA Roadster 35th Anniversary model (a.k.a MX-5) today!
@midoliy
Support Escalation Engineer at Microsoft | Fun Fan F# Organizer | 発言は個人の見解に基づくものであり、所属組織を代表するものではないです 📄 GitHub : https://github.com/tatsuya-midorikawa 🔹 Fun Fan F# : https://fun-fan-fsharp.connpass.com/ 🎁 欲しいものリスト : https://www.amazon.co.jp/hz/wishlist
I ordered a MAZDA Roadster 35th Anniversary model (a.k.a MX-5) today!
Thank you for your information!
I will find some free time and give it a try!
I tried to create a simple Type Provider example in #fsharp (using .NET 8.0), but I keep getting FS3049 build errors on the console app that is loading the Type Provider library.
Does folks have a simple Type Provider sample?
I've confirmed that the following sample also results in an error:
"dotnet watch run" is borked for f# web projects with .net 9.
The workaround is there though: github.com/dotnet/sdk/i...
Essentially add "--no-hot-reload" option and it's back, lke this:
run dotnet watch run --no-hot-reload
And people ask me why I don’t like *this* platform, lmao.
github.com/dotnet/sdk/i...
My wife has agreed and I will be purchasing a Mazda Roadstar (a.k.a MX-5) in the near future!
Over on LinkedIn
Call for F# participation in Functional Conf 2025!
www.linkedin.com/feed/update/...
#fsharp
F#9 is full of amazing goodies!
Almost there, I think this is the first time that I wait and don't play with previews
learn.microsoft.com/en-us/dotnet...
#fsharp #dotnet
F# code snippet that contains the following F# code --- // For more information see https://aka.ms/fsharp-console-apps printfn "Hello from F#" open BSky.Api open BSky.Client let config = Configuration(BasePath = "https://public.api.bsky.app/xrpc") let apiInstance = AppBskyActorApi(config) let result = apiInstance.AppBskyActorGetProfile("tunaxor.me") let labels = result.Labels |> Seq.map (fun l -> l.Val) |> String.concat ", " printfn $"""Profile: {result.Handle} Name: {result.DisplayName} Followers: {result.FollowersCount} Following: {result.FollowsCount} Posts: {result.PostsCount} Labels: {labels} """ End of the F# code, it also contains the results of calling this code Hello from F# Profile: tunaxor.me Name: Angel Munoz Followers: 229 Following: 281 Posts: 115 Labels:
Looks like @victor.hogemann.com went ahead some time ago and produced a cool NuGet package, if you want to interact from dotnet with the BlueSky API go check it out! github.com/vhogemann/bs...
#fsharp #dotnet #csharp
I have created an issue regarding WebView2. This is very important because once this is resolved, WebView2 will be available from #fsharp script.
github.com/MicrosoftEdg...
The day after tomorrow, my MacBook Air will arrive!!
Funtom.winforms.lit v0.0.1 released!
This library is provided as an fsx file and is intended to make it easy to create GUI applications from #fsharp script.
I plan to add more and more features in the future, so please look forward to them!
github.com/tatsuya-mido...
I arrive at Hyotan Onsen that is a day trip hot spa.
This place is famous for its unique hot spas, including sand baths waterfall baths, in addition to its hot spas.
Sunrise🌅
There are two types of hot springs in the room, and the open-air bath offers a view of the Kannawa’s streams city and Beppu Bay.
I stay at the Hachiyo (八葉) today.
Diner and atmosphere are very nice, and location is good, close to tourist attractions.
I have been on a Jigoku Meguri(地獄めぐり). Compared to Kusatsu, Beppu is a more amusement-oriented hot spring resort.
I arrive at Oita Airport and go to Beppu♨️
I’m almost there and will arrive at Oita Airport!
Now, I’m in the sky☁️
I just arrive at Haneda Terminal 1✈️
I’m going to travel to Beppu and Hakata 3 nights and 4 days starting tomorrow✈️
printfn "Hello World!!"