-
### Issue to be solved
The parser currently depends on the AST. The AST package not only contains AST element types, but also several other functionality, like JSON serialization and code formatting,…
-
The source info object can be initialized using two approaches:
Using an explicit filename, line number, column number, and fragment: https://github.com/p4lang/p4c/blob/main/lib/source_file.h#L129…
-
## Description
I propose a new parser for the jc utility to handle `wg show all dump` command output from WireGuard. The goal is to convert this output into structured JSON.
#### Proposed Schema
…
-
The RFC permits extensions. For example, jq accepts some representations of infinity, and is a bit liberal about number representations. A number of `n_*` tests could be labeled as "failure might be…
-
**Describe the bug**
The `loadPlaylist` method in the JWPlayer React Native SDK is using an incorrect type for its parameter. Currently, it uses `PlaylistItem[]`, but it should be using `JwPlaylistIt…
-
Hi @ericspod , @KumoLiu ,
Recently, I got more and more feature requests to run bundle for real-time inference in MONAI Label, MONAI Deploy, and NVIDIA NIMs, etc.
There are 2 main blockers to supp…
-
Docs references that definition can be read from file located in project dir:
`typegen ./openapi.yml > client.d.ts - generate a type definition file`
Unfortunately, it's not the case 7.3.2:
…
-
## Bug Report
**Describe the bug**
When a container application produces log messages that are split by the container runtime into multiple parts, and there are log messages written to stdout an…
-
When reading tsconfig.json, it seems to be ignoring the "references" array which includes paths to other tsconfig files in the same directory.
You can reproduce my repo with `npm init vue@3` and th…
-
## Short description
Currently this package cannot be used when we use strict typescript configuration.
## Steps to reproduce
1. `nest new foo --strict` (Note the `--strict` argument)
2. `np…