Paweł Karczewski

Results 29 comments of Paweł Karczewski

@bixycler Your solution with parsing git internal data seems to be little bit to fragile to changes in git internals. Also definition of that what is a huge repo is...

is `pmemstream_from_bdev_file` intended for raw block devices like /dev/sda1 or any file?

*[`src/tools/pmreorder/statemachine.py` line 388 at r3](https://reviewable.io/reviews/pmem/pmdk/5475#-N7uX2-a0YudX9M1CVFH:-N7ypjU32-oSm6cD0Yh2:b7sqjks) ([raw file](https://github.com/pmem/pmdk/blob/668ff6b896be953c6775f88fd1514d2b5cb819d0/src/tools/pmreorder/statemachine.py#L388)):* Previously, Karolina002 (Karolina Bober) wrote… Done. This is list comprehension. Did you encounter any problems with generator expression?

You already may pass arbitrary (also runtime generated) string via `VALGRIND_PMC_EMIT_LOG` for example: https://github.com/karczex/libpmemobj-cpp/tree/pmemcheck_arbitrary_string_log So it seems that only changes in `pmreorder` are needed. It may be more flexible to...

https://github.com/martysama0134/doxygen-mobile-css this approach may be good starting point

I encountered the same issue on Fedora 36 docker image run on podman. I was logged in the container as root and `SHELL` environ variable was set to /bin/bash.

> @altair-albert , @karczex - could this be an issue of timing or environment? Instead of running Zellij with `zellij`, could you maybe do something like `echo $SHELL > /tmp/logfile...

I suggest to expand this API with transactional operations inside lambda expression, and get of not yet committed key: ```c++ ... auto *kv = new pmem::kv::db() ; kv->open("enigne", std::move(cfg)); auto...

* destroy() should remove file (if not devdax). It should work only for already opened engine, to prevent remove of random file passed to application by mistake, * clear() should...

Increase priority, as such feature would be very useful in bindings