-
### 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,…
-
Hi, thanks for your excellent work!
I got the Scannet dataset download code. But I am not sure which type of data format is required for silk evalution and training?
Could you give me any sugges…
-
Some errors with JSON and Compose:
```
julia> using Compose
[ Info: Precompiling Compose [a81c6b42-2e10-5240-aca2-a61377ecd94b]
ERROR: LoadError: LoadError: UndefVarError: xparse not defined
St…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packag…
-
The self-crafted YAML-to-JSON converter in YAML parser doesn't handle the escaping properly, thus to use text with double quotes we have to double escape. e.g.
Instead of using
```yaml
objects:
…
-
### System Info
- CPU: i9 9900k
- GPU: RTX 4090
- TensorRT-LLM Version: 0.9.0.dev2024022000
- Cuda Version: Cuda 12.3
- Driver Version: 545.29.06
- OS: Arch Linux, kernel version 6.7.5
### …
-
I would request some help for following fluent-bit logs which is causing logs skip for our many apps.It works correctly for few hours of the restart of fluent-bit.
**logs 1:**
```
[2021/08/27…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Zed's prettier parser errors when trying to parse a package.json which contains [nohoist](https://…
-
I am on Calamari 2.2.2, and when freely combining the arguments I see on `--help` …
```
calamari-eval --checkpoint hsbfraktur.cala/best.ckpt.json --gt.preload false --n_worst_lines 10 --gt.texts /…
-
In the presence of an invalid BPX object, the BPX parser reports non-existent errors in addition to real errors.
### Repeat
1.
```
import bpx
bpx.parse_bpx_file("examples/nmc_pouch_cell_BPX.…