Bob Reselman
Bob Reselman
I am running server-side xmlprc using this code: https://github.com/reselbob/simple-xml-rpc/blob/master/server/server.js When I run a vanilla HTML/jQuery code that is here: https://github.com/reselbob/simple-xml-rpc/blob/master/client/index.html and here: https://github.com/reselbob/simple-xml-rpc/blob/master/client/js/helpers.js I get a CORS error in Chrome,...
Or, do I need to "roll my own?" Thank you for any information you can provide.
Presently it looks as if I can only select one drive to view in the dashboard Thanks in advance for any help you can provide.
Hi: I am trying to get JSZip to uncompress data coming out of the Stack Exchange API. I keep getting this error ``` jszip.js:13 Uncaught (in promise) Error: Can't find...
Hi: I want to use this for a course I am delivering. But, I need to be able to execute queries in full syntax across the entire database like so:...
Hi: I run this command: `solcjs --bin --include-path node_modules/ --base-path . LookupContract.sol` And get this result: ``` Warning: Visibility for constructor is ignored. If you want the contract to be...
Hi: I have a simple Node.js app the user the Open Telemetry Jaeger exporter to send trace information into Jaeger. It runs fine when I fire up the Jaeger as...
Just did a `git clone ....` `npm install` Had to do an `npm audio fix --force` because at first `npm run develop` did not work. After I did the fix,...
Hi: I am trying to run the setup example in the readme. I am running Fedora release 37 (Thirty Seven). When I run `$ npm run build:program-rust` get an error...
Hi: I am trying to exercise a Solana program I migrated from Solidity using Solang. I keep getting this error: ``` Error: SendTransactionError: failed to send transaction: Transaction simulation failed:...