goka
goka
#1915 https://developers.google.com/custom-search/v1/site_restricted_api It is possible to search unrestricted to specific sites.
Add optional parameters (like a `siterestrict`) to GoogleSearchAPIWrapper.
Not correct url. #### Before ``` https://github.com/davecheney/introduction-to-go/isues ``` #### After ``` https://github.com/davecheney/introduction-to-go/issues ``` Thank you for today !
Hi guys, Thank you for giving nice library. I'm using [gom](https://github.com/mattn/gom) I can not use `go build` when using gom.. I want to specify command. ``` build_command: gom ``` If...
I create one table and test.yaml to try using embulk run. |id|date|datetime| |:---|:---|:---| |1|0001-01-01|0001-01-01 00:00:00| ``` in: type: mysql host: localhost user: user password: password database: db query: | SELECT...
It may be related to #1 . Below is activity route has bug, Start Activity:A -> Start Activity:B -> Start Activity:A -> back B - Crash 💣 I think it...