Rayan Mestiri

Results 3 issues of Rayan Mestiri

Since caffe2's development has moved to [pytorch](https://github.com/pytorch/pytorch), wouldn't it be better to use this instead ? I tried to follow [these instructions](https://caffe2.ai/docs/getting-started.html?platform=ios&configuration=compile) to try to compile pytorch's version of caffe2...

You need to remove the leading / in the source_files attribute of the podspec file. It should be : `spec.source_files = 'AwesomeMenu/AwesomeMenu/*'` instead of `spec.source_files = '/AwesomeMenu/AwesomeMenu/*'` This causes the...

We can't process files before uploading them when using the picker, resulting in the user uploading file formats we don't support, etc.

enhancement