text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: Add cli tests to ensure args are correctly routed to function args
Body: click has a `CLIRunner` to test CLI applications, however, it's limiting (e.g., monkeypatch doesn't work well). So we started to modify the `test_cli.py` tests to call the functions directly (e.g., `install.main(use_lock=True)`. But given t... | 0easy |
Title: Improve Globaleaks Documentation
Body: ## Description:
Good documentation is key to the success of any open-source project. Globaleaks aims to have comprehensive and user-friendly documentation, but it can always be improved. In this task, you will help improve the Globaleaks documentation by adding missing sect... | 0easy |
Title: [DOC] Add type hints for similarity search
Body: ### Describe the feature or idea you want to propose
Other modules are increasingly using type hints in the function declaration, the similarity search module should do the same.
### Describe your proposed solution
Implement type hint in function declaration si... | 0easy |
Title: Improve the release automation process
Body: Probably something more similar to https://github.com/pydantic/logfire/pull/504 where the PR + release creation are automated as well. | 0easy |
Title: Parafac: set fixed_modes default to None
Body: In parafac, currently `fixed_modes` defaults to an empty list, which is mutable and mutations of that list would be preserved from one call to another. Set the default to None and initialize accordingly in the core of the function.
https://github.com/tensorly/te... | 0easy |
Title: Can not open and score a Word2vec model generated in v3.8.0 in v4.2.0
Body: #### Problem description
Hello,
I'm trying to score a sentence in a script using gensim v4.2.0, with a model trained in v3.8.0. However, I meet the error `AttributeError: 'Word2Vec' object has no attribute 'syn1'`
#### Steps/code/... | 0easy |
Title: 关于下载账号发布作品不全的说明
Body: 抖音网页版在不登录账号的情况下只能查看账号的部分发布作品,如需下载账号全部发布作品,请使用登录后的 Cookie!
 | 0easy |
Title: ValueError: cannot find context for 'fork'
Body: ### Description
When importing aiomultiprocess, I got this error.
### Details
from aiomultiprocess import Pool
Traceback (most recent call last):
File "<ipython-input-39-066f50ec84fc>", line 1, in <module>
from aiomultiprocess import Pool
... | 0easy |
Title: Change <Model>.from_dict() to a @classmethod
Body: **Is your feature request related to a problem? Please describe.**
I want to be able to extend a model generated by this project in my business logic. A basic example would be:
```python
# GeneratedModel generated by openapi-python-client
class EnhancedG... | 0easy |
Title: 希望能直接从dockerhub直接拉镜像运行
Body: 有些机器在本地构建镜像不太方便,比如白群😂 | 0easy |
Title: Contribute `Diverging stacked bar` 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 off... | 0easy |
Title: [BUG] Adding model to existing plugin, existing plugin instances disappear
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 have some simple plugins ... | 0easy |
Title: authors can choose if picture comes from gravatar, local or another url
Body: | 0easy |
Title: Update the Arch Linux AUR link in the README
Body: The Arch AUR package name was updated to be just `autokey`, thus the link is outdated and broken.
TODO: Update the Arch AUR link in the README | 0easy |
Title: Converting notebook to HTML throws encoding error on windows
Body: ```pytb
====================================================== DAG build failed ======================================================
----- NotebookRunner: fit -> MetaProduct({'model': File('products\\model.pickle'), 'nb': File('products\\repo... | 0easy |
Title: Set which iteration is used on learning curve
Body: Mark the selected iteration (number of trees) on the plot with learning curves.

| 0easy |
Title: Migrate from appdirs to platformdirs
Body: ### Is your feature request related to a problem? Please describe.
Appdirs has been [officially deprecated](https://github.com/ActiveState/appdirs). It is recommended to change to [platformdirs](https://pypi.org/project/platformdirs/). The repo for `platformdirs` can b... | 0easy |
Title: Deprecate Skopt Suggestion Service
Body: /kind feature
**Describe the solution you'd like**
[A clear and concise description of what you want to happen.]
Unfortunately, the scikit-optimize was closed on February 29, 2024.
https://github.com/scikit-optimize/scikit-optimize
So we need to stop supporting... | 0easy |
Title: Feature? Pause after deleting abbreviation.
Body: One of the common issues with expansion is this. When expanding `abc` to `alphabet` often the first letter remains and you get `aalphabet`. I've noticed that actually sometimes what happens is this:
```
aalpabet
```
with the `h` missing (or another letter). S... | 0easy |
Title: zh_Hans translation file has a problem
Body: I package django-import-export for Debian, and the Debian checkers found an issue with the zh_Hans translation ([report](https://i18n.debian.org/l10n-pkg-status/p/python-django-import-export.html)):
```gettext: import_export/locale/zh_Hans/LC_MESSAGES/django.po: can'... | 0easy |
Title: Using Prisma Model in FastAPI response annotation gives warnings
Body: <!--
Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output.
See https://prisma-client-p... | 0easy |
Title: Question Regarding Image Downscaling Method
Body: https://github.com/nerfstudio-project/nerfstudio/blob/9b3cbc79bf239eb3c69e7c288632aab02c4f0bb1/nerfstudio/models/splatfacto.py#L83
Why was the following method chosen for downscaling images instead of directly using [F.resize](https://pytorch.org/vision/main/g... | 0easy |
Title: Schaff Trend Cycle: stc - Cannot Adjust tclen=stc_tclen
Body: **Which version are you running? = 0.3.14b0
The lastest version is on Github. Pip is for major releases.**
```python
import pandas_ta as ta
print(ta.version)
```
**Do you have _TA Lib_ also installed in your environment?**
YES = TA-Lib ... | 0easy |
Title: [Bug]: LLM.collective_rpc is broken in v1 by default
Body: ### Your current environment
v0.8.1
### 🐛 Describe the bug
see https://github.com/vllm-project/vllm/pull/15324#discussion_r2008716131 for details.
because `self.llm_engine.model_executor` is in a different process.
### Before submitting a new issue... | 0easy |
Title: refactor: count number of documents using hnswlib
Body: Data storage in `HnswDocumentIndex` works in the following way:
1. Vectors are stored on disk using `hnswlib`.
2. All other types of data are saved in an SQLITE database.
One of the operations we frequently perform is determining the total number o... | 0easy |
Title: Raise test coverage above 90% for giotto/time_series/features.py
Body: Current test coverage from pytest is 46% | 0easy |
Title: Feature request on native support for Dgraph database.
Body: I see the project already supports Neo4j and Tiger graph for accessing data. I was wondering if folks would be interested in supporting [Dgraph](www.dgraph.io) ([github](https://github.com/dgraph-io/dgraph)) as well which is an open-source fast, distri... | 0easy |
Title: [ENH] interface to `tsai` package
Body: `tsai` is an excellent package for deep learning models for time series, mostly for time series classification, but some also for forecasting.
https://github.com/timeseriesAI/tsai
It has a unified interface to these, so it should be easy to interface these from `sktime`. ... | 0easy |
Title: TypeError: unary_unary() got an unexpected keyword argument '_registered_method'
Body: ### What happened?
When I run the following scripts:
```
import kubeflow.katib as katib
def train_mnist_model(parameters):
import tensorflow as tf
import kubeflow.katib as katib
import numpy as np
i... | 0easy |
Title: how to crop the template patch
Body: 
I just want to know why not crop directly using target's bbox(w*h).
Does the context of target matter?
| 0easy |
Title: Change formatter from Black to Ruff
Body: ### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you'd like
Changing from Black to Ruff will increase the speed of development and deployment. From [Astral](https://astral.sh/):
`The Ruff formatter is an extre... | 0easy |
Title: Question: How to provide oauth_cb to confluent kafka consumer/producer
Body: We are trying to set up a faststream application which connects via IAM to an MSK cluster (confluent kafka). We got a successful connection to work by directly creating a `Consumer` and now want to use the same settings in faststream.
... | 0easy |
Title: uniques and distinct_counts in ak.str.*
Body: ### Description of new feature
Although [pyarrow.compute.unique](https://arrow.apache.org/docs/python/generated/pyarrow.compute.unique.html) and [pyarrow.compute.value_counds](https://arrow.apache.org/docs/python/generated/pyarrow.compute.value_counts.html) work for... | 0easy |
Title: Run pytest in pre-commit
Body: - Add requirement to pyproject.toml
- Setup `.pre-commit-config.yaml` config
- test that everything is working with `pre-commit run` and in github actions | 0easy |
Title: Update documentation of WindowedAnomalyScorers
Body: We should make some small corrections to the docs of all `WindowedAnomalyScorer`.
- KMeansScorer
- PyODScorer
- Wassersteinscorer
See #2660 for more info. | 0easy |
Title: Add an easier way to access Events API retry info
Body: The issue #731 reminds me that https://github.com/slackapi/java-slack-sdk/pull/677 can be added to bolt-python (and possibly to bolt-js).
### Category (place an `x` in each of the `[ ]`)
* [x] **slack_bolt.App** and/or its core components
* [x] **sla... | 0easy |
Title: provide a way to use reproducible results
Body:
### Description
Users should have the flexibility to get/generate reproducible results. In practice, this happens through a seed, which can be set globally or locally in each function, where random parameters are generated.
| 0easy |
Title: create multipage example app
Body: | 0easy |
Title: Wrong handling of 0 in expires_at
Body: If the `expires_at` timestamp in a token is 0 the `is_expired()` function erroneously returns `None` instead of `True`.
The check should explicitly check for `None`.
https://github.com/lepture/authlib/blob/ee4337cf7c825349dd23870822a3cc7df123097f/authlib/oauth2/rfc6749... | 0easy |
Title: URLScan
Body: **User story:** I want to submit a URL to URLScan for analysis.
API reference: https://urlscan.io/docs/api/
**Implementation details**
- Two stage API: POST call, then wait, then GET report
- Tracecat is not bounded by the one endpoint per Action constraint
- Action = function. Prioritize ... | 0easy |
Title: value errors on Chaikin Money Flow (cmf)
Body: this is stock independent, use any stock values generated by ta.cmf function are completely different from values in Tradingview CMF20.
| 0easy |
Title: Fix broken JavaScript reference in the docs
Body: As @Laerte [pointed out](https://github.com/scrapy/scrapy/pull/5072#issuecomment-1483391283), https://github.com/scrapy/scrapy.org/issues/224 also applies to docs.scrapy.org, so changes are needed in this repository as well. | 0easy |
Title: [docs] Add a verbose explanation on how `tox exec` works
Body: This docs section https://tox.wiki/en/latest/cli_interface.html#tox-exec-(e) does not actually show how to pass a command in (it's not in the signature). And it doesn't explain if the default commands are executed. It documents `--notest` in the sign... | 0easy |
Title: [FEATURE] Consolidate toml and tomli across preswald
Body: **Is your feature request related to a problem? Please describe.**
We are using both toml and tomli. Why use both when tomli is known to be faster, and more modern.
**Describe the solution you'd like**
Let's consolidate everywhere to just using tomli ev... | 0easy |
Title: OSM attribution in corner of map
Body: The current map is missing any attribution, and should be fixed | 0easy |
Title: Integrate Algolia (or similar) for docs search
Body: Sphinx's built-in search isn't great. It'd be much better to use Algolia or similar.
Looks like it's possible:
https://stackoverflow.com/q/54872828/709975
https://github.com/readthedocs/sphinx_rtd_theme/issues/761
If anyone wants to take this, I'm ha... | 0easy |
Title: typo in modeltest._on_rows_about_to_be_inserted
Body: Hello,
just to mention that, in modeltest._on_rows_about_to_be_inserted, the following line (549):
`last_data = self._model.data(last_index) if start - 1 > 0 else None`
should be:
`last_data = self._model.data(last_index) if start - 1 >= 0 else N... | 0easy |
Title: Deprecate `return_str` parameter in `NLTKWordTokenizer` and `TreebankWordTokenizer`
Body: Hello!
I'd like to discuss a potential enhancements of `NLTKWordTokenizer` and `TreebankWordTokenizer`. For those unaware, the former is the tokenizer that is most frequently used, and is used in the `word_tokenize` func... | 0easy |
Title: GCSFeedStorage does not support feed_options
Body: Since https://github.com/scrapy/scrapy/issues/6105, `feed_options` parameter needs to be supported by the feed storage classes.
Now with version 2.12.0, GCSFeedStorage does not have this parameter added, therefore it fails upon usage.
```
GCSFeedStorage.from_cra... | 0easy |
Title: XML: Support ignoring element order with `Elements Should Be Equal`
Body: The XML specification in [RFC3470](https://www.rfc-editor.org/rfc/rfc3470) doesn't require any order of the elements in one level of the XML.
**Expected behaviour:**
`<test><c1/><c2/><c3/></test>` and `<test><c1/><c3/><c2/></test>` th... | 0easy |
Title: Opening a link in a new tab
Body: Howdy,
With Selenium, it is easy to open a link in a new tab.
Is this even possible with Splinter?
I dived deeply into Splinter API documentation but I did not find anything related to tab features.
Thank you in advance for any hints,
Bill BEGUERADJ
| 0easy |
Title: TST: Make test_sql.py parallelizable
Body: ### Feature Type
- [ ] Adding new functionality to pandas
- [X] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
test_sql.py must be run on a single thread now, because tests re-use the same table na... | 0easy |
Title: heroku部署后数据库初始化失败
Body: 显示503,程序数据库初始化失败 | 0easy |
Title: Issues about why it always skips the images that I upload
Body: Hi, recently I tried your Colab demo to restore some of my old images, but here comes the issue. When I follow the steps and run the code, it always prints skip the my uploaded images like the following shows:
Running Stage 1: Overall restoration... | 0easy |
Title: Colorize stderr
Body: I've notices that in every my xonsh script I want to have accent to stderr.
It will be cool to have shell feature to show stdout and stderr using colors.
Example (the yellow line is stderr):
<img width="318" alt="image" src="https://github.com/xonsh/xonsh/assets/1708680/b55a862b-5581-4... | 0easy |
Title: Compatibility with PyPy
Body: ### Problem
After several days of testing I can confirm that version 3.0 is functional in PyPy, contrary to version 2 which crashed after running.
### Possible solution
Please run tests to fully and officially confirm compatibility with PyPy and keep this compatibility in future ... | 0easy |
Title: Enhance documentation related to importing same library multiple times
Body: According to the [user guide](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#library-scope), "If a library is imported multiple times with different arguments, a new instance is created every time regardle... | 0easy |
Title: CLI option to update snapshots without running other tests
Body: **Is your feature request related to a problem? Please describe.**
I am using syrupy in a few libraries, and I find myself in a common pattern in which I write a Makefile target like `make snapshot-update` which invokes `pytest --snapshot-update... | 0easy |
Title: Fix the "improve" prompt to make sure that it generates diffs, and parse and apply those diffs to the existing codebase
Body: One way to do this is to write the prompt for gpt-engineer with `-i` flag to annotate each codeblock with one of:
1. `NEW CODE`
2. `REPLACING ONE FUNCTION`
If 1., the generated cod... | 0easy |
Title: 联系方式如果填的是之前填过的,那么下单后再也无法查询订单。
Body: 我更新了最新的佰阅发卡,有个bug。通过联系方式查询订单。如果一个人填写的联系方式是之前填过的,那么就算下的是最新的订单也都查不了,提示订单不存在或已过期。
按道理就算填的方式是以前的,只要下的订单是2小时内,也能查询! | 0easy |
Title: invalid import in version 3.0.0 docs
Body: On the [filtering events](https://docs.aiogram.dev/en/dev-3.x/dispatcher/filters/index.html#) page, on writing bound filters, the sample code section, wrong import is inserted:
`from aiogram.filters import BaseFilter`
it has to be :
`from aiogram.dispatcher.filters ... | 0easy |
Title: 可以不是用docker安装吗
Body: 可以不是用docker安装吗,直接使用源码安装,或者部署到宝塔安装呢 | 0easy |
Title: Show Request Body on Markdown Report
Body: Show Request Body, if it exists, on Markdown Report. Current it is showing only response body. | 0easy |
Title: Remove deprecated code moved to itemloaders
Body: Deprecated in 2.3.0.
* scrapy.utils.misc.extract_regex()
* scrapy.loader.common
* scrapy.loader.processors | 0easy |
Title: chooses 15% of token
Body: From paper, it mentioned
> Instead, the training data generator chooses 15% of tokens at random, e.g., in the sentence my
> dog is hairy it chooses hairy.
It means that 15% of token will be choose for sure.
From https://github.com/codertimo/BERT-pytorch/blob/master/bert_pyto... | 0easy |
Title: Feature: AsyncAPI Kafka partitions support
Body: Now, the following code
```python
from faststream.specification import AsyncAPI
from faststream.kafka import KafkaBroker, TopicPartition
broker = KafkaBroker()
@broker.subscriber(partitions=[TopicPartition("test", 1)])
async def handler(): ...
docs ... | 0easy |
Title: [MNT] Remove Reshape layer from Deep Learning Clusterers
Body: ### Describe the issue
The `tf.keras.layers.Reshape` was introduced in `clustering/deep_learnin` to make the input shape of the encoder equal to the output shape of the decoder which is already being tested in `test_all_networks.py`. So, basically... | 0easy |
Title: Passing kwargs to the underlying fitting function
Body: **Is your feature request related to a current problem? Please describe.**
I wanted to pass some additional arguments to `Prophet`'s fit function (from now on called fit_kwargs), but this is not currently supported by darts. The only current possibility fo... | 0easy |
Title: [RunPod] Resource mismatch in catalog causes crash
Body: `sky launch --gpus L4:1 --memory 500+` with RunPod enabled causes a hard crash instead of gracefully removing runpod instances from the candidate resources:
```
(base) ➜ ~ sky launch --gpus L4:1 --memory 500+
D 01-27 18:16:57 skypilot_config.py:228] Usin... | 0easy |
Title: [DOC] Update pandas example in the README?
Body: # Brief Description of Fix
Right now, the pandas example in the README shows what I (IMHO) would say is "bad" pandas code. I would rather write it as something like
```python
In [15]: df = (
...: pd.DataFrame(company_sales)
...: .drop(colum... | 0easy |
Title: Adding type annotations to Meta class causes TypeError
Body: Adding annotations to the Meta class of an ObjectType causes an Error to be raised.
Minimal reproduction:
```python
import graphene
class Query(graphene.ObjectType):
class Meta:
name: str = 'oops'
hello = graphene.String(... | 0easy |
Title: missing some attributes for `Iframe`?
Body: - frameborder
- scrolling | 0easy |
Title: Cannot switch back from pre-defined benefit/condition to a non-pre-defined one
Body: ### Issue Summary
The current benefit and condition forms don't work properly when switching back to using a non-pre-defined benefit/condition from a pre-defined one.
### Steps to Reproduce
1. Create an offer with a non... | 0easy |
Title: New exceptions
Body: ### New exceptions
- BadRequest: Have no rights to send a message
- BadRequest: Group chat was deactivated
- BadRequest: Channel_private
- BadRequest: Have no rights to send a message
- Unauthorized: Forbidden: bot is not a member of the supergroup chat
- Unauthorized: Forbidden: bot... | 0easy |
Title: [FEATURE] add the HEARTS dataset
Body: The [tensorflow lattice documentation](https://www.tensorflow.org/lattice/tutorials/keras_layers) links to a [dataset](http://storage.googleapis.com/applied-dl/heart.csv) that might be nice to add to our little library. It might be good to demonstrate the merit of adding mo... | 0easy |
Title: [BUG] - Status Code 10204
Body: **Describe the bug**
When running `api.getTikTokById` on a silent video's ID, it returns `{'statusCode': 10204}` when it should return a TikTok object.
**The buggy code**
```
from TikTokApi import TikTokApi
api = TikTokApi()
tiktoks = api.byUsername('penguins')
for ... | 0easy |
Title: Explicit static directive for serving file or dir
Body: See #2132
```python
app.static('/', './resources/web', as="dir")
app.static('/', './resources/web/example.html', as="file")
```
With an explicit kwarg, we would not need to run `path.isfile`. This is not really new behavior. If Sanic 20.12 is not f... | 0easy |
Title: Inner bug: TypeError: __init__() got an unexpected keyword argument 'escape_forward_slashes'
Body: ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
i'm not sure if this is a bug, a internal exception occurred when i try to access the inspector page(... | 0easy |
Title: BUG: incorrect memory info when GPU is available
Body: ### Describe the bug
When GPU is available, the amount of memory showed in the dashboard is not correct. Looks like the GPU memory is included.
Also, the resource page cannot be accessed.
### To Reproduce
Create an Xorbits cluster on a host with GPU.... | 0easy |
Title: Allow protocols to work on raw arrays
Body: **Is your feature request related to a use case or problem? Please describe.**
When working on #7048, was surprised that `unitary(val)` and `apply_unitary(val, args)` didn't accept raw numpy unitaries for `val`. This made it necessary to special case a couple `isinsta... | 0easy |
Title: Support OpenAI API v1
Body: ### 🚀 The feature
Add support for the newest version of the API.
### Motivation, pitch
The old `openai.ChatCompletion` has been replaced by `openai.OpenAI.chat.completions` (a factual class) and `openai.AzureOpenAI.chat.completions` for Azure.
**PR coming soon!** | 0easy |
Title: Update keras na tf versions
Body: | 0easy |
Title: Document all the different ways we can interact with reference container objects like dict, set, list
Body: We've [implemented](https://github.com/nteract/testbook/blob/main/testbook/reference.py#L34-L80) a bunch of container methods which help us do the following with reference objects:
| Internal method| De... | 0easy |
Title: Check support for Django 1.11
Body: Django 1.11 is now out.
factory_boy should be compatible out of the box, but this still needs checking.
Steps to follow:
1. Add Django 1.11 to https://github.com/FactoryBoy/factory_boy/blob/master/tox.ini
2. Replace Django 1.10 with Django 1.11 in https://github.com/Fa... | 0easy |
Title: feat(api): change SOA RETRY to 1h (but keep REFRESH at 1d)
Body: See https://talk.desec.io/t/decrease-soa-ttl/301/5. | 0easy |
Title: Help add mypy Type Annotations to all code files
Body: Contributors: we could really use your help with this effort! Adding type annotations (that pass mypy with `--strict` flag) to every function in the codebase is a lot of work, but it will make our code much more robust and help avoid future bugs.
Just start... | 0easy |
Title: Unused or suppressed code path in layers.Base.get_status?
Body: I feel like I should have caught this in #7584 😅. This else path:
https://github.com/napari/napari/blob/aafd25e222fffd7a98d7d883f7e3555ce57aa366/napari/layers/base/base.py#L2224-L2227
is from `if position is not None:` ... `else:`. That means tha... | 0easy |
Title: License Coverage metric API
Body: The canonical definition is here: https://chaoss.community/?p=3961 | 0easy |
Title: Show disabled blocks as disabled (greyed out and un-selectable) in the block list with a reason on hover (or similar) and add a separate block bool to hide blocks from the list
Body: Right now, locally, it's challenging to know what blocks exist and what blocks you don't have configured vs. what blocks don't exi... | 0easy |
Title: Issue with column widths in document chooser when there are long filenames
Body: ### Issue Summary
When there are long filenames (without spaces) for documents, the column widths of the table in the document chooser are stretched (especially when the browser width is narrow) so it is difficult to read the doc... | 0easy |
Title: Add public API to query is Robot running and is dry-run active
Body: For libraries it would be helpful to know if RF is running, or if a library is just imported as python package or by libdoc, which also would be the case when language servers would analyze them.
https://robotframework.slack.com/archives/C0K02... | 0easy |
Title: Save instance of results object on to disk
Body: Sometimes at the end of long optimization runs, we would like to store the objects to disk for future use.
One immediate use-case is https://github.com/scikit-optimize/scikit-optimize/issues/180
For pickling, lambdas etc, I suggest we backport cloudpickle (https... | 0easy |
Title: Async email support
Body: Currently, all emails are sent in the `mixins.py` but would be great to have async support.
I think the easiest way to make an optional plug and play support would be creating a new setting to enter a function that wraps each send email call.
**Actually it's not an async email sup... | 0easy |
Title: [DOCS] Gremlin Part II demo notebook
Body: **Is your feature request related to a problem? Please describe.**
More examples (and support)
**Describe the solution you'd like**
- [ ] Neptune Sagemaker instance <> graphistry server
- [ ] Passing gremlinpython objects to pygraphistry, including via magics
... | 0easy |
Title: Add docs page with links to forks for more specific purposes (so people can PR a link to their projects)
Body: | 0easy |
Title: [Proposal] Allow to specify dtype for Discrete
Body: ### Proposal
Add dtype argument to spaces.Discrete (similar to MultiDiscrete and Box).
### Motivation
Currently the dtype is fixed to numpy.int64. However, often Discrete spaces are much smaller, resulting in a waste of memory.
### Pitch
_No response_
#... | 0easy |
Title: Marketplace - Reduce the margin under the Featured cards and the circular arrow buttons to 16px
Body: ### Describe your issue.
Reduce the margin under the Featured cards and the circular arrow buttons to 16px
<img width="1374" alt="Screenshot 2024-12-13 at 17 07 20" src="https://github.com/user-attachments/a... | 0easy |
Title: add first-timers-welcome badge to readme
Body: Very easy, we need a badge to show that we welcome contributions from first-timers.
The code for the badge can be taken from here:
https://www.firsttimersonly.com/
and it is actually this one:
[ , collapse_levels() in one of my code which I want to productionise.
And there are limitations on the size of the production code base.
Currently ,if I just look at the requirements.txt for... | 0easy |
Title: Support `alias_generator` callable to return an instance of `AliasChoices`
Body: ### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feature is missing
### Description... | 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.