Results 9 comments of Caio Almeida

This giving error in travis due to the examples folder, because there are two main functions, I put all use cases in the README, if you want, you can remove...

Same problem here, gvm is replacing spaces with :

@zalom i found a solution, just the space from this path ~/.gvm/scripts/function/munge_path line 51. Something like this ` IFS=':' path_in_ary=( $(printf "%s" "${path_in}") ) IFS="$defaultIFS"`

Any updates to merge this?

Hello @tulir! Do you have any suggestions or complaints about this pull request? I believe it would be very useful in the main branch, as it gives users the freedom...

If this is related to MySQL query maintenance, I suggest creating a discussion and storing the implementation of the driver there. This would eliminate the need for you to update...

Any updates on this support? Currently, only the start test function is working,the other methods arent.

hello @h9jiang! > But I can not run test using the command you provided (it passes but it actually does not run any test) No, the command itself is correct,...

Since the testing part will be replaced by Go Companion, I don't see a problem leaving this implementation for when the migration happens. However, while testing with Go Companion, I...