Max Poletaev
Max Poletaev
Please, add features list into `README.md`. I can't understand why do I need this package.
Using `db_index` for `search_names` is bad way. You should create full text index, not btree. Currently when importing geo data with many languages I get the error: ``` django.db.utils.OperationalError: index...
In jQuery 3.0 was removed the selector property. It was the only way to determine the block if the node has few block-level classes. See example: ```html ``` `$('.block-b').elem('elem')` should...
При желании необходимо отключать ненужный функционал, вроде выгрузки свойств и характеристик когда это не нужно, дабы ничего не ломать в магазинах.
Вывод на отдельной вкладке информации о корректности установки модуля. Нужно определять: установлен ли vQmod, установлен ли патч, если нет, проверять, внесены ли изменения в файлы в ручную, хватает ли оперативы...
I'm not sure if macOS is supported, but I'm getting this error when I try to run an example from the README: ``` $ ./goat example/src/avx_mul_to.c /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:36:1: architecture not supported...