Igor Kamyşev

Results 90 issues of Igor Kamyşev

Add option for dry run.

enhancement
good first issue

We should not write so many logs with this option

enhancement

Add option for rerun scripts for test down script. Like "up-down-up" in transactions.

enhancement
good first issue

enhancement

Add examples for popular SQL Databases to README

good first issue

## Proposal Add component-playgound for `forest` (like [Storybook](https://storybook.js.org), [React Styleguidist](https://react-styleguidist.js.org) or [React Cosmos](https://reactcosmos.org)) or plugin for existent solution. ## Use case In the process of interface development, one of the...

help wanted
RFC
forest

**What is the current behavior:** 1. Create non-serializable store (with `serialize: 'ignore'`) 2. Change its value during `fork` 3. Serialize fork values 4. Value of store will be serialized **Please...

bug
good first issue
fork api

**What is the current behavior:** Error: ``` Type 'Store' is not assignable to type 'Store'. Types of property 'updates' are incompatible. Type 'Event' is not assignable to type 'Event'. Types...

bug
typings
core

## Preface I am contacting with developers who are just starting working with Effector for two years. Commonly, they have two major misunderstandings about this technology: declarative commands and special...

RFC