Andrei Floricel
Andrei Floricel
Hi, is there any progress related to the Nx 11 support? I would try and help, but I'm afraid that I don't know Nx good enough. What exactly were the...
Sorry, this PR has slipped under my radar over the last few weeks. I'll update it with suggested improvements in the coming days.
> @andreifloricel could outline the use case for this type and confirm or deny whether you see a use case for a util function to check if a context is...
> Isn't this a semver major breaking api change to anyone using the old style constants like below? > > ``` > import { ContextTypes, Intents } from "@finos/fdc3"; >...
> > * added utility functions: `isStandardContextType(contextType: string)`, `isStandardIntent(intent: string) > > I don't understand the use case for these. Do you have a local implementation dependent on these? A...
> I agree with the change and type guard, but it is a breaking change on the caller side as ContextTypes and Intents is no longer exported. Good spot! I...
Hi @kriswest, since I can't attend today's Standards Working Group meeting, I'll try to to summarize all the changes in this task: - marked existing `ContextTypes` and `Intents` enums as...
I removed the `getPossibleContextsForIntent()` method.