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
957
labels
stringlengths
4
795
body
stringlengths
1
259k
index
stringclasses
12 values
text_combine
stringlengths
96
259k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
126,153
10,410,215,379
IssuesEvent
2019-09-13 10:46:01
CAU-Kiel-Tech-Inf/socha-gui
https://api.github.com/repos/CAU-Kiel-Tech-Inf/socha-gui
closed
Kaefer kann nicht auf anderen Stein ziehen, wenn rechts und links die Felder leer sind
bug server to be tested urgent
![img-2019-09-10-213708](https://user-images.githubusercontent.com/105162/64644593-4181bf00-d413-11e9-96da-16b31fe30346.png) roter Kaefer auf 0,1 ist angeklickt, sollte auf die Biene ziehen koennen.
1.0
Kaefer kann nicht auf anderen Stein ziehen, wenn rechts und links die Felder leer sind - ![img-2019-09-10-213708](https://user-images.githubusercontent.com/105162/64644593-4181bf00-d413-11e9-96da-16b31fe30346.png) roter Kaefer auf 0,1 ist angeklickt, sollte auf die Biene ziehen koennen.
non_priority
kaefer kann nicht auf anderen stein ziehen wenn rechts und links die felder leer sind roter kaefer auf ist angeklickt sollte auf die biene ziehen koennen
0
19,448
3,205,485,270
IssuesEvent
2015-10-04 04:02:19
cpluspluscom/ChessPlusPlus
https://api.github.com/repos/cpluspluscom/ChessPlusPlus
opened
Custom exception class is overused - is it even necessary?
design defect discussion
Right now `chesspp::Exception` is used when standard C++ exceptions would be more appropriate - I plan to fix that eventually. I'm also not sure if there's much point to having such a generic exception class anyway - what do you think? If we choose to keep it, it should probably be made abstract, but I'm not sure we...
1.0
Custom exception class is overused - is it even necessary? - Right now `chesspp::Exception` is used when standard C++ exceptions would be more appropriate - I plan to fix that eventually. I'm also not sure if there's much point to having such a generic exception class anyway - what do you think? If we choose to keep...
non_priority
custom exception class is overused is it even necessary right now chesspp exception is used when standard c exceptions would be more appropriate i plan to fix that eventually i m also not sure if there s much point to having such a generic exception class anyway what do you think if we choose to keep...
0
261,968
22,783,566,454
IssuesEvent
2022-07-09 00:07:21
Azure/azure-sdk-for-python
https://api.github.com/repos/Azure/azure-sdk-for-python
opened
[Test Proxy] Investigate SSL socket warnings
test-enhancement
Some `azure-storage-blob` tests that have been migrated to the test proxy raise `ResourceWarning`s about unclosed sockets when run in either live or playback mode. This doesn't happen 100% of the time, but most of the time. ``` sys:1: ResourceWarning: unclosed <ssl.SSLSocket fd=936, family=AddressFamily.AF_INET6, t...
1.0
[Test Proxy] Investigate SSL socket warnings - Some `azure-storage-blob` tests that have been migrated to the test proxy raise `ResourceWarning`s about unclosed sockets when run in either live or playback mode. This doesn't happen 100% of the time, but most of the time. ``` sys:1: ResourceWarning: unclosed <ssl.SSL...
non_priority
investigate ssl socket warnings some azure storage blob tests that have been migrated to the test proxy raise resourcewarning s about unclosed sockets when run in either live or playback mode this doesn t happen of the time but most of the time sys resourcewarning unclosed ssl sslsocket fd ...
0
344,418
24,813,204,290
IssuesEvent
2022-10-25 11:07:01
crescentpartha/CheatSheets-for-Developers
https://api.github.com/repos/crescentpartha/CheatSheets-for-Developers
opened
Add more contents or cmd commands in cmd-cheatsheet.md file.
documentation help wanted good first issue hacktoberfest hacktoberfest-2022
**Descriptions** > add more `commands` in cmd-cheatsheet.md file **Expected behavior** > Enrich the [cmd-cheatsheet.md](https://github.com/crescentpartha/CheatSheets-for-Developers/blob/main/CheatSheets/cmd-cheatsheet.md) file by adding more frequently used commands. **Screenshots or Links** > If applicable, a...
1.0
Add more contents or cmd commands in cmd-cheatsheet.md file. - **Descriptions** > add more `commands` in cmd-cheatsheet.md file **Expected behavior** > Enrich the [cmd-cheatsheet.md](https://github.com/crescentpartha/CheatSheets-for-Developers/blob/main/CheatSheets/cmd-cheatsheet.md) file by adding more frequently...
non_priority
add more contents or cmd commands in cmd cheatsheet md file descriptions add more commands in cmd cheatsheet md file expected behavior enrich the file by adding more frequently used commands screenshots or links if applicable add screenshots or a modified ui link to help ex...
0
25,473
11,173,339,937
IssuesEvent
2019-12-29 13:31:29
openSUSE/libpathrs
https://api.github.com/repos/openSUSE/libpathrs
opened
implement a "hardened" resolver backend
ideas welcome security
For hyper-concerned users we could implement a backend that actually uses `pivot_root` and then does the path resolution like that. It would be a bit ugly (and possibly somewhat slow) but it could be pretty cool and would allow for more hardened setups to opt-in to even more security features.
True
implement a "hardened" resolver backend - For hyper-concerned users we could implement a backend that actually uses `pivot_root` and then does the path resolution like that. It would be a bit ugly (and possibly somewhat slow) but it could be pretty cool and would allow for more hardened setups to opt-in to even more se...
non_priority
implement a hardened resolver backend for hyper concerned users we could implement a backend that actually uses pivot root and then does the path resolution like that it would be a bit ugly and possibly somewhat slow but it could be pretty cool and would allow for more hardened setups to opt in to even more se...
0
269,322
23,436,775,426
IssuesEvent
2022-08-15 10:45:48
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
opened
[CI] ApmIT testCapturesTracesForHttpTraffic failing
:Core/Infra/Core >test-failure
Looks like APM wasn't indexing docs within 1 minute - maybe just not long enough or maybe something else is stuck? **Build scan:** https://gradle-enterprise.elastic.co/s/gssyp74wldwds/tests/:qa:apm:integTest/org.elasticsearch.tracing.apm.ApmIT/testCapturesTracesForHttpTraffic **Reproduction line:** `./gradlew ':qa:ap...
1.0
[CI] ApmIT testCapturesTracesForHttpTraffic failing - Looks like APM wasn't indexing docs within 1 minute - maybe just not long enough or maybe something else is stuck? **Build scan:** https://gradle-enterprise.elastic.co/s/gssyp74wldwds/tests/:qa:apm:integTest/org.elasticsearch.tracing.apm.ApmIT/testCapturesTracesFor...
non_priority
apmit testcapturestracesforhttptraffic failing looks like apm wasn t indexing docs within minute maybe just not long enough or maybe something else is stuck build scan reproduction line gradlew qa apm integtest tests org elasticsearch tracing apm apmit testcapturestracesforhttptraffic ...
0
140,761
11,360,109,413
IssuesEvent
2020-01-26 03:16:41
jwallet/spy-spotify
https://api.github.com/repos/jwallet/spy-spotify
closed
SpotifyHandler shouldn't need a delay 1sec during test, it fails randomly
bug ๐Ÿž test ๐Ÿงช
**What is the bug ?** > 500ms at line `78` used to work, now it needs 1s to pass fix `await Task.Delay(500)` --- Want to back this issue? **[Post a bounty on it!](https://issuehunt.io/r/jwallet/spy-spotify/issues/141)** We accept bounties via [IssueHunt](https://issuehunt.io/r/jwallet/spy-spotify).
1.0
SpotifyHandler shouldn't need a delay 1sec during test, it fails randomly - **What is the bug ?** > 500ms at line `78` used to work, now it needs 1s to pass fix `await Task.Delay(500)` --- Want to back this issue? **[Post a bounty on it!](https://issuehunt.io/r/jwallet/spy-spotify/issues/141)** We accept boun...
non_priority
spotifyhandler shouldn t need a delay during test it fails randomly what is the bug at line used to work now it needs to pass fix await task delay want to back this issue we accept bounties via
0
115,059
9,779,914,181
IssuesEvent
2019-06-07 15:33:18
aces/Loris
https://api.github.com/repos/aces/Loris
closed
Issue Tracker columns do not match headers
21.0.0 Testing Critical to release PR sent
After fixing #4759 and #4761 when I load the issue tracker main page the columns are not aligned under the correct header. PSCID contains the Visit, Visit Label contains a timestamp, Last Update contains a session ID, etc..
1.0
Issue Tracker columns do not match headers - After fixing #4759 and #4761 when I load the issue tracker main page the columns are not aligned under the correct header. PSCID contains the Visit, Visit Label contains a timestamp, Last Update contains a session ID, etc..
non_priority
issue tracker columns do not match headers after fixing and when i load the issue tracker main page the columns are not aligned under the correct header pscid contains the visit visit label contains a timestamp last update contains a session id etc
0
12,619
20,512,927,188
IssuesEvent
2022-03-01 08:50:27
integritee-network/pallets
https://api.github.com/repos/integritee-network/pallets
closed
stable-fee pallet requirements
requirement
To ensure that costs are stable and predictable for Integritee users, the Integritee service is priced in USD. Payment, however, occurs in an equivalent amount of TEER tokens, based on the live exchange rate with USD. # Stakeholder * A Dapp operator deploying on integritee who likes predictable and stable (in fiat ...
1.0
stable-fee pallet requirements - To ensure that costs are stable and predictable for Integritee users, the Integritee service is priced in USD. Payment, however, occurs in an equivalent amount of TEER tokens, based on the live exchange rate with USD. # Stakeholder * A Dapp operator deploying on integritee who likes...
non_priority
stable fee pallet requirements to ensure that costs are stable and predictable for integritee users the integritee service is priced in usd payment however occurs in an equivalent amount of teer tokens based on the live exchange rate with usd stakeholder a dapp operator deploying on integritee who likes...
0
32,888
8,969,851,514
IssuesEvent
2019-01-29 12:00:40
angular/angular-cli
https://api.github.com/repos/angular/angular-cli
closed
'ng serve' and 'ng build' exit in the middle of compilation with no error
comp: devkit/build-angular
### Versions Angular CLI: 1.7.3 Node: 9.4.0 OS: win32 x64 Angular: 5.2.8 ... animations, common, compiler, compiler-cli, core, forms ... http, platform-browser, platform-browser-dynamic ... platform-server, router @angular/cdk: 5.2.4 @angular/cli: 1.7.3 @angular/flex-layout: 5.0.0-beta.13 @angular/material...
1.0
'ng serve' and 'ng build' exit in the middle of compilation with no error - ### Versions Angular CLI: 1.7.3 Node: 9.4.0 OS: win32 x64 Angular: 5.2.8 ... animations, common, compiler, compiler-cli, core, forms ... http, platform-browser, platform-browser-dynamic ... platform-server, router @angular/cdk: 5.2.4 ...
non_priority
ng serve and ng build exit in the middle of compilation with no error versions angular cli node os angular animations common compiler compiler cli core forms http platform browser platform browser dynamic platform server router angular cdk angu...
0
121,660
17,662,008,770
IssuesEvent
2021-08-21 17:56:27
ghc-dev/Brett-Bell
https://api.github.com/repos/ghc-dev/Brett-Bell
opened
CVE-2021-33623 (Medium) detected in trim-newlines-1.0.0.tgz
security vulnerability
## CVE-2021-33623 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>trim-newlines-1.0.0.tgz</b></p></summary> <p>Trim newlines from the start and/or end of a string</p> <p>Library home...
True
CVE-2021-33623 (Medium) detected in trim-newlines-1.0.0.tgz - ## CVE-2021-33623 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>trim-newlines-1.0.0.tgz</b></p></summary> <p>Trim newl...
non_priority
cve medium detected in trim newlines tgz cve medium severity vulnerability vulnerable library trim newlines tgz trim newlines from the start and or end of a string library home page a href path to dependency file brett bell package json path to vulnerable library bre...
0
189,288
22,047,011,796
IssuesEvent
2022-05-30 03:42:33
panasalap/linux-4.1.15
https://api.github.com/repos/panasalap/linux-4.1.15
closed
CVE-2020-14305 (High) detected in multiple libraries - autoclosed
security vulnerability
## CVE-2020-14305 - 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.17</b>, <b>linuxlinux-4.1.17</b>, <b>linuxlinux-4.1.17</b></p></summary> <p> </p> </details> <p></p>...
True
CVE-2020-14305 (High) detected in multiple libraries - autoclosed - ## CVE-2020-14305 - 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.17</b>, <b>linuxlinux-4.1.17</b>, ...
non_priority
cve high detected in multiple libraries autoclosed cve high severity vulnerability vulnerable libraries linuxlinux linuxlinux linuxlinux vulnerability details an out of bounds memory write flaw was found in how the linux kernelโ€™s voice over ip ...
0
199,110
22,690,800,897
IssuesEvent
2022-07-04 19:57:22
samqws-marketing/box_mojito
https://api.github.com/repos/samqws-marketing/box_mojito
opened
CVE-2022-21363 (Medium) detected in mysql-connector-java-8.0.21.jar
security vulnerability
## CVE-2022-21363 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-8.0.21.jar</b></p></summary> <p>JDBC Type 4 driver for MySQL</p> <p>Library home page: <a href=...
True
CVE-2022-21363 (Medium) detected in mysql-connector-java-8.0.21.jar - ## CVE-2022-21363 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-8.0.21.jar</b></p></summar...
non_priority
cve medium detected in mysql connector java jar cve medium severity vulnerability vulnerable library mysql connector java jar jdbc type driver for mysql library home page a href path to dependency file webapp pom xml path to vulnerable library repository mysql my...
0
79,047
10,102,782,985
IssuesEvent
2019-07-29 12:07:28
fac-graduate-programme/start-here
https://api.github.com/repos/fac-graduate-programme/start-here
opened
@israaSulaiman Israa
User Manual documentation
### I am very excited to work with you, guys ![very excited](https://media.giphy.com/media/93opkrkYgpurqXMj5j/giphy.gif) ## How I get my best work done: I love to start every project by analyzing the problem, the app's key features, the app's architecture, and workflow. I am very obsessed with details :grimacing...
1.0
@israaSulaiman Israa - ### I am very excited to work with you, guys ![very excited](https://media.giphy.com/media/93opkrkYgpurqXMj5j/giphy.gif) ## How I get my best work done: I love to start every project by analyzing the problem, the app's key features, the app's architecture, and workflow. I am very obsessed ...
non_priority
israasulaiman israa i am very excited to work with you guys how i get my best work done i love to start every project by analyzing the problem the app s key features the app s architecture and workflow i am very obsessed with details grimacing that s why you might find me asking lots of qu...
0
234,298
25,821,863,586
IssuesEvent
2022-12-12 10:08:44
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Where is the Synapse Operator Role?
triaged cxp product-question security/subsvc Pri2 synapse-analytics/svc
Need the ability to grant permissions to trigger/run pipelines. The only way to achieve this currently is to grant user Synapse Contributor, but this allows the user to create/delete content and we would not want this in a production environment. --- #### Document Details โš  *Do not edit this section. It is requi...
True
Where is the Synapse Operator Role? - Need the ability to grant permissions to trigger/run pipelines. The only way to achieve this currently is to grant user Synapse Contributor, but this allows the user to create/delete content and we would not want this in a production environment. --- #### Document Details โš  ...
non_priority
where is the synapse operator role need the ability to grant permissions to trigger run pipelines the only way to achieve this currently is to grant user synapse contributor but this allows the user to create delete content and we would not want this in a production environment document details โš  ...
0
9,494
6,333,300,057
IssuesEvent
2017-07-26 14:29:43
KazDragon/terminalpp
https://api.github.com/repos/KazDragon/terminalpp
closed
Proper Versioning
in progress New Feature Usability
Enable users to specify versions in the find_package script, e.g. find_package(terminalpp VERSION 1.2.4)
True
Proper Versioning - Enable users to specify versions in the find_package script, e.g. find_package(terminalpp VERSION 1.2.4)
non_priority
proper versioning enable users to specify versions in the find package script e g find package terminalpp version
0
35,604
4,997,422,131
IssuesEvent
2016-12-09 16:43:26
biopython/biopython
https://api.github.com/repos/biopython/biopython
closed
Use self.assertIn in our unit tests
Easy Fix Testing
Until recently we supported Python 2.6, where the ``unittest`` library did not support the ``self.assertIn(search_term, thing_to_search)`` method meaning we used ``self.assertTrue(search_term in thing_to_search)`` instead, often with a message term. I fixed a couple just now where there was a TODO comment: 0da38441d...
1.0
Use self.assertIn in our unit tests - Until recently we supported Python 2.6, where the ``unittest`` library did not support the ``self.assertIn(search_term, thing_to_search)`` method meaning we used ``self.assertTrue(search_term in thing_to_search)`` instead, often with a message term. I fixed a couple just now whe...
non_priority
use self assertin in our unit tests until recently we supported python where the unittest library did not support the self assertin search term thing to search method meaning we used self asserttrue search term in thing to search instead often with a message term i fixed a couple just now whe...
0
321,795
27,555,784,618
IssuesEvent
2023-03-07 17:49:00
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
FlutterPlatform._startTest fails if updateGoldens is not set
a: tests team tool passed first triage
updateGoldens should be @required in https://github.com/flutter/flutter/blob/9d364043afa833606974ed3245f01618ed705e4a/packages/flutter_tools/lib/src/test/flutter_platform.dart. Not passing this variable causes code using it to crash in unexpected ways at runtime. In general, we should be requiring the booleans be...
1.0
FlutterPlatform._startTest fails if updateGoldens is not set - updateGoldens should be @required in https://github.com/flutter/flutter/blob/9d364043afa833606974ed3245f01618ed705e4a/packages/flutter_tools/lib/src/test/flutter_platform.dart. Not passing this variable causes code using it to crash in unexpected ways at...
non_priority
flutterplatform starttest fails if updategoldens is not set updategoldens should be required in not passing this variable causes code using it to crash in unexpected ways at runtime in general we should be requiring the booleans be nonnull either with required or with constructor asserts dart boolean...
0
29,511
14,148,089,174
IssuesEvent
2020-11-10 21:55:12
doyougnu/VSmt
https://api.github.com/repos/doyougnu/VSmt
closed
Remove dimensions from models
enhancement performance
sbv does not have the concept of variation or of dimensions, thus we are using plain `SBools` in sbv land to represent dimensions internally in the solver. This means that every model that is queries from `sbv` will have bindings for the dimensions: ``` model := Aleft --> (ite ~AA (0 :: Integer) ite AA (13 ::...
True
Remove dimensions from models - sbv does not have the concept of variation or of dimensions, thus we are using plain `SBools` in sbv land to represent dimensions internally in the solver. This means that every model that is queries from `sbv` will have bindings for the dimensions: ``` model := Aleft --> (ite ...
non_priority
remove dimensions from models sbv does not have the concept of variation or of dimensions thus we are using plain sbools in sbv land to represent dimensions internally in the solver this means that every model that is queries from sbv will have bindings for the dimensions model aleft ite ...
0
272,262
23,664,830,153
IssuesEvent
2022-08-26 19:35:02
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Failures in SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3
area-System.Net.Http disabled-test in-pr
Full log: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-72145-merge-c270b69ee20f4e269e/System.Net.Http.Functional.Tests/3/console.142a186b.log?helixlogtype=result Hit in https://github.com/dotnet/runtime/pull/72145/checks?check_run_id=7832255512 ``` System.Net.Http.Functional.Te...
1.0
Failures in SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 - Full log: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-72145-merge-c270b69ee20f4e269e/System.Net.Http.Functional.Tests/3/console.142a186b.log?helixlogtype=result Hit in https://github.com/dotnet/runti...
non_priority
failures in socketshttphandler httpclienthandler maxresponseheaderslength full log hit in system net http functional tests socketshttphandler httpclienthandler maxresponseheaderslength largesingleheader throwsexception maxresponseheaderslength system net quic quicexception stream ab...
0
5,158
3,167,991,965
IssuesEvent
2015-09-22 01:57:30
WikiEducationFoundation/WikiEduDashboard
https://api.github.com/repos/WikiEducationFoundation/WikiEduDashboard
closed
Rubocop line length metric does more harm than good
code quality
Breaking up lines [like this](https://github.com/WikiEducationFoundation/WikiEduDashboard/blob/master/app/controllers/courses_controller.rb#L37-L39) sacrifices readability. Rubocop should work for us based on the way we want to work, not the other way around. I'd _strongly_ vote to disable the line length metric and st...
1.0
Rubocop line length metric does more harm than good - Breaking up lines [like this](https://github.com/WikiEducationFoundation/WikiEduDashboard/blob/master/app/controllers/courses_controller.rb#L37-L39) sacrifices readability. Rubocop should work for us based on the way we want to work, not the other way around. I'd _s...
non_priority
rubocop line length metric does more harm than good breaking up lines sacrifices readability rubocop should work for us based on the way we want to work not the other way around i d strongly vote to disable the line length metric and strive for lines under a certain number of characters when possible and di...
0
307,233
23,190,183,009
IssuesEvent
2022-08-01 11:59:00
ytree-project/ytree
https://api.github.com/repos/ytree-project/ytree
closed
Test for example scripts.
enhancement documentation testing
The examples scripts added in PR #142 should be tested in the test suite. Additionally, the original halo age and significance examples should be converted to standalone script files and tested thusly. This is a reminder to do this later as I don't have time at the moment.
1.0
Test for example scripts. - The examples scripts added in PR #142 should be tested in the test suite. Additionally, the original halo age and significance examples should be converted to standalone script files and tested thusly. This is a reminder to do this later as I don't have time at the moment.
non_priority
test for example scripts the examples scripts added in pr should be tested in the test suite additionally the original halo age and significance examples should be converted to standalone script files and tested thusly this is a reminder to do this later as i don t have time at the moment
0
14,662
9,403,171,461
IssuesEvent
2019-04-09 00:07:50
Bouncyrock/TaleSpire-Alpha-Public-Issue-Tracker
https://api.github.com/repos/Bouncyrock/TaleSpire-Alpha-Public-Issue-Tracker
opened
"Center on Board" Feature
Usability Enhancement
Something that can center you back to 0,0 or something. NoctropolitanToday at 7:54 PM Don't know if this has been addressed yet but my friends tried talespire and they said it would be nice to have an automatic bounding box set by the square area of the tiles that limits the camera movement. One of them (didn't...
True
"Center on Board" Feature - Something that can center you back to 0,0 or something. NoctropolitanToday at 7:54 PM Don't know if this has been addressed yet but my friends tried talespire and they said it would be nice to have an automatic bounding box set by the square area of the tiles that limits the camera m...
non_priority
center on board feature something that can center you back to or something noctropolitantoday at pm don t know if this has been addressed yet but my friends tried talespire and they said it would be nice to have an automatic bounding box set by the square area of the tiles that limits the camera mo...
0
76,420
7,527,899,105
IssuesEvent
2018-04-13 18:43:24
octokit/routes
https://api.github.com/repos/octokit/routes
closed
Create a Commit: parameter type "array of strings" should be "string[]"
bug has-failing-test
- endpoint scope: Git - endpoint name: Create a Commit - route: `POST /repos/:owner/:repo/git/commits` - documentation URL: https://developer.github.com/v3/git/commits/#create-a-commit ### Current specification https://github.com/octokit/routes/blob/fe0a25467e167c54628c2072884911a50c93269a/routes/git/commits/c...
1.0
Create a Commit: parameter type "array of strings" should be "string[]" - - endpoint scope: Git - endpoint name: Create a Commit - route: `POST /repos/:owner/:repo/git/commits` - documentation URL: https://developer.github.com/v3/git/commits/#create-a-commit ### Current specification https://github.com/octokit...
non_priority
create a commit parameter type array of strings should be string endpoint scope git endpoint name create a commit route post repos owner repo git commits documentation url current specification i expected array of strings should be string json ...
0
294,670
25,394,306,508
IssuesEvent
2022-11-22 07:21:32
oras-project/oras
https://api.github.com/repos/oras-project/oras
opened
e2e: utility for matching file content
E2E testing
As the e2e spec writer for oras CLI, I would like to have a utility function to check if the content of a specific file matches what I expected. The matching should be done in abortable way so it won't block other E2E specs from running.
1.0
e2e: utility for matching file content - As the e2e spec writer for oras CLI, I would like to have a utility function to check if the content of a specific file matches what I expected. The matching should be done in abortable way so it won't block other E2E specs from running.
non_priority
utility for matching file content as the spec writer for oras cli i would like to have a utility function to check if the content of a specific file matches what i expected the matching should be done in abortable way so it won t block other specs from running
0
105,233
22,969,505,333
IssuesEvent
2022-07-20 00:42:57
redhat-developer/vscode-xml
https://api.github.com/repos/redhat-developer/vscode-xml
closed
quick fix: add missing child elements
codeaction
On the error "child elements are missing from element" (cvc-complex-type.2.4.b) there is "no quickfix available". It would be nice to have one "add all mandatory elements".
1.0
quick fix: add missing child elements - On the error "child elements are missing from element" (cvc-complex-type.2.4.b) there is "no quickfix available". It would be nice to have one "add all mandatory elements".
non_priority
quick fix add missing child elements on the error child elements are missing from element cvc complex type b there is no quickfix available it would be nice to have one add all mandatory elements
0
1,473
2,600,352,671
IssuesEvent
2015-02-23 15:51:13
mysociety/alaveteli
https://api.github.com/repos/mysociety/alaveteli
opened
Add inline documentation to custom fields in deploy.yml
1 - new documentation Re-user experience
- `daemon_name`: The service the alaveteli app is running as (controlled by the `service` comamnd, usually in `/etc/init.d`)
1.0
Add inline documentation to custom fields in deploy.yml - - `daemon_name`: The service the alaveteli app is running as (controlled by the `service` comamnd, usually in `/etc/init.d`)
non_priority
add inline documentation to custom fields in deploy yml daemon name the service the alaveteli app is running as controlled by the service comamnd usually in etc init d
0
88,637
17,619,432,593
IssuesEvent
2021-08-18 13:46:03
virocon-organization/virocon
https://api.github.com/repos/virocon-organization/virocon
closed
Use GitHub Actions instead of Travis CI
help wanted code improvement
I was wondering why our automatic tests are not running anymore on Travis CI (see, for example, https://github.com/virocon-organization/virocon/pull/127) It turns out that we run out of credits. Credits are not renewed and the cheapest plan for Travis CI costs 69$/month, which I am not willing to pay. ![image](ht...
1.0
Use GitHub Actions instead of Travis CI - I was wondering why our automatic tests are not running anymore on Travis CI (see, for example, https://github.com/virocon-organization/virocon/pull/127) It turns out that we run out of credits. Credits are not renewed and the cheapest plan for Travis CI costs 69$/month, whi...
non_priority
use github actions instead of travis ci i was wondering why our automatic tests are not running anymore on travis ci see for example it turns out that we run out of credits credits are not renewed and the cheapest plan for travis ci costs month which i am not willing to pay things see...
0
228,716
18,249,898,122
IssuesEvent
2021-10-02 02:57:23
Andrey-1992/suspicious-ip-ui
https://api.github.com/repos/Andrey-1992/suspicious-ip-ui
opened
Test accessibility with WAVE
enhancement Accessibility Test
As a developer, I should be able to test and pass the accessibility standars with WAVE.
1.0
Test accessibility with WAVE - As a developer, I should be able to test and pass the accessibility standars with WAVE.
non_priority
test accessibility with wave as a developer i should be able to test and pass the accessibility standars with wave
0
264,154
28,106,241,428
IssuesEvent
2023-03-31 01:06:07
Nivaskumark/CVE-2020-0097-frameworks_base_after
https://api.github.com/repos/Nivaskumark/CVE-2020-0097-frameworks_base_after
reopened
CVE-2022-20356 (High) detected in baseandroid-10.0.0_r14
Mend: dependency security vulnerability
## CVE-2022-20356 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>baseandroid-10.0.0_r14</b></p></summary> <p> <p>Android framework classes and services</p> <p>Library home page: <a hr...
True
CVE-2022-20356 (High) detected in baseandroid-10.0.0_r14 - ## CVE-2022-20356 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>baseandroid-10.0.0_r14</b></p></summary> <p> <p>Android fra...
non_priority
cve high detected in baseandroid cve high severity vulnerability vulnerable library baseandroid android framework classes and services library home page a href found in base branch master vulnerable source files core java com android ...
0
93,823
19,342,587,244
IssuesEvent
2021-12-15 07:13:44
fipl-hse/2021-2-level-labs
https://api.github.com/repos/fipl-hse/2021-2-level-labs
closed
[LAB 4] Unexpected -1 in result of LikelihoodBasedTextGeneratorTest.test_ideal_second
code tests
ยซะ•ัะปะธ ะฒ ะบะฐะถะดะพะน ะธะท ะผะพะดะตะปะตะน ะฝะต ะฑั‹ะปะพ ะฝะฐะนะดะตะฝะพ ะฟะพะดั…ะพะดัั‰ะตะณะพ ะบะพะฝั‚ะตะบัั‚ะฐ, ะฟั€ะพะธัั…ะพะดะธั‚ ะฟะตั€ะตั…ะพะด ะบ ัƒะฝะธ-ะณั€ะฐะผะผะฐะผ, ะบะพั‚ะพั€ั‹ะต ะดะพะปะถะฝั‹ ะฑั‹ั‚ัŒ ัะพะฑั€ะฐะฝั‹ ะฒ ัะทั‹ะบะพะฒะพะผ ะฟั€ะพั„ะธะปะต. ะ’ ะบะฐั‡ะตัั‚ะฒะต ะณะตะฝะตั€ะธั€ัƒะตะผะพะน ะฑัƒะบะฒั‹ ะฒั‹ะฑะธั€ะฐะตั‚ัั ัะฐะผะฐั ั‡ะฐัั‚ะพั‚ะฝะฐั.ยป ะ’ ั‚ะตัั‚ะต LikelihoodBasedTextGeneratorTest ะฒ ั„ัƒะฝะบั†ะธะธ test_ideal_second ัƒะฝะธะณั€ะฐะผะผั‹ ะตัั‚ัŒ ({(1,): 88, (2,): 23,โ€ฆ),...
1.0
[LAB 4] Unexpected -1 in result of LikelihoodBasedTextGeneratorTest.test_ideal_second - ยซะ•ัะปะธ ะฒ ะบะฐะถะดะพะน ะธะท ะผะพะดะตะปะตะน ะฝะต ะฑั‹ะปะพ ะฝะฐะนะดะตะฝะพ ะฟะพะดั…ะพะดัั‰ะตะณะพ ะบะพะฝั‚ะตะบัั‚ะฐ, ะฟั€ะพะธัั…ะพะดะธั‚ ะฟะตั€ะตั…ะพะด ะบ ัƒะฝะธ-ะณั€ะฐะผะผะฐะผ, ะบะพั‚ะพั€ั‹ะต ะดะพะปะถะฝั‹ ะฑั‹ั‚ัŒ ัะพะฑั€ะฐะฝั‹ ะฒ ัะทั‹ะบะพะฒะพะผ ะฟั€ะพั„ะธะปะต. ะ’ ะบะฐั‡ะตัั‚ะฒะต ะณะตะฝะตั€ะธั€ัƒะตะผะพะน ะฑัƒะบะฒั‹ ะฒั‹ะฑะธั€ะฐะตั‚ัั ัะฐะผะฐั ั‡ะฐัั‚ะพั‚ะฝะฐั.ยป ะ’ ั‚ะตัั‚ะต LikelihoodB...
non_priority
unexpected in result of likelihoodbasedtextgeneratortest test ideal second ยซะตัะปะธ ะฒ ะบะฐะถะดะพะน ะธะท ะผะพะดะตะปะตะน ะฝะต ะฑั‹ะปะพ ะฝะฐะนะดะตะฝะพ ะฟะพะดั…ะพะดัั‰ะตะณะพ ะบะพะฝั‚ะตะบัั‚ะฐ ะฟั€ะพะธัั…ะพะดะธั‚ ะฟะตั€ะตั…ะพะด ะบ ัƒะฝะธ ะณั€ะฐะผะผะฐะผ ะบะพั‚ะพั€ั‹ะต ะดะพะปะถะฝั‹ ะฑั‹ั‚ัŒ ัะพะฑั€ะฐะฝั‹ ะฒ ัะทั‹ะบะพะฒะพะผ ะฟั€ะพั„ะธะปะต ะฒ ะบะฐั‡ะตัั‚ะฒะต ะณะตะฝะตั€ะธั€ัƒะตะผะพะน ะฑัƒะบะฒั‹ ะฒั‹ะฑะธั€ะฐะตั‚ัั ัะฐะผะฐั ั‡ะฐัั‚ะพั‚ะฝะฐั ยป ะฒ ั‚ะตัั‚ะต likelihoodbasedte...
0
35,674
5,002,315,293
IssuesEvent
2016-12-11 10:10:19
dydrich/e-school
https://api.github.com/repos/dydrich/e-school
closed
archivio documenti di classe
intranet php request testing urgent
funzione per segreteria e funzione strumentale: recupero dei documenti di programmazione relativi alla classe, divisi per anno
1.0
archivio documenti di classe - funzione per segreteria e funzione strumentale: recupero dei documenti di programmazione relativi alla classe, divisi per anno
non_priority
archivio documenti di classe funzione per segreteria e funzione strumentale recupero dei documenti di programmazione relativi alla classe divisi per anno
0
26,352
5,244,871,094
IssuesEvent
2017-02-01 01:14:42
altLab/altBot
https://api.github.com/repos/altLab/altBot
opened
Add a LICENSE file
bug documentation
Choose a license for the code and documentation of the project and add a proper LICENSE file to the repo
1.0
Add a LICENSE file - Choose a license for the code and documentation of the project and add a proper LICENSE file to the repo
non_priority
add a license file choose a license for the code and documentation of the project and add a proper license file to the repo
0
117,724
9,957,691,398
IssuesEvent
2019-07-05 17:51:08
Rocologo/MobHunting
https://api.github.com/repos/Rocologo/MobHunting
closed
Could not pass event PlayerInteractEvent to MobHunting v6.7.2
Fixed - To be tested
Spamming my console to utter high hell! paper 1.12.2 using 6.7.2 https://gist.github.com/FrozenBeard/0cc9f069382b2a5eb5ddb2c3d7d177cd
1.0
Could not pass event PlayerInteractEvent to MobHunting v6.7.2 - Spamming my console to utter high hell! paper 1.12.2 using 6.7.2 https://gist.github.com/FrozenBeard/0cc9f069382b2a5eb5ddb2c3d7d177cd
non_priority
could not pass event playerinteractevent to mobhunting spamming my console to utter high hell paper using
0
136,878
30,600,038,091
IssuesEvent
2023-07-22 08:49:09
DarylStark/my_model
https://api.github.com/repos/DarylStark/my_model
closed
Remove the `UserSession` model
Code improvement Feature
The `UserSession` model will not be used anymore and should be deleted.
1.0
Remove the `UserSession` model - The `UserSession` model will not be used anymore and should be deleted.
non_priority
remove the usersession model the usersession model will not be used anymore and should be deleted
0
40,989
21,334,234,696
IssuesEvent
2022-04-18 12:41:53
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Kibana performance - tools, benchmarking, CI, optimizations
Team:Operations Meta performance
There have been a number of performance initiatives lately, and the topic of measuring and improving performance has come up frequently as a priority. The purpose of this issue is to capture existing and planned efforts in the context of an overall plan/objectives. ### Kibana performance space Kibana as a s...
True
Kibana performance - tools, benchmarking, CI, optimizations - There have been a number of performance initiatives lately, and the topic of measuring and improving performance has come up frequently as a priority. The purpose of this issue is to capture existing and planned efforts in the context of an overall pla...
non_priority
kibana performance tools benchmarking ci optimizations there have been a number of performance initiatives lately and the topic of measuring and improving performance has come up frequently as a priority the purpose of this issue is to capture existing and planned efforts in the context of an overall pla...
0
29,160
7,064,428,220
IssuesEvent
2018-01-06 07:01:05
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
Call to undefined method JApplicationAdministrator::isClient()
No Code Attached Yet
Got error, after update from 3.4.8 to 3.8.0, with update package ### Steps to reproduce the issue Update joomla from 3.4.8 to 3.8.0 with update file ### Expected result ### Actual result "Fatal error: Call to undefined method JApplicationAdministrator::isClient() in /www/plugins/system/logout/logout.ph...
1.0
Call to undefined method JApplicationAdministrator::isClient() - Got error, after update from 3.4.8 to 3.8.0, with update package ### Steps to reproduce the issue Update joomla from 3.4.8 to 3.8.0 with update file ### Expected result ### Actual result "Fatal error: Call to undefined method JApplication...
non_priority
call to undefined method japplicationadministrator isclient got error after update from to with update package steps to reproduce the issue update joomla from to with update file expected result actual result fatal error call to undefined method japplication...
0
59,771
24,872,697,410
IssuesEvent
2022-10-27 16:22:55
BCDevOps/developer-experience
https://api.github.com/repos/BCDevOps/developer-experience
opened
Investigate automated Vault failover [SPIKE]
vault ops and shared services
When Vault fails over to DR, it currently requires manual intervention to make it stand up. I would like to create and test a change that removes this manual intervention. The fact that it's not already automated by Justin P makes me think there's probably some considerable issues blocking it, but I would nonetheless l...
1.0
Investigate automated Vault failover [SPIKE] - When Vault fails over to DR, it currently requires manual intervention to make it stand up. I would like to create and test a change that removes this manual intervention. The fact that it's not already automated by Justin P makes me think there's probably some considerabl...
non_priority
investigate automated vault failover when vault fails over to dr it currently requires manual intervention to make it stand up i would like to create and test a change that removes this manual intervention the fact that it s not already automated by justin p makes me think there s probably some considerable issu...
0
319,734
27,397,813,352
IssuesEvent
2023-02-28 21:14:03
nrwl/nx
https://api.github.com/repos/nrwl/nx
closed
Use all Cypress flags in nx console
type: docs scope: testing tools stale
### Documentation issue <!-- (Update "[ ]" to "[x]" to check a box) --> - [ ] Reporting a typo - [ ] Reporting a documentation bug - [x] Documentation improvement - [ ] Documentation feedback I want to use in my package.json (or something similar) ``` "test:e2e": "nx e2e web-e2e --disable-gpu" ``` But i...
1.0
Use all Cypress flags in nx console - ### Documentation issue <!-- (Update "[ ]" to "[x]" to check a box) --> - [ ] Reporting a typo - [ ] Reporting a documentation bug - [x] Documentation improvement - [ ] Documentation feedback I want to use in my package.json (or something similar) ``` "test:e2e": "nx ...
non_priority
use all cypress flags in nx console documentation issue reporting a typo reporting a documentation bug documentation improvement documentation feedback i want to use in my package json or something similar test nx web disable gpu but it doesn t work and i c...
0
12,660
5,224,283,642
IssuesEvent
2017-01-27 15:03:53
blackbaud/skyux2
https://api.github.com/repos/blackbaud/skyux2
opened
Add sort functionality to grid component headers
sky-grid sky-listbuilder
Allow users to click headers to indicate data should be sorted. Sort indication should display (ascending/descending) using the caret-up and caret-down icons.
1.0
Add sort functionality to grid component headers - Allow users to click headers to indicate data should be sorted. Sort indication should display (ascending/descending) using the caret-up and caret-down icons.
non_priority
add sort functionality to grid component headers allow users to click headers to indicate data should be sorted sort indication should display ascending descending using the caret up and caret down icons
0
10,428
4,770,215,160
IssuesEvent
2016-10-26 14:44:13
CartoDB/cartodb
https://api.github.com/repos/CartoDB/cartodb
opened
Handle Invalid analysis (and other analysis creation errors)
Builder UI
If an analysis is not valid or an error occurs while creating it (prior to registration, execution, etc.) no error appears in the UI. The analysis is left with the progress icon. (we cannot easily generate this situation currently before tampering with the code, so this is not a bug, but please keep reading ๐Ÿ˜ฌ ) The...
1.0
Handle Invalid analysis (and other analysis creation errors) - If an analysis is not valid or an error occurs while creating it (prior to registration, execution, etc.) no error appears in the UI. The analysis is left with the progress icon. (we cannot easily generate this situation currently before tampering with the ...
non_priority
handle invalid analysis and other analysis creation errors if an analysis is not valid or an error occurs while creating it prior to registration execution etc no error appears in the ui the analysis is left with the progress icon we cannot easily generate this situation currently before tampering with the ...
0
189,684
22,047,090,312
IssuesEvent
2022-05-30 03:52:26
Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2022-0492
https://api.github.com/repos/Trinadh465/device_renesas_kernel_AOSP10_r33_CVE-2022-0492
closed
CVE-2021-3348 (High) detected in linuxlinux-4.19.88 - autoclosed
security vulnerability
## CVE-2021-3348 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.88</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.ker...
True
CVE-2021-3348 (High) detected in linuxlinux-4.19.88 - autoclosed - ## CVE-2021-3348 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.88</b></p></summary> <p> <p>The Linu...
non_priority
cve high detected in linuxlinux autoclosed cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files lin...
0
65,743
14,751,342,396
IssuesEvent
2021-01-08 04:50:47
mwilliams7197/Python
https://api.github.com/repos/mwilliams7197/Python
opened
CVE-2020-10177 (Medium) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl
security vulnerability
## CVE-2020-10177 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>Python Imaging Library (Fork)</p> <p>Library hom...
True
CVE-2020-10177 (Medium) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2020-10177 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-6.2.2-cp27-cp27mu-manylin...
non_priority
cve medium detected in pillow whl cve medium severity vulnerability vulnerable library pillow whl python imaging library fork library home page a href path to dependency file python requirements txt path to vulnerable library python requirements...
0
101
2,566,361,113
IssuesEvent
2015-02-08 13:09:16
johnstray/gs-blog
https://api.github.com/repos/johnstray/gs-blog
closed
Separate thumbnail URL and filename for easier layout customization
Bug Compatibility Enhancement
A lot of confusion, bugs and help was sought with regards to the handling of images in the theme. So, to make things easier, the filename and the base url have been separated to make for easier customization of the layout. This might be useful if you wish to source your images from a different server but still use t...
True
Separate thumbnail URL and filename for easier layout customization - A lot of confusion, bugs and help was sought with regards to the handling of images in the theme. So, to make things easier, the filename and the base url have been separated to make for easier customization of the layout. This might be useful if ...
non_priority
separate thumbnail url and filename for easier layout customization a lot of confusion bugs and help was sought with regards to the handling of images in the theme so to make things easier the filename and the base url have been separated to make for easier customization of the layout this might be useful if ...
0
289,198
21,772,929,114
IssuesEvent
2022-05-13 10:54:42
redhat-developer/gitops-operator
https://api.github.com/repos/redhat-developer/gitops-operator
closed
GitOps operator installed with incorrect permissions (unable to create resources)
kind/bug kind/documentation ready-to-close
**Describe the bug** I've installed the GitOps Operator onto a new, uncustomized install of OpenShift 4.7(.5). I'm trying to deploy a simple webserver consisting of: - A `Namespace` - A `Deployment` - A `Configmap` - A `Service` - A `Route` The GitOps operator is able to create to create the `Namespace` a...
1.0
GitOps operator installed with incorrect permissions (unable to create resources) - **Describe the bug** I've installed the GitOps Operator onto a new, uncustomized install of OpenShift 4.7(.5). I'm trying to deploy a simple webserver consisting of: - A `Namespace` - A `Deployment` - A `Configmap` - A `Servic...
non_priority
gitops operator installed with incorrect permissions unable to create resources describe the bug i ve installed the gitops operator onto a new uncustomized install of openshift i m trying to deploy a simple webserver consisting of a namespace a deployment a configmap a servic...
0
108,864
23,673,534,238
IssuesEvent
2022-08-27 18:38:09
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
opened
SPMI with `JitNoInline=1` asserts in instrumentation code
area-CodeGen-coreclr
Reproduction: run an SPMI replay of the `aspnet` collection with `-jitoption JitNoInline=1`. Expected result: clean replay. Actual result: ``` ISSUE: <ASSERT> #1 C:\Users\Accretion\source\dotnet\runtime\src\coreclr\jit\fgprofile.cpp (1709) Assertion failed 'reinterpret_cast<uint8_t*>(h32->HandleTable) == &m_pr...
1.0
SPMI with `JitNoInline=1` asserts in instrumentation code - Reproduction: run an SPMI replay of the `aspnet` collection with `-jitoption JitNoInline=1`. Expected result: clean replay. Actual result: ``` ISSUE: <ASSERT> #1 C:\Users\Accretion\source\dotnet\runtime\src\coreclr\jit\fgprofile.cpp (1709) Assertion f...
non_priority
spmi with jitnoinline asserts in instrumentation code reproduction run an spmi replay of the aspnet collection with jitoption jitnoinline expected result clean replay actual result issue c users accretion source dotnet runtime src coreclr jit fgprofile cpp assertion failed rei...
0
101,472
31,163,064,286
IssuesEvent
2023-08-16 17:26:47
opensearch-project/OpenSearch
https://api.github.com/repos/opensearch-project/OpenSearch
closed
insecure permissions set on `/etc/opensearch/` directory?
Build Libraries & Interfaces untriaged
Hi, there seems to be an error regarding the correct filesystem permissions for opensearch in conjunction with the opensearch security plugin, which runs by default when installing the opensearch provided deb package. the code sets the bits, afaik here: https://github.com/opensearch-project/OpenSearch/blob/611...
1.0
insecure permissions set on `/etc/opensearch/` directory? - Hi, there seems to be an error regarding the correct filesystem permissions for opensearch in conjunction with the opensearch security plugin, which runs by default when installing the opensearch provided deb package. the code sets the bits, afaik here: ...
non_priority
insecure permissions set on etc opensearch directory hi there seems to be an error regarding the correct filesystem permissions for opensearch in conjunction with the opensearch security plugin which runs by default when installing the opensearch provided deb package the code sets the bits afaik here ...
0
6,545
23,389,358,364
IssuesEvent
2022-08-11 16:17:23
bcgov/api-services-portal
https://api.github.com/repos/bcgov/api-services-portal
closed
FAILED: Automated Tests(11)
automation
Stats: { "suites": 40, "tests": 302, "passes": 291, "pending": 0, "failures": 11, "start": "2022-08-08T18:48:45.880Z", "end": "2022-08-08T19:05:59.866Z", "duration": 712266, "testsRegistered": 302, "passPercent": 96.35761589403974, "pendingPercent": 0, "other": 0, "hasOther": false, "skipped...
1.0
FAILED: Automated Tests(11) - Stats: { "suites": 40, "tests": 302, "passes": 291, "pending": 0, "failures": 11, "start": "2022-08-08T18:48:45.880Z", "end": "2022-08-08T19:05:59.866Z", "duration": 712266, "testsRegistered": 302, "passPercent": 96.35761589403974, "pendingPercent": 0, "other": 0, ...
non_priority
failed automated tests stats suites tests passes pending failures start end duration testsregistered passpercent pendingpercent other hasother false skipped hasskipped fa...
0
391
3,436,121,182
IssuesEvent
2015-12-12 04:26:00
caskroom/homebrew-cask
https://api.github.com/repos/caskroom/homebrew-cask
opened
Should we deprecate cask DSL versions?
awaiting maintainer feedback discussion
With #15381 out of the way, casks should no longer be out of sync with the core library. From here on out, no cask should ever be using a DSL that's newer than the one in core (since updating casks requires running `brew update`, which will update core as well). So what's the point of maintaining a DSL version? Keep...
True
Should we deprecate cask DSL versions? - With #15381 out of the way, casks should no longer be out of sync with the core library. From here on out, no cask should ever be using a DSL that's newer than the one in core (since updating casks requires running `brew update`, which will update core as well). So what's the...
non_priority
should we deprecate cask dsl versions with out of the way casks should no longer be out of sync with the core library from here on out no cask should ever be using a dsl that s newer than the one in core since updating casks requires running brew update which will update core as well so what s the poi...
0
30,628
11,840,976,445
IssuesEvent
2020-03-23 19:53:27
dapr/dapr
https://api.github.com/repos/dapr/dapr
closed
Separate gRPC server for internal/external calls
P1 area/runtime kind/feature kind/security
Today, Dapr uses the same gRPC server for both external (client to Dapr) and internal (Dapr to Dapr) calls. Over time, different low level network policies might need to be applied differently. One example is mTLS, where gRPC's behavior for `VerifyClientCertIfGiven` results in having clients needing to configure an...
True
Separate gRPC server for internal/external calls - Today, Dapr uses the same gRPC server for both external (client to Dapr) and internal (Dapr to Dapr) calls. Over time, different low level network policies might need to be applied differently. One example is mTLS, where gRPC's behavior for `VerifyClientCertIfGiven...
non_priority
separate grpc server for internal external calls today dapr uses the same grpc server for both external client to dapr and internal dapr to dapr calls over time different low level network policies might need to be applied differently one example is mtls where grpc s behavior for verifyclientcertifgiven...
0
62,477
15,268,155,528
IssuesEvent
2021-02-22 11:01:00
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
opened
Building v2.3.1 from sources with avx512 support on a system without avx512
type:build/install
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): CentOS7 - TensorFlow installed from (source or binary): source - TensorFlow version: 2.3.1 - Python version: 2.7.15 - Installed using virtualenv? pip? conda?: build from sources - Bazel version (if compiling from source): 3.7.0 - G...
1.0
Building v2.3.1 from sources with avx512 support on a system without avx512 - **System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): CentOS7 - TensorFlow installed from (source or binary): source - TensorFlow version: 2.3.1 - Python version: 2.7.15 - Installed using virtualenv? pip? cond...
non_priority
building from sources with support on a system without system information os platform and distribution e g linux ubuntu tensorflow installed from source or binary source tensorflow version python version installed using virtualenv pip conda build from sourc...
0
101,204
16,493,372,408
IssuesEvent
2021-05-25 07:39:15
benchmarkdebricked/angular
https://api.github.com/repos/benchmarkdebricked/angular
opened
CVE-2020-36049 (High) detected in socket.io-parser-2.3.1.tgz
security vulnerability
## CVE-2020-36049 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>socket.io-parser-2.3.1.tgz</b></p></summary> <p>socket.io protocol parser</p> <p>Library home page: <a href="https://r...
True
CVE-2020-36049 (High) detected in socket.io-parser-2.3.1.tgz - ## CVE-2020-36049 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>socket.io-parser-2.3.1.tgz</b></p></summary> <p>socket....
non_priority
cve high detected in socket io parser tgz cve high severity vulnerability vulnerable library socket io parser tgz socket io protocol parser library home page a href path to dependency file angular aio package json path to vulnerable library angular aio node modules s...
0
35,566
12,360,117,250
IssuesEvent
2020-05-17 13:59:35
AlanBarber/NLog.Targets.Splunk
https://api.github.com/repos/AlanBarber/NLog.Targets.Splunk
closed
Add strong name to the assembly
security under review
Would you be able to add a strong name key file to the project? I am unfortunately not able to use the library in a project which has a strong name...
True
Add strong name to the assembly - Would you be able to add a strong name key file to the project? I am unfortunately not able to use the library in a project which has a strong name...
non_priority
add strong name to the assembly would you be able to add a strong name key file to the project i am unfortunately not able to use the library in a project which has a strong name
0
120,213
10,109,722,157
IssuesEvent
2019-07-30 08:41:03
khartec/waltz
https://api.github.com/repos/khartec/waltz
closed
Source Data Graph: filter by source/target app should be on request, not automatic
QoL fixed (test & close)
Feature #4165 works well, but in large apps it can be a bit confusing when it happens automatically (the resize causes the screen position to shift). Instead we should add it as an option in the popup dialog.
1.0
Source Data Graph: filter by source/target app should be on request, not automatic - Feature #4165 works well, but in large apps it can be a bit confusing when it happens automatically (the resize causes the screen position to shift). Instead we should add it as an option in the popup dialog.
non_priority
source data graph filter by source target app should be on request not automatic feature works well but in large apps it can be a bit confusing when it happens automatically the resize causes the screen position to shift instead we should add it as an option in the popup dialog
0
286,255
21,569,250,907
IssuesEvent
2022-05-02 05:38:31
zmkfirmware/zmk
https://api.github.com/repos/zmkfirmware/zmk
opened
Install guide does not align with setup script
bug documentation good first issue
On Discord, `goose#9364` [said](https://discord.com/channels/719497620560543766/719909884769992755/970509816718045254): > in the zmk installation guide, the mcu selection comes first, but when i try it, the shield selection come first. is that a problem? The โ€œ[User Config Setup Script](https://zmk.dev/docs/user-s...
1.0
Install guide does not align with setup script - On Discord, `goose#9364` [said](https://discord.com/channels/719497620560543766/719909884769992755/970509816718045254): > in the zmk installation guide, the mcu selection comes first, but when i try it, the shield selection come first. is that a problem? The โ€œ[User...
non_priority
install guide does not align with setup script on discord goose in the zmk installation guide the mcu selection comes first but when i try it the shield selection come first is that a problem the โ€œ section needs to be reviewed and adjusted where necessary to align with the journey through set...
0
5,322
7,108,103,724
IssuesEvent
2018-01-16 22:29:12
bcgov/ols-devkit
https://api.github.com/repos/bcgov/ols-devkit
closed
In route tab, a previous route is sometimes left on the map when a new route is displayed
bug location services demo app urgent
Pick a random start point around the greater victoria area. Repeatedly pick a random end point. Eventually, you will get a previous route left on the map. I have had multiple previous routes left on the map after about thirty random end points. It appears to have something to do with random points that are near the ...
1.0
In route tab, a previous route is sometimes left on the map when a new route is displayed - Pick a random start point around the greater victoria area. Repeatedly pick a random end point. Eventually, you will get a previous route left on the map. I have had multiple previous routes left on the map after about thirty...
non_priority
in route tab a previous route is sometimes left on the map when a new route is displayed pick a random start point around the greater victoria area repeatedly pick a random end point eventually you will get a previous route left on the map i have had multiple previous routes left on the map after about thirty...
0
112,686
17,095,386,414
IssuesEvent
2021-07-09 01:10:07
RG4421/openedr
https://api.github.com/repos/RG4421/openedr
closed
CVE-2020-11022 (Medium) detected in multiple libraries - autoclosed
security vulnerability
## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-3.1.0.min.js</b>, <b>jquery-2.1.1.min.js</b>, <b>jquery-3.1.0.js</b>, <b>jquery-1.11.1.min.js</b></p></summa...
True
CVE-2020-11022 (Medium) detected in multiple libraries - autoclosed - ## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-3.1.0.min.js</b>, <b>jquery-2.1.1.min....
non_priority
cve medium detected in multiple libraries autoclosed cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery js jquery min js jquery min js javascript library for dom operations library home page a href ...
0
34,263
7,804,028,958
IssuesEvent
2018-06-11 05:13:08
donnelldebnam/CodeU-Spring-2018-29
https://api.github.com/repos/donnelldebnam/CodeU-Spring-2018-29
closed
Refactor the navigation bar into its own jsp file.
P3 code improvement
The exact same navbar code currently has to be included in every jsp file. It would be much better if that code were implemented exactly once and used everyone. I think this can be done by putting it in a new jsp file and "including" it everywhere it needs to go. It looks like you can do it with the code below, whic...
1.0
Refactor the navigation bar into its own jsp file. - The exact same navbar code currently has to be included in every jsp file. It would be much better if that code were implemented exactly once and used everyone. I think this can be done by putting it in a new jsp file and "including" it everywhere it needs to go. ...
non_priority
refactor the navigation bar into its own jsp file the exact same navbar code currently has to be included in every jsp file it would be much better if that code were implemented exactly once and used everyone i think this can be done by putting it in a new jsp file and including it everywhere it needs to go ...
0
1,300
3,799,829,312
IssuesEvent
2016-03-23 17:06:13
AdguardTeam/AdguardBrowserExtension
https://api.github.com/repos/AdguardTeam/AdguardBrowserExtension
opened
CCLeaner breaks chrome extension
Compatibility
We should reproduce this issue and then look what's wrong in the browser console (just in case)
True
CCLeaner breaks chrome extension - We should reproduce this issue and then look what's wrong in the browser console (just in case)
non_priority
ccleaner breaks chrome extension we should reproduce this issue and then look what s wrong in the browser console just in case
0
96,347
19,988,124,344
IssuesEvent
2022-01-31 00:00:15
CleverRaven/Cataclysm-DDA
https://api.github.com/repos/CleverRaven/Cataclysm-DDA
closed
Improve General Build Test reporting
<Suggestion / Discussion> Info / User Interface Code: Tests
# Is your feature request related to a problem? Please describe. Here is what the calorie test results display as in the general build report. /home/runner/work/Cataclysm-DDA/Cataclysm-DDA/tests/comestible_test.cpp:151: FAILED: CHECK( lower_bound <= mystats.calories.avg() ) with expansion: Error: 1209.59998f...
1.0
Improve General Build Test reporting - # Is your feature request related to a problem? Please describe. Here is what the calorie test results display as in the general build report. /home/runner/work/Cataclysm-DDA/Cataclysm-DDA/tests/comestible_test.cpp:151: FAILED: CHECK( lower_bound <= mystats.calories.avg() )...
non_priority
improve general build test reporting is your feature request related to a problem please describe here is what the calorie test results display as in the general build report home runner work cataclysm dda cataclysm dda tests comestible test cpp failed check lower bound mystats calories avg ...
0
90,534
8,247,684,996
IssuesEvent
2018-09-11 16:11:41
rixed/ramen
https://api.github.com/repos/rixed/ramen
closed
Add in stats the max observed size of heap
production readiness tests
Would also come handy at the end of a test. Depends on https://github.com/rixed/binocle/issues/6
1.0
Add in stats the max observed size of heap - Would also come handy at the end of a test. Depends on https://github.com/rixed/binocle/issues/6
non_priority
add in stats the max observed size of heap would also come handy at the end of a test depends on
0
9,173
7,604,891,426
IssuesEvent
2018-04-30 05:41:47
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
opened
Kerberos support
:Security/Authentication >feature
Support for Kerberos #30025 Task List:- - [ ] Authentication - [ ] Kerberos Realm Settings - [ ] krb5.conf file - [ ] keytab file - [ ] utility to validate settings - [ ] Kerberos Realm - [ ] SPNEGO implementation - [ ] CachingRealm to cache User object to avoid UPN to ...
True
Kerberos support - Support for Kerberos #30025 Task List:- - [ ] Authentication - [ ] Kerberos Realm Settings - [ ] krb5.conf file - [ ] keytab file - [ ] utility to validate settings - [ ] Kerberos Realm - [ ] SPNEGO implementation - [ ] CachingRealm to cache User obje...
non_priority
kerberos support support for kerberos task list authentication kerberos realm settings conf file keytab file utility to validate settings kerberos realm spnego implementation cachingrealm to cache user object to avoid upn to user...
0
215,176
16,594,516,268
IssuesEvent
2021-06-01 11:54:50
btcross26/genestboost
https://api.github.com/repos/btcross26/genestboost
closed
Alternative fitting procedure figures are reversed
documentation to-do
Issue: The figures in the documentation for the alternative fitting procedure example are backwards. Solution: Reverse the figures in the sphinx rst file.
1.0
Alternative fitting procedure figures are reversed - Issue: The figures in the documentation for the alternative fitting procedure example are backwards. Solution: Reverse the figures in the sphinx rst file.
non_priority
alternative fitting procedure figures are reversed issue the figures in the documentation for the alternative fitting procedure example are backwards solution reverse the figures in the sphinx rst file
0
157,572
19,959,067,559
IssuesEvent
2022-01-28 05:23:35
JeffResc/Is.gd-Node.js
https://api.github.com/repos/JeffResc/Is.gd-Node.js
closed
WS-2019-0025 (Medium) detected in marked-0.3.19.js
security vulnerability
## WS-2019-0025 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>marked-0.3.19.js</b></p></summary> <p>A markdown parser built for speed</p> <p>Library home page: <a href="https://cdn...
True
WS-2019-0025 (Medium) detected in marked-0.3.19.js - ## WS-2019-0025 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>marked-0.3.19.js</b></p></summary> <p>A markdown parser built for...
non_priority
ws medium detected in marked js ws medium severity vulnerability vulnerable library marked js a markdown parser built for speed library home page a href path to dependency file is gd node js node modules marked www demo html path to vulnerable library is gd node js n...
0
64,239
12,424,625,638
IssuesEvent
2020-05-24 12:37:30
AUThomasCH/thomas-glauser.ch
https://api.github.com/repos/AUThomasCH/thomas-glauser.ch
opened
Fix "PropertySortOrder" issue in src/assets/style/components/home.scss
codeclimate issue
Properties should be ordered background, -webkit-background-clip, background-clip, -webkit-text-fill-color, text-transform https://codeclimate.com/github/AUThomasCH/thomas-glauser.ch/src/assets/style/components/home.scss#issue_5eca674dea48320001000069
1.0
Fix "PropertySortOrder" issue in src/assets/style/components/home.scss - Properties should be ordered background, -webkit-background-clip, background-clip, -webkit-text-fill-color, text-transform https://codeclimate.com/github/AUThomasCH/thomas-glauser.ch/src/assets/style/components/home.scss#issue_5eca674dea483200010...
non_priority
fix propertysortorder issue in src assets style components home scss properties should be ordered background webkit background clip background clip webkit text fill color text transform
0
195,472
22,339,647,836
IssuesEvent
2022-06-14 22:34:54
vincenzodistasio97/events-manager-io
https://api.github.com/repos/vincenzodistasio97/events-manager-io
closed
CVE-2021-3807 (High) detected in ansi-regex-3.0.0.tgz - autoclosed
security vulnerability
## CVE-2021-3807 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansi-regex-3.0.0.tgz</b></p></summary> <p>Regular expression for matching ANSI escape codes</p> <p>Library home page: <...
True
CVE-2021-3807 (High) detected in ansi-regex-3.0.0.tgz - autoclosed - ## CVE-2021-3807 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansi-regex-3.0.0.tgz</b></p></summary> <p>Regular ...
non_priority
cve high detected in ansi regex tgz autoclosed cve high severity vulnerability vulnerable library ansi regex tgz regular expression for matching ansi escape codes library home page a href path to dependency file package json path to vulnerable library node module...
0
189,304
15,184,779,238
IssuesEvent
2021-02-15 10:02:30
parallaxsecond/parsec-book
https://api.github.com/repos/parallaxsecond/parsec-book
opened
Add key management policies for providers
documentation medium
There are multiple algorithms/policies that we share on all of our providers: * during provider construction we follow the same algorithm to check any mismatch between the KeyInfoManager and the backend store * for key management operations, we have on the [Provide trait](https://github.com/parallaxsecond/parsec/blob...
1.0
Add key management policies for providers - There are multiple algorithms/policies that we share on all of our providers: * during provider construction we follow the same algorithm to check any mismatch between the KeyInfoManager and the backend store * for key management operations, we have on the [Provide trait](h...
non_priority
add key management policies for providers there are multiple algorithms policies that we share on all of our providers during provider construction we follow the same algorithm to check any mismatch between the keyinfomanager and the backend store for key management operations we have on the information o...
0
250,770
21,335,212,532
IssuesEvent
2022-04-18 13:49:30
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: X-Pack API Integration Tests.x-pack/test/api_integration/apis/management/snapshot_restore/snapshotsยทts - apis management Snapshot and Restore Snapshots pagination returns pageSize number of snapshots
failed-test Team:Deployment Management Feature:Snapshot and Restore
A test failed on a tracked branch ``` Error: expected 9 to sort of equal 10 at Assertion.assert (/opt/local-ssd/buildkite/builds/kb-cigroup-6-70843d611eee7163/elastic/kibana-hourly/kibana/node_modules/@kbn/expect/expect.js:100:11) at Assertion.eql (/opt/local-ssd/buildkite/builds/kb-cigroup-6-70843d611eee7163/...
1.0
Failing test: X-Pack API Integration Tests.x-pack/test/api_integration/apis/management/snapshot_restore/snapshotsยทts - apis management Snapshot and Restore Snapshots pagination returns pageSize number of snapshots - A test failed on a tracked branch ``` Error: expected 9 to sort of equal 10 at Assertion.assert (/o...
non_priority
failing test x pack api integration tests x pack test api integration apis management snapshot restore snapshotsยทts apis management snapshot and restore snapshots pagination returns pagesize number of snapshots a test failed on a tracked branch error expected to sort of equal at assertion assert op...
0
60,965
7,432,299,727
IssuesEvent
2018-03-25 23:18:04
tc39/proposal-pattern-matching
https://api.github.com/repos/tc39/proposal-pattern-matching
closed
Reconsider Symbol.matches mechanism for destructuring
design idea
It would be neat to allow the destructuring pattern to just be a single identifier to create a simple binding. It's helpful when it is otherwise unnecessary to create another binding: ```js match (getValue()) { MyMatcher -> foo: doSomething(foo), else: doSomethingElse() } ``` Currently the proposal impli...
1.0
Reconsider Symbol.matches mechanism for destructuring - It would be neat to allow the destructuring pattern to just be a single identifier to create a simple binding. It's helpful when it is otherwise unnecessary to create another binding: ```js match (getValue()) { MyMatcher -> foo: doSomething(foo), else: d...
non_priority
reconsider symbol matches mechanism for destructuring it would be neat to allow the destructuring pattern to just be a single identifier to create a simple binding it s helpful when it is otherwise unnecessary to create another binding js match getvalue mymatcher foo dosomething foo else d...
0
290,091
32,029,887,940
IssuesEvent
2023-09-22 11:33:21
dreamboy9/mongo
https://api.github.com/repos/dreamboy9/mongo
closed
CVE-2022-37599 (High) detected in loader-utils-2.0.0.tgz - autoclosed
Mend: dependency security vulnerability
## CVE-2022-37599 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-2.0.0.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://regis...
True
CVE-2022-37599 (High) detected in loader-utils-2.0.0.tgz - autoclosed - ## CVE-2022-37599 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-2.0.0.tgz</b></p></summary> <p>ut...
non_priority
cve high detected in loader utils tgz autoclosed cve high severity vulnerability vulnerable library loader utils tgz utils for webpack loaders library home page a href path to dependency file buildscripts libdeps graph visualizer web stack package json path to vuln...
0
416,209
28,072,380,888
IssuesEvent
2023-03-29 20:07:36
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
closed
How to control MySQL Connection Pool Settings
comp-documentation
**Describe the issue** I am trying to find out how to control the settings for a mysql data engine. I see the settings in [MySQLSettings.h](https://github.com/ClickHouse/ClickHouse/blob/2a8f3553264637da204d5ec782847325742e9190/src/Storages/MySQL/MySQLSettings.h) but am unable to set them via the [settings parameter](...
1.0
How to control MySQL Connection Pool Settings - **Describe the issue** I am trying to find out how to control the settings for a mysql data engine. I see the settings in [MySQLSettings.h](https://github.com/ClickHouse/ClickHouse/blob/2a8f3553264637da204d5ec782847325742e9190/src/Storages/MySQL/MySQLSettings.h) but am ...
non_priority
how to control mysql connection pool settings describe the issue i am trying to find out how to control the settings for a mysql data engine i see the settings in but am unable to set them via the like sql create database external engine mysql host database user pw settings con...
0
23,890
4,052,075,159
IssuesEvent
2016-05-24 00:07:55
blay09/ExCompressum
https://api.github.com/repos/blay09/ExCompressum
closed
Z-Fighting on the bottom of the Auto Sieve?
test
Can't reproduce in dev environment, saw it on Infinity Skyblock.
1.0
Z-Fighting on the bottom of the Auto Sieve? - Can't reproduce in dev environment, saw it on Infinity Skyblock.
non_priority
z fighting on the bottom of the auto sieve can t reproduce in dev environment saw it on infinity skyblock
0
176,859
13,655,470,087
IssuesEvent
2020-09-27 22:32:32
rancher/fleet
https://api.github.com/repos/rancher/fleet
closed
CIS v2 scan on a hardened cluster fails when fleet is deployed
[zube]: To Test
**What kind of request is this (question/bug/enhancement/feature request):** bug **Steps to reproduce (least amount of steps as possible):** - On a cluster - CIS 1.5 hardened - Deploy CIS v2, OPA, Logging, monitoring and istio charts - The CIS 1.5 hardened cluster scan when run, shows 2 tests - 5.1.5 and 5.3....
1.0
CIS v2 scan on a hardened cluster fails when fleet is deployed - **What kind of request is this (question/bug/enhancement/feature request):** bug **Steps to reproduce (least amount of steps as possible):** - On a cluster - CIS 1.5 hardened - Deploy CIS v2, OPA, Logging, monitoring and istio charts - The CIS 1...
non_priority
cis scan on a hardened cluster fails when fleet is deployed what kind of request is this question bug enhancement feature request bug steps to reproduce least amount of steps as possible on a cluster cis hardened deploy cis opa logging monitoring and istio charts the cis ...
0
12,866
8,025,943,665
IssuesEvent
2018-07-27 00:45:31
tensorflow/tensorboard
https://api.github.com/repos/tensorflow/tensorboard
closed
path /[[_dataImageSrc]] not found, sending 404
stat:contributions welcome type:bug/performance
Hi, I was trying to run TensorBoard example : mnist_with_summaries.py and when I tried to open an instance of TensorBoard I got this : command: `tensorboard --logdir=/output --host localhost --port=6006` output: `TensorBoard 1.5.1 at http://localhost:6006 (Press CTRL+C to quit)` `W0219 15:12:02.944875 Thread...
True
path /[[_dataImageSrc]] not found, sending 404 - Hi, I was trying to run TensorBoard example : mnist_with_summaries.py and when I tried to open an instance of TensorBoard I got this : command: `tensorboard --logdir=/output --host localhost --port=6006` output: `TensorBoard 1.5.1 at http://localhost:6006 (Pres...
non_priority
path not found sending hi i was trying to run tensorboard example mnist with summaries py and when i tried to open an instance of tensorboard i got this command tensorboard logdir output host localhost port output tensorboard at press ctrl c to quit thread ...
0
3,338
5,774,764,340
IssuesEvent
2017-04-28 08:15:29
parksandwildlife/biosys-turtles
https://api.github.com/repos/parksandwildlife/biosys-turtles
opened
Asset management system
Business Requirement must have
### Source Name requesting role or stakeholder from which this requirement was sourced: * Core stakeholders * Turtle tagging stakeholders * Turtle track count stakeholders * Marine wildlife stranding stakeholders * Departmental stakeholders #14 ### Requirement The solution shall provide asset management...
1.0
Asset management system - ### Source Name requesting role or stakeholder from which this requirement was sourced: * Core stakeholders * Turtle tagging stakeholders * Turtle track count stakeholders * Marine wildlife stranding stakeholders * Departmental stakeholders #14 ### Requirement The solution shal...
non_priority
asset management system source name requesting role or stakeholder from which this requirement was sourced core stakeholders turtle tagging stakeholders turtle track count stakeholders marine wildlife stranding stakeholders departmental stakeholders requirement the solution shall...
0
137,674
30,733,667,601
IssuesEvent
2023-07-28 05:26:45
neovim/neovim
https://api.github.com/repos/neovim/neovim
closed
"lยทl" Ligature in "Source Code Pro" incorrectly invoked
bug enhancement has:workaround unicode ๐Ÿ’ฉ
### Neovim version (nvim -v) NVIM v0.8.0 ### Vim (not Nvim) behaves the same? yes, vim 9.0.217 ### Operating system/version macOS 12.6 ### Terminal name/version kitty 0.26.4 ### $TERM environment variable xterm-kitty ### Installation Homebrew ### How to reproduce the issue 1. Ensu...
1.0
"lยทl" Ligature in "Source Code Pro" incorrectly invoked - ### Neovim version (nvim -v) NVIM v0.8.0 ### Vim (not Nvim) behaves the same? yes, vim 9.0.217 ### Operating system/version macOS 12.6 ### Terminal name/version kitty 0.26.4 ### $TERM environment variable xterm-kitty ### Installati...
non_priority
lยทl ligature in source code pro incorrectly invoked neovim version nvim v nvim vim not nvim behaves the same yes vim operating system version macos terminal name version kitty term environment variable xterm kitty installation ...
0
266,143
20,122,021,454
IssuesEvent
2022-02-08 04:06:07
Luis3712/Hola_Mundo-
https://api.github.com/repos/Luis3712/Hola_Mundo-
opened
This is my first issue
documentation
The description of my first issue @Luis3712 #2 sirve para mencionar otro
1.0
This is my first issue - The description of my first issue @Luis3712 #2 sirve para mencionar otro
non_priority
this is my first issue the description of my first issue sirve para mencionar otro
0
184,449
31,925,304,449
IssuesEvent
2023-09-19 00:58:11
graycoreio/daffodil
https://api.github.com/repos/graycoreio/daffodil
closed
[BUG] Transform properties on a sidebar with `mode="over"` is interfering with each other
bug package: design
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> # :bug: Bug report ## Current Behavior Transform property on an over sidebar affects the sidebar viewport content's transform property, causi...
1.0
[BUG] Transform properties on a sidebar with `mode="over"` is interfering with each other - <!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> # :bug: Bug report ## Current Behavior Transform ...
non_priority
transform properties on a sidebar with mode over is interfering with each other please help us process github issues faster by providing the following information issues missing important information may be closed without investigation bug bug report current behavior transform prop...
0
145,614
13,155,919,801
IssuesEvent
2020-08-10 09:46:49
eribul/coder
https://api.github.com/repos/eribul/coder
closed
The statement of need could be fleshed out more.
Zabore documentation
The statement of need could be fleshed out more. As a biostatistician working in the medical field, I was able to get a sense of what the package is meant to do since I'm familiar with ICD codes and co-morbidity indices such as Charlson. But some more details about the problem this solves, and who it is meant to help, ...
1.0
The statement of need could be fleshed out more. - The statement of need could be fleshed out more. As a biostatistician working in the medical field, I was able to get a sense of what the package is meant to do since I'm familiar with ICD codes and co-morbidity indices such as Charlson. But some more details about th...
non_priority
the statement of need could be fleshed out more the statement of need could be fleshed out more as a biostatistician working in the medical field i was able to get a sense of what the package is meant to do since i m familiar with icd codes and co morbidity indices such as charlson but some more details about th...
0
52,048
13,711,114,352
IssuesEvent
2020-10-02 03:20:37
Watemlifts/Python-100-Days
https://api.github.com/repos/Watemlifts/Python-100-Days
opened
CVE-2015-9251 (Medium) detected in jquery-2.0.3.min.js
security vulnerability
## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-2.0.3.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="htt...
True
CVE-2015-9251 (Medium) detected in jquery-2.0.3.min.js - ## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-2.0.3.min.js</b></p></summary> <p>JavaScript library ...
non_priority
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to vulnerable library python days code project of tornado assets js jquery min js python d...
0
83
2,504,173,749
IssuesEvent
2015-01-10 00:09:31
orbeon/orbeon-forms
https://api.github.com/repos/orbeon/orbeon-forms
closed
For #1978: Required with custom alert writes empty required attribute
Form Builder Regression
- check custom alert message checkbox for Required validation - set Required to "No" - Apply - open dialog again - "Formula" is now selected - close and check source - seeing `<xf:validation required="" id="validation-5-validation"/>`
1.0
For #1978: Required with custom alert writes empty required attribute - - check custom alert message checkbox for Required validation - set Required to "No" - Apply - open dialog again - "Formula" is now selected - close and check source - seeing `<xf:validation required="" id="validation-5-validation"/>`
non_priority
for required with custom alert writes empty required attribute check custom alert message checkbox for required validation set required to no apply open dialog again formula is now selected close and check source seeing
0
63,169
15,444,088,104
IssuesEvent
2021-03-08 09:57:39
mautic/mautic
https://api.github.com/repos/mautic/mautic
closed
Mautic editor shows text left justified but arrive in mobiles as centered
T1 bug builders email pending-feedback
[//]: # ( Invisible comment: IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII Before you create the issue: IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII Search for similar report among other reported issues. Learn how to troubleshoot at https://www.mautic.org/docs/en/tips/troubleshooting.html Use drag&dro...
1.0
Mautic editor shows text left justified but arrive in mobiles as centered - [//]: # ( Invisible comment: IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII Before you create the issue: IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII Search for similar report among other reported issues. Learn how to troublesho...
non_priority
mautic editor shows text left justified but arrive in mobiles as centered invisible comment iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii before you create the issue iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii search for similar report among other reported issues learn how to troubleshoot ...
0
284,699
24,616,973,632
IssuesEvent
2022-10-15 12:48:29
RachelAlcraft/LeuciWeb
https://api.github.com/repos/RachelAlcraft/LeuciWeb
opened
Acceptance testing - planes
RSE Standards testing
Acceptance testing of planes is needed - how do I know they are correct? Create a simple demonstration of the matrix numbers and visualation in python. Add a tool to the interface to download the raw numbers and coordinates in format eg 23 45 56 1.22 3.12 0 0 etc and a python tool that takes that and makes a...
1.0
Acceptance testing - planes - Acceptance testing of planes is needed - how do I know they are correct? Create a simple demonstration of the matrix numbers and visualation in python. Add a tool to the interface to download the raw numbers and coordinates in format eg 23 45 56 1.22 3.12 0 0 etc and a python to...
non_priority
acceptance testing planes acceptance testing of planes is needed how do i know they are correct create a simple demonstration of the matrix numbers and visualation in python add a tool to the interface to download the raw numbers and coordinates in format eg etc and a python tool th...
0
35,251
7,673,974,875
IssuesEvent
2018-05-15 01:05:27
adamhope/testing-github-and-projects
https://api.github.com/repos/adamhope/testing-github-and-projects
closed
When 'Installation Required' checkbox is unticked for a media install in SIGNZ it will still come through to Retriever
Defect campaign delivery
https://trello.com/c/urV7307I/16-when-installation-required-checkbox-is-unticked-for-a-media-install-in-signz-it-will-still-come-through-to-retriever **Steps to reproduce** 1) Create a booking with a static road or retail site in SIGNZ. 2) Click on "installs" next to the site in the contract. 3) Add media and untick ...
1.0
When 'Installation Required' checkbox is unticked for a media install in SIGNZ it will still come through to Retriever - https://trello.com/c/urV7307I/16-when-installation-required-checkbox-is-unticked-for-a-media-install-in-signz-it-will-still-come-through-to-retriever **Steps to reproduce** 1) Create a booking with...
non_priority
when installation required checkbox is unticked for a media install in signz it will still come through to retriever steps to reproduce create a booking with a static road or retail site in signz click on installs next to the site in the contract add media and untick the option for installatio...
0
123,206
17,772,187,838
IssuesEvent
2021-08-30 14:50:08
kapseliboi/RDocumentation-app
https://api.github.com/repos/kapseliboi/RDocumentation-app
opened
WS-2018-0590 (High) detected in diff-3.2.0.tgz
security vulnerability
## WS-2018-0590 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>diff-3.2.0.tgz</b></p></summary> <p>A javascript text diff implementation.</p> <p>Library home page: <a href="https://re...
True
WS-2018-0590 (High) detected in diff-3.2.0.tgz - ## WS-2018-0590 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>diff-3.2.0.tgz</b></p></summary> <p>A javascript text diff implementati...
non_priority
ws high detected in diff tgz ws high severity vulnerability vulnerable library diff tgz a javascript text diff implementation library home page a href path to dependency file rdocumentation app package json path to vulnerable library rdocumentation app node modules ...
0
138,538
30,882,122,773
IssuesEvent
2023-08-03 18:27:26
sql-formatter-org/sql-formatter
https://api.github.com/repos/sql-formatter-org/sql-formatter
closed
[VSCODE] published v1.6.0 doesn't have paramTypes
vscode
**Describe the bug** Prettier-SQL.paramTypes is missing from both VSCode's marketplace's details page and settings. Version v1.6.0 (both installed and on Marketplace) **To Reproduce** Steps to reproduce the behavior: Marketplace: 1. Go to Extension's [Marketplace page](https://marketplace.visualstudio.com/item...
1.0
[VSCODE] published v1.6.0 doesn't have paramTypes - **Describe the bug** Prettier-SQL.paramTypes is missing from both VSCode's marketplace's details page and settings. Version v1.6.0 (both installed and on Marketplace) **To Reproduce** Steps to reproduce the behavior: Marketplace: 1. Go to Extension's [Marketp...
non_priority
published doesn t have paramtypes describe the bug prettier sql paramtypes is missing from both vscode s marketplace s details page and settings version both installed and on marketplace to reproduce steps to reproduce the behavior marketplace go to extension s click on ...
0
135,446
12,684,626,823
IssuesEvent
2020-06-19 23:25:25
EOSIO/eos
https://api.github.com/repos/EOSIO/eos
opened
[docs] Inaccurate nodeos configuration example
documentation
<!--1. Please change the issue title to describe your documentation change request. 2. Accurrately describe your issue in the issue. 3. DO NOT remove this message or the file link below [dyn_doc_cr] --> File: [docs/01_nodeos/02_usage/01_nodeos-configuration.md](https://github.com/EOSIO/eos/blob/develop/docs/01_nodeo...
1.0
[docs] Inaccurate nodeos configuration example - <!--1. Please change the issue title to describe your documentation change request. 2. Accurrately describe your issue in the issue. 3. DO NOT remove this message or the file link below [dyn_doc_cr] --> File: [docs/01_nodeos/02_usage/01_nodeos-configuration.md](https:...
non_priority
inaccurate nodeos configuration example file remove first example nodeos replay blockchain should not be there
0
63,526
15,614,729,958
IssuesEvent
2021-03-19 18:11:10
TotalCross/totalcross
https://api.github.com/repos/TotalCross/totalcross
opened
Update library axtls and remove sources from our repo
All platforms build enhancement
Currently we use the version 1.5.4, customized for usage with the tcvm. The objective is to update to version 2.1.5 (the latest available at this moment), remove the sources from our repo, create patches with our changes and submit them back to the original project. - [ ] Update the sources in our repo with version...
1.0
Update library axtls and remove sources from our repo - Currently we use the version 1.5.4, customized for usage with the tcvm. The objective is to update to version 2.1.5 (the latest available at this moment), remove the sources from our repo, create patches with our changes and submit them back to the original proje...
non_priority
update library axtls and remove sources from our repo currently we use the version customized for usage with the tcvm the objective is to update to version the latest available at this moment remove the sources from our repo create patches with our changes and submit them back to the original proje...
0
4,164
2,831,461,934
IssuesEvent
2015-05-24 17:11:32
typingincolor/reqbot
https://api.github.com/repos/typingincolor/reqbot
closed
Document response tag functionality
documentation
You can add tags when you create a response. It should be documented.
1.0
Document response tag functionality - You can add tags when you create a response. It should be documented.
non_priority
document response tag functionality you can add tags when you create a response it should be documented
0
95,229
27,415,115,304
IssuesEvent
2023-03-01 13:15:24
epicmaxco/vuestic-ui
https://api.github.com/repos/epicmaxco/vuestic-ui
closed
Add config into release script if we published all sub-packages
build difficulty 1: super easy value 3: wish to have
Need a small reminder to publish @vuestic/nuxt, @vuestic/tailwind, @vuestic/ag-grid etc.
1.0
Add config into release script if we published all sub-packages - Need a small reminder to publish @vuestic/nuxt, @vuestic/tailwind, @vuestic/ag-grid etc.
non_priority
add config into release script if we published all sub packages need a small reminder to publish vuestic nuxt vuestic tailwind vuestic ag grid etc
0
144,527
22,365,089,607
IssuesEvent
2022-06-16 02:33:57
hypha-dao/dho-web-client
https://api.github.com/repos/hypha-dao/dho-web-client
closed
Consistent use of loading indicator (S)
design
**Summary** As a DAO user I would like to always see the same loading indicator on all screens / places **AC** - [ ] Use same loading indicator everywhere (the one from initial loading screen): <img width="526" alt="image" src="https://user-images.githubusercontent.com/75991832/169398729-b5e157a3-fd77-4469-ad46...
1.0
Consistent use of loading indicator (S) - **Summary** As a DAO user I would like to always see the same loading indicator on all screens / places **AC** - [ ] Use same loading indicator everywhere (the one from initial loading screen): <img width="526" alt="image" src="https://user-images.githubusercontent.com/...
non_priority
consistent use of loading indicator s summary as a dao user i would like to always see the same loading indicator on all screens places ac use same loading indicator everywhere the one from initial loading screen img width alt image src do not use the one with the two gea...
0
114,793
24,665,149,593
IssuesEvent
2022-10-18 09:43:01
iree-org/iree
https://api.github.com/repos/iree-org/iree
closed
Correctness failure for Stable Diffusion on Vulkan + AMD after enabling large group reductions on SPIRV
bug ๐Ÿž codegen/spirv
### What happened? The IR for Stable Diffusion can be found here: https://storage.googleapis.com/shark_tank/quinn/stable_diff_torch/stable_diff_torch.mlir The compile and run commands are ``` iree-compile stable_diff_torch/stable_diff_torch.mlir --iree-llvm-target-cpu-features=host -iree-vulkan-target-triple=rdna...
1.0
Correctness failure for Stable Diffusion on Vulkan + AMD after enabling large group reductions on SPIRV - ### What happened? The IR for Stable Diffusion can be found here: https://storage.googleapis.com/shark_tank/quinn/stable_diff_torch/stable_diff_torch.mlir The compile and run commands are ``` iree-compile sta...
non_priority
correctness failure for stable diffusion on vulkan amd after enabling large group reductions on spirv what happened the ir for stable diffusion can be found here the compile and run commands are iree compile stable diff torch stable diff torch mlir iree llvm target cpu features host iree vulkan...
0
367,891
25,767,501,035
IssuesEvent
2022-12-09 03:58:59
CSC207-2022F-UofT/course-project-fitpredict
https://api.github.com/repos/CSC207-2022F-UofT/course-project-fitpredict
closed
[update-readme-include-design-patterns]
documentation
This issue was opened to add a note to the TA in our README about design patterns in our code.
1.0
[update-readme-include-design-patterns] - This issue was opened to add a note to the TA in our README about design patterns in our code.
non_priority
this issue was opened to add a note to the ta in our readme about design patterns in our code
0
384,118
26,575,537,833
IssuesEvent
2023-01-21 19:17:04
Njong392/Abbreve
https://api.github.com/repos/Njong392/Abbreve
closed
DOCS: Change the link in license to the local copy
documentation
### Description It makes more sense since local copy contains project metadata ### Screenshots _No response_
1.0
DOCS: Change the link in license to the local copy - ### Description It makes more sense since local copy contains project metadata ### Screenshots _No response_
non_priority
docs change the link in license to the local copy description it makes more sense since local copy contains project metadata screenshots no response
0
50,241
7,574,309,530
IssuesEvent
2018-04-23 20:33:34
winterweird/jpractice
https://api.github.com/repos/winterweird/jpractice
closed
MainActivity documentation
documentation
Tasklist: - [ ] Organize imports - [ ] Group related import statements - [ ] Note about what some imports are used for (groups/individual) - [ ] Class javadoc - [ ] Methods javadoc - [ ] onCreate - [ ] Description - [ ] @params (?) - [ ] navigateListener - [ ] Description - [ ] @param...
1.0
MainActivity documentation - Tasklist: - [ ] Organize imports - [ ] Group related import statements - [ ] Note about what some imports are used for (groups/individual) - [ ] Class javadoc - [ ] Methods javadoc - [ ] onCreate - [ ] Description - [ ] @params (?) - [ ] navigateListener - [ ] ...
non_priority
mainactivity documentation tasklist organize imports group related import statements note about what some imports are used for groups individual class javadoc methods javadoc oncreate description params navigatelistener description ...
0
290,778
21,899,494,710
IssuesEvent
2022-05-20 12:04:00
DIT113-V22/group-14
https://api.github.com/repos/DIT113-V22/group-14
opened
Create diagrams
documentation sprint #4
Create diagrams to provide a better understanding of our project. Acceptance criteria, at least 2 out of 3. - [ ] Journey map - [ ] Use case diagram - [ ] Context diagram
1.0
Create diagrams - Create diagrams to provide a better understanding of our project. Acceptance criteria, at least 2 out of 3. - [ ] Journey map - [ ] Use case diagram - [ ] Context diagram
non_priority
create diagrams create diagrams to provide a better understanding of our project acceptance criteria at least out of journey map use case diagram context diagram
0
83,050
10,319,255,057
IssuesEvent
2019-08-30 16:59:40
glotzerlab/signac-flow
https://api.github.com/repos/glotzerlab/signac-flow
closed
Streamline the environment selection and deselection
documentation enhancement good first issue
**[Original report](https://bitbucket.org/glotzer/signac-flow/issue/42) by Carl Simon Adorf (Bitbucket: [csadorf](https://bitbucket.org/csadorf), GitHub: [csadorf](https://github.com/csadorf)).** ---------------------------------------- It should be straightforward and properly documented on how to select and deselec...
1.0
Streamline the environment selection and deselection - **[Original report](https://bitbucket.org/glotzer/signac-flow/issue/42) by Carl Simon Adorf (Bitbucket: [csadorf](https://bitbucket.org/csadorf), GitHub: [csadorf](https://github.com/csadorf)).** ---------------------------------------- It should be straightforwa...
non_priority
streamline the environment selection and deselection by carl simon adorf bitbucket github it should be straightforward and properly documented on how to select and deselect environments using command line options global variables environment variables and ...
0
135,365
19,563,980,555
IssuesEvent
2022-01-03 20:32:58
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
ONNX export models with Map (and Sequence) input types
module: onnx triaged needs design onnx-needs-info
## ๐Ÿš€ Feature Proposal to allow `Dict[str, Tensor]` as an input/output type when exporting torchscript models to ONNX. ## Motivation Both [ONNX](https://github.com/onnx/onnx/blob/master/docs/IR.md#input--output-data-types) and [onnxruntime](https://github.com/microsoft/onnxruntime/blob/d8f3e46d458397b3fb335477...
1.0
ONNX export models with Map (and Sequence) input types - ## ๐Ÿš€ Feature Proposal to allow `Dict[str, Tensor]` as an input/output type when exporting torchscript models to ONNX. ## Motivation Both [ONNX](https://github.com/onnx/onnx/blob/master/docs/IR.md#input--output-data-types) and [onnxruntime](https://githu...
non_priority
onnx export models with map and sequence input types ๐Ÿš€ feature proposal to allow dict as an input output type when exporting torchscript models to onnx motivation both and support non tensor inputs outputs i e sequences and maps it would be very useful if pytorch could export models wh...
0
176,077
21,365,697,113
IssuesEvent
2022-04-20 01:11:10
phytomichael/KSA
https://api.github.com/repos/phytomichael/KSA
closed
WS-2015-0009 (High) detected in uglify-js-1.2.6.tgz - autoclosed
security vulnerability
## WS-2015-0009 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>uglify-js-1.2.6.tgz</b></p></summary> <p>JavaScript parser and compressor/beautifier toolkit</p> <p>Library home page: <...
True
WS-2015-0009 (High) detected in uglify-js-1.2.6.tgz - autoclosed - ## WS-2015-0009 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>uglify-js-1.2.6.tgz</b></p></summary> <p>JavaScript p...
non_priority
ws high detected in uglify js tgz autoclosed ws high severity vulnerability vulnerable library uglify js tgz javascript parser and compressor beautifier toolkit library home page a href path to dependency file tmp whitesource archiveextractor git depth ...
0
45,758
13,055,745,225
IssuesEvent
2020-07-30 02:36:38
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
cmake occasionally rebuilds everything (Trac #12)
Incomplete Migration Migrated from Trac cmake defect
Migrated from https://code.icecube.wisc.edu/ticket/12 ```json { "status": "closed", "changetime": "2007-11-09T22:39:22", "description": "\n\nevidence suggests this is triggered when one does an svn update in the metaproject directory. ", "reporter": "troy", "cc": "", "resolution": "duplicat...
1.0
cmake occasionally rebuilds everything (Trac #12) - Migrated from https://code.icecube.wisc.edu/ticket/12 ```json { "status": "closed", "changetime": "2007-11-09T22:39:22", "description": "\n\nevidence suggests this is triggered when one does an svn update in the metaproject directory. ", "reporter":...
non_priority
cmake occasionally rebuilds everything trac migrated from json status closed changetime description n nevidence suggests this is triggered when one does an svn update in the metaproject directory reporter troy cc resolution dupli...
0