l
l
> Video: https://videobin.org/+1bid/1hwk.html The issue is so old https://videobin.org/ shows "Service Unavailable" now.
Answers here suggest it may not even be related to the application itself, but to the keyboard preinstalled on Samsung phones: https://stackoverflow.com/questions/13670374/android-span-exclusive-exclusive-spans-cannot-have-a-zero-length Some comments specifically mention Android 4.1.2 and 4.1.1....
Same with [`river`](https://github.com/riverwm/river). Hangs forever. Version: ``` $ flameshot -v Flameshot v12.1.0 (-) Compiled with Qt 5.15.10 ``` When started as `flameshot` the only thing printed is: ``` $ flameshot...
Backtrace from the `master` branch (3d21e4967b68e9ce80fb2238857aa1bf12c7b905): ``` (gdb) bt #0 0x00007ffff6320f6f in poll () at /usr/lib/libc.so.6 #1 0x00007ffff516c2b6 in () at /usr/lib/libglib-2.0.so.0 #2 0x00007ffff510c162 in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #3...
It actually created a tray icon, I had to add "tray" widget to waybar. So my issue is different.
Actually I have started `XDG_CURRENT_DESKTOP=Sway flameshot` and GUI does not start, I only have a tray icon and nothing happens when I click on menu items.
This should be upstreamed to https://github.com/rust-cli/env_logger In https://github.com/deltachat/deltachat-core-rust/pull/5112 I did: ```rust pretty_env_logger::formatted_timed_builder() .parse_default_env() .filter_module("deltachat_repl", log::LevelFilter::Info) .init(); ``` This parses `RUST_LOG`, then unconditionally overwrites the level for `deltachat_repl` module. What is...
async-imap at this point works with async-std and tokio and does not even setup connections itself. You setup a connection and give it to async-imap.
Somewhat related, in my case some dependencies are both build dependencies and actual dependencies. build-overrides result in the same dependency being compiled twice, which does not help with build times:...
Now that #2148 is merged, this cannot be merged and should be closed I guess?