-
code
```
fn check_file(file_path: &str) {
let Ok(content) = fs::read(file_path) else {
return;
};
let res = match image::load_from_memory(&content) {
Ok(res) => res,…
-
### for events commands
The add command format for adding roles to a person contains undefined and unclear symbols, such as - - and {}, without a proper explanation in the documentation or user inter…
-
repro code (add it to `tests/basic/main.rs`):
```rust
fn integration_path(path: &str) -> String {
let dir = env!("CARGO_MANIFEST_DIR");
format!("{}/tests/integration/data/{}", dir, path)…
-
I have a scenario where in bronze table i am inserting the data with metadata columns _metadata.file_name and _metadata.file_path,
but i now have to append the historic data into this bronze table ,…
-
**Describe the bug**
When loaded in f3d v2.5.0, a file using CESIUM_RTC extension is not loaded correctly
**To Reproduce**
Steps to reproduce the behavior:
1. Open the file:
[odm_textured_mode…
-
The AMBER file provided at https://link.springer.com/article/10.1007/s00894-014-2478-z#Sec13 crashes ParmEd's reader. From what I gather it seems that it uses some undocumented extension to the OFF fo…
-
![image.png](https://raw.githubusercontent.com/seanlim/pe/main/files/5abcb377-e331-417d-a078-0cf5a0988e00.png)
There is a missing space that is very hard to spot in this example command that results …
-
### What happened + What you expected to happen
See repro below -- I would have expected the fallback to parse the file as JSONL (and fail because it doesn't have the expected format)
### Versio…
-
### Bug
When using EasyOCR as part of docling pipeline, no text is detected.
### Steps to reproduce
**File to reproduce:** I simply printed the following [link](https://fastapi.tiangolo.com/adv…
-
Should we have a separate function for reading FicTrac data? I presumte that the data format is much different from hte optical flow readers, so might make sense rather than overloading `read_trackbal…