gb5256
gb5256
HI, your plugin does show corretcly that the translation for "jolly" is missing (see screenshot and notice that it found the translation for "welcome".) ...
Hi, I am trying to get acceptance tests working with selenium and firefox but I do not get it done. i am using the setup as described here, and installed...
I am running this command: $result = Yii::$app->mongodb->createCommand(['listIndexes' => "collection1"])->execute(); If I then echo the result (which I should not of course as it is an array) it throws this...
There is a bug in versions below 10 which does not allow certain images to be uploaded. See this: https://github.com/blueimp/jQuery-File-Upload/issues/3639 Is it possible that you update your dependency? You are...
Hello, I noticed quite some errors from a missing en.js file which indeed is not part of the language folder bundled with this package. Please take it from here: https://imperavi.com/download/account/core/lang:en/...
Hi, please check this function: public function singleNumber($output) { //TODO properly check if r output is a valid number return 0 + substr($output, 4); } The problem is that if...
Hi, I was wondering if I can use something like explained here: https://aws.amazon.com/blogs/developer/using-client-side-encryption-for-amazon-s3-in-the-aws-sdk-for-php/ It uses client side encryption as I do not want to use server side. For upload and...
When I try to upload this file (I have zipped it, as TIF are not allowed here): [image_sample.tiff.zip](https://github.com/kartik-v/bootstrap-fileinput/files/14208336/image_sample.tiff.zip) Then I get the spinning wheel and a JS error for filetype.js:152...
### What steps will reproduce the problem? I am using this config: 'components' => [ ... 'queue' => [ 'class' => '\yii\queue\db\Queue::class', 'as log' => \yii\queue\LogBehavior::class, 'db' => 'db', 'tableName'...
### ImageMagick version 7.1.1-29 ### Operating system Linux ### Operating system, version and so on Ubuntu 22.04 ### Description Running the ./configure --with-modules does not find libraw LibRaw is working...