Advertisement · 728 × 90

Posts by MIDORIKAWA Tatsuya

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

1 year ago 1 0 0 0

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

1 year ago 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:

1 year ago 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

1 year ago 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...

1 year ago 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!

1 year ago 1 0 0 0
Post image


Over on LinkedIn

Call for F# participation in Functional Conf 2025!

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

#fsharp

1 year ago 4 5 0 0
Advertisement
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

1 year ago 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

1 year ago 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...

2 years ago 1 0 0 0
Post image

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

2 years ago 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...

2 years ago 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.

2 years ago 0 0 0 0
Post image Post image

Sunrise🌅

2 years ago 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.

2 years ago 0 0 1 0
Advertisement
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.

2 years ago 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.

2 years ago 0 0 1 0
Post image Post image Post image Post image

I arrive at Oita Airport and go to Beppu♨️

2 years ago 0 0 1 0
Post image

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

2 years ago 0 0 1 0
Post image

Now, I’m in the sky☁️

2 years ago 0 0 1 0
Post image

I just arrive at Haneda Terminal 1✈️

2 years ago 0 0 1 0

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

2 years ago 0 0 1 0

printfn "Hello World!!"

2 years ago 2 0 0 0