Dorian

Results 15 comments of Dorian

Also, it seems a bit inconsistent that the script checks for version 13 while the documentation states that [versions 10 and 11 are supported](https://pg-auto-failover.readthedocs.io/en/latest/install.html#installing-pg-auto-failover).

The resulting expression has a LeafCount above one million. It certainly takes some time to deserialize even if 50s seems a little long. In order to help you getting a...

Can you explain what you mean by: > When cached (CSE) I'm not familiar with this acronym. If I understand correctly there is a repeated pattern in the result that...

Closing this issue, feel free to reopen it with if needed.

For some unknown reasons `os.path.isfile` returns `false` for the kernel path. You should be able to verify that using: ``` python >>> from os.path import isfile >>> isfile('/path/to/kernel') ``` (don't...

Did you try to run the command in the kernel first? On my machine the Wolfram Language code ```Interpreter["TeXExpression"]["2+2"]``` takes forever to evaluate. I'll report this bug.

I wonder if that could be the same issue as #17. The problem you're facing is similar and you all are running Ubuntu.

Here is the list of dependencies that the FrontEnd requires. Any FrontEnd dependent function eventually need them: ``` linux-vdso.so.1 libGL.so.1 libpthread.so.0 librt.so.1 libdl.so.2 libX11.so.6 libfontconfig.so.1 libstdc++.so.6 libm.so.6 libc.so.6 /lib64/ld-linux-x86-64.so.2 libgcc_s.so.1...

Some preliminary questions: - What version of the library do you grab from the package repository you specified? - Can you run the executables from a terminal and get a...

Can you provide a minimal example script that trigger the errors. From what I see above no code snippet is a working example (e.g. it is missing _path_). Also make...