-
bundling the vendor folder in the repo is a security risk: it creates routine huge chore `composer update` commits that are basically *impossible to code-review*, if a developer want to hide a backdoo…
-
## User story
>As a curator
>I want the post uploadscript to work as expected
>So that I can use it
## Acceptance criteria
>Given I have uploaded a dataset using the upload script
>Whe…
-
This is intended to be a discussion after which the docs may need updating / additional examples.
1. Implementation of `yii\rbac\Rule` must be done in code.
2. When saving the rule to the database, it…
-
### What steps will reproduce the problem?
Search for text with hyphen to reproduce the crash
### What is the expected result?
Should not crash
### What do you get instead?
![image](htt…
-
## RFC
### Summary
One common grief of the way elements work in MODX is that they have to be created via the manager, or inserted in the database through another bootstrap or element helper befo…
-
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 …
-
For example, node_modules
-
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…
-
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…