Mikhail Titov

Results 76 comments of Mikhail Titov

I suggest we rename data *remote* into something like *src* (data-src). Or maybe as a fallback in addition to data-remote so current library user's won't have to change existing code....

Perhaps it can and should be done without renaming. The real culprit is [copying data to _config](https://github.com/ashleydw/lightbox/blob/master/ekko-lightbox.js#L674) and [passing it along with data-remote to .modal](https://github.com/ashleydw/lightbox/blob/master/ekko-lightbox.js#L144).

Thanks! I did write it after S3 implementation. Before we jump into testing I wonder how scalable this approach is. I mean what if we have more some XYZ uploaders....

uhm… no worries on slow replies…it took me over 2 month to get back to it 😆 I think it passes some tests now. I used S3 implementation as a...

It would be nice if it could accept an array of arrays per a line as an option, e.g., ``` ... [[['01/2008', '05/2009'], ['02/2010', '05/2010']], "Something happened", "tag"], [[2000, 2004],...

One can extend Tika to extract metadata if those xml, json, etc have a certain structure and contain necessary information. Since there is always going to be someone who says...

It would be nice to have pagination as it blocks #9… especially since Solr supports it

This can be an option. I'm not sure if enabling that per folder is an overkill, but certainly doable as a global option if I really want to index everything...

Might be related that gradle has an issue 12599. One has to upgrade gradle to use newer jdk. I updated wrapper with `gradle wrapper` to 6.8. Then I was able...

Could someone try to include [Hansel & Gretel](https://github.com/JakeWharton/HanselAndGretel/) as a library? I'm having [some difficulties](https://github.com/JakeWharton/HanselAndGretel/commit/03de3bde82d96936092330ddd053f6f5791c0a59#commitcomment-821606).