Matthew

Results 82 issues of Matthew

Using plugin with AWS provider. Defined a VM as follows: ``` config.vm.define "pmm", primary: true do |pmm| pmm.vm.hostname = "pmm" pmm.hostmanager.enabled = true pmm.hostmanager.manage_guest = true pmm.hostmanager.ignore_private_ip = false ......

Why does the hostmanager attempt to update the hosts file when destroying the instance? ``` [drmac@othala vagrant-percona]$ vagrant destroy -f ==> consul3: Terminating the instance... ==> consul3: Updating /etc/hosts file...

Please add support for the ability to specify where to download/save the torrent files. When I click on a magnet URL, Electorrent opens and adds the magnet, but does not...

Would be nice to have a simple on/off or pause button that stops the audio AND stops the animations. Right now, if you turn the volume all the way down,...

Lots of changes are being made to this bot (Yay!) but subscribing to every issue is cluttering up my Inbox (Boo!). I'm not sure if I can subscribe to only...

Enhancement
In Progress

``` BTC : Need more data for analysis, still collecting. I have 155/270 records Caught exception during MACD analysis, using percentile for now Caught ERR_RATE_LIMIT, sleeping capture and increasing request...

Poloniex doesn't return complete data when using their API. I've opened several tickets with them. You can test this yourself by calling 'returnLendingHistory' for date X thru Y and do...

Exchange's Fault

I have `maxtolend = 4` set in default.cfg. `maxpercenttolend`, `maxtolendrate` are both commented. Expected Behavior: For the bot to strictly not lend more than 4 BTC Actual behavior: ![screen shot...

Bug

This started happening yesterday it seems. I have `mindailyrate = 0.009` in default.cfg and are keeping 90 days worth of BTC market data. The bot is giving me the notice...

Discussion

Trying to use this in my github action. Works fine when I run it on local machine, but on push to github, fails like this: ``` Running [/home/runner/golangci-lint-1.40.1-linux-amd64/golangci-lint run --out-format=github-actions]...

question