Jared
Jared
> I've just re-read all the messages here and now I'm wondering what the actual issue is? All the scenarios provided seem to lead to the same error but the...
Sorry to ask a semi-unrelated question in this thread but how does one get inpainting to work? What format should the image mask be? I've tried both transparent + white...
Sorry I answered my own question by looking at the code. Mask is working great with black = no change and white = in paint. 
@maximepargelle have you tested this out in the desktop client for Fooocus? There is an inpaint method called `Improve Detail (face, hand, eyes, etc.)` that is supposed to work for...
I ran into this problem and got it to work by editing my /etc/hosts file to point chat.na1.lol.riotgames.com at the ip for chat.na2.lol.riotgames.com /etc/hosts (different on windows) add this line:...
Just want to +1 this. Having the same issue. Hoping to have my logging broken up by category so it's easier to track down problems.
Very related to this, the `console.info` command filters to `logs` rather than `info` on the supabase edge function log viewer. So the mapping I've observed so far is: javascript function...
Seconds after posting this I managed to search the issues list for prime256v1 and found this similar issue: https://github.com/denoland/deno/issues/21761, apologies.
I've distilled my problem down to a simple use of the `jsonwebtoken.sign` function so it's easier to reproduce. First, unworking Deno code: ``` import * as jsonwebtoken from "https://esm.sh/[email protected]"; const...
I never got it working in Deno. I ended up spinning up a google runcloud instance running nodejs that validates my tokens for me. I forward the token from my...