ShellCode
ShellCode
I came up with a `build.rs` script which computes the size and put it in a new environment variable: ```rust static ENTRIES_COUNT = unwrap_ctx!(parse_usize(env!("ENTRIES_COUNT"))); static PARSED: [&str; ENTRIES_COUNT] = iter::collect_const!(&str...
Works like a charm, thanks a lot ! Don't you think it would still make sense to provide a helper function/macro to do this ? I feel like it's a...
I'm facing the same issue, openapi-generator-cli is not using the proxy, therefore it is unable to download the jar file from maven. This might be related: https://github.com/axios/axios/issues/2072 EDIT: it might...
Try to list coredumps to see if dunst crashed: ``` coredumpctl list ``` If it did, make sure gdb is installed and set the following environment variable: ``` export DEBUGINFOD_URLS="https://debuginfod.debian.net"...
> I could imagine it would only work if it is installed during a crash. Correct You might also want to check [man systemd-coredump](https://www.freedesktop.org/software/systemd/man/systemd-coredump.html), enabling the service might be required...
``` X connection to :1 broken (explicit kill or server shutdown). ``` and ``` fatal IO error 11 (Resource temporarily unavailable) on X server ":20" ``` Seem to suggest that...
If I'm not mistaken this is due to wlroots (Wayland) limitations. Fixing this would be incredibly hackish and therefore probably not worth implementing (I could be wrong, I'm not a...
I'm having this exact same issue. I'm on Nextcloud 18.0.6 which I updated yesterday from NC15 with PHP 7.0 all the way up to NC18 with PHP7.3 (like @jimbolaya I...
TBH I really don't want to go through that, I've had enough trouble with the upgrade this last 48 hours, I will just stick with 3.5.0 until a fix is...
Now I'm having that issue... https://help.nextcloud.com/t/richdocuments-upgrade-to-loolwsd-4-2-broke-anonymous-editing/67665 Issue that richdocuments 3.5.1 apparently fixed :( Fortunately after I did some digging, I came across the pull request #755, so I applied the...