Chainarong Tangsurakit
Chainarong Tangsurakit
Enhancement for #47
I need to send associative array as parameter via json rpc for example. {"sendDate":"2013-07-06", "packageId":1} But if i type like $myExample->getContent(array('sendDate' => '2013-06-17', 'packageId' => 1)); the $params wil show...
I have got following error when i tried to run ansible playbook ``` TASK [itcraftsmanpl.php7 : Install PHP Packages] *************************************************************************************************************** failed: [10.240.0.22] (item=[u'php7.1-common', u'php7.1-cli', u'php7.1-intl', u'php7.1-curl', u'php7.1-cgi', u'php7.1-fpm', u'php7.1-mysql', u'php7.1-gd',...
I use google container engine and recently upgrade the kubernetes cluster to 1.7.0 However, i got this error when i try to set autoscale to my application ``` > deis...
 C# support `Theory` test case https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test#add-more-tests That has parameter in the test function This should include in the test name Otherwise, it will show the same test case for...
**UPDATE**: `react-boilerplate` immutable is using `ArrayMapNode` which doesn't support `toMap` function That why it produce below error. Do you think it is possible to make it compatible? I used react-boilerplate...
## Description Found minor issue `logWarning` function didn't call current log level and might result in expected behaviour
# Overview - Sample Plugin is like a boilerplate for building community plugin. - This MR will ease the process after the maintainer finish the code changes by doing following...
## Reproduce Input any non string value in metadata key ``` logger.info({ meta: { statusCode: 200 } }, "Loki support only string in structured metadata") ``` ## Error ``` loghttp.PushRequest.Streams:...