Jan Palus

Results 20 issues of Jan Palus

I've noticed the issue on my Raspberry Pi 2 which is resource constrained and therefore it's easier to spot performance issues. Not really sure if that's expected but a diff...

That probably sounds old school but contrary to 99% of vim users I prefer to manage installed vim plugins just like any other software/plugins on my system -- through package...

When trying to create reproducer for: ``` error: oracle: abnormal data representation for date ``` which I ultimately failed to reproduce I've countered multiple other issues, see output: ``` =>...

48kbps AAC stream is decoded fine with ffmpeg while faad2 decodes it distorted. However I think for a small fraction of second at the very beginning it plays fine (volume...

It is not really a bug report but rather a request for clarification in attempt to figure out who is to blame for incorrect pulseaudio behavior. I've got two different...

Building `roc-toolkit` on aarch64 with `libunwind` triggers following error: ``` In file included from /usr/include/libunwind.h:7, from src/modules/roc_core/target_libunwind/roc_core/backtrace.cpp:10: /usr/include/libunwind-aarch64.h:198:17: error: expected identifier before numeric constant 198 | alignas(16) uint8_t __reserved[(66 *...

defect
build system
user report

Is there any chance on adding Android to supported platforms? It would be really cool to use it with openssh inside Termux in a similar fashion to TermBot. Not sure...

feature request

MLIR's async runtime uses atomics: https://github.com/llvm/llvm-project/blob/d86a206f06a51c12a9fcf2c20199f4e819751c0c/mlir/lib/ExecutionEngine/AsyncRuntime.cpp#L76 but appears not to link against `libatomic` on arch that require it: https://github.com/llvm/llvm-project/blob/d86a206f06a51c12a9fcf2c20199f4e819751c0c/mlir/lib/ExecutionEngine/CMakeLists.txt#L139-L147 Resulting in unresolved symbols when building ie for armv6: ``` undefined...

cmake
mlir:core

Linking [box64](https://github.com/ptitSeb/box64/) fails with `mold`: ``` mold: fatal: cannot open text-segment: No such file or directory ``` Among linker flags I see `-Wl,-Ttext-segment,0x64800000` which is likely related.

Nearly all of `criterion` tests fail on `aarch64` with: ``` criterion: Could not initialize inheritable arena: Cannot allocate memory ``` That's because `BoxFort` assumes minimal address space for 64-bit hosts...