Sova
Sova
Frontend should handle: - [ ] Network connection lost - [ ] Session expired Research about possible errors.
Frontend shouldn't know about session token. Related: https://github.com/howtocards/backend/issues/18
I have in my `.gitconfig`: ``` ini [merge] conflictstyle = diff3 ``` And in conflicts:  Without `merge-conflicts` package: 
What need to be done before final release - [x] #173 - [x] #177 - [x] #172 #152 - [ ] Add type tests - [x] Add documentation - [x]...
```ts const customLog = (argument) => console.log(util.inspect(myObject, {showHidden: false, depth: null, colors: true})) debug({ fn: customLog }, $store, event, someFx) ```
```ts const { then: ready, else: notReady } = condition({ source: routeMatched, if: $hasChunk, }) ``` Relates #185