Olle Härstedt
Olle Härstedt
Hi! Yeah? Did you upload any of those, @kucherenko ? What I want to achieve: 1) ~~No false positives on comments~~ Sorry, already possible. 2) No false positives on function...
Different scenarios and how they are handled by different algorithms:   https://reader.elsevier.com/reader/sd/pii/S0167642309000367?token=4CEC8ED633248046C8ECF054461C1077C4931D0142A7EA14087C2C27E8764BA65CB89CE01575246C4DDE06E64302B9D1&originRegion=eu-west-1&originCreation=20210604152708
If you wanna support multiple languages, it's easiest with text or token based approaches, I guess, and not graph based. I'm looking a bit at the algorithm here, which is...
I *think* I made some progress. Have a look at the clone in this file: https://github.com/LimeSurvey/LimeSurvey/blob/master/application/models/QuestionTheme.php#L363 https://github.com/LimeSurvey/LimeSurvey/blob/master/application/models/QuestionTheme.php#L836 ```php if (\PHP_VERSION_ID < 80000) { $bOldEntityLoaderState = libxml_disable_entity_loader(true); } $sQuestionConfigFilePath = App()->getConfig('rootdir')...
> as disadvantage of the solution I can say that I should implement the algorithm for each of supported languages No, the solution is still token-based! That's the good thing....
This topic might be moot due to license issues. The license for the new algorithm is Apache 2.0, but you're using MIT. IIRC, you'd have to re-license to Apache 2.0...
I got this error, then reinstalled autojump to latest from this repo and now I get: ``` UnicodeEncodeError: 'decimal' codec can't encode characters in position 0-1: invalid decimal Unicode string...
My version: ``` $ autojump --version autojump v22.5.3 ```
@jljouannic Worked for me (Ubuntu 18), thank you!
Another post about similar concept: https://spin.atomicobject.com/2018/02/08/defer-side-effects/