Nikita Prokopov

Results 814 comments of Nikita Prokopov

I’ll maintain an actual list of resources here: https://github.com/tonsky/datascript/wiki/Getting-started

@kristianmandrup this is a bad idea, you’ll have to do a lot of repetitive manual conversions to bridge with cljs api from js. DataScript has a dedicated JS api, it’s...

nice! On Mon, Feb 29, 2016 at 4:06 PM Kristian Mandrup [email protected] wrote: > I started this api overview > https://github.com/tonsky/datascript/wiki/API-overview wiki page. > Please help out ;) > >...

Yeah, this one is subtle and not properly documented. Same as Datomic, DataScript has notion of partitions. There’s no public interface to it, but internally there’re 2 partitions: entity ids...

Well, separate attribute for external ids are still a viable option. With lookup refs it’s quite easy to use now. I prefer it that way: eids are fast, but when...

I have not, but I don’t think I tested this use case. Might be tricky to reproduce, but will try. Thanks for reporting!

That’s great! It’s a great and important feature for sure. I only have general idea of how this should look like. I think the main use case here is to...

I am concerned that `setTitlebarVisible`, `setTitleVisible` and `setFullSizeContentView` are sometimes mutually exclusive. E.g. if you hide titlebar, `setFullSizeContentView` will have no effect. Maybe something like `WindowMac#setTitlebarStyle` with values like `DEFAULT`,...