Francis Chuang
Francis Chuang
It would be nice if the `Money` struct has methods to add or subtract multiple values. For example: ````go func( *m Money) AddMultiple(om... *Money) (*Money, error){ } func( *m Money)...
It would be nice if there is an option to terminate the previous invocation of the command when the command is still executing and a file changes. This would be...
When I modify multiple files in one shot (such as using "save all" in an IDE), multiple events are fired and the command is executed for each event. It would...
We should create a vagrantfile so that an local environment can be easily booted for testing. We also need a setup script (for travis and vagrant) to install the servers...
A large amount of templates in the repository are failing validation. I only tested a few in the repo, but here are some of the validation errors: ``` black-friday.mjml -...
I have a private repository hosted on gitlab.com. I can access the repo using my encrypted SSH key: ``` ssh -T [email protected] Enter passphrase for key '/c/Users/user/.ssh/id_rsa': Welcome to GitLab,...
It would be nice if glide can support gitlab.com so that we can import repositories hosted on gitlab.com automatically: `gitlab.com/someuser/somerepo`.
I don't know how complete the support for recursive watches on Linux, but here are the steps to reproduce the problem. I am using Ubuntu 15.10 64-bit within VirtualBox. I...
I don't know how complete the support for recursive watches on Linux, but here are the steps to reproduce the problem. I am using Ubuntu 15.10 64-bit within VirtualBox. I...
Curl?
I noticed that the driver uses fopen instead of curl under the hood. Is there any particular reason why fopen as chosen as the preferred method? If there's no particular...