David Liu
David Liu
In the index page https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/typescriptsdk.htm The section **Services Supported** list out all the service. It is good, but can we hyperlink each service item text to corresponding module page/doc/github README.md?
# Channel - [ ] Create new channel - [ ] Update channel - [ ] Peer join channel - [ ] List channel - [ ] inspect channel config...
Version information - Java 21 - CDAP 8.16.0.000 In the begining of task, NAESession.getSession("user", "password".toCharArray()); It prompts a generic error like below. While quite hard to identify the root cause,...
I use following line to create a project in current directory. ``` npm create hono@latest . -- --template nodejs --install --pm npm ``` As you might feel, I want to...
is this project under actively maintain?
**Problem Statement** I want to have an equivalent for [Data lineage retrieve REST API](https://docs.databricks.com/en/data-governance/unity-catalog/data-lineage.html#retrieve-lineage-using-the-data-lineage-rest-api) **Proposed Solution** any way is welcomed. I suggest it can be posted under group `Unity Catalog`...
What ---- In most of example codes, `new Kafka()` is valid, but since the ts definition mark the config is mandatory, thus most of IDE will warn developer that config...
I setup a matrix to test on rootless (or rootful) in ubuntu, macos and windows runner I find success is not guaranteed - [x] [ubuntu-latest, rootless](https://github.com/davidkhala/rootless-docker/actions/runs/14429207849/job/40462178894#logs) - [x] [ubuntu-latest, rootful](https://github.com/davidkhala/rootless-docker/actions/runs/14429207849/job/40462179058#logs)...
The README document presented in a format of API doc while missing a section briefing how to getting started. It is hard for me to figure out a getting started...
# Context I am connecting to Couchbase Capella by this sdk. I have loaded prebuilt sample dataset `travel-sample`. I checked via another API `QueryIndexManager::getAllIndexes('travel-sample'). ` to make sure several index...