Andrey Nering
Andrey Nering
This driver return all times in UTC. I propose add an option to the connection string that would return times in local time instead of UTC. ``` server=X;user id=X;password;X;local_time=1 ```
Originally asked on https://github.com/go-task/task/issues/314. There are some missing options on the `read` builtin. The `-p` one seems particularly useful on scripts. https://github.com/mvdan/sh/blob/b7aede07e8af0320deb8b5f835bb1df6ec59face/interp/builtin.go#L473-L479
Hi everybody, There were some discussions at #694 with regard to ideas of a possible future major release. GitHub discussions are not too good for these discussions so I decided...
[Originally suggestion on Reddit](https://www.reddit.com/r/golang/comments/ib4px3/task_v300_is_released/g1tvf69/)
[Originally suggested by someone else on Reddit](https://www.reddit.com/r/golang/comments/ib4px3/task_v300_is_released/g1wulhv/)
## Expected behavior This: ```ruby get :foo, id: 5, format: :json ``` Should be converted to: ```ruby get :foo, params: { id: 5 }, format: :json ``` ## Actual behavior...
Originally asked in #23, but I've being thinking about it for some time. Today, this lib cleans the database, load everything and then commit the changes for every test run....
Reference: https://github.com/go-testfixtures/testfixtures/pull/30#discussion_r199334677 We can move from the `.sql` file to an YAML file (since it supports arrays for multiple statements) or to a Go function/interface
This is the key that highlights other identical words (those you can follow which command+D) when you select one. The default was too close to white, almost invisible. Changing to...