text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Make README look better and more cohesive Body: - put the commands into a nice looking table with better descriptions of what the commands do and their parameters - Add info on newly added features like the ability to have a conversation opener in a chat, and etc - General clean up and beautify - Add build st...
0easy
Title: Change AppVeyor badge to AzurePipelines badge in readme.md Body: Off the back of moving Windows CI to Azure Pipelines, it would make sense to deprecate AppVeyor badge in the README.md
0easy
Title: Marketplace - creator page - change font of creator bio to Poppins Body: ### Describe your issue. Change font of the bio section to Poppins. Please follow this following custom style: Font name: Poppins font-weight: regular font size: 48px line height: 59px <img width="1496" alt="Screenshot 2024-...
0easy
Title: Add AutoKey version and selected front end to the end of AutoKey tracing output Body: ### Has this issue already been reported? - [X] I have searched through the existing issues. ### Is this a question rather than an issue? - [X] This is not a question. ### What type of issue is this? Enhancement ### Which...
0easy
Title: [BUG]: `rio.Link` does not support open in new tab when `ctrl+click` for `rio.Rectangle/rio.PintEventListener` Body: ### Describe the bug The `rio.Link` does not behave as expected when attempting to open a link in a new tab using `Ctrl+Click (or Cmd+Click on macOS)`, if content is e.g. `rio.Rectangle/rio.Pin...
0easy
Title: ๆŠ–้Ÿณๆ‰น้‡ไธ‹่ฝฝ็š„ๆ—ถๅ€™ ่‹ฅ้‡ๅˆฐๆธ…็ฉบ่ง†้ข‘็š„่ดฆๅทไผšๅผนๅ‡บๆ็คบ ๅปบ่ฎฎไฟฎๆ”นไธบ่‡ชๅŠจ็ปง็ปญ Body: ้—ฎ้ข˜ๅฆ‚้ข˜ ๆ‰น้‡ไธ‹่ฝฝๅ‡ ๅไธช่ดฆๅท็š„ๅˆ้›†็š„ๆ—ถๅ€™ ๆœ‰ๆ—ถๅ€™ๆŸไบ›ไฝœ่€…ๅ„็งไธ็ŸฅๅๅŽŸๅ› ไผšๆธ…็ฉบๆ‰€ๆœ‰ๅ‘ๅธƒ็š„่ง†้ข‘ ็„ถๅŽ่ฝฏไปถ่ฏปๅ–ไธๅˆฐไฟกๆฏ็š„ๆ—ถๅ€™ ไผšๆ็คบๆŒ‰ไปปๆ„้”ฎ็ปง็ปญ ่ฟ™ไธ€้€‰ๆ‹ฉ่ƒฝๅฆๆ”นไธบ่‡ชๅŠจ็ปง็ปญ๏ผŸ
0easy
Title: Fix capitalisation in page titles and subheads to follow sentence-style as per Vale suggestion Body: Vale catches all instances of headings/subheadings (anything preceded by `#` in markdown) where the capitalisation is not sentence style. That is, it'll flag "Do This Thing" and suggest instead "Do this thing". T...
0easy
Title: Cypress tests should fail if there are console errors Body:
0easy
Title: Allow prior to be a callable in random module Body: Currently, [random_flax_module](http://num.pyro.ai/en/stable/primitives.html#numpyro.contrib.module.random_flax_module) and [random_haiku_module](http://num.pyro.ai/en/stable/primitives.html#numpyro.contrib.module.random_haiku_module) assume that `prior` is eit...
0easy
Title: Add the ability to test whether data is in range in a pandas data frame Body: # Brief Description Following up on #703, this issue seeks to introduce the ability to test whether each column in a data frame is within a user-defined range of values. I would like to propose.. # Example API ```python ...
0easy
Title: Syrupy is recognizing snapshot as not being used (4.0.1) Body: **Describe the bug** This is probably a regression in the latest release. I didn't observe the behavior in 4.0.0: 1. On a new test with no snapshot (using the `json` extension), I get the expected behaviour: > 1 snapshot failed > Snapshot 'Te...
0easy
Title: `nextafter` (via both `math` and `numpy`) missing for CUDA Body: As title says. Possibly related to #9424? Details on my [use-case can be found here](https://numba.discourse.group/t/cuda-device-function-pointers-re-implementing-scipy-integrate-solve-ivp-for-numba-cuda/2342).
0easy
Title: tox build fails on django main Body: **Describe the bug** Tox build fails when running against lastest django version **To Reproduce** ``` tox -e py310-djangomain-tablibstable ``` ``` django.utils.deprecation.RemovedInDjango50Warning: The "default.html" templates for forms and formsets will be re...
0easy
Title: Request for AutoGuideList in numpyro Body: It would be great if AutoGuideList (https://docs.pyro.ai/en/stable/infer.autoguide.html#autoguidelist) was added to numpyro. I've seen this discussed on a forum (https://forum.pyro.ai/t/using-a-combination-of-autoguides-for-a-single-model/5328), and I would really a...
0easy
Title: handle React component classes correctly Body: The upload component (`src\lib\components\Upload_ReactComponent.react.js`) seems to select the "most appropriate css class" by this logic: ``` const getClass = () => { if (this.props.disabledInput) { return this.props.disabl...
0easy
Title: [Jobs] Download job execution log. Body: <!-- Describe the bug report / feature request here --> Similar to #2914, for managed jobs, we should have a flag `--sync-down` that download the logs to local machine.
0easy
Title: When you visit a URL using URL params and click Share, it appends URL parameters Body: When you click on the "Share" button and get the URL from a page with URLs, it appends the parameters (rather than overwriting them) and screws up the page. ![screencap3](https://github.com/mljar/mercury/assets/1063618/6959...
0easy
Title: ASGI: Add affordances and recipe for long-polling Body: The 3.0 ASGI implementation already affords long-polling, but it would be useful to provide a recipe to demonstrate the pattern in the context of a Falcon app. Also, for the sake of efficiency, we may want to provide a `req.wait_disconnect()` or similar ...
0easy
Title: Optimizer failure Body: **Description of the issue** The `optimize_for_target_gateset` crashes when trying to optimize XXPowGate with larger global shift value. The optimizer crashes with division by zero error. **How to reproduce the issue** ``` import cirq as c qubits = c.LineQubit.range(4) circuit...
0easy
Title: Tests marked `xfail` are reported as failures Body: Hey there, thanks for your work on `syrupy`! I'm wondering if the fact that XFAIL tests are reported as failures is an intended design decision, a bug, or something you haven't contemplated yet. The full context is from https://github.com/Textualize/textu...
0easy
Title: Deprecate `accept_plain_values` argument used by `timestr_to_secs` Body: This argument was added in 579667dfc0dcdeaa62863dc4ce690d06739ae521 when adding limit to WHILE loops. WHILE loop limits were changed in 628d405eb622918778791997efadcbe23cf7d486 so that the argument isn't anymore used for anything by Robot i...
0easy
Title: Remove obsolete 'bin/st2-check-license' Body: The project ships https://github.com/StackStorm/st2/blob/master/st2common/bin/st2-check-license which is irrelevant now, considering ongoing EWC features integration in the st2 core. The task is to find all the places: https://github.com/search?q=org%3AStackStorm+...
0easy
Title: D3 backend Error Body: ploomber report --> gives me an error , ValueError: Error when using d3 backend: expected a path with extension .html, but got: '/tmp/tmpmojk06x4.png', please change the extension
0easy
Title: Allow the instance of ResourceProtector to be a decorator without an unnecessary call if we don't have any 'call' attribute, solution provided. Body: for example on this page of [documentation](https://docs.authlib.org/en/latest/flask/2/resource-server.html) we can see: ```python @app.route('/user') @require_oa...
0easy
Title: fill_selection script not pasting 'hello world' Body: ## Classification: Bug ## Reproducibility: Always ## Version AutoKey version: 0.95.1 Used GUI (Gtk, Qt, or both): Gtk Installed via: don't remember. Probably PPA. Linux Distribution: Ubuntu 18.04 ## Summary The fill_selection sc...
0easy
Title: [DOCS] Example in the API reference does not work Body: <!-- Please fill in each section below, otherwise, your issue will be closed. This info allows django CMS maintainers to diagnose (and fix!) your issue as quickly as possible. --> ## Description Hi everybody! I try to produce (and publish!) one pa...
0easy
Title: Support empty strings in enums Body: Hey there, thanks for the nifty tool! Something like ```yaml access_tier: type: string enum: - "" - "Archive" - "Hot" - "Cool" ``` currently breaks openapi-python-client with ``` ...
0easy
Title: Should check linkage ground contact in reverse order Body: https://github.com/mithi/hexapod-robot-simulator/blob/f67434e8a3c8bd8e0dfaa73631b2050a24530c01/hexapod/linkage.py#L161 IE do this instead ```python ground_contact = self.p3 for point in reversed(self.all_points): if po...
0easy
Title: Ability to draw circles on maps Body: The drawing layer can currently draw lines and polygons, but it would be useful to also draw circles (cf [this tweet](https://twitter.com/AlanZucconi/status/930480664234913792)). The GoogleMaps JavaScript API supports circles (see [docs](https://developers.google.com/maps...
0easy
Title: OUTPUT_MAX_BYTES should be a setting Body: HNY! Just ran into the OUTPUT_MAX_BYTES warning, and it's quite a nuisance IMO. 1) there's no recovering from this helpful message - not great, especially in App mode because it effectively breaks the page till the app is restarted 2) why does it `MARIMO_OUTPUT_MAX_B...
0easy
Title: Docker docs Body: Add to docs: Clean install docker commands: sudo docker-compose stop (If TRMM is the only thing on this docker host you can use below commands) sudo docker rm -f $(sudo docker ps -a -q) sudo docker volume rm $(sudo docker volume ls -q) sudo docker network prune If you are running o...
0easy
Title: Simple mistakes trigger unclear error messages in the ALBERT example Body: Simple mistakes trigger unclear error messages in the ALBERT example, that is: - [x] Absence of the unpacked data for trainer (currently triggers `requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface....
0easy
Title: use the latest bundle to serve the app Body: Bowtie serves the production bundle if it sees it, regardless of whether there's a more recent dev bundle. This can cause confusion if you've built a production bundle then modify behavior and run a dev build and not see the new behavior. Solution: modify the flask...
0easy
Title: Variable nodes with nested variables report a parsing error, but work properly in the runtime Body: ### Context We have a rule in Robocop that parses non-local variables and checks if they are written in uppercase. I realized recently (thanks to the https://github.com/MarketSquare/robotframework-robocop/issues/...
0easy
Title: Clearly Distinguish Sensitive from Insensitive Components Body: Some components look virtually identical regardless of whether they're sensitive or not. Look through all components and make sure that's not the case. For example, `rio.Textinput`: ![image](https://github.com/user-attachments/assets/57be6eb2-3a...
0easy
Title: Sort dependencies in requirements.txt/environment.yml to increase cache hit Body: ### Proposed change <!-- Use this section to describe the feature you'd like to be added. --> Sort the contents of `environment.yml` and /or `requirements.txt` before copying it to the image. The goal here is to make two repos th...
0easy
Title: [ENH] discrete signature feature transformer Body: It would be great to have a simple, no-bells-and-whistles signature feature transformer implemented in `sktime`. (Most variations like windowing or augmentations can then be obtained from this via transformation pipelines) Current implementations suffer eith...
0easy
Title: Lacking Documentation Body: Could you please add somewhere in the doc a minimal working example on how to exactly use a `strategy` - ideally leveraging `Python classes` in order to be modular with the strategies? My first assumption was that running a strategy on a given `dataset` would filter out the rows an...
0easy
Title: Implement distutils.strtobool to remove dependency on distutils Body: Getting the following deprecation warning on 3.10: ``` ../../.pyenv/versions/3.10.2/envs/graphql-db-api/lib/python3.10/site-packages/shillelagh/fields.py:5 /Users/alex/.pyenv/versions/3.10.2/envs/graphql-db-api/lib/python3.10/site-package...
0easy
Title: Bug: When setting size=0, 1 instance is created and not put in a list Body: Hello, I am not sure if this is intended behavior or undefined behavior, but using `Fixture` with `size=random.randint(0, 200)` has caused us a bit of trouble. Instead of giving back an empty list (what we assumed), when `size=0`, `F...
0easy
Title: Dont use model with RandomFeature in Boost on Errors step Body:
0easy
Title: Jupyter notebook tutorials: <div> Notebook cells that look nice in Github Body: Many of our Jupyter notebooks have special formatted blocks. Cf: ![Image](https://user-images.githubusercontent.com/1390638/187634362-0d228e0f-46a4-4c7c-9b3d-a1a96a99eb30.png) https://github.com/cleanlab/cleanlab/blob/master/docs/s...
0easy
Title: Possible bug in WmdSimilarity Body: <!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for c...
0easy
Title: datepicker doesn't open if date values are `None` Body: Originally reported in https://community.plot.ly/t/datepickerrange-clearable-in-tabs-not-working-as-expected/6850/4 ```python import dash from dash.dependencies import Input, Output import dash_core_components as dcc import dash_html_components as ht...
0easy
Title: Add warning when the user launches Autokey under wayland Body: Just to ease issues with users not understanding what is going wrong. If this could be tagged as easy fix that would be neat. So if anyone wants to take a crack at fixing this here is what more or less how I would do it; https://unix.stackex...
0easy
Title: Missing SCML_Supervised example in doc Body: As pointed out in https://github.com/scikit-learn-contrib/metric-learn/issues/307#issuecomment-801188956, the current example for `SCML_Supervised` is in the weakly supervised setting.
0easy
Title: [Bug]: Unit test `tests/models/embedding/vision_language/test_phi3v.py` failing Body: ### Your current environment <details> <summary>The output of `python collect_env.py`</summary> ```text Your output of `python collect_env.py` here Collecting environment information... ...
0easy
Title: Wrong/Missing output of PVI Positive Volume Index Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.** ``` 0.3.79b0 ``` **Do you have _TA Lib_ also installed in your environment?** ```sh 0.4.25 ``` **Have you tried the _development_ version? Did it...
0easy
Title: The `np.size()` Function Fails Body: ## The Bug It seems Numba support the `ndarray` property of an array (See [`numpy.ndarray.size`](https://numpy.org/doc/stable/reference/generated/numpy.ndarray.size.html)) yet fails with the function [`np.size()`](https://numpy.org/doc/stable/reference/generated/numpy.ma.s...
0easy
Title: ENH: Compatible with latest sqlalchemy Body: Currently, `xorbits.pandas.read_sql` doesn't support the latest sqlalchemy, as Pandas has merged this PR(https://github.com/pandas-dev/pandas/issues/40686), we can support it now.
0easy
Title: stoch - fastk - fastd values Body: trying to get fastk and fastd values from stoch indicator - the talib code is below, how can I get them in pandas-ta ```python self.stoch=bt.talib.STOCHF(self.data.high, self.data.low, self.data.close, fastk_period=10, slowk_period=4, slowd_period=4) self.fastk=self.stoch....
0easy
Title: tip on installing ploomber in the process running jupyterlab Body: [here](https://docs.ploomber.io/en/latest/user-guide/jupyter.html#activating-the-jupyter-extension) we have a big note that explains that the process running jupyter must have ploomber installed (users may only install it in the kernel), but we'r...
0easy
Title: `dvc exp remove --queue -A`: possibly incomplete result returned Body: # Bug Report <!-- ## Issue name Issue names must follow the pattern `command: description` where the command is the dvc command that you are trying to run. The description should describe the consequence of the bug. Example: `repro: doesn'...
0easy
Title: Unnamed Series visualization add axis name Body: In cases where the column does not have a name, such as in a Series visualization, we should add an axis label when the `name` property of the Series is not present. In this example, we can replace `(binned)` with `Series (binned)`. Need to check other edge cases ...
0easy
Title: Deep compositions are broken Body: I think i upgraded gpt-index without accounting for a breaking change
0easy
Title: Implement FloatConverter Body: Implement `FloatConverter` along the lines of [`IntConverter`](https://falcon.readthedocs.io/en/stable/api/routing.html#falcon.routing.IntConverter). Draw inspiration from `IntConverter`, or even find an efficient way to share code between the two! Add the new converter to the l...
0easy
Title: Add support for `mt.setdiff1d` Body: <!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Is your feature request related to a problem? Please describe.** `mt.setdiff1d` could be added support.
0easy
Title: Vidya indicator calculated results are not same as tradingview Body: **Which version are you running? The last version : (from python-dateutil>=2.8.1->pandas->pandas-ta==0.3.14b0) **Is your feature request related to a problem? Please describe.** The result of vidya function ta.vidya(df["Close"],length=7)...
0easy
Title: Hyphens in model IDs can break across lines in "%ai list" markdown output Body: <!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! --> <!-- Thanks for thinking of a way to improve JupyterLab. If this solves ...
0easy
Title: add max number to format code using black in makefile Body: make format command are be caused error: `Error: Invalid value for '-l' / '--line-length': . is not a valid integer` Please, add max number after -l command in Makefile. https://github.com/scanapi/scanapi/blob/459b3c7e487a5057bec5a2f9a8e7c910b7...
0easy
Title: Update RTM docs to reflect `rtm.start` deprecation for certain apps Body: [Current tools docs](https://slack.dev/python-slack-sdk/real_time_messaging.html) could be updated to reflect changelog entry regard `rtm.start` method deprecation for apps created after Nov 30th, 2021. ### The page URLs - https://s...
0easy
Title: Accept compressed files as input to `predict` when using a `Predictor` Body: **Is your feature request related to a problem? Please describe.** I typically used compressed datasets (e.g. gzipped) to save disk space. This works fine with AllenNLP during training because I can write my dataset reader to load the ...
0easy
Title: Process parameters are messed up for a specific case of path Body: ## Issue We had this in the tox file: ``` codespell {toxinidir}/. --skip {toxinidir}/.git ``` In tox 3.27 it worked fine, but in 4.0 `codespell` was run *without* the `--skip` parameter. The workaround was to change the first paramet...
0easy
Title: Implement prepare_request/build_request and the corresponding Session.send() Body: **Is your feature request related to a problem? Please describe.** Currently, the `requests` api of `curl_cffi` is missing `prepare_request` or httpx's `build_request` method. The method is useful to construct request object and ...
0easy
Title: Support inline flags for configuring custom embedded argument patterns Body: At the moment we explicitly disallow using any kind of regular expression extensions using format `(?...)`, but it would be a good idea to support iniline flags. For more details about regexp extensions and inline flags see the [regular...
0easy
Title: [ENH] Check number of channels and timepoints for equal length matches fit/predict for other BaseCollectionEstimator subclasses Body: ### Describe the feature or idea you want to propose collection estimators without the capability to handle unequal length should check the series lengths in fit and predict matc...
0easy
Title: `Redirect` component Body: When renders forwards the user to another URL.
0easy
Title: typo in Strings and backslashes Body: the [following](https://github.com/satwikkansal/wtfpython/blob/master/README.md#L1225-L1226) is untrue: ``` >>> print(r"\\n") '\\\\n' ``` it should be one of the following: ``` >>> print(r"\\n") \\n >>> print(repr(r"\\n")) '\\\\n' ```
0easy
Title: Support python 3.10 Body: Add it in CI
0easy
Title: Add default_sort parameter to `mo.ui.table` Body: ### Description I am hoping to be able to write the following code that would mean that a ui.table gets initially rendered with a sorted column. ``` mo.ui.table(data, default_sort='Title') ``` where 'Title' is the column name name of the. By default it would ...
0easy
Title: Deprecate support for python 2 Body: Given that official support Python 2 will be ending in 2020, I think it makes sense to remove support for Python 2 from nbgrader as well in the next major release (maybe 0.6.0?). I am opening this issue to have a discussion about this if others disagree, and otherwise to d...
0easy
Title: Bug: Type coercion from torch to numpy does not work Body: **Description:** casting a TorchTensor NdArray fails **How to reproduce:** ```python from docarray import BaseDoc from docarray.typing import NdArray import torch class MyDoc(BaseDoc): tens: NdArray t1 = torch.rand(512) doc = MyDoc(tens=t1) ``` ``...
0easy
Title: Indicator Request - Connors RSI (CRSI) Body: Hi @twopirllc , Could you please add the Connors RSI (CRSI) indicator? [About CRSI](https://www.tradingview.com/support/solutions/43000502017-connors-rsi-crsi/) [Code for reference](https://github.com/cperler/trading/blob/1da33afc28d77517ee803ddfc1a1126dcdd54a3a/...
0easy
Title: CoherenceModel does not finish with computing Body: #### Problem description When computing coherence scores, it newer finishes with computing on a bit bigger dataset. Run the code below (with the provided dataset) to reproduce. #### Steps/code/corpus to reproduce ```python with open("coherence-bu...
0easy
Title: Cleanup Scalar Converter Code Body: We have the original draft of the scaler code uploaded in [this branch](https://github.com/microsoft/hummingbird/tree/cleanup/scaler). All credit here goes to @scnakandala, the original author and brains behind this. It contains an un-edited implementation of RobustScaler, ...
0easy
Title: Dataset used in example on scatter plots page is removed in geopandas 1.0 Body: This example here won't run with later versions of geopandas https://plotly.com/python/scatter-plots-on-maps/#basic-example-with-geopandas ``` import plotly.express as px import geopandas as gpd geo_df = gpd.read_file(gpd....
0easy
Title: Provide a better error message when trying to downgrade a revision that is required by another Body: **Describe the bug** <!-- A clear and concise description of what the bug is. --> Alembic crashed with an assertion error **Expected behavior** <!-- A clear and concise description of what you expected to h...
0easy
Title: Improve WebClient's slack.com url overwriting experience Body: (Filling out the following details about bugs will help us solve your issue sooner.) #### Steps to reproduce: (Share the commands to run, source code, and project settings (e.g., setup.py)) 1. Try setting up an app to point to a different sl...
0easy
Title: Resolve API Violation Exceptions in Katib API Body: ### What you would like to be added? We should resolve API violation exceptions in: https://github.com/kubeflow/katib/blob/eb8af4d50266b51c77ea895585ff535c8e9137f9/hack/violation_exception_v1beta1.list#L1-L30 ### Why is this needed? As we discussed in htt...
0easy
Title: Modify `TestStructuredProfilerRowStatistics`: Update null stats tests Body: **Is your feature request related to a problem? Please describe.** The null stats tests in `TestStructuredProfilerRowStatistics` [link](https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/tests/profilers/test_profile_build...
0easy
Title: Matplotlib warning about color usage in Datasaurus Body: **Describe the bug** the datasaurus function used to demonstrate Anscombe's quartet is isssuiing the following warning WARNING:matplotlib.axes._axes:*c* argument looks like a single numeric RGB or RGBA sequence, which should be avoided as value-mapping...
0easy
Title: Fix CI warnings Body: `pytest` is throwing a lot of warnings in the CI logs, we should go one by one and fix them. I'm sure there are many factors behind this but fixing at least some of this helps. running the test suite locally should show the warnings as well. we don't want to hide the warnings because the...
0easy
Title: SPDX Document metric API Body: The canonical definition is here: https://chaoss.community/?p=3968
0easy
Title: Docs: 'Usage' says the default strategy is .create(), not .build() Body: The [homepage of the docs](https://factoryboy.readthedocs.io/en/stable/index.html#using-factories) says: > You can use the Factory class as a shortcut for the default build strategy: > ```py > # Same as UserFactory.create() > user = U...
0easy
Title: [Feature request] Add apply_to_images to MedianBlur Body:
0easy
Title: In the chat interface, switching to "custom" should default-set the parameters of the previously selected preset Body:
0easy
Title: experiment naming convention Body: /kind feature **Describe the solution you'd like** When experiment naming convention is dissatisfied, experiment should not be created by validationg webhook or its status should be failed. However, currently experiment created successfully and its status stays at `CRE...
0easy
Title: Too many requests Body: When running airflow DatabricksRunNowOperator, if using managed identity, and if there is multiple tasks running in parallel, the code below can quickly exhaust the allowed metadata server as explained here https://learn.microsoft.com/en-us/azure/virtual-machines/instance-metadata-service...
0easy
Title: Enhancement: Add AttrsFactory Body: ### Summary We should support `attrs` based models generation. This would be a largist contribution but would be very much appreciated. ### Basic Example _No response_ ### Drawbacks and Impact _No response_ ### Unresolved questions _No response_
0easy
Title: bug: acm-pca get-certificate-authority-certificate Body: ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior CertificateChain is not correctly formatted when returned from get-certificate-authority-certificate, the returned value is a base64 encoded pe...
0easy
Title: Remove stated support for obsolete Python version Body: Python 3.2 and 3.3 aren't in much use nowadays. We should remove all mentions of them in the code: - In the tox.ini file - In the .travis.yml configuration - In the setup.py classifiers - In the README.rst declaration
0easy
Title: Add an example for how to easily consume JSON APIs Body: Need examples showcasing how to [send JSON requests](https://uplink.readthedocs.io/en/stable/user/quickstart.html#form-encoded-multipart-and-json-requests) and [consume JSON responses](https://uplink.readthedocs.io/en/stable/user/quickstart.html#handling-j...
0easy
Title: Hardcoded paths Body: **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Run the streamlit app with an idea submitted. **Expected behavior** A demo app is produced **Desktop (please complete the following information):** - Windows 11 - Streamlit - Edge...
0easy
Title: Check pytest's "good practices" guide Body: https://docs.pytest.org/en/stable/explanation/goodpractices.html#test-package-name
0easy
Title: GUI: token hard to see Body: A user writes: > The way new tokens are displayed in a dark grey element, on a black background, at the bottom of the screen makes them very easy to miss, if youโ€™re using a large screen and donโ€™t know what youโ€™re looking for. I spent quite a bit of time fiddling around creating ne...
0easy
Title: Coverage is below 100% Body: https://codecov.io/gh/jreese/aiomultiprocess
0easy
Title: [DeepSpeed Example] Fail on AWS T4 due to package import issue Body: <!-- Describe the bug report / feature request here --> To reproduce: use `accelerators: T4:1` in `examples/deepspeed-multinode/sky.yaml` and run `sky launch examples/deepspeed-multinode/sky.yaml -c ds -i1 --down --cloud=aws` This dataset i...
0easy
Title: Provide links to Page variable documentation Body: We should provide links to documentation on the Page editor: https://docs.ctfd.io/docs/pages/variables/
0easy
Title: Spurious comment in `Dockerfile` Body: The `Dockerfile` used by repo2docker when building a repository that doesn't contain a `postBuild` file contains a spurious line: ``` # Make sure that postBuild scripts are marked executable before executing them ``` towards the end of the file. You can reproduce this w...
0easy
Title: The 'silent' keyword argument does not behave pythonically in version 2.1.0 Body: # Summary of your issue When I give `silent` as the last argument to `tabula.read_pdf()`, the mere existence of `silent` keyword causes it to be considered as `True`. To unsilence Tabula's `sys.stderr` output, I have to omit it....
0easy