Gabriel Cretin
Gabriel Cretin
So, I was finally able to solve my problem by asking the people managing the DNS to add en entry in order to be able to have mattermost as a...
> Is this related to the following as well? > > ``` > --------------------------------------------------------------------------- > KeyError Traceback (most recent call last) > in () > 6 scholarly.fill(publications[0],[]) > 7 scholarly.pprint(publications[0])...
Same issue as above
> FWIW I was able to compile v0.12.0 from source against my conda installed tensorflow-gpu 2.1.0 and pip install the built package, and now everything seems to work correctly. This...
Alright, thanks for your answer !
Wooow, didn't know this trick ! It builds thanks a lot @ljyanesm !
It is running properly for me too yes! The only issue I had was when I clicked on "Windows" -> "Density Volumes" and I got a segmentation fault.
I had the exact same issue and it prevented the server to start. On `Ubuntu 22.04` for `openpbs-22.05.11` I simply replaced the shebang `#!/bin/sh` by `#!/bin/bash` in `/opt/pbs/sbin/pbs_ds_systemd` and then...
If it can help, I personally figured that after managing to migrate to a subdomain URL instead of subpath installation, the plugin worked: `https://mattermost.example.com` instead of `https://example.com/mattermost` It is annoying...
You are most welcome ! Yes it is that simple, in the `config.json` file, just set the line `"SiteURL": "https://mattermost.yoursite.com"`, restart and voilà. At least, it worked for me 😉...