Patrick Morris
Patrick Morris
I am interested also.
I am testing this with a single instance and I think it is great however I am confused about the comment. Is this not designed to work when redis is...
I am honestly not sure either. ' at end of word like thinkin' may be treated as normal character. ' in middle of word like I've may be treated as...
If first seen quote does not have a preceding whitespace character then could assume it is not start of a quote. For end of quote could use the lowercase solution...
I am not sure what this is supposed to do however the problem seems to be in ReferenceSeparator.SeparateReferences The regex ReferenceRegex is used against the text and it seems the...
It seems the combination of character, '.', number does not process well with the regex ReferenceRegex. When testing the regex at https://regexr.com if I type c.#### then as I continue...
I am not sure if this is a good solution or even "correct" in general however it does solve my problem. ```c# private static readonly Regex _numericSeparator = new Regex(@"(.\.\d)",...
These updates also were not just on the lucene indexed tables. Either the lucene indexes were bringing the whole cluster down or the non-lucene indexed tables were also slow for...
It probably has to do with BackgroundWorker.js now being auto generated. I had the actual js file not the CS file it was generated from.