Ara Adkins

Results 101 comments of Ara Adkins

I'll add a vote for this! It's a very useful feature.

SublimeText does it, actually the way you've suggested with highlighting the previous match. I'd definitely be in favour of that behaviour.

This would also be a better way to do it with regards to the unified input. If someone types their file search prefix you can automatically populate it with their...

You'd have to hand control directly over to micropython for the time it was running, rather than trying to run it as a flipper app.

Hand it back to the OS by booting. Fundamentally it's just an alternate 'kernel' running on the microcontroller. May well be out of scope for this project but I figured...

Given enough time, I think so. Unfortunately I'm very time constrained at the moment so I'm unlikely to pick it up any time soon!

Cheers for the heads up @ClaraCrazy. I'll keep an eye on this one if I ever have time to poke at it.

I wouldn't say that it's expressly _problematic_, but it provides a much worse UX than we'd ideally like. The promise of interop as far as we're concerned is the seamless...

I think the most reliable way to deal with these questions is to make GraalPython's semantics a "superset" of cpython's. Given that cpython hasn't got any idea about interop I...

That makes perfect sense! Thanks for the detailed discussion and I look forward to any improvements in this area!