Andrii Chebukin

Results 241 issues of Andrii Chebukin

For the dynamic binding view model we provide a binding list once and it is created only once. But what about the static binding view model? As I understand the...

I tried to implement that myself but I don't understand how to determine if errors changed. You mutate that Map constantly

**High-level description** I've created such throttling function ``` F# [] module Dispatching = open System open Elmish open R3 let asDispatchWrapper -> Observable) : Dispatch = /// Ignores elements from...

**High-level description** I want to create a static `OneWaySeq` binding. How to define it? **Additional Information** Elmish.WPF version: 4

### The issue Instead of CLR enums in F# it is common to use discriminated union with parameterless cases like ``` F# type CheckStatus = | Completed | Processing |...

enhancement

There is no documentation at all on how to deploy Flex Consumption from CI. Can you fill that gap???

documentation

I need an `ObservableLookup` which implements `ILookup` interface? Can I contribute it or will you implement it?

**I propose we support accepting `inref = { Item : 'a PartitionKey : PartitionKey voption RequestOptions : ItemRequestOptions } type CreateBuilder /// Sets the item being created [] member _.Item...

area: computation-expressions
area: structs-byrefs-and-span