Pentium10

Results 15 issues of Pentium10

172.16.128.61 - - [03/Feb/2014:12:05:12 EET] "POST /config HTTP/1.1" 303 0 http://172.16.129.85:4567/ -> /config DEPRECATION: Riak::Client#port has been deprecated, use #http_port or #pb_port for the appropriate protocol. /var/lib/gems/1.8/gems/riak-client-0.9.8/lib/riak/client.rb:105:in `initialize' briak.rb:130:in`new' briak.rb:130:in...

A little bit of background. I have Voicemeter Banana, and I've opened the patchbay ports. I use Carla to connect with a VST noise reduction plugin the patchbays. Whenever I...

In a shared office, we need to lock the trading interface when the PC is idle. When we are back there should be a login screen to resume the screen....

feature request

There should be a right click option on order and rules too, that will activate an option to transform the rule into and order, and an order->rule. When transforming rule->order,...

feature request

Table.php adjusted based on the QueryResults.php example

api: bigquery
cla: yes

We love the plugin, and we primary use for event shipping. We use the `ignore_unknown_values` config option but we would like to convert all ignored values to a json string...

The BigQuery Storage API basic example and samples, none of them work. They are full with PHP compile errors as well missing code for example `formattedParent` It should be fixed.

api: bigquerystorage

We have this little piece of code ```php $getDERows = new ET_DataExtension_Row(); $getDERows->authStub = $this->soap_client; $getDERows->filter = array("Property" => "Client.ID", "SimpleOperator" => "equals", "Value" => $this->client_id); $getDERows->props = array('ELECTRONICTXT', 'IDENTIFIER',...

bug

In order to work correctly with DataExtensions when it's being created on the parent account, you need to pass "ClientIDs" also at the Get calls as well. ```xml 1234567 ```...