Jim Solderitsch
Jim Solderitsch
I am running the mission that is shown in the new DroneBlocks course. ``` takeoff(); fly("forward", 20, "in"); video('start'); hover(5); flip("forward"); flip("backward"); video('stop'); hover(5); yaw("right", 90); takePhoto(); yaw("left", 180); takePhoto();...
I can use MMM-Wallpaper for bing and apod ok. I have an icloud public album with this ID: ```0ae2R2FLz_K0nxDsusXUnhbKQ``` I enter this config section in my config.js: ``` { module:...
Hello, I saw that the the getAddress function was missing from the PS4 library. This is a request to add it.
I used the command: ``` ./minifab up -i 2.4.3 ``` The startup sequence failed pretty early on: ``` Using default spec file Minifab Execution Context: FABRIC_RELEASE=2.4.3 CHANNEL_NAME=mychannel PEER_DATABASE_TYPE=golevel CHAINCODE_LANGUAGE=go CHAINCODE_NAME=simple...
Uploading an art image through the web app crashes the nodejs server. ``` [2022-04-01T11:08:19.692] [INFO] invoke-chaincode - Transaction successfully submitted at 2022-04-01T15:08:19.692Z dyld: lazy symbol binding failed: Symbol not found:...
I run two nodes for Lab 03. For the first node, the getPeers method returns null. For the second node run with the command: ``` docker run --name "blockchain-node-2" -p...
I figured our how to use postman to send post requests to the first node created by the setup-docker script. This causes a block to be mined if you add...