text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Help us with a new logo Body: Our logo is pretty boring, anyone with good design skills can help us design one? :)
0easy
Title: How are samples generated with RegressionModel / MLPRegressor? Body: Hi there, I tried sklearn's `MLPRegressor` with the `RegressionModel` wrapper, and to my surprise, I was able to generate samples with `historical_forecasts` (e.g. with `num_samples = 1000`). How is this possible? Neither `RegressionModel` n...
0easy
Title: Client does not use alternative schema when provided Body: **Describe the bug** Client does not pass schema to the initialization of the SyncPostgresClient object. This causes any call to the database to assume that the default public database is used instead of the provided schema. **To Reproduce** 1. Cre...
0easy
Title: nb cli functionality is documented in the cli --help but not in the docs Body: We need to document the command in the docs in a similar manner we do for nb --help. It should state supported formats and how to convert between them.
0easy
Title: [FEATURE] boston housing Body: sklearn wants to get rid of it ... should we have it as a fairness lesson?
0easy
Title: Rename Point class to Vector Body: We are using the Point class for 3d Vectors as well. I think the Point name is loaded, Vector is a more generalized term for a set of three numbers
0easy
Title: Incorrect type hint for `value` in `Url.validate()` Body: Currently the type hint for `value` in `.validate()` of the url classes is `value: Union[T, np.ndarray, Any]`. It should be `value: Union[T, str, Any]` though, since we actually expect a string here, not a numpy array. This is the case for: - `Audi...
0easy
Title: Fix README's Incorrect list-item indent and Misaligned table fence Body: # See: [Codacy report](https://app.codacy.com/manual/mithi/hexapod-robot-simulator/issues?&filters=W3siaWQiOiJMYW5ndWFnZSIsInZhbHVlcyI6WyJNYXJrZG93biJdfSx7ImlkIjoiQ2F0ZWdvcnkiLCJ2YWx1ZXMiOlsiQ29kZVN0eWxlIl19LHsiaWQiOiJMZXZlbCIsInZhbHVlcyI6...
0easy
Title: [Documentation] Add tutorial on how to apply MixUp including part of adding to the loss function. Body: We need a tutorial on how to apply MixUp to the data and the loss function. We probably can do it as a part of the training classification pipeline in Pytorch Lightning.
0easy
Title: Render Newlines in Marketplace Description Text Body: Newlines are currently not rendered in Marketplace Description text, this turns well formatted text into solid blocks with no paragraphs or bullet points, which is not nice to look at. Example: ``` Key Features: - 4-day advance notice on expiring domains - ...
0easy
Title: Forward/Backward Fill Body: # Brief Description I would like to propose a forward/backward fill method, similar to ``fill`` in tidyr. In Pandas, forward/backward fill can be achieved, but you cannot select directions for different columns within a dataframe. # Example API @pf.register_dataframe_method...
0easy
Title: replace `as_matrix()` with `.values` in `format_data` Body: The new version of pandas throws the following warning during calls to `format_data`: ``` /opt/conda/lib/python3.6/site-packages/hypertools/tools/df2mat.py:38: FutureWarning: Method .as_matrix will be removed in a future version. Use .values instead. ...
0easy
Title: [CI] Replace `:object_manager` with smaller Bazel targets. Body: ### Description #50885 splits `:object_manager` into smaller targets. Therefore, we can also replace `:object_manager` with smaller targets as dependencies. For example, `pull_manager_test.cc` only requires `"ray/object_manager/pull_manager.h"`, s...
0easy
Title: Add tight layout option that enforces constant spacing between rows and columns Body: The ProPlot "tight layout" algorithm permits variable spacing between successive rows and columns. However, for the sake of symmetry/aesthetics, users may occaionally want constant spacing like in matplotlib. This will be tr...
0easy
Title: Marketplace - Some weird interaction that goes on w/ the Featured agent cards (cards get cut off on sides) Body: ### Describe your issue. Some weird interaction that goes on w/ the Featured agent cards that I've noticed. When you navigate through the cards, it gets cut off on the sides.. Is it possible to m...
0easy
Title: Color choice for multivariate timeseries Body: **Is your feature request related to a current problem? Please describe.** Currently, it is not possible to choose the color of each component in a multivariate timeserie. It is only possible to choose a color for all componenents of the timeserie. **Describe prop...
0easy
Title: add `FormattedText` component Body: Defined as something like ```py class FormattedText(pydantic.BaseModel, extra='forbid'): text: str text_format: typing.Literal['bold', 'italic', 'underline', 'strikethrough'] | None = pydantic.Field(None, serialization_alias='textFormat') # TODO, use pydanti...
0easy
Title: Unblock examples/surface_timeseries_.py for the gallery Body: ## ๐Ÿงฐ Task Reference: https://github.com/napari/napari/pull/7487#issuecomment-2668444863 Depends on #7487. The surface timeseries example doesn't get built right now because at one point, nilearn was incompatible with recent numpy. That is no longe...
0easy
Title: [nlp_data] Add OSCAR Corpus Body: ## Description OSCAR Corpus: https://oscar-corpus.com/ ``` @inproceedings{ortiz-suarez-etal-2020-monolingual, title = "A Monolingual Approach to Contextualized Word Embeddings for Mid-Resource Languages", author = "Ortiz Su{\'a}rez, Pedro Javier and Romary...
0easy
Title: [code refactor] features -> KNN graph code in Datalab Issue Managers Body: The KNN graph is currently being constructed in each IssueManager, via duplicated code from the other IssueManagers. Goal: make this a helper method that is reused across the issue-managers
0easy
Title: named styles Body: The idea is to provide something a bit like [bootstrap's](https://getbootstrap.com/docs/4.0/components/buttons/) "primary", "secondary", "success" etc. to customise components without resorting the the sledge hammer of CSS. I think we have: * `primary` - default * `secondary` - for "not t...
0easy
Title: xxx.split('/')[-1] may lead to bug when you run eval.py in Windows Body: When i first run eval.py just like the Quick Start said: >>python ../../tools/eval.py \ --tracker_path ./results \ # result path --dataset VOT2016 \ # dataset name --num 1 \ # number thread to eval --tracker_prefix 'mod...
0easy
Title: Change Request Commits metric API Body: The canonical definition is here: https://chaoss.community/?p=4731
0easy
Title: HTTP 500 on patch_group (KeyError) Body: **Steps to reproduce** _docker run -p 8888:8888 kinto/kinto-server_ Running kinto 14.0.1.dev0. First request ``` POST /v1/buckets HTTP/1.1 Host: 127.0.0.1:8888 Authorization: Basic AAAA Content-Type: application/json Content-Length: 222 {"data": {"collection...
0easy
Title: Overwriting dirname causes test suite not to fail if snapshots unused Body: **Describe the bug** Within Home Assistant we have a SnapshotExtension to overwrite the default `__snapshots__` dir name with `snapshots`. But today I actually noticed that this had the side effect that it doesn't fail the test suite ...
0easy
Title: [DOCS] Example usage in docstring Body: As [discussed in #586](https://github.com/koaning/scikit-lego/pull/586#discussion_r1385475426), although most of the library features are documented in the user guide, the best way to showcase how to access and use each class/function would be a minimal example usage in th...
0easy
Title: artifacts in fill under curve for histograms in log mode Body: ### Short description Some histograms are not properly filled when log mode is enabled (for X or Y axis). ### Steps to reproduce 1. Run `histogram.py` from examples. 2. Right-click to bring up menu, select "Plot Options" -> "Transforms" -> "log...
0easy
Title: Native cron scheduler doesn't match convention Body: 40 10 * * 1-5 is running Tuesday to Saturday rather than Monday to Friday.
0easy
Title: [Documentation] Add tutorial about domain adaptation Body: It is not a widely used concept that we have domain adaptation transforms. Requires a separate tutorial.
0easy
Title: r2 metric report values Body: When using r2 as eval metric for regression task (with 'Explain' mode) the metric values reported in Leaderboard (at README.md file) are multiplied by -1. For instance, the metric value for some model shown in the Leaderboard is -0.41, while when clicking the model name leads to th...
0easy
Title: Different behavior of `get_header` between urllib.Request and WrappedRequest 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 ...
0easy
Title: intraday data ( extended history) docs Body: with the current state of the API on python we are not able to extract intraday stock data from more than 2 months althought the alphavantage API already have a feature to get it. It would be very helpfull if we can make it possible some way. ty.
0easy
Title: The cherry on top! Body: Not an issue, but proof you (and contributors) nailed it: https://youtu.be/wZRV2H4PK0Q Fantastic video which shows: - Great little history lesson regarding master-engineers, previously the guys who put tape to vinyl - Incl. how the whole loudness-war started, parts I didn't knew,...
0easy
Title: dismiss "Black is not installed, parameters wont be formatted" message Body: papermill shows a logging message if black is not installed, which is causing confusion for ploomber users. https://github.com/nteract/papermill/blob/aecd0ac16d34dd41a1a8e4ca3351844932af3d94/papermill/translators.py#L195 we should...
0easy
Title: Support autofocus Body: For all our Inputs it makes total sense to support autofocus: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus vuetify2 and 3 support it, and it's the HTML standard.
0easy
Title: Add custom snippet path support Body: ### Description I would like to be able to have Marimo include a custom path to snippets that will load within the snippets list. ### Suggested solution I imagine this would be provided in two ways: 1. Via the `pyproject.toml` file: ```toml [project] name = "marim...
0easy
Title: ไฝณๆ˜Ž-่ท‘ๆญฅๆœบ่ท‘ๆญฅ่ฎฐๅฝ•ๅฅฝๅƒๆฒกๆœ‰ๅŒๆญฅ๏ผŸ Body: ๆ˜ฏไธๆ˜ฏๅ› ไธบ่ท‘ๆญฅๆœบๆฒกๆœ‰่ฝจ่ฟน๏ผŸ
0easy
Title: `logfire whoami` should respect the `LOGFIRE_TOKEN` env var. Body: and I guess `pyproject.toml` and anywhere else we look for a token, e.g. it should have the same semantics in terms of finding a project as ```bash python -c 'import logfire; logfire.info("hello world")' ```
0easy
Title: [DOC] Bring the Jupyter workaround tips elsewhere in the documentation Body: Hey Pydantic, thank you for this project. **Reference** #144 raises the issue of being unable to run the example in the doc, later fixed by #214 **Doc improvement request** #214 put the work around notice only in the "Agent" sec...
0easy
Title: Always include `additionalProperties: True` for dictionary schemas 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 Current...
0easy
Title: Add `secret` attribute to columns Body: We have a `Secret` column type: https://piccolo-orm.readthedocs.io/en/latest/piccolo/schema/column_types.html#secret The reason this exists is to prevent inadvertent leakage of sensitive data. You can use it like this: ```python class Property(Table): addres...
0easy
Title: Show warning if `batch` & `unbatch` is implemented but max_batch_size not set in `LitServer` Body: ## ๐Ÿš€ Feature <!-- A clear and concise description of the feature proposal --> ### Motivation <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm al...
0easy
Title: [DOCS] Specifying R version in runtime.txt does not seem to be mentioned Body: Hey ๐Ÿ‘‹ I believe an R environment can now be described by the following in a `runtime.txt` file: ``` r-3.5-YYYY-MM-DD ``` But that doesn't seem to be reflected in the current documentation [here](https://repo2docker.readthedoc...
0easy
Title: `Checkbox` Border Color When `is_on = False` Should Default to Secondary Color Body: When `is_on = False` for the `Checkbox` component, the border color defaults to black. For better visual consistency, the border color should match the color of the filled checkbox, such as the secondary color by default. <...
0easy
Title: A application tutorial about Baysian Vector Autoregression? Body: NumPyro is quite a good package about probabilistic programming, I have seen there is a tutorial about AR(2). Cause VAR is quite important in economics, wish you and your team could post a tutorial about this. :D
0easy
Title: `skimage.measure.find_contours` returns results outside masked areas Body: ### Description: The `skimage.measure.find_contours` function sometimes returns contours which are entirely outside the input array masked areas, and thus that should be filtered out. This was reported in the context of DataLab (see th...
0easy
Title: Review usage of `covdefaults` and `.coveragerc` Body: Review the current state of the `.coveragerc` config file. My guess is that it could probably be simplified since we are also using the `covdefaults` package.
0easy
Title: Improve test coverage Body: Currently, our test coverage is: coverage: platform linux, python 3.10.12-final-0 Name Stmts Miss Cover gpt_engineer/init.py 1 0 100% gpt_engineer/cli/init.py 0 0 100% gpt_engineer/cli/collect.py 32 6 81% gpt_engineer/cli/file_selector.py 146 115 21% gpt_engineer/cli/learnin...
0easy
Title: Redirects importer does not clear its cache storage Body: ### Issue Summary Related: #12797. Reading the code of our temporary storage implementation, weโ€™re [missing our `CACHE_PREFIX`](https://github.com/wagtail/wagtail/blob/main/wagtail/contrib/redirects/tmp_storages.py#L87-L91) when deleting entries: ```pyt...
0easy
Title: Add Instructions for Bundling (pyinstaller, py2exe or similar) Body: If you're familiar with `pyinstaller` or similar, this issue is for you! Given Rio's ability to create desktop apps, it would be very nice to have a tried and true method for bundling apps made with Rio. Create an app, turn it into an exe, a...
0easy
Title: Constant for SQLITE_INDEX_CONSTRAINT_ISNULL is Incorrect Body: Right now the constant for `SQLITE_INDEX_CONSTRAINT_ISNULL` is hardcoded `69` https://github.com/betodealmeida/shillelagh/blob/14579e4b8c3159adc4076b36638d13f00dc70609/src/shillelagh/backends/apsw/vt.py#L68-L69 however that value should be `71`. See...
0easy
Title: Improve bitwise operator support Body: ### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/11621 <div type='discussions-op-text'> <sup>Originally posted by **nmoreaud** July 19, 2024</sup> Hello Do you know if bit operators are working fine with Oracle? I have encountered an error: `...
0easy
Title: Blank space at the bottom of the page Body: **Server Info (please complete the following information):** - OS: Ubuntu 20.04 - Browser: Chrome and Edge - RMM Version (as shown in top left of web UI): 0.13.4 **Installation Method:** - [X] Standard - [ ] Docker **Agent Info (please complete the fo...
0easy
Title: Mac OS่ฟ่กŒๅฏๆ‰ง่กŒๆ–‡ไปถ Body: ็ฌฌไธ€ๆญฅใ€‚ๆ‰“ๅผ€็ปˆ็ซฏ <img width="1820" alt="ๆˆชๅฑ2024-11-25 16 06 24" src="https://github.com/user-attachments/assets/e64ddc10-be88-4e8b-a117-1bbd5de82def"> ็ฌฌไบŒๆญฅใ€‚่พ“ๅ…ฅsudo spctl --master-disableไผš่ฝฆใ€‚่พ“ๅ…ฅMac os็š„ๅผ€ๆœบๅฏ†็ ๏ผˆๅฏ†็ ๏ผŒไธๆ˜พ็คบ๏ผ‰ใ€‚ <img width="1021" alt="ๆˆชๅฑ2024-11-25 16 04 18" src="https://github.com/user-attachments/as...
0easy
Title: confusing error if wrong extension Body: ploomber infers the type of task with a combination of the source and product extension, but if there's a typo a confusing error shows. example, if the user wants to dump data: ```yaml - source: another.sql product: another.parquets # typo here ``` error...
0easy
Title: add inverse_transform method to variable transformer classes Body: Add to the log, power and reciprocal transformers (https://github.com/solegalli/feature_engine/tree/master/feature_engine/transformation) an inverse_transform method that performs the inverse operation. So for log it would be exp, for exp it ...
0easy
Title: Improve CLI command suggestions Body: We currently have a hardcoded list of strings to catch typos when executing a command: https://github.com/ploomber/ploomber/blob/ff808c83bc63ce8c1ae09b726f0bceeb6d9d786e/src/ploomber/cli/cli.py#L243 However, this isn't robust. pip implements it using difflib, which is par...
0easy
Title: Time parameters should accept `datetime.timedelta` instead of `int` Body: ## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Currently timeout arguments are ambiguous as it is not clear what the value passed corresponds to. Is it seconds? Millis...
0easy
Title: Google colab - Feature selection not working Body: This is my setting: dataframe dataset, numerical values, Target is binary classification, I am trying to do feature selectection. automl = AutoML( mode = 'Compete', eval_metric = 'f1', validation_strategy = {"validation_type": "custom"}, res...
0easy
Title: Display link to the Docs if error with flags Body: ### Is your feature request related to a problem? Please describe. when running: ยดยดยด interpreter --this-does-not-exist ``` ### Describe the solution you'd like when running: ยดยดยด interpreter --this-does-not-exist ``` Display the link to the docs ###...
0easy
Title: Allow using `pytest-recording` with a command-line flag only Body: It seems like right now you need to define which functions will make use of `vcr` with a decorator. It would be great if there was a way to automatically enable `vcr` for all tests without requiring any change in the source code. For example, ...
0easy
Title: Unit tests for aux io and moving to io for release 2.0 Body: I think before the 2.0 release we should unit test what we can for the aux io module and move what we can to the io module.
0easy
Title: Test failure after initial setup for development Body: ### System Info OS version: Windows 10 Pro Python version: 3.10.10 PandasAI version: 1.3.3 ### ๐Ÿ› Describe the bug After a clean setup for initial development, notice that 2 of the tests are failing: ```bash ===================================...
0easy
Title: Add the missing docstrings to the `testing_node.py` file Body: Add the missing docstrings to the [testing_node.py](https://github.com/scanapi/scanapi/blob/main/scanapi/tree/testing_node.py) file [Here](https://github.com/scanapi/scanapi/wiki/First-Pull-Request#7-make-your-changes) you can find instructions of...
0easy
Title: `TypedDict` with forward references do not work in argument conversion Body: If we use a `TypedDict` like below as a type hint, type conversion is done for key `x` but not for `y`. ```python from typing import TypedDict class Example(TypedDict): x: int y: 'int' ``` This is different compare...
0easy
Title: Add a command to clean pipeline products Body: If users want to free space from the disk, they have to manually delete artifacts, we could add something like: ```python dag.clean() dag['task'].clean() ``` to delete existing products + metadata Note: should this delete remote copies if a client is...
0easy
Title: [Feature request] Add apply_to_images to BaseDistortion Body:
0easy
Title: [Syntax] Examples Clarification Body: ## Description of the problem, including code/CLI snippet For some provided examples, initialization of a GitLab object instance appears to use lowercase characters. No where in the package is a difference in capitalization noted. Example: [https://python-gitlab.readt...
0easy
Title: [BUG] Validation fails in beanie 1.24.0 when dictionary key is an Enum Body: **Describe the bug** https://github.com/roman-right/beanie/pull/785 introduced a bug here: https://github.com/roman-right/beanie/blob/main/beanie/odm/utils/encoder.py#L134. Now validation fails if dictionary key is an `Enum`. **To...
0easy
Title: Do not override already set env variables from `.env` Body: ## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Currently the `.env` variables take precedence over the system environment variables, this can cause issues as the Prisma CLI will use...
0easy
Title: [examples] Update example projects Body: There two official example projects: - [FastAPI Demo](https://github.com/roman-right/beanie-fastapi-demo) - Beanie and FastAPI collaboration demonstration. CRUD and Aggregation. - [Indexes Demo](https://github.com/roman-right/beanie-index-demo) - Regular and Geo Index...
0easy
Title: [๐Ÿ› BUG] Favicon not being displayed using run(favicon="favicon.png") Body: ### What went wrong? ๐Ÿค” I cannot display a favicon even if I specify it in the run arguments The favicon is 96x96 pixels in png ### Expected Behavior My favicon to be displayed ### Steps to Reproduce Issue ```python from taipy.gui...
0easy
Title: Feature Request: Pivot Points Body: Pivot points are used to notice importance levels during a trading session. I have used them successfully for day trading as they are solid inflection points. Read more here - https://tradingsim.com/blog/pivot-points/ > > Pivot Point (PP) = (Prior Daily High + Low + ...
0easy
Title: Remove deprecated code from `geometry.conversions` Body: The [kornia.geometry.conversion](https://github.com/kornia/kornia/blob/master/kornia/geometry/conversions.py#L411) has deprecated code that can be cleaned up Aside from removing the `order` deprecated code, we also need to update the test to not ignore ...
0easy
Title: [UX] Terminating jobs controller with that is on a non-existing kubernetes cluster fails with `-p` Body: To reproduce: 1. `sky local up` 2. `sky jobs launch --cloud kubernetes --cpus 1 echo hi` 3. `sky down sky-jobs-controller-xxx -p` fails to remove the entry from the table
0easy
Title: Problem with pandas_ta Body: Hi all, I'm a newbie with Python and I have a problem with the following code. Line 2 doesn't work. `import pandas as pd import pandas_ta as ta df = pd.DataFrame() help(df.ta)` I previously installed pandas_ta from cmd window with the following command pip install pandas_ta...
0easy
Title: Ensure ClassificationScoreVisualizers subclasses return score and add tests Body: Extended from #361 to be more specific. In #407 we reworked the `ClassificationScoreVisualizer` to save the score in a `score_` property, then return it from the method after drawing. We still need to update the subclasses to eithe...
0easy
Title: Elephant factor metric API Body: The canonical definition is here: https://chaoss.community/?p=3940
0easy
Title: Add benchmark test for open_datatree Body: ### What is your issue? To prevent regressions in the future, we should add a benchmark test for opening a deeply nested data tree. This is to follow up on #9014 @aladinor's performance improvements. You can see here how we benchmark opening and loading a singl...
0easy
Title: List of smaller extraction bugs (text & metadata) Body: I have mostly tested `trafilatura` on a set of English, German and French web pages I had run into by surfing or during web crawls. There are definitely further web pages and cases in other languages for which the extraction doesn't work so far. Correspo...
0easy
Title: Comparison between AnyUrl objects is not working Body: ### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description It's no longer possible to sort AnyUrl objects. This worked in 2.9, like so for example: ``` + annotated-types==0.7.0 + pydantic==2.9.0 + pydantic-core==2.23.2 ...
0easy
Title: Add TorchScript backend Body:
0easy
Title: can you support smc/bos/choch smart money indicator Body: can you support smc/bos/choch smart money indicator https://www.tradingview.com/script/CnB3fSph-Smart-Money-Concepts-LuxAlgo/
0easy
Title: Surprising empty output in skimage.feature.hog() Body: ### Description: If the image is too small given the chosen `pixels_per_cell` and `cells_per_block`, an empty array is produced as output. [This is a surprising output.](https://stackoverflow.com/q/76681370/7328782) I suggest you produce a descriptive ...
0easy
Title: Command to run already built image Body: Often, I would like to play with what volumes are mounted, or what command is executed, without having to rebuild the docker image. This takes a long time when working on a JupyterLab extension that depends on JupyterLab master and so has to rebuild all of JupyterLab e...
0easy
Title: Unnecessary dependency on FuzzyTM pulls in many libraries Body: #### Problem description I'm trying to upgrade to the new Gensim 4.3.0 release. My colleague @juhoinkinen noticed in https://github.com/NatLibFi/Annif/pull/660 that Gensim 4.3.0 pulls in more dependencies than the previous release 4.2.0, includin...
0easy
Title: [BUG] Environment variables from .env file ignored in Dash.run Body: **Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 2.17.1 dash-bootstrap-components 1.6.0 dash-core-com...
0easy
Title: [FEA] GFQL benchmark notebook and GPU examples Body: **Is your feature request related to a problem? Please describe.** I added discussion of GFQL GPU support to the main readme and doc strings, but we should have some accessible ipynb's **Describe the solution you'd like** - [x] **simple** ipynb showing a be...
0easy
Title: Refactor pages Body: We currently have three pages apart from the landing page - The inverse kinematics page - The kinematics page - The leg patterns page All of them have the following: ```python GRAPH_NAME = "graph-hexapod-patterns" ID_MESSAGE_DISPLAY_SECTION = "display-message-patterns" SECTION_MES...
0easy
Title: Nicer UI when running migrations Body: When running migrations, the output is a bit ugly - there must be a nicer approach, which is more informative. <img width="754" alt="Screenshot 2021-09-16 at 16 11 02" src="https://user-images.githubusercontent.com/350976/133637875-a5e3e32c-5303-4890-9033-df55f3bd7c70.pn...
0easy
Title: [3.0] Export Action should support multiple resources too Body: When using import-export 3.0, the export action in the changelist does not allow resource selection. I think we should add the support to complete the multi resource feature. https://github.com/django-import-export/django-import-export/blob/03...
0easy
Title: FIxing algolia search button on mobile Body: On mobile screens, users need to click on the magnifier button on the right, and then again on the algolia magnifier button that appears. This is a bit confusing, furthermore, the button isn't aligned. I'm not sure what the best solution is here, so open to suggest...
0easy
Title: [BUG] Unable to scroll in jupyterlab Body: **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Please describe the steps needed to reproduce the behavior. For example: 1. Open up binder [exercise link](https://mybinder.org/v2/gh/lux-org/lux-binder/master?urlpath=lab/tr...
0easy
Title: [Feature request] Add apply_to_images to MultiplicativeNoise Body:
0easy
Title: VertexAIRegion List Incorrect Body: ### Initial Checks - [x] I confirm that I'm using the latest version of Pydantic AI ### Description In the documentation, I think the [VertexAIRegion](https://ai.pydantic.dev/api/models/vertexai/#pydantic_ai.models.vertexai.VertexAiRegion) list should point to the following...
0easy
Title: Make the custom `Base64` type compatible with OpenAPI generation 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: Endpoint to get Pull Requests for a given repo within a given time frame Body: It would be good to have an endpoint in Augur that gets pull requests for a given repo within a given time frame. It would make Augur metrics more uniform and usable for open source health purposes. Similar endpoints to this already e...
0easy
Title: Support argument conversion and named arguments with dynamic variable files Body: If we have a dynamic variable file like ```python def get_variables(a: int = 0, b: float = 0.0): ... ``` using argument conversion like ``` Variables example.py 42 3.14 ``` and also using named arguments like ...
0easy
Title: [Refactoring] Use PeerID instead of DHTID Body: Currently, hivemind.dht uses a specialized identity data structure called [DHTID](https://github.com/learning-at-home/hivemind/blob/master/hivemind/dht/routing.py#L250). This data strucuture is very similar to another one called [PeerID](https://github.com/lear...
0easy
Title: Remove f-string for < 3.5 support Body: As discovered in https://community.plot.ly/t/jupyterlab-dash-extension/22922, an f-string slipped into the code base which prevents the use of Python 3.5. https://github.com/plotly/jupyterlab-dash/blob/031a46f527010180b2d2e621e634e260ea545b8b/jupyterlab_dash/__init__.py...
0easy