Andrey Melnikov

Results 10 comments of Andrey Melnikov
trafficstars

@metasoarous What do you think about stream(or property) interface(RxJS) for connection? [See rxjs datascript integration example](https://github.com/typeetfunc/rx-datascript/blob/master/README.md#example) (WIP version) There are many good reactive library(Rx, Most, Kefir etc). Integration Datascript with...

> this is a bad idea, you’ll have to do a lot of repetitive manual conversions to bridge with cljs api from js. @tonsky https://github.com/typeetfunc/datascript-mori/blob/master/release-js/test/onlyCljsApiUsage.spec.js Example of usage only CLJS...

@ganeshmaa @abadakhshan Hi, do you find any solution of this problem? @alexzuza FYI

> Даже в проекте на TypeScript, где все довольно хорошо типизированно, буквально на прошлой неделе видел баг, связанный с выводом строки 1/undefined Это произошло потому что типы(спецификации) динамических данных не...

Ок вернемся к примеру. Если вместо 1/undefined у тебя будет 1/[Object object] то станет лучше? Еще недавно приводили смешной пример из апи IndexedDB: > var request = indexedDB.open("MyTestDatabase", 2.4); Здесь...

```javascript const user = { bio: { name: 'Vasya', }, } ``` то есть цель таки вывести имя? для этого нужны две вещи: 1) функция безопасного доступа к вложенному свойству(типо...

@kristianmandrup I planned add some reagent-agnostic posh functions(datom-match, q-analyze) in [datascript-mori](https://github.com/typeetfunc/datascript-mori). Can you create issue with description of the desired functionality from Posh in JS API?

@tonsky I just add simple support in datascript-mori - https://github.com/typeetfunc/datascript-mori/blob/master/src/datascript_mori/core.cljs#L35

Hi! Thanks for issue - this is cool idea :) But this will be possible only after the `rx-datascript` becomes stream-library agnostic(as in [recompose](https://github.com/acdlite/recompose/blob/master/src/packages/recompose/setObservableConfig.js)) and independent of `rxjs` (https://github.com/typeetfunc/rx-datascript/blob/master/src/index.js#L2). Rx.js...

@shaunxcode Thanks for great and very useful library. If you're interested i write babel plugin for precompile EDN into mori data structures. https://github.com/typeetfunc/babel-plugin-datascript#example