text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Named-only arguments are not trace logged with user keywords Body: Hi in robotframework==6.0.2 If arguments are given as shown on the screenshot, the values after list are not displayed in traces, but the values are processed and everything works. This is the line ``` Combobox should have options ...
0easy
Title: 有没有arm64架构的docker镜像? Body: 有没有arm64架构的docker镜像?
0easy
Title: [Feature request] Add apply_to_images to CenterCrop Body:
0easy
Title: [Feature Request] A way to reevaluate all cells Body: Add a command that will rerun all cells. This would be especially useful after loading a save file. To quickly restore the kernel state to way it was before. - `:MoltenReevaluateAll` stolen issue from: https://github.com/dccsillag/magma-nvim/issues/29
0easy
Title: Replace word `additional` with word `more` inside docs Body: vale suggests to replace `additional` with `more` to remove complexity ![Screenshot 2024-09-19 at 17 24 05](https://github.com/user-attachments/assets/7600068a-4853-480e-842d-b44d022cf1a8) todo: implement the change where suitable
0easy
Title: Option to include all tags and attrs in LinkExtractor with specified exclusions Body: <!-- Thanks for taking an interest in Scrapy! If you have a question that starts with "How to...", please see the Scrapy Community page: https://scrapy.org/community/. The GitHub issue tracker's purpose is to deal with b...
0easy
Title: openai.error.InvalidRequestError: An API version is required for the Azure API type. Body: ### Describe the bug Although the azure api version is set, the option is not linked to litellm. ### Reproduce 1. setting config`interpreter --config` ```yaml model: "azure/[my_deproyment_name]" api_base: "https://my...
0easy
Title: Document SQL runtime parameters Body: We recently added a new feature to allow runtime SQL parameters. This lets users read products from upstream tasks, compute some parameters, and use these parameters to render the SQL script. However, this feature hasn't been documented. For context, see #466 For a cod...
0easy
Title: Deprecate MSSQL enable_identity_insert by default, gate it behind a flag Body: Discussed in #11613 Add a boolean flag in the mssql dialect, the default will be set to `warn` meaning that a warning will be raised when `_enable_identity_insert` is detected set to true. User can opt into the current behaviour o...
0easy
Title: Virtual table names are incorrectly escaped Body: **Describe the bug** When virtual tables are added/created, they are defined as: ``` table_name = escape(uri) self._cursor.execute( f'CREATE VIRTUAL TABLE "{table_name}" USING {adapter.__name__}({formatted_args})', ) ``` see: https://g...
0easy
Title: [BUG] render=False does not propagate url_params Body: **Describe the bug** Render equals false URL_params values do not seem to get set such as play=0 . This prevents core workflows like specifying a custom layout for embedded web apps. **To Reproduce** See https://graphistry-community.slack.com/archives/C...
0easy
Title: Fix style issues mentioned in static analysis Body: ## Feature request ### Description of the feature <!-- A clear and concise description of what the new feature is. --> To increase the quality of the project we are using static analysis to find out style issues in the project. A detailed list of the is...
0easy
Title: Remove deprecated PythonItemExporter.binary Body: The binary mode of `PythonItemExporter` was deprecated in Scrapy 1.1.0 but we've missed it in previous deprecation removal rounds.
0easy
Title: refactor: move pydantic.BaseModel usages to dataclasses Body: We should refactor all `pydatic.BaseModel` occurrences like [this](https://github.com/airtai/faststream/blob/main/faststream/rabbit/shared/schemas.py) to regular `dataclasses.dataclass` First of all, we have some exceptions in various dependencies ...
0easy
Title: Add project description for PyPI Body: Currently PyPI's description of Notebooker is threadbare. It can be updated by fiddling with pyproject.toml. See more info here - https://packaging.python.org/en/latest/tutorials/packaging-projects/#creating-pyproject-toml
0easy
Title: DeprecationWarning in webdriver.switch_to_window Body: I am using code such as the following, to switch the 'current' window: ``` browser.windows.current = browser.windows[1] ``` This works fine, but I see the following warning in the terminal: ``` $VIRTUAL_ENV/local/lib/python2.7/site-packages/selenium/webdr...
0easy
Title: The `reload_delay` setting is invalid when using `WatchFiles`? Body: ### Discussed in https://github.com/encode/uvicorn/discussions/1831 <div type='discussions-op-text'> <sup>Originally posted by **shoucandanghehe** January 4, 2023</sup> This is my demo code👇 <details><summary>code</summary> ``` im...
0easy
Title: Difference in Flux scheduler configuration max_shift Body: ### Describe the bug Could you please check if the value of 1.16 here... https://github.com/huggingface/diffusers/blob/658e24e86c4c52ee14244ab7a7113f5bf353186e/src/diffusers/pipelines/flux/pipeline_flux.py#L78 ...is intentional or maybe a typo? `max_s...
0easy
Title: iTerm2 shell integration with xonsh Body: iTerm2 has shell integration feature - https://iterm2.com/documentation-shell-integration.html It will be cool to have xonsh. ## For community ⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**
0easy
Title: Fix dag status width formatting issues Body: "ploomber status" outputs a hard-to-read table when the width of the terminal isn't large enough: ``` name Last run Outdated? Product Doc (short) Location ------ ------------ ------------- ------------- ------------- ------------- raw...
0easy
Title: Expose ASGI scope on Request object Body: **Is your feature request related to a problem? Please describe.** I'm trying to write an application framework that works across ASGI compatible server implementations and to do this I'd like to make the ASGI scope available to users. Sanic does not make the scope publ...
0easy
Title: Proper `HEAD` support for static routes Body: Implement proper `HEAD` support for static file serving. The response should follow the same logic as the default `GET` behaviour (like now), but not open any file streams (because we do not need any as the response to a `HEAD` request cannot have any body anyway)...
0easy
Title: Breaks when trying to read an ODIM HDF5 file with missing tilts. Body: We had a problem at the BOM with some ODIM HDF5 files. Some scan can be missing some data types. For example, on one of the file, tilt 10 does not contain reflectivity. The file itself is valid, but the volume scan does not contain all th...
0easy
Title: Need to update setup.py description Body: In our setup.py file, we say we are using markdown: ``` - description="Convert trained traditional machine learning models into tensor computations", - long_description=long_description, - long_description_content_type="text/markdown", ``` Pypi was not...
0easy
Title: Add support to Python 3.9+ Body: It does not work. No errors, no warnings, no tests running. ``` pytest --picked Changed test files... 0. [] Changed test folders... 0. [] Test session starts (platform: darwin, Python 3.9.10, pytest 6.2.5, pytest-sugar 0.9.4) django: settings: dmp.settings (from ini) ...
0easy
Title: Airbyte provider 415 issue Body: ### Apache Airflow Provider(s) airbyte ### Versions of Apache Airflow Providers airbyte provider version == 5.0.0 ### Apache Airflow version 2.10.5 ### Operating System linux-arm64 ### Deployment Official Apache Airflow Helm Chart ### Deployment details We're using the...
0easy
Title: Docs update & extension Body: - [x] last update was for version 0.9.1, take latest changes into account - [x] review and extend general instructions for command-line interface - [x] check if all required info on `htmldate` and `courlan` is provided (available options etc.) - [x] add example on how to handle c...
0easy
Title: 【建议】KEEP导出的GPX数据时区格式不规范修复方法 Body: # 问题描述 KEEP导出的GPX数据时间为UTC时间,但是却多了毫秒小数点,导致GPX导入Starva时将时区识别错误,时间混乱。 ## 数据样本 ```xml <trkpt lat="32.1877403071313" lon="118.70919897992724"> <time>2022-10-25T23:18:10.175000Z</time> </trkpt> ``` # 修复方式 ## 测试 将小数点后的数据去掉 ```shell echo -e "<time>2022-09-19T12:...
0easy
Title: typo in swirl default mode Body: ### Description: function [swirl](https://github.com/scikit-image/scikit-image/blob/main/skimage/transform/_warps.py#L520): `def swirl(...mode='reflect',...):` ``` """Perform a swirl transformation. ... mode : {'constant', 'edge', 'symmetric', 'reflect', 'wrap'}, opti...
0easy
Title: Simple bug on downloading data using example Backtesting with vectorbt Body: Just tried to go step by step with the example [https://github.com/twopirllc/pandas-ta/blob/main/examples/VectorBT_Backtest_with_Pandas_TA.ipynb](url) It didn't work, received and error: UnboundLocalError: local variable 'df' referen...
0easy
Title: Specify path to save .gv files Body: ## Current & Expected behavior I wish there was a way of specifying the path for saving the DAG (.gv). I had two sets of DAGs and the file gets overwritten as test_output/execute.gv. ## Library & System Information python version= 3.7.11, hamilton library version =1.1....
0easy
Title: Remove `selenium` dependency Body: Hey, Driverless isnt using Selenium (anymore?), but its still an dependency: > Traceback (most recent call last): > File "C:\Users\...\...\main.py", line 3, in <module> > from selenium_driverless import webdriver > File "C:\Users\...\...\.venv\Lib\site-packages...
0easy
Title: provide available configurations (what the user can write in the yaml file) in the docs Body: ### Description This issue is about providing the configurations in the docs that the user can use in the yaml file. This includes a description of what each key/value pairs can do. At the moment I just wrote thes...
0easy
Title: Hide stdout when running `py.test` Body: Can py.test capture stdout when running tests by default? Currently you get to see a lot of output when running the tests instead of just Fail/Pass.
0easy
Title: checkout.ThankYouView always displays the first order if user is superuser Body: ### Issue Summary The code that allows superusers to force an order thank-you page for testing, is ignoring real orders if the user is a superuser. ### Steps to Reproduce 1. Set user as superuser 2. Insert at least 2 order...
0easy
Title: Hexapod object doesn't check whether the angles are within range as set in `settings.py` Body: Should it? The IK solver checks it, and the widget slider constraints the angles as well.
0easy
Title: support (or don't support) freeform parameters with `--extra-vars` Body: ### Summary if you use a string for your `--extra-vars` that doesn't start with `{` or `[` and doesn't contain `=`, this is considered by the `parse_kv` splitter as a "free-form parameter", and gets thrown into a variable `_raw_params`, wh...
0easy
Title: Enhance BDD support (GIVEN/WHEN/THEN) for French language Body: Hi, According to the Gherkin Syntax, there's a lot of ways to translate the BDD keywords in French. Cf: https://cucumber.io/docs/gherkin/languages/ As an exemple, GIVEN => 16 possibilities ![image](https://github.com/robotframework/robotfr...
0easy
Title: BUG: `.convert_dtypes(dtype_backend="pyarrow")` strips timezone from tz-aware pyarrow timestamp Series Body: ### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index...
0easy
Title: long-description caption for action Body: - Add a “long-description” field that explains recommendation in detail for each action - Support dropdown for ordering options (for each action) - For example, filters can be sorted to be based on similar filter attributes for organization - option to display stati...
0easy
Title: 小红书笔记正文可以下载吗,txt格式的,放在笔记同一个文件夹里 Body: 大佬,软件很好用,感谢!(已赞赏),另外,想了解下小红书笔记正文可以支持下载吗,试了下目前好像还不行
0easy
Title: [DOC-FIX] Document supported formats for `artifact_uri` in `mlflow.artifacts.download_artifacts` Body: ### Willingness to contribute No. I cannot contribute a documentation fix at this time. ### URL(s) with the issue https://www.mlflow.org/docs/latest/python_api/mlflow.artifacts.html#mlflow.artifacts.do...
0easy
Title: Pandas TA MACD not in line with TA Lib Body: pandas_ta not in line with talib probably because of wrong calculation of EMA9 for signal line (consequence of bug in EMA calculation, see above ![image](https://user-images.githubusercontent.com/22365509/126035795-6e224cc4-ca71-4e9c-810e-6134892486f1.png)
0easy
Title: [Bug] Looks the system prompts incomplete Body: see: https://github.com/browser-use/browser-use/blob/f0b9522ef403e6d8d644ec0ceb8709457c5f1d16/browser_use/agent/prompts.py#L96
0easy
Title: [Feature] Containerize GraphQLer Body: For people that want to run GraphQLer in a container, we should give them a dockerfile to do so
0easy
Title: Image generation or manipulation in /converse Body: Currently, we are able to upload a picture to /converse and able to ask questions about the picture using natural language as though a real person. that's an excellent feature and worked really well. I think the natural progression to this is the ability to ...
0easy
Title: Use `httpx` as client on WebSocket tests Body: The idea would be to eliminate `websockets` client from the test suite, and use what is described here: https://github.com/encode/httpx/issues/304#issuecomment-1325333860 The motivation is to simplify the test suite. <!-- POLAR PLEDGE BADGE START --> > [!IMPORTA...
0easy
Title: Scheduler initializes disk queue even if `JOBDIR` is empty string Body: # Description By default, `JOBDIR` is the empty string per documentation. This makes `SpiderState` extension to be disabled by default and `RFPDupeFilter` to not save fingerprints to file `requests.seen`. However, request scheduler still ...
0easy
Title: Remove warning from ToolInvoker Body: The current implementation of the ToolInvoker component contains a warning ```python msg = "The `ToolInvoker` component is experimental and its API may change in the future." warnings.warn(msg) ``` We should remove this warning with the next release, 2.10.
0easy
Title: Don't show worker nodes when pytest is run quiet Body: I have a manycore machine (32 threads), and when I use pytest-xdist, the output of the worker node status is a bit bothersome due to showing 32 node status messages multiple times. This is the output of running pytest-xdist with a subset of the mypy test ...
0easy
Title: More adapters Body: Implement adapters: - [x] WeatherAPI - [x] CSV files - [x] Google Sheets - [x] Socrata - [x] Pandas - [x] Datasette - [x] Github repositories - [x] [XML](https://github.com/betodealmeida/shillelagh/issues/389) - [ ] Google calendar - [ ] OpenAPI (use https://pypi.org/project/opena...
0easy
Title: Passing a random number generator to simulator/sampler methods should VS maintaing an internal random state Body: All Cirq simulators maintain an internal `np.random.RandomState` https://github.com/quantumlib/Cirq/blob/e1b03ef63af4270d6a185df3db6e43c8232c6a71/cirq-core/cirq/sim/sparse_simulator.py#L130 This i...
0easy
Title: Looking for a dev(s) to help data collection process - OASST Body: Hello! Open Assist is trying to build a larger dataset for fine-tuning models. Specifically, we are looking for a couple of developers that can assist in building out new UI on the open-assistant website for new tasks. Some of the tasks we...
0easy
Title: Request to Include Named Entity Recognition and Relation Extraction Model Finetuning Examples and Guidance Request Body: ### Feature request As an NLP enthusiast working on Named Entity Recognition (NER) and Relation Extraction (RE) tasks, I would like to request the inclusion of NER and RE-related examples...
0easy
Title: [BUG] pygwalker bug report Body: **Describe the bug** in config>format you can set a formatting string for numbers but it is used only for charts, not for tables. **To Reproduce** Simply set a formatting string, for example '.2f' then set mak type to table: nothing seems formatted. **Expected behavior** ...
0easy
Title: Marketplace - agent page - change font of "Build AI agents and share your vision" Body: ### Describe your issue. <img width="1378" alt="Screenshot 2024-12-16 at 21 53 20" src="https://github.com/user-attachments/assets/311e64fb-ae99-4b02-89e5-1f16e731df43" /> Change typography to the following specs: fon...
0easy
Title: Miner url link Body: Would it be possible to have the url link on the IP address of the miner go right to the ant miner status page? I always am clicking right to the status page. **currently links** to http://1.1.1.1 would it be possible not sure if each version of miners supported would this work: **s...
0easy
Title: reimplement multi-threaded downloads with async Body: there are a few places where we are using multithreading to download files, but looks like using asyncio is a [better option](https://www.velotio.com/engineering-blog/async-features-in-python). we'd first have to do a quick implementation and see how much ben...
0easy
Title: automate detection of classifier and regressor for tree based transformers Body: At the moment, in the categorical tree encoder and the tree discretiser, we have an argument is_regression that the user needs to fill in in order to detect if the user is aiming to perform classification or regression. Sklearn h...
0easy
Title: Add documentation to Camera model about how input angles might be converted Body: ## 📚 Documentation Euler angles in 3D don't uniquely specify a direction. (For example, if I have a vector pointing from the middle of the earth to a point in the equator, if I want to rotate it to point to the north pole, I ca...
0easy
Title: [ENH] detection notebook - move data loading for examples to functions in the `datasets` module Body: In the detection notebook 7 (added in https://github.com/sktime/sktime/pull/7284), @alex-jg3 has used a couple common toy data sets to demonstrate the detectors. The data is loaded manually, but it would be n...
0easy
Title: [BUG]: `rio.CodeBlock` display_controls=False doesn't align properly Body: ### Describe the bug The `rio.CodeBlock` component's `display_controls = False` option doesn't align properly when rendered. ### Expected Behavior The rio.CodeBlock component should align properly regardless of the `display_controls` s...
0easy
Title: Japanese translation for #405 document updates Body: Once https://github.com/slackapi/bolt-python/pull/405 is merged, we can start working on the Japanese version. ### The page URLs * https://slack.dev/bolt-python/ja-jp/tutorial/getting-started ## Requirements Please read the [Contributing guidelines...
0easy
Title: Add unit tests for the `__repr__` method of the RequestNode class Body: ## Unit Test ### Description Add unit tests for the `__repr__` method of the **RequestNode** class: https://github.com/scanapi/scanapi/blob/main/scanapi/tree/request_node.py#L57 [ScanAPI Writing Tests Documentation](https://github.c...
0easy
Title: helping users when setting their key Body: I got a report from a cloud user that they had a "malformed API key error", somewhere in our docs, we have the following instructions: ```sh ploomber cloud set-key {your-key} ``` And the user was setting it with the `{}` characters. We should detect if the passe...
0easy
Title: Chart title property should be dynamic Body: ### What went wrong? 🤔 Updating dynamically the title property of a chart visual element does not work. Here is an example where I try to change the title of a chart using a button. Pressing the button should change the title but does nothing. ```python import p...
0easy
Title: tox 4: passenv can no longer use factors Body: My tox.ini files are affected by a change to the parsing of `passenv` in tox 4: I can no longer use factors to conditionalize which environment variables are passed: ``` passenv = sagepython, sagewheels: SAGE_VENV sagewheels: SAGE_SPKG_WHEELS ...
0easy
Title: device-side assert triggered at /opt/conda/conda-bld/pytorch_1535493744281/work/aten/src/THC/generic/THCStorage.cpp:36 Body: I use the training code supplied without changing.But it shows this error. I have found blogs for this error and known it mainly because the label computing loss may have negative value....
0easy
Title: Add pipenv installation guide to docs, specifying to allow prereleases Body: # Instructions for how to install pyjanitor via pipenv <!-- 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. Exa...
0easy
Title: Check all links in docs and make them more accessible Body: Guidelines for links are as follows: * We should comply with https://vizro.readthedocs.io/en/stable/pages/development/documentation-style-guide/#language * Links should always work. ### Task (1) Fix all links Before we have perfection, we need t...
0easy
Title: Fix image URLs on PyPI Body: Image URLs are broken here: https://pypi.org/project/notebooker/
0easy
Title: CMSPageRenderer shall add data to context only once Body: Currently the method `shop.rest.renderers.CMSPageRenderer.render` merges the serialized data, once into the `template_context` and once as extra attribute `template_context['data']`. This is confusing and may cause errors by polluting the global contex...
0easy
Title: Remove `if __name__ == "__main__"` block from `_layout.py` Body: This is legacy code we don't want any more.
0easy
Title: [New feature] Add apply_to_images to ChannelDropout Body:
0easy
Title: Change Request Reviews metric API Body: The canonical definition is here: https://chaoss.community/?p=4712
0easy
Title: Fix PytestDeprecationWarning: TerminalReporter.writer Body: To reproduce it, run `pytest` in this repo: ``` tests/test_pytest_picked.py: 13 tests with warnings /home/ana/workspace/pytest-picked/venv/lib/python3.8/site-packages/pytest-5.4.1-py3.8.egg/_pytest/terminal.py:287: PytestDeprecationWarning: Termi...
0easy
Title: Documentation Body:
0easy
Title: Switching to AWS account with insufficient permissions with AWS enabled crashes `sky launch` Body: <!-- Describe the bug report / feature request here --> Repro - Have AWS, Azure, .. enabled - Now ` export AWS_SECRET_ACCESS_KEY=...` and `export AWS_ACCESS_KEY_ID=`, an account with insufficient permissions,...
0easy
Title: emojis are not tokenized very well Body: Maybe add something like this as a pre or post processing step? It might make sense to download the emoji list and store it as part of the build, so people do not need to load the emojis module, ... ``` import emoji from emoji import unicode_codes import re ...
0easy
Title: Add Google Gemini support Body: Hi, is there a way to make this work with Google Gemini?
0easy
Title: Error: 'NoneType' object has no attribute 'group' Body: hi, sorry if this is a simple question, but when running it, it sometimes gives me Error: 'NoneType' object has no attribute 'group' and sometimes [-] Error: 'videos' does anyone know how to fix this? thanks! ![grafik](https://github.com/FujiwaraChoki/Mone...
0easy
Title: Error during notebook initialization. argument of type 'WindowsPath' is not iterable. Body: From email from user: > When trying to “watch” a notebook, the following error occurs: Error during notebook initialization. argument of type 'WindowsPath' is not iterable. > Somewhere in the settings.py file (mercu...
0easy
Title: Unformatted help text is popped out when peers for intances are changed 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/aw...
0easy
Title: Not getting more than 256 clusters Body: Hello, I have a data frame with more than 11k records and I know that at least 700 unique rows are there. But still I am getting only 256 clusters in spite of passing the argument n_clusters=500. What can be the issue? I was checking the kmodes code, I am only suspecti...
0easy
Title: Enhance recursion detection Body: It is easy to create infinite recursion with Robot: ```robotframework *** Test Cases *** Example Recursion *** Keywords *** Recursion Recursion ``` To prevent recursive execution failing on Python side for `RecursionError` in an unexpected location, which ty...
0easy
Title: Consider showing an error when the parameters cell defines other variables than upstream and product Body: It might indicate a missing cell separator, hence those lines will happen before the injected parameters and might break The problem is that other variables might be present if the Task receives non-empt...
0easy
Title: Ranking task UI improment Body: 1. Add an option to toggle between vertical and horizontal display messages. 2. Add option to remove message content limit 3. Add slider from 1 to n messages per row when messages are displayed horizontally, default is n 4. Store 1 and 2 in local storage
0easy
Title: The problem of SiamMask training Body: Hi, when I try to train SiamMask, there is an output error: File "train_pysot.py", line 106, in build_opt_lr 'lr': cfg.TRAIN.LR.BASE_LR}] File "/home/wqq/anaconda3/envs/pysot/lib/python3.7/site-packages/yacs/config.py", line 141, in __getattr__ raise Attr...
0easy
Title: Quality code: Resolve all the issues showed by trunk check Body: If you run trunk check -a, there are several issues to resolve.
0easy
Title: Replace `git checkout` with `git switch` where possible Body: ### Description: A minor suggestion for a good first issue, which might improve our documentation from the perspective of contributors which are new to git. **If you are a new contributor looking for a good first issue**: if this issue is more ...
0easy
Title: [UX] Skip `STOPPED` cluster when calling `sky stop` Body: <!-- Describe the bug report / feature request here --> We should filter out those clusters in `STOPPED` status when calling `sky stop`. e.g. for the example below, `sky stop -a` should only stop 2 clusters `lmf-l4-4-machine-image` and `lmf-gcp-l4-4`....
0easy
Title: How to get unordered results when using `async with`? Body: ### Description I have a lot of async jobs (>10000). I want to process results as soon as they are available, so I am using: ```python async for result in pool.map(run_one_job, jobs_data): ``` However, some of them take way more time tha...
0easy
Title: Support Resistance Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.** Pandas Ta version : 0.2.42b0 I am using an indicator for automatic drawing support and resistance levels. It's working well. Can you add to pandas ta? I am pasting pine script code. ``...
0easy
Title: TypeError: isinstance() argument 2 cannot be a parameterized generic Body: ## Issue Stacktrace with tox when loading plugin configuration. Based on the error displayed I believe that is not the plugin fault. The loaded configuration option is a list, like below: ``` [ansible] skip = py3.7 py3.8...
0easy
Title: Update sphinx and the related packages Body: **Description of the issue** **Problem:** The current requirements pin sphinx to version `3.2.*` which is too old for recent releases of its alabaster theme package - see the CI error [here](https://github.com/quantumlib/Cirq/actions/runs/7452039565/job/20274451752...
0easy
Title: Oauth2, FastAPI, and Solara Body: I did my best to search the docs, but I wasn't able to find an answer. I want to implement Solara into a FastAPI application. I also want to use Auth0 in the Solara application. I admittedly not super knowledgeable about auth. I tried following the docs on Auth0, and...
0easy
Title: Remove an API call for drawing within chats Body: Currently if you converse with gpt vision, it will always interpret if you want to draw something or not using a separate API call, this is a second API call and they're costly so we want to be able to turn it off, but better yet, we want to be able to just remo...
0easy
Title: on_delete should be required Body: **Is your feature request related to a problem? Please describe.** I encountered that when declaring ForeignKeyField on_delete = CASCADE, I believe that this is dangerous and in some scenarios may lead to undesirable consequences. ``` def ForeignKeyField( model_name: ...
0easy
Title: Improve existing unit tests Body: * Improve efficiency: Many of the existing unit tests (in cleanlab/tests/) can be made more efficient without fundamentally changing the quality of the test. We recommend timing the unit tests to identify which ones take the longest and focusing on those. Usually these will b...
0easy
Title: Implement `range_color` Body: ## Add support for `range_color` For example, if a color range of `[100, 200]` is used with the `["blue", "green", "red"]` color scale, then any instance with a color value of 100 or less will be blue, and 200 or more will be red. Anything in between will be interpolated as usual...
0easy