text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: Python 3.7.3, gensim 3.8.1: UnboundLocalError: local variable 'doc_no2' referenced before assignment
Body: Client code:
` model = LogEntropyModel(corpus=data_corpus, normalize=True)
`
Referenced code:
https://github.com/RaRe-Technologies/gensim/blob/44ea7931c916349821aa1c717fbf7e90fb138297/gensim/models/l... | 0easy |
Title: [DOCS] There's no mention of the datasets in the docs
Body: | 0easy |
Title: Calculating Probabilities on Zero-Shot Learning
Body: ### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
Hi everyone, first of all I would like to thank @MaartenGr and all the contributors for this amazing project.
Recently I started looking a... | 0easy |
Title: Integration of EthOS miner API in Antminer-Monitor-Master App
Body: Broadening the horizons of the Antminer-Monitor-Master App makes perfect sense now that GPU mining is becoming more and more popular.
At present, EthOS have over 50,000 miners working with their OS so their software is well developed and reg... | 0easy |
Title: Rerunning a report from the result screen doesn't hide code input
Body: It seems like the "don't generate code" command to nbconvert doesn't get sent when you ask for a rerun of a report which previously had this selected. | 0easy |
Title: Add docker container(s) to help run examples
Body: **Is your feature request related to a problem? Please describe.**
The friction to getting the examples up and running is installing the dependencies. A docker container with them already provided would reduce friction for people to get started with Hamilton.
... | 0easy |
Title: Addition: A SimplifiedClassifierDashboard
Body: The default dashboard can be very overwhelming with lots of tabs, toggles and dropdowns. It would be nice to offer a simplified version. This can be built as a custom `ExplainerComponent` and included in custom, so that you could e.g.:
```python
from explainerd... | 0easy |
Title: Include triple-slash Prisma Schema comments in the generated code
Body: ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Prisma gives us the comments like these at generation time:
```prisma
model User {
/// The user's email address
... | 0easy |
Title: Injecting malicious code
Body: Add a test to check that the AI is not injecting malicious code outside the workspace @AntonOsika
[../../src/main.py] 👎
```python
def test_files_are_local():
chat = textwrap.dedent(
"""
All this will soon be over.
[../../src/main.py]
```pyth... | 0easy |
Title: Add `robot.running.TestSuite.from_string` method
Body: It's already possible to do this:
```python
>>> from robot.api import get_model, TestSuite
>>> suite = TestSuite.from_model(get_model('''
... *** Test Cases ***
... Example
... Log Hello, world!
... '''))
```
Using `get_model` here is somewha... | 0easy |
Title: Improve the stability of results from end-to-end tests of Datalab with label error-detection for regression tasks
Body: When running Datalab for regression, the detected issues vary greatly across Python/OS versions in CI, making assertions about the issue masks difficult and slows development down.
We need t... | 0easy |
Title: New localizations
Body: Robot Framework got localization support in RF 6.0 (#4096). Let's use this issue to track new translations in RF 7.3.
- [ ] Arabic (PR #5356) | 0easy |
Title: Support reading stdin in `readline` interactive move (`TERM=dumb xonsh -i` hangs)
Body: ## Current Behavior
<!---
For general xonsh issues, please try to replicate the failure using `xonsh --no-rc --no-env`.
Short, reproducible code snippets are highly appreciated.
You can use `$XONSH_SHOW_TRACEBACK=1`, `$XO... | 0easy |
Title: [Datalab new issue type] detect ID columns in features
Body: [New Datalab issue type](https://docs.cleanlab.ai/master/cleanlab/datalab/guide/custom_issue_manager.html) called something like `identifier_column` that checks whether `features` contains a column that is entirely sequential integers.
That is check... | 0easy |
Title: Error boundaries
Body: To catch errors e.g. when invalid components are returned from the backed.
https://www.npmjs.com/package/react-error-boundary | 0easy |
Title: [FEA] hypergraph Directly Follows edges for process mining
Body: **Is your feature request related to a problem? Please describe.**
We should be able to create Event Graphs for process mining: https://towardsdatascience.com/introduction-to-process-mining-5f4ce985b7e5
The main missing piece seems to be a f... | 0easy |
Title: Si.to_df() does not work with parameter groups
Body: bug and solution from Mickaël Trochet. Thank you!
The function `Si.to_df()` currently only works for the `names` key, but not when `groups` is defined.
Proposed fixes below, sent by Mickaël. This looks good and is ready for a PR. It could also be nice t... | 0easy |
Title: ENH: implement `__array__` for series
Body: ### Is your feature request related to a problem? Please describe
Implement `__array__` for series.
The impl for dataframe could be helpful: #282 .
| 0easy |
Title: Custom columns?
Body: ### Checklist
- [x] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
In the admin interface, I want to have extra table columns in addition to model properties. For example, if there is a User model in relationshi... | 0easy |
Title: add meta tags for embedding
Body: Following the example below
http://iframely.com/debug?uri=http%3A%2F%2Ftechcrunch.com%2F2015%2F07%2F07%2Fcitibank-is-working-on-its-own-digital-currency-citicoin%2F
Add all needed meta tags and its administration page on pure_theme
| 0easy |
Title: Check hook rules for list, dict and set comprehension
Body: Extend #706 with disallowing `[solara.use_state() for i in range(N)]` | 0easy |
Title: Append=False not working for AllStrategy
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)
```
version == 0.3.14b0
**Upgrade.**
```sh
$ pip install -U git+https://github.com/twopirllc/pandas-ta
```
... | 0easy |
Title: Mercury Cloud Can't Mix Notebook Display Types
Body: I want the output of [this](https://github.com/NSC9/Sample_of_Work/blob/Main/mathematics.ipynb) to be translated exactly to [my Mercury Cloud Site](https://nsc9-notebooks.runmercury.com/app/mathematics)
It seems Mercury Cloud ignores the Python strings I ge... | 0easy |
Title: `Set Variable If` is slow if it has several conditions
Body: We have a test suite that has a 28-case `Set Variable If`, viz.
```
${action} The ${element} At Screen XYZ
${locator} Set Variable If "${element}"=="Element 1" ${ELEMENT_1_LOCATOR}
... ... | 0easy |
Title: [DOCS] datasets are currently undocumented
Body: It would be nice to have a notebook that shows a plot and a few rows of all the datasets that we have. | 0easy |
Title: Collections: Value of `ignore_case` argument accidentally logged
Body: Some Collections library keywords log info about the ignore_case argument value (e.g. "INFO False") without mentioning what that logged value means. It could be interpreted incorrectly e.g. meaning that the keyword failed.
E.g. "Dictionari... | 0easy |
Title: TFTExplainer: getting explanations when trained on multiple time series
Body: I have trained TFT on multiple time series (for example: trained on a retail dataset with 350 time series, each having target, past and future covariates). My understanding was that TFTExplainer would give importance (temporal and vari... | 0easy |
Title: Collections: Make `ignore_order` and `ignore_keys` recursive
Body: `Lists Should Be Equal` accepts `ignore_order` (#2703) and `Dictionaries Should Be Equal` accepts `ignore_keys` (#2717). Currently both of them only work with the list/dict given to them and not recursively. We added recursive `Normalizer` class ... | 0easy |
Title: [New feature] Add apply_to_images to GaussianBlur
Body: | 0easy |
Title: Standard docstrings style for the codebase
Body: ## Problem
Some parts of the codebase use Sphinx-style docstrings and others use Google's, and there is not a clear definition about this. Also, with the addition of auto-generated docs (#1058) , the docs render doesn't come out very pretty.
See [here](https... | 0easy |
Title: Some operations involving the identity gate cause an error
Body: ## Describe the issue
If one tries to add or subtract the identity gate to another gate (or vice-versa) on a qubit `q`, for example, `I(q) - Z(q)`, then the following error occurs:
```
Traceback (most recent call last):
File "\misc\cirq_sub_i.p... | 0easy |
Title: hardware monitoring
Body: I think it would be helpful to monitor the hardware to check servers raid controller or system fan status.
Is that possible or is it planned in the future ?
| 0easy |
Title: Close datetimes result in repeated monthly X axis labels
Body: I'm quite enjoying this, but I have come across a serious data interpretation problem.
I have a dataframe read like so:
```
df = pd.read_sql_query(query,conn, parse_dates=['date'])
```
However, the datetime values are all relatively high ... | 0easy |
Title: Add smpt server for password emails
Body: There should be routes that trigger an email for "forgot" and "reset" password options. These can be celery tasks but probably need a separate container for a simple SMTP server in order to send the emails.
The fullstack Vue project has an example of a containerized ... | 0easy |
Title: igel serve, example call and result in igel documentation.
Body: Can we have an example of REST API calls in the documentation?
Examples with CURL, HTTPie or another client and the results would be better for newbies.
Thanks again for your good work.
| 0easy |
Title: doc2vec's infer_vector has `epochs` and `steps` input parameters - `steps` not in use
Body: Refer to doc2vec.py, `infer_vector` function seems to be using `epochs` for the number of iterations and `steps` is not in used.
However, in the `similarity_unseen_docs` function, `steps` is used when calling the infer... | 0easy |
Title: [Feature request] Add apply_to_images to RandomSnow
Body: | 0easy |
Title: Fix `test_regressions` tests failing in GitHub Actions
Body: I had to mark the `test_regressions` tests with XFAIL when running the checks in CI because they are currently failing when being run in GitHub Actions. See [here](https://github.com/tpvasconcelos/ridgeplot/actions/runs/7378769595/job/20074296603) and ... | 0easy |
Title: --update-snapshot without overwriting unused ones
Body: **Is your feature request related to a problem? Please describe.**
Working with a large test suites we have some tests that are being skipped depending on environment. When writing new tests with snapshots and then running `--update-snapshot` this overwrit... | 0easy |
Title: Markeplace - For the items on the menu bar, change the font to "Poppins"?
Body: ### Describe your issue.
For the items on the menu bar (the text that says "Agent store", "Library" and "Build") change the font to "Poppins"
Use the following style:
Font: Poppins
size: 20px
line-height: 28px
| 0easy |
Title: BUG:xorbits.pandas.DataFrame has no attribute from_dict
Body: ```
File "C:\Users\xldistance\AppData\Local\Programs\Python\Python311\Lib\site-packages\vnpy-3.2.0-py3.11.egg\vnpy\app\portfolio_strategy\backtesting.py", line 452, in calculate_result
self.daily_df = DataFrame.from_dict(results).set_index("da... | 0easy |
Title: [DevX][XXS] Improve Output Formatting for deploy() Function in preswald/cli.py
Body: #### Description
The `deploy()` function in `preswald/cli.py` [Link](https://github.com/StructuredLabs/preswald/blob/ffd15665f503af9bcb797a12c2766fa9491018da/preswald/cli.py) currently outputs information, but the formatting ... | 0easy |
Title: Polynomial Feaatures + SklearnWrapper weird behavior
Body: **Describe the bug**
A clear and concise description of what the bug is.
When using PolynomialFeaturs + SklearnWrappers the base features are duplicated, when trying to dedup using DropDuplicateFeatures the values are repeated again!!
Using the si... | 0easy |
Title: Update the autokey-run man page
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]... | 0easy |
Title: Push README to Pypi
Body: Currently, README is in markdown which is not supported by pypi. We need to convert the file to reStructuredText for `pypi`. This can be automated. | 0easy |
Title: Refactor docs to move 'Admin integration' section to top level
Body: **Describe the issue**
The 'advanced_usage.rst' doc is getting rather lengthy. I propose to move the 'Admin integration' section to its own top level page.
| 0easy |
Title: Apply black to Python templates
Body: We should look into getting black to apply to https://github.com/scrapy/scrapy/tree/master/scrapy/templates.
Mind that it would break https://github.com/scrapy/scrapy/pull/5808 at the moment, i.e. we might need to make sure template building code works with the new code s... | 0easy |
Title: Some unit tests cannot be run independently
Body: I cannot run the tests on my local machine by downloading the code going into the RF dir and executing:
`python utest/run.py -q running`
The errors I have are below (after improving the output a bit with the PR: https://github.com/robotframework/robotframew... | 0easy |
Title: [BUG] ai init sequence not pay-as-you-go
Body: **Describe the bug**
When creating Graphistry objects (`graphistry.bind(...)`), the ai mxins (featureutils, ...) init, and when something like umap, call all the way into third party libs (`umap.UMAP`). This is at minimum a performance regression (unclear how big... | 0easy |
Title: Shape of pred & label is difference when training siamrpn_alex_dwxcorr/config.yaml
Body: Hello every one, I had trained siamrpn_r50_l234_dwxcorr/config.yaml with my PC successfully.
But when I train with siamrpn_alex_dwxcorr/config.yaml, it always raises Error during computing loss function.
After tracing... | 0easy |
Title: Bot Activity metric API
Body: The canonical definition is here: https://chaoss.community/?p=3465 | 0easy |
Title: Filters for Nested Documents Via Relay Does Not Filter Properly
Body: Filtering works for a base document to a query. But when filtering by a property for a nested document, the query returns all results regardless of the argument value.
Example.
Schema.py
```
class Subgraph(MongoengineObjectType):
... | 0easy |
Title: refactor DAG partial build to use shallow copy
Body: `dag.build_partially` uses `deepcopy` internally, however, the DAG may contain references to unserializable objects (this may happen with database clients). I think it's safe to do a shallow copy, so we need to test it and if it's the case, switch the deep cop... | 0easy |
Title: Add `full_name` to replace `longname` to suite and test objects
Body: Both `TestSuite` and `TestCase` objects have a `longname` attribute that contains the name of the suite/test prefixed with the `longname` of the parent suite. The functionality is useful, but the name doesn't follow our coding style and is bad... | 0easy |
Title: [DOC] command line for setup virtual environment is wrong in the 4.1 documentation
Body: python3 -m .venv # create a virtualenv
correct is:
python3 -m venv .venv # create a virtualenv
| 0easy |
Title: Add more explicit steps to the Getting Started example
Body: Improve the [Getting Started section of the docs](https://testbook.readthedocs.io/en/latest/getting-started/index.html#create-your-first-test).
Right now it's easy to miss that two files are needed: a notebook (`.ipynb` file) to test and a test file... | 0easy |
Title: [ENH] Make all collection and series transformer files private, access through init
Body: ### Describe the feature or idea you want to propose
currently like this

should be like series transformers

2. So I'm going to go ahead and ... | 0easy |
Title: [FEATURE] add log_dtypes to pandas_utils
Body: I might also want to log the `dtypes` between each step in a pandas pipeline. It's probably best to add a separate logger for both the `dtype` as well as the shape.
Should the column names be seperate too? Maybe worth a discussion.
It would also be nice if t... | 0easy |
Title: plotting with d3 backend
Body: - [x] soorgeon: update pygraphviz message - it still prints a message saying pygraphviz is required
- [x] clear error message: many examples set the output path to `pipeline.png` - but this wont work if using the d3 backend
- [x] update documentation | 0easy |
Title: Mapper / Scikit-learn error from precomputed clustering
Body: <!-- Instructions For Filing a Bug: https://github.com/giotto-learn/giotto-learn/blob/master/CONTRIBUTING.rst -->
#### Description
I have a point cloud of 1920 nine-dimensional points. When applying Mapper with `DBSCAN` clustering as in the Christ... | 0easy |
Title: Bug: Arguments precedence inconsistency in CLI `run` command
Body: ### Description
For most of the options env file has higher priority but there are some for which CLI options are "superior".
```python
reload_dirs = env.reload_dirs or reload_dir
reload_include = env.reload_include or reload_incl... | 0easy |
Title: add unit tests for onboarding tutorial
Body: I added a small tutorial (triggered with `python -m ploomber.onboard`) but it doesn't have tests yet | 0easy |
Title: Bug: constrained string regex + min/max length may produce invalid values
Body: When a `Field` specified both `max_length` and regex that includes start and end of string tokens and a repeatable pattern can lead to generation of invalid string value that leads to `ValidationError`. See reproduction:
```python... | 0easy |
Title: AlphaTrend Indicator Request
Body: Hi, thank you for all your work. You people are amazing. I was wondering if you can add AlphaTrend Indicator by Kıvanç Özbilgiç?
Because we all getting amazing reviews on this new indicator and maybe you can help us. Thank you!
Here is the python code: https://github.com/On... | 0easy |
Title: Changing Tutorials to Colab Notebooks
Body: ### Feature Description
The source file for all the tutorials on the website (autokeras.com) should be a `.ipynb` file.
### Reason
<!---
Why do we need the feature?
-->
Make it easier for people to try out the tutorials.
### Solution
<!---
Please tell us h... | 0easy |
Title: Voila and jupyterlab-github
Body: I tried to use voila with [jupyterlab-github](https://github.com/jupyterlab/jupyterlab-github) but it doesn't work.
The problem is that voila want to save the notebook before render it, but it is not possible in this case (the files are in readonly mode)
Do you think that ... | 0easy |
Title: ValueError: Field "duration" has type "timedelta64[ns]" which is not supported by Altair.
Body: It worked fine with 2 columns of datetimes and 2 columns of integers. I used df.apply(f(x)) to create a timedelta column and got the following warning. Full text:
/opt/conda/lib/python3.7/site-packages/IPython/co... | 0easy |
Title: 你好,这个页面挺漂亮的,有没有编译前的源码呀
Body: 1. BUG反馈请描述最小复现步骤
2. 普通问题:99%的答案都在帮助文档里,请仔细阅读https://kmfaka.baklib-free.com/
3. 新功能新概念提交:请文字描述或截图标注
| 0easy |
Title: Update readme to say that FX works with outputformat=pandas
Body: > The foreign exchange is just metadata, thus only available as json format (using the 'csv' or 'pandas' format will raise an Error)
This is incorrect | 0easy |
Title: Logo.png文件上传后不能成功替换。
Body: 无法替换LOGO,logo.png图像上传后提示上传成功,但不能成功替换。
群晖Docker布署,请帮忙解决。
| 0easy |
Title: Improve efficiency and runtimes or memory usage (performance optimization)
Body: Try to speed up the runtime of certain methods, or reduce how much memory they use.
This is a great issue to get started contributing to this repo! There are many ways to achieve speedup. It is easy to verify speedup via basic benc... | 0easy |
Title: Install latest spark version automatically
Body: Most of the time we do not pin the version of the software we install.
We should not have this hardcode for spark as well.
This is where hardcode happens: https://github.com/jupyter/docker-stacks/blob/main/images/pyspark-notebook/Dockerfile
This is how I got ... | 0easy |
Title: Add GradientBoostingRegressor
Body: | 0easy |
Title: Is active filter on offers not included suspend offer
Body: ### Issue Summary
suspend offer doesn't display when a filter with 'NO' option on is_active
### Steps to Reproduce
1. create suspend offer
2. select 'NO' option on is_active filter

Body: I can only speak for the Flask client as that is what I'm using. It would be great if the `oauth.register(...)` method had an `oauth.remove(client_name)`.
**Is your feature request related to a problem? Please describe.**
I wanted to write a test for something... | 0easy |
Title: [DOCS] Add bayesian methods to GMM density page.
Body: As mentioned https://github.com/koaning/scikit-lego/issues/608#issuecomment-1900005415, we only mention the bayesian GMM classifier in the [API docs](https://koaning.github.io/scikit-lego/api/mixture/). It would be good to add a paragraph/image to the [user... | 0easy |
Title: Mistake in tutorial code
Body: Tutorial: Similarity Queries
https://radimrehurek.com/gensim/auto_examples/core/run_similarity_queries.html#sphx-glr-auto-examples-core-run-similarity-queries-py
Notice the document order in the tutorial:
```
documents = [
"Human machine interface for lab abc computer ap... | 0easy |
Title: Sphinx autodoc fails to reference objects through intersphinx
Body: As we don't seem to use autodoc anywhere, it seems we've missed this issue.
When using autodoc in a project, it will inspect the fully resolved name of an object, for example `aiohttp.client.ClientSession`. As the submodules are implementation ... | 0easy |
Title: InputTextMessageContent must have "entities" field, not "caption_entities"
Body: 

| 0easy |
Title: update mutation on nested document fails
Body: Hi, I'm trying to update a nested document including an EmbeddedDocumentListField / EmbeddedDocument with graphene-mongo. Creating a new user via create mutation works perfectly fine, but when I try to update a nested document, it fails with the error
`Invalid emb... | 0easy |
Title: add len on DocIndex
Body: # Context
len(db) should return db.num_docs when db is a DocIndex | 0easy |
Title: [Tracker] Migrate test classes to use `BaseTester` and its functionalities.
Body: Following on from #2745
Our tests are grouped using classes for tests. In the past, we could not adopt our `BaseTester` everywhere, because it had some abstract methods which made it half annoying. With our kinda "new" `BaseTest... | 0easy |
Title: Add the missing docstrings to the `code_evaluator.py` file
Body: Add the missing docstrings to the [code_evaluator.py](https://github.com/scanapi/scanapi/blob/main/scanapi/evaluators/code_evaluator.py) file
[Here](https://github.com/scanapi/scanapi/wiki/First-Pull-Request#7-make-your-changes) you can find ins... | 0easy |
Title: Organizational Project Skill Demand metric API
Body: The canonical definition is here: https://chaoss.community/?p=3566 | 0easy |
Title: [Feature request] Add apply_to_images to Pad
Body: | 0easy |
Title: Add callback to controll number of iterations
Body: Add a simple callback to control the number of iterations. | 0easy |
Title: Invalid use of prefix in suite name is not validated
Body: One can [force execution order](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#test-suite-name-and-documentation) by naming suite files with prefix.
If user fails to give empty suite name (eg. `01__.robot`), the `name` at... | 0easy |
Title: Documentation of properties required for row_result
Body: **Describe the bug**
The `row_result` object which is generated by each row import has undocumented properties. This was raised [here](https://stackoverflow.com/a/68954762/39296).
** Solution **
I guess attributes should be documented [here](htt... | 0easy |
Title: Undeclared dependency on bs4
Body: ```
File "/home/rene/.virtualenvs/acceed-shop/lib/python3.5/site-packages/shop/models/notification.py", line 4, in <module>
from bs4 import BeautifulSoup
```
Add this to `setup.py` and check if it is declared in `requirements.txt`. | 0easy |
Title: arbitrary value imputer: allow imputation with different numbers in 1 imputer
Body: Allow user to enter a dictionary with the values to use to replace the different variables | 0easy |
Title: NMT Inference: Chunk overlength sequences and translate in sequence
Body: We may add an equivalent functionality to the NMT evaluation scripts
https://github.com/awslabs/sockeye/blob/3736f18e3286895cb1eb29817396a8b508edd802/sockeye/inference.py#L657-L659 | 0easy |
Title: Add the ability to add a custom date format in datetime rendering
Body: In times.js we hard code a specific datetime value. But instead we should probably allow for passing in a format specifier so that a template file can control how a datetime gets rendered. | 0easy |
Title: [FEA] featurize/umap should allow specifying which columns to multilabel
Body: **Is your feature request related to a problem? Please describe.**
Right now multilabel is default-off and only works when there is only 1 column, and it is lists of lists
**Describe the solution you'd like**
It should real... | 0easy |
Title: tox -e expansion seems to parse incorrectly
Body: I'm using tox 4.2.3.
``` ini
[tox]
[testenv]
deps =
pytest6.x: pytest~=6.0
pytest7.x: pytest~=7.0
commands = pytest --version
```
``` console
$ tox -e py38-pytest7.x
py38-pytest7.x: commands[0]> pytest --version
pytest 7.2.0
py38-pytest7.x: OK ... | 0easy |
Title: re-write the cli using click (or maybe typer?)
Body:
### Description
I'm the creator and only maintainer of the project at the moment. I'm working on adding new features and thus I would like to let this issue open for newcomers who want to contribute to the project.
Basically, I wrote the cli using[ ar... | 0easy |
Title: Allow logarithmic plots in the plot_evaluations/plot_objective
Body: When using plot_evaluations/plot_objective with at least one domain that is log-uniform it would be useful to have the possibility to plot a specific plot using one or two logarithmic axes. Default could also rely on result.space.
| 0easy |
Title: Refactoring: jobs.py
Body: This is metaissue for list of tasks on refactoring.
After #5361 I see we need to refactor jobs.py code:
* Make singleton class like `xonsh.built_ins.XSH`
* Maybe: add jobs as `XSH.jobs` to work with this in tests more elegant
* Optimize methods to operate with jobs list: add func... | 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.