Sylvain CAU
Sylvain CAU
Hi I have the same issue. I am using a Docker image of php7 with apache and even if I install php-xml I still have the issue. 'Function not Implemented'...
@durasj I may have found the issue. https://github.com/joni2back/angular-filemanager/blob/master/bridges/php-local/LocalBridge/Rest.php#L153 Shouldn't it be a AND (&&) instead of a OR (||) ?
I checked with a clean new project to use Gaia Pro and create a small scene and I have the same issue. I can confirm that the file is present...
I'm using Gitlab CI and it does have access. Other projects can build.
The CI does import other `LFS` files before so I gues it does have access to the LFS files. As I mentioned, I have other projects with the same CI...
Hi, I have been using the `event` feature without any issue for some time but I experience the same issue as other people with `download` and `sync` I am using...
I'm having the same issue, anybody was able to figure out how to fix that?
I'm encountering the same issue. Is there any update here? I was using `2.2.x` a couple of months ago without any issue. I'm using `InvokeAI 2.3.3rc7` now ``` $ .venv/bin/python...
Ok after a couple of hours I came up with this: ```res let makeRetryLink = ApolloClient.Link.RetryLink.make( ~attempts=RetryFunctionOptions({ max: Some(3), retryIf: (~error, ~operation) => Js.Promise.resolve( switch error { | Some(e) =>...
No sure if it will help anybody but I was able to make my `errorLink` but it's pretty ugly. First of all, two things were missing from `react-apollo-client` to make...