Carter Mak
Carter Mak
Suggest that the adaptation parcel could include TS helpers that get automatically loaded during template expansion, since parcel is part of the template definition.
Pairs well with a fix for #1648
I'm bumping that this is still an issue and recent additions to the EDSL preface are causing an additional type error where the optional fields on [`arg`](https://github.com/NASA-AMMOS/aerie/blob/27c444099ac007931e4ddf27a6abf3ac50aaf4f4/sequencing-server/src/lib/codegen/CommandEDSLPreface.ts#L1757) are referenced without...
Documenting here where I'm still seeing issues -- I'm no TS/Node wizard, so this could be a discrepancy of configuration on our end vs. the sequencing server? In any case,...
Noting that this should be OBE by the new interface for uploading sequences as part of workspaces, but here's a quick repro from Aerie v3.0.1. My test file is an...
@shaheerk94 I think this has been achieved? Links for future reference: - https://github.com/NASA-AMMOS/seq-json-schema/issues/30 - https://github.com/NASA-AMMOS/seq-json-schema/pull/32 - https://github.com/NASA-AMMOS/aerie-ui/pull/1600
I think this is effectively `ISequenceAdaptation`, although we could do well to add some features to that interface (looking at tooltips, possibly more?). https://github.com/NASA-AMMOS/aerie-ui/blob/8e6dae25abebb9bb2481c0ea725dd336a498f2f1/src/types/sequencing.ts#L82-L104
It looks like [prior fixes](https://github.com/NASA-AMMOS/aerie-ui/issues/831#issuecomment-2052712596) for a user being logged out target JWT expiration, but don't address the case where a proxy times out and requires re-auth (i.e., JPL CAM).