Umut Topuzoğlu
Umut Topuzoğlu
After investigating I found this: In `get_or_create_term`, the num parameter is used as id to create a new terminal, although it is a hidden terminal. you should not create a...
A new terminal is created because you don't check if the passed id belongs to a hidden terminal. It just creates a new terminal.
I think I found the problem. It is in `Terminal:new`. If the first terminal I open is hidden it gets for example id 1. And when I use 1ToggleTerm, M.get...
I worked around this issue by just giving my hidden terminals a very high id starting from 100 manually. Nobody will open 100 simultanous terminals so I guess it should...
another alternative would be: if there is a count specified only open the terminals that have the count set and is exactly the same. do not use ids as count...
Got the same issue as soon as I enable static linking. I did everything as described here but could not manage to make it build on iOS. Always get `'React-RCTAppDelegate/RCTAppDelegate.h'...
Unfortunately emmet go to matching tag does not work in react native. Just FYI.
need a domain for that. will do when I have a bluloco webpage.
I experience the same behaviour. We are using very few endpoints throughout the app with lots and lots of different queries on them. I thought the explorer view as a...
Restarting with `prettierd restart` did not work for me. I really needed to `flush-cache` and restart to make the changes apply. Thanks @fsouza for pointing this out.