Patrick Klitzke

Results 19 comments of Patrick Klitzke

If anybody looks at this code, the correct code is: ``` local function escape_term_codes(str) return vim.api.nvim_replace_termcodes(str, true, false, true) end local function is_float_open(window_id) return window_id and window_id ~= 0 and...

its possible, you just need to use the streams instead of the sessions, i forked the library and made it worked, but my solution is not to good to merge...

Hi, yes I think i initially i used the appState loading, but for some reason i changed it to a normal state. I think you can do everything with mobX....

So the reason is that this is renderModal is a function and mobX cannot determine the depency to loading so it would not rerender automatically in this case. So i...

@wenbo i will look into it.

@wenbo if you look in my code, is should print out `horizon is ready` before rending, so the error definetly lies in their.

@wenbo i just updated the horizon package and now its starting. but probably there are other errors. This project is like two years old, so please feel free to also...

It seems like stream destroyed i can work with that for now.

Ok @Jonovono any ideas of how to get started on this Android, initially design ideas?