Chris Sandrini
Chris Sandrini
I am new to sqlmock and go and struggle with my unittest. The mock part seems to work but form my understanding, my method GetCave should return the row I...
Hi In Kubernetes it would be nice to store settings.json as a secret and have the secret volume mounted into the pod. To solve that I added the following code...
I run a rapidsai container with jupyter notebook. When I freshly start the container all is fine. I can run some GPU workload inside the notebook. ``` Thu Oct 14...
Fantastic work. Just what I need. Thanks for that. One idea. Instead of continuously running the containers could this also be done with [ScheduledJob](https://docs.openshift.com/container-platform/3.3/dev_guide/scheduled_jobs.html)?
Hi I was wondering what an efficient way is to get the fromAddress from the transaction list? ie. from endpoint https://ocean.defichain.com/v0/testnet/address/tf1q74jn0ddazjlw6nmra4a40fcquqhrqhlf92egd8/transactions As of now I have to go through each...
Network Name: DefiChain New RPC URL: https://eth.mainnet.ocean.jellyfishsdk.com/ Chain ID: 1130 Currency Symbol: DFI Block Explorer: https://meta.defiscan.live/ Confirmation of launch: Defichain has been around for a few years https://defichain.com/ but the...
I withdrew 50 DUSD from vault and see the following in `decodecustomtx` ``` { "txid": "xxx", "type": "WithdrawFromVault", "valid": true, "results": { "vaultId": "xxx", "to": "some-address", "amount": "50.00000000@15" } }...
## Summary Tried to install 4.0.1 release on my Raspberry Pi with AARCH64 architecture and get the following ``` defichain-4.0.1/bin/defid -version defichain-4.0.1/bin/defid: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by defichain-4.0.1/bin/defid)...
#### What happened: When using the LightWallet to scan the QR code i.e from MetaMask to send Tokens to EVM it prefixes the address with `ethereum:`. This is quite annoying...
It would be great if start parameters of code-server could be defined i.e through ENV variable such as `--disable-proxy`