Flix

Results 31 issues of Flix

- [ ] fix Debug impls for Client and Builder with new fields. - [ ] impl Clone for Page? - [ ] Check if debug impls can make use...

The page should be correct for search results, but in history requests, there can be delete interactions which have a fullUrl that does not exist. This is denoted by a...

### Feature Description For disabling workspace execution of all tasks there is `default_to_workspace = false` in the `[config]` section. However, there is no way to default to NOT installing crates...

enhancement
investigation

Hi, first of all thank you for the great tool! ### Feature Description I would like to replace my `xtask` pattern with `cargo-make`, as it is easier to re-use and...

## Is your feature request related to a problem? Please describe. When opening multiple tabs at once without editing anything, the tab is re-used to open the next file, closing...

C-feature

There room for improvement, see e.g. MsgPack format optimizations.

Limiting recursion depth is important to avoid attacks. Limiting size of seq/map can help as an alternative to maximum bytes.

Apart from https://github.com/djkoloski/rust_serialization_benchmark/pull/90 it might be nice to have some own benchmarks. It might make sense to test the different outputs and inputs :) There is probably a lot of...

I would like to have fuzzing :)

The tool seems to repeat testing the same commit another time if the commit is at the end of the range: ``` get_commits_between returning commits, len: 5 commit[0] 2025-06-27: Auto...