Osi Emoekpere
Osi Emoekpere
I was just about to modify the plugin to accept an extra argument to specify what database should be linked to an app. This is useful if two apps share...
I've tested my api with other ab testers like rakyll/boom, and they work.
* Adds customizable docker image for running tunneld
Docker makes dev life easy. Please consider adding one. An example one based on your repo, github.com/osiloke/docker-tunneld
The dynamic scaling seems to fail when the child content changes
Image.Phash seems to generate the same value for every image i try to hash. Scenario im, err := magick.DecodeData(blob) h, err := im.PHash() h is always the same value even...
This would be nice :)
Hi, Really like this library. Although, i need to send back bandwidth up and down message when accepting a request, for traffic shaping. Do you have any suggestions where in...
I noticed you panic, when the client cookie cannot be verified due to a change in the key used for creating the secure cookie. Do you have an idea how...
Setting a value in the session fails silently when it cannot set the value. For example, setting a bson.ObjectId object as a value fails but there is no error report.