Chainarong Tangsurakit

Results 6 issues of Chainarong Tangsurakit

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...

![image](https://user-images.githubusercontent.com/2979072/167865136-003c316b-57e3-4e81-a5b7-712815e5d39a.png) 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...