Jakub Klinkovský

Results 101 issues of Jakub Klinkovský

When passing clean LWPCookieJar() object, it is retyped to False, which resulted in creating new CookieJar(). Comparison to None is necessary.

The first commit fixes #1. Also added another commit with some style changes/fixes.

`async::queue` and all classes using it have alignment requirements, which does not play nice with dynamic objects in C++. Consider the following code: ```cpp #include #include // std::max_align_t #include "async/async/threadpool.h"...

**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug **Description** Pushing an image with `/` in the name to a remote registry...

The `cuda_lt.sh` script contains a `--offload-arch=native` flag for amdclang: https://github.com/openucx/ucc/blob/c1734db1b2bc9ffeba5d17b3e81e1a9425dee100/cuda_lt.sh#L31 This should select the native architecture of the GPU present in the build system. However, if the build system *does...

The wrapper only works when the user passes `-i` to clang-format to do in-place formatting. Otherwise, clang-format takes the file (where p-clang-format commented out the pragmas) and prints the formatted...

I've built Ginkgo 1.7.0 with GCC + libstdc++ and installed it as a system library. But then when I try to build a project using Ginkgo with Clang + LLVM's...

Hi, I'm creating a stable ginkgo-hpc package for Arch Linux and I'm getting some issues. Besides #1564, #1566 and #1143, there are some tests that fail with the following error:...

Bumping issue from https://github.com/ginkgo-project/ginkgo/issues/1529#issuecomment-2053598746: `hip_path.cmake` still defaults to `/opt/rocm/hip` for `HIP_PATH` which does not work with ROCm 6.0: https://github.com/ginkgo-project/ginkgo/blob/a8a407f35887c480af66500c20dc53a41d2f7604/cmake/hip_path.cmake#L3 Furthermore, `hip.cmake` has a code path where `$ENV{HIP_PATH}/..` is used for...