Dave Thomas

Results 250 comments of Dave Thomas

@chkn There was talk of a similar API here too: https://github.com/fsprojects/Fabulous/issues/738#issuecomment-626395314 What about supporting SwiftUI from the aspect of using lists etc, even if it did mean a code generator...

Sounds like a good one to start, `!` might be contentious as it might be depreciated: https://github.com/fsharp/fslang-suggestions/issues/569

Yeah I personally dislike `not` more than `!` as seen in the comments. I'll see about adding it to the F# sample just to see what it looks like. Try...

Having two packages makes using it more difficult to use though though right? I think, (*I forget now because so much time has passed*) that @enricosada used `mergenupkg` due to...

I wonder if the issue was that the myriad.sdk could not have the tool as a dependency?

To be honest I think I've forgot most of the issues over time. I wonder if the Myriad.Sdk could prompt to do an install if it detects the absence of...

Also, if there was some warning and I got round to updating a template that would even things out.

Anecdotally it should be ok to split, its just getting round to looking at it an analysing to ensure theres a good experience and updating the docs. And fixing the...

I like the second better as well, if fits a pattern that I saw elsewhere in the JavaScript code too. The original namespace that I had in my F# POC...

@dsyme Why is it hard, because n number is difficult for type inference? We could just follow what Action does and expand the number to 16 :-)