Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 new columns ({'file_id'}) and 2 missing columns ({'issue_id', 'repo_name'}).

This happened while the json dataset builder was generating data using

hf://datasets/NanoMatriX/issues-kaggle-notebooks315k/kaggle/issues-kaggle-notebooks315k-kaggle-shard-0.jsonl (at revision c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c), [/tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-0.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-0.jsonl), /tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-1.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-1.jsonl), /tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-2.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-2.jsonl), /tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-3.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-3.jsonl), /tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-4.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-4.jsonl), /tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-5.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-5.jsonl), /tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/kaggle/issues-kaggle-notebooks315k-kaggle-shard-0.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/kaggle/issues-kaggle-notebooks315k-kaggle-shard-0.jsonl), /tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/kaggle/issues-kaggle-notebooks315k-kaggle-shard-1.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/kaggle/issues-kaggle-notebooks315k-kaggle-shard-1.jsonl)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 675, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              file_id: string
              text: string
              to
              {'repo_name': Value('string'), 'issue_id': Value('string'), 'text': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1889, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 new columns ({'file_id'}) and 2 missing columns ({'issue_id', 'repo_name'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/NanoMatriX/issues-kaggle-notebooks315k/kaggle/issues-kaggle-notebooks315k-kaggle-shard-0.jsonl (at revision c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c), [/tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-0.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-0.jsonl), /tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-1.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-1.jsonl), /tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-2.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-2.jsonl), /tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-3.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-3.jsonl), /tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-4.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-4.jsonl), /tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-5.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/issues/issues-kaggle-notebooks315k-issues-shard-5.jsonl), /tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/kaggle/issues-kaggle-notebooks315k-kaggle-shard-0.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/kaggle/issues-kaggle-notebooks315k-kaggle-shard-0.jsonl), /tmp/hf-datasets-cache/medium/datasets/52222611527884-config-parquet-and-info-NanoMatriX-issues-kaggle--1ccfbe21/hub/datasets--NanoMatriX--issues-kaggle-notebooks315k/snapshots/c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/kaggle/issues-kaggle-notebooks315k-kaggle-shard-1.jsonl (origin=hf://datasets/NanoMatriX/issues-kaggle-notebooks315k@c96f8a755d0e29eb7a7f00b1f86114e2413f1b4c/kaggle/issues-kaggle-notebooks315k-kaggle-shard-1.jsonl)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

repo_name
string
issue_id
string
text
string
Holzhaus/mixxx-gh-issue-migration
873327382
Title: Modified track info is lost on a crash Question: username_0: How to reproduce: -Open Mixxx from command line -Modify a track title for example -Send Mixxx SIGINT -Open Mixxx again: track changes are lost Mixxx should save tracks to database as soon as they are changed or in a reasonable short time after.
burlingtonjs/burlingtonjs
249073483
Title: October Question: username_0: - [ ] Lock in Speaker - [ ] Lock in date with speaker - [ ] Lock in date with [Venue](https://docs.google.com/document/d/1Tt_g3aa0Wn6vGD7tc7jXxhZDIbtMKzSw2o25NlC-ZXI/edit) - [ ] create meetup - [ ] market meetup (eg twitter) - [ ] see if speaker will sponsor - [ ] Order pi...
giggio/node-chromedriver
116647851
Title: Install is failing, npmconf errors Question: username_0: /home/node_modules/chromedriver/node_modules/npmconf/node_modules/nopt/lib/nopt.js:210 if (t && ((type.name && t.type.name) ? ^ TypeError: Cannot read property 'name' of null at validate (/home/node_modules/chromedriver/node...
coreyphillips/moonshine
1138462402
Title: Is this app abandoned Question: username_0: * last release is from 2020 (and not available in app stores) * last commit is from May 2021 * last issue is from May 2021 I like Moonshine for its electrum server option and foremost for its OP_RETURN support but it seems development is halted. I came here for ...
douyu/juno
692795439
Title: 关于juno使用的一些建议 Question: username_0: 我通过juno-install搭建了juno的后台管理界面,但是我并不清楚这块怎么跟jupiter结合使用,相关的文档看着雾里云烟的,能不能给个全家桶能体验相关的jupiter和juno的功能,另外关于服务链路跟踪和服务指标收集能不能有方式可以单独接入jaeger和prometheus的? Answers: username_1: +1 我看不懂,不知道部署的jupiter项目,怎么到juno系统中,并且知道jupiter项目怎么使用agent username_2: +1 username_3: 之前的文档不太注重关联性,我们这边正在补充相关...
greiman/ChibiOS-Arduino
73141956
Title: UTFT Question: username_0: I am designing LED lighting for an outdoor area behind our house. I plan to use an Arduino Due with a small LCD touch screen as the controller. I am going to use the UTFT and UTouch libraries by <NAME> to control the display. As I want to simplify future expansion of the system, (a...
HTLife/png_to_klg
310734989
Title: when i use the generated klg file, the ElasticFusion produced a error. Question: username_0: When i use the generated klg file, the ElasticFusion produced a error:' Not a JPEG file: starts with 0x6f 0x53'. I make sure the associations.txt is right. What should i solve this problem,please? Answers: username_1: ...
pnp/pnpjs
394426682
Title: GetParentWeb method throwing error Question: username_0: ### Category - [ ] Enhancement - [x] Bug - [ ] Question - [ ] Documentation gap/issue Please specify what version of the library you are using: [ "1.2.7" ] Please specify what version(s) of SharePoint you are targeting: [ SPFx ] ...
flutter/flutter
715606030
Title: Disabled TextField error allocates space and is not shown Question: username_0: ## Steps to Reproduce 1. Create a `TextField` that has `enabled: false` and has `decoration: InputDecoration()`. 2. Code of the sample app: ```dart import 'package:flutter/material.dart'; void main() => runApp(MyApp()); ...
flutter/flutter
523850033
Title: Flutter crash report Question: username_0: **I install flutter in my ubuntu 18.10 and it's working okey and suddenly stop working and give me this error when i was using flutter doctor** ## command flutter doctor ## exception _CompileTimeError: error: Unexpected tag 69 (ForStatement) in _ListBase&Ob...
bitnami/charts
332281008
Title: wrong heapSize key for master Question: username_0: https://github.com/bitnami/charts/blob/5f80d6e3517952637455a2fd2872714415aa8107/bitnami/elasticsearch/templates/master-deploy.yaml#L66 Answers: username_1: Hi @username_0 Thanks for reporting it. I just created a PR to fix it. username_1: The PR has just ...
kubernetes/minikube
263754154
Title: minikube mount not supported or vmwarefusion driver? Question: username_0: I get the following error on mounting: ``` mount.go:113] Error getting the host IP address to use from within the VM: Error, attempted to get host ip address for unsupported driver ``` Answers: username_1: This will be fixed in #2...
agrc/electrofishing-query
447875858
Title: Collapse Filter Pane Question: username_0: Some filters result in points hiding behind the filter pane. Can the filter pane be collapsed when the Submit button is clicked? Answers: username_1: Would this be collapsed enough? ![image](https://user-images.githubusercontent.com/1326248/58565842-add20d00-81ec-11e...
flutter/flutter
733909069
Title: Ability to Add 'Path' after a URL in a Flutter Web Website Question: username_0: `MaterialApp( pages : [ 'About' => _____ 'Contact' => ____ ] )` - Navigate to different pages results in the addition of that page name in front of the Website URL **Any further suggestions/ideas are...
NVIDIA/libnvidia-container
685302456
Title: nvidia-container-cli: initialization error: cuda error: unknown error Question: username_0: I have encountered the similar problem as @JerrettLevensalor, the error is <initialization error: cuda error: unknown error\\n\""": unknown>> ! ![image](https://user-images.githubusercontent.com/35218255/91153815-4bb7ce...
ebenmichael/augsynth
399969817
Title: augsynth error w/ Basque Question: username_0: argument is not a character vector I'm having difficulty dissecting this error message to see what it refers to. Answers: username_0: After a little digging, I think it is due to the spread() function within the format_data function. Hoping this helps.
seek4science/seek
1141607309
Title: Hide buttons for Project overview Question: username_0: The Graph overview is not useful for a Project. It would be better if the three options (Tree, Split and Graph) were hidden. Answers: username_1: Do you want to hide the "Overview" button (which by default brings you to Tree)? I thought that files associ...
xenia-project/game-compatibility
121247425
Title: 4D5307F2 - Viva Piñata Question: username_0: [Marketplace] (http://marketplace.xbox.com/en-US/Product/Viva-Pi%C3%B1ata/66acd000-77fe-1000-9115-d8024d5307f2) https://github.com/benvanik/xenia/commit/b5469b57bacdba11d13c9052fda9e2128abef5ba Crashes immediately. [Log] (http://www20.zippyshare.com/v/UHuGDQLj...
forwards/tasks
330235270
Title: Create updated summary of CRAN maintainer demographics Question: username_0: Collaboration with <NAME> and <NAME>, researchers that conducted study of CRAN maintainers (How Do Scientists Develop Scientific Software? [paper](http://gustavopinto.org/lost+found/saner-rene2018.pdf) [blog post](http://gustavopinto.o...
badboy/ebpf-icmp-ping
406498802
Title: 2 Network-Interfaces Scenario Question: username_0: I have 2 interfaces enp2s0 and enp2s1 I want to make a demo switch out of this system. I am trying to send packets to enp2s0 and forward them to enp2s1. But the order in which i am attaching bpf-0.o and bpf-1.o to these interfaces is affecting which bpf code...
archiverjs/node-archiver
392415904
Title: Creating a crypto hash from the buffer gives new hash everytime Question: username_0: I am trying to create a sample buffer that contains a zip using the archiver. Here is my code that creates uses the archive public async createBuffer(...filesToAdd: TestFile[]): Promise<Buffer> { let buffers: a...
RasaHQ/rasa
1041532466
Title: Documenting "the attribute stuff" for NLU components. Question: username_0: While working on custom components today I was reminded of an aspect that deserves documentation. So I figured mentioning it here. When you look in the Rasa NLU codebase you'll see a lot of this: ```python #. This is an example meth...
digitalbazaar/eslint-config-digitalbazaar
414397120
Title: no trailing commas Question: username_0: Current lint rules allow trailing commas ``` [1,2,3,] // this is ok // however @username_2 wants this [1,2] // no trailing commas ``` rule is very simple to set: https://eslint.org/docs/rules/comma-dangle Answers: username_1: First, comma dangle is not allo...
PaddlePaddle/PaddleOCR
858425266
Title: 部署推理模型,识别中文有误,与预测模型精确度相差较大 Question: username_0: https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.1/tools/infer/predict_rec.py中 ![image](https://user-images.githubusercontent.com/49781275/114806670-b4190480-9dd7-11eb-9315-13c61b2a10c9.png) 会导致为中文时,参数--rec_image_shape失效,从而识别结果完全不对(张量大小完全不一样了) 会发现,预测...
facebook/relay
157383159
Title: TodoMVC example start failed Question: username_0: /Users/username_0/Projects/yoctol/relay/examples/TodoMVC/node_modules/babel/node_modules/babel-core/lib/transformation/file/options/option-manager.js:126 if (!option) this.log.error("Unknown option: " + alias + "." + key, ReferenceError); ...
mesg-foundation/mesg.com
392419674
Title: FAQ Sticky Sidebar navigation Question: username_0: We need to use a plugin to have a Sticky sidebar navigation on the FAQ. Something like this plugin: [](https://github.com/eddiemf/vue-affix) I want to have a navigation like the "Affix Sidebar" example here: [](https://eddiemf.github.io/vue-affix-demo/...
pascalabcnet/pascalabcnet
322432988
Title: Не показывает перегрузки методов описанных позже Question: username_0: ``` type t1=class procedure p1; begin p1//при открытии скобочки тут - не будет показывать перегрузку p1(b:byte) end; procedure p1(b:byte); begin end; end; begin end. ``` Status: Issue closed Ans...
ILT-HSR/hmi-android
443723920
Title: Show only selected mission related info Question: username_0: At the moment, the map always shows all the overlay icons put on it from every mission. In the mission overview however, it would be appropriate to only show the items related to the currently selected mission.<issue_closed> Status: Issue closed
tensorflow/tensorflow
1031479866
Title: Failed to invoke the interpreter with error: Provided data count XXX must match the required count 3. Question: username_0: ### 1. System information - OSX 11.5.2, iOS 14.7.1, CentOS 8.4.2105 - TensorFlow v2.6.0 custom built for server (CentOS 8.4.2105) - TensorFlow library 'TensorFlowLiteSwift', '~> 2.6'...
pkgcore/pkgcheck
536030000
Title: add CLI option to limit to newest non-vcs version Question: username_0: Issue #144 added some framework for limiting checks to newest non-vcs version (every slot), but there's no command-line option to enable the option. Can an option please be added to make it usable in everyday runs of pkgcheck? Answers: ...
PaloAltoNetworks/pan-os-ansible
997899232
Title: Assign variable value to firewall Question: username_0: ### Is your feature request related to a problem? Provision new firewall. Want to utilise the variable feature to assign different values to defined variables. ### Describe the solution you'd like Maybe add some more info to the `panos_template_...
binoymichael/cmpe202-uml-parser
207974304
Title: Explore options for java parsers Question: username_0: Explore options for java parsers Answers: username_0: Decided to use http://javaparser.org/ Try to parse a simple java class into different nodes. username_0: Main class can now parse simple java code and print codes. Next step would be to construct a...
Azure/autorest.typescript
798590787
Title: Include Operations in the index.ts file Question: username_0: Refer the index.ts file [here](https://github.com/Azure/autorest.typescript/blob/5a4bbaad4e1322b2189d437ae748ac7104747352/test/integration/generated/additionalProperties/src/index.ts). ```js export * from "./models"; export { AdditionalProperti...
apexcharts/vue-apexcharts
769816576
Title: Reference error - Window is not defined Question: username_0: Just trying vue-apexchart, but I get "window is not defined" after exactly folowing the installation instructions. Tried to reproduce it with a codepen but I got an empty window https://codepen.io/rednas83/pen/BaLRORL I based the codepen on th...
WarEmu/WarBugs
615101073
Title: Died in SC, No Respawn Question: username_0: <!-- Issues should be unique. Check if someone else reported the issue first, and please don't report duplicates. Only ONE issue in a report. Don't forget screens or a video. --> **Expected behavior and actual behavior:** Was playing normally, died while figh...
FabioZumbi12/SEDiscordBridge
597336328
Title: Names blacked out in game since Frostbite patch Question: username_0: Names are blacked/blurred out in game on broadcast messages since the Frostbite patch using this plugin. In the image below; the "Good.bot" line is from another server using this plugin, the science test is a message sent from discord. ...
indigo-dc/alien4cloud-deep
365533356
Title: /usr/bin/env: bad interpreter: Text file busy Question: username_0: Given sometimes when trying to run the docker image. Answers: username_0: It seems that previous commands in the _entrypoint_ are still running whilst we try to run _alien4cloud.sh_. The solution is to force system to flush buffers before usin...
jorgesallum/SciELO-EdO
178069310
Title: [Opções avançadas] Notas de fim do livro Question: username_0: Esta opção permite remover as notas de pé de página para o fim do livro como sendo um novo capítulo. Answers: username_0: Testado, está funcionando corretamente. ![image](https://cloud.githubusercontent.com/assets/5446933/18674706/879ec0a4-7f26-11...
zignaly-open/zignaly-open-bridge
1087980529
Title: Unstable balance (header balance) Question: username_0: 1. Bug title: Unstable balance (header balance) 2. URL: https://bridgetest.zignaly.com/ 3. Public address/txHash: 4. OS/Browser version: macOS Big Sur version 11.6.2 / Brave Version Version 1.33.106 Chromium: 96.0.4664.110 (Official Build) (x86_64)...
threefoldfoundation/tft-stellar
675665486
Title: Convert the transaction funding service to js-ng Question: username_0: blocked on https://github.com/threefoldtech/js-sdk/issues/1120 Answers: username_0: blocked on https://github.com/threefoldtech/js-sdk/issues/1120 username_0: not blocked even though it would make life simpler username_1: WIP: https://github...
UVicLibrary/CustomSpotlightInstance
406454531
Title: 16 spotlight_resources Question: username_0: !ruby/hash:ActionController::Parameters to !ruby/hash:ActiveSupport::HashWithIndifferentAccess add columns "upload_id" integer DEFAULT NULL, ?? "file_name" varchar DEFAULT NULL, duplicate from url "uid" varchar DEFAULT NULL, null "compound_ids" text DEFAULT NULL, co...
himynameisubik/Kalm-support
675688443
Title: Little option Question: username_0: Hello, Please add Disable push down other items (Complications) option to Privacy Mode... Thank you. Answers: username_1: What do you mean? username_0: I want to fix the location of the complications but when I turn on the up next privacy feature it pushes the complication...
drotek/SMARTNAV-RTK
166325444
Title: Link broken in Wiki Question: username_0: Even if I know how to connect with ssh to the board, there is a problem in wiki : This link revert nothing, please update for other users => (page https://github.com/drotek/SMARTNAV-RTK/wiki/Setting-up-data-links#tcp-link ) http://drotek.com/wiki/accessing-the-intel-e...
PyCav/Demos
163342025
Title: Make a nice page for the demos using GitHub Pages Question: username_0: In the interest of getting a shinier landing page for our colleagues, I think it's worth making a page for each stream of the project using the page generator (see settings) Answers: username_1: I will give this a go username_0: Looks good...
scikit-learn/scikit-learn
352543763
Title: convergence criteria in semi-supervised learning Question: username_0: <!-- If your issue is a usage question, submit it here instead: - StackOverflow with the scikit-learn tag: http://stackoverflow.com/questions/tagged/scikit-learn - Mailing List: https://mail.python.org/mailman/listinfo/scikit-learn For m...
pantheon-systems/terminus-build-tools-plugin
252608790
Title: CircleCI badge shows green/pass even though workflows are failing Question: username_0: I hope to have time to investigate later today but I at least wanted to get this problem recorded. The status badge on this repo seems to report green because the most recent job to be completed on the master branch was a...
greenplum-db/gpdb
369426838
Title: Support `COPY ( query ) TO ... ON SEGMENT` Question: username_0: ``` gpadmin=# copy (select * from tbl) to '/tmp/copy_query<SEGID>' on segment; ERROR: 'COPY (SELECT ...) TO' doesn't support 'ON SEGMENT'. ``` It would be nice to support `COPY ( query ) TO ... ON SEGMENT`, file this feature request to not...
jlippold/tweakCompatible
349333098
Title: `iTranslate` working on iOS 11.3.1 Question: username_0: ``` { "packageId": "com.browncoconut.itranslate", "action": "working", "userInfo": { "arch32": false, "packageId": "com.browncoconut.itranslate", "deviceId": "iPhone8,1", "url": "http://cydia.saurik.com/package/com.browncocon...
kubernetes/kubernetes
450700726
Title: GetDiskFormat unable to get the format incase of alpine image Question: username_0: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose ...
jsfiddle/jsfiddle-issues
155487932
Title: Fix Collaboration Question: username_0: Collaboration is incredibly useful. I've tried it 3 way today because nothing else seems to provide similar capabilities. Unfortunately though we've found it's got a few issues: - External Resources don't seem to sync properly - I kept hitting update to save change...
ipython/ipyparallel
435311897
Title: ipyparallel broken with ipykernel 5.1.0 Question: username_0: The following code hang forever: ``` import ipyparallel c = ipyparallel.Client('slurm') res = c[:].execute('import sys') res.result() ``` These messages were printed in my slurm log-file: ``` 2019-04-19 21:23:49.269 [IPEngineApp] ERROR | E...
DayZMod/DayZ
45008748
Title: Inventory "hopping" Question: username_0: Since 1.8.2 released, if you try to open your inventory while in the middle of an action suck as crouching or going prone, your character will do a little hop, restart the action, and the inventory screen will not come up. Status: Issue closed Answers: username_1: Al...
tchandler48/musbasic
880953400
Title: Unable to create a load file from the obj file Question: username_0: I successfully got the OBJ file (although with a warning) ``` Waterloo C (Version 3.2 IBM 370) Warning! line 540: Unlike type for parameter 1 File 'SYSIN': 10846 lines, included 408, no errors, 1 warning ``` but I cannot create a load f...
zulip/zulip
200381323
Title: Make user notifications settings take effect immediately Answers: username_1: I'm working on this. username_1: I commented out the 'submit' button's code in [notification-settings.handlebars](https://github.com/username_1/zulip/blob/3264/static/templates/settings/notification-settings.handlebars#L160-L166) An...
vlang/v
818213579
Title: fix language inconsistency for mutating methods using the syntax: receiver!method() Question: username_0: Currently mutation is explicit for function calls but not method calls: `sort(mut mutable_item)` // current syntax makes mutation explicit `mutable_item.sort()` // current syntax allows silent mutat...
nesbox/TIC-80
331011709
Title: All menus continuously scroll up Question: username_0: All menus scroll up continuously directly after starting tic-80. Win7 x64 0.60.3 binary from the website. Answers: username_1: I think it's due to the gamepad input. username_0: It doesn't seem to be a controller issue as it happens with all controllers un...
tsprlng/nad-link
128374277
Title: XBMC interferes with capturing keyboard events Question: username_0: Since XBMC very annoyingly does an EVIOCGRAB on the same /dev/input/event1 device I'm trying to use (i.e. it insists on exclusive access to keyboard events), the keyboard daemon script cannot be used at the same time as XBMC. It simply doesn't...
dwavesystems/dimod
991585195
Title: `BinaryPolynomial.energies` throws `"ufunc 'add' output (typecode 'O') could not be coerced to provided output parameter (typecode 'd') according to the casting rule ''same_kind''` Question: username_0: **Description** `BinaryPolynomial.energies` throws `"ufunc 'add' output (typecode 'O') could not be coerced ...
sassoftware/python-dlpy
631831755
Title: Last cell in Auto Encoder example displays training images twice Question: username_0: I was following the auto encoder example and noticed that the last cell does not produce comparison between training and auto encoder images. It displays training images twice. Could someone please modify the example to pr...
websanova/vue-auth
284413367
Title: Auth Token is not defined Question: username_0: app .factory('Auth',function($http,AuthToken){ var authFactory ={}; authFactory.login =function(loginData){ return $http.post('/api/authenticate',loginData).then(function(data){ console.log(data.data.token); AuthToke...
guardian/frontend
160936293
Title: Missing itemprop meta-data on some pages Question: username_0: # ISSUE Performing a Google search for 'Guardian' returns page previews under the 'News' tab (see image). Some previews are using the OpenGraph image with an overlay. If the main media of a page is a video, or `page.contentType` is video, Goog...
department-of-veterans-affairs/va.gov-team
667845750
Title: Check on Salesforce Downtime Question: username_0: Take a look at the [External Service Performance Report] (https://dsva.slack.com/archives/CE4304QPK/p1595975293133800) and understand if there are any risks to the Caregiver application. Status: Issue closed Answers: username_0: Hey @username_1, do you mind ...
PyO3/maturin
897685837
Title: Bad x86_64 macOS binary release in GitHub releases Question: username_0: Something went wrong since https://github.com/PyO3/maturin/releases/tag/v0.10.5-beta.6 ``` maturin-x86_64-apple-darwin.tar.gz 1.94 MB ``` ```bash zsh: exec format error: /Users/username_0/Downloads/maturin file ~/Downloads/matur...
camp8bit/forest-lighting
181795655
Title: Add screw holes to back face plate Question: username_0: For screwing into the wood of the lamp post. Maybe the screw holes should be on the outside so that the whole thing can be assembled and then attached without reopening it. Answers: username_0: Mounting points added in cfa49c6. <img width="640" alt...
MozillaFoundation/Advocacy
173859272
Title: In English + Spanish, "Czech Republic" is incorrect Question: username_0: ![screen shot 2016-08-29 at 12 56 42 pm](https://cloud.githubusercontent.com/assets/5815317/18065313/3d342e68-6de8-11e6-8a70-e62a48d97482.png) Czech Republic is written as "Tschechien" -- seems to be the German translation -- in Englis...
department-of-veterans-affairs/vets-website
189204941
Title: Facility Locator should always show minimum of 10 results Question: username_0: Related to issue here: https://github.com/department-of-veterans-affairs/vets-website/issues/3948 There are a couple of cases where entering a search result, e.g. a rural area or a zip code does not result in any facilities being...
mezz/JustEnoughItems
376114626
Title: Name consistency through mods. Question: username_0: Hello! Would you please be so nice and format your jar file with - instead of _ Like `jei-1.12.2-4.13.1.220.jar` Every other mod do use the same standard. It would help us modpackers process your mod as fast as the others instead of renaming the zip fil...
ArkEcosystem/core
526675985
Title: `bridgechains/:id` endpoint can't find bridgechain Question: username_0: The `bridgechains/:id` endpoint is currently broken and cannot be used to retrieve a certain bridgechains data. Visit `https://dexplorer.ark.io/api/bridgechains` and get the genesisHash of the first bridgechain, then visit `https://dexp...
rise-lang/shine
907242320
Title: Directly apply the substitutions to constraints Question: username_0: I wonder if we could also alternatively directly apply the required substitutions (`na -> n` and `nb -> n`) where necessary and only generate 1 constraint instead of 3 here. Something like: ```scala val n = NatIdentifier(freshName("n")) de...
dotnet/aspnetcore
790203676
Title: Blazor WASM .NET5.0 Standalone publish action fails with "GenerateBundle" and "Must specify the host binary" errors Question: username_0: Unable to publish a standalone Blazor WASM app using .NET5.0. Build works fine, but during the Publishing build step suddenly get: C:\Program Files\dotnet\sdk\5.0.102\Sdk...
mkhstar/suneditor-react
930878259
Title: Will you update latest suneditor for XSS attack problem Question: username_0: Hi, for iframe xss attacks i opened issue to suneditor and @JiHong88 solved it. Will you update suneditor-react to 2.41.1 for this solution. Thanks for the component. https://github.com/JiHong88/SunEditor/issues/784 Answers: user...
keybase/keybase-issues
491573108
Title: "This installation package is not supported by this processor type. Contact your product vendor." Question: username_0: That's the message I get when I try to run the Keybase Windows Installer Package. ![Capture](https://user-images.githubusercontent.com/36507421/64604446-70bc1000-d3c2-11e9-90f2-995f166322b1...
TermiT/Flycut
383617484
Title: Security Suggestion: Use Secure Keyboard Input Question: username_0: I'm just wondering whether this nice utility might be lowering the guards on security and what could be done about it. It is common practice to copy and paste passwords. Thus having a history of clipboards certainly raises an issue here. ...
popcodeorg/popcode
273187580
Title: Error in / Question: username_0: ## Error in Popcode **Error** in **/** Access is denied. [View on Bugsnag](https://app.bugsnag.com/popcode/popcode/errors/5a07943b881bfe001aae36af?event_id=5a07943b881bfe001aae36ae&i=gh&m=ci) ## Stacktrace webpack:///node_modules/bugsnag-js/src/bugsnag.js:1201 - Anonym...
webpack-contrib/sass-loader
791631868
Title: Installation fails with typescript 4 Question: username_0: npm ERR! node_modules/tsutils npm ERR! tsutils@"^3.17.1" from @typescript-eslint/eslint-plugin@4.14.0 npm ERR! node_modules/@typescript-eslint/eslint-plugin npm ERR! peer @typescript-eslint/eslint-plugin@"^4.0.0" from eslint-config-re...
firebase/firebase-android-sdk
602709134
Title: Firebase Messaging/InstanceID not working on emulator Question: username_0: <!-- DO NOT DELETE validate_template=true template_path=.github/ISSUE_TEMPLATE/bug.md --> ### [READ] Step 1: Are you in the right place? Issues filed here should be about bugs in __the code in this repository__. If you have ...
Ennah75/EinfachGarten.io
648271628
Title: Projekt-Plan: Projekt APP für Gärtner - verfasst von Reinhold Question: username_0: ## Projekt-Auftrag Das Projekt hat zum Ziel, eine Online-Applikation „APPNAME“ zu erstellen (das PRODUKT), die einen Gärtner bei der Bewirtschaftung seines Gartens unterstützt: (APPNAME muss noch gefunden werden) Dazu stellt...
Agoric/agoric-sdk
731700204
Title: Wallet Documentation Question: username_0: Acceptance Criteria: * New developers understand the baseline capabilities of the Agoric wallet * New developers are able to wire up their dapps to the Agoric wallet Answers: username_0: Acceptance Criteria: * New developers understand the baseline capabilities of t...
GsDevKit/GsDevKit_daemontools
169728289
Title: environment variables are set with defSeaside right now. need to know which defSeaside to use Question: username_0: @username_1 thanks. In each of the directories in the service directory in this repo (e.g. gsGemstone) there is a **run** script. In that script the defSeaside script is called so that the da...
baldengineer/Open-Vapors
997491568
Title: Power LED connector is not connected Question: username_0: On the pin headers for the front panel buttons, there is a pin for "power LED." the Pin on the 2x1 (or 2x2, depending on how you look at it) isn't connected to anything. Need to connect front panel's switches power LED to a 5V node elsewhere.
lifechurch/img-src
392349175
Title: Handle Enter Key on Button Component Question: username_0: When user presses enter submit the form. ``` handleKeyPress = event => { if (event.key == 'Enter') { this.handleFormSubmit(); } }; ``` Answers: username_0: Change the function action click the button instead of submitting the f...
backdrop/backdrop-issues
96556929
Title: [META] Move contrib module Date Basic into core Question: username_0: Attempting to fulfil issue #478 Add date (field) module to core using https://github.com/backdrop-contrib/date_basic Answers: username_1: All tasks complete! Anything else? username_0: I don't think there is anything more for me to do. I hav...
dotnet/orleans
1092708786
Title: `EndpointOptions.AdvertisedIPAddress` should be set to something by default. See the `ConfigureEndpoints` helper method for how this could be done (the overload which doesn't take a hostname) Question: username_0: @username_1 / @benjaminpetit I can work on this item as suggested (calling the `ConfigUtilities...
w3c/silver
817596477
Title: Editorial feedback on "Rating for 'Uses visually distinct headings'" Question: username_0: “or less” is used throughout, when it should only be in “0” category Answers: username_1: Thank you for your comment. Project members are working on your comment. You may see discussion in the comment thread and we may a...
vgrem/Office365-REST-Python-Client
1108352898
Title: # in file name creates invalid URL Question: username_0: When I try to download a file with a title like: `A random title # some text` I get the following error: `Microsoft.SharePoint.SPException', 'The file /sites/randomSite/A random title does not exist.` It seems that the part starting from the `#` is r...
w3c/i18n-activity
207345961
Title: English idiom (non-I18N)(editorial) Question: username_0: While "dead simple" is accurate, it is a bit of hyperbole. I would probably just eliminate the "so to speak" in my version as well. Answers: username_1: @username_0 can we close this at our end? Seems all done and dusted. username_1: Decided to close in...
altair-viz/altair
299971484
Title: More readable error messages Question: username_0: If a chart produces an invalid schema, the error message is *really* hard to understand. One reason for this is that the mime-bundle display system also throws a "NoneType is not iterable" error after the jsonschema validation error. We really need to fig...
a3qz/hag
502739996
Title: Colors are not restored on exit Question: username_0: On my specific setup (using WSL and the Windows Console), the colors are changed after exiting the game (note the brighter green and white in the last image): ![image](https://user-images.githubusercontent.com/1373374/66222690-c0c78300-e69f-11e9-93d2-1de2...
felangel/bloc
521081181
Title: Error while resolving dependency Question: username_0: **Describe the bug** I am getting following error when project name is **bloc** `[bloc] flutter packages get` `Running "flutter pub get" in bloc...` `Because bloc depends on flutter_bloc ^2.0.0 which depends on bloc ^2.0.0, ...
Novicell/novicell-frontend
383643802
Title: Brand colors Question: username_0: Add color presentation to the styleguide, e.g. https://www.lightningdesignsystem.com/guidelines/color or https://rizzo.lonelyplanet.com/styleguide/design-elements/colours. Answers: username_0: [novicell-rebrand-colors-v2.0.pdf](https://github.com/Novicell/novicell-frontend/fi...
sdomino/scribble
806645495
Title: scribble.Driver.Delete should return os.ErrNotExist Question: username_0: scribble.Driver.Delete returns an opaque error type for non-existent keys which makes it hard for the clients to distinguish between different kind of errors. This behavior is also inconsistent with the scribble.Driver.Read API.
cashapp/contour
487934165
Title: ContourLayout and existing Layouts Question: username_0: Is it possibile to add a ContourLayout to an existing layout? When i try to add it to a FrameLayout i obtain ths exception: `java.lang.ClassCastException: com.squareup.contour.ContourLayout$LayoutSpec cannot be cast to android.view.ViewGroup$MarginLayo...
raithos/xwing
354103245
Title: Card Browser Question: username_0: ## YASB 2.0 Bug Report **Note:** If your page doesn't load, try a hard refresh first. I update at random hours of the day and you may have been accessing the page at one of those times. ### Expected Behavior Pilots should have a stat entry for Charges/Force Charges, i...
react-bootstrap/react-bootstrap
330608100
Title: Keyboard prop won't work on modal Question: username_0: `<Modal show={this.state.show} backdrop="static" keyboard={false}> ... </Modal>` Modal seems to won't listen "keyboard" property, it's still closing on pressing escape key. Answers: username_1: can't reproduce this; it works fine on our docs page...
adjust/ios_sdk
731477872
Title: Crash EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x00000007266da9a0 Question: username_0: <img width="1679" alt="Screen Shot 2020-10-28 at 3 18 45 PM" src="https://user-images.githubusercontent.com/11644741/97441373-55e38c80-1931-11eb-82de-7ee76b766f56.png"> Answers: username_1: Hi @username_0 Can you reproduce ...
bujiio/buji-pac4j
170477970
Title: getRoles() empty Question: username_0: Trying to get authorization to work properly in my shop. As you can see below principal.getProfile().getRoles() is empty however the roles are part of the attributes. Is there something missing in my configuration? I would like to use these tags in my views: ` <shir...
facebook/react-native
277361723
Title: path Question: username_0: <!-- PLEASE DON'T DELETE THIS TEMPLATE UNTIL YOU HAVE READ THE FIRST SECTION. --> ### Is this a bug report? (write your answer here) <!-- If you answered "Yes": We expect that it will take you about 30 minutes to produce a high-quality bug report. While thi...
End of preview.

No dataset card yet

Downloads last month
11