-
### Problem
Trying to create a PDF version of my book **using Memoir class** I get the following error:
```
! Class memoir Error: Font command \sf is not supported.
See the memoir class docu…
-
### What steps will reproduce the problem?
Executing statement which triggers MSSQL trigger which generates error.
When there is error in first trigger's query(not line) exception is caught, debug g…
-
#### What are you trying to achieve?
I want to test an API I created with the Yii2 Framework. For that I created some tests. They all work fine in isolation, but fail when I run all in bulk like th…
ghost updated
3 years ago
-
Here my js code:
```
var uppy = Uppy.Core({
debug: true,
locale: Uppy.locales.it_IT
});
uppy.use(Uppy.ProgressBar, {
target: \'.for-ProgressBar\',
hideAfterFinish: false
}…
-
### What steps will reproduce the problem?
Before using this function, you have to separate the class from its options. In 99% of the time one should not have to do this.
### What is the expected re…
-
### What steps will reproduce the problem?
Adjust system time forward
### What's expected?
queue is normally working
### What do you get instead?
queue is dead because redis key "queue.moving…
-
Hi Team,
We are facing issues when we upgrade our craft to the latest version and also the migration assistant but there seems to be some incompatibility in between the two.
We are always gettin…
-
### What steps will reproduce the problem?
```php
class Test extends Model
{
public $attr;
public function attributeHints()
{
return [
'attr' => 'An hint with…
-
#### What are you trying to achieve?
Running my functional tests. One of tests fails. I expect to see a failure message.
#### What do you get instead?
> Provide console output if related. Use…
-
https://www.php.net/manual/en/ref.pdo-oci.php is useful in actions if you need to test against Oracle database. We have such need in Yii 2: https://github.com/yiisoft/yii2/tree/master/tests/framework/…