Manfred Egger
Manfred Egger
I just want to add another example: ```lua ["package.json"] = { "package-lock.json", "yarn.lock" } ``` which would nest `package-lock.json` and `yarn.lock` below/inside a `package.json` ;-)
Yes, the PR solves my issues both in VS code and neovim. No exception is thrown while requesting completions and the "error underline" ist on the correct position. Thank you!
Yes, you are right. Sorry, I did my test at the wrong place (at end of the line) and just had a look, if the exception was thrown. When triggering...
I dug a bit deeper into the code. Maybe I'm wrong (I am very far away from fully understanding how phpactor works), but wouldn't there be much more problems regarding...
I tried to make static builds for quite a long time. Until v0.11 it worked because an older version of fontforge could be used, where character conversions were done by...
It's a little bit tricky. First of all you have to verify, that all dependencies are available as static libraries (fontforge, poppler, libjpeg, ...). As there is no built in...
Unfortunatly it's not possible anymore with the newer fontforge versions as of the mentioned iconv issue. But cou can make a dynamic linked build and ship all needed libraries and...
> Which versions are you using? We are using the current version from TER (2.0.3) > Which is the URL of your root page I don't know, if get the...
> Which TYPO3 version are you using? TYPO3 7.6.15
Sorry, I'm on vacation at the moment. I will test this after the easter holidays.