Results 9 issues of forgie1

If there is DB with: - hundred of thousands of entities with positions e.g. 0, 1, 2, ..., 658541, -- all in one group - and e.g. 4.000 random entities...

Bug
Sortable
Still Relevant

- bug fix - BC break? no Closes #289

Version: 3.3.0 and others ### Bug Description If input is of type `number` and depends on other input and `number` validation fails, than form is not valid but no error...

Even if HTML tags are escaped by latte, in nextras mail panel you see proper layout, but in real mail client you see escaped HTML tags instead of HTML formatted...

Do you plan tu support PHP 7.4. ?

To prevent overcrowded dump, barDump can be temporarily disabled/enabled on demand. eg: ``` function one() { ... \Tracy\BarDump(); ... } \Tracy\Debugger::$barDumpOn = false; foreach ($many as $row) { one(); }...

Version: 3.2.0 ### Bug Description config/common.neon ```neon parameters: secretDir: 'mySecretDir' extensions: myDiExtension: Plugin\DIExtension ``` DIExtension class ```php ... class DIExtension extends CompilerExtension { public function loadConfiguration() { $this->compiler->loadConfig(__DIR__ . '/di.neon');...

### Bug Description: systemd started second instance for unknow reason (maybe thought first instance is down). If second instance is started it causes hi usage of CPU waiting for the...

bug
waiting