Bob Liu
Bob Liu
@hsinhoyeh How about this redis driver? https://github.com/mediocregopher/radix.v2 I use this driver a lot on my projects. The code structure is better than redis.v3
It's already included in helix. https://github.com/helix-editor/helix/blob/master/runtime/themes/dracula.toml
@yaotian @cnphpbb 后面怎么解决的? 另外把论坛oem成我的, 都有哪些页面需要修改
❯ glock sync github.com/skycoin/skycoin-exchange open /Users/akagi201/.gvm/pkgsets/go1.8.3/global/src/github.com/skycoin/skycoin-exchange/GLOCKFILE: no such file or directory
```typescript import { SecretManagerServiceClient } from "@google-cloud/secret-manager"; process.env.GOOGLE_APPLICATION_CREDENTIALS = ""; process.env.PROJECT_ID=""; process.env.GCP_SECRET_NAME=""; async function getOperatorPrivateKey() { const client = new SecretManagerServiceClient(); const projectId = process.env.PROJECT_ID || ""; const secretName =...
In web3 area, the most use cases are http and websocket rpcs. I am not sure whether websocket proxy can reuse the most logic(code) of http.
In `alloy::rpc::types::beacon::BlsPublicKey;` ```rust /// BLS signature type pub type BlsSignature = FixedBytes; ``` In `ethereum_consensus::primitives::BlsPublicKey;` ```rust pub struct PublicKey(ByteVector); ``` I face the issue that I need to convert between...
Also I found that the ci lint errors are not related to my PR changes.
+1, need this method.