Andrew Bradley

Results 591 comments of Andrew Bradley

I can't remember if I was aware of the Alt+T hashtag picker when I filed this issue. It seems really close to offering hashtag completions, if it somehow supported keyboard-only...

I found the culprit: https://github.com/paul-gauthier/aider/blob/12578c0388d1440e573218d86abcc8d411c39bdf/aider/repomap.py#L422 The ordering is not deterministic if items have identical ranks. Adding a fallback sort by `x[0]` makes it deterministic.

This page suggests numbers 0 to 100: https://www.flowlauncher.com/docs/#/nodejs-write-code?id=_6-result-score However, this ticket suggested higher values: 50, 100, 150: https://github.com/Flow-Launcher/Flow.Launcher/issues/2904#issuecomment-2295155883

Thank you, this is helpful. > we re-order results based on user selection. Does this mean that Flow tracks commonly-selected options and gives them a higher score? Is this implemented...

This is still unclear to me. My RPC plugin cannot call `FuzzySearch`. So how does re-ordering work, if I am unable to use Flow's ranking API? My plugin will always...

I see. My plugin should always return the same title, subtitle, **and** score. Then Flow Launcher will boost the scores from my plugin for commonly-selected items.

Bear in mind, every if statement is going to become an annotated method declaration, so total lines of code may increase. On Thu, Jul 25, 2024, 2:26 PM Paul ***@***.***>...

Possibly related to https://github.com/deepnight/ldtk/issues/992#issuecomment-2731453274

I'm using env var `PYTHONIOENCODING=utf-8` as a workaround. It still prints the spinner, which comes out looking corrupted. Ideally that'd be disabled for non-terminal output. But it's not a big...

I am hitting this now, I've recorded a video reproduction. If I set the OneMore's "Code" style, it loses OneNote's "Code" classification. Subsequently, "Apply styles to this page" removes the...