Chris Grieser

Results 371 comments of Chris Grieser

maybe they solve it differently? since for me, they kinda stay at the left 🙃 https://user-images.githubusercontent.com/73286100/138952244-f8c1f8c1-67ba-4ae1-9f67-0106748dd057.mov

but why are all those other plugins behave properly while Advanced cursors can't remember where it was in the sidebar? ლ(ಠ_ಠლ)╯

not sure if you did sth, but now it works?

related to this: I noticed that when you are copypasting code blocks from somewhere else, it the plugin is also triggered, since after pasting cursor is at the end of...

Hmm. Maybe add a setting like "max age before deletion" for the remembered positions? My guess is that the amount of cursor positions accumulated for over a year just become...

> 1. Don't touch multiline strings (breaks legitimate multiline strings) That's problematic, since you can have multi-line f-strings. > 3. Detect when the user removed the f so you don't...

> check if whatever is in the curly-braces is valid python that won't work, in practice you often (temporarily) have invalid code when you are editing code. Again, please provide...

> The current spec can be found [here](https://spec.graphql.org/October2021/). yeah, that is a bit much, I really think this would be better if someone who actually has knowledge of graphQL would...

I don't feel confident fixing this, since I have no experience with FastAPI and therefore am not familiar with any potential edge cases. Should be sth via PR with someone...

hmmm, I just tried removing my `` mapping, and I actually still get an error, when trying to `replace_confirm`, so this may be not (only) a keymap problem?