text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Update the kubernetes object's status with server-side apply Body: /kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] I'd like to replace the client-side apply with the server-side apply when the controller updates the any statuses like https://g...
0easy
Title: Validator is not used when passed to `create_model` and having the same name as a field Body: ### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Hi! I noticed that the validator is not used and called if it has the same name as the field (or some other limitations, I'm not sure) I...
0easy
Title: accessing user_prompt passed to run Body: Is there a specific reason why when invoking `run`, the user's message ( `user_prompt`) is not available in the `RunContext` for prompts despite being added to the messages array during execution? ## Current Behavior The `user_prompt` is added to messages in the co...
0easy
Title: Allow using tb['some_object'] or tb.get('some_object') instead of tb.ref('some_object') Body: It's more Pythonic, easier to remember, and makes it easy to migrate in-notebook tests to a script. Here's my use case: When I'm working on a notebook, I like to write tests inline first, and then move it to a `test...
0easy
Title: Notebook describing the ask and tell API Body: Now that #234 has been merged, it would be nice to complement the code with a notebook illustrating how and when to use this API.
0easy
Title: Squeeze momentum indicator (with Lazybear) wrong results. Body: I follow Binance data and Lazybear's squeeze indicator on tradingview. But the SQZ_20_2.0_20_1.5_LB values ​​I see on tradingview are wrong also SQZ_OFF and SQZ_ON are wrong too. My code : ```python ohlcvsqueeze = account_binance.fetch_ohlcv...
0easy
Title: Add sklearn's HistGradientBoosting Body:
0easy
Title: Using GaussianProcessRegressor fails for default values Body: ```python from skopt.learning import GaussianProcessRegressor dimensions = [(-5.0, 10.0), (0.0, 15.0)] gpr = GaussianProcessRegressor() optimizer = Optimizer( dimensions=dimensions, base_estimator=gpr, n_random_starts=1, acq_...
0easy
Title: Add FAQ with answers to the most common questions to the documentation Body: It would be helpful to include a more immediate link to where to get help and a FAQ on the readme and in the documentation. - **Q.** I've already got results from my Monte Carlo simulation - which technique can I use? **A.** DMIM ...
0easy
Title: Don't include credentials in requirements lock file Body: Easy way to accidentally commit credentials. I think adding `--no-emit-find-links` to pip tools compile in tasks might work.
0easy
Title: `CallbackData` usage example Body: ### aiogram version 3.x ### Problem Let's assume I'm a newbie in aiogram. I see its awesome feature called "`CallbackQuery.data` parsing" and I don't know how to use it properly. I try to read the docs and still encounter some problems, so I need a code to compare with...
0easy
Title: 移动端 后台底部 必读说明 下面那三个带颜色的按钮 不能自适应 导致整个页面失去焦点 Body: 1. BUG反馈请描述最小复现步骤 2. 普通问题:99%的答案都在帮助文档里,请仔细阅读https://kmfaka.baklib-free.com/ 3. 新功能新概念提交:请文字描述或截图标注
0easy
Title: Fix comments about return value in my_compare_type Body: **Migrated issue, originally created by Mauricio Farías ([@negas](https://github.com/negas))** The comments are opposite to the code. my_compare_type(context, inspected_column,metadata_column, inspected_type, metadata_type) should return False if the type...
0easy
Title: Can you use Pydantic Field Aliasing with Pandera / PydanticModel schema definitions? Body: #### How to use Pydantic Field Alias with pandera I am processing a CSV and I am trying to use Pandera to validate the data. The names in the CSV header row are not what I want the names in my model to be. I haven't fi...
0easy
Title: [DOCS] Spark Body: Refresh for modern practices -- code style, arrow
0easy
Title: Support disabling mo.ui.chat input Body: ### Description I was hoping to make my chatbot disabled until the user entered an api key in another input but didn't see any parameter to disable the input. ### Suggested solution Support disabled parameter on the Chat input. When set to true it can create a non int...
0easy
Title: Custom Replicate Model Block Body: A block that allows you to use **any** [replicate](https://replicate.com/) model by supplying the model name and whatever inputs it needs.
0easy
Title: add test to determine if WoERatioCategoricalEncoder returns an error when the probability in the denominator is 0 Body: At the moment the test is commented out: https://github.com/solegalli/feature_engine/blob/master/tests/test_encoding/test_woe_encoder.py#L112 the aim is to test this bit of code [here](http...
0easy
Title: Labor Investment metric API Body: The canonical definition is here: https://chaoss.community/?p=3559
0easy
Title: SSL channel Indicator (Semaphore Signal Level channel) Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.** lattest **Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** I want to use SSL channel Indica...
0easy
Title: Accessing matches in regular expression globbing Body: In regular expression globbing (or even in regular globbing), it would be nice if we could access the Match object (https://docs.python.org/3/library/re.html#match-objects) corresponding to each resulting match. For example, replacing this: ```xsh for ...
0easy
Title: Importing ridgeplot fails with scipy 1.14.1 with "symbol not found in flat namespace '_npy_cabs'" Body: This is more of an FYI for visibility than an issue that needs action, but importing ridgeplot fails when using scipy 1.14.1 ("symbol not found in flat namespace '_npy_cabs'") Issue has been raised with sci...
0easy
Title: Request Full Guide Body: Hi, Any Full guide for this? Thanks in advanced
0easy
Title: Error: 'Failed to Complete Task in Maximum Steps' Not Visible in Agent History List Body: ### Bug Description "When my agent fails to complete a task within the defined maximum number of steps, it stops with an error message saying, 'Failed to complete task in maximum steps.' However, when I check the Agent His...
0easy
Title: Docstring for AllenNlpTestCase is out-of-date Body: https://github.com/allenai/allennlp/blob/ae7cf85b8f755f086341a087aeca1ba7c1df3769/allennlp/common/testing/test_case.py#L14 This docstring suggests that the TestCase class should subclass `unittest.TestCase` but it does not do so. Should this be updated or is...
0easy
Title: Implement env vars properly Body: Stop declaring the env vars on scanapi.yaml file and start getting these variables in fact from the env.
0easy
Title: Don't set `CurlOpt.CAINFO` when `verify=False` Body:
0easy
Title: Test coverage metric API Body: The canonical definition is here: https://chaoss.community/?p=3957
0easy
Title: Deprecate `SHORTEST` mode being default with `FOR IN ZIP` loops Body: RF 6.1 made it possible to configure what to do if lengths of lists iterated using `FOR IN ZIP` are different (#4682). The old default behavior to silently ignore items in longer lists (i.e. `SHORTEST` mode) was preserved, but we plan to requi...
0easy
Title: [Docs] Improve DPSK docs in dark mode Body: ### Checklist - [x] 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. - [x] 2. Please use English, otherwise it will be closed. ### Moti...
0easy
Title: Add `PYTHONWARNDEFAULTENCODING` to pipeline Body: Given this comment https://github.com/pydantic/bump-pydantic/pull/85#issuecomment-1632808494, we want to add `PYTHONWARNDEFAULTENCODING` on the pipeline. Check more about it on https://docs.python.org/3/library/io.html#opt-in-encodingwarning.
0easy
Title: Docstring of Datalab.find_issues issue_types docstring should link to the guide Body: The docstring here: https://docs.cleanlab.ai/master/cleanlab/datalab/datalab.html#cleanlab.datalab.datalab.Datalab.find_issues for the `issue_types` argument should link to the Issue Types guide: https://docs.cleanlab.ai/sta...
0easy
Title: Gensim's FastText model reads in unsupported modes from Facebook's FastText Body: In gensim/models/fasttext.py: ```python model = FastText( vector_size=m.dim, vector_size=m.dim, window=m.ws, window=m.ws, epochs=m.epoch, epochs=m.epoch, negati...
0easy
Title: Ability to show/toggle all student names in formgrader Body: Follow up on: https://github.com/jupyter/nbgrader/issues/575 ... which led to: https://github.com/jupyter/nbgrader/pull/617 I would highly appreciate the possibility to **toggle the visibility of all student names--with one click**. We do gradin...
0easy
Title: ValueError: cannot specify integer `bins` when input data contains infinity [BUG] Body: Trying to open a dataframe from a .csv that contains numpy.inf values fails with this error: ``` import lux, pandas df = pandas.read_csv('filepath') ``` ``` C:\Users\???\anaconda\envs\base_up_to_date\lib\site-packages...
0easy
Title: Switch to strict static type checking Body: #306 adds static type checking; it would be nice to switch over to mypy strict mode (`--strict`) once we have full coverage with type annotations.
0easy
Title: Duplicated function/method Body: This function already exists on the object, why add an identical one inside the function? https://github.com/kennethreitz/responder/blob/78b5bef879380146d0bf14b35e0fd618d9694971/responder/api.py#L645-L647 **Original definition:** https://github.com/kennethreitz/responder/blo...
0easy
Title: [MNT] Update `ruff` version bound for `pre-commit` checks Body: ### Describe the issue Recent versions of `ruff` cause failures on our CI due to a few outdated notebooks See https://github.com/aeon-toolkit/aeon/actions/runs/10445173697/job/28920730227?pr=1986 ### Suggest a potential alternative/fix Fix th...
0easy
Title: Comprehensive benchmarking of AutoGPTQ; Triton vs CUDA; vs old 'ooba' GfL Body: Over on @Laaza's text-gen-ui PR there has been discussion of inference performance. In particular, people are concerned that recent versions of GPTQ-for-LLaMa have performed worse than the older versions. This is one reason why ma...
0easy
Title: m.fit("Differential Evolution") should require bounded=True Body: Currently, `m.fit("Differential Evolution")` raises an error regardless: of the bounds set in the parameters, because it checks `m._bounds_as_tuple()`, which is only set if `bounded=True`. Solution for users is just to set `bounded=True` as an ...
0easy
Title: PositionalEmbedding Body: The position embedding in the BERT is not the same as in the transformer. Why not use the form in bert?
0easy
Title: [BUG] lazy loading regression Body: after 0.29.0 (big pyg[ai] merge), looks like import is slow again, likely some top-level imports getting triggered: ![Screenshot from 2023-05-02 21-24-27](https://user-images.githubusercontent.com/4249447/235832882-abfa5234-4bc8-47ce-8bb0-1346e8f9efe0.png) for referenc...
0easy
Title: Change Request Closure Ratio metric API Body: The canonical definition is here: https://chaoss.community/?p=4834
0easy
Title: 卡密一行长度太长的话,批量买几百条就页面展示不出来全部只能展示一部分 Body: ![image](https://user-images.githubusercontent.com/24820320/142093870-e7565900-3ff1-41aa-9a2e-593b0639c5ed.png) 卡密里面有逗号,就会换行,卡密长度187
0easy
Title: docs: toggle Gurubase widget theme with original documentation one Body: ![Image](https://github.com/user-attachments/assets/c6e7dcb4-f543-4f5b-bdc8-c2d54d56fb2c) We should switch Gurubase widget theme accordingly to documentation preffered one. Gurubase has already written example how it should be implemented ...
0easy
Title: Refactoring: split `tools.py` into libs Body: `tools.py` has 2877 lines. We need to review the functions and: * group functions by topics in `xonsh.lib` * move functions to `xonsh.platforms` e.g. `hardcode_colors_for_win10`, `WIN10_COLOR_MAP`, `_win_bold_color_map`, etc ## For community ⬇️ **Please click ...
0easy
Title: Error in Renaming the Node Body: <!-- In the following, please describe your issue in detail! --> <!-- If some of the sections do not apply, just remove them. --> ### Short description Error while Renaming node created using FlowChart class ### Code to reproduce <!-- Please provide a minimal working exa...
0easy
Title: `create_result` returns x with lowest observed f(x), not lowest predicted f(x) Body: This seems wrong to me. The optimizer seems to be aware of its uncertainty, re-evaluating the "fluke point" and discovering that it's actually not usually that great. But then it gives me the fluke point at the end! This is espe...
0easy
Title: python-gitlab uses implicit reexports Body: python-gitlab does not define `__all__` which causes problems in client applications that are inspected with mypy. I think the solution here is to just define `__all__` in `__init__.py` and maybe some other libraries that re-export.
0easy
Title: A better DHT benchmark Body: __Problem:__ to maintain & enhance DHT performance, we need a way to measure it. Our current benchmark covers an edge case that does not represent our typical usage. * [x] __Preliminaries__ * Install hivemind using [this quickstart guide](https://learning-at-home.readthedocs.io...
0easy
Title: Organizational Diversity metric API Body: The canonical definition is here: https://chaoss.community/?p=3464
0easy
Title: [Feature request] Add apply_to_images to SaltAndPepper Body:
0easy
Title: Add captcha in user register form, Body: user register form needs optinoal captcha
0easy
Title: Fix warning: Directly instantiating an LLMMathChain with an llm is deprecated Body: It's reproducible by running `pytest` ```shell ======================================================== warnings summary ======================================================== ../../pyenvs/langchain_api/lib/python3.9/site-...
0easy
Title: "Add page" on PageListingViewSet should skip choosing parent page if only one choice exists Body: ### Is your proposal related to a problem? According to [this Stack Overflow question](https://stackoverflow.com/questions/78513499/wagtail-6-1-pagelistingviewset-how-to-automatically-select-a-parent-page-when-c)...
0easy
Title: Replace the `dict` response in `load_existing_datasets` with a Pydantic class Body: We should avoid passing loosely typed dictionaries around if we can avoid it. This should be replaced by a Pydantic class. Note: This is in `BufferedLogger`.
0easy
Title: Feature request: Change ReCaptcha to another service Body: ## Use case The public server for wger uses Recaptcha for their captcha. Recaptcha by google is not very privacy friendly and is needed to be used to register a new account. Switching to another captcha provider that respects privacy more would fit bet...
0easy
Title: Remove docs for other projects from the Scrapy docs Body: We have some auto* statements for things from other projects, like itemadapter in https://github.com/scrapy/scrapy/blob/92f86fab062d179fd68590f1be6a24ca13ec33b6/docs/topics/items.rst?plain=1#L404 and parsel in https://github.com/scrapy/scrapy/blob/92f86fa...
0easy
Title: `[testenv]` `install_command` is also used for provision environment Body: From #2427. If I specify a high `minversion` or `requires`, a provision environment is created. Apparently, it is using `install_command` from `[testenv]` section. Is this right? I thought that `testenv` means test environment and will no...
0easy
Title: Remove deprecated JS packages and get rid of vulnerability messages for dash-uploader 0.7.0 Body: A long time has gone from the early days of dash-uploader (there might something in the `package.json` even from the early 2018 from [dash-resumable-upload](https://github.com/rmarren1/dash-resumable-upload)). ...
0easy
Title: Feature: add ExceptionMiddleware to handle processing exceptions Body: We should provide users with a suitable mechanism to handle and process application exceptions like [**FastAPI** does](https://fastapi.tiangolo.com/reference/fastapi/#fastapi.FastAPI.exception_handler) I think the best way to make such mec...
0easy
Title: Verify contributed recipes Body: Contributed recipes are not checked in CI, were mostly added a long time ago and so they might be out-of-date. It would be nice if someone checked them, updated packages versions used there and verified that they still work.
0easy
Title: Update README.md with ask-and-tell example Body: Hi, I think it would be good to add a quick ask-and-tell example to the README.md. This is something quite unique about scikit-optimize that we should highlight more. Also, not sure why the README now includes twice the CircleCI badge.
0easy
Title: [NEW TRANSFORMER] arcsin transformation for decimal data Body: For more info on the transformation: https://stats.stackexchange.com/questions/251449/how-do-i-find-a-variance-stabilizing-transformation https://www.stata.com/users/njc/topichlp/transint.hlp Creating the new class is fairly straighforward. ...
0easy
Title: Inline environment variable: `ValueError: identifier field can't represent` Body: ```xsh $QWE=False echo 1 ``` ```xsh Traceback (most recent call last): File "/opt/homebrew/lib/python3.11/site-packages/xonsh/ptk_shell/shell.py", line 389, in _push code = self.execer.compile( ^^^^^^^^^^^^^...
0easy
Title: Loudly deprecate singular section headers Body: As discussed in #4431, we have made a decision to remove the support for singular section headers like `Test Case` and require using the plural form like `Test Cases`. Singular headers were deprecated already in RF 6.0, but at that point only documentation was upda...
0easy
Title: Fix call of tifffile write to remove warnings Body: ## 🧰 Task <!-- A clear and concise description of the task --> In the test we got multiple warnings: ``` /opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/tifffile/tifffile.py:1428: DeprecationWarning: <tifffile.TiffWriter 'Labels.t...
0easy
Title: Allow the "value" argument to "@filter" to be optional and missing Body: Some filter operators, such as `is_null` and `is_not_null`, are unary and do not require passing additional values. Currently, because the `@filter` directive specifies the `value` argument as non-null (`[String!]!`), that means that the sy...
0easy
Title: Change the log level of `Set Log Level` message from INFO to DEBUG Body: When using `Set Log Level`, it logs a message like > Log level changed from DEBUG to INFO. using the INFO level. This message can be useful when debugging issues related to logging, but typically it doesn't add much value. As discusse...
0easy
Title: `BuiltIn.set_global/suite/test/local_variable` should not log if used by listener and no keyword is started Body: `BuiltIn.set_global/suite/test/local_variable` methods are often used by libraries and listeners for setting variables. When these methods are used, they log the name and value of the variable that's...
0easy
Title: Process: `Split/Join Command Line` do not work properly with `pathlib.Path` objects Body: Several related problems: - `Split Command Line` fails if given `pathlib.Path`. - `Join Command Line` fails as well with Python < 3.8. - `Join Command Line` could also handle other non-string values.
0easy
Title: Garmin CN GPX heartrate解析问题 Body: 在自己部署的页面上没看到bpm数据,后来看了gpx内容改了以下内容就显示了,请作者看看是不是该这么改哈 gpx中内容: `<extensions> <ns3:TrackPointExtension> <ns3:atemp>34.0</ns3:atemp> <ns3:hr>168</ns3:hr> <ns3:cad>113</ns3:cad> </ns3:TrackPointExtension> </extensions>` track.py文件修改 修改前: `heart_rate_list.extend( ...
0easy
Title: Jaccard dissimilarity measure Body: Are we adding a jaccard dissimilary measure?
0easy
Title: Turn near-duplicate score test into a property-based test Body: After updating the near-duplicate scores, a test was added to ensure that near-duplicate examples have worse scores than non-near-duplicates. RIght now, the test only works on a small, toy dataset. Turning it into a property-based test would be ide...
0easy
Title: return in finally can swallow exception Body: ### Description There are two places in `scrapy/contracts/__init__.py` where a `finally:` body contains a `return` statement, which would swallow any in-flight exception. This means that if a `BaseException` (such as `KeyboardInterrupt`) is raised from the bod...
0easy
Title: Need to raise a warning in radardisplaycartopy when passed axes dont have projection Body: See https://github.com/ARM-DOE/pyart/blob/master/pyart/graph/radarmapdisplay_cartopy.py#L235 Twice I have wondered why radardisplaycartopy ignored passed axes... At the moment if the axes don't have a projection we over...
0easy
Title: Allure throws UnicodeDecodeError when recieve \\u in test parameter value Body: [//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of any problems with Allure Jenkins plugin** please use the...
0easy
Title: Unable to chain find_by_css().find_by_text() with 0.9.0 Body: https://github.com/cobrateam/splinter/issues/426 seems to have resurfaced in 0.9.0. With 0.8.0, `browser.find_by_css(".onboarding-modal").find_by_text("Slack")` finds one element on my site, but 0.9.0 returns none. I think https://github.com/cob...
0easy
Title: [New transforms] Add parameter tweaks in other than HSV space. Body:
0easy
Title: 可以麻烦支持讯虎支付吗 Body: https://pay.xunhuweb.com/
0easy
Title: Good First Issue >> Strictly Increasing / Decreasing Body: Thanks for Pandas-Ta Can you add a "strictly" boolean parameter to the Increasing / Decreasing function? Now you are checking the difference between the current value with a length value ie. increasing = close.diff(length) > 0 But I want to check cont...
0easy
Title: Libdoc performance degradation starting from RF 6.0 Body: In the project I'm working on we use dynamic python libraries with 10k+ keywords. After migrating to RF 6.0 we noticed that the libdoc execution time doubled. Here is a comparison of the time taken by libdoc in each version given the same parameters: ...
0easy
Title: Marketplace - creator page - add 24px to the padding at the bottom of the page Body: ### Describe your issue. Please add 24px at the bottom of the page's padding, so that it totals to 90px padding. <img width="1318" alt="Screenshot 2024-12-16 at 21 28 21" src="https://github.com/user-attachments/asset...
0easy
Title: Display name spill-over Body: In isolated cases users misuse their freedom to use unicode display names to set bad names which spill over to other parts of the UI. Specifically affected are the leaderboard and trollboard pages which list users. Use css styles to clip display names at the border of the surroun...
0easy
Title: [DOC] `get_features_targets` should be removed from general_functions.rst Body: # Brief Description of Fix <!-- Please describe the fix in terms of a "before" and "after". In other words, what's not so good about the current docs page, and what you would like to see it become. Example starter wording is p...
0easy
Title: Messages logged by `start_test` and `end_test` listener methods are ignored Body: If `start_test` or `end_test` listener method logs something using `robot.api.logger`, the messages don't end up to output.xml and log.html. Although they go to the syslog, the syslog isn't enabled by default and thus they are in p...
0easy
Title: BBands documentation incomplete Body: The [documentation](https://alpha-vantage.readthedocs.io/en/latest/source/alpha_vantage.html#alpha_vantage.techindicators.TechIndicators.get_bbands) for `get_bbands()` seems to be missing the `time_period` argument (as seen in the [Technical Indicators](https://github.com/Ro...
0easy
Title: ScriptRunner: Cannot import modules when other directories Body: I am trying to run the pipeline via the ScriptRunner and am not able to import modules from other directories. My current project structure looks like this: ``` └── project/ ├── common/ │ └── lib ├── file1.py --> want to import...
0easy
Title: returns None Body: Please tell me why it returns None ```python from pybit import usdt_perpetual import time import pandas as pd import pandas_ta as ta import numpy as np print(ta.version) 0.3.14b0 session_unauth = usdt_perpetual.HTTP(endpoint="https://api.bybit.com") def klines(): session=ses...
0easy
Title: `TimeSeries.plot` Title as parameter Body: **Is your feature request related to a current problem? Please describe.** The `TimeSeries.plot` method sets the plot title to the name of the underlying xarray's name. However, it is unclear to me (and to my knowledge not documented) how to set this name without to...
0easy
Title: Allure report showing NaN% while using --device matrix capability in Json format Body: Hi Team, I am facing issue to generate allure report using allure-pytest-bdd 2.9.45 version. We are passing browser capabilities by using Json file. [ { "local" : "true", "browser": "Chrome", ...
0easy
Title: Types of Contributions metric API Body: The canonical definition is here: https://chaoss.community/?p=3432
0easy
Title: missing documentation: RandomAdder Body: Please add basic information for the documentation.
0easy
Title: feat: Switch component Body: Would be nice to wrap https://v2.vuetifyjs.com/en/components/switches/ using ipyvuetify, similar to checkbox https://github.com/widgetti/solara/blob/9cac7202072ab3fb3b316292501a1b880cc828de/solara/components/checkbox.py#L10 See https://github.com/widgetti/solara/commit/8480176b66...
0easy
Title: Tuple index out of range in Pyppeteer Exception _rewriteError Body: Hey team, I am getting a bit of an odd error that may be a bug, to be truthful I am unsure. I am using Python 3.8.2. For reference, I am automatically scanning a large number of URLs that may or may not exist/be online - basically thin...
0easy
Title: Add references and links to conference talks explaining Testbook Body: Add a section to the docs that links out to talk videos and slidedecks.
0easy
Title: [GOOD FIRST ISSUE]: Encapsulate sleep timers Body: ### Issue summary Encapsulate sleep timers ### Detailed description slightly better code would be to not have so many literals floating around. I propose to encapsulate the sleep timers in a medium or short sleep function in the utils. This will make editing ...
0easy
Title: Possible Bug in the Center of Gravity Indicator Body: When I ran `Center of Gravity: cg` over 3 months of Bitcoin prices ("20200801" to "20201101"), I got | | Close | cg | | -- | -- | -- | | count | 132481.000000 | 132472.000000 | | mean | 11378.306788 | -5.499988 | | std | 844.355621 | 0.001991 | | min...
0easy
Title: Better warning message for Vis and VisList Body: We should display a better warning message when the user specifies an intent that indicates more than one item, but puts it into Vis instead of VisList. For example, if I do: ``` Vis(["AverageCost","SATAverage", "Geography=?"],df) ``` ![image](https://user...
0easy
Title: [Jobs] Refactor jobs logs from backend to jobs lib Body: <!-- Describe the bug report / feature request here --> Like #4046, to reduce the complexity of our backend, we should refactor jobs(spot) logs to jobs lib as well.
0easy