text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Deprecate `InitSpider` Body: Following https://github.com/scrapy/scrapy/issues/1510#issuecomment-2708531295 If anybody actually needs it, it's just 7 lines of code.
0easy
Title: Customizable ordering of reports Body: ### Describe the problem Our project has about 100 translators each year. We want to follow up who makes a lot of translations to give them a shout out (or even swag) and to monitor our translations. When a language reaches 95% translated, it gets in to production. If it d...
0easy
Title: [Feature request] Return Mixing Data from MixUp Body: Right now we return `mix_coef`, but not that data that was used for mixing, which limits the application of the transform.
0easy
Title: `ELSE IF` condition not passed to listeners Body: RF 6.0 enhanced listeners so that more info about control structures is passed to them (#4335). Due to a bug in the code, a missing comma in a single item tuple, `ELSE IF` condition is missing. Easy to fix and need to add tests as well.
0easy
Title: Missing format string arguments Body: This assertion error string is not properly formatted as the 2 format arguments `y_pred.shape` and `y.shape` are missing: https://github.com/scikit-learn/scikit-learn/blob/551d56c254197c4b6ad63974d749824ed2c7bc58/sklearn/utils/estimator_checks.py#L2139 ```python asser...
0easy
Title: DatePickerRange initiates callbacks at every selection, before window is closed. Body: Clicking on the dates on the DatePickerRange initiates callbacks at every click. For example, selecting the start date initiates callback, before one can finish selecting the end date. These callbacks have to all finish runnin...
0easy
Title: Positional-only argument containing `=` is considered named argument if keyword accepts `**named` Body: If a keyword accepts a positional only argument like ```python def example(arg, /): print(arg) ``` using it like ``` Example foo=bar Example arg=xxx ``` works fine and the keyword gets `foo...
0easy
Title: Add tests for all linux pack actions Body: The [contrib `linux` pack](https://github.com/StackStorm/st2/tree/master/contrib/linux) has a few broken actions (`check_loadavg`, `check_processes`, `dig`: #4993, `diag_loadavg`, `netstat`: #4947, possibly more) at least on CentOS 8. It's really disheartening to spin ...
0easy
Title: Add a method to check if a document is already index Body: # Context We should add a method in `BaseDocIndex` to check if a document is already indexed in the database. In short what it would do is to check the `id` of the given document and check if it already exist in the database.
0easy
Title: strawberry_django_plus.filters.filter makes fields required by default?! Body: When using `strawberry_django_plus.filters.filter` instead of `strawberry_django.filter`, the annotated fields appear to be required, i.e. activated by default in GraphiQL, and using `deprecation_reason` causes the schema to validate:...
0easy
Title: Can Autosklearn handle Multi-Class/Multi-Label Classification and which classifiers will it use? Body: I have been trying to use AutoSklearn with Multi-class classification so my labels are like this 0 1 2 3 4 ... 200 1 0 1 1 1 ... 1 0 1 0 0 1 ... 0 1 0 0 1 0...
0easy
Title: [Examples] Fix docstring of to_screenshot.py and export_figure.py Body: ## 🧰 Task As identified in https://github.com/napari/napari/pull/7319 the docstrings (which end up being the copy in the napari.org gallery example) are not correct for the screenshot and export_figure examples. See: <img width="891" alt=...
0easy
Title: Make html report pretty Body: πŸ’„ - [ ] Show only path_url in the titles - [ ] Add response and request headers - [ ] Add request headers and body - [ ] Add response headers, metada and body - [ ] Add cURL - [ ] Add response time
0easy
Title: [Doc] Document for soft delete feature Body: Needing documentation for soft delete recently added to beanie.
0easy
Title: Add IsQuarterEnd primitive Body: - This primitive determine the `is_quarter_end` of a datetime column
0easy
Title: cant hide sidebar in watch mode Body: Use cant hide the sidebar in the `watch` mode.
0easy
Title: Update ClassicalSimulator to use simulation infrastructure Body: Update Classical Simulator to use https://github.com/quantumlib/Cirq/pull/5417 --- **What is the urgency from your perspective for this issue? Is it blocking important work?** P2 - we should do it in the next couple of quarters
0easy
Title: Add caching to Github actions for faster builds Body: Builds are painfully slow right now, maybe the docker images can be cached?
0easy
Title: [Feature] generate till it reaches model's context length Body: ### Checklist - [ ] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed. - [ ] 2. Please use English, otherwise it will b...
0easy
Title: Get latest disqus comments and show in admin dashboard Body:
0easy
Title: Code Changes Commits metric API Body: The canonical definition is here: https://chaoss.community/?p=4707
0easy
Title: [DOCS] Explain matplotlib get_cmap function Body: Would it make sense to implement a `get_cmap` function as `colorcet.cm.get_cmap` that could override Matplotlib's so that external libraries using MPL's `get_cmap` could just replace it with Colorcet's `get_cmap` if Colorcet is available at runtime? This would ma...
0easy
Title: Possibility to give a custom name to a suite using `Name` setting Body: Suite names are got from file or directory names by default so that, for example, `example_suite.robot` creates a suite `Example Suite`. This works fine in general, but makes it inconvenient or even impossible to use special characters like ...
0easy
Title: Use Annotated to Indexed to complete type hints Body: ### Discussed in https://github.com/roman-right/beanie/discussions/637 <div type='discussions-op-text'> <sup>Originally posted by **hudrazine** August 4, 2023</sup> If you define `Indexed` as a type hint for a field, the type checker will complain : ...
0easy
Title: Drop Python 3.7 support Body: Python 3.7 is now end of life - https://devguide.python.org/versions/#unsupported-versions We should do the following: - [x] Update release.yaml to use a more modern Python version https://github.com/piccolo-orm/piccolo/blob/36e80f58b87822244e405736be141e68b5ae7fa4/.github/wor...
0easy
Title: Custom text mime types Body: There is no longer the possibility to configure which type of content should not be base64 encoded. I need to ignore the "application/vnd.oai.openapi" format which is used by redoc. Also the doc is not up to date as it is stated that it is still possible to pass TEXT_MIME_TYPES.
0easy
Title: Implement Dataset Entry for Datasets Body: We have a new `DatasetEntry` class which helps us to generalize over datasets and enforce a common formatting. We need to implement this class for a couple of more datasets: - [ ] SODA (@hardikyagnik) - [ ] JokeExplanation (@sampatkalyan, needs approval from CodeOw...
0easy
Title: Gridlines automatically created in matplotlib and seaborn plots [BUG] Body: Darts package seems to have some parameter under the hood that inserts gridlines into every matplotlib and seaborn plot: If i do not import darts, this seaborn heatmap doesnt show gridlines, ``` import seaborn as sns import numpy ...
0easy
Title: Experiment stuck due to hyperparameter suggestion pod gettin OOM Killed Body: /kind bug **What steps did you take and what happened:** Every time I try to run an experiment (in this case using Bayesian Optimization) after 18-25 trials, the pod that schedules the trials with suggested hyperparameters gets O...
0easy
Title: `history pull` - pull the command history from parallel sessions to the current session Body: `history pull` command was implemented in [xontrib-rc-awesome](https://github.com/anki-code/xontrib-rc-awesome) for sqlite history backend - [history-pull](https://github.com/anki-code/xontrib-rc-awesome/blob/db11c3dadb...
0easy
Title: Addition: SimplifiedRegressionDashbaord Body: The default dashboard can be very overwhelming with lots of tabs, toggles and dropdowns. It would be nice to offer a simplified version. This can be built as a custom ExplainerComponent and included in custom, so that you could e.g.: ``` from explainerdashboard i...
0easy
Title: Rounding error leads to bad display of status color bar Body: Observed on RF7. When I have: 1 successful test, 4 failed and 1 skipped; the report badly rounds the proportion of each status, ending up in this weird display: ![image](https://github.com/user-attachments/assets/1e8d74d8-52c4-495f-a09e-13265db7d9...
0easy
Title: --backend-store-uri error Body: ### Summary Hi, When I run the command below to use a remote postgres database as metadata storage, I got errors. Could you help me resolve this? ``` $mlflow server --host 0.0.0.0 --port 7031 --backend-store-uri postgresql://test_name:test_pass@localhost:5432/mlflow_db 2025...
0easy
Title: Remove deprecated scrapy.downloadermiddlewares.decompression Body: Deprecated in 2.7.0
0easy
Title: add ploomber cloud {cmd} cli suggestions Body: When a user types an incorrect command: ``` ploomber {cmd} ``` We print a "did you mean {another}?" if there's a close match, but this functionality does not work with nested commands (e.g. `ploomber cloud`)
0easy
Title: feature: extend Response API Body: We should specify concrete broker Response classes (like [KafkaResponse](https://github.com/airtai/faststream/blob/main/faststream/kafka/response.py#L4)) to make them supporting all broker features ([Publisher.publish](https://github.com/airtai/faststream/blob/main/faststream/k...
0easy
Title: [new] `find_value(arr, value)` Body: returns 0 indexed index of value in array. If not found, return null get inspired from https://stackoverflow.com/questions/70885708/how-to-find-the-index-of-an-element-in-an-array-in-bigquery
0easy
Title: [DOC] AutoREG docstring includes non-existent arguments Body: #### Describe the issue linked to the documentation The [`AutoREG` documentation](https://www.sktime.net/en/latest/api_reference/auto_generated/sktime.forecasting.auto_reg.AutoREG.html) includes arguments such as `endog` and `exog` that are not prese...
0easy
Title: Provide user-facing functionality for fixing serialization/deserialization of custom scalars Body: When parsing the textual representation of a GraphQL schema into a schema object, custom scalars' serialization and deserialization code are not picked up since they are not part of the textual representation. This...
0easy
Title: Test with the oldest version of pytest and Memray we support in CI Body: Currently we only test with the newest version of both pytest and Memray, but we declare support for older versions. We should test that pytest-memray really does work with the oldest versions of pytest and Memray that we claim to support.
0easy
Title: Failing tests in DocStrings Body: Checking the Python files in NLTK with "python -m doctest" reveals that many tests are failing. In many cases, the failures are just cosmetic discrepancies between the expected and the actual output, such as missing a blank line, or unescaped linebreaks. Other cases may be real ...
0easy
Title: Occasional doc build failure `example_debug_logging.py` Body: Occasional issue building docs with `example_single_configuration.py` Error: ``` generating gallery for examples/40_advanced... [ 50%] example_debug_logging.py Warning, treated as error: /home/runner/work/auto-sklearn/auto-sklearn/examples/4...
0easy
Title: Add StandardScaler Estimator Body: The StandardScaler estimator scales the data to zero mean and unit variance. Use the IncrementalBasicStatistics estimator to generate the mean and variance to scale the data. Investigate where the new implementation may be low performance and include guards in the code to use ...
0easy
Title: Setting the seed when instantiating the model Body: ### πŸš€ The feature It would be nice to have something like that: ```py df = SmartDataframe( df, config={ "llm": llm, "verbose": True, }, seed=26 ) ``` ### Motivation, pitch The seed being set in the model of the se...
0easy
Title: Add unit tests for File Metrics Collector Body: /kind feature We should add unit test for our [File Metrics Collector](https://github.com/kubeflow/katib/tree/master/pkg/metricscollector/v1beta1/file-metricscollector) to verify log parsing. That will help to avoid issues similar to: https://github.com/kubefl...
0easy
Title: [Optimizer] Move AdamW in GluonNLP to MXNet Body: ## Description Move the adamw optimizer defined here to MXNet. https://github.com/dmlc/gluon-nlp/blob/20321598a732d254d4a9e036eecbe0ae8abb48a0/src/gluonnlp/optimizer.py#L31-L32
0easy
Title: Allow to customize task names when using grid Body: This is related to #647 - we already allow custom product paths, but it is not possible to customize product paths
0easy
Title: Deprecate unused scrapy.utils code Body: As far as I can see the following functions and classes from `scrapy.utils` are not used anywhere (usually because the code using them is gone): * `scrapy.utils.python.flatten()` * `scrapy.utils.python.iflatten()` * `scrapy.utils.python.equal_attributes()` * `scrapy...
0easy
Title: Boolean attributes in button: disabled Body: Hello. I'm trying to use [the `disabled` attribute](https://www.w3schools.com/Tags/att_button_disabled.asp) in the button element. Firstly, I've noticed that its type is String instead of Boolean. Secondly, I've trying to set the prop disabled='disabled', but i...
0easy
Title: [FEA] pylance/pyright Body: **Is your feature request related to a problem? Please describe.** MyPy is frustratingly slow, it'd be great to try something supposedly faster like pylance/pyright Depending on success, we may want to move to that for dev and only run mypy for ci To get started, just some sort...
0easy
Title: unexpected output for HF model with matching Body: ## πŸ› Bug <!-- A clear and concise description of what the bug is. --> ### To Reproduce without batching all works as expected ``` {'output': 'What is the capital of Greece?\n\nAthens.'} ``` but with batch, it returns just the first character ``` ...
0easy
Title: Support passing multiple input_file parameters to ``evaluate'' command Body: **Is your feature request related to a problem? Please describe.** I want to evaluate multiple datasets (same formatting, they can share the same dataset reader). The "evaluate" command takes much longer to load the model than to evalu...
0easy
Title: DOC: Add warnings for methods falling back to pandas Body:
0easy
Title: Dialogs created by `Dialogs` on Windows don't have focus Body: This makes using dialogs without a mouse inconvenient. I noticed this when working with #4634 but this is more related to #4619.
0easy
Title: Modify translation pipeline langdetect parameter to accept language detection function Body: *See [this comment](https://github.com/neuml/txtai/issues/423#issuecomment-1426777995) for details on what to implement for this issue* First and foremost, I've been getting errors while trying to install fasttext wit...
0easy
Title: [Tech debt] Improve interface for DropOut Body: * `scale_min`, `scale_max` => `scale_range` => We can update transform to use new signature, keep old as working, but mark as deprecated. ---- PR could be similar to https://github.com/albumentations-team/albumentations/pull/1704
0easy
Title: Having trouble attempting to "import pandas_ta as ta" Body: Python 3.12.1 running using PyCharm as my IDE Package Manager shows "pandas_ta with version 0.3.14b0 when I run the code: ```python import pandas as pd import requests import pandas_ta as ta ``` ```sh Traceback (most recent cal...
0easy
Title: [Bug] [Typo] Fix convert_all.sh Body: Fix these two lines https://github.com/dmlc/gluon-nlp/blob/e0b293e9ba515f8b4c58671232bd7c1b99522ebd/scripts/conversion_toolkits/convert_all.sh#L3-L4 `convert_bert_from_tf_hub.sh` --> `convert_bert.sh` `convert_albert_from_tf_hub.sh` --> `convert_albert.sh`
0easy
Title: Marketplace - Profile description text doesn't render new-lines Body: <img src="https://uploads.linear.app/a47946b5-12cd-4b3d-8822-df04c855879f/484659e5-29b1-4748-a9da-a46f73d3cc58/8e111859-ba25-4ba0-ac2f-c2fddec620ec?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiL2E0Nzk0NmI1LTEyY2QtNGIzZC04ODIyLWRm...
0easy
Title: pandas-profiling crashes if there are some unwanted characters in text fields Body: I am trying to apply profiler for data extracted from SAP. Data size is 1 million rows and 42 columns. I load it to dataframe dfp and use the following code: ``` pand_prof_name = os.path.join(rep_folder, "pandas_profiler.htm...
0easy
Title: Bug: New `create_static_files_router` automatically adds routes to schema docs Body: ### Description I found this suprising when using the new static files feature that 1: It auto adds these to the schema 2: It adds them under a sort've "ugly" router header `default` We should fix one or both of those ...
0easy
Title: [DOC] Wrong default value for `return_metadata` in `load_forecasting` Body: ### Describe the issue linked to the documentation The parameter `return_metadata` in `aeon.datasets.load_forecasting` is set to False, but in the docstring it is set to True ### Suggest a potential alternative/fix it should be False...
0easy
Title: ZLMA newbie question Body: hello, I am new in Pandas and Pandas Ta, here is my code: ```python data=[1,2,3,4,5,6,7,8,9,10,1,2,3,4,5,6,7,8,9,10] #etc.. df = DataFrame (data,columns=["Close"]) zlma_list= ta.zlma(pd.Series(df['Close'])) ``` How can I change the original values of ZLMA ```python def zl...
0easy
Title: dynDNS: Support multi-IP update in myip= query parameter Body: Title says it all. Example log: ``` Oct 13 21:49:38 digga desec/www[25547]: update.dedyn.io:443 79.231.19.56 - cmvdo.dedyn.io [13/Oct/2021:19:49:38 +0000] "GET /nic/update?hostname=[...]&myip=2003:[...]:204d,79.[...].56 HTTP/1.0" 400 179 "-" "Deu...
0easy
Title: Remove redundant message in Page Inverse Body: We display the current state in the user interface even though the widgets are already displaying it. Is that really necessary?
0easy
Title: Saving multiple Pages to individual HTML files Body: Can we save reports with multiple pages to individual HTML files? ### Discussed in https://github.com/datapane/datapane/discussions/174 <div type='discussions-op-text'> <sup>Originally posted by **ZKpot** December 7, 2021</sup> Hello, In general,...
0easy
Title: Improvements to the Manifold Visualizer Body: The following improvements can be made to the manifold visualizer: *Note to contributors: items in the below checklist don't need to be completed in a single PR; if you see one that catches your eye, feel to pick it off the list!* - [ ] describe the number of f...
0easy
Title: Export button is shown on detail page even if no permissions are present Body: **Describe the bug** The export button is still shown, even if the user has no permissions on the object. Clicking the button gives a 403. ![image](https://github.com/user-attachments/assets/c4c6ed1b-37b7-4410-bf56-fd95c290f128...
0easy
Title: Different KDE implementations Body: We have experienced some issues in the past with statsmodels' KDE implementation (see in-line comments in `ridgeplot._kde.estimate_density_trace()`. - Most obvious option: [scipy.stats.gaussian_kde](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.gaussian_k...
0easy
Title: Set METAREFRESH_IGNORE_TAGS to ["noscript"] by default Body: I was wrong in https://github.com/scrapy/scrapy/issues/3844. The default value should be `["noscript"]`, to deal with [antibot behaviors](https://github.com/scrapy/scrapy/commit/ec1ef0235f9deee0c263c9b31652d3e74a754acc). Found by @mukthy.
0easy
Title: Access Nameservers during Development Body: docker-compose exposes ports to the name servers via `docker-compose.dev.yml`, but this change stops connections: https://github.com/desec-io/desec-stack/commit/09ede83056f9b0e10c67035ddace26bd060a152b#diff-861d4dd8bb85a30abf4a91efa8d9bd5fR14
0easy
Title: Optimizer.tell doesn't check length of point Body: First, let me say how awesome this library is and thanks for all the hard work that has been put into it. I was playing around recently and made a typo that really tripped me up. The setup here is that there is some amount of validation that happens to points...
0easy
Title: Allow last mode to be fixed in decompositions Body: #### Problem In response to #72 and for a few months now, Tensorly has allowed to fix some modes in decompositions, e.g. using the following syntax for parafac: ```python out = parafac(tensor, rank, fixed_modes=[0,1]) ``` In the above example, the first tw...
0easy
Title: Correct all mentions of Py.Cafe Body: We have generally referred to PyCafe as Py.Cafe throughout. I've confirmed with the PyCafe team and they'd rather use: * PyCafe to describe their organization * [https://py.cafe](https://py.cafe) to talk about the site itself The best way to fix this would probably ...
0easy
Title: Refactoring: completer Body: - [ ] To prevent issues like https://github.com/xonsh/xonsh/issues/5809 in general we need to treat the completers which returns the list of empty lines like return None. Start point is [here](https://github.com/xonsh/xonsh/blob/bb75a5a53ba6b5e4ed60ae88839283075e9f47dc/xonsh/complete...
0easy
Title: Pandas 2.1.0 and mfi indicator Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.** pandas-ta 0.3.14b python 3.12 pandas 2.1.0 **Do you have _TA Lib_ also installed in your environment?** No **Have you tried the _development_ version? Did it resolve the i...
0easy
Title: Type stubs Body: **Which version are you running? The lastest version is Github. Pip is for major releases.** 0.3.14b **Is your feature request related to a problem? Please describe.** Python is ever more growing towards typing. Even major projects like Pandas, Numpy, Matplotlib have added typing hinting to...
0easy
Title: DEMO PAGE IS DOWN Body: demo page is down we need a new host should update with travis CI
0easy
Title: Improve description in Step 2 for the example Body: The description in Step 2 does not seem very clear, e.g., in " internal node is a parent of that internal node", it is not clear which nodes are referred to here. It would be good to walk through how one column of C is constructed. Should the second column be (...
0easy
Title: UserWarning thrown when importing hypertools in jupyter notebook Body: When importing hypertools in a jupyter notebook (`import hypertools as hyp`), the following warning is thrown: ``` /opt/conda/lib/python3.6/site-packages/matplotlib/__init__.py:1405: UserWarning: This call to matplotlib.use() has no eff...
0easy
Title: Enhancement: support constraints for a `dict` type Body: ### Summary A valid model: ```py from typing import Annotated from annotated_types import MinLen from pydantic import BaseModel from polyfactory.factories.pydantic_factory import ModelFactory class Person(BaseModel): pets_names: Annotated...
0easy
Title: BUG Error while deleting a task Body: I am trying to delete a task, but Rocketry returns a KeyError. ```python import asyncio from rocketry import Rocketry from rocketry.conds import secondly app = Rocketry() @app.task(secondly, name='foo') async def foo(): ... async def main(): async...
0easy
Title: Documentation README Body: ### Proposal Develop a documentation contribution guideline modeled after [pandas](https://github.com/pandas-dev/pandas/blob/master/doc/README.rst) Documentation is often seen as a safe place for new contributors to start, but Sphinx and reStructured text can be intimidating at f...
0easy
Title: [tech debt] Add automatic check to validate that links in Readme are valid Body: I think, there should be some tool for pre-commit hook to check that.
0easy
Title: Improve error message when object is passed to Trainer callbacks Body: ### Bug description I use torch==1.13.1 and lightning==2.2.0, and multiple callbacks in Trainer, it will raise Error "ValueError: Expected a parent". I have read the docs and github issues about this problem[https://github.com/Lightning-AI/...
0easy
Title: `gc --not-in-remote`: misleading warning message Body: # Bug Report ## Description The warning message printed when using the `--not-in-remote` flag appears to be incorrect. The behavior of the flag appears correct (consistent with the documentation); the warning message is not consistent with behavior or docu...
0easy
Title: Can't query by id? Body: Thanks for a great library. After starting examples/flask_mongoengine : I expected I would be able to query by id? I'm unable to query by id, but can query by name ``` { allEmployees(id:"RW1wbG95ZWU6NWE5ZjE4NzA2MGJmZmVhZDcyYmI3Zjgw") { pageInfo { hasNextPage ...
0easy
Title: Bug: constraints not working in pydantic v2 (when a `Union` is used) Body: ## Preface There was a confirmed bug https://github.com/litestar-org/polyfactory/issues/307 but it was not completely fixed. Using `Annotated` was fixed but using `Annotated[<type>, <...>] | None` still fails. ## Reproducible sam...
0easy
Title: Add Python API documentation / Module reference to the documentation/website Body: **Is your feature request related to a problem? Please describe.** As explained in #996 dynaconf 2.2.3 has a [Module reference](https://dynaconf.readthedocs.io/en/docs_223/reference/dynaconf.html#) where I can read see all the...
0easy
Title: Bug in popmon_dp_loader_example.ipynb (popmon version incompatibility) Body: **General Information:** Popmons current version is not compatible with the notebook we have written for integration **Describe the bug:** ``` --------------------------------------------------------------------------- Validation...
0easy
Title: Better documentation about slack_sdk.models usage in Web APIs Body: We can improve the docstrings and the documentation website to provide more information about models. * Add more info about models support in chat.* API docstrings * Add a section about models in the website: https://slack.dev/python-slack-s...
0easy
Title: Clean up Python warnings Body: Running test suite, looks like Python starting to complain about some things. Change over as necessary to avoid future deprecation problems ``` tests/test_package.py::test_map <frozen importlib._bootstrap>:488: DeprecationWarning: Type google.protobuf.pyext._message.ScalarMa...
0easy
Title: nslord: stop publishing DS records with SHA-1 Body: In agreement with [RFC 4509 Sec. 3](https://tools.ietf.org/html/rfc4509#section-3): > Implementations MUST support the use of the SHA-256 algorithm in DS RRs. Validator implementations SHOULD ignore DS RRs containing SHA-1 digests if DS RRs with SHA-256 diges...
0easy
Title: Conda package Body: I tried to install it using conda anc conda package but the package cannot be found. Please make it available there Thank you for creating this awesome package!
0easy
Title: CI: code style checks Body: Beyond just enforcing `black` code style, we also want to run some extra CI checks to flag bad practices like: - `import *` - imports that are unused in the code Some of these may be best addressed via tools like: https://launchpad.net/pyflakes https://pylint.pycqa.org/en/latest/
0easy
Title: Enhancement: ModelView.find_all and ModelView.count still don't take into account the Request for the stmt - needed for multitenant support Body: **Describe the bug** As already suggested by me in https://github.com/jowilf/starlette-admin/issues/274 , views.py.ModelView.find_all and views.py.ModelView.count s...
0easy
Title: filters on Field should be a Collection rather than List Body: Currently `filters` on `Field` is defined to be a list (in which order is preserved. Rather it should be a `Collection` (where order is not preserved). A set of `Filter`s should be allowed. https://github.com/betodealmeida/shillelagh/blob/97197bd564...
0easy
Title: write error when adding user avatar or webite Body: otherwise running perfectly on pythonanywhere without celery. It might be a wtform validation issue? Getting this error: `Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/flask/app.py", line 2292, in wsgi_app response = sel...
0easy
Title: Run coverage tests only when source code is modified in PR Body: # Brief Description For PRs that only touch the infrastructure code (e.g. README.md, or `.pre-commit-config.yaml` and the likes), we need not waste resources running coverage. Also, coverage is flaky sometimes. Exceptions: `.codecov.yml`, `ja...
0easy
Title: Downloader fails when download_dir is a nested folder that doesn't exist Body: ### Problem When the download folder doesn't exist, it is created by the downloader. But when that folder is nested, the creation fails. ### Code example ```python nltk.download("punkt", force=True, download_dir="some/nested/f...
0easy