Jan Dryk

Results 15 comments of Jan Dryk

Hi, It's not a bug, there's just a static graphic for all scenarios. I'll consider this as a new feature.

Hi, On the wireless keyboard where Fn actually works the way to switch is using the Eject key. I don't know how old of a version are you using but...

> I personally like the unofficial experimental DSL for Avalonia FuncUI https://github.com/uxsoft/FuncUI.Experiments. In a recent project, I had to import and edit the code as there were incompatible changes introduced...

I'm not sure if this needs to be a language feature, maybe it can be solved without attributes or any changes to the language in the tooling by putting all...

Another option, my personal favorite for UI is using CE's: This way is also already possible and no language changes are needed. ```fsharp [] let Counter () = let (count,...

> @uxsoft Your code has a brace mismatch error. Thanks, fixed.

> BTW, if you do have an example of working CEs that nest like that, please share! I've been trying to do it with no success. Library for Fable: https://github.com/uxsoft/fable.builders.antdesign...

I started with the RFC here: https://github.com/fsharp/fslang-design/pull/667

Sure, you can do either. In the case of manual, you can even create a release. In both cases, the Actions could populate the binaries in the release. Which one...