text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: [UX/Jobs] No spinner after `jobs launch`, which feels like a hang
Body: When launching a managed job where the controller is on k8s, there is no spinner showing up after the job is submitted, which feels like the system is hanging. However, `sky jobs logs --controller` does show that the job cluster is being lau... | 0easy |
Title: HTML/CSS - Fix right bar in docs
Body: When opening in a large monitor, the docs display a right bar to move between sections ([example](https://ploomber.readthedocs.io/en/latest/user-guide/deployment.html)):
` so we need to disable the code that uses it if it's not available. | 0easy |
Title: Threading/Async for image concatenation
Body: Concatenating images takes a while sometimes, especially on low-powered servers. I'm thinking it may be a good idea to make image generation work in a queue-based fashion, as a start, and then using that as scaffolding, make image concatenation happen off of the main... | 0easy |
Title: Add function get_value to FSMContext
Body: ### aiogram version
3.x
### Problem
In a situation where you only need to take one value in FSMContext handler, you need to write 2 lines of code to take value
### Possible solution
Add a get_value function for FSMContext that takes value by key
### Alternatives
... | 0easy |
Title: Add Logging
Body: - [ ] Add logs
- [ ] Change prints to logs
- [ ] Create a --debug option to more detailed logs too.
https://realpython.com/python-logging/
https://www.loggly.com/ultimate-guide/python-logging-basics/ | 0easy |
Title: [DOC] Clarify documentation of `RMSE` to avoid confusions regarding the implementation
Body: Noticed discrepancy related to metric definition. RMSE is actually MSE, which makes sense as RMSE tends to be very unstable.
Definiton:
```python
class RMSE(MultiHorizonMetric):
"""
Root mean square error
... | 0easy |
Title: Add docstrings to everything
Body: You can do:
`pip install pydocstyle`
and then run this script while in the `pyt` directory
```python
import os
import re
import subprocess
import sys
os.chdir(os.path.join('pyt'))
try:
docstyle = subprocess.run(["pydocstyle", "--ignore=D105,D203,D212,D2... | 0easy |
Title: Document how the executing kernel is chosen
Body: Hi there,
I recently reinstalled my kernels and suddenly, my tests were no longer passing due to the wrong kernel being used...
I managed to fix the problem but I think it would be nice in the docs to:
- Tell that by default, the executing kernel is the o... | 0easy |
Title: [ENH] Seasonal-Trend decomposition by Regression
Body: Currently, the STLForecaster is a rather limited solution that often fails to decompose time series effectively (residuals can still have the seasonalities). One possibility for improvement is to incorporate the STR package from R:
[STR](https://cran.r-proj... | 0easy |
Title: [Feature request] Add apply_to_images to HorizontalFlip
Body: | 0easy |
Title: 对接v免签微信时,在商品付款出现二维码时,右侧提示请付款undefined元
Body: 对接v免签微信时,在商品付款出现二维码时,右侧提示请付款undefined元
虽然会出现付款二维码,但是微信扫码显示手机监控端状态掉线。
但是我在v免签测试接口:http://域名/example。是正常监控到消息的。
而且我单独请求:http://域名/getState获取的结果也是正常的。结果如下:
{
"code": 1,
"msg": "成功",
"data": {
"lastheart": "1620910779",
"lastpay": "1620910687"... | 0easy |
Title: [DOC] Update documentation to include which types of errors can be thrown
Body: # Brief Description of Fix
Right now, our documentation lists inputs and return values, but it does not include information about what types of errors functions normally raise. This is helpful information if you're working with tr... | 0easy |
Title: [New feature] Add `apply_to_images` to `AdditiveNoise`
Body: | 0easy |
Title: Feature request: Error message and Python major version number
Body: ## Classification: Feature (New), Enhancement
## Reproducibility: N/A
AutoKey version: 95.4
Used GUI (Gtk, Qt, or both): Both
Linux Distribution: Linux Mint 19.1
## Expected Results.
Make: Please make the error message to be ... | 0easy |
Title: [Feature request] Add apply_to_images to Perspective
Body: | 0easy |
Title: Replace makefile for poetry scripts
Body: This would be more integrated with the poetry ecosystem as well as it would enhance compatibility w windows | 0easy |
Title: extend cluster function api
Body: Add the following to `hyp.tools.cluster`:
+ `Align` flag which aligns data before running clustering alg
+ `model` flag to specify dimensionality reduction alg used if ndims is not `None`
+ `model_params` flag to specify model parameters for dimensionality reduction model
... | 0easy |
Title: config: support checkout_jobs
Body: # Bug Report
<!--
## Issue name
Issue names must follow the pattern `command: description` where the command is the dvc command that you are trying to run. The description should describe the consequence of the bug.
Example: `repro: doesn't detect input changes`
-->... | 0easy |
Title: Fix documentation link to mycorpus.txt download
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/RaRe-Technologies/gensim/wiki/Recipes-... | 0easy |
Title: Deprecated function in types/message.py
Body: ## Context
Property types.Message.url uses deprecated method 'is_private' when checks chat type, so I get Deprecation warning.
## Current Behavior
```python
@property
def url(self) -> str:
"""
Get URL for the message
:return: str
"""
... | 0easy |
Title: SQLALchemy support for Composite Primary Key/Different index
Body: I was looking at the implementation for SQLAlchemy and noticed that it takes only the first primary key of the table
https://github.com/awtkns/fastapi-crudrouter/blob/master/fastapi_crudrouter/core/sqlalchemy.py#L50
What if I have a compos... | 0easy |
Title: 文档地址链接挂了
Body: 1. BUG反馈请描述最小复现步骤
2. 普通问题:99%的答案都在帮助文档里,请仔细阅读https://kmfaka.baklib-free.com/
3. 新功能新概念提交:请文字描述或截图标注
https://kmfaka.baklib-free.com | 0easy |
Title: ♻️Add name next to email
Body: ## Feature Request
We recently got the username from the backend, use it instead of the email.


... | 0easy |
Title: [DOC] Add type hints for shapelet-based collection transformation.
Body: ### Describe the issue
Other modules are increasingly using type hints in the function declaration, the shapelet-based tranformation module should do the same.
### Suggest a potential alternative/fix
Add type hints to algorithms in `ae... | 0easy |
Title: Feature: Stop words
Body: **Missing functionality**
Able to pass a stop words list to improve Words tab details
**Proposed feature**
```py
profile.config.vars.cat.stop_words = [" ", " ", "the", "and", "at"]
```
[`config.yaml`](https://github.com/pandas-profiling/pandas-profiling/blob/master/src/pandas... | 0easy |
Title: [Feat] How to display a bar chart instead of a heatmap?
Body: Noticed an issue from [https://discord.com/channels/987366424634884096/1057481447541325885]()
> I'm trying out pygwalker and I've noticed that some of my fields land in the 'blue' portion of the field list, which appear to be treated as buckets, wh... | 0easy |
Title: How to make a histogram
Body: How do you make a histogram chart of one attribute (column)? (without pre-calculating the histogram data before putting the data into pygwalker, of course)
I fiddled with the UI for a while but couldn't find a way.
If it's not possible right now, I'd like it to be implemented.
... | 0easy |
Title: Fix dotenv setup for webapp
Body: Remove envsubst construction and inject env variables directly using docker compose and `VUE_APP_` env variable name prefix (see #384) | 0easy |
Title: latex widget
Body: For example: https://github.com/talyssonoc/react-katex | 0easy |
Title: RuntimeError: config set has been marked final and cannot be extended
Body: ## Issue
Describe what's the expected behaviour and what you're observing.
Getting a `RuntimeError: config set has been marked final and cannot be extended` at tox startup
## Environment
Provide at least:
Better example at... | 0easy |
Title: Feature request: Crypto Intraday
Body: I've been experimenting with the crypto aspects of the library, and I do see that there are the endpoints for daily, weekly, and monthly, however the endpoint for intraday is not available using the "function=CRYPTO_INTRADAY" from the Cryptocurrencies section of the API.
... | 0easy |
Title: Put some documentation on RTD
Body: | 0easy |
Title: Single Source of Truth
Body: The mapping from test category name to test file path is repeated three times, which is bad.
- `test_files` in `eval_data_compilation.py`
- `test_categories` in `openfunctions_evaluation.py`
- `TEST_CATEGORIES` in `model_handler/constant.py` | 0easy |
Title: Remove 3.6 Support
Body: Python 3.6 has been deemed End of Life (EOL) since December 2021.
We should make moves to stop supporting it.
# Tasks
- [ ] Remove 3.6 test support.
- [ ] Remove 3.6 specific code.
- [ ] Update `setup.py` to not list 3.6 and set minimum python version to 3.7.
- [ ] Update any ... | 0easy |
Title: Bug in _partial_fit_and_predict_iterative in train_evaluator.py?
Body: Hi,
Working with [AutoSklearn2Classifier](https://github.com/automl/auto-sklearn/blob/b2ac331c500ebef7becf372802493a7b235f7cec/autosklearn/experimental/askl2.py#L180), I recently got a strange error that might be due to a bug. This is wha... | 0easy |
Title: [ENH] provide proper mathematical description in docstring of splitters
Body: Many of the splitters are poorly described, in terms of formalism, and in terms of parameters. We should write proper formal descriptions of the splitters.
For a complete description, the docstring should describe:
* what exactly the... | 0easy |
Title: CI: Replace pylint -> flake8
Body: Try removing `pylint` and replacing it with `flake8` linter.
Here's a flake8 config we'd like to try out:
```
[flake8]
ignore = E501, E203, W503
count = True
max-line-length = 100
statistics = True
```
Open PR after you make the changes and let's see what the new flake8 linter... | 0easy |
Title: KubernetesJobOperator in deferrable mode has race-condition problem
Body: ### Apache Airflow Provider(s)
cncf-kubernetes
### Versions of Apache Airflow Providers
See [Cloud Composer 2 dependencies](https://cloud.google.com/composer/docs/composer-versions#images-composer-2) for composer-2.11.3-airflow-2.10.2
... | 0easy |
Title: dcc.Link or dcc.Location isn't firing callbacks for IE 11
Body: 
originally reported in https://community.plot.ly/t/multi-page-dash-app-internet-explorer-issue/6206/3 | 0easy |
Title: ploomber task {name} not creating parent directories for product
Body: | 0easy |
Title: Invalid Image Error (recent)
Body: ```
"}, {'type': 'image_url', 'image_url': {'url': 'https://cdn.discordapp.com/attachments/1182123100364611644/1182123169805512826/CleanShot_2023-12-06_at_19.55.122x.png?ex=65838cfe&is=657117fe&hm=a30f5d3f1c659c02be6278092b5bc0c66857cc05ddcb60d4faf4913ab04e7df2&', 'detail': '... | 0easy |
Title: Add the ability to load only a specified list of keys from envvars
Body: **Describe the bug**
Migrating from other configuration systems I'd need to configure `envvar_prefix` to empty string (`""`) so I can load any environment variable I used before. But it doesn't seem to work with _dynaconf_.
**To Reprodu... | 0easy |
Title: Adx not completely correct with tradingview
Body: I've tried the ADX indicator like below
`adx = ta.adx(df[ticker]['high'], df[ticker]['low'], df[ticker]['close'], length=14)`
and returns close but not exactly the same results as trading view. The difference is about 1% up/down. | 0easy |
Title: `robot.api.parsing` doesn't have properly defined public API
Body: Following [the examples in the documentation](https://robot-framework.readthedocs.io/en/latest/autodoc/robot.api.html#module-robot.api.parsing) causes `Pylance` to report `reportPrivateImportUsage` for any exported symbol from `robot.api.parsing`... | 0easy |
Title: factory.build() saves instance to database
Body: #### Description
My understanding from the documentation (https://factoryboy.readthedocs.io/en/latest/index.html?highlight=build#using-factories) is that the build strategy will not save the instance to the database.
```WidgetFactory.build()``` does not save t... | 0easy |
Title: Option to disable autocorrect in input
Body: - [x] I have searched to see if a similar issue already exists.
**Is your feature request related to a problem? Please describe.**
I would like to disable auto correct in input since it shows the red dots on the text
<img src="https://github.com/user-attachments... | 0easy |
Title: Extend bert/embedding.py with other pre-trained models
Body: We shall extend bert/embedding.py with other pre-trained models like XLNet, RoBERTa, R-XLM, ALBERT, etc. This is a good starting script where people try to leverage pre-trained model embeddings for their models for various use cases. @leezu this is so... | 0easy |
Title: BUG: fail to build the docs in Chinese
Body: ### Describe the bug
fail to build the docs in Chinese,but can build the docs in English.

### To Reproduce
Python version: Python 3.9
Xorbits version: 0.3.0
C... | 0easy |
Title: could you compare so-vits-svc and diff-svc?
Body: all models have their own pros and cons. could you briefly compare so-vits-svc and diff-svc? | 0easy |
Title: DataFrame.droplevel
Body: Implement `DataFrame.droplevel`.
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.droplevel.html | 0easy |
Title: Sharing variables across scripts does not work
Body: ## Classification:
Bug (I think?)
## Reproducibility:
Always
## Version
AutoKey version: 0.95.10
Used GUI (Gtk, Qt, or both): QT
Installed via: pacman (or was it AUR?) on archlinux.
Linux Distribution: Arch
## Summary
In this scri... | 0easy |
Title: morphology.thin change the original image from version 0.23
Body: ### Description:
From version 0.23 document, the original image changes into thinned image.
https://scikit-image.org/docs/0.23.x/auto_examples/edges/plot_skeleton.html

**Expected behavior**
Should work without crashing
**Sc... | 0easy |
Title: [FEATURE] Reduce search bar font size on mobile
Body: 
Make the search box larger or make the texts inside the search box smaller would potentially solve the issue. | 0easy |
Title: Implement `from_chat` filter
Body: Add ability to filter `sender_chat` messages
Examples:
```python
@dp.message_handler(from_chat=True)
async def handle_chat_senders(message: types.Message):
"""Handle message from any sender_chat."""
sender: Chat = message.sender_chat
text = f"Hi, {sender.fu... | 0easy |
Title: Self referencing model
Body: Hello and thx for your lib,
I'd like to self-reference a model, but I'm not sure how to do it as I'm quite new to Python, what I do is:
```
class Player(Document):
created_on = DateTimeField(default=datetime.now, db_field='d')
name = StringField(required=True, db_fie... | 0easy |
Title: [bug] list command must error for not found key
Body: ```bash
# /venv/bin/dynaconf list -k "D" --json
Key not found
# echo $?
0
```
Expected: `1` retcode
---
Open for discussion:
- Should retcode be `1`
- Should return empty json `{}`
? | 0easy |
Title: Add click handler to GeoJSON features
Body: Hi,
I am using your Gmaps package for data visualization in my research. It's a great package. I appreciate you taking the time to prepare it.
In the main page, you have mention the "interactive" feature of the package. Is there a click event that I can use? I... | 0easy |
Title: Deprecate `Return` node in parsing model
Body: In RF 5.0 we introduced the new `RETURN` statement (#4078) that made the old `[Return]` setting obsolete. Although there isn't yet any visible deprecation warning, the `[Return]` setting is considered deprecated and it will be eventually removed.
In the parsing m... | 0easy |
Title: Inconsistent support of log2
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).
-->
## R... | 0easy |
Title: Neurips 2022 style
Body: The style file instructions for Neurips 2022 have been published: https://neurips.cc/Conferences/2022/PaperInformation/StyleFiles.
It would be great to have them here. The only thing that might need changing is the `figsize` component: the figures must be 5.5 inches wide. I would gue... | 0easy |
Title: Importing static variable file with arguments does not fail
Body: Static variable files, i.e. Python based variable files without the `get_variables` method, do not accept arguments. There is, however, no error and arguments are silently ignored. That's wrong, invalid syntax should cause an error. | 0easy |
Title: [Feature request] Add apply_to_images to Solarize
Body: | 0easy |
Title: Clarify what DAG means in docs
Body: Thanks to @epogrebnyak for reporting. | 0easy |
Title: lie to the optimizer bug
Body: Code:
```
optimizer = Optimizer(dimensions=[[64, 128], (4, 1)])
x = optimizer.ask(n_points=4)
```
Note (4, 1) -> (1, 4) also fails:
```
optimizer = Optimizer(dimensions=[[64, 128], (1, 4)])
x = optimizer.ask(n_points=4)
```
Version:
```
>>> skopt.__version__
'0.4-... | 0easy |
Title: Fix `Location.from_node` to report correct lint error locations
Body: ### Summary
Fix `Location.from_node` to make our custom linter report correct error locations:
```diff
diff --git a/dev/clint/src/clint/linter.py b/dev/clint/src/clint/linter.py
index 43c141594e..9a0dde5540 100644
--- a/dev/clint/src/clint/l... | 0easy |
Title: $XONSH_TRACEBACK_LOGFILE with '~' crashes xonsh
Body: ## Steps to Reproduce
```sh
$XONSH_TRACEBACK_LOGFILE = "~/log"
raise Exception
```
## xonfig
Current master.
## Expected Behavior
Log gets written without errors.
## Current Behavior
Xonsh crashes [here](https://github.com/xonsh/xonsh/bl... | 0easy |
Title: Issue with action help display when having ordered optional parameters
Body: ## SUMMARY
On some cases, when trying to display the help `st2 run action pack.action -h` on an action that has ordered parameters like this one from the `librenms` pack
### STACKSTORM VERSION
Paste the output of ``st2 --versio... | 0easy |
Title: [Preferences] Experimental compiled triangulation tooltip goes off screen
Body: ### 🐛 Bug Report
Open napari and the Preferences.
Go to Experimental tab and hover over the new compiled backend setting (last option)
The tooltip is one long line:
 of pandas.
- [ ] I have confirmed this bug exist... | 0easy |
Title: Explain NLTK once before using it in this form.
Body: **Describe the issue**
Under "Note" bar in Quick Start, please spell out what or hover effect over "NLTK" to let newbies know what it stands for. Thanks. | 0easy |
Title: Refactor: use `Literal` in type hints
Body: Right now we don't really use `Literal` types anywhere, but we should.
For example, see the following signature:
```python
@classmethod
def from_bytes(
cls: Type[T],
data: bytes,
protocol: str = 'protobuf',
compress: Optional[str... | 0easy |
Title: Add convenience `get_sentence_vector()`-like methods for FastText, other models
Body: Per <https://stackoverflow.com/questions/65397810/whats-the-equivalent-to-get-sentence-vector-for-gensims-fasttext>, the official Python FastText wrapper offers a `get_sentence_vector()` convenience method to averaging the word... | 0easy |
Title: 部分接口报错
Body: 你好,安装完成之后登陆后台接口报错,具体如下,请问这是什么问题呢?
Traceback (most recent call last):
File "C:\Program Files\Python38\Lib\site-packages\flask\app.py", line 2464, in __call__
return self.wsgi_app(environ, start_response)
File "C:\Program Files\Python38\Lib\site-packages\flask\app.py", line 2450, in wsgi... | 0easy |
Title: Validation bug: DocList and DocVec are not coerced to each other
Body: In the spirit of pydantic, a model (document) field that is annotated with a certain type should only ever hold data that is actually of that type.
To achieve that, incoming data of a different type should be coerced to the target type.
This... | 0easy |
Title: `AppRegistry` should provide a warning if an app doesn't end in `piccolo_app`
Body: In your `piccolo_conf.py` file you have an `AppRegistry` - something like this:
```python
APP_REGISTRY = AppRegistry(
apps=[
"home.piccolo_app",
"blog.piccolo_app",
"profiles.piccolo_app",
... | 0easy |
Title: Implement the configuration for the "Tufte book" template
Body: Would be good to have the parameters for
https://github.com/Tufte-LaTeX/tufte-latex
| 0easy |
Title: Implement saving to Facebook format
Body: We currently support reading FastText models from Facebook's format. The [gensim.models._fasttext_bin](https://github.com/RaRe-Technologies/gensim/blob/develop/gensim/models/_fasttext_bin.py) does this.
This enables people to use gensim with a model that was trained u... | 0easy |
Title: Add application statistics
Body: ## Description of the problem, including code/CLI snippet
The Gitlab provides some general statistics via `/application/statistics`.
See https://docs.gitlab.com/ee/api/statistics.html
## Expected Behavior
These data are available via `gitlab.statistics()`.
## Actual ... | 0easy |
Title: style: Not every style in `xonfig styles` highlight the command name
Body: I've noticed sometimes command is not highlighted:
<img width="292" alt="Image" src="https://github.com/user-attachments/assets/e5fa3581-ec47-4fca-b159-857dd316e2a1" />
## For community
⬇️ **Please click the 👍 reaction instead of lea... | 0easy |
Title: [UX] Shortcut `k8s` for `kubernetes`
Body: <!-- Describe the bug report / feature request here -->
We should making k8s an accepted alias anywhere kubernetes is expected.
https://github.com/skypilot-org/skypilot/issues/4088#issuecomment-2415179797
| 0easy |
Title: Better error messages for jupyter kernel edge cases
Body: Strictly speaking, the python env running the jupyter process does not have to be the same that the one where the kernel is running. This makes sense for notebook-facing applications but no so much for headless notebook execution (like ploomber), because ... | 0easy |
Title: [DOC] transform_column dest_column_name kwarg description needs to be clearer on defaults
Body: # Brief Description of Fix
The current wording on `dest_column_name` is:
`dest_column_name – The column name to store the transformation result in. By default, replaces contents of original column.`
I would... | 0easy |
Title: include transformer for datetime variables
Body: The first version of this module should include the following:
- New module: datetime (folder)
Three transformers:
- ExtractDateFeatures
- ExtractTimeFeatures
- ExtractDateTimeFeatures
A base class:
- DateTimeBaseTransformer
The base class should:
... | 0easy |
Title: Add option to keep hidden tests hidden during feedback step
Body: <!--
Thanks for helping to improve nbgrader!
If you are submitting a bug report or looking for support, please use the below
template so we can efficiently solve the problem.
If you are requesting a new feature, feel free to remove irrelev... | 0easy |
Title: www: ocsp staple
Body: Enable OCSP Staple in NGINX | 0easy |
Title: [BUG] igraph demo notebook needs updating
Body: **Describe the bug**
Needs fixes, modern conventions, etc:
- fix colors: https://github.com/graphistry/pygraphistry/issues/259
- show login methods
- probably helps to show how to move to/from dataframes
- pointer to cuGraph for faster analytics
| 0easy |
Title: Adding support for Path objects to APIs that take paths
Body: As mentioned in #5682, we may have some public APIs that take paths and the implementations should now use `Path` objects so it should be trivial to also accept `Path` objects in these APIs.
I think the first step is actually identifying such APIs... | 0easy |
Title: plotting static data tutorial
Body: a jupyter notebook that goes through a static dataset demonstrating the various plotting features. here's an example for inspiration: http://cdl-quail.readthedocs.io/en/latest/tutorial/basic_analyze_and_plot.html | 0easy |
Title: Improve Temporal action to display different time scales
Body: For temporal attributes like dates, the column can often be visualized at different time-scales. For example, a date formatted as %y-%m-%d can be plotted as 3+1 separate visualizations: one based on year, one based on the month, and one based on day,... | 0easy |
Title: PadIfNeeded doesn't serialize position parameter
Body: ## 🐛 Bug
The `PadIfNeeded` transform doesn't serialize the position parameter.
## To Reproduce
Steps to reproduce the behavior:
```python
import albumentations as A
transform = A.PadIfNeeded(min_height=512, min_width=512, p=1, border_mode=0, v... | 0easy |
Title: falcon.uri.encode_value does not encode the percent character
Body: [`falcon.uri.encode_value`](https://falcon.readthedocs.io/en/latest/api/util.html#falcon.uri.encode_value) says:
> An escaped version of *uri*, where all disallowed characters have been percent-encoded.
However, it seems that the percent cha... | 0easy |
Title: Marketplace - search results - increase margins between filter chips and search box
Body:
### Describe your issue.
<img width="1450" alt="Screenshot 2024-12-13 at 21 03 31" src="https://github.com/user-attachments/assets/ee85f890-72eb-408c-8bc0-4e8608c65060" />
| 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.