Richard Hutta
Richard Hutta
I think would be much convenient to move these to lines from TextView#type class: escaped = text.replace('%s', '\%s') encoded = escaped.replace(' ', '%s') to AdbClient#type, since If you want to...
at this point nodejs is very much popular and most people have nodejs in their path as node. After go install node will be in go/bin which is usually in...
Referring to #30 there is an issue with `,omitempty` tag. Omit empty is not just causing empty values not to be set (coz they are omitted) but also it takes...
Client library should always take context as a first argument of every function using http client or similar. Reason is simple if there is anything in way between client and...