Brett Taylor
Brett Taylor
like "install market", there should be a "install swap pair" function that creates all of the necessary items in the GUI.
after installing a swap pair and obtaining data (candles, volumes, etc.), a user should be able to run a like trading session using Pancakeswap. Market Orders will most likely be...
after installing the swap pair and obtaining data (candles, volumes, etc.), a backtest should be possible.
- [ ] get historical data, if not from the Smart Chain then from an API, possibly - [ ] pull current data from smart chain which can then be...
One industry standard in the Operations world is to have programs expose internal metrics via a `/metrics` endpoint for monitoring systems like Prometheus to scrape and aggregate the data. This...
https://twittercommunity.com/t/post-request-returning-error-401-unauthorized/162950/4 following the example in the README, `let response = await client.get('tweets', { ids: id })` works as expected, but `let response = await client.post('tweets', { text: message })` fails...
#### Overview of the Issue I'm attempting to use VMware Workstation to build OVAs and / or Vagrant Boxes in Github Actions. I'm installing the Linux version for VMware Workstation...
### Description Starting September 18, my Virtualbox image builds have failed with the initial configuration being left in 'gurumeditation' state. I tried updating Virtualbox, Vagrant, Packer, and all underlying software...
#### Overview of the Issue Attempting to use VMWare desktop 17 in a linux ci/cd environment (headless) results in an ssh timeout #### Reproduction Steps use packer with vmware workstation...