Alexandre Vicenzi
Alexandre Vicenzi
Hi, Could you add [Yagm](https://github.com/alexandrevicenzi/yagm) to benchmark tests? Thanks.
Add Bitbucket Snippets support. [Link here](https://blog.bitbucket.org/2015/03/18/snippets-for-teams-are-here-with-a-rich-set-of-apis/)
If the code is to big, it's not good to show everything. It would be great to have a way to hide a little bit of the code and expand...
Add an option to choose what files to show from Gist if have more than one. Something like `?file=myfile.js`
Add a way to support private repositories. Probably this will be used only for those who want his own server. To support for every one we will need to cache...
Add option to cache files like Pastebin. This is good if you change the code and don't want to change the gist.
[C# Moq](https://github.com/Moq/moq4/wiki/Quickstart) allows to return data based on call arguments. `testify/mock` don't. It's possible to do using `Run`, but it's a big mess of code. It would be great to...
Hi, The current configuration mechanism does not allow many useful features such as: - Slice types - Map types - Nested objects - Custom validation - and more I'm trying...