Vitaliy Krasnoperov
Vitaliy Krasnoperov
+1 OH GOD WHY
Thank you for your work! At this time i would like to keep plugin nice and small. So, please, avoid use of completely unnecessary external libraries. Or, at least, separate...
Same issue! I've built index with this data: ``` return [ 'title' => $this->title, 'original_title' => $this->original_title, 'release_year' => $this->release_date ? date('Y', strtotime($this->release_date)) : null ]; ``` Uploaded over 50000...
@terryBaz Ok, let's be specific.. For query "how i", using following settings ``` 'storage' => storage_path('tntsearch'), 'fuzziness' => true, 'fuzzy' => [ 'prefix_length' => 2, 'max_expansions' => 50, 'distance' =>...
Same thing on 1.6.3 version. Any thoughts how to fix this @tlaverdure ?
+1 here
Looks like that doesn't work. Tried like this: 1. Open file 1. Write (def test "1") 1. Push cmd+shift+enter 1. No errors in terminal. Load-file returns nil 1. write (println...
Any progress?
Any thoughts here?