Sova

Results 207 issues of Sova

https://core.telegram.org/bots

like [redux-devtools](https://github.com/gaearon/redux-devtools)

enhancement

## Array of Tables The last type that has not yet been expressed is an array of tables. These can be expressed by using a table name in double brackets....

Does macOS analogue exists?

Maybe add your utility to [brew](http://brew.sh/)? I want install by `brew install git-notify` instead of cloning repo.

```js h('div', () => { const $type = $value.map((value) => ({ type: getType(value) })); variant({ source: $type, cases: { String() { spec({ text: $value }); }, __() { spec({ text:...

enhancement
forest

Source: ```js const changeContent = createEvent() const $content = createStore('') const contentChanged = createEvent() sample({ clock: changeContent, source: $content, target: contentChanged, }) $content.on(changeContent, (_, c) => c) function Example() {...

bug
forest

documentation
forest

- [ ] Add page about `scopeBind cannot be called outside of forked .watch` error - [ ] Add page about `combine expects a store in a field` error -...

documentation
core