Pierre de Fréminville
Pierre de Fréminville
Hello, I'm facing this problem: when I zoom or select label, the time series often goes out of scale. Should I create another issue for that or is it related?...
@jkyndir you can also use the environment variable `LTP_PATH` and download the latest version from here: https://languagetool.org/download/.
@ravendinata It looks like it will download the LanguageTool zip anyway even if `LTP_PATH` env var is defined. https://github.com/jxmorris12/language_tool_python/blob/6246cdf8a5b89496b027036eb9bb20cc0f41314e/language_tool_python/server.py#L246C1-L249C19 https://github.com/jxmorris12/language_tool_python/blob/6246cdf8a5b89496b027036eb9bb20cc0f41314e/language_tool_python/download_lt.py#L131C1-L151C1
@jxmorris12 it should be fixed now. The user now can use `LTP_JAR_DIR_PATH` as mentioned in the README to specify local installation and bypass the download for sure.