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
11,001
2,622,954,463
IssuesEvent
2015-03-04 09:02:59
folded/carve
https://api.github.com/repos/folded/carve
opened
More missing includes (gcc 4.4)
auto-migrated Priority-Medium Type-Defect
``` intersect_classify_edge.cpp needs #include <stdint.h> // for uint32_t src/radiance.cp #include <stdio.h> src/model/ply_format.cpp #include <stdio.h> #include <cstring> lib/math.cpp #include <stdio.h> src/model/vtk_format.cpp #include <stdio.h> Every instance of t = strchr(l, k); ...was giving a compiler error...
1.0
More missing includes (gcc 4.4) - ``` intersect_classify_edge.cpp needs #include <stdint.h> // for uint32_t src/radiance.cp #include <stdio.h> src/model/ply_format.cpp #include <stdio.h> #include <cstring> lib/math.cpp #include <stdio.h> src/model/vtk_format.cpp #include <stdio.h> Every instance of t = strchr(l, ...
non_priority
more missing includes gcc intersect classify edge cpp needs include for t src radiance cp include src model ply format cpp include include lib math cpp include src model vtk format cpp include every instance of t strchr l k was giving a compiler error t char strchr ...
0
93,859
3,912,333,865
IssuesEvent
2016-04-20 10:01:10
hpi-swt2/wimi-portal
https://api.github.com/repos/hpi-swt2/wimi-portal
closed
External login
enhancement priority-3
As a user without an HPI openId account, I should be able to login with name+password
1.0
External login - As a user without an HPI openId account, I should be able to login with name+password
priority
external login as a user without an hpi openid account i should be able to login with name password
1
344,471
24,815,251,947
IssuesEvent
2022-10-25 12:41:57
Substra/substra-documentation
https://api.github.com/repos/Substra/substra-documentation
closed
[k8s] Map ports used for a deployment
documentation
Describe ingress + internal mapping/services. How to expose a cluster and so on.
1.0
[k8s] Map ports used for a deployment - Describe ingress + internal mapping/services. How to expose a cluster and so on.
non_priority
map ports used for a deployment describe ingress internal mapping services how to expose a cluster and so on
0
521,195
15,104,607,100
IssuesEvent
2021-02-08 11:53:52
opencv/opencv
https://api.github.com/repos/opencv/opencv
closed
How to generate correctly the .pbtxt file from .pb for cv2.dnn.readNetFromTensorflow
category: dnn feature incomplete priority: low
##### System information (version) <!-- Example - OpenCV => 4.4.0 - Operating System / Platform => macOS - Compiler => Visual Studio 2017 --> - OpenCV => 4.4.0 - Operating System / Platform => macOS - Compiler => Visual Studio Version: 1.52.1 ##### Detailed description I am training yolo model on my s...
1.0
How to generate correctly the .pbtxt file from .pb for cv2.dnn.readNetFromTensorflow - ##### System information (version) <!-- Example - OpenCV => 4.4.0 - Operating System / Platform => macOS - Compiler => Visual Studio 2017 --> - OpenCV => 4.4.0 - Operating System / Platform => macOS - Compiler => Visual S...
priority
how to generate correctly the pbtxt file from pb for dnn readnetfromtensorflow system information version example opencv operating system platform macos compiler visual studio opencv operating system platform macos compiler visual studio...
1
285,726
24,691,977,201
IssuesEvent
2022-10-19 09:12:48
jmakhack/hydrate-reminder
https://api.github.com/repos/jmakhack/hydrate-reminder
closed
Parameterize JUnit Tests
help wanted testing java best practices hacktoberfest
## Task Context Codacy has some issues with the unit tests having more than 1 assert. Most of these errors can be resolved by parameterizing tests such as the test in [HydrateBreakMessageDictionaryTest.java](https://github.com/jmakhack/hydrate-reminder/blob/master/src/test/java/com/hydratereminder/dictionary/HydrateBr...
1.0
Parameterize JUnit Tests - ## Task Context Codacy has some issues with the unit tests having more than 1 assert. Most of these errors can be resolved by parameterizing tests such as the test in [HydrateBreakMessageDictionaryTest.java](https://github.com/jmakhack/hydrate-reminder/blob/master/src/test/java/com/hydratere...
non_priority
parameterize junit tests task context codacy has some issues with the unit tests having more than assert most of these errors can be resolved by parameterizing tests such as the test in acceptance criteria goals tests that have several assertions specifically assertequals are parameter...
0
576,946
17,099,705,275
IssuesEvent
2021-07-09 09:28:13
gardener/gardener-extension-os-suse-chost
https://api.github.com/repos/gardener/gardener-extension-os-suse-chost
closed
Support bootstraping format per worker pool
area/os area/robustness kind/enhancement lifecycle/rotten os/suse-chost priority/3
**How to categorize this issue?** <!-- Please select area, kind, and priority for this issue. This helps the community categorizing it. Replace below TODOs or exchange the existing identifiers with those that fit best in your opinion. If multiple identifiers make sense you can also state the commands multiple times...
1.0
Support bootstraping format per worker pool - **How to categorize this issue?** <!-- Please select area, kind, and priority for this issue. This helps the community categorizing it. Replace below TODOs or exchange the existing identifiers with those that fit best in your opinion. If multiple identifiers make sense ...
priority
support bootstraping format per worker pool how to categorize this issue please select area kind and priority for this issue this helps the community categorizing it replace below todos or exchange the existing identifiers with those that fit best in your opinion if multiple identifiers make sense ...
1
8,456
26,968,445,227
IssuesEvent
2023-02-09 01:19:52
influxdata/ui
https://api.github.com/repos/influxdata/ui
closed
Query Context Updates for the UI
team/ui epic team/unity team/automation
There's no global query context in the UI and we have to keep/sync the states of the query in multiple places/components. The solution is to move towards having a global query object/context which keeps track on all the queries and we don't have to rely on different mechanisms to store query and their states.
1.0
Query Context Updates for the UI - There's no global query context in the UI and we have to keep/sync the states of the query in multiple places/components. The solution is to move towards having a global query object/context which keeps track on all the queries and we don't have to rely on different mechanisms to stor...
non_priority
query context updates for the ui there s no global query context in the ui and we have to keep sync the states of the query in multiple places components the solution is to move towards having a global query object context which keeps track on all the queries and we don t have to rely on different mechanisms to stor...
0
128,375
18,048,201,954
IssuesEvent
2021-09-19 09:08:19
jinhogate/pizza_angular
https://api.github.com/repos/jinhogate/pizza_angular
opened
CVE-2018-19827 (High) detected in node-sass-4.9.3.tgz
security vulnerability
## CVE-2018-19827 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sass-4.9.3.tgz</b></p></summary> <p>Wrapper around libsass</p> <p>Library home page: <a href="https://registry.np...
True
CVE-2018-19827 (High) detected in node-sass-4.9.3.tgz - ## CVE-2018-19827 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sass-4.9.3.tgz</b></p></summary> <p>Wrapper around libsas...
non_priority
cve high detected in node sass tgz cve high severity vulnerability vulnerable library node sass tgz wrapper around libsass library home page a href dependency hierarchy build angular tgz root library x node sass tgz vulnerable library ...
0
51,021
3,010,029,586
IssuesEvent
2015-07-28 10:33:15
N4SJAMK/teamboard-client-react
https://api.github.com/repos/N4SJAMK/teamboard-client-react
closed
iPad issue: Mini map square disappears off the minimap
bug HIGH PRIORITY ready_to_verify
Mini map square disappears off the minimap. (minimapilla neliö pääsee yli minimapin, siirtoneliö häviää yli laudan). ////////CONTRIBOARD TESTING, 24.7.2015//////// Contriboard (SUT) versions: Client version v1.2.100 API version v0.4.38 IMG version v0.1.10 Testing environment: Heli (1 kpl iPad iOS 8.3 (12F6...
1.0
iPad issue: Mini map square disappears off the minimap - Mini map square disappears off the minimap. (minimapilla neliö pääsee yli minimapin, siirtoneliö häviää yli laudan). ////////CONTRIBOARD TESTING, 24.7.2015//////// Contriboard (SUT) versions: Client version v1.2.100 API version v0.4.38 IMG version v0.1.1...
priority
ipad issue mini map square disappears off the minimap mini map square disappears off the minimap minimapilla neliö pääsee yli minimapin siirtoneliö häviää yli laudan contriboard testing contriboard sut versions client version api version img version testin...
1
21,990
3,930,723,655
IssuesEvent
2016-04-25 09:20:16
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
bazel_apple_test is broken with latest push
category: mobile category: testing P1 type: bug
See http://ci.bazel.io/job/Bazel/490/JAVA_VERSION=1.8,PLATFORM_NAME=darwin-x86_64/testReport/junit/(root)/(empty)/test_swift_library/ Assigning to dmishe who authored the test
1.0
bazel_apple_test is broken with latest push - See http://ci.bazel.io/job/Bazel/490/JAVA_VERSION=1.8,PLATFORM_NAME=darwin-x86_64/testReport/junit/(root)/(empty)/test_swift_library/ Assigning to dmishe who authored the test
non_priority
bazel apple test is broken with latest push see assigning to dmishe who authored the test
0
326,218
9,948,910,346
IssuesEvent
2019-07-04 10:00:05
fxi/AccessMod_shiny
https://api.github.com/repos/fxi/AccessMod_shiny
closed
Raster preview: Data internal to AccessMod appearing in the list while the advance option is not enabled
Priority 4 need feedback
The raster layer data internal to AccessMod are showing up in the list of available layers for display in the raster preview module even without checking the "Enable advanced options in modules" box in the settings => this should be corrected to be consistent with the function of this box
1.0
Raster preview: Data internal to AccessMod appearing in the list while the advance option is not enabled - The raster layer data internal to AccessMod are showing up in the list of available layers for display in the raster preview module even without checking the "Enable advanced options in modules" box in the setting...
priority
raster preview data internal to accessmod appearing in the list while the advance option is not enabled the raster layer data internal to accessmod are showing up in the list of available layers for display in the raster preview module even without checking the enable advanced options in modules box in the setting...
1
49,119
3,001,742,524
IssuesEvent
2015-07-24 13:29:46
centreon/centreon
https://api.github.com/repos/centreon/centreon
closed
possibility to force check all services for host from conguration page
Component: Affect Version Component: Resolution Priority: Normal Status: Rejected Tracker: Enhancement
--- Author Name: **Laurent Pinsivy** (Laurent Pinsivy) Original Redmine Issue: 1597, https://forge.centreon.com/issues/1597 Original Date: 2010-03-02 --- Add possibility to forece check for all services from configuration page. This to permit don't wait host check and go on host detail page and make "schedule f...
1.0
possibility to force check all services for host from conguration page - --- Author Name: **Laurent Pinsivy** (Laurent Pinsivy) Original Redmine Issue: 1597, https://forge.centreon.com/issues/1597 Original Date: 2010-03-02 --- Add possibility to forece check for all services from configuration page. This to per...
priority
possibility to force check all services for host from conguration page author name laurent pinsivy laurent pinsivy original redmine issue original date add possibility to forece check for all services from configuration page this to permit don t wait host check and go on host deta...
1
116,747
14,997,950,730
IssuesEvent
2021-01-29 17:39:30
airshipit/airshipui
https://api.github.com/repos/airshipit/airshipui
opened
Epic - Visualization of History of Evolution of a Cluster
2 - UI Features design needed epic priority/medium
As an operator, I want to be able to view aspects of the history of the evolution of a cluster managed via Airship, so that I have a user-friendly interface to access this information for reporting, troubleshooting, etc. The purpose of this epic is to design and gather issues related to viewing these aspects such as...
1.0
Epic - Visualization of History of Evolution of a Cluster - As an operator, I want to be able to view aspects of the history of the evolution of a cluster managed via Airship, so that I have a user-friendly interface to access this information for reporting, troubleshooting, etc. The purpose of this epic is to desig...
non_priority
epic visualization of history of evolution of a cluster as an operator i want to be able to view aspects of the history of the evolution of a cluster managed via airship so that i have a user friendly interface to access this information for reporting troubleshooting etc the purpose of this epic is to desig...
0
275,379
30,230,728,742
IssuesEvent
2023-07-06 06:40:59
MicrosoftDocs/microsoft-365-docs
https://api.github.com/repos/MicrosoftDocs/microsoft-365-docs
closed
Microsoft defender smartScreen blocking a simulation website
security support-request
Hello! The sub-domain for https://www.bankmenia.org/ is getting blocked by the Edge Browser (Microsoft Defender SmartScreen). For instance, the following gets blocked on Edge: https://www.bankmenia.org/* https://www.bankmenia.org/abcdefg Disabling "Microsoft Defender SmartScreen" on the browser settings fi...
True
Microsoft defender smartScreen blocking a simulation website - Hello! The sub-domain for https://www.bankmenia.org/ is getting blocked by the Edge Browser (Microsoft Defender SmartScreen). For instance, the following gets blocked on Edge: https://www.bankmenia.org/* https://www.bankmenia.org/abcdefg Disabl...
non_priority
microsoft defender smartscreen blocking a simulation website hello the sub domain for is getting blocked by the edge browser microsoft defender smartscreen for instance the following gets blocked on edge disabling microsoft defender smartscreen on the browser settings fixes this but we do ...
0
62,075
6,775,407,552
IssuesEvent
2017-10-27 14:11:33
leeensminger/DelDOT-NPDES-Viewer
https://api.github.com/repos/leeensminger/DelDOT-NPDES-Viewer
closed
Include base layers in the Identify tool
DelDOT Ready For Testing in next release
User should be able to use "identify" tool on the base map reference layers, such as parcels. Per email from Sara E. to Bruce 20170914.
1.0
Include base layers in the Identify tool - User should be able to use "identify" tool on the base map reference layers, such as parcels. Per email from Sara E. to Bruce 20170914.
non_priority
include base layers in the identify tool user should be able to use identify tool on the base map reference layers such as parcels per email from sara e to bruce
0
126,028
10,373,723,124
IssuesEvent
2019-09-09 08:00:13
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Test failure EntryLoaderInitializationTest.testEagerEntryLoaderInitializesValues_withExpirationTime
Module: IMap Source: Internal Team: Core Type: Test-Failure
http://jenkins.hazelcast.com/job/Hazelcast-pr-builder/2487/ ``` Error Message expected:<val0> but was:<null> Stacktrace java.lang.AssertionError: expected:<val0> but was:<null> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Asser...
1.0
Test failure EntryLoaderInitializationTest.testEagerEntryLoaderInitializesValues_withExpirationTime - http://jenkins.hazelcast.com/job/Hazelcast-pr-builder/2487/ ``` Error Message expected:<val0> but was:<null> Stacktrace java.lang.AssertionError: expected:<val0> but was:<null> at org.junit.Assert.fail(Assert....
non_priority
test failure entryloaderinitializationtest testeagerentryloaderinitializesvalues withexpirationtime error message expected but was stacktrace java lang assertionerror expected but was at org junit assert fail assert java at org junit assert failnotequals assert java at org junit asse...
0
15,692
3,481,393,520
IssuesEvent
2015-12-29 15:51:51
slivne/try_git
https://api.github.com/repos/slivne/try_git
opened
repair : repair_while_nodes_are_down_1_test
dtest repair
Check that repair is not able to complete if no replicas for data exist 1. Create a cluster of 3 nodes with rf=2 2. Stop node 2 3. Insert data 4. Stop node 3 5. Start node 2 6. Start repair on node 2 7. Check if repair is succesfull
1.0
repair : repair_while_nodes_are_down_1_test - Check that repair is not able to complete if no replicas for data exist 1. Create a cluster of 3 nodes with rf=2 2. Stop node 2 3. Insert data 4. Stop node 3 5. Start node 2 6. Start repair on node 2 7. Check i...
non_priority
repair repair while nodes are down test check that repair is not able to complete if no replicas for data exist create a cluster of nodes with rf stop node insert data stop node start node start repair on node check i...
0
740,736
25,765,284,213
IssuesEvent
2022-12-09 01:00:54
harvester/harvester
https://api.github.com/repos/harvester/harvester
opened
[FEATURE] QA Cluster Improvements
kind/enhancement priority/1
**Describe the solution you'd like** Implement a scenario with "aging" cluster that has some load and VMs being moved around. **Is your feature request related to a problem? Please describe.** Things are working with one node when the load is static, but when starting to scale out or migrating VMs there are vario...
1.0
[FEATURE] QA Cluster Improvements - **Describe the solution you'd like** Implement a scenario with "aging" cluster that has some load and VMs being moved around. **Is your feature request related to a problem? Please describe.** Things are working with one node when the load is static, but when starting to scale ...
priority
qa cluster improvements describe the solution you d like implement a scenario with aging cluster that has some load and vms being moved around is your feature request related to a problem please describe things are working with one node when the load is static but when starting to scale out or m...
1
55,136
6,437,855,149
IssuesEvent
2017-08-11 01:02:44
vmware/vic
https://api.github.com/repos/vmware/vic
reopened
Nightly 5-14: Test needs to be updated after #3845 was closed
component/test/nightly priority/high status/needs-attention
8/2, Build build 12824, vSphere 6.0 and 6.5 Issue #3845 was closed as a dupe but the nightly 5-14 test was not updated. ``` Test 5-14-Remove-Container-OOB.robot needs to be updated now that Issue #3845 has been resolved ```
1.0
Nightly 5-14: Test needs to be updated after #3845 was closed - 8/2, Build build 12824, vSphere 6.0 and 6.5 Issue #3845 was closed as a dupe but the nightly 5-14 test was not updated. ``` Test 5-14-Remove-Container-OOB.robot needs to be updated now that Issue #3845 has been resolved ```
non_priority
nightly test needs to be updated after was closed build build vsphere and issue was closed as a dupe but the nightly test was not updated test remove container oob robot needs to be updated now that issue has been resolved
0
213,524
16,524,172,132
IssuesEvent
2021-05-26 17:48:45
dotnet/aspnetcore
https://api.github.com/repos/dotnet/aspnetcore
closed
Quarantining Failing Test: `Server_SetConnectionLimitChangeAfterStarted_Success`
area-runtime servers-httpsys test-failure
is now failing with: ``` Assert.Throws() Failure Expected: typeof(System.Net.Http.HttpRequestException) Actual: (No exception was thrown) ``` https://dev.azure.com/dnceng/public/_build/results?buildId=1126028&view=logs&jobId=3f6d4e0f-1b71-56b5-361e-d95b6e6da15a&j=3f6d4e0f-1b71-56b5-361e-d95b6e6da15a&t=d5bf30b...
1.0
Quarantining Failing Test: `Server_SetConnectionLimitChangeAfterStarted_Success` - is now failing with: ``` Assert.Throws() Failure Expected: typeof(System.Net.Http.HttpRequestException) Actual: (No exception was thrown) ``` https://dev.azure.com/dnceng/public/_build/results?buildId=1126028&view=logs&jobId=3f...
non_priority
quarantining failing test server setconnectionlimitchangeafterstarted success is now failing with assert throws failure expected typeof system net http httprequestexception actual no exception was thrown
0
197,428
6,955,062,431
IssuesEvent
2017-12-07 05:27:50
HabitRPG/habitica
https://api.github.com/repos/HabitRPG/habitica
closed
Consider using a different CA, e.g. Let's Encrypt, instead of Comodo.
not yet sectioned priority: minor status: issue: suggestion-discussion
Habitica's https certificate is signed by Comodo group, which has a problematic history: https://en.wikipedia.org/wiki/Comodo_Group It's easy and free to use Let's Encrypt instead (or one of many other more honest providers): https://letsencrypt.org/ Most users would not notice the change (which is actually part of t...
1.0
Consider using a different CA, e.g. Let's Encrypt, instead of Comodo. - Habitica's https certificate is signed by Comodo group, which has a problematic history: https://en.wikipedia.org/wiki/Comodo_Group It's easy and free to use Let's Encrypt instead (or one of many other more honest providers): https://letsencrypt.o...
priority
consider using a different ca e g let s encrypt instead of comodo habitica s https certificate is signed by comodo group which has a problematic history it s easy and free to use let s encrypt instead or one of many other more honest providers most users would not notice the change which is actually p...
1
216,472
7,308,608,325
IssuesEvent
2018-02-28 09:00:11
handsontable/handsontable
https://api.github.com/repos/handsontable/handsontable
opened
[mobile] Rows are not being added properly while swiping down
Mobile Priority: normal Status: In development Type: Bug
### Description Extra rows (below the viewport) aren't loaded after scrolling down. Triggering momentum event also gives no expected effect. They are loaded just after rendering action (i.e. after selection action). ### Steps to reproduce <!--- Provide steps to reproduce this issue --> 1. Open: https://jsfiddle.n...
1.0
[mobile] Rows are not being added properly while swiping down - ### Description Extra rows (below the viewport) aren't loaded after scrolling down. Triggering momentum event also gives no expected effect. They are loaded just after rendering action (i.e. after selection action). ### Steps to reproduce <!--- Provid...
priority
rows are not being added properly while swiping down description extra rows below the viewport aren t loaded after scrolling down triggering momentum event also gives no expected effect they are loaded just after rendering action i e after selection action steps to reproduce open s...
1
85,738
16,736,842,457
IssuesEvent
2021-06-11 03:31:39
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
[wasm][tests][aot] Test failure in `System.Reflection.Tests`
arch-wasm area-Codegen-AOT-mono in pr wasm-aot-test
Probably a build issue. [Log](https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-50885-merge-0e7ebf1b0da04b00b1/System.Reflection.Tests/console.f083cf5d.log?sv=2019-07-07&se=2021-05-12T02%3A28%3A52Z&sr=c&sp=rl&sig=XfNwfMkn0ixVuoIGUXmVbXd2Ii65btZ5xFSp0cRA%2FLQ%3D) ``` /home/helixbot...
1.0
[wasm][tests][aot] Test failure in `System.Reflection.Tests` - Probably a build issue. [Log](https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-50885-merge-0e7ebf1b0da04b00b1/System.Reflection.Tests/console.f083cf5d.log?sv=2019-07-07&se=2021-05-12T02%3A28%3A52Z&sr=c&sp=rl&sig=XfNwfMkn0ix...
non_priority
test failure in system reflection tests probably a build issue home helixbot work p dotnet cli sdk preview msbuild dll maxcpucount verbosity m bl home helixbot work w uploads xharness output aotbuild binlog p runaotcompilation true publish aottestprojectforhelix proj ...
0
513,209
14,917,825,174
IssuesEvent
2021-01-22 20:32:44
aleksn41/corona_world_app
https://api.github.com/repos/aleksn41/corona_world_app
closed
Statistic issues have to be fixed
High Priority
Statistics are not working properly. Additionaly there are many constellations of criteria, chart type and time yet to be implemented.
1.0
Statistic issues have to be fixed - Statistics are not working properly. Additionaly there are many constellations of criteria, chart type and time yet to be implemented.
priority
statistic issues have to be fixed statistics are not working properly additionaly there are many constellations of criteria chart type and time yet to be implemented
1
595,302
18,063,561,879
IssuesEvent
2021-09-20 16:23:23
SuperCoopBerlin/tapir
https://api.github.com/repos/SuperCoopBerlin/tapir
opened
In the ShiftUserDataForm, it is not possible to save the ShiftUserData if no capability is selected
bug priority
Also, the checkboxes are not pre-checked if the user has more than one capability.
1.0
In the ShiftUserDataForm, it is not possible to save the ShiftUserData if no capability is selected - Also, the checkboxes are not pre-checked if the user has more than one capability.
priority
in the shiftuserdataform it is not possible to save the shiftuserdata if no capability is selected also the checkboxes are not pre checked if the user has more than one capability
1
108,875
13,675,655,878
IssuesEvent
2020-09-29 12:58:19
DigitalExcellence/dex-frontend
https://api.github.com/repos/DigitalExcellence/dex-frontend
closed
New design: illustrations
Good first issue concepting design priority
In sprint 2 we created a first version of a styleguide which shows a specific type of illustration. We need to replicate this illustration and create new / different versions for usage throughout DeX. Possible illustrations could be: - A computer - A computer folder - 404 page image - Thank you screen - Highlig...
1.0
New design: illustrations - In sprint 2 we created a first version of a styleguide which shows a specific type of illustration. We need to replicate this illustration and create new / different versions for usage throughout DeX. Possible illustrations could be: - A computer - A computer folder - 404 page image -...
non_priority
new design illustrations in sprint we created a first version of a styleguide which shows a specific type of illustration we need to replicate this illustration and create new different versions for usage throughout dex possible illustrations could be a computer a computer folder page image t...
0
63,812
6,885,075,869
IssuesEvent
2017-11-21 15:05:15
brave/browser-ios
https://api.github.com/repos/brave/browser-ios
closed
Manual test run on iOS10 iPhone6 for 1.5.1
iPhone release-notes/exclude tests
## Per release specialty tests - [x] Opening a link in a new tab shows blank tab before loading the page ([#1156](https://github.com/brave/browser-ios/issues/1156)) - [x] Added Share Option for Images ([#1244](https://github.com/brave/browser-ios/issues/1244)) - [x] Add pocket integration suggestion ([#1124](https:/...
1.0
Manual test run on iOS10 iPhone6 for 1.5.1 - ## Per release specialty tests - [x] Opening a link in a new tab shows blank tab before loading the page ([#1156](https://github.com/brave/browser-ios/issues/1156)) - [x] Added Share Option for Images ([#1244](https://github.com/brave/browser-ios/issues/1244)) - [x] Add p...
non_priority
manual test run on for per release specialty tests opening a link in a new tab shows blank tab before loading the page added share option for images add pocket integration suggestion add ui support for iphone x iphone specific bookmarks only load when switched...
0
281,694
21,315,428,211
IssuesEvent
2022-04-16 07:25:23
Jacobvu84/jacob-supertramp-myself
https://api.github.com/repos/Jacobvu84/jacob-supertramp-myself
opened
Developing Business Acumen
documentation
**Welcome** Do you ever feel like you don't understand what's going on in your business ? Are you unclear about how your business makes money? And what drives performance? Do you hear people use terms and you don't know what they mean? This is what business acumen is all about. I'm Mike Figliuolo, Managing Di...
1.0
Developing Business Acumen - **Welcome** Do you ever feel like you don't understand what's going on in your business ? Are you unclear about how your business makes money? And what drives performance? Do you hear people use terms and you don't know what they mean? This is what business acumen is all about. I'...
non_priority
developing business acumen welcome do you ever feel like you don t understand what s going on in your business are you unclear about how your business makes money and what drives performance do you hear people use terms and you don t know what they mean this is what business acumen is all about i ...
0
343,858
10,337,626,498
IssuesEvent
2019-09-03 15:12:43
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
tanci.m.tnt-online.ru - site is not usable
browser-firefox-tablet engine-gecko priority-important
<!-- @browser: Firefox Mobile (Tablet) 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 6.0.1; Tablet; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: http://tanci.m.tnt-online.ru/107-1.htm#pl **Browser / Version**: Firefox Mobile (Tablet) 68.0 **Operating System**: Android 6.0.1 ...
1.0
tanci.m.tnt-online.ru - site is not usable - <!-- @browser: Firefox Mobile (Tablet) 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 6.0.1; Tablet; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: http://tanci.m.tnt-online.ru/107-1.htm#pl **Browser / Version**: Firefox Mobile (Tabl...
priority
tanci m tnt online ru site is not usable url browser version firefox mobile tablet operating system android tested another browser unknown problem type site is not usable description mobile site absent redirection always fails steps to reproduce ...
1
61,423
17,023,691,099
IssuesEvent
2021-07-03 03:19:30
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
[landcover] render landuse=education like amenity=school to prevent further misuse of the amenity tag
Component: mapnik Priority: major Resolution: duplicate Type: defect
**[Submitted to the original trac issue database at 9.53pm, Friday, 25th March 2011]** amenity=school should be used only for the actual facilities. but fellow mappers use it as a substitute for landuse, because it renders nicely in a yellowish color. the problem is, that search results then show two schools (one for ...
1.0
[landcover] render landuse=education like amenity=school to prevent further misuse of the amenity tag - **[Submitted to the original trac issue database at 9.53pm, Friday, 25th March 2011]** amenity=school should be used only for the actual facilities. but fellow mappers use it as a substitute for landuse, because it ...
non_priority
render landuse education like amenity school to prevent further misuse of the amenity tag amenity school should be used only for the actual facilities but fellow mappers use it as a substitute for landuse because it renders nicely in a yellowish color the problem is that search results then show two scho...
0
76,448
9,941,254,163
IssuesEvent
2019-07-03 11:07:17
infracloudio/citadel
https://api.github.com/repos/infracloudio/citadel
opened
Terraform onboarding
documentation good first issue help wanted
- [ ] Infrastructure as code - [ ] Terraform basics. - [ ] Terraform providers. - [ ] Writing your own provider. - [ ] Assignment
1.0
Terraform onboarding - - [ ] Infrastructure as code - [ ] Terraform basics. - [ ] Terraform providers. - [ ] Writing your own provider. - [ ] Assignment
non_priority
terraform onboarding infrastructure as code terraform basics terraform providers writing your own provider assignment
0
821,278
30,814,479,400
IssuesEvent
2023-08-01 12:40:36
quentin452/privates-minecraft-modpack
https://api.github.com/repos/quentin452/privates-minecraft-modpack
closed
[1.12.2]: Sometimes Entities become invisible /visible caused by infinite loop
bug priority high 1.12.2 Forge Mystic's Monstrosity Modified V6
### Modpack Mystics Monstrosity modified V6.0 beta44 ### Game log no logs ### Description Sometimes entities become invisible/visible at infinite loop in the nether and certain dimension randomly
1.0
[1.12.2]: Sometimes Entities become invisible /visible caused by infinite loop - ### Modpack Mystics Monstrosity modified V6.0 beta44 ### Game log no logs ### Description Sometimes entities become invisible/visible at infinite loop in the nether and certain dimension randomly
priority
sometimes entities become invisible visible caused by infinite loop modpack mystics monstrosity modified game log no logs description sometimes entities become invisible visible at infinite loop in the nether and certain dimension randomly
1
375,592
26,169,177,284
IssuesEvent
2023-01-01 17:42:21
bounswe/bounswe2022group2
https://api.github.com/repos/bounswe/bounswe2022group2
opened
Final Milestone: Summary of Work Table for Gökay Yıldız
priority-medium type-documentation status-new
### Issue Description The final Group Milestone Report should include a summary of each team member's work in a table, which should be consistent with each member's Individual Contributions Report. Each team member is responsible for preparing their own summary of work. ### Step Details Steps that will be performed:...
1.0
Final Milestone: Summary of Work Table for Gökay Yıldız - ### Issue Description The final Group Milestone Report should include a summary of each team member's work in a table, which should be consistent with each member's Individual Contributions Report. Each team member is responsible for preparing their own summary...
non_priority
final milestone summary of work table for gökay yıldız issue description the final group milestone report should include a summary of each team member s work in a table which should be consistent with each member s individual contributions report each team member is responsible for preparing their own summary...
0
709,995
24,399,824,206
IssuesEvent
2022-10-04 23:35:13
okTurtles/group-income
https://api.github.com/repos/okTurtles/group-income
closed
Remove Disagreement Rule from Group Creation setup
App:Frontend Level:Starter Priority:High Note:UI/UX
### Problem See #1393 for details on both problem and solution. Summary: there are problems with having the disagreement rule in the group setup, and there are currently also problems with the disagreement rule implementation. ### Solution Implement the new designs for #1393.
1.0
Remove Disagreement Rule from Group Creation setup - ### Problem See #1393 for details on both problem and solution. Summary: there are problems with having the disagreement rule in the group setup, and there are currently also problems with the disagreement rule implementation. ### Solution Implement the n...
priority
remove disagreement rule from group creation setup problem see for details on both problem and solution summary there are problems with having the disagreement rule in the group setup and there are currently also problems with the disagreement rule implementation solution implement the new ...
1
730,424
25,171,783,425
IssuesEvent
2022-11-11 04:27:57
rpitv/glimpse-graphics
https://api.github.com/repos/rpitv/glimpse-graphics
opened
Selected images don't persist across restarts
bug Priority: MED
When the NodeCG server restarts, the images which were selected to display are all deselected. This can be critical as some branding, such as company bugs, could be forgotten about. Additionally, if systems are in place to auto-restart the server in the event of a crash, human intervention is needed in order to put ...
1.0
Selected images don't persist across restarts - When the NodeCG server restarts, the images which were selected to display are all deselected. This can be critical as some branding, such as company bugs, could be forgotten about. Additionally, if systems are in place to auto-restart the server in the event of a cras...
priority
selected images don t persist across restarts when the nodecg server restarts the images which were selected to display are all deselected this can be critical as some branding such as company bugs could be forgotten about additionally if systems are in place to auto restart the server in the event of a cras...
1
280,804
8,686,867,661
IssuesEvent
2018-12-03 12:06:03
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
jstash.bazar - site is not usable
browser-firefox-mobile priority-normal
<!-- @browser: Firefox Mobile 64.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:64.0) Gecko/64.0 Firefox/64.0 --> <!-- @reported_with: mobile-reporter --> **URL**: http://jstash.bazar/login?back=/buy?csrf=1Z7Vp_0Xb1N351ukG4p5WrRYdPqAeuj6&items=372436134 **Browser / Version**: Firefox Mobile 64.0 **Oper...
1.0
jstash.bazar - site is not usable - <!-- @browser: Firefox Mobile 64.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:64.0) Gecko/64.0 Firefox/64.0 --> <!-- @reported_with: mobile-reporter --> **URL**: http://jstash.bazar/login?back=/buy?csrf=1Z7Vp_0Xb1N351ukG4p5WrRYdPqAeuj6&items=372436134 **Browser / V...
priority
jstash bazar site is not usable url browser version firefox mobile operating system android tested another browser yes problem type site is not usable description keeps kicking me out steps to reproduce as soon as i try to make a purchase it kicks me out ...
1
72,444
3,385,861,427
IssuesEvent
2015-11-27 14:08:47
CoderDojo/community-platform
https://api.github.com/repos/CoderDojo/community-platform
opened
Issue with special characters in title bar
bug high priority suitable for beginners
Just put Portuguese up but it looks like there's an issue on the homepage with the special characters: ![screen shot 2015-11-27 at 14 07 33](https://cloud.githubusercontent.com/assets/1136491/11442831/56b62474-9510-11e5-9fb7-ae7b874a9d9a.png)
1.0
Issue with special characters in title bar - Just put Portuguese up but it looks like there's an issue on the homepage with the special characters: ![screen shot 2015-11-27 at 14 07 33](https://cloud.githubusercontent.com/assets/1136491/11442831/56b62474-9510-11e5-9fb7-ae7b874a9d9a.png)
priority
issue with special characters in title bar just put portuguese up but it looks like there s an issue on the homepage with the special characters
1
345,000
24,839,125,906
IssuesEvent
2022-10-26 11:18:10
meilisearch/meilisearch-python
https://api.github.com/repos/meilisearch/meilisearch-python
closed
Fix broken links in README
documentation good first issue hacktoberfest
<!-- This is not an exhaustive model but a help. No step is mandatory. --> **Description** Some of the links such as `https://itconnect.uw.edu/learn/workshops/online-tutorials/web-publishing/what-is-a-terminal/` are not working **Expected behavior** Links should work **Current behavior** Links are pointing ...
1.0
Fix broken links in README - <!-- This is not an exhaustive model but a help. No step is mandatory. --> **Description** Some of the links such as `https://itconnect.uw.edu/learn/workshops/online-tutorials/web-publishing/what-is-a-terminal/` are not working **Expected behavior** Links should work **Current be...
non_priority
fix broken links in readme description some of the links such as are not working expected behavior links should work current behavior links are pointing to unavailable pages
0
5,790
13,161,033,287
IssuesEvent
2020-08-10 18:44:38
Azure/azure-sdk
https://api.github.com/repos/Azure/azure-sdk
opened
Board Review: IotHub
architecture board-review
Thank you for starting the process for approval of the client library for your Azure service. Thorough review of your client library ensures that your APIs are consistent with the guidelines and the consumers of your client library have a consistently good experience when using Azure. ** Before submitting, ensure ...
1.0
Board Review: IotHub - Thank you for starting the process for approval of the client library for your Azure service. Thorough review of your client library ensures that your APIs are consistent with the guidelines and the consumers of your client library have a consistently good experience when using Azure. ** Bef...
non_priority
board review iothub thank you for starting the process for approval of the client library for your azure service thorough review of your client library ensures that your apis are consistent with the guidelines and the consumers of your client library have a consistently good experience when using azure bef...
0
60,524
14,878,276,521
IssuesEvent
2021-01-20 05:20:20
spacetelescope/romancal
https://api.github.com/repos/spacetelescope/romancal
closed
Generate Roman Level 1 Data Model Schema
RCAL build0.1
_Issue [RCAL-5](https://jira.stsci.edu/browse/RCAL-5) was created on JIRA by [Paul Huwe](https://jira.stsci.edu/secure/ViewProfile.jspa?name=phuwe):_ Establish, write, and test the data model for uncalibrated Roman data (level 1).
1.0
Generate Roman Level 1 Data Model Schema - _Issue [RCAL-5](https://jira.stsci.edu/browse/RCAL-5) was created on JIRA by [Paul Huwe](https://jira.stsci.edu/secure/ViewProfile.jspa?name=phuwe):_ Establish, write, and test the data model for uncalibrated Roman data (level 1).
non_priority
generate roman level data model schema issue was created on jira by establish write and test the data model for uncalibrated roman data level
0
319,320
9,742,145,791
IssuesEvent
2019-06-02 14:50:34
accodeing/fortnox-api
https://api.github.com/repos/accodeing/fortnox-api
closed
Invalid email regexp
info:pull-request-open priority:high type:bug
"sköldpadda@example.com" (String) has invalid type for :email violates constraints (format?(/^$|\A[\w+-_.]+@[\w+-_.]+\.[a-z]+\z/i, "sköldpadda@example.com") failed)
1.0
Invalid email regexp - "sköldpadda@example.com" (String) has invalid type for :email violates constraints (format?(/^$|\A[\w+-_.]+@[\w+-_.]+\.[a-z]+\z/i, "sköldpadda@example.com") failed)
priority
invalid email regexp sköldpadda example com string has invalid type for email violates constraints format a z i sköldpadda example com failed
1
732,067
25,243,448,828
IssuesEvent
2022-11-15 09:22:18
vmware-tanzu/carvel-kapp-controller
https://api.github.com/repos/vmware-tanzu/carvel-kapp-controller
closed
kctrl: Re-running "kctrl package init" deletes info from vendir.yml
bug carvel-accepted cli priority/important-soon
**What steps did you take:** It seems that a regression has been introduce in v0.42.0 affecting the behaviour of the kctrl CLI when running `kctrl package init` a second time. 1. Get an existing Carvel package based on an upstream tool: `git clone https://github.com/arktonix/package-for-knative-eventing.git` 2. Na...
1.0
kctrl: Re-running "kctrl package init" deletes info from vendir.yml - **What steps did you take:** It seems that a regression has been introduce in v0.42.0 affecting the behaviour of the kctrl CLI when running `kctrl package init` a second time. 1. Get an existing Carvel package based on an upstream tool: `git clon...
priority
kctrl re running kctrl package init deletes info from vendir yml what steps did you take it seems that a regression has been introduce in affecting the behaviour of the kctrl cli when running kctrl package init a second time get an existing carvel package based on an upstream tool git clone ...
1
239,452
18,273,893,336
IssuesEvent
2021-10-04 16:27:52
apache/airflow
https://api.github.com/repos/apache/airflow
opened
Default Value for AIRFLOW_GID. 0 vs. 50000
kind:bug kind:documentation
### Describe the issue with documentation Is the default value for environment variable $AIRFLOW_GID `0` or `50000`? - 50000 (shown in the [docs](https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html#environment-variables-supported-by-docker-compose)) ![image](https://user-images.githubuserconten...
1.0
Default Value for AIRFLOW_GID. 0 vs. 50000 - ### Describe the issue with documentation Is the default value for environment variable $AIRFLOW_GID `0` or `50000`? - 50000 (shown in the [docs](https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html#environment-variables-supported-by-docker-compose)) ...
non_priority
default value for airflow gid vs describe the issue with documentation is the default value for environment variable airflow gid or shown in the shown in the file how to solve the problem no response anything else thank you are y...
0
36,112
9,746,382,657
IssuesEvent
2019-06-03 12:07:18
eclipse/sumo
https://api.github.com/repos/eclipse/sumo
closed
add library builds to nightly all options build
c:build enhancement
to test that the sumo utils library still builds for transaid
1.0
add library builds to nightly all options build - to test that the sumo utils library still builds for transaid
non_priority
add library builds to nightly all options build to test that the sumo utils library still builds for transaid
0
167,831
6,347,492,920
IssuesEvent
2017-07-28 07:13:49
arquillian/smart-testing
https://api.github.com/repos/arquillian/smart-testing
closed
Ability to disable surefire provider using a flag
Component: Maven Priority: Medium Status: In Progress Type: Feature
##### Issue Overview There is no way of disabling `smart-testing-surefire-provider` other than commenting out / removing it from the `pom.xml`. We should implement simple flag switch so we can disable it in the same way as one can disable tests using `-DskipTests` or `-DskipITs`. Our flag (e.g. `disableSmartTest...
1.0
Ability to disable surefire provider using a flag - ##### Issue Overview There is no way of disabling `smart-testing-surefire-provider` other than commenting out / removing it from the `pom.xml`. We should implement simple flag switch so we can disable it in the same way as one can disable tests using `-DskipTests` ...
priority
ability to disable surefire provider using a flag issue overview there is no way of disabling smart testing surefire provider other than commenting out removing it from the pom xml we should implement simple flag switch so we can disable it in the same way as one can disable tests using dskiptests ...
1
58,650
3,090,387,653
IssuesEvent
2015-08-26 06:12:07
NRGI/resourcecontracts.org
https://api.github.com/repos/NRGI/resourcecontracts.org
closed
Update the MTurk HIT page with proper information including language in the title
2 - Working OCR-workflow Priority
It needs to be clear when added to meh turk what language the specific page is written in.
1.0
Update the MTurk HIT page with proper information including language in the title - It needs to be clear when added to meh turk what language the specific page is written in.
priority
update the mturk hit page with proper information including language in the title it needs to be clear when added to meh turk what language the specific page is written in
1
770,561
27,045,090,072
IssuesEvent
2023-02-13 09:11:54
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
tests: drivers: udc drivers.udc fails
bug priority: low area: USB Experimental
**Describe the bug** The tests/drivers/udc/drivers.udc fails. Tests: - tests/drivers/udc/drivers.udc Observed for - nrf52840dk_nrf52840 **To Reproduce** Steps to reproduce the behavior: 1. have nrf52840dk_nrf52840connected 2. go to your zephyr dir 3. call ./scripts/twister -T tests/drivers/udc -p nrf528...
1.0
tests: drivers: udc drivers.udc fails - **Describe the bug** The tests/drivers/udc/drivers.udc fails. Tests: - tests/drivers/udc/drivers.udc Observed for - nrf52840dk_nrf52840 **To Reproduce** Steps to reproduce the behavior: 1. have nrf52840dk_nrf52840connected 2. go to your zephyr dir 3. call ./script...
priority
tests drivers udc drivers udc fails describe the bug the tests drivers udc drivers udc fails tests tests drivers udc drivers udc observed for to reproduce steps to reproduce the behavior have go to your zephyr dir call scripts twister t tests drivers udc p de...
1
325,604
27,947,647,811
IssuesEvent
2023-03-24 05:30:48
arkreen/upptime
https://api.github.com/repos/arkreen/upptime
closed
🛑 Arkreen Test API net_getVersion is down
status arkreen-test-api-net-get-version
In [`2af7aa1`](https://github.com/arkreen/upptime/commit/2af7aa18a3594417cd659643d34eb83f3df4e55c ), Arkreen Test API net_getVersion (https://testapi.arkreen.com/v1) was **down**: - HTTP code: 500 - Response time: 882 ms
1.0
🛑 Arkreen Test API net_getVersion is down - In [`2af7aa1`](https://github.com/arkreen/upptime/commit/2af7aa18a3594417cd659643d34eb83f3df4e55c ), Arkreen Test API net_getVersion (https://testapi.arkreen.com/v1) was **down**: - HTTP code: 500 - Response time: 882 ms
non_priority
🛑 arkreen test api net getversion is down in arkreen test api net getversion was down http code response time ms
0
177,952
14,655,865,119
IssuesEvent
2020-12-28 12:03:45
omapsapp/omapsapp
https://api.github.com/repos/omapsapp/omapsapp
opened
Remove CLA requirements from the documentation
documentation legal
CLA is being replaced by [DCO](https://github.com/omapsapp/community/wiki/CLA). Please remove all mentions of CLA in [docs](docs/) folder.
1.0
Remove CLA requirements from the documentation - CLA is being replaced by [DCO](https://github.com/omapsapp/community/wiki/CLA). Please remove all mentions of CLA in [docs](docs/) folder.
non_priority
remove cla requirements from the documentation cla is being replaced by please remove all mentions of cla in docs folder
0
6,420
14,533,348,915
IssuesEvent
2020-12-15 00:22:08
Azure/azure-sdk
https://api.github.com/repos/Azure/azure-sdk
opened
Board Review: Introducing Purview's Scanning Service
architecture board-review
Thank you for starting the process for approval of the client library for your Azure service. Thorough review of your client library ensures that your APIs are consistent with the guidelines and the consumers of your client library have a consistently good experience when using Azure. **The Architecture Board revi...
1.0
Board Review: Introducing Purview's Scanning Service - Thank you for starting the process for approval of the client library for your Azure service. Thorough review of your client library ensures that your APIs are consistent with the guidelines and the consumers of your client library have a consistently good experie...
non_priority
board review introducing purview s scanning service thank you for starting the process for approval of the client library for your azure service thorough review of your client library ensures that your apis are consistent with the guidelines and the consumers of your client library have a consistently good experie...
0
722,710
24,872,352,163
IssuesEvent
2022-10-27 16:07:34
dotnet/machinelearning-modelbuilder
https://api.github.com/repos/dotnet/machinelearning-modelbuilder
closed
When Image folder contain unsupported format piles of error windows displayed.
Bug Bash Priority:1
**System Information (please complete the following information):** - Model Builder Version (available in Manage Extensions dialog): - Visual Studio Version **Describe the bug** - On which step of the process did you run into an issue: - Clear description of the problem: **To Reproduce** Steps to reproduc...
1.0
When Image folder contain unsupported format piles of error windows displayed. - **System Information (please complete the following information):** - Model Builder Version (available in Manage Extensions dialog): - Visual Studio Version **Describe the bug** - On which step of the process did you run into an i...
priority
when image folder contain unsupported format piles of error windows displayed system information please complete the following information model builder version available in manage extensions dialog visual studio version describe the bug on which step of the process did you run into an i...
1
232,568
7,661,602,901
IssuesEvent
2018-05-11 14:44:27
joaosantana/Recibos
https://api.github.com/repos/joaosantana/Recibos
closed
Assegurar a criação da base de dados
Priority: High Status: Accepted Type: Maintenance
>Due to limitations in the way .NET Core tools interact with UWP projects the model needs to be placed in a non-UWP project to be able to run migrations commands in the Package Manager Console https://docs.microsoft.com/en-us/ef/core/get-started/uwp/getting-started O procedimento para fazer isso é simples, mas comp...
1.0
Assegurar a criação da base de dados - >Due to limitations in the way .NET Core tools interact with UWP projects the model needs to be placed in a non-UWP project to be able to run migrations commands in the Package Manager Console https://docs.microsoft.com/en-us/ef/core/get-started/uwp/getting-started O procedime...
priority
assegurar a criação da base de dados due to limitations in the way net core tools interact with uwp projects the model needs to be placed in a non uwp project to be able to run migrations commands in the package manager console o procedimento para fazer isso é simples mas complicado kristina ragan escreveu ...
1
191,201
6,826,825,852
IssuesEvent
2017-11-08 15:18:01
Jumpscale/ays9
https://api.github.com/repos/Jumpscale/ays9
opened
Remove all AYS templates from a newly installed AYS Server
priority_major type_feature
#### Installation information - JumpScale version: 9.2.0 #### Detailed description Currently if you install an AYS Server it comes with all AYS templates, including many of them which are not supported such as the S3 and ownCloud ones. We need a AYS server that only includes the templates that are support...
1.0
Remove all AYS templates from a newly installed AYS Server - #### Installation information - JumpScale version: 9.2.0 #### Detailed description Currently if you install an AYS Server it comes with all AYS templates, including many of them which are not supported such as the S3 and ownCloud ones. We need a...
priority
remove all ays templates from a newly installed ays server installation information jumpscale version detailed description currently if you install an ays server it comes with all ays templates including many of them which are not supported such as the and owncloud ones we need a ...
1
138,991
5,354,658,301
IssuesEvent
2017-02-20 10:33:05
orwell96/advtrains
https://api.github.com/repos/orwell96/advtrains
closed
Mesecon switch issues
Bug First priority
1. Switches revert state when lbm triggers 2. Onstate appears in creative inv
1.0
Mesecon switch issues - 1. Switches revert state when lbm triggers 2. Onstate appears in creative inv
priority
mesecon switch issues switches revert state when lbm triggers onstate appears in creative inv
1
54,831
3,071,423,590
IssuesEvent
2015-08-19 12:01:49
pavel-pimenov/flylinkdc-r5xx
https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx
opened
"Просмотреть список файлов" доработка подсветки папки с уже скачанными файлами
bug imported Priority-Medium
_From [kirill.B...@gmail.com](https://code.google.com/u/118374335061098442652/) on September 07, 2010 13:50:06_ Имеем: Флай: r500beta17 x64 OS: Win7 x64 Описание: При просмотре файл-листа через "Посмотреть список файлов", папки, содержащие уже скачанные файлы не подсвечиваются. **Attachment:** [r500beta17_Fol...
1.0
"Просмотреть список файлов" доработка подсветки папки с уже скачанными файлами - _From [kirill.B...@gmail.com](https://code.google.com/u/118374335061098442652/) on September 07, 2010 13:50:06_ Имеем: Флай: r500beta17 x64 OS: Win7 x64 Описание: При просмотре файл-листа через "Посмотреть список файлов", папки, с...
priority
просмотреть список файлов доработка подсветки папки с уже скачанными файлами from on september имеем флай os описание при просмотре файл листа через посмотреть список файлов папки содержащие уже скачанные файлы не подсвечиваются attachment original issue
1
428,749
12,416,134,945
IssuesEvent
2020-05-22 17:32:27
X-Plane/XPlane2Blender
https://api.github.com/repos/X-Plane/XPlane2Blender
opened
280: Implement is_directional/omni spec and predicate
WYSIWYG Lights priority high
All lights in X-Plane follow this test ``` # Where the **WIDTH column** is from the most # trusted overload of that light after all _sw_callbacks have been applied is_omni = WIDTH column == 1.0 if is_omni == False: Light is definitely not omni elif is_omni and most trusted overload is a billboard and it ...
1.0
280: Implement is_directional/omni spec and predicate - All lights in X-Plane follow this test ``` # Where the **WIDTH column** is from the most # trusted overload of that light after all _sw_callbacks have been applied is_omni = WIDTH column == 1.0 if is_omni == False: Light is definitely not omni elif ...
priority
implement is directional omni spec and predicate all lights in x plane follow this test where the width column is from the most trusted overload of that light after all sw callbacks have been applied is omni width column if is omni false light is definitely not omni elif is...
1
793,062
27,982,099,226
IssuesEvent
2023-03-26 09:18:39
7-lin/Final_Project_BE
https://api.github.com/repos/7-lin/Final_Project_BE
closed
[feat] 회원가입 기능생성과 관련된 예외처리
For : API For : Backend Priority : Medium Status : In Progress Type : Feature
## Description(설명) form 회원가입 기능과 관련된 예외처리 기능을 구현한다. ## Tasks(New feature) - [ ] 필요한 dto 생성 - [ ] repository 코드 추가 - [ ] service 코드 추가 - [ ] 예외처리 및 handler 생성 - [ ] security 설정
1.0
[feat] 회원가입 기능생성과 관련된 예외처리 - ## Description(설명) form 회원가입 기능과 관련된 예외처리 기능을 구현한다. ## Tasks(New feature) - [ ] 필요한 dto 생성 - [ ] repository 코드 추가 - [ ] service 코드 추가 - [ ] 예외처리 및 handler 생성 - [ ] security 설정
priority
회원가입 기능생성과 관련된 예외처리 description 설명 form 회원가입 기능과 관련된 예외처리 기능을 구현한다 tasks new feature 필요한 dto 생성 repository 코드 추가 service 코드 추가 예외처리 및 handler 생성 security 설정
1
45,966
9,852,229,506
IssuesEvent
2019-06-19 12:24:13
cosmos/cosmos-sdk
https://api.github.com/repos/cosmos/cosmos-sdk
closed
Remove account getters in CLIContext
code-hygiene pre1.0
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for opening an issue! ✰ v Before smashing the submit button please review the template. v Word of caution: poorly thought-out proposals may be rejected v without deliberati...
1.0
Remove account getters in CLIContext - <!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for opening an issue! ✰ v Before smashing the submit button please review the template. v Word of caution: poorly thought-out proposals may be rejected v...
non_priority
remove account getters in clicontext ☺ v ✰ thanks for opening an issue ✰ v before smashing the submit button please review the template v word of caution poorly thought out proposals may be rejected v...
0
80,292
15,586,275,406
IssuesEvent
2021-03-18 01:34:12
Bangtrongtuyet/spring-cloud-netflix
https://api.github.com/repos/Bangtrongtuyet/spring-cloud-netflix
opened
CVE-2020-36189 (High) detected in jackson-databind-2.9.8.jar
security vulnerability
## CVE-2020-36189 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2020-36189 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2020-36189 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General...
non_priority
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file spring cloud netflix spring cl...
0
31,732
2,736,617,327
IssuesEvent
2015-04-19 16:23:09
OpenSprites/OpenSprites
https://api.github.com/repos/OpenSprites/OpenSprites
closed
Bundle your commits!
high priority ongoing
This is something, maybe not VERY important but people still seem to forget this. In the busy weekends, when everyone is doing work EVERYONE should bundle. You can't imagine the pain of conflicts, just because (SORRY) @GrannyCookies keeps spamming commits because he doesnt bundle them. I would love to see something...
1.0
Bundle your commits! - This is something, maybe not VERY important but people still seem to forget this. In the busy weekends, when everyone is doing work EVERYONE should bundle. You can't imagine the pain of conflicts, just because (SORRY) @GrannyCookies keeps spamming commits because he doesnt bundle them. I woul...
priority
bundle your commits this is something maybe not very important but people still seem to forget this in the busy weekends when everyone is doing work everyone should bundle you can t imagine the pain of conflicts just because sorry grannycookies keeps spamming commits because he doesnt bundle them i woul...
1
237,642
26,085,275,320
IssuesEvent
2022-12-26 01:26:09
rvvergara/react-native-learning-starter
https://api.github.com/repos/rvvergara/react-native-learning-starter
opened
CVE-2022-46175 (High) detected in json5-2.1.0.tgz, json5-0.5.1.tgz
security vulnerability
## CVE-2022-46175 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>json5-2.1.0.tgz</b>, <b>json5-0.5.1.tgz</b></p></summary> <p> <details><summary><b>json5-2.1.0.tgz</b></p></summary>...
True
CVE-2022-46175 (High) detected in json5-2.1.0.tgz, json5-0.5.1.tgz - ## CVE-2022-46175 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>json5-2.1.0.tgz</b>, <b>json5-0.5.1.tgz</b></p><...
non_priority
cve high detected in tgz tgz cve high severity vulnerability vulnerable libraries tgz tgz tgz json for humans library home page a href path to dependency file package json path to vulnerable library node modules package j...
0
145,872
5,583,213,016
IssuesEvent
2017-03-28 23:30:40
CS2103JAN2017-T16-B2/main
https://api.github.com/repos/CS2103JAN2017-T16-B2/main
closed
Update documentation for V0.4
priority.high type.epic type.task
- Update UserGuide.md with relevant changes - Update DeveloperGuide.md with relevant changes - Add Component SD for UI.
1.0
Update documentation for V0.4 - - Update UserGuide.md with relevant changes - Update DeveloperGuide.md with relevant changes - Add Component SD for UI.
priority
update documentation for update userguide md with relevant changes update developerguide md with relevant changes add component sd for ui
1
124,160
4,892,670,357
IssuesEvent
2016-11-18 20:27:29
Komodo/KomodoEdit
https://api.github.com/repos/Komodo/KomodoEdit
opened
Jetpack: Force single instance
Bug Severity: Priority
Currently when you open a new window a new instance of jetpack is loaded, and all modules in it are loaded anew. Not only does this cost extra processing but it also causes problems for modules that aren't quite as modular as they ought to be. Fixing this will likely break some thing, so this should not happen before 1...
1.0
Jetpack: Force single instance - Currently when you open a new window a new instance of jetpack is loaded, and all modules in it are loaded anew. Not only does this cost extra processing but it also causes problems for modules that aren't quite as modular as they ought to be. Fixing this will likely break some thing, s...
priority
jetpack force single instance currently when you open a new window a new instance of jetpack is loaded and all modules in it are loaded anew not only does this cost extra processing but it also causes problems for modules that aren t quite as modular as they ought to be fixing this will likely break some thing s...
1
814,130
30,489,219,890
IssuesEvent
2023-07-18 06:20:47
wso2/api-manager
https://api.github.com/repos/wso2/api-manager
closed
Add search functionality for publisher subscription list
Type/Improvement Priority/Normal Resolution/Duplicate
### Describe your problem(s) <!-- Describe why you think the product suite needs this improvement --> ### Describe your solution <!-- Describe the improvement --> ### How will you implement it <!-- Suggest an approach or design for this improvement --> --- ### Optional fields #### Related issues: <!-- Li...
1.0
Add search functionality for publisher subscription list - ### Describe your problem(s) <!-- Describe why you think the product suite needs this improvement --> ### Describe your solution <!-- Describe the improvement --> ### How will you implement it <!-- Suggest an approach or design for this improvement -->...
priority
add search functionality for publisher subscription list describe your problem s describe your solution how will you implement it optional fields related issues suggested labels suggested assignees
1
395,663
11,694,781,500
IssuesEvent
2020-03-06 05:24:58
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
opened
Add tests for DeleteOptions apiserver deserialization
kind/feature priority/important-soon sig/api-machinery
Unfortunately, kube-apiserver accepts almost anything right now. It should continue to do so or an unknown number of clients will break due to a later seemingly benign "bug fix".
1.0
Add tests for DeleteOptions apiserver deserialization - Unfortunately, kube-apiserver accepts almost anything right now. It should continue to do so or an unknown number of clients will break due to a later seemingly benign "bug fix".
priority
add tests for deleteoptions apiserver deserialization unfortunately kube apiserver accepts almost anything right now it should continue to do so or an unknown number of clients will break due to a later seemingly benign bug fix
1
210,788
16,385,782,372
IssuesEvent
2021-05-17 10:13:31
soiqualang/ionic_photo_viewer
https://api.github.com/repos/soiqualang/ionic_photo_viewer
opened
Build App
documentation
```bash ionic start ionic_photo_viewer tabs ionic cordova platform add android ionic cordova plugin add com-sarriaroman-photoviewer npm install @ionic-native/photo-viewer ionic cordova run android ionic cordova run android -l -c --target=emulator-5554 ```
1.0
Build App - ```bash ionic start ionic_photo_viewer tabs ionic cordova platform add android ionic cordova plugin add com-sarriaroman-photoviewer npm install @ionic-native/photo-viewer ionic cordova run android ionic cordova run android -l -c --target=emulator-5554 ```
non_priority
build app bash ionic start ionic photo viewer tabs ionic cordova platform add android ionic cordova plugin add com sarriaroman photoviewer npm install ionic native photo viewer ionic cordova run android ionic cordova run android l c target emulator
0
619,833
19,536,607,129
IssuesEvent
2021-12-31 08:42:58
bounswe/2021SpringGroup7
https://api.github.com/repos/bounswe/2021SpringGroup7
opened
CF-44 Subcomment and Pin Features for Comments
Status: In Progress Priority: Medium Frontend
User shall be able to - Comment on comments - Pin comments for his posts
1.0
CF-44 Subcomment and Pin Features for Comments - User shall be able to - Comment on comments - Pin comments for his posts
priority
cf subcomment and pin features for comments user shall be able to comment on comments pin comments for his posts
1
182,720
6,673,110,339
IssuesEvent
2017-10-04 14:06:40
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
downloads.adblockplus.org - site is not usable
browser-current-nightly priority-normal status-needstriage type-stylo
<!-- @browser: current nightly 58 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://downloads.adblockplus.org/devbuilds/adblockplusfirefox/00latest.changelog.xhtml **Browser / Version**: current nightly 58 ...
1.0
downloads.adblockplus.org - site is not usable - <!-- @browser: current nightly 58 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://downloads.adblockplus.org/devbuilds/adblockplusfirefox/00latest.changelog....
priority
downloads adblockplus org site is not usable url browser version current nightly operating system mac os x tested another browser yes problem type site is not usable description getting a parsing error site works fine on other browsers steps to reproduce l...
1
179,005
30,085,602,629
IssuesEvent
2023-06-29 08:24:32
vegaprotocol/frontend-monorepo
https://api.github.com/repos/vegaprotocol/frontend-monorepo
closed
When trying to connect a wallet to a dapp I'd like to be reminded of common reasons I can't connect to wallet
🎨 design :pencil2: UX common
## Story ~~As a~~ When connecting a dApp to a wallet I want to be ~~reminded~~ told about common reasons that I can't connect to my wallet So that I can quickly fix an issue and get connected Connecting a Vega wallet to a dApp is a significant moment in the first use of Vega, it is already full of tension, and...
1.0
When trying to connect a wallet to a dapp I'd like to be reminded of common reasons I can't connect to wallet - ## Story ~~As a~~ When connecting a dApp to a wallet I want to be ~~reminded~~ told about common reasons that I can't connect to my wallet So that I can quickly fix an issue and get connected Connect...
non_priority
when trying to connect a wallet to a dapp i d like to be reminded of common reasons i can t connect to wallet story as a when connecting a dapp to a wallet i want to be reminded told about common reasons that i can t connect to my wallet so that i can quickly fix an issue and get connected connect...
0
5,589
8,059,795,043
IssuesEvent
2018-08-02 23:49:49
MichaelClerx/myokit
https://api.github.com/repos/MichaelClerx/myokit
closed
Get all tests to pass on windows with VS as compiler
compatibility
(base) C:\myokit\myokit>python test --unit Running unit tests with executable `python` WARNING:myokit:Using development version of Myokit. This may contain untested features and bugs. Please see http://myokit.org for the latest stable release. WARNING:myokit:The module myokit.lib.common is deprecated: it will be rem...
True
Get all tests to pass on windows with VS as compiler - (base) C:\myokit\myokit>python test --unit Running unit tests with executable `python` WARNING:myokit:Using development version of Myokit. This may contain untested features and bugs. Please see http://myokit.org for the latest stable release. WARNING:myokit:The...
non_priority
get all tests to pass on windows with vs as compiler base c myokit myokit python test unit running unit tests with executable python warning myokit using development version of myokit this may contain untested features and bugs please see for the latest stable release warning myokit the module myokit l...
0
228,802
7,567,915,654
IssuesEvent
2018-04-22 15:02:24
tootsuite/mastodon
https://api.github.com/repos/tootsuite/mastodon
closed
Easy cross-instance username copying/tagging/@ing
enhancement priority - low ui
When I navigate or get linked to a user's profile and end up on a page like https://mastodon.cloud/@jamesfirth there is a display name (James) and the username (@jamesfirth). However, if I'm from another instance and I want to talk to James, I must either take note of which instance they're from or use the auto-comp...
1.0
Easy cross-instance username copying/tagging/@ing - When I navigate or get linked to a user's profile and end up on a page like https://mastodon.cloud/@jamesfirth there is a display name (James) and the username (@jamesfirth). However, if I'm from another instance and I want to talk to James, I must either take note...
priority
easy cross instance username copying tagging ing when i navigate or get linked to a user s profile and end up on a page like there is a display name james and the username jamesfirth however if i m from another instance and i want to talk to james i must either take note of which instance they re from o...
1
180,856
6,654,001,915
IssuesEvent
2017-09-29 10:47:12
bitshares/bitshares-ui
https://api.github.com/repos/bitshares/bitshares-ui
closed
[1][ariesjia] Better form field validation
bug high priority
Closed #459 in order to create an actionable item: - Should fail validation if account does not exist - Should fail validation if non-numeric value is present in qty ![validate](https://user-images.githubusercontent.com/1254810/30891722-5c8aeba6-a2fa-11e7-9980-e7b0366e374e.gif)
1.0
[1][ariesjia] Better form field validation - Closed #459 in order to create an actionable item: - Should fail validation if account does not exist - Should fail validation if non-numeric value is present in qty ![validate](https://user-images.githubusercontent.com/1254810/30891722-5c8aeba6-a2fa-11e7-9980-e7b0366...
priority
better form field validation closed in order to create an actionable item should fail validation if account does not exist should fail validation if non numeric value is present in qty
1
395,693
27,082,627,454
IssuesEvent
2023-02-14 15:00:49
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
opened
Documentation: nix-update-script
9.needs: documentation
## Problem `nix-update-script` is undocumented. ## Proposal Add it to the manual. ## Checklist <!-- make sure this issue is not redundant or obsolete --> - [x] checked [latest Nixpkgs manual] \([source][nixpkgs-source]) and [latest NixOS manual] \([source][nixos-source]) - [x] checked [open documenta...
1.0
Documentation: nix-update-script - ## Problem `nix-update-script` is undocumented. ## Proposal Add it to the manual. ## Checklist <!-- make sure this issue is not redundant or obsolete --> - [x] checked [latest Nixpkgs manual] \([source][nixpkgs-source]) and [latest NixOS manual] \([source][nixos-sour...
non_priority
documentation nix update script problem nix update script is undocumented proposal add it to the manual checklist checked and checked for possible duplicates checked for possible solutions
0
6,198
5,311,746,483
IssuesEvent
2017-02-13 05:46:00
Blueteak/QuiVrReporting
https://api.github.com/repos/Blueteak/QuiVrReporting
closed
Player data not finished loading until after game starts.
performance
When opening the game I see a blank leader board and none of my player data (Including emotes and player weapon/armor customization). The data then populates appears after about 2 seconds (Server Delay.) Side Note: During this time, I am unable to click any of the menu buttons to join single player or multiplayer (...
True
Player data not finished loading until after game starts. - When opening the game I see a blank leader board and none of my player data (Including emotes and player weapon/armor customization). The data then populates appears after about 2 seconds (Server Delay.) Side Note: During this time, I am unable to click an...
non_priority
player data not finished loading until after game starts when opening the game i see a blank leader board and none of my player data including emotes and player weapon armor customization the data then populates appears after about seconds server delay side note during this time i am unable to click an...
0
679,658
23,241,094,236
IssuesEvent
2022-08-03 15:38:42
bcgov/entity
https://api.github.com/repos/bcgov/entity
closed
Search results produce same registration multiple times.
bug Assets Priority1.5
A client has provided an output from a search where the same base reg is shown multiple times. In order to make the outputs easier to read, and shorter, the same base reg should only be included once. From output I found 054668 three times. 054668M (2) 611873N Renewal 054668M (8) 611873N 054668M (14) 611873N 266346N ...
1.0
Search results produce same registration multiple times. - A client has provided an output from a search where the same base reg is shown multiple times. In order to make the outputs easier to read, and shorter, the same base reg should only be included once. From output I found 054668 three times. 054668M (2) 61187...
priority
search results produce same registration multiple times a client has provided an output from a search where the same base reg is shown multiple times in order to make the outputs easier to read and shorter the same base reg should only be included once from output i found three times renewal ...
1
589,831
17,761,637,859
IssuesEvent
2021-08-29 20:09:42
ClinGen/clincoded
https://api.github.com/repos/ClinGen/clincoded
closed
ClinGen awards stats
priority: high colleague request requires discussion data request sitewide
As part of the ClinGen retreat, there is a plan to hand out awards for 2020 accomplishments (Jan 1st 2020 to Dec 31st 2020). Including: 1. ClinGen Super Submitter VCEP 2020 : Most variant submissions to ClinVar in 2020 2. ClinGen Super Submitter GCEP 2020 : Most gene curations to the ClinGen Website in 2020 ...
1.0
ClinGen awards stats - As part of the ClinGen retreat, there is a plan to hand out awards for 2020 accomplishments (Jan 1st 2020 to Dec 31st 2020). Including: 1. ClinGen Super Submitter VCEP 2020 : Most variant submissions to ClinVar in 2020 2. ClinGen Super Submitter GCEP 2020 : Most gene curations to the Cl...
priority
clingen awards stats as part of the clingen retreat there is a plan to hand out awards for accomplishments jan to dec including clingen super submitter vcep most variant submissions to clinvar in clingen super submitter gcep most gene curations to the clingen website in ...
1
551,270
16,165,804,638
IssuesEvent
2021-05-01 13:19:10
nathnet/teamfinder
https://api.github.com/repos/nathnet/teamfinder
opened
The three dots on the top right corner on project listings
HIGH priority
The three dots on the top right corner, what do they do?
1.0
The three dots on the top right corner on project listings - The three dots on the top right corner, what do they do?
priority
the three dots on the top right corner on project listings the three dots on the top right corner what do they do
1
15,447
19,711,676,931
IssuesEvent
2022-01-13 06:26:10
aesara-devs/aesara
https://api.github.com/repos/aesara-devs/aesara
closed
Add `sum` to `_sparse_py_operators`
enhancement good first issue help wanted SciPy compatibility
When working on https://github.com/pymc-devs/pymc3/pull/4596, I needed the sum() method for sparse matrices for doing things like these: ```python import numpy as np, aesara as as W = np.array( [[0.0, 1.0, 1.0, 0.0], [1.0, 0.0, 0.0, 1.0], [1.0, 0.0, 0.0, 1.0], [0.0, 1.0, 1.0, 0.0]] ) W = as...
True
Add `sum` to `_sparse_py_operators` - When working on https://github.com/pymc-devs/pymc3/pull/4596, I needed the sum() method for sparse matrices for doing things like these: ```python import numpy as np, aesara as as W = np.array( [[0.0, 1.0, 1.0, 0.0], [1.0, 0.0, 0.0, 1.0], [1.0, 0.0, 0.0, 1.0], [0...
non_priority
add sum to sparse py operators when working on i needed the sum method for sparse matrices for doing things like these python import numpy as np aesara as as w np array w as tensor as tensor variable w w as sparse csr from dense w d w sum axis ...
0
382,741
11,311,677,668
IssuesEvent
2020-01-20 03:12:48
DroidKaigi/conference-app-2020
https://api.github.com/repos/DroidKaigi/conference-app-2020
closed
Travis CI fail (release build fail)
high priority welcome contribute
## Kind (Required) - Improvement ## Overview (Required) - This script run on CI - .travis/android/script.bash ``` * What went wrong: Execution failed for task ':android-base:mergeReleaseClasses'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > Ent...
1.0
Travis CI fail (release build fail) - ## Kind (Required) - Improvement ## Overview (Required) - This script run on CI - .travis/android/script.bash ``` * What went wrong: Execution failed for task ':android-base:mergeReleaseClasses'. > A failure occurred while executing com.android.build.gradle.interna...
priority
travis ci fail release build fail kind required improvement overview required this script run on ci travis android script bash what went wrong execution failed for task android base mergereleaseclasses a failure occurred while executing com android build gradle interna...
1
549,447
16,092,773,900
IssuesEvent
2021-04-26 18:54:54
code4romania/de-urgenta-backend
https://api.github.com/repos/code4romania/de-urgenta-backend
opened
Store and retrieve terms and conditions text
back-end content low-priority
The terms and conditions text should be stored in the db as html. A `get` endpoint should be used by the frontend apps in order to retrieve it.
1.0
Store and retrieve terms and conditions text - The terms and conditions text should be stored in the db as html. A `get` endpoint should be used by the frontend apps in order to retrieve it.
priority
store and retrieve terms and conditions text the terms and conditions text should be stored in the db as html a get endpoint should be used by the frontend apps in order to retrieve it
1
115,837
24,821,906,758
IssuesEvent
2022-10-25 17:09:26
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
Joomla 4.2.4 / php 8.0.8 / Override creations fails
No Code Attached Yet
### Steps to reproduce the issue Installed a fresh installation of Joomla 4.2.4 on PHP 8.0.8 with MySQL 5.7.34 on my local machine via MAMP. Installed german as a default language for FE & BE. Wanted to create an override in Cassiopeia and got an error message return without generating the override ### Expe...
1.0
Joomla 4.2.4 / php 8.0.8 / Override creations fails - ### Steps to reproduce the issue Installed a fresh installation of Joomla 4.2.4 on PHP 8.0.8 with MySQL 5.7.34 on my local machine via MAMP. Installed german as a default language for FE & BE. Wanted to create an override in Cassiopeia and got an error message re...
non_priority
joomla php override creations fails steps to reproduce the issue installed a fresh installation of joomla on php with mysql on my local machine via mamp installed german as a default language for fe be wanted to create an override in cassiopeia and got an error message ret...
0
310,962
23,363,876,322
IssuesEvent
2022-08-10 13:55:11
firmworks/fileviewer
https://api.github.com/repos/firmworks/fileviewer
opened
Documentation for Public Links and Sharing
documentation
Add Documentation regarding the new configuration items. Public Links, Default fields and filters, etc
1.0
Documentation for Public Links and Sharing - Add Documentation regarding the new configuration items. Public Links, Default fields and filters, etc
non_priority
documentation for public links and sharing add documentation regarding the new configuration items public links default fields and filters etc
0
153,524
19,706,470,470
IssuesEvent
2022-01-12 22:43:27
KaterinaOrg/maven-modular
https://api.github.com/repos/KaterinaOrg/maven-modular
closed
CVE-2020-10672 (High) detected in jackson-databind-2.9.6.jar - autoclosed
security vulnerability
## CVE-2020-10672 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.6.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2020-10672 (High) detected in jackson-databind-2.9.6.jar - autoclosed - ## CVE-2020-10672 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.6.jar</b></p></summary...
non_priority
cve high detected in jackson databind jar autoclosed cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file pom xml path ...
0
60,774
3,134,184,186
IssuesEvent
2015-09-10 08:35:34
quantopian/pyfolio
https://api.github.com/repos/quantopian/pyfolio
closed
Show '% of portfolio' traded instead of shares traded for turnover plots
enhancement formatting & presentation help wanted high priority
where (% of portfolio) = ($ traded) / (portfolio value), and, ($ traded) = (stock price) * (# of shares) ![image](https://cloud.githubusercontent.com/assets/6541022/9371101/bd32189a-468a-11e5-8bde-d08a56c6b46f.png)
1.0
Show '% of portfolio' traded instead of shares traded for turnover plots - where (% of portfolio) = ($ traded) / (portfolio value), and, ($ traded) = (stock price) * (# of shares) ![image](https://cloud.githubusercontent.com/assets/6541022/9371101/bd32189a-468a-11e5-8bde-d08a56c6b46f.png)
priority
show of portfolio traded instead of shares traded for turnover plots where of portfolio traded portfolio value and traded stock price of shares
1
448,483
31,796,140,185
IssuesEvent
2023-09-13 08:08:41
meilisearch/integration-guides
https://api.github.com/repos/meilisearch/integration-guides
closed
Code sample changes Apr/23
documentation
1. Update `filtering_guide_1` to use the `movie_ratings` index instead of `movies` meilisearch/documentation#2061 2. Update `filtering_guide_2` to use the `movie_ratings` index instead of `movies` meilisearch/documentation#2061 3. Update `filtering_guide_3` to use: meilisearch/documentation#2061 - `movie_ratings`...
1.0
Code sample changes Apr/23 - 1. Update `filtering_guide_1` to use the `movie_ratings` index instead of `movies` meilisearch/documentation#2061 2. Update `filtering_guide_2` to use the `movie_ratings` index instead of `movies` meilisearch/documentation#2061 3. Update `filtering_guide_3` to use: meilisearch/documentati...
non_priority
code sample changes apr update filtering guide to use the movie ratings index instead of movies meilisearch documentation update filtering guide to use the movie ratings index instead of movies meilisearch documentation update filtering guide to use meilisearch documentation ...
0
512,686
14,907,205,527
IssuesEvent
2021-01-22 02:33:11
apache/echarts
https://api.github.com/repos/apache/echarts
closed
seriesLayoutBy not working properly when 'row' is set
bug en priority: high
### Version 5.0.0 ### Reproduction link [https://echarts.apache.org/next/examples/en/editor.html?c=dataset-simple0](https://echarts.apache.org/next/examples/en/editor.html?c=dataset-simple0) ### Steps to reproduce 1 - Open the link 2 - Add , seriesLayoutBy: 'row' on each series 2 - The legend will be wrong ...
1.0
seriesLayoutBy not working properly when 'row' is set - ### Version 5.0.0 ### Reproduction link [https://echarts.apache.org/next/examples/en/editor.html?c=dataset-simple0](https://echarts.apache.org/next/examples/en/editor.html?c=dataset-simple0) ### Steps to reproduce 1 - Open the link 2 - Add , seriesLayout...
priority
serieslayoutby not working properly when row is set version reproduction link steps to reproduce open the link add serieslayoutby row on each series the legend will be wrong on the chart right legend is the product name change serieslayoutby to column the le...
1
596,975
18,151,983,236
IssuesEvent
2021-09-26 12:25:39
f-lab-edu/YouAndMe
https://api.github.com/repos/f-lab-edu/YouAndMe
closed
Use Case Common [Logout] : Successfully Logged out
🏗️ADD 🌱 Back ⏰Priority
## HTTP Resource URI ```/api/logout``` ## HTTP Body ## Implements 세션 만료를 통한 로그아웃을 진행한다.
1.0
Use Case Common [Logout] : Successfully Logged out - ## HTTP Resource URI ```/api/logout``` ## HTTP Body ## Implements 세션 만료를 통한 로그아웃을 진행한다.
priority
use case common successfully logged out http resource uri api logout http body implements 세션 만료를 통한 로그아웃을 진행한다
1
39,733
16,082,590,374
IssuesEvent
2021-04-26 07:22:59
terraform-providers/terraform-provider-azurerm
https://api.github.com/repos/terraform-providers/terraform-provider-azurerm
closed
Support for `require_infrastructure_encryption` in `azurerm_storage_encryption_scope`
enhancement service/storage
<!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not l...
1.0
Support for `require_infrastructure_encryption` in `azurerm_storage_encryption_scope` - <!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the origina...
non_priority
support for require infrastructure encryption in azurerm storage encryption scope community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or me too comments they generate extra nois...
0
68,926
29,929,605,869
IssuesEvent
2023-06-22 08:33:13
flipperdevices/flipperzero-firmware
https://api.github.com/repos/flipperdevices/flipperzero-firmware
closed
Add Baud Rates to GPIO USB-UART Bridge
USB Core+Services
### Describe the enhancement you're suggesting. I noticed that currently USB-UART bridge is missing a few common baud rates for debugging devices. https://github.com/flipperdevices/flipperzero-firmware/blob/dev/applications/main/gpio/scenes/gpio_scene_usb_uart_config.c Is it possible to add a few more of the com...
1.0
Add Baud Rates to GPIO USB-UART Bridge - ### Describe the enhancement you're suggesting. I noticed that currently USB-UART bridge is missing a few common baud rates for debugging devices. https://github.com/flipperdevices/flipperzero-firmware/blob/dev/applications/main/gpio/scenes/gpio_scene_usb_uart_config.c Is...
non_priority
add baud rates to gpio usb uart bridge describe the enhancement you re suggesting i noticed that currently usb uart bridge is missing a few common baud rates for debugging devices is it possible to add a few more of the common baud rates for testing specifically and anything else n...
0
301,338
22,748,711,459
IssuesEvent
2022-07-07 11:23:13
flucoma/flucoma-docs
https://api.github.com/repos/flucoma/flucoma-docs
closed
FluidPitch SC Code Error
bug documentation
```js Just watch the parameters come out. ~bass = Buffer.read(s,FluidFilesPath("Tremblay-AaS-AcBassGuit-Melo-M.wav")); ​ ( { var src = PlayBuf.ar(~bass.numChannels,~bass,BufRateScale.ir(~bass),loop:1); var freq, conf, windowSize = 4096; // var latency = windowSize / SampleRate.ir; # freq, conf ...
1.0
FluidPitch SC Code Error - ```js Just watch the parameters come out. ~bass = Buffer.read(s,FluidFilesPath("Tremblay-AaS-AcBassGuit-Melo-M.wav")); ​ ( { var src = PlayBuf.ar(~bass.numChannels,~bass,BufRateScale.ir(~bass),loop:1); var freq, conf, windowSize = 4096; // var latency = windowSize / Sample...
non_priority
fluidpitch sc code error js just watch the parameters come out bass buffer read s fluidfilespath tremblay aas acbassguit melo m wav ​ var src playbuf ar bass numchannels bass bufratescale ir bass loop var freq conf windowsize var latency windowsize samplerat...
0
380,575
26,425,340,575
IssuesEvent
2023-01-14 04:36:18
42organization/42gg.client
https://api.github.com/repos/42organization/42gg.client
closed
[Document] 42gg 신규서비스 설문 조사 결과
documentation
### DESC - 2기 신규 서비스를 위한 42gg 고객대상 설문 조사 ### TODO - [x] 설문지 파악하기 - [x] 설문지 제출자에 한해서 2명 추첨 / 커피
1.0
[Document] 42gg 신규서비스 설문 조사 결과 - ### DESC - 2기 신규 서비스를 위한 42gg 고객대상 설문 조사 ### TODO - [x] 설문지 파악하기 - [x] 설문지 제출자에 한해서 2명 추첨 / 커피
non_priority
신규서비스 설문 조사 결과 desc 신규 서비스를 위한 고객대상 설문 조사 todo 설문지 파악하기 설문지 제출자에 한해서 추첨 커피
0
99,605
4,057,294,082
IssuesEvent
2016-05-24 21:34:26
smartchicago/chicago-early-learning
https://api.github.com/repos/smartchicago/chicago-early-learning
closed
Different zoom level for zip code and community area searches
High Priority
We need to look at having different zoom level for address searches vs zip code or community area searches. Parents and Early Learning providers are not finding the appropriate location because the pinpoint is at the center of the zip code/community area and does not take the shape into account. This came up specifi...
1.0
Different zoom level for zip code and community area searches - We need to look at having different zoom level for address searches vs zip code or community area searches. Parents and Early Learning providers are not finding the appropriate location because the pinpoint is at the center of the zip code/community area a...
priority
different zoom level for zip code and community area searches we need to look at having different zoom level for address searches vs zip code or community area searches parents and early learning providers are not finding the appropriate location because the pinpoint is at the center of the zip code community area a...
1
176,718
21,435,763,404
IssuesEvent
2022-04-24 01:05:10
rsoreq/grafana
https://api.github.com/repos/rsoreq/grafana
closed
WS-2020-0218 (High) detected in merge-1.2.1.tgz - autoclosed
security vulnerability
## WS-2020-0218 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>merge-1.2.1.tgz</b></p></summary> <p>Merge multiple objects into one, optionally creating a new cloned object. Similar t...
True
WS-2020-0218 (High) detected in merge-1.2.1.tgz - autoclosed - ## WS-2020-0218 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>merge-1.2.1.tgz</b></p></summary> <p>Merge multiple objec...
non_priority
ws high detected in merge tgz autoclosed ws high severity vulnerability vulnerable library merge tgz merge multiple objects into one optionally creating a new cloned object similar to the jquery extend but more flexible works in node js and the browser library home page ...
0
123,833
26,335,313,400
IssuesEvent
2023-01-10 13:56:51
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
closed
[Bug]: [CustomJSLib] Fix git sync related bugs on the server side
Bug Needs Triaging Mongo BE Coders Pod Integrations Pod Custom JS Lib
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description At the moment the following seems to work / fail: - works: Export, Import, Fork, Clone, Git Import on same instance, Git pull, Git merge - fails: - Export also exports js lib meta data for published state s...
1.0
[Bug]: [CustomJSLib] Fix git sync related bugs on the server side - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Description At the moment the following seems to work / fail: - works: Export, Import, Fork, Clone, Git Import on same instance, Git pull, Git merge - f...
non_priority
fix git sync related bugs on the server side is there an existing issue for this i have searched the existing issues description at the moment the following seems to work fail works export import fork clone git import on same instance git pull git merge fails export ...
0
307,117
9,414,202,523
IssuesEvent
2019-04-10 09:35:52
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[QoL] Prevent plants(w\o seeds) from accidental eating
Low Priority
In current state, if you accidentally hover over an already planted plant and try to plant - you eat it. it's terribe... ![20181120094403_1](https://user-images.githubusercontent.com/4980243/48756599-da8bf180-ecaa-11e8-80f1-6d414b84cb86.jpg)
1.0
[QoL] Prevent plants(w\o seeds) from accidental eating - In current state, if you accidentally hover over an already planted plant and try to plant - you eat it. it's terribe... ![20181120094403_1](https://user-images.githubusercontent.com/4980243/48756599-da8bf180-ecaa-11e8-80f1-6d414b84cb86.jpg)
priority
prevent plants w o seeds from accidental eating in current state if you accidentally hover over an already planted plant and try to plant you eat it it s terribe
1
771,834
27,094,526,114
IssuesEvent
2023-02-15 00:56:30
kevslinger/bot-be-named
https://api.github.com/repos/kevslinger/bot-be-named
closed
Support for Threads : New commands
enhancement Priority: Medium
Discord Threads are very flexible and useful, and I see a strong usecase for adding support for them soon. Most of the chan commands would end up having some sort of thread counterpart too. Off the top of my head... - ~makethread - ~renamethread - ~threadcrab - ~threadlion
1.0
Support for Threads : New commands - Discord Threads are very flexible and useful, and I see a strong usecase for adding support for them soon. Most of the chan commands would end up having some sort of thread counterpart too. Off the top of my head... - ~makethread - ~renamethread - ~threadcrab - ~threadlion
priority
support for threads new commands discord threads are very flexible and useful and i see a strong usecase for adding support for them soon most of the chan commands would end up having some sort of thread counterpart too off the top of my head makethread renamethread threadcrab threadlion
1
704,012
24,181,532,854
IssuesEvent
2022-09-23 09:21:37
mizdra/happy-css-modules
https://api.github.com/repos/mizdra/happy-css-modules
closed
Support `--load-path` for sass
Type: Feature Priority: High Priority: Low Status: PR Welcome
- We want to resolve `specifier` using the [`--load-path`](https://sass-lang.com/documentation/cli/dart-sass#load-path) option of sass. - I think it can be implemented by extending `src/resolver/webpack-resolver.ts` module. - The `--sass-load-path` option must also be added.
2.0
Support `--load-path` for sass - - We want to resolve `specifier` using the [`--load-path`](https://sass-lang.com/documentation/cli/dart-sass#load-path) option of sass. - I think it can be implemented by extending `src/resolver/webpack-resolver.ts` module. - The `--sass-load-path` option must also be added.
priority
support load path for sass we want to resolve specifier using the option of sass i think it can be implemented by extending src resolver webpack resolver ts module the sass load path option must also be added
1
56,596
6,523,720,089
IssuesEvent
2017-08-29 09:45:28
Transkribus/TWI-mc
https://api.github.com/repos/Transkribus/TWI-mc
closed
The "document" page
duplicate enhancement ready to test
Currently The edit page (eg https://transkribus.eu/readTest/edit/correct/2305/23316/1) gives us a selection of editing interfaes and the means to browse through a the pages in a document using the thumbnail ribbon. Allowing essentially this page but with the editing possibilities turned off would provide a usefule "do...
1.0
The "document" page - Currently The edit page (eg https://transkribus.eu/readTest/edit/correct/2305/23316/1) gives us a selection of editing interfaes and the means to browse through a the pages in a document using the thumbnail ribbon. Allowing essentially this page but with the editing possibilities turned off would...
non_priority
the document page currently the edit page eg gives us a selection of editing interfaes and the means to browse through a the pages in a document using the thumbnail ribbon allowing essentially this page but with the editing possibilities turned off would provide a usefule document page to give users a read o...
0
70,446
3,330,406,053
IssuesEvent
2015-11-11 10:17:27
bitcoin/bitcoin
https://api.github.com/repos/bitcoin/bitcoin
closed
ERROR: ProcessBlock() : already have block
Bug P2P Priority Low
After not using the application for a few months I had a backlog of blocks to catch up on and I found that there was a .7 to .8 version update. After updating, my balance went to 0 as it now had about 10+ months of blocks to catch up on and then after a power failure, it was in 'reindexing' blocks mode. It was strug...
1.0
ERROR: ProcessBlock() : already have block - After not using the application for a few months I had a backlog of blocks to catch up on and I found that there was a .7 to .8 version update. After updating, my balance went to 0 as it now had about 10+ months of blocks to catch up on and then after a power failure, it was...
priority
error processblock already have block after not using the application for a few months i had a backlog of blocks to catch up on and i found that there was a to version update after updating my balance went to as it now had about months of blocks to catch up on and then after a power failure it was ...
1
285,471
31,154,631,229
IssuesEvent
2023-08-16 12:22:59
Trinadh465/linux-4.1.15_CVE-2018-5873
https://api.github.com/repos/Trinadh465/linux-4.1.15_CVE-2018-5873
opened
CVE-2018-5391 (High) detected in linuxlinux-4.1.52, linuxlinux-4.1.52
Mend: dependency security vulnerability
## CVE-2018-5391 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-4.1.52</b>, <b>linuxlinux-4.1.52</b></p></summary> <p> </p> </details> <p></p> <details><summary><img src...
True
CVE-2018-5391 (High) detected in linuxlinux-4.1.52, linuxlinux-4.1.52 - ## CVE-2018-5391 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-4.1.52</b>, <b>linuxlinux-4.1.52</b...
non_priority
cve high detected in linuxlinux linuxlinux cve high severity vulnerability vulnerable libraries linuxlinux linuxlinux vulnerability details the linux kernel versions is vulnerable to a denial of service attack with low rates of special...
0