Jarrod Mosen

Results 42 comments of 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!

@lucix-aws @wty-Bryant @dannyrandall @iamhopaul123 @Lou1415926

I've just found a quote from @efekarakus on Gitter: > The publish field is available for all service manifest types, however subscribe is strictly unique to type: Worker Service. It...

Hi @KollaAdithya, thanks for the info! Hopefully this provides more context: In short: we have a monolith. Service A is our C# SaaS monolith - this is a web server,...