Bianka Martinovic

Results 10 issues of Bianka Martinovic

I had problems with inner assets like => http://fonts.googleapis.com/css?family=Abel Result was an empty file extension, as the $extensions array had 2 keys. 0 => 'css', 1 => ''

I've encountered an issue when using Bootstrap 4 and Bootswatch Themes. Some themes do an @import loading Google fonts. Warning: file_get_contents(https://fonts.googleapis.com/css?family=Lato:400,700,400italic): failed to open stream: Es konnte keine Verbindung hergestellt...

We discussed this on your HP some time ago. I maybe have a solution. Try this code: --- ``` public function writeWatermark($opacity=50, $marginH=0, $marginV=0, $positionWatermarkLeftRight="c", $positionWatermarkTopBottom="c"){ //Watermark list($image_create_func, $image_save_func) =...

I just stumbled across your new library and like the humor. :) Good work so far! Are you going to implement some kind of "presentation layer"? What I mean is:...

I have plupload inside a repository which is scanned by a static code analyzer. In line 10216 there is a call to _formatData: return _formatData(result, op, blob.type); But the definition...

Not really a bug... File Core.php: const VERSION = '1.3.6';

I feel a bit dumb, but what is the intended way to have (left) nav and main (content) fill the page? The "traditional" -> header on top, footer on bottom,...

As of jQuery v1.6, $.props no longer exists. See here for details: http://bugs.jquery.com/ticket/9117 So trying to use rotate3Di, it gives you an error "$.props is undefined".

After upgrading from 1.0.1 to 1.0.4, file uploads are no longer possible. It seems the JS scrambles the form data somehow. On the server side, $ _ REQUEST and $...

I am having a problem combining csrf-magic and jquery-file-upload by blueimp. When trying to send the files (i.e. send the upload form), the csrf-magic.js prepends the data with it's token....