Adrian Kosowski
Adrian Kosowski
**Is your feature request related to a problem? Please describe.** A number of table_from_... import functions, such as those from [Pandas](https://pathway.com/developers/api-docs/debug/#pathway.debug.table_from_pandas), Markdown, etc. are hidden away in the `pw.debug` module....
**Is your feature request related to a problem? Please describe.** The following lines of code: https://github.com/pathwaycom/pathway/blob/main/python/pathway/xpacks/llm/prompts.py#L121 https://github.com/pathwaycom/pathway/blob/main/python/pathway/xpacks/llm/question_answering.py#L15 https://github.com/pathwaycom/pathway/blob/main/python/pathway/xpacks/llm/prompts.py#L35 define string constants representing no-answer-found in separate ways. I am wondering if...
I noticed that when running in Colab building up a compute graph for an `asof_join` takes several seconds, regardless of table size. In the example below, taken from API documentation,...
**Is your feature request related to a problem? Please describe.** The examples in the tutorial at https://pathway.com/developers/user-guide/data-transformation/indexing-grouped-tables don't mention the name / identifier of the employee in any column in...
**Is your feature request related to a problem? Please describe.** Airbyte Serverless which is used inside https://pathway.com/developers/api-docs/pathway-io/airbyte relies on Docker. Dockerizing a Docker app causes Docker in Docker ("DinD") needs...
**Is your feature request related to a problem? Please describe.** Many (most?) RESTful API endpoints out there tolerate a trailing slash or not, e.g.: https://www.codever.dev/api/public/bookmarks - 200 OK https://www.codever.dev/api/public/bookmarks/ -...
**What is your question or problem? Please describe.** When you look at the outputs of unicode strings in notebooks e.g. here https://pathway.com/developers/user-guide/connect/json_type, you will see that some unicode characters get...