kosiew
kosiew
We found this in our Render deploy log: ``` Apr 13 04:29:54 PM $ patch-package Apr 13 04:29:55 PM patch-package 6.5.1 Apr 13 04:29:55 PM Applying patches... Apr 13 04:29:55...
Steps to reproduce: 1. `python cookbook/assistants/pdf_assistant.py --new` 2. Ask "what goes well with pad thai", wait for reply to complete 3. Ask "I like soups. can you suggest 3 more...
Add retriever DuckDuckGoSearch DuckDuckGoSearch is a free web search API that does not require an API key. --retriever will accept duckduckgo eg > python examples/run_storm_wiki_gpt.py --retriever duckduckgo --do-research --do-generate-outline --do-generate-article...
## Which issue does this PR close? This is the last of a series of PRs re-implementing #15295 to close #14757 by adding schema-evolution support for: - listing‐based tables -...
## Steps to replicate 1. Add Contact Form (either template or Form block) to a page 2. View the Contact Form and try to input information. [Please include screenshots, browser...
## Which issue does this PR close? * Closes #19219. ## Rationale for this change Queries that group by text columns and apply an `ORDER BY ... LIMIT` can currently...
## Which issue does this PR close? * Closes #18974. ## Rationale for this change The DataFusion CLI currently panics with an "index out of bounds" error when executing queries...
## Which issue does this PR close? * Closes #16274. ## Rationale for this change Substrait roundtrip mode currently fails for plans that include `RecursiveQuery`, resulting in `not_impl_err!("Unsupported plan type:...
## Which issue does this PR close? * Closes #19058. ## Rationale for this change The `spill_pool` channel test `test_reader_catches_up_to_writer` was flaky due to non-deterministic coordination between the reader and...
PR Title: support comma-separated values for `--host-add` in `docker service update` Closes https://github.com/moby/moby/issues/50769 **- What I did** * Updated `--host-add` flag in `service update` to support comma-separated host mappings (e.g.,...