Guille Scura

Results 8 issues of Guille Scura

I'm not exactly sure if my intuition is OK but I was trying to pass the `$listeners` property to a specific element of my component doing this: ```jsx render ()...

This PR adds support for specifying a `skip_path` option that support either a path or a list of paths that shouldn't result in adding the `trigger` step as part of...

New Deno user here. I'm trying to compile a small project I'm building on here https://github.com/voluntadpear/oft-gen by running the following command: ```bash deno compile --allow-env="NODE_DEBUG" --allow-net=api.notion.com --allow-read="./config.json" --allow-run="pbcopy" mod.ts ```...

bug
compile

fixes #1762 # What is it? - [ ] Feature / enhancement - [x] Bug - [ ] Docs / tests # Description The additional frontmatter attributes weren't correctly propagated...

### Qwik Version 0.11.1 ### Operating System (or Browser) macOS ### Node Version (if applicable) 16.14.2 ### Which component is affected? Qwik City ### Expected Behaviour https://github.com/BuilderIO/qwik/pull/1580 landed populating the...

bug
triage

# What is it? - [x] Feature / enhancement - [ ] Bug - [ ] Docs / tests # Description A previous attempt was made to compress source code...

# What is it? - [x] Feature / enhancement - [ ] Bug - [ ] Docs / tests # Description Qwikifying Solid. # Use cases and why - 1....

When replicating the [hierarchical planning example](https://python.langchain.com/en/latest/modules/agents/toolkits/examples/openapi.html#st-example-hierarchical-planning-agent) with a large enough OpenAPI specification, the following error is thrown when running the agent with any query: ``` InvalidRequestError: This model's maximum context...