text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: Silence the `filelock` logger
Body: After we started using `tldextract` we sometimes get log messages from `filelock` with the DEBUG level, it makes sense to silence them like we do for some other libraries in https://github.com/scrapy/scrapy/blob/fe60c1224e39aa3d85b20afd54566f135d9de085/scrapy/utils/log.py#L45-... | 0easy |
Title: Minor typo in the 3rd Assignment
Body: > In our case there's only **_ine_** feature so ... | 0easy |
Title: Minor class in multi-class classification with too few samples to stratify
Body: In the case of too few samples to perform stratification there is an error thrown:
```py
The least populated class in y has only 2 members, which is less than n_splits=5.
```
Maybe we can detect such situations and upsample ... | 0easy |
Title: `test_import.py` module is large and can be broken up into smaller modules
Body: `tests/admin_integration/test_import.py` is now over 1k lines and should be broken up into smaller test modules.
Also
- look at adding helpers to remove code duplication
- Refer to URLs using constants in `admin_integration/m... | 0easy |
Title: [Data Issue]: Canary Islands no data since 23.01.2025
Body: ### When did this happen?
no data en canary Islands since
2025-01.23 ca 10:00
Example: El Hierro

### What zones are affected?
El Hierro, Gomera, La Palma, ... | 0easy |
Title: SNlM0e : Refresh automatically
Body: Hi,
Sometimes, if you make several requests by using the session cookie, the SNlM0e is not longer displayed if you make an HTTP request to https://bard.google.com with the session cookie.
Then you need to manually to bard.google.com and refresh the cookie.
Has anyone found... | 0easy |
Title: Move StrawberryConfig to a typed dict
Body: as suggested in https://github.com/strawberry-graphql/strawberry/pull/2698#issuecomment-1631030171
we should change strawberry's schema config to be a type dictionary, I think this will make the dx a bit nicer, since you can do this:
```
import strawberry
...... | 0easy |
Title: β¨ Add a PDF reader in docs
Body: ## Feature Request
We can now integrate PDF on our docs, it could be nice to be able to see them directly from the editor.
An example is available here:
https://www.blocknotejs.org/examples/custom-schema/pdf-file-block
See:
https://github.com/TypeCellOS/BlockNote/tree/6a... | 0easy |
Title: UserWarning: Distributing <class 'NoneType'> object. This may take some time.
Body: I think that we should not give this warning if the data that will be placed in the distribution storage is small in size. | 0easy |
Title: Evaluating and saving checkpoints within an epoch
Body: **Is your feature request related to a problem? Please describe.**
Right now, allennlp currently evaluates / saves checkpoints at the end of every epoch. However, it'd be nice if there was some way of evaluating within an epoch. For example, say an epoc... | 0easy |
Title: [docs] Misleading reference to `ENVDIR` in the description of the `tox devenv` command
Body: This paragraph https://tox.wiki/en/4.21.2/cli_interface.html#tox-devenv-(d) references a mysterious `ENVDIR` which seems to be copy-pasted from https://tox.wiki/en/4.21.2/cli_interface.html#tox-legacy-(le). The command e... | 0easy |
Title: [Proposal] Allow frame stack for stacks of size 1
Body: ### Proposal
Hi,
I propose that the framework is updated to allow frame stacks of size 1. This could be helpful for pipelines which might use frame stacks in some settings and omit them in others. By allowing frame stacks of size 1 the frame stack wrapp... | 0easy |
Title: Date Visualization Bug in Flights Dataset
Body: X axis for temporal attribute looks off for the flights dataset.

| 0easy |
Title: Cleaning non-standard unicode characters
Body: There is a space between "in %" and it does not change to underscore like "in_%" because this is a non-breaking Latin1 (ISO 8859-1) space (xa0).
```
import pandas as pd
table_GDP = pd.read_html('https://en.wikipedia.org/wiki/Economy_of_the_United_States', match... | 0easy |
Title: Missing image on Lesson 3 notebook
Body: Hey,
Image _credit_scoring_toy_tree_english.png_ is missing on the topic3_decision_trees_kNN notebook. | 0easy |
Title: Centralize python setup guide
Body: Through out the docs and guides we mention how to set up a python project using `pyenv`, `python`, `venv` and `pip`, it would be nice to centralize this and reference a common resource.
### The page URLs
* https://slack.dev/bolt-python/
## Requirements
Please read... | 0easy |
Title: Enhancement: Support custom response for batch actions
Body: Enhance the @action decorator to support custom responses, such as redirects or rendering HTML pages, instead of just returning strings (related to #205)
Todo:
- [x] Add a custom_response flag to the @action decorator function (default: False).
-... | 0easy |
Title: [ENH]: Allow list of padding values for bar_label
Body: ### Problem
Sometimes when adding labels to bar plots the labels will overlap another item and need padding. In this example the label "300" (column D) is too low and overlaps other text. Ideally I could just provide padding as a list to `bar_label` so tha... | 0easy |
Title: Visualization breaks when intent is not part of resulting table
Body: When displaying the visualization, it is possible that the intent is not present in the resulting data table. For example in the case of the index, the intent is propagated over to the resulting table, but the attribute `Attrition` is no longe... | 0easy |
Title: Typescript SDK: How to get workflow Id while creating via putWorkflow
Body: I'm creating workflow via `admin.putWorkflow` but it does not return anything.
So, in this case, how I can get a workflow Id in case I have to delete it later?
I couldn't find anything in the sdk or docs.
SDK: Typescript
Thanks... | 0easy |
Title: add a unit test that `datalab.issues` solely contains numeric and boolean values
Body: Can go in this file:
https://github.com/cleanlab/cleanlab/blob/master/tests/datalab/test_datalab.py
Also add a second unit test that `datalab.issue_summary` solely contains numeric values. | 0easy |
Title: Contribution: tree visualisation for lightgbm models
Body: Recently `dtreeviz` has added support for lightgbm models: https://github.com/parrt/dtreeviz/
So it would be cool to add the same tree visualization in explainerdashboard that already exist for RandomForest, ExtraTrees and XGBoost models.
If someon... | 0easy |
Title: Radio Group
Body: https://ant.design/components/radio/ | 0easy |
Title: Support for python3.12
Body: Hello there, is it possible that `gensim` can support python3.12? | 0easy |
Title: fix js when right bar does not appear
Body: there is some JS code that highlights the currently active section in the right sidebar. See this: https://docs.ploomber.io/en/latest/user-guide/cli.html
However, not all sections in the docs show the right sidebar, in such case, the console keeps throwing an error:... | 0easy |
Title: Static Type Hinting: `dataprofiler/reports/utils.py`
Body: **Is your feature request related to a problem? Please describe.**
Improve the project in the area of
- Make collaboration and code contribution easier
- Getting started with the code when a contributor is new to the code base
**Describe the outco... | 0easy |
Title: Collaboration Platform Activty metric API
Body: The canonical definition is here: https://chaoss.community/?p=3484v | 0easy |
Title: allow One hot encoder to work with nan
Body: At the moment the one hot encoder does not support missing values. It will raise an error. We want to make this transformer more versatile.
OneHotEncoder could have 3 options:
- [ ] missing_values="raise" ==> current functionality
- [ ] missing_values="encode" ... | 0easy |
Title: tests isolation
Body: We need to make sure our tests are isolated and we have a fixture for a local directory by default on each test. Currently some tests produce residues that breaks the isolation of each test and can affect other tests. Also we have a fixture we're passing manually per test signature, called ... | 0easy |
Title: Update the pytorch interface to use the numpy interface
Body: With version 1.8, pytorch now has a numpy-like interface. Specifically, qr and svd definitely need to be moved over.
| 0easy |
Title: Add public argument conversion API for libraries and other tools
Body: Hi @pekkaklarck ,
We are using `TypeConverter` class in Robot Framework Browser in multiple places, to convert arguments of `*varagrs` when calling internal keywords.
Unfortunately this API is no longer be able to digest real `type` value... | 0easy |
Title: State filter doesn't work with inline keyboard query callback in groups
Body: ## Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
* Operating System: Ubuntu 20.10
* Python Version: 3.8.6
* aiogra... | 0easy |
Title: feat: Add support for 5 min Solar and Wind forecast to the Energinet (DK.py) parser
Body: Energinet have 5 minute solar and wind forecasts available for DK-DK1 and DK-DK2.<br>In order to increase our data quality we would like to use these instead of the hourly forecasts we get from ENTSO-E currently.<br><br>The... | 0easy |
Title: cached_path should handle "gs://" (Google Cloud Storage) URLs just like it does for "s3://" or "hf://"
Body: We could utilize https://github.com/googleapis/python-storage to make this robust.
| 0easy |
Title: [Feature] Implement requests-like exception hierarchy
Body: **Is your feature request related to a problem? Please describe.**
Only CurlError and RequeestsError will be raised if anything happens.
**Describe the solution you'd like**
https://requests.readthedocs.io/en/latest/api/#exceptions
| 0easy |
Title: [Feature request] Use protobuf's generator to generate pyi stubs
Body: ### Describe the feature
It looks like protobuf now offers a native way for generating pyi files: https://github.com/protocolbuffers/protobuf/blob/main/python/README.md#implementation-backends. Currently in ONNX we use a custom script. The... | 0easy |
Title: [DOCS] ProbWeightRegressor needs documentation
Body: We have the api [here](https://scikit-lego.readthedocs.io/en/latest/api/API%20Reference.html#sklego.linear_model.ProbWeightRegression) but it would be nice to add an example of it.
| 0easy |
Title: πΈPrefocus field on some modals
Body: ## Feature Request
- share modal: focus on search input
| 0easy |
Title: Array.to_list fails when length is a numpy integer in 2.5.2
Body: ### Version of Awkward Array
2.5.2
### Description and code to reproduce
```python
import awkward as ak, numpy as np
awk = ak.Array(np.ones((7, 0)))
form, length, container = ak.to_buffers(ak.to_packed(awk))
awk_from_buf = ak.from_buffers... | 0easy |
Title: Implementing `page_size` option in list page
Body: In the list page we have a select field: `Show [10,25, 50, 100]` like that.
We need to change list pagination size by switching the size field.
This needs to send query like `/admin/users/list?page_size=X` | 0easy |
Title: Fix == for Document
Body: # Context
The operator `==` is not working properly for `BaseDocument` even though it is implemented at Pydantic `BaseModel` level.
Example:
```python
class MyDoc(BaseDocument):
title: str
tensor: NdArray
a = MyDoc(title='hello', tensor=np.zeros(5), id = 1)
b ... | 0easy |
Title: Add python 3.13 support
Body: I tried to install the development version on my Python 3.13 but I get this error:
```
$ sudo pip install -U git+https://github.com/twopirllc/pandas-ta.git@development
Collecting git+https://github.com/twopirllc/pandas-ta.git@development
Cloning https://github.com/twopirllc/... | 0easy |
Title: Status of library keywords that are executed in dry-run is `NOT RUN`
Body: Library keywords aren't in general executed in dry-run, but there are exceptions like `Import Library` and `Set Library Search Order`, and also `Run Keyword` its variants like `Run Keyword If` execute their child keywords. In all these ca... | 0easy |
Title: clarify in the docs that keys in the product field can be anything
Body: I got a user who asked me if their `pipeline.yaml` looked well and I noticed they had something like this:
```yaml
tasks:
# ... a bunch of tasks
- source: fit.py
product:
nb: path/to/report.html
data: pa... | 0easy |
Title: dcc.Input bug with decimal values
Body: when using the input component with numbers and with a callback
import dash
from dash.dependencies import Input, Output
import dash_core_components as dcc
import dash_html_components as html
app = dash.Dash()
app.layout = html.Div([
... | 0easy |
Title: [BUG]How to set the ip address in the cluster mode
Body: Setting:
This is my first time using Mars and I face some problems maybe pretty easy for you.
I am using mars as distributed computation engine. when i set the cluster mode as the doc said. I am confused about the ip address here:
mars-worker -H <ho... | 0easy |
Title: Update Japanese docs to apply token rotation (#413) changes
Body: Update the Japanese docs with the same token rotation information that was introduced in #413 .
### The page URLs
* https://slack.dev/bolt-python/ja-jp/concepts#token-rotation
## Requirements
Please read the [Contributing guidelines](h... | 0easy |
Title: cuda requirement
Body: Is it possible to run this on a (recent) Mac, which does not support CUDA? I would have guessed setting --GPU 0 would not attempt to call CUDA, but it fails.
```
File "/Users/../Desktop/bopbtl/venv/lib/python3.7/site-packages/torch/cuda/__init__.py", line 61, in _check_driver
rai... | 0easy |
Title: Datapane Report templates
Body: **Is your feature request related to a problem? Please describe.**
- Users should have a sample report code available when using the CLI
**Describe the solution you'd like**
- A new command, `datapane report init` that generates a sample report, that upon running generates a ... | 0easy |
Title: [Feature request] Add apply_to_images to RandomGravel
Body: | 0easy |
Title: Improvements for FeatureImportances visualizer
Body: There are a couple of enhancements for the `yellowbrick.features.FeatureImportances` visualizer that should be made to really make it stick out. They are as follows:
*Note to contributors: items in the below checklist don't need to be completed in a single... | 0easy |
Title: Programming Language Distribution metric API
Body: The canonical definition is here: https://chaoss.community/?p=3430 | 0easy |
Title: Licenses Declared metric API
Body: The canonical definition is here: https://chaoss.community/?p=3963 | 0easy |
Title: Change Requests Accepted metric API
Body: The canonical definition is here: https://chaoss.community/?p=3589 | 0easy |
Title: remove phantomjs support
Body: With chrome and firefox headless phantom is not needed anymore. Selenium has removed phantom too | 0easy |
Title: Add segmentation + classification head fine-tuning example
Body: It would be great to have more examples for fine-tuning in the library!
Similar to current examples for [binary-segmentaion](https://github.com/qubvel-org/segmentation_models.pytorch/blob/main/examples/binary_segmentation_intro.ipynb) and [multi... | 0easy |
Title: during manual local testing, the processes are not killed if the test fails
Body: We need to terminate the processes if test fails for whatsoever reason:
## Current
```python
def test_e2e_default_batching(killall):
process = subprocess.Popen(
["python", "tests/e2e/default_batching.py"],
... | 0easy |
Title: [ENH] Allow substring and regex matching in find_replace
Body: # Brief Description
<!-- Please provide a brief description of what you'd like to propose. -->
Currently `find_replace` only allows exact matching. I have run into use cases for fuzzy/substring match and replace both in my work and in the proce... | 0easy |
Title: Make `InsertionNoiseModel` serializable
Body: **Is your feature request related to a use case or problem? Please describe.**
Currently, `InsertionNoiseModel` is not serializable, while `NoiseModel` is. It would be useful if `InsertionNoiseModel` was serializable as well.
Calling `cirq.to_json(noise_model)` ... | 0easy |
Title: merge_schemas() does not add the "@stitch" directive definition to the merged schema AST
Body: When merging two or more schemas with `merge_schemas()` (in `schema_transformation.merge_schemas.py`), the generated `MergedSchemaDescriptor` object contains a `schema_ast` field with an AST for the merged schema. This... | 0easy |
Title: RoBERTa on SuperGLUE's Broadcoverage Diagnostics task
Body: Broadcoverage Diagnostics is one of the tasks of the [SuperGLUE](https://super.gluebenchmark.com) benchmark. The task is to re-trace the steps of Facebook's RoBERTa paper (https://arxiv.org/pdf/1907.11692.pdf) and build an AllenNLP config that reads the... | 0easy |
Title: [FEA] modularly-weighted layouts
Body: **Is your feature request related to a problem? Please describe.**
Often we have modular structure annotated with a graph, like community scores, and we'd like the layout to reflect it more than a basic force-directed layout would, see image below
**Describe the solut... | 0easy |
Title: [New feature] Add apply_to_images to CLAHE
Body: | 0easy |
Title: Mermaid improvements
Body: Currently, mermaid is not bundled in solara-assets, which gives 404 errors on airgapped or firewalled environments.
Also, we should try to match what nbconvert is doing so experiences with nbconvert, voila and solara are similar: https://github.com/jupyter/nbconvert/pull/1957 | 0easy |
Title: [LineZone] - flip in/out line crossing directions
Body: ## Description
Between `supervision-0.17.0` and `supervision-0.18.0`, releases in/out of the direction of the crossing were accidentally changed. Given that `LineZone` is one of the oldest features we have we do not want to make life difficult for users ... | 0easy |
Title: Demos: Move demo gifs to svg based demos
Body: <!-- Please use the appropriate issue title format:
BUG REPORT
Bug: {Short description of bug}
SUGGESTION
Suggestion: {Short description of suggestion}
OTHER
{Question|Discussion|Whatever}: {Short description} -->
## Descriptio... | 0easy |
Title: Implement proper destroying device context in .draw_outline() method
Body: This issue was raised in #552. The idea is pretty obvious: proper destroying device context returned by function `CreateDC`. | 0easy |
Title: Crash if listener executes library keyword in `end_test` in the dry-run mode
Body: The 'NOT RUN' status is not part of the highlighter causing a `KeyError` to occur if the test case status is being logged to the console.
Missing key here:
https://github.com/robotframework/robotframework/blob/445ea971e43bb97439... | 0easy |
Title: [DOCS]: Unclear what to do with unneeded options in YAML files
Body: ### Affected documentation section
2. work_preferences.yaml; 3. plain_text_resume.yaml
### Documentation improvement description
I am unclear as to what I should be doing with unneeded options in the two YAML Files: _"work_preferences.y... | 0easy |
Title: Row-wise weighted mean gives incorrect results
Body: ### Version of Awkward Array
2.6.9
### Description and code to reproduce
I am doing a row-wise weighted mean in an awkward array and getting wrong results.
Here's an MRE with outputs in the comments:
```python
import awkward as ak
data = ak.Array(... | 0easy |
Title: add json-array to save binaries
Body: # Context
DocList.save_binary does not support json protocol. It should IMO | 0easy |
Title: Option to add a custom loader or disable completely
Body: | 0easy |
Title: Date and Time Picker Component
Body: Hi,
It would be nice to have a `Date and Time Picker` if it doesn't exist yet. I couldn't find it in APIs liste.
Thank You. | 0easy |
Title: Issue Response Time metric API
Body: The canonical definition is here: https://chaoss.community/?p=3631 | 0easy |
Title: Docs don't render LaTeX formulas
Body: ### π Documentation
Hi!
I was reading the document and found the equation display error. Here is the [link](https://lightning.ai/docs/pytorch/stable/notebooks/course_UvA-DL/03-initialization-and-optimization.html#Initialization) and the screenshot.
<img width="1391... | 0easy |
Title: Conversion to JSON failure
Body: **Description of the issue**
Any circuit with the inverse QubitPermutation gate added will fail if it is loaded from JSON.
**How to reproduce the issue**
```python
import cirq as c
qubits = c.LineQubit.range(3)
circuit = c.Circuit()
circuit.append(c.QubitPermutatio... | 0easy |
Title: Should not try to get_node_path() if SSR mode is disabled.
Body: ### Describe the bug
In Gradio code, the lines https://github.com/gradio-app/gradio/blob/54fd90703e74bd793668dda62fd87c4ef2cfff03/gradio/blocks.py#L2560 and https://github.com/gradio-app/gradio/blob/54fd90703e74bd793668dda62fd87c4ef2cfff03/gradio/... | 0easy |
Title: Add license declaration in setup.py
Body: Please add the `license="BSD"` classifier in setup.py. This way automated tools can extract the license type. | 0easy |
Title: Marketplace - creator page - text is unreadable in dark mode, change color to white
Body: ### Describe your issue.
<img width="1630" alt="Screenshot 2024-12-17 at 19 19 08" src="https://github.com/user-attachments/assets/0fe97122-5a51-4350-ab39-dc7d8797f2ac" />
This text is unreadable because of the color ... | 0easy |
Title: [k8s] Raise socat/netcat dependency requirements in `sky check`
Body: Currently we ask users to install netcat/socat when they run `sky launch`. Worse, if neither of the dependencies is installed, our error messages do not tell the user that both need to be installed, making it a sequential process:
```
sky chec... | 0easy |
Title: TechEmpower benchmarks
Body: Thisβd be a good one for a contributor to jump on.
Adding TechEmpower benchmarks for Responder. Iβd suggest copying the starlette case, and adapting it accordingly. https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks/Python/starlette
PR would be against th... | 0easy |
Title: Add py.typed
Body: We still don't ship `py.typed` for some reason, even though many of the public APIs are typed. | 0easy |
Title: Improve error message when a meta-field is queried but not built-in or present in the schema
Body: | 0easy |
Title: DOC: Add comparison with SPSS
Body: ### Pandas version checks
- [x] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/)
### Location of the documentation
https://pandas.pydata.org/docs/getting_started/comparison/index.html
### D... | 0easy |
Title: `raise_for_status` now raises an exception for 1xx and 3xx responses
Body: Hi!
I've just noticed that `response.raise_for_status()` now raises an exception for 1xx and 3xx requests. I don't think it was the case before (namely with version 0.18) and the documentation doesn't seem to have been updated here: ht... | 0easy |
Title: [Feature] Add body to response.request
Body: **Is your feature request related to a problem? Please describe.**
Just a compatibility problem with the existing requests package in Python. If we POST a request then the response has a request object as an attribute and being a POST, that request object has a body... | 0easy |
Title: time series part 1: weighted_average, weights order
Body: In the `weighted_average` function [here](https://mlcourse.ai/articles/topic9-part1-time-series/), larger weights need to be assigned to more recent observations, however, that's not the case for the implementation. | 0easy |
Title: Move to newer urls function to avoid Django 4.0 deprecation warning
Body: When running the test suite there are a number of warnings of the form
```
demo/tests/test_dpd_demo.py::test_template_tag_use
/home/mark/local/django-plotly-dash/demo/demo/urls.py:38: RemovedInDjango40Warning:
```
These can be rem... | 0easy |
Title: Add Flower Baseline: FedBABU
Body: ### Paper
FedBABU: Towards Enhanced Representation for Federated Image Classification
### Link
https://arxiv.org/abs/2106.06042
### Maybe give motivations about why the paper should be implemented as a baseline.
FedBABU (200+ citations) is quite famous in pFL field and is ... | 0easy |
Title: Add link to file location question from FAQ
Body: Issue #58 concerns the location of files containing dash code (ie for layout and callbacks and the like). This discussion, or a summary of it, belongs in the FAQ
| 0easy |
Title: Parsing errors in reStructuredText files have no source
Body: If there's a parsing error in reST file, the reported error looks like this:
> Error in file 'None' on line 4: Non-existing setting 'Bad Setting'.
Luckily fixing the source is easy.
Another problem is that the line number isn't the actual lin... | 0easy |
Title: Make console report pretty
Body: To make [console report](https://github.com/scanapi/scanapi/blob/master/scanapi/templates/markdown.jinja) prettier. And to add response time to it.
This is how it looks like now:
```
ScanAPI Report: Console
=======================
GET http://demo.scanapi.dev/api/health... | 0easy |
Title: Add labels for repo2docker version and repo
Body: it would be handy to add the labels for repo2docker version, repo URL, and ref to images when we build them:
```docker
LABEL repo2docker.version="x.y.z"
LABEL repo2docker.repo="https://..."
LABEL repo2docker.ref="abc123"
```
This records in docker imag... | 0easy |
Title: Run librephotos from URL subdirectory
Body: If librephotos is installed along other apps on same server or running behind reverse proxy it will be good to be able to run it from a subdirectory. Now it is running always from / and will be good to have option to run from /librephotos, for example.
I tried to us... | 0easy |
Title: Question regarding precision@n and roc(@n?)
Body: Hello,
first and foremost, thank you for building this wrapper it is of great use for me and many others.
I have question regarding the evaluation:
Most outlier detection evaluation settings work by setting the ranking number n equal the number of outliers... | 0easy |
Title: [ENH] `polars` schema checks - address performance warnings
Body: The current schema checks for lazy `polars` based data types raise performance warnings, e.g.,
```
sktime/datatypes/tests/test_check.py::test_check_metadata_inference[Table-polars_lazy_table-fixture:1]
/home/runner/work/sktime/sktime/sktime... | 0easy |
Title: AIP-84 Custom list assets endpoint with latest event
Body: ### Description
Right now, the functionality of the Assets List in the UI is limited. We should create a custom GET `/ui/assets` endpoint to make it more useful.
First, we should add `latest_asset_event` to the response object and allow the list of ass... | 0easy |
Title: Lintian warning: icon-size-and-directory-name-mismatch autokey.png 92x91
Body: ## Classification
Bug or UI?
## Summary
Before I forget to report: Debianβs Lintian tool reports the following warning:
> W: autokey-qt: icon-size-and-directory-name-mismatch usr/share/icons/hicolor/96x96/apps/autokey.png ... | 0easy |
Title: Crypto vs fiat
Body: It would be really interesting see a single chart that shows all crypto-fiat pairs on a single chart. The axes would need to be converted into a single domain like implied BTC market price and order value in USD to make them all accessible on a single plot, but the larger data set might give... | 0easy |
Title: Show link to report in CLI
Body: Is it possible to insert a link to open the report in the end of CLI message?

| 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.