text
stringlengths
20
57.3k
labels
class label
4 classes
Title: [BUG] Links being followed on example tests 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/schemathesis/schemathesis/issue...
0easy
Title: 27 tests fail Body: ### 🐛 Describe the bug [log](https://freebsd.org/~yuri/py311-torch-geometric-2.6.0-test.log) ### Versions torch-geometric-2.6.0 pytorch-2.4.0 Python-3.11 FreeBSD 14.1
0easy
Title: Add convenience methods on `ParameterSet` Body: It could be useful in hooks, e.g. to check whether `APIOperation` contains some header (we leave case-insensitive for a while). 1. Add a new `contains` method to the [ParameterSet](https://github.com/schemathesis/schemathesis/blob/master/src/schemathesis/parame...
0easy
Title: Can you add additional liquidation feed? Body: Looking at standards.py, it looks like Bitmex is the only liquidation feed? ``` LIQUIDATIONS: { BITMEX: 'liquidation' } ``` There is another project that I've been watching (that is also pretty awesome IMHO), [SignificantTrades](https://git...
0easy
Title: JS slugify (with unicode enabled) leaves invalid characters in the slug Body: ### Issue Summary The JS `slugify` function (used when cleaning a manually-entered slug) fails to strip out certain spacer/combining characters that are disallowed by Django slug validation. ### Steps to Reproduce 1. On a site...
0easy
Title: Debug log on terminal Body: Hi, when using Halo with boto3, I have a strange behaviour, all the debug log from boto are displayed ![capture d ecran 2017-10-03 a 15 19 27](https://user-images.githubusercontent.com/10193614/31127135-485d24ec-a84e-11e7-9584-a5a37ea5190d.png) MacOS/Python3.6 halo (0.0.5) boto3...
0easy
Title: Document and automate conda forge build Body:
0easy
Title: Improve the `ImageSequential` docs Body: now that i see this one, i think it's worth somewhere to update the docs properly explaining when to use AuggmentationSequential vs ImageSequential _Originally posted by @edgarriba in https://github.com/kornia/kornia/pull/2799#discussion_r1488008322_ w...
0easy
Title: [Feature Request] Add `outputs` and `outputs_list` to `window.dash_clientside.callback_context` Body: For dash's client-side callbacks, adding `outputs` and `outputs_list` for `window.dash_clientside.callback_context` will improve operational freedom in many scenarios. Currently, only the following information c...
0easy
Title: Current upload does not support inclusion of mime-type Body: Our current upload/update methods do not include the mime-type. As such, when we upload photos to storage and download them again they don't render properly. The current fix was proposed by John on the discord channel. We should integrate it in so t...
0easy
Title: referenced deps from an environment defined by an optional combinator are not pulled in Body: ## Issue <!-- Describe what's the expected behaviour and what you're observing. --> Suppose we have two environments defined by the below: ``` [testenv:lint{,-ci}] deps = flake8 flake8-print flake8-bla...
0easy
Title: Install from requirements.txt Body: This is an awesome project and I appreciate your work! When installing from `pip install -r requirements.txt` the install will fail because in setup.py for django-plotly-dash has the line `import django_plotly_dash as dpd` which requires dash, django, etc. to work. See ...
0easy
Title: CI: check docs for newly added source code files Body: - [ ] Add CI check that documentation index pages on docs.cleanlab.ai include new source code files which have been added in a new commit. Otherwise somebody may push commit with new source code files, but the documentation for them will never appear on docs...
0easy
Title: Ability to choose format of datetimes in list/table view Body: ### Checklist - [X] There are no similar issues or pull requests for this yet. ### Is your feature related to a problem? Please describe. Currently the values for datetime columns seem to be rendered as ISO-8601 with millisecond precision which is...
0easy
Title: Issues New metric API Body: The canonical definition is here: https://chaoss.community/?p=3634
0easy
Title: Add count to spider_exceptions stats 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 bug reports and feature requests for the project ...
0easy
Title: Request for Euler Maruyama features in numpyro Body: Dear Numpyro developers, Please develop Euler Maruyama features in numpyro similar to features found in PyMC. Thanks alot.
0easy
Title: Provide a manylinux and macos bdist_wheel Body: Modify the setup.py so it produce bdist_wheel for manylinux including the libgraphqlparser.so/a Modify the build process so this wheel is uploaded to pypi Modify the cffi part of tartiflette/parser so it loads this lib instead of the local one.
0easy
Title: [BUG] hop chain demo bug Body: in https://github.com/graphistry/pygraphistry/blob/master/demos/more_examples/graphistry_features/hop_and_chain_graph_pattern_mining.ipynb line: ` 'to': names[j],` should be: ` 'to': data[0]['usernameList'][j],` --- plots should be regenerated etc, or at l...
0easy
Title: New Contributors Closing Issues metric API Body: The canonical definition is here: https://chaoss.community/?p=3615
0easy
Title: Support for XGBRanker Body: [XGBRanker](https://xgboost.readthedocs.io/en/latest/python/python_api.html#xgboost.XGBRanker) should be a very simple add; similar to #173 It should hopefully just involve (1) either using or slightly tweaking the converter for XGBRegressor (2) writing tests and making sure they ...
0easy
Title: Add links to examples from the docstrings and user guide Body: _TLDR: Meta-issue for new contributors to add links to the examples in helpful places of the rest of the docs._ ## Description This meta-issue is a good place to start with your first contributions to scikit-learn. This issue builds on top of #2692...
0easy
Title: Try Azure Pipelines for greater test speed Body: We've found that Azure Pipelines is much faster on tests than Travis for CPython. NumFOCUS projects are currently free on Azure Pipelines. This may help with tests esp. on Windows.
0easy
Title: Do not show hidden directories in PY_TEMPLATE_DIR Body: For example, `.git` is shown in the docker-compose setup from #14
0easy
Title: Raise test coverage above 90% for giotto/diagrams/_metrics.py Body: Current test coverage from pytest is 79%
0easy
Title: Marketplace - Change this header so it's the same style as "Featured Agents" Body: ### Describe your issue. Change it to the "large-Poppins" style.. as per this typography sheet. [https://www.figma.com/design/aw299myQfhiXPa4nWkXXOT/agpt-template?node-id=7-47&t=axoLiZIIUXifeRWU-1](url) Style name: large-po...
0easy
Title: Docs should demonstrate returning early in a responder Body: New Falcon users may not realize they can simply `return` anywhere in a responder. This is useful for complicated nested logic paths. We should make sure examples of this are sprinkled throughout the docs in key places.
0easy
Title: [Docs] Remove redundant provision of `id` in docs examples Body: We still have some examples where an `id` is provided to a component even though it is not required. 1. Look through the code examples in our docs e.g. `vizro-core/docs` and `vizro-ai/docs` 2. Remove the `id` from `vm.Graph`, `vm.Table`, `vm.Ag...
0easy
Title: CI: send coverage reports to Codecov once when all tests are done Body: Looks like Codecov is still failing a lot, we send coverage info for every single test, I think it would be best to collect all the coverage and then send it only once. Not sure if this is possible, but it would be neat 😊
0easy
Title: ASGI exceptions outside handlers should be able to pass status Body: An exception raised in the lifecycle (but not handler) of a request on an ASGI-served application should be able to pass a status code. --- > In my experiment, raising a `BadRequest` in `asgi.py` will cause the ASGI server return 500 erro...
0easy
Title: Module collects files with 'test' in the name, even if they are not test files. Body: Hi. I was just looking through the codebase to familiarize myself with how it works, and I found this bug- It collects files that have `test` in the name, including something with `test` in the middle of the word: ``` ╰─ ...
0easy
Title: docs: replace f-string in logger usage Body: Some our documentation examples uses f-strings – eg https://faststream.airt.ai/latest/getting-started/serialization/examples/#__codelineno-11-23 We should replacte them to follow official logging usage recomendations `logger.log("%s", "message")` It doesn't related ...
0easy
Title: [Feature request] Add apply_to_images to Spatter Body:
0easy
Title: `sourceMappingURL` triggers access to non-existent file Body: ### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug The .js files specify `sourceMappingURL` but the `.map` files are not ...
0easy
Title: Ray/Trendline/Linear Regression of two points Body: Say I have two points on the Dataframe (price and UNIX timestamp) and I want to draw a Ray (endless) that goes through these two points. Does Pandas TA or Pandas has a function for this? Is there an easy way to draw a Linear Regression ray, I just have the two ...
0easy
Title: Documentation for how to serve a wasm-powered HTML? Body: ### Documentation is - [x] Missing - [ ] Outdated - [ ] Confusing - [x] Not sure? ### Explain in Detail What are the options serving the output of: https://docs.marimo.io/guides/exporting/#export-to-wasm-powered-html Other than github pages? Would ...
0easy
Title: Why keyword arguments for SortedSet commands should be bytes Body: Argument type for many SortedSet commands (for `min`/`max` kw) is enforced by isinstance check. In one place it even has this comment: ```python if not isinstance(max, bytes): # FIXME Why only bytes? raise TypeError("max argument mu...
0easy
Title: Screenshot Quality argument not working? Body: The quality argument in coroutine screenshot is not working well The code i tested with ``` browser = await launch( headless=True, executablePath=EXEC_PATH ) page = await browser.newPage() await page.goto(link) await...
0easy
Title: Make "events" in the document even clearer Body: Currently, we are using the term "event" for both Events API data and any incoming payload requests from Slack in the Bolt document. For example, * There is the "Listening to events" section: https://slack.dev/bolt-python/concepts#event-listening which is refer...
0easy
Title: [Feature]: Convert all `os.environ(xxx)` to `monkeypatch.setenv` in test suite Body: ### 🚀 The feature, motivation and pitch see title ### Alternatives _No response_ ### Additional context _No response_ ### Before submitting a new issue... - [x] Make sure you already searched for relevant issues, and ask...
0easy
Title: Deprecation warnings: `scipy.sparse.sparsetools` and `np.float` Body: #### Problem description Run the test for the new version of [WEFE](https://github.com/raffaem/wefe) #### Steps/code/corpus to reproduce ``` ../../../../../../home/raffaele/.virtualenvs/gensim4/lib/python3.8/site-packages/scipy/spar...
0easy
Title: Enhancement: Missing ConstrainedDate Body: We apparently are missing the `ConstrainedDate` type, and thus must add it.
0easy
Title: remove validation of url file extensions Body: Currently, our `Url` types like `ImageUrl`, `VideoUrl` etc are performing validation based on the file extension: only file extensions of that modality are allowed. However, that is problematic since we cannot catch all edge cases. For example, http://lh6.ggpht.com...
0easy
Title: Do not override user settings when running cloud set-key tests Body: Some of the cloud tests call the set-key command to verify the functionality. However, this causes the user's existing key to be overridden after running the tests. We should add a `pytest.fixture` that backs up the user settings and it rest...
0easy
Title: The expires_in function needs to have a timedelta to avoid tokenExpiry errors for milliseconds Body: **Describe the bug** I am using the OAuth2session object ``` client = OAuth2Session(client_id=client_id, client_secret=client_secret, token_endpoint=token_url, grant_type='client_credentials') client.fet...
0easy
Title: SentryMiddleware Body: I've taken a first pass at a [Sentry integration for ASGI](https://github.com/encode/sentry-asgi). Things you probably want to do to support it well: * Document `.add_middleware` for adding ASGI middleware. (Perhaps with a section linking to third party ASGI middleware implementation...
0easy
Title: Add `__repr__()` method to NormalizedDict Body: I see the problem, that with the RobotDebug REPL i am updating right now, the NormalizedDict are just shown like this: `${SUITE_METADATA} = <robot.utils.normalizing.NormalizedDict object at 0x1048063e0>` Could we do it like this? ```python def __repr__(self...
0easy
Title: Topic 3. Decision tree regressor, MSE Body: В примере по DecisionTreeRegressor неправильный расчет MSE в названии графика: `plt.title("Decision tree regressor, MSE = %.2f" % np.sum((y_test - reg_tree_pred) ** 2))` Нужно ещё поделить на количество наблюдений, предлагаю поправить так: `plt.title("Decision tree ...
0easy
Title: Documentation Notebooks Body: Hello, I was going through some documentation notebooks, and noticed that many of them ([Poincare Embeddings](https://github.com/RaRe-Technologies/gensim/blob/develop/docs/notebooks/Poincare%20Tutorial.ipynb), [WikiNews](https://github.com/RaRe-Technologies/gensim/blob/develop/docs/...
0easy
Title: [BUG] `id` passed through `dcc.Loading` not visible in DOM Body: **Describe your context** Hello guys 👋 I am currently trying to pass an `id` to the dcc.Loading component or its parent container and I would like the `id` to be visible in the DOM such that I can target the CSS of the components inside the `...
0easy
Title: Bug: 'KNeighborsAlgorithm' object has no attribute 'classes_' Body: Current behavior: 'KNeighborsAlgorithm' object has no attribute 'classes_' Problem during computing permutation importance. Skipping ... Expected: KNeighbors to be trained
0easy
Title: Support forward mode differentiation for SVI Body: Hello everybody. I am encountering a problem with the VonMises distribution, and in particular with its concentration parameter. I am trying to perform a very simple MLE of a hierarchical model. ``` def model(X): plate = numpyro.plate("data", Nc)...
0easy
Title: Web版现已发布 Body: # Web版项目 [Johnserf-Seed/TikTokWeb](https://github.com/Johnserf-Seed/TikTokWeb) ![image](https://tvax3.sinaimg.cn/large/006908GAly1h1e6e0mjmbj30m217a168.jpg)
0easy
Title: [RFC] Allow dotted environment variables Body: **Is your feature request related to a problem? Please describe.** Parameters defined in environment variables cannot be accessed with dotted key notation in the same way as parameters defined in settings files, which prevents overriding dotted key parameters with ...
0easy
Title: Extend Datalab to token classification (entity recognition) datasets Body: Allow Datalab to find label issues when `labels` object is token classification annotations (per-word class labels for each sentence/document). Related things to look at: Extending Datalab to other ML tasks: https://github.com/clea...
0easy
Title: heroku在休眠唤醒后,数据库会重置回初始状态 Body: heroku在休眠唤醒后,数据库会重置回初始状态,包括登录密码,网站设置跟商品都变回刚安装完的初始状态,不知道是脚本的问题还是heroku自身的问题。
0easy
Title: [Speed up] Currently Gaussian Noise is not optimized for separate uint8 and float32 treatment Body: It could happen, that ```python @clipped def gauss_noise(image: np.ndarray, gauss: np.ndarray) -> np.ndarray: image = image.astype("float32") return image + gauss ``` could be optimized with so...
0easy
Title: Getting/Setting slider values on OBS Studio 64 Body: I'm trying to get/set the range of a volume slider on OBS Studio 64 bit. https://obsproject.com/download I'm on the latest version `21.1.2`. Here is my code: ```python from pywinauto.application import Application app = Application(backend='uia').conn...
0easy
Title: [BUG] Unable to infer shapes for the Q and DQ nodes with INT16 data type. Body: # Bug Report ### Is the issue related to model conversion? <!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please c...
0easy
Title: MSGate not in top level Body: **Description of the issue** `cirq.MSGate` does not exist, but `cirq.ops.MSGate` does. Think it should be at the top level too?
0easy
Title: Copy/paste errors in docstrings Body: **Description of the issue** Density matrix is mentioned in docstrings for `_BufferedStateVector`, `SimulationState._perform_measurement`, and `Simulator`. Should be changed to "state vector" and `QuantumStateRepresentation` respectively.
0easy
Title: [Feature request] Add keypoint support to GridDropout Body: Keypoint support comes quite naturally to Dropout transforms. => no reason why not to add such support to the GridDropout transform
0easy
Title: Contribute `Diverging 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 offers samp...
0easy
Title: UI Bug when trying to add user with email taken on Admin Panel Body: **Environment**: - CTFd Version/Commit: 3.2.1 - Operating System: Ubuntu 18.04 LTS - Web Browser and Version: **What happened?** When trying to create a new user that already has its email taken by another user via the admin panel, not...
0easy
Title: Wrong facet function called when defining a custom group Body: ## CKAN version 2.9, 2.10, master ## Describe the bug When developer defines a custom group with `group_type` something else than `group`, `group_facets` is not called, instead ckan calls `organization_facets` https://github.com/ckan/ckan/blob...
0easy
Title: Cannot create a enum with a deprecation reason supplied Body: ## How to reproduce ```python options = { 'description': 'This my enum', 'deprecation_reason': 'For the funs'} graphene.Enum('MyEnum', [('some', 'data')], **options) ``` ## What happened ``` File "/Users/Development/saleor/saleor/...
0easy
Title: Broken file link in `run_corpora_and_vector_spaces` tutorial Body: #### Problem description The `run_corpora_and_vector_spaces.ipynb` tutorial depends on a file on the web, and that file is missing. #### Steps/code/corpus to reproduce See https://groups.google.com/g/gensim/c/nX4lc8j0ZO0 #### Versions...
0easy
Title: PSI added to diff of numerical stat columns Body: **Is your feature request related to a problem? Please describe.** Within https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/profilers/numerical_column_stats.py#L350 Need to add PSI - https://medium.com/model-monitoring-psi/population-stability-i...
0easy
Title: [BUG] TimeSeries.from_group_dataframe incompatible with integer timestamps Body: **Describe the bug** `TimeSeries.from_group_dataframe` should support both timestamp and integer time columns, but it internally converts to `DatetimeIndex` regardless of what is passed. https://github.com/unit8co/darts/blob/a64...
0easy
Title: Change `project-name`, `hide-request` and `hide-response` to use underscore Body: Change `project-name`, `hide-request` and `hide-response` to use underscore - `project_name` instead of `project-name` - `hide_request` instead of `hide-request` - `hide_response` instead of `hide-response` https://github.c...
0easy
Title: [BUG] Index out of bounds on reading a dataframe Body: **Describe the bug** Trying to read in 10000+ row dataframe. Getting an error: `IndexError: index 10001 is out of bounds for axis 0 with size 10001` ``` Traceback: File "/app/app.py", line 83, in <module> main() File "/app/app.py", line 78, in m...
0easy
Title: Fix: Error using enforce_privacy = True Body: https://github.com/gventuri/pandas-ai/blob/87dd966e52c21e6359f2797f80826cd49c6bd40f/pandasai/smart_dataframe/__init__.py#L436C57-L436C57 When using `enforce_privacy = True` generates an error because it only sends the headers and when using `_truncate_head_column...
0easy
Title: ISODate parse can use std library Body: Currently `ISODate`'s `parse` uses `dateutil`: https://github.com/betodealmeida/shillelagh/blob/7afaf13ec822f8c56895a8aec6ad77a7de2ea600/src/shillelagh/fields.py#L323-L328 however as of Python 3.7, [`date.fromisoformat`](https://docs.python.org/3/library/datetime.html...
0easy
Title: Fix blog link in docs Body: ### Summary The blog link in the footer needs to be fixed: ```diff diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index bc2aa8afb..6fea98a12 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -137,7 +137,7 @@ const config: Config = { ...
0easy
Title: Editing secrets wipes out previous keys Body: **Describe the bug** When editing a secret the previously set keys are not loaded as an option to update, when adding a new key to the existing secret it wipes out previous keys associated with the secret. **To Reproduce** - Create secret with multiple keys - Edit t...
0easy
Title: Check for existing asyncio event loops after forking Body: It seems there are some cases where there is already an existing, active event loop after forking, which causes an exception when the child process tries to create a new event loop. It should check for an existing event loop first, and only create one i...
0easy
Title: Files has not been implemented Body: 师傅,文件上传这块未来考虑实现吗,还是说现在有别的替代写法? 类似`requests.post(files=xxx)`的功能 ``` File "D:\Programs\Python310\lib\site-packages\curl_cffi\requests\session.py", line 407, in request req, buffer, header_buffer = self._set_curl_options( File "D:\Programs\Python310\lib\site-pac...
0easy
Title: missing the `Style` component Body: https://www.w3.org/TR/html401/present/styles.html#edef-STYLE
0easy
Title: Sphinx API documentation for `dask.config` shows the whole config Body: https://docs.dask.org/en/stable/configuration.html#api The rendered signature for `get`, `set`, `refresh` contains a snapshot of the whole dask config, which makes it hard and confusing to read.
0easy
Title: Table alembic_version Body: **Migrated issue, originally created by Mark Muzenhardt ([@redrooster](https://github.com/redrooster))** If I want to have a connection between my application version and the alembic database version, how could I do that in the best way?
0easy
Title: On mobile I have to scroll down to see text input Body: On Google pixel 6 I see this in a new chat: ![Screenshot_20230423-190240](https://user-images.githubusercontent.com/2178292/233856962-a2ffe1d7-178d-400c-8ca0-047356c8029f.png) I have to scroll down to see the input: ![Screenshot_20230423-190249](h...
0easy
Title: [ENHANCEMENT] Snowflake reader and writer have different parameter names for table name Body: ## Describe the bug SnowflakeReader and SnowflakeWriter use different names for the table name parameter (**table** and **dbtable** respectively). Unifying the parameter names will make easier to reuse the configuratio...
0easy
Title: [BUG] Videoclips are too short for the actual script and stop at a still image. Body: **Describe the bug** In a video I generated most of the clips are too short and stop playing although the text/voice continues. Only after a new "paragraph" a new clip is loaded. The result is a still image until the paragrap...
0easy
Title: sklearn_api `transform()` methods not compatible with generators Body: Example (from [TfidfTransformer](https://github.com/RaRe-Technologies/gensim/blob/b3b844e32cf03c28e58586cbd8b66d288d41758d/gensim/sklearn_api/tfidf.py#L157)) ```python if isinstance(docs[0], tuple): docs = [docs] return [self.gensim...
0easy
Title: [Documentation] Don't state `ToGray` would apply a conditional inversion Body: ## Documentation request I think the documentation of the `ToGray` transform is wrong in stating that it would invert the image if its mean is greater than 127. It does not appear to do so, and the code looks like plain conversions...
0easy
Title: [core] Split raylet cython file into multiple files Body: ### Description Our raylet cython file is a giant: https://github.com/ray-project/ray/blob/master/python/ray/_raylet.pyx, which spans for over 5K LOC. Two issues: - (minor) the file is too big, and hard to manage (i.e. add new code, delete old code, an...
0easy
Title: Custom template variables in settings Body: **Current behaviour** Currently, in email templates, Django host URLs are getting populated. **Better approach** If as a developer, I want to handle the email activation through front-end. Then I need to set the pass the front-end URL in templates. **The soluti...
0easy
Title: [BUG] DDG style bangs should support bang at the end Body: **Describe the bug** DuckDuckGo allows the user to specify bangs at either the start or the end of a custom command, as long as the short form is used: `!g` or `g!`. It would be nice if we had the same functionality here.
0easy
Title: Static Type Hinting: `dataprofiler/validators/base_validators.py` Body: **Is your feature request related to a problem? Please describe.** Improve the project in the area of - Make collaboration and code contribution easier - Getting started with the code when a contributor is new to the code base **Descr...
0easy
Title: Correct Spelling & Add Link Body: In the header section of the admin, 1. Change `Namah Shivayah` to `Namah Shivaya` 2. Add link to wiki of this repo as documentation lik ![image](https://user-images.githubusercontent.com/21276922/51860724-6d5aa380-2360-11e9-8c7d-66dd8ca20511.png)
0easy
Title: Topic 2 Par 2, "median ($50\%)" Body: Something went wrong with the formula "median ($50\%)" in the boxplot() explanation in the "3. Seaborn" part. Considering previous arcticle, the "median ($50\\%$)" should give correct display, not the "($50\\%)".
0easy
Title: request to fix illogical and redundant code in ResourceProtector (solution provided). Body: [Everywhere](https://docs.authlib.org/en/latest/flask/2/api.html#authlib.integrations.flask_oauth2.ResourceProtector) in documentation about ResourceProtector, we can find: ```python from authlib.integrations.django_oauth...
0easy
Title: [Docs] Revise the documentation for layouts to use colours from the palette Body: A recent PR introduced a [set of diagrams with very jarring colours](https://vizro.readthedocs.io/en/stable/pages/user-guides/layouts/#custom-layout-examples) that were chosen mostly to contrast strongly and clarify the layout grid...
0easy
Title: FSDP Torch XLA vs. FSDPv2 (SMPD) Torch XLA checkpoint saving bug Body: ### System Info There is bug in how trainer (SFTTrainer) saves the checkpoint when we use FSDPv2 (SMPD) on TPU. This behavior does not show up with old method to run Torch XLA code ( xla_spawn.py). This behavior causes the new checkpoint to...
0easy
Title: `NotRequired` and `Required` not properly handled with Python < 3.11 in `TypedDict` conversion Body: Hi All, I have a few classes that use the NotRequired notation from typing_extensions_4.8.0 and python 3.9.13 ``` class Signal(TypedDict): Network: str Signal: str class WriteSignal(Signal): V...
0easy
Title: 🛡️ Documentation - Migrate all documentation to CSP compliant examples Body: ### Overview There are multiple locations, see details below, in our documentation that have examples of adding JavaScript and sometimes styles. As it stands, these are often provided in a way that will not be CSP compliant and not al...
0easy
Title: Record token usage for /index commands Body: We need to be able to keep track of the token usage that occurs when using /index commands. Currently, this is not tracked at all. passing in llm_predictor into the query commands for the gpt-index indices seem to give me weird output for the answer of the query, woul...
0easy
Title: Code Changes Lines metric API Body: The canonical definition is here: https://chaoss.community/?p=3591
0easy
Title: Wrong __repr__ param of Linkage Body: it should be `coxia_axis` not `new_axis` https://github.com/mithi/hexapod-robot-simulator/blob/030cdf7b6b293fc38a04ca8a68ee2527f1f4c8d7/hexapod/linkage.py#L193
0easy
Title: Debug execute messages Body: Could be possible set logger to debug execution messages? in aiomysql there's a "echo=true" option that helps a lot debugging transactions and others problems, could this be possible?
0easy