chaslain
chaslain
### What steps will reproduce the problem? Create a model that utilizes an array for input, and put a form that references the first key of this array. Add a...
### Expected behaviour The "components" directory should appear within vendor only. ### Actual behaviour The "components" directory is added not only to the vendor directory, but also the root directory...
``` PHP Warning 'yii\base\ErrorException' with message 'preg_match_all(): Compilation failed: invalid range in character class at offset 4' in vendor/paquettg/php-html-parser/src/PHPHtmlParser/Selector.php:91 ``` Code was this: ``` $file = file_get_contents($this->file_path); $dom = new...
When several users are active on my bot at one time, mostly interacting with callback queries, I am getting a 429 error sending the update back. I believe if my...
Context: The "x" column is a scoring column. The higher the score, the rank is closer to 0. After building a new version of my application (but not updating the...
The generation feature hard codes the schema name. Suppose I have many schemas with identical data definitions in which I'd like to use the same structs for. Or, suppose the...
one.yaml ``` schemas: Thing: type: object properties: Property: value Example: properties: Thing type: array items: $ref "#/components/schemas/Thing" ``` two.yaml ``` schemas: MyThing: allOf: - $ref: "one.yaml#/components/schemas/Example' - type: object properties:...
Hello, I have an issue where, while using batch to add multiple journal entries, no error is indicated from `$batch->getLastError()` function. Code: ``` $batch->Execute(); if ($batch->getLastError()) { // my code...