Test QueryByExample queries against sibling credentials.#129
Open
BigBlueHat wants to merge 2 commits intomainfrom
Open
Test QueryByExample queries against sibling credentials.#129BigBlueHat wants to merge 2 commits intomainfrom
BigBlueHat wants to merge 2 commits intomainfrom
Conversation
Got missed when `glob` was moved into `dependencies`.
Deploying vc-examples with
|
| Latest commit: |
e3cb3cd
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://20996a1f.vc-examples.pages.dev |
| Branch Preview URL: | https://test-querybyexample.vc-examples.pages.dev |
dlongley
approved these changes
Feb 5, 2026
8788d2c to
da1c5f9
Compare
da1c5f9 to
e3cb3cd
Compare
davidlehn
reviewed
Feb 12, 2026
| console.error(e); | ||
| console.dir(credential); | ||
| console.dir(pointers); | ||
| process.exit(); |
Contributor
There was a problem hiding this comment.
Might be better to see all the errors. Can use the bail option to exit early.
| "devDependencies": { | ||
| "@11ty/eleventy-fetch": "^5.1.0", | ||
| "@digitalbazaar/eslint-config": "^7.0.1", | ||
| "@digitalbazaar/vc-querybyexample": "github:digitalbazaar/vc-querybyexample", |
Contributor
There was a problem hiding this comment.
Is the plan to release that package first? It currently lacks some package infrastructure bits.
Contributor
There was a problem hiding this comment.
Oops, I see that was in the PR comment. Will leave here as reminder.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
QueryByExampletests.Uses digitalbazaar/vc-querybyexample#1 so the
package.jsonreference will need to change once that's published.