Yuriy Syrovetskiy

Results 150 issues of Yuriy Syrovetskiy

type_Enhancement
level_Intermediate
component_Storage

Motivating example from ff: ```edn (enum Status Active Archived) (opaque_atoms NoteStatus) ; data NoteStatus = TaskStatus Status | Wiki ``` Boilerplate: ```haskell wiki :: UUID wiki = fromJust $ UUID.mkName...

type_Enhancement
level_Research
component_Schema

type_Enhancement
level_Research
priority_High
component_RDT
component_Storage

type_Enhancement
level_Research
priority_High
component_RDT
component_Storage

type_Enhancement
level_Beginner
priority_High

and lift them to the application via `OnDocumentChanged`

type_Enhancement
priority_High
level_Intermediate

To refine a document with its id is convenient not only for ff. Proposed solution: move `Entity` from ff to `ron-storage` or add UUID field to `Document`.

type_Enhancement
level_Research
component_Storage

Make a test on it

level_Beginner
type_Task

```haskell data family ORSet c a where newtype instance ORSet Ord a = ORSetOrd (Set a) newtype instance ORSet Hashable a = ORSetHash (HashSet a) ```

type_Enhancement
level_Research
component_RDT

It may be useful to use data constructor as function

type_Enhancement
level_Intermediate
component_Schema