Richard Frankel

Results 26 issues of Richard Frankel

When rendering my resume with a FRESH template, the publisher is not shown, since the template expects an object rather than a string. JSR templates render the string.

bug
willfix
in progress

[core::136::http-name-variable](https://linter.aip.dev/136/http-name-variable) complains that: > The name variable should only be used if the RPC noun matches the URI. This is the API snippet that resulted in this error: ``` //...

type: question
priority: p3

When creating a top-level resource is a long-running operation, this check in rules/aip-133/http_uri_parent.go incorrectly runs the rule: ``` OnlyIf: func(m *desc.MethodDescriptor) bool { return isCreateMethod(m) && !hasNoParent(m.GetOutputType()) } ``` One...

type: bug
priority: p2

[core::0136::http-uri-suffix](https://linter.aip.dev/136/http-uri-suffix) has a `Known limitations` section which states: > This rule naïvely assumes that the verb is always one word (the “noun” may be any number of words; they often...

type: question
priority: p3

this is a very ugly pattern - we should remove it in favor of PUT / Apply. The logic to implement this on the server gets pretty complicated too (since...

## 📑 Proposed changes Adopt AIP-159: Reading across collections ## 🍱 Types of changes What types of changes does your code introduce to AEP? _Put an `x` in the boxes...

## 📑 Proposed changes Add guidance for supporting reading across collections with different resource hierarchies. Note: this is downstream of https://github.com/aep-dev/aep.dev/pull/164. ## 🍱 Types of changes What types of changes...

Should this be a versioned reference? _Originally posted by @gibson042 in https://github.com/aep-dev/aep.dev/pull/173#discussion_r1577164619_

What does it mean to be self-contained? I think it suggests that you must consider carefully how you manage the protos and leverage shared definitions. But OpenAPI is more relaxed,...