Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
1k
labels
stringlengths
4
1.38k
body
stringlengths
1
262k
index
stringclasses
16 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
457,028
13,151,060,055
IssuesEvent
2020-08-09 14:53:35
chrisjsewell/docutils
https://api.github.com/repos/chrisjsewell/docutils
closed
Handling inline in manpage writer [SF:patches:141]
closed-fixed patches priority-5
author: m_yamato created: 2017-06-17 19:09:57.308000 assigned: None SF_url: https://sourceforge.net/p/docutils/patches/141 attachments: - https://sourceforge.net/p/docutils/patches/141/attachment/manpage.py-inline.patch For following input: ~~~ .. code-block:: C int main (void); ~~~ rst2man reports an...
1.0
Handling inline in manpage writer [SF:patches:141] - author: m_yamato created: 2017-06-17 19:09:57.308000 assigned: None SF_url: https://sourceforge.net/p/docutils/patches/141 attachments: - https://sourceforge.net/p/docutils/patches/141/attachment/manpage.py-inline.patch For following input: ~~~ .. code-b...
priority
handling inline in manpage writer author m yamato created assigned none sf url attachments for following input code block c int main void reports an errror tmp c rst notimplementederror docutils writers manpage translator visiting unknown n...
1
812,512
30,339,133,841
IssuesEvent
2023-07-11 11:35:42
4paradigm/OpenMLDB
https://api.github.com/repos/4paradigm/OpenMLDB
closed
Allow non-empty tables for deploy
enhancement high-priority
**Is your feature request related to a problem? Please describe.** For now, we do not allow `deploy` if there is already some data in the related tables. **Describe the solution you'd like** After automatically adding indexes, we scan all the data and update the newly-added indexes
1.0
Allow non-empty tables for deploy - **Is your feature request related to a problem? Please describe.** For now, we do not allow `deploy` if there is already some data in the related tables. **Describe the solution you'd like** After automatically adding indexes, we scan all the data and update the newly-added inde...
priority
allow non empty tables for deploy is your feature request related to a problem please describe for now we do not allow deploy if there is already some data in the related tables describe the solution you d like after automatically adding indexes we scan all the data and update the newly added inde...
1
141,544
21,561,192,812
IssuesEvent
2022-05-01 07:16:34
szwathub/LeetCode.swift
https://api.github.com/repos/szwathub/LeetCode.swift
closed
146. LRU 缓存
question: medium hash table linked list design doubly linked list
# [146. LRU 缓存](https://leetcode.cn/problems/lru-cache/) 请你设计并实现一个满足  `LRU (最近最少使用) 缓存` 约束的数据结构。 实现 `LRUCache` 类: - `LRUCache(int capacity)` 以 **正整数** 作为容量 `capacity` 初始化 LRU 缓存 - `int get(int key)` 如果关键字 `key` 存在于缓存中,则返回关键字的值,否则返回 `-1` 。 - `void put(int key, int value)` 如果关键字 `key` 已经存在,则变更其数据值 `value` ;如果不存在,则...
1.0
146. LRU 缓存 - # [146. LRU 缓存](https://leetcode.cn/problems/lru-cache/) 请你设计并实现一个满足  `LRU (最近最少使用) 缓存` 约束的数据结构。 实现 `LRUCache` 类: - `LRUCache(int capacity)` 以 **正整数** 作为容量 `capacity` 初始化 LRU 缓存 - `int get(int key)` 如果关键字 `key` 存在于缓存中,则返回关键字的值,否则返回 `-1` 。 - `void put(int key, int value)` 如果关键字 `key` 已经存在,则变更其数据值 `v...
non_priority
lru 缓存 请你设计并实现一个满足  lru 最近最少使用 缓存 约束的数据结构。 实现 lrucache 类: lrucache int capacity 以 正整数 作为容量  capacity 初始化 lru 缓存 int get int key 如果关键字 key 存在于缓存中,则返回关键字的值,否则返回 。 void put int key int value  如果关键字  key 已经存在,则变更其数据值  value ;如果不存在,则向缓存中插入该组  key value 。如果插入操作导致关键字数量超过  ...
0
695,441
23,857,272,324
IssuesEvent
2022-09-07 01:50:18
space-wizards/space-station-14
https://api.github.com/repos/space-wizards/space-station-14
closed
Port autolink from Outer Rim
Status: Help Wanted Priority: 2-Before Release Difficulty: 1-Easy
## Description https://github.com/moonheart08/outer-rim-14/tree/master/Content.Server/00OuterRim/Mapping So mappers can just place a button labelled "bridge" and the appropriate shutters and not have to manually link every single shutter to the button.
1.0
Port autolink from Outer Rim - ## Description https://github.com/moonheart08/outer-rim-14/tree/master/Content.Server/00OuterRim/Mapping So mappers can just place a button labelled "bridge" and the appropriate shutters and not have to manually link every single shutter to the button.
priority
port autolink from outer rim description so mappers can just place a button labelled bridge and the appropriate shutters and not have to manually link every single shutter to the button
1
341,565
10,298,536,295
IssuesEvent
2019-08-28 11:35:26
xwikisas/application-meeting
https://api.github.com/repos/xwikisas/application-meeting
closed
Warnings in the Progress log when installing Meeting Application (Pro)
Priority: Minor Type: Bug
STEPS TO REPRODUCE 1. Go to Administer Wiki > Extensions > Extensions 2. Search for Meeting Application (Pro) 3. Click on Install, then Continue EXPECTED RESULTS The application is installed successfully without any warnings/errors. ACTUAL RESULTS Two warning messages are displayed in the Progress log:...
1.0
Warnings in the Progress log when installing Meeting Application (Pro) - STEPS TO REPRODUCE 1. Go to Administer Wiki > Extensions > Extensions 2. Search for Meeting Application (Pro) 3. Click on Install, then Continue EXPECTED RESULTS The application is installed successfully without any warnings/errors. ...
priority
warnings in the progress log when installing meeting application pro steps to reproduce go to administer wiki extensions extensions search for meeting application pro click on install then continue expected results the application is installed successfully without any warnings errors ...
1
21,913
10,698,791,566
IssuesEvent
2019-10-23 19:28:57
BCDevOps/platform-services
https://api.github.com/repos/BCDevOps/platform-services
opened
Aporeto - App Credential Refresh Automation and Policy
security security/aporeto
From our docs: App Credentials are created for our operators to interact with the Aporeto control plane. These are generated upon installation of an enforcer or operator and are crypotgraphically signed. Each app credential is created with an expiry date (typically 10 years from the creation date), and each operator ...
True
Aporeto - App Credential Refresh Automation and Policy - From our docs: App Credentials are created for our operators to interact with the Aporeto control plane. These are generated upon installation of an enforcer or operator and are crypotgraphically signed. Each app credential is created with an expiry date (typic...
non_priority
aporeto app credential refresh automation and policy from our docs app credentials are created for our operators to interact with the aporeto control plane these are generated upon installation of an enforcer or operator and are crypotgraphically signed each app credential is created with an expiry date typic...
0
415,679
28,047,034,228
IssuesEvent
2023-03-29 00:23:03
amzn/selling-partner-api-docs
https://api.github.com/repos/amzn/selling-partner-api-docs
closed
[BUG] Update inventory for not existing SKU by USING FEED POST_INVENTORY_AVAILABILITY_DATA
bug Documentation closing soon
I try to update inventory by using feed for existing SKU and its working perfect 100% The problem when I try to Update inventory for not existing SKU, here XML feed. ````xml <?xml version="1.0" encoding="utf-16"?> <AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/...
1.0
[BUG] Update inventory for not existing SKU by USING FEED POST_INVENTORY_AVAILABILITY_DATA - I try to update inventory by using feed for existing SKU and its working perfect 100% The problem when I try to Update inventory for not existing SKU, here XML feed. ````xml <?xml version="1.0" encoding="utf-16"?> <Amazo...
non_priority
update inventory for not existing sku by using feed post inventory availability data i try to update inventory by using feed for existing sku and its working perfect the problem when i try to update inventory for not existing sku here xml feed xml amazonenvelope xmlns xsi xmlns xsd ...
0
760,476
26,643,090,133
IssuesEvent
2023-01-25 07:33:02
WavesHQ/bridge
https://api.github.com/repos/WavesHQ/bridge
closed
DeFiChain Wallet Initializer
needs/area needs/triage kind/feature needs/priority server
<!-- Please only use this template for submitting enhancement/feature requests --> #### What would you like to be added: Initialize wallet that will be used to sign transactions. Private keys handling will be on a separate ticket.
1.0
DeFiChain Wallet Initializer - <!-- Please only use this template for submitting enhancement/feature requests --> #### What would you like to be added: Initialize wallet that will be used to sign transactions. Private keys handling will be on a separate ticket.
priority
defichain wallet initializer what would you like to be added initialize wallet that will be used to sign transactions private keys handling will be on a separate ticket
1
606,153
18,756,006,897
IssuesEvent
2021-11-05 10:49:59
googleapis/java-bigqueryconnection
https://api.github.com/repos/googleapis/java-bigqueryconnection
opened
com.example.bigqueryconnection.CreateConnectionIT: testCreateConnection failed
type: bug priority: p1 flakybot: issue
Note: #373 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 97b1b89bab4d1fd3224c1bc94753e352a159f448 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/475ef7d0-34c0-4197-99a7-35687b97dd04), [Sponge](http://sponge2/475ef7d0-34c0-4197-9...
1.0
com.example.bigqueryconnection.CreateConnectionIT: testCreateConnection failed - Note: #373 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 97b1b89bab4d1fd3224c1bc94753e352a159f448 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/47...
priority
com example bigqueryconnection createconnectionit testcreateconnection failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output com google api gax rpc deadlineexceededexception io grpc statusruntimee...
1
29,136
4,469,955,639
IssuesEvent
2016-08-25 14:36:08
mautic/mautic
https://api.github.com/repos/mautic/mautic
closed
$this->logger undefined in app/bundles/EmailBundle/Model/EmailModel.php
Bug Ready To Test
What type of report is this: | Q | A | ---| --- | Bug report? | Y (Regression) | Feature request? | | Enhancement? | ## Description: Some "open mail" are not tracked. But can't see the log because a PHP error ## If a bug: | Q | A | --- | --- | Mautic version | 2.0.2-dev | PHP version | ### ...
1.0
$this->logger undefined in app/bundles/EmailBundle/Model/EmailModel.php - What type of report is this: | Q | A | ---| --- | Bug report? | Y (Regression) | Feature request? | | Enhancement? | ## Description: Some "open mail" are not tracked. But can't see the log because a PHP error ## If a bug: | Q ...
non_priority
this logger undefined in app bundles emailbundle model emailmodel php what type of report is this q a bug report y regression feature request enhancement description some open mail are not tracked but can t see the log because a php error if a bug q ...
0
28,817
13,836,059,873
IssuesEvent
2020-10-14 00:07:12
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
CustomScrollView + SliverAppBar + WebView
P3 a: annoyance a: platform-views cp: 1.22 cp: 1.22 completed engine found in release: 1.20 has reproducible steps p: first party p: webview plugin severe: performance waiting for PR to land (fixed)
Hi, When trying to implement a floating `SliverAppBar` in conjunction with a `WebView` Flutter drops a significant amount of frames. It seems like the WebView is resizing itself whenever the `SliverAppBar` is scrolled out of view. ``` @override Widget build(BuildContext context) { return CustomScrollView( ...
True
CustomScrollView + SliverAppBar + WebView - Hi, When trying to implement a floating `SliverAppBar` in conjunction with a `WebView` Flutter drops a significant amount of frames. It seems like the WebView is resizing itself whenever the `SliverAppBar` is scrolled out of view. ``` @override Widget build(BuildCon...
non_priority
customscrollview sliverappbar webview hi when trying to implement a floating sliverappbar in conjunction with a webview flutter drops a significant amount of frames it seems like the webview is resizing itself whenever the sliverappbar is scrolled out of view override widget build buildcon...
0
295,165
9,082,722,101
IssuesEvent
2019-02-17 14:50:16
kubernetes/kubeadm
https://api.github.com/repos/kubernetes/kubeadm
closed
etcd-servers is not set correctly in static Pod manifest for kube-apiserver
priority/awaiting-more-evidence
<!-- Thanks for filing an issue! Before hitting the button, please answer these questions.--> ## Versions **kubeadm version** (use `kubeadm version`): kubeadm version: &version.Info{Major:"1", Minor:"13+", GitVersion:"v1.13.3-dirty", GitCommit:"721bfa751924da8d1680787490c54b9179b1fed0", GitTreeState:"dirty", B...
1.0
etcd-servers is not set correctly in static Pod manifest for kube-apiserver - <!-- Thanks for filing an issue! Before hitting the button, please answer these questions.--> ## Versions **kubeadm version** (use `kubeadm version`): kubeadm version: &version.Info{Major:"1", Minor:"13+", GitVersion:"v1.13.3-dirt...
priority
etcd servers is not set correctly in static pod manifest for kube apiserver versions kubeadm version use kubeadm version kubeadm version version info major minor gitversion dirty gitcommit gittreestate dirty builddate goversion compiler gc...
1
340,659
10,276,926,391
IssuesEvent
2019-08-24 22:11:40
wix/wix-style-react
https://api.github.com/repos/wix/wix-style-react
closed
<Dropdown/> - support mobile native control
Dropdown Mobile Web Priority:High type:feature
<!-- Thanks for reporting an issue 😄 to `wix-style-react`! Before you submit, please search open / closed issues before submitting, since someone else might have asked the same thing before. --> # ✨ Feature Request ### 🔦 Scope <!--- Tell us what is the scope of the feature you'd like to reque...
1.0
<Dropdown/> - support mobile native control - <!-- Thanks for reporting an issue 😄 to `wix-style-react`! Before you submit, please search open / closed issues before submitting, since someone else might have asked the same thing before. --> # ✨ Feature Request ### 🔦 Scope <!--- Tell us what i...
priority
support mobile native control thanks for reporting an issue 😄 to wix style react before you submit please search open closed issues before submitting since someone else might have asked the same thing before ✨ feature request 🔦 scope tell us what is the scop...
1
278,090
30,702,196,426
IssuesEvent
2023-07-27 01:10:34
snykiotcubedev/arangodb-3.7.6
https://api.github.com/repos/snykiotcubedev/arangodb-3.7.6
reopened
CVE-2021-27290 (High) detected in ssri-6.0.1.tgz, ssri-8.0.0.tgz
Mend: dependency security vulnerability
## CVE-2021-27290 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ssri-6.0.1.tgz</b>, <b>ssri-8.0.0.tgz</b></p></summary> <p> <details><summary><b>ssri-6.0.1.tgz</b></p></summary> <...
True
CVE-2021-27290 (High) detected in ssri-6.0.1.tgz, ssri-8.0.0.tgz - ## CVE-2021-27290 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ssri-6.0.1.tgz</b>, <b>ssri-8.0.0.tgz</b></p></sum...
non_priority
cve high detected in ssri tgz ssri tgz cve high severity vulnerability vulnerable libraries ssri tgz ssri tgz ssri tgz standard subresource integrity library parses serializes generates and verifies integrity metadata according to the sri sp...
0
255,951
27,533,879,668
IssuesEvent
2023-03-07 01:04:21
ShamKarthikS-Hexaware/recicd
https://api.github.com/repos/ShamKarthikS-Hexaware/recicd
opened
core-8.4.7.tgz: 1 vulnerabilities (highest severity is: 3.7)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>core-8.4.7.tgz</b></p></summary> <p>Nest - modern, fast, powerful node.js web framework (@core)</p> <p>Library home page: <a href="https://registry.npmjs.org/@nestjs/...
True
core-8.4.7.tgz: 1 vulnerabilities (highest severity is: 3.7) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>core-8.4.7.tgz</b></p></summary> <p>Nest - modern, fast, powerful node.js web framework (@core)</p> <p>...
non_priority
core tgz vulnerabilities highest severity is vulnerable library core tgz nest modern fast powerful node js web framework core library home page a href path to dependency file nestupone package json path to vulnerable library nestupone node modules nestjs core pa...
0
1,039
3,509,552,712
IssuesEvent
2016-01-08 23:25:12
kerubistan/kerub
https://api.github.com/repos/kerubistan/kerub
opened
concurrency bug in the host assigner
bug component:data processing priority: high
```assignControllers(com.github.K0zka.kerub.host.ControllerAssignerImplTest): java.util.concurrent.ExecutionException: java.util.ConcurrentModificationException: java.util.ConcurrentModificationException```
1.0
concurrency bug in the host assigner - ```assignControllers(com.github.K0zka.kerub.host.ControllerAssignerImplTest): java.util.concurrent.ExecutionException: java.util.ConcurrentModificationException: java.util.ConcurrentModificationException```
non_priority
concurrency bug in the host assigner assigncontrollers com github kerub host controllerassignerimpltest java util concurrent executionexception java util concurrentmodificationexception java util concurrentmodificationexception
0
84,961
16,582,943,414
IssuesEvent
2021-05-31 14:16:23
fossasia/pslab-desktop
https://api.github.com/repos/fossasia/pslab-desktop
closed
upgrade to Electron 10
Codeheat
* **I'm submitting a ...** - [ ] bug report - [ ] feature request - [x] maintenance request https://www.electronjs.org/blog/electron-10-0#breaking-changes was just released
1.0
upgrade to Electron 10 - * **I'm submitting a ...** - [ ] bug report - [ ] feature request - [x] maintenance request https://www.electronjs.org/blog/electron-10-0#breaking-changes was just released
non_priority
upgrade to electron i m submitting a bug report feature request maintenance request was just released
0
650,642
21,411,719,143
IssuesEvent
2022-04-22 06:53:42
opencrvs/opencrvs-core
https://api.github.com/repos/opencrvs/opencrvs-core
closed
Remove Performance Operational Roles
💅 Waiting For Review Priority: high
**Bug Description:** Role types: Performance Oversight is not active roles in the system and need to be removed **Steps to reproduce:** 1. Login as local/ national system admin 2. Go to team 3. Click new user 4. Observe Role drop down **Actual result:** Shows Performance Oversight **Expected Result:** ...
1.0
Remove Performance Operational Roles - **Bug Description:** Role types: Performance Oversight is not active roles in the system and need to be removed **Steps to reproduce:** 1. Login as local/ national system admin 2. Go to team 3. Click new user 4. Observe Role drop down **Actual result:** Shows Performan...
priority
remove performance operational roles bug description role types performance oversight is not active roles in the system and need to be removed steps to reproduce login as local national system admin go to team click new user observe role drop down actual result shows performan...
1
265,192
23,150,909,635
IssuesEvent
2022-07-29 08:14:18
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
pkg/sql/logictest/tests/fakedist/fakedist_test: TestLogic_udf failed
C-test-failure O-robot branch-master
pkg/sql/logictest/tests/fakedist/fakedist_test.TestLogic_udf [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/5905515?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/5905515?buildTab=artifacts#/) on master @ [...
1.0
pkg/sql/logictest/tests/fakedist/fakedist_test: TestLogic_udf failed - pkg/sql/logictest/tests/fakedist/fakedist_test.TestLogic_udf [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/5905515?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cock...
non_priority
pkg sql logictest tests fakedist fakedist test testlogic udf failed pkg sql logictest tests fakedist fakedist test testlogic udf with on master run testlogic udf test log scope go test logs captured to artifacts tmp tmp logtestlogic test log scope go use show logs to p...
0
182,090
14,899,993,091
IssuesEvent
2021-01-21 14:56:42
falcosecurity/client-py
https://api.github.com/repos/falcosecurity/client-py
closed
Document cert material with falcoctl
kind/documentation lifecycle/rotten
**What to document** Can we please add documentation about creating the TLS certs with `falcoctl` for the python SDK <!-- Describe the part of project you would like to be documented. A clear and concise description of what you want to happen. -->
1.0
Document cert material with falcoctl - **What to document** Can we please add documentation about creating the TLS certs with `falcoctl` for the python SDK <!-- Describe the part of project you would like to be documented. A clear and concise description of what you want to happen. -->
non_priority
document cert material with falcoctl what to document can we please add documentation about creating the tls certs with falcoctl for the python sdk describe the part of project you would like to be documented a clear and concise description of what you want to happen
0
320,518
23,812,849,001
IssuesEvent
2022-09-05 01:03:07
jberkel/sms-backup-plus
https://api.github.com/repos/jberkel/sms-backup-plus
closed
Will SMS messages on Gmail disappear once phone with messages is disconnected
documentation
Hi! Thank you so much for continuing to update such a helpful app. We used the server name imap.Gmail.com and the sms+ backup worked like a breeze. My sister is disconnecting her phone tomorrow. Will the SMS messages automatically disappear after the phone is wiped? We are unsure whether the hosted messages need a ...
1.0
Will SMS messages on Gmail disappear once phone with messages is disconnected - Hi! Thank you so much for continuing to update such a helpful app. We used the server name imap.Gmail.com and the sms+ backup worked like a breeze. My sister is disconnecting her phone tomorrow. Will the SMS messages automatically disap...
non_priority
will sms messages on gmail disappear once phone with messages is disconnected hi thank you so much for continuing to update such a helpful app we used the server name imap gmail com and the sms backup worked like a breeze my sister is disconnecting her phone tomorrow will the sms messages automatically disap...
0
711,771
24,474,614,927
IssuesEvent
2022-10-08 02:38:08
kubevela/kubevela
https://api.github.com/repos/kubevela/kubevela
closed
[Feature] Dispatch resource within a component sequentially
type/enhancement priority/important-soon needs more info area/controller area/appmodel area/workflow
**Is your feature request related to a problem? Please describe.** In our scenario, we define several traits to generate `Custom Resource` for completing specific tasks. - In some cases, trait-A need to dispatch before trait-B and workload. - In k8s's case, when we modify pod parameter and configmap parameter, the ...
1.0
[Feature] Dispatch resource within a component sequentially - **Is your feature request related to a problem? Please describe.** In our scenario, we define several traits to generate `Custom Resource` for completing specific tasks. - In some cases, trait-A need to dispatch before trait-B and workload. - In k8s's ca...
priority
dispatch resource within a component sequentially is your feature request related to a problem please describe in our scenario we define several traits to generate custom resource for completing specific tasks in some cases trait a need to dispatch before trait b and workload in s case when w...
1
401,003
27,311,620,027
IssuesEvent
2023-02-24 12:40:19
enclave-networks/docs
https://api.github.com/repos/enclave-networks/docs
opened
Add edge case how do I do X scenarios and questions for Gateway documentation
documentation
* What happens if the gateway looses it's defined route to the destination subnet (e.g. interface is disabled)? not much changes, routes persist, traffic doesn't flow - ofc. * What happens if multiple gateways expose the same logical subnet, but they're actually different, isolated networks? they just hit those su...
1.0
Add edge case how do I do X scenarios and questions for Gateway documentation - * What happens if the gateway looses it's defined route to the destination subnet (e.g. interface is disabled)? not much changes, routes persist, traffic doesn't flow - ofc. * What happens if multiple gateways expose the same logical su...
non_priority
add edge case how do i do x scenarios and questions for gateway documentation what happens if the gateway looses it s defined route to the destination subnet e g interface is disabled not much changes routes persist traffic doesn t flow ofc what happens if multiple gateways expose the same logical su...
0
224,470
7,470,873,610
IssuesEvent
2018-04-03 07:18:03
openshift/origin
https://api.github.com/repos/openshift/origin
closed
docker image openshift/origin cannot start containers
component/networking kind/question lifecycle/rotten priority/P2
Attempting to run a container fails. I tested this only on Fedora 23 at this point. This is the error message from oc logs, extracted from examples below: ``` F0128 22:18:08.288025 1 deployer.go:65] couldn't get deployment test/training-1: Get https://[ipaddr redacted]:8443/api/v1/namespaces/test/replicationcon...
1.0
docker image openshift/origin cannot start containers - Attempting to run a container fails. I tested this only on Fedora 23 at this point. This is the error message from oc logs, extracted from examples below: ``` F0128 22:18:08.288025 1 deployer.go:65] couldn't get deployment test/training-1: Get https://[ipa...
priority
docker image openshift origin cannot start containers attempting to run a container fails i tested this only on fedora at this point this is the error message from oc logs extracted from examples below deployer go couldn t get deployment test training get https api namespac...
1
799,977
28,321,580,666
IssuesEvent
2023-04-11 01:57:23
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Request] waterfox-g-bin
request:new-pkg priority:low
### Link to the package base(s) in the AUR https://aur.archlinux.org/packages/waterfox-g-bin ### Utility this package has for you I use it as an alternative to Firefox which blocks tracking mechanisms and does not collect any telemetry. ### Do you consider the package(s) to be useful for every Chaotic-AUR user? No...
1.0
[Request] waterfox-g-bin - ### Link to the package base(s) in the AUR https://aur.archlinux.org/packages/waterfox-g-bin ### Utility this package has for you I use it as an alternative to Firefox which blocks tracking mechanisms and does not collect any telemetry. ### Do you consider the package(s) to be useful for ...
priority
waterfox g bin link to the package base s in the aur utility this package has for you i use it as an alternative to firefox which blocks tracking mechanisms and does not collect any telemetry do you consider the package s to be useful for every chaotic aur user no but for a few do you ...
1
819,452
30,736,344,246
IssuesEvent
2023-07-28 07:58:16
interledger/testnet
https://api.github.com/repos/interledger/testnet
closed
Implement cross-currency transactions
package: wallet/backend priority: high
We need to have in place cross currency transactions in testnet. Ex. USD-EUR Rafiki rates file needs to be updated with many more currencies.
1.0
Implement cross-currency transactions - We need to have in place cross currency transactions in testnet. Ex. USD-EUR Rafiki rates file needs to be updated with many more currencies.
priority
implement cross currency transactions we need to have in place cross currency transactions in testnet ex usd eur rafiki rates file needs to be updated with many more currencies
1
16,523
2,615,118,059
IssuesEvent
2015-03-01 05:43:38
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
opened
language-translate-v2-json-sample
auto-migrated Priority-Medium Type-Sample
``` Which API and version (e.g. Google Calendar Data API version 2)? Google Translate API version 2 What format (e.g. JSON, Atom)? JSON What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)? None Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)? Java 6 External references, such as API refer...
1.0
language-translate-v2-json-sample - ``` Which API and version (e.g. Google Calendar Data API version 2)? Google Translate API version 2 What format (e.g. JSON, Atom)? JSON What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)? None Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)? Java 6 Ex...
priority
language translate json sample which api and version e g google calendar data api version google translate api version what format e g json atom json what authentation e g oauth oauth android clientlogin none java environment e g java android app engine java ext...
1
10,824
9,107,095,658
IssuesEvent
2019-02-21 02:43:45
servicemesher/trans
https://api.github.com/repos/servicemesher/trans
closed
Introducing AWS App Mesh – service mesh for microservices on AWS
tag/service-mesh type/blog
## 基本信息 原文链接:https://aws.amazon.com/blogs/compute/introducing-aws-app-mesh-service-mesh-for-microservices-on-aws/ 发布时间:2018年11月28日 译文链接: 作者:Nathan Taber 译者: 类型:博客
1.0
Introducing AWS App Mesh – service mesh for microservices on AWS - ## 基本信息 原文链接:https://aws.amazon.com/blogs/compute/introducing-aws-app-mesh-service-mesh-for-microservices-on-aws/ 发布时间:2018年11月28日 译文链接: 作者:Nathan Taber 译者: 类型:博客
non_priority
introducing aws app mesh – service mesh for microservices on aws 基本信息 原文链接: 发布时间: 译文链接: 作者:nathan taber 译者: 类型:博客
0
656,173
21,722,656,497
IssuesEvent
2022-05-11 03:00:11
opensquare-network/collaboration
https://api.github.com/repos/opensquare-network/collaboration
opened
Fix identity display
UI priority:low
- Chain icon 14px - Identity icon 12px - Text horizontal alignment Preview <img width="640" alt="image" src="https://user-images.githubusercontent.com/59445675/167760107-36934712-9519-42a2-8847-d10257337a9c.png">
1.0
Fix identity display - - Chain icon 14px - Identity icon 12px - Text horizontal alignment Preview <img width="640" alt="image" src="https://user-images.githubusercontent.com/59445675/167760107-36934712-9519-42a2-8847-d10257337a9c.png">
priority
fix identity display chain icon identity icon text horizontal alignment preview img width alt image src
1
328,166
9,990,429,527
IssuesEvent
2019-07-11 08:48:58
d3jn/vizcache
https://api.github.com/repos/d3jn/vizcache
closed
Update README.md
priority:low
README file must provide more information about this package, it's purpose and basic usage. Formatting also needs to be improved.
1.0
Update README.md - README file must provide more information about this package, it's purpose and basic usage. Formatting also needs to be improved.
priority
update readme md readme file must provide more information about this package it s purpose and basic usage formatting also needs to be improved
1
155,851
5,961,963,564
IssuesEvent
2017-05-29 19:52:34
mmisw/orr-portal
https://api.github.com/repos/mmisw/orr-portal
closed
terms not resolving properly in mmisw v3?
bug Priority-Critical
Not sure what the nature of this issue is. If I go to http://mmisw.org/ont/mmi/platform, I get a list of triples that includes, e.g., http://mmisw.org/ont/mmi/platform/Aeroplane. If I click on or enter that term, I get the following error: ``` { "msg": "resolveUri: error getting term", "error": { "e...
1.0
terms not resolving properly in mmisw v3? - Not sure what the nature of this issue is. If I go to http://mmisw.org/ont/mmi/platform, I get a list of triples that includes, e.g., http://mmisw.org/ont/mmi/platform/Aeroplane. If I click on or enter that term, I get the following error: ``` { "msg": "resolveUri...
priority
terms not resolving properly in mmisw not sure what the nature of this issue is if i go to i get a list of triples that includes e g if i click on or enter that term i get the following error msg resolveuri error getting term error error error querying uri java...
1
451,039
13,023,382,497
IssuesEvent
2020-07-27 09:54:24
localstack/localstack
https://api.github.com/repos/localstack/localstack
closed
RDS Restoring from Snapshot is failing
PRO priority-high
<!-- Love localstack? Please consider supporting our collective: 👉 https://opencollective.com/localstack/donate --> # Type of request: This is a ... [x ] bug report [ ] feature request # Detailed description We're currently trying to write a small script which will create and restore snapshots. Currentl...
1.0
RDS Restoring from Snapshot is failing - <!-- Love localstack? Please consider supporting our collective: 👉 https://opencollective.com/localstack/donate --> # Type of request: This is a ... [x ] bug report [ ] feature request # Detailed description We're currently trying to write a small script which wi...
priority
rds restoring from snapshot is failing love localstack please consider supporting our collective 👉 type of request this is a bug report feature request detailed description we re currently trying to write a small script which will create and restore snapshots currently crea...
1
330,552
24,265,655,057
IssuesEvent
2022-09-28 05:52:56
ChiLiubio/microeco
https://api.github.com/repos/ChiLiubio/microeco
closed
Simpson Index and Inverse Simpson Index
documentation
Hi Chi, I have a doubt about the trans_alpha function. I thought the Inverse of Simpson was calculated as 1/Simpson Index but the values don't show that. Isn't it? Another doubt I have is: the Simpson Index shows higher diversity when is higher or lower? I have messed up. Thank you so much in advance
1.0
Simpson Index and Inverse Simpson Index - Hi Chi, I have a doubt about the trans_alpha function. I thought the Inverse of Simpson was calculated as 1/Simpson Index but the values don't show that. Isn't it? Another doubt I have is: the Simpson Index shows higher diversity when is higher or lower? I have messed up. ...
non_priority
simpson index and inverse simpson index hi chi i have a doubt about the trans alpha function i thought the inverse of simpson was calculated as simpson index but the values don t show that isn t it another doubt i have is the simpson index shows higher diversity when is higher or lower i have messed up ...
0
192,737
22,215,997,666
IssuesEvent
2022-06-08 01:45:16
madhans23/linux-4.1.15
https://api.github.com/repos/madhans23/linux-4.1.15
reopened
CVE-2020-16166 (Low) detected in multiple libraries
security vulnerability
## CVE-2020-16166 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b...
True
CVE-2020-16166 (Low) detected in multiple libraries - ## CVE-2020-16166 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b>, <b>li...
non_priority
cve low detected in multiple libraries cve low severity vulnerability vulnerable libraries linux stable linux stable linux stable linux stable vulnerability details the linux kernel through allows remote attackers to make observati...
0
325,323
24,043,533,567
IssuesEvent
2022-09-16 05:51:39
Azure/PSRule.Rules.Azure
https://api.github.com/repos/Azure/PSRule.Rules.Azure
opened
Add extended documentation for generating rule from Azure Policy
documentation
Add step by step documentation for generating rules from Azure Policy. We should add a topic under [Getting started](https://azure.github.io/PSRule.Rules.Azure/about/) > Customization. The current documentation is only cmdlet help as per #1345. Related to #181
1.0
Add extended documentation for generating rule from Azure Policy - Add step by step documentation for generating rules from Azure Policy. We should add a topic under [Getting started](https://azure.github.io/PSRule.Rules.Azure/about/) > Customization. The current documentation is only cmdlet help as per #1345. Re...
non_priority
add extended documentation for generating rule from azure policy add step by step documentation for generating rules from azure policy we should add a topic under customization the current documentation is only cmdlet help as per related to
0
134,341
19,179,953,309
IssuesEvent
2021-12-04 07:38:59
prgrms-web-devcourse/Team_Price_Offer_FE
https://api.github.com/repos/prgrms-web-devcourse/Team_Price_Offer_FE
opened
💄design: SearchResultPage 마크업
💄 Design
## 작업내용 - [ ] SearchResultPage 마크업 <!-- 주의사항이 있는 경우 적어주세요! ## 주의사항 --> ## 시작일 - 12월 4일 ## 종료일 -
1.0
💄design: SearchResultPage 마크업 - ## 작업내용 - [ ] SearchResultPage 마크업 <!-- 주의사항이 있는 경우 적어주세요! ## 주의사항 --> ## 시작일 - 12월 4일 ## 종료일 -
non_priority
💄design searchresultpage 마크업 작업내용 searchresultpage 마크업 주의사항이 있는 경우 적어주세요 주의사항 시작일 종료일
0
160,556
25,191,469,357
IssuesEvent
2022-11-12 02:03:12
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
C# Editor, Convert to Hex refactoring unexpected limitations
Area-IDE Feature Request Need More Info Need Design Review
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/C-Editor-Convert-to-Hex-refactoring-un/1353082)._ --- If you have a list of f.ex. decimal integers, you should be able to transform them en-masse using both multi-select and box-select, both by having the cu...
1.0
C# Editor, Convert to Hex refactoring unexpected limitations - _This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/C-Editor-Convert-to-Hex-refactoring-un/1353082)._ --- If you have a list of f.ex. decimal integers, you should be able to transform them en-mass...
non_priority
c editor convert to hex refactoring unexpected limitations this issue has been moved from if you have a list of f ex decimal integers you should be able to transform them en masse using both multi select and box select both by having the cursors carets either just touch or be inside the numbers just l...
0
538,379
15,767,709,527
IssuesEvent
2021-03-31 16:23:20
dmwm/WMCore
https://api.github.com/repos/dmwm/WMCore
opened
[py2py3] check the use of division
Has Internal Dependency Low Priority Python3 py3 potential bug
**Impact of the bug** WMCore in general **Describe the bug** We have not observed any bug at the moment, but it is possible that this will create some problems. During the modernization campaign, we made such changes: ```python from __future__ import division ... infoSSB[site]['slotsCPU...
1.0
[py2py3] check the use of division - **Impact of the bug** WMCore in general **Describe the bug** We have not observed any bug at the moment, but it is possible that this will create some problems. During the modernization campaign, we made such changes: ```python from __future__ import division ... ...
priority
check the use of division impact of the bug wmcore in general describe the bug we have not observed any bug at the moment but it is possible that this will create some problems during the modernization campaign we made such changes python from future import division ...
1
258,475
27,564,107,720
IssuesEvent
2023-03-08 01:28:48
MidnightBSD/midnightbsd-app-store
https://api.github.com/repos/MidnightBSD/midnightbsd-app-store
closed
CVE-2022-41915 (Medium) detected in netty-codec-http-4.1.77.Final.jar - autoclosed
security vulnerability
## CVE-2022-41915 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-http-4.1.77.Final.jar</b></p></summary> <p></p> <p>Library home page: <a href="https://netty.io/">https:...
True
CVE-2022-41915 (Medium) detected in netty-codec-http-4.1.77.Final.jar - autoclosed - ## CVE-2022-41915 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-http-4.1.77.Final.ja...
non_priority
cve medium detected in netty codec http final jar autoclosed cve medium severity vulnerability vulnerable library netty codec http final jar library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository io net...
0
94,756
27,280,487,808
IssuesEvent
2023-02-23 09:42:25
gwaldron/osgearth
https://api.github.com/repos/gwaldron/osgearth
closed
OSG can't find plugins
build-issue
Hi! I'm new to both OSG and OSG Earth, so the solution to this issue is likely trivial. I have installed OSG Earth and all dependencies using vcpkg as recommended in the documentation, and used `vcpkg integrate install` for simple integration with Visual Studio, as recommended in the vcpkg documentation. Now I'm ...
1.0
OSG can't find plugins - Hi! I'm new to both OSG and OSG Earth, so the solution to this issue is likely trivial. I have installed OSG Earth and all dependencies using vcpkg as recommended in the documentation, and used `vcpkg integrate install` for simple integration with Visual Studio, as recommended in the vcpkg d...
non_priority
osg can t find plugins hi i m new to both osg and osg earth so the solution to this issue is likely trivial i have installed osg earth and all dependencies using vcpkg as recommended in the documentation and used vcpkg integrate install for simple integration with visual studio as recommended in the vcpkg d...
0
148,855
5,697,402,426
IssuesEvent
2017-04-16 21:20:44
Radarr/Radarr
https://api.github.com/repos/Radarr/Radarr
closed
Series reference when adding PMS connect
enhancement priority:low ui
Latest version; seeing option "Filter Series Tags" when adding Plex Media Server to Connect tab.
1.0
Series reference when adding PMS connect - Latest version; seeing option "Filter Series Tags" when adding Plex Media Server to Connect tab.
priority
series reference when adding pms connect latest version seeing option filter series tags when adding plex media server to connect tab
1
28,586
2,707,965,332
IssuesEvent
2015-04-08 04:11:39
cs2103jan2015-w13-4j/main
https://api.github.com/repos/cs2103jan2015-w13-4j/main
closed
Implement hotkeys for certain actions
priority.high
So that users are able to use the software more smoothly. An example would be users being able to directly use the Enter button to enter commands in the command line interface, or to use 'Ctrl' + 'A' keys to add a new task.
1.0
Implement hotkeys for certain actions - So that users are able to use the software more smoothly. An example would be users being able to directly use the Enter button to enter commands in the command line interface, or to use 'Ctrl' + 'A' keys to add a new task.
priority
implement hotkeys for certain actions so that users are able to use the software more smoothly an example would be users being able to directly use the enter button to enter commands in the command line interface or to use ctrl a keys to add a new task
1
124,622
4,928,443,904
IssuesEvent
2016-11-27 09:59:35
tgstation/tgstation
https://api.github.com/repos/tgstation/tgstation
closed
Highlander Bug:Everyone is the only left standing
Bug Priority: High
![AHH](http://puu.sh/s3ECb/16a9354fb0.png) And then we were treated to 19 last man standing oggs played simultaneously. @Xhuis
1.0
Highlander Bug:Everyone is the only left standing - ![AHH](http://puu.sh/s3ECb/16a9354fb0.png) And then we were treated to 19 last man standing oggs played simultaneously. @Xhuis
priority
highlander bug everyone is the only left standing and then we were treated to last man standing oggs played simultaneously xhuis
1
237,817
7,765,611,971
IssuesEvent
2018-06-02 05:48:15
the-blue-alliance/the-blue-alliance-ios
https://api.github.com/repos/the-blue-alliance/the-blue-alliance-ios
closed
Team @ Event Summary
high priority
Data model might need updating so that we can have the `/team/{team_key}/event/{event_key}/status` endpoint https://github.com/the-blue-alliance/the-blue-alliance-android/blob/master/android/src/main/java/com/thebluealliance/androidclient/fragments/teamAtEvent/TeamAtEventSummaryFragment.java ![virtualbox_android_...
1.0
Team @ Event Summary - Data model might need updating so that we can have the `/team/{team_key}/event/{event_key}/status` endpoint https://github.com/the-blue-alliance/the-blue-alliance-android/blob/master/android/src/main/java/com/thebluealliance/androidclient/fragments/teamAtEvent/TeamAtEventSummaryFragment.java ...
priority
team event summary data model might need updating so that we can have the team team key event event key status endpoint
1
99,838
30,564,026,093
IssuesEvent
2023-07-20 16:23:26
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Unable to clean up running docker containers
area-Infrastructure-libraries Known Build Error
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=300842 Build error leg or test failing: "Libraries Test Run release mono linux x64 Debug" and "Libraries Test Run release coreclr linux x64 Debug" Pull request: https://github.com/dotnet/runtim...
1.0
Unable to clean up running docker containers - ## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=300842 Build error leg or test failing: "Libraries Test Run release mono linux x64 Debug" and "Libraries Test Run release coreclr linux x64 Debug" ...
non_priority
unable to clean up running docker containers build information build build error leg or test failing libraries test run release mono linux debug and libraries test run release coreclr linux debug pull request error message fill the error message using json errormes...
0
798,828
28,299,850,944
IssuesEvent
2023-04-10 04:26:09
beda-software/fhir-emr
https://api.github.com/repos/beda-software/fhir-emr
closed
Convert Questionnaire and QuestionnaireResponse
Priority::High
Add functions to convert Questionnaire and QuestionnaireResponse from Aidbox to FHIR format and back: - from FHIR QuestionnaireResponse to Aidbox FHIRQuestionnaireResponse; - from Aidbox FHIRQuestionnaireResponse to FHIR QuestionnaireResponse; - from Aidbox Questionnaire to FHIR Questionnaire https://github.com/b...
1.0
Convert Questionnaire and QuestionnaireResponse - Add functions to convert Questionnaire and QuestionnaireResponse from Aidbox to FHIR format and back: - from FHIR QuestionnaireResponse to Aidbox FHIRQuestionnaireResponse; - from Aidbox FHIRQuestionnaireResponse to FHIR QuestionnaireResponse; - from Aidbox Questionn...
priority
convert questionnaire and questionnaireresponse add functions to convert questionnaire and questionnaireresponse from aidbox to fhir format and back from fhir questionnaireresponse to aidbox fhirquestionnaireresponse from aidbox fhirquestionnaireresponse to fhir questionnaireresponse from aidbox questionn...
1
481,662
13,889,815,325
IssuesEvent
2020-10-19 08:25:58
canonical-web-and-design/ubuntu.com
https://api.github.com/repos/canonical-web-and-design/ubuntu.com
closed
[COPY UPDATE] index.html - "MicroStack - OpenStack in a snap"
Priority: High
Please update index.html - "MicroStack - OpenStack in a snap" from the [copy doc](https://docs.google.com/document/d/1-QO5zAclj469qGvFmNJBjQ_qqI_T_uliwj6mAo8ZbCs/edit?usp=drivesdk)
1.0
[COPY UPDATE] index.html - "MicroStack - OpenStack in a snap" - Please update index.html - "MicroStack - OpenStack in a snap" from the [copy doc](https://docs.google.com/document/d/1-QO5zAclj469qGvFmNJBjQ_qqI_T_uliwj6mAo8ZbCs/edit?usp=drivesdk)
priority
index html microstack openstack in a snap please update index html microstack openstack in a snap from the
1
325,014
27,840,121,926
IssuesEvent
2023-03-20 12:14:20
ixofoundation/ixo-blockchain
https://api.github.com/repos/ixofoundation/ixo-blockchain
closed
Review IBC relayers which are compatible with ixo-blockchain
discuss testing
After enabling IBC transfers on ixo-blockchain, significant testing was done around using IBC to transfer tokens between ixo and other blockchains. As is, our testing shows that transfers between ixo and other blockchains using a non-forked Cosmos SDK v0.42.4 or higher can be performed using the ts-relayer (see below)....
1.0
Review IBC relayers which are compatible with ixo-blockchain - After enabling IBC transfers on ixo-blockchain, significant testing was done around using IBC to transfer tokens between ixo and other blockchains. As is, our testing shows that transfers between ixo and other blockchains using a non-forked Cosmos SDK v0.42...
non_priority
review ibc relayers which are compatible with ixo blockchain after enabling ibc transfers on ixo blockchain significant testing was done around using ibc to transfer tokens between ixo and other blockchains as is our testing shows that transfers between ixo and other blockchains using a non forked cosmos sdk ...
0
92,133
3,867,244,494
IssuesEvent
2016-04-09 04:45:58
gama-platform/gama
https://api.github.com/repos/gama-platform/gama
closed
xxx_file operator should cast to the "xxx" type
> Bug Affects Maintainability Affects Stability Affects Usability Priority Critical
Currently, it is not the case : the file inside the operator "xxx_file" will be casted according to the extension of the file (and it's order inside the GamlAdditions.java (cf : #1671) ) We should be able to give any extension to the "xxx_file" operator. Ex : "csv_file("file.toto")" --> the file "file.toto" will be re...
1.0
xxx_file operator should cast to the "xxx" type - Currently, it is not the case : the file inside the operator "xxx_file" will be casted according to the extension of the file (and it's order inside the GamlAdditions.java (cf : #1671) ) We should be able to give any extension to the "xxx_file" operator. Ex : "csv_file...
priority
xxx file operator should cast to the xxx type currently it is not the case the file inside the operator xxx file will be casted according to the extension of the file and it s order inside the gamladditions java cf we should be able to give any extension to the xxx file operator ex csv file f...
1
831,881
32,064,181,056
IssuesEvent
2023-09-25 00:29:57
CanberraOceanRacingClub/namadgi3
https://api.github.com/repos/CanberraOceanRacingClub/namadgi3
opened
Investigate steering clunking noise while auto helm in operation
Priority_1 Boatworks
The noise is nasty like metal on metal impact sound. Problem was improved by not eliminated by tightening the steering cables. Does this adjustment impact rudder alignment? See also #566 @mrmrmartin @pcbaston @peterottesen
1.0
Investigate steering clunking noise while auto helm in operation - The noise is nasty like metal on metal impact sound. Problem was improved by not eliminated by tightening the steering cables. Does this adjustment impact rudder alignment? See also #566 @mrmrmartin @pcbaston @peterottesen
priority
investigate steering clunking noise while auto helm in operation the noise is nasty like metal on metal impact sound problem was improved by not eliminated by tightening the steering cables does this adjustment impact rudder alignment see also mrmrmartin pcbaston peterottesen
1
123,963
10,291,680,957
IssuesEvent
2019-08-27 13:01:19
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
teamcity: failed test: _unmatched_field_enclosure_direct=false
C-test-failure O-robot
The following tests appear to have failed on master (testrace): _unmatched_field_enclosure_direct=false You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+_unmatched_field_enclosure_direct=false). [#1451483](https://teamcity.cockroachdb.com/viewLog.html?buil...
1.0
teamcity: failed test: _unmatched_field_enclosure_direct=false - The following tests appear to have failed on master (testrace): _unmatched_field_enclosure_direct=false You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+_unmatched_field_enclosure_direct=false...
non_priority
teamcity failed test unmatched field enclosure direct false the following tests appear to have failed on master testrace unmatched field enclosure direct false you may want to check unmatched field enclosure direct false fail testrace testimportdata mysqloutfile unmatched field enclosure...
0
150,030
5,733,089,523
IssuesEvent
2017-04-21 16:20:00
tootsuite/mastodon
https://api.github.com/repos/tootsuite/mastodon
closed
Timezone of single toot display
enhancement priority - medium ui
Example, * https://mastodon.hk/@inmediahk/23687 The status is published at 17th April, 2017 09:13 UTC. Which is 17th April, 2017 17:13 HKT. The time displayed in timeline is (left) following the browser's timezone, while the single toot display (right) is showing UTC. ![c94852d72ba8ef66](https://cloud.githubus...
1.0
Timezone of single toot display - Example, * https://mastodon.hk/@inmediahk/23687 The status is published at 17th April, 2017 09:13 UTC. Which is 17th April, 2017 17:13 HKT. The time displayed in timeline is (left) following the browser's timezone, while the single toot display (right) is showing UTC. ![c94852...
priority
timezone of single toot display example the status is published at april utc which is april hkt the time displayed in timeline is left following the browser s timezone while the single toot display right is showing utc the behaviour is inconsistent it would be eas...
1
677,106
23,150,944,688
IssuesEvent
2022-07-29 08:16:18
containrrr/watchtower
https://api.github.com/repos/containrrr/watchtower
opened
DNS Timeout on run once
Type: Bug Priority: Medium Status: Available
**Describe the bug** Receive DNS timeout message when using --run-once **To Reproduce** <!-- Steps to reproduce the behavior: Run docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once --cleanup --debug **Expected behavior** Containers to update automatically. We wan...
1.0
DNS Timeout on run once - **Describe the bug** Receive DNS timeout message when using --run-once **To Reproduce** <!-- Steps to reproduce the behavior: Run docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once --cleanup --debug **Expected behavior** Containers to updat...
priority
dns timeout on run once describe the bug receive dns timeout message when using run once to reproduce steps to reproduce the behavior run docker run rm v var run docker sock var run docker sock containrrr watchtower run once cleanup debug expected behavior containers to updat...
1
493,579
14,235,088,700
IssuesEvent
2020-11-18 14:24:57
huridocs/uwazi
https://api.github.com/repos/huridocs/uwazi
closed
Apparently user deletions are not being logged in the activity log
Bug Priority: Medium
Research if user deletions is not getting logged in the activity log.
1.0
Apparently user deletions are not being logged in the activity log - Research if user deletions is not getting logged in the activity log.
priority
apparently user deletions are not being logged in the activity log research if user deletions is not getting logged in the activity log
1
702,145
24,120,664,737
IssuesEvent
2022-09-20 18:24:09
googleapis/nodejs-automl
https://api.github.com/repos/googleapis/nodejs-automl
closed
Automl Vision Classification Create Dataset Test: "after all" hook: delete created dataset for "should create a dataset" failed
type: bug priority: p1 api: automl flakybot: issue
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 1949bf9a26b63b4eefd13f5c6164691db46a0df2 b...
1.0
Automl Vision Classification Create Dataset Test: "after all" hook: delete created dataset for "should create a dataset" failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this iss...
priority
automl vision classification create dataset test after all hook delete created dataset for should create a dataset failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl ...
1
23,470
7,332,185,946
IssuesEvent
2018-03-05 15:39:50
meteor/meteor
https://api.github.com/repos/meteor/meteor
closed
Unknown package error, while package clearly exists....
Impact:few Project:Isobuild Severity:has-workaround bug confirmed not-implemented pull-requests-encouraged
Often when adding a package to the 'use' list of another package, I get an error that the package does not exist, while I'm sure it does. E.g.: ``` C:\Users\seba\AppData\Local\.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:165 throw e...
1.0
Unknown package error, while package clearly exists.... - Often when adding a package to the 'use' list of another package, I get an error that the package does not exist, while I'm sure it does. E.g.: ``` C:\Users\seba\AppData\Local\.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\lib\node_m...
non_priority
unknown package error while package clearly exists often when adding a package to the use list of another package i get an error that the package does not exist while i m sure it does e g c users seba appdata local meteor packages meteor tool mt os windows dev bundle lib node modu...
0
309,382
26,661,318,063
IssuesEvent
2023-01-25 21:24:22
MPMG-DCC-UFMG/F01
https://api.github.com/repos/MPMG-DCC-UFMG/F01
closed
Teste de generalizacao para a tag Contratos - Gerar Relatório - Muriaé
generalization test development template - ABO (21) tag - Contratos subtag - Gerar relatório
DoD: Realizar o teste de Generalização do validador da tag Contratos - Gerar Relatório para o Município de Muriaé.
1.0
Teste de generalizacao para a tag Contratos - Gerar Relatório - Muriaé - DoD: Realizar o teste de Generalização do validador da tag Contratos - Gerar Relatório para o Município de Muriaé.
non_priority
teste de generalizacao para a tag contratos gerar relatório muriaé dod realizar o teste de generalização do validador da tag contratos gerar relatório para o município de muriaé
0
96,675
3,971,791,776
IssuesEvent
2016-05-04 13:21:14
OCHA-DAP/hdx-ckan
https://api.github.com/repos/OCHA-DAP/hdx-ckan
closed
Crisis page - Ebola map data processing
Cleanup/Configuration Priority-Low
The data for the Ebola map is hardcoded and hard to use. It would be easier to maintain if we could process the data from several datasets.
1.0
Crisis page - Ebola map data processing - The data for the Ebola map is hardcoded and hard to use. It would be easier to maintain if we could process the data from several datasets.
priority
crisis page ebola map data processing the data for the ebola map is hardcoded and hard to use it would be easier to maintain if we could process the data from several datasets
1
143,664
19,211,138,719
IssuesEvent
2021-12-07 02:09:46
turkdevops/weblate
https://api.github.com/repos/turkdevops/weblate
closed
CVE-2018-14040 (Medium) detected in bootstrap-3.3.4.min.js - autoclosed
security vulnerability
## CVE-2018-14040 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.4.min.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile f...
True
CVE-2018-14040 (Medium) detected in bootstrap-3.3.4.min.js - autoclosed - ## CVE-2018-14040 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.4.min.js</b></p></summary> <...
non_priority
cve medium detected in bootstrap min js autoclosed cve medium severity vulnerability vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file ...
0
63,142
3,194,016,840
IssuesEvent
2015-09-30 09:35:08
fusioninventory/fusioninventory-for-glpi
https://api.github.com/repos/fusioninventory/fusioninventory-for-glpi
closed
Fusion should look for software in parent entities before trying to restore softwares from the trash
Category: Computer inventory Component: For junior contributor Component: Found in version Priority: Normal Status: Closed Tracker: Bug
--- Author Name: **Walid Nouh** (@wawax) Original Redmine Issue: 1690, http://forge.fusioninventory.org/issues/1690 Original Date: 2012-06-05 --- The current behavior when importing a software is to look for the software in the current entity. If found then restore it from the trash is necessary. The behavior s...
1.0
Fusion should look for software in parent entities before trying to restore softwares from the trash - --- Author Name: **Walid Nouh** (@wawax) Original Redmine Issue: 1690, http://forge.fusioninventory.org/issues/1690 Original Date: 2012-06-05 --- The current behavior when importing a software is to look for the ...
priority
fusion should look for software in parent entities before trying to restore softwares from the trash author name walid nouh wawax original redmine issue original date the current behavior when importing a software is to look for the software in the current entity if found then resto...
1
553,659
16,376,282,507
IssuesEvent
2021-05-16 06:39:41
keycloak/kc-sig-fapi
https://api.github.com/repos/keycloak/kc-sig-fapi
closed
Client Policy : UI on Admin Console​
Client Policy High Priority keycloak
This issue is about [KEYCLOAK-14209 Client Policy : UI on Admin Console](https://issues.redhat.com/browse/KEYCLOAK-14209) in [KEYCLOAK-13933 Client Policies](https://issues.redhat.com/browse/KEYCLOAK-13933). The goal of this project are the followings. - Implement UI for Client Policies on Admin Console defined i...
1.0
Client Policy : UI on Admin Console​ - This issue is about [KEYCLOAK-14209 Client Policy : UI on Admin Console](https://issues.redhat.com/browse/KEYCLOAK-14209) in [KEYCLOAK-13933 Client Policies](https://issues.redhat.com/browse/KEYCLOAK-13933). The goal of this project are the followings. - Implement UI for Cli...
priority
client policy ui on admin console​ this issue is about in the goal of this project are the followings implement ui for client policies on admin console defined in currently new admin console is under development therefore there are options for realizing client policy on admin console ...
1
314,226
23,511,868,486
IssuesEvent
2022-08-18 17:21:36
AnatoliyCh/bot-get-by-link
https://api.github.com/repos/AnatoliyCh/bot-get-by-link
closed
Add a common appsetting.json for all projects
documentation new function refactoring in progress
- основная статья: [Sharing appsettings.json](https://andrewlock.net/sharing-appsettings-json-configuration-files-between-projects-in-asp-net-core/); - статьи про логирование: [Ведение журнала в .NET](https://docs.microsoft.com/ru-ru/dotnet/core/extensions/logging?tabs=command-line), [Конфигурация и фильтрация логгиро...
1.0
Add a common appsetting.json for all projects - - основная статья: [Sharing appsettings.json](https://andrewlock.net/sharing-appsettings-json-configuration-files-between-projects-in-asp-net-core/); - статьи про логирование: [Ведение журнала в .NET](https://docs.microsoft.com/ru-ru/dotnet/core/extensions/logging?tabs=c...
non_priority
add a common appsetting json for all projects основная статья статьи про логирование переменные среды использование как оказалось webapi не видит добавленный appsettings json если он указан как ссылка поэтому с помощью configurationbuilder можно самому прочитать и забиндить ...
0
2,871
10,276,010,371
IssuesEvent
2019-08-24 13:33:42
arcticicestudio/arctic
https://api.github.com/repos/arcticicestudio/arctic
closed
Prettier
context-workflow scope-dx scope-maintainability scope-quality type-feature
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/63637792-4dcef380-c681-11e9-9252-f2fb22499985.png" width="30%" /></p> Integrate [Prettier][], the opinionated code formatter with support for many languages and integrations with most editors. It ensures that all outputted code conforms to...
True
Prettier - <p align="center"><img src="https://user-images.githubusercontent.com/7836623/63637792-4dcef380-c681-11e9-9252-f2fb22499985.png" width="30%" /></p> Integrate [Prettier][], the opinionated code formatter with support for many languages and integrations with most editors. It ensures that all outputted code ...
non_priority
prettier integrate the opinionated code formatter with support for many languages and integrations with most editors it ensures that all outputted code conforms to a consistent style configuration this is one of the main features of prettier it already provides the best and recommended style c...
0
49,128
10,322,571,847
IssuesEvent
2019-08-31 13:36:43
SleepyTrousers/EnderIO
https://api.github.com/repos/SleepyTrousers/EnderIO
closed
Vapor of levity is not defined as a cooler in Extreme Reactors mod
1.12 Bug Mod integration Code Complete
Issue Description: From Ender IO version 5.0.49 and higher, vapor of levity is not defined as a cooler in Extreme Reactors mod. ![2019-08-11 (2)](https://user-images.githubusercontent.com/34644142/62837047-8d164100-bc8c-11e9-8010-b190217be937.png) On the old version of EnderIO-1.12.2-5.0.43 and EnderIO-1.12....
1.0
Vapor of levity is not defined as a cooler in Extreme Reactors mod - Issue Description: From Ender IO version 5.0.49 and higher, vapor of levity is not defined as a cooler in Extreme Reactors mod. ![2019-08-11 (2)](https://user-images.githubusercontent.com/34644142/62837047-8d164100-bc8c-11e9-8010-b190217be937.pn...
non_priority
vapor of levity is not defined as a cooler in extreme reactors mod issue description from ender io version and higher vapor of levity is not defined as a cooler in extreme reactors mod on the old version of enderio and enderio vapor of levity worked as a coolant for t...
0
239,419
7,794,691,105
IssuesEvent
2018-06-08 04:18:48
Vhoyon/Discord-Bot
https://api.github.com/repos/Vhoyon/Discord-Bot
closed
Add a loop command to the music player
Feature Request: New Command Priority: Medium
_Idea taken from the Bot Work test server's Ideas channel from @StephanoMehawej_
1.0
Add a loop command to the music player - _Idea taken from the Bot Work test server's Ideas channel from @StephanoMehawej_
priority
add a loop command to the music player idea taken from the bot work test server s ideas channel from stephanomehawej
1
128,736
12,390,550,965
IssuesEvent
2020-05-20 10:52:56
knowsys/rulewerk
https://api.github.com/repos/knowsys/rulewerk
opened
Examples: add small example for Reasoner#getInferences()
documentation
The example should be a knowledge base that leads to a small materialisation.
1.0
Examples: add small example for Reasoner#getInferences() - The example should be a knowledge base that leads to a small materialisation.
non_priority
examples add small example for reasoner getinferences the example should be a knowledge base that leads to a small materialisation
0
80,316
30,222,765,035
IssuesEvent
2023-07-05 20:52:41
gwaldron/osgearth
https://api.github.com/repos/gwaldron/osgearth
closed
osgearth_annotation - exits on startup
defect CNR
Repro: `osgearth_annotation simple.earth` Output: `[osgEarth]* Usage: osgearth_annotation <earthfile>`
1.0
osgearth_annotation - exits on startup - Repro: `osgearth_annotation simple.earth` Output: `[osgEarth]* Usage: osgearth_annotation <earthfile>`
non_priority
osgearth annotation exits on startup repro osgearth annotation simple earth output usage osgearth annotation
0
87,387
3,750,640,559
IssuesEvent
2016-03-11 08:16:52
gama-platform/gama
https://api.github.com/repos/gama-platform/gama
closed
Anisotropic Diffusion (Cycle length)
> Bug Display OpenGL OS All Priority High Version Git
Run the model. When the model is running, a column appears at the center . It disappears when the model is paused.
1.0
Anisotropic Diffusion (Cycle length) - Run the model. When the model is running, a column appears at the center . It disappears when the model is paused.
priority
anisotropic diffusion cycle length run the model when the model is running a column appears at the center it disappears when the model is paused
1
69,387
30,268,310,637
IssuesEvent
2023-07-07 13:33:01
hashicorp/terraform-provider-azurerm
https://api.github.com/repos/hashicorp/terraform-provider-azurerm
closed
azurerm_automation_dsc_configuration is broken since provider version 2.96.0
bug service/automation
<!--- Please note the following potential times when an issue might be in Terraform core: * [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues * [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backen...
1.0
azurerm_automation_dsc_configuration is broken since provider version 2.96.0 - <!--- Please note the following potential times when an issue might be in Terraform core: * [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues * [State](https://www.terraform.io/...
non_priority
azurerm automation dsc configuration is broken since provider version please note the following potential times when an issue might be in terraform core or resource ordering issues and issues issues issues spans resources across multiple providers if you are runni...
0
68,991
13,201,538,503
IssuesEvent
2020-08-14 10:20:47
fac20/WEEK5-ACDO
https://api.github.com/repos/fac20/WEEK5-ACDO
closed
Syntax Error on init.sql file
bug code review
- It says CREATE nTABLE users - This needs to be changed to CREATE TABLE users - Might be stopping that table from being created or something ? 😨 - FYI This typo is only showing up on some people's laptops so I'm not sure whats exactly happening - if this typo isn't there for your team then just ignore thi...
1.0
Syntax Error on init.sql file - - It says CREATE nTABLE users - This needs to be changed to CREATE TABLE users - Might be stopping that table from being created or something ? 😨 - FYI This typo is only showing up on some people's laptops so I'm not sure whats exactly happening - if this typo isn't there fo...
non_priority
syntax error on init sql file it says create ntable users this needs to be changed to create table users might be stopping that table from being created or something 😨 fyi this typo is only showing up on some people s laptops so i m not sure whats exactly happening if this typo isn t there fo...
0
486,573
14,011,333,330
IssuesEvent
2020-10-29 07:09:05
ooni/ooni.org
https://api.github.com/repos/ooni/ooni.org
closed
Create epics from activities of the DRL grant
funder/drl20 priority/high project management
This is about integrating the following points into our roadmap and migrating issues from the OTF grant into the DRL one. These are the 3 objectives and the activities part of them: **Objective 1: Expand the breadth and granularity of coverage of global censorship events** * [x] 1.1 Expand censorship measurement...
1.0
Create epics from activities of the DRL grant - This is about integrating the following points into our roadmap and migrating issues from the OTF grant into the DRL one. These are the 3 objectives and the activities part of them: **Objective 1: Expand the breadth and granularity of coverage of global censorship e...
priority
create epics from activities of the drl grant this is about integrating the following points into our roadmap and migrating issues from the otf grant into the drl one these are the objectives and the activities part of them objective expand the breadth and granularity of coverage of global censorship e...
1
6,704
6,599,040,287
IssuesEvent
2017-09-16 14:40:21
iocage/libiocage
https://api.github.com/repos/iocage/libiocage
closed
Writing to files in jail's root path might compromise the host
security
During jail start we write to a bunch of files within a jail's root dataset. When those assets are a symlink, the host system will write to the symlink target instead of a (safe) file only in the jails dataset. Due to the nature of these helpers, the attacker would not be controlling the full content of the files, e...
True
Writing to files in jail's root path might compromise the host - During jail start we write to a bunch of files within a jail's root dataset. When those assets are a symlink, the host system will write to the symlink target instead of a (safe) file only in the jails dataset. Due to the nature of these helpers, the a...
non_priority
writing to files in jail s root path might compromise the host during jail start we write to a bunch of files within a jail s root dataset when those assets are a symlink the host system will write to the symlink target instead of a safe file only in the jails dataset due to the nature of these helpers the a...
0
69,700
3,310,302,528
IssuesEvent
2015-11-05 08:10:52
gapt/gapt
https://api.github.com/repos/gapt/gapt
closed
Add Iterative Deepening as Search Strategy to ATP
Enhancement Imported Low priority
_From [Martin.R...@googlemail.com](https://code.google.com/u/113922991942493634983/) on January 19, 2011 18:44:43_ During a discussion about nondeterministic proof search, Tomer and me talked about having diffferent search strategies to reduce the state explosion problem of BFS. This task should add a new trait for...
1.0
Add Iterative Deepening as Search Strategy to ATP - _From [Martin.R...@googlemail.com](https://code.google.com/u/113922991942493634983/) on January 19, 2011 18:44:43_ During a discussion about nondeterministic proof search, Tomer and me talked about having diffferent search strategies to reduce the state explosion pro...
priority
add iterative deepening as search strategy to atp from on january during a discussion about nondeterministic proof search tomer and me talked about having diffferent search strategies to reduce the state explosion problem of bfs this task should add a new trait formalizing a search which does...
1
21,472
3,727,042,430
IssuesEvent
2016-03-06 01:12:16
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
Proposal: Property initializer for readonly properties
Area-Language Design Discussion
Consider the following attribute. ```cs [Foo("Name", Optional = true)] ``` Currently, for declaring this attribute you may write something like this: ```cs sealed class FooAttribute : Attribute { public bool Optional { get; set; } public string Name { get; } public FooAttribute(string Name) { t...
1.0
Proposal: Property initializer for readonly properties - Consider the following attribute. ```cs [Foo("Name", Optional = true)] ``` Currently, for declaring this attribute you may write something like this: ```cs sealed class FooAttribute : Attribute { public bool Optional { get; set; } public string N...
non_priority
proposal property initializer for readonly properties consider the following attribute cs currently for declaring this attribute you may write something like this cs sealed class fooattribute attribute public bool optional get set public string name get public fooatt...
0
8,689
6,622,429,189
IssuesEvent
2017-09-21 23:45:55
couchbase/couchbase-lite-ios
https://api.github.com/repos/couchbase/couchbase-lite-ios
closed
Purge does not remove row from 'docs' table
icebox P1: high performance
When a document is purged, its entry is not removed from the SQLite docs table. In fact nothing removes rows from this table, so over time, if lots of docs with UUIDs are created and purged, the table will grow monotonically. (See internal bug report). My commentary from there: I think I remember what led to this. F...
True
Purge does not remove row from 'docs' table - When a document is purged, its entry is not removed from the SQLite docs table. In fact nothing removes rows from this table, so over time, if lots of docs with UUIDs are created and purged, the table will grow monotonically. (See internal bug report). My commentary from th...
non_priority
purge does not remove row from docs table when a document is purged its entry is not removed from the sqlite docs table in fact nothing removes rows from this table so over time if lots of docs with uuids are created and purged the table will grow monotonically see internal bug report my commentary from th...
0
273,140
8,527,152,914
IssuesEvent
2018-11-02 18:32:20
rjrobinson/respondersnowcom
https://api.github.com/repos/rjrobinson/respondersnowcom
closed
Fix Brakeman Errors
Priority: Critical Refactoring
### TO DO - [ ] Put some TODOs here. ### Description && Acceptance Criteria == Brakeman Report == Application Path: /Users/rrobin244/Dropbox/Dev/SIDE_PROJECT/respondersnowcom Rails Version: 5.1.4 Brakeman Version: 4.1.1 Scan Date: 2018-05-18 22:11:44 -0400 Duration: 2.457474 seconds Checks Run: BasicAut...
1.0
Fix Brakeman Errors - ### TO DO - [ ] Put some TODOs here. ### Description && Acceptance Criteria == Brakeman Report == Application Path: /Users/rrobin244/Dropbox/Dev/SIDE_PROJECT/respondersnowcom Rails Version: 5.1.4 Brakeman Version: 4.1.1 Scan Date: 2018-05-18 22:11:44 -0400 Duration: 2.457474 seconds...
priority
fix brakeman errors to do put some todos here description acceptance criteria brakeman report application path users dropbox dev side project respondersnowcom rails version brakeman version scan date duration seconds checks run basicauth b...
1
41,430
16,745,186,245
IssuesEvent
2021-06-11 14:41:58
LiskHQ/lisk-service
https://api.github.com/repos/LiskHQ/lisk-service
closed
Add non-recurring jobs during start
service/framework status: unplanned type: improvement
### Description The framework accepts job definitions that includes either cron timetable or interval parameter. Make it possible to define them without params, as a one-time operation during start. ### Motivation This feature is needed for database migration and clean-up tasks. ### Acceptance Criteria ...
1.0
Add non-recurring jobs during start - ### Description The framework accepts job definitions that includes either cron timetable or interval parameter. Make it possible to define them without params, as a one-time operation during start. ### Motivation This feature is needed for database migration and clean-...
non_priority
add non recurring jobs during start description the framework accepts job definitions that includes either cron timetable or interval parameter make it possible to define them without params as a one time operation during start motivation this feature is needed for database migration and clean ...
0
32,367
2,753,908,607
IssuesEvent
2015-04-25 04:44:22
canadainc/quran10
https://api.github.com/repos/canadainc/quran10
closed
Reduce memory footprint by sharing ComponentDefinition and background image
Component-Logic enhancement Priority-Medium Type-Performance
Put it in GlobalProperties
1.0
Reduce memory footprint by sharing ComponentDefinition and background image - Put it in GlobalProperties
priority
reduce memory footprint by sharing componentdefinition and background image put it in globalproperties
1
119,697
4,774,587,414
IssuesEvent
2016-10-27 07:23:48
NRGI/rgi-assessment-tool
https://api.github.com/repos/NRGI/rgi-assessment-tool
closed
The `justification` field is inactive for researchers after a manual change of the assessment status
in progress needs thinking priority
The issues is encountered with the following state transitions * `under review` -> `researcher started` * `under review` -> `assigned researcher` * `under review` -> `trial started` 1. Fix the `edit control` value in the following assessments * Myanmar hydrocarbons * Afghanistan pilot 1. Add a field ...
1.0
The `justification` field is inactive for researchers after a manual change of the assessment status - The issues is encountered with the following state transitions * `under review` -> `researcher started` * `under review` -> `assigned researcher` * `under review` -> `trial started` 1. Fix the `edit control` v...
priority
the justification field is inactive for researchers after a manual change of the assessment status the issues is encountered with the following state transitions under review researcher started under review assigned researcher under review trial started fix the edit control v...
1
344,085
24,797,392,878
IssuesEvent
2022-10-24 18:30:30
bridgetownrb/bridgetown
https://api.github.com/repos/bridgetownrb/bridgetown
opened
docs: switch from `master` to `main` when relevant in the documentation
documentation
<!-- Thanks for taking the time to open an issue and help us make Bridgetown better! --> ## Motivation <!-- Why should we update our docs? --> As it is specified multiple time in the CHANGELOG, Github and GitLab are using now `main` as the name of the default branch. However, I see numerous times that the `maste...
1.0
docs: switch from `master` to `main` when relevant in the documentation - <!-- Thanks for taking the time to open an issue and help us make Bridgetown better! --> ## Motivation <!-- Why should we update our docs? --> As it is specified multiple time in the CHANGELOG, Github and GitLab are using now `main` as the...
non_priority
docs switch from master to main when relevant in the documentation motivation as it is specified multiple time in the changelog github and gitlab are using now main as the name of the default branch however i see numerous times that the master branch is still quoted as instance in deploymen...
0
99,767
12,476,628,366
IssuesEvent
2020-05-29 13:47:55
sillsdev/TheCombine
https://api.github.com/repos/sillsdev/TheCombine
opened
There is no easy way to jump back to top of semantic tree
Needs UX Design
From 5/26 requirements: There isn’t an easy way to get out of a node, back up to the top of the tree, if I want to just start over with my navigation
1.0
There is no easy way to jump back to top of semantic tree - From 5/26 requirements: There isn’t an easy way to get out of a node, back up to the top of the tree, if I want to just start over with my navigation
non_priority
there is no easy way to jump back to top of semantic tree from requirements there isn’t an easy way to get out of a node back up to the top of the tree if i want to just start over with my navigation
0
165,637
14,007,370,325
IssuesEvent
2020-10-28 21:27:37
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
Documentation - PDF Error - Associate table data with header rows
508-issue-documents 508/Accessibility documentation product support vsp-product-support
This will be the spike ticket for writing documentation for associated table data with header rows in complex tables ( https://dequeuniversity.com/rules/comply-pdf/1.0/table-complex-structure )
1.0
Documentation - PDF Error - Associate table data with header rows - This will be the spike ticket for writing documentation for associated table data with header rows in complex tables ( https://dequeuniversity.com/rules/comply-pdf/1.0/table-complex-structure )
non_priority
documentation pdf error associate table data with header rows this will be the spike ticket for writing documentation for associated table data with header rows in complex tables
0
399,579
27,246,044,389
IssuesEvent
2023-02-22 02:08:54
hpcaitech/ColossalAI
https://api.github.com/repos/hpcaitech/ColossalAI
opened
[DOC]: Hope to get your answer!
documentation
### 📚 The doc issue two options: 1. 8*24G A40900 2. 8*48G A6000 . I have LLM 11B, RewardModel 1B. which option can run PPO model?
1.0
[DOC]: Hope to get your answer! - ### 📚 The doc issue two options: 1. 8*24G A40900 2. 8*48G A6000 . I have LLM 11B, RewardModel 1B. which option can run PPO model?
non_priority
hope to get your answer 📚 the doc issue two options i have llm rewardmodel which option can run ppo model
0
513,166
14,916,923,639
IssuesEvent
2021-01-22 18:59:54
canonical-web-and-design/ubuntu.com
https://api.github.com/repos/canonical-web-and-design/ubuntu.com
closed
GA impressions not working with async takeovers
Priority: High
The [script that sends the takeover event](https://github.com/canonical-web-and-design/ubuntu.com/blob/master/static/js/src/navigation.js#L142) needs to be moved to the client side rendering of the takeover.
1.0
GA impressions not working with async takeovers - The [script that sends the takeover event](https://github.com/canonical-web-and-design/ubuntu.com/blob/master/static/js/src/navigation.js#L142) needs to be moved to the client side rendering of the takeover.
priority
ga impressions not working with async takeovers the needs to be moved to the client side rendering of the takeover
1
234,839
18,020,393,631
IssuesEvent
2021-09-16 18:37:56
ueberdosis/tiptap
https://api.github.com/repos/ueberdosis/tiptap
closed
Algolia's search is not very useful
v2 documentation
I just tried to find documentation for the `onUpdate()` event. I would expect https://www.tiptap.dev/api/events to be the first result, but Algolia has decided that my search for `onupdate` should instead be a search for `outdate`. ![image](https://user-images.githubusercontent.com/139183/118392679-ace15280-b632-11e...
1.0
Algolia's search is not very useful - I just tried to find documentation for the `onUpdate()` event. I would expect https://www.tiptap.dev/api/events to be the first result, but Algolia has decided that my search for `onupdate` should instead be a search for `outdate`. ![image](https://user-images.githubusercontent....
non_priority
algolia s search is not very useful i just tried to find documentation for the onupdate event i would expect to be the first result but algolia has decided that my search for onupdate should instead be a search for outdate searching for vague matches to a term might be ok for a general purpose...
0
127,854
5,039,823,277
IssuesEvent
2016-12-19 00:30:37
coreos/bugs
https://api.github.com/repos/coreos/bugs
closed
start job failures in coreos/systemd 229/aarch64 qemu
area/usability component/systemd kind/bug priority/P2 team/os
running coreos build from the SDK with systemd 229 and the arm64 board, i see these failures in the log: ``` Apr 08 00:51:22 localhost systemd[1]: dev-ttyAMA0.device: Job dev-ttyAMA0.device/start timed out. Apr 08 00:51:22 localhost systemd[1]: dev-ttyAMA0.device: Job dev-ttyAMA0.device/start finished, result=timeout ...
1.0
start job failures in coreos/systemd 229/aarch64 qemu - running coreos build from the SDK with systemd 229 and the arm64 board, i see these failures in the log: ``` Apr 08 00:51:22 localhost systemd[1]: dev-ttyAMA0.device: Job dev-ttyAMA0.device/start timed out. Apr 08 00:51:22 localhost systemd[1]: dev-ttyAMA0.device...
priority
start job failures in coreos systemd qemu running coreos build from the sdk with systemd and the board i see these failures in the log apr localhost systemd dev device job dev device start timed out apr localhost systemd dev device job dev device start finished result ti...
1
608,481
18,840,350,914
IssuesEvent
2021-11-11 08:49:39
jamsge/codenao-frontend
https://api.github.com/repos/jamsge/codenao-frontend
opened
Output text messages + functions
enhancement high priority
- [ ] Create an easy-to-use javascript function for outputting messages in the output container. - [ ] When submitting code + getting response back from server, there should be output messages for user action + end result (for now this can just be a single error case and single success case) - [ ] optional: pass ad...
1.0
Output text messages + functions - - [ ] Create an easy-to-use javascript function for outputting messages in the output container. - [ ] When submitting code + getting response back from server, there should be output messages for user action + end result (for now this can just be a single error case and single suc...
priority
output text messages functions create an easy to use javascript function for outputting messages in the output container when submitting code getting response back from server there should be output messages for user action end result for now this can just be a single error case and single success...
1
606,147
18,755,864,482
IssuesEvent
2021-11-05 10:39:01
web-ridge/react-native-paper-dates
https://api.github.com/repos/web-ridge/react-native-paper-dates
closed
Support for Arabic/Persian numbers in Calendar as day names + custom days per month / leapyear
enhancement help wanted Low priority
DoD: - Uses native Javascript api's as much as possible Intl api's
1.0
Support for Arabic/Persian numbers in Calendar as day names + custom days per month / leapyear - DoD: - Uses native Javascript api's as much as possible Intl api's
priority
support for arabic persian numbers in calendar as day names custom days per month leapyear dod uses native javascript api s as much as possible intl api s
1
41,807
12,842,399,672
IssuesEvent
2020-07-08 01:55:16
Alanwang2015/JsonPath
https://api.github.com/repos/Alanwang2015/JsonPath
opened
CVE-2019-10202 (High) detected in jackson-databind-2.9.8.jar
security vulnerability
## CVE-2019-10202 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2019-10202 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2019-10202 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General...
non_priority
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file tmp ws scm jsonpath json path ...
0
111,236
17,020,756,812
IssuesEvent
2021-07-02 18:39:32
turkdevops/sourcegraph
https://api.github.com/repos/turkdevops/sourcegraph
closed
CVE-2020-7751 (High) detected in pathval-1.1.0.tgz - autoclosed
security vulnerability
## CVE-2020-7751 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>pathval-1.1.0.tgz</b></p></summary> <p>Object value retrieval given a string path</p> <p>Library home page: <a href="ht...
True
CVE-2020-7751 (High) detected in pathval-1.1.0.tgz - autoclosed - ## CVE-2020-7751 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>pathval-1.1.0.tgz</b></p></summary> <p>Object value r...
non_priority
cve high detected in pathval tgz autoclosed cve high severity vulnerability vulnerable library pathval tgz object value retrieval given a string path library home page a href path to dependency file sourcegraph vendor github com sourcegraph sourcegraph yarn lock pat...
0
282,056
8,703,259,228
IssuesEvent
2018-12-05 16:14:43
TrailblazingTech/LSOA
https://api.github.com/repos/TrailblazingTech/LSOA
closed
Maintain state in the latest un-saved observation
Priority: Medium
Right now, if you begin an observation, leave the screen, and come back, your work is cleared. This is USUALLY only an inconvenience. However, there is at least one place where it puts the teachers in a bind. If they are working with the class, realize that the data they've collected falls outside of the set of ...
1.0
Maintain state in the latest un-saved observation - Right now, if you begin an observation, leave the screen, and come back, your work is cleared. This is USUALLY only an inconvenience. However, there is at least one place where it puts the teachers in a bind. If they are working with the class, realize that the...
priority
maintain state in the latest un saved observation right now if you begin an observation leave the screen and come back your work is cleared this is usually only an inconvenience however there is at least one place where it puts the teachers in a bind if they are working with the class realize that the...
1
135,622
11,013,639,022
IssuesEvent
2019-12-04 20:55:02
inspec/inspec
https://api.github.com/repos/inspec/inspec
closed
Bundle artifact caching still has false positives for some reason
Aspect: Performance Aspect: Testing Type: Bug
#4496 and #4583... should be done. And I've already switched from doing the directories to doing the lock file to try to make it cleaner... but still it fails. I I should probably add to the script to diff the previous vs the current to show if there is a real problem generating the lockfile or if it is in the diges...
1.0
Bundle artifact caching still has false positives for some reason - #4496 and #4583... should be done. And I've already switched from doing the directories to doing the lock file to try to make it cleaner... but still it fails. I I should probably add to the script to diff the previous vs the current to show if ther...
non_priority
bundle artifact caching still has false positives for some reason and should be done and i ve already switched from doing the directories to doing the lock file to try to make it cleaner but still it fails i i should probably add to the script to diff the previous vs the current to show if there is a...
0
191,499
15,294,916,374
IssuesEvent
2021-02-24 03:33:52
ConsumerDataStandardsAustralia/standards-staging
https://api.github.com/repos/ConsumerDataStandardsAustralia/standards-staging
closed
Create v1.7.0 release notes and 1.6.0 archive
documentation
**Description** In preparation of the 1.7.0 release, create relevant release notes and archive of the current v1.6.0 release. **Related Work Items** - Create skeleton 1.7.0 release notes - Create standards-1.6.0 docs archive - Update reference version in the Standards section to be "1.7.0" - Add 1.7.0 changelo...
1.0
Create v1.7.0 release notes and 1.6.0 archive - **Description** In preparation of the 1.7.0 release, create relevant release notes and archive of the current v1.6.0 release. **Related Work Items** - Create skeleton 1.7.0 release notes - Create standards-1.6.0 docs archive - Update reference version in the Stand...
non_priority
create release notes and archive description in preparation of the release create relevant release notes and archive of the current release related work items create skeleton release notes create standards docs archive update reference version in the standar...
0
20,069
6,813,142,688
IssuesEvent
2017-11-06 07:57:45
VCVRack/Rack
https://api.github.com/repos/VCVRack/Rack
closed
Rack won't compile on MacOS high sierra
build system
OS (if applicable): MacOS hight sierra Version (or "dev" if compiling from source): 0.4.0 (current) Hi all, I just started to get into building plugins for Rack, but I was not able to get the dependencies compiled. After running: 'make dep' I got a fatal error msg, that the compiler did not find a needed library...
1.0
Rack won't compile on MacOS high sierra - OS (if applicable): MacOS hight sierra Version (or "dev" if compiling from source): 0.4.0 (current) Hi all, I just started to get into building plugins for Rack, but I was not able to get the dependencies compiled. After running: 'make dep' I got a fatal error msg, that ...
non_priority
rack won t compile on macos high sierra os if applicable macos hight sierra version or dev if compiling from source current hi all i just started to get into building plugins for rack but i was not able to get the dependencies compiled after running make dep i got a fatal error msg that ...
0
293,583
8,997,871,422
IssuesEvent
2019-02-02 16:35:33
evangelos-ch/MangAdventure
https://api.github.com/repos/evangelos-ch/MangAdventure
opened
Updating a chapter doesn't update its folder
Priority: Critical Status: Available Type: Bug
## Description When a chapter's volume or number gets changed, its media folder remains the same. This causes the server to try to serve images that don't exist. ## Possible Fix Edit `Chapter.save()` or `Chapter.post_save()` to move the folder. ## Steps to Reproduce * Create a chapter with `volume=0` and `num...
1.0
Updating a chapter doesn't update its folder - ## Description When a chapter's volume or number gets changed, its media folder remains the same. This causes the server to try to serve images that don't exist. ## Possible Fix Edit `Chapter.save()` or `Chapter.post_save()` to move the folder. ## Steps to Reprodu...
priority
updating a chapter doesn t update its folder description when a chapter s volume or number gets changed its media folder remains the same this causes the server to try to serve images that don t exist possible fix edit chapter save or chapter post save to move the folder steps to reprodu...
1
253,523
27,300,663,269
IssuesEvent
2023-02-24 01:27:25
panasalap/linux-4.19.72_1
https://api.github.com/repos/panasalap/linux-4.19.72_1
closed
CVE-2021-3493 (High) detected in multiple libraries - autoclosed
security vulnerability
## CVE-2021-3493 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-yoctov5.4.51</b>, <b>linux-yoctov5.4.51</b>, <b>linux-yoctov5.4.51</b></p></summary> <p> </p> </details> <p></...
True
CVE-2021-3493 (High) detected in multiple libraries - autoclosed - ## CVE-2021-3493 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-yoctov5.4.51</b>, <b>linux-yoctov5.4.51</b>, ...
non_priority
cve high detected in multiple libraries autoclosed cve high severity vulnerability vulnerable libraries linux linux linux vulnerability details the overlayfs implementation in the linux kernel did not properly validate with respect to user name...
0
116,743
24,981,354,637
IssuesEvent
2022-11-02 11:58:31
FerretDB/FerretDB
https://api.github.com/repos/FerretDB/FerretDB
closed
Make users know about telemetry via `startupWarnings`
code/enhancement
### What should be done? When telemetry is in an undecided state, we currently log about using normal process log. We should also log about it in `getLog`s `startupWarnings`. There, information about telemetry will be visible to `mongosh` users: ``` -> task mongosh task: [mongosh] docker-compose exec mongodb mongosh ...
1.0
Make users know about telemetry via `startupWarnings` - ### What should be done? When telemetry is in an undecided state, we currently log about using normal process log. We should also log about it in `getLog`s `startupWarnings`. There, information about telemetry will be visible to `mongosh` users: ``` -> task mong...
non_priority
make users know about telemetry via startupwarnings what should be done when telemetry is in an undecided state we currently log about using normal process log we should also log about it in getlog s startupwarnings there information about telemetry will be visible to mongosh users task mong...
0
20,235
6,828,660,917
IssuesEvent
2017-11-08 21:12:42
habitat-sh/habitat
https://api.github.com/repos/habitat-sh/habitat
closed
build worker: log pipe output can hang build thread
A-builder C-bug
Currently we pipe the stdout and stderr of the build thread and stream it over ZMQ to the jobsrv. The stream code is synchronous and processes the stdout and stderr in sequence. We are seeing cases where the build thread completely hangs if the stderr stream gets large and is not processed (read). The relevant cod...
1.0
build worker: log pipe output can hang build thread - Currently we pipe the stdout and stderr of the build thread and stream it over ZMQ to the jobsrv. The stream code is synchronous and processes the stdout and stderr in sequence. We are seeing cases where the build thread completely hangs if the stderr stream gets ...
non_priority
build worker log pipe output can hang build thread currently we pipe the stdout and stderr of the build thread and stream it over zmq to the jobsrv the stream code is synchronous and processes the stdout and stderr in sequence we are seeing cases where the build thread completely hangs if the stderr stream gets ...
0
421,293
28,312,746,560
IssuesEvent
2023-04-10 16:52:19
groq/mlagility
https://api.github.com/repos/groq/mlagility
closed
Add comments for the GNN args in parser.py
documentation new p2
Add comments to `mlagility/src/mlagility/parser.py` that explain what each of the GNN args is for. Consider consolidating/eliminating any rare or unnecessary args. Add the documentation to both `mlagility/src/mlagility/parser.py` and `mlagility/models/readme.py` (Parameters section).
1.0
Add comments for the GNN args in parser.py - Add comments to `mlagility/src/mlagility/parser.py` that explain what each of the GNN args is for. Consider consolidating/eliminating any rare or unnecessary args. Add the documentation to both `mlagility/src/mlagility/parser.py` and `mlagility/models/readme.py` (Paramete...
non_priority
add comments for the gnn args in parser py add comments to mlagility src mlagility parser py that explain what each of the gnn args is for consider consolidating eliminating any rare or unnecessary args add the documentation to both mlagility src mlagility parser py and mlagility models readme py paramete...
0
63,499
15,612,331,690
IssuesEvent
2021-03-19 15:16:04
apache/camel-k
https://api.github.com/repos/apache/camel-k
closed
Builder not getting configured with private docker repo
area/build-system
The kamel has been initialled with the private docker repository and with private maven repo. But with kamel run is executed the logs displayed the builder tries to get image from public docker repos rather than private one. Following command is used : **kamel install --registry docker-regsrv.de.stihl-dns.net:808...
1.0
Builder not getting configured with private docker repo - The kamel has been initialled with the private docker repository and with private maven repo. But with kamel run is executed the logs displayed the builder tries to get image from public docker repos rather than private one. Following command is used : **k...
non_priority
builder not getting configured with private docker repo the kamel has been initialled with the private docker repository and with private maven repo but with kamel run is executed the logs displayed the builder tries to get image from public docker repos rather than private one following command is used k...
0