Tom Manterfield

Results 15 comments of Tom Manterfield

For frustrated developers arriving here from google... One cause of the error: ``` - Retrieving bucket info... ✖ Failed. AccessDenied: Access Denied ``` Is a non-unique S3 bucket name. The...

The issue is likely permissions. I'm getting the same behaviour on this endpoint if I add `repo`, `org` or `user` query fields. I tried the same call via curl and...

Apologies if this is already covered above, but an issue I just found: Given a method that returns a type ```go SomeLogs struct { Logs map[string][]LogEntry `json:"logs"" } ``` Types...

> Basically, if it's not used it can't be picked up. It's annoying. For v3 we have implemented parsing the project directly. Sorry, but I'm not sure I understand what...

Would it be possible to introduce another action to solve this, allowing custom coercion? e.g. `use:coerce={asString}` This would have benefits over using the builtin `valueAsDate`/`valueAsNumber` fields as users could extend...

@omidb Are you on the same version as me? I'm on 2.9.3. I'm trying some older versions now to see if they work, but it's a bit awkward since I...

Looking into this, I _think_ it's because the `traffic-agent` isn't connecting via localhost/127.0.0.1 My sidecar only accepts connections from `127.0.0.1` but it looks like `traffic-agent` is connecting from `10.128.0.75`. Changing...

Perfect, will do! Might be this evening/tomorrow before I get time.

Hey @noahsalvi just wondering if there's any chance of getting this change included? I'm about to pick up some work with svelte again needing forms, so this came back into...

@bojeil-google All of the above considers this from the perspective of the developer, rather than the user. As the developer, I'm comfortable with the concept and why it works that...