Kazuki

Results 13 comments of Kazuki

Hi Anton - I want to know if it's nil, 0 or other value.

Maybe my example was not clear. When num is pointer to integer value, I want to first check if num is nil, if not I want to check value of...

Hmm, I'm not really sure if we're on the same page. Can you rewrite below golang program in expr? ``` func foo(num *int) string { if num == nil {...

@antonmedv curious if you had a chance to take a deeper look on this issue? cc @divakarmanoj

seems like this code is issuing too many concurrent git process ``` }).filter(branchName => // Get the common ancestor with the branch and master Promise.join( git(['merge-base', selectedBranchName, branchName]), git(['rev-parse', `${branchName}^{tree}`]),...

Thanks for quick response. My end goal was to send log to GCP. It seems that if you log string with json (like buyan formatter), GCP's log agent (which I...

looks like when value is something like "123" value_id is "123" as well

sounds reasonable to me - I'm guessing you would keep version blank if people specify platform name?

`I am curious to hear both of your thoughts (and any contributor to this project) around introducing configuration files` Each client (eg AdyenClient) has its own `NewClient` method with different...