iamdanfox
iamdanfox
I think the bug is valid, but that particular warning you're seeing is actually something different (and harmless) - there's a concept of gradle 'attributes' which the plugin uses internally,...
I can't paste the code here, but I was writing a `FilteredSearchComponent` that received a search string and displayed a filtered subset of results. Each result was represented as a...
That would work perfectly if the result models were returned in a collection (and some logic was moved out of the component). Unfortunately, that isn't always possible, because those `resultModels`...
:+1: think it looks sensible. Sadly we can't really do opt-in feature flags in this repo because this would allow API producers to ship compilation breaks in a minor release...
**I don't think the proposal of changing all collections to `myField?: string[]` is desirable because it would wreck the usability of responses.** For maximum convenience on the FE side, you...
Just to be clear - making a change like this _is_ wire-format compatible, but this issue is specifically trying to avoid compilation errors.
**I'd prefer to keep the conjure error parameters as plain strings (i.e. a spec update), to discourage people from putting lots of deeply-nested information in their errors. I think we...
Presumably we'd also want to phase out usage of the [tslint rule](https://github.com/palantir/tslint/blob/5.10.0/test/rules/interface-name/default/test.ts.lint) at the same time? https://palantir.github.io/tslint/rules/interface-name/
In July 2022 I had a stab at this (see also the `#hackweek-2022-sealed-unions` channel). Relevant PRs we worked on include: 1. https://github.com/palantir/conjure-java/pull/1838 2. runtime https://github.com/palantir/sls-packaging/pull/1365 3. automation to rewrite visitors...
Possibly relevant PR: https://github.com/palantir/conjure-java/pull/9