Marc-Antoine Perennou

Results 122 comments of Marc-Antoine Perennou

What is the output of ‘gpaste-client daemon-version’ ? Do you have any logs of when this happens? On Sun 19 Feb 2023 at 08:06, levihb ***@***.***> wrote: > Just wanted...

Not sure what could cause this yet, but that's definitely a lead. I'll try to reproduce on my end. Logs would help though until I can reproduce

Usually this happens when spawning tasks with e.g. thread::spawn instead of task::spawn

I'd be willing to take some sponsorship to work on this

This should probably be configurable

Well, I think I don't know any CLI software in 2016 still outputing large output (>20 or 30 lines) without using automatically a pager.

@Antti Is there any progress on this? Do you need help?

Ok, I slightly reworked this to have one channel per thread, now I have something that looks like ``` loop { /* acquire a semaphore */ let mut channel =...

I just pushed a test project here https://github.com/Keruspe/rust-amqp-bugs You need to export AMQP_URL then run `cargo run --bin publish-data` to post some initial data. I did not really manage to...

I consider this feature as the same kind of features as tabs / split / tiling / etc. I don’t think it’s the terminal emulator job to do that. A...