Josh Harcombe
Josh Harcombe
I'm getting similar behaviour in a much smaller codebase (git ls-files | wc -l --> 254 files). Very intense RAM usage on a simple search string (several gigabytes at least,...
I think I was initially doing `Telescope grep_string search=` but I just tried it with `Telescope grep_string` and get the same issues for certain words.
I'm aware that this is doable (if a bit messy) using ConditionalEventHandler, but in this case since C-f wouldn't do anything normally when at the end of a line, is...
For both this PR and #533, I would still argue that the principle of least surprise applies more to having C-[npbf] match the behaviour of the relevant arrow keys *within...
iirc mipsy cli doesn't support this either - when this is tackled we should make sure it's not a mipsy_web exclusive feature
Looking into it further, binding this would be a very simple change within the rustyline crate itself, but as of now the API support for conditional/overloaded keybindings is basically nonexistent....
Yeah it still isn't implemented, upgrading rustyline was just a side effect of me trying to get it working in the first place. However this will make it easy to...
since $hi and $lo aren't part of the general purpose registers this would require a non-trivial redesign. will think about it some more but kind of on the backburner for...
Yeah I had a suspicion that might be the case, but we might be able to modify the compiler to include this information in compile time as additional data associated...
note to self: would probably be good to implement this as part of an overall breakpoint design overhaul, taking into account #40 and #45. this also overlaps with #115 for...