denisokay.bsky.social
@denisokay.bsky.social
Wow, there is at least 120 F# active devs 😄!
November 11, 2025 at 9:06 AM
Did you try with Cursor/Claude and see if it hallucinates less?
June 30, 2025 at 2:18 PM
I had the same thoughts as you recently about #fsharp and happy so read another one voicing it out 👌😊
Thinking that LLM are so good now with F# that it might save/propel F#, as decision makers wouldn’t be scared of lack of content/exposure/training anymore.
June 29, 2025 at 4:41 PM
Amazing 🤩
June 21, 2025 at 12:15 PM
Would be nice to have it made equivalent of #npm npx http-server for #dotnet #fsharp
June 20, 2025 at 8:10 AM
Have you ever tried asking #cursor, for example, to generate an easy #fable binding? Just curious
June 16, 2025 at 12:58 PM
What would make you choose one over the other? I know very little about those toolings 😅
June 4, 2025 at 5:25 PM
It’s true I can ask Feliz even if it doesn’t look maintained anymore
June 4, 2025 at 1:46 PM
I took the out of the box Feliz template which was already using vite!
June 4, 2025 at 10:49 AM
Follow up: is that I managed to make it work by hosting the tests in the browser using the SAFE Stack recipe

But that is a workaround I feel, I'd still like to have them in the CMD line. I posted a slack message in the #fsharp discord: discord.com/channels/196...
Discord - Group Chat That’s All Fun & Games
Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.
discord.com
June 4, 2025 at 6:04 AM
Hey @jkone27.bsky.social
I realized that the #fsharp "dotnet feliz" template didn't have HMR working anymore, I had to press F5!

So then I just tried your template, very nice, other than the mention of Advent of Code 😅. HMR worked out of the box.

Would be amazing to have it as a dotnet template!
May 7, 2025 at 7:39 AM
Since it became possible to do this, and when using #fsharp and #Fable or doing webdev/json, I almost exclusively write anonymous type definitions for complex fields 😍
This makes it as fluid as #typescript
May 7, 2025 at 7:36 AM
I started with `dotnet new feliz` which comes with vite already
Then installing tailwind as per the official docs, I could not start or build the project.
Turned out I need to make package.json compatible with vite by adding type: “module” !
May 3, 2025 at 4:16 PM
Im sorry I still didn’t take the time to properly respond, but I was basically thinking about this blog post paragraph with DaisyUI: www.compositional-it.com/news-blog/ge...
May 3, 2025 at 4:11 PM
You know, by reading your website you inadvertently you made my project work! I realized that I just needed to add type: “module” to my package.json to make tailwind and vite happy 😆
May 3, 2025 at 4:06 PM
I have the feeling that the type hints have been here for a while?
April 17, 2025 at 4:08 AM
Ah sorry the bug is in the Javascript syntax
January 2, 2025 at 10:08 AM
There are a few F# highlighting issues with function arguments especially - they’re so dark gray we barely can read them - cannot find Isaac ‘s tag?
January 2, 2025 at 6:21 AM
Another way to do your clever impl mentioned at the end of your article is Seq.init count (fun i-> startDate.AddDays(i)) too :)
December 30, 2024 at 5:05 PM
I’m curious why, in your #fsharp example, you didn’t use List module functions instead of Seq? There is a 1-1 mapping almost with the #ocaml std lib here?
December 28, 2024 at 4:44 PM