-
# Bug report
I'm trying to use the library for JSON streaming + schema validation.
I tried to stream this JSON string `{ "foobar": "foobar" }` with this Zod schema:
```
const schema = z.object…
-
- TOML++ version: v3.4.0
- Compiler: clang++ v19.1.1
- Target arch: x64
- Library configuration overrides: None
- Relevant compilation flags:
You can run the following command on the generated …
-
### Describe the bug
Let's have a swap of values in array using destructuring:
```typescript
const arr = ['a', 'b'];
[arr[0], arr[1]] = [arr[1], arr[0]];
```
It gets compiled into:
```
[…
-
## CVE-2017-1001003 - Critical Severity Vulnerability
Vulnerable Libraries - math-3.10.1.min.js, math-3.10.1.js
math-3.10.1.min.js
Math.js is an extensive math library for JavaScript and Node.js. …
-
## CVE-2017-1001002 - Critical Severity Vulnerability
Vulnerable Libraries - math-3.10.1.min.js, math-3.10.1.js
math-3.10.1.min.js
Math.js is an extensive math library for JavaScript and Node.js. …
-
Hi! I wanted to download all IGCSE past papers (only maths actually but I do not imagine this tool can do categorisation), yet it reports me the following:
```
➜ ppdr git:(master) ✗ python main.p…
-
* Dart version and tooling diagnostic info (`dart info`)
```bash
If providing this information as part of reporting a bug, please review the information
below to ensure it only contains things you'…
-
I wrote some code the other day in my repo [spotify_to_tidal](https://github.com/spotify2tidal/spotify_to_tidal/blob/main/src/spotify_to_tidal/tidalapi_patch.py) like below. It would be good to either…
-
1.
```
\left[
\begin{aligned}
F = mg\sin\alpha, \mu \geqslant \tg\alpha \\
F = \mu mg\cos\alpha, \mu < \tg\alpha
\end{aligned}
\right.
```
Ziamath adds an extra blank line:
![image](http…
-
Currently the data range representation in yaml can support float infinity, but when trying to convert to json, since there is no native support for -inf and inf, we need to either convert to a string…