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
324,235
23,990,056,119
IssuesEvent
2022-09-13 23:35:52
adafruit/Adafruit_CircuitPython_OneWire
https://api.github.com/repos/adafruit/Adafruit_CircuitPython_OneWire
closed
Missing Type Annotations
good first issue documentation
There are missing type annotations for some functions in this library. The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for missing import. There is an example of how that is done here: ```python try: from typing import List, Tuple exce...
1.0
Missing Type Annotations - There are missing type annotations for some functions in this library. The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for missing import. There is an example of how that is done here: ```python try: from typ...
non_process
missing type annotations there are missing type annotations for some functions in this library the typing module does not exist on circuitpython devices so the import needs to be wrapped in try except to catch the error for missing import there is an example of how that is done here python try from typ...
0
309,418
26,661,804,646
IssuesEvent
2023-01-25 21:52:53
MPMG-DCC-UFMG/F01
https://api.github.com/repos/MPMG-DCC-UFMG/F01
closed
Teste de generalizacao para a tag Contratos - Conteúdo Integral - Passa Quatro
generalization test development template - ABO (21) tag - Contratos subtag - Conteúdo Integral
DoD: Realizar o teste de Generalização do validador da tag Contratos - Conteúdo Integral para o Município de Passa Quatro.
1.0
Teste de generalizacao para a tag Contratos - Conteúdo Integral - Passa Quatro - DoD: Realizar o teste de Generalização do validador da tag Contratos - Conteúdo Integral para o Município de Passa Quatro.
non_process
teste de generalizacao para a tag contratos conteúdo integral passa quatro dod realizar o teste de generalização do validador da tag contratos conteúdo integral para o município de passa quatro
0
77,248
14,743,942,908
IssuesEvent
2021-01-07 14:38:00
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
IDE0079 should not warn when suppressing IDE0060
Area-IDE Bug IDE-CodeStyle help wanted
**Version Used**: VS 16.8.2, **Steps to Reproduce**: 1. Write a method with an unused parameter: ```csharp [SuppressMessage("Style", "IDE0060:Remove unused parameter")] private void SomePrivateMethod(Foo a, Bar b) { a.Frobnicate(); } ``` 2. Run code analysis on solution. ...
1.0
IDE0079 should not warn when suppressing IDE0060 - **Version Used**: VS 16.8.2, **Steps to Reproduce**: 1. Write a method with an unused parameter: ```csharp [SuppressMessage("Style", "IDE0060:Remove unused parameter")] private void SomePrivateMethod(Foo a, Bar b) { a.Frobnicate(); ...
non_process
should not warn when suppressing version used vs steps to reproduce write a method with an unused parameter csharp private void someprivatemethod foo a bar b a frobnicate run code analysis on solution expected behavior ...
0
13,007
8,761,696,871
IssuesEvent
2018-12-16 20:03:10
kubernetes/kops
https://api.github.com/repos/kubernetes/kops
closed
Support real ssl certs for api server
area/security lifecycle/rotten
It would be nice to be able to provide real certificates for the api server. Another option would be to support letsencrypt.
True
Support real ssl certs for api server - It would be nice to be able to provide real certificates for the api server. Another option would be to support letsencrypt.
non_process
support real ssl certs for api server it would be nice to be able to provide real certificates for the api server another option would be to support letsencrypt
0
9,196
24,198,693,084
IssuesEvent
2022-09-24 08:30:09
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
Kernel page fault while loading zfs module
Type: Architecture Type: Defect Status: Stale
### System information Distribution Name | Deepin Distribution Version | 15.5 SP2 Linux Kernel | 3.10.84-23.fc21 Architecture | mips64el ZFS Version | 2.0.0-0 SPL Version | 2.0.0-0 ### Describe the problem you're observing Kernel page fault while loading zfs module. This issue does not exist in ...
1.0
Kernel page fault while loading zfs module - ### System information Distribution Name | Deepin Distribution Version | 15.5 SP2 Linux Kernel | 3.10.84-23.fc21 Architecture | mips64el ZFS Version | 2.0.0-0 SPL Version | 2.0.0-0 ### Describe the problem you're observing Kernel page fault while loadin...
non_process
kernel page fault while loading zfs module system information distribution name deepin distribution version linux kernel architecture zfs version spl version describe the problem you re observing kernel page fault while loading zfs module ...
0
15,402
19,594,530,202
IssuesEvent
2022-01-05 16:21:26
googleapis/google-cloud-dotnet
https://api.github.com/repos/googleapis/google-cloud-dotnet
opened
tests: Reactivate Compute create firewall tests.
priority: p1 type: process
We have an issue in CI that we are looking at internally, but that makes this test fail.
1.0
tests: Reactivate Compute create firewall tests. - We have an issue in CI that we are looking at internally, but that makes this test fail.
process
tests reactivate compute create firewall tests we have an issue in ci that we are looking at internally but that makes this test fail
1
96,660
27,969,808,759
IssuesEvent
2023-03-25 00:07:07
alicevision/AliceVision
https://api.github.com/repos/alicevision/AliceVision
closed
2.4.0 build breaks: reinterpret_cast from 'nullptr_t' to 'const char *' is not allowed
scope:build stale do not close
clang-10 failed to compile it on FreeBSD 12.2: ``` /usr/ports/graphics/alice-vision/work/AliceVision-2.4.0/src/dependencies/osi_clp/Clp/src/ClpModel.cpp:3836:24: error: reinterpret_cast from 'nullptr_t' to 'const char *' is not allowed reinterpret_cast<const char*> (NULL) /*integrality*/, ...
1.0
2.4.0 build breaks: reinterpret_cast from 'nullptr_t' to 'const char *' is not allowed - clang-10 failed to compile it on FreeBSD 12.2: ``` /usr/ports/graphics/alice-vision/work/AliceVision-2.4.0/src/dependencies/osi_clp/Clp/src/ClpModel.cpp:3836:24: error: reinterpret_cast from 'nullptr_t' to 'const char *' is not...
non_process
build breaks reinterpret cast from nullptr t to const char is not allowed clang failed to compile it on freebsd usr ports graphics alice vision work alicevision src dependencies osi clp clp src clpmodel cpp error reinterpret cast from nullptr t to const char is not allow...
0
21,542
29,864,481,913
IssuesEvent
2023-06-20 01:43:01
cncf/tag-security
https://api.github.com/repos/cncf/tag-security
closed
[Suggestion] modify Security assessment process
help wanted good first issue assessment-process suggestion inactive
Description: Modify the Security Review process to: * [ ] initiate a draft/WIP PR of the self-assessment and/or joint-review prior to the presentation to closeout the review * [ ] clearly set the joint-readme and joint-review and/or self-assessment as required for the PR finalization in the process doc. * [ ] Modif...
1.0
[Suggestion] modify Security assessment process - Description: Modify the Security Review process to: * [ ] initiate a draft/WIP PR of the self-assessment and/or joint-review prior to the presentation to closeout the review * [ ] clearly set the joint-readme and joint-review and/or self-assessment as required for the...
process
modify security assessment process description modify the security review process to initiate a draft wip pr of the self assessment and or joint review prior to the presentation to closeout the review clearly set the joint readme and joint review and or self assessment as required for the pr finalizatio...
1
784,996
27,593,170,621
IssuesEvent
2023-03-09 02:57:05
iterative/vscode-dvc
https://api.github.com/repos/iterative/vscode-dvc
opened
Consolidate onboarding, connect to Studio, settings & walkthrough
priority-p1 discussion A: side-panel A: docs 📦 product A: onboarding
There are a lot of small disparate screens related to onboarding (Setp webview) and connecting to Studio (Connect webview). There are also buttons associated with these screens in the sidebar. We also have a separate walkthrough (uses VS Code API) which users will see on first-install. The purpose of this ticket is to ...
1.0
Consolidate onboarding, connect to Studio, settings & walkthrough - There are a lot of small disparate screens related to onboarding (Setp webview) and connecting to Studio (Connect webview). There are also buttons associated with these screens in the sidebar. We also have a separate walkthrough (uses VS Code API) whic...
non_process
consolidate onboarding connect to studio settings walkthrough there are a lot of small disparate screens related to onboarding setp webview and connecting to studio connect webview there are also buttons associated with these screens in the sidebar we also have a separate walkthrough uses vs code api whic...
0
9,735
3,068,916,639
IssuesEvent
2015-08-18 17:54:54
mesosphere/kubernetes-mesos
https://api.github.com/repos/mesosphere/kubernetes-mesos
closed
e2e: Addon update should propagate add-on file changes
tests
GoogleCloudPlatform/kubernetes/test/e2e/ad don_update.go:204
1.0
e2e: Addon update should propagate add-on file changes - GoogleCloudPlatform/kubernetes/test/e2e/ad don_update.go:204
non_process
addon update should propagate add on file changes googlecloudplatform kubernetes test ad don update go
0
12,511
14,962,220,931
IssuesEvent
2021-01-27 08:58:40
UserOfficeProject/stfc-user-office-project
https://api.github.com/repos/UserOfficeProject/stfc-user-office-project
opened
Capture Xpress requirements for proposal submission
area: uop/stfc origin: project size: 5 type: process
We need to capture the ISIS Xpress requirements for the proposal system. This does not include the sample management and allocation side of the software.
1.0
Capture Xpress requirements for proposal submission - We need to capture the ISIS Xpress requirements for the proposal system. This does not include the sample management and allocation side of the software.
process
capture xpress requirements for proposal submission we need to capture the isis xpress requirements for the proposal system this does not include the sample management and allocation side of the software
1
25,025
2,675,603,689
IssuesEvent
2015-03-25 13:34:57
handsontable/handsontable
https://api.github.com/repos/handsontable/handsontable
closed
Value-Text paring in Autocomplete
Priority: normal
Hello, I want to add Value-Text paring in Autocomplete. Value-Text means, Value | Text 1 | Ted 2 | John 3 | Steve 4 | Ben Value - will be stored in database. Text - will be display in autocomplete. I need to store selected Text's Value instead of Text in database. Can you please tell me how can ...
1.0
Value-Text paring in Autocomplete - Hello, I want to add Value-Text paring in Autocomplete. Value-Text means, Value | Text 1 | Ted 2 | John 3 | Steve 4 | Ben Value - will be stored in database. Text - will be display in autocomplete. I need to store selected Text's Value instead of Text in database...
non_process
value text paring in autocomplete hello i want to add value text paring in autocomplete value text means value text ted john steve ben value will be stored in database text will be display in autocomplete i need to store selected text s value instead of text in database...
0
90,187
8,231,098,306
IssuesEvent
2018-09-07 14:54:21
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
workload/queue: (unknown) failed under stress
C-test-failure O-robot
SHA: https://github.com/cockroachdb/cockroach/commits/517663fa1489a2f36a593dc9722384a50bfcdbb5 Parameters: ``` TAGS= GOFLAGS=-race ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=891481&tab=buildLog ``` mkdir -p /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/prot...
1.0
workload/queue: (unknown) failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/517663fa1489a2f36a593dc9722384a50bfcdbb5 Parameters: ``` TAGS= GOFLAGS=-race ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=891481&tab=buildLog ``` mkdir -p /go/src/githu...
non_process
workload queue unknown failed under stress sha parameters tags goflags race stress build found a failed test mkdir p go src github com cockroachdb cockroach c deps libroach protos build werror sh go native pc linux gnu protobuf protoc i pkg vendor github com gogo protobuf vendo...
0
7,358
10,508,931,339
IssuesEvent
2019-09-27 09:45:57
ESMValGroup/ESMValTool
https://api.github.com/repos/ESMValGroup/ESMValTool
closed
preprocessor cannot handle a cubelist with differing attributes
paper preprocessor standards
I need to load daily nc files (ESACCI-SST) into one big file. The preprocessor stops at function: ``` def concatenate(cubes): """Concatenate all cubes after fixing metadata""" try: cube = iris.cube.CubeList(cubes).concatenate_cube() return cube except iris.exceptions.ConcatenateErro...
1.0
preprocessor cannot handle a cubelist with differing attributes - I need to load daily nc files (ESACCI-SST) into one big file. The preprocessor stops at function: ``` def concatenate(cubes): """Concatenate all cubes after fixing metadata""" try: cube = iris.cube.CubeList(cubes).concatenate_cube(...
process
preprocessor cannot handle a cubelist with differing attributes i need to load daily nc files esacci sst into one big file the preprocessor stops at function def concatenate cubes concatenate all cubes after fixing metadata try cube iris cube cubelist cubes concatenate cube ...
1
302,304
26,138,658,677
IssuesEvent
2022-12-29 15:18:58
oeg-upm/yarrrml-translator
https://api.github.com/repos/oeg-upm/yarrrml-translator
closed
Systematic testing
testing
Use Pytest and the current mappings in the folder test, to systematically test the engine.
1.0
Systematic testing - Use Pytest and the current mappings in the folder test, to systematically test the engine.
non_process
systematic testing use pytest and the current mappings in the folder test to systematically test the engine
0
9,298
12,309,660,877
IssuesEvent
2020-05-12 09:19:04
prisma/prisma
https://api.github.com/repos/prisma/prisma
opened
Include `@prisma/client` in update notifier
kind/improvement process/candidate
@janpio just mentioned this idea in Slack: While we right now already notify Prisma users about an available update of `@prisma/cli`, we should do the same for `@prisma/client`. The cli could just read the `package.json` and check if the latest version of `@prisma/client` is installed.
1.0
Include `@prisma/client` in update notifier - @janpio just mentioned this idea in Slack: While we right now already notify Prisma users about an available update of `@prisma/cli`, we should do the same for `@prisma/client`. The cli could just read the `package.json` and check if the latest version of `@prisma/cli...
process
include prisma client in update notifier janpio just mentioned this idea in slack while we right now already notify prisma users about an available update of prisma cli we should do the same for prisma client the cli could just read the package json and check if the latest version of prisma cli...
1
20,636
27,316,658,716
IssuesEvent
2023-02-24 16:12:34
geneontology/go-ontology
https://api.github.com/repos/geneontology/go-ontology
opened
Obsoletion request: [GO:0043927 exonucleolytic nuclear-transcribed mRNA catabolic process involved in endonucleolytic cleavage-dependent decay has no annotation and no reference]
RNA processes obsoletion
Please provide as much information as you can: * **GO term ID and Label** GO:0043927 exonucleolytic nuclear-transcribed mRNA catabolic process involved in endonucleolytic cleavage-dependent decay has no annotation and no reference * **Reason for deprecation** Put an x in the appropriate box: - [x] The rea...
1.0
Obsoletion request: [GO:0043927 exonucleolytic nuclear-transcribed mRNA catabolic process involved in endonucleolytic cleavage-dependent decay has no annotation and no reference] - Please provide as much information as you can: * **GO term ID and Label** GO:0043927 exonucleolytic nuclear-transcribed mRNA catabolic ...
process
obsoletion request please provide as much information as you can go term id and label go exonucleolytic nuclear transcribed mrna catabolic process involved in endonucleolytic cleavage dependent decay has no annotation and no reference reason for deprecation put an x in the appropriate box...
1
761,949
26,704,102,608
IssuesEvent
2023-01-27 16:38:17
strug-hub/LocusFocus
https://api.github.com/repos/strug-hub/LocusFocus
opened
Frontend: Show uploaded files in list w/ ability to undo
enhancement low priority
Currently, selected files for upload are simply displayed with the text "# files selected." The frontend should be updated to show a list of selected files with the following information: - File name - File size - Button to remove file - Total combined file size
1.0
Frontend: Show uploaded files in list w/ ability to undo - Currently, selected files for upload are simply displayed with the text "# files selected." The frontend should be updated to show a list of selected files with the following information: - File name - File size - Button to remove file - Total combined fil...
non_process
frontend show uploaded files in list w ability to undo currently selected files for upload are simply displayed with the text files selected the frontend should be updated to show a list of selected files with the following information file name file size button to remove file total combined fil...
0
260,086
22,590,272,727
IssuesEvent
2022-06-28 19:07:43
phetsims/john-travoltage
https://api.github.com/repos/phetsims/john-travoltage
closed
CT alignBounds should be a non-empty finite Bounds2
type:automated-testing
``` john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%2...
1.0
CT alignBounds should be a non-empty finite Bounds2 - ``` john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-i...
non_process
ct alignbounds should be a non empty finite john travoltage phet io state fuzz unbuilt uncaught error uncaught error assertion failed alignbounds should be a non empty finite error assertion failed alignbounds should be a non empty finite at window assertions assertfunction at assert al...
0
126,200
12,288,268,762
IssuesEvent
2020-05-09 16:00:01
Students-of-the-city-of-Kostroma/trpo_automation
https://api.github.com/repos/Students-of-the-city-of-Kostroma/trpo_automation
opened
Отчеты по полному тестированию
Sprint 6 documentation
# Срок сдачи: 11.05.20 ### Epic: #211 _Пояснения_: прикрепить ссылку на документ
1.0
Отчеты по полному тестированию - # Срок сдачи: 11.05.20 ### Epic: #211 _Пояснения_: прикрепить ссылку на документ
non_process
отчеты по полному тестированию срок сдачи epic пояснения прикрепить ссылку на документ
0
203,464
23,155,719,901
IssuesEvent
2022-07-29 12:49:45
turkdevops/desktop
https://api.github.com/repos/turkdevops/desktop
closed
CVE-2022-22912 (High) detected in plist-3.0.1.tgz - autoclosed
security vulnerability
## CVE-2022-22912 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>plist-3.0.1.tgz</b></p></summary> <p>Mac OS X Plist parser/builder for Node.js and browsers</p> <p>Library home page: ...
True
CVE-2022-22912 (High) detected in plist-3.0.1.tgz - autoclosed - ## CVE-2022-22912 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>plist-3.0.1.tgz</b></p></summary> <p>Mac OS X Plist p...
non_process
cve high detected in plist tgz autoclosed cve high severity vulnerability vulnerable library plist tgz mac os x plist parser builder for node js and browsers library home page a href path to dependency file package json path to vulnerable library node modules pli...
0
20,929
27,775,677,159
IssuesEvent
2023-03-16 17:03:49
googleapis/google-cloud-ruby
https://api.github.com/repos/googleapis/google-cloud-ruby
opened
Warning: a recent release failed
type: process
The following release PRs may have failed: * #20919 - The release job failed -- check the build log. * #20909 - The release job failed -- check the build log. * #20911 - The release job failed -- check the build log. * #20912 - The release job failed -- check the build log. * #20907 - The release job failed -- check t...
1.0
Warning: a recent release failed - The following release PRs may have failed: * #20919 - The release job failed -- check the build log. * #20909 - The release job failed -- check the build log. * #20911 - The release job failed -- check the build log. * #20912 - The release job failed -- check the build log. * #20907 ...
process
warning a recent release failed the following release prs may have failed the release job failed check the build log the release job failed check the build log the release job failed check the build log the release job failed check the build log the release job fa...
1
66,637
16,667,198,238
IssuesEvent
2021-06-07 06:25:15
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Build fails using PowerShell or WSL on Windows 10
[Type] Build Tooling [Type] Help Request
<!-- Please fill out ALL required sections. Bug reports with missing information will be closed. Before submitting a bug report: - Check if the bug has already been fixed by updating WordPress and/or Gutenberg. - Check if the bug is caused by a plugin by deactivating all plugins except Gutenberg. - Check if t...
1.0
Build fails using PowerShell or WSL on Windows 10 - <!-- Please fill out ALL required sections. Bug reports with missing information will be closed. Before submitting a bug report: - Check if the bug has already been fixed by updating WordPress and/or Gutenberg. - Check if the bug is caused by a plugin by deac...
non_process
build fails using powershell or wsl on windows please fill out all required sections bug reports with missing information will be closed before submitting a bug report check if the bug has already been fixed by updating wordpress and or gutenberg check if the bug is caused by a plugin by deact...
0
114,223
11,841,098,679
IssuesEvent
2020-03-23 20:07:52
gaugsouza/petshow-backend
https://api.github.com/repos/gaugsouza/petshow-backend
closed
Definir e escrever sobre Gestão de tempo (exemplos: cronograma, diagrama de Gantt, formato de sprints etc.)
documentation
(exemplos: cronograma, diagrama de Gantt, formato de sprints etc.)
1.0
Definir e escrever sobre Gestão de tempo (exemplos: cronograma, diagrama de Gantt, formato de sprints etc.) - (exemplos: cronograma, diagrama de Gantt, formato de sprints etc.)
non_process
definir e escrever sobre gestão de tempo exemplos cronograma diagrama de gantt formato de sprints etc exemplos cronograma diagrama de gantt formato de sprints etc
0
201,624
23,022,078,848
IssuesEvent
2022-07-22 06:02:27
bitbar/finka-js
https://api.github.com/repos/bitbar/finka-js
closed
CVE-2021-3918 (High) detected in json-schema-0.2.3.tgz - autoclosed
security vulnerability
## CVE-2021-3918 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json-schema-0.2.3.tgz</b></p></summary> <p>JSON Schema validation and specifications</p> <p>Library home page: <a href=...
True
CVE-2021-3918 (High) detected in json-schema-0.2.3.tgz - autoclosed - ## CVE-2021-3918 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json-schema-0.2.3.tgz</b></p></summary> <p>JSON S...
non_process
cve high detected in json schema tgz autoclosed cve high severity vulnerability vulnerable library json schema tgz json schema validation and specifications library home page a href path to dependency file package json path to vulnerable library node modules json...
0
10,006
13,042,972,629
IssuesEvent
2020-07-29 00:04:34
googleapis/java-spanner
https://api.github.com/repos/googleapis/java-spanner
reopened
Dependency Dashboard
api: spanner type: process
This repository is up-to-date and has no outstanding updates open or pending.
1.0
Dependency Dashboard - This repository is up-to-date and has no outstanding updates open or pending.
process
dependency dashboard this repository is up to date and has no outstanding updates open or pending
1
86
2,533,403,209
IssuesEvent
2015-01-23 23:04:14
ChelseaStats/issues
https://api.github.com/repos/ChelseaStats/issues
closed
penaltyblog December 04 2014 at 09:24AM
process
<blockquote class="twitter-tweet"> <p>Part Two of my article on applying Massey Ratings to football to get schedule adjusted attack / defence ratings <a href="http://u.thechels.uk/1vxKDuD">http://u.thechels.uk/1vxKDuD</a></p> &mdash; Martin Eastwood (@penaltyblog) <a href="http://u.thechels.uk/1wsx5HR">December 4, 2014...
1.0
penaltyblog December 04 2014 at 09:24AM - <blockquote class="twitter-tweet"> <p>Part Two of my article on applying Massey Ratings to football to get schedule adjusted attack / defence ratings <a href="http://u.thechels.uk/1vxKDuD">http://u.thechels.uk/1vxKDuD</a></p> &mdash; Martin Eastwood (@penaltyblog) <a href="http...
process
penaltyblog december at part two of my article on applying massey ratings to football to get schedule adjusted attack defence ratings a href mdash martin eastwood penaltyblog december at via twitter
1
159,747
12,489,655,044
IssuesEvent
2020-05-31 19:52:41
OllisGit/OctoPrint-PrintJobHistory
https://api.github.com/repos/OllisGit/OctoPrint-PrintJobHistory
closed
can't install on octoprint with Python3.7
status: waitingForTestFeedback type: bug
Hi, I have Octoprint 1.4.0 and moved while ago to python 3, version 3.7.3 Trying to install this plugin but no luck, seems problem around sqlite3 and database creation. Db indeed is created but 0 bytes in size. ``` pi@octopi:~/.octoprint/data/PrintJobHistory $ ls -l -rw-r--r-- 1 pi pi 0 May 19 20:28 printJobHis...
1.0
can't install on octoprint with Python3.7 - Hi, I have Octoprint 1.4.0 and moved while ago to python 3, version 3.7.3 Trying to install this plugin but no luck, seems problem around sqlite3 and database creation. Db indeed is created but 0 bytes in size. ``` pi@octopi:~/.octoprint/data/PrintJobHistory $ ls -l -...
non_process
can t install on octoprint with hi i have octoprint and moved while ago to python version trying to install this plugin but no luck seems problem around and database creation db indeed is created but bytes in size pi octopi octoprint data printjobhistory ls l rw r r ...
0
9,882
12,887,226,486
IssuesEvent
2020-07-13 10:50:34
prusa3d/Prusa-Firmware
https://api.github.com/repos/prusa3d/Prusa-Firmware
closed
[3.7.0-RC1] Repeated enforced Z calibration during 7x7 bed leveling
awaiting response bug processing
Since 3.7.0-RC1 I am using the new 7x7 mesh bed leveling (with 5 measurements per position). Now I have the problem that intermittently the bed leveling done before each print detects some problem, runs the enforced Z calibration and then re-runs the bed leveling. Sometimes, this Z calibration is enforced a second o...
1.0
[3.7.0-RC1] Repeated enforced Z calibration during 7x7 bed leveling - Since 3.7.0-RC1 I am using the new 7x7 mesh bed leveling (with 5 measurements per position). Now I have the problem that intermittently the bed leveling done before each print detects some problem, runs the enforced Z calibration and then re-runs the...
process
repeated enforced z calibration during bed leveling since i am using the new mesh bed leveling with measurements per position now i have the problem that intermittently the bed leveling done before each print detects some problem runs the enforced z calibration and then re runs the bed leveling ...
1
22,598
31,820,311,787
IssuesEvent
2023-09-14 01:25:02
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
Question: Is junit forkmode (per-test) supported?
P4 type: support / not a bug (process) team-Rules-Java stale
I have been digging through the documentation, and Googling, but I cannot find how to use the JUnit "forkmode" for ``java_test`` rules. Or whether it is supported? I am porting our project over from Buck, and in Buck there is a concept of *fork_mode*: ``` java_test( name = 'test', srcs = glob(['test/src/...
1.0
Question: Is junit forkmode (per-test) supported? - I have been digging through the documentation, and Googling, but I cannot find how to use the JUnit "forkmode" for ``java_test`` rules. Or whether it is supported? I am porting our project over from Buck, and in Buck there is a concept of *fork_mode*: ``` java_te...
process
question is junit forkmode per test supported i have been digging through the documentation and googling but i cannot find how to use the junit forkmode for java test rules or whether it is supported i am porting our project over from buck and in buck there is a concept of fork mode java te...
1
231,762
7,643,107,326
IssuesEvent
2018-05-08 11:34:11
VirtoCommerce/vc-platform
https://api.github.com/repos/VirtoCommerce/vc-platform
opened
Allow to specify pagination size for indexation per module/index class
Priority: High developer pain enhancement
We have timeout issues on Azure because indexation process exceeded timeout for default (50) page size.
1.0
Allow to specify pagination size for indexation per module/index class - We have timeout issues on Azure because indexation process exceeded timeout for default (50) page size.
non_process
allow to specify pagination size for indexation per module index class we have timeout issues on azure because indexation process exceeded timeout for default page size
0
16,269
20,862,997,706
IssuesEvent
2022-03-22 02:09:33
streamnative/flink
https://api.github.com/repos/streamnative/flink
closed
[Feature][FLINK-26038] Support delay message on Pulsar connector
compute/data-processing type/feature
A delayed message is a type of message that would be sent to the consumer after waiting for a fixed interval. We should support this feature in both sources and sink API.
1.0
[Feature][FLINK-26038] Support delay message on Pulsar connector - A delayed message is a type of message that would be sent to the consumer after waiting for a fixed interval. We should support this feature in both sources and sink API.
process
support delay message on pulsar connector a delayed message is a type of message that would be sent to the consumer after waiting for a fixed interval we should support this feature in both sources and sink api
1
7,108
10,264,276,400
IssuesEvent
2019-08-22 15:59:51
zooniverse/theia
https://api.github.com/repos/zooniverse/theia
opened
reject images that contain too much cloud
image processing panoptes integration
There is a pixel_qa channel that estimates which pixels are likely to be clouds, and tiles which have mostly that should be skipped and not uploaded to panoptes
1.0
reject images that contain too much cloud - There is a pixel_qa channel that estimates which pixels are likely to be clouds, and tiles which have mostly that should be skipped and not uploaded to panoptes
process
reject images that contain too much cloud there is a pixel qa channel that estimates which pixels are likely to be clouds and tiles which have mostly that should be skipped and not uploaded to panoptes
1
2,982
5,965,888,785
IssuesEvent
2017-05-30 12:49:26
openvstorage/volumedriver
https://api.github.com/repos/openvstorage/volumedriver
closed
Segfault in CachedMetaDataStore
process_cantreproduce type_bug
``` (gdb) bt #0 0x00007f77f4daf2d0 in ?? () #1 0x3e76ed9540a94500 in ?? () #2 0x0000000000019901 in ?? () #3 0x00000000008d8140 in volumedriver::CachePage::unlink_from_set (this=0x7f77f4ce3080) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedrive...
1.0
Segfault in CachedMetaDataStore - ``` (gdb) bt #0 0x00007f77f4daf2d0 in ?? () #1 0x3e76ed9540a94500 in ?? () #2 0x0000000000019901 in ?? () #3 0x00000000008d8140 in volumedriver::CachePage::unlink_from_set (this=0x7f77f4ce3080) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04...
process
segfault in cachedmetadatastore gdb bt in in in in volumedriver cachepage unlink from set this at opt vmachines jenkins work workspace volumedriver no dedup release ubuntu volumedriver core src volumedriver cachedmetadatapage h volumedriver cache...
1
366,459
10,821,077,642
IssuesEvent
2019-11-08 17:47:53
luna/enso
https://api.github.com/repos/luna/enso
opened
Implement Requests for Value Information
Category: Compiler Category: Interpreter Category: Tooling Change: Non-Breaking Difficulty: Core Contributor Priority: Medium Type: Enhancement
### Summary With the value information already able to be queried from the interpreter, all that remains is to hook this API up to service real requests for value information via the language server. This will allow Enso Studio to display the values under the nodes as it is designed to do. ### Value Enso Studio w...
1.0
Implement Requests for Value Information - ### Summary With the value information already able to be queried from the interpreter, all that remains is to hook this API up to service real requests for value information via the language server. This will allow Enso Studio to display the values under the nodes as it is d...
non_process
implement requests for value information summary with the value information already able to be queried from the interpreter all that remains is to hook this api up to service real requests for value information via the language server this will allow enso studio to display the values under the nodes as it is d...
0
1,077
2,524,244,225
IssuesEvent
2015-01-20 16:33:35
almartin82/mapvizieR
https://api.github.com/repos/almartin82/mapvizieR
closed
what should functions that test for conforming data return?
design philosophy question
When we put a CDF data frame through its paces to make sure that it is ready for use with visualization functions, what should those tests return? they could just return T/F, but is there any harm in returning a named list - with the first element being the boolean result, and the second a more descriptive string de...
1.0
what should functions that test for conforming data return? - When we put a CDF data frame through its paces to make sure that it is ready for use with visualization functions, what should those tests return? they could just return T/F, but is there any harm in returning a named list - with the first element being t...
non_process
what should functions that test for conforming data return when we put a cdf data frame through its paces to make sure that it is ready for use with visualization functions what should those tests return they could just return t f but is there any harm in returning a named list with the first element being t...
0
157,591
13,697,323,985
IssuesEvent
2020-10-01 02:41:56
BornRiot/Python.Udemy.Complete_Python_BootCamp
https://api.github.com/repos/BornRiot/Python.Udemy.Complete_Python_BootCamp
closed
Web Scraping - Exercise Overview
chore documentation enhancement good first issue help wanted
Complete lecture and code along exercise on topic: Web Scraping - Exercise Overview
1.0
Web Scraping - Exercise Overview - Complete lecture and code along exercise on topic: Web Scraping - Exercise Overview
non_process
web scraping exercise overview complete lecture and code along exercise on topic web scraping exercise overview
0
11,593
14,447,473,973
IssuesEvent
2020-12-08 03:52:28
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
Different decimal results returned by HashAgg when enable-chunk-rpc is true/false
Priority/P3 component/coprocessor severity/major sig/execution status/can't-reproduce type/bug
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. ```mysql CREATE TABLE tt(a INT, b INT, c INT, d INT); INSERT INTO tt VALUES (1,1,1,1), (2,2,4,2), (3,3,9,3); ``` 2. What did you expect to see? ...
1.0
Different decimal results returned by HashAgg when enable-chunk-rpc is true/false - ## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. ```mysql CREATE TABLE tt(a INT, b INT, c INT, d INT); INSERT INTO...
process
different decimal results returned by hashagg when enable chunk rpc is true false bug report please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error mysql create table tt a int b int c int d int insert into...
1
2,390
5,187,643,209
IssuesEvent
2017-01-20 17:25:02
Alfresco/alfresco-ng2-components
https://api.github.com/repos/Alfresco/alfresco-ng2-components
closed
Start process dropdown does not have 'Choose one...' selected as default
browser: chrome browser: firefox bug comp: activiti-processList
1. Go to Task App. 2. Go to Processes 3. Start a new Process. **Expected results** On Type section ‘Choose one...’ is selected by default on dropdown. <img width="818" alt="safari" src="https://cloud.githubusercontent.com/assets/24432311/21982133/c81a1ed0-dbe2-11e6-8ab1-0697f1ecf987.png"> **Actual Resu...
1.0
Start process dropdown does not have 'Choose one...' selected as default - 1. Go to Task App. 2. Go to Processes 3. Start a new Process. **Expected results** On Type section ‘Choose one...’ is selected by default on dropdown. <img width="818" alt="safari" src="https://cloud.githubusercontent.com/assets/24...
process
start process dropdown does not have choose one selected as default go to task app go to processes start a new process expected results on type section ‘choose one ’ is selected by default on dropdown img width alt safari src actual results choose one ’ is not...
1
11,249
14,016,554,371
IssuesEvent
2020-10-29 14:39:28
ORNL-AMO/AMO-Tools-Desktop
https://api.github.com/repos/ORNL-AMO/AMO-Tools-Desktop
opened
PH Steam System Efficiency
Process Heating bug
the gross heat and system losses on the left are off by x1000. Should be same as gross heat and system losses on right ![image.png](https://images.zenhubusercontent.com/5cd48a2af8cffa5a19122d27/4ba7c0b4-33aa-4b98-881c-36c8b5ebfe08)
1.0
PH Steam System Efficiency - the gross heat and system losses on the left are off by x1000. Should be same as gross heat and system losses on right ![image.png](https://images.zenhubusercontent.com/5cd48a2af8cffa5a19122d27/4ba7c0b4-33aa-4b98-881c-36c8b5ebfe08)
process
ph steam system efficiency the gross heat and system losses on the left are off by should be same as gross heat and system losses on right
1
12,095
14,740,093,113
IssuesEvent
2021-01-07 08:30:16
kdjstudios/SABillingGitlab
https://api.github.com/repos/kdjstudios/SABillingGitlab
closed
Toronto - SA Billing - Late Fee Account List
anc-process anp-important ant-bug has attachment
In GitLab by @kdjstudios on Oct 3, 2018, 11:12 [Toronto.xlsx](/uploads/ae27d540692a104ec7ad89cb8426359f/Toronto.xlsx) HD: http://www.servicedesk.answernet.com/profiles/ticket/2018-10-03-43677
1.0
Toronto - SA Billing - Late Fee Account List - In GitLab by @kdjstudios on Oct 3, 2018, 11:12 [Toronto.xlsx](/uploads/ae27d540692a104ec7ad89cb8426359f/Toronto.xlsx) HD: http://www.servicedesk.answernet.com/profiles/ticket/2018-10-03-43677
process
toronto sa billing late fee account list in gitlab by kdjstudios on oct uploads toronto xlsx hd
1
13,460
15,937,277,343
IssuesEvent
2021-04-14 12:15:46
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
setup env variable on Windows 10
type: support / not a bug (process)
> ATTENTION! Please read and follow: > - if this is a _question_ about how to build / test / query / deploy using Bazel, or a _discussion starter_, send it to bazel-discuss@googlegroups.com > - if this is a _bug_ or _feature request_, fill the form below as best as you can. ### Description of the problem / feature...
1.0
setup env variable on Windows 10 - > ATTENTION! Please read and follow: > - if this is a _question_ about how to build / test / query / deploy using Bazel, or a _discussion starter_, send it to bazel-discuss@googlegroups.com > - if this is a _bug_ or _feature request_, fill the form below as best as you can. ### D...
process
setup env variable on windows attention please read and follow if this is a question about how to build test query deploy using bazel or a discussion starter send it to bazel discuss googlegroups com if this is a bug or feature request fill the form below as best as you can de...
1
295,663
22,265,525,266
IssuesEvent
2022-06-10 07:00:22
phukiendienthoaigiare/Qua-Tang-Doanh-Nghiep-4-trong-1
https://api.github.com/repos/phukiendienthoaigiare/Qua-Tang-Doanh-Nghiep-4-trong-1
opened
Review Pin Sạc Dự Phòng 10000mAh Tích Hợp Sạc Không Dây Pb1007 – Logo Phát Sáng Khi Sử Dụng
documentation help wanted good first issue question
<p><strong>Xin chào các bạn! Hôm nay mình sẽ review một dòng sản phẩm được đánh giá là khá tiện lợi và có hiệu năng sạc cao. Đó chính là pin sạc dự phòng 10000mAh tích hợp sạc không dây PB1007!</strong></p> <p>Trước hết, mình nói sơ qua về phụ kiện điện thoại này nhé! Pin sạc dự phòng tích hợp sạc không dây PB1007 l...
1.0
Review Pin Sạc Dự Phòng 10000mAh Tích Hợp Sạc Không Dây Pb1007 – Logo Phát Sáng Khi Sử Dụng - <p><strong>Xin chào các bạn! Hôm nay mình sẽ review một dòng sản phẩm được đánh giá là khá tiện lợi và có hiệu năng sạc cao. Đó chính là pin sạc dự phòng 10000mAh tích hợp sạc không dây PB1007!</strong></p> <p>Trước hết, mì...
non_process
review pin sạc dự phòng tích hợp sạc không dây – logo phát sáng khi sử dụng xin chào các bạn hôm nay mình sẽ review một dòng sản phẩm được đánh giá là khá tiện lợi và có hiệu năng sạc cao đó chính là pin sạc dự phòng tích hợp sạc không dây trước hết mình nói sơ qua về phụ kiện điện thoại này nhé ...
0
752,806
26,327,109,178
IssuesEvent
2023-01-10 07:50:32
octokit/plugin-paginate-rest.js
https://api.github.com/repos/octokit/plugin-paginate-rest.js
closed
[MAINT]: "Add to Octokit Project" action fails due to missing token
Priority: Normal Type: Bug
### What happened? PR Check fails because of a missing GitHub Token: > Error: Input required and not supplied: github-token ### Versions 5.0.1 ### Relevant log output https://github.com/octokit/plugin-paginate-rest.js/actions/runs/3863366872/jobs/6585514731 ### Code of Conduct - [X] I agree to f...
1.0
[MAINT]: "Add to Octokit Project" action fails due to missing token - ### What happened? PR Check fails because of a missing GitHub Token: > Error: Input required and not supplied: github-token ### Versions 5.0.1 ### Relevant log output https://github.com/octokit/plugin-paginate-rest.js/actions/runs/3...
non_process
add to octokit project action fails due to missing token what happened pr check fails because of a missing github token error input required and not supplied github token versions relevant log output code of conduct i agree to follow this project s code o...
0
545
3,005,309,117
IssuesEvent
2015-07-26 19:47:39
benjamingr/RegExp.escape
https://api.github.com/repos/benjamingr/RegExp.escape
closed
Readability vs Context-Sensitive Validity
process
Currently I see two opposites: - **Minimal and readable output** - We provide an implementation that only escapes what it must via `RegExp.escape` to support passing in a context-free way to the `RegExp` constructor. This means dropping `]` and `}` from the escaped set and telling people that they should be aware ...
1.0
Readability vs Context-Sensitive Validity - Currently I see two opposites: - **Minimal and readable output** - We provide an implementation that only escapes what it must via `RegExp.escape` to support passing in a context-free way to the `RegExp` constructor. This means dropping `]` and `}` from the escaped set a...
process
readability vs context sensitive validity currently i see two opposites minimal and readable output we provide an implementation that only escapes what it must via regexp escape to support passing in a context free way to the regexp constructor this means dropping and from the escaped set a...
1
15,054
18,762,979,360
IssuesEvent
2021-11-05 18:53:09
googleapis/python-dlp
https://api.github.com/repos/googleapis/python-dlp
closed
Samples that depend on BigQuery are not yet compatible with Python 3.10
type: process api: dlp
`google-cloud-bigquery` does not yet support Python 3.10. When it does, the 3.10 samples check should turn green. For now, it is OK to merge PRs with a failing 3.10 samples check (the status check is intentionally optional). See https://github.com/googleapis/python-bigquery/issues/1006 for the status of python 3.10...
1.0
Samples that depend on BigQuery are not yet compatible with Python 3.10 - `google-cloud-bigquery` does not yet support Python 3.10. When it does, the 3.10 samples check should turn green. For now, it is OK to merge PRs with a failing 3.10 samples check (the status check is intentionally optional). See https://githu...
process
samples that depend on bigquery are not yet compatible with python google cloud bigquery does not yet support python when it does the samples check should turn green for now it is ok to merge prs with a failing samples check the status check is intentionally optional see for the status ...
1
20,366
6,035,018,330
IssuesEvent
2017-06-09 12:52:10
EEA-Norway-Grants/dataviz
https://api.github.com/repos/EEA-Norway-Grants/dataviz
opened
give up tabs logic from components, use a tabs "widget" in sidebar
Type: Code quality
The sidebar shouldn't have any tab-related logic, and neither should the sub-components. We should end up with something like this in the main template: ```html <aside> <sidebar> <!-- this entire part is the sidebar's slot... --> <tab-group> <tab title="Results"> <results /> </ta...
1.0
give up tabs logic from components, use a tabs "widget" in sidebar - The sidebar shouldn't have any tab-related logic, and neither should the sub-components. We should end up with something like this in the main template: ```html <aside> <sidebar> <!-- this entire part is the sidebar's slot... --> <tab...
non_process
give up tabs logic from components use a tabs widget in sidebar the sidebar shouldn t have any tab related logic and neither should the sub components we should end up with something like this in the main template html ...
0
35,073
14,611,976,388
IssuesEvent
2020-12-22 04:56:34
MicrosoftDocs/live-share
https://api.github.com/repos/MicrosoftDocs/live-share
closed
Should provide complete FileSystemProvider for VS Code extensions
area: language services feature-request p2
<!-- Please search existing issues to avoid creating duplicates. --> When `uri` points to `vsls:///path/filename`, `vscode.workspace.fs.readFile(uri)` does not work on the guest machine for binary files. <!-- Describe the feature you'd like. --> Live Share should provide a complete `FileSystemProvider` suppo...
1.0
Should provide complete FileSystemProvider for VS Code extensions - <!-- Please search existing issues to avoid creating duplicates. --> When `uri` points to `vsls:///path/filename`, `vscode.workspace.fs.readFile(uri)` does not work on the guest machine for binary files. <!-- Describe the feature you'd like. --...
non_process
should provide complete filesystemprovider for vs code extensions when uri points to vsls path filename vscode workspace fs readfile uri does not work on the guest machine for binary files live share should provide a complete filesystemprovider supporting binary files i am a contribu...
0
72,627
13,894,945,054
IssuesEvent
2020-10-19 15:16:11
confluentinc/ksql
https://api.github.com/repos/confluentinc/ksql
closed
Integrate code paths for schema compatibility checks for AVRO and other formats
Code Quality fix-it-week user-experience
ksqlDB supports two new formats that integrate with the schema register: `JSON_SR` and `PROTOBUF`, yet it only checks that a new schema abides by the schema compatibility rules for `AVRO` formats. Given QTT test cases added to `serdes.json`: ```json [ { "name": "serialization should fail if primitive s...
1.0
Integrate code paths for schema compatibility checks for AVRO and other formats - ksqlDB supports two new formats that integrate with the schema register: `JSON_SR` and `PROTOBUF`, yet it only checks that a new schema abides by the schema compatibility rules for `AVRO` formats. Given QTT test cases added to `serdes....
non_process
integrate code paths for schema compatibility checks for avro and other formats ksqldb supports two new formats that integrate with the schema register json sr and protobuf yet it only checks that a new schema abides by the schema compatibility rules for avro formats given qtt test cases added to serdes ...
0
4,733
7,573,475,514
IssuesEvent
2018-04-23 17:53:26
resin-io/etcher
https://api.github.com/repos/resin-io/etcher
opened
Allow a secure way for developers to connect to DevTools over the network
Process priority:low
For debugging/support reasons.
1.0
Allow a secure way for developers to connect to DevTools over the network - For debugging/support reasons.
process
allow a secure way for developers to connect to devtools over the network for debugging support reasons
1
99,280
16,441,460,329
IssuesEvent
2021-05-20 14:48:18
AlexRogalskiy/quotes
https://api.github.com/repos/AlexRogalskiy/quotes
opened
CVE-2020-7656 (Medium) detected in jquery-1.8.1.min.js
security vulnerability
## CVE-2020-7656 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="htt...
True
CVE-2020-7656 (Medium) detected in jquery-1.8.1.min.js - ## CVE-2020-7656 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.min.js</b></p></summary> <p>JavaScript library ...
non_process
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file quotes node modules redeyed examples browser index html path to vulnerable li...
0
12,433
14,928,536,739
IssuesEvent
2021-01-24 19:36:41
allinurl/goaccess
https://api.github.com/repos/allinurl/goaccess
closed
AWstats compatible "Visit" metrics
log-processing question
awstats provides a metric for "**Number of Visits**", defined as follows: > Vists refer to the number of times folks have visited your site. For example, if I visit your site and view 18 different pages, that counts as one visit. > > AWStats groups page views into a single visit if those page views occur within o...
1.0
AWstats compatible "Visit" metrics - awstats provides a metric for "**Number of Visits**", defined as follows: > Vists refer to the number of times folks have visited your site. For example, if I visit your site and view 18 different pages, that counts as one visit. > > AWStats groups page views into a single vis...
process
awstats compatible visit metrics awstats provides a metric for number of visits defined as follows vists refer to the number of times folks have visited your site for example if i visit your site and view different pages that counts as one visit awstats groups page views into a single visi...
1
805,167
29,510,037,640
IssuesEvent
2023-06-03 20:16:53
evo-lua/evo-webview
https://api.github.com/repos/evo-lua/evo-webview
closed
Split the header-only implementation into three platform-specific modules (and a common/shared one)
Complexity: Moderate Priority: High Scope: Core Library Status: In Progress Type: Task
Required for #13 though this may not actually be enough. It's just a first step that's "doable" as the rest may be trickier. Roadmap: - [x] Windows implementation (the biggest hurdle) - [x] Linux implementation (easy) - [x] Mac OS X implementation - [ ] C/C++ API and other utilities
1.0
Split the header-only implementation into three platform-specific modules (and a common/shared one) - Required for #13 though this may not actually be enough. It's just a first step that's "doable" as the rest may be trickier. Roadmap: - [x] Windows implementation (the biggest hurdle) - [x] Linux implementation ...
non_process
split the header only implementation into three platform specific modules and a common shared one required for though this may not actually be enough it s just a first step that s doable as the rest may be trickier roadmap windows implementation the biggest hurdle linux implementation easy...
0
532,976
15,574,774,393
IssuesEvent
2021-03-17 10:14:53
teamforus/general
https://api.github.com/repos/teamforus/general
closed
Change request: Adjust error message for failed payment
Client: Groningen Impact: Moderate Priority: Must have Scope: Small Urgency: High - Next release
**Support Ticket ID:** [#3178] Learn more about change requests here: https://bit.ly/39CWeEE ### Requested by: - @Michaelforus ### Change description If the provider makes a payment and the plastic card is not activated, the provider will get the following error: "No query results for model". Please adjust ...
1.0
Change request: Adjust error message for failed payment - **Support Ticket ID:** [#3178] Learn more about change requests here: https://bit.ly/39CWeEE ### Requested by: - @Michaelforus ### Change description If the provider makes a payment and the plastic card is not activated, the provider will get the foll...
non_process
change request adjust error message for failed payment support ticket id learn more about change requests here requested by michaelforus change description if the provider makes a payment and the plastic card is not activated the provider will get the following error no query resu...
0
6,752
9,880,293,365
IssuesEvent
2019-06-24 12:16:20
googleapis/google-cloud-cpp-spanner
https://api.github.com/repos/googleapis/google-cloud-cpp-spanner
closed
Simplify creation of google/cloud/spanner/version_info.h
type: process
Today this file is generated as part of the CMake configuration step, and using a Bazel `genrule()`. To support the `genrule()` we generate `spanner_client_version.bzl` and commit it. It would be simpler to just generate `version_info.h` and commit that instead. That would remove the `genrule()` and the `.bzl` file. ...
1.0
Simplify creation of google/cloud/spanner/version_info.h - Today this file is generated as part of the CMake configuration step, and using a Bazel `genrule()`. To support the `genrule()` we generate `spanner_client_version.bzl` and commit it. It would be simpler to just generate `version_info.h` and commit that instead...
process
simplify creation of google cloud spanner version info h today this file is generated as part of the cmake configuration step and using a bazel genrule to support the genrule we generate spanner client version bzl and commit it it would be simpler to just generate version info h and commit that instead...
1
349
2,793,377,327
IssuesEvent
2015-05-11 10:33:17
ecodistrict/IDSSDashboard
https://api.github.com/repos/ecodistrict/IDSSDashboard
closed
Not clear how at the moment data is replaced/overwritten on upload?
form feedback 09102014 process step: collect data question
Not clear how at the moment data is replaced, is this automatically overwritten once new data is uploaded? | Would it be possible to indicate where files are to be located, this makes it easy when exporting a file package. | Are files stored locally in a structured manner?
1.0
Not clear how at the moment data is replaced/overwritten on upload? - Not clear how at the moment data is replaced, is this automatically overwritten once new data is uploaded? | Would it be possible to indicate where files are to be located, this makes it easy when exporting a file package. | Are files stored locally ...
process
not clear how at the moment data is replaced overwritten on upload not clear how at the moment data is replaced is this automatically overwritten once new data is uploaded would it be possible to indicate where files are to be located this makes it easy when exporting a file package are files stored locally ...
1
340,598
30,529,557,026
IssuesEvent
2023-07-19 13:30:30
strimzi/strimzi-kafka-operator
https://api.github.com/repos/strimzi/strimzi-kafka-operator
opened
[systemtest] Use Admin client for checking topics in Kafka when UTO is used
topic operator System tests
In some STs, we check if spec of particular KafkaTopic has correct values -> in CR. But in situations when the KafkaTopic is created just in Kafka (so there is no KafkaTopic CR), with usage of UTO, the KafkaTopic is not created (synced) from Kafka to KafkaTopic CR. In these situations, we should check the spec of Kaf...
1.0
[systemtest] Use Admin client for checking topics in Kafka when UTO is used - In some STs, we check if spec of particular KafkaTopic has correct values -> in CR. But in situations when the KafkaTopic is created just in Kafka (so there is no KafkaTopic CR), with usage of UTO, the KafkaTopic is not created (synced) from...
non_process
use admin client for checking topics in kafka when uto is used in some sts we check if spec of particular kafkatopic has correct values in cr but in situations when the kafkatopic is created just in kafka so there is no kafkatopic cr with usage of uto the kafkatopic is not created synced from kafka to k...
0
10,506
13,263,303,471
IssuesEvent
2020-08-21 00:07:21
freedomofpress/securedrop
https://api.github.com/repos/freedomofpress/securedrop
closed
Revise and document docs update procedure
goals: speed up release process
For the last two releases, we've experimented with using our historical `master` branch to build the docs, motivated by avoiding links to outdated docs (#5081) and the fact that we have to merge docs changes after the release tag is signed. This has been a mixed success. We _have_ resolved #5081, but the branch merg...
1.0
Revise and document docs update procedure - For the last two releases, we've experimented with using our historical `master` branch to build the docs, motivated by avoiding links to outdated docs (#5081) and the fact that we have to merge docs changes after the release tag is signed. This has been a mixed success. W...
process
revise and document docs update procedure for the last two releases we ve experimented with using our historical master branch to build the docs motivated by avoiding links to outdated docs and the fact that we have to merge docs changes after the release tag is signed this has been a mixed success we ...
1
4,805
7,697,325,798
IssuesEvent
2018-05-18 18:21:47
GoogleCloudPlatform/google-cloud-python
https://api.github.com/repos/GoogleCloudPlatform/google-cloud-python
opened
Release 'error_reporting-0.30.0'
packaging type: process
PR #5345 fixes the incompatibility of `0.29.1` with the current `logging-1.6.0` release.
1.0
Release 'error_reporting-0.30.0' - PR #5345 fixes the incompatibility of `0.29.1` with the current `logging-1.6.0` release.
process
release error reporting pr fixes the incompatibility of with the current logging release
1
16,723
21,885,452,891
IssuesEvent
2022-05-19 18:09:37
metabase/metabase
https://api.github.com/repos/metabase/metabase
opened
[Actions] Add a new `qp/execute-readwrite-query!` function as a QP entrypoint for executing readwrite queries
Querying/Processor .Backend Actions/
Part of #22542 Add a new `qp/execute-readwrite-query!` function as a QP entrypoint for executing readwrite queries. This should ultimately call `driver/execute-readwrite-query!`. 1. Should throw an error if the Database does not support `:actions/custom` 1. Should throw an error if the Database does no...
1.0
[Actions] Add a new `qp/execute-readwrite-query!` function as a QP entrypoint for executing readwrite queries - Part of #22542 Add a new `qp/execute-readwrite-query!` function as a QP entrypoint for executing readwrite queries. This should ultimately call `driver/execute-readwrite-query!`. 1. Should throw ...
process
add a new qp execute readwrite query function as a qp entrypoint for executing readwrite queries part of add a new qp execute readwrite query function as a qp entrypoint for executing readwrite queries this should ultimately call driver execute readwrite query should throw an error if ...
1
391,709
11,577,606,651
IssuesEvent
2020-02-21 14:26:21
AugurProject/augur
https://api.github.com/repos/AugurProject/augur
opened
Scalar template Numeric Range Fixes
Needed for V2 launch Priority: High
For NCAA Football Scalar, make the numeric range 0-12 WNBA Scalar 0-36 Olympics Scalar make the range 0-300 ------------------- For Crypto, and Finance scalar templates can we have it say in the box: Enter Min range value/ Enter Max range value
1.0
Scalar template Numeric Range Fixes - For NCAA Football Scalar, make the numeric range 0-12 WNBA Scalar 0-36 Olympics Scalar make the range 0-300 ------------------- For Crypto, and Finance scalar templates can we have it say in the box: Enter Min range value/ Enter Max range value
non_process
scalar template numeric range fixes for ncaa football scalar make the numeric range wnba scalar olympics scalar make the range for crypto and finance scalar templates can we have it say in the box enter min range value enter max range value
0
19,024
25,030,677,024
IssuesEvent
2022-11-04 12:05:58
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
Release 4.2.3 - October 2022
P1 type: process release team-OSS
# Status of Bazel 4.2.3 - Expected release date: 10.18.2022 - [List of release blockers](https://github.com/bazelbuild/bazel/milestone/44) To report a release-blocking bug, please add a comment with the text `@bazel-io flag` to the issue. A release manager will triage it and add it to the milestone. To ch...
1.0
Release 4.2.3 - October 2022 - # Status of Bazel 4.2.3 - Expected release date: 10.18.2022 - [List of release blockers](https://github.com/bazelbuild/bazel/milestone/44) To report a release-blocking bug, please add a comment with the text `@bazel-io flag` to the issue. A release manager will triage it and ad...
process
release october status of bazel expected release date to report a release blocking bug please add a comment with the text bazel io flag to the issue a release manager will triage it and add it to the milestone to cherry pick a mainline commit into simply send ...
1
362,576
10,729,467,357
IssuesEvent
2019-10-28 15:39:19
etclabscore/go-ethereum
https://api.github.com/repos/etclabscore/go-ethereum
closed
6.1.0 Beta Agharta Release Tracker
Priority: 2 High Type: Meta
- [x] Agharta config - [x] EIP 145 Bitwise shift (#54) - [x] EIP 1014 Create2 (#20) - [x] EIP 1052 extCodeHash (#55) - [ ] ~~EIP 1702~~
1.0
6.1.0 Beta Agharta Release Tracker - - [x] Agharta config - [x] EIP 145 Bitwise shift (#54) - [x] EIP 1014 Create2 (#20) - [x] EIP 1052 extCodeHash (#55) - [ ] ~~EIP 1702~~
non_process
beta agharta release tracker agharta config eip bitwise shift eip eip extcodehash eip
0
257,184
27,561,797,516
IssuesEvent
2023-03-07 22:47:00
samqws-marketing/box_box-ui-elements
https://api.github.com/repos/samqws-marketing/box_box-ui-elements
closed
CVE-2021-23341 (High) detected in prismjs-1.17.1.tgz - autoclosed
security vulnerability
## CVE-2021-23341 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>prismjs-1.17.1.tgz</b></p></summary> <p>Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabb...
True
CVE-2021-23341 (High) detected in prismjs-1.17.1.tgz - autoclosed - ## CVE-2021-23341 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>prismjs-1.17.1.tgz</b></p></summary> <p>Lightweigh...
non_process
cve high detected in prismjs tgz autoclosed cve high severity vulnerability vulnerable library prismjs tgz lightweight robust elegant syntax highlighting a spin off project from dabblet library home page a href path to dependency file package json path to vulne...
0
27,809
6,903,050,522
IssuesEvent
2017-11-26 06:17:51
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
[com_fields] Lack of progress
No Code Attached Yet
Good time I already said in another report that in a new Joomla component named fields, we can not add to the different parts of a class field, and therefore the display of fields in different formats does not look good. With Joomla 3.8, this component did not make any difference. That's why I decided to publish it a...
1.0
[com_fields] Lack of progress - Good time I already said in another report that in a new Joomla component named fields, we can not add to the different parts of a class field, and therefore the display of fields in different formats does not look good. With Joomla 3.8, this component did not make any difference. That...
non_process
lack of progress good time i already said in another report that in a new joomla component named fields we can not add to the different parts of a class field and therefore the display of fields in different formats does not look good with joomla this component did not make any difference that s why i de...
0
518,281
15,026,512,924
IssuesEvent
2021-02-01 22:49:15
vmware/clarity
https://api.github.com/repos/vmware/clarity
closed
The color indication for completed page in Clarity Wizard does not have sufficient contrast
@clr/ui component: wizard flag: figma update needed flag: has workaround priority: 2 medium-low status: backlog type: accessibility type: bug
## The colored marker in Clarity Wizard TOC marking a successfully completed page does not have enough contrast with its background Regarding the WCAG recommendations foreground and background colors should have at least 3:1 . The colored marker has lower contrast than the recommended. ## How to reproduce Open a...
1.0
The color indication for completed page in Clarity Wizard does not have sufficient contrast - ## The colored marker in Clarity Wizard TOC marking a successfully completed page does not have enough contrast with its background Regarding the WCAG recommendations foreground and background colors should have at least 3:...
non_process
the color indication for completed page in clarity wizard does not have sufficient contrast the colored marker in clarity wizard toc marking a successfully completed page does not have enough contrast with its background regarding the wcag recommendations foreground and background colors should have at least ...
0
7,064
5,832,129,170
IssuesEvent
2017-05-08 21:02:33
RoaringBitmap/RoaringBitmap
https://api.github.com/repos/RoaringBitmap/RoaringBitmap
closed
Accelerate reversed iteration over bitset containers
performance
The current code picks up a word, reverses it, and then check if the result is zero. It is likely expensive and subject to optimization. E.g., See ReverseBitmapContainerShortIterator .next() https://github.com/RoaringBitmap/RoaringBitmap/blob/master/src/main/java/org/roaringbitmap/BitmapContainer.java#L1380
True
Accelerate reversed iteration over bitset containers - The current code picks up a word, reverses it, and then check if the result is zero. It is likely expensive and subject to optimization. E.g., See ReverseBitmapContainerShortIterator .next() https://github.com/RoaringBitmap/RoaringBitmap/blob/master/src/mai...
non_process
accelerate reversed iteration over bitset containers the current code picks up a word reverses it and then check if the result is zero it is likely expensive and subject to optimization e g see reversebitmapcontainershortiterator next
0
7,774
10,916,880,604
IssuesEvent
2019-11-21 14:12:06
esdc-devcop/esdc-devcop.github.io
https://api.github.com/repos/esdc-devcop/esdc-devcop.github.io
closed
Recommend a branching model
confirmed process stream: general dev topic
### Goals / Recommendation Use GitFlow when starting a branching model with Git. https://datasift.github.io/gitflow/IntroducingGitFlow.html Recommendation details are documented here, with some extra parts for committing/merging code that will assist in using this branching model. https://esdc-devcop.github.io...
1.0
Recommend a branching model - ### Goals / Recommendation Use GitFlow when starting a branching model with Git. https://datasift.github.io/gitflow/IntroducingGitFlow.html Recommendation details are documented here, with some extra parts for committing/merging code that will assist in using this branching model. ...
process
recommend a branching model goals recommendation use gitflow when starting a branching model with git recommendation details are documented here with some extra parts for committing merging code that will assist in using this branching model thoughts those that know branching mode...
1
17,983
24,004,562,803
IssuesEvent
2022-09-14 13:57:12
hashgraph/hedera-json-rpc-relay
https://api.github.com/repos/hashgraph/hedera-json-rpc-relay
closed
Add tests to cover the updated type signatures for HederaToken and createToken functions
enhancement P1 process
### Problem The types of several fields were updated to better align with protobuf and documentation as outlined in these two tasks. https://github.com/hashgraph/hedera-smart-contracts/issues/56 https://github.com/hashgraph/hedera-services/issues/3902 We need to ensure that the acceptance test exercise both the n...
1.0
Add tests to cover the updated type signatures for HederaToken and createToken functions - ### Problem The types of several fields were updated to better align with protobuf and documentation as outlined in these two tasks. https://github.com/hashgraph/hedera-smart-contracts/issues/56 https://github.com/hashgraph/he...
process
add tests to cover the updated type signatures for hederatoken and createtoken functions problem the types of several fields were updated to better align with protobuf and documentation as outlined in these two tasks we need to ensure that the acceptance test exercise both the new types and the old as ...
1
15,551
19,703,502,729
IssuesEvent
2022-01-12 19:07:57
googleapis/java-pubsublite-flink
https://api.github.com/repos/googleapis/java-pubsublite-flink
opened
Your .repo-metadata.json file has a problem 🤒
type: process repo-metadata: lint
You have a problem with your .repo-metadata.json file: Result of scan 📈: * release_level must be equal to one of the allowed values in .repo-metadata.json * api_shortname 'pubsublite-flink' invalid in .repo-metadata.json ☝️ Once you correct these problems, you can close this issue. Reach out to **go/github-automa...
1.0
Your .repo-metadata.json file has a problem 🤒 - You have a problem with your .repo-metadata.json file: Result of scan 📈: * release_level must be equal to one of the allowed values in .repo-metadata.json * api_shortname 'pubsublite-flink' invalid in .repo-metadata.json ☝️ Once you correct these problems, you can c...
process
your repo metadata json file has a problem 🤒 you have a problem with your repo metadata json file result of scan 📈 release level must be equal to one of the allowed values in repo metadata json api shortname pubsublite flink invalid in repo metadata json ☝️ once you correct these problems you can c...
1
408,461
27,664,131,452
IssuesEvent
2023-03-12 21:16:30
lejard-h/chopper
https://api.github.com/repos/lejard-h/chopper
closed
Utilise `compute()`
enhancement documentation
With Chopper is there a way that we can utilise `Isolates` / `compute()` for loading and parsing large documents? https://flutter.dev/docs/cookbook/networking/background-parsing https://api.flutter.dev/flutter/dart-isolate/Isolate-class.html I have seen that some Devs are moving to [Dio](https://pub.dev/packag...
1.0
Utilise `compute()` - With Chopper is there a way that we can utilise `Isolates` / `compute()` for loading and parsing large documents? https://flutter.dev/docs/cookbook/networking/background-parsing https://api.flutter.dev/flutter/dart-isolate/Isolate-class.html I have seen that some Devs are moving to [Dio](...
non_process
utilise compute with chopper is there a way that we can utilise isolates compute for loading and parsing large documents i have seen that some devs are moving to as it can already do this 👉 but i am quite invested in chopper and don t really want to rework my network layer is it...
0
18,009
5,544,646,745
IssuesEvent
2017-03-22 19:39:51
shirase/yii2-starter-kit
https://api.github.com/repos/shirase/yii2-starter-kit
closed
Fix "Controversial/Superglobals" issue in frontend/modules/user/controllers/SignInController.php
code-climate
actionLogin accesses the super-global variable $_POST. https://codeclimate.com/github/shirase/yii2-starter-kit/frontend/modules/user/controllers/SignInController.php#issue_58cbefa08b18c700010003dd
1.0
Fix "Controversial/Superglobals" issue in frontend/modules/user/controllers/SignInController.php - actionLogin accesses the super-global variable $_POST. https://codeclimate.com/github/shirase/yii2-starter-kit/frontend/modules/user/controllers/SignInController.php#issue_58cbefa08b18c700010003dd
non_process
fix controversial superglobals issue in frontend modules user controllers signincontroller php actionlogin accesses the super global variable post
0
55,024
7,940,772,521
IssuesEvent
2018-07-10 00:21:16
certbot/certbot
https://api.github.com/repos/certbot/certbot
opened
Change ./path/to/certbot-auto to /path/to/certbot-auto
area: certbot-auto area: documentation
What do we think of this suggestion? https://community.letsencrypt.org/t/certbot-centos6-apache-typo-in-sample-cron/66222 It's not actually a typo but at least for cron purposes (and maybe through the instruction generator?) it might be more confusing to have the `./` at the beginning. If people are making cronta...
1.0
Change ./path/to/certbot-auto to /path/to/certbot-auto - What do we think of this suggestion? https://community.letsencrypt.org/t/certbot-centos6-apache-typo-in-sample-cron/66222 It's not actually a typo but at least for cron purposes (and maybe through the instruction generator?) it might be more confusing to ha...
non_process
change path to certbot auto to path to certbot auto what do we think of this suggestion it s not actually a typo but at least for cron purposes and maybe through the instruction generator it might be more confusing to have the at the beginning if people are making crontabs manually they should p...
0
9,755
12,739,945,185
IssuesEvent
2020-06-26 00:47:44
nodejs/node
https://api.github.com/repos/nodejs/node
closed
Migration from process.binding
process
With #22004 landed to doc deprecate `process.binding` I was [encouraged to](https://github.com/nodejs/node/pull/22004#issuecomment-408580131) open an issue related to my use of it. Now is a great time to starting examining what from `process.binding` can be exposed in a user-friendly way. In my own experience I've a...
1.0
Migration from process.binding - With #22004 landed to doc deprecate `process.binding` I was [encouraged to](https://github.com/nodejs/node/pull/22004#issuecomment-408580131) open an issue related to my use of it. Now is a great time to starting examining what from `process.binding` can be exposed in a user-friendly w...
process
migration from process binding with landed to doc deprecate process binding i was open an issue related to my use of it now is a great time to starting examining what from process binding can be exposed in a user friendly way in my own experience i ve attempted to use if available and there were no...
1
64,967
7,850,624,776
IssuesEvent
2018-06-20 09:07:50
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
New Location for Spy Panel Button?
:Design :SpyPanel :Visualizations release_note:enhancement
Would it be possible to change the location of the Spy Panel button? Benefits of moving it into the upper right hand corner: • Info/SpyPanel, Edit, Delete buttons are in the same area for easy access • save some vertical space (saved space multiplies if user has more then one row of panels) • less distractions in the d...
1.0
New Location for Spy Panel Button? - Would it be possible to change the location of the Spy Panel button? Benefits of moving it into the upper right hand corner: • Info/SpyPanel, Edit, Delete buttons are in the same area for easy access • save some vertical space (saved space multiplies if user has more then one row of...
non_process
new location for spy panel button would it be possible to change the location of the spy panel button benefits of moving it into the upper right hand corner • info spypanel edit delete buttons are in the same area for easy access • save some vertical space saved space multiplies if user has more then one row of...
0
251,036
27,142,144,933
IssuesEvent
2023-02-16 17:04:25
MatBenfield/news
https://api.github.com/repos/MatBenfield/news
closed
[SecurityWeek] Dozens of Vulnerabilities Patched in Intel Products
SecurityWeek Stale
Intel has released patches for multiple critical- and high-severity vulnerabilities across its product portfolio. The post [Dozens of Vulnerabilities Patched in Intel Products](https://www.securityweek.com/dozens-of-vulnerabilities-patched-in-intel-products/) appeared first on [SecurityWeek](https://www.securityweek...
True
[SecurityWeek] Dozens of Vulnerabilities Patched in Intel Products - Intel has released patches for multiple critical- and high-severity vulnerabilities across its product portfolio. The post [Dozens of Vulnerabilities Patched in Intel Products](https://www.securityweek.com/dozens-of-vulnerabilities-patched-in-intel...
non_process
dozens of vulnerabilities patched in intel products intel has released patches for multiple critical and high severity vulnerabilities across its product portfolio the post appeared first on
0
6,077
3,737,592,054
IssuesEvent
2016-03-08 19:48:49
jeff1evesque/drupal-demonstration
https://api.github.com/repos/jeff1evesque/drupal-demonstration
closed
Create 'rhel_07_020010.pp'
build new feature
We will create `rhel_07_020010.pp`, to ensure: >The ypserv package must not be installed.
1.0
Create 'rhel_07_020010.pp' - We will create `rhel_07_020010.pp`, to ensure: >The ypserv package must not be installed.
non_process
create rhel pp we will create rhel pp to ensure the ypserv package must not be installed
0
2,340
5,144,815,736
IssuesEvent
2017-01-12 19:44:53
jlm2017/jlm-video-subtitles
https://api.github.com/repos/jlm2017/jlm-video-subtitles
closed
[Subtitles] [FR] «UN CHAUFFEUR UBER NE GAGNE MÊME PAS LE SMIC» - MÉLENCHON
Language: French Process: [4] Ready for review (2)
# Video title «UN CHAUFFEUR UBER NE GAGNE MÊME PAS LE SMIC» - MÉLENCHON # URL https://www.youtube.com/watch?v=IV-0iLADRFk # Youtube subtitles language Français # Duration 8:55 # Subtitles URL https://www.youtube.com/timedtext_editor?ui=hd&v=IV-0iLADRFk&action_mde_edit_form=1&ref=player&lang=fr&tab=capt...
1.0
[Subtitles] [FR] «UN CHAUFFEUR UBER NE GAGNE MÊME PAS LE SMIC» - MÉLENCHON - # Video title «UN CHAUFFEUR UBER NE GAGNE MÊME PAS LE SMIC» - MÉLENCHON # URL https://www.youtube.com/watch?v=IV-0iLADRFk # Youtube subtitles language Français # Duration 8:55 # Subtitles URL https://www.youtube.com/timedtext_...
process
«un chauffeur uber ne gagne même pas le smic» mélenchon video title «un chauffeur uber ne gagne même pas le smic» mélenchon url youtube subtitles language français duration subtitles url
1
10,042
13,044,161,629
IssuesEvent
2020-07-29 03:47:24
tikv/tikv
https://api.github.com/repos/tikv/tikv
closed
UCP: Migrate scalar function `SubDateIntDecimal` from TiDB
challenge-program-2 component/coprocessor difficulty/easy sig/coprocessor
## Description Port the scalar function `SubDateIntDecimal` from TiDB to coprocessor. ## Score * 50 ## Mentor(s) * @andylokandy ## Recommended Skills * Rust programming ## Learning Materials Already implemented expressions ported from TiDB - https://github.com/tikv/tikv/tree/master/components/tidb_query/s...
2.0
UCP: Migrate scalar function `SubDateIntDecimal` from TiDB - ## Description Port the scalar function `SubDateIntDecimal` from TiDB to coprocessor. ## Score * 50 ## Mentor(s) * @andylokandy ## Recommended Skills * Rust programming ## Learning Materials Already implemented expressions ported from TiDB - htt...
process
ucp migrate scalar function subdateintdecimal from tidb description port the scalar function subdateintdecimal from tidb to coprocessor score mentor s andylokandy recommended skills rust programming learning materials already implemented expressions ported from tidb ...
1
247,970
20,988,438,744
IssuesEvent
2022-03-29 06:59:36
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: cdc/schemareg failed
C-test-failure O-robot O-roachtest branch-master release-blocker T-cdc
roachtest.cdc/schemareg [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4713654&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4713654&tab=artifacts#/cdc/schemareg) on master @ [29716850b181718594663889ddb5f479fef7a305](https://github.com/cockroachdb/cockroach/commit...
2.0
roachtest: cdc/schemareg failed - roachtest.cdc/schemareg [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4713654&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4713654&tab=artifacts#/cdc/schemareg) on master @ [29716850b181718594663889ddb5f479fef7a305](https://githu...
non_process
roachtest cdc schemareg failed roachtest cdc schemareg with on master the test failed on branch master cloud gce test artifacts and logs in artifacts cdc schemareg run cluster go cdc go cdc go test runner go one or more parallel execution failure attached stack trace ...
0
10,018
12,018,106,548
IssuesEvent
2020-04-10 20:00:08
endgameinc/eql
https://api.github.com/repos/endgameinc/eql
opened
Backport changes from Elasticsearch EQL
compatibility meta
### Context EQL is being developed directly in Elasticsearch and can be tracked here: https://github.com/elastic/elasticsearch/issues/51556 We've identified places where we need to tighten the semantics for EQL, make changes to existing behavior, or limit what can be expressed in the language. This meta issue is to...
True
Backport changes from Elasticsearch EQL - ### Context EQL is being developed directly in Elasticsearch and can be tracked here: https://github.com/elastic/elasticsearch/issues/51556 We've identified places where we need to tighten the semantics for EQL, make changes to existing behavior, or limit what can be expres...
non_process
backport changes from elasticsearch eql context eql is being developed directly in elasticsearch and can be tracked here we ve identified places where we need to tighten the semantics for eql make changes to existing behavior or limit what can be expressed in the language this meta issue is to track all...
0
538
2,966,842,208
IssuesEvent
2015-07-12 09:26:50
mattjhayes/nmeta
https://api.github.com/repos/mattjhayes/nmeta
opened
Protocol Support Roadmap
Compatibility Functional Roadmap
This GitHub issue is a roadmap for nmeta protocol support enhancements. It is intended to be long-lived, with regular updates and issues raised separately to implement specific features. It is thus an evolving guide that provides context and direction to work on specific enhancements. Potential enhancements include: ...
True
Protocol Support Roadmap - This GitHub issue is a roadmap for nmeta protocol support enhancements. It is intended to be long-lived, with regular updates and issues raised separately to implement specific features. It is thus an evolving guide that provides context and direction to work on specific enhancements. Potent...
non_process
protocol support roadmap this github issue is a roadmap for nmeta protocol support enhancements it is intended to be long lived with regular updates and issues raised separately to implement specific features it is thus an evolving guide that provides context and direction to work on specific enhancements potent...
0
4,344
7,246,143,784
IssuesEvent
2018-02-14 20:34:22
hardvolk/foodie-journal
https://api.github.com/repos/hardvolk/foodie-journal
closed
Subir el template de la página 2 a un repositorio remoto
In process
La página 2 es cuando le das clic en log in y te lleva a ver los diferentes tipos de comida que se tienen
1.0
Subir el template de la página 2 a un repositorio remoto - La página 2 es cuando le das clic en log in y te lleva a ver los diferentes tipos de comida que se tienen
process
subir el template de la página a un repositorio remoto la página es cuando le das clic en log in y te lleva a ver los diferentes tipos de comida que se tienen
1
1,966
2,684,054,217
IssuesEvent
2015-03-28 16:19:33
oxyplot/oxyplot
https://api.github.com/repos/oxyplot/oxyplot
closed
Position of axis title
CodePlex unconfirmed-bug
**Imported from [http://oxyplot.codeplex.com/workitem/9594](http://oxyplot.codeplex.com/workitem/9594)** **[objo](http://www.codeplex.com/site/users/view/objo)** 2011-11-18 06:22 Wrong position of axis title when angle is != 0. **[brantheman](http://www.codeplex.com/site/users/view/brantheman)** 2012-05-30 22:46...
1.0
Position of axis title - **Imported from [http://oxyplot.codeplex.com/workitem/9594](http://oxyplot.codeplex.com/workitem/9594)** **[objo](http://www.codeplex.com/site/users/view/objo)** 2011-11-18 06:22 Wrong position of axis title when angle is != 0. **[brantheman](http://www.codeplex.com/site/users/view/brant...
non_process
position of axis title imported from wrong position of axis title when angle is i agree the titles are centered when i think an angled label is expected to be mid left oriented such that the text starts aligned with the column bar and we don t want the text on th...
0
4,088
7,043,854,829
IssuesEvent
2017-12-31 14:00:42
AkihikoWatanabe/paper_notes
https://api.github.com/repos/AkihikoWatanabe/paper_notes
opened
Prediction-based portfolio optimization model using neural networks, Freitas+, Neurocomputing'09
Neural TimeSeriesDataProcessing
http://dl.acm.org/citation.cfm?id=1539984
1.0
Prediction-based portfolio optimization model using neural networks, Freitas+, Neurocomputing'09 - http://dl.acm.org/citation.cfm?id=1539984
process
prediction based portfolio optimization model using neural networks freitas neurocomputing
1
429,734
12,427,008,165
IssuesEvent
2020-05-25 00:27:56
eclipse-ee4j/glassfish
https://api.github.com/repos/eclipse-ee4j/glassfish
closed
Instances keep logging No route to host
ERR: Assignee Priority: Minor Stale Type: Bug
I have a GlassFish 3.1.1 cluster setup and all of the instances keep filling up the logs with: [#|2011-08-18T12:30:27.604-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=29;_ThreadName=Thread-2;|No route to host|#] [#|2011-08-18T12:30:29.605-0500|SEVERE|glassfish3.1.1|com.sun.grizzl...
1.0
Instances keep logging No route to host - I have a GlassFish 3.1.1 cluster setup and all of the instances keep filling up the logs with: [#|2011-08-18T12:30:27.604-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=29;_ThreadName=Thread-2;|No route to host|#] [#|2011-08-18T12:30:29.605...
non_process
instances keep logging no route to host i have a glassfish cluster setup and all of the instances keep filling up the logs with i don t know what host they are trying to connect to but everything seems to be working any idea what is cuasing this as work around i ve turned off logging f...
0
25,442
4,321,868,979
IssuesEvent
2016-07-25 12:04:01
netty/netty
https://api.github.com/repos/netty/netty
closed
Investigate GlobalEventExecutorTest.testAutomaticStartStop test failure
defect
Failed on CI: ``` java.lang.AssertionError: Expected: sameInstance(<Thread[globalEventExecutor-2-6,5,]>) but: was <Thread[globalEventExecutor-2-7,5,main]> java.lang.AssertionError: Expected: sameInstance(<Thread[globalEventExecutor-2-6,5,]>) but: was <Thread[globalEventExecutor-2-7,5,main]> ```
1.0
Investigate GlobalEventExecutorTest.testAutomaticStartStop test failure - Failed on CI: ``` java.lang.AssertionError: Expected: sameInstance(<Thread[globalEventExecutor-2-6,5,]>) but: was <Thread[globalEventExecutor-2-7,5,main]> java.lang.AssertionError: Expected: sameInstance(<Thread[globalEventExecu...
non_process
investigate globaleventexecutortest testautomaticstartstop test failure failed on ci java lang assertionerror expected sameinstance but was java lang assertionerror expected sameinstance but was
0
125,017
10,333,690,251
IssuesEvent
2019-09-03 06:21:36
Vachok/ftpplus
https://api.github.com/repos/Vachok/ftpplus
closed
testWriteToDB - Fail [D17]
Highest TestQuality bug resolution_Fixed
Execute UserInfoTest::testWriteToDB\*\*testWriteToDB\*\* \*UserInfoTest\* \*Update = 1 . (insert into velkompc (NamePP, AddressPP, SegmentPP , OnlineNow, instr)) did not expect to find [true] but found [false]\* \*java.lang.AssertionError\*
1.0
testWriteToDB - Fail [D17] - Execute UserInfoTest::testWriteToDB\*\*testWriteToDB\*\* \*UserInfoTest\* \*Update = 1 . (insert into velkompc (NamePP, AddressPP, SegmentPP , OnlineNow, instr)) did not expect to find [true] but found [false]\* \*java.lang.AssertionError\*
non_process
testwritetodb fail execute userinfotest testwritetodb testwritetodb userinfotest update insert into velkompc namepp addresspp segmentpp onlinenow instr did not expect to find but found java lang assertionerror
0
17,165
22,742,825,817
IssuesEvent
2022-07-07 06:18:30
camunda/zeebe
https://api.github.com/repos/camunda/zeebe
opened
Iterate over Side effects
kind/toil team/distributed team/process-automation
**Description** Side effects have been added in the early days when we had processing and reprocessing. In order to not redo certain actions, like sending requests or responses on reprocessing (all records have been reprocessed before) we introduced something we called SideEffects. The side effects have been execute...
1.0
Iterate over Side effects - **Description** Side effects have been added in the early days when we had processing and reprocessing. In order to not redo certain actions, like sending requests or responses on reprocessing (all records have been reprocessed before) we introduced something we called SideEffects. The si...
process
iterate over side effects description side effects have been added in the early days when we had processing and reprocessing in order to not redo certain actions like sending requests or responses on reprocessing all records have been reprocessed before we introduced something we called sideeffects the si...
1
16,308
20,960,721,782
IssuesEvent
2022-03-27 19:05:27
lynnandtonic/nestflix.fun
https://api.github.com/repos/lynnandtonic/nestflix.fun
closed
Add a second film by kirk
suggested title in process
Please add as much of the following info as you can: Title: a second film by kirk Type (film/tv show): film Film or show in which it appears: Gilmore Girls: A Year In The Life Is the parent film/show streaming anywhere? Netflix About when in the parent film/show does it appear? Episode "Fall" Actual f...
1.0
Add a second film by kirk - Please add as much of the following info as you can: Title: a second film by kirk Type (film/tv show): film Film or show in which it appears: Gilmore Girls: A Year In The Life Is the parent film/show streaming anywhere? Netflix About when in the parent film/show does it appear...
process
add a second film by kirk please add as much of the following info as you can title a second film by kirk type film tv show film film or show in which it appears gilmore girls a year in the life is the parent film show streaming anywhere netflix about when in the parent film show does it appear...
1
8,475
11,642,988,850
IssuesEvent
2020-02-29 10:40:51
symfony/symfony
https://api.github.com/repos/symfony/symfony
closed
Symfony Process Component does not run audit2allow properly
Bug Process Status: Needs Review
**Symfony version(s) affected**: symfony/process v4.4.4 Symfony Process Component **Description** Seems that ```audit2allow``` is prevented from accessing ```/var/log/audit/audit.log``` even though PHP is as root. **How to reproduce** ```exec("audit2allow -a -M a2a");``` works jus...
1.0
Symfony Process Component does not run audit2allow properly - **Symfony version(s) affected**: symfony/process v4.4.4 Symfony Process Component **Description** Seems that ```audit2allow``` is prevented from accessing ```/var/log/audit/audit.log``` even though PHP is as root. **How to...
process
symfony process component does not run properly symfony version s affected symfony process symfony process component description seems that is prevented from accessing var log audit audit log even though php is as root how to reproduce ex...
1
81,740
23,542,061,282
IssuesEvent
2022-08-20 14:57:18
google/mediapipe
https://api.github.com/repos/google/mediapipe
opened
offer another pypl build that includes more models, or another method to use heavy model without download?
type:build/install
I'm trying to use mediapipe in a GCP cloud function (Python). My biggest issue is that I want to use models other than the default model (complexity=1) for pose landmark detection. I'm most interested in getting a better segmentation mask from the pose object, so I'd like to opt for the complexity=2 model, but the prob...
1.0
offer another pypl build that includes more models, or another method to use heavy model without download? - I'm trying to use mediapipe in a GCP cloud function (Python). My biggest issue is that I want to use models other than the default model (complexity=1) for pose landmark detection. I'm most interested in getting...
non_process
offer another pypl build that includes more models or another method to use heavy model without download i m trying to use mediapipe in a gcp cloud function python my biggest issue is that i want to use models other than the default model complexity for pose landmark detection i m most interested in getting...
0
256,845
27,561,730,371
IssuesEvent
2023-03-07 22:42:44
samqws-marketing/coursera_naptime
https://api.github.com/repos/samqws-marketing/coursera_naptime
closed
WS-2020-0342 (High) detected in npm-2.11.2.jar - autoclosed
Mend: dependency security vulnerability
## WS-2020-0342 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-2.11.2.jar</b></p></summary> <p>WebJar for npm</p> <p>Library home page: <a href="http://webjars.org">http://webjars...
True
WS-2020-0342 (High) detected in npm-2.11.2.jar - autoclosed - ## WS-2020-0342 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-2.11.2.jar</b></p></summary> <p>WebJar for npm</p> <p>...
non_process
ws high detected in npm jar autoclosed ws high severity vulnerability vulnerable library npm jar webjar for npm library home page a href path to vulnerable library home wss scanner cache org webjars npm jars npm jar dependency hierarchy sbt plugin ...
0
7,347
10,482,589,414
IssuesEvent
2019-09-24 12:45:36
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
Processing "Build virtual vector" now fails in certain cases
Bug High Priority Processing Regression
Author Name: **Alister Hood** (@AlisterH) Original Redmine Issue: [21519](https://issues.qgis.org/issues/21519) Affected QGIS version: 3.6.0 Redmine category:processing/qgis Assignee: Victor Olaya --- 1. In 3.x, if I load shape files as directories (i.e. drag and drop the containing directory into QGIS, rather than th...
1.0
Processing "Build virtual vector" now fails in certain cases - Author Name: **Alister Hood** (@AlisterH) Original Redmine Issue: [21519](https://issues.qgis.org/issues/21519) Affected QGIS version: 3.6.0 Redmine category:processing/qgis Assignee: Victor Olaya --- 1. In 3.x, if I load shape files as directories (i.e. d...
process
processing build virtual vector now fails in certain cases author name alister hood alisterh original redmine issue affected qgis version redmine category processing qgis assignee victor olaya in x if i load shape files as directories i e drag and drop the containing directory into...
1
30,607
14,619,724,936
IssuesEvent
2020-12-22 18:22:22
juxt/crux
https://api.github.com/repos/juxt/crux
closed
Avoid encoding KVs twice per document during ingest
make-some-noise performance
Currently when ingesting documents we encode all the KV pairs at least twice, for both the Forked Kv Store and the Persistent Kv Store.
True
Avoid encoding KVs twice per document during ingest - Currently when ingesting documents we encode all the KV pairs at least twice, for both the Forked Kv Store and the Persistent Kv Store.
non_process
avoid encoding kvs twice per document during ingest currently when ingesting documents we encode all the kv pairs at least twice for both the forked kv store and the persistent kv store
0
8,700
11,841,378,846
IssuesEvent
2020-03-23 20:40:44
john-kurkowski/tldextract
https://api.github.com/repos/john-kurkowski/tldextract
closed
TypeError raised when url starts with numeric digit and contains a null byte
help wanted low priority: caller can pre/post-process
Hi. I came across this error. Shouldn't the library be resilient to that ? If so, I could take a stab at a PR. <img width="761" alt="screen shot 2016-04-20 at 8 33 12 pm" src="https://cloud.githubusercontent.com/assets/3277100/14694537/4171c750-0737-11e6-8ad0-a15654b42f46.png">
1.0
TypeError raised when url starts with numeric digit and contains a null byte - Hi. I came across this error. Shouldn't the library be resilient to that ? If so, I could take a stab at a PR. <img width="761" alt="screen shot 2016-04-20 at 8 33 12 pm" src="https://cloud.githubusercontent.com/assets/3277100/14694537/417...
process
typeerror raised when url starts with numeric digit and contains a null byte hi i came across this error shouldn t the library be resilient to that if so i could take a stab at a pr img width alt screen shot at pm src
1
5,171
7,948,162,118
IssuesEvent
2018-07-11 07:05:28
GoogleCloudPlatform/google-cloud-node
https://api.github.com/repos/GoogleCloudPlatform/google-cloud-node
closed
Dropping support for node.js 4.x and 9.x
type: process
I'd like to submit a blanket PR to drop support for node.js 4x and 9.x . This would be a semver major across the board. Given that we're no longer worried about the constructor pattern issue with TypeScript, does anyone have an objection to dropping these across the board? @GoogleCloudPlatform/node-team @GoogleClou...
1.0
Dropping support for node.js 4.x and 9.x - I'd like to submit a blanket PR to drop support for node.js 4x and 9.x . This would be a semver major across the board. Given that we're no longer worried about the constructor pattern issue with TypeScript, does anyone have an objection to dropping these across the board? ...
process
dropping support for node js x and x i d like to submit a blanket pr to drop support for node js and x this would be a semver major across the board given that we re no longer worried about the constructor pattern issue with typescript does anyone have an objection to dropping these across the board ...
1
15,495
19,703,235,226
IssuesEvent
2022-01-12 18:50:11
googleapis/gapic-generator-ruby
https://api.github.com/repos/googleapis/gapic-generator-ruby
opened
Your .repo-metadata.json files have a problem 🤒
type: process repo-metadata: lint
You have a problem with your .repo-metadata.json files: Result of scan 📈: * must have required property 'release_level' in shared/output/cloud/compute_small/.repo-metadata.json * api_shortname field missing from shared/output/cloud/compute_small/.repo-metadata.json * must have required property 'release_level' in s...
1.0
Your .repo-metadata.json files have a problem 🤒 - You have a problem with your .repo-metadata.json files: Result of scan 📈: * must have required property 'release_level' in shared/output/cloud/compute_small/.repo-metadata.json * api_shortname field missing from shared/output/cloud/compute_small/.repo-metadata.json ...
process
your repo metadata json files have a problem 🤒 you have a problem with your repo metadata json files result of scan 📈 must have required property release level in shared output cloud compute small repo metadata json api shortname field missing from shared output cloud compute small repo metadata json ...
1
153,141
19,702,799,413
IssuesEvent
2022-01-12 18:21:31
zurichat/zc_main
https://api.github.com/repos/zurichat/zc_main
opened
CVE-2022-0155 (High) detected in follow-redirects-1.14.4.tgz
security vulnerability
## CVE-2022-0155 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>follow-redirects-1.14.4.tgz</b></p></summary> <p>HTTP and HTTPS modules that follow redirects.</p> <p>Library home page...
True
CVE-2022-0155 (High) detected in follow-redirects-1.14.4.tgz - ## CVE-2022-0155 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>follow-redirects-1.14.4.tgz</b></p></summary> <p>HTTP an...
non_process
cve high detected in follow redirects tgz cve high severity vulnerability vulnerable library follow redirects tgz http and https modules that follow redirects library home page a href path to dependency file package json path to vulnerable library node modules fol...
0
51,230
6,151,727,272
IssuesEvent
2017-06-28 04:00:30
Kademi/kademi-dev
https://api.github.com/repos/Kademi/kademi-dev
closed
Leadman theme - in lead page: showing error page after click to create lead on menu
Ready to Test QA wontfix
profile to login http://lantest1.admin.kademi-prod.com/manageUsers/74549 login to http://hattonfake001.kademi-prod.com/dashboard click to open lead page of any lead in dashboard page (ie: http://hattonfake001.kademi-prod.com/leads/76327/) then click to create a new lead in menu ![image](https://user-images.githu...
1.0
Leadman theme - in lead page: showing error page after click to create lead on menu - profile to login http://lantest1.admin.kademi-prod.com/manageUsers/74549 login to http://hattonfake001.kademi-prod.com/dashboard click to open lead page of any lead in dashboard page (ie: http://hattonfake001.kademi-prod.com/leads...
non_process
leadman theme in lead page showing error page after click to create lead on menu profile to login login to click to open lead page of any lead in dashboard page ie then click to create a new lead in menu it s showing error page
0