Robert Bradshaw
Robert Bradshaw
@Polber This'd be really useful for YAML too, where the type and schema could be inferred rather than needing to be fully spelled out.
Could you add a description of what is improved here?
Taking a step back, is the problem that you're trying to solve is that those transforms that come from a `[Typed]SchemaTransformProvider` we already have a `(identifier + configRow) -> [Schema]Transform`...
While I'm generally a fan of auto-formatters, care should be taken when applying them arbitrarily to a large, an existing codebase. (I also don't think it's that urgent because formatting...
R: @ganesh4991
Sorry, @mravi , I just now saw that you had signed up to do this. (I started writing the docs when I realized there was no place to document the...
Welcome! No need to wait for triage; we'd welcome a PR! On Sat, Oct 19, 2024 at 10:22 AM liferoad ***@***.***> wrote: > Welcome to the community! Let us know...
R: @Polber
Generally if we know that we're parsing a type, there is special code to resolve the "dangling" star as part of the (possibly empty) declarator, but in cases where we...