text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: Layout as list of components does not work when layout is a function
Body: **Describe your context**
```
dash 2.17.1
dash_ag_grid 31.2.0
dash-bootstrap-components 1.6.0
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-mantine-components 0.12.... | 0easy |
Title: Windows GUI for matchering (Claude created)
Body: PySimpleGUI-based GUI for Matchering
I've created a simple GUI for Matchering using PySimpleGUI. This solution provides an easy-to-use interface for those who prefer a graphical approach over command-line usage.
Features:
- Select target and reference trac... | 0easy |
Title: Zombied action leds to wrong (completed) workflow run state
Body: **Describe the bug**
Hello, I created a workflow with four actions to be executed sequentially. When the third action takes a long time to complete, the fourth action is not executed, and the logs simply output Workflow completed.
The reason... | 0easy |
Title: Union function to find the intersection of time series
Body: Hello!
I think it would be incredibly valuable to have a function that finds the intersection of a list of time series. This would be something akin to xarray's "align" function, which finds the intersection across a list of variables.
I commonly f... | 0easy |
Title: Modify ResisdualsPlot histogram to optionally use a PDF
Body: Because the training data set is usually much larger than the test data set, adding an option to normalize the histogram by using a PDF instead of pure frequency may make comparing the train and test set residuals distribution easier.
Right now th... | 0easy |
Title: status_code requires __ne__ to work in python 2.7.x
Body: Quoting to the 2.7.x data model [1]
"There are no implied relationships among the comparison operators. The truth of x==y does not imply that x!=y is false. Accordingly, when defining **eq**(), one should also define **ne**() so that the operators will b... | 0easy |
Title: Remove support for HttpCompressionMiddleware subclasses without stats
Body: Deprecated in 2.5.0. | 0easy |
Title: Support limit -1 in indices
Body: Support limit=-1 in document indices, returning all matches
```python
docs, scores = doc_index.find(query, search_field='tensor', limit=-1)
assert len(docs) == len(scores) == doc_index.num_docs()
```
| 0easy |
Title: What is correct behavior of keras.ops.eye?
Body: Hi,
I have a question about keras.ops.eye of Keras3.
With Tensorflow, the keras.ops.eye accepts integers and floats.
However, with torch and jax, only integers are accepted.
Which behavior is correct?
There is no limitation description on documents.
... | 0easy |
Title: Add/move `_differentiable_clipping`, ` _differentiable_polynomial_floor` and ` _differentiable_polynomial_rounding` to our utilities functions
Body: for a further pr, i think having `_differentiable_clipping`, ` _differentiable_polynomial_floor` and ` _differentiable_polynomial_rounding` into our u... | 0easy |
Title: Allow `display_skipped_hosts` to be configured via vars
Body: ### Summary
Allow callback plugins to be dynamically configured via vars, specifically in this case, allow `display_skipped_hosts` to be configured dynamically
### Issue Type
Feature Idea
### Component Name
lib/ansible/plugins/callback/default.py... | 0easy |
Title: Feature: Add DI for ASGI routes
Body: **Is your feature request related to a problem? Please describe.**
My app may have different dependencies that I want check using k8s probes (database, s3, etc)
**Describe the solution you'd like**
I need possibility using DI for access to my dependency
**Feature cod... | 0easy |
Title: [BUG] Unclear error when client cannot connect to server
Body: A user report seeing exception:
>> ConnectionError: HTTPSConnectionPool(host='###.###.com', port=443): Max retries exceeded with url: /api-token-auth/ (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x000002047... | 0easy |
Title: How to add color legend for predicted masks in semantic segmentation?
Body: Thank you very much for this great work. The tools and tutorials are really great to follow, and they encourage people from a non-technical background like me to enjoy CV and get a taste of deep learning.
May I have a question about ... | 0easy |
Title: Cells sometimes switch columns in app view
Body: ### Describe the bug
Editing a notebook in app view — sometimes cells that are supposed to be in one column are rendered in the other.
Example:
<img width="1390" alt="Image" src="https://github.com/user-attachments/assets/4f391ac1-306d-4b41-8e13-66475c95f5e7" /... | 0easy |
Title: Improve printout for Golden Features
Body: There should be print out to console with features generated in Golden Features step. | 0easy |
Title: Link text incorrect in SKIP 1
Body: ### Description:
> Changes to this governance model or our mission, vision, and values require a [Improvement proposals (SKIPs)](https://scikit-image.org/docs/stable/skips/1-governance.html#skip) and follow the decision-making process outlined above, unless there is unanimous... | 0easy |
Title: Boolean issues in config.yaml
Body: i keep getting that typo errors, for example , sintax is completly fine, i performed installation twice, keep getting same error

, string='$123', start=(1, 7), end=(1, 11), line='![echo $123]\n')
showcmd echo $123
# ['echo', "Unexpected token: TokenInfo(type=55 (OP), string='$123', start=(1, 15), end=(1, 19), line='![showcmd echo $123]\\n')"]... | 0easy |
Title: bash script for ploomber setup
Body: We've noticed that users struggle setting up ploomber, this mostly happens if they install it in an existing virtual environment that has many dependencies, if they have an outdated pip version, among other reasons.
an alternative would be to have a shell script (and possi... | 0easy |
Title: Handle robots.txt files not utf-8 encoded
Body: ## Summary
`robots.txt` files which are not `utf-8` encoded make `scrapy` raise an `UnicodeDecodeError` atm.
```
.venv/lib/python3.11/site-packages/scrapy/robotstxt.py", line 15, in decode_robotstxt
robotstxt_body = robotstxt_body.decode("utf-8")
... | 0easy |
Title: Modify regex
Body: ollama:deepseek-coder-v2
Generates code like bellow
```
```python
def add(a, b):
if b == 0:
return float('inf') # Using infinity to avoid division by zero
else:
return a / b
add(1,0)
```
where there is space before ```python causing the output to be incorrect. Need t... | 0easy |
Title: [Readme] 发布Issue前必读指南 / Essential Guidelines Before Submitting an Issue
Body: ## 在发布`issue`时,请选择合适的模板,并完成检查表中的项目(将`[ ]`修改为`[x]`表示已检查该项)
为了确保有效沟通和问题的及时解决,发布`issue`前,请务必阅读并理解[提问的智慧](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md#%E6%8F%90%E9%97%AE%E7%9A%84%E6%99%BA%E6%... | 0easy |
Title: Docs: Add guard example to JWT docs
Body: ### Summary
Currently in the [JWT docs](https://docs.litestar.dev/latest/usage/security/jwt.html) there are a few references regarding how to access the 'User' object during and after being authenticated. These boil down to:
a) queried using the token
b) directly fr... | 0easy |
Title: Cannot create new model in database
Body: **Problem 1: When i create a new model, but when i run docker-compose. It's not exists in my database.**
```python
from datetime import UTC, datetime
from sqlalchemy.orm import Mapped, mapped_column
from sqlalchemy import DateTime, ForeignKey, String,Integer
from ... | 0easy |
Title: Add `nunique`
Body: ### Is your feature request related to a problem?
From https://github.com/pydata/xarray/issues/9544#issuecomment-2372685411
> Though perhaps we should add nunique along a dimension implemented as sort along axis, succeeding-elements-are-not-equal along axis handling NaNs, then sum along... | 0easy |
Title: set path where to save models
Body: Path should be set in config file. Right now the path is hard coded to '/tmp'. | 0easy |
Title: Allow spaces in AUTO_SUGGEST_IN_COMPLETIONS?
Body: I'd like to allow spaces to be within the suggestion feature in completions however currently it strips out all after the first space. I tried messing around with `completer.py` and `auto_suggest` for a while but gave up because I couldn't get it working consist... | 0easy |
Title: week 3 workbooks seed issue
Body: Right now code in https://github.com/Yorko/mlcourse_open/blob/master/jupyter_notebooks/topic03_decision_trees_knn/topic3_trees_knn.ipynb `In[3]` is `np.seed = 7` but this seems to be typo and should be `np.random.seed(7)`? | 0easy |
Title: chore: use uv GHA to get it install manual installation
Body: I think, we should use https://github.com/astral-sh/setup-uv instead of manuall installation https://github.com/airtai/faststream/blob/main/.github/workflows/pr_tests.yaml#L68 everywhere | 0easy |
Title: Code listing for app.py in "look” Tutorial has a bug
Body: In the [Serving images](https://falcon.readthedocs.io/en/stable/user/tutorial.html#serving-images) section, the code listing for `app.py` tries to import the `images` module as `import images`. I believe this should be `from look import images` or depend... | 0easy |
Title: Bug(docs): AA intersphinx 404
Body: ### Description
> intersphinx inventory 'https://docs.advanced-alchemy.jolt.rs/latest/objects.inv' not fetchable due to <class 'requests.exceptions.HTTPError'>: 404 Client Error: Not Found for url: https://docs.advanced-alchemy.jolt.rs/latest/objects.inv
### URL to code ca... | 0easy |
Title: Improve developer documentation on how to install Firefox
Body: Currently it's a bit sparse: https://nbgrader.readthedocs.io/en/stable/contributor_guide/installation_developer.html#installing-firefox-headless-webdriver | 0easy |
Title: Add Docstrings
Body: ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
Having docstrings for all methods and classes will help new contributors understand the codebase and also provide a method of autoge... | 0easy |
Title: cancelled vs canceled - standardize spelling in codebase
Body: ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) fo... | 0easy |
Title: [BUG] Internal error when loading schema from a non-existent file
Body: ```
> st run foo.json --base-url=http://example.com
Test Execution Error
An internal error occurred during the test run
AttributeError: 'NoneType' object has no attribute 'url'
``` | 0easy |
Title: Flexible options for color palette.
Body: Currently, the color palette is hardcoded in visuals.py:
https://github.com/MLWave/kepler-mapper/blob/0dfa7f736bd4218e8996888785b9d2adc63d5344/kmapper/visuals.py#L8-L15
and again in kmapper.js
https://github.com/MLWave/kepler-mapper/blob/0dfa7f736bd4218e8996888785... | 0easy |
Title: Pycharm don't like `instance(docs, DocumentArray[MyDoc])`
Body: # Context
this code run
```python
from docarray import BaseDocument, DocumentArray
class MyDoc(BaseDocument):
name: str
docs = DocumentArray[MyDoc]([MyDoc(name='hello') for i in range(4)])
assert isinstance(docs, DocumentArray[MyDoc])
``... | 0easy |
Title: [BUG] Error while resetting index
Body: **Describe the bug**
Getting this while resetting the index:
```
Ignoring exception in on_application_command_error
Traceback (most recent call last):
File "/home/xxx/.local/lib/python3.9/site-packages/discord/commands/core.py", line 124, in wrapped
ret = await... | 0easy |
Title: Method annotations incorrectly decorate inherited consumer methods
Body: ## Precondition
Consider the following consumer class:
```python
class GitHub(uplink.Consumer):
@uplink.get("/users/{username}")
def get_user(self, username):
"""Get a single user."""
```
Use any method annotat... | 0easy |
Title: [Bug]: I give an RGB image to imsave but I don't have the right color map!
Body: ### Bug summary
When I give an RGB image as a list of list of list to imsave, I don't have the right colormap and there is no rgb colormap!
### Code for reproduction
```Python
import matplotlib.pyplot as plt
I = plt.imrea... | 0easy |
Title: Implements fill methods in GroupBy
Body: **Is your feature request related to a problem? Please describe.**
Mars now lack fill methods in GroupBy objects:
* [ ] [`GroupBy.bfill`](https://pandas.pydata.org/docs/reference/api/pandas.core.groupby.GroupBy.bfill.html#)
* [ ] [`GroupBy.ffill`](https://pandas.pyda... | 0easy |
Title: 🚀OpenVINO Backend: GFIs for Further Development🚀
Body: 🚀**A great opportunity to contribute to two popular AI projects with just one PR:: [Keras 3](https://github.com/keras-team/keras) and [OpenVINO](https://github.com/openvinotoolkit/openvino).**🚀
Keras 3 enables seamless switching between supported backe... | 0easy |
Title: Improve or replace the configuration reST table
Body: ## Problem
This page https://dynaconf.readthedocs.io/en/latest/guides/configuration.html
has a table that is written using reST syntax https://github.com/rochacbruno/dynaconf/blob/master/docs/guides/configuration.md#configuration-options
this table is ... | 0easy |
Title: Compute metrics with selected threshold
Body: Based on discussion in https://github.com/mljar/mljar-supervised/discussions/418 it will be helpful to compute metrics with the same threshold value. | 0easy |
Title: [helper_visitors] Write tests for vars_visitor.py
Body: It has the lowest test coverage out of every file.
Note: especially `visit_Subscript`, so I can improve the `get_call_names` documentation. | 0easy |
Title: Manim current status and contribution guidelines
Body: Hello everyone, I will explain the current status of manim in this issue.
Now there are _three_ main manim versions, and their differences:
1. **The `master` branch of [3b1b/manim](https://github.com/3b1b/manim)**: Rendering on GPU using OpenGL and moder... | 0easy |
Title: [ENH] `SignatureTransformer` and `SignatureClassifier` `numpy 2` compatibility
Body: `SignatureTransformer` and `SignatureClassifier` fail under `numpy 2`, this should be upgraded.
The failure is
```
> from . import _tosig as tosig
E ImportError: numpy.core.multiarray failed to import
``` | 0easy |
Title: Remove scrapy.pipelines.media.MediaPipeline._make_compatible
Body: Added in 2.4.0 for backwards compatibility. | 0easy |
Title: [Bug] Min new tokens error
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 environment info and a minimal reproducible dem... | 0easy |
Title: BUG: to_numpy() ignores dtype argument for datetime64 column
Body: ### Modin version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest released version of Modin.
- [ ] I have confirmed this bug exists on the main branch of Modin. (I... | 0easy |
Title: Deprecate starlite
Body: Now that we Litestar support I think we can deprecate Starlite 😊
```[tasklist]
### Tasks
- [ ] Add notice in the docs
- [ ] Use typing_extensions.deprecated to mark class as deprecated (see https://peps.python.org/pep-0702/)
- [ ] Trigger deprecation warning (with test), this m... | 0easy |
Title: [BUG] Extended PageContent documentation wrong
Body: <!--
Please fill in each section below, otherwise, your issue will be closed.
This info allows django CMS maintainers to diagnose (and fix!) your issue
as quickly as possible.
-->
## Description
I am attempting to extend the `PageContent` model follo... | 0easy |
Title: When view_closed event is unhandled, bolt logs out incorrect suggestion on how to handle the event.
Body: If you open a view in a bolt-py app, and set `notify_on_close=True` on this view, and have a view_submission event handler but _not_ a view_closed handler, Bolt will log out a warning and suggestion:
```
... | 0easy |
Title: Export ONNX
Body: Thank you for this excellent work.
I don't want to be a killjoy, but an export option would be nice.
``` igel export ```
Can we integrate this library into the project:
http://onnx.ai/sklearn-onnx/index.html | 0easy |
Title: Add automated integration, unit tests, code coverage
Body: | 0easy |
Title: Marketplace - creator page - change creator name font
Body: ### Describe your issue.
Change font to Poppins.
Font name: Poppins
font size: 35
line-height: 40
Follow the h2 style in this typography guide: [https://www.figma.com/design/Ll8EOTAVIlNlbfOCqa1fG9/Agent-Store-V2?node-id=2759-9596&t=95EuovUw... | 0easy |
Title: [FEATURE] Run Python 3.9 builds
Body: - Add `39` to `envlist` in `tox.ini`
- Add `39` to `depends` of the `coverage-report` job in `tox.ini`
- Add `Programming Language :: Python :: 3.9` to the classifiers list in `setup.py`
- Add Python 3.9 job in `.github/workflows/build.yml` similarly to other builds | 0easy |
Title: Implement GitLab 'List projects a user has contributed to'
Body: ## Description of the problem, including code/CLI snippet
This endpoint seems to be not implemented yet - at least, it is not documented:
https://docs.gitlab.com/ee/api/projects.html#list-projects-a-user-has-contributed-to
## Expected Behavior
I w... | 0easy |
Title: Improvements to K-Elbow Visualizer
Body: The following tasks from #91 are left over to finalize the implementation of the `KElbowVisualizer ` and improve it.
*Note to contributors: items in the below checklist don't need to be completed in a single PR; if you see one that catches your eye, feel to pick it of... | 0easy |
Title: Investigate Usage of sklearn VectorizerMixin with DispersionPlot Visualizer
Body: **Describe the solution you'd like**
It was proposed that we investigate the sklearn.feature_extraction.text. VectorizerMixin. This will make this DispersionPlot visualizer more like a Scikit-Learn text transformer, and will allow... | 0easy |
Title: Support Path type for repo argument
Body: ## 🚀 Feature
Add support for Path type to the `repo` attribute of the `Run` class.
<!-- A clear and concise description of the feature proposal -->
### Motivation
Currently, the `Run.repo` attribute supports only the str type. The Path type from pathlib is ver... | 0easy |
Title: Add auto ML support
Body:
### Description
We want to add support for auto ML. My suggestion is to use autokeras. I'm letting this open for newcomers who want to contribute to this project.
The parameters of the model need to be read from a yaml file (check utils.py in igel, there is a helper function to ... | 0easy |
Title: Upload coverage report from GPU tests and model tests
Body: Apparently this should just work, i.e. codecov will automatically handle merging the different reports. https://docs.codecov.io/docs/merging-reports | 0easy |
Title: WebClient's paginated response iterator does not work for admin.conversations.search API
Body: Usually, `next_cursor` in an API response exists under `response_metadata` property. However, only admin.conversations.search API method's response has it at the top level: https://github.com/slackapi/java-slack-sdk/bl... | 0easy |
Title: Add readme links
Body: Add links to the relevant sections: Jupyter, VSCode. An the soopervisor integrations | 0easy |
Title: Add support for sublabel attributes as frame filter criteria in annotation view
Body: ### Actions before raising this issue
- [x] I searched the existing issues and did not find anything similar.
- [x] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Is your feature request related to a problem? Plea... | 0easy |
Title: Trio support
Body: So I admittedly don't know how much may be involved here, but my initial thoughts are that including support for ASGI applications using Trio wouldn't require too much to implement as an adapter here. | 0easy |
Title: Send warning email when someone tries to login to your account
Body: Sending a warning email when someone tries to login to your account is a common feature of authentication systems. It would be great if we implement it here. | 0easy |
Title: RoBERTa on SuperGLUE's 'Recognizing Textual Entailment' task
Body: RTE 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 RTE data and f... | 0easy |
Title: Add strict mypy type annotations to the codebase
Body: We want all existing functions to have strict mypy type annotations.
Contributors: we could really use your help with this effort! Adding type annotations (that pass mypy with [--strict](https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy... | 0easy |
Title: [TVM Integration] Improve TVM Integration: Tutorial + Investigating Numerical Issue
Body: ## Description
TVM support has been added in https://github.com/dmlc/gluon-nlp/pull/1390. Also, we updated our benchmarking utility to support profiling the inference speed of TVM: https://github.com/dmlc/gluon-nlp/tree/m... | 0easy |
Title: [FR] Delivery Address on Purchase Orders
Body: ### Please verify that this feature request has NOT been suggested before.
- [x] I checked and didn't find a similar feature request
### Problem statement
It would be great to allow a 'Delivery Address' field for purchase orders.
This field would allow you to th... | 0easy |
Title: `uvicorn.workers` is deprecated
Body: According to https://github.com/encode/uvicorn/pull/2302 and https://github.com/cookiecutter/cookiecutter-django/pull/5101 `uvicorn.workers` is deprecated.
It should be rather an easy task to update to `uvicorn-worker`. | 0easy |
Title: Add static type annotations
Body: I am having trouble with using Dask in a project that uses PyRight because Dask does not use static type annotations/
Take, `da.from_array`, for example:
https://github.com/dask/dask/blob/b2ec1e1a2361db1e269ba86c7c59d3f6df70a02d/dask/array/core.py#L3307-L3317
Or `array.re... | 0easy |
Title: Replace Weasyprint with PDFkit
Body: https://github.com/JazzCore/python-pdfkit
Renders better
We need to create an option `?clean=true` which will render pure content without js and css transformations to fit in PDF pages. Also an url `url_for('export_to_pdf', 'article-long-slug')` that will call a localhost u... | 0easy |
Title: RoBERTa on SuperGLUE's CommitmentBank task
Body: CommitmentBank 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 CommitmentBank data a... | 0easy |
Title: Marks in Range Slider has height equal to 0
Body: And, therefore, are hidden.
I have a range slider followed by an array of plotly graphs. I've set some marks for the slider but they aren't visible. Apparently, they are inside a div with class "rc-slider-mark" and that div has 0 height and is absolute positio... | 0easy |
Title: 如何将md当做ipynb打开?
Body: | 0easy |
Title: Allow to add title
Body: It would be nice to be able to add a plot title on top of all the annotations. Something like:
`statannotations.Annotator.Annotator.configure(title='foobar',...)`
I guess the function would somehow have to take into account if annotations are to the left and the right (in this case... | 0easy |
Title: Add `__slots__` definitions
Body: ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
We currently don't define the `__slots__` attribute for any of our classes. Adding it is a free performance improvement.
## Suggested solution
<!-- A clea... | 0easy |
Title: Mongo Support
Body: Probably use ODMantic: https://github.com/art049/odmantic
How would you test the implementation? mock a mongo db? | 0easy |
Title: Deprecate `testtools` support
Body: At the time of writing, our documentation might [give an impression](https://github.com/falconry/falcon/discussions/2155) that using `testtools` is the preferred way to write tests for a Falcon app.
I haven't done any research or survey in the area, but just subjectively it... | 0easy |
Title: Contributor Location metric API
Body: The canonical definition is here: https://chaoss.community/?p=3468 | 0easy |
Title: [Feature] New models Gemma 3
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.
- [x] 2. Please use English, otherwise it will be closed.
### Motivation
Ge... | 0easy |
Title: [Feature] update sgl-kernel 3rdparty flashinfer to latest main
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 w... | 0easy |
Title: Flag needed to disable file output
Body: ### Discussed in https://github.com/sherlock-project/sherlock/discussions/2247
___
<div type='discussions-op-text'>
<sup>Originally posted by **ovalofficer** August 7, 2024</sup>
Hi, I'm making a web wrapper for Sherlock but I want to disable the file output. I... | 0easy |
Title: improve and extend the docs & Readme
Body: ### Description
This should be a good first issue for new comers who want to join the project. Improve the readme and docs if you see any improvement possibility.
extend igel's docs by providing a full description about the key value pairs that can be set in the yam... | 0easy |
Title: Decay Function Showing Incorrect Results Where Length Greater Than 1
Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.**
3.99b0
**Do you have _TA Lib_ also installed in your environment?**
Yes
**Have you tried the _development_ version? Did it resolve the... | 0easy |
Title: Allow serialization of a subset of params
Body: We store `params` for each task execution so we re-run the task if any of the parameters change. But since the metadata is a JSON file, we can only store JSON-serializable parameters. The current implementations do all or nothing: if any parameter is not JSON-seria... | 0easy |
Title: [FR] Add version of `MixtureSameFamily` from Pyro
Body: I'm finally following up on @fehiepsi 's suggestion that I make this feature request following our conversation in this [issue](https://github.com/arviz-devs/arviz/issues/1661) in the Arviz repo. __But looking over the docs again, it looks like this may hav... | 0easy |
Title: cell_id param missing from `run_cell` methods
Body: The `run_cell()` method is missing doc-str for the param `cell_id`.
I was trying to figure out if this param would help me control the output number in cell display but there is no doc on it so I have no idea what it does. | 0easy |
Title: X-Client-Info header
Body: we're rolling out a header similar to Stripe's App-Data in all of the client libs so issues can be debugged more easily between the client and the backend
the javascript libs are done already: https://github.com/supabase/supabase-js/pull/238
the format is: `X-Client-Info: supabas... | 0easy |
Title: Suggestion! Maybe you can list the basic hardware requirements of this project.
Body: Just as the title. | 0easy |
Title: New dataframe transform: Unique
Body: ### Description
I would like to be able to get the unique values of a column
### Suggested solution
Using the distinct operator in sql or the unique operators in both polars and pandas should do the trick
### Alternative
_No response_
### Additional context
_No respon... | 0easy |
Title: Pass file path or function directly to `st.navigation`, without using `st.Page`
Body: ### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
### Summary
When I wr... | 0easy |
Title: Automate stable release workflow
Body: **Description of the issue**
The release process for stable cirq verions is currently a manual process documented in https://github.com/quantumlib/Cirq/blob/67090465ba60a1ba1fdb8926defa3a465d52cc22/release.md. This documentation is out of date because of changes to the und... | 0easy |
Title: [BUG] Instructions in prompt bleed into personality description
Body: When asking the bot to tell something about itself, I got the following response:
> Sure thing! I'm a software engineer, and I love talking about random topics and exploring niche interests. I'm also a helpful and descriptive person, and I ... | 0easy |
Title: Clarify intended behavior of model.backtest and model.historical_forecast with multiple series and allow training on multiple series per fold when backtesting
Body: **Is your feature request related to a current problem? Please describe.**
It is unclear from the documentation that `model.historical_forecasts` a... | 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.