Oleg Vasilev

Results 58 comments of Oleg Vasilev

I'd like to have an ability to send my emails from e.g. my @gmail.com address so that I don't have to configure different SMTP credentials in all my clients. Is...

@fguillot what's your opinion, should I go forward with making changes https://github.com/Omrigan/miniflux/commit/604d97beded82fc0fbbc4dac6dbdb91b415c4668 configurable and making a PR?

It seems someone has already done the job #1374. Can we merge it then?

> @Omrigan I also noticed this issue. I wonder what should be the expected behaviour here? My two suggestions are: 1. Add a way to delete or manually set the...

I see a slightly different error message. In my case, it usually happens some time after unplugging external display, so many instances of the wezterm get resized because of different...

I believe this applies to any window. I have this issue with multiple terminal windows. If I open, say, three of those at the same moment, the focus is shifted...

> Its likely hy3 side, but it might just be anything with a hidden window. If hyprland groups do it too its a hyprland bug, if not its a hy3...

> bezier = easeInOutExpo, 0.87, 0, 0.13, 1 > animation = workspaces, 1, 10, easeInOutExpo, fade Doesn't help me on Hyprland 0.40.0

Try to look at the strace output, something like: ``` sudo strace ./server ./server.toml ```

> ``` > execve("./server", ["./server", "./server.toml"], 0x7ffec1ad9fe8 /* 19 vars */) > = -1 EACCES (Permission denied) > strace: exec: Permission denied > +++ exited with 1 +++ > ```...