David Liu

Results 72 issues of David Liu

### Is your proposal related to a problem? tape was used as a dependency in a second developement in other projects. It worked before, but not again on 0.2.6 ###...

Found issue from https://github.com/davidkhala/ci-cd-utils/actions/runs/4052481071/jobs/6971959177. This workflow runs on macos-latest with logs ``` Run docker-practice/actions-setup-docker@master install docker /usr/local/bin/wget https://raw.githubusercontent.com/Homebrew/homebrew-cask/fe866ec0765de14[15](https://github.com/davidkhala/ci-cd-utils/actions/runs/4052481071/jobs/6971959177#step:3:16)99745f03e215452db7f511b/Casks/docker.rb --2023-01-31 09:11:48-- https://raw.githubusercontent.com/Homebrew/homebrew-cask/fe866ec0765de141599745f03e215452db7f511b/Casks/docker.rb Resolving raw.githubusercontent.com (raw.githubusercontent.com)... [18](https://github.com/davidkhala/ci-cd-utils/actions/runs/4052481071/jobs/6971959177#step:3:19)5.[19](https://github.com/davidkhala/ci-cd-utils/actions/runs/4052481071/jobs/6971959177#step:3:20)9.109.133, 185.199.111.133, 185.199.108.133, ... Connecting to...

Inspired by https://github.com/hyperledger/fabric-admin-sdk/issues/15#issuecomment-1240722272

We find '/var/hyperledger/' in peer contains a sample configuration of - `core.yaml` - dir `msp`

raised in sm-blockchain ## 证书管理 ### 区块链用户管理 - [ ] 管理员和用户证书的撤销与更新 - [ ] 证书注册时证书信息(CSR)可以定制。 ### 证书准入 - [ ] 实现为机构的排序节点、对等节点实现证书注册、撤销和更新。 - [ ] 支持节点角色定义(NodeOU)。 ## 区块链网络管理 - [ ]...

- It is not covered yet in CI

Now it is https://apexapps.oracle.com/pls/apex/f?p=44785:112:0::::P112_CONTENT_ID:22661 It should be https://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/idcs/idcs_nodejs_sdk_obe/idcs-nodejs-sdk.html

Since it has been a while from lastest commit time, I wonder if this project under maintainance?

When I tried to create connection by raw connection string ``` ... mysql.createConnection(`mysql://avnadmin:${password}@mysql-davidkhala.d.aivencloud.com:22013/defaultdb?ssl-mode=REQUIRED`) ``` The warning prompts like ``` Ignoring invalid configuration option passed to Connection: ssl-mode. This is currently...

A confusion introduced by running `java HelloWorldApp.java` I believe the file is not an artifact of `setup-java`, thus user should provide it. But there is no tips in the guide...