Jarrod Mosen
Jarrod Mosen
@barbalex I struggled with that for a while as well. I think it's because the Widget itself wants to "own" the list of files inside it, whereas it would be...
We're having the same problem; we had to inject a PowerShell script into our deployment process to get around it.
I'm having trouble with this, too. `memberID` doesn't get camelized into `memberId`, despite it not being an acronym. p.s: If it's "ID" by itself, should camelize return "id"? @domchristie
Thanks for this. Do you think it's anything to do with #2? I'll look into it ASAP.
Thanks for this, @variable-content / @fend25, this definitely needs some more work and documentation/examples. I'll merge that config in + get an example repo up.
Just an update, this is the current error with 1.38.x using `client.ImportSchemaFromFileAsync("./schema.zed")`. I'm just forking out to the CLI from within my app in the meantime. ``` ---> System.AggregateException: One...
We're getting the same issues with [Remix](https://remix.run/), and only on Vercel. Hard to pin down!