sftse

Results 40 issues of sftse

This PR changes some logic while keeping observable behavior intact, we think the changes result in clearer code. It reorders some statements to close the distance to #68 and #71...

We have an application that runs in multiple batches where inputs and outputs of a given batch have their own directory `batchX`. It would be useful if the log file...

Unnecessary features of tokio were removed. Removes `lazy_static` since the same functionality is now available on stable.

Crate cannot be built without default features.

These could be two separate issues, but it may be desirable to decrease the amount of code carrying the `dyn Read` bound to allow callers more control over IO and...

### Current behavior `InvalidRecordId { expected: 71, found: 26 }` This is from the Enron case, older than 2003. I have a lot of failing test files from that case...

bug

```text [2025-10-23T09:42:18Z DEBUG calamine::xls] parse_dimensions: [0, 0, 0, 0, 99, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] [2025-10-23T09:42:18Z DEBUG calamine::xls] parse_dimensions: [0, 0, 0, 0, 221,...

This PR is another batch of commits from #463. The first commit b5b948a6caa6c23708e2bc26d8fc1e322b7c4126 introduces a test that fails. 1c58893cff3066d10b00afd8caeeaede098420a0 fixes one of the mistakes, ~~so that a different error message...

Should fix #14602 I'm a bit unsure about moving things from the build script to the `tauri-cli`, since parts of the bundler were placed deliberately in the build script. If...

Noticed a code pattern where `None` is used in place of an empty vector. The resulting code has to transform between different representations and liberally uses `get_or_insert` on the `None`....