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 ({'repo_name', 'issue_id'}).

This happened while the json dataset builder was generating data using

hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k/kaggle/issues-kaggle-notebooks315k-kaggle-shard-0.jsonl (at revision 70e70a9f8b59f26db56ddedab437c0805117f745), [/tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-0.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-0.jsonl), /tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-1.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-1.jsonl), /tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-2.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-2.jsonl), /tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-3.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-3.jsonl), /tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-4.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-4.jsonl), /tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-5.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-5.jsonl), /tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/kaggle/issues-kaggle-notebooks315k-kaggle-shard-0.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/kaggle/issues-kaggle-notebooks315k-kaggle-shard-0.jsonl), /tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/kaggle/issues-kaggle-notebooks315k-kaggle-shard-1.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/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 ({'repo_name', 'issue_id'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k/kaggle/issues-kaggle-notebooks315k-kaggle-shard-0.jsonl (at revision 70e70a9f8b59f26db56ddedab437c0805117f745), [/tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-0.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-0.jsonl), /tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-1.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-1.jsonl), /tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-2.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-2.jsonl), /tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-3.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-3.jsonl), /tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-4.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-4.jsonl), /tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-5.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/issues/issues-kaggle-notebooks315k-issues-shard-5.jsonl), /tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/kaggle/issues-kaggle-notebooks315k-kaggle-shard-0.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/kaggle/issues-kaggle-notebooks315k-kaggle-shard-0.jsonl), /tmp/hf-datasets-cache/medium/datasets/40786346238643-config-parquet-and-info-JoTeqtheFirstAI-issues-ka-ee544b58/hub/datasets--JoTeqtheFirstAI--issues-kaggle-notebooks315k/snapshots/70e70a9f8b59f26db56ddedab437c0805117f745/kaggle/issues-kaggle-notebooks315k-kaggle-shard-1.jsonl (origin=hf://datasets/JoTeqtheFirstAI/issues-kaggle-notebooks315k@70e70a9f8b59f26db56ddedab437c0805117f745/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
datatheorem/TrustKit
656820209
Title: Bump OS support versions in September? Question: username_0: As iOS 14 is being released in several weeks, it would be nice to bump minimum support from the iOS 10 generation to the iOS 11 generation (+tv, watch, mac). This would maintain N-3 major OS version support (iOS 11, 12, 13, 14). The main benefit of...
NervJS/taro-ui
816975517
Title: Taro.initPxTransform的问题 Question: username_0: **问题描述** <!--- 问题描述:站在其它人的角度尽可能清晰地、简洁地把问题描述清楚 ---> 在H5模式下,`Taro.initPxTransform({ designWidth: 750, deviceRatio: {} })`会导致项目设置的`designWidth`、`deviceRatio`的值被替换,导致`Taro.pxTransform`得到数值与预期不符合。 **复现步骤** <!--- 复现问题的步骤 ---> <!--- 1. 新建项目,设置designWidth为375 2. 引入...
beatcracker/toptout
876030255
Title: Add Flagsmith Question: username_0: https://docs.flagsmith.com/deployment-overview/#api-telemetry https://github.com/Flagsmith/flagsmith-api/blob/f5c61de73dacf9ed08416f18274541ef9d3de5aa/readme.md#api-telemetry Flagsmith collects information about self hosted installations. This helps us understand how the ...
tensorflow/tensorflow
319272932
Title: Windows build fails with unresolved externals Question: username_0: I followed the instructions to build on Windows (Windows 10, Visual Studio 2017 version 15.6.7, CPU only), but the following projects fail to build: tf_python_api grpc_tensorflow_server benchmark_model tf_tutorials_example_trainer tf_label...
ballerina-platform/ballerina-lang
1085457584
Title: Change return type code action does not chnage the signature of the correct method/function Question: username_0: **Description:** Consider the following capture. ![ezgif com-gif-maker(11)](https://user-images.githubusercontent.com/35211477/146876989-9fde8011-472c-453d-86f2-d1ec6090d3f3.gif) **Steps to r...
bassmaster187/TeslaLogger
803739844
Title: Log "Wait for MFA code !!!" repeated every 10 seconds Question: username_0: Since last update, logs are polluted with repeating messages every 10 seconds 08.02.2021 17:32:53 : #1: Charging Complete 08.02.2021 17:32:53 : #1: change TeslaLogger state: Charge -> Start 08.02.2021 17:32:54 : #1: try to get ne...
Difegue/LANraragi
438616793
Title: [Suggestion] Usability Improvements Question: username_0: LRR has a very nice web-interface and I've been impressed overall, however there are some QoL changes I'd like to see to make it more usable. **Major** - [ ] Option to scale images to browser Width or Height (whichever is smaller for that image) - ...
dotnet/roslyn
450366903
Title: Scrollbar is nebulous in the diff window of vs2019 Question: username_0: It's the same project. vs2017: ![vs2017](https://user-images.githubusercontent.com/2529999/58643969-ed0a7600-8332-11e9-8f0e-fb16dfbe9831.png) vs2019: ![VS2019](https://user-images.githubusercontent.com/2529999/58644007-fa276500-8332-...
ember-cli/ember-cli
67534297
Title: build fails with ENOENT, no such file or directory Question: username_0: I'm migrating an existing app to ember-cli, so I ran `ember init` in the directory. Now I'm trying to run `ember build` just to get the base files working before I refactor my app, but the command keeps failing- ``` Build failed. ENOE...
flutter/flutter
551007485
Title: Update all API constructions to use keyHelper reference defined in cocoon config Question: username_0: We have added a keyHelper reference in cocoon config in https://github.com/flutter/cocoon/pull/624 Existing APIs have separate keyHelper definitions in their own scope. To make it consistent, we will up...
react-navigation/react-navigation
742251453
Title: Screen with WebView crashes App during navigation Question: username_0: **Current Behavior** - What code are you running and what is happening? Navigating to a screen which contains a WebView crashes the whole app with no stack trace. Disabling animations on the screen fixes the problem e.g. <Stack.Scree...
apiato/apiato
270031620
Title: Social Authentication: [social_token] String data, right truncated: Data too long for column Question: username_0: When trying to social authenticate, the token from facebook cannot be added to the database so the whole operation fails because of token being too long for the 'social_token' column. So, i had to ...
FACN4/BSN_week1-group-project
338468726
Title: Document your code with comments Question: username_0: Again, this is more a question of best practices then an actual issue but it can be useful to document your code by writing instructive comments so that the code is easily understood and can easily be modified by other members of the team. It can also be he...
OGGM/oggm
409421975
Title: Download Verification Failed Exception Question: username_0: I'm new to OGGM, and after playing with the getting started tutorial a few times, and running through the Set-up and OGGM Run with the default Rofental region, I am trying to run through these steps with a subset of glaciers I am studing in British Co...
open-austin/BASTA-tfwa
815077617
Title: Improve validation on Add Property page Question: username_0: Current behavior: On the Add Property page, the only validation that occurs is to ensure that the required fields aren't blank. Recommended behavior: It would be nice if the address could be searched with the USPS address validation service and th...
magma/magma
872023919
Title: [NMS] AGW Health in NMS is not accurate Question: username_0: - **Affected Component:** NMS Health in NMS is not accurate(sometimes shows "Bad" but AGW is already checkin is OK) ![image](https://user-images.githubusercontent.com/37117037/116650471-06106d00-a936-11eb-9ba9-1c26bd47fdad.png) Answers: usern...
TypesettingTools/DependencyControl
287290939
Title: Error installing DependencyControl scripts Question: username_0: Since there aren't any Aegisub builds for OSX with built-in DependencyControl available, I tried to install by myself following the installation instructions but I can't get to make the script work. Can anyone help me to solve this problem? Her...
webbukkit/dynmap
554901815
Title: Redirect from "/" to "/index.html" does not properly use the domain from the host header Question: username_0: Affected versions: beta-10 **Previous and expected behavior:** If the root path on the builtin webserver is accessed, it will return a 302 redirect to "/index.html". The full URL passed in location...
knative/serving
1077505808
Title: Why one Dockerfile "Readiness probe failed:" and another do not? Question: username_0: kubectl version --short ``` Client Version: v1.22.2 Server Version: v1.21.1 ``` This Dockerfile give "Readiness probe failed": ``` # syntax=docker/dockerfile:1 FROM golang:1.17.2-alpine as builder WORKDIR /sour...
bumptech/glide
203792559
Title: Stop GIF animation after 1 or 2 loops Question: username_0: Couldn't find anything in the glide API to stop GIF animation after 1 or 2 loops similar to GIF animation in Google Allo to reduce processing, power consumption. Is there any method available? Answers: username_1: Look around `GifDrawable`, I think y...
SonarSonic/Sonar-Core
459272180
Title: Using breakBlock to drop items causes issues when moving blocks Question: username_0: Using Block.breakBlock like [here](https://github.com/SonarSonic/Sonar-Core/blob/1.12.2/src/main/java/sonar/core/common/block/SonarBlock.java#L77) to drop the item, can cause issues with mods that need to move or break items w...
ocadotechnology/hexagonjs
140953296
Title: Autocomplete: does not autocomplete... Question: username_0: The autocomplete no longer autocompletes, an error is thrown and the dropdown is not updated: `Uncaught TypeError: _.menu.dropdown._.dropdownContent is not a function` This should probably be using either a setter/getter to get the dropdown content ...
grails/grails-doc
760391898
Title: Broken Link In Docs Question: username_0: The docs at https://docs.grails.org/4.0.5/guide/gettingStarted.html#deployingAnApplication have an anchor tag with the text "list of known deployment issues` that points to https://grails.org/wiki/version/Deployment/92 which is a broken link. The source for that page i...
dma-ais/AisLib
407623375
Title: Another error : AisLib building Question: username_0: I tried your solution on a closed issue "AisLib is not building". The different error came up. [INFO] Scanning for projects... Downloading from dma-releases: http://repository-dma.forge.cloudbees.com/release/org/apache/maven/wagon/wagon-webdav-jackrabbi...
easy-swoole/pay
961335705
Title: 【支付宝】转账到支付宝账户 文档错误 Question: username_0: ``` $order = new \EasySwoole\Pay\AliPay\RequestBean\Transfer(); $order->setSubject('测试'); $order->setAmount('0.01'); /* 收款方账户类型。可取值: 1、ALIPAY_USERID:支付宝账号对应的支付宝唯一用户号。以2088开头的16位纯数字组成。 2、ALIPAY_LOGONID:支付...
neo-one-suite/neo-one
489917961
Title: Playground's NEO tracker instance doesn't work Question: username_0: ### Description The playground's local instance of NEO tracker doesn't seem to work. ### Steps to Reproduce 1. Go to the playground 2. `yarn neo-one build` 3. `yarn start` 4. Press a button like `console.log` on the homepage and se...
moleculerjs/moleculer
988446209
Title: Error when create project using NATS Straming transporter via molecular init project. Question: username_0: ## Prerequisites Please answer the following questions for yourself before submitting an issue. - [yes] I am running the latest version - [yes] I checked the documentation and found no answer - [...
kristijanhusak/laravel-form-builder
1063910537
Title: How to add data attribute to form element Question: username_0: I want a form input like this. `<input data-toggle="touchspin" type="text" >` I am new to this package but i haven't seen anything related to this in the docs. Answers: username_1: use `attr` option for field, like that ``` ->add ('tst', 'te...
apache/trafficcontrol
1098537270
Title: Update Server Capability Delivery Services table to use AG-Grid instead of jQuery "dataTables" Question: username_0: ## This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components: - Traffic Portal ## Current behavior: The `traffic_portal/app/src/common/modul...
PurpleI2P/i2pd
188264067
Title: Error while trying to install i2pd in ubuntu using sudo dpkg -i i2pd_2.10.0-1( )1_i386.deb Question: username_0: dpkg: error processing package i2pd (--install): dependency problems - leaving unconfigured Processing triggers for man-db (2.7.5-1) ... Processing triggers for ureadahead (0.100.0-19) ... ...
enactjs/agate-apps
361926003
Title: Valet Mode Question: username_0: Add valet mode option. This option would lock down certain apps and settings to prevent an unauthorized user from performing certain functions. Radio (and AC?) settings would revert to pre-valet mode when exiting valet mode. Answers: username_0: Going to downplay this for rig...
denoland/deno
549211237
Title: Transpile JS Compiler Flag Question: username_0: While we have been working on more feature rich Node.js compatability, like all the built in modules and a fuller featured `require()`. One of the common use cases is just simple conversion from CommonJS to ESM. This is something that Deno supports, but the a...
epam/cloud-pipeline
427807157
Title: All the installation assets shall be updated with cloud-specific parameters Question: username_0: The following items are being registered in the Cloud Pipeline during the *fresh* installation: * Docker images (`deploy/docker/cp-tools`) * Folder template (`deploy/docker/cp-api-srv/folder-templates`) * Pipeli...
bcgov/entity
592824496
Title: TBD Question: username_0: ## Description: Acceptance for a Task: - [ ] Requires deployments - [ ] Add/ maintain selectors for QA purposes - [ ] Test coverage acceptable - [ ] Linters passed - [ ] Peer Reviewed - [ ] PR Accepted - [ ] Production burn in completed Answers: username_0: ### Test Notes As per de...
aws-amplify/amplify-cli
741159876
Title: NullPointer in CognitoUser.sendMFACode when using CUSTOM_AUTH flow Question: username_0: **Describe the bug** I'm using `authenticationFlowType: 'CUSTOM_AUTH'` and have the 3 lambda triggers set up. I guess the important lambda would be the `DefineAuthChallenge`, which I've included the code below. When th...
andrewlock/NetEscapades.AspNetCore.SecurityHeaders
288428182
Title: `AddCustomHeader` throws misleading exception Question: username_0: ```csharp var collection = new HeaderPolicyCollection(); collection.AddCustomHeader(null, "asdf"); ``` The snippet above throws an `ArgumentNullException` with the following message: "Value cannot be null. ". This is misleading because i...
unlock-protocol/unlock
415378894
Title: Adding `view` only functions such as `name()` increase gas costs Question: username_0: **Describe the bug** Adding `external view` or `view` functions to the PublicLock contract seems to increase the gas costs for transactions such as `purchaseFor` and `transferFrom` by about 22 gas per view function. **To ...
onigetoc/m3u8-PHP-Parser
273243595
Title: fichier.php not found Question: username_0: I found a jsfiddle http://jsfiddle.net/username_1/d2ntn6x2/ of yours which appears to be the same with this but self-hosted. I just copied all the code and pasted them into separate files. After trying running the code and clicking the button I saw that error (fichier...
DynamoDS/DynamoRevit
320600758
Title: Rhythm failed to load. Error message Question: username_0: Hello everyone Could you help me solve this problem? Thank you very much Best regards to the community username_0 Error message System.IO.FileLoadException When I load the Rhythm mount, Version = 2018.3.15.0 I get 4 warnings with this info...
lizzieinvancouver/decsens
593997956
Title: title options Question: username_0: 1. The illusion of declining temperature sensitivity with warming 2. A simple explanation for declining temperature sensitivity with warming 3. As climate change accelerates biology, chasing statistical artifacts ensues Status: Issue closed Answers: username_0: Seems we'...
remyroy/CDDA-Game-Launcher
439725991
Title: Unhandled exception: [Enter a title] Question: username_0: * Description: [Enter what you did and what happened] * Version: 1.3.16 * OS: Windows-8.1-6.3.9600 (64-bit) * Type: `<class 'TypeError'>` * Value: '<' not supported between instances of 'NoneType' and 'str' * Traceback: ``` File "cddagl\ui.py",...
TypeStrong/ts-node
236000908
Title: Cache doesn't work properly with multithreaded usage Question: username_0: My team runs its test pass by forking off multiple parallel mocha processes. When these run over the same code base, one process sometimes picks up an empty file from the cache that another process is in the middle of writing. I beli...
Baseflow/flutter-permission-handler
912711776
Title: permissions.request() not called or not working Question: username_0: Hi , I'm using : permission_handler: ^8.0.1 , flutter doctor [✓] Flutter (Channel beta, 2.2.0, on macOS 11.3.1 20E241 darwin-x64, locale en-EG) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2) [✓] Xc...
wolfpet/kitchen
97158921
Title: ENH: Add syntax highlighting for [code] tags Question: username_0: add syntax *[code="language"]* that would get translated into ```html <pre><code="language">...</code></pre> ``` Use https://highlightjs.org/usage/ library Status: Issue closed Answers: username_0: Fixed (hosted version): https://gi...
MicrosoftDocs/azure-docs
742847182
Title: Why don’t you recommend using an existing Log Analytics Workspace? Question: username_0: Can you explain why you don't recommend you select an existing Log Analytics workspace if you have one already? [Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for d...
Intera/typo3-extension-authcode
561541446
Title: Extension is no longer compatible with TYPO3 v7 Question: username_0: The following commit: https://github.com/Intera/typo3-extension-authcode/commit/55da32abbabc897e8f30d8710215884fd7d7cb37?diff=split causes an Exception in TYPO3 v7: Uncaught TYPO3 Exception Class 'TYPO3\CMS\Core\Crypto\Random' not found...
tensorflow/tensorflow
455443093
Title: Polynomial Decay Document Page question Question: username_0: ## URL(s) with the issue: https://www.tensorflow.org/api_docs/python/tf/train/polynomial_decay Please provide a link to the documentation entry, for example: https://www.tensorflow.org/api_docs/python/tf/train/polynomial_decay ## Description of...
naglepuff/NagleChess
852846419
Title: Move class lacks constructors Question: username_0: Write constructors for the Move class. Choose sensible defaults for certain properties. By default a move should be a reversible one. Maybe a construction for each type of move would be useful? (can a move be both a pawn advancement and a capture?) Status:...
vtex-apps/store-discussion
717430672
Title: How can I get the promotion highlight with cluster client active? Question: username_0: **What are you trying to accomplish? Please describe.** I need to bring the price with my promotion. And this promotion has cluster client, but I need to show this in product page and summary, not just in the checkout. I...
lushen124/Universal-FE-Randomizer
435940751
Title: Settings result in negative base stats that wrap around Question: username_0: I'm using the new 0.8.4 version and using the "Retain Personal Bases" option on FE7. The Chapter 2 boss Glass has negative stats in the log, but they show up in game as very high stats. Here are screenshots of Glass and my settings wh...
tensorflow/tensorflow
240575628
Title: argument --learning_rate: conflicting option string: --learning_rate Question: username_0: Hi everyone, I'm currently learning how to user Tensorflow, but when I'm running the fully_connected_feed.py file from tensorflow website. It returns the following error: argument --learning_rate: conflicting option ...
RENCI/ctmd
733142430
Title: Explain expected behavior for true/false and yes/no in Study profile tab to Dawn Question: username_0: I was able to upload study profile data that include YES/NO or TRUE/FALSE data. However, it doesn't seem to display that data when you click on the little green button to the right (STUDIES/clipboard tab), wh...
FX-Examples/FX-SaaS-Example-Project-1
366289097
Title: FX-Examples : ApiV1UsersPutAnonymousInvalid Question: username_0: Project : username_0 Job : Example_Project_1_Env Env : Example_Project_1_Env Region : FXLabs/US_WEST_1 Result : fail Status Code : 200 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Contro...
wri/gfw-mapbuilder
474214258
Title: Implement redesign for multiple selected features Question: username_0: - [ ] Dropdown -- display layer names (`count of features` e.g. 5) - [ ] If a user closes out of a feature via "x" button and there is only 1 feature in that layer, then it should default to the next layer set Answers: username_1: @usernam...
ampproject/amphtml
158402564
Title: Make it easier to determine what when to prod when Question: username_0: We have two main issues right now we should fix: 1. When we patch a release, the release notes do not point to the original release. We should have a link to the release it is based on. 2. We should make a note in the release notes for...
cybertec-postgresql/pg_timetable
827926725
Title: Error "x509: certificate signed by unknown authority" in SendMail task from Docker Question: username_0: **Describe the bug** If a chain uses `SendMail` task and `pg_timetable` is launched from Docker error occurs: **To Reproduce** Steps to reproduce the behavior: 1. Create the chain with SendMail task, e...
cqframework/clinical_quality_language
1149435117
Title: Improve selector capability with FHIR Question: username_0: Consider the following expression: ```cql define TestQuestionnaireResponse: QuestionnaireResponse { "id": id('phq-9-questionnaireresponse'), "questionnaire": canonical('http://somewhere.org/fhir/uv/mycontentig/Questionnaire/phq-9-quest...
openSUSE/doc-ci
926674322
Title: The coupling of validation and list-images-missing is problematic Question: username_0: The gha-select-dcs optimizes the list of documents to validate within a repo, so we validate as few times as possible. That optimization is correct for `daps validate` itself, as XML validation validates all parts of the cur...
Azure/azure-cli
938620183
Title: Support for global input param x-ms-correlation-request-id ... Question: username_0: We have set of related az commands that needs to be run for completing the user scenario. We are looking to track all those requests as group for logging / debugging perspective using "x-ms-correlation-request-id". This header ...
kubernetes-sigs/kind
950426109
Title: Cluster creation with more than 1 node fails on Mac with docker desktop Question: username_0: ... ✗ Joining worker nodes 🚜 ERROR: failed to create cluster: failed to join node with kubeadm: command "docker exec --privileged kind-prometheus-operator-worker kubeadm join --config /kind/kubeadm.conf --skip-phase...
citation-file-format/citation-file-format
518631305
Title: Regular expression for DOIs too narrow Question: username_0: I use the DOI `10.1093/llc/fqu057`in one of my citation files. The validator complaints that the DOI does not match a regular expression and is invalid. This is not true, the DOI can be resolved without issues: http://doi.org/10.1093/llc/fqu057 Va...
skipperbent/tinder-php-sdk
276168533
Title: login with authToken Question: username_0: Hi, I know someone managed to login to tinder by authToken (e.g. <PASSWORD>). I can collect authToken with help of this sdk, now how can I authenticate with authToken? thanks in advance. Answers: username_0: Removing authenticate function and set authToken from ...
nullforces/awful
313132731
Title: 新闻最好贴更正式一点的链接,如有后续也可贴上 Question: username_0: 非常好的网页,因为有的直接指向人,不妨寻找更正式的新闻来源 比如:青岛求实: - [一名女大学生的非正常死亡](http://zqb.cyol.com/html/2012-11/21/nw.D110000zgqnb_20121121_2-07.htm) - [青岛求实学院相关负责人被追责](http://zqb.cyol.com/html/2012-11/23/nw.D110000zgqnb_20121123_3-07.htm) 另外, 事件的后续也很重要,比如王攀事件: - [武汉理工回应研究生坠亡事...
vlaksuga/chinyoung
484417882
Title: about 본문 내용 변경 Question: username_0: 기존내용 삭제, 해당글로 본문 변경 --------------------------- 지난 수십년간 비약적인 기술개발로 진화를 거듭해온 '타일'은 이제 더 이상 우리가 알던 그 '타일'이 아닙니다. 인테리어 마감재를 넘어 건축물의 외장재로, 테이블이나 주방가구 등 카운터 상판, 혹은 가구 마감재로 타일의 사용처는 끊임없이 확장되고 있습니다. (주)진영코리아는 이탈리아 타일 전문 수입공급원으로 파나리아 그룹(PANARIA GROUP)의 코토데스테(COTTO D'ESTE)를 비...
Chlorie/ChloroBlog
479272937
Title: 无限长序列、惰性计算与C++(1) – ChloroBlog Question: username_0: https://chlorie.github.io/ChloroBlog/posts/2019-08-10/range-1.html 能鸽善鹉者的领域 Answers: username_1: '''C++ using Intellichloire; ''' username_2: 无限循环太屑了( 在函数里定义struct太屑了( 不好好用class封装数据太屑了( sentinel() != iterator()无定义太屑了( **第六段代码把struct iterator打成struct i...
annkissam/rummage_phoenix
471490290
Title: Live View support Question: username_0: Live View support would be a pretty nice addition for 2.0 A `scrivener_html` fork does this pretty simply: https://github.com/montebrown/scrivener_html/commit/5d403292c6c4bf07f2bf5b9bba3723d6eac05c8a#diff-4dfa7434880f68cff9ac0e604f73904aR399 Thoughts?
connectivedx/fuzzy-chainsaw
186343546
Title: Release name patterns? Question: username_0: In effort to have a conversation recklessly early, I purpose types of fabrics for our release names: https://en.wikipedia.org/wiki/List_of_fabrics Burlap, Leather, and Nylon, oh my! Answers: username_0: https://github.com/username_0/fuzzy-agnomen This exists now,...
diffusionkinetics/open
650629351
Title: Perform IO in eval block Question: username_0: I would like an eval block to display the result after some IO. I tried using ````haskell ```haskell top hide -- Required to run and display IO instance (Show a) => AskInliterate (IO a) where askInliterate = answerWith (show . unsafePerformIO) ``` `...
statisticalbiotechnology/triqler
418585660
Title: What other search scores we can use for Triqler? Question: username_0: Hi Matt, For the searchScore column in the input file, except for percolator score, what other search scores we can use here, for example, if we use MaxQuant, can I use the Score column from MSMS.txt file? Best, Weixian Answers: user...
barryvdh/laravel-httpcache
501875044
Title: Laravel 5.8 and Laravel 6.0 esi tag issue Question: username_0: Whenever I try to include an esi tag block like this `<input type="hidden" name="_token" value="<esi:include src="{{ url('csrf') }}" />">` or Like this `<esi:include src="{{ url('csrf') }}" />` it is giving me fatal error of **Maximum f...
clearlinux/distribution
1174283094
Title: Package request for CoreFreq Question: username_0: Official package name: **_CoreFreq_** License (must be an OSI approved Open Source license): GPL2 Download URL of latest release: [`1.90.1`](https://github.com/username_0/CoreFreq/releases/tag/1.90.1) Latest release date (must be recent): Mar 5, 2022 ...
cypress-io/cypress
699200041
Title: CYPRESS_PROJECT_ID seems to be a reserved environment variable Question: username_0: <!-- Is this a question? Questions WILL BE CLOSED. Ask in our chat https://on.cypress.io/chat --> ### Current behavior: I expected that the same way I can pass `CYPRESS_FOO` that `CYPRESS_PROJECT_ID` will also automatica...
koenbollen/jl
727865689
Title: Elastic 'common schema' support? Question: username_0: Elastic.co has a 'common schema' that they encourage, and it'd be nice if the format was understood by jl. Spec: https://www.elastic.co/guide/en/ecs/current/index.html Sample line: ```json { "service": { "name": "gunicorn" }, "@timestamp": "20...
pingcap/tidb
623020092
Title: Slow log missing cost time/backoff time in BatchGetChecker/IndexValueGet/PointGet Question: username_0: ## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) <!-- a step by step guide for reproducing the bug. --> ### 2. What did yo...
twpayne/chezmoi
571052834
Title: homebrew assets are missing completion files Question: username_0: ## Describe the bug The homebrew assets are missing completion files ``` ==> Upgrading username_1/taps/chezmoi ==> Downloading https://github.com/username_1/chezmoi/releases/download/v1.7.14/chezmoi_1.7.14_linux_amd64.tar.gz ==> Downlo...
scylladb/scylla-doc-issues
622294459
Title: Issue in page Kafka Sink Connector Quickstart Question: username_0: I would like to report an issue in page http://docs.scylladb.com/using-scylla/integrations/kafka-connector ### Problem and Solution There's some small typos which have an easy fix. In the standalone mode JSON, the configuration file ha...
jrobie8385/codecademy-ColmarAcademy
335633739
Title: Great job adding controls on your video! Question: username_0: Seen here: https://github.com/jrobie8385/codecademy-ColmarAcademy/blob/1e58959a10d2c0a259fe772de6fbdca09d851081/index.html#L133-L135 I like how you chose to add these here. If you want to challenge yourself a little, I recommend incorporating aut...
FriendsOfREDAXO/uploader
695418486
Title: Rotate image when exif orientation is set Question: username_0: Hallo Leute. Ich schreibe einfach mal auf Deutsch, da ich das Problem dann besser beschreiben kann. Ich habe in 2017 das Problem unter Redaxo 4 gehabt, dass die Bildorientierung bei einigen Bildern nicht korrekt war: https://www.redaxo.o...
ISA-tools/stato
729987808
Title: annotating a data science workflow with STATO Question: username_0: Hello, Thanks for creating a great resource! I am wondering whether STATO could be used to annotate data science workflows including a set of data objects and their transformations. To take a simple case, starting from gene expression sampl...
adventistchurch/alps
219544060
Title: News related templates have the same content Question: username_0: All 5 of the news related templates have the same content in them: - https://alps.adventist.io/public/?p=pages-news - https://alps.adventist.io/public/?p=pages-news-article-minimal - https://alps.adventist.io/public/?p=pages-news-article-rtl ...
dbeaver/dbeaver
402536097
Title: Export / Data Transfer to new Vertica table not working. Question: username_0: <!-- Thank you for reporting an issue. *IMPORTANT* - *before* creating a new issue please look around: - DBeaver documentation: https://github.com/dbeaver/dbeaver/wiki and - open issues in Github tracker: https://github.co...
dherault/serverless-offline
448879447
Title: Serverless: Testing Strategies Spikes Question: username_0: 1. Write a framework over serverless to do integration testing by calling sls invoke local 2. Check solutions like running lambda locally with framework like serverless-offline / 3. Check framework which will take existing swagger file and run test ca...
FlowCrypt/flowcrypt-android
469061794
Title: There was a syncing problem Question: username_0: I opened the app after some time of inactivity. Then I opened a message. ![Screenshot_2019-07-16-21-30-44-574_com flowcrypt email](https://user-images.githubusercontent.com/6306961/61360588-42acca80-a86e-11e9-85e2-04d77019a911.png) Retrying with the but...
ChristianRiesen/otp
414149898
Title: Composer now requires random_compat v99.99.99 Question: username_0: Hey @username_1 I haven't yet looked into this for long enough to understand why, but the change in #32 appears to end up requiring password_compat v99.99.99. I guess it's something to do with this? https://github.com/paragonie/random...
Azure/azure-xplat-cli
114233897
Title: ARM: `azure network traffic-manager profile endpoint create` throws Error Question: username_0: ``` azure network traffic-manager profile endpoint create test-roman-group MyTM MyEndpoint eastus -y externalEndpoint -e myendptdns.azure.com -u Enabled -w 100 -p 322 info: Executing command network traffic-man...
massenergize/frontend-admin
622156953
Title: Put Cadmin Instruction Videos on Cadmin Interface Question: username_0: The cadmin instruction videos (can currently be found in the MEServices shared drive--> Training--> Cadmin instruction videos) should live in the information (?) icon on top left of interface and also on the dashboard at the very bottom as ...
Darinth/PetCommandOh
957093540
Title: Actions to set pet behvaior (Passive, defensive, aggressive) Question: username_0: Unsure if this is doable within the level of effort I'd like to put into this, but at least look into how AI controls different behaviors and see if it's easy to manipuate some of this to control how pets will react.
dgobbi/vtk-dicom
703698300
Title: Dealing with RescaleSlope in MRI Question: username_0: The modality LUT is not part of the MR IOD, but some manufacturers (e.g. Philips) include RescaleSlope and RescaleIntercept in quantitative MR images. Their purpose is not to add a modality LUT, but rather to achieve something similar to real-world value m...
facebook/metro
432136653
Title: unable to resolve path outside root directory Question: username_0: <!-- *Before creating an issue please make sure you are using the latest version of Metro, try re-installing your node_modules folder and run Metro once with `--reset-cache` to see if that fixes the problem you are experiencing.* --> **Do yo...
pombase/curation
595923517
Title: review GO:0006348 | chromatin silencing at telomere Question: username_0: chp2 | ↑is_a GO:0006348 | chromatin silencing at telomere | IMP |   | Thon G et al. (2000) | 6 -- | -- | -- | -- | -- | -- | -- hst4 |   | IMP |   | Freeman-Cook LL et al. (1999) pcu4 |   | IMP |   | Jia S et al. (2005) raf1 |   | IMP...
teloxide/teloxide
882654341
Title: Feature Request: `#[command(hidden)]` Question: username_0: It would be nice if we had something like `#[command(hidden)]` which tells `#[derive(BotCommand)]` not to print the command description out of `BotCommand::descriptions`. Answers: username_1: Honestly, the usefulness of `BotCommand::descriptions` is s...
rust-lang-nursery/lazy-static.rs
244709129
Title: Thread-local lazy static Question: username_0: `lazy_static` and std's `thread_local` are very similar concepts, but `lazy_static`s interface (with `Deref`) is much nicer. I think it should be possible to implement a thread-local version of lazy_static. Answers: username_1: Indeed, some consistency between the...
igvteam/igv
203132745
Title: Feature request: Autoscale to Maximum Question: username_0: What I would find useful is if I could select multiple tracks and set them to autoscale to the maximum (in given view) of the track with the highest signal. <img width="900" alt="screen shot 2017-01-25 at 10 20 54" src="https://cloud.githubuserco...
End of preview.

No dataset card yet

Downloads last month
56