Alfonso

Results 14 comments of Alfonso

@sanlon how could I use your fork from the time being until @sudeepag updates this package ?

thanks @Shanlon, I can confirm your fork works on XCode 9.3 and Swift 4.1 Just one minor change, I had to replace ``` confettiView.type = .Confetti ``` by ``` confettiView.type...

> we still plan to revisit this functionality, but it's just not a quick-win that we thought it might be. @kirjai is there any news on this ?

Hi @almahdi , I'm glad to read that you go it working, do you have your changes uploaded to your fork ? it would be nice to share them so...

I would like to have simultaneous uploads too, what are the technical problems involved in having multiple instances ?

What about creating a separate issue for disabling the progress event emitter ? I see disabling could be useful for some use cases, but still when you need to show...

I can confirm that the demo is working great! But you'll need to download the [GPUImage repo](github.com:BradLarson/GPUImage.git) and put it in this folder ( or change the Podfile path) ~/Documents/git/spikes/BL/GPUImage/...

I've found the solution is just to remove the non found resources from Build phases -> Copy bundle resources. I'm closing this issue for now, I'll try to make a...

the official REST api does the same regarding fields, it ignores hidden fields, it might respect filters of that view.

I've configured successfully the bundle in Symfony 4 the changes needed are - On `src/Entity/User.php` change the namespace form ``` namespace AppBundle/User; ``` to ``` namespace App\Entity; ``` - The...