Eugene Tolmachev
Eugene Tolmachev
Without looking at the sources this feels like state update is not serialized. Unlike JS runtime, CLR may trigger message dispatch concurrently and Avalonia should have provided a synchronization mechanism....
Not dismissing your problem, but unless you can show that the issue is in this library then you need to take it up with FuncUI to get to resolution.
Maybe we should change the API to take the map instead of the list?
I think these are two different categories of errors though - bad API that allows for the duplicates to get in vs bad user code that fails to eliminate duplicates....
It seems we're back in auto-generating the IDs territory here and I thought we've discarded it for good reasons. Taking on/off also seems suboptimal to me, it suggests that `list`...
When I said "fixed structure" I meant an actual type, it would provide the order and content permanence required here. Then with a bit of reflection we could examine what's...
Depends on https://github.com/japaric/embedded-hal/issues/37 I guess
It just rendered the source (with literal docs embedded)
Thanks, I haven't tried it on Windows, I'm guessing "az" is called something else on Windows, like "az.bat" or some such. I'll check.
hm, yeah... so just calling "az.cmd" doesn't work either. Bummer, guess we'll have to find another way to start it.