Andrew Prokhorenkov
Andrew Prokhorenkov
It's the file I included. I don't have any `\input` or `\include`.
Yes, I was renaming the main (and only) source file. Though, I still have the same error: 
I narrowed it down to the following: 1. Built some document. 2. Rename current or create a new document in the **same** folder. 3. It won't build anymore, until you...
Is there any fix for this? Removing cache files and restarting Atom every time I need to built the file is unbearable...
"Rebuild" doesn't help for me. This time I changed: ``` %!TeX engine = pdflatex ``` to ``` %!TeX engine = xelatex ``` I'm still wonder where it stores the cache,...
It should either output the 200 response with: ``` {"message":"Active organization changed"} ``` Or some other message, I was not able to reproduce it with multiple Grafana versions. --- From...
I would be happy to test it and try to develop/debug it with some extra help on how to do this. 👍 I would definitely include FOV change into this.
I only can found this in `var/logs/prod.log`: ``` [2020-07-03 22:12:29] request.CRITICAL: Uncaught PHP Exception Predis\NotSupportedException: "The "phpiredis" extension is required by this connection backend." at /var/www/wallabag/vendor/predis/predis/src/Connection/WebdisConnection.php line 106 {"exception":"[object] (Predis\\NotSupportedException(code:...
Unfortunately, with `tcp` I'm getting this error: ``` Redis is enabled for handle asynchronous import but it looks like we can't connect to it. Please check Redis configuration. ``` I'm...
I have managed to rewrite the `srcset` use with the following: ``` replace("srcset"|"") ``` After adding this rewrite rule all the images are finally shown.