text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Update pytorch lightning import to work with Ray and other libraries. Body: **Is your feature request related to a current problem? Please describe.** Importing and using `lightning.pytorch` and `pytorch_lightning` in the same program causes conflicts. Ray has migrated their tuning to `ray.tune.Tuner` and is d...
0easy
Title: Improve error message for unsupported architectures Body: ## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> If the user attempts to use the CLI on an unsupported architecture then an obscure error message is shown: ``` $ prisma db push ......
0easy
Title: [ENH] Smoothing filters as BaseSeriesTransformers Body: ### Describe the feature or idea you want to propose A while back (five years?) we compared different smoothing algorithms for time series classification. https://link.springer.com/chapter/10.1007/978-3-030-29859-3_5 Now, we found it did not make ...
0easy
Title: [Feature request] Add apply_to_images to RandomSunFlare Body:
0easy
Title: Add Docs entry for new CSRF protections Body: See #103 for context.
0easy
Title: Document excluding `/` as an example of `excluded_urls` Body: https://pydanticlogfire.slack.com/archives/C06EDRBSAH3/p1722462772309099
0easy
Title: [GCP] Fail to terminate CPU instances when MIG configuration is set Body: To reproduce: 1. `export SKYPILOT_CONFIG=tests/test_yamls/use_mig_config.yaml` ``` managed_instance_group: run_duration: 30 provision_timeout: 600 ``` 3. `sky launch -c mig-down --cloud gcp --cpus 2 echo hi` 4. `sky down mig-down` ...
0easy
Title: Problems with recommentation to use `$var` syntax if expression evaluation fails Body: A common error when evaluating expressions with IF or otherwise is using something like ``` IF ${x} == 'expected' Keyword END ``` The resulting error message was enhanced in RF 6.1 (#4676) to recommend using the `...
0easy
Title: RoBERTa on SuperGLUE's 'Winogender Schema Diagnostics' task Body: Winogender Schema Diagnostics (AX-g) 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 conf...
0easy
Title: Add new exchange Binance.US Body: Binance just annouced Binance.us for registration and will be trading within 30 days or so. I suspect the endpoints for Binance.us may end up being different than Binance proper. But maybe not...
0easy
Title: Migrate to react-charts Body: **Describe the enhancement you'd like** Migrate to https://github.com/TanStack/react-charts because our old framework doesn't support TypeScript. **Describe why this will benefit the LibrePhotos** Better maintainability.
0easy
Title: Twitter+Authlib+FastAPI works different than the docs suggest Body: **Describe the bug** The docs describe a process for integrating Authlib, Starlette, and Twitter into an app that needs to be revised. I followed [these docs](https://docs.authlib.org/en/latest/client/starlette.html) to add Twitter OAuth 1 t...
0easy
Title: Enable paths for matchers to declare all elements of nested list Body: **Is your feature request related to a problem? Please describe.** I want to use Syrupy when testing API response bodies. I have nested lists of objects inside my payload. There are values that are returned as part of the nested objects that...
0easy
Title: I/O Operation on Closed File Body: ``` File "/usr/local/lib/python3.9/dist-packages/discord/http.py", line 371, in request raise HTTPException(response, data) discord.errors.HTTPException: 400 Bad Request (error code: 50024): Cannot execute action on this channel type The above exception was the dire...
0easy
Title: Arguments `lr_decay` and `lr_decay_steps` are not being used in MLP Model Body: ## 🐛 Bug Description Under [MLP](https://github.com/microsoft/qlib/blob/main/qlib/contrib/model/pytorch_nn.py) implementation there are several variables that need to be initialized. Such as `loss`, `lr`, `lr_decay`, `lr_decay_st...
0easy
Title: delete integration tests Body: we can delete them from the CI
0easy
Title: api: DNSSEC keys missing when deleting and quickly recreating a domain Body: Need to investigate whether this is a pdns bug or something caused by our side.
0easy
Title: Action buttons are easy to miss in list views for high contrast mode users Body: ### Issue Summary Reported by partially sighted users and then confirmed: > The “…” buttons were completely missed by some users who were not aware that these page controls were available in the list view > […] > Three dot m...
0easy
Title: Implement `do_ping` in GSheets adapter Body: Currently we have a dialect-level `do_ping` method that simply returns `True`: https://github.com/betodealmeida/shillelagh/blob/b4d71980f0b87040e8a2d0276b62a9c9becdf783/src/shillelagh/backends/apsw/dialects/base.py#L79 We could implement the method at the dialec...
0easy
Title: gotify integration should allow to set priorities Body: Different priorities allow different [level of notifications](https://github.com/gotify/android?tab=readme-ov-file#message-priorities) within the application. We should be able to set priority of integration for when a check goes down or up.
0easy
Title: Draw the projection of the center of gravity on the ground plane Body: You'd need to update the following **1. The model `VirtualHexapod` to have an attribute that stores this point** https://github.com/mithi/hexapod-robot-simulator/blob/531fbb34d44246de3a0116def7e3d365de25b9f6/hexapod/models.py#L95 You can...
0easy
Title: Docs: little typo in documentation Body: ### Summary Here: https://docs.litestar.dev/2/usage/routing/overview.html The text says > If we are sending a request to the above with the url /some/sub-path, the handler will be invoked and the value of scope["path"] will equal "/`". If we send a request to /som...
0easy
Title: [BUG] update() raises a `RevisionIdWasChanged` when expecting a `DuplicateKeyError` Body: **Describe the bug** When creating a `Document` with an unique indexed attribute, violating the uniqueness raise a `RevisionIdWasChanged` instead of a `DuplicateKeyError`. **To Reproduce** ```python import asyncio ...
0easy
Title: add information about version in the version API Body: Please add information about Mercury version in `/api/v1/version` endpoint.
0easy
Title: Remove `@next/font` Body: NextJS warn this > Your project has `@next/font` installed as a dependency, please use the built-in `next/font` instead. The `@next/font` package will be removed in Next.js 14. You can migrate by running `npx @next/codemod@latest built-in-next-font .`. Read more: https://nextjs.org/doc...
0easy
Title: [DOC] Types of Contributions broken link Body: # Brief Description of Fix <!-- Please describe the fix in terms of a "before" and "after". In other words, what's not so good about the current docs page, and what you would like to see it become. Example starter wording is provided. --> Currently, the do...
0easy
Title: chore: emit deprecation warning when Response.add_link() is used Body:
0easy
Title: Running tests with `reverse` flag causes test failures Body: **Describe the bug** Tests should be able to run in [any order](https://docs.djangoproject.com/en/4.2/topics/testing/overview/#order-in-which-tests-are-executed) to minimise dependencies between tests. However, running tests with the reverse flag...
0easy
Title: Better documentation of the options on `Map` Body: At the moment, these options are poorly documented (cf issue #108). It would be good to document the main ones in the `Map` docstring. The options available all come from the `ipywidgets.DomWidget` class.
0easy
Title: Add endpoint `/graphs/{graph_id}/schedules` Body: * Part of #8780 Since we're creating a per-agent view, we should allow fetching schedules per agent as well. Currently there is only an endpoint to fetch all of a user's agents' schedules.
0easy
Title: Correct GraphQL field for wagtail RichTextField Body: ```python from wagtail.core.fields import RichTextField @register_snippet class TestSnippet(models.Model): title = models.CharField(max_length=50) description = RichTextField( blank=True ) panels = [ FieldPanel('ti...
0easy
Title: Marketplace - hover state has the wrong bg color and truncate description Body: ### Describe your issue. Current card on the agent home page <img width="507" alt="Image" src="https://github.com/user-attachments/assets/55d8e4c3-4486-419f-8d3c-4f1e766ce501" /> On this card on the home page, when you're hovering...
0easy
Title: unify docstrings to be PEP 257 compatible Body: https://www.python.org/dev/peps/pep-0257/ lists some conventions how dostrings should be formatted. Most of the docstrings are compatible already, some are not. Some are descriptive which violate the rule that a docstring should prescribe the function or method's ...
0easy
Title: deploying with Docker - update dependencies Body: I don't know if it needs to be reported but I encountered two errors when I tried to deploy with Docker. The first one was: ```bash > [mercury 7/16] RUN mamba install --yes --file mercury/requirements.txt -c conda-forge: 0.463 Traceback (most recent call ...
0easy
Title: While Loading data around 2 gb with use_kenel_cal = True, the data is not displayed in streamlit Body:
0easy
Title: Add MaxAbsScaler Estimator Body: The MaxAbScaler estimator scales the data by its maximum absolute value. Use the IncrementalBasicStatistics estimator to generate the min and max to scale the data. Investigate where the new implementation may be low performance and include guards in the code to use Scikit-learn...
0easy
Title: Marketplace - agent page - this should be clickable Body: ### Describe your issue. <img width="589" alt="Screenshot 2024-12-17 at 18 56 41" src="https://github.com/user-attachments/assets/e310b6ed-bd44-4584-8a47-58c80c6ba3bd" /> The name of the creator should be clickable. If a user clicks on this, it shou...
0easy
Title: Include and document MethodOverrideMiddleware Body: http://www.django-rest-framework.org/topics/browser-enhancements/#http-header-based-method-overriding We should probably include that middleware in django-shop and document that it should be enabled.
0easy
Title: Trasnalte Into English Body: Hello! Your project looks interesting. Please translate docs into English
0easy
Title: Enhance programmatic API to create resource files Body: The main motivation is making it easier to create resource files so that they can be converted to JSON. JSON support it self is #3902. `ResourceFile` already has `to_json` and `from_json` methods, but two additional things are needed to make it's usage more...
0easy
Title: Admin interface: Change display name Body: Currently the display name field of a user in the admin interface is read-only. Extend the functionality of the [admin/manage_user](https://github.com/LAION-AI/Open-Assistant/blob/main/website/src/pages/admin/manage_user/%5Bid%5D.tsx) page and allow editing of the di...
0easy
Title: Tox v4 does not consistently require to escape the # Body: ## Issue Using this in `deps`: ``` pylint-guidelines-checker @ git+https://github.com/Azure/azure-sdk-for-python#subdirectory=scripts/pylint_custom_plugin ``` works like a charm, but I was assuming I should escape based on the tox v4 updating do...
0easy
Title: Fix style issue `Doc line too long FLK-W505` Body: Fix `Doc line too long FLK-W505`: https://deepsource.io/gh/scanapi/scanapi/issue/FLK-W505/occurrences ![image](https://user-images.githubusercontent.com/2728804/127705974-4b874dee-1d9d-41f9-b3ee-891a21c021f8.png) > Docstring line lengths are recommended t...
0easy
Title: Unit tests for reference.py Body: - Need unit tests on a few functions in `testbook/reference.py`. <img width="609" alt="Screenshot 2021-05-22 at 10 25 18 PM" src="https://user-images.githubusercontent.com/39169550/119234637-982e1e80-bb4c-11eb-8c33-eb463a37b8ff.png"> Command to generate above output: ``...
0easy
Title: [BUG] Long filter values needs to be abbreviated Body: **Describe the bug** Filters titles with very long values are not abbreviated, resulting in very wide visualizations. **To Reproduce** ```python from lux.vis.Vis import Vis long_content = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed d...
0easy
Title: [Tech debt] Update interface for ImageCompression Body: Right now in the transform we have separate parameters for `[quality_lower, quality_upper]` Better would be to have one parameter `quality_range = [quality_lower, quality_upper]` => We can update transform to use new signature, keep old as working,...
0easy
Title: Do we have any script covert from hf format to orginal format? Body: **Is your feature request related to a problem? Please describe.** scripts/convert_cogvideox_to_diffusers.py in this script, we can convert cogvideox -> diffusers. Do we have the opposite script? cc @yiyixuxu
0easy
Title: Create a CLI option to pass a configuration file path Body: ## Description Create a CLI option to pass a configuration file path. Something like: ```bash scanapi --config-path <path_to_config_file> ``` Current this file is called `SETTINGS_FILE`: https://github.com/scanapi/scanapi/blob/f27b031aa2f1f...
0easy
Title: possible coding error on bbands.py Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.** ```python import pandas_ta as ta print(ta.version) ``` 0.3.14b0 **Upgrade.** ```sh $ pip install -U git+https://github.com/twopirllc/pandas-ta ``` **Describe the ...
0easy
Title: Editing notes causes cursor to always reset to bottom Body: when you try to edit text at the top of a note, the cursor moves to the bottom after any change. (Video to better show it) [2025-01-13 11-43-39.mp4](https://uploads.linear.app/a47946b5-12cd-4b3d-8822-df04c855879f/352c6c9b-889d-4766-99b5-b59860e7d761/d...
0easy
Title: [SDK] improve PVC error message Body: ### What happened? while trying to implement a notebook on local with the recent llm hp python sdk, i faced the below error ``` File ~/miniconda3/envs/llm-hp-optimization-katib-nb/lib/python3.9/site-packages/kubeflow/katib/api/katib_client.py:580, in KatibClient.tune(self,...
0easy
Title: Misleading Error "Please install necessary libs for CatBoostModel." Body: ## 🐛 Bug Description Qlib does not require the installation of packages like `CatBoostModel` But the output looks a little misleading. ## To Reproduce Run `examples/workflow_by_code.ipynb` in jupyter notebook. ## Expected B...
0easy
Title: tutorials for hyp.tools Body: a jupyter notebook for each of the various tools demonstrating how they can be used in conjunction with the plotting functions. could be organized as: + dimensionality reduction + hyperalignment + procrustes + clustering + describe_pca + other
0easy
Title: Change Requests metric API Body: The canonical definition is here: https://chaoss.community/?p=3610
0easy
Title: Support creating variable name based on another variable like `${${VAR}}` in Variables section Body: Example: ```robotframework *** Variables *** ${X} Y # Normal assignment. Creates ${X} with value Y. ${${X}} Z # Assignment based on another variable. Creates ${Y} with value Z. ``` This is ...
0easy
Title: Implement new features of FlaskSecurity Body: Flask Security implemented " Send me email to login " should be implemented, also all the email advice features/templates.
0easy
Title: Retry exponential backoff max float overflow Body: ### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.10.3 ### What happened? Hello, I encountered with a bug. My DAG configs were: retries=1000, retry_delay=5 min (300 seconds), m...
0easy
Title: [WARNING] HypothesisDeprecationWarning: `HealthCheck.all()` is deprecated Body: **Checklist** - [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation - [x] I looked for similar issues in the [issue tracker](https://github.com/s...
0easy
Title: Configuration option to specify default serializer plugin Body: **Is your feature request related to a problem? Please describe.** Currently you have to override the snapshot fixture in your project's root conftest.py in order to specify the default serializer class. It's potentially not clear what the final ...
0easy
Title: SQLAlchemy must create parent folders when initializing sqlite connection Body: Same as #281 but for SQLAlchemy client: https://github.com/ploomber/ploomber/blob/088c7f2b3605b4f624f804e206078d7d8d35baf5/src/ploomber/clients/db.py#L107 We can use the `flavor` property in the constructor to determine whether...
0easy
Title: ICML 2023 Body: I would happily review a PR including a contribution of the ICML 2023 files. The call for papers (including a style file) is out now: https://icml.cc/Conferences/2023/CallForPapers. Most, if not all of the configurations should be the same as in the last year(s).
0easy
Title: Update request-id recipe to use `contextvars` instead of `threading.local()` Body: [`contextvars`](https://docs.python.org/3/library/contextvars.html) is a newer module in the stdlib (3.7+) that is more advanced than `theading.local()` as it not only understand threads, but also `asyncio` coroutines, etc. Upd...
0easy
Title: Add the ability to test whether data is changing/jumping beyond a tolerance Body: # Brief Description Following up on #703, this issue seeks to introduce the ability to test whether in each column in a data frame the change between every two rows is within a user-defined range of values. I would like to p...
0easy
Title: [k8s][gcp] Accept non-k8s TPU names Body: Running `sky launch` with TPUs on GCP support the following TPU names: ``` GOOGLE_TPU AVAILABLE_QUANTITIES tpu-v2-8 1 tpu-v3-8 1 tpu-v4-8 1 tpu-v4-16 1 ...
0easy
Title: add new sample/s/gpu metric Body: will help having comparable numbers
0easy
Title: MEDIA_URL in the test settings Body: ## What happened? When running the tests in CI, this happens: ``` ERRORS: ?: (urls.E006) The MEDIA_URL setting must end with a slash. ``` ## What should've happened instead? Successfully run the tests. I believe we need to add a trailing slash to `MEDIA_URL`. I can submit ...
0easy
Title: Add Flower Baseline: Floco Body: ### Paper Dennis Grinwald, Philipp Wiesner, Shinichi Nakajima. Federated Learning over Connected Modes (NeurIPS'25) ### Link https://openreview.net/pdf?id=JL2eMCfDW8 ### Maybe give motivations about why the paper should be implemented as a baseline. Floco is an effective met...
0easy
Title: 建议添加ios浏览器input禁止缩放的代码~ Body: 1. ios端,点击数量或者输入邮箱时,会放大,会出现难看的滚动条~ 2. 解决方法,input的字体,调为16px,然后添加<meta>和Js,我自己调整的如下: <script> // 禁用缩放   function addMeta() {   $('head').append('<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />');} setTim...
0easy
Title: No module named 'scrapling.default' Body: ### Have you searched if there an existing issue for this? - [X] I have searched the existing issues ### Python version (python --version) Python 3.11.0 ### Scrapling version (scrapling.__version__) 0.2.7 ### Dependencies version (pip3 freeze) agate==1.7.0 ...
0easy
Title: Add as_caption_kwargs() method to aiogram.utils.formatting.Text Body: ### aiogram version 3.x ### Problem Methods like `Bot.send_document() ` use `caption` and `caption_enteties` parameters instead of `text` and `entities`. That results in repeating `Text(...).as_kwargs(text_key="caption", entities_key="capti...
0easy
Title: added tests Body: ### Description added some tests to test the functionality of igel
0easy
Title: Required annotated types (uuid in this case) in pydantic are returning a "uuid_type" error when not provided, when they should instead return a "missing" error Body: ### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Here is the class definition, some_id being the culprit prop...
0easy
Title: Question on Web Scraper Body: Hello there I hope all is well. Thank you so much for: https://github.com/tattooday/web-scraping/blob/master/CME2.py Its helping a lot, as I am basically looking for a python scraper to scrape futures prices. Just one question for you. In your code, you designate code nu...
0easy
Title: Clear output directory between runs Body: When you run notebook several times and have [`OutputDir`](https://runmercury.com/docs/output-widgets/outputdir/) then files from previous runs will be available in output directory.
0easy
Title: [DOC] Document less common in-memory data formats Body: The recent PR https://github.com/sktime/sktime/pull/7231 adds an API reference page for in-memory data representation. With this, detailed documentation on the most commonly used time series machine types were also added. However, documentation for the le...
0easy
Title: Most of the indicators returns NaN. Body: Pandas_ta version: 0.3.14b0 Python version: Python 3.8.10 Ta-Lib is installed. Ta-Lib version: 0.4.24 Most of the indicators return Nan. Only a few indicators work. ```python import numpy as np import pandas as pd import pandas_ta as ta data=np.genfromtxt("...
0easy
Title: Getting raw (unadjusted) intraday data Body: Hello, I want to get intraday data without split/dividend adjustment. How can I get raw intraday data? From API [docs](https://www.alphavantage.co/documentation/#intraday): > Optional: adjusted > > By default, adjusted=true and the output time series is adj...
0easy
Title: First-class function type initializes too late 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%3Aissu...
0easy
Title: Add providers classes for `mistralai`, `cohere`, `anthropic` and `groq` Body: At the moment, we have the models for all of them, but since we introduced the `Provider`s classes, we missed the ones for: - [x] MistralAI https://github.com/pydantic/pydantic-ai/pull/1118 - [ ] Cohere - [x] Anthropic - [x] Groq: htt...
0easy
Title: Docs need different path to images Body: https://igel.readthedocs.io/en/latest/_sources/readme.rst.txt includes a link to the assets/igel-help.gif, but that path is broken on readthedocs. readme.rst is included as ../readme.rst in the sphinx build. The gifs are in asses/igel-help.gif The sphinx build nee...
0easy
Title: OpenAI spec non-streaming response contains multiple `space` tokens Body: While serving a Llama-3 8B instruct LLM using OpenAI spec, the endpoint returns multiple spaces between words. It is because Llama generates contains space in the generated token. We should use empty string to concat [OpenAI non-stream...
0easy
Title: Benchmarking Body: Can you please add some performance numbers to the main project docs indicating inference latency running some common hardware options e.g. AWS p2, GCP gpu instance, CPU inference, Raspbery pi, etc.
0easy
Title: Marketplace - Reduce the margin under "Featured agents" and the Featured cards, reduce it to 24px Body: Reduce the margin under "Featured agents" and the Featured cards, reduce it to 24px <img width="1404" alt="Screenshot 2024-12-13 at 16 55 17" src="https://github.com/user-attachments/assets/2f2bd694-0847-44...
0easy
Title: [DOC] Add examples for QuerySearch in SimilaritySearch Body: ### Describe the issue linked to the documentation just having a play with similarity search, some examples in the docstring would be helpful. ### Suggest a potential alternative/fix _No response_
0easy
Title: Old gradebook.db format error is not propagated to Formgrader interface Body: When a user has a version of gradebook.db that has not been upgraded to the latest version, Formgrader will hang when it tries to open the database file. The error is only visible in the log output and not propagated to the web inter...
0easy
Title: Replace `freeze.py` with `conda-lock` Body: ### Proposed change We use [freeze.py](https://github.com/jupyter/repo2docker/blob/master/repo2docker/buildpacks/conda/freeze.py) to generate fully specified `environment.yml` files out of our `environment.yml` files. It creates a docker image, installs everythi...
0easy
Title: [FEATURE] Include category tabs (all/images/news/etc) in header Body: **Describe the bug** The image tab has a different layout (CSS?) from the other tabs like "all", "videos", "news". The text of the menu is bigger on the image tab. Moreover, in the image tab I'm not able to access maps nor books, those links...
0easy
Title: Possibility to continue execution after WHILE limit is reached Body: Hello everyone, I'm creating this issue to discuss about a potential evolution of the WHILE loop behaviour when the limit is reached. As a reminder, in the current implementation of the WHILE loop, when the limit is reached, execution fails ...
0easy
Title: integration test: Complete the tutorial. Body: Write a playwright test for following the tutorial on the frontend. You can read more about testing here: https://dev-docs.agpt.co/platform/contributing/tests/
0easy
Title: Weakness: duplicated path concatenation in the toolkit/dataset/vot.py Body: As the title describes, there exists two times path concatenations for the member variable named `img_names` belonged to the `VOTVideo` class. One of them occurs at `line 18` in `toolkit/dataset/video.py` , and the other one is at `li...
0easy
Title: AttributeError: 'TemplateResponse' object has no attribute 'charset' Body: Django==1.7.6 splinter==0.7.2 lxml==3.4.2 ``` # coding=utf-8 from django.test import LiveServerTestCase from django.contrib.auth import get_user_model User = get_user_model() from splinter import Browser class AdminTestCase(LiveServe...
0easy
Title: Confusing error message when using `rebot` and output file contains no tests Body: To reproduce: ``` $ touch empty.robot $ robot --run-empty-suite empty.robot ... $ rebot output.xml [ ERROR ] Suite 'Empty' contains no tests after model modifiers. Try --help for usage information. ``` Mentioning model modifiers ...
0easy
Title: `lineno` of keywords executed by `Run Keyword` variants is `None` in dry-run Body: When executing a dryrun and having any kind of `Run Keyword` variant, the child keyword will have wrong type in ListenerV2. `lineno` should be `int` but in that specific case it is None. At least according to the typing of `St...
0easy
Title: feature: proper support of matplotlib like in Jupyter Body: In https://github.com/widgetti/solara/commit/2b321eeff9f5e288a92d401b968d10671c22c959 we added support to notebook rendering for matplotlib using `pylabtools.select_figure_formats(shell, ["png"])`. This will make `display(fig)` work. Ideally, this works...
0easy
Title: [DOCS] Multi-gpu demo Body: Demo of multi-GPU with RAPIDS.ai + Graphistry - [ ] embeddable in Graphistry getting started dashboard: smart defaults listed - [ ] show both out-of-core + multi-gpu - [ ] encapsulated: no need to register etc. to get data - [ ] tech: dask_cudf, bsql, & cuGraph. OK if split into...
0easy
Title: Add notebook example for torchscript example Body: With #225 we added support for torchscript. It would be good to have a notebook showcasing this new feature.
0easy
Title: [BUG] readthedocs build deprecations Body: Looks like we need to modify the readthedocs yml as per below: ``` Hello, -- You are receving this email because your Read the Docs project is impacted by an upcoming deprecation.Read the Docs used to pre-install common scientific Python packages like scipy, numpy...
0easy
Title: Fix style issue `Inconsistent return statements PYL-R1710` Body: Fix style issue `Inconsistent return statements PYL-R1710`: https://deepsource.io/gh/scanapi/scanapi/issue/PYL-R1710/occurrences ![image](https://user-images.githubusercontent.com/2728804/127706151-52032eab-34ef-4c1e-b2cc-74ec44c70678.png) ...
0easy
Title: api: add throttling scope and rate to throttled response Body: e.g. ``` {"detail":"Request was throttled (dns_api_write_rrsets, 30/h). Expected available in 3109 seconds."} ```
0easy
Title: Update third party worflows in the gh actions. Body: /kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Currently, we use the outdated version of workflows. So we need to upgrade the following workflows in the gh actions: - [x] docker/setup-qe...
0easy