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
168,237
6,367,115,313
IssuesEvent
2017-08-01 04:43:57
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
opened
We have both drake::SpatialForce and drake::multibody::SpatialForce defined
priority: low team: dynamics type: cleanup
drake::SpatialForce is defined in common/eigen_types.h basically as a typedef for a Vector6, and is only lightly used within RigidBodyPlant and Valkyrie. OTOH, drake::multibody::SpatialForce is a force-space SpatialVector providing essential functionality in the new MultibodyTree code. The names conflict in typical...
1.0
We have both drake::SpatialForce and drake::multibody::SpatialForce defined - drake::SpatialForce is defined in common/eigen_types.h basically as a typedef for a Vector6, and is only lightly used within RigidBodyPlant and Valkyrie. OTOH, drake::multibody::SpatialForce is a force-space SpatialVector providing essential ...
priority
we have both drake spatialforce and drake multibody spatialforce defined drake spatialforce is defined in common eigen types h basically as a typedef for a and is only lightly used within rigidbodyplant and valkyrie otoh drake multibody spatialforce is a force space spatialvector providing essential functi...
1
683,460
23,383,157,347
IssuesEvent
2022-08-11 11:26:56
lifebit-ai/cloudos-cli
https://api.github.com/repos/lifebit-ai/cloudos-cli
closed
💡 As a CloudOS cli user, I want to pass flag-value pairs from params eg -p "count=5" -p "genome=hg19"
enhancement jobs priority:high
``` nextflow run --input s3://lifebit/this.txt --count 5 cloudos job run -p "input=s3://lifebit/this.txt" -p "count=5" ``` Reference implementation in [`nteract/papermill#cli.py#L50-L52`](https://github.com/nteract/papermill/blob/98013f00c9dc610bcdaf06176e34a1d479e51582/papermill/cli.py#L50-L52) ``...
1.0
💡 As a CloudOS cli user, I want to pass flag-value pairs from params eg -p "count=5" -p "genome=hg19" - ``` nextflow run --input s3://lifebit/this.txt --count 5 cloudos job run -p "input=s3://lifebit/this.txt" -p "count=5" ``` Reference implementation in [`nteract/papermill#cli.py#L50-L52`](https://git...
priority
💡 as a cloudos cli user i want to pass flag value pairs from params eg p count p genome nextflow run input lifebit this txt count cloudos job run p input lifebit this txt p count reference implementation in click option parameters p...
1
541,178
15,822,858,567
IssuesEvent
2021-04-05 23:15:31
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[docdb] Make WritableFileWriter buffer gflag controllable
area/docdb priority/high
@rahuldesirazu noticed this as part of the investigation in #6676 > buf_.AllocateNewBuffer(65536); We should turn this into a gflag. Maybe we can also increase this exponentially up to a certain size, as needed? cc @kmuthukk
1.0
[docdb] Make WritableFileWriter buffer gflag controllable - @rahuldesirazu noticed this as part of the investigation in #6676 > buf_.AllocateNewBuffer(65536); We should turn this into a gflag. Maybe we can also increase this exponentially up to a certain size, as needed? cc @kmuthukk
priority
make writablefilewriter buffer gflag controllable rahuldesirazu noticed this as part of the investigation in buf allocatenewbuffer we should turn this into a gflag maybe we can also increase this exponentially up to a certain size as needed cc kmuthukk
1
76,649
21,527,006,003
IssuesEvent
2022-04-28 19:32:17
junit-pioneer/junit-pioneer
https://api.github.com/repos/junit-pioneer/junit-pioneer
closed
Catch stateful extensions at test time
📖 theme: build ⚙️ component: Pioneer 🏗️ type: new feature
As I've been developing https://github.com/junit-pioneer/junit-pioneer/pull/491, I've fallen into the trap where I added an instance field to my extension, only to realise later on that the JUnit 5 User Guide implies that state should be stored in an `ExtensionContext.Store`. (I don't know when extensions actually get ...
1.0
Catch stateful extensions at test time - As I've been developing https://github.com/junit-pioneer/junit-pioneer/pull/491, I've fallen into the trap where I added an instance field to my extension, only to realise later on that the JUnit 5 User Guide implies that state should be stored in an `ExtensionContext.Store`. (I...
non_priority
catch stateful extensions at test time as i ve been developing i ve fallen into the trap where i added an instance field to my extension only to realise later on that the junit user guide implies that state should be stored in an extensioncontext store i don t know when extensions actually get reinstantiated...
0
209,520
7,176,819,682
IssuesEvent
2018-01-31 11:21:18
kuzzleio/kuzzle
https://api.github.com/repos/kuzzleio/kuzzle
opened
PluginExecute `callback is not a function`
bug priority-high
It appears this error is coming when Kuzzle is under pressure, exceeding its max concurrent requests. As a work around, increasing it to 500 makes it work perfectly well.
1.0
PluginExecute `callback is not a function` - It appears this error is coming when Kuzzle is under pressure, exceeding its max concurrent requests. As a work around, increasing it to 500 makes it work perfectly well.
priority
pluginexecute callback is not a function it appears this error is coming when kuzzle is under pressure exceeding its max concurrent requests as a work around increasing it to makes it work perfectly well
1
314,912
9,604,456,570
IssuesEvent
2019-05-10 20:03:54
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.8.1.0-release-preview] Incorrect water flow at Water Pump
Fixed Medium Priority Needs Triage QA
When you use one water pump and one blast furnace, then a 0.3 liter per second flow comes from the water pump. When you connect 2 blast furnaces to one water pump, the flow is 0.6 l/s; 3 ovens - 0.9 l/s. The fourth blast furnace will not work as the maximum flow is 1 l/s (by the way, this is not indicated anywhere). Th...
1.0
[0.8.1.0-release-preview] Incorrect water flow at Water Pump - When you use one water pump and one blast furnace, then a 0.3 liter per second flow comes from the water pump. When you connect 2 blast furnaces to one water pump, the flow is 0.6 l/s; 3 ovens - 0.9 l/s. The fourth blast furnace will not work as the maximum...
priority
incorrect water flow at water pump when you use one water pump and one blast furnace then a liter per second flow comes from the water pump when you connect blast furnaces to one water pump the flow is l s ovens l s the fourth blast furnace will not work as the maximum flow is l s by the w...
1
8,926
8,470,758,812
IssuesEvent
2018-10-24 06:07:07
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
ProviderFailed
container-service/svc cxp doc-bug triaged
Hello, I got ProviderFailed status when I reached the step kubectl create -f virtual-kubelet-linux.yaml kubectl get pods -o wide NAME READY STATUS RESTARTS AGE IP NODE aci-helloworld-59d9b67c59-zn8lm ...
1.0
ProviderFailed - Hello, I got ProviderFailed status when I reached the step kubectl create -f virtual-kubelet-linux.yaml kubectl get pods -o wide NAME READY STATUS RESTARTS AGE IP NODE aci-helloworld-59d9b67c59-zn8lm ...
non_priority
providerfailed hello i got providerfailed status when i reached the step kubectl create f virtual kubelet linux yaml kubectl get pods o wide name ready status restarts age ip node aci helloworld ...
0
63,117
26,258,545,458
IssuesEvent
2023-01-06 04:35:26
Azure/azure-cli-extensions
https://api.github.com/repos/Azure/azure-cli-extensions
closed
Adding -v flag to az ml endpoint realtime list causes error
extension/ml Service Attention
- If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at [Azure/azure-cli](https://github.com/Azure/azure-cli/issues) ### Extension name (the extension in question) az ml ### Description of issue (in as much detail as possible) Running az ml endpoint realtime list works. Adding the -v f...
1.0
Adding -v flag to az ml endpoint realtime list causes error - - If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at [Azure/azure-cli](https://github.com/Azure/azure-cli/issues) ### Extension name (the extension in question) az ml ### Description of issue (in as much detail as possible...
non_priority
adding v flag to az ml endpoint realtime list causes error if the issue is to do with azure cli in particular create an issue here at extension name the extension in question az ml description of issue in as much detail as possible running az ml endpoint realtime list works adding the...
0
267,592
28,509,121,450
IssuesEvent
2023-04-19 01:37:04
dpteam/RK3188_TABLET
https://api.github.com/repos/dpteam/RK3188_TABLET
closed
CVE-2011-3191 (High) detected in linux-yocto-4.12v3.1.10 - autoclosed
Mend: dependency security vulnerability
## CVE-2011-3191 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-4.12v3.1.10</b></p></summary> <p> <p>Linux 4.12 Embedded Kernel</p> <p>Library home page: <a href=https://g...
True
CVE-2011-3191 (High) detected in linux-yocto-4.12v3.1.10 - autoclosed - ## CVE-2011-3191 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-4.12v3.1.10</b></p></summary> <p> <...
non_priority
cve high detected in linux yocto autoclosed cve high severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in head commit a href found in base branch master vulnerable source files ...
0
672,501
22,828,158,056
IssuesEvent
2022-07-12 10:26:30
COS301-SE-2022/Twitter-Summariser
https://api.github.com/repos/COS301-SE-2022/Twitter-Summariser
opened
(API) Add endpoint to reorder tweets
priority:high status:not-ready type:enhance role:backend-engineer scope:backend
The logic of this feature is a bit shaky as it is not yet known if new endpoints are needed or existing endpoints will be used.
1.0
(API) Add endpoint to reorder tweets - The logic of this feature is a bit shaky as it is not yet known if new endpoints are needed or existing endpoints will be used.
priority
api add endpoint to reorder tweets the logic of this feature is a bit shaky as it is not yet known if new endpoints are needed or existing endpoints will be used
1
593,112
17,947,270,233
IssuesEvent
2021-09-12 02:59:47
SibTiger/PowerShell-Compact-Archive-Tool
https://api.github.com/repos/SibTiger/PowerShell-Compact-Archive-Tool
closed
Generating PDF Reports are slow
Bug Feedback Acknowledged Priority: NORMAL
I had just now realized that generating an ASCII report takes mere seconds, while a PDF now takes roughly five minutes. Previously it would just take a minute at worst - but this is now a serious performance degradation that needs to be investigated.
1.0
Generating PDF Reports are slow - I had just now realized that generating an ASCII report takes mere seconds, while a PDF now takes roughly five minutes. Previously it would just take a minute at worst - but this is now a serious performance degradation that needs to be investigated.
priority
generating pdf reports are slow i had just now realized that generating an ascii report takes mere seconds while a pdf now takes roughly five minutes previously it would just take a minute at worst but this is now a serious performance degradation that needs to be investigated
1
70,947
18,347,605,641
IssuesEvent
2021-10-08 08:31:30
ONLYOFFICE/DesktopEditors
https://api.github.com/repos/ONLYOFFICE/DesktopEditors
closed
The license warning box are presented,so I can't use it.
build
Hi, dear! I am trying to build and execute OnlyOffice DesktopEditors 4.8.7.392 on windows 10 pro I succeeded in building. And I run the program, The following warning box are presented, so I can't use it. ![image](https://user-images.githubusercontent.com/40283634/42124191-06d69eb4-7c91-11e8-8cb4-cf258d539e68.p...
1.0
The license warning box are presented,so I can't use it. - Hi, dear! I am trying to build and execute OnlyOffice DesktopEditors 4.8.7.392 on windows 10 pro I succeeded in building. And I run the program, The following warning box are presented, so I can't use it. ![image](https://user-images.githubusercontent...
non_priority
the license warning box are presented so i can t use it hi dear i am trying to build and execute onlyoffice desktopeditors on windows pro i succeeded in building and i run the program the following warning box are presented so i can t use it how do i run it with a day free license...
0
185,817
15,033,771,411
IssuesEvent
2021-02-02 11:57:52
systemd/systemd
https://api.github.com/repos/systemd/systemd
closed
docs: logind methods do not enforce inhibitiors of type "block" for sufficiently privileged clients
documentation login
### Submission type - Bug report <!-- **NOTE:** Do not submit anything other than bug reports or RFEs via the issue tracker! --> ### systemd version the issue has been seen with systemd-233-6.fc26.x86_64 <!-- **NOTE:** Do not submit bug reports about anything but the two most recently released systemd v...
1.0
docs: logind methods do not enforce inhibitiors of type "block" for sufficiently privileged clients - ### Submission type - Bug report <!-- **NOTE:** Do not submit anything other than bug reports or RFEs via the issue tracker! --> ### systemd version the issue has been seen with systemd-233-6.fc26.x86_64 ...
non_priority
docs logind methods do not enforce inhibitiors of type block for sufficiently privileged clients submission type bug report systemd version the issue has been seen with systemd used distribution fedora in case of bug report expected behaviour you didn ...
0
377,049
26,229,787,900
IssuesEvent
2023-01-04 22:32:39
MartinaeyNL/toolboard-app
https://api.github.com/repos/MartinaeyNL/toolboard-app
opened
Documentation todo list
documentation
Here is a list of topics that might be nice to mention / discuss for later use: - [ ] Basic setup of the Repo - [ ] Usage of Wails within the project - [ ] Go structs and their TypeScript generation
1.0
Documentation todo list - Here is a list of topics that might be nice to mention / discuss for later use: - [ ] Basic setup of the Repo - [ ] Usage of Wails within the project - [ ] Go structs and their TypeScript generation
non_priority
documentation todo list here is a list of topics that might be nice to mention discuss for later use basic setup of the repo usage of wails within the project go structs and their typescript generation
0
49,898
26,391,917,680
IssuesEvent
2023-01-12 16:16:29
metabase/metabase
https://api.github.com/repos/metabase/metabase
opened
Unify queries that are run in the same context (e.g. dashboards)
.Performance Reporting/Dashboards Type:New Feature
**Is your feature request related to a problem? Please describe.** Let's say that you have 15 questions in the same dashboard which are the exact same (no matter gui or native), but you need to build those 15 because in Metabase 1 question = 1 viz and you're not using caching. If we could know, before sending those...
True
Unify queries that are run in the same context (e.g. dashboards) - **Is your feature request related to a problem? Please describe.** Let's say that you have 15 questions in the same dashboard which are the exact same (no matter gui or native), but you need to build those 15 because in Metabase 1 question = 1 viz and ...
non_priority
unify queries that are run in the same context e g dashboards is your feature request related to a problem please describe let s say that you have questions in the same dashboard which are the exact same no matter gui or native but you need to build those because in metabase question viz and yo...
0
148,166
13,227,709,798
IssuesEvent
2020-08-18 04:03:13
cryptogarageinc/cfd-go
https://api.github.com/repos/cryptogarageinc/cfd-go
closed
README.mdの整備
Task documentation
# Overview <!-- TODO: タスクの概要を記述 --> - README.mdを整備する。 - 必要なinstallファイル - 関連するライブラリなどの環境と、リンク添付。 - その他、必要そうな記述の追加。 # Sub tasks <!-- TODO: タスクを実現するために、やるべきタスクと予定時間を記述 --> <!-- 入力例: - [ ] 〇〇クラスに、△△の実装を追加する(1.5h -> h) --> - [x] readme整備 (1.0h -> 0.5h) # Completion condition <!-- TODO: タスクが完了したかどうかの判定を記述 --> -...
1.0
README.mdの整備 - # Overview <!-- TODO: タスクの概要を記述 --> - README.mdを整備する。 - 必要なinstallファイル - 関連するライブラリなどの環境と、リンク添付。 - その他、必要そうな記述の追加。 # Sub tasks <!-- TODO: タスクを実現するために、やるべきタスクと予定時間を記述 --> <!-- 入力例: - [ ] 〇〇クラスに、△△の実装を追加する(1.5h -> h) --> - [x] readme整備 (1.0h -> 0.5h) # Completion condition <!-- TODO: タスクが完了したかど...
non_priority
readme mdの整備 overview readme mdを整備する。 必要なinstallファイル 関連するライブラリなどの環境と、リンク添付。 その他、必要そうな記述の追加。 sub tasks h readme整備 completion condition readme mdが正しく表示されること。
0
548,336
16,062,328,730
IssuesEvent
2021-04-23 14:10:21
capitalone/DataProfiler
https://api.github.com/repos/capitalone/DataProfiler
opened
UnstructuredCompiler needs options class
Medium Priority New Feature
**Is your feature request related to a problem? Please describe.** Need the ability to enable / disable profiles for unstructured **Describe the outcome you'd like:** ```python options = ProfilerOptions() options.unstructured_options.text.is_case_sensitive = ... options.unstructured_options.text.stop_words = ...
1.0
UnstructuredCompiler needs options class - **Is your feature request related to a problem? Please describe.** Need the ability to enable / disable profiles for unstructured **Describe the outcome you'd like:** ```python options = ProfilerOptions() options.unstructured_options.text.is_case_sensitive = ... opti...
priority
unstructuredcompiler needs options class is your feature request related to a problem please describe need the ability to enable disable profiles for unstructured describe the outcome you d like python options profileroptions options unstructured options text is case sensitive opti...
1
165,067
20,574,124,984
IssuesEvent
2022-03-04 01:22:57
panasalap/linux-4.1.15
https://api.github.com/repos/panasalap/linux-4.1.15
closed
CVE-2019-15213 (Medium) detected in linux-stable-rtv4.1.33 - autoclosed
security vulnerability
## CVE-2019-15213 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home p...
True
CVE-2019-15213 (Medium) detected in linux-stable-rtv4.1.33 - autoclosed - ## CVE-2019-15213 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p...
non_priority
cve medium detected in linux stable autoclosed cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulner...
0
245,657
20,792,425,129
IssuesEvent
2022-03-17 04:35:30
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
ccl/kvccl/kvtenantccl: TestTenantTracesAreRedacted failed [tracing deadlock]
C-test-failure O-robot branch-master T-kv
ccl/kvccl/kvtenantccl.TestTenantTracesAreRedacted [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4574897&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4574897&tab=artifacts#/) on master @ [f5fc84fb5707428ae9505c5e3e90cf3f63d465ad](https://github.com/cockroachdb/coc...
1.0
ccl/kvccl/kvtenantccl: TestTenantTracesAreRedacted failed [tracing deadlock] - ccl/kvccl/kvtenantccl.TestTenantTracesAreRedacted [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4574897&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4574897&tab=artifacts#/) on master ...
non_priority
ccl kvccl kvtenantccl testtenanttracesareredacted failed ccl kvccl kvtenantccl testtenanttracesareredacted with on master run testtenanttracesareredacted redactable false regular tenant help see also parameters in this failure tags bazel gss deadlock cc cockroachd...
0
645,646
21,011,616,595
IssuesEvent
2022-03-30 07:14:08
FalloutStudios/Axis
https://api.github.com/repos/FalloutStudios/Axis
closed
Logger issue on Windows
Priority: High Status: In Progress
Logging logs to file causes error when renaming file because of an illegal character for Windows.
1.0
Logger issue on Windows - Logging logs to file causes error when renaming file because of an illegal character for Windows.
priority
logger issue on windows logging logs to file causes error when renaming file because of an illegal character for windows
1
631,954
20,165,904,546
IssuesEvent
2022-02-10 04:19:24
boomerang-io/roadmap
https://api.github.com/repos/boomerang-io/roadmap
closed
The flow task for "Wait for Event" document link is invalid
bug good first issue priority: low
### Describe the bug This flow task **Wait for Event** have a problem can't view its external doc link https://servicesessentials.ibm.com/docs/boomerang-flow/architecture/eventing-architectur ![error](https://user-images.githubusercontent.com/22931829/150054211-b1e2ab6a-53c1-487a-812a-0be261c49ec0.png) <img wid...
1.0
The flow task for "Wait for Event" document link is invalid - ### Describe the bug This flow task **Wait for Event** have a problem can't view its external doc link https://servicesessentials.ibm.com/docs/boomerang-flow/architecture/eventing-architectur ![error](https://user-images.githubusercontent.com/22931829/1...
priority
the flow task for wait for event document link is invalid describe the bug this flow task wait for event have a problem can t view its external doc link img width alt wait for event doc link src what project does this issue relate to boomerang flow to reproduce ...
1
226,523
24,957,493,857
IssuesEvent
2022-11-01 13:05:12
flatpressblog/flatpress
https://api.github.com/repos/flatpressblog/flatpress
opened
Offer checksums
security
Would be nice to offer a checksum (e.g. SHA512) for each downloadable FlatPress release, so downloaders would be sure they got the correct file.
True
Offer checksums - Would be nice to offer a checksum (e.g. SHA512) for each downloadable FlatPress release, so downloaders would be sure they got the correct file.
non_priority
offer checksums would be nice to offer a checksum e g for each downloadable flatpress release so downloaders would be sure they got the correct file
0
754,034
26,371,000,206
IssuesEvent
2023-01-11 20:40:19
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[Drivers][YCQL] As part of #DB-2661 upgrade YCQL-4x driver dependency
kind/bug priority/medium area/ecosystem
Jira Link: [DB-2793](https://yugabyte.atlassian.net/browse/DB-2793) ### Description Upgrade the YCQL 4.x driver tests to the following dependency - ``` <dependency> <groupId>com.yugabyte</groupId> <artifactId>java-driver-core</artifactId> <version>4.6.0-yb-11</version> </dependency> ```
1.0
[Drivers][YCQL] As part of #DB-2661 upgrade YCQL-4x driver dependency - Jira Link: [DB-2793](https://yugabyte.atlassian.net/browse/DB-2793) ### Description Upgrade the YCQL 4.x driver tests to the following dependency - ``` <dependency> <groupId>com.yugabyte</groupId> <artifactId>java-driver-core</artifa...
priority
as part of db upgrade ycql driver dependency jira link description upgrade the ycql x driver tests to the following dependency com yugabyte java driver core yb
1
125,072
4,951,712,331
IssuesEvent
2016-12-01 09:34:50
architecture-building-systems/CEAforArcGIS
https://api.github.com/repos/architecture-building-systems/CEAforArcGIS
closed
Ventilation system properties to archetypes
enhancement Priority 1
Building archetypes have to be equipped with ventilation system properties (similar to heating/cooling system properties). The current demand calculation uses some work around. The list of properties includes: - Mechanical ventilation: Yes/No - Window ventilation: Yes/No - Heat recovery: Yes/No/Type - Night flushing/e...
1.0
Ventilation system properties to archetypes - Building archetypes have to be equipped with ventilation system properties (similar to heating/cooling system properties). The current demand calculation uses some work around. The list of properties includes: - Mechanical ventilation: Yes/No - Window ventilation: Yes/No -...
priority
ventilation system properties to archetypes building archetypes have to be equipped with ventilation system properties similar to heating cooling system properties the current demand calculation uses some work around the list of properties includes mechanical ventilation yes no window ventilation yes no ...
1
118,828
10,012,726,858
IssuesEvent
2019-07-15 13:49:07
SPW-DIG/metawal-core-geonetwork
https://api.github.com/repos/SPW-DIG/metawal-core-geonetwork
closed
Moissonnage - non prise en compte d'une transformation xsl
Env test - NOK bug criticité.majeur
Lors de la sauvegarde des paramètres de moissonnage d'un protocole CSW, la transformation xsl n'est pas conservée.
1.0
Moissonnage - non prise en compte d'une transformation xsl - Lors de la sauvegarde des paramètres de moissonnage d'un protocole CSW, la transformation xsl n'est pas conservée.
non_priority
moissonnage non prise en compte d une transformation xsl lors de la sauvegarde des paramètres de moissonnage d un protocole csw la transformation xsl n est pas conservée
0
178,858
30,019,184,900
IssuesEvent
2023-06-26 21:23:11
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
opened
Patterns: Library and Inserter 1:1
Needs Design Feedback [Feature] Patterns
It's not clear that if a pattern is synced, then it does not show up in the Patterns Inserter. In the example below, I've created three patterns — two of which are "synced". Consequently, those two are omitted from the Pattern Inserter. If I create a pattern, I think it should be available in the Inserter, as it is...
1.0
Patterns: Library and Inserter 1:1 - It's not clear that if a pattern is synced, then it does not show up in the Patterns Inserter. In the example below, I've created three patterns — two of which are "synced". Consequently, those two are omitted from the Pattern Inserter. If I create a pattern, I think it should b...
non_priority
patterns library and inserter it s not clear that if a pattern is synced then it does not show up in the patterns inserter in the example below i ve created three patterns — two of which are synced consequently those two are omitted from the pattern inserter if i create a pattern i think it should b...
0
652,048
21,519,700,054
IssuesEvent
2022-04-28 13:14:25
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.office.com/SIM
status-needsinfo os-ios browser-firefox-ios priority-critical
<!-- @browser: Firefox iOS 33.1 --> <!-- @ua_header: Mozilla/5.0 (iPhone; CPU OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/33.1 Mobile/15E148 Safari/605.1.15 --> <!-- @reported_with: mobile-reporter --> **URL**: https://www.office.com/launch/word?auth=1 **Browser / Version**: Firefox iOS 33....
1.0
www.office.com/SIM - <!-- @browser: Firefox iOS 33.1 --> <!-- @ua_header: Mozilla/5.0 (iPhone; CPU OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/33.1 Mobile/15E148 Safari/605.1.15 --> <!-- @reported_with: mobile-reporter --> **URL**: https://www.office.com/launch/word?auth=1 **Browser / Versi...
priority
url browser version firefox ios operating system ios tested another browser yes safari problem type video or audio doesn t play description the video or audio does not play steps to reproduce safaries lassen sich nicht mehr ordnungsgemäß œffnen sowie veraions...
1
113,959
4,586,746,769
IssuesEvent
2016-09-20 00:22:54
TheTyee/design-article.thetyee.ca
https://api.github.com/repos/TheTyee/design-article.thetyee.ca
reopened
ad-blocker js broken in github repo
Priority: High Status: Bug
The ad-blocker test in aritcle_custom.js doesn't work when run locally and on github.io: ``` // add .ad-blocker if ad blocker present if(typeof canRunAds == "undefined") { $("body").addClass("ad-blocker"); } ``` The ad-blocker class is added even when no ad-blocker is active. See: http://thetyee.gith...
1.0
ad-blocker js broken in github repo - The ad-blocker test in aritcle_custom.js doesn't work when run locally and on github.io: ``` // add .ad-blocker if ad blocker present if(typeof canRunAds == "undefined") { $("body").addClass("ad-blocker"); } ``` The ad-blocker class is added even when no ad-blocke...
priority
ad blocker js broken in github repo the ad blocker test in aritcle custom js doesn t work when run locally and on github io add ad blocker if ad blocker present if typeof canrunads undefined body addclass ad blocker the ad blocker class is added even when no ad blocke...
1
821,386
30,820,888,813
IssuesEvent
2023-08-01 16:15:07
Signbank/Global-signbank
https://api.github.com/repos/Signbank/Global-signbank
opened
Error uploading recorded video
bug high priority
I'm playing around with the senses/translations, finding that Safari & DuckDuckGo on Mac won't upload a video at all (nothing knew), but now Chrome on Mac also gives an error: *TransactionManagementError at /video/upload/ *An error occurred in the current transaction. You can't execute queries until the end of the ...
1.0
Error uploading recorded video - I'm playing around with the senses/translations, finding that Safari & DuckDuckGo on Mac won't upload a video at all (nothing knew), but now Chrome on Mac also gives an error: *TransactionManagementError at /video/upload/ *An error occurred in the current transaction. You can't exec...
priority
error uploading recorded video i m playing around with the senses translations finding that safari duckduckgo on mac won t upload a video at all nothing knew but now chrome on mac also gives an error transactionmanagementerror at video upload an error occurred in the current transaction you can t exec...
1
230,938
25,482,816,774
IssuesEvent
2022-11-26 01:37:24
maddyCode23/linux-4.1.15
https://api.github.com/repos/maddyCode23/linux-4.1.15
reopened
CVE-2017-9059 (Medium) detected in linux-stable-rtv4.1.33
security vulnerability
## CVE-2017-9059 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home pa...
True
CVE-2017-9059 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2017-9059 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Car...
non_priority
cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source f...
0
53,606
7,845,486,776
IssuesEvent
2018-06-19 13:06:01
burnsoftnet/BSApplicationProfiler
https://api.github.com/repos/burnsoftnet/BSApplicationProfiler
closed
Add & Update App Layout
documentation
Create a layout of the application so you can easily tell which app runs what and how it is all connected
1.0
Add & Update App Layout - Create a layout of the application so you can easily tell which app runs what and how it is all connected
non_priority
add update app layout create a layout of the application so you can easily tell which app runs what and how it is all connected
0
323,226
9,852,020,012
IssuesEvent
2019-06-19 11:53:40
openshift/odo
https://api.github.com/repos/openshift/odo
closed
`odo application list` does not list applications that contains only services
kind/bug priority/Medium
[kind/bug] ## What versions of software are you using? - Operating System: Windows 10 Pro - Output of `odo version`: ``` odo v1.0.0-beta1 (0237ea2a) Server: https://10.0.0.46:8443 Kubernetes: v1.11.0+d4cacc0 ``` ## How did you run odo exactly? ``` C:\Users\dgolo>odo application list There are no applic...
1.0
`odo application list` does not list applications that contains only services - [kind/bug] ## What versions of software are you using? - Operating System: Windows 10 Pro - Output of `odo version`: ``` odo v1.0.0-beta1 (0237ea2a) Server: https://10.0.0.46:8443 Kubernetes: v1.11.0+d4cacc0 ``` ## How did you...
priority
odo application list does not list applications that contains only services what versions of software are you using operating system windows pro output of odo version odo server kubernetes how did you run odo exactly c users dgolo odo applicat...
1
248,825
26,841,472,887
IssuesEvent
2023-02-03 01:05:39
MidnightBSD/src
https://api.github.com/repos/MidnightBSD/src
opened
WS-2023-0026 (High) detected in freebsd-srcrelease/12.4.0
security vulnerability
## WS-2023-0026 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>freebsd-srcrelease/12.4.0</b></p></summary> <p> <p>FreeBSD src tree (read-only mirror)</p> <p>Library home page: <a href...
True
WS-2023-0026 (High) detected in freebsd-srcrelease/12.4.0 - ## WS-2023-0026 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>freebsd-srcrelease/12.4.0</b></p></summary> <p> <p>FreeBSD s...
non_priority
ws high detected in freebsd srcrelease ws high severity vulnerability vulnerable library freebsd srcrelease freebsd src tree read only mirror library home page a href found in head commit a href found in base branches stable stable master ...
0
61,571
25,569,613,040
IssuesEvent
2022-11-30 16:39:35
dotnet/fsharp
https://api.github.com/repos/dotnet/fsharp
opened
`FindReferencesInFile` misses references to type when a module with the same name exists
Bug Area-LangService-FindAllReferences Needs-Triage
**Repro steps** ### Code sample 1 ```fsharp module Foo type MyType = static member Two = 1 let x = MyType.Two let y = MyType.Two ``` ### Code sample 2 ```fsharp module Foo type MyType = static member Two = 1 let x = MyType.Two module MyType = do () // <-- Extra module with the s...
1.0
`FindReferencesInFile` misses references to type when a module with the same name exists - **Repro steps** ### Code sample 1 ```fsharp module Foo type MyType = static member Two = 1 let x = MyType.Two let y = MyType.Two ``` ### Code sample 2 ```fsharp module Foo type MyType = static m...
non_priority
findreferencesinfile misses references to type when a module with the same name exists repro steps code sample fsharp module foo type mytype static member two let x mytype two let y mytype two code sample fsharp module foo type mytype static m...
0
48,416
2,998,144,978
IssuesEvent
2015-07-23 12:31:28
jayway/powermock
https://api.github.com/repos/jayway/powermock
closed
SuppressConstructor some times doesn't work when running a test suite
bug imported Milestone-Release1.0 Priority-Critical
_From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on October 26, 2008 09:33:22_ There may be some trouble with state not being clean. It happens if the static suppression happens after the PrivateMethodDemoTest is executed. _Original issue: http://code.google.com/p/powermock/issues/deta...
1.0
SuppressConstructor some times doesn't work when running a test suite - _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on October 26, 2008 09:33:22_ There may be some trouble with state not being clean. It happens if the static suppression happens after the PrivateMethodDemoTest is ex...
priority
suppressconstructor some times doesn t work when running a test suite from on october there may be some trouble with state not being clean it happens if the static suppression happens after the privatemethoddemotest is executed original issue
1
266,825
23,262,669,990
IssuesEvent
2022-08-04 14:40:56
OpenLiberty/ci.maven
https://api.github.com/repos/OpenLiberty/ci.maven
closed
dev-it tests fail on Java 17
high priority devMode Blocked automated tests
For issue tracking Additional context and information found in #1525
1.0
dev-it tests fail on Java 17 - For issue tracking Additional context and information found in #1525
non_priority
dev it tests fail on java for issue tracking additional context and information found in
0
294,784
22,162,689,968
IssuesEvent
2022-06-04 18:46:40
sandboxie-plus/Sandboxie
https://api.github.com/repos/sandboxie-plus/Sandboxie
closed
Old version 5.33.3 can't be uninstalled with keeping the settings (to upgrade to current Sandboxie plus)
documentation
### What happened? When deinstalling the old version 5.33.3 Windows asks me to choose between two settings: - Upgrade existing installation - Remove current installation including settings There is no option "remove current installation but keep settings". What would be the procedure if I don't want to lose an...
1.0
Old version 5.33.3 can't be uninstalled with keeping the settings (to upgrade to current Sandboxie plus) - ### What happened? When deinstalling the old version 5.33.3 Windows asks me to choose between two settings: - Upgrade existing installation - Remove current installation including settings There is no option...
non_priority
old version can t be uninstalled with keeping the settings to upgrade to current sandboxie plus what happened when deinstalling the old version windows asks me to choose between two settings upgrade existing installation remove current installation including settings there is no option ...
0
261,862
19,730,627,093
IssuesEvent
2022-01-14 01:36:20
ChristopherJMiller/temple
https://api.github.com/repos/ChristopherJMiller/temple
opened
README out of date
documentation
With the revamped level loading system, the structure outlined in the README is out of date.
1.0
README out of date - With the revamped level loading system, the structure outlined in the README is out of date.
non_priority
readme out of date with the revamped level loading system the structure outlined in the readme is out of date
0
296,515
25,555,193,058
IssuesEvent
2022-11-30 05:42:22
wpfoodmanager/wp-food-manager
https://api.github.com/repos/wpfoodmanager/wp-food-manager
closed
Food form field -Term Checklist, Term Multiselect and Term Select fields type not working
In Testing
Food form field **-Term Checklist, Term Multiselect and Term Select** fields type not working. ![image](https://user-images.githubusercontent.com/75515088/202363824-626a12d4-178c-4c25-bc4c-90cd7afec6be.png) Selected values not display on the details page. ![image](https://user-images.githubusercontent.com/7551...
1.0
Food form field -Term Checklist, Term Multiselect and Term Select fields type not working - Food form field **-Term Checklist, Term Multiselect and Term Select** fields type not working. ![image](https://user-images.githubusercontent.com/75515088/202363824-626a12d4-178c-4c25-bc4c-90cd7afec6be.png) Selected values...
non_priority
food form field term checklist term multiselect and term select fields type not working food form field term checklist term multiselect and term select fields type not working selected values not display on the details page
0
122,983
4,847,922,740
IssuesEvent
2016-11-10 16:11:04
USGCRP/gcis-sparql
https://api.github.com/repos/USGCRP/gcis-sparql
closed
xsd:gYear output in xsd:dateTime format
bug priority low
Robert and I came across an error which seems to have been documented by others in the Semantic Web community. Namely, that querying code containing xsd:gYear suffixes outputs non-four digit years even when four digit years appear in a turtle and are suffixed with xsd:gYear. To illustrate what I mean, the followin...
1.0
xsd:gYear output in xsd:dateTime format - Robert and I came across an error which seems to have been documented by others in the Semantic Web community. Namely, that querying code containing xsd:gYear suffixes outputs non-four digit years even when four digit years appear in a turtle and are suffixed with xsd:gYear. ...
priority
xsd gyear output in xsd datetime format robert and i came across an error which seems to have been documented by others in the semantic web community namely that querying code containing xsd gyear suffixes outputs non four digit years even when four digit years appear in a turtle and are suffixed with xsd gyear ...
1
101,410
4,116,869,193
IssuesEvent
2016-06-08 03:35:07
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
opened
Add support for joint velocity limits
priority: low team: software core type: feature request
First update the SDF and URDF parsers to parse and save these limits in `DrakeJoint`. Then update the simulation to enforce these limits.
1.0
Add support for joint velocity limits - First update the SDF and URDF parsers to parse and save these limits in `DrakeJoint`. Then update the simulation to enforce these limits.
priority
add support for joint velocity limits first update the sdf and urdf parsers to parse and save these limits in drakejoint then update the simulation to enforce these limits
1
47,699
12,093,262,235
IssuesEvent
2020-04-19 18:55:03
bokeh/bokeh
https://api.github.com/repos/bokeh/bokeh
closed
Installation of bokeh>=2.0.0 adds `release` directory to site-packages.
reso: completed tag: component: build type: bug
I installed latest bokeh (2.0.1) with pip under python 3.7.4 (to a virtual environment). I noticed that it added `release` directory to my `site-packages` directory. As a result `release` is treated as an importable package (while not registered on pypi). Could you please advise if this is intended behaviour? I haven...
1.0
Installation of bokeh>=2.0.0 adds `release` directory to site-packages. - I installed latest bokeh (2.0.1) with pip under python 3.7.4 (to a virtual environment). I noticed that it added `release` directory to my `site-packages` directory. As a result `release` is treated as an importable package (while not registered...
non_priority
installation of bokeh adds release directory to site packages i installed latest bokeh with pip under python to a virtual environment i noticed that it added release directory to my site packages directory as a result release is treated as an importable package while not registered...
0
496,111
14,332,602,409
IssuesEvent
2020-11-27 03:01:53
elementary/switchboard
https://api.github.com/repos/elementary/switchboard
opened
Opening some pane from wingpanel indicators makes the search entry sensitive
Priority: High
<!-- * Please read and follow these tips: https://elementary.io/docs/code/reference#be-prepared-to-provide-more-information * Be sure to search open and closed issues for duplicates * A detailed report will help us address your issue more quickly. Do your best! --> ## What Happened <!--Describe the issue in det...
1.0
Opening some pane from wingpanel indicators makes the search entry sensitive - <!-- * Please read and follow these tips: https://elementary.io/docs/code/reference#be-prepared-to-provide-more-information * Be sure to search open and closed issues for duplicates * A detailed report will help us address your issue more...
priority
opening some pane from wingpanel indicators makes the search entry sensitive please read and follow these tips be sure to search open and closed issues for duplicates a detailed report will help us address your issue more quickly do your best what happened if you open system settings...
1
113,172
4,544,087,543
IssuesEvent
2016-09-10 13:52:39
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
reopened
Fix Jenkins automated per-PR e2e tests for Federation
area/cluster-federation component/node-e2e priority/P0
https://github.com/kubernetes/test-infra/issues/470 filed against test-infra repo, but that is a somewhat forgotten repo, and we need to make sure that this does not get overlooked so duplicating here. Without fixing this, it's difficult to run full e2e tests against submitted PR's before merging them, which makes i...
1.0
Fix Jenkins automated per-PR e2e tests for Federation - https://github.com/kubernetes/test-infra/issues/470 filed against test-infra repo, but that is a somewhat forgotten repo, and we need to make sure that this does not get overlooked so duplicating here. Without fixing this, it's difficult to run full e2e tests a...
priority
fix jenkins automated per pr tests for federation filed against test infra repo but that is a somewhat forgotten repo and we need to make sure that this does not get overlooked so duplicating here without fixing this it s difficult to run full tests against submitted pr s before merging them which makes...
1
304,906
26,345,308,421
IssuesEvent
2023-01-10 21:27:47
GoliasVictor/LivrEtec
https://api.github.com/repos/GoliasVictor/LivrEtec
opened
Criar testes em Buscar Emprestimo
teste
Em IEmprestimoService, não é foi criado o teste do metodo BuscarAsync, e tambem não é feito a chamada via gRPC
1.0
Criar testes em Buscar Emprestimo - Em IEmprestimoService, não é foi criado o teste do metodo BuscarAsync, e tambem não é feito a chamada via gRPC
non_priority
criar testes em buscar emprestimo em iemprestimoservice não é foi criado o teste do metodo buscarasync e tambem não é feito a chamada via grpc
0
67,305
27,790,642,193
IssuesEvent
2023-03-17 08:39:45
ovh/terraform-provider-ovh
https://api.github.com/repos/ovh/terraform-provider-ovh
closed
Scale kubernetes pool to 0 not work using Terraform
Type: Bug Product: Managed Kubernetes Service Status: Coming Soon
Hi, I had problem to scale to zero a Kubernetes pool using Terraform. The change was not applied, I had to do it manually from the web panel. ### Terraform Version `Terraform v1.3.7` ### Affected Resource(s) - `ovh_cloud_project_kube_nodepool` ### Terraform Configuration Files ```hcl resource "ovh_cloud...
1.0
Scale kubernetes pool to 0 not work using Terraform - Hi, I had problem to scale to zero a Kubernetes pool using Terraform. The change was not applied, I had to do it manually from the web panel. ### Terraform Version `Terraform v1.3.7` ### Affected Resource(s) - `ovh_cloud_project_kube_nodepool` ### Terr...
non_priority
scale kubernetes pool to not work using terraform hi i had problem to scale to zero a kubernetes pool using terraform the change was not applied i had to do it manually from the web panel terraform version terraform affected resource s ovh cloud project kube nodepool terra...
0
653,712
21,611,109,106
IssuesEvent
2022-05-04 10:11:51
hugoalh/scan-virus-ghaction
https://api.github.com/repos/hugoalh/scan-virus-ghaction
opened
Extended annotations display ANSI escape sequences
Platform/GitHub/Actions :octocat: Priority/Low 🟢 Status/No-Solution 🤷 Type/Bug 🐛
### Describe Users will meet this issue when YARA is enabled and found issues, this is due to GitHub Actions annotations cannot remove ANSI escape sequences, only GitHub can fix this. ### Version v0.6.2 ### To Reproduce *N/A* ### Expected Behavior *N/A* ### Additional Information ### Example ``` ❌ $<Work...
1.0
Extended annotations display ANSI escape sequences - ### Describe Users will meet this issue when YARA is enabled and found issues, this is due to GitHub Actions annotations cannot remove ANSI escape sequences, only GitHub can fix this. ### Version v0.6.2 ### To Reproduce *N/A* ### Expected Behavior *N/A* ###...
priority
extended annotations display ansi escape sequences describe users will meet this issue when yara is enabled and found issues this is due to github actions annotations cannot remove ansi escape sequences only github can fix this version to reproduce n a expected behavior n a ...
1
289,262
21,776,710,225
IssuesEvent
2022-05-13 14:27:27
irods/irods_testing_environment
https://api.github.com/repos/irods/irods_testing_environment
opened
Expand documentation about running iRODS tests
documentation
Running the iRODS tests is a scary and confusing experience for someone unfamiliar with the machinery, so we should add a section to the README in this repository to expand on the inner workings of the scripts which run the tests. This can include information about the following items, most of which are handled for us ...
1.0
Expand documentation about running iRODS tests - Running the iRODS tests is a scary and confusing experience for someone unfamiliar with the machinery, so we should add a section to the README in this repository to expand on the inner workings of the scripts which run the tests. This can include information about the f...
non_priority
expand documentation about running irods tests running the irods tests is a scary and confusing experience for someone unfamiliar with the machinery so we should add a section to the readme in this repository to expand on the inner workings of the scripts which run the tests this can include information about the f...
0
120,050
4,779,668,124
IssuesEvent
2016-10-27 23:27:24
shelljs/shx
https://api.github.com/repos/shelljs/shx
opened
chore: add node v7 to CI
chore high priority
v7 is available on `nvm` now, so we should make sure it's added to CI when possible: - [ ] Travis - [ ] Appveyor (not sure if it's available yet) @levithomason can take this, otherwise I'll get to it in a few days.
1.0
chore: add node v7 to CI - v7 is available on `nvm` now, so we should make sure it's added to CI when possible: - [ ] Travis - [ ] Appveyor (not sure if it's available yet) @levithomason can take this, otherwise I'll get to it in a few days.
priority
chore add node to ci is available on nvm now so we should make sure it s added to ci when possible travis appveyor not sure if it s available yet levithomason can take this otherwise i ll get to it in a few days
1
162,448
6,153,533,952
IssuesEvent
2017-06-28 10:11:53
pombase/curation
https://api.github.com/repos/pombase/curation
closed
ist2 transmembrane transporter
low priority waiting for feedback
I just annotated this as a TM transporter based on reasonable evidence, but gut feeling tells me that it isn't one. I'll come back to this one later...the TM domain topology doesn't look like most transporters (although a big separation between TM domains isn't unheard of, I'd like to double check ).
1.0
ist2 transmembrane transporter - I just annotated this as a TM transporter based on reasonable evidence, but gut feeling tells me that it isn't one. I'll come back to this one later...the TM domain topology doesn't look like most transporters (although a big separation between TM domains isn't unheard of, I'd li...
priority
transmembrane transporter i just annotated this as a tm transporter based on reasonable evidence but gut feeling tells me that it isn t one i ll come back to this one later the tm domain topology doesn t look like most transporters although a big separation between tm domains isn t unheard of i d like ...
1
36,658
9,855,310,235
IssuesEvent
2019-06-19 19:03:55
GoogleCloudPlatform/cloud-code-intellij
https://api.github.com/repos/GoogleCloudPlatform/cloud-code-intellij
closed
2019.2 EAP build is broken
build
#2590 was fixed, but it is failing now due to a different reason. Opening to track this issue for our milestone. ``` com.google.cloud.tools.intellij.appengine.java.maven.MavenAppEngineWebXmlDirectoryProviderTest > getPath_withMavenProject_andNoWarSourceDirectory_returnsCanonicalMavenDir FAILED java.lang.A...
1.0
2019.2 EAP build is broken - #2590 was fixed, but it is failing now due to a different reason. Opening to track this issue for our milestone. ``` com.google.cloud.tools.intellij.appengine.java.maven.MavenAppEngineWebXmlDirectoryProviderTest > getPath_withMavenProject_andNoWarSourceDirectory_returnsCanonicalMav...
non_priority
eap build is broken was fixed but it is failing now due to a different reason opening to track this issue for our milestone com google cloud tools intellij appengine java maven mavenappenginewebxmldirectoryprovidertest getpath withmavenproject andnowarsourcedirectory returnscanonicalmavendir ...
0
66,850
3,263,190,701
IssuesEvent
2015-10-22 02:15:50
vega/voyager
https://api.github.com/repos/vega/voyager
closed
[Urgent] Expanded View totally broken
Priority/1-Critical
We need to fix this soon, so we can record video for the talk at Infovis. The modal should look more full and prevent clicking on the sidebar. ![data_voyager](https://cloud.githubusercontent.com/assets/111269/10562435/07fc3f5e-7511-11e5-8ff2-b28b246223ce.png)
1.0
[Urgent] Expanded View totally broken - We need to fix this soon, so we can record video for the talk at Infovis. The modal should look more full and prevent clicking on the sidebar. ![data_voyager](https://cloud.githubusercontent.com/assets/111269/10562435/07fc3f5e-7511-11e5-8ff2-b28b246223ce.png)
priority
expanded view totally broken we need to fix this soon so we can record video for the talk at infovis the modal should look more full and prevent clicking on the sidebar
1
241,691
18,471,216,776
IssuesEvent
2021-10-17 19:21:44
girlscript/winter-of-contributing
https://api.github.com/repos/girlscript/winter-of-contributing
closed
DSA 2.1 Binary Strings (Problem 3) - Documentation
documentation GWOC21 DSA
## Description Given a binary string S, find the maximum length of substrings required to be flipped repeatedly to make all the characters of a binary string equal to ‘0’. **Important: Do not use assign command for this issue.** ## Task - [ ] Documentation ## Note - While requesting the issue to be assigned, ...
1.0
DSA 2.1 Binary Strings (Problem 3) - Documentation - ## Description Given a binary string S, find the maximum length of substrings required to be flipped repeatedly to make all the characters of a binary string equal to ‘0’. **Important: Do not use assign command for this issue.** ## Task - [ ] Documentation #...
non_priority
dsa binary strings problem documentation description given a binary string s find the maximum length of substrings required to be flipped repeatedly to make all the characters of a binary string equal to ‘ ’ important do not use assign command for this issue task documentation ...
0
20,417
2,622,847,840
IssuesEvent
2015-03-04 08:03:31
max99x/pagemon-chrome-ext
https://api.github.com/repos/max99x/pagemon-chrome-ext
closed
Can you have it email you changes?
auto-migrated Priority-Low Type-Enhancement
``` Can you have it email you changes? ``` Original issue reported on code.google.com by `PCToolsW...@gmail.com` on 16 Dec 2010 at 10:56 * Merged into: #75
1.0
Can you have it email you changes? - ``` Can you have it email you changes? ``` Original issue reported on code.google.com by `PCToolsW...@gmail.com` on 16 Dec 2010 at 10:56 * Merged into: #75
priority
can you have it email you changes can you have it email you changes original issue reported on code google com by pctoolsw gmail com on dec at merged into
1
452,959
13,062,339,192
IssuesEvent
2020-07-30 15:02:43
diffix/explorer
https://api.github.com/repos/diffix/explorer
opened
Custom Roslyn Analyzer
low priority
A roslyn analyzer to check component constructors might be useful to prevent future regressions... If it's a lot of work to implement, probably not worth the effort for the relatively minor gain. see https://github.com/diffix/explorer/issues/236#issue-668831682
1.0
Custom Roslyn Analyzer - A roslyn analyzer to check component constructors might be useful to prevent future regressions... If it's a lot of work to implement, probably not worth the effort for the relatively minor gain. see https://github.com/diffix/explorer/issues/236#issue-668831682
priority
custom roslyn analyzer a roslyn analyzer to check component constructors might be useful to prevent future regressions if it s a lot of work to implement probably not worth the effort for the relatively minor gain see
1
32,971
6,146,952,227
IssuesEvent
2017-06-27 14:49:59
spring-projects/spring-boot
https://api.github.com/repos/spring-projects/spring-boot
closed
Expand documentation on EnvironmentPostProcessor
priority: normal type: documentation
`EnvironmentPostProcessor` is very handy to load custom configuration files at "the right time" and we should add a concrete example in the documentation.
1.0
Expand documentation on EnvironmentPostProcessor - `EnvironmentPostProcessor` is very handy to load custom configuration files at "the right time" and we should add a concrete example in the documentation.
non_priority
expand documentation on environmentpostprocessor environmentpostprocessor is very handy to load custom configuration files at the right time and we should add a concrete example in the documentation
0
153,241
12,138,340,691
IssuesEvent
2020-04-23 17:05:16
fourcatsteam/NaturalAPI
https://api.github.com/repos/fourcatsteam/NaturalAPI
opened
Implementazione Test di unità - Discover - Controller
Test di unità
Implementazione: - TU16.1 - TU16.2 - TU16.3 - TU16.4
1.0
Implementazione Test di unità - Discover - Controller - Implementazione: - TU16.1 - TU16.2 - TU16.3 - TU16.4
non_priority
implementazione test di unità discover controller implementazione
0
113,260
14,403,676,947
IssuesEvent
2020-12-03 16:20:39
dotnetnotts/dotnetnotts-web
https://api.github.com/repos/dotnetnotts/dotnetnotts-web
closed
Hacktober Feature Request: Design Homepage
design enhancement help wanted
### Describe the feature - Design the homepage - Add a link to the readme branding section ### Advantages - We'll have an idea what the homepage should look like #### Acceptance Criteria Functional and non-functional criteria that should be met by this work - [ ] Must match the branding outlined in t...
1.0
Hacktober Feature Request: Design Homepage - ### Describe the feature - Design the homepage - Add a link to the readme branding section ### Advantages - We'll have an idea what the homepage should look like #### Acceptance Criteria Functional and non-functional criteria that should be met by this work ...
non_priority
hacktober feature request design homepage describe the feature design the homepage add a link to the readme branding section advantages we ll have an idea what the homepage should look like acceptance criteria functional and non functional criteria that should be met by this work ...
0
592,198
17,872,182,591
IssuesEvent
2021-09-06 17:30:10
turbot/steampipe-plugin-azure
https://api.github.com/repos/turbot/steampipe-plugin-azure
opened
Add table azure_api_management_services
enhancement priority:high new table
**References** https://docs.microsoft.com/en-us/rest/api/apimanagement/2021-01-01-preview/api-management-service/list Note: This detail is required for NIST SP 800 53 Rev 5 controls.
1.0
Add table azure_api_management_services - **References** https://docs.microsoft.com/en-us/rest/api/apimanagement/2021-01-01-preview/api-management-service/list Note: This detail is required for NIST SP 800 53 Rev 5 controls.
priority
add table azure api management services references note this detail is required for nist sp rev controls
1
344,466
10,345,159,393
IssuesEvent
2019-09-04 12:55:21
aimalz/proclam
https://api.github.com/repos/aimalz/proclam
closed
Minor writing issues for paper resubmission
good first issue help wanted high priority
The referee requests that we address a handful of small issues that should be relatively easy to resolve. - [x] ~~Update the language throughout the paper to acknowledge that PLAsTiCC has concluded.~~ Add a footnote to acknowledge that PLAsTiCC has concluded. @rbiswas4 - [x] Use the proper AASTeX `\software{}` ta...
1.0
Minor writing issues for paper resubmission - The referee requests that we address a handful of small issues that should be relatively easy to resolve. - [x] ~~Update the language throughout the paper to acknowledge that PLAsTiCC has concluded.~~ Add a footnote to acknowledge that PLAsTiCC has concluded. @rbiswas4 ...
priority
minor writing issues for paper resubmission the referee requests that we address a handful of small issues that should be relatively easy to resolve update the language throughout the paper to acknowledge that plasticc has concluded add a footnote to acknowledge that plasticc has concluded use...
1
785,835
27,625,172,231
IssuesEvent
2023-03-10 05:53:03
wso2/api-manager
https://api.github.com/repos/wso2/api-manager
opened
Handle communication failures between CP and GW for proper policy enforcement.
Type/Task Priority/High Component/APIM
### Description We need to handle communication failures between the Control plane and Gateway for proper policy enforcement. ### Affected Component APIM ### Version 4.2.0 ### Related Issues _No response_ ### Suggested Labels _No response_
1.0
Handle communication failures between CP and GW for proper policy enforcement. - ### Description We need to handle communication failures between the Control plane and Gateway for proper policy enforcement. ### Affected Component APIM ### Version 4.2.0 ### Related Issues _No response_ ### Suggested Labels _No ...
priority
handle communication failures between cp and gw for proper policy enforcement description we need to handle communication failures between the control plane and gateway for proper policy enforcement affected component apim version related issues no response suggested labels no ...
1
20,501
3,602,527,086
IssuesEvent
2016-02-03 15:57:11
department-of-veterans-affairs/vets-website
https://api.github.com/repos/department-of-veterans-affairs/vets-website
closed
UserVoice Idea: Landing Page Usability Suggestions
User voice - Design / UX UserVoice
Couple of usability suggestions. (1) When you hover over the light bulb in bottom right corner, provide feedback (like alt text) to tell user what this is, so they don't have to click it to find out. (2) Provide better guidance on which items are clickable, in addition to just slight color change. For example "Disabili...
1.0
UserVoice Idea: Landing Page Usability Suggestions - Couple of usability suggestions. (1) When you hover over the light bulb in bottom right corner, provide feedback (like alt text) to tell user what this is, so they don't have to click it to find out. (2) Provide better guidance on which items are clickable, in additi...
non_priority
uservoice idea landing page usability suggestions couple of usability suggestions when you hover over the light bulb in bottom right corner provide feedback like alt text to tell user what this is so they don t have to click it to find out provide better guidance on which items are clickable in additi...
0
280,936
8,688,430,264
IssuesEvent
2018-12-03 16:06:22
kubeapps/kubeapps
https://api.github.com/repos/kubeapps/kubeapps
closed
Add some documentation in dockerHUB
kind/docs priority/high
Currently, the description of our images in dockerhub show no description. It might make sense to add a link to the getting started guide or something there. https://hub.docker.com/r/kubeapps/dashboard/
1.0
Add some documentation in dockerHUB - Currently, the description of our images in dockerhub show no description. It might make sense to add a link to the getting started guide or something there. https://hub.docker.com/r/kubeapps/dashboard/
priority
add some documentation in dockerhub currently the description of our images in dockerhub show no description it might make sense to add a link to the getting started guide or something there
1
68,074
8,213,506,688
IssuesEvent
2018-09-04 19:47:20
xamarin/Xamarin.PropertyEditing
https://api.github.com/repos/xamarin/Xamarin.PropertyEditing
opened
Property warning status: Mac
host-mac needs design target-android ui
A modification of the property button that indicates a warning status.
1.0
Property warning status: Mac - A modification of the property button that indicates a warning status.
non_priority
property warning status mac a modification of the property button that indicates a warning status
0
598,166
18,238,928,206
IssuesEvent
2021-10-01 10:26:07
HabitRPG/habitica-android
https://api.github.com/repos/HabitRPG/habitica-android
closed
Class selection screen not showing after tapping 'Select a class' from modal
Type: Bug Help wanted Priority: medium
You have to then go to settings and 'enable class system' to get the screen to come up
1.0
Class selection screen not showing after tapping 'Select a class' from modal - You have to then go to settings and 'enable class system' to get the screen to come up
priority
class selection screen not showing after tapping select a class from modal you have to then go to settings and enable class system to get the screen to come up
1
324,003
9,882,170,360
IssuesEvent
2019-06-24 16:12:08
nrwl/nx
https://api.github.com/repos/nrwl/nx
closed
Cypress errors when shared lib is imported
priority type: bug
Importing from a shared lib into cypress e2e spec, breaks the build process with: ``` The plugins file is missing or invalid. Your pluginsFile is set to '...dist/out-tsc/apps/my-app-e2e/src/plugins/index.js', but either the file is missing, it contains a syntax error, or threw an error when required. The plugins...
1.0
Cypress errors when shared lib is imported - Importing from a shared lib into cypress e2e spec, breaks the build process with: ``` The plugins file is missing or invalid. Your pluginsFile is set to '...dist/out-tsc/apps/my-app-e2e/src/plugins/index.js', but either the file is missing, it contains a syntax error,...
priority
cypress errors when shared lib is imported importing from a shared lib into cypress spec breaks the build process with the plugins file is missing or invalid your pluginsfile is set to dist out tsc apps my app src plugins index js but either the file is missing it contains a syntax error or ...
1
365,902
25,558,121,852
IssuesEvent
2022-11-30 08:41:05
NorESMhub/NorESM
https://api.github.com/repos/NorESMhub/NorESM
closed
Update documentation: NorESM2-specific configuration settings
Documentation
### Discussed in https://github.com/NorESMhub/NorESM/discussions/379 <div type='discussions-op-text'> <sup>Originally posted by **blcc** September 26, 2022</sup> Hi, There are two settings in "3.1.2 NorESM2-specific configuration settings" in this document: doc/configurations/experiment_environment.rst. The...
1.0
Update documentation: NorESM2-specific configuration settings - ### Discussed in https://github.com/NorESMhub/NorESM/discussions/379 <div type='discussions-op-text'> <sup>Originally posted by **blcc** September 26, 2022</sup> Hi, There are two settings in "3.1.2 NorESM2-specific configuration settings" in this ...
non_priority
update documentation specific configuration settings discussed in originally posted by blcc september hi there are two settings in specific configuration settings in this document doc configurations experiment environment rst these are fluxscheme and albcoszavg but bot...
0
214,782
7,276,699,791
IssuesEvent
2018-02-21 17:05:59
AyuntamientoMadrid/consul
https://api.github.com/repos/AyuntamientoMadrid/consul
opened
Displaying old Spending Proposal id in Budget Investment list
Bug High priority
Following `admin/budgets/[:budget_id]/budget_investments` there's the list of Investments of a Budget. When one of those investments has been previously migrated from an old Spending Proposal, the id taken to build references to other views and actions is the one in the `original_spending_proposal_id` attribute (see ht...
1.0
Displaying old Spending Proposal id in Budget Investment list - Following `admin/budgets/[:budget_id]/budget_investments` there's the list of Investments of a Budget. When one of those investments has been previously migrated from an old Spending Proposal, the id taken to build references to other views and actions is ...
priority
displaying old spending proposal id in budget investment list following admin budgets budget investments there s the list of investments of a budget when one of those investments has been previously migrated from an old spending proposal the id taken to build references to other views and actions is the one in ...
1
97,884
28,960,929,614
IssuesEvent
2023-05-10 02:21:37
google/mediapipe
https://api.github.com/repos/google/mediapipe
opened
Cannot install mediapipe 0.9.2.0 and 0.9.3.0
type:build/install
### OS Platform and Distribution Mac OS Version11.4(BigSur) Intel ### Compiler version _No response_ ### Programming Language and version Python 3.10.11 ### Installed using virtualenv? pip? Conda?(if python) pip (Pycharm) ### MediaPipe version 0.9.2.0,0.9.30 ### Bazel version _No response_ ### XCode and Tul...
1.0
Cannot install mediapipe 0.9.2.0 and 0.9.3.0 - ### OS Platform and Distribution Mac OS Version11.4(BigSur) Intel ### Compiler version _No response_ ### Programming Language and version Python 3.10.11 ### Installed using virtualenv? pip? Conda?(if python) pip (Pycharm) ### MediaPipe version 0.9.2.0,0.9.30 ### ...
non_priority
cannot install mediapipe and os platform and distribution mac os bigsur intel compiler version no response programming language and version python installed using virtualenv pip conda if python pip pycharm mediapipe version bazel versi...
0
739,052
25,578,870,911
IssuesEvent
2022-12-01 01:31:39
docker-mailserver/docker-mailserver
https://api.github.com/repos/docker-mailserver/docker-mailserver
closed
fatal: host/service localhost/8891 not found: No address associated with hostname
kind/bug meta/needs triage priority/medium meta/stale meta/closed due to age or inactivity
### Miscellaneous first checks - [X] I checked that all ports are open and not blocked by my ISP / hosting provider. - [X] I know that SSL errors are likely the result of a wrong setup on the user side and not caused by DMS itself. I'm confident my setup is correct. ### Affected Component(s) all ### What h...
1.0
fatal: host/service localhost/8891 not found: No address associated with hostname - ### Miscellaneous first checks - [X] I checked that all ports are open and not blocked by my ISP / hosting provider. - [X] I know that SSL errors are likely the result of a wrong setup on the user side and not caused by DMS itself. ...
priority
fatal host service localhost not found no address associated with hostname miscellaneous first checks i checked that all ports are open and not blocked by my isp hosting provider i know that ssl errors are likely the result of a wrong setup on the user side and not caused by dms itself i m con...
1
180,464
6,650,120,739
IssuesEvent
2017-09-28 15:18:50
fgpv-vpgf/fgpv-vpgf
https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf
opened
Pressing "Enter" doesn't disable "Continue" button when loading a service
bug-type: broken use case needs: estimate priority: low problem: bug
Found strange behaviour not present before. Steps: - enter incorrect service url - press enter - see the try failed with "Service does not respond" message - remove url and paste it back again - press enter - observe the "Continue" button is still active (pressing more times doesn't help) - the "Continue" butto...
1.0
Pressing "Enter" doesn't disable "Continue" button when loading a service - Found strange behaviour not present before. Steps: - enter incorrect service url - press enter - see the try failed with "Service does not respond" message - remove url and paste it back again - press enter - observe the "Continue" butto...
priority
pressing enter doesn t disable continue button when loading a service found strange behaviour not present before steps enter incorrect service url press enter see the try failed with service does not respond message remove url and paste it back again press enter observe the continue butto...
1
213,865
24,022,476,011
IssuesEvent
2022-09-15 08:48:21
sast-automation-dev/easybuggy4sb-25
https://api.github.com/repos/sast-automation-dev/easybuggy4sb-25
opened
jquery-3.1.1.min.js: 3 vulnerabilities (highest severity is: 6.1)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-3.1.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/...
True
jquery-3.1.1.min.js: 3 vulnerabilities (highest severity is: 6.1) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-3.1.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home...
non_priority
jquery min js vulnerabilities highest severity is vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file src main resources templates head html path to vulnerable library src main resources templates head ...
0
532,476
15,557,383,650
IssuesEvent
2021-03-16 09:04:46
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.paypal.com - see bug description
browser-fenix engine-gecko priority-critical
<!-- @browser: Firefox Mobile 87.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:87.0) Gecko/87.0 Firefox/87.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/68317 --> <!-- @extra_labels: browser-fenix --> **URL**: https://www.paypal.co...
1.0
www.paypal.com - see bug description - <!-- @browser: Firefox Mobile 87.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:87.0) Gecko/87.0 Firefox/87.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/68317 --> <!-- @extra_labels: browser-fe...
priority
see bug description url browser version firefox mobile operating system android tested another browser yes chrome problem type something else description redirected steps to reproduce fdtfogiofzjxjxiisayxjvmfifusukcxjysgkxjux view the screenshot...
1
107,622
4,312,040,941
IssuesEvent
2016-07-22 02:23:26
YsuSERESL/iTrace
https://api.github.com/repos/YsuSERESL/iTrace
closed
Display some identification of gaze events in status bar
enhancement high priority
Display some identification such as time in the status bar. This will help with syncing with screen recordings.
1.0
Display some identification of gaze events in status bar - Display some identification such as time in the status bar. This will help with syncing with screen recordings.
priority
display some identification of gaze events in status bar display some identification such as time in the status bar this will help with syncing with screen recordings
1
8,040
5,354,296,899
IssuesEvent
2017-02-20 09:30:35
OpenKnowledgeMaps/Headstart
https://api.github.com/repos/OpenKnowledgeMaps/Headstart
closed
"esc" to exit pdf preview?
frontend usability
when looking at a pdf preview would it be easy enough to allow hitting `esc` to exit the preview? e.g., when here <img width="1265" alt="screen shot 2017-01-27 at 10 14 16 am" src="https://cloud.githubusercontent.com/assets/577668/22382175/63ce951a-e479-11e6-8327-f83ba382d58a.png">
True
"esc" to exit pdf preview? - when looking at a pdf preview would it be easy enough to allow hitting `esc` to exit the preview? e.g., when here <img width="1265" alt="screen shot 2017-01-27 at 10 14 16 am" src="https://cloud.githubusercontent.com/assets/577668/22382175/63ce951a-e479-11e6-8327-f83ba382d58a.png">
non_priority
esc to exit pdf preview when looking at a pdf preview would it be easy enough to allow hitting esc to exit the preview e g when here img width alt screen shot at am src
0
572,877
17,023,552,303
IssuesEvent
2021-07-03 02:36:37
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Add GlobeXplorer (DigitalGlobe) to WMS list (patch included)
Component: merkaartor Priority: trivial Resolution: fixed Type: enhancement
**[Submitted to the original trac issue database at 8.11pm, Friday, 12th February 2010]** Hi, I attach a patch to include GlobeXplorer (DigitalGlobe) to the list of preconfigured WMS. Enjoy it.
1.0
Add GlobeXplorer (DigitalGlobe) to WMS list (patch included) - **[Submitted to the original trac issue database at 8.11pm, Friday, 12th February 2010]** Hi, I attach a patch to include GlobeXplorer (DigitalGlobe) to the list of preconfigured WMS. Enjoy it.
priority
add globexplorer digitalglobe to wms list patch included hi i attach a patch to include globexplorer digitalglobe to the list of preconfigured wms enjoy it
1
491,602
14,167,125,872
IssuesEvent
2020-11-12 09:52:10
DigitalExcellence/dex-backend
https://api.github.com/repos/DigitalExcellence/dex-backend
closed
Project Icon not loading on production
priority
**Describe the bug** Project Icons / Files are not loading on staging after uploading a new project icon. This is likely because of using the wrong paths (windows style vs Linux). **To Reproduce** Steps to reproduce the behavior: 1. Go to staging.dex.software. 2. Create a project and upload a file 3. Navigate t...
1.0
Project Icon not loading on production - **Describe the bug** Project Icons / Files are not loading on staging after uploading a new project icon. This is likely because of using the wrong paths (windows style vs Linux). **To Reproduce** Steps to reproduce the behavior: 1. Go to staging.dex.software. 2. Create a...
priority
project icon not loading on production describe the bug project icons files are not loading on staging after uploading a new project icon this is likely because of using the wrong paths windows style vs linux to reproduce steps to reproduce the behavior go to staging dex software create a...
1
643,115
20,923,941,671
IssuesEvent
2022-03-24 20:21:08
biocodellc/localcontexts_db
https://api.github.com/repos/biocodellc/localcontexts_db
closed
Connect `Listen` button in `/select-labels`
version 2 medium priority Labels
No need for Example btns. Use .mp3 urls to connect to the Listen btns. Will find out if Listen files are all updated.
1.0
Connect `Listen` button in `/select-labels` - No need for Example btns. Use .mp3 urls to connect to the Listen btns. Will find out if Listen files are all updated.
priority
connect listen button in select labels no need for example btns use urls to connect to the listen btns will find out if listen files are all updated
1
25,673
7,738,494,216
IssuesEvent
2018-05-28 12:17:04
GoogleContainerTools/skaffold
https://api.github.com/repos/GoogleContainerTools/skaffold
closed
Add/Modify a sample with a more complicated build
area/build documentation
Most (all?) of our examples are a simple `go build` on a single file. We should demonstrate how to properly write a `Dockerfile` for a more complicated codebase without loosing too much on the incremental build side.
1.0
Add/Modify a sample with a more complicated build - Most (all?) of our examples are a simple `go build` on a single file. We should demonstrate how to properly write a `Dockerfile` for a more complicated codebase without loosing too much on the incremental build side.
non_priority
add modify a sample with a more complicated build most all of our examples are a simple go build on a single file we should demonstrate how to properly write a dockerfile for a more complicated codebase without loosing too much on the incremental build side
0
532,159
15,530,642,268
IssuesEvent
2021-03-13 19:56:51
apcountryman/picolibrary
https://api.github.com/repos/apcountryman/picolibrary
closed
Add Microchip MCP23008 output pin toggle interactive test helper
priority-normal status-awaiting_approval type-feature
Add Microchip MCP23008 output pin toggle interactive test helper. The interactive test helper should have the following signature: ```c++ template< template<typename> typename Output_Stream, template<typename> typename Output_Pin, typename Transmitter, typename Controller, typename Delayer...
1.0
Add Microchip MCP23008 output pin toggle interactive test helper - Add Microchip MCP23008 output pin toggle interactive test helper. The interactive test helper should have the following signature: ```c++ template< template<typename> typename Output_Stream, template<typename> typename Output_Pin, ty...
priority
add microchip output pin toggle interactive test helper add microchip output pin toggle interactive test helper the interactive test helper should have the following signature c template template typename output stream template typename output pin typename transmitter typenam...
1
487,597
14,048,965,558
IssuesEvent
2020-11-02 09:37:32
indigo-dc/oidc-agent
https://api.github.com/repos/indigo-dc/oidc-agent
closed
max keyword on public clients
LOW Priority enhancement oidc-gen
the semantic of the 'max' keyword on scopes for a public client should be different. For dynamic client registration `max=all scopes supported by the provider` makes sense. However, for a already registered public client `max=all scopes registered for this client` makes more sense.
1.0
max keyword on public clients - the semantic of the 'max' keyword on scopes for a public client should be different. For dynamic client registration `max=all scopes supported by the provider` makes sense. However, for a already registered public client `max=all scopes registered for this client` makes more sense.
priority
max keyword on public clients the semantic of the max keyword on scopes for a public client should be different for dynamic client registration max all scopes supported by the provider makes sense however for a already registered public client max all scopes registered for this client makes more sense
1
666,373
22,352,305,805
IssuesEvent
2022-06-15 13:06:00
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
opened
Depth test option for Vector/WFS styling for 3D viewer
Priority: Medium New Feature C040-COMUNE_GE-2022-CUSTOM-SUPPORT
## Description <!-- A few sentences describing new feature --> <!-- screenshot, video, or link to mockup/prototype are welcome --> Depth test options are not supported yet so the mark or icon intersect the terrain and could be covered. This options are specific for Cesium style and adding this support means an imp...
1.0
Depth test option for Vector/WFS styling for 3D viewer - ## Description <!-- A few sentences describing new feature --> <!-- screenshot, video, or link to mockup/prototype are welcome --> Depth test options are not supported yet so the mark or icon intersect the terrain and could be covered. This options are speci...
priority
depth test option for vector wfs styling for viewer description depth test options are not supported yet so the mark or icon intersect the terrain and could be covered this options are specific for cesium style and adding this support means an improvement on style parser to accept specific property bas...
1
226,154
17,314,219,466
IssuesEvent
2021-07-27 02:13:41
rero/rero-ils
https://api.github.com/repos/rero/rero-ils
closed
Add a changelog autogeneration script
developers documentation enhancement p-Low stale
# Description `CHANGES.rst` is now generated by https://github.com/github-changelog-generator/github-changelog-generator Each time we want to update the release, we need to: - generate the .md file (Markdown) - transform it to .rst - append after the header - delete all text older that tag v0.1.0a16 The...
1.0
Add a changelog autogeneration script - # Description `CHANGES.rst` is now generated by https://github.com/github-changelog-generator/github-changelog-generator Each time we want to update the release, we need to: - generate the .md file (Markdown) - transform it to .rst - append after the header - delete ...
non_priority
add a changelog autogeneration script description changes rst is now generated by each time we want to update the release we need to generate the md file markdown transform it to rst append after the header delete all text older that tag these actions could be done via an aut...
0
253,158
21,658,300,473
IssuesEvent
2022-05-06 16:14:53
nasa/FM
https://api.github.com/repos/nasa/FM
closed
Either FM unit testing is incorrect or an OSAL enumeration is incorrect
bug unit-test
@mbenson1 commented on [Fri Jun 19 2020](https://github.com/nasa/cFS/issues/104) **Describe the bug** I don't know if this an FM bug or an OSAL bug. I don't know what the intent on either side was. FM is failing unit tests. The first error indicates before OSAL 5.0.3-bv, FM determined if a directory entry was a di...
1.0
Either FM unit testing is incorrect or an OSAL enumeration is incorrect - @mbenson1 commented on [Fri Jun 19 2020](https://github.com/nasa/cFS/issues/104) **Describe the bug** I don't know if this an FM bug or an OSAL bug. I don't know what the intent on either side was. FM is failing unit tests. The first error i...
non_priority
either fm unit testing is incorrect or an osal enumeration is incorrect commented on describe the bug i don t know if this an fm bug or an osal bug i don t know what the intent on either side was fm is failing unit tests the first error indicates before osal bv fm determined if a directory e...
0
86,550
3,727,015,637
IssuesEvent
2016-03-06 00:43:43
JoshuaBThompson/WristBand
https://api.github.com/repos/JoshuaBThompson/WristBand
closed
Each note number should be recorded in it's own track
note priority sequence tracks
For example, generating a note value of 65 should go to track assigned to note 65. When user generates note value of 60 then it should go to track assigned to note 60. ![Midi Note Mapping](https://docs.google.com/drawings/d/106pmtQDRojdgVOD-uqNw8Cnu0DzEykVRcE3tHCjIH90/pub?w=480&h=360)
1.0
Each note number should be recorded in it's own track - For example, generating a note value of 65 should go to track assigned to note 65. When user generates note value of 60 then it should go to track assigned to note 60. ![Midi Note Mapping](https://docs.google.com/drawings/d/106pmtQDRojdgVOD-uqNw8Cnu0DzEykVRcE3...
priority
each note number should be recorded in it s own track for example generating a note value of should go to track assigned to note when user generates note value of then it should go to track assigned to note
1
71,778
3,368,052,424
IssuesEvent
2015-11-22 17:56:11
JukkaL/mypy
https://api.github.com/repos/JukkaL/mypy
closed
Support dict(name=x, ...)
feature priority
Support `dict(name=x, ...)` in the type checker. Infer key type as `str` and value type based on keyword argument types. We can't represent the signature of `dict` precisely using current functionality alone, i.e. we need some new type checker functionality.
1.0
Support dict(name=x, ...) - Support `dict(name=x, ...)` in the type checker. Infer key type as `str` and value type based on keyword argument types. We can't represent the signature of `dict` precisely using current functionality alone, i.e. we need some new type checker functionality.
priority
support dict name x support dict name x in the type checker infer key type as str and value type based on keyword argument types we can t represent the signature of dict precisely using current functionality alone i e we need some new type checker functionality
1
305,303
9,367,702,615
IssuesEvent
2019-04-03 06:39:05
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
GRPC stdlib should reuse KeyStore and TrustStore from crypto stdlib
Component/gRPC Component/stdlib Priority/High Type/Improvement
**Description:** `crypto` stdlib provides `KeyStore` and `TrustStore` records usable for configuration cryptographic operations. It is required to remove the records defined in `GRPC` module and re-use the records from `crypto` stdlib. [1] https://github.com/ballerina-platform/ballerina-lang/blob/c995c53a465779...
1.0
GRPC stdlib should reuse KeyStore and TrustStore from crypto stdlib - **Description:** `crypto` stdlib provides `KeyStore` and `TrustStore` records usable for configuration cryptographic operations. It is required to remove the records defined in `GRPC` module and re-use the records from `crypto` stdlib. [1] ht...
priority
grpc stdlib should reuse keystore and truststore from crypto stdlib description crypto stdlib provides keystore and truststore records usable for configuration cryptographic operations it is required to remove the records defined in grpc module and re use the records from crypto stdlib
1
326,352
24,080,415,557
IssuesEvent
2022-09-19 05:48:10
codestates-seb/seb39_main_001
https://api.github.com/repos/codestates-seb/seb39_main_001
opened
[API 수정]
documentation BE
- [ ] PATCH /boards/{board-id}/{user-id} - [ ] DELETE /boards/{board-id}/{user-id} - [ ] POST /applications/{board-id}/{user-id}?position= - [ ] POST /questions/{board-id}/{user-id} - [ ] PATCH /questions/{question-id}/{user-id} - [ ] POST /boards/{user-id} - [ ] POST /bookmarks/{board-id}/{user-id} - [ ...
1.0
[API 수정] - - [ ] PATCH /boards/{board-id}/{user-id} - [ ] DELETE /boards/{board-id}/{user-id} - [ ] POST /applications/{board-id}/{user-id}?position= - [ ] POST /questions/{board-id}/{user-id} - [ ] PATCH /questions/{question-id}/{user-id} - [ ] POST /boards/{user-id} - [ ] POST /bookmarks/{board-id}/{use...
non_priority
patch boards board id user id delete boards board id user id post applications board id user id position post questions board id user id patch questions question id user id post boards user id post bookmarks board id user id delete bo...
0
22,678
11,777,561,686
IssuesEvent
2020-03-16 15:00:05
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
reopened
text to speech REST API: silence at the end of generated audio
Pri2 cognitive-services/svc product-question speech-service/subsvc triaged
We use the REST API for text to speech (https://westeurope.tts.speech.microsoft.com/cognitiveservices/v1). The generated speech contains silence at the end of the audio. This used to be about 800 ms, since recently (January) it appears to be less. Is there anyway to control/predict the amount of silence that is gene...
2.0
text to speech REST API: silence at the end of generated audio - We use the REST API for text to speech (https://westeurope.tts.speech.microsoft.com/cognitiveservices/v1). The generated speech contains silence at the end of the audio. This used to be about 800 ms, since recently (January) it appears to be less. Is t...
non_priority
text to speech rest api silence at the end of generated audio we use the rest api for text to speech the generated speech contains silence at the end of the audio this used to be about ms since recently january it appears to be less is there anyway to control predict the amount of silence that is genera...
0
817,716
30,651,236,368
IssuesEvent
2023-07-25 09:03:02
COPRS/rs-issues
https://api.github.com/repos/COPRS/rs-issues
closed
Remove affinity from pro-common Helm chart (mocks only)
enhancement WERUM dev priority:minor Reconsolidation
User story description: "As a _developper_, I would like to _remove affinity in mock components_, so that I can _deliver all helm charts without factory value for affinity_". This US is link to - #201 -> [BUG][Infra][Integration] Node labeling incompatible with processing applications deployment - #409 -> Remove affi...
1.0
Remove affinity from pro-common Helm chart (mocks only) - User story description: "As a _developper_, I would like to _remove affinity in mock components_, so that I can _deliver all helm charts without factory value for affinity_". This US is link to - #201 -> [BUG][Infra][Integration] Node labeling incompatible wit...
priority
remove affinity from pro common helm chart mocks only user story description as a developper i would like to remove affinity in mock components so that i can deliver all helm charts without factory value for affinity this us is link to node labeling incompatible with processing application...
1
151,317
23,798,630,248
IssuesEvent
2022-09-03 00:36:32
microsoft/azuredatastudio
https://api.github.com/repos/microsoft/azuredatastudio
closed
Alter Table Considerations in Table Designer
Pri: 0 Area - Designer
**Is your feature request related to a problem? Please describe.** Table Designer provides the ability to add new columns to a table, or re-order columns. In some cases of adding a column to a table, for example, adding a column to the end of the table with a NULL value, it is only a metadata change. In other case...
1.0
Alter Table Considerations in Table Designer - **Is your feature request related to a problem? Please describe.** Table Designer provides the ability to add new columns to a table, or re-order columns. In some cases of adding a column to a table, for example, adding a column to the end of the table with a NULL val...
non_priority
alter table considerations in table designer is your feature request related to a problem please describe table designer provides the ability to add new columns to a table or re order columns in some cases of adding a column to a table for example adding a column to the end of the table with a null val...
0
101,715
8,796,035,291
IssuesEvent
2018-12-22 23:36:06
istio/istio
https://api.github.com/repos/istio/istio
closed
Global dictionary used Mixer attributes are not updated with istio/api change
area/policies and telemetry area/test and release stale
By design, whenever istio/api sha is updated in istio/istio. It should generate a new mixer/pkg/attribute/list.gen.go file in istio/istio repo if mixer/v1/global_dictionary.yaml is changed in istio/api repo But this is not happen. It cause Mixer server to use older version of global dictionary, fail...
1.0
Global dictionary used Mixer attributes are not updated with istio/api change - By design, whenever istio/api sha is updated in istio/istio. It should generate a new mixer/pkg/attribute/list.gen.go file in istio/istio repo if mixer/v1/global_dictionary.yaml is changed in istio/api repo But this is not...
non_priority
global dictionary used mixer attributes are not updated with istio api change by design whenever istio api sha is updated in istio istio it should generate a new mixer pkg attribute list gen go file in istio istio repo if mixer global dictionary yaml is changed in istio api repo but this is not ...
0
26,816
4,028,153,492
IssuesEvent
2016-05-18 04:07:46
IBM-Bluemix/nodejs-MEAN-stack
https://api.github.com/repos/IBM-Bluemix/nodejs-MEAN-stack
opened
App's UI Does Not Break In Its Context
Advocacy Design & Development Standard
**(THIS ISSUE DOES NOT APPLY TO AN OPEN WHISK REPO)** **Success looks like:** The application's user interface must be cross-browser compatible (for a web based UI) and not break when viewed on a certain web browser (like IE), or whatever the context for the application is (i.e. iOS app that works on iOS 8, 9, etc....
1.0
App's UI Does Not Break In Its Context - **(THIS ISSUE DOES NOT APPLY TO AN OPEN WHISK REPO)** **Success looks like:** The application's user interface must be cross-browser compatible (for a web based UI) and not break when viewed on a certain web browser (like IE), or whatever the context for the application is (...
non_priority
app s ui does not break in its context this issue does not apply to an open whisk repo success looks like the application s user interface must be cross browser compatible for a web based ui and not break when viewed on a certain web browser like ie or whatever the context for the application is ...
0
41,679
21,890,902,877
IssuesEvent
2022-05-20 01:25:11
storybookjs/storybook
https://api.github.com/repos/storybookjs/storybook
closed
Core: prefetch visible links on page load
feature request ui performance issue core
@yannbf prototyped eager loading of stories in #16513 using the `webpackPrefetch` directive. This made navigating to other stories instantaneous, but suffered from the following shortcomings: 1. It slowed down the "time to first render" dramatically 2. It increased the bandwidth dramatically because it downloads ever...
True
Core: prefetch visible links on page load - @yannbf prototyped eager loading of stories in #16513 using the `webpackPrefetch` directive. This made navigating to other stories instantaneous, but suffered from the following shortcomings: 1. It slowed down the "time to first render" dramatically 2. It increased the band...
non_priority
core prefetch visible links on page load yannbf prototyped eager loading of stories in using the webpackprefetch directive this made navigating to other stories instantaneous but suffered from the following shortcomings it slowed down the time to first render dramatically it increased the bandwidt...
0
430,161
12,440,837,167
IssuesEvent
2020-05-26 12:43:05
datopian/datahub-qa
https://api.github.com/repos/datopian/datahub-qa
closed
HTTP Error 403: Forbidden for resources
Priority ★★ Severity: Major
We are getting 403 forbidden from CloudFlare if you try and open url with urllib. ``` from urllib.request import urlopen urlopen('https://pkgstore.datahub.io/core/country-list/data_csv/data/d7c9d7cfb42cb69f4422dec222dbbaa8/data_csv.csv') Traceback (most recent call last): ... File "/usr/lib/python3.6/urlli...
1.0
HTTP Error 403: Forbidden for resources - We are getting 403 forbidden from CloudFlare if you try and open url with urllib. ``` from urllib.request import urlopen urlopen('https://pkgstore.datahub.io/core/country-list/data_csv/data/d7c9d7cfb42cb69f4422dec222dbbaa8/data_csv.csv') Traceback (most recent call last...
priority
http error forbidden for resources we are getting forbidden from cloudflare if you try and open url with urllib from urllib request import urlopen urlopen traceback most recent call last file usr lib urllib request py line in call chain result func args file ...
1
137,476
18,752,721,482
IssuesEvent
2021-11-05 05:54:18
madhans23/linux-4.15
https://api.github.com/repos/madhans23/linux-4.15
opened
CVE-2019-8912 (High) detected in linuxv5.0
security vulnerability
## CVE-2019-8912 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.0</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/torval...
True
CVE-2019-8912 (High) detected in linuxv5.0 - ## CVE-2019-8912 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.0</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library...
non_priority
cve high detected in cve high severity vulnerability vulnerable library linux kernel source tree library home page a href found in head commit a href found in base branch master vulnerable source files crypto af alg c ...
0
753,428
26,347,134,424
IssuesEvent
2023-01-10 23:25:53
helpmebot/helpmebot
https://api.github.com/repos/helpmebot/helpmebot
opened
Add ability to seach for username
priority/low type/feature migrated
Per an issue we encountered in -help today, I thought it would be a nice feature to be able to search for a user based on a string (including wildcards). This would allow the helper to give a command such as "!searchuser ?razy*" and list all users that match the regex. Perhaps the returned information might also contai...
1.0
Add ability to seach for username - Per an issue we encountered in -help today, I thought it would be a nice feature to be able to search for a user based on a string (including wildcards). This would allow the helper to give a command such as "!searchuser ?razy*" and list all users that match the regex. Perhaps the re...
priority
add ability to seach for username per an issue we encountered in help today i thought it would be a nice feature to be able to search for a user based on a string including wildcards this would allow the helper to give a command such as searchuser razy and list all users that match the regex perhaps the re...
1
129
4,122,388,020
IssuesEvent
2016-06-09 01:56:57
dotnet/coreclr
https://api.github.com/repos/dotnet/coreclr
closed
SIGABRT_ASSERT_libcoreclr.so!WKS::gc_heap::seg_mapping_table_add_segment
bug GC reliability
**The notes in this bug refer to the Ubuntu.14.04 dump [rc3-24202-00_0150](https://rapreqs.blob.core.windows.net/sschaab/BodyPart_b37ef701-45ae-42e3-af72-0c154ca00fde?sv=2015-04-05&sr=b&sig=n8qJCuj2ej%2Bh%2Bb9BUxOwqZV8XWXezf1Jpy66aHn2aBY%3D&st=2016-06-03T22%3A18%3A14Z&se=2017-06-03T22%3A18%3A14Z&sp=r). Other dumps are...
True
SIGABRT_ASSERT_libcoreclr.so!WKS::gc_heap::seg_mapping_table_add_segment - **The notes in this bug refer to the Ubuntu.14.04 dump [rc3-24202-00_0150](https://rapreqs.blob.core.windows.net/sschaab/BodyPart_b37ef701-45ae-42e3-af72-0c154ca00fde?sv=2015-04-05&sr=b&sig=n8qJCuj2ej%2Bh%2Bb9BUxOwqZV8XWXezf1Jpy66aHn2aBY%3D&st=2...
non_priority
sigabrt assert libcoreclr so wks gc heap seg mapping table add segment the notes in this bug refer to the ubuntu dump other dumps are available if needed stop reason sigabrt fault symbol libcoreclr so wks gc heap seg mapping table add segment failure hash sig...
0
44,273
12,101,433,206
IssuesEvent
2020-04-20 15:12:28
codesmithtools/Templates
https://api.github.com/repos/codesmithtools/Templates
closed
PLINQO-EF: Fix a bug where the Bundler is not bundling kendo.
Framework-PLINQOEF Priority-High Type-Defect auto-migrated stale
``` http://www.telerik.com/forums/vs2012-rtm-mvc4-kendo-bundle-not-rendering ``` Original issue reported on code.google.com by `bniemyjski` on 30 Apr 2014 at 4:26
1.0
PLINQO-EF: Fix a bug where the Bundler is not bundling kendo. - ``` http://www.telerik.com/forums/vs2012-rtm-mvc4-kendo-bundle-not-rendering ``` Original issue reported on code.google.com by `bniemyjski` on 30 Apr 2014 at 4:26
non_priority
plinqo ef fix a bug where the bundler is not bundling kendo original issue reported on code google com by bniemyjski on apr at
0
133,310
10,807,927,290
IssuesEvent
2019-11-07 09:30:26
dzhw/SLC-IntEr
https://api.github.com/repos/dzhw/SLC-IntEr
closed
Update Modul SozDem
Modul: SozDem testing
msg_02 gelöscht, bitte updaten. Nachfolgende Transitions angepasst 0c815905ee12f479388e71493a6040bf42bcdf04 Zuvor wurde msg_06 gelöscht (siehe 773fe8003ccaf35f97a38956b25ec3cc137f3e35)
1.0
Update Modul SozDem - msg_02 gelöscht, bitte updaten. Nachfolgende Transitions angepasst 0c815905ee12f479388e71493a6040bf42bcdf04 Zuvor wurde msg_06 gelöscht (siehe 773fe8003ccaf35f97a38956b25ec3cc137f3e35)
non_priority
update modul sozdem msg gelöscht bitte updaten nachfolgende transitions angepasst zuvor wurde msg gelöscht siehe
0