John Lyon-Smith
John Lyon-Smith
I've tried `git gc` and `git clone --mirror` and I still get this message.
I don't think so. Which is a problem because lots of folks depend on it, including me! I'm going to at least fix #126 in [my fork](https://github.com/jlyonsmith/gridfs-stream) which is a...
@aheckmann I would be willing to take on maintenance and merging of pull requests for this code base.
@florianeichin I agree. I have also converted over to the official MongoDB streaming API.
It’s on the man page for GridFSBucket, http://mongodb.github.io/node-mongodb-native/3.5/api/GridFSBucket.html You can set the metadata in the options argumante. For more detailed help Stackoverflow would be your best bet. Cheers, John. From:...
I just discovered this too. [It looks like Skia supports Gaussian blur](https://api.skia.org/classSkSVGFeGaussianBlur.html). I definitely +1 support for this in the library. Blur is really useful for adding depth effects to...
```sh cd src pip3 install Pillow python3 server.py ```
I think this is a pretty important bug fix. When will it be release?
With Swift 3.0 I did something a little different because you cannot expose private functions using categories. In my case I just want to reload the settings in my custom...