Jakub Duras

Results 62 comments of Jakub Duras

@Cdenby I believe this is because your signature fields have different size. There is no resizing currently implemented. See #106.

Hello @brinley, I have similar problem. Yes, I think the only way would be to keep aspect ratio. That is something I already do, but transferring signature between devices with...

Thank you, @binaryfunt! Agreed, this is exactly what I was struggling with.

Hey, usually in Angular something like that is done with [router](https://github.com/angular-ui/ui-router). I think it would be great if whole project adapted routing. So the URL would change also when changing...

Hello, could you maybe find out what OS was used? Unfortunately, I don't use permission feature at all and I checked if it works just by doing some simple change...

Hey @joni2back and @jrondorf, Linux should be OK, I will try to do something on my debian box soon. Thanks @joni2back for the link!

Hi @joni2back , I think it's not. I was not able to test it. I hope someone else will be able to take a look at it. Thank you!

Hi @ibnYusrat, you can modify my php-local bridge to: - only list the wanted type of files [around these lines](https://github.com/durasj/angular-filemanager/blob/bundle-php-local/bridges/php-local/LocalBridge/FileManagerApi.php#L284). - reject uploading of unwanted types of files [e.g. there](https://github.com/durasj/angular-filemanager/blob/bundle-php-local/bridges/php-local/LocalBridge/FileManagerApi.php#L267).

Hi guys, I will take a look at it soon. It should be implemented. Installing devDeps is absolutely not neccessary.