Mikhail f. Shiryaev
Mikhail f. Shiryaev
The following new stack trace from CI Logs `system.crash_log` found: ``` DB::abortOnFailedAssertion(String const&, void* const*, unsigned long, unsigned long) DB::handle_error_code(String const&, std::basic_string_view, int, bool, std::vector const&) DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) Exception...
The following new stack trace from CI Logs `system.crash_log` found: ``` DB::abortOnFailedAssertion(String const&, void* const*, unsigned long, unsigned long) DB::IMergeTreeDataPart::removeIfNeeded() DB::MergeTreeDataPartWide::~MergeTreeDataPartWide() std::__shared_count::__release_shared[abi:ne190107]() std::__shared_weak_count::__release_shared[abi:ne190107]() ~shared_ptr void std::__destroy_at[abi:ne190107](std::shared_ptr*) void std::allocator_traits::destroy[abi:ne190107](std::allocator&, std::shared_ptr*) boost::multi_index::multi_index_container::destroy_value(boost::multi_index::detail::ordered_index_node*)...
Hello, thanks for the app. Unfortunately, moving the application window between screens with different scales (left 100%, right 125%) freezes the interface. Here's the screencast https://github.com/user-attachments/assets/a0732827-23a7-461b-8ed4-6d3e7841ddc9
The patch to fix #2166, fix #2253, and fix #2812 According to https://docs.github.com/en/rest/search/search?apiVersion=2022-11-28#timeouts-and-incomplete-results, the incomplete results are expected and should be identified by the `incomplete_results` flag. This patch adds the...
Hello. On Arch Linux the binary either fail to [build](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=stepmania&id=0a9c58941523cfe6d1da58b083ea4a892d70d1ac#n48) with the following error: ``` $ cmake \ -DCMAKE_INSTALL_PREFIX=/opt \ -DWITH_FULL_RELEASE=YES \ -DWITH_PORTABLE_TOMCRYPT=NO \ -DWITH_SYSTEM_FFMPEG=YES \ -DWITH_SYSTEM_MAD=YES \ -DWITH_SYSTEM_OGG=YES \...
Unfortunately, the current code doesn't cover many edge cases for large/old PRs and issues. Here are the cases that I address in the PR: - The page size in GitHub...
Is there a way to automatically retrieve the security credentials, when the SG is not default? ``` $ ./geesefs-linux-amd64 --iam --iam-flavor=imdsv1 bucket:prefix directory s3.INFO Bad response while trying to get...
Hello, we have a task in our backlog to strip the image down to no dependencies together with @santrancisco. It's planned to be a separate tag with no `entrypoint.sh` at...