Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 7 112 | repo_url stringlengths 36 141 | action stringclasses 3
values | title stringlengths 1 744 | labels stringlengths 4 574 | body stringlengths 9 211k | index stringclasses 10
values | text_combine stringlengths 96 211k | label stringclasses 2
values | text stringlengths 96 188k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7,556 | 10,678,413,434 | IssuesEvent | 2019-10-21 17:13:42 | googleapis/gapic-generator-go | https://api.github.com/repos/googleapis/gapic-generator-go | closed | chore: Update samplegen readme | type: process | To include:
- how to pass in sample config when running as a standalone program
- how to include samples when running as a protoc plugin/docker image
- how to generate samples only when running as a protoc plugin/docker image | 1.0 | chore: Update samplegen readme - To include:
- how to pass in sample config when running as a standalone program
- how to include samples when running as a protoc plugin/docker image
- how to generate samples only when running as a protoc plugin/docker image | process | chore update samplegen readme to include how to pass in sample config when running as a standalone program how to include samples when running as a protoc plugin docker image how to generate samples only when running as a protoc plugin docker image | 1 |
83,683 | 15,712,475,804 | IssuesEvent | 2021-03-27 12:17:28 | emilykaldwin1827/goof | https://api.github.com/repos/emilykaldwin1827/goof | closed | WS-2016-0075 (Medium) detected in moment-2.15.1.tgz | security vulnerability | ## WS-2016-0075 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.15.1.tgz</b></p></summary>
<p>Parse, validate, manipulate, and display dates</p>
<p>Library home page: <a hre... | True | WS-2016-0075 (Medium) detected in moment-2.15.1.tgz - ## WS-2016-0075 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.15.1.tgz</b></p></summary>
<p>Parse, validate, manipula... | non_process | ws medium detected in moment tgz ws medium severity vulnerability vulnerable library moment tgz parse validate manipulate and display dates library home page a href path to dependency file goof package json path to vulnerable library goof node modules moment packa... | 0 |
8,546 | 11,723,366,200 | IssuesEvent | 2020-03-10 08:58:56 | scikit-learn/scikit-learn | https://api.github.com/repos/scikit-learn/scikit-learn | closed | OneHotEncoder drop 'if_binary' drop one column from all categorical variables | Bug module:preprocessing | #### Describe the bug
The `drop` parameter in `OneHotEncoder` when set to `if_binary` drops one column from all categorical variables not only binary variables.
I need this option in #15706, therefore I would like to propose a PR unless @rushabh-v would take care of this.
#### Steps/Code to Reproduce
```
impor... | 1.0 | OneHotEncoder drop 'if_binary' drop one column from all categorical variables - #### Describe the bug
The `drop` parameter in `OneHotEncoder` when set to `if_binary` drops one column from all categorical variables not only binary variables.
I need this option in #15706, therefore I would like to propose a PR unless @... | process | onehotencoder drop if binary drop one column from all categorical variables describe the bug the drop parameter in onehotencoder when set to if binary drops one column from all categorical variables not only binary variables i need this option in therefore i would like to propose a pr unless rush... | 1 |
11,254 | 14,020,254,779 | IssuesEvent | 2020-10-29 19:23:59 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Start Process on remote machine | api-suggestion area-System.Diagnostics.Process untriaged | ## Background and Motivation
there are some workarounds to launch a Process on a remote machine like:
psexec
https://stackoverflow.com/questions/25782308/execute-exe-on-remote-machine
con: requires external binaries
wmi
https://stackoverflow.com/questions/428276/how-to-execute-a-command-in-a-remote-computer
... | 1.0 | Start Process on remote machine - ## Background and Motivation
there are some workarounds to launch a Process on a remote machine like:
psexec
https://stackoverflow.com/questions/25782308/execute-exe-on-remote-machine
con: requires external binaries
wmi
https://stackoverflow.com/questions/428276/how-to-exec... | process | start process on remote machine background and motivation there are some workarounds to launch a process on a remote machine like psexec con requires external binaries wmi con just works on windows ssh con just works with ssh but there is no buildin way to do it and certainly no way t... | 1 |
372,347 | 11,012,989,279 | IssuesEvent | 2019-12-04 19:29:14 | openmsupply/mobile | https://api.github.com/repos/openmsupply/mobile | closed | Wizard component | Bug: development Docs: not needed Effort: small Feature Module: dispensary Priority: high | ## Is your feature request related to a problem? Please describe.
We don't have a Wizard component
## Describe the solution you'd like
A component which integrates the two components #1598 and #1597 into a single component for a wizard
## Describe alternatives you've considered
N/A
## Additional conte... | 1.0 | Wizard component - ## Is your feature request related to a problem? Please describe.
We don't have a Wizard component
## Describe the solution you'd like
A component which integrates the two components #1598 and #1597 into a single component for a wizard
## Describe alternatives you've considered
N/A
... | non_process | wizard component is your feature request related to a problem please describe we don t have a wizard component describe the solution you d like a component which integrates the two components and into a single component for a wizard describe alternatives you ve considered n a add... | 0 |
10,013 | 13,043,882,778 | IssuesEvent | 2020-07-29 02:56:37 | tikv/tikv | https://api.github.com/repos/tikv/tikv | closed | UCP: Migrate scalar function `DayOfWeek` from TiDB | challenge-program-2 component/coprocessor difficulty/easy sig/coprocessor |
## Description
Port the scalar function `DayOfWeek` from TiDB to coprocessor.
## Score
* 50
## Mentor(s)
* @lonng
## Recommended Skills
* Rust programming
## Learning Materials
Already implemented expressions ported from TiDB
- https://github.com/tikv/tikv/tree/master/components/tidb_query/src/rpn_expr)
... | 2.0 | UCP: Migrate scalar function `DayOfWeek` from TiDB -
## Description
Port the scalar function `DayOfWeek` from TiDB to coprocessor.
## Score
* 50
## Mentor(s)
* @lonng
## Recommended Skills
* Rust programming
## Learning Materials
Already implemented expressions ported from TiDB
- https://github.com/tikv/t... | process | ucp migrate scalar function dayofweek from tidb description port the scalar function dayofweek from tidb to coprocessor score mentor s lonng recommended skills rust programming learning materials already implemented expressions ported from tidb | 1 |
4,247 | 3,004,916,478 | IssuesEvent | 2015-07-26 12:59:26 | brian-team/brian2 | https://api.github.com/repos/brian-team/brian2 | opened | Simplify templates? | component: codegen | With all the blocks and derivations they're a little bit difficult to understand at the moment. On the other hand, the use of template extensions and macros makes them more generic and derivable, so maybe it should be left as it is, just explained better? | 1.0 | Simplify templates? - With all the blocks and derivations they're a little bit difficult to understand at the moment. On the other hand, the use of template extensions and macros makes them more generic and derivable, so maybe it should be left as it is, just explained better? | non_process | simplify templates with all the blocks and derivations they re a little bit difficult to understand at the moment on the other hand the use of template extensions and macros makes them more generic and derivable so maybe it should be left as it is just explained better | 0 |
355,802 | 10,585,035,416 | IssuesEvent | 2019-10-08 16:36:37 | googleapis/google-cloud-dotnet | https://api.github.com/repos/googleapis/google-cloud-dotnet | closed | Synthesis failed for Google.Cloud.WebRisk.V1Beta1 | autosynth failure priority: p1 type: bug | Hello! Autosynth couldn't regenerate Google.Cloud.WebRisk.V1Beta1. :broken_heart:
Here's the output from running `synth.py`:
```
Cloning into 'working_repo'...
Switched to branch 'autosynth-Google.Cloud.WebRisk.V1Beta1'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--'... | 1.0 | Synthesis failed for Google.Cloud.WebRisk.V1Beta1 - Hello! Autosynth couldn't regenerate Google.Cloud.WebRisk.V1Beta1. :broken_heart:
Here's the output from running `synth.py`:
```
Cloning into 'working_repo'...
Switched to branch 'autosynth-Google.Cloud.WebRisk.V1Beta1'
Running synthtool
['/tmpfs/src/git/autosynth/e... | non_process | synthesis failed for google cloud webrisk hello autosynth couldn t regenerate google cloud webrisk broken heart here s the output from running synth py cloning into working repo switched to branch autosynth google cloud webrisk running synthtool synthtool executing tmpfs src git autosyn... | 0 |
575 | 3,041,277,535 | IssuesEvent | 2015-08-07 20:18:02 | mitchellh/packer | https://api.github.com/repos/mitchellh/packer | closed | Variables do not work in compress post-processor | bug interpolation post-processor/compress | This is occurring on Mac OS X, with Packer 0.8.1:
My post-processors config section looks like this:
```
"post-processors": [
{
"type": "vagrant",
"keep_input_artifact": true,
"output": "{{.BuildName}}.box",
"vagrantfile_template": "vagrantfile-windows_2008_r2.template"
},
... | 1.0 | Variables do not work in compress post-processor - This is occurring on Mac OS X, with Packer 0.8.1:
My post-processors config section looks like this:
```
"post-processors": [
{
"type": "vagrant",
"keep_input_artifact": true,
"output": "{{.BuildName}}.box",
"vagrantfile_template... | process | variables do not work in compress post processor this is occurring on mac os x with packer my post processors config section looks like this post processors type vagrant keep input artifact true output buildname box vagrantfile template... | 1 |
322,864 | 9,829,432,276 | IssuesEvent | 2019-06-15 20:44:38 | marklogic/marklogic-data-hub | https://api.github.com/repos/marklogic/marklogic-data-hub | closed | arrow labels between entity can get hidden behind boxes | Component:QuickStart bug priority:low | It would seem that the Entities view in QuickStart has a problem with the placement of labels on lines connecting entities.
When running the tutorial, I created the Order and Product entities, as directed. QuickStart wants to render an arrow from Order to Product. Fine.
However, I ended moving the entities around be... | 1.0 | arrow labels between entity can get hidden behind boxes - It would seem that the Entities view in QuickStart has a problem with the placement of labels on lines connecting entities.
When running the tutorial, I created the Order and Product entities, as directed. QuickStart wants to render an arrow from Order to Prod... | non_process | arrow labels between entity can get hidden behind boxes it would seem that the entities view in quickstart has a problem with the placement of labels on lines connecting entities when running the tutorial i created the order and product entities as directed quickstart wants to render an arrow from order to prod... | 0 |
18,777 | 24,678,890,034 | IssuesEvent | 2022-10-18 19:25:58 | dtcenter/MET | https://api.github.com/repos/dtcenter/MET | opened | Investigate `ascii2nc_airnow_hourly` test in unit_ascii2nc.xml | type: bug alert: NEED ACCOUNT KEY requestor: METplus Team MET: PreProcessing Tools (Point) priority: high | ## Describe the Problem ##
During review of #2294 for issue #2276, a problem was discovered in the output of the `ascii2nc_airnow_hourly` test in unit_ascii2nc.xml. The output file created by this test (HourlyData_20220312.nc) contains values of Infinity (`Inf`). While the GHA run for that PR did increase the occurren... | 1.0 | Investigate `ascii2nc_airnow_hourly` test in unit_ascii2nc.xml - ## Describe the Problem ##
During review of #2294 for issue #2276, a problem was discovered in the output of the `ascii2nc_airnow_hourly` test in unit_ascii2nc.xml. The output file created by this test (HourlyData_20220312.nc) contains values of Infinity... | process | investigate airnow hourly test in unit xml describe the problem during review of for issue a problem was discovered in the output of the airnow hourly test in unit xml the output file created by this test hourlydata nc contains values of infinity inf while the gha run for that pr d... | 1 |
1,082 | 3,546,949,667 | IssuesEvent | 2016-01-20 06:44:45 | deb-sandeep/JoveNotesWebApp | https://api.github.com/repos/deb-sandeep/JoveNotesWebApp | opened | Introduction of @exercise type | enhancement jove_notes_db jove_notes_grammar jove_notes_processor jove_notes_server jove_notes_ui | ## Support for exercise questions
### Background
In its current form JoveNotes is primarily focused towards the bulk of study for K1-8 classes - retention and recollection (RnR). However as we move towards classes XI and beyond, there is a marked shift in focus towards applicability and problem solving.
This en... | 1.0 | Introduction of @exercise type - ## Support for exercise questions
### Background
In its current form JoveNotes is primarily focused towards the bulk of study for K1-8 classes - retention and recollection (RnR). However as we move towards classes XI and beyond, there is a marked shift in focus towards applicability... | process | introduction of exercise type support for exercise questions background in its current form jovenotes is primarily focused towards the bulk of study for classes retention and recollection rnr however as we move towards classes xi and beyond there is a marked shift in focus towards applicability ... | 1 |
146,476 | 5,622,385,433 | IssuesEvent | 2017-04-04 12:42:38 | projectcalico/felix | https://api.github.com/repos/projectcalico/felix | closed | Spurious warning during resync period | priority/P3 | Depending on the order that updates arrive from the Syncer during a resync, we may log this warning for a profile that does exist but hasn't arrived yet:
```
Mar 13 16:46:11 smc-felix-scale-test calico-felix[28936]: WARNING active_rules_calculator.go 260: Profile not known or invalid, generating dummy profile that dr... | 1.0 | Spurious warning during resync period - Depending on the order that updates arrive from the Syncer during a resync, we may log this warning for a profile that does exist but hasn't arrived yet:
```
Mar 13 16:46:11 smc-felix-scale-test calico-felix[28936]: WARNING active_rules_calculator.go 260: Profile not known or i... | non_process | spurious warning during resync period depending on the order that updates arrive from the syncer during a resync we may log this warning for a profile that does exist but hasn t arrived yet mar smc felix scale test calico felix warning active rules calculator go profile not known or invalid gene... | 0 |
376,831 | 26,219,444,878 | IssuesEvent | 2023-01-04 13:45:55 | Textualize/textual | https://api.github.com/repos/Textualize/textual | closed | Docs: Improve mkdocs Checkbox Styling | documentation | The current styling of mkdocs material theme uses a gray circle with a white check inside of it for an unchecked checkbox, this is confused with the checked checkbox that has a styling of a green circle with a white check inside of it.
Example:
 or we could do a single component at a time to get our feet wet. Since `hedera-mirror-grpc` ... | 1.0 | Helm Chart - **Problem**
We need to accelerate our deployment process and moving to Kubernetes would help us with that goal. We could do all of the mirror node migration at [once](https://github.com/hashgraph/hedera-mirror-node/issues/346) or we could do a single component at a time to get our feet wet. Since `hedera-... | process | helm chart problem we need to accelerate our deployment process and moving to kubernetes would help us with that goal we could do all of the mirror node migration at or we could do a single component at a time to get our feet wet since hedera mirror grpc is a new project for hcs that s not in production ... | 1 |
19,364 | 25,493,329,990 | IssuesEvent | 2022-11-27 11:12:24 | altillimity/SatDump | https://api.github.com/repos/altillimity/SatDump | closed | Metop demod failure with message "expected >" | bug Processing | **Description of the issue**
When decoding a 4 MHz baseband of a Metop B pass, SatDump will fail with a cryptic error message "expected >".
No other message is shown and there appears to be nothing useful in the log either.
The only thing that gets produced is a single admin message and a cadu file (that does open... | 1.0 | Metop demod failure with message "expected >" - **Description of the issue**
When decoding a 4 MHz baseband of a Metop B pass, SatDump will fail with a cryptic error message "expected >".
No other message is shown and there appears to be nothing useful in the log either.
The only thing that gets produced is a sing... | process | metop demod failure with message expected description of the issue when decoding a mhz baseband of a metop b pass satdump will fail with a cryptic error message expected no other message is shown and there appears to be nothing useful in the log either the only thing that gets produced is a sing... | 1 |
167,723 | 26,539,992,425 | IssuesEvent | 2023-01-19 18:26:19 | NASA-AMMOS/aerie-ui | https://api.github.com/repos/NASA-AMMOS/aerie-ui | opened | Design how to display event relative planning relationships in the side panel | design | There isn't an approach for showing relative links in the side panel. We could consider doing something similar to decomposition, or take a different approach if more appropriate. We should take into consideration how someone gets to this view, and how they navigate between the activity instance details and this inform... | 1.0 | Design how to display event relative planning relationships in the side panel - There isn't an approach for showing relative links in the side panel. We could consider doing something similar to decomposition, or take a different approach if more appropriate. We should take into consideration how someone gets to this v... | non_process | design how to display event relative planning relationships in the side panel there isn t an approach for showing relative links in the side panel we could consider doing something similar to decomposition or take a different approach if more appropriate we should take into consideration how someone gets to this v... | 0 |
12,864 | 15,254,278,524 | IssuesEvent | 2021-02-20 11:19:19 | arunkumar9t2/scabbard | https://api.github.com/repos/arunkumar9t2/scabbard | closed | build problem when plugin is enabled (dagger.releasablereferences @CanReleaseReferences) | module:processor | I have this problem when the plugin is enabled.
> A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution
> java.lang.reflect.InvocationTargetException (no error message)
and when i build with --stacktrace . this is the details.
> Caused by: java.lang.NoClassDefFoundError: dag... | 1.0 | build problem when plugin is enabled (dagger.releasablereferences @CanReleaseReferences) - I have this problem when the plugin is enabled.
> A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution
> java.lang.reflect.InvocationTargetException (no error message)
and when i build w... | process | build problem when plugin is enabled dagger releasablereferences canreleasereferences i have this problem when the plugin is enabled a failure occurred while executing org jetbrains kotlin gradle internal kaptexecution java lang reflect invocationtargetexception no error message and when i build w... | 1 |
56,311 | 8,066,542,918 | IssuesEvent | 2018-08-04 17:05:40 | chartjs/Chart.js | https://api.github.com/repos/chartjs/Chart.js | closed | Flex mode in bar chart not documented | type: documentation | @nagix I was trying to review your PR https://github.com/chartjs/Chart.js/pull/4658. Sorry for the delay!
I was having a lot of difficulty because I'm not too familiar with the bar code and it's been a long time since I've looked at it. I noticed some missing documentation. I'd like to add it first to make sure I un... | 1.0 | Flex mode in bar chart not documented - @nagix I was trying to review your PR https://github.com/chartjs/Chart.js/pull/4658. Sorry for the delay!
I was having a lot of difficulty because I'm not too familiar with the bar code and it's been a long time since I've looked at it. I noticed some missing documentation. I'... | non_process | flex mode in bar chart not documented nagix i was trying to review your pr sorry for the delay i was having a lot of difficulty because i m not too familiar with the bar code and it s been a long time since i ve looked at it i noticed some missing documentation i d like to add it first to make sure i underst... | 0 |
284,360 | 8,737,623,887 | IssuesEvent | 2018-12-11 23:16:04 | linux-audit/audit-kernel | https://api.github.com/repos/linux-audit/audit-kernel | closed | RFE: group all audit task parameters together | enhancement priority/low | Move all audit-related task parameters out of struct task_struct into a dedicated structure allocated at task creation. At the moment this includes loginuid, sessionid and audit_context. | 1.0 | RFE: group all audit task parameters together - Move all audit-related task parameters out of struct task_struct into a dedicated structure allocated at task creation. At the moment this includes loginuid, sessionid and audit_context. | non_process | rfe group all audit task parameters together move all audit related task parameters out of struct task struct into a dedicated structure allocated at task creation at the moment this includes loginuid sessionid and audit context | 0 |
10,405 | 13,204,215,960 | IssuesEvent | 2020-08-14 15:30:09 | MicrosoftDocs/azure-devops-docs | https://api.github.com/repos/MicrosoftDocs/azure-devops-docs | closed | Document describes a feature which is not finished | Pri2 devops-cicd-process/tech devops/prod doc-bug | Just found out the feature is not actually finished:
https://developercommunity.visualstudio.com/content/problem/954120/pipeline-trigger-unexpected-value-trigger.html
Thanks for waisting my time.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue lin... | 1.0 | Document describes a feature which is not finished - Just found out the feature is not actually finished:
https://developercommunity.visualstudio.com/content/problem/954120/pipeline-trigger-unexpected-value-trigger.html
Thanks for waisting my time.
---
#### Document Details
⚠ *Do not edit this section. It ... | process | document describes a feature which is not finished just found out the feature is not actually finished thanks for waisting my time document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id ... | 1 |
4,772 | 7,642,062,480 | IssuesEvent | 2018-05-08 07:58:44 | Bw2801/environment | https://api.github.com/repos/Bw2801/environment | opened | Sleep in while loop | enhancement processor | Add a `Thread.sleep` statement in the while loop which keeps the processor running to lower the CPU consumption. | 1.0 | Sleep in while loop - Add a `Thread.sleep` statement in the while loop which keeps the processor running to lower the CPU consumption. | process | sleep in while loop add a thread sleep statement in the while loop which keeps the processor running to lower the cpu consumption | 1 |
19,662 | 26,024,539,202 | IssuesEvent | 2022-12-21 15:17:53 | hashgraph/hedera-mirror-node | https://api.github.com/repos/hashgraph/hedera-mirror-node | closed | Retain the old automated release workflow | bug process | ### Problem
We need to retain the old automated release workflow which uses maven build system for a while until we are confident that no more patch releases are needed for <= 0.70
### Solution
add the old automated release github wokflow back
### Alternatives
_No response_ | 1.0 | Retain the old automated release workflow - ### Problem
We need to retain the old automated release workflow which uses maven build system for a while until we are confident that no more patch releases are needed for <= 0.70
### Solution
add the old automated release github wokflow back
### Alternatives
_No respon... | process | retain the old automated release workflow problem we need to retain the old automated release workflow which uses maven build system for a while until we are confident that no more patch releases are needed for solution add the old automated release github wokflow back alternatives no respons... | 1 |
337,228 | 24,531,665,361 | IssuesEvent | 2022-10-11 16:57:30 | elastic/apm-aws-lambda | https://api.github.com/repos/elastic/apm-aws-lambda | closed | Create dedicated book and make docs Elastic Stack version independent | documentation Team:Docs aws-λ-extension | Similar to how docs work for apm agents, let's introduce a separate lambda extension docs books.
This is important to
* better document features introduced in specific versions
* remove the stack version branches from the repository and the requirement to backport docs changes
* have better support for extensio... | 1.0 | Create dedicated book and make docs Elastic Stack version independent - Similar to how docs work for apm agents, let's introduce a separate lambda extension docs books.
This is important to
* better document features introduced in specific versions
* remove the stack version branches from the repository and the ... | non_process | create dedicated book and make docs elastic stack version independent similar to how docs work for apm agents let s introduce a separate lambda extension docs books this is important to better document features introduced in specific versions remove the stack version branches from the repository and the ... | 0 |
8,598 | 11,759,008,525 | IssuesEvent | 2020-03-13 16:26:24 | nltk/nltk | https://api.github.com/repos/nltk/nltk | closed | Weird conflict with nltk and google storage api under ProcessPool | inactive multithread / multiprocessing | Hello,
I experienced some weird error when using `nltk` and `google.cloud.storage` under `ProcessPool`.
After `import nltk`, I tried to extract data from google storage from the main process, it works fine. See `first_main_then_pool()` below.
However, when I extract data from a process pool executor directly ... | 1.0 | Weird conflict with nltk and google storage api under ProcessPool - Hello,
I experienced some weird error when using `nltk` and `google.cloud.storage` under `ProcessPool`.
After `import nltk`, I tried to extract data from google storage from the main process, it works fine. See `first_main_then_pool()` below.
... | process | weird conflict with nltk and google storage api under processpool hello i experienced some weird error when using nltk and google cloud storage under processpool after import nltk i tried to extract data from google storage from the main process it works fine see first main then pool below ... | 1 |
48,274 | 2,996,863,888 | IssuesEvent | 2015-07-23 01:12:25 | handsontable/handsontable | https://api.github.com/repos/handsontable/handsontable | closed | manualColumnMove guide not showing up in the right spot | Change Milestone candidate Plugin: resize / move Priority: normal | I guess the title sums it up... =)
When using manualColumnMove, you are able to move the columns, but the guide DIV isn't showing up in the right location (or sometimes not at all).
Grab the handle for column "C" and slowly drag it to the right, the guide will show up directly over the "C". As you drag further ... | 1.0 | manualColumnMove guide not showing up in the right spot - I guess the title sums it up... =)
When using manualColumnMove, you are able to move the columns, but the guide DIV isn't showing up in the right location (or sometimes not at all).
Grab the handle for column "C" and slowly drag it to the right, the guide... | non_process | manualcolumnmove guide not showing up in the right spot i guess the title sums it up when using manualcolumnmove you are able to move the columns but the guide div isn t showing up in the right location or sometimes not at all grab the handle for column c and slowly drag it to the right the guide... | 0 |
11,956 | 14,725,715,980 | IssuesEvent | 2021-01-06 05:23:26 | kdjstudios/SABillingGitlab | https://api.github.com/repos/kdjstudios/SABillingGitlab | opened | Deactivate Customers | anc-core anc-ui anp-2 ant-feature grt-ui processes pl-wish list | In GitLab by @kdjstudios on Oct 22, 2016, 23:42
Is it possible to deactivate customers and/or choose to only list "active" customers in the dropdown?
If all accounts under a customer are terminated then the customer should not be displayed. | 1.0 | Deactivate Customers - In GitLab by @kdjstudios on Oct 22, 2016, 23:42
Is it possible to deactivate customers and/or choose to only list "active" customers in the dropdown?
If all accounts under a customer are terminated then the customer should not be displayed. | process | deactivate customers in gitlab by kdjstudios on oct is it possible to deactivate customers and or choose to only list active customers in the dropdown if all accounts under a customer are terminated then the customer should not be displayed | 1 |
908 | 3,371,067,636 | IssuesEvent | 2015-11-23 17:31:29 | neuropoly/spinalcordtoolbox | https://api.github.com/repos/neuropoly/spinalcordtoolbox | closed | ValueError: min() arg is an empty sequence | bug priority: high sct_process_segmentation | data: sct_testing_data/data/mt
error:
~~~
sct_process_segmentation -i left_dorsal_column.nii.gz -p csa -l 2:5 -t label/template/MNI-Poly-AMU_level.nii.gz
OK: left_dorsal_column.nii.gz
Check parameters:
.. segmentation file: left_dorsal_column.nii.gz
Create temporary folder...
mkdir tmp.15111... | 1.0 | ValueError: min() arg is an empty sequence - data: sct_testing_data/data/mt
error:
~~~
sct_process_segmentation -i left_dorsal_column.nii.gz -p csa -l 2:5 -t label/template/MNI-Poly-AMU_level.nii.gz
OK: left_dorsal_column.nii.gz
Check parameters:
.. segmentation file: left_dorsal_column.nii.gz
... | process | valueerror min arg is an empty sequence data sct testing data data mt error sct process segmentation i left dorsal column nii gz p csa l t label template mni poly amu level nii gz ok left dorsal column nii gz check parameters segmentation file left dorsal column nii gz ... | 1 |
684,222 | 23,411,760,056 | IssuesEvent | 2022-08-12 18:22:01 | pgmpy/pgmpy | https://api.github.com/repos/pgmpy/pgmpy | closed | `factor_product` returns same object as input for single argument | Bug High Priority | ### Subject of the issue
`pgmpy.factors.base.factor_product` returns the same object as input. No copy is made
### Your environment
* pgmpy version - 0.1.18
* Python version - 3.8.10
* Operating System - WSL 2 on Windows 10 Enterprise
### Steps to reproduce
In the case where `factor_product` gets a single ar... | 1.0 | `factor_product` returns same object as input for single argument - ### Subject of the issue
`pgmpy.factors.base.factor_product` returns the same object as input. No copy is made
### Your environment
* pgmpy version - 0.1.18
* Python version - 3.8.10
* Operating System - WSL 2 on Windows 10 Enterprise
### Ste... | non_process | factor product returns same object as input for single argument subject of the issue pgmpy factors base factor product returns the same object as input no copy is made your environment pgmpy version python version operating system wsl on windows enterprise steps ... | 0 |
10,653 | 13,449,495,067 | IssuesEvent | 2020-09-08 16:59:30 | amor71/LiuAlgoTrader | https://api.github.com/repos/amor71/LiuAlgoTrader | closed | automatic optimization for number of consumer process | in-process | automatically calculate the optimal number of process based on HW capabilities | 1.0 | automatic optimization for number of consumer process - automatically calculate the optimal number of process based on HW capabilities | process | automatic optimization for number of consumer process automatically calculate the optimal number of process based on hw capabilities | 1 |
13,314 | 15,783,717,141 | IssuesEvent | 2021-04-01 14:19:14 | googleapis/python-bigquery-sqlalchemy | https://api.github.com/repos/googleapis/python-bigquery-sqlalchemy | closed | Include sqlalchemy/VERSION in the user-agent string when constructing BQ client(s) | api: bigquery type: process | **Is your feature request related to a problem? Please describe.**
I'd like to be able to attribute requests from this library. This is useful for measuring the impact of this project and helping me prioritize engineering resources across our open source connectors.
**Describe the solution you'd like**
Const... | 1.0 | Include sqlalchemy/VERSION in the user-agent string when constructing BQ client(s) - **Is your feature request related to a problem? Please describe.**
I'd like to be able to attribute requests from this library. This is useful for measuring the impact of this project and helping me prioritize engineering resources... | process | include sqlalchemy version in the user agent string when constructing bq client s is your feature request related to a problem please describe i d like to be able to attribute requests from this library this is useful for measuring the impact of this project and helping me prioritize engineering resources... | 1 |
8,190 | 11,387,027,634 | IssuesEvent | 2020-01-29 14:21:09 | devssa/onde-codar-em-salvador | https://api.github.com/repos/devssa/onde-codar-em-salvador | opened | ANALISTA DE PROCESSOS na [AVANSYS] | HELP WANTED MODELAGEM DE PROCESSOS PROCESSOS SALVADOR | <!--
==================================================
POR FAVOR, SÓ POSTE SE A VAGA FOR PARA SALVADOR E CIDADES VIZINHAS!
Use: "Desenvolvedor Front-end" ao invés de
"Front-End Developer" \o/
Exemplo: `[JAVASCRIPT] [MYSQL] [NODE.JS] Desenvolvedor Front-End na [NOME DA EMPRESA]`
========================... | 2.0 | ANALISTA DE PROCESSOS na [AVANSYS] - <!--
==================================================
POR FAVOR, SÓ POSTE SE A VAGA FOR PARA SALVADOR E CIDADES VIZINHAS!
Use: "Desenvolvedor Front-end" ao invés de
"Front-End Developer" \o/
Exemplo: `[JAVASCRIPT] [MYSQL] [NODE.JS] Desenvolvedor Front-End na [NOME D... | process | analista de processos na por favor só poste se a vaga for para salvador e cidades vizinhas use desenvolvedor front end ao invés de front end developer o exemplo desenvolvedor front end na ... | 1 |
13,042 | 15,384,979,022 | IssuesEvent | 2021-03-03 05:42:43 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [iOS] Sign up flow > OS suggestions for password disrupting user flow | Bug P1 Process: under observation UX iOS | During sign-up, there are OS-triggered password/Keychain suggestions is interfering with the user flow as it is not easy to use or dismiss them and get back the default keypad to type in a password. The user gets stuck occasionally when this happens and needs to go a screen back and revisit the screen again to load it ... | 1.0 | [iOS] Sign up flow > OS suggestions for password disrupting user flow - During sign-up, there are OS-triggered password/Keychain suggestions is interfering with the user flow as it is not easy to use or dismiss them and get back the default keypad to type in a password. The user gets stuck occasionally when this happe... | process | sign up flow os suggestions for password disrupting user flow during sign up there are os triggered password keychain suggestions is interfering with the user flow as it is not easy to use or dismiss them and get back the default keypad to type in a password the user gets stuck occasionally when this happens a... | 1 |
15,876 | 20,053,003,831 | IssuesEvent | 2022-02-03 09:04:48 | plazi/treatmentBank | https://api.github.com/repos/plazi/treatmentBank | opened | figures not linked since Feb 1. | help wanted invalid processing BLR | @gsautter is there a reason that the figures in the recently batch processed articles (since Feb 1) are not linked to the images?
e.g. https://tb.plazi.org/GgServer/summary/FFC07C53B27DBE37FFD19038FFEAFFE2
 are not linked to the images?
e.g. https://tb.plazi.org/GgServer/summary/FFC07C53B27DBE37FFD19038FFEAFFE2
 anymore.
Try: http://react.carbondesignsystem... | True | [DataTable] with batch actions, batch actions covers TableToolbarContent, unable to use Search after selection - ## Description
Issue is related with DataTable, TableToolbarContent, TableBatchActions and TableToolbarSearch.
When at least one row is selected, TableBatchActions are covering TableToolbarContent, whi... | non_process | with batch actions batch actions covers tabletoolbarcontent unable to use search after selection description issue is related with datatable tabletoolbarcontent tablebatchactions and tabletoolbarsearch when at least one row is selected tablebatchactions are covering tabletoolbarcontent which means t... | 0 |
63,587 | 12,341,727,121 | IssuesEvent | 2020-05-14 22:38:50 | NCAR/MET | https://api.github.com/repos/NCAR/MET | closed | Fix several small bugs in met-9.0. | component: library code priority: high requestor: NCAR/RAL type: bug | ## Describe the Problem ##
Several small issues have arisen in the last week for which bugfixes should be provided. For convenience I'm grouping them into one issue and pull request. The details are listed below:
(1) The Gerrity score (GER column of MCTS line type) has nan's (not-a-number) in the output, as reporte... | 1.0 | Fix several small bugs in met-9.0. - ## Describe the Problem ##
Several small issues have arisen in the last week for which bugfixes should be provided. For convenience I'm grouping them into one issue and pull request. The details are listed below:
(1) The Gerrity score (GER column of MCTS line type) has nan's (no... | non_process | fix several small bugs in met describe the problem several small issues have arisen in the last week for which bugfixes should be provided for convenience i m grouping them into one issue and pull request the details are listed below the gerrity score ger column of mcts line type has nan s no... | 0 |
20,300 | 26,938,617,486 | IssuesEvent | 2023-02-07 23:12:05 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | closed | incompatible_python_disable_py2 | type: process incompatible-change team-Rules-Python migration-ready breaking-change-7.0 | This issue tracks enabling `--incompatible_python_disable_py2` (implemented in https://github.com/bazelbuild/bazel/commit/d1bbf4b7698e019c11b7d1c483eb0b4959954060) as part of #15684
When enabled, the Python rules will reject Python 2 only attribute values. This includes:
* `python_version=PY2`
* `srcs_version... | 1.0 | incompatible_python_disable_py2 - This issue tracks enabling `--incompatible_python_disable_py2` (implemented in https://github.com/bazelbuild/bazel/commit/d1bbf4b7698e019c11b7d1c483eb0b4959954060) as part of #15684
When enabled, the Python rules will reject Python 2 only attribute values. This includes:
* `pyth... | process | incompatible python disable this issue tracks enabling incompatible python disable implemented in as part of when enabled the python rules will reject python only attribute values this includes python version srcs version and srcs version setting runtime to fix... | 1 |
7,436 | 10,550,312,545 | IssuesEvent | 2019-10-03 10:45:17 | ericadamski/alphabet-keys | https://api.github.com/repos/ericadamski/alphabet-keys | closed | Add a link back to this repo from the site | enhancement good first issue hacktoberfest help wanted 👩💻in process | Add a github icon that links back to this repo so people can explore the code! | 1.0 | Add a link back to this repo from the site - Add a github icon that links back to this repo so people can explore the code! | process | add a link back to this repo from the site add a github icon that links back to this repo so people can explore the code | 1 |
39,667 | 6,760,334,151 | IssuesEvent | 2017-10-24 20:15:33 | iRail/iRail-docs | https://api.github.com/repos/iRail/iRail-docs | opened | Mention base url | missing-documentation | People likely want to know where our API is located. This is not mentioned in the current docs. See https://github.com/iRail/iRail/issues/324 | 1.0 | Mention base url - People likely want to know where our API is located. This is not mentioned in the current docs. See https://github.com/iRail/iRail/issues/324 | non_process | mention base url people likely want to know where our api is located this is not mentioned in the current docs see | 0 |
152,678 | 13,464,358,774 | IssuesEvent | 2020-09-09 19:05:54 | AssemblyScript/working-group | https://api.github.com/repos/AssemblyScript/working-group | closed | AssemblyScript Public Meeting #20 - September 9th, 2020 | documentation enhancement good first issue | # Date and Time
This public meeting will take place: September 9th, 2020, 18:00 UTC (11:00 AM US PDT, UTC -8)
# General Agenda
* Agenda Items from comments left on this Github issue
* Additional in-meeting comments / discussion
* [If time allows] Recap of [WebAssembly CG meeting](https://github.com/WebAssemb... | 1.0 | AssemblyScript Public Meeting #20 - September 9th, 2020 - # Date and Time
This public meeting will take place: September 9th, 2020, 18:00 UTC (11:00 AM US PDT, UTC -8)
# General Agenda
* Agenda Items from comments left on this Github issue
* Additional in-meeting comments / discussion
* [If time allows] Reca... | non_process | assemblyscript public meeting september date and time this public meeting will take place september utc am us pdt utc general agenda agenda items from comments left on this github issue additional in meeting comments discussion recap of if anyone attended ... | 0 |
6,375 | 9,422,917,317 | IssuesEvent | 2019-04-11 10:29:30 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | closed | native.existing_rules in BUILD files | P1 team-Starlark type: process | In general, when there's a global symbol in BUILD files (e.g. `cc_library`), we can use it from the bzl file with the native module (e.g. `native.cc_library`).
However:
* The native module is (accidentally) visible in BUILD files. So `native.cc_library` also works in BUILD files. I think we shouldn't expose the na... | 1.0 | native.existing_rules in BUILD files - In general, when there's a global symbol in BUILD files (e.g. `cc_library`), we can use it from the bzl file with the native module (e.g. `native.cc_library`).
However:
* The native module is (accidentally) visible in BUILD files. So `native.cc_library` also works in BUILD fi... | process | native existing rules in build files in general when there s a global symbol in build files e g cc library we can use it from the bzl file with the native module e g native cc library however the native module is accidentally visible in build files so native cc library also works in build fi... | 1 |
38,466 | 8,486,204,263 | IssuesEvent | 2018-10-26 10:07:04 | mozilla/addons-frontend | https://api.github.com/repos/mozilla/addons-frontend | closed | The holy grail: develop locally with the production Docker config | component: code quality priority: p4 triaged | We can do it! AMO is deployed to production with [Docker](https://github.com/mozilla-services/puppet-config/tree/master/amo/modules) and we develop locally with a completely separate and unrelated [Docker configuration](http://addons-server.readthedocs.io/en/latest/topics/install/docker.html).
Let's adjust the produ... | 1.0 | The holy grail: develop locally with the production Docker config - We can do it! AMO is deployed to production with [Docker](https://github.com/mozilla-services/puppet-config/tree/master/amo/modules) and we develop locally with a completely separate and unrelated [Docker configuration](http://addons-server.readthedocs... | non_process | the holy grail develop locally with the production docker config we can do it amo is deployed to production with and we develop locally with a completely separate and unrelated let s adjust the production docker config for local development if you re not going to dream big why dream at all | 0 |
1,551 | 4,155,934,524 | IssuesEvent | 2016-06-16 16:19:46 | altoxml/schema | https://api.github.com/repos/altoxml/schema | closed | Vocabulary for ProcessingStepDescriptions | 1 submitted processing history | One more from the wish list.
The nature of common *ProcessingStep elements (layout analysis, any kind of postcorrection) is only incompletely captured by MIX's change history and seem often to be out of scope of the MIX schema. It would therefore be beneficial to define a (optional?) vocabulary of possible processin... | 1.0 | Vocabulary for ProcessingStepDescriptions - One more from the wish list.
The nature of common *ProcessingStep elements (layout analysis, any kind of postcorrection) is only incompletely captured by MIX's change history and seem often to be out of scope of the MIX schema. It would therefore be beneficial to define a ... | process | vocabulary for processingstepdescriptions one more from the wish list the nature of common processingstep elements layout analysis any kind of postcorrection is only incompletely captured by mix s change history and seem often to be out of scope of the mix schema it would therefore be beneficial to define a ... | 1 |
16,246 | 20,796,855,375 | IssuesEvent | 2022-03-17 10:08:08 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [PM] Responsive issue > Search bar issue | Bug P2 Participant manager Process: Fixed Process: Tested dev | Responsive issue > Search bar issue
1. Customer logo is not getting displayed when admin clicks on the search bar
2. Search bar > after getting the searched data, the search bar with entered data is not getting displayed
 should officially support { detached: true } | child_process feature request good first issue | <!--
Thank you for reporting an issue.
This issue tracker is for bugs and issues found within Node.js core.
If you require more general support please file an issue on our help
repo. https://github.com/nodejs/help
Please fill in as much of the template below as you're able.
Version: output of `node -v`
P... | 1.0 | I think child_process.fork() should officially support { detached: true } - <!--
Thank you for reporting an issue.
This issue tracker is for bugs and issues found within Node.js core.
If you require more general support please file an issue on our help
repo. https://github.com/nodejs/help
Please fill in as m... | process | i think child process fork should officially support detached true thank you for reporting an issue this issue tracker is for bugs and issues found within node js core if you require more general support please file an issue on our help repo please fill in as much of the template below as ... | 1 |
65,825 | 14,761,947,285 | IssuesEvent | 2021-01-09 01:06:31 | rsoreq/zaproxy | https://api.github.com/repos/rsoreq/zaproxy | opened | CVE-2020-36187 (Medium) detected in jackson-databind-2.9.2.jar, jackson-databind-2.9.10.jar | security vulnerability | ## CVE-2020-36187 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.2.jar</b>, <b>jackson-databind-2.9.10.jar</b></p></summary>
<p>
<details><summary><b>jackson-... | True | CVE-2020-36187 (Medium) detected in jackson-databind-2.9.2.jar, jackson-databind-2.9.10.jar - ## CVE-2020-36187 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.... | non_process | cve medium detected in jackson databind jar jackson databind jar cve medium severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar general data binding functionality for jackson works on core str... | 0 |
157,978 | 6,019,808,124 | IssuesEvent | 2017-06-07 15:12:26 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | opened | App Canvas | Enable a "per application" out of service mode | bug-medium-priority tech-improvement | Sometimes only one part of *Caseflow* will have an issue. But others are just fine, so we need a way to disable one applications, while others function:
1. Break Dispatch
1. Certification is fine
1. Get scared because we need to take Dispatch out of service
1. Not want to stop Certifications from happening
1. Ge... | 1.0 | App Canvas | Enable a "per application" out of service mode - Sometimes only one part of *Caseflow* will have an issue. But others are just fine, so we need a way to disable one applications, while others function:
1. Break Dispatch
1. Certification is fine
1. Get scared because we need to take Dispatch out of ser... | non_process | app canvas enable a per application out of service mode sometimes only one part of caseflow will have an issue but others are just fine so we need a way to disable one applications while others function break dispatch certification is fine get scared because we need to take dispatch out of ser... | 0 |
348,603 | 24,917,448,737 | IssuesEvent | 2022-10-30 15:17:34 | Azure/ResourceModules | https://api.github.com/repos/Azure/ResourceModules | opened | [Wiki]: Default contributions to use token for `namePrefix` | documentation enhancement | ### Description
To simplify the contribution story, update documentation for [Getting started](https://github.com/Azure/ResourceModules/wiki/Getting%20started%20-%20Scenario%202%20Onboard%20module%20library%20and%20CI%20environment#31-update-default-nameprefix) to not suggest adding the variable to the `settings.yml` ... | 1.0 | [Wiki]: Default contributions to use token for `namePrefix` - ### Description
To simplify the contribution story, update documentation for [Getting started](https://github.com/Azure/ResourceModules/wiki/Getting%20started%20-%20Scenario%202%20Onboard%20module%20library%20and%20CI%20environment#31-update-default-namepre... | non_process | default contributions to use token for nameprefix description to simplify the contribution story update documentation for to not suggest adding the variable to the settings yml file instead suggest staying with the variable | 0 |
65,126 | 7,857,511,059 | IssuesEvent | 2018-06-21 11:02:08 | Albert221/crowdie-android | https://api.github.com/repos/Albert221/crowdie-android | opened | Members markers | design enhancement | Markers of users should look like an ordinary marker (maybe a little smaller) with a `face` icon inside instead of a darker dot. Marker's color should be randomly generated so that each member would have its own, unique color.
This marker would be visible:
- on the map *obviously*
- on the members list, on the *... | 1.0 | Members markers - Markers of users should look like an ordinary marker (maybe a little smaller) with a `face` icon inside instead of a darker dot. Marker's color should be randomly generated so that each member would have its own, unique color.
This marker would be visible:
- on the map *obviously*
- on the memb... | non_process | members markers markers of users should look like an ordinary marker maybe a little smaller with a face icon inside instead of a darker dot marker s color should be randomly generated so that each member would have its own unique color this marker would be visible on the map obviously on the memb... | 0 |
1,158 | 3,640,781,108 | IssuesEvent | 2016-02-13 04:25:49 | triplea-game/triplea | https://api.github.com/repos/triplea-game/triplea | closed | Github issue management | Process Improvement | I started a quick wiki doc on what we track in github issues. Please take a look:
http://github.com/triplea-game/triplea/wiki/TripleA-Github-Issue-Management
Eventually this will be a good page to link to from our Readme to help people understand better how to submit feature requests, and how we organize/manage tho... | 1.0 | Github issue management - I started a quick wiki doc on what we track in github issues. Please take a look:
http://github.com/triplea-game/triplea/wiki/TripleA-Github-Issue-Management
Eventually this will be a good page to link to from our Readme to help people understand better how to submit feature requests, and ... | process | github issue management i started a quick wiki doc on what we track in github issues please take a look eventually this will be a good page to link to from our readme to help people understand better how to submit feature requests and how we organize manage those tickets | 1 |
7,118 | 10,266,254,162 | IssuesEvent | 2019-08-22 20:56:34 | automotive-edge-computing-consortium/AECC | https://api.github.com/repos/automotive-edge-computing-consortium/AECC | opened | Interlink between different technical solutions. | priority:High status:OnHold type:Process | Need to understand the interlink relationship among technical solutions defined in WG2 to check if the architecture fulfills the requirements written in the URD.
Once FAD and TR 1.0 are created, this topic will be addressed in the next step. | 1.0 | Interlink between different technical solutions. - Need to understand the interlink relationship among technical solutions defined in WG2 to check if the architecture fulfills the requirements written in the URD.
Once FAD and TR 1.0 are created, this topic will be addressed in the next step. | process | interlink between different technical solutions need to understand the interlink relationship among technical solutions defined in to check if the architecture fulfills the requirements written in the urd once fad and tr are created this topic will be addressed in the next step | 1 |
125,237 | 4,954,663,107 | IssuesEvent | 2016-12-01 18:14:00 | ag-csw/LDStreamHMMLearn | https://api.github.com/repos/ag-csw/LDStreamHMMLearn | opened | Handling data and parameters | less priority | In the long-term, the simulated data should be encapsulated in a data object, which also maintains a record of the parameters used in the simulations. In the current implementation, one must be careful to know what parameters where used for the simulation, and the array of data can easily get separated from these param... | 1.0 | Handling data and parameters - In the long-term, the simulated data should be encapsulated in a data object, which also maintains a record of the parameters used in the simulations. In the current implementation, one must be careful to know what parameters where used for the simulation, and the array of data can easily... | non_process | handling data and parameters in the long term the simulated data should be encapsulated in a data object which also maintains a record of the parameters used in the simulations in the current implementation one must be careful to know what parameters where used for the simulation and the array of data can easily... | 0 |
17,945 | 23,938,087,225 | IssuesEvent | 2022-09-11 14:18:01 | OpenDataScotland/the_od_bods | https://api.github.com/repos/OpenDataScotland/the_od_bods | closed | Fix dataset owners in multi-org portals - CKAN | bug data processing back end | Some data portals are aggregated portals themselves meaning there are actually multiple owners but we have been operating on the assumption of a single portal owner.
This issue is for the CKAN sources only. | 1.0 | Fix dataset owners in multi-org portals - CKAN - Some data portals are aggregated portals themselves meaning there are actually multiple owners but we have been operating on the assumption of a single portal owner.
This issue is for the CKAN sources only. | process | fix dataset owners in multi org portals ckan some data portals are aggregated portals themselves meaning there are actually multiple owners but we have been operating on the assumption of a single portal owner this issue is for the ckan sources only | 1 |
17,670 | 23,494,212,463 | IssuesEvent | 2022-08-17 22:17:58 | benthosdev/benthos | https://api.github.com/repos/benthosdev/benthos | opened | Add support for parquet logical types to parquet_encode processor | enhancement processors | In some cases, users will need to specify the logical type in the `schema` field. Details here: https://github.com/apache/parquet-format/blob/master/LogicalTypes.md
For example, when using `type: BYTE_ARRAY` to encode a string value, they might want to set the logical type to `STRING` so decoders will be able to int... | 1.0 | Add support for parquet logical types to parquet_encode processor - In some cases, users will need to specify the logical type in the `schema` field. Details here: https://github.com/apache/parquet-format/blob/master/LogicalTypes.md
For example, when using `type: BYTE_ARRAY` to encode a string value, they might want... | process | add support for parquet logical types to parquet encode processor in some cases users will need to specify the logical type in the schema field details here for example when using type byte array to encode a string value they might want to set the logical type to string so decoders will be able to in... | 1 |
7,305 | 10,443,166,438 | IssuesEvent | 2019-09-18 14:24:05 | threefoldtech/0-robot | https://api.github.com/repos/threefoldtech/0-robot | closed | Services dependency API | process_wontfix type_feature | Facts:
A service can rely on other services
types of relation :
- parent child : a service create another one. (usually a high level service that wraps other services
- utilization : a service use an action from another services
In the case of a parent child relation. It is required for the parent services to ke... | 1.0 | Services dependency API - Facts:
A service can rely on other services
types of relation :
- parent child : a service create another one. (usually a high level service that wraps other services
- utilization : a service use an action from another services
In the case of a parent child relation. It is required for... | process | services dependency api facts a service can rely on other services types of relation parent child a service create another one usually a high level service that wraps other services utilization a service use an action from another services in the case of a parent child relation it is required for... | 1 |
266,592 | 28,379,755,069 | IssuesEvent | 2023-04-13 01:23:12 | Colafusion/uni-react-web-app-dev | https://api.github.com/repos/Colafusion/uni-react-web-app-dev | closed | CVE-2021-23440 (High) detected in set-value-2.0.1.tgz - autoclosed | Mend: dependency security vulnerability | ## CVE-2021-23440 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>set-value-2.0.1.tgz</b></p></summary>
<p>Create nested values and any intermediaries using dot notation (`'a.b.c'`) pa... | True | CVE-2021-23440 (High) detected in set-value-2.0.1.tgz - autoclosed - ## CVE-2021-23440 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>set-value-2.0.1.tgz</b></p></summary>
<p>Create n... | non_process | cve high detected in set value tgz autoclosed cve high severity vulnerability vulnerable library set value tgz create nested values and any intermediaries using dot notation a b c paths library home page a href path to dependency file package json path to vu... | 0 |
18,622 | 24,579,561,932 | IssuesEvent | 2022-10-13 14:41:28 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [Consent API] [Android] [IOS] Data Sharing screen shot | Feature request Process: Fixed Process: Tested QA Process: Tested dev | please add a `dataSharingScreenShot ` as a field and provide a data sharing screen shot details in `ConsentStatusBean `of "/updateEligibilityConsentStatus" API.
| 3.0 | [Consent API] [Android] [IOS] Data Sharing screen shot - please add a `dataSharingScreenShot ` as a field and provide a data sharing screen shot details in `ConsentStatusBean `of "/updateEligibilityConsentStatus" API.
| process | data sharing screen shot please add a datasharingscreenshot as a field and provide a data sharing screen shot details in consentstatusbean of updateeligibilityconsentstatus api | 1 |
245,030 | 26,503,761,510 | IssuesEvent | 2023-01-18 12:20:23 | rsoreq/kendo-ui-core | https://api.github.com/repos/rsoreq/kendo-ui-core | opened | CVE-2022-25901 (Medium) detected in cookiejar-1.3.0.tgz, cookiejar-2.1.2.tgz | security vulnerability | ## CVE-2022-25901 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>cookiejar-1.3.0.tgz</b>, <b>cookiejar-2.1.2.tgz</b></p></summary>
<p>
<details><summary><b>cookiejar-1.3.0.tgz</b>... | True | CVE-2022-25901 (Medium) detected in cookiejar-1.3.0.tgz, cookiejar-2.1.2.tgz - ## CVE-2022-25901 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>cookiejar-1.3.0.tgz</b>, <b>cookieja... | non_process | cve medium detected in cookiejar tgz cookiejar tgz cve medium severity vulnerability vulnerable libraries cookiejar tgz cookiejar tgz cookiejar tgz simple persistent cookiejar system library home page a href path to dependency file packag... | 0 |
18,473 | 24,550,672,026 | IssuesEvent | 2022-10-12 12:22:23 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [PM] Dashboard, Locations, Admins and My account tabs are not getting displayed in the participant manager | Bug Blocker P0 Participant manager Process: Fixed Process: Tested QA Process: Tested dev | Dashboard, Locations, Admins and My account tabs are not getting displayed in the participant manager

| 3.0 | [PM] Dashboard, Locations, Admins and My account tabs are not getting displayed in the participant manager - Dashboard, Locations, Admins and My account tabs are not getting displayed in the participant manager
 detected in macaddress-0.2.8.tgz | security vulnerability | ## WS-2019-0541 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>macaddress-0.2.8.tgz</b></p></summary>
<p>Get the MAC addresses (hardware addresses) of the hosts network interfaces.</p... | True | WS-2019-0541 (High) detected in macaddress-0.2.8.tgz - ## WS-2019-0541 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>macaddress-0.2.8.tgz</b></p></summary>
<p>Get the MAC addresses (... | non_process | ws high detected in macaddress tgz ws high severity vulnerability vulnerable library macaddress tgz get the mac addresses hardware addresses of the hosts network interfaces library home page a href path to dependency file fixtures fiber debugger package json path ... | 0 |
245,614 | 7,888,577,619 | IssuesEvent | 2018-06-27 22:44:38 | Marri/glowfic | https://api.github.com/repos/Marri/glowfic | opened | Increase the height of the character selector dropdown by half an item | 3. medium priority 8. medium type: bug | On some platforms, the scrollbar for the character selector doesn't show. If we can modify the height of the select2 control, we should increase the height of the box by half an item. This might be problematic since the text in items wraps and could mess with the relevant heights.
Example of a failure to scroll (def... | 1.0 | Increase the height of the character selector dropdown by half an item - On some platforms, the scrollbar for the character selector doesn't show. If we can modify the height of the select2 control, we should increase the height of the box by half an item. This might be problematic since the text in items wraps and cou... | non_process | increase the height of the character selector dropdown by half an item on some platforms the scrollbar for the character selector doesn t show if we can modify the height of the control we should increase the height of the box by half an item this might be problematic since the text in items wraps and could mes... | 0 |
259,140 | 22,393,242,483 | IssuesEvent | 2022-06-17 09:47:02 | elastic/elasticsearch | https://api.github.com/repos/elastic/elasticsearch | opened | [CI] DocsClientYamlTestSuiteIT test {yaml=reference/transform/apis/get-transform-stats/line_275} failing | >test-failure :ml/Transform | **Build scan:**
https://gradle-enterprise.elastic.co/s/7t6tvecxnp4ka/tests/:docs:yamlRestTest/org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT/test%20%7Byaml=reference%2Ftransform%2Fapis%2Fget-transform-stats%2Fline_275%7D
**Reproduction line:**
`./gradlew ':docs:yamlRestTest' --tests "org.elasticsearch.smoketest... | 1.0 | [CI] DocsClientYamlTestSuiteIT test {yaml=reference/transform/apis/get-transform-stats/line_275} failing - **Build scan:**
https://gradle-enterprise.elastic.co/s/7t6tvecxnp4ka/tests/:docs:yamlRestTest/org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT/test%20%7Byaml=reference%2Ftransform%2Fapis%2Fget-transform-stats... | non_process | docsclientyamltestsuiteit test yaml reference transform apis get transform stats line failing build scan reproduction line gradlew docs yamlresttest tests org elasticsearch smoketest docsclientyamltestsuiteit test yaml reference transform apis get transform stats line dtests seed ... | 0 |
1,182 | 3,682,105,819 | IssuesEvent | 2016-02-24 08:05:42 | BlesseNtumble/GalaxySpace | https://api.github.com/repos/BlesseNtumble/GalaxySpace | closed | Player movement check is wrong | bug in the process of correcting | So, it seems that in the 1.0.7 update, you (BlesseNTumble) changed something about the player movement code or similar. At first, i thought some other mod caused this problem, but now (because of another problem i had, that was my fault) that i backdated to 1.0.6.1, it works fine. Basically, when i move to fast with a ... | 1.0 | Player movement check is wrong - So, it seems that in the 1.0.7 update, you (BlesseNTumble) changed something about the player movement code or similar. At first, i thought some other mod caused this problem, but now (because of another problem i had, that was my fault) that i backdated to 1.0.6.1, it works fine. Basic... | process | player movement check is wrong so it seems that in the update you blessentumble changed something about the player movement code or similar at first i thought some other mod caused this problem but now because of another problem i had that was my fault that i backdated to it works fine basic... | 1 |
287,535 | 31,843,713,064 | IssuesEvent | 2023-09-14 18:13:19 | sajwanm/NodeGoat | https://api.github.com/repos/sajwanm/NodeGoat | opened | swig-1.4.2.tgz: 1 vulnerabilities (highest severity is: 7.5) | Mend: dependency security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>swig-1.4.2.tgz</b></p></summary>
<p></p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/sajwanm/NodeGoat/commit/11eb79c30e01d4d81b52acf79cd66afa7f5b7bf5">... | True | swig-1.4.2.tgz: 1 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>swig-1.4.2.tgz</b></p></summary>
<p></p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/saj... | non_process | swig tgz vulnerabilities highest severity is vulnerable library swig tgz found in head commit a href vulnerabilities cve severity cvss dependency type fixed in swig version remediation possible ... | 0 |
4,581 | 7,416,239,910 | IssuesEvent | 2018-03-22 00:05:09 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Cannot find the value of the field AzureADSTSEndpoint | cxp doc-bug in-process media-services triaged | Hi all, I attempted to build a streaming service that users can upload/access media files (and I want to do this via `REST`)
Then I followed the tutorial https://docs.microsoft.com/en-us/azure/media-services/media-services-rest-upload-files
And I tried to upload the file via postman. The section "Add connection ... | 1.0 | Cannot find the value of the field AzureADSTSEndpoint - Hi all, I attempted to build a streaming service that users can upload/access media files (and I want to do this via `REST`)
Then I followed the tutorial https://docs.microsoft.com/en-us/azure/media-services/media-services-rest-upload-files
And I tried to u... | process | cannot find the value of the field azureadstsendpoint hi all i attempted to build a streaming service that users can upload access media files and i want to do this via rest then i followed the tutorial and i tried to upload the file via postman the section add connection values to your environment s... | 1 |
216,991 | 7,313,627,654 | IssuesEvent | 2018-03-01 02:10:01 | wevote/WeVoteServer | https://api.github.com/repos/wevote/WeVoteServer | closed | Import Ballots: Import Data Into Ballot Item table | Priority 1 | Update the "batch_action_list_create_or_update_process" for IMPORT_BALLOT_ITEM
WeVoteServer/import_export_batches/views_admin.py
Search for this function: batch_action_list_create_or_update_process_view
You will need to add "IMPORT_BALLOT_ITEM" specific code to "import_data_from_batch_row_actions" in WeVoteServer/... | 1.0 | Import Ballots: Import Data Into Ballot Item table - Update the "batch_action_list_create_or_update_process" for IMPORT_BALLOT_ITEM
WeVoteServer/import_export_batches/views_admin.py
Search for this function: batch_action_list_create_or_update_process_view
You will need to add "IMPORT_BALLOT_ITEM" specific code to ... | non_process | import ballots import data into ballot item table update the batch action list create or update process for import ballot item wevoteserver import export batches views admin py search for this function batch action list create or update process view you will need to add import ballot item specific code to ... | 0 |
14,425 | 17,475,233,843 | IssuesEvent | 2021-08-08 01:46:20 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | dyld: Symbol not found: __cg_jpeg_resync_to_restart | Feedback stale Processing Bug MacOS | On Mac OS High Sierra I get the following error message using GDAL with QGIS commands, e.g. 'Clip raster by extent'
```
QGIS version: 3.16.3-Hannover
QGIS code revision: 3a90ea3afd
Qt version: 5.14.2
GDAL version: 3.1.2
GEOS version: 3.8.1-CAPI-1.13.3
PROJ version: Rel. 6.3.2, May 1st, 2020
Processing algorit... | 1.0 | dyld: Symbol not found: __cg_jpeg_resync_to_restart - On Mac OS High Sierra I get the following error message using GDAL with QGIS commands, e.g. 'Clip raster by extent'
```
QGIS version: 3.16.3-Hannover
QGIS code revision: 3a90ea3afd
Qt version: 5.14.2
GDAL version: 3.1.2
GEOS version: 3.8.1-CAPI-1.13.3
PROJ ... | process | dyld symbol not found cg jpeg resync to restart on mac os high sierra i get the following error message using gdal with qgis commands e g clip raster by extent qgis version hannover qgis code revision qt version gdal version geos version capi proj version rel... | 1 |
127,948 | 18,024,746,313 | IssuesEvent | 2021-09-17 01:58:27 | uniquelyparticular/serverless-oauth | https://api.github.com/repos/uniquelyparticular/serverless-oauth | opened | CVE-2021-3795 (Medium) detected in semver-regex-2.0.0.tgz | security vulnerability | ## CVE-2021-3795 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>semver-regex-2.0.0.tgz</b></p></summary>
<p>Regular expression for matching semver versions</p>
<p>Library home page:... | True | CVE-2021-3795 (Medium) detected in semver-regex-2.0.0.tgz - ## CVE-2021-3795 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>semver-regex-2.0.0.tgz</b></p></summary>
<p>Regular expre... | non_process | cve medium detected in semver regex tgz cve medium severity vulnerability vulnerable library semver regex tgz regular expression for matching semver versions library home page a href path to dependency file generic oauth package json path to vulnerable library tmp ... | 0 |
19,387 | 25,523,644,169 | IssuesEvent | 2022-11-28 23:06:10 | aiidateam/aiida-core | https://api.github.com/repos/aiidateam/aiida-core | closed | Exception raised in `WorkChain.out` will cause it to be stuck in `Running` | type/bug type/duplicate topic/workflows priority/important topic/processes | This appears when trying to output an unstored data node in a workchain step for example. The exception will appear in the daemon log, but the process will never properly transition to the excepted state.
Triggerable with:
```
from aiida.engine import workfunction
from aiida.orm import Dict
@workfunction
def ... | 1.0 | Exception raised in `WorkChain.out` will cause it to be stuck in `Running` - This appears when trying to output an unstored data node in a workchain step for example. The exception will appear in the daemon log, but the process will never properly transition to the excepted state.
Triggerable with:
```
from aiida.... | process | exception raised in workchain out will cause it to be stuck in running this appears when trying to output an unstored data node in a workchain step for example the exception will appear in the daemon log but the process will never properly transition to the excepted state triggerable with from aiida ... | 1 |
296,692 | 25,570,060,882 | IssuesEvent | 2022-11-30 16:58:43 | EmbarkStudios/rust-gpu | https://api.github.com/repos/EmbarkStudios/rust-gpu | opened | We should replace `rustc_codegen_spirv::linker::test` unit tests with compiletest ones. | t: enhancement a: test | The main unique aspect of these tests is they take SPIR-V assembly *as an input*, *not* Rust code, e.g.:
https://github.com/EmbarkStudios/rust-gpu/blob/acb05d379982f35e6d4fbd85ff28af3e9876cf4c/crates/rustc_codegen_spirv/src/linker/test.rs#L185-L202
However, we might be able to use `module_asm!` to feed SPIR-V assem... | 1.0 | We should replace `rustc_codegen_spirv::linker::test` unit tests with compiletest ones. - The main unique aspect of these tests is they take SPIR-V assembly *as an input*, *not* Rust code, e.g.:
https://github.com/EmbarkStudios/rust-gpu/blob/acb05d379982f35e6d4fbd85ff28af3e9876cf4c/crates/rustc_codegen_spirv/src/linke... | non_process | we should replace rustc codegen spirv linker test unit tests with compiletest ones the main unique aspect of these tests is they take spir v assembly as an input not rust code e g however we might be able to use module asm to feed spir v assembly into the compilation and compiletest does hav... | 0 |
149,568 | 19,581,494,290 | IssuesEvent | 2022-01-04 22:02:05 | sourcegraph/sourcegraph | https://api.github.com/repos/sourcegraph/sourcegraph | closed | Bug: Using Sourcegraph.com GraphQL API from other websites is broken | bug security sourcegraph.com | Problem: If you try to use `https://sourcegraph.com/.api/graphql` from another website, it is blocked due to CORS ~because we're not setting any `Content-Security-Policy` for responses from that URL, it defaults and is thus blocked:~
~Content Security Policy: The page’s settings blocked the loading of a resource at ... | True | Bug: Using Sourcegraph.com GraphQL API from other websites is broken - Problem: If you try to use `https://sourcegraph.com/.api/graphql` from another website, it is blocked due to CORS ~because we're not setting any `Content-Security-Policy` for responses from that URL, it defaults and is thus blocked:~
~Content Sec... | non_process | bug using sourcegraph com graphql api from other websites is broken problem if you try to use from another website it is blocked due to cors because we re not setting any content security policy for responses from that url it defaults and is thus blocked content security policy the page’s settings bl... | 0 |
147,395 | 23,211,211,105 | IssuesEvent | 2022-08-02 10:16:59 | zuri-training/anima_lib_team98 | https://api.github.com/repos/zuri-training/anima_lib_team98 | opened | Continue designing the account screen -design | design | 
make use of text fields to display the email and name of the user with a tertiary button that lets them edit (as seen in the image above). Also make a frame for change pa... | 1.0 | Continue designing the account screen -design - 
make use of text fields to display the email and name of the user with a tertiary button that lets them edit (as seen in t... | non_process | continue designing the account screen design make use of text fields to display the email and name of the user with a tertiary button that lets them edit as seen in the image above also make a frame for change password | 0 |
9,908 | 12,949,431,554 | IssuesEvent | 2020-07-19 09:06:01 | cetic/tsorage | https://api.github.com/repos/cetic/tsorage | opened | Extend and open the Processor component with jslt | enhancement processing | Currently, aggregated and derivated values are defined as Scala code written in the Processor component.
This approach is quite efficient, but it makes any adaptation relatively difficult, since the only practical way to extend the default behaviour consists in developing an external process that consumes and produ... | 1.0 | Extend and open the Processor component with jslt - Currently, aggregated and derivated values are defined as Scala code written in the Processor component.
This approach is quite efficient, but it makes any adaptation relatively difficult, since the only practical way to extend the default behaviour consists in dev... | process | extend and open the processor component with jslt currently aggregated and derivated values are defined as scala code written in the processor component this approach is quite efficient but it makes any adaptation relatively difficult since the only practical way to extend the default behaviour consists in dev... | 1 |
11,664 | 14,528,454,961 | IssuesEvent | 2020-12-14 16:33:24 | cncf/sig-security | https://api.github.com/repos/cncf/sig-security | closed | [Suggestion] Establish Criteria and Boundaries for Security Assessment | assessment-process inactive suggestion | **Description:** Provide clearer criteria and boundaries for Security Assessment process or rename it.
**Impact:** The current Security Assessment process is unclear, therefore the artifacts are inconsistent. Additionally, having the project owner/lead deliver an assessment is not considered a "best practice."
*... | 1.0 | [Suggestion] Establish Criteria and Boundaries for Security Assessment - **Description:** Provide clearer criteria and boundaries for Security Assessment process or rename it.
**Impact:** The current Security Assessment process is unclear, therefore the artifacts are inconsistent. Additionally, having the project o... | process | establish criteria and boundaries for security assessment description provide clearer criteria and boundaries for security assessment process or rename it impact the current security assessment process is unclear therefore the artifacts are inconsistent additionally having the project owner lead d... | 1 |
30,056 | 6,000,850,702 | IssuesEvent | 2017-06-05 07:06:01 | bridgedotnet/Bridge | https://api.github.com/repos/bridgedotnet/Bridge | closed | As<> method should prevent boxing operation | defect in progress | As<> method should prevent boxing operation
### Steps To Reproduce
```c#
public class Program
{
public static void Main()
{
DateTime val1 = new DateTime(636318720000000000);
Date val2 = (val1).As<Date>();
var offset = val2.GetTimezoneOffset();
}
}
```
### Actua... | 1.0 | As<> method should prevent boxing operation - As<> method should prevent boxing operation
### Steps To Reproduce
```c#
public class Program
{
public static void Main()
{
DateTime val1 = new DateTime(636318720000000000);
Date val2 = (val1).As<Date>();
var offset = val2.Ge... | non_process | as method should prevent boxing operation as method should prevent boxing operation steps to reproduce c public class program public static void main datetime new datetime date as var offset gettimezoneoffset ... | 0 |
18,985 | 24,977,509,979 | IssuesEvent | 2022-11-02 09:06:26 | sophgo/tpu-mlir | https://api.github.com/repos/sophgo/tpu-mlir | closed | Sample for xception model | task processing | Write Sample for xception, to do classification. Refer classify_inception_v3.py.
 | 1.0 | Sample for xception model - Write Sample for xception, to do classification. Refer classify_inception_v3.py.
 | process | sample for xception model write sample for xception to do classification refer classify inception py | 1 |
5,173 | 7,954,689,592 | IssuesEvent | 2018-07-12 08:23:36 | anatoliyfedorenko/bst | https://api.github.com/repos/anatoliyfedorenko/bst | closed | Configure Travic CI for the project | In process | Need to properly configure Travic CI for this project and explain all the process of configuring it here | 1.0 | Configure Travic CI for the project - Need to properly configure Travic CI for this project and explain all the process of configuring it here | process | configure travic ci for the project need to properly configure travic ci for this project and explain all the process of configuring it here | 1 |
2,259 | 3,362,800,611 | IssuesEvent | 2015-11-20 08:47:46 | cogneco/ooc-kean | https://api.github.com/repos/cogneco/ooc-kean | reopened | FloatMatrix: reuse allocated memory | performance | In `FloatMatrix`, instead of creating a new instance to store the result of e.g. `transpose` and freeing the original data, reuse the original data.
Also, if transposing a 1-dimensional `FloatMatrix`, just swap `this size` and return. | True | FloatMatrix: reuse allocated memory - In `FloatMatrix`, instead of creating a new instance to store the result of e.g. `transpose` and freeing the original data, reuse the original data.
Also, if transposing a 1-dimensional `FloatMatrix`, just swap `this size` and return. | non_process | floatmatrix reuse allocated memory in floatmatrix instead of creating a new instance to store the result of e g transpose and freeing the original data reuse the original data also if transposing a dimensional floatmatrix just swap this size and return | 0 |
22,071 | 30,594,493,659 | IssuesEvent | 2023-07-21 20:21:38 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Open terminal/bash/console/cmd on macOS/linux using ProcessStartInfo and RedirectStandardOutput/Error | area-System.Diagnostics.Process untriaged | ### Description
I'm trying to open a Terminal (CMD) and execute some commands while monitoring the outputs of those commands. However I can't seem to find a way to do that on macOS.
Maybe what I'm missing is a /C like in CMD but I could not find any info about it online.
`/C -Carries out the command specified ... | 1.0 | Open terminal/bash/console/cmd on macOS/linux using ProcessStartInfo and RedirectStandardOutput/Error - ### Description
I'm trying to open a Terminal (CMD) and execute some commands while monitoring the outputs of those commands. However I can't seem to find a way to do that on macOS.
Maybe what I'm missing is a... | process | open terminal bash console cmd on macos linux using processstartinfo and redirectstandardoutput error description i m trying to open a terminal cmd and execute some commands while monitoring the outputs of those commands however i can t seem to find a way to do that on macos maybe what i m missing is a... | 1 |
15,645 | 19,846,225,478 | IssuesEvent | 2022-01-21 06:47:28 | ooi-data/CE04OSSM-SBD12-05-WAVSSA000-recovered_host-wavss_a_dcl_mean_directional_recovered | https://api.github.com/repos/ooi-data/CE04OSSM-SBD12-05-WAVSSA000-recovered_host-wavss_a_dcl_mean_directional_recovered | opened | 🛑 Processing failed: ValueError | process | ## Overview
`ValueError` found in `processing_task` task during run ended on 2022-01-21T06:47:28.267300.
## Details
Flow name: `CE04OSSM-SBD12-05-WAVSSA000-recovered_host-wavss_a_dcl_mean_directional_recovered`
Task name: `processing_task`
Error type: `ValueError`
Error message: not enough values to unpack (expected... | 1.0 | 🛑 Processing failed: ValueError - ## Overview
`ValueError` found in `processing_task` task during run ended on 2022-01-21T06:47:28.267300.
## Details
Flow name: `CE04OSSM-SBD12-05-WAVSSA000-recovered_host-wavss_a_dcl_mean_directional_recovered`
Task name: `processing_task`
Error type: `ValueError`
Error message: no... | process | 🛑 processing failed valueerror overview valueerror found in processing task task during run ended on details flow name recovered host wavss a dcl mean directional recovered task name processing task error type valueerror error message not enough values to unpack expected... | 1 |
844 | 2,594,202,464 | IssuesEvent | 2015-02-20 00:40:31 | BALL-Project/ball | https://api.github.com/repos/BALL-Project/ball | closed | Lines in the line model are to fat | C: VIEW P: major R: fixed T: defect | **Reported by dstoeckel on 23 Nov 38909642 14:13 UTC**
The lines used for the line representation are to thick. If the structure is crowded (this is the case for every stucture one wants to view using the line model) virtually _nothing_ can be seen.
A way to alleviate this would be to choose a thiner line style for dr... | 1.0 | Lines in the line model are to fat - **Reported by dstoeckel on 23 Nov 38909642 14:13 UTC**
The lines used for the line representation are to thick. If the structure is crowded (this is the case for every stucture one wants to view using the line model) virtually _nothing_ can be seen.
A way to alleviate this would be... | non_process | lines in the line model are to fat reported by dstoeckel on nov utc the lines used for the line representation are to thick if the structure is crowded this is the case for every stucture one wants to view using the line model virtually nothing can be seen a way to alleviate this would be to choose... | 0 |
113,747 | 24,481,980,903 | IssuesEvent | 2022-10-09 00:17:44 | Keerat666/LeetCode-HacktoberFest22 | https://api.github.com/repos/Keerat666/LeetCode-HacktoberFest22 | opened | Solution for Removing duplicates from a sorted array | good first issue hacktoberfest hacktoberfest2022 hacktoberfest-accepted Leetcode-Easy | Write a program to remove duplicates from a sorted array
Link : https://leetcode.com/problems/remove-duplicates-from-sorted-array/
| 1.0 | Solution for Removing duplicates from a sorted array - Write a program to remove duplicates from a sorted array
Link : https://leetcode.com/problems/remove-duplicates-from-sorted-array/
| non_process | solution for removing duplicates from a sorted array write a program to remove duplicates from a sorted array link | 0 |
92 | 2,534,816,257 | IssuesEvent | 2015-01-25 11:06:06 | chrisalexander/Learn-Chinese-app | https://api.github.com/repos/chrisalexander/Learn-Chinese-app | closed | CurrentState should be called CurrentStatus and return IEnumerable<string> | LongRunningProcess | Also update the UI to render accordingly, plus the tests | 1.0 | CurrentState should be called CurrentStatus and return IEnumerable<string> - Also update the UI to render accordingly, plus the tests | process | currentstate should be called currentstatus and return ienumerable also update the ui to render accordingly plus the tests | 1 |
412,487 | 12,042,918,814 | IssuesEvent | 2020-04-14 11:28:42 | ahmedkaludi/accelerated-mobile-pages | https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages | closed | Blank pages appear when we are using cloning posts | NEXT UPDATE [Priority: HIGH] bug | Blank pages appear when we are using cloning posts
ref: https://secure.helpscout.net/conversation/1117539555/118304?folderId=3575684 | 1.0 | Blank pages appear when we are using cloning posts - Blank pages appear when we are using cloning posts
ref: https://secure.helpscout.net/conversation/1117539555/118304?folderId=3575684 | non_process | blank pages appear when we are using cloning posts blank pages appear when we are using cloning posts ref | 0 |
331,711 | 24,322,148,355 | IssuesEvent | 2022-09-30 11:47:14 | Interactions-as-a-Service/d1-orm | https://api.github.com/repos/Interactions-as-a-Service/d1-orm | closed | Todo: Document UPSERTing with models | documentation | The upsert guide currently points to the models guide, and vice versa
Quick PR needed to just add an example in the upserting guide | 1.0 | Todo: Document UPSERTing with models - The upsert guide currently points to the models guide, and vice versa
Quick PR needed to just add an example in the upserting guide | non_process | todo document upserting with models the upsert guide currently points to the models guide and vice versa quick pr needed to just add an example in the upserting guide | 0 |
14,618 | 17,762,363,571 | IssuesEvent | 2021-08-29 23:15:49 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | test_multiprocessing.py RuntimeError: unable to open shared memory object in read-write mode | module: multiprocessing module: tests triaged | macOS 10.12.6
CUDA 9.0rc
CUDNN 7.0 for CUDA 9.0rc
Python 3.6 (anaconda)
Xcode 8.3.3
Apple LLVM version 8.1.0 (clang-802.0.42)
Pytorch built fine with latest update.
When running test_multiprocessing.py (python test_multiprocessing.py), I got the following error and it hanged (actually not proceeded anymore.... | 1.0 | test_multiprocessing.py RuntimeError: unable to open shared memory object in read-write mode - macOS 10.12.6
CUDA 9.0rc
CUDNN 7.0 for CUDA 9.0rc
Python 3.6 (anaconda)
Xcode 8.3.3
Apple LLVM version 8.1.0 (clang-802.0.42)
Pytorch built fine with latest update.
When running test_multiprocessing.py (python tes... | process | test multiprocessing py runtimeerror unable to open shared memory object in read write mode macos cuda cudnn for cuda python anaconda xcode apple llvm version clang pytorch built fine with latest update when running test multiprocessing py python test multipr... | 1 |
477,626 | 13,765,495,147 | IssuesEvent | 2020-10-07 13:29:09 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | firefox-source-docs.mozilla.org - see bug description | browser-chrome priority-important | <!-- @browser: Chrome 85.0.4183 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 -->
<!-- @reported_with: unknown -->
**URL**: https://firefox-source-docs.mozilla.org/setup/windows_build.html
**Browser / Version**: Chrome 85.0.4183... | 1.0 | firefox-source-docs.mozilla.org - see bug description - <!-- @browser: Chrome 85.0.4183 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 -->
<!-- @reported_with: unknown -->
**URL**: https://firefox-source-docs.mozilla.org/setup/win... | non_process | firefox source docs mozilla org see bug description url browser version chrome operating system windows tested another browser yes chrome problem type something else description misspelled word steps to reproduce under the section of build firefox mercurial ... | 0 |
140,650 | 11,354,446,859 | IssuesEvent | 2020-01-24 17:38:24 | einsteinpy/einsteinpy | https://api.github.com/repos/einsteinpy/einsteinpy | reopened | Increase code coverage across different modules (easy ones) | good first issue tests | 🐞 **Problem**
The goal is 100% code coverage. It's not a very realistic goal because sometimes we lack the knowledge to do so. But I am listing some of the parts, where coverage can be increased easily.
🎯 **Goal**
Try to target these files. The lines untested would be marked red [here](https://codecov.io/gh... | 1.0 | Increase code coverage across different modules (easy ones) - 🐞 **Problem**
The goal is 100% code coverage. It's not a very realistic goal because sometimes we lack the knowledge to do so. But I am listing some of the parts, where coverage can be increased easily.
🎯 **Goal**
Try to target these files. The l... | non_process | increase code coverage across different modules easy ones 🐞 problem the goal is code coverage it s not a very realistic goal because sometimes we lack the knowledge to do so but i am listing some of the parts where coverage can be increased easily 🎯 goal try to target these files the lin... | 0 |
129,149 | 10,564,718,473 | IssuesEvent | 2019-10-05 04:39:15 | rancher/rancher | https://api.github.com/repos/rancher/rancher | closed | [Backport] Catalog app does not show correct template version on Edit app | [zube]: To Test team/ui | Backport of rancher/rancher#23051 | 1.0 | [Backport] Catalog app does not show correct template version on Edit app - Backport of rancher/rancher#23051 | non_process | catalog app does not show correct template version on edit app backport of rancher rancher | 0 |
17,886 | 23,848,007,103 | IssuesEvent | 2022-09-06 15:24:05 | OpenDataScotland/the_od_bods | https://api.github.com/repos/OpenDataScotland/the_od_bods | opened | Fix NLS Licensing Treatment | bug good first issue data processing back end | Having removed licencing treatment in the NLS Scraper https://github.com/OpenDataScotland/the_od_bods/commit/56c70c9b63b68fc00324be633f7a086af862cda0 has knock on effects in end results.
Correct this such that processing is done in merge_data.py but NLS scraper needs to return 1 licence, some assets have multiple li... | 1.0 | Fix NLS Licensing Treatment - Having removed licencing treatment in the NLS Scraper https://github.com/OpenDataScotland/the_od_bods/commit/56c70c9b63b68fc00324be633f7a086af862cda0 has knock on effects in end results.
Correct this such that processing is done in merge_data.py but NLS scraper needs to return 1 licence... | process | fix nls licensing treatment having removed licencing treatment in the nls scraper has knock on effects in end results correct this such that processing is done in merge data py but nls scraper needs to return licence some assets have multiple licences might want to consider why an asset should have more tha... | 1 |
17,818 | 23,741,919,539 | IssuesEvent | 2022-08-31 13:08:37 | cloudfoundry/korifi | https://api.github.com/repos/cloudfoundry/korifi | opened | [Feature]: Developer can push apps using the top-level `timeout` field in the manifest | Top-level process config | ### Blockers/Dependencies
_No response_
### Background
**As a** developer
**I want** top-level process configuration in manifests to be supported
**So that** I can use shortcut `cf push` flags like `-c`, `-i`, `-m` etc.
### Acceptance Criteria
* **GIVEN** I have the following node app:
```js
var http = req... | 1.0 | [Feature]: Developer can push apps using the top-level `timeout` field in the manifest - ### Blockers/Dependencies
_No response_
### Background
**As a** developer
**I want** top-level process configuration in manifests to be supported
**So that** I can use shortcut `cf push` flags like `-c`, `-i`, `-m` etc.
### A... | process | developer can push apps using the top level timeout field in the manifest blockers dependencies no response background as a developer i want top level process configuration in manifests to be supported so that i can use shortcut cf push flags like c i m etc acceptanc... | 1 |
280,933 | 8,688,410,273 | IssuesEvent | 2018-12-03 16:03:36 | k-next/kirby | https://api.github.com/repos/k-next/kirby | closed | [Panel] ‘BasicAuth => true’ results in error | priority: low-hanging fruit 🍓 type: bug 🐛 | **Describe the bug**
When enabling BasicAuth via `BasicAuth => true` in `config.php`, the panel throws the following error after login:
```
Argument 1 passed to Kirby\Toolkit\Str::startsWith() must be of the type string, null given, called in /Users/ros/GIT/web-vav-agentur-2018/www/vendor/getkirby/cms/config/api/a... | 1.0 | [Panel] ‘BasicAuth => true’ results in error - **Describe the bug**
When enabling BasicAuth via `BasicAuth => true` in `config.php`, the panel throws the following error after login:
```
Argument 1 passed to Kirby\Toolkit\Str::startsWith() must be of the type string, null given, called in /Users/ros/GIT/web-vav-ag... | non_process | ‘basicauth true’ results in error describe the bug when enabling basicauth via basicauth true in config php the panel throws the following error after login argument passed to kirby toolkit str startswith must be of the type string null given called in users ros git web vav agentur ... | 0 |
27,339 | 13,226,814,812 | IssuesEvent | 2020-08-18 01:08:21 | microsoft/STL | https://api.github.com/repos/microsoft/STL | closed | atomic.cpp: Spinlock powering shared_ptr atomics can lead to priority inversion | bug performance | **Describe the bug**
shared_ptr's atomic functions (e.g. `std::atomic_store`) are powered by an external lock present in our separately compiled machinery, `_Lock_shared_ptr_spin_lock` and `_Unlock_shared_ptr_spin_lock`. This was written to use a plain spin lock with no mitigation to go to sleep if spinning is taking ... | True | atomic.cpp: Spinlock powering shared_ptr atomics can lead to priority inversion - **Describe the bug**
shared_ptr's atomic functions (e.g. `std::atomic_store`) are powered by an external lock present in our separately compiled machinery, `_Lock_shared_ptr_spin_lock` and `_Unlock_shared_ptr_spin_lock`. This was written... | non_process | atomic cpp spinlock powering shared ptr atomics can lead to priority inversion describe the bug shared ptr s atomic functions e g std atomic store are powered by an external lock present in our separately compiled machinery lock shared ptr spin lock and unlock shared ptr spin lock this was written... | 0 |
2,966 | 5,960,645,710 | IssuesEvent | 2017-05-29 14:40:00 | orbardugo/Hahot-Hameshulash | https://api.github.com/repos/orbardugo/Hahot-Hameshulash | closed | create a form that present the result for the queries. | difficulty 3 in process Or priorty 1 requirement | Or will create a form that present the result for the queries.
on this form will be list of persons after the query. | 1.0 | create a form that present the result for the queries. - Or will create a form that present the result for the queries.
on this form will be list of persons after the query. | process | create a form that present the result for the queries or will create a form that present the result for the queries on this form will be list of persons after the query | 1 |
491,249 | 14,147,688,611 | IssuesEvent | 2020-11-10 21:13:43 | PyTorchLightning/pytorch-lightning | https://api.github.com/repos/PyTorchLightning/pytorch-lightning | closed | Gpu memory leak with self.log on_epoch=True | Logger Priority P0 bug / fix help wanted | pl 1.0.5
Using new logging api I want to log a metric in LightningModule
```
self.log(";;;;;;;;;;;;;;;;;;;", 1, on_step=False, on_epoch=True)
```
This is a dummy example but it is sufficient to add to `LightningModule`'s `training_step` to cause a memory leak on gpu.
What could go wrong? We want to log a metric w... | 1.0 | Gpu memory leak with self.log on_epoch=True - pl 1.0.5
Using new logging api I want to log a metric in LightningModule
```
self.log(";;;;;;;;;;;;;;;;;;;", 1, on_step=False, on_epoch=True)
```
This is a dummy example but it is sufficient to add to `LightningModule`'s `training_step` to cause a memory leak on gpu.
... | non_process | gpu memory leak with self log on epoch true pl using new logging api i want to log a metric in lightningmodule self log on step false on epoch true this is a dummy example but it is sufficient to add to lightningmodule s training step to cause a memory leak on gpu ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.