sehe

Results 75 comments of sehe

I'm in favor of a short warning if it doesn't exist. "Warning: Make sure you handle test results properly in CI setting". Other than that, it does seem like a...

This is still very much an issue when you use different windows. If you happen to close a window with a single tab last, restarting firefox effectively loses all you...

> Everytime I start Sidebery, I have to do what follows if "wrong" windows was closed the last : > > 1. Go to settings > snapshot. > > 2....

> Please help me with the solution!!! Heads up: shouting isn't help. Nobody is obliged to solve your issues in any time frame. This is just a free project that...

ON TOPIC: This question was raised [on StackOverflow](https://stackoverflow.com/q/65795636/85371) and I analyzed its cause. The problem is that `msghub_impl` does *not* own the io service, YET insists on starting service threads...

@rakshita1006 can you run the tests? What are you doing different/y? Note also, I have made a fork that has some simplifications in the API. It is still on-the-wire compatible...

@rakshita1006 What happens when you check out the code from the PR branch and run the tests? I've added another commit that you can use instead of manually doing the...

Making it even easier, I reduced CMake and Boost requirements to support 18.04 again, and tested with a Dockerfile: ```Dockerfile FROM ubuntu:18.04 ENV DEBIAN_FRONTEND=noninteractive RUN \ apt update; \ apt...

Actually this needs bit more work, because one does not by default want to cut operations in the middle of sending output. I suggest giving `do_close` a bool flag `forced`...

@Kojoley The copy assignment also doesn't make a deep copy. I answered a similar question Apr 6 2023 on the mailing list: > It's by design, likely to make it...