Martin Dvorak

Results 194 comments of Martin Dvorak

@norbusan It makes sense - you are right! I like it and I will update the configuration code in the upcoming release. Thanks!

@sbstn87 Flatpack definitely makes sense, however, it's not straightforward. Unfortunately the time I can devote to MindForger is limited - perhaps a user will take care of this one. Anyway,...

@zeigerpuppy I apologize, but I didn't release the `ollama` integration yet - it's fully functional in the development branch, but I didn't finish configuration (dialog) yet. I'm using the feature...

@rysavyjan I use `cmark_release_plugins();` to make my valgrind report w/o errors (unfortunately it's not possible to do ensure/register more than once, therefore I had to use `std::atexit()` to release plugins).

@Mte90 @chrischmo @karlovskiy @leapfog @jakedane @papavlos @mmeier86 thank you all for detailed descriptions of the problem, root cause identification and proposed solutions! I worked on a version of `HSTR` for...

Preliminary `TIOCSTI` design: * `.bashrc`/`.zshrc` function: - detects TIOCSTI and based on that: - call the right Bash/zsh function which binds to the shortcut - hstr command w/ or w/o...

@jakedane thank you for testing the code! It really helped. As `tioctl` command does not have to be present on the system, I will always `hstr` - I will create...

FYI working on the fix @ `dev-2.7.0` branch.

**PROGRESS UPDATE**: I apologize that the fix is not out yet (busy days). It was a bit painful process, but I finally have the solution for both Bash and Zsh...

@krossekrabbe apologies for confusion - I shared the function, however, it will work with **new** version of `HSTR`. Anyway thank you for your interest in this issue!