Plamen Tanov
Plamen Tanov
If in an html file processed by usemin there is something like this: ``` html ``` then the result will be: ``` html ``` _(without the double $)_ The attribute...
I wanted to contribute it and started fixing compilation errors (e.g. Builder is not a generic anymore, no BuilderContext but ContentPath in 7.11.2, etc.) but found that the last version...
There is a check () and when the profile is shorttext then `languages_short_text` is used but it is never set in builder/parser: (only `languages` are set)
In this fix we first try to get the value of `languages` list (if available) before using the default value for `languages_short_text`. We don't need initialization of `languages` in `DEFAULT_SETTINGS`...
Related to
fixes #26 however test needs to be created
It seems that newer version of ES may return `null` from `Analysis.getWordList()`: ```java public static List getWordList(Environment env, Settings settings, String settingPath, String settingList, boolean removeComments) { String wordListPath =...
### Feature request Currently a new trace is created per each HTTP request. It would be useful if trace is get (if available) from the request using traceparent header as...
### Feature request Currently a new trace is created per each HTTP request. It would be useful if trace is get (if available) from the request using traceparent header as...