John Yoon

Results 9 issues of John Yoon

The building the library requires following steps: - Visual Studio Build Tools 2017 - Installing dotnet 4.6.1 developer SDK - NuGet package manager (from Individual Components in the Visual Studio...

para.json is hardcoded and cannot be updated in any way, forcing the user to patch the file manually where the installation has occurred. I propose an argument `-s`, `--source`, which...

Currently, the `randomQuote` function extracts the `para` field from the array from para.json 1. It seems like id field is not needed 2. The author field should be underneath the...

Thank you for this great project. One of the feature that I used on haystack library was using multiple indexes for a mapping on ES1.7 so I can aggregate search...

enhancement
help appreciated

https://www.elastic.co/guide/en/elasticsearch/reference/6.0/query-dsl-function-score-query.html Opening the ticket to raise the feature request as I am still getting used to ElasticSearch. There is support for FunctionScore on elasticsearch-dsl-py https://github.com/elastic/elasticsearch-dsl-py/issues/608

enhancement
help appreciated

I found two `` tags in the templates, but they were not done extensively. I was about to undertake the task of tagging more of these texts with `{% trans%}`...

interface

http://vimdoc.sourceforge.net/htmldoc/options.html#'wrap' http://vimdoc.sourceforge.net/htmldoc/options.html#'textwidth' I believe these options will be useful as they are frequently used. https://code.visualstudio.com/updates/v1_10#_word-wrap-settings-redesign

`TagField` is a Many-to-Many field, so prefetech_related works well to get all the tags together in a single query, but `SingleTagField` is a foreign field. Even when I use `select_related`,...

The logic for the annotation is here: https://github.com/blindFS/vim-taskwarrior/blob/8ae6c5ee2ed54d759a58a8d9f67bc76430e3bd25/autoload/taskwarrior/action.vim#L126 But it is not working with `o` key binding. Tested on WSL, Ubuntu 18.0.4, with 0.4.3, TW 2.5.1 I also tested with...