Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Good First Issue >> return NaN when valid data points < length parameter Body: hi thanks a lot of the great project, been helping me a lot. there is only one thing that has been bothering me here: - for indicators like rsi(length = 14), seems the program still carry out the calculation even when total non NA ...
0easy
Title: db clean and search-index rebuild should remove orphans from index Body: ## CKAN version all ## Describe the bug Old copies of metadata in the solr search index can cause performance and search result issues ### Steps to reproduce - create a dataset on a clean db - run `ckan db clean` - create a datas...
0easy
Title: DOC: `np` is alias both for `numpy` and `xorbits.numpy` which may cause ambiguity Body: ![image](https://user-images.githubusercontent.com/109654808/211239986-0dbe33e7-1ec7-46fa-a93d-9d4bba34cc42.png) After `import numpy as np`, the `np` has become numpy instead of xorbits.numpy, I recommend to use `import nu...
0easy
Title: please update your documentation about IMPORT_EXPORT_USE_TRANSACTIONS Body: IMPORT_EXPORT_USE_TRANSACTIONS default is True and not False as documented in latest https://django-import-export.readthedocs.io/en/stable/installation.html IMPORT_EXPORT_USE_TRANSACTIONS = False in settings is **mandatory** if one w...
0easy
Title: Ссылка на 3 статью Body: Добавьте пожалуйста в readme ссылку на третью статью на хабр.
0easy
Title: feat: Support Non-standard HTTP methods Body: To support porting legacy APIs with non-standard HTTP method names, we should allow the ability to extend our acceptable HTTP method list. It should be documented, that this is not a preferred usage of Falcon, but it's there to support porting odd edge-cases and lega...
0easy
Title: typing.Dict, typing.List, typing.Type, ... deprecated Body: With `ruff check`: ```sh src/app/api/paginated.py:1:1: UP035 `typing.Dict` is deprecated, use `dict` instead src/app/api/paginated.py:1:1: UP035 `typing.List` is deprecated, use `list` instead src/app/api/v1/login.py:2:1: UP035 `typing.Dict` is de...
0easy
Title: dcc.Graph shouldn't require an `id` Body:
0easy
Title: Improve translation in part 6 on feature selection Body: [A comment on Kaggle](https://www.kaggle.com/kashnitsky/topic-6-feature-engineering-and-feature-selection/comments#1149832)
0easy
Title: Implement WindowWrapper for UIA backend with move_window() method Body: Found this while reading this StackOverflow question: https://stackoverflow.com/q/54475685/3648361
0easy
Title: ConvTranspose Layer Body: It would be nice to have a **Transpose Convolution Layer** added to the ```trax.layers.convolution``` class.
0easy
Title: azure openai api version support in yaml config file Body: ### Is your feature request related to a problem? Please describe. Currently using open-interpreter version 0.1.7 together with azure openai, I need to specify the api_version as an environment variable in my shell configuration file, e.g: export:...
0easy
Title: DOC: Put together a blog post pairing SPC reports w/ NEXRAD data Body: Russ put together a great example of an animation of SPC reports and NEXRAD data - this would make a GREAT blog post [Link to thread on twitter](https://twitter.com/russ_schumacher/status/1522645682812690432) [Link to example notebook o...
0easy
Title: Dashboard-->vouchersets--> sorting "Num orders", "Num baskets". Cannot resolve keyword 'num_basket_additions' into field Body: https://latest.oscarcommerce.com/en-gb/dashboard/vouchers/sets/?sort=num_basket_additions
0easy
Title: Marketplace - creator page - increase margins between section title and agent list Body: ### Describe your issue. Increase margins to 32px <img width="1122" alt="Screenshot 2024-12-16 at 21 25 24" src="https://github.com/user-attachments/assets/5c7b18a1-f882-497e-ab16-6de058c7e9a6" />
0easy
Title: Add `type` attribute to `TestSuite` and `TestCase` objects Body: This attribute makes it easier to detect is a certain model object a suite, a test, a keyword or a control structure. One use case is implementing `start_keyword` in a visitor or a listener and wanting to know the type of `kw.parent`. A concrete us...
0easy
Title: Datalab tutorials: reduce size of plots to look nicer on docs.cleanlab.ai Body: helper functions to make plots should reduce their size so they look nicer than this ![Screen Shot 2023-05-12 at 4 07 34 PM](https://github.com/cleanlab/cleanlab/assets/1390638/eacece63-c077-4225-af97-26a20d45c2d6)
0easy
Title: Ask human for what is not working as expected in a loop, and feed it into LLM to fix the code, until the human is happy Body:
0easy
Title: Is it possible to make is_deleted field redefined and optional? Body: https://github.com/igorbenav/fastcrud/blob/adf9ab08c6d7b39b303374a430623846bc6548d3/fastcrud/crud/fast_crud.py#L1697 It would be convenient to make this field redefined to self.is_deleted_column and optional, because in some cases, one dele...
0easy
Title: [Documentation] Add to Contributor's guide that instead of `np.random` we use functions from `random_utils` Body:
0easy
Title: Update PythOnBoardingBot tutorial to use slack-bolt instead of slackeventsapi package Body: The PythOnBoardingBot tutorial should be updated to use bolt-python instead of slackevensapi, as bolt-python is the latest recommended way to use Events API in Python. You don't need to change any parts of the tutorial...
0easy
Title: Typo in 4.1 Body: After defining linearity of weights there is a mathematical expression which can not be displayed clearly due to a typo I believe. Presumably *∀k* is meant. Best > where $\forall\ k\ $,
0easy
Title: Issue with file handing rainbow files using wradlib Body: https://github.com/ARM-DOE/pyart/blob/master/pyart/aux_io/rainbow_wrl.py#L153 proposed by our friends at MeteoSwiss ``` I propose to solve the issue by passing the file handle, not the file name to wradlib, i.e.: with open(filename, 'rb') as fid: r...
0easy
Title: Rename `logger` to `logger_` in `slack_bolt.kwargs_injection.args.Args` Body: It is common practice to define a variable called `logger` in a script. However, the `slack_bolt.kwargs_injection.args.Args` function used as a decorator also defines `logger`, so if you want to call your normal logger in your script y...
0easy
Title: [Tech debt] Improve interface for CoarseDropout Body: * `min_holes`, `max_holes` => `num_holes_range` * `min_height`, `max_height` => `hole_height_range` * `min_width`, `max_width` => `hole_width_range` => We can update transform to use new signature, keep old as working, but mark as deprecated. ---- PR ...
0easy
Title: Improve code & style of "try our assistant" in dashboard Body: https://github.com/LAION-AI/Open-Assistant/blob/82540c044ee57171fb66e83986b933649d25e7fb/website/src/pages/dashboard.tsx#L39-L49
0easy
Title: TTM Squeeze PRO indicator Body: First of all, I use squeeze indicator (ttm squeeze) and I love it. But I was wondering if someone can create john carter's new squeeze indicator called "ttm squeeze pro". Here are some links: https://usethinkscript.com/threads/john-carters-squeeze-pro-indicator-for-thinkorsw...
0easy
Title: [New transform] GridShuffle3D Body: We can do in 3D similar things as GridShuffle, but in 3D
0easy
Title: [FEA] pipe Body: **Is your feature request related to a problem? Please describe.** It'd be super convenient to have a graph-friendly pipeline operator, replacing `a(b(c(g)))` with `g.pipe(c).pipe(b).pipe(a)`, similar to pandas and other ~monadic envs **Describe the solution you'd like** It should suppo...
0easy
Title: hyper-paramter `r` in adalora_confg and lora_config Body: It is clear that `r` in lora_config refers to rank. However, in adalora, I noticed that `r` also exists (besides `target_r` and `init_r`) and is used in the example. I am wondering what this `r` represents in adalora? Thanks. ``` from transformers imp...
0easy
Title: Inside bar indicator request Body: Hi , can you please add the inside bar indicator from cma? link: https://www.tradingview.com/script/IyIGN1WO-Inside-Bar/ I couldn't find it in the readme area unless it is in a different name This indicator seems like it has 900 likes (just saying in case this would increa...
0easy
Title: There is some error with Computation service. Here is the Error message: Cannot read properties of undefined (reading '__wbindgen_add_to_stack_pointer') Body: **Describe the bug** Integrate PyGWalker with Shiny-Python following https://github.com/ObservedObserver/pygwalker-shiny/tree/main. But when I change ...
0easy
Title: Explain query planning Body: Make a concise print function for the `QueryPlanningAnalysis` class https://github.com/kensho-technologies/graphql-compiler/blob/v2.0.0.dev25/graphql_compiler/cost_estimation/analysis.py#L381 In most cases, the printout of the analysis passes is enough to explain why a particular ...
0easy
Title: Bug: SerializationException when running modeling-and-features demo from docs Body: ### Description Hi, First of all thanks for developing Litestar, it proves to be a very useful piece of software here. Unfortunately I ran into an issue. I ran into an `msgspec_error` when requesting a page backed by sq...
0easy
Title: [ENH] Error propagation in files mode Body: ```python df = pd.DataFrame({'s': ['a', 'b', 'c'], 'd': ['b', 'c', 'a']}) graphistry.edges(df, 'WRONG', 'd').plot(as_files=True, render=False) ``` Will not hint at the binding error, while `as_files=False` will. Both should -- unclear if PyGraphistry inspecting v...
0easy
Title: Show Enum values in detail page Body: ### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug In the Create page the Enums are shown properly, in the details page also it should show the Enum val...
0easy
Title: Bug: factories inside a nested pydantic model with custom types do not inherit the provider map Body: Hello all, I really like the project, saves me tons of time when writing tests :). I encountered a problem with nested pydantic models that have custom types. The following example with a nested pydantic...
0easy
Title: [RFC] Use profile link of a contributor in the CHANGELOG Body: ## Problem The new release script introduced in #1078 generates a changelog without the link to the author github profile: ``` dependabot alert 21 about Django (on tests) (#1067). By Bruno Rocha. ``` ## Proposal I want it to be rendered...
0easy
Title: Indicators using moving averages variable does not pass kwargs to ma(mamode, close, length=length) Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.** ```python 3.11 import pandas_ta as ta print(ta.version) 2.1.4 ``` **Do you have _TA Lib_ also installed i...
0easy
Title: cpufeature fails to be installed on some non-x86 CPUs Body: We use the [cpufeature](https://github.com/robbmcleod/cpufeature) module to detect if a CPU supports AVX512, however, cpufeature fails to be installed on some non-x86 CPUs (e.g., ARMs). We need to remove this dependency and use code like this to dete...
0easy
Title: Log TLS protocol and cipher suite Body: Ssllabs is going to cap to B starting March 2020 if TLS < 1.2 is supported. We currently do not know the prevalence of TLS versions amongst our requests, so we should start to log these parameters. Instructions: https://serverfault.com/a/620130/377401
0easy
Title: Change the `feature_selection` to `features_selection` (typo) Body: Change the `feature_selection` to `features_selection` (typo)
0easy
Title: in bbands function stdev does not behave well when there are NaN values in the input column Body: when my input columns has NaN values all my standard_deviation values after the NaN inputs become NaN too (even after there are no longer NaN inputs). This should not be the case and only standard_deviation values c...
0easy
Title: Does `Trainer(devices=1)` use all CPUs? Body: ### Bug description https://github.com/Lightning-AI/pytorch-lightning/blob/3740546899aedad77c80db6b57f194e68c455e28/src/lightning/fabric/accelerators/cpu.py#L75 `cpu_cores` being a list of integers will always raise an exception, which shouldn't according to the ...
0easy
Title: Replace urlparse with urlparse_cached where possible Body: Look for regular expression `urllib.*urlparse` in the code base (docs included), and see if replacing the use of `urllib.parse.urlparse` with `scrapy.utils.httpobj.urlparse_cached` is feasible (I think it should as long as there is a `request` object inv...
0easy
Title: Smoothing in tqdm progress bar has no effect Body: ### Bug description The option smoothing when creating progress bars in TQDMProgressBar has no effect in the default implementation, as _update_n only calls bar.refresh() and not the update method of the progress bar. Thus only the global average is taken, ...
0easy
Title: Zig Zag Indicator Body: Hi, pandas_ta is a fantastic project, thanks for sharing it. Maybe it si a good idea to implement the Zig-Zag indicator. It is a indicator that is nog based on periods but on % of change. On this way will be easy to find the higest and lowest pivot points in the past. It is also g...
0easy
Title: Issue related to Lasso and Ridge regression notebook file - mlcourse.ai/jupyter_english/topic06_features_regression/lesson6_lasso_ridge.ipynb / Body: While plotting Ridge coefficient vs weights, the alphas used are different from Ridge_alphas. And while fitting the the model and calculating the ridge_cv.alpha...
0easy
Title: How to switch the language pack to Chinese Body: How to switch the language pack to Chinese
0easy
Title: Range Filter 5min indicator request Body: According to my experience its great indicator for scalping traders, i tried to convert it to python but my values are wrong. ``` //@version=4 //Original Script > @DonovanWall // Actual Version > @guikroth //////////////////////////////////////////////////...
0easy
Title: Generated code style Body: Would you consider taking extra care to follow style conventions in the generated code? I noticed a few things, like [spaces at the beginning and end of docstrings](https://github.com/triaxtec/openapi-python-client/blob/main/openapi_python_client/templates/endpoint_module.pyi#L45), ...
0easy
Title: Add support for the `args=()` argument to the *_minimize API Body: Hi, maybe I'm doing this wrong, but I was trying to implement a version of what's in the hyperparameter optimization example, but not in an interactive notebook. If I set up the training data and search space in main() or another function, the o...
0easy
Title: Allow Renamed Keyword Arguments to be Optional Body: #### The problem When using the `rename` functionality to rename a keyword argument, an error is thrown if the keyword argument is not passed into the factory. For example, given a class with a field called `total_score` and adding `rename = {'score': 'total_...
0easy
Title: Automatic token refresh when using client_credentials Body: I'm experimenting with the Httpx Client using `client_credentials` grant. The automatic token refresh does not work as I expected. `client_id` and `client_secret` and `token_endpoint` are given when the client is created, so all necessry information ...
0easy
Title: Add a tabbed navigation to move between `vizro-core` and `vizro-ai` docs Body: The Kedro docs (https://docs.kedro.org) has a tabbed navigation. <img width="1089" alt="image" src="https://github.com/mckinsey/vizro/assets/5180475/5527861a-aba0-45d8-8d36-977226c098f8"> Why can't we have something similar? T...
0easy
Title: Improve tests for `piccolo asgi new` Body: We have a basic test for `piccolo asgi new`: https://github.com/piccolo-orm/piccolo/blob/master/tests/apps/asgi/commands/test_new.py It can definitely be improved though. As a minimum, we should read the generated file contents, and use `ast.parse(file_contents)` ...
0easy
Title: expose domain limit through API Body: There is a user-specific limit on how many domains can be registered. We need to expose this limit through the API so that GUIs can display it.
0easy
Title: Create Exa.ai "Get Contents" and "Find Similar" Blocks Body: Following up from [https://github.com/Significant-Gravitas/AutoGPT/pull/8835](https://github.com/Significant-Gravitas/AutoGPT/pull/8835)**<br>**<br>Now that we have Exa Search on the platform, let's add support for their Get Contents and Find Similar e...
0easy
Title: Use XDG standard directories instead of hidden files in the home directory Body: Would it be possible to change (or, at as an option) the default locations of `~/.proplotrc` and `~/.proplot/fonts` and so on to the corresponding XDG standards? A description may be found here: https://wiki.archlinux.org/index...
0easy
Title: Join documentation is out of date Body: **Describe the bug or question** As far as I can tell, the `join` [documentation](https://igorbenav.github.io/fastcrud/advanced/joins/) is out of date For example, it shows: ```python user_tier = await user_crud.get_joined( db=db, model=Tier, join_on...
0easy
Title: replace dependency on pygraphviz Body: `ploomber plot` depends on pygraphviz and graphviz, the latter is not pip-installable which makes setup difficult. we should find a way for users to easily create a dag plot, ideally with no extra dependencies
0easy
Title: Non-existent basepython fails unused environment with usedevelop Body: ## Issue <!-- Describe what's the expected behaviour and what you're observing. --> With usedevelop=True, and a non-existent basepython in an environment that isn't used, an error happens looking for the non-existent executable. This...
0easy
Title: Support Cuda Stream creation with Priority Body: ### Description Hi, It appears that CuPy does not support the creation of custom CUDA streams with priority. Since the API for this functionality is already available in CUDA, it would be very helpful if CuPy provided this feature. Thanks ### Additional In...
0easy
Title: Improve error information, include exact value and column Body: It would be nice quality of life feature if we could return more detailed error info. Including exact value/column which raised it. Something similar to https://github.com/django-import-export/django-import-export/issues/1215 End goal would be f...
0easy
Title: [Feature Request] Create a solara component for a scrollable text area Body: Often times you want a scrollable text area for markdown, text, sql, code, anything really. You should be able to do something like ``` with sl.Scrollable(max_height="500px"): sl.Markdown("## Hi") sl.Markdown(<some_long_te...
0easy
Title: [Tech debt] Improve interface for RandomSunFlare Body: Right now in the transform we have separate parameters for `angle_lower`, `angle_upper`, `num_flare_circles_lower`, `num_flare_circles_upper` Better would be to have: - `num_flare_circles_range= [num_flare_circles_lower, num_flare_circles_upper]` - `a...
0easy
Title: __all__ write in wrong place Body: __all__ statements should be placed in head of python file. (btw: use '''import *''' is not good practice in code)
0easy
Title: Docs: typo in channels docs ``create_route_handlers`` -> ``create_ws_route_handlers`` Body: ### Reported by [Coffee](https://discord.com/users/489485360645275650) in Discord: [#general](https://discord.com/channels/919193495116337154/919193495690936353/1254898206089809960) ### Description Btw, there is a small...
0easy
Title: Self-Merge Rates metric API Body: The canonical definition is here: https://chaoss.community/?p=5306
0easy
Title: [DOCUMENTATION] Update & Deleting give wrong example command Body: https://beanie-odm.dev/tutorial/updating-%26-deleting/ ``` bar = await Product.find_all(Product.price > .5).inc({Product.price: 1}) ``` `find_all` can not be used with a query, this command will update all documents.
0easy
Title: [New feature] Add apply_to_images to FancyPCA Body:
0easy
Title: New keyboard shortcuts and config file options Body: ### Description I am hoping to be able to: 1. Give some keyboard commands to fold/unfold all markdown headers in a notebook. 2. Create a setting in the config file, to make all headers folded by default, on opening a notebook. 3. Make a setting in the config...
0easy
Title: [Detections] - make `from_ultralytics` extract class names from result Body: ### Description ultralytics result stores a dict allowing `class_id` to be mapped to `class_name`. You can find it in `result.names`. Perform such a mapping by converting `class_id` values into class names and storing it in the outpu...
0easy
Title: JOSS Review Suggested Edits Body: Review in openjournals/joss-reviews#1315 by @ixjlyons suggested a few minor fixes along with #164 and #165. # JOSS Paper: - [x] Typo in the paper, second paragraph: "We also an provide extensive..." -> "We also provide an extensive..." - [x] I think there may be some miss...
0easy
Title: Remove all python 2 compatibility code Body: This should be done after #1082. For example, remove all imports of six, or any other edge cases where python 2 is handled differently from python 3.
0easy
Title: Fix next_cursor Flag in SlackResponse Body: In the SlackResponse, the presence of the next_cursor is determined by the `_next_cursor_is_present` method. In most APIs, the next_cursor is returned as an empty string ("") as seen in `_next_cursor_is_present`. However, in some APIs, the next_cursor is returned a...
0easy
Title: How to flip back to asserts for pdb/debugging Body: Is there a way to switch to strict/eager assertion fail mode, so that one can use `--pdb` on demand?
0easy
Title: Changes in whole_word_jumping xontrib (ptk_win32) break loading under linux Body: The changes introduced in #4788 break loading xontrib `whole_word_jumping` under linux. ## xonfig ``` $ xonfig +------------------+----------------------+ | xonsh | 0.12.5.dev2 | | Git SHA | f...
0easy
Title: Topic 3, Some graphviz images missing Body: It looks like graphviz images after code cell 9 and 13 were not rendered. Considering presence of the graph after the 6th cell, it isn't a browser error and there should not be many difficulties restoring them.
0easy
Title: Backslash preventing newline in documentation can form escape sequence like `\n` Body: When suite, test or keyword documentation is split to multiple rows, rows are automatically joined together with a newline. This isn't always desirable so it's possible to use `\` at the end of a documentation row to prevent i...
0easy
Title: Validation doc section "On instantiation" improvement Body: I think the example given in the docs here could do with some improvement to make it clearer: https://github.com/dynaconf/dynaconf/blob/4ab518393a1f7aa72e353a485aebea2852561120/docs/validation.md?plain=1#L36-L58 1. It refers to the example `settin...
0easy
Title: More comprehensive docs for all coloring options Body: Refer to #226 for more context. Would also be nice to add a [glossary](https://sublime-and-sphinx-guide.readthedocs.io/en/latest/glossary.html) section 📚
0easy
Title: Docs: short (one-line) name for tutorials in sidebar Body: Names of tutorials in sidebar currently take up too much vertical space (see picture). Rather than displaying full title of each tutorial, would be better to only display an abbreviated one-line name in the sidebar. Eg. "Audio Classification with SpeechB...
0easy
Title: Button labels in add to cart widget Body: We have three buttons there at the moment: * Show Cart * Continue Shopping * Cancel Instead of "Show Cart", I suggest something like "Go to checkout". "Cancel" is misleading. It just takes the user back to the product page. I'd expect it to cancel the add-to-c...
0easy
Title: [FEA] anonymize graph Body: **Is your feature request related to a problem? Please describe.** When sharing graphs with others, especially via going from private server / private account -> public hub, such as for publicizing or debugging, it'd help to have a way to quickly anonymize a graph Sample use ca...
0easy
Title: Improve load function example in user guide Body: There should be an example in the user guide showing that the `load` function returns a list of signal instead of a single signal, where several datasets are present in the file.
0easy
Title: Error when passing in a default to bn.push Body: Bottleneck doesn't seem to be well behaved if you _pass in_ default values for `bn.push`: Default states `n=None` (and works with no value): python ``` In [1]: import bottleneck as bn In [4]: import numpy as np In [5]: a=np.array([1,2,3,4]) In [7]...
0easy
Title: Bug: Output gets hidden on stop_and_persist in Jupyter notebooks 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...
0easy
Title: Refactoring Suggestions Body: Replace: https://github.com/mithi/hexapod-robot-simulator/blob/808534d769476342ae56e88ea865c33b36c89490/index.py#L14 With: ```python div_header = html.Div( [ html.A(html.H6("👾"), href=URL_REPO, target="_blank", style=icon_link_style), html.A(html.H6...
0easy
Title: Fix Katib UI Tests Body: Currently, Katib UI tests are broken. Check this PR for more info: https://github.com/kubeflow/katib/pull/2313. We should update the `cypress` version to fix it. /good-first-issue /area testing
0easy
Title: [BUG] g2.search(..., fuzzy=True, cols=['title','text'] ), AssertionError: ydf must be provided to transform data Body: **Describe the bug** It seems, exact match(fuzzy=False) works well, but for fuzzy=True it fails giving the following error: AssertionError: ydf must be provided to transform data **To Repro...
0easy
Title: Remove option `acq_optimizer="auto"` Body: In order to simplify slightly the API, I would vote for removing the `"auto"` value of `acq_optimizer`. I am not convinced we should default to random sampling as soon as one of the dimensions is not `Real`. I would rather default to `"lbfgs"` and have, maybe, ...
0easy
Title: API docs missing for `read_csv`, `read_fwf` and `read_table` Body: I believe there are still plenty of doc strings missing since the dask-expr migration For example https://docs.dask.org/en/latest/generated/dask_expr.read_csv.html ![image](https://github.com/dask/dask/assets/8629629/280413f4-5a65-4429-a54f...
0easy
Title: Show sources for /search Body: Display the relevant links when someone does a /search
0easy
Title: New Action: Text visualizations Body: Currently, text attributes are recognized as categorical attributes and displayed as bar charts. We should add a new datatype for text attributes, perhaps distinguishing between short: 1~2 words (more like labels, categories), long: 2+ (more like reviews, sentences, etc). In...
0easy
Title: Refactor the alert view Body:
0easy
Title: Marketplace - Reduce margin between the search bar and the chips to 20px Body: ### Describe your issue. Reduce margin between the search bar and the chips to 20px The current margin is too big <img width="950" alt="Screenshot 2024-12-13 at 16 49 15" src="https://github.com/user-attachments/assets/5c5d4d9d-d...
0easy
Title: Project Popularity metric API Body: The canonical definition is here: https://chaoss.community/?p=3573
0easy
Title: Fail to run PhonemeCoverage.ipynb in Notebooks. Body: ### Describe the bug Thank you for sharing your code for phoneme coverage analysis using TTS. It has been very helpful. However, I have encountered some issues while trying to execute the notebook due to the lack of certain functions provided in the https:...
0easy
Title: I can not install giotto. Body: I a, using ubuntu and in python3.5 and python 3.7 I can not install giotto. How can I install it simply? `Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-xsyfhd6s/giotto-learn/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.r...
0easy
End of preview. Expand in Data Studio

GitHub Issues v0.3.0

Dataset Details

Dataset Description

Dataset Sources

Bias, Risks, and Limitations

Recommendations

Users should be made aware of the risks, biases and limitations of the dataset.

Downloads last month
36

Models trained or fine-tuned on FOSSistant/github-issues-v0.3.0