Grzegorz Ciesielski
Grzegorz Ciesielski
I have copied this example from readme.md from your repository: [https://github.com/PeculiarVentures/xadesjs#in-the-browser](https://github.com/PeculiarVentures/xadesjs#in-the-browser) And I also swapped arrow functions to regular ones (because IE does not support arrow functions), but I doubt...
Ok, so we can access the signature. But can we get the whole document with enveloped signature as it was in other browsers?
If I were to decide, then definitely.
> What about testing this? Is it possible to create a testing scenario with tpu involved? For example create cluster with gcloud command and run xpk adapt on it? We...
> But it should work for tpu too, thus making it eligible for testing now. We will have tests with TPU in github workflows after refactoring due to cluster_create depending...
> And one more question about additional networks and subnetwork names for A3U machine. Are we assuming the subnetwork names are as we expect in the A3 workloads with RDMA...
I think the value of `chips_per_vm` for v5litepod-8 (line 1159 below) is invalid in the configuration (should be 4). This TPU has 8 chips total, not per vm. https://github.com/AI-Hypercomputer/xpk/blob/ec9e9d4b19241e0a62d81c70cf3ca5b4295375fb/src/xpk/core/system_characteristics.py#L1154-L1162