Dmitry Chaplinsky
Dmitry Chaplinsky
Hello. There are standardized transliteration table for ukrainian language (approved by the Cabinet in 2005): http://uk.wikipedia.org/wiki/Транслітерація While it's a bit weird, it's used a lot in official stuff: international passports,...
I need jscroll for messaging window. Think facebook messages, when older messages are higher than newer, so you should scroll to the top to load a portion of messages history....
I've implemented jinja2 template support (plugged in with help of django-jinja) for django-leaflet. Here are the template tags: https://github.com/dchaplinsky/garnahata.in.ua/blob/master/garnahata_site/catalog/templatetags/leaflet_tags.py And here goes converted templates: https://github.com/dchaplinsky/garnahata.in.ua/tree/master/garnahata_site/catalog/templates/leaflet Hope you'll find them useful
## Foreword Basic FTM ontology is nice (despite carrying some legacy fields) but not always does it fit the task. Great success In the case you want to extend the...
## Foreword Aleph already has some tools (including nice UI) to map flat files (like CSV/XLSX) into the FTM entities. Those mappings are yaml based and allow you to version...
It'd be great if the plugin can be configured that it'll use/re-use the sessions mechanism. Because managing it in spiders like that: ``` if 'X-Crawlera-Session' in response.headers and response.headers['X-Crawlera-Session'] !=...
Any ideas/suggestions on how to overcome it? Latest GloVe from Github, here is the params: time build/glove -save-file gigamega.cased.tokenized.glove.600d -threads 32 -input-file /mnt/cooccurrence.shuf.bin -x-max 40 -iter 50 -vector-size 600 -vocab-file...
``` $ time build/glove -save-file gigamega.cased.tokenized.glove.600d -threads 32 -input-file /mnt/cooccurrence.shuf.bin -x-max 40 -iter 10 -vector-size 600 -vocab-file /mnt/vocab.txt -verbose 3 TRAINING MODEL Read 1325708976 lines. Initializing parameters...done. vector size: 600...
* [x] Tested with the latest Haystack release * [x] Tested with the current Haystack master branch ## Expected behaviour When I'm applying a filter to a queryset like that:...
Error encountered when serializing rnn_cell. Type is unsupported, or the types of the items don't match field type in CollectionDef. 'DropoutWrapper' object has no attribute 'name'