Nikodem Rabuliński

Results 11 issues of Nikodem Rabuliński

Fixes #5261 While this does fix the underlying issue of that bug, which was that appending to history only happened in [editor.rs:1424](https://github.com/helix-editor/helix/blob/1af76b738dd5bdae14b025d07d3001c4ad23e071/helix-term/src/ui/editor.rs#L1424) which meant that undo-ing after executing a command...

A-helix-term
S-waiting-on-review

closes #2295 This is a pretty highly requested feature which also is important to me which is why I took it upon myself to start the implementation of it. The...

A-helix-term

## Motivation Currently `toml_edit` is used to resolve `Cargo.toml`s from workspace crates. This was fine but I recently ran into https://github.com/toml-rs/toml/issues/691 which made it impossible for me to compile my...

```rust use std::str::FromStr; use toml_edit::{Document, Item, Table}; fn main() { let mut val = Document::from_str( r#" # hello i'm a comment foo = { bar = 1 } "#, )...

C-bug
M-breaking-change
A-edit

Closes #181 This implements a naive `test` macro, which simply wraps the body of the function in `::tokio_uring::start`. Opening as a draft because I'm not sure about the design and...

Closes #14 Added new API which allows to wrap specific programs. By default top-level wrapper options are merged with the specific ones for the program. One can override this behavior...

Sometimes a derivation comes with utility binaries or just some extra programs which we don't want to prepend/append flags to etc.

## What does this PR do? Implements the Qwant search engine support ## Why is this change important? I wanted to contribute the Qwant search engine support ## How to...

💻 aspect: code
🟨 priority: medium
⭐ goal: addition
🔢 points: 3

Hey, I maintain https://git.lix.systems/nrabulinski/attic which (very loosely) follows both attic's and lix's main for my own personal use. Previously it wasn't feasible for me to offer any more maintenance than...