Michael Egli

Results 10 comments of Michael Egli

In this case, I don't think it's a problem with the Git version. Both commands work, but the second one doesn't return anything in my case. This happens when there...

Just as an idea, since twiggy requires vim-fugitive, there is also `FugitiveHead(...)`. This might be a possible alternative to using a Git command directly.

Thank you for the fast update again! It works great now :) Just in case you want to use `FugitiveHead()` in the future, it accepts an optional parameter for the...

Hello Leo, Good observation, thank you. However, I cannot reproduce this issue on my machine (Linux 5.13, Pop-OS). The code uses `std::chrono::steady_clock`, which is a monotonic, never decreasing clock: -...

Hi, Thank you for the example code. I cannot reproduce the issue on my host system, Pop!_OS 21.10 with gcc 11.2.0. For completeness, the following is my test sequence. ```...

This seems to be the relevant issue: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41861

I extended the README to explain this problem and will therefore close this issue now. Thank you again for reporting this issue, @leochou0729 !

Hello @hemalbavishi and sorry for the _very_ late reply, Not sure if you are still interested, but I answer it anyway in case it helps somebody. The handler function is...

Hello @GRPilot This behaviour is expected. Whenever `execute()` is called, there is either 0 or 1 transaction taken, never more. If multiple transactions satisfy the conditions (as in your first...

This would be a useful feature I'm also looking forward to. Maybe [just](https://github.com/casey/just?tab=readme-ov-file#recipe-parameters) can be used as additional inspiration for some aspects. E.g. I like it's explicit argument handling in...