text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Deprecate and remove `processor_ids` argument by v1.4 Body: The run methods in `Engine`, `EngineProgram` and `EngineClient` now include a parameter called `processor_id`. This parameter can be used to specify a specific processor for the run, and **will substitute the deprecated parameter `processor_ids`** , bec...
0easy
Title: Config.load_env type should explicitly allow strings Body: https://github.com/sanic-org/sanic/blob/main/sanic/config.py#L44 ```python if load_env: prefix = SANIC_PREFIX if load_env is True else load_env ``` `load_env` defaults to `True`, but you can pass a string if you want a differ...
0easy
Title: Add option for `Access-Control-Allow-Private-Network` to CORSMiddleware Body: Add option to enable [`Access-Control-Allow-Private-Network`](https://wicg.github.io/private-network-access/#http-headerdef-access-control-request-private-network) to CORSMiddleware. We probably don't need to inject it unconditional...
0easy
Title: Using Path2D for stroke Body: ### Discussed in https://github.com/martinRenou/ipycanvas/discussions/333 <div type='discussions-op-text'> <sup>Originally posted by **BarbaraWebb** May 24, 2023</sup> It seems like you can use Path2D as a shortcut to create paths only if you want to then draw it as a filled ...
0easy
Title: Show alias function description using superhelp Body: Enrich [superhelp](https://xon.sh/tutorial.html#help-superhelp-with) by showing the alias function description. ```xsh @aliases.register("hello") def _alias_hello(): """Show world.""" print('world') hello # world # Now: hello? # Unknow...
0easy
Title: "Too many open files" Body: ## Issue Running tox in https://github.com/nedbat/django_coverage_plugin results in "Too many open files" errors from inside tox, virtualenv, etc. ## Environment Provide at least: - OS: Mac OS 15.2 <details open> <summary>Output of <code>pip list</code> of the host Python, where ...
0easy
Title: Dead Link on "Using the Web API" page Body: Hello! I want reading the documentation on using the Web API from the Bolt Python library and found there is a dead link on the page. The source of the link is https://slack.dev/bolt-python/concepts/web-api/ and the dead link is in the first sentence for the lin...
0easy
Title: How to use federation? Body: An example would've been nice showing how to use federation with Django models using this package.
0easy
Title: [Feature request] Add apply_to_images to Crop Body:
0easy
Title: Exchange arrow positions are off in California Body: ## Description Exchange arrows in California are positioned in weird places: ![Screenshot 2024-12-16 at 07 21 28](https://github.com/user-attachments/assets/4025ca80-562e-4dc0-9f54-afaddc0e2108) **How to solve this:** Set the correct location of ea...
0easy
Title: [FEATURE] Feature capping Body: Use case: In ML some time your features have extreme large values or even infinite value (np.inf), we want to cap those values with a feature transformer. Parameters: - feature to cap (and/or feature to no cap?) - min value - max value
0easy
Title: How can I run the test files? Body: Should I run the python file? It would be nice to have this in the documentation.
0easy
Title: [UX] An annoying message in the provision log Body: <!-- Describe the bug report / feature request here --> The message "**No such file or directory**" looks annoying, though it looks not affect the overrall process and function. ``` Executing transaction: ...working... done # # To activate this environ...
0easy
Title: GUI: rename "local storage" to "stay logged in when reloading this tab" or similar Body: ... to make sure that users understand what the login setting means.
0easy
Title: [Feature]: Reduce vLLM's import time Body: ### πŸš€ The feature, motivation and pitch It takes 6s to print a version, likely because vLLM initialize the CUDA context through import ``` time vllm --version INFO 03-17 04:53:22 [__init__.py:256] Automatically detected platform cuda. 0.7.4.dev497+ga73e183e real 0...
0easy
Title: Add examples page and list to examples of analyses that use the project Body:
0easy
Title: ## Python/Regex fix Body: This is a reminder for me or a task if anyone wants :P ![imagen](https://user-images.githubusercontent.com/37985796/72804757-74ee1900-3c51-11ea-8f86-d7707602f945.png) Basically, The last two questions aren't really regex's questions. To do: - Move said questions to correct pl...
0easy
Title: Missing Golden Features produces error Body: When there are only categoricals values Golden Featuers are not created. But there are still some models tried with Golden Features. This produces following error: ```py Golden Features not created due to error (please check errors.md). Traceback (most recent c...
0easy
Title: Libdoc: Type info for `TypedDict` doesn't list `Mapping` in converted types Body: We added explicit `TypedDict` conversion in RF 6.0 (#4477) and Libdoc handled them specially already earlier. There's a very small issue that Libdoc only lists `string` as a converted type when we also convert any `Mapping`.
0easy
Title: [BUG] ERNO 98 in REPLIT Instance Body: **Describe the bug** This is an issue of the replit instance. At times it gives me an os error `[ERNO 98] Address already in use` when I go to rerun the instance after closing the browser tab once. The reason that I found for the same is that the file is still present in t...
0easy
Title: Type Hints: Add type hints to tutorials, snippets and examples Body: To improve code readability and be friendlier to [PEP 484](https://www.python.org/dev/peps/pep-0484/), we should start adding type annotations to our code, probably starting from snippets, tutorials and examples. Originally discussed here ht...
0easy
Title: Update docs in automl Body: https://github.com/mljar/mljar-supervised/blob/master/supervised/automl.py
0easy
Title: [BUG] Several issues with NLinear with `normalize=True` Body: **Describe the bug** After reading the paper and having a closer look at the implementation of `DLinearModel`, I see several issues: 1. The `seq_last` is only detached, but needs to be cloned as well. Otherwise, it it's values will be changed by lin...
0easy
Title: Add action for background box for scale bar overlay Body: ## πŸš€ Feature #4511 added some really cool functionality to the scale bar, including a translucent box for improved visibility when overlaid on certain images. I totally missed it at the time and I was today years old when I discovered that functionali...
0easy
Title: Add documentation showing %%writefile in a notebook Body: This is another way someone could develop hamilton in a notebook - https://ipython.readthedocs.io/en/stable/interactive/magics.html#cellmagic-writefile We should add some documentation/example around this.
0easy
Title: Arms Index (TRIN) Body: Hi, Would you please add Arms Index (TRIN) as an indicator? * [definition is here](https://www.investopedia.com/terms/a/arms.asp) * [python code](https://blog.quantinsti.com/trin/)
0easy
Title: [UX] `sky logs` should be able to tail the last lines of the logs instead of showing all logs Body: <!-- Describe the bug report / feature request here --> We should have a way to only tail the logs for the last few lines and follow the outputs with `sky logs`. Otherwise, if a user have a long log file for ...
0easy
Title: Show & Log a py2 deprecation warning on st2 services startup Body: An addition to [Add python warning if install a pack that only supports python 2 #5037 PR](https://github.com/StackStorm/st2/pull/5037) and [Python 2 Deprecation Game Plan](https://github.com/StackStorm/discussions/issues/40), apart of warning fo...
0easy
Title: [FR] add format_shapes method to trace Body: Having `trace.format_shapes()` as in [Pyro](https://docs.pyro.ai/en/stable/poutine.html?highlight=format_shapes#pyro.poutine.Trace.format_shapes) would help with debugging and verifying models, especially with enumeration, as shown in the [Pyro tutorial](https://pyro....
0easy
Title: Make keywords and control structures in log look more like original data Body: Currently keywords and control structures are formatted differently in the log file than they look in the data. For example, you have a keyword call like ``` Log Many a b c ``` and a FOR loop like ``` FOR ${x} IN ...
0easy
Title: XML Library: Double namespace during Element To String Body: Hi everyone! I'm using the XML Lib with lxml ``` Library XML use_lxml=True ``` In my Teststep I'm loading a file and convert it to a XML: ``` ${my_config_string}= OperatingSystem.Get File ... path_to_file ... en...
0easy
Title: Export asklearn2 predictions to improve start up time Body: We currently [fit](https://github.com/automl/auto-sklearn/blob/master/autosklearn/experimental/askl2.py#L57) and predict upon loading `autosklearn.experimental.askl2` for the first time. In environments with a non-persistent filesystem (autosklearn is i...
0easy
Title: Half trend ( by everget ) indicator a custom indicator in trading view . can it be added ?? Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.** ```python import pandas_ta as ta print(ta.version) ``` **Upgrade.** ```sh $ pip install -U git+https://gith...
0easy
Title: Rewrite semver tests to use pytest's parametrize functionality Body: via https://github.com/jupyter/repo2docker/pull/613#discussion_r263836315: > In a future refactor, we should use pytest's parameterize capability to feed in versions to get closer to DRY. [See example from JupyterHub tests](https://github.co...
0easy
Title: Aircraft navigation correction Body: In Solox, there is a correction that can be made to airborne radar data to correct for aircraft motion in order to get ground relative velocities. I can't for the life of me find the metadata to fix this manually, so I'm not sure where to start on implementing a pull request,...
0easy
Title: Make it possible to specify the plain text email template Body: # Prerequisites * [ ] Is it a bug? * [x] Is it a new feature? * [ ] Is it a a question? * [ ] Can you reproduce the problem? * [x] Are you running the latest version? * [x] Did you check for similar issues? * [x] Did you perform a cursory s...
0easy
Title: St2Stream service broken when using SSL with mongodb Body: ## SUMMARY This issue is an extension to #4832 however this time it is the st2stream service, I have looked that the code and can see the same monkey patch code hasn't been applied to the st2stream app ### STACKSTORM VERSION Paste the output of ...
0easy
Title: [DOC] Replace NOTES by REFERENCES in docstrings Body: ### Describe the issue linked to the documentation Noticed that some docstrings use NOTES instead of REFERENCES in docstrings, making the api doc not linking refs correctly ### Suggest a potential alternative/fix just should be replaced, i noticed it in so...
0easy
Title: Failed to close hivemind.P2P Body: ```python Reachability service failed: FileNotFoundError(2, 'No such file or directory') Exception ignored in: <function P2P.__del__ at 0x7fbec8be5f70> Traceback (most recent call last): File "/home/jheuristic/anaconda3/envs/py38_petals_borzunov/lib/python3.8/site-package...
0easy
Title: [DOC] Fix type annotation issues in documentation Body: Two things that can be improved: 1) Type annotations in the docs hurt readability This is an example: ![image](https://user-images.githubusercontent.com/4762711/66703876-25f52700-ece5-11e9-8199-9f4d67767ad6.png) I think we could alleviate this...
0easy
Title: control key support and semantic links for `dcc.Link` Body: `dcc.Link` is the Dash single-page-app link component. There are still a few behaviours that make these links feel less like native links: 1. Can't right-click on them 2. Can't cntl-click to open new pages with them 3. Visiting a new page keeps the s...
0easy
Title: cli.parser refactoring Body: A lot of parts in this module inspect function signatures, we should only do this once as this is not very efficient, instead of having separate functions call `inspec.signature` many times
0easy
Title: ValueError: Cannot output operation as QASM: cirq.global_phase_operation Body: **Description of the issue** Circuits containing `cirq.global_phase_operation` can't be converted to QASM **How to reproduce the issue** ```python import cirq import numpy as np c = cirq.Circuit([cirq.global_phase_operat...
0easy
Title: deprecate `ploomber cloud` Body: all the commands that begin with `cloud_` will be deprecated soon: https://github.com/ploomber/ploomber/blob/b69a6de7fc513fe27aababdae3d62cf350e0e04c/src/ploomber_cli/cli.py#L438 so we need to display a FutureWarning with the following message: `ploomber cloud will be deprecat...
0easy
Title: Improve documentation of input distributions Body: As raised by #307, we should add better documentation of the distributions you can select for inputs to a problem.
0easy
Title: Remove Python 2 from classifiers list in setup.py Body: Remove Python 2 from classifiers list in setup.py: ``` 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', ```
0easy
Title: Update New Contributor Documentation 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? Documentation ### Which Linux distribution did you use? _No res...
0easy
Title: Comma in rendered lists is not localized Body: ### Describe the problem When several values are rendered and joined with `,`, it is not localized. Since https://github.com/WeblateOrg/weblate/commit/0b54da635d614770f53919f469cdfefb6a511abe there is a solution for `format_html_join`, but there are still dozen of ...
0easy
Title: Fix broken hyperlink in the documentation Body: **Please provide the issue you face regarding the documentation** The hyperlink in the below sentence in the `Load a File` section should change from If the file type is not automatically identified (rare), you can specify them specifically, see section [Specif...
0easy
Title: Cancel tasks with a message where appropriate Body: [cancel()](https://docs.python.org/3/library/asyncio-task.html#asyncio.Task.cancel) also accepts a "msg" argument, might it be a good idea for this "message" to be added to places like https://github.com/sanic-org/sanic/blob/f7abf3db1bd4e79cd5121327359fc9021fab...
0easy
Title: !imgoptimize needs to be added to conversation blocklist, investigate post summarization error to see if it’s linked or not Body: ![0E669090-39AB-4B1E-B7F3-E7792F9A2106](https://user-images.githubusercontent.com/21161101/209423552-f56694b3-b06f-4783-b810-8c963e2c85bc.png)
0easy
Title: Expose dtypes from fused_numerics.pxd for test suite Body: ### Description: We have a nice collection of fused numeric types in [`fused_numerics.pxd`](https://github.com/scikit-image/scikit-image/blob/main/skimage/_shared/fused_numerics.pxd). - [ ] It would be nice to have corresponding lists of these fused...
0easy
Title: Add more test in test_extra_conf Body: We should have at least one test for each of the available configurations. Now those tests are spread in different files.
0easy
Title: FAQ item on RequestOptions.keep_blank_qs_values is outdated/incorrect Body: At the time of writing, the FAQ item ["Why is my query parameter missing from the req object?"](https://falcon.readthedocs.io/en/stable/user/faq.html#why-is-my-query-parameter-missing-from-the-req-object) states that > If a query param ...
0easy
Title: Script delay customization Body: ### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland? Xorg ### 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 ...
0easy
Title: [feature request] `WebElement` interaction enhancements Body: For your WebElement.click() I would really love to see a new parameter "total_clicks". I have some cases where I need 2 clicks on the element and to debug, I often want the cursor to move to the element without the click (so total_clicks = 0) and it w...
0easy
Title: Upgrade gunicorn version Body: I suspect that we need to bump the gunicorn version b/c of some slowdowns with gevent in the older versions of gunicorn.
0easy
Title: [SDK] `objective_metric_name` to be required Body: ### What you would like to be added? ref: https://github.com/kubeflow/website/pull/3952#discussion_r1912197342 ### Why is this needed? TODO ### Love this feature? Give it a πŸ‘ We prioritize the features with most πŸ‘
0easy
Title: Demos: ensure /etc/jupyter exists and use Python 3 Body: There are a few bugs in the JupyterHub demos. @mkzia has already figure out the fixes, someone just needs to make a PR with them! I am using Ubuntu 18.04.3 LTS. I had to make the following changes to the demo files: 1) Added `mkdir -p /etc/jupyter/` ...
0easy
Title: Add code time tolerance Body: Please implement time tolerance for codes. Ref: [django-otp](https://django-otp-official.readthedocs.io/en/stable/overview.html#django_otp.plugins.otp_totp.models.TOTPDevice.tolerance) **tolerance** The number of time steps in the past or future to allow. For example, if th...
0easy
Title: ha_open has Nan Values when open is smoothed with ema Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.** 0.3.14b0 **Do you have _TA Lib_ also installed in your environment?** yes **Did you upgrade? Did the upgrade resolve the issue?** nope, pandas_ta is...
0easy
Title: Add Support for apps.manifest.* Endpoints Body: Add support for the following `apps.manifest.*` methods: `apps.manifest.create` `apps.manifest.validate` `apps.manifest.update` `apps.manifest.delete` `apps.manifest.export` ### Category (place an `x` in each of the `[ ]`) - [x] **slack_sdk.web.WebClie...
0easy
Title: Generalizable Text Transformer Usage Body: I've been chatting with some others interested in training CLIP for different domain tasks. They expressed interest in a simple way to use a pre-trained text transformer. Some basic support for Hugging Face or generic classes of transformers shouldn't be too crazy of...
0easy
Title: "NoneType object is not callable" on stopping P2P Body: I have very simple inference testing script. No threading or any advanced stuff. Basically "hello world" inference on Petals. Everything is going well, but when the script is exiting, I always get this error: ``` Exception ignored in: <function P2P.__de...
0easy
Title: [BUG] `give_pandas` to become `as_frame` Body: Currently our API uses `give_pandas=True` if we want to return the pandas dataframe. Scikit-learn has chosen for [another standard](https://scikit-learn.org/dev/whats_new/v0.23.html#sklearn-datasets). We should follow theirs. ![image](https://user-images.githubu...
0easy
Title: simplifying API Body: The API could be simplified in a few places. For example: + In `hyp.plot` we could include an `align` flag that runs `hyp.tools.align` on the data if set to `True` (default: `False`). + In `hyp.tools.align` and `hyp.tools.procrustes` we could include a `ndims`flag that runs `hyp.tools....
0easy
Title: get_arquive template filter Body: this tmplate filter should aggregate content by date/month
0easy
Title: Rename resp.body to resp.text Body: For both the WSGI and ASGI interfaces, rename Response.body to Response.text to provide a better contrast to Response.data. Response.body should then be made a deprecated alias. Don't forget to also grep the docstrings and /docs for references to 'body' and update them acco...
0easy
Title: Documenting tasks via docstrings Body: We have a feature that isn't documented, from a user: ``` Hi, how do I define the documentation for a particular task in the pipeline? When I run ploomber status, I see the column Doc(short) which is always empty. A follow-up question is can I customize the status repor...
0easy
Title: accept dotted path in grid arguments Body: grid allows users to use the same source and execute it with many parameters. this is typically used to train ML models with a grid of parameters: ```yaml tasks: - source: random-forest.py # name is required when using grid name: random-forest- pro...
0easy
Title: Add background command to download complete ingredient list Body: At the moment the command `python3 manage.py sync-ingredients` will download all ingridients from another wger instance, but this proces takes a looooooong time (several hours). We already have a version of this that runs on a celery queue every x...
0easy
Title: Unnecessary requirement of selenium with `from splinter import Browser` Body: When using `from splinter import Browser` to only use e.g. `Browser("django")`, it fails without selenium being installed due to: https://github.com//cobrateam/splinter/blob/986ce0a10c52f08196b32b91f752182cb7517892/splinter/browser.py#...
0easy
Title: Remove mutable_args restriction in get_model API Body: I think we can remove the check of `mutable_args` in the get_model API for BERT, GPT, Language model and transformer. We can introduce a separate flag "allow_override" if users want to override any configuration. Otherwise overriding any configuration is fo...
0easy
Title: Replace type_workarounds.NotImplementedType Body: **Description of the issue** Python 3.10 (our minimum requirement) provides [types.NotImplementedType](https://docs.python.org/3.10/library/types.html?highlight=notimplementedtype#types.NotImplementedType). The following workaround is redundant and can be rep...
0easy
Title: `collect_headers=True` kwarg to `instrument_<webframe>()` Body: ### Description So it's easy to enable collecting HTTP headers for any of the supported webframeworks. This might just involve manually setting the env vars.
0easy
Title: Don't convert arguments based on default value type if there is type hint Body: Currently if an argument has a type hint and a default value like `arg: int = None`, we first try conversion based on the type hint and if it fails we also try conversion based on the default value. For example, a keyword with the fo...
0easy
Title: Need help with gradient accumulation implementation. Body: https://github.com/NVIDIA/apex/issues/286#issuecomment-488836364 Should not be hard I guess? Just edit the train_with_ga.py file and PR xD.
0easy
Title: Add a Python 2 flag Body: Skip over the 2to3 shell out if it is set. You can add a test file with this flag set as well, comment out any test if it fails, also make the flag valueaccessible in the cfg files. (So the [easy] issues are good for new people who want to start contributing to look at.)
0easy
Title: Bump Anthropic dependency from 0.2.x to 0.3.x Body: We use Anthropic's Claude for evaluating Gorilla in `eval/`. This was tested for `anthropic==0.2.8` release, and needs to be updated to support the latest PyPI release (0.3.x). This involves cosmetic changes in two files [β€Ževal/get_llm_responses.py](https://git...
0easy
Title: 'args' attribute of 'Command.CommandObj' seems not working Body: ## Context * Operating System: Windows 10 * Python Version: 3.8.1 * aiogram version: 2.12.1 * aiohttp version: 3.7.3 * uvloop version (if installed): ## Expected Behavior `command.args` returns arguments of command ## Current Behav...
0easy
Title: Add questions on SQL, NoSQL Body:
0easy
Title: [FR] add Can Build to build order overview Body: ### Please verify that this feature request has NOT been suggested before. - [x] I checked and didn't find a similar feature request ### Problem statement please add can build line to the build order overview. currently the BOM shows how many can be build: ![I...
0easy
Title: Font size in plotly plot Body: The plotly plots on my macbook on Ubuntu 20.04 and pandasgui 0.2.3.2 have very tiny font. Wondering if there's a way to change this.. See pic below. ![PandasGui small font in plot](https://user-images.githubusercontent.com/51788468/93714956-15277500-fb34-11ea-96c8-21228bded784.p...
0easy
Title: Github action for more automation. Issues management etc Body: It would be great with github actions that automate things like issue + PR management and more. Specifically marking issues as stale after X amount of time. I imagine there are other good actions we could use. (some inspiration might exist [here](...
0easy
Title: Setup.py fails. Please see the included terminal output Body: I am using Linux Mint 19, 64bit which comes with Python 3.6 installed and I assume it is as good as the recommended Python 3.5. On trying to run setup.py, I got the following errors: ./setup.py: 18: ./setup.py: import: not found ./setup.py: 19: ./...
0easy
Title: Global value and local value objects need to be renamed 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 Linux distr...
0easy
Title: Log and report generation crashes if `--removekeywords` is used with `PASSED` or `ALL` and test body contains messages Body: Hi, I am getting error when trying to merge `output.xml` with rebot. I am running my rebot command as below: `rebot --removekeywords PASSED --splitlog --outputdir C:\Users\LAMS009\Docume...
0easy
Title: OAuth module: SQLAlchemy v2 compatibility Body: As reported at https://github.com/slackapi/bolt-python/issues/822, our StateStore/InstallationStore implementations are not compatible with SQLAlchemy v2. ### Reproducible in: #### The Slack SDK version Any versions #### Python runtime version Any ve...
0easy
Title: phase exponent ignored in approximate comparisons of `cirq.PhasedISwapPowGate` Body: **Description of the issue** `PhasedISwapPowGate` doesn't override the `_value_equality_approximate_values_` implementation it inherits from `EigenGate`, which means its phase exponent attribute isn't included in approximate ...
0easy
Title: User Guide generation broken on Windows Body: env: platform: Windows 10 Pro python: 3.7 RF: master branch problem: when calling the script ug2html.py to generate the RF user guide, encoutered the following encoding issue, ![image](https://user-images.githubusercontent.com/20227068/224522445-08e798de-37b...
0easy
Title: Invalid Request | empty message error Body: ### Describe the bug After getting OI setup in my Command Prompt environment, I tried to run it but it said I had no credits for my API key. After setting up billing and trying to rerun the interpreter--os command prompt it automatically says "empty message". It's as ...
0easy
Title: Parse files with `.robot.rst` extension automatically Body: Robot Framework can parse reStructuredText files having `.rst` or `.rest` extension, but to avoid parsing unrelated reST files that support needs to be enabled separately by using the `--extension` option. To make using reST files more convenient, we co...
0easy
Title: Library components interaction Body: **Is your feature request related to a problem? Please describe.** Difficulty to understand how it works under the lines and how it is structured **Describe the solution you'd like** A scheme showing what are the main modules contained in the library and how they interac...
0easy
Title: Dialogs created by `Dialogs` should bind `Enter` key to `OK` button Body: When creating a popup dialog asking the user for an input, the dialog already nicely auto-focuses into the textbox, allowing immediate keyboard input. However, then pressing the Enter key does nothing. I would have expected it to to be the...
0easy
Title: Improve error message when pipeline.yaml has empty tasks Body: ```yaml # pipeline.yaml tasks: # Add tasks here... ``` Error is pretty confusing: ```pytb Traceback (most recent call last): File "/Users/Edu/miniconda3/envs/soopervisor/bin/soopervisor", line 33, in <module> sys.exit(load_entr...
0easy
Title: Allowing to switch start_method in Parallel executor Body: I have some Pytorch code which I want to run on GPU (`net.cuda()` and whatnot) I get the following error: ``` RuntimeError: Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method ``` ...
0easy
Title: Add CLI options explanation Body: ## Description To add explanations to each option. To tell the user what the option is for. Exactly how `help` has: `Show this message and exit.` ```bash scanapi --help Usage: scanapi [OPTIONS] Automated Testing and Documentation for your REST API. Options: -s...
0easy
Title: Support `separator=<value>` configuration option with scalar variables in Variables section Body: In the Variables section, if a scalar variable is created so that it gets more then one value, values are concatenated together so that the final value will be a single sting. By default values are joined with a spa...
0easy
Title: Update Python version in Dockerfile-s Body: **Description of the issue** #6167 raises the minimum Python version to 3.9, but the following Dockerfile-s derive from images with Python 3.7 or 3.8: - https://github.com/quantumlib/Cirq/blob/74cee7e8e8787ab56160124b3a13834550e31cc1/Dockerfile#L1 - https://git...
0easy
Title: Measure region properties example has an error that misses hover over label for first mask Body: ### Description: When you copy the example code at the bottom of this webpage: https://scikit-image.org/docs/stable/auto_examples/segmentation/plot_regionprops.html The line: for index in range(1, labels.max(...
0easy