Brandon Lum
Brandon Lum
Based on looking at https://github.com/droyo/styx/pull/17/files, would this be an upstream fix to ent to change that to uint32?
Also , would we be able to skip building ent for 32 bit if we use build constraints? https://pkg.go.dev/go/build#hdr-Build_Constraints
@mlieberman85 were you able to check if this was resolved?
relabelled this to data quality issue and keeping it open and remove "bug" label after PR is fixed
you should be able to make the payload anything you want and program the keyprovider to unwrap that structure and do what you want with it.
@mamy-CS is working on this.
Example of code snippet to address ``` data: { key: string, props: { cluster: ClustersList } }[] | string | JSX.Element[], ```
PR https://github.com/lumjjb/tornjak/pull/96 link
Removing 0.5.0 milestone tag since there is not yet a resolution near the release deadline.
@chewong @qrdl this should be resolved now with https://github.com/spdx/tools-golang/pull/173, can you see it works now?