Pavel-i-tel
Pavel-i-tel
**Describe the bug** When I trying to install new version of 3box (up to 1.20.2) tryed all of them: 1.21.0, 1.22.0, 1.22.1, 1.22.2 I am getting such error during installation:...
I try to use mimic with react-native and android device: 1. install mimic-remote and mimic 2. add this strings to project: ``` const connect = require('mimic/react-native').default connect({ host: 'localhost', port:...
# Dely request and execute it after 2 seconds using lodash This is the first step **Prepare redux store structure** of implementation smart proposal serch from this steps 1. Prepare...
**Is your feature request related to a problem? Please describe.** Add test coverage. Try to combine test coverage from unit and integrational tests **Describe the solution you'd like** We can...
**Is your feature request related to a problem? Please describe.** Right now testing taking 25 minutes. Spped up the tests using gitLab CI **Describe the solution you'd like** Most probably...
If still valid, it can help in the development. You mai see in [my site](http://altiore.org/)
Can you add, please, support of `redux-persist` version 5.x? Perhaps you can advise how to do it the best way and I will create PR
## Description Insert an active model and get back the last insert id doesn't work with autoincrement id. ## Steps to Reproduce 1. Create migration and generate a model ```rust...
Instead of such syntax: ```js const partOfLibName = 'part1'; const myLib = require(partOfLibName + 'LibName'); ``` Please, use such one: ```js cosnt myLib1 = require('part1LibName'); cosnt myLib2 = require('part2LibName'); //...