Jonas Lundberg

Results 82 comments of Jonas Lundberg

Totally agree @blazing-gig that `loc` wrongly contains field names that's not part of the schema, i.e. can't be sent or known from a client's perspective. The second item, `org` _in...

@spencerdrak I ran this on a clean Mac M2 without homebrew or commandline tools. I installed otool using nix package manager to check semgrep-core.

You're right @s-t-e-v-e-n-k , I'll soon have a PR up changing this to `auto` ... will probably drop the unnecessary markers at the same time.

@Skeen, I'll close this issue. Please re-open if my answer didn't solve your problem.

I debugged the `fzf` native extension to see when it got used and by which picker, and for me it turned out that it was used by the `lsp_workspace_symbols` picker,...

> Also using: > `sorter = sorters.get_generic_fuzzy_sorter()` > works too, but its slower compared to fzf extension. Yes, tried that one as well, and agree that it is slower, but...

@JoseConseco, maybe we should leave this issue **open**, since it should not be needed to manually set the sorter IMO. Anyone knows why the `lsp_dynamic_workspace_symbols` picker doesn't respect the `fzf`...

> My main priority here will be to support httpx 0.20 first, and then have a look at this if that's ok ? :) Sure thing @Colin-b. Though, this draft...

Rebased 👍 What's up with `SonarCloud`, seems to be complaining about your test files being too similar, i.e. duplicated code 😉 , nothing I can do about it.

Bumped RESPX to support HTTPX `0.21.0`.