Boris Okunskiy
Boris Okunskiy
Try adding a class on active slide (something like `ng-class='{ active: $index == myIndexVariable }'`); then add CSS `ul[rn-carousel] > li.active { position: relative }`.
Could you please submit PR? I'll merge.
Greetings, and thanks for your kind words! Sqlite3 is not directly supported due to its limited SQL'92 standards compatibility (no `alter table add constraint` statements supported). You may play with...
Yes, you are right. Actually, I am thinking of some kind of QueryFormatter helper, which holds a mutable StringBuilder instance inside and also capable of pretty-formatting queries. Hope I'll get...
Planned :) At the beginning, we've summarized all our experience with STI and Table-Per-Subclass mapping techniques in Hibernate and decided that none of these schemes work more-or-less stable and robust....
Yepp. It's at least a couple of months, because we have lots to do: from complete reorganization of web framework to adding query statistics, dialects support and testing to ORM....
I do not foresee any problems with that. However, I can give you a couple of limitation of using the STI patterns: - you can't enforce `NOT NULL` constraints on...
Just fyi as of May 2022 this is still an open issue and quite a significant impediment. As an interim workaround I ended up with [nodemon](https://www.npmjs.com/package/nodemon) in front of Mocha,...
Any news on this? Please let me know if anyone needs any help moving this forward, I'm happy to help.
First, let me start with a (hopefully) constructive suggestion: let's please remove the "support extensionless imports" from the main scope and stop discussing it alongside the "add support for importing...