Sassan Haradji

Results 136 comments of Sassan Haradji

I think it is possible to avoid many unnecessary code model reloads, I think it probably happened after an update in Qt/QtCreator/Neovim (I guess I resolved such issues in the...

> Until this is not merged into QtCreator, I made an AUR package: [qnvim-git](https://aur.archlinux.org/packages/qnvim-git). I will provide installation instructions today after work. I'm glad qnvim s more reachable now thanks...

Yes it needs polishing and unfortunately I'm out of time, your help is appreciated.

Yeah, good idea!

The code in your render method should be migrated to a function that is called by `componentDidMount` and `componentDidUpdate` (if relevant props has changed.)

It is not working with iTerm2: Without this version of libvterm it wouldn't even show those question marks, but now that I installed the sixel branch of arakiken's version of...

Thanks for the update! Are these facilities documented somewhere? How can I learn about it?

I registered this `osc` callback: ```c static int oscCallback(const char *c, size_t s, void *a) { int fd; fd = open("/tmp/log", O_WRONLY | O_CREAT | O_APPEND, 0644); write(fd, "\e]", 2);...

Sure, this is the script: https://iterm2.com/utilities/imgcat Yes it is supposed to be outputting OSCs, I attach a sample output [here](https://gist.github.com/sassanh/b870b1dfb708be0d37662b8d2d2b6f5c#file-sampel_imgcat_output-osc)

I ran this command in a terminal opened by `:term` in Neovim: ```bash imgcat "" > /tmp/sample_imgcat_output.osc ```