-
In working on the TDot, the need to publish dynamically generate data/file/svg is becoming clear. In Debug mode, the dot SVG can be encoded as data into the image URL but I'd like for the WebControl …
-
### Is your feature request related to a problem? Please describe.
- Controller: `return $this->renderAjax('my-modal-view');`
- View: `Assets::register($this);`
- JS:
```js
humhub.module('myM…
-
### Describe the bug
When comments are enabled for a [Shopify](https://github.com/craftcms/shopify) product entry via `{{ craft.comments.render(product.id) }}`, the (CP) error return is:
```
[yii\b…
-
Issue Type: Bug
**TypeScript Version:** 3.9.6
**Steps to reproduce crash**
1. Create a new folder
2. Select multiple files
3. Move files selectet into the new folder
**TS Server Log**
S…
-
### What steps will reproduce the problem?
```php
$number = 1;
$error = null;
$numberValidator = new \yii\validators\NumberValidator();
$numberValidator->min = 2;
$result = $numberValidato…
-
I have 2 controllers in my API. Each has extra patterns defined. All of my actions work properly except the user login, which is defined in extra patterns.
``` php
-
**I use yii2-elasticsearch 2.1 cause I want to connect with Aliyun-es-service[version 5.3]
But If failed when start to connect...**
### What steps will reproduce the problem?
I'm using yii2-elast…
-
I have been using the following twig template for a while
```
{% if profile.tagline %}
{{ profile.tagline|e }}
{% endif %}
{% if profile.url %}
{{ profile.url|e }}
{% …
-
As can be seen in https://github.com/docker/compose/issues/4315 , the `extends` feature that exists in `docker-compose` seems to be popular among users despite its flaws. However, it has so far not be…
-
Related to https://github.com/yiisoft/yii2-symfonymailer/issues/58 and https://github.com/yiisoft/yii2-symfonymailer/pull/59
```php
private Email $email;
private string $charset = 'utf-8';
…