Scott McGillivray
Scott McGillivray
Hi, Not sure if this is bug or feature request but when i select the 'Disable Build' option in a freestyle job.. the plugin doesn't honor this and will continue...
Hi, not sure if it me doing something wrong or trying to do something that's not possible. Using holder with just `` works great. But if i want to do...
currently the deemed best nameserver denoted by "use_server" will occur twice in the resolv.conf output which isn't ideal and in some circumstances could incur delayed lookups if it were to...
I tag all my triggers in Zabbix with the below style `key:values`.. 5 in total. ``` RACK: ROLE: ... ``` I would like in the Zabbix problems panel that i...
I'm using the listen code from examples and it connects but never displays anything.. seems to always get unhandled_data. If i subscribe on the other hand it works OK. Anyone...
I get this error quite frequently: `Connection aborted` It triggers the `serviceHandlers.disconnected` handler but the `error` is `undefined`. Is there a correct way to trigger a reconnect manually with the...
Hi again It seems #88 is back again :( ``` wsclient.serviceHandlers.connected = function () { console.log('Bittrex Websocket connected !') bittrex.websockets.listen(function(data, client) { if (data.M === 'updateSummaryState') { data.A.forEach(function(data_for) { data_for.Deltas.forEach(function(marketsDelta)...
At the moment if you connect a container to multiple user defined networks then the default route used will be the subnet of the last connected network. Is there any...
Is there any plans to add a resize option ? If i have a mysql container that i started with `--size 50G` and later find i need to increase this...
Hi I am using this proto [https://github.com/PowerDNS/pdns/blob/master/pdns/dnsmessage.proto](https://github.com/PowerDNS/pdns/blob/master/pdns/dnsmessage.proto) which i compiled to give me the following `.rb.` ``` #!/usr/bin/env ruby # Generated by the protocol buffer compiler. DO NOT EDIT! require...