-
Laravel 10.48.20
PHP 8.1.9
Code:
$config = ArrayFile::open(base_path('config/app.php'));
Error:
PhpParser\Lexer\Emulative::__construct(): Argument #1 ($phpVersion) must be of type ?PhpParser\Ph…
-
#### Reason/Context
This Issue is used to track changes needed to support AsyncAPI v3. As a code owner, please edit this list of TODO tasks in order to properly track the progress 🙂 Once this issue i…
-
When configuring the dev server with the following options:
```
.configureDevServerOptions(options => {
options.http2 = true,
options.https = {
key: 'infrastructure/ssl/private/…
-
Should be an easy one for newcomers...
In the forcegenerator XMLs there is a role element, that includes the option for designating infantry as Anti-Mech equipped/specialized/whatever - 'anti_mek'.…
-
Dialects that support interval data types usually also support precision and "scale" on the data type. For example, it is possible to specify `INTERVAL DAY (9) TO SECOND (6)`.
This is currently not…
-
Logic in parseModel could potentially be greatly simplified if a 3rd-party parser generator were used: you could supply a parser generator with a grammar to get back a parser then run this on the inpu…
-
### What is happening
When serving an HTML file with a large (>10MB) inline `data:` URL resource, even a basic worker will halt the response and respond with:
```TypeError: Parser error: The mem…
-
It would be great to have an unstable zig package available. A tokenizer/parser and semantic analyzing API would make tooling (e.g. lsp, formatter, documentation generator) fairly straightforward to i…
sno2 updated
3 months ago
-
When I use repofuse code in my own dataset, I have modified the format of the dataset according to the jsonl file you provided and provided the corresponding code repository. An error is reported when…
-
### Is your enhancement related to a problem? Please describe.
Investigate switching to using https://github.com/WordPress/phpdoc-parser or https://github.com/wp-hooks/generator to generate hook docs…