-
BQ table:
```
CREATE TABLE `my_proj.my_dataset.my_table`(
id STRING,
source_id STRING,
TRUE_INDY_NAME STRING,
dt DATE)
PARTITION BY dt
CLUSTER BY source_id;
```
Hive Table: (GCP dataproc 2…
-
Hi,
After #80, now I want to deploy Indy to a K8s cluster so that it can be used as an alternative to Nexus Repo Manager. I've come up with my own primitive settings (see below) but I'd like to kno…
-
DISCUSSION POINTS:
There is cross-over and confusion about when to use West Indies, Caribbean and Antilles when documenting the nations in the Caribbean sea. We need to find/decide/document a cons…
-
Our boxed constants are not constants, because we allocate them every time: `new ceylon.language.String("foo")`. We can turn them into `static final` vars, but that means they get allocated even if ne…
-
We would like to support both Sidetree-based ledgers and Indy ledgers.
Example: DID resolution for Sidetree ledgers is handled via the [HTTP binding package](https://github.com/hyperledger/aries-fr…
-
Hi,
I'm using the StompClient to connect to an Oracle OpenMQ JMS. Every now and again (a few times a day) a message on an incoming queue appears to get stuck and does not arrive at the listening app…
-
It would be nice if `aries_vcx_core/src/errors/mapping_indyvdr.rs` propagated more error information. Currently, most indy-vdr errors are being mapped into `Unknown` vcx core errors, so we lose inform…
-
After enabling more tests with indy, the following test started to fail in CI. I have been unable to reproduce this failure in any local environment and I have no theories as to why it happens:
```…
-
Steps to reproduce:
1. run indy
2. type a '.'
3. crash
Here's the garbled traceback I see:
│ Tr…
-
Currently, we have Indy based credentials that are made default for issuance and verification.
## To do:
- [x] Improve DTO level formating by leveraging APIExtraModels
- [̶ ]̶ C̶h̶e̶c̶k̶ i̶f̶ w…