's Avatar

@denisokay

33
Followers
117
Following
32
Posts
12.11.2024
Joined
Posts Following

Latest posts by @denisokay

Post image

Wow, there is at least 120 F# active devs 😄!

11.11.2025 09:06 👍 0 🔁 0 💬 0 📌 0
Preview
GitHub - OkayX6/desktop-feliz-shadcn-with-photino Contribute to OkayX6/desktop-feliz-shadcn-with-photino development by creating an account on GitHub.

Sharing the github repo link to the refreshed #fsharp Photino Feliz #react sample project with #shadcn #vite!

It comes with a File Explorer toy project!

github.com/OkayX6/deskt...

#dotnet #tauri

09.09.2025 15:08 👍 10 🔁 2 💬 0 📌 0
Video thumbnail

Reviving the #fsharp Photino Feliz #react sample project with Feliz.Shadcn / Vite
Here's a sample File Explorer toy project =)

#dotnet

27.08.2025 20:12 👍 9 🔁 2 💬 0 📌 0

Did you try with Cursor/Claude and see if it hallucinates less?

30.06.2025 14:18 👍 1 🔁 0 💬 1 📌 0

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.

29.06.2025 16:41 👍 3 🔁 0 💬 1 📌 0

Amazing 🤩

21.06.2025 12:15 👍 0 🔁 0 💬 0 📌 0

Would be nice to have it made equivalent of #npm npx http-server for #dotnet #fsharp

20.06.2025 08:10 👍 1 🔁 1 💬 1 📌 0

Have you ever tried asking #cursor, for example, to generate an easy #fable binding? Just curious

16.06.2025 12:58 👍 0 🔁 0 💬 1 📌 0

What would make you choose one over the other? I know very little about those toolings 😅

04.06.2025 17:25 👍 1 🔁 0 💬 1 📌 0

It’s true I can ask Feliz even if it doesn’t look maintained anymore

04.06.2025 13:46 👍 0 🔁 0 💬 0 📌 0

I took the out of the box Feliz template which was already using vite!

04.06.2025 10:49 👍 0 🔁 0 💬 2 📌 0
Preview
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.

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

04.06.2025 06:03 👍 3 🔁 0 💬 0 📌 0

Hi #fsharp community
Any1 has a working Test project with a Fable/Feliz Vite setting?
Mine doesn't work.

When doing `dotnet test`, everything compiles, the test are discovered & run fine, except that the tested Function from the main App doesn't execute anything and returns the same input 😵‍💫??

03.06.2025 00:21 👍 4 🔁 1 💬 2 📌 0

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!

07.05.2025 07:39 👍 0 🔁 0 💬 0 📌 0

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

07.05.2025 07:36 👍 1 🔁 0 💬 0 📌 0

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” !

03.05.2025 16:16 👍 0 🔁 0 💬 1 📌 0
Post image

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

03.05.2025 16:11 👍 0 🔁 0 💬 0 📌 0

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 😆

03.05.2025 16:06 👍 1 🔁 0 💬 0 📌 0

Apart from the SAFE stack, do we have a minimalist F# Fable/React + Vite + Feliz that also has #tailwindcss setup premade without issue? cc @jkone27.bsky.social
All the blog posts from @compositional-it.com seem to mention friction with the tailwind + vite thing?

#dotnet #fsharp #react

29.04.2025 02:31 👍 3 🔁 0 💬 6 📌 0

I have the feeling that the type hints have been here for a while?

17.04.2025 04:08 👍 1 🔁 0 💬 1 📌 0
Post image

Ah sorry the bug is in the Javascript syntax

02.01.2025 10:08 👍 2 🔁 0 💬 0 📌 0

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?

02.01.2025 06:21 👍 0 🔁 0 💬 1 📌 0

Another way to do your clever impl mentioned at the end of your article is Seq.init count (fun i-> startDate.AddDays(i)) too :)

30.12.2024 17:05 👍 0 🔁 0 💬 1 📌 0

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?

28.12.2024 16:44 👍 2 🔁 0 💬 1 📌 0

If there's anything that surprisingly works more easily better in #fsharp than #react #typescript #python tooling, it is getting the autosave formatting working for a new project the 1st time!

Thks @nojaf.com for the work on Fantomas 🙂
what a long way since Visual F# PowerTools with AnhDung Phan!

20.12.2024 07:09 👍 11 🔁 2 💬 0 📌 1
Preview
Support F# option type in OpenApi schema generator · Issue #59528 · dotnet/aspnetcore Is there an existing issue for this? I have searched the existing issues Is your feature request related to a problem? Please describe the problem. OpenAPI support has recently been add in F# web f...

github.com/dotnet/aspne... , please vote, if you are interested in support of #fsharp option type in OpenApi schema generator.

19.12.2024 21:38 👍 13 🔁 4 💬 1 📌 0
Preview
Going 15 Percent Faster with Graph-Based Type-checking (part one) | G-Research Hear from Florian, Open-Source Software Engineer, on the challenges and breakthroughs behind Project Velocity, an internal initiative aimed at enhancing the .NET developer experience.

Going 15 Percent Faster with Graph-Based Type-checking (part one): www.gresearch.com/news/going-1...

#fsharp

19.12.2024 12:20 👍 15 🔁 9 💬 3 📌 0
Preview
F# Discriminated Unions with SQL Enumerations 💡This post is part of F# Advent Calendar 2024. Having worked extensively with both C# and F#, I've found that F# allows us to elegantly model the business domain while seamlessly bridging the gap bet...

Over the years I've become a fan of DB-first database design, lightweight ORMs, and domain driven design. These can all come together quite nicely in F#. I wrote about this in my post for F# Advent Calendar.

@sergeytihon.com
#fsharp #fsharpAdvent

blog.bencope.land/fsharp-du-wt...

17.12.2024 17:06 👍 21 🔁 5 💬 2 📌 0

It took me a while to move over from #csharp, but one of my main reasons for liking #fsharp so much is that I don't have to think as hard. You don't have to be an academic, it is a great language for idiots like me to get shit done.

16.12.2024 21:43 👍 17 🔁 4 💬 0 📌 0
Preview
Celebrating 5 Years In Production We started building a new cloud-based SaaS product in July 2019 and chose F# and .Net Core; Were they good choices and would we do the same again today?

My F# Advent Calendar post about a real-world SaaS product that has been in production for 5 years and whether we would choose F# today: ijrussell.github.io/posts/five-y...
#fsharp #FsAdvent #dotnet
(thanks @sergeytihon.com for organising)

16.12.2024 09:13 👍 30 🔁 15 💬 3 📌 2