text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: [BUG] feat and umap cache incomplete runs
Body: **Describe the bug**
When canceling (or getting an exception) during feat/umap, that gets cached for subsequent runs. We expect them to be not cached, e.g., recomputed, on future runs.
**To Reproduce**
**Expected behavior**
The caching flow should cat... | 0easy |
Title: [Feature request] Add apply_to_images to CoarseDropout
Body: | 0easy |
Title: Incorrect indent for multiline string within list
Body: **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Input:
```python
def test_snapshot(snapshot):
data = {
"key": [
"line 1\nline 2"
]
}
assert data == snapshot
... | 0easy |
Title: Feat: add warning for NATS subscriber factory if user sets useless options
Body: **Describe the bug**
The extra_options parameter is not utilized when using pull_subscribe in nats.
Below is the function signature from natspy
``` python
async def subscribe(
self,
subject: str,
... | 0easy |
Title: WHILE `on_limit` missing from listener v2 attributes
Body: WHILE loops got an `on_limit` option for controlling what to do if the loop limit is reached in RF 6.1 (#4562). It seems we forgot to add that to the attributes passed to `start/end_keyword` methods of the listener v2 API. The User Guide claims it would ... | 0easy |
Title: Improve GitHub templates (issues, PRs and discussions)
Body: People should first create discussions, and the discussion should provide an MRE, if it's supposed to be a bug report. | 0easy |
Title: GUI Setup Instructions for dedyn.io Domains Misleading
Body: When creating a new dedyn domain, the GUI shows this:

This is misleading because the user **does not** need to setup any DS records for... | 0easy |
Title: [ENH] Series toset() functionality
Body: # Brief Description
<!-- Please provide a brief description of what you'd like to propose. -->
I would like to propose toset() functionality similar to [tolist()](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.tolist.html).
Basically it w... | 0easy |
Title: [Feature] enable SGLang custom all reduce by default
Body: ### Checklist
- [ ] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed.
- [ ] 2. Please use English, otherwise it will be clo... | 0easy |
Title: Add return codes to mouse.wait_for_click and keyboard.wait_for_keypress
Body: ### Has this issue already been reported?
- [X] I have searched through the existing issues.
### Is this a question rather than an issue?
- [X] This is not a question.
### What type of issue is this?
Enhancement
### Which Linux d... | 0easy |
Title: Users in admin scoreboard show user position instead of team position
Body: In teams mode on the admin panel, users are shown with their user position on the scoreboard instead of their teams position. We should be showing both. | 0easy |
Title: [FEATURE] Rename the limit method to take. Add it in Fugue SQL
Body: **Context**
The limit method pull request is close to being [merged](https://github.com/fugue-project/fugue/pull/131). This method should be renamed to `head` because there already is a ANSI SQL keyword named `LIMIT`. After renaming this to `h... | 0easy |
Title: chandelier_exit
Body: Here is a code that i have written for chandelier_exit, if possible add to repo
```python
def chandelier_exit(df1, atr_length=14, roll_length=22, mult=2, use_close=False):
df = df1.copy()
df.columns = df.columns.str.lower()
my_atr = ta.Strategy(
... | 0easy |
Title: /index query results are cut off for larger prompts
Body: If the prompt is large or multiple sentences, the results for /index query run the risk of being cut off:

| 0easy |
Title: Support math.nextafter in nopython mode
Body: <!--
Thanks for opening an issue! To help the Numba team handle your information
efficiently, please first ensure that there is no other issue present that
already describes the issue you have
(search at https://github.com/numba/numba/issues?&q=is%3Aissue).
... | 0easy |
Title: Add method to compute Out-of-bag Data Shapely value
Body: Add this efficient method for Data Shapely and Data Valuation w arbitrary ML models:
[Data-OOB: Out-of-bag Estimate as a Simple and Efficient Data Value](https://arxiv.org/abs/2304.07718)
Make sure the code runs quickly, but is numerically reproduci... | 0easy |
Title: Coinbene publishes repeated trades
Body: Coinbene uses REST for market data. To get trades, it's API allows you to request the last N trades, up to 2,000. (See https://github.com/Coinbene/API-Documents/wiki/1.1.2-Get-Trades-%5BMarket%5D ). Thus, a way to get trades is to repeatedly query the last trades and pub... | 0easy |
Title: invalid colour conversion raises error rather than warning
Body: This seems like a bug in colour conversion.
```python
lab2rgb([0, 0, 28.0])
```
raises `TypeError: 'numpy.float64' object does not support item assignment`
while:
```python
lab2rgb([0, 0, 27.0])
```
works fine.
This difference is be... | 0easy |
Title: Typo in docs
Body: **Migrated issue, originally created by Tim Mitchell**
https://alembic.readthedocs.org/en/latest/api/autogenerate.html#fine-grained-autogenerate-generation-with-rewriters
The code sample has
```
from alembic import ops
```
instead of
```
from alembic.operations import ops
```
also the seco... | 0easy |
Title: Deterministic evaluation of probabilistic models (e.g. nbeats)
Body: When predicting a time series, one can turn some models probabilistic by defining a likelihood parameter.
E.g.:
NBEATSModel(
...
likelihood=GaussianLikelihood(),
random_state=42
)
If done this way, the prediction is not d... | 0easy |
Title: ActionsBlock elements are not parsed
Body: ### Description
In ActionsBlock __init__, elements are simplie copied.
[Exact bug place](https://github.com/slackapi/python-slack-sdk/blob/4e4524230ed41ef7cd9d637c52f4e86b1ffedad9/slack/web/classes/blocks.py#L241)
For all other Blocks, similar elements are parse... | 0easy |
Title: aiogram\utils\formatting.py (as_section)
Body: ### Checklist
- [X] I am sure the error is coming from aiogram code
- [X] I have searched in the issue tracker for similar bug reports, including closed ones
### Operating system
Windows 10
### Python version
3.12
### aiogram version
3.4.1
### Expected behav... | 0easy |
Title: add documentation for update and delete in the supabase docs
Body:
there is an insert and fetch example in the docs https://supabase.com/docs/reference/python/insert but there is no update nor delete. i think they should be added. | 0easy |
Title: Add link to the Jupyter in Education map in third-party resources
Body: Here is the link: https://elc.github.io/jupyter-map/ | 0easy |
Title: feature: concurrent Redis consuming
Body: **Describe the bug**
It seems tasks don't run in parallel
**How to reproduce**
Include source code:
```python
import asyncio
from faststream import FastStream
from faststream.redis import RedisBroker
from pydantic import BaseModel
redis_dsn = 'xxxx'
rb... | 0easy |
Title: CHORE: too many warnings when running TPCH
Body: Note that the issue tracker is NOT the place for general support. For
discussions about development, questions about usage, or any general questions,
contact us on https://discuss.xorbits.io/.
```python
/Users/codingl2k1/Work/xorbits/python/xorbits/_mars/da... | 0easy |
Title: [doc] Adding proper documentation for proximal operators
Body: #### Issue
We have several cool proximal operators inside the submodule `tenalg/proximal.py`, which are not documented.
#### Fix
It would be simple and useful, in my opinion, to have a small text in the documentation about it.
I should be able ... | 0easy |
Title: Explore incorporatating softcite/softcite_kb data into Augur for Academic Metrics
Body: **Is your feature request related to a problem? If so, please describe the problem:**
Working in the context of the @chaoss project, we are developing metrics for Academic open source contexts. These include alt metrics rela... | 0easy |
Title: Negative exponent with value -1 (minus one) raises error when loading Doc2Vec model
Body: <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/Ra... | 0easy |
Title: Implement viewing videos
Body: **Describe the enhancement you'd like**
As a user, I want to be able to watch my videos.
**Describe why this will benefit the LibrePhotos**
Use react-native-vlc-media-player as this should be very stable and reliable.
| 0easy |
Title: [new] `json_items(json_string)`
Body: Takes a json_string as input which has flat (no nested) key values and returns an `array<struct<key string, value string>>` | 0easy |
Title: Discord Webhook integration
Body: Hello,
thanks for healthchecks !
Would it be possible to get [Discord Webhook integration](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) ?
There are simpler to set-up than the Discord App integration.
| 0easy |
Title: AssertionError: OpenAI requires `tool_call_id`
Body: # Description
Hi. I had run into an issue when switching models.
Basically, I have implemented an API endpoint where I can change models.
Where is what happened:
- I started with `gemini-1.5-flash`, asking it what time is now, which would call my `now()` too... | 0easy |
Title: Prompt the user to specify recursive type depth if they haven't already
Body: ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Currently, I imagine that most people will just use pseudo-recursive types as that is default and they don't know th... | 0easy |
Title: Change Request Acceptance Ratio metric API
Body: The canonical definition is here: https://chaoss.community/?p=3598 | 0easy |
Title: module 'asyncio' has no attribute 'run' (In python3.6)
Body: In setup.py, python version can be 3.6/3.7,but it raised exception when i run examples/demo_tcp.py used python=3.6.5.
```
File "demo_tcp.py", line 54, in <module>
asyncio.run(main())
AttributeError: module 'asyncio' has no attribute 'run'
```
... | 0easy |
Title: [ENH] Expose sparse library functions
Body: XArray supports the [Sparse](https://github.com/pydata/sparse) package but doesn't expose the functions to convert to/from sparse objects. These functions could be nicely packaged in pyjanitor to do so:
```python
import sparse
@register_xarray_dataarray_method
... | 0easy |
Title: [ENH] Warning cleanup
Body: * Good news: The new GHA will reject on flake8 errors, and a bunch are on by default via the cleanup in https://github.com/graphistry/pygraphistry/pull/206 !
* Less good news: Skip list has some bigger warning count ones still on the skiplist:
- [ ] E121
- [ ] E123
- [ ] E12... | 0easy |
Title: tsignals generating wrong single with more than 2 indicator in strategy
Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.**
```
panda-ta=0.2.75b
```
**Describe the bug**
tsignals indicator is giving few wrong trade entry/exits in case of using multiple in... | 0easy |
Title: Add interactivity patterns in SocketModeClient document
Body: Currently, https://slack.dev/python-slack-sdk/socket-mode/index.html has only Events API example. We add interactivity patterns (e.g., shortcuts, modal submission, button clicks, etc.) in the page.
---
@~tjstum Thanks for your prompt reply here!
... | 0easy |
Title: Investigate off-by-1 in `scrapy.cmdline._pop_command_name()`
Body: It looks like `del argv[i]` removes the wrong item in `scrapy.cmdline._pop_command_name()` but as we don't seem to see any problems because of this it's worth investigating what exactly happens here and either fixing or refactoring the code. | 0easy |
Title: LiteLLM <> Logfire critical error
Body: ### Description
When using logfire with liteLLM I have a weird error that crashed the logfire span.
```
from litellm import completion
logfire.configure()
with logfire.span("litellm-test") as span:
response = completion(
model="gpt-4o-mini",
... | 0easy |
Title: ENH: Improve error message for attempting to write multiple geometry columns using `to_file`
Body: xref #2565
```python
In [16]: gdf = gpd.GeoDataFrame({"a":[1,2]}, geometry=[Point(1,1), Point(1,2)])
In [17]: gdf['geom2'] = gdf.geometry
In [18]: gdf.to_file("tmp.gpkg")
--------------------------------... | 0easy |
Title: Add .ruff_cache to .gitignore and .dockerignore
Body: Now that we've switched to ruff we should make sure to ignore the ruff cache files and such in our builds (e.g. `.gitignore` and `.dockerignore`) | 0easy |
Title: Add tests for checking color of spinner in stdout
Body: <!-- Please use the appropriate issue title format:
BUG REPORT
Bug: {Short description of bug}
SUGGESTION
Suggestion: {Short description of suggestion}
OTHER
{Question|Discussion|Whatever}: {Short description} -->
## D... | 0easy |
Title: https://github.com/citruspi/Flask-Analytics
Body: https://github.com/citruspi/Flask-Analytics
| 0easy |
Title: Add deployment instructions to output
Body: Let me preface this by saying I am not a developer, but I have a decent level of technical understanding and understand how code works.
In my instructions for the code I was generating, I said that I wanted step by step instructions for deploying the application on... | 0easy |
Title: Write tests for __main__.py
Body: As we can see on CodeClimate https://codeclimate.com/github/python-security/pyt/coverage/5935971dbf92ed000102998b there is pretty low test coverage of main, I understand why this is but adding some tests for it would increase our test coverage percentage and 75% isn't satisfying... | 0easy |
Title: When mutation takes a list as an argument - passing in a list of the type does not work
Body: I have an input type that takes a list as an argument. I haven't seen an example of this use case so I just guessed that I could pass in a python list of the right type. But I get the following error:
`AttributeErr... | 0easy |
Title: Document return codes in `--help`
Body: I regularly use the `robot` and `rebot` scripts, notably in CI. When reading their `--help`, they give no clear indication of what their `exit_code`/`return_status` will be.
They both have a `--nostatusrc` :
> Sets the return code to zero regardless are there failures. E... | 0easy |
Title: [k8s] Unexpected error when relaunching an INIT cluster on k8s which failed due to capacity error
Body: To reproduce:
1. Launch a managed job with the controller on k8s with the following `~/.sky/config.yaml`
```yaml
jobs:
controller:
resources:
cpus: 2
cloud: kubernetes
```
```console
$ sky jo... | 0easy |
Title: Unpin PyQT version for CI builds
Body: Undo #229 once ContinuumIO/anaconda-issues#1068 has been fixed.
Once the bug in conda has been fixed we should stop pinning the version of pyqt that we use in the CI builds.
| 0easy |
Title: allow legend to be computed from group kwarg
Body: Currently, legends are set explicitly by passing a list to the `plot` function. However, they could also be set automatically by passing a `group` list to the `legend` kwarg
e.g.
`hyp.plot(data, group=labels, legend=labels)` | 0easy |
Title: Stop using master/slave terminology
Body: Can xdist please stop using the master/slave terminology? Would you accept a PR changing "slave" to "worker"? The terminology is upsetting to some people (and I've already had complaints where I work) and there is no reason to use it when other words exist that do not of... | 0easy |
Title: Contributors metric API
Body: The canonical definition is here: https://chaoss.community/?p=3464 | 0easy |
Title: 如何正确获取自己的账号主页链接?
Body: 开始获取收藏数据
获取账号简略失败
self 获取账号信息失败
程序运行耗时 0 分钟 3 秒
已退出批量下载收藏作品(抖音)模式
请选择采集功能: | 0easy |
Title: Can't copy paste content from the doc itself
Body: ## Bug Report
**Problematic behavior**
I can't copy paste content from the doc I'm working on.
When I copy paste from outside the docs it works
**Steps to Reproduce**
1. Select content on the doc
2. Ctrl + C
3. Ctrl + V
4. Nothing happens
**Envir... | 0easy |
Title: Update installation instructions when sklearn 0.18 is released
Body: | 0easy |
Title: Add a healthcheck endpoint
Body: Add a simple healthcheck endpoint. Likely something like `/healthcheck`. It should likely so a simple `SELECT 1` on the database and do a simple `get_config()` call to validate that everything is working and then return a 200 with "OK". On any failure it should return 500. | 0easy |
Title: Update Katib Experiment Workflow Guide
Body: ### What you would like to be added?
We move this sequence diagram to [the Kubeflow Katib reference](https://www.kubeflow.org/docs/components/katib/reference/) guides: https://github.com/kubeflow/katib/blob/master/docs/workflow-design.md#what-happens-after-an-exper... | 0easy |
Title: Elder Force Index
Body: Hi ,
For the EFI , according to your formula here, you get the difference of current close price - prior close price * volume then you do the exponential weighted average for it. I may have the wrong understanding of it but according to investopedia and thinkorswim, the formula is cur... | 0easy |
Title: Enhancement: Add support for "mimesis" as an alternative to faker
Body: Built in support for [`mimesis`](https://github.com/lk-geimfari/mimesis/stargazers) would be nice.
Main motivation is that much of the faker methods such as `get_faker().latitude()` etc aren't typed and result in `Any` types :( | 0easy |
Title: link from videos section to our youtube channel
Body: link to our youtube channel (add link at the top)
https://docs.ploomber.io/en/latest/videos.html
```
more videos available in our youtube channel
```
also, if there's a way to add a link that subscribes people, that's grat | 0easy |
Title: BDD prefixes with same beginning are not handled properly
Body: **Description**:
When defining custom language prefixes for BDD steps in the Robot Framework (for example, in a French language module), I observed that adding multiple prefixes with overlapping substrings (e.g., "Sachant que" and "Sachant") leads t... | 0easy |
Title: Switch from pytorch_lightning to lightning
Body: We should change all the imports from `pytorch_lightning` to `lightning`
However, naively substituting all the occurrences does not work -- unknown reasons atm. | 0easy |
Title: Manually wrap output lines in HOWTO files
Body: cf https://github.com/nltk/nltk/pull/2856#issuecomment-945193387 | 0easy |
Title: Maintaining control identifiers in centralized location
Body: When desktop application is very large and has 10k identifiers,then how should one maintain and access then from centralized location (file) in python.
Please give suggestions.
Earlier we were using QTP for automation which has its own utility of ... | 0easy |
Title: [Proposal] Inclusion of ActionRepeat wrapper
Body: ### Proposal
I would like to propose `ActionRepeat` wrapper that would allow the wrapped environment to repeat `step()` for the specified number of times.
### Motivation
I am working on implementing models like PlaNet and Dreamer, and I'm working with M... | 0easy |
Title: [QUESTION] Croston and add_encoders
Body: Hi,
I cant get add_encoders functionality (for Croston) to work, see below

temporal_cv_lf basically just calls
m = Croston(**params)
**m.historical_forecasts... | 0easy |
Title: Migrate from Poetry to uv package manager
Body: **Description**
We should consider migrating our dependency management from Poetry to uv, which is a new extremely fast Python package installer and resolver written in Rust.
**Benefits of migration:**
- Significantly faster package installation (up to 10-10... | 0easy |
Title: Apple Silicon support
Body: ```
docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:v0.1.0post1 # CPU
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
<jemalloc>: MADV_DONTNEED does not work (memset wi... | 0easy |
Title: HTTP 500 on get permissions (ValueError)
Body: **Steps to reproduce**
_docker run -p 8888:8888 kinto/kinto-server_
Running kinto 14.0.1.dev0.
Request
```
GET /v1/permissions?_since=6148&_token= HTTP/1.1
Host: 127.0.0.1:8888
```
Response
```
{
"code": 500,
"errno": 999,
"error": "Intern... | 0easy |
Title: Do not split digest emails, summarize instead
Body: ### Describe the problem
This morning I woke up to 79 emails from Weblate in my inbox. All sent within the span of two minutes, all notifying about a single project (Organic Maps).
I checked my preferences. They correctly say that I want to receive digests, n... | 0easy |
Title: Listeners do not get source information for keywords executed with `Run Keyword`
Body: This was initially reported as a regression (#4599), but it seems source information has never been properly sent to listeners for keywords executed with `Run Keyword` or its variants like `Run Keyword If`. | 0easy |
Title: ENH: Add keyword add_lines in method plot_grid in gridmapdisplay
Body: On occasion you would like to have the grid lines but not the coast maps in the plot. Separating the two would be useful (see https://github.com/MeteoSwiss/pyart/blob/dev/pyart/graph/gridmapdisplay.py) | 0easy |
Title: `default.faiss` not checked for existance before using
Body: jupyter-ai seems not to check if `default.faiss` exists before using it through `faiss`
```
[E 2024-08-03 17:49:43.118 AiExtension] Could not load vector index from disk. Full exception details printed below.
[E 2024-08-03 17:49:43.118 AiExtension] ... | 0easy |
Title: Process: Make warning about processes hanging if output buffers get full more visible
Body: Related to #3661,
Before finding the related issue above, my binary hung when using the `RUN PROCESS`. It has consumed a lot of my time investigating whether the robot test has found a bug or not. I found out that it i... | 0easy |
Title: Improve falcon-print-routes tool
Body: `falcon-print-routes` is a simple (albeit somewhat spartan) tool that may come handy to list API routes.
We could polish it, and expose more widely:
* Advertise it in the documentation (currently it is only mentioned in the `1.1.0` changelog)
* Make it aware of route suf... | 0easy |
Title: Hi, can we support openrouter? openrouter has many visual models that can be used to test specific models on tasks of varying difficulty. Please consider it
Body: | 0easy |
Title: Parsing model: Move `type` and `tokens` from `_fields` to `_attributes`
Body: Our parsing model is based on Python's [ast](https://docs.python.org/3/library/ast.html). The `Statement` base class currently has `type` and `token` listed in its `_fields`. According to the [documentation](https://docs.python.org/3/l... | 0easy |
Title: 能否在移动支付时增加打开支付宝按钮?
Body: 开通了当面付,才发现手机端唤醒点付款二维码就行了,可不可以加个明显按钮如:打开支付宝,打开app支付的按钮来提示唤醒移动端呢?或者手机端自动调用支付宝支付呢?还有,仅有一种支付方式的时候能否默认选中那个支付,而不需要再点选那个唯一的支付方式 | 0easy |
Title: Add polynomial_kernel Function
Body: The polynomial kernel converts data via a polynomial into a new space. This is easy difficulty, but requires significant benchmarking to find when
the scikit-learn-intelex implementation provides better performance. This project will focus on the public API and including the ... | 0easy |
Title: DOC: supported python version
Body: https://doc.xorbits.io/en/latest/getting_started/installation.html
Since we have dropped py 3.7, the doc should be updated as well. | 0easy |
Title: Move `Order` enum to `types`
Body: | 0easy |
Title: (CI) don't test the version number when running CI tests on merges
Body: I think the reason [this commit](https://github.com/autokey/autokey/runs/3335287095) fails is because merge commits don't have the rest of the git history, so there is no recent git tag to check the version against.
We should add a `skip... | 0easy |
Title: Bug: CLI can't resolve `psycopg` import
Body: **How to reproduce**
Include source code:
```python
from sqlalchemy.ext.asyncio import create_async_engine
from faststream import FastStream
from faststream.nats import NatsBroker
broker = NatsBroker()
app = FastStream(broker)
engine = create_async_en... | 0easy |
Title: Change HTML report to default
Body: Change HTML report to default. Current it is markdown, but HTML is way more popular and our html report is [beautiful](https://github.com/scanapi/scanapi/pull/157) now
Here is where we need to change it: https://github.com/scanapi/scanapi/blob/master/scanapi/settings.py#L11 | 0easy |
Title: Ability to set a maximum number of intervals?
Body: As suggested by a community member:
> When I put it this way, the cleanest solution to my problem would be if `dcc.Interval()` supported the idea of counting a certain number of ticks and then stopping by itself, i.e. had something like a `max_intervals` par... | 0easy |
Title: Support integer conversion with strings representing whole number floats like `'1.0'` and `'2e10'`
Body: Type conversions are a very convenient feature in Robot framework. To make them that extra bit convenient I propose an enhancement.
Currently passing any string representation of a `float` number to a keyw... | 0easy |
Title: Update deprecated regex sequences
Body: ## Classification:
Maintenance
## Version
AutoKey version: develop 5963c7ceae668736e1b91809eff426a47ed5a507
## Summary
The CI tests are warning about several deprecated regex sequences. We should find alternatives and replace them.
The regex is one of th... | 0easy |
Title: Email column type
Body: We don't have an email column type at the moment. It's because Postgres doesn't have an email column type.
However, I think it would be useful to designate a column as containing an email.
## Option 1
We can define a new column type, which basically just inherits from `Varchar`:
... | 0easy |
Title: When you clone something, the original is still highlighted instead of the clone
Body: ## Classification:
UI/Usability
## Reproducibility:
Always
## Version
AutoKey version: 0.95.10
Used GUI (Gtk, Qt, or both): GTK
Installed via: Mint's Software Manager
Linux Distribution: Mint Cinnamon
... | 0easy |
Title: [Tech debt] Improve interface for GridDropOut
Body: * `unit_size_min`, `unit_size_max` => `unit_size_range`
* `shift_x`, `shift_y` => `shift`
=>
We can update transform to use new signature, keep old as working, but mark as deprecated.
----
PR could be similar to https://github.com/albumentations-team/a... | 0easy |
Title: When following raw URL recipe based on RAW_URI, it breaks routing in TestClient
Body: I'm building REST API with many %-encoded slashes in URI (i.e., as data, not path separator). For example, request URI `/book/baking-book/document/sweet%2Fcheescake.md` will never reach the route declared as `/book/{book}/docum... | 0easy |
Title: [DOC] Check that all functions have a `return` and `raises` section within docstrings
Body: # Brief Description of Fix
<!-- Please describe the fix in terms of a "before" and "after". In other words, what's not so good about the current docs
page, and what you would like to see it become.
Example starter ... | 0easy |
Title: Rename _compression to something else.
Body: This naming breaks the debugger with py3.6 and the latest lz4 library as it apparently tries to look for some class inside _compression but defaults to using our _compression module as it's in the scope. I am using a renamed version in the scope and it seems to be fi... | 0easy |
Title: Batch Automatic Translation on Component and Project
Body: ### Describe the problem
Currently, automatic translation can only be performed in the language page, then if we have many languages, when we add some new text on template language, we need to go to each language page and click Automatic Translation, so... | 0easy |
Title: Self-Reflection
Body: Give the bot functions like /gpt ask and etc a self-reflection function where GPT asks itself if its generated answer is suitable | 0easy |
Title: [New feature] Add apply_to_images to GaussianBlur
Body: | 0easy |
Title: Simple question about documentation
Body: Why isn't the yahoo finance API listed in the Data Readers [list](https://pandas-datareader.readthedocs.io/en/latest/readers/index.html), but it is available as get_data_yahoo()? Will the get_data_yahoo() function be deprecated in future versions? | 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.