Gilad Barnea

Results 9 issues of Gilad Barnea

Hi, thanks for birdseye! I often use it to trace a whole flow, e.g a web request, from endpoint to response. It's especially useful when the flow is complicated and...

**Previous behavior:** `pdbpp.Pdb.parseline()` correctly detects when the user calls a builtin like `list` and `next`, and does not mean to call the pdb `list` or `next` command, by checking whether...

bug

Hi, thanks for this great extension. I'm trying to use my mouse the least I can. Currently, to open a closed tab that the search yielded, I need to either...

enhancement

Hi, thanks for the awesome library! Super useful. I've been getting this warning: Reproduce: ```py from typing import TypeVar from plum import dispatch class Foo: ... FooClass = TypeVar("FooClass") @dispatch...

Added a -r, --raw option to use the LLM as-is without a specific role or system message. Raw mode increases flexibility by enabling responses similar to those obtained directly through...

Hi! Sometimes I want to "configure" something once and have it work automatically from that point on. Other times I want to specify something each time I use it. For...

## Reproduce: ```py import declarai gpt_35 = declarai.openai(model="gpt-3.5-turbo") default_ranking_criterion = "urgency" @gpt_35.task def rank_by(message: str, ranking_criterion: str = default_ranking_criterion) -> int: """ Rank the provided message by the given ranking...

bug
internal

My sgpt config, including the .sgptrc file, is backed up via source control. This means I constantly need to manually make sure the `OPENAI_API_KEY` line is kept out of commits....

My sgpt config, including the .sgptrc file, is backed up via source control. This means I constantly need to manually make sure the `OPENAI_API_KEY` line is kept out of commits....