text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Add evobits to sponsors list Body: The OA servers are sponsored by Evobits https://evobitsit.com/ .. they need to be added to our list of sponsors. Icon: https://evobitsit.com/img/favicon/favicon.ico
0easy
Title: It's not always clear the some results are paginated. Body: When querying sites { pages {} } grapple enforces a hard limit on the number of responses returned. When you get a response there is not indication that there are more pages to be fetched or that there was a default limit applied. I feel like we shou...
0easy
Title: Timezones in appends are ignored Body: #### Arctic Version ``` 1.62.0 ``` #### Arctic Store ``` VersionStore ``` #### Platform and version Python #### Description of problem and/or code sample that reproduces the issue After writing a DataFrame to VersionStore with timestamp index and no...
0easy
Title: Improve Access Logs Body: We are moving some of our django applications to run inside a lambda. When we did so we lost access logs and gained logs that don't have much information. It would be useful if the Mangum Request/Response had additional log information or a mechanism was added to make logging access log...
0easy
Title: Typo in NeighborLoader Body: ### 📚 Describe the documentation issue There is a small typo in the docs (https://github.com/pyg-team/pytorch_geometric/blob/f5c829344517c823c24abb08ce2fc7cf00ff29f7/torch_geometric/loader/neighbor_loader.py#L17) ### Suggest a potential alternative/fix It should say: ` More sp...
0easy
Title: Add cache for list_libraries Body: #### Description of problem and/or code sample that reproduces the issue List libraries is O(n) for number of libraries, so is slow for large numbers of databases and libraries, and over high latency links. Provide a cache of the libraries in a top-level database to speed u...
0easy
Title: The correlation criteria for test pass/fail is inconsistent Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.** ```python import pandas_ta as ta print(ta.version) 0.3.45b0 ``` **Do you have _TA Lib_ also installed in your environment?** No **Did you upg...
0easy
Title: [Feature request] Add apply_to_images to SuperPixels Body:
0easy
Title: Inference database dummy data fill ability Body: There's some dummy data [here](https://github.com/LAION-AI/Open-Assistant/tree/main/backend/test_data) which was used for filling the data collection backend DB, could maybe be reused In that backend we had a setting which was used on server start to determine ...
0easy
Title: [Documentation] Add text on how to create custom transform especially when you need to pass extra data Body: Source of the request: https://www.reddit.com/r/computervision/comments/1gju7oe/need_help_from_albumentations_users/
0easy
Title: Better support for bytes with `Should Contain` Body: To use `Should Contains` with bytes, item that is searched needs to be first converted to bytes. ```robot Test ${binaryVar} = Convert To Bytes \x00\x01\x02\xA0\xB0 Should Contain ${binary1Var} \xA0 ``` result: ``` TypeError: a bytes...
0easy
Title: [Feature request] Add apply_to_images to ToRGB Body:
0easy
Title: Bad error message when using Rebot with a non-existing JSON output file Body: To reproduce: ``` $ rebot non_existing.json [ ERROR ] Reading JSON source 'non_existing.json' failed: Loading JSON data failed: Invalid JSON data: JSONDecodeError: Expecting value: line 1 column 1 (char 0) Try --help for usage in...
0easy
Title: [DOC] Add a reference for MERLIN anomaly detector Body: ### Describe the issue linked to the documentation we recently added the MERLIN anomaly detection algorithm but there is no reference to the original paper https://ieeexplore.ieee.org/document/9338376 need to add this to the docstrings ### Suggest ...
0easy
Title: should check both 'http_proxy' and 'HTTP_PROXY' when get proxy info from environment variables Body: ## SUMMARY I just faced an embarrassed problem that command `st2 action list` keeps return 503. I tried `st2 --debug action list` and the result in line `HTTP_PROXY`(**uppercase**) was empty. This mislead...
0easy
Title: Consider to remove TRANSITION_TARGETS Body: instead change ``BaseOrder.get_transition_name(target)`` to accept the transition function. Decorate each transition function with a verbose name.
0easy
Title: How to compute the band of VWAP? Body: **Which version are you running? The latest version is on Github. Pip is for major releases.** ```python import pandas_ta as ta print(ta.version) 0.3.14b0 ``` **Do you have _TA Lib_ also installed in your environment?** ```sh $ pip list ... TA-Lib ...
0easy
Title: 如何正确提issues (How to properly raise issues) Body: ### 如何正确提issues 1. 提问前建议先自己去尝试解决,可以借助一些搜索引擎(谷歌/必应等等)。如果实在无法自己解决再发issues,在提issues之前,请先仔细阅读《[提问的智慧](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)》; 2. 提问时候必须提供如下信息,以便于定位问题所在:系统平台,出现问题的环节,python环境版本,torch版本,所用分支,所用数据集,授权...
0easy
Title: Docs: Add information on the default OpenAPI files available Body: ### Summary In https://docs.litestar.dev/latest/usage/openapi we don't really *specifically* say anything about the availability of `$openapi_path/openapi.{json,yaml,yml}` except in 2 places, 1 of which says it is deprecated: - https://docs.li...
0easy
Title: add model optional args Body: ### Description users should have the ability to add model optional arguments in the yaml file
0easy
Title: Enhancement: Add a rejection sampler Body: ### Summary Currently the `batch` method fails with a validation error if any of the generated rows fail the schema validators. To allow use of the package in a testing environment, it would be useful to be able to generate a dataframe of any size using a rejection sa...
0easy
Title: [UX] sky exec CLI does not support dryrun, while sdk does Body: ```bash sky exec --dryrun test echo Usage: sky exec [OPTIONS] [CLUSTER] [ENTRYPOINT]... Try 'sky exec -h' for help. Error: No such option: --dryrun Did you mean --detach-run? ``` While [sdk does](https://github.com/skypilot-org/skypilot/blob/2c484...
0easy
Title: Feature: add `xontext` to builtin aliases Body: I found that [`xc` from xontrib-rc-awesome](https://github.com/anki-code/xontrib-rc-awesome/blob/c0a0e159a14a8560e17b70cd8ac23c451274fde0/xontrib/rc_awesome.xsh#L98-L115) is very useful alias: ```xsh from shutil import which as _which # Alias to get Xonsh Co...
0easy
Title: Raise helpful error message when importing optional dependencies that are not installed. Body: ### Description <!-- Please provide a general introduction to the issue/proposal. --> If cartopy is installed without optional dependencies, it would be nice to have a helpful error message when trying to use functio...
0easy
Title: A little enhancement for win32_hooks.py method _process_kbd_msg_type Body: I propose a little enhancement for win32_hooks.py method _process_kbd_msg_type. While debugging keyboard hooks, I noticed that the self.pressed_key array often contains the same key several times. I propose to add change the line ...
0easy
Title: Add the missing docstrings to the `spec_evaluator.py` file Body: Add the missing docstrings to the [spec_evaluator.py](https://github.com/scanapi/scanapi/blob/main/scanapi/evaluators/spec_evaluator.py) file [Here](https://github.com/scanapi/scanapi/wiki/First-Pull-Request#7-make-your-changes) you can find ins...
0easy
Title: Address Werkzeug, Flask, and Python Versions for flask-restx 0.2.0 Body: Werkzeug 1.0 was released Feb 6th and removes py3.4 support. Flask requires Werkzeug >= 0.15.0, so a default install from scratch will pull WZ 1.0 Flask has moved onto the 1.X series as of mid-2018 but we "allow" 0.8+ Address the large...
0easy
Title: [new]: `drop_dataset(dataset)` Body: ### Check the idea has not already been suggested - [X] I could not find my idea in [existing issues](https://github.com/unytics/bigfunctions/issues?q=is%3Aissue+is%3Aopen+label%3Anew-bigfunction) ### Edit the title above with self-explanatory function name and argument...
0easy
Title: Transit and traffic layers Body: Google maps allows showing the current traffic and the transit routes. See [this](https://developers.google.com/maps/documentation/javascript/trafficlayer) for examples. Anyone interested in adding this should follow the bicyling layer. - [X] transit layer - [x] traffic ...
0easy
Title: ENH: expose `greedy` colouring from mapclassify Body: Mapclassify has a function to create labels for topological colouring (xref #1165) called [`greedy`](https://pysal.org/mapclassify/generated/mapclassify.greedy.html#mapclassify.greedy). We could expose it as another option in `plot` and `explore` under the `...
0easy
Title: nb cli command changes the files without the pipeline.yaml Body: When running on the first pipeline example and running: !ploomber nb -f .ipynb The files will change from .py to ipynb but the pipeline would keep pointing to the .py files. This causes: 1. The pipeline isn't functional. 2. Users can revert b...
0easy
Title: Update deprecated `set-output` commands Body: See [GitHub Actions: Deprecating save-state and set-output commands](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) and https://github.com/github/codeql-action/pull/1301
0easy
Title: Custom media handlers: Unexpected issue when providing custom json handler Body: This is in falcon-2.0 Look at the documentation [here][1] for using rapidjson for encoding/decoding json. By providing: `extra_handlers={'application/json': json_handler}` we are still left with the default handler for content...
0easy
Title: Add integration test for Datasette Body: We need to find a reliable Datasette instance to run integration tests, or run our own.
0easy
Title: Jupyter notebook tutorials: Standardization/streamlining of the notebook format Body: - [ ] More linting to check new tutorial notebooks adhere to certain formatting requirements, eg: * No outputs of cells. * No virtualenv metadata. See existing linter that checks if notebooks have empty lines: https://github....
0easy
Title: browser.close() raises error message when `userDataDir` option is set Body: I'm using latest version of pyppeteer (0.2.2 from `dev` branch) on Windows 10. Minimal code to reproduce the issue: ```python import asyncio from pyppeteer import launch async def test(): browser = await launch({'userData...
0easy
Title: Add map with Predictive Power Score Body: Please add map with PPS https://github.com/8080labs/ppscore See discussion https://www.reddit.com/r/MachineLearning/comments/ix5q64/p_training_automl_on_random_data_seeking_for/
0easy
Title: Duplicate test name detection does not take variables into account Body: There is a warning is a suite contains multiple tests with the same name, but this duplicate detection doesn't work properly if there are variables in test names. There are two problems: - There's no warning if names are same after varia...
0easy
Title: datetime.utcnow() is deprecated as of Python 3.12 Body: All instances of datetime.utcnow() should be replaced
0easy
Title: tox4: sub process "pip list" by "subprocess.Popen, communicate()" returns empty in Fedora 36 container in GitHub Actions Body: ## Issue Describe what's the expected behaviour and what you're observing. The tox 4.0.11 is executed in Fedora 36 and 35 Docker containers on GitHub Actions (host OS: Ubuntu 22.0....
0easy
Title: Arrow keys no longer work in PDB with tox 4 Body: Add `--pdb` to a `pytest` call (with or without `{tty:--color=yes}`), or insert a `pytest.set_trace()` or `breakpoint()` call. The up arrow cannot be used to access previous commands in `tox>=4`: ``` (Pdb) pp value '{}' (Pdb) ^[[A ``` In `tox<4` the secon...
0easy
Title: Marketplace - search results - search box reduce height to 60px Body: ### Describe your issue. Reduce the height of search box from 72px to 60px <img width="1554" alt="Screenshot 2024-12-13 at 20 57 15" src="https://github.com/user-attachments/assets/ac4e243f-8701-40e5-b97b-d1e3a326b004" />
0easy
Title: [BUG] Time index name is lost after using prepend_values Body: **Describe the bug** The name of the time_index changes to 'time' after using `prepend_values`. **To Reproduce** ```python import numpy as np import pandas as pd from darts import TimeSeries from darts.utils.timeseries_generation import gene...
0easy
Title: improve error message when missing product key Body: Given a `pipeline.yaml` like this: ```yaml tasks: - source: tasks.get ``` If we execute `ploomber build`, It will fail with this message: ``` Error: Error validating TaskSpec({'source': 'tasks.get', 'upstream': None}). Missing keys: 'product' `...
0easy
Title: Enhancement: Slider component can display it's current value Body: A nice update to the `Slider` component would be to have it be able to display it's current value. It could be toggled on/off with a prop like `display_value`, which maybe defaults to `false` so it doesn't change behaviour. If `true`, it could di...
0easy
Title: Cao Initialisation for k-Prototype Body: Hi, I've got a question regarding the Cao initialisation procedure. I understand that for categorical data, the centroids are computed deterministically. In k-modes, the number of initialisations is hence set to 1. But when using k-prototype, the numerical aspects ...
0easy
Title: [UX] Not showing `sky stop` cli hint for cloud that does not support stop Body: <!-- Describe the bug report / feature request here --> Currently, we still shows `sky stop <cluster-name>` even if the cloud does not support stop (e.g. Lambda). We should remove this hint. ```bash 📋 Useful Commands Job ID:...
0easy
Title: please add model correlation heatmap Body:
0easy
Title: PydanticSerializationError missing validation error field name Body: I am getting quite a few of these `Expected 'int' but got 'float' - serialized value may not be as expected` warnings in the log files. Is there a way to callout the specific field name? I looked at Rust's exception and error message, and I...
0easy
Title: Add forward compatible `start_time`, `end_time` and `elapsed_time` propertys to result objects Body: The plan is to enhance performance of getting and processing timestamps in RF 7.0 (#4258). Part of that is internally representing start and end times as `datetime` objects and elapsed time as a `timedelta`. The ...
0easy
Title: Issues Closed metric API Body: The canonical definition is here: https://chaoss.community/?p=3633
0easy
Title: [UX] Auto completion in `sky check` for cloud name Body: <!-- Describe the bug report / feature request here --> We should have auto completion for cloud name in `sky check`. e.g.: ```bash $ sky check kube # hit tab $ sky check kubernetes ```
0easy
Title: Azure image-id from marketplace with :latest fails Body: <!-- Describe the bug report / feature request here --> Referencing a "latest" VM image from the Azure marketplace like `Canonical:ubuntu-24_04-lts:server:latest` does not work: ``` Traceback (most recent call last): File "/home/cooperc/.local/bin/sk...
0easy
Title: pmap over `num_particles` in SVI Body: Hi, In `Trace_ELBO`, the `num_particles` argument allows one to effectively introduce a batch size in estimating the ELBO gradient if `num_particles > 1`. By default, it's vectorized over the `num_particles`. Is it possible to also distribute the batch dimension over de...
0easy
Title: Update hyper-parameter example notebook Body: Now that we have `BayesSearchCV` we should update/cross link the bayes search CV example notebook and then hyper-parameter optimisation one. As part of this we should also change the name of the searchcv notebook so it renders more like the others on our webpage: ...
0easy
Title: [BUG] ShapExplainer summary_plot Horizon does not include output_chunk_shift Body: **Describe the bug** `ShapExplainer().summary_plot()` should include `output_chunk_shift` for the horizon in the plot. **To Reproduce** ```python from darts.datasets import AirPassengersDataset from darts.explainability import Sh...
0easy
Title: missing examples in the serial and parallel executor docstrings Body: These two sections are missing examples: https://docs.ploomber.io/en/latest/api/_modules/executors/ploomber.executors.Serial.html https://docs.ploomber.io/en/latest/api/_modules/executors/ploomber.executors.Parallel.html We should add s...
0easy
Title: Sanic adapter uses deprecated cookie methods Body: As of Sanic v23.3 (released in March 2023), the correct way to attach a cookie to a Sanic response is via the [`add_cookie` method](https://sanic.dev/en/release-notes/2023/v23.3.html#more-convenient-methods-for-setting-and-deleting-cookies). The old cookie dict ...
0easy
Title: RoBERTa on SuperGLUE's 'Winograd Schema Challenge' task Body: WSC is one of the tasks of the [SuperGLUE](https://super.gluebenchmark.com) benchmark. The task is to re-trace the steps of Facebook's RoBERTa paper (https://arxiv.org/pdf/1907.11692.pdf) and build an AllenNLP config that reads the WSC data and fine-t...
0easy
Title: Bug Report: Null columns not supported for Spark dataframe Body: ### Current Behaviour When attempting to profile a Spark dataframe that contains an entirely null column, the process errors. When the null column is of type integer, the error message is `KeyError: '50%'` as thrown by `ydata_profiling/model/sp...
0easy
Title: Save cfg.TRAIN.START_EPOCH to state dict Body: Well #77 didn't work for me while resuming from checkpoint_18.pth. The problem is when we resume, the model and optimizer passed in the restore_from function are suitable for epoch less than 10 (till backbone is not training) because the cfg.TRAIN.START_EPOCH is 0 (...
0easy
Title: Cron job scheduling example Body: We believe an example of scheduling a notebook will be great, either as an inner task or via a shell script
0easy
Title: add missing_only=True to all imputers to use in combination with variables=None Body: Add missing_only functionality to all imputers to use in combination with variables=None When variables is None, the imputers select all numerical, or categorical or all variables by default. With the missing_only, it would ...
0easy
Title: Factory and mutable values - changing the object changes values inside Factory Body: Hello, I couldn't find any topic about behavior like this so I create a new one. I found this because I started to write some tests for a django project which uses postgresql Jsonb fields. Every time I change the instance of...
0easy
Title: [Feature request] Add apply_to_images to RandomShadow Body:
0easy
Title: [BUG] AttributeError: 'GroupedPredictor' object has no attribute 'predict_proba' Body: I am not sure if it's me that I am not using correctly the API. When doing a classification problem and using a GroupedPredictor to estimate probabilities I can't get the probabilities ```python from sklego.meta import...
0easy
Title: Up and down arrow keys do not work in chat input Body: <!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue. Before creating a new issue: * Search for relevant issues * Follow the issue reporting guidelines: https://jupyterlab.readthedocs.io/en/latest/getting_started/i...
0easy
Title: Doc: missing `mask` in tucker docstring Body: While `partial_tucker` has the `mask` argument documented, the Tucker decomposition does not, this should be added.
0easy
Title: Product format error message Body: ``` Could not determine format for product ‘outputs/validation_result0.pkl’. Pass a valid extension (‘.html’, ‘.ipynb’, ‘.md’, ‘.pdf’, ‘.rst’, and ‘.tex’) or pass “nbconvert_exporter_name”. If you want this task to generate multiple products, pass a dictionary to “product”, wi...
0easy
Title: Contribute `Cumulative Curve` to Vizro visual vocabulary Body: ## Thank you for contributing to our visual-vocabulary! 🎨 Our visual-vocabulary is a dashboard, that serves a a comprehensive guide for selecting and creating various types of charts. It helps you decide when to use each chart type, and offers s...
0easy
Title: [ENH] Empirical CDF calculation Body: Because @ericmjl & I keep copypasta'ing it across all my notebooks ```python def calc_single_ecdf(data): """Compute the Empirical Cumulative Distribution Function for an Array.""" # Number of points n n = len(data) # x data for the CDF x = np....
0easy
Title: I try to convert Predictive Ranges [LuxAlgo] to the py, whats the problem? Body: closed
0easy
Title: [Tracker] Split tests into multiple file tests Body: Currently, we have some test files that have all (or almost all) tests of a module within a single file, the ideal here is to split these cases into multiple test files. Which file should be testing a single functionality, or file of our library. Example: ...
0easy
Title: Translate GlobaLeaks into your own native language to support your local community Body: ## Description: Globaleaks is a multi-language platform that strives to reach users across the globe. We need your help to extend the platform to even more languages. Your task will be to contribute translations for the Glob...
0easy
Title: Saving large images to tiff fails Body: ### 🐛 Bug Report When saving images larger than 4GB, I get an error: `error: argument out of range`. The saved file is then incomplete and has missing layers. ### 💡 Steps to Reproduce 1. Open napari 2. Create large image: ``` data = np.random.randint(low=0, high=...
0easy
Title: Edge case: `source file.xonshrc` shows `attempting to source non-xonsh file` Body: ```xsh echo 'echo ok' > file.xonshrc # RuntimeError: attempting to source non-xonsh file! If you are trying to source # a file in another language, then please use the appropriate source command. # For example, source-bash s...
0easy
Title: Add multi-gpu training example script Body: It would be great to have more examples for fine-tuning in the library! Similar to current examples for [binary-segmentaion](https://github.com/qubvel-org/segmentation_models.pytorch/blob/main/examples/binary_segmentation_intro.ipynb) and [multi-label](https://githu...
0easy
Title: Add questions on containers (Docker, Nomad, k8s, ...) Body:
0easy
Title: Refactoring: soft split xonsh into components Body: ### Motivation Our code and docs are mostly like a list: * We have news with Added/Changed/Deprecated sections. * We have release notes also as Added/Changed/Deprecated sections. * We have plain list of modules in `./xonsh/*.py` and in `./xonsh/tests/` *...
0easy
Title: Validate function signature Body: `_validate_and_modify_signature` takes a function as an argument to validate and modify its signature. we need to check that no arguments (other than the first one) start with `env`: Example: ```python # good: a, b do not start with env def works(env, a, b): pass `...
0easy
Title: Newest release of Chromium Body: Hi, The pyppeteer's docs say that `pyppeteer-install chrome` would install the latest Chromium release. In fact in Linux x64 environment the downloaded release was `588429`, while the actual latest release is `839847`. A manual update (replacing files) is possible and all is ...
0easy
Title: Labeled environments cannot use runners from provisioned plugins Body: ## Issue When a tox environment has a `runner` derived from a plugin that is named in the `requires` key, the environment cannot appear in a top-level label expression. See minimal reproducer: https://github.com/masenf/tox-label-provisi...
0easy
Title: Deprecate the `"default"` colorscale name and `list_all_colorscale_names()` Body: The only reason we still need `list_all_colorscale_names()` is because we decided to add an extra `"default"` named color-scale to the list of available continuous color-scales. Not sure why this was done but to avoid breaking some...
0easy
Title: [Core] Verbose errors with ctrl+c on fetching status from stale controller Body: I have a jobs controller on a stale k8s cluster. `sky status` gets stuck and ctrl + c shows a cryptic error (instead of a simple KeyboardInterrupt). We should suppress/clean up this error. ``` (base) ➜ ~ sky status Clusters NAME ...
0easy
Title: Set plugin migration version in between each migration Body: https://github.com/CTFd/CTFd/blob/e1991e16963b10302baa7cc50d52071a5053bf2f/CTFd/plugins/migrations.py#L72-L77 This code here probably should be setting the plugin version in between each migration so that if a migration fails it doesn't need to be s...
0easy
Title: Fix "&gt;" instead of ">" on "concepts" documentation page Body: On https://slack.dev/bolt-python/concepts at line 12 of "Example with AWS Lambda" there is "\&gt;" displayed, instead of ">" symbol. To fix this you have to remove "\<span class="p">;\</span>" after it ### Category (place an `x` in each of the `...
0easy
Title: v0.4 Body: The new version of [django-graphql-jwt](https://github.com/flavors/django-graphql-jwt) (v0.3.1) is not compatible with the v0.3.X version of this package, so we need to release the v0.4.X. [Here](https://github.com/flavors/django-graphql-jwt/compare/0.3.0...v0.3.1) is the difference from 0.3.0 to 0...
0easy
Title: Very small range data can crash application due to divide by zero issues Body: I've hit crashes when trying to plot degenerate y data that's very close to 0 but not actually zero. along the lines of a series of 10^-310 This causes the following 2 functions to blow up because when reasonable numbers are divided ...
0easy
Title: Implement `color_discrete_map` Body: Implement and support a new `color_discrete_map` parameter. References: - https://plotly.com/python/discrete-color/#directly-mapping-colors-to-data-values
0easy
Title: PEP-484 Type Hints Body: **Is your feature request related to a problem? Please describe.** We use python with strict typing at our organization which means we have to add a bunch of "type: ignore" comments wherever this library is used. Adding types would make working with this library much easier and requir...
0easy
Title: Sortino ratio of 4,000? Body: This may just be a problem with data, but I am getting blown up sortino ratios. I thought they had to be much smaller. For instance: ```python import yfinance as yf msft = yf.Ticker("ETH-USD") def getSortino(h, p): sh = [] for i in range(0, len(h)): if i ...
0easy
Title: Add 'sklearn.ensemble._stacking.StackingClassifier' Body: A user requested us to add `sklearn.ensemble._stacking.StackingClassifier`. (See [doc](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html)). At first glance this appears it should be reasonably easy to impleme...
0easy
Title: compatibility with IPython 8 Body: IPython just had a major release and one of the tests is breaking so I pinned the version in `setup.py`. Ploomber actually works fine, it seems like some of the testing config is incompatible with the new IPython internals. Even a diagnosis of next steps will be useful here!
0easy
Title: Add add_count and add_total functions Body: I know there is functionality with groupby_agg here, so I have been going back and forth on this one. But like the tidyverse there are helper functions the are more direct like tally or add_count, where you could use summarize() and count() or n() together to get the ...
0easy
Title: Unit Test `pydantic_ai_examples` Body: We currently unit test examples in the documentation (including confirming output). Let's do the same for `pydantic_ai_examples` scripts so that our recommended usage patterns are confirmed to behave as expected.
0easy
Title: [Bug] Qwen2.5-VL-72B image input not working in SGLang, works fine in vLLM Body: ### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [x] 2. The bug has not been fixed in the latest version. - [x] 3. Please note that if the bug-related issue you submitted lacks corresponding...
0easy
Title: fix: improve error message for bad regex glob Body: A user on Matrix / Gitter was trying to run something like (simplified) ```xonsh ls `*` ``` which yields ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/gil/mambaforge/lib/python3.10/site-packages/xonsh/bui...
0easy
Title: `test_logfire_api` doesn't look at `logfire_api.__all__` Body: It just uses `logfire.__all__` in both versions of `test_runtime`. `logfire_api.__all__` doesn't actually exist at runtime when logfire isn't importable.
0easy
Title: Dialogs: Default option for `Get Selection From User` Body: Hi! I am not sure whether this was already requested before (I could not find it for now). I would like to have an option on keyword Get selection from user to set the default value. So the user only has to push enter to get that preset value or if ...
0easy
Title: bump pytest version Body: one of the test yield this warning`DeprecationWarning: You're using an outdated version of pytest. Newer releases of pytest-asyncio will not be compatible with this pytest version. Please update pytest to version 7 or later. warnings.warn(` we should update our pytest version in v2
0easy