text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Better, more accurate and more human-like translations using DeepL Body: **Is your feature request related to a problem? Please describe.** While I think the translations of GPT3 are correct in content, they often seem too edgy and clinical to me. Which somehow doesn't fit to a bot, which tries to get as close ...
0easy
Title: When benchmark.py creates multiple projects that need `npx http-server` to run, all of them start up the "first" project that used npx http-server Body: ## Steps to reproduce - run benchmark.py - Allow it to run the generated projects (press enter when prompted) - wait for the second project that is run with ...
0easy
Title: Aroon doc string Body: Hi, First of all thanks for the great lib. I just saw some inconsistency in the doc string of Aroon indicator which can be acessed from link below: https://github.com/twopirllc/pandas-ta/blob/main/pandas_ta/trend/aroon.py The arguments are high, low, length=None etc... But in the ...
0easy
Title: [ENH]: Support avif as output format Body: ### Problem Since v3.6.0, Matplotlib supports `webp` output (yay!), but I couldn't find a ticket tracking Avif support, so here's a feature request for `savefig` to support saving as `.avif`. *relevant links:* - [CanIUse](https://caniuse.com/avif) - [Pillow pu...
0easy
Title: Add Support for Google Gemini pro api Body: ### 🚀 The feature Add Support for Google Gemini pro api ### Motivation, pitch Gemini pro has a great potential ### Alternatives _No response_ ### Additional context _No response_
0easy
Title: Remove LGTM badges from README, and remove LGTM comments from code Body: <img width="863" alt="Screenshot 2022-12-17 at 00 14 31" src="https://user-images.githubusercontent.com/350976/208211980-bb8add5f-5c49-4b47-ac1b-8f58e8e67dcb.png"> LGTM was a security checker we used for Piccolo. It has now been shut dow...
0easy
Title: Oscar Indicator from TradingView Body: Per @dmitrievichh: > Could you add Oscar Indicator? > Source: [Oscar Oscillator by GenZai](https://www.tradingview.com/script/DMmuh5v5-OSCAR-Oscillator-by-GenZai-NNFX/)
0easy
Title: Set seed in Optuna Body: Optuna experiments have hard-coded seed value. Please set the seed value as in the AutoML constructor.
0easy
Title: partial_tucker: reorder arguments Body: Currently modes is a positional argument while rank is optional, this can be confusing and not consistent with other decompositions. https://github.com/tensorly/tensorly/blob/d8e90a600c3c26983777e971ce85ccba071cdfaf/tensorly/decomposition/_tucker.py#L16
0easy
Title: Patch Endpoint Body: Amazing Framework, really love it, please update or place the patch endpoint to update certain data that have been passed while leaving the unspecified data intact in the database..
0easy
Title: [ENH] add tests for html repr in `BaseObject` descendants Body: We should add a test for html repr of all `BaseObject` descendants, in `TestAllObjects`. This was apparently not tested, see #7043
0easy
Title: xfail if nltk data has not been downloaded (move postag to contrib) Body: Right now we have tests for `yellowbrick.text` that have an nltk depedency (the pos tag visualizer I believe, I don't think the others rely on it). We skip the tests if nltk is not installed, but we do not test if nltk data has been downlo...
0easy
Title: CSS/HTML fix for top bar in documentation Body: For certain screen width (shorter than a monitor but larger than a phone), the top bar in the docs gets weird: ![Screen Shot 2021-10-15 at 11 43 33](https://user-images.githubusercontent.com/989250/137515655-cce817cc-20ce-4ddd-a2e0-ea5eae3af2a0.png) Source co...
0easy
Title: PPO indicator uses sma instead of ema for fast and slow series Body: From my understanding the PPO indicator should be similar to the MACD indicator. The main difference is that the PPO shows percentage results. That means, that for same fast, slow and signal parameters both indicators should have cross-sections...
0easy
Title: Tox/Poetry issue when running with pre-commit Body: ### Discussed in https://github.com/tox-dev/tox/discussions/2857 <div type='discussions-op-text'> <sup>Originally posted by **razy69** January 12, 2023</sup> ## Issue Hello everyone, I encounter a strange issue while using pre-commit with tox/poetr...
0easy
Title: Set stacking time threshold depending on the best model time Body: Right now, stacking is not performed if only 60 seconds left. But for very small datasets and small time limit, 60 seconds is a lot of time. This time threshold should be set something like 2x best model train time.
0easy
Title: Prevent accidental skipping of tasks if input is not empty Body: Please, *please* add some kind of warning/confirmation when a user starts entering an assistant reply and then presses the Skip button. It's hard to express how painful it is when you try to compose a good reply for an hour or more and then acci...
0easy
Title: Trainer with GPU based Model fails while creating Masks Body: ### Bug with GPU Model Currently, while using pruning methods like `TaylorFOWeight` Pruner, If I use a model on GPU for getting the metrics (as calculated for getting masks), it fails on [line](https://github.com/microsoft/nni/blob/cbac2c5c0f7606aca8...
0easy
Title: Enable @pytest.mark.limit_memory without having to specify --memray Body: ## Feature Request **Is your feature request related to a problem? Please describe.** I tried to use `pytest.mark.limit_memory` in a urllib3 test and was confused because pytest was not finding it because I only skimmed the README an...
0easy
Title: pygments breaking a test Body: pygments 2.14 is breaking our CI. I added a [quickfix](https://github.com/ploomber/ploomber/blob/a9d7653c20d5d638461c869ba3a3182162569d34/tests/io_mod/test_terminalwriter.py#L306) since I verified that this failure is not affecting anything critical (it's just terminal output forma...
0easy
Title: Replacement for ast_to_dict? Body: I have been using [this](https://gist.github.com/mixxorz/dc36e180d1888629cf33#file-graphene-py-L59) function in the past, but it seems that `ast_to_dict` has been removed. Is there a replacement for `ast_to_dict` or a new function that is similiar to the one of the gist?
0easy
Title: get_batch_stock_quotes stopped working Body: Hi! I was using get_batch_stock_quotes on regular basis and suddenly it stopped working (without updating av or any other python libraries). Calling the function for some list of stocks produces the error: File ".../site-packages/alpha_vantage/alphavantage.py...
0easy
Title: [Feature request] Add apply_to_images to MotionBlur Body:
0easy
Title: [BUG] MonthStart string is not being coerced to "M" Body: **Describe the bug** Although the "ME" is being coerced to "M" since the merge from #6057, the "MS" (month start) string is not. This is causing some errors when using pandas 2.2.x. With pandas>=2.2, this is the error: ``` --> [941](.venv/lib...
0easy
Title: Support for default mutations Body: Are there any plans to add support for simple create / update / delete mutations? It seems like you could view the fields associated with a Mongoengine Document and automatically build the arguments to a graphene mutation, instead of needing to manually write one for each obje...
0easy
Title: [ENH] add an expand_grid function Body: Recently watched a video by David Robinson on tidytuesday where he used the crossing function (a wrapper of the base r function expand_grid) from tidyr R library to do a Monte Carlo simulation. I think this would a great addition to pyjanitor. Don’t have the bandwidth at...
0easy
Title: [Feature]: specify model only in config.yaml Body: ### 🚀 The feature, motivation and pitch It would be nice not to need anything but a config file to start `serve`: ```sh vllm serve --config scenario.yaml ``` Right now, the `model_tag` appears to be required via the CLI. Why not allow this via a config file...
0easy
Title: #354 fix causes IndexError: string index out of range Body: ## Classification: Bug ## Reproducibility: Just run this command through autokey. ``` python system.exec_command("fcitx-remote -s **fcitx-keyboard-us") ``` ## Version AutoKey version: 0.95.10 Used GUI (Gtk, Qt, or both): If th...
0easy
Title: JSON variable file support Body: ### Problem `robot --variablefile burek.json -i smoke ROBOT/` returns the following error: `failed: Importing variable file ’burek.json’ failed: Not a valid file or directory to import.` while `burek.py` containing the same JSON content seem to work just fine. `--varia...
0easy
Title: Add link to EDA in main report Body: In main `README.md` there should be a link to EDA if it is available. ***Detail desc***: - in the file `supervised/base_automl.py` there is created main `README.md` for `AutoML` in `select_and_save_best()` - at the end of this file we can add a link to `Automated Explora...
0easy
Title: Pgbouncer exporter doesn't support metrics exposed by updated pgbouncer. Body: ### Apache Airflow version 2.10.5 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? PGBouncer has been updated and now exposes more metrics than before - the exporter no longer supports the fu...
0easy
Title: Ability to register adapter in-process Body: Add an ability to register a new adapter in-process, along the lines of how [sqlalchemy allows registering new dialect in-process](https://docs.sqlalchemy.org/en/14/core/connections.html#registering-dialects-in-process). Currently it looks like the only way to add an ...
0easy
Title: [GCP][Disk] Google Cloud Hyperdisk support Body: It appears that the `ultra` disk which maps to `pd-extreme` does not work with `A3 / A2 / G2` gpu machine types in GCP, so it cannot be used for accelerated ml serving workloads (`H200 / H100 / A100 / L4`) They support something called `hyperdisk` instead, but it...
0easy
Title: Util to get data size in mongo per symbol Body: It's a fairly common request to get the size of data for each symbol in VersionStore and currently I just use a Mongo js script to get it, but it would be nice to have a util in VersionStore or otherwise to do the same.
0easy
Title: Static text is considered as dynamic element (former: is_visible returns True for non-visible control) Body: I have a dialog window with multiple tabs (TabControl). After I switch from tab A to tab B, tabA.Control.is_visible() still returns True, despite the control on tab A is not being visible anymore. The con...
0easy
Title: Organizational Influence metric API Body: The canonical definition is here: https://chaoss.community/?p=3560
0easy
Title: Add ShrunkCovariance Estimator Body: The output of EmpiricalCovariance is regularized by a shrinkage value impacted by the overall mean of the data. The goal would be to implement this estimator with post-processing changes to the fitted empirical covariance. This is very similar to the OAS project and would com...
0easy
Title: [BUG] UI shows incorrect node state Body: ### Describe the bug UI shows incorrect node state when two dataframes join. ### To Reproduce ``` In [18]: df1 = md.read_csv('Downloads/ml-20m/movies.csv') In [19]: df2 = md.read_csv('Downloads/ml-20m/ratings.csv') In [20]: df1[['movieId', 'title']].merge(...
0easy
Title: [Umbrella] Revisit Ray dashboard API status code Body: ### Description Before https://github.com/ray-project/ray/pull/51417, the Ray dashboard APIs only returned 200 for success and 500 for errors; they didn't support status codes such as 404. Take #51417 as an example, it returns 404 when users try to kill a n...
0easy
Title: rebin for lazy signals change original signal chunks Body: When using `s.rebin` for lazy signals, the chunking of the original signal is changed. Tested in `RELEASE_next_minor`. Example: ```python import dask.array as da import hyperspy.api as hs s = hs.signals.Signal2D(da.zeros((256, 256, 256, 256))).as_...
0easy
Title: Provide multi-class AUC ROC Body: Scikit-learn provides multi-class options for area under curve: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html We should provide the most common ones, such as the [OVO Macro averaging used by Auto-Gluon](https://github.com/awslabs/autoglu...
0easy
Title: [UX] Additional message for quota exceed during failover on GCP Body: There is an additional warning shown during the failover on GCP, for `quotaExceeded` error. We should get rid of it. <img width="724" alt="Image" src="https://github.com/user-attachments/assets/77220101-0078-4a5f-8e34-f1c5d108e0d6" />
0easy
Title: `@component_vue` with argument names shadowing python built-ins Body: Consider the following example of a tree view with `open` and `active` props synced to solara reactives: ```python import solara items = [ { "name": "Measurement_1", "icon": "", "children": [ ...
0easy
Title: turn categorical column into strings Body:
0easy
Title: Improve indexing functionality Body: Currently, when indexes are combined together, their vector store is unpacked and combined together into one vector. This is not ideal, as it makes the individual data less prominent, just a mess of vectors collected together. Instead, when composing indexes, we should us...
0easy
Title: Running the App produces the error 'which python' returned non-zero exit status 1. Body: **Describe the bug** Running the App produces the error 'which python' returned non-zero exit status 1. Using windows 10, all dependencies are installed **To Reproduce** Steps to reproduce the behavior: 1. Launch the s...
0easy
Title: [Feature]: Ensure benchmark serving do not import vLLM Body: ### 🚀 The feature, motivation and pitch vLLM's benchmark serving script is expected to be a standalone inference client that only requires minimum dependencies. Currently, it still imports `vllm` conditionally. The task is as follows: 1. Clearly de...
0easy
Title: [Jobs] Fail to terminate jobs controller in abnormal state `INIT` even with `-p` Body: ``` NAME LAUNCHED RESOURCES STATUS AUTOSTOP COMMAND sky-jobs-controller-11d9a692 1 min ago ...
0easy
Title: Expand populate.py to generate fake Custom Fields Body: populate.py which is used during development to generate fake data could be improved to add some Custom Fields so that we can test areas that use that code more easily.
0easy
Title: Improve Windows Support Body: Currently, the package does not support Windows completely. Major reason for that is UTF-8 is not extensively supported by `cmd`, `powershell` etc.
0easy
Title: 增加功能 Body: 1.希望加上时间排序2.希望能下载到不分享的3.批量下载指定人的喜欢收藏,比如自己的
0easy
Title: Allow to set batch size for db clean CLI Body: ### Body The db clean CLI was added in https://github.com/apache/airflow/pull/20838 There is issue of timeout if the running the CLI on a very large table(s), ideally we should allow running the command with some kind of batch size flag that will split the work and...
0easy
Title: Add Oracle Approximating Shrinkage Estimator (OAS) Body: The output of EmpiricalCovariance is regularized by a shrinkage value impacted by the overall mean of the data. The goal would be to implement this estimator with post-processing changes to the fitted empirical covariance. This project is very similar to t...
0easy
Title: Add support for cell id targeting Body: Now that cell ids are part of the 4.5 spec, we should have the execution identifier look for cell_id matches when gathering cells to execute.
0easy
Title: Django management command to migrate existing users Body: We could add a django management command to handle user verification/status creation for old users when the dev team opts to use this package at mid-project. Also would be helpful having a specific flag for superuser and staff, making it easy to create a ...
0easy
Title: Perform a Security Audit of Globaleaks Body: ## Description: Security is a critical aspect of any software project, and Globaleaks is no exception. In this task, you will help improve the security of Globaleaks by performing a security audit. This involves testing the public demo instances (such as demo.globalea...
0easy
Title: DOC: Add an example showing how to modify the colorbar Body: It would be helpful to have an example that shows how to extract the matplotlib colorbar from the display so the user can modify the size, font, etc. We show how to do this in the [SAIL example](https://arm-development.github.io/sail-xprecip-radar/r...
0easy
Title: SECURITY: bad regex pattern in 'gensim/corpora/wikicorpus.py' maybe cause 'ReDos' security problem. Body: #### Problem description i found two bad regex pattern in 'gensim/corpora/wikicorpus.py' ``` RE_P7 = re.compile(r'\n\[\[[iI]mage(.*?)(\|.*?)*\|(.*?)\]\]', re.UNICODE) """Keep description of images."...
0easy
Title: Disable workflow save button if there were no changes since last save Body: **Is your feature request related to a problem? Please describe.** Its just a minor frontend/ui change Save workflow button in upper right corner is always clickable and changes workflow version, even if there were no changes since last ...
0easy
Title: "apache-airflow-providers-samba" not working with Windows shares due to fixed use of forward slahes Body: ### Apache Airflow version 2.10.5 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? When I connect to a Windows share using the samba provider I am receiving a STATU...
0easy
Title: docs: add documentation on FastAPI swagger UI with BaseDoc Body: # Context We want to add documentation on how to create a fast API app with DocArray and get a swagger UI with a BaseDoc
0easy
Title: Drop `scipy` from dev dependencies Body: ## 🚀 Feature The scipy package is just used in one place. So, we can figure out how to test the case without it ``` $ git grep 'scipy' docker/Dockerfile: /opt/conda/bin/conda install -y python=$PYTHON_VERSION numpy pyyaml scipy ipython mkl mkl-include cython ty...
0easy
Title: [UX] Additional message from OCI even though not enabled Body: <!-- Describe the bug report / feature request here --> I am getting the following message while `sky launch -c test` with `pip install -e .[all]` and no OCI credentials ``` INFO:oci.circuit_breaker:Default Auth client Circuit breaker strategy...
0easy
Title: Deleting form submission redirects to first listing page Body: <!-- Found a bug? Please fill out the sections below. 👍 --> ### Issue Summary <!-- A summary of the issue. --> When you delete a form submission (on a later pagination page) then after confirming, you are redirected to the first paginatio...
0easy
Title: Add the missing docstrings to the `string_evaluator.py` file Body: Add the missing docstrings to the [string_evaluator.py](https://github.com/scanapi/scanapi/blob/main/scanapi/evaluators/string_evaluator.py) file [Here](https://github.com/scanapi/scanapi/wiki/First-Pull-Request#7-make-your-changes) you can fi...
0easy
Title: [BUG] build and docs badge in README failing Body: The build and docs badges in the README.md show "failing", even though build and docs are not failing - what is going on here, and how to fix this? ![image](https://github.com/user-attachments/assets/cfe900d4-0064-4681-97b5-5fccec987b33)
0easy
Title: Refactor `App` Class in `app.py` for Streamlined Code and Maintenance Body: ### GitHub Issue: Refactoring the `App` Class in `app.py` for Enhanced Readability and Maintainability #### Overview The `App` class in `app.py` is central to our Nextpy application but currently handles an extensive range of functio...
0easy
Title: Create a runnable example notebook and test for Mocking Requests Library Body: Create a runnable notebook and test file for the documentation example: https://testbook.readthedocs.io/en/latest/examples/index.html#mocking-requests-library
0easy
Title: pdf output with code Body: ### Description I am hoping to be able to make pdf output with code, while using `mo.mpl.interactive` to display plots. Currently when I use the menu to do pdf output, it tells me to press `Crtil+.` to switch to app mode before making the pdf output. All my plots output fine, but the ...
0easy
Title: Constructors for auto generated classes? Body: We're using sgqlc to interact with a GQL service we've built and love the removal of dict-of-stuff navigation in the response objects and field selections. We can't quite figure out how to do the same for complex argument/input values though. As an example: ```py...
0easy
Title: Make use of `LiteralString` for raw queries Body: ## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> [PEP 675](https://www.python.org/dev/peps/pep-0675/) is introducing a new type, `LiteralString`, this will mean that the type checker can help p...
0easy
Title: Leave logging configuration to client code Body: **Description** The `import vaex` statement enforces an opinionated logging configuration. This prevents the client code to set a different logging configuration. For example: ``` import logging import vaex logging.basicConfig(level=logging.INFO, form...
0easy
Title: Unstable ETag because of hash rantomisation Body: Python `hash()` function is salted by default (see [__hash__](https://docs.python.org/3.8/reference/datamodel.html#object.__hash__) docs). Therefore the hash of the same object doesn't normally produce the same value in different processes. As a result, becaus...
0easy
Title: Add suffix "acion" to Spanish SnowballStemmer Body: Hi, I'm a native Spanish speaker and I've noticed words with suffix "acion" don't get stemmed. (You got right the plural version "aciones", but not the singular one) Please, add suffix "acion" to Spanish SnowballStemmer Thank you for your work!
0easy
Title: Empty completion list for file in `aws s3 cp` Body: Typing on Debian: ```xsh pip install awscli $XONSH_TRACE_COMPLETIONS=True aws s3 cp <press tab to insert filename> s3://path/ ``` Result <img width="139" alt="Image" src="https://github.com/user-attachments/assets/411ccc3e-492e-43c1-af1a-8315e97f5e3d" /> T...
0easy
Title: [DOC] FCNClassifier publication reference is incorrect Body: #### Describe the issue linked to the documentation The [FCNClassifier](https://www.sktime.net/en/latest/api_reference/auto_generated/sktime.classification.deep_learning.FCNClassifier.html) references the work of Zhao et al. 2017 [1], while it is actu...
0easy
Title: [ENH] Integrate pypots for Partially Observed Time Series (POTS) as Imputers in sktime Body: **Is your feature request related to a problem? Please describe.** Handling Partially Observed Time Series (POTS) is a common challenge in real-world scenarious. Currently **Sktime** lacks the native support for models s...
0easy
Title: Feature: Broker event handlers Body: **Is your feature request related to a problem? Please describe.** If multiple brokers are used user might need to stop processing messages if depends on other broker, **Describe the solution you'd like** Handle connected/disconnected/reconnected events. Probably, multip...
0easy
Title: Log Uniform distribution Body: How about a Log Uniform distribution, i.e., the log of a variable is uniformly distributed. Implementation: ``` class LogUniform(dist.Uniform): def sample(self, key, sample_shape=()): shape = sample_shape + self.batch_shape sample = jax.random.uniform(key...
0easy
Title: Update TSNE docs to clarify what is passed in on instantiation or fit Body: **Describe the bug** Currently, the TSNE docs [show an example](http://www.scikit-yb.org/en/latest/api/text/tsne.html#t-sne-corpus-visualization) where a variable named "labels" is passed into the `fit` method; however this variable act...
0easy
Title: open_datatree `group` parameter does not support Iterable[str] Body: ### What is your issue? The annotation typing for the `group` parameter in the `open_datatree` function receives `str | Iterable[str] | Callable | None = None` for all backends. for example https://github.com/pydata/xarray/blob/f01096fe...
0easy
Title: [Core/UX] Improve the display of returncode for multi-node Body: <!-- Describe the bug report / feature request here --> When a user's job is running on multiple nodes and one node fails with a return code, e.g. 1, SkyPilot will kill the processes on the other nodes, with a return code 137. It is confusing to...
0easy
Title: The line break character in the name of the conversation file causes the OSError error Body: ### Describe the bug During the neural network response, a situation may occur in which the first few words used to generate the file name contain the \n character, which is not removed during the check in the interpret...
0easy
Title: About fine-tuning SlowFast on my own dataset Body: I followed the script in https://gluon-cv.mxnet.io/build/examples_action_recognition/finetune_custom.html#id1, and It worked. But I only changed the model to slowfast_4x16_resnet50_custom, the error raised: ``` Traceback (most recent call last): File "finet...
0easy
Title: How To Test TMO Indicator Body: I want to first give a big thanks to @luisbarrancos and @twopirllc for working on the indicator. I have been trying to backtest it but am having trouble. I keep getting an error when inputting the first part of the code: ```python from numpy import broadcast_to, isnan, nan, n...
0easy
Title: Most plotter instance methods should be static methods Body: https://github.com/mithi/hexapod-robot-simulator/blob/5c1f8a187e7497a37e9b2b5d66ec2fe72b3cc61f/hexapod/plotter.py#L13 ``` def _draw_hexapod(self, fig, hexapod) def _draw_scene(self, fig, hexapod) def change_camera_view(self, fig, camera) ``` ...
0easy
Title: ColorMap.getByIndex() returns wrong colors Body: <!-- In the following, please describe your issue in detail! --> <!-- If some sections do not apply, just remove them. --> ### Short description <!-- This should summarize the issue. --> ColorMap.getByIndex() returns wrong colors. ### Code to reproduce <...
0easy
Title: Latest Modin as a data source for pandas-ai Body: ### 🚀 The feature Hey folks, I just saw you had added support for Modin as a data source for pandas-ai in https://github.com/Sinaptik-AI/pandas-ai/pull/907. This is a great addition to the other data sources like pandas and polars, for instance, that has alread...
0easy
Title: Better, easier, and integrated support for color bars Body: Add better support for easier and integrated color bars! Usually this is achieved with `layout.coloraxis.colorbar` but I'm not sure how easy it is for users to manually integrate this with our ridgeplots. At least add an example to the docs? [(REF1)]...
0easy
Title: Add fork me on GitHub info/wording Body: We could use some more obvious copy on the website for info on how to fork on GitHub: https://awesomedjango.org/ This can go in `_includes/header.html` or `_includes/footer.html`.
0easy
Title: add convenience drop_sweeps function to radar class Body: Per conversation on the [mailing list](https://groups.google.com/forum/#!topic/pyart-users/DKH1eYdIPuM), it might be nice to have a convenient way to remove sweeps from a radar volume. This may also be of interest in Issue #649 ?
0easy
Title: [Feature request] Add apply_to_images to PlasmaBrightnessContrast Body:
0easy
Title: Store name for each dimension Body: It would be useful to be able to give a name to a dimension, for plotting and other bookkeeping purposes mainly. We could also use it in https://github.com/scikit-optimize/scikit-optimize/blob/master/skopt/utils.py#L322 and friends. I'd propose the following API: `Dimension...
0easy
Title: Util function to provide the CG dashboard Deepdrills URL Body: Define a function that will be taking the KPI id and the dashboard id as the input and will return the URL of the Deepdrill analysis for that KPI inside the given dashboard
0easy
Title: Reproduce the error described in PR #104 and review the fix Body: - [ ] Reproduce the error found in #104. - [ ] Review the pull request and proposed fix
0easy
Title: [FEATURE] Automatically load fixups for FastAPI Body: **Is your feature request related to a problem? Please describe.** Sometimes users are not aware of some incompatibilities with FastAPI so some fixups are required. **Describe the solution you'd like** Detect FastAPI based on the `app` type inside loader...
0easy
Title: Feature: logging configuration from file Body: **Is your feature request related to a problem? Please describe.** I would like to use `--log-config` argument in FastStream CLI to automatically load my logging configuration from file. This functionality is present in uvicorn and gunicorn. - https://www.uvicor...
0easy
Title: `logging` module log level is not restored after execution Body: Hi, It seems like that the robot handler is changing the root logger log level via ``set_level`` function (``robot.output.pyloggingconf``) but the original root logger level is not restored back after the end of the ``robot.running.model.TestSui...
0easy
Title: Add version for Mock Generator Body: /kind feature We should add new instruction to [Makefile](https://github.com/kubeflow/katib/blob/master/Makefile) to run [`mockgen.sh`](https://github.com/kubeflow/katib/blob/master/scripts/mockgen.sh) script with specific mock version. That will help us to keep files c...
0easy
Title: 在全局搜索页面时,有时输入框需要输入两次才能执行搜索 Body: 在执行一次搜索后,输入关键词执行第二次搜索时会被第一次的输入内容覆盖,需要再输入一遍才能执行搜索。疑似 streamlit 懒策略的问题?
0easy