MIDORIKAWA Tatsuya's Avatar

MIDORIKAWA Tatsuya

@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

287
Followers
108
Following
18
Posts
07.02.2024
Joined
Posts Following

Latest posts by MIDORIKAWA Tatsuya @midoliy

I ordered a MAZDA Roadster 35th Anniversary model (a.k.a MX-5) today!

11.01.2025 12:21 👍 1 🔁 0 💬 0 📌 0

Thank you for your information!
I will find some free time and give it a try!

24.11.2024 23:53 👍 0 🔁 0 💬 0 📌 0
Preview
FSharp.TypeProviders.SDK/examples at master · fsprojects/FSharp.TypeProviders.SDK The SDK for creating F# type providers. Contribute to fsprojects/FSharp.TypeProviders.SDK development by creating an account on GitHub.

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:

24.11.2024 08:27 👍 2 🔁 2 💬 1 📌 0
Preview
dotnet watch run completely broken for F# · Issue #44908 · dotnet/sdk Describe the bug Using dotnet watch run does not work for F# applications. It won't start the application at all. This is the output I get: PS D:\code\TodoService\src\app> dotnet watch run dotnet w...

"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

21.11.2024 18:48 👍 11 🔁 3 💬 2 📌 0
Preview
dotnet watch run completely broken for F# · Issue #44908 · dotnet/sdk Describe the bug Using dotnet watch run does not work for F# applications. It won't start the application at all. This is the output I get: PS D:\code\TodoService\src\app> dotnet watch run dotnet w...

And people ask me why I don’t like *this* platform, lmao.

github.com/dotnet/sdk/i...

18.11.2024 19:07 👍 6 🔁 2 💬 0 📌 0

My wife has agreed and I will be purchasing a Mazda Roadstar (a.k.a MX-5) in the near future!

17.11.2024 10:58 👍 1 🔁 0 💬 0 📌 0
Post image


Over on LinkedIn

Call for F# participation in Functional Conf 2025!

www.linkedin.com/feed/update/...

#fsharp

12.11.2024 11:42 👍 4 🔁 5 💬 0 📌 0
Preview
What's new in F# 9 - F# Guide - .NET Find information on the new features available in F# 9.

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

08.11.2024 21:27 👍 26 🔁 13 💬 4 📌 0
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:

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

06.11.2024 21:06 👍 32 🔁 9 💬 1 📌 0

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...

11.03.2024 22:30 👍 1 🔁 0 💬 0 📌 0
Post image

The day after tomorrow, my MacBook Air will arrive!!

11.03.2024 22:23 👍 2 🔁 0 💬 0 📌 0

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...

10.03.2024 03:44 👍 1 🔁 0 💬 0 📌 0
Post image Post image

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.

13.02.2024 01:59 👍 0 🔁 0 💬 0 📌 0
Post image Post image

Sunrise🌅

12.02.2024 22:33 👍 1 🔁 0 💬 1 📌 0
Post image Post image Post image Post image

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.

12.02.2024 20:34 👍 0 🔁 0 💬 1 📌 0
Post image Post image Post image Post image

I stay at the Hachiyo (八葉) today.
Diner and atmosphere are very nice, and location is good, close to tourist attractions.

12.02.2024 20:25 👍 0 🔁 0 💬 1 📌 0
Post image Post image Post image Post image

I have been on a Jigoku Meguri(地獄めぐり). Compared to Kusatsu, Beppu is a more amusement-oriented hot spring resort.

12.02.2024 20:17 👍 0 🔁 0 💬 1 📌 0
Post image Post image Post image Post image

I arrive at Oita Airport and go to Beppu♨️

12.02.2024 01:08 👍 0 🔁 0 💬 1 📌 0
Post image

I’m almost there and will arrive at Oita Airport!

12.02.2024 00:51 👍 0 🔁 0 💬 1 📌 0
Post image

Now, I’m in the sky☁️

12.02.2024 00:00 👍 0 🔁 0 💬 1 📌 0
Post image

I just arrive at Haneda Terminal 1✈️

11.02.2024 22:28 👍 0 🔁 0 💬 1 📌 0

I’m going to travel to Beppu and Hakata 3 nights and 4 days starting tomorrow✈️

11.02.2024 01:55 👍 0 🔁 0 💬 1 📌 0

printfn "Hello World!!"

08.02.2024 13:04 👍 2 🔁 0 💬 0 📌 0