-
A test failed on a tracked branch
```
Jest encountered an unexpected token
Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or wh…
-
Here is a simple rundown what ChatGPT had to say about it:
Combining `argparse` and `Hydra` is a useful approach when you want to manage configurations using Hydra while still maintaining some fl…
-
See https://github.com/yowainwright/es-check
Usecases:
* to test whether `oxc_transformer` is correct
* to test whether your bundled app still has some higher ES features. For some apps or webs…
-
### Requirements
- [X] I've searched [platform-specific issues](https://github.com/jtroo/kanata/blob/main/docs/platform-known-issues.adoc), [issues](https://github.com/jtroo/kanata/issues) and [dis…
-
**Problem**
Opening a [PDF document](https://github.com/user-attachments/files/16425074/GoogleSpreadsheet.pdf) that has been downloaded from Google Spreadsheets as PDF (with settings as is) fails whe…
-
### Related problem
For the longest time, I considered the `[[ column0 column1 ]; [ foo bar ] [ baz car ] [ far fit ]]` syntax to be unintuitive and unreadable, and I stuck to the "list of record lit…
-
Hello,
if the parser option ParseAsCpp is set to false, the compilation is always returned empty regardless of the input files or texts.
Is Parsing as C not supported?
-
## Description
Add an option to ignore the body of a commit message during commit parsing. Ideally in `commit_parser_options`.
## Use cases
From v7 to v8, the changelog seems to use all the i…
-
It would be very nice if there was a command-line option to also include the comments in the parser, rather than skipping them entirely. This is useful for code generation later (then you might prefer…
-
https://reviews.llvm.org/D130276 introduces a COFF options parser into JITLink to enable it to handle `export`, `alternatename` and other options. The parser should probably be moved to libObject long…