Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 1k | labels stringlengths 4 1.38k | body stringlengths 1 262k | index stringclasses 16
values | text_combine stringlengths 96 262k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
261,098 | 19,698,358,035 | IssuesEvent | 2022-01-12 14:24:44 | alan-turing-institute/scivision | https://api.github.com/repos/alan-turing-institute/scivision | closed | Setup a gallary for our use-cases, with nice visuals to grab attention | documentation community | Might this fit within the documentation? or a nicely formated scivision landing page (with clicks taking you to a notebook) | 1.0 | Setup a gallary for our use-cases, with nice visuals to grab attention - Might this fit within the documentation? or a nicely formated scivision landing page (with clicks taking you to a notebook) | non_priority | setup a gallary for our use cases with nice visuals to grab attention might this fit within the documentation or a nicely formated scivision landing page with clicks taking you to a notebook | 0 |
183,348 | 6,687,954,207 | IssuesEvent | 2017-10-08 08:18:02 | CruCentralCoast/CruiOS | https://api.github.com/repos/CruCentralCoast/CruiOS | closed | About Section: Google Form Link is Editable | Priority: Minor Type: Bug | On the About section, we have a link to a Google Form for developer feedback. Instead of going to the link, the app opens a keyboard and allows you to type more letters and numbers onto the URL. I have no idea if this affected the data on the server, so if it did, the Google Form link will have to be changed back to what it was. The URL should act as a URL and open the form.
iOS 11.0.2
Version 1.4 (20)
iPhone 6 | 1.0 | About Section: Google Form Link is Editable - On the About section, we have a link to a Google Form for developer feedback. Instead of going to the link, the app opens a keyboard and allows you to type more letters and numbers onto the URL. I have no idea if this affected the data on the server, so if it did, the Google Form link will have to be changed back to what it was. The URL should act as a URL and open the form.
iOS 11.0.2
Version 1.4 (20)
iPhone 6 | priority | about section google form link is editable on the about section we have a link to a google form for developer feedback instead of going to the link the app opens a keyboard and allows you to type more letters and numbers onto the url i have no idea if this affected the data on the server so if it did the google form link will have to be changed back to what it was the url should act as a url and open the form ios version iphone | 1 |
22,966 | 3,733,880,885 | IssuesEvent | 2016-03-08 02:46:26 | prettydiff/prettydiff | https://api.github.com/repos/prettydiff/prettydiff | closed | Liquid: liquid markup in style or script tags | Defect Parsing QA | If `liquid` markup is within a `script` or `style` tag, the beautifier tries to format it to the respective language.
## Source
```
{% if exists %}
<script>
(function($) {
'use strict';
$(document).ready(function(){
var x = {{ settings.x }};
var y = {{ settings.y | json }};
{% assign z_array = settings.z | strip_newlines | split: ',' %}
var zArray = [
{% for a in z %}
{% assign a_x = a | split: ':' | first %}
{% assign a_y = a | split: ':' | last | plus: 0 %}
{
x:'{{ a_x }}',
y: {{ a_y }}
}{% unless forloop.last %},{% endunless %}
{% endfor %}
];
});
})(jQuery);
</script>
{% endif %}
```
## Output
```
{% if exists %}
<script>
(function ($) {
'use strict';
$(document).ready(function () {
var x = {
{
settings.x
}
};
var y = {
{
settings.y | json
}
};
{ % assign z_array = settings.z | strip_newlines | split : ',' %
}
var zArray = [
{ % for a in z %
}
{ % assign a_x = a | split: ':' | first %
}
{ % assign a_y = a | split: ':' | last | plus : 0 %
}
{
x: '{{ a_x }}',
y: {
{
a_y
}
}
}
{ % unless forloop.last %
}, { % endunless %
}
{ % endfor %
}
];
});
})(jQuery);
</script>
{% endif %}
``` | 1.0 | Liquid: liquid markup in style or script tags - If `liquid` markup is within a `script` or `style` tag, the beautifier tries to format it to the respective language.
## Source
```
{% if exists %}
<script>
(function($) {
'use strict';
$(document).ready(function(){
var x = {{ settings.x }};
var y = {{ settings.y | json }};
{% assign z_array = settings.z | strip_newlines | split: ',' %}
var zArray = [
{% for a in z %}
{% assign a_x = a | split: ':' | first %}
{% assign a_y = a | split: ':' | last | plus: 0 %}
{
x:'{{ a_x }}',
y: {{ a_y }}
}{% unless forloop.last %},{% endunless %}
{% endfor %}
];
});
})(jQuery);
</script>
{% endif %}
```
## Output
```
{% if exists %}
<script>
(function ($) {
'use strict';
$(document).ready(function () {
var x = {
{
settings.x
}
};
var y = {
{
settings.y | json
}
};
{ % assign z_array = settings.z | strip_newlines | split : ',' %
}
var zArray = [
{ % for a in z %
}
{ % assign a_x = a | split: ':' | first %
}
{ % assign a_y = a | split: ':' | last | plus : 0 %
}
{
x: '{{ a_x }}',
y: {
{
a_y
}
}
}
{ % unless forloop.last %
}, { % endunless %
}
{ % endfor %
}
];
});
})(jQuery);
</script>
{% endif %}
``` | non_priority | liquid liquid markup in style or script tags if liquid markup is within a script or style tag the beautifier tries to format it to the respective language source if exists function use strict document ready function var x settings x var y settings y json assign z array settings z strip newlines split var zarray for a in z assign a x a split first assign a y a split last plus x a x y a y unless forloop last endunless endfor jquery endif output if exists function use strict document ready function var x settings x var y settings y json assign z array settings z strip newlines split var zarray for a in z assign a x a split first assign a y a split last plus x a x y a y unless forloop last endunless endfor jquery endif | 0 |
89,565 | 25,837,676,216 | IssuesEvent | 2022-12-12 21:04:14 | apple/foundationdb | https://api.github.com/repos/apple/foundationdb | closed | TenantManagementConcurrency fails with metadata.tenantIdIndex.size() == metadata.tenantCount | nightly correctness bugs build cop | Commit: 9ade12d313ce0482a9ca73fc225a6d510be913c3
Ensemble: `20221120-034356-nightly_correctness_main_x86_64-a8f75eb366757c73`
```
bin/fdbserver -r simulation -f tests/slow/TenantManagementConcurrency.toml -s 339146749 -b on --crash --trace_format json
```
```
{
"Type": "InternalError",
"Severity": "40",
"ErrorKind": "BugDetected",
"Time": "279.851235",
"DateTime": "2022-11-20T05:11:04Z",
"Machine": "3.4.3.5:1",
"ID": "0000000000000000",
"Error": "internal_error",
"ErrorDescription": "An internal error occurred",
"ErrorCode": "4100",
"FailedAssertion": "metadata.tenantIdIndex.size() == metadata.tenantCount",
"File": "/home/jenkins/fdb/extra/long/path/to/work/around/strange/cpack/debug/rpm/behavior/fdbserver/include/fdbserver/workloads/TenantConsistency.actor.h",
"Line": "150",
"ThreadID": "10434337467828534362",
"Backtrace": "addr2line -e fdbserver.debug -p -C -f -i 0x451cd81 0x4464e49 0x363afd5 0x3639cb5 0x363b44c 0x3638778 0x3637de3 0x3639b22 0x1b066c8 0x1b065ed 0x1b066c8 0x1b065ed 0x1b066c8 0x1b065ed 0x363509b 0x3634f4e 0x35e2fdb 0x35e2e43 0x35e3454 0x35e329a 0x3592d11 0x3592a14 0x1a367b8 0x44017a4 0x2e97d82 0x7faece5f6555",
"LogGroup": "default",
"Roles": "TS"
},
``` | 1.0 | TenantManagementConcurrency fails with metadata.tenantIdIndex.size() == metadata.tenantCount - Commit: 9ade12d313ce0482a9ca73fc225a6d510be913c3
Ensemble: `20221120-034356-nightly_correctness_main_x86_64-a8f75eb366757c73`
```
bin/fdbserver -r simulation -f tests/slow/TenantManagementConcurrency.toml -s 339146749 -b on --crash --trace_format json
```
```
{
"Type": "InternalError",
"Severity": "40",
"ErrorKind": "BugDetected",
"Time": "279.851235",
"DateTime": "2022-11-20T05:11:04Z",
"Machine": "3.4.3.5:1",
"ID": "0000000000000000",
"Error": "internal_error",
"ErrorDescription": "An internal error occurred",
"ErrorCode": "4100",
"FailedAssertion": "metadata.tenantIdIndex.size() == metadata.tenantCount",
"File": "/home/jenkins/fdb/extra/long/path/to/work/around/strange/cpack/debug/rpm/behavior/fdbserver/include/fdbserver/workloads/TenantConsistency.actor.h",
"Line": "150",
"ThreadID": "10434337467828534362",
"Backtrace": "addr2line -e fdbserver.debug -p -C -f -i 0x451cd81 0x4464e49 0x363afd5 0x3639cb5 0x363b44c 0x3638778 0x3637de3 0x3639b22 0x1b066c8 0x1b065ed 0x1b066c8 0x1b065ed 0x1b066c8 0x1b065ed 0x363509b 0x3634f4e 0x35e2fdb 0x35e2e43 0x35e3454 0x35e329a 0x3592d11 0x3592a14 0x1a367b8 0x44017a4 0x2e97d82 0x7faece5f6555",
"LogGroup": "default",
"Roles": "TS"
},
``` | non_priority | tenantmanagementconcurrency fails with metadata tenantidindex size metadata tenantcount commit ensemble nightly correctness main bin fdbserver r simulation f tests slow tenantmanagementconcurrency toml s b on crash trace format json type internalerror severity errorkind bugdetected time datetime machine id error internal error errordescription an internal error occurred errorcode failedassertion metadata tenantidindex size metadata tenantcount file home jenkins fdb extra long path to work around strange cpack debug rpm behavior fdbserver include fdbserver workloads tenantconsistency actor h line threadid backtrace e fdbserver debug p c f i loggroup default roles ts | 0 |
14,651 | 11,035,825,473 | IssuesEvent | 2019-12-07 16:24:17 | SamWibatt/FPGA_AI_SRAM | https://api.github.com/repos/SamWibatt/FPGA_AI_SRAM | closed | Make SRAM / FLASH board | infrastructure | I own some TSOP-48 SRAM chips, CY62157EV30, and some Flash chips S29AL008J with the same footprint because the flashers are much cheaper and I wanted something to practice soldering on.
I fear opening the packages because they will get moisture on them and need baking and eep
For this issue, solder a flash or sram to one of my tsop adapters and break it out to be usable by an FPGA dev board. | 1.0 | Make SRAM / FLASH board - I own some TSOP-48 SRAM chips, CY62157EV30, and some Flash chips S29AL008J with the same footprint because the flashers are much cheaper and I wanted something to practice soldering on.
I fear opening the packages because they will get moisture on them and need baking and eep
For this issue, solder a flash or sram to one of my tsop adapters and break it out to be usable by an FPGA dev board. | non_priority | make sram flash board i own some tsop sram chips and some flash chips with the same footprint because the flashers are much cheaper and i wanted something to practice soldering on i fear opening the packages because they will get moisture on them and need baking and eep for this issue solder a flash or sram to one of my tsop adapters and break it out to be usable by an fpga dev board | 0 |
25,363 | 12,556,966,406 | IssuesEvent | 2020-06-07 11:29:21 | mozilla/pdf.js | https://api.github.com/repos/mozilla/pdf.js | closed | Not able view pdf of A0 page size | 2-performance | Not able view pdf with A0 page size. These pdf are created from images that are scanned from drawings.
Sample pdf can be downloaded from this
http://weddings.celusion.com/uploads/1.PDF
In chrome this is the screenshot

In firefox it keep loading nothing happens.
| True | Not able view pdf of A0 page size - Not able view pdf with A0 page size. These pdf are created from images that are scanned from drawings.
Sample pdf can be downloaded from this
http://weddings.celusion.com/uploads/1.PDF
In chrome this is the screenshot

In firefox it keep loading nothing happens.
| non_priority | not able view pdf of page size not able view pdf with page size these pdf are created from images that are scanned from drawings sample pdf can be downloaded from this in chrome this is the screenshot in firefox it keep loading nothing happens | 0 |
391,704 | 26,904,650,134 | IssuesEvent | 2023-02-06 18:04:20 | ssc-sp/datahub-portal | https://api.github.com/repos/ssc-sp/datahub-portal | closed | As a registered user, I want to browse the wiki within the portal so that I can quickly find information without leaving the portal | documentation user story | ## Tasks
- [x] #135
- [x] #136
## Supporting Documentation
Mockup screenshot

| 1.0 | As a registered user, I want to browse the wiki within the portal so that I can quickly find information without leaving the portal - ## Tasks
- [x] #135
- [x] #136
## Supporting Documentation
Mockup screenshot

| non_priority | as a registered user i want to browse the wiki within the portal so that i can quickly find information without leaving the portal tasks supporting documentation mockup screenshot | 0 |
610,680 | 18,921,051,082 | IssuesEvent | 2021-11-17 01:44:14 | boostcampwm-2021/iOS05-Escaper | https://api.github.com/repos/boostcampwm-2021/iOS05-Escaper | opened | [E7 S1 T3] 랭킹 화면의 viewModel을 구성한다. | feature High Priority | ### Epic - Story - Task
Epic : 랭킹 화면
Story : 서버에서 가져온 데이터를 기반으로 사용자 랭킹을 보여준다.
Task : 랭킹 화면의 viewModel을 구성한다. | 1.0 | [E7 S1 T3] 랭킹 화면의 viewModel을 구성한다. - ### Epic - Story - Task
Epic : 랭킹 화면
Story : 서버에서 가져온 데이터를 기반으로 사용자 랭킹을 보여준다.
Task : 랭킹 화면의 viewModel을 구성한다. | priority | 랭킹 화면의 viewmodel을 구성한다 epic story task epic 랭킹 화면 story 서버에서 가져온 데이터를 기반으로 사용자 랭킹을 보여준다 task 랭킹 화면의 viewmodel을 구성한다 | 1 |
577,958 | 17,140,069,494 | IssuesEvent | 2021-07-13 08:38:47 | gitpod-io/gitpod | https://api.github.com/repos/gitpod-io/gitpod | closed | Gitpod Local Companion doesn't write SSH config file on Windows | component: local app priority: highest (user impact) type: bug | ### Bug description
Attempting to run with windows executable for Gitpod Local Companion results in an error message:
time="2021-07-10T20:23:05+01:00" level=error msg="cannot write ssh config file" error="open /tmp/gitpod_ssh_config: The system cannot find the path specified." path=/tmp/gitpod_ssh_config
### Steps to reproduce
run `gitpod-local-companion-windows.exe` and see the above mentioned error message
### Expected behavior
Should successfully create the SSH Config so I can SSH into the workspaces :)
### Example repository
_No response_
### Anything else?
Keep up the good work! | 1.0 | Gitpod Local Companion doesn't write SSH config file on Windows - ### Bug description
Attempting to run with windows executable for Gitpod Local Companion results in an error message:
time="2021-07-10T20:23:05+01:00" level=error msg="cannot write ssh config file" error="open /tmp/gitpod_ssh_config: The system cannot find the path specified." path=/tmp/gitpod_ssh_config
### Steps to reproduce
run `gitpod-local-companion-windows.exe` and see the above mentioned error message
### Expected behavior
Should successfully create the SSH Config so I can SSH into the workspaces :)
### Example repository
_No response_
### Anything else?
Keep up the good work! | priority | gitpod local companion doesn t write ssh config file on windows bug description attempting to run with windows executable for gitpod local companion results in an error message time level error msg cannot write ssh config file error open tmp gitpod ssh config the system cannot find the path specified path tmp gitpod ssh config steps to reproduce run gitpod local companion windows exe and see the above mentioned error message expected behavior should successfully create the ssh config so i can ssh into the workspaces example repository no response anything else keep up the good work | 1 |
26,441 | 12,406,218,271 | IssuesEvent | 2020-05-21 18:43:34 | microsoft/vscode-cpptools | https://api.github.com/repos/microsoft/vscode-cpptools | closed | Extension stops after a while | Language Service bug insiders investigate more info needed need repro regression | **Type: LanguageService**
<!----- Input information below ----->
<!--
**Please review existing issues and our documentation at https://github.com/Microsoft/vscode-cpptools/tree/master/Documentation prior to filing an issue.**
-->
**Describe the bug**
- OS and Version: _macOS Mojave 10.14.4_
- VS Code Version: _1.33.1_
- C/C++ Extension Version: _0.23.0-insiders_
- Other extensions you installed (and if the issue persists after disabling them): _Visual Studio IntelliCode - Preview, Debugger for Java, Java Dependency Viewer, Java Extension Pack, Java Test Runner, Language Support for Java(TM) by Red Hat, Maven for Java_ (all are disabled).
- A clear and concise description of what the bug is: The extension stops it work unexpectedly after a while (about 15 minutes). It looks like the process is not responding. At this time the errors doesn't disappear even if I erase all code from the file, new errors don't appears, autocomplete doesn't work.
**Expected behavior**
**Screenshots**
<!-- If applicable, add screenshots to help explain your problem. -->
<details>
<img width="1278" alt="Снимок экрана 2019-04-26 в 9 43 26" src="https://user-images.githubusercontent.com/25154338/56798520-92579900-681f-11e9-964d-6586db87f7ff.png">
<img width="1280" alt="Снимок экрана 2019-04-26 в 9 43 46" src="https://user-images.githubusercontent.com/25154338/56798521-92579900-681f-11e9-8d7c-d5ce69cc326c.png">
<img width="1280" alt="Снимок экрана 2019-04-26 в 9 44 48" src="https://user-images.githubusercontent.com/25154338/56798522-92579900-681f-11e9-8d5e-99eda76c0309.png">
<img width="1280" alt="Снимок экрана 2019-04-26 в 12 32 54" src="https://user-images.githubusercontent.com/25154338/56798523-92579900-681f-11e9-84e5-80e42d3cc792.png">
</details>
**Additional context**
<!--
* Call Stacks: For bugs like crashes, deadlocks, infinite loops, etc. that we are not able to repro and for which the call stack may be useful, please attach a debugger and/or create a dmp and provide the call stacks. Windows binaries have symbols available in VS Code by setting your "symbolSearchPath" to "https://msdl.microsoft.com/download/symbols".
* Add any other context about the problem here including log messages in your Output window ("C_Cpp.loggingLevel": "Debug" in settings.json).
-->
The only one crash report I found in console. It seems to be old but, maybe, it's the same bug.
[Microsoft.VSCode.CPP.IntelliSense.Msvc.darwin_2019-04-14-192938_mac-aleex.crash.log](https://github.com/Microsoft/vscode-cpptools/files/3121808/Microsoft.VSCode.CPP.IntelliSense.Msvc.darwin_2019-04-14-192938_mac-aleex.crash.log) | 1.0 | Extension stops after a while - **Type: LanguageService**
<!----- Input information below ----->
<!--
**Please review existing issues and our documentation at https://github.com/Microsoft/vscode-cpptools/tree/master/Documentation prior to filing an issue.**
-->
**Describe the bug**
- OS and Version: _macOS Mojave 10.14.4_
- VS Code Version: _1.33.1_
- C/C++ Extension Version: _0.23.0-insiders_
- Other extensions you installed (and if the issue persists after disabling them): _Visual Studio IntelliCode - Preview, Debugger for Java, Java Dependency Viewer, Java Extension Pack, Java Test Runner, Language Support for Java(TM) by Red Hat, Maven for Java_ (all are disabled).
- A clear and concise description of what the bug is: The extension stops it work unexpectedly after a while (about 15 minutes). It looks like the process is not responding. At this time the errors doesn't disappear even if I erase all code from the file, new errors don't appears, autocomplete doesn't work.
**Expected behavior**
**Screenshots**
<!-- If applicable, add screenshots to help explain your problem. -->
<details>
<img width="1278" alt="Снимок экрана 2019-04-26 в 9 43 26" src="https://user-images.githubusercontent.com/25154338/56798520-92579900-681f-11e9-964d-6586db87f7ff.png">
<img width="1280" alt="Снимок экрана 2019-04-26 в 9 43 46" src="https://user-images.githubusercontent.com/25154338/56798521-92579900-681f-11e9-8d7c-d5ce69cc326c.png">
<img width="1280" alt="Снимок экрана 2019-04-26 в 9 44 48" src="https://user-images.githubusercontent.com/25154338/56798522-92579900-681f-11e9-8d5e-99eda76c0309.png">
<img width="1280" alt="Снимок экрана 2019-04-26 в 12 32 54" src="https://user-images.githubusercontent.com/25154338/56798523-92579900-681f-11e9-84e5-80e42d3cc792.png">
</details>
**Additional context**
<!--
* Call Stacks: For bugs like crashes, deadlocks, infinite loops, etc. that we are not able to repro and for which the call stack may be useful, please attach a debugger and/or create a dmp and provide the call stacks. Windows binaries have symbols available in VS Code by setting your "symbolSearchPath" to "https://msdl.microsoft.com/download/symbols".
* Add any other context about the problem here including log messages in your Output window ("C_Cpp.loggingLevel": "Debug" in settings.json).
-->
The only one crash report I found in console. It seems to be old but, maybe, it's the same bug.
[Microsoft.VSCode.CPP.IntelliSense.Msvc.darwin_2019-04-14-192938_mac-aleex.crash.log](https://github.com/Microsoft/vscode-cpptools/files/3121808/Microsoft.VSCode.CPP.IntelliSense.Msvc.darwin_2019-04-14-192938_mac-aleex.crash.log) | non_priority | extension stops after a while type languageservice please review existing issues and our documentation at prior to filing an issue describe the bug os and version macos mojave vs code version c c extension version insiders other extensions you installed and if the issue persists after disabling them visual studio intellicode preview debugger for java java dependency viewer java extension pack java test runner language support for java tm by red hat maven for java all are disabled a clear and concise description of what the bug is the extension stops it work unexpectedly after a while about minutes it looks like the process is not responding at this time the errors doesn t disappear even if i erase all code from the file new errors don t appears autocomplete doesn t work expected behavior screenshots img width alt снимок экрана в src img width alt снимок экрана в src img width alt снимок экрана в src img width alt снимок экрана в src additional context call stacks for bugs like crashes deadlocks infinite loops etc that we are not able to repro and for which the call stack may be useful please attach a debugger and or create a dmp and provide the call stacks windows binaries have symbols available in vs code by setting your symbolsearchpath to add any other context about the problem here including log messages in your output window c cpp logginglevel debug in settings json the only one crash report i found in console it seems to be old but maybe it s the same bug | 0 |
825,093 | 31,271,846,508 | IssuesEvent | 2023-08-22 01:06:26 | QUT-Digital-Observatory/australian_digital_observatory_site | https://api.github.com/repos/QUT-Digital-Observatory/australian_digital_observatory_site | closed | [CONTENT UPDATE] Update Twitter platform fact sheet | high priority | https://www.digitalobservatory.net.au/factsheets/platform-factsheet-twitter/
Twitter is now X, and there are new API tiers. The fact sheet needs updating accordingly. It should also include a link to this really helpful article: https://www.rmit.edu.au/news/crosscheck/navigating-x-formerly-twitter | 1.0 | [CONTENT UPDATE] Update Twitter platform fact sheet - https://www.digitalobservatory.net.au/factsheets/platform-factsheet-twitter/
Twitter is now X, and there are new API tiers. The fact sheet needs updating accordingly. It should also include a link to this really helpful article: https://www.rmit.edu.au/news/crosscheck/navigating-x-formerly-twitter | priority | update twitter platform fact sheet twitter is now x and there are new api tiers the fact sheet needs updating accordingly it should also include a link to this really helpful article | 1 |
657,529 | 21,796,080,758 | IssuesEvent | 2022-05-15 16:52:27 | KatsuteDev/OneMTA | https://api.github.com/repos/KatsuteDev/OneMTA | opened | Cancelled Trip API | feature request high priority | ### Prerequisites
- [X] I have checked that no other similar feature request already exists.
- [X] I have checked [discussions](https://github.com/KatsuteDev/OneMTA/discussions).
- [X] This feature request makes sense for the project.
- [X] I have checked that this feature does not already exist.
- [X] I am running the latest release version.
### Feature
The MTA SIRI Bus API has received an update: https://bustime.mta.info/wiki/Developers/CancelledTripAPIFeatures
||Without Cancelled Trip Information|With Cancelled Trip Information|
|:-:|:-:|:-:|
|v1|`/api/siri/stop-monitoring.xml`|`/api/2/siri/stop-monitoring.xml`|
|v2|`/api/siri/stop-monitoring.xml?version=2`|`/api/2/siri/stop-monitoring.xml?version=2`|
### Stop-monitoring output
```diff
<MonitoredVehicleJourney>
<MonitoredStopVisit>
-- <MonitoredCall>
-- <ArrivalStatus>cancelled</ArrivalStatus>
-- <DepartureStatus>cancelled</DepartureStatus>
-- </MonitoredCall>
++ <MonitoredVehicleJourney>
++ <VehicleStatus>cancelled</VehicleStatus>
++ </MonitoredVehicleJourney>
</MonitoredStopVisit>
</MonitoredVehicleJourney>
```
### Alert Support
```gtfs
entity {
id: "MTA NYCT_GH_A2-Weekday-SDon-063200_BX39_765"
alert {
informed_entity {
agency_id: "MTA NYCT"
trip {
route_id: "BX39"
direction_id: 0
}
}
informed_entity {
agency_id: "MTA NYCT"
trip {
route_id: "BX39"
direction_id: 1
}
}
effect: REDUCED_SERVICE
description_text {
translation {
text: "The 10:32am BX39 to SOUNDVIEW AV/CORNELL AV is canceled"
language: "EN"
}
}
}
}
```
### Reason
Required to keep up to date with API. | 1.0 | Cancelled Trip API - ### Prerequisites
- [X] I have checked that no other similar feature request already exists.
- [X] I have checked [discussions](https://github.com/KatsuteDev/OneMTA/discussions).
- [X] This feature request makes sense for the project.
- [X] I have checked that this feature does not already exist.
- [X] I am running the latest release version.
### Feature
The MTA SIRI Bus API has received an update: https://bustime.mta.info/wiki/Developers/CancelledTripAPIFeatures
||Without Cancelled Trip Information|With Cancelled Trip Information|
|:-:|:-:|:-:|
|v1|`/api/siri/stop-monitoring.xml`|`/api/2/siri/stop-monitoring.xml`|
|v2|`/api/siri/stop-monitoring.xml?version=2`|`/api/2/siri/stop-monitoring.xml?version=2`|
### Stop-monitoring output
```diff
<MonitoredVehicleJourney>
<MonitoredStopVisit>
-- <MonitoredCall>
-- <ArrivalStatus>cancelled</ArrivalStatus>
-- <DepartureStatus>cancelled</DepartureStatus>
-- </MonitoredCall>
++ <MonitoredVehicleJourney>
++ <VehicleStatus>cancelled</VehicleStatus>
++ </MonitoredVehicleJourney>
</MonitoredStopVisit>
</MonitoredVehicleJourney>
```
### Alert Support
```gtfs
entity {
id: "MTA NYCT_GH_A2-Weekday-SDon-063200_BX39_765"
alert {
informed_entity {
agency_id: "MTA NYCT"
trip {
route_id: "BX39"
direction_id: 0
}
}
informed_entity {
agency_id: "MTA NYCT"
trip {
route_id: "BX39"
direction_id: 1
}
}
effect: REDUCED_SERVICE
description_text {
translation {
text: "The 10:32am BX39 to SOUNDVIEW AV/CORNELL AV is canceled"
language: "EN"
}
}
}
}
```
### Reason
Required to keep up to date with API. | priority | cancelled trip api prerequisites i have checked that no other similar feature request already exists i have checked this feature request makes sense for the project i have checked that this feature does not already exist i am running the latest release version feature the mta siri bus api has received an update without cancelled trip information with cancelled trip information api siri stop monitoring xml api siri stop monitoring xml api siri stop monitoring xml version api siri stop monitoring xml version stop monitoring output diff cancelled cancelled cancelled alert support gtfs entity id mta nyct gh weekday sdon alert informed entity agency id mta nyct trip route id direction id informed entity agency id mta nyct trip route id direction id effect reduced service description text translation text the to soundview av cornell av is canceled language en reason required to keep up to date with api | 1 |
11,384 | 7,526,395,921 | IssuesEvent | 2018-04-13 13:54:58 | cuba-platform/cuba-test | https://api.github.com/repos/cuba-platform/cuba-test | closed | Add config to limit maximum number of tabs opened in browser | client: web cuba severity: medium type: performance | After exceeding of config value is expected that old browser tab will be invalidated and collected by GC
Original issue: https://yt-test.haulmont.com/issue/PL-8827 | True | Add config to limit maximum number of tabs opened in browser - After exceeding of config value is expected that old browser tab will be invalidated and collected by GC
Original issue: https://yt-test.haulmont.com/issue/PL-8827 | non_priority | add config to limit maximum number of tabs opened in browser after exceeding of config value is expected that old browser tab will be invalidated and collected by gc original issue | 0 |
23,633 | 16,484,988,870 | IssuesEvent | 2021-05-24 16:36:48 | sciencehistory/scihist_digicoll | https://api.github.com/repos/sciencehistory/scihist_digicoll | opened | Finalize emergency move to searchstax solr | infrastructure | - [ ] Create a staging searchstax instance, switch over to annual pay-in-advance billing
- [ ] Fix our capistrano deploy to do the searchstax/cloud based solr sync on every deploy
- [ ] Remove solr host from our ansible config
- [ ] Fix ansible config for solr_url to be a little bit less hardcoded/conditional --- variable for solr host, separate variable for password, prod vs staging, etc.
At the end of this, we should have a fully functioning system where most of it is still ansible-controlled running EC2, but solr running on SearchStax, both prod and staging. As a step along the way to our total move to Heroku. | 1.0 | Finalize emergency move to searchstax solr - - [ ] Create a staging searchstax instance, switch over to annual pay-in-advance billing
- [ ] Fix our capistrano deploy to do the searchstax/cloud based solr sync on every deploy
- [ ] Remove solr host from our ansible config
- [ ] Fix ansible config for solr_url to be a little bit less hardcoded/conditional --- variable for solr host, separate variable for password, prod vs staging, etc.
At the end of this, we should have a fully functioning system where most of it is still ansible-controlled running EC2, but solr running on SearchStax, both prod and staging. As a step along the way to our total move to Heroku. | non_priority | finalize emergency move to searchstax solr create a staging searchstax instance switch over to annual pay in advance billing fix our capistrano deploy to do the searchstax cloud based solr sync on every deploy remove solr host from our ansible config fix ansible config for solr url to be a little bit less hardcoded conditional variable for solr host separate variable for password prod vs staging etc at the end of this we should have a fully functioning system where most of it is still ansible controlled running but solr running on searchstax both prod and staging as a step along the way to our total move to heroku | 0 |
702,771 | 24,135,240,930 | IssuesEvent | 2022-09-21 10:42:58 | valora-inc/wallet | https://api.github.com/repos/valora-inc/wallet | closed | New requests should display at top when the user taps on the “View All” button from “# Pending requests” screen. | bug good first issue Priority: P3 wallet qa-report | **Frequency:** 100%
**Repro on build version:** Android Internal Build V1.12.1(1004294341), Test flight build V1.12.1(50
**Repro on devices:** Samsung M40 (10.0), Samsung Galaxy A5(7.0), iPhone XR (14.2), iPhone 6+ (12.4.5)
**Tested Account:** (680) 208 0265 / [Backup Key](https://docs.google.com/spreadsheets/d/1gXY1I4PBkT9f1uB3zxWgUUJJ1zjVeJcqcWLjiIls1f0/edit#gid=0&range=B66)
**Pre-condition:** User B should have many requests in lists (5+ requests)
**Repro Steps:**
1. Launch the application & login with a test account.
2. Send request to user B from user A
3. Now go to user B’s “# Pending Requests” In-app CTA & tap on “View All” button
4. Observed that,
**Current Behavior:** Latest request’s position is not at top of all list
**Expected Behavior:** Either nothing should display or the “Confirming” page should open until the transaction does not complete successfully when the user taps on Confirming activity.
**Impact:** Bad User experience.
**Attachment:** [NewRequestPosition.mp4](https://drive.google.com/file/d/1sf1Zoa9SyUpZ9C8cb2beYMguhFizTNlH/view?usp=sharing) | 1.0 | New requests should display at top when the user taps on the “View All” button from “# Pending requests” screen. - **Frequency:** 100%
**Repro on build version:** Android Internal Build V1.12.1(1004294341), Test flight build V1.12.1(50
**Repro on devices:** Samsung M40 (10.0), Samsung Galaxy A5(7.0), iPhone XR (14.2), iPhone 6+ (12.4.5)
**Tested Account:** (680) 208 0265 / [Backup Key](https://docs.google.com/spreadsheets/d/1gXY1I4PBkT9f1uB3zxWgUUJJ1zjVeJcqcWLjiIls1f0/edit#gid=0&range=B66)
**Pre-condition:** User B should have many requests in lists (5+ requests)
**Repro Steps:**
1. Launch the application & login with a test account.
2. Send request to user B from user A
3. Now go to user B’s “# Pending Requests” In-app CTA & tap on “View All” button
4. Observed that,
**Current Behavior:** Latest request’s position is not at top of all list
**Expected Behavior:** Either nothing should display or the “Confirming” page should open until the transaction does not complete successfully when the user taps on Confirming activity.
**Impact:** Bad User experience.
**Attachment:** [NewRequestPosition.mp4](https://drive.google.com/file/d/1sf1Zoa9SyUpZ9C8cb2beYMguhFizTNlH/view?usp=sharing) | priority | new requests should display at top when the user taps on the “view all” button from “ pending requests” screen frequency repro on build version android internal build test flight build repro on devices samsung samsung galaxy iphone xr iphone tested account pre condition user b should have many requests in lists requests repro steps launch the application login with a test account send request to user b from user a now go to user b’s “ pending requests” in app cta tap on “view all” button observed that current behavior latest request’s position is not at top of all list expected behavior either nothing should display or the “confirming” page should open until the transaction does not complete successfully when the user taps on confirming activity impact bad user experience attachment | 1 |
470,212 | 13,534,395,117 | IssuesEvent | 2020-09-16 05:35:44 | moibit/tracy-mobile-app | https://api.github.com/repos/moibit/tracy-mobile-app | closed | Version number in Menu shows previous - Achala reported issue | PRIORITY-2 bug | Build APK process is not taking care of changing version number. Please address this during subsequent build. | 1.0 | Version number in Menu shows previous - Achala reported issue - Build APK process is not taking care of changing version number. Please address this during subsequent build. | priority | version number in menu shows previous achala reported issue build apk process is not taking care of changing version number please address this during subsequent build | 1 |
307,856 | 23,219,700,937 | IssuesEvent | 2022-08-02 16:58:28 | WordPress/Documentation-Issue-Tracker | https://api.github.com/repos/WordPress/Documentation-Issue-Tracker | closed | [HelpHub] Comments Pagination | user documentation 5.9 new document block editor | ## What is the new page you are requesting?
<!--
Please describe the new page that you are requesting.
-->
New article required for the Comments Pagination block
## General
<!--
Please describe how this page will help you.
-->
- [ ] make sure all screenshots are relevant for the current version (5.9)
- [ ] update changelog at the end of the article | 1.0 | [HelpHub] Comments Pagination - ## What is the new page you are requesting?
<!--
Please describe the new page that you are requesting.
-->
New article required for the Comments Pagination block
## General
<!--
Please describe how this page will help you.
-->
- [ ] make sure all screenshots are relevant for the current version (5.9)
- [ ] update changelog at the end of the article | non_priority | comments pagination what is the new page you are requesting please describe the new page that you are requesting new article required for the comments pagination block general please describe how this page will help you make sure all screenshots are relevant for the current version update changelog at the end of the article | 0 |
19,217 | 26,714,490,617 | IssuesEvent | 2023-01-28 10:08:33 | Qmunity/BluePower | https://api.github.com/repos/Qmunity/BluePower | closed | Alloy Smelter only showing 1 input item in JEI | Bug Mod Compatibility | alloy smelter recipes dont show more than 1 item when they should
### Full Log and Crashlog on pastebin/gist ###
craftweaker log: https://gist.github.com/TheNimbleNinja/5b773b0e1947aa42cbb187939b3a7f6a
log: https://gist.github.com/TheNimbleNinja/59a73e18fcb8593848427015abdcf9f7
1.19.2
forge 43.2.4
bluepower-1.19.2-0.8.301-alpha-universal.jar
| True | Alloy Smelter only showing 1 input item in JEI - alloy smelter recipes dont show more than 1 item when they should
### Full Log and Crashlog on pastebin/gist ###
craftweaker log: https://gist.github.com/TheNimbleNinja/5b773b0e1947aa42cbb187939b3a7f6a
log: https://gist.github.com/TheNimbleNinja/59a73e18fcb8593848427015abdcf9f7
1.19.2
forge 43.2.4
bluepower-1.19.2-0.8.301-alpha-universal.jar
| non_priority | alloy smelter only showing input item in jei alloy smelter recipes dont show more than item when they should full log and crashlog on pastebin gist craftweaker log log forge bluepower alpha universal jar | 0 |
621,938 | 19,600,995,921 | IssuesEvent | 2022-01-06 01:18:55 | WordPress/learn | https://api.github.com/repos/WordPress/learn | opened | New page showing version-specific content | [Type] Enhancement [Component] Learn Theme [Priority] High | We need a page that can be filtered with the URL to show all content for specific releases. Content must come from (and be grouped by) the three major post types: `lesson-plan`, `course` and `wporg_workshop`. The existing `wporg_wp_version` taxonomy can be used for getting the correct posts.
I'm thinking the page URL should be something like `learn.wordpress.org/version/5.9` where `5.9` is the taxonomy term used for filtering. If no taxonomy term is specified then it should default to whatever the current version of WordPress is according to the WordPress.org API.
In terms of page layout - for courses and workshops we can use the same as what we have on the home page of the site already, but we would need a new block to display lesson plans that somewhat matches what we have on the existing lesson plan archive.
I'd also like to include Social Learning Spaces on this page, but we need to add the `wporg_wp_version` taxonomy to the `meeting` post type first. We could use the markup for the SLSs on the home page to display them. | 1.0 | New page showing version-specific content - We need a page that can be filtered with the URL to show all content for specific releases. Content must come from (and be grouped by) the three major post types: `lesson-plan`, `course` and `wporg_workshop`. The existing `wporg_wp_version` taxonomy can be used for getting the correct posts.
I'm thinking the page URL should be something like `learn.wordpress.org/version/5.9` where `5.9` is the taxonomy term used for filtering. If no taxonomy term is specified then it should default to whatever the current version of WordPress is according to the WordPress.org API.
In terms of page layout - for courses and workshops we can use the same as what we have on the home page of the site already, but we would need a new block to display lesson plans that somewhat matches what we have on the existing lesson plan archive.
I'd also like to include Social Learning Spaces on this page, but we need to add the `wporg_wp_version` taxonomy to the `meeting` post type first. We could use the markup for the SLSs on the home page to display them. | priority | new page showing version specific content we need a page that can be filtered with the url to show all content for specific releases content must come from and be grouped by the three major post types lesson plan course and wporg workshop the existing wporg wp version taxonomy can be used for getting the correct posts i m thinking the page url should be something like learn wordpress org version where is the taxonomy term used for filtering if no taxonomy term is specified then it should default to whatever the current version of wordpress is according to the wordpress org api in terms of page layout for courses and workshops we can use the same as what we have on the home page of the site already but we would need a new block to display lesson plans that somewhat matches what we have on the existing lesson plan archive i d also like to include social learning spaces on this page but we need to add the wporg wp version taxonomy to the meeting post type first we could use the markup for the slss on the home page to display them | 1 |
258,083 | 22,282,333,530 | IssuesEvent | 2022-06-11 04:04:21 | wazuh/wazuh-qa | https://api.github.com/repos/wazuh/wazuh-qa | opened | Integration tests: Rework of synchronization tests on Windows to the new synchronization mechanism (2/2) | team/qa type/rework test/integration feature/fim subteam/qa-storm | Due to the implementation of rsync as the new engine for FIM db synchronization the following tests need to be reworked to adapt to the new sync messages coming from rsync.
### Test synchronization
- test_synchronization/test_registry_responses_win32.py
- test_synchronization/test_sync_disabled_win32.py
- test_synchronization/test_sync_enabled_win32.py
- test_synchronization/test_sync_registry_disabled_win32.py
- test_synchronization/test_sync_registry_enabled_win32.py
All the above tests look for synchronization events messages that now will be deleted.
## Development stage
- [ ] In development
- [ ] In testing phase
- [ ] In Review
- [ ] Completed
| 1.0 | Integration tests: Rework of synchronization tests on Windows to the new synchronization mechanism (2/2) - Due to the implementation of rsync as the new engine for FIM db synchronization the following tests need to be reworked to adapt to the new sync messages coming from rsync.
### Test synchronization
- test_synchronization/test_registry_responses_win32.py
- test_synchronization/test_sync_disabled_win32.py
- test_synchronization/test_sync_enabled_win32.py
- test_synchronization/test_sync_registry_disabled_win32.py
- test_synchronization/test_sync_registry_enabled_win32.py
All the above tests look for synchronization events messages that now will be deleted.
## Development stage
- [ ] In development
- [ ] In testing phase
- [ ] In Review
- [ ] Completed
| non_priority | integration tests rework of synchronization tests on windows to the new synchronization mechanism due to the implementation of rsync as the new engine for fim db synchronization the following tests need to be reworked to adapt to the new sync messages coming from rsync test synchronization test synchronization test registry responses py test synchronization test sync disabled py test synchronization test sync enabled py test synchronization test sync registry disabled py test synchronization test sync registry enabled py all the above tests look for synchronization events messages that now will be deleted development stage in development in testing phase in review completed | 0 |
169,439 | 14,221,277,176 | IssuesEvent | 2020-11-17 15:30:43 | Yelp/detect-secrets | https://api.github.com/repos/Yelp/detect-secrets | closed | document `audit --diff` functionality in CONTRIBUTING.md | documentation | There's a super cool feature that helps plugin developers create plugins easier, by comparing to a known baseline.
```
$ detect-secrets audit --diff old_baseline.json new_baseline.json
```
We should probably document this, for better discoverability and developer happiness. | 1.0 | document `audit --diff` functionality in CONTRIBUTING.md - There's a super cool feature that helps plugin developers create plugins easier, by comparing to a known baseline.
```
$ detect-secrets audit --diff old_baseline.json new_baseline.json
```
We should probably document this, for better discoverability and developer happiness. | non_priority | document audit diff functionality in contributing md there s a super cool feature that helps plugin developers create plugins easier by comparing to a known baseline detect secrets audit diff old baseline json new baseline json we should probably document this for better discoverability and developer happiness | 0 |
226,485 | 7,519,885,015 | IssuesEvent | 2018-04-12 13:03:05 | Spirals-Team/repairnator | https://api.github.com/repos/Spirals-Team/repairnator | closed | Add test in RTScanner | priority:critical | Test at least the method `isRepositoryInteresting`: it might have changed because of JTravis 2 | 1.0 | Add test in RTScanner - Test at least the method `isRepositoryInteresting`: it might have changed because of JTravis 2 | priority | add test in rtscanner test at least the method isrepositoryinteresting it might have changed because of jtravis | 1 |
16,056 | 3,344,837,401 | IssuesEvent | 2015-11-16 08:29:10 | Menon24/B6T3WX3I4U4VCWIYBNAYQJLH | https://api.github.com/repos/Menon24/B6T3WX3I4U4VCWIYBNAYQJLH | closed | ogHWqlydj8zi9Qu74vxrK454l5wKZBpGv+CykZl/z2N6FjVdI2nFYo+89HLFTJG40b7QljH4KjheL3sk7gbm3CbNSRs7CNiwDuWtqGD6Oi1SBHe8D6Zt8Go5GH84OYrDSqQmvdnZRUkCKQwK3Fwo/wynUZ7dpJsUiHohTYHKQZA= | design | AKIJ0TDT/j6+Vzw/AOfyoEwimpWVayWjqgF+YW+xo25yyzVamZD1TplRAkWKdx+aFdbgxTwr96XOZMoqBWeWGaK1kiNLYq/oSpzqKec8jnOEwFzq6efkjmpq/49oSACr2JmI0jqH63sWeRsSTDZfYWkC+JcZkoHVIwmzB9H70idmGFPJK1d5r9mR05yQyhj1HIXgvymgsQeg+6s1HYBN68e4CUMUOR11Mpj/FVr5/E5VVjkX3sttcHw4nGEqHVkkJpU0+t1d5F9dXF5iPlVL5aXCiVMRp+1tOvjuGePBHpMQ8Hb9Mg3O93Cc1wxy791u2HVIqVVbTBwPxSt+Na4MyKFx62MZFpm0JGxeMLn0pVG2kq5+fxEFQfruZBccUjpuIOSyjx7X0/99/1Hwdcc3709LNIp5WXy5ctxPajHF/rLuuTBX/u7O9HK5Gen0w56G46VZd34Hy0S7sKqAfjPBReme/bYnwgwwl/qqsd/Avkq6VamhJDA1U7mNic9vRyckYwU+RKmBCxYkLAHVJZLbz/924JfH09Cw8fLyZvtNeY3O5ziq0LOVkZ1349SYlGgtzJbzlmI6ETfze8jQLLeax0qnqEmU+8hCOn4LwssK3LPoUqlJDEzN5VgFYby7ShIxPTHnUs8O+IMDlRdKyTi2YNpqWmzzYiebAlN0Zh34U0WqbJ+8HgLgHIZC98i7sIb6KyYZzQ1NRLciMxEirhdRMdl51PbfHBhniuecMaBFcgwCQ0nKX9FPy+k4k1eA5c3p5Kz32ECbROQKdb6eI8uJDaKvZi47PfZrY/fDuEh41EUSenG7yUegfFQI4NxhBbC7oR+6gS+TIjwLOmcouyxwEp7SwHm7Xgwm5N6MSSommOcg5UwkJkyvq7avDM2KSoocNpXILaMKvwXpa+vL+dvnqNWBHFRLhRx6KIubZo0YR3zhnw/V+FBJDzWTfdi3bPSXPjXBWQWo0DpOYOkgZiVA+y5Tx5Mkm7K4K8mJhxxN/mREobWSOcBWyf9qgGhH/1IxEC3WYdqhkNHmol5ng5k9iRrtXQ6LKZ9cM8sKnDtTiHjI0X5/EEs6kzsMEs0VwZqx6Ug6orFyMWK93ehY2JQ4QwbkWxHvENm9PLSIuMBHK8ggLjzQzSXwX07TuBQ3VPuDZBPZW7YTfKRsWAA6trnfjCoZTHdrmoyK/jEYGdKMvjR1st9VKwF23I+2y3sr6scL7GoNKY7w1AsMVXuT6kdBjscac5NZaT1eszZxBSQP5Wzt5WNODsUTPDkuqzz2Gz/Nc7gFOFe+og60o9cFbCh+hHDut92nWQf6QWlrkwKJcr2cpgn/UnnesP5lhxwT6BCT+9RDwv5YuH2zfvZcB4VJYylZFNLc8RvVSpBVN32l+UDfPoRRzaC1pNLyHdtJpiEevxj3m87h0MxtIPN1LoYajTVwdvP/P+G23G8sxZf8Pg5iLvfILvg2+w6Huyf7ste9sf3WAhNI4PIblsMRvPI98rriSEbI+Ln3UU31HcRHrbkYBwdNgRJW4uZ9HyXOTIKZDjRR/kc6+6m3yf0UBaWV+UIh3DdBHcg3GuyCp5o4wD4q0AXRqFCngvd3VcNu0lnc+9RDwv5YuH2zfvZcB4VJY+p2pLXVYuEMq3IrN0FWi/gaaBXcrFMMZhhp4f4q74RURKG1kjnAVsn/aoBoR/9SMfGrJRN0lvW0Wvd+vI94EbsS9EsK5/PzcKfucOyP0ieIkYcoKVGcY9L/Wmq2FWqn0OqSfez3mV8ivqBB3QeqO32ojFEbTirs6ODcWGWrAWutonU17ikkKVNJwNPIXW9HKPEUnhD7NdevxRn6bE+RWAOciRwl5OELdwWovAjhwD+XAaqkz72fFWV4O8+h6iBxWLzaL7HVlapSGFLJQyPwDglR0LD94/yQ8YJJ0ykDLYfiRpN2arH3Lt4rEew3VghLnECGQq/ELgwj7JlZqPG13arR13G7gZNeaUDIc/MFE2xK0CW/GdMUaXh7twam4ncxdAQ/31GlQbVZ/wKmUozWWt5iAABD1t/BScH3ODo/cmc/CmHFr0DBCYSnlwp8PRxx1TGm90jFYjNjisMKD68kdHzwkmYjCygWUUagtXafSArA0PVX2cGbX3aEtocqaDMasBrO+/PhGZnsBJ4qloJy9wnTjFAZbeEqTff5P9b7REwROap8QZKbx1N+potYzrozrpXYwEvFqEOyg4jjRsInxMS8Yzho/p+diZNsTT/gSWRoeQ7gubd7XKfBFu816SKJJFc6f4amGlKpLiBwmXQ9CyVFVoG6807zOgzVXDUhgIXW+9RDwv5YuH2zfvZcB4VJYzbDkuW57V8synw2jM71DuE4igy86pWERDkcJt6qPaL05Qh5STwfWe4iCqkeMwN9SxBkURqfgjfeYVYBJiZ/ofsHgV3U+fnISkY/Uok4AB0KIq4EENfHutH4SXXQHbI6iIzsfr9e7YaiJT/Rg49MLoNqJY85NO8DPD9HMuO7Sm/NdsOiMDdrFE7XBmS5OkpeCjCDvcTRHRsDTRNlDPqLrb5L4Vv699A2dxVQwhqit7Vfzu1jOzPIG4a7sZsoJyoZc0Jm2DrFIQssKVSHo+3IFN2WgTTa/4eQyNuJNkmONMfif0p8cn9F1nhY+nK424CgY6lQvj3Xp7r/c9BDKypB91FoYKcwk0jrhAd61Sko8t+BbuBWLActWXWIAxUbL7Yf/cpNoK1IrhtWf7NwPBNPZiUhKam+iB3o4iszpRU+VLZ2+9RDwv5YuH2zfvZcB4VJY2w/kcMlpj8/6+yXoxtoXIXWncCkE+7KosQIiaynOgjqIObsKDyWNbYNWprevVx+bR4wBcDiGbbbD/aG9CmPThUOW3bQzAAtoxpc2poaUVOrlGPDmQ124iL7iAU8zFmF6tKoVzkSA9/nZyuhEuQRfnqk5yLf7cY2NjDW7vI3zJCsRKG1kjnAVsn/aoBoR/9SMfRg3tQgY8Fsw0ADj7+PvvaD5WFg4yEyvt1GRIPoTIZ/IB8giaJU3ly6p7fJBWn9/SjCiZaNM46htFh9Z6JNEP3klWLa3qQmTdXeZYEq0ThJ+9RDwv5YuH2zfvZcB4VJY+hr/dc4OrQyv61I0OQn2F0c0fXAMVax4Rb06H6cV/IzAKRMGzy7Z16zMT9B0EujlnWKQbgOOpjX27Y8N31Rstc3q+OwY4tsOHEzL+vxRvOmaeX+9RcFU7uDvuNzRP1Y9FwULJJOn6ayEkHfkNnIy5Pr1rs7xcOXTR+xcGbnAwcpXDBc/Rhk4xKiby4uiRVsOhZLu+2oCrHgCUX/vbgc0oDpggIIU9TvWAvK32gJEEOkDEI6kFXNEfH5TuNisy4CLu6fWJFyye6uy5ezss4zpx6WkGG+mh1dUGgUg9khYS8J | 1.0 | ogHWqlydj8zi9Qu74vxrK454l5wKZBpGv+CykZl/z2N6FjVdI2nFYo+89HLFTJG40b7QljH4KjheL3sk7gbm3CbNSRs7CNiwDuWtqGD6Oi1SBHe8D6Zt8Go5GH84OYrDSqQmvdnZRUkCKQwK3Fwo/wynUZ7dpJsUiHohTYHKQZA= - AKIJ0TDT/j6+Vzw/AOfyoEwimpWVayWjqgF+YW+xo25yyzVamZD1TplRAkWKdx+aFdbgxTwr96XOZMoqBWeWGaK1kiNLYq/oSpzqKec8jnOEwFzq6efkjmpq/49oSACr2JmI0jqH63sWeRsSTDZfYWkC+JcZkoHVIwmzB9H70idmGFPJK1d5r9mR05yQyhj1HIXgvymgsQeg+6s1HYBN68e4CUMUOR11Mpj/FVr5/E5VVjkX3sttcHw4nGEqHVkkJpU0+t1d5F9dXF5iPlVL5aXCiVMRp+1tOvjuGePBHpMQ8Hb9Mg3O93Cc1wxy791u2HVIqVVbTBwPxSt+Na4MyKFx62MZFpm0JGxeMLn0pVG2kq5+fxEFQfruZBccUjpuIOSyjx7X0/99/1Hwdcc3709LNIp5WXy5ctxPajHF/rLuuTBX/u7O9HK5Gen0w56G46VZd34Hy0S7sKqAfjPBReme/bYnwgwwl/qqsd/Avkq6VamhJDA1U7mNic9vRyckYwU+RKmBCxYkLAHVJZLbz/924JfH09Cw8fLyZvtNeY3O5ziq0LOVkZ1349SYlGgtzJbzlmI6ETfze8jQLLeax0qnqEmU+8hCOn4LwssK3LPoUqlJDEzN5VgFYby7ShIxPTHnUs8O+IMDlRdKyTi2YNpqWmzzYiebAlN0Zh34U0WqbJ+8HgLgHIZC98i7sIb6KyYZzQ1NRLciMxEirhdRMdl51PbfHBhniuecMaBFcgwCQ0nKX9FPy+k4k1eA5c3p5Kz32ECbROQKdb6eI8uJDaKvZi47PfZrY/fDuEh41EUSenG7yUegfFQI4NxhBbC7oR+6gS+TIjwLOmcouyxwEp7SwHm7Xgwm5N6MSSommOcg5UwkJkyvq7avDM2KSoocNpXILaMKvwXpa+vL+dvnqNWBHFRLhRx6KIubZo0YR3zhnw/V+FBJDzWTfdi3bPSXPjXBWQWo0DpOYOkgZiVA+y5Tx5Mkm7K4K8mJhxxN/mREobWSOcBWyf9qgGhH/1IxEC3WYdqhkNHmol5ng5k9iRrtXQ6LKZ9cM8sKnDtTiHjI0X5/EEs6kzsMEs0VwZqx6Ug6orFyMWK93ehY2JQ4QwbkWxHvENm9PLSIuMBHK8ggLjzQzSXwX07TuBQ3VPuDZBPZW7YTfKRsWAA6trnfjCoZTHdrmoyK/jEYGdKMvjR1st9VKwF23I+2y3sr6scL7GoNKY7w1AsMVXuT6kdBjscac5NZaT1eszZxBSQP5Wzt5WNODsUTPDkuqzz2Gz/Nc7gFOFe+og60o9cFbCh+hHDut92nWQf6QWlrkwKJcr2cpgn/UnnesP5lhxwT6BCT+9RDwv5YuH2zfvZcB4VJYylZFNLc8RvVSpBVN32l+UDfPoRRzaC1pNLyHdtJpiEevxj3m87h0MxtIPN1LoYajTVwdvP/P+G23G8sxZf8Pg5iLvfILvg2+w6Huyf7ste9sf3WAhNI4PIblsMRvPI98rriSEbI+Ln3UU31HcRHrbkYBwdNgRJW4uZ9HyXOTIKZDjRR/kc6+6m3yf0UBaWV+UIh3DdBHcg3GuyCp5o4wD4q0AXRqFCngvd3VcNu0lnc+9RDwv5YuH2zfvZcB4VJY+p2pLXVYuEMq3IrN0FWi/gaaBXcrFMMZhhp4f4q74RURKG1kjnAVsn/aoBoR/9SMfGrJRN0lvW0Wvd+vI94EbsS9EsK5/PzcKfucOyP0ieIkYcoKVGcY9L/Wmq2FWqn0OqSfez3mV8ivqBB3QeqO32ojFEbTirs6ODcWGWrAWutonU17ikkKVNJwNPIXW9HKPEUnhD7NdevxRn6bE+RWAOciRwl5OELdwWovAjhwD+XAaqkz72fFWV4O8+h6iBxWLzaL7HVlapSGFLJQyPwDglR0LD94/yQ8YJJ0ykDLYfiRpN2arH3Lt4rEew3VghLnECGQq/ELgwj7JlZqPG13arR13G7gZNeaUDIc/MFE2xK0CW/GdMUaXh7twam4ncxdAQ/31GlQbVZ/wKmUozWWt5iAABD1t/BScH3ODo/cmc/CmHFr0DBCYSnlwp8PRxx1TGm90jFYjNjisMKD68kdHzwkmYjCygWUUagtXafSArA0PVX2cGbX3aEtocqaDMasBrO+/PhGZnsBJ4qloJy9wnTjFAZbeEqTff5P9b7REwROap8QZKbx1N+potYzrozrpXYwEvFqEOyg4jjRsInxMS8Yzho/p+diZNsTT/gSWRoeQ7gubd7XKfBFu816SKJJFc6f4amGlKpLiBwmXQ9CyVFVoG6807zOgzVXDUhgIXW+9RDwv5YuH2zfvZcB4VJYzbDkuW57V8synw2jM71DuE4igy86pWERDkcJt6qPaL05Qh5STwfWe4iCqkeMwN9SxBkURqfgjfeYVYBJiZ/ofsHgV3U+fnISkY/Uok4AB0KIq4EENfHutH4SXXQHbI6iIzsfr9e7YaiJT/Rg49MLoNqJY85NO8DPD9HMuO7Sm/NdsOiMDdrFE7XBmS5OkpeCjCDvcTRHRsDTRNlDPqLrb5L4Vv699A2dxVQwhqit7Vfzu1jOzPIG4a7sZsoJyoZc0Jm2DrFIQssKVSHo+3IFN2WgTTa/4eQyNuJNkmONMfif0p8cn9F1nhY+nK424CgY6lQvj3Xp7r/c9BDKypB91FoYKcwk0jrhAd61Sko8t+BbuBWLActWXWIAxUbL7Yf/cpNoK1IrhtWf7NwPBNPZiUhKam+iB3o4iszpRU+VLZ2+9RDwv5YuH2zfvZcB4VJY2w/kcMlpj8/6+yXoxtoXIXWncCkE+7KosQIiaynOgjqIObsKDyWNbYNWprevVx+bR4wBcDiGbbbD/aG9CmPThUOW3bQzAAtoxpc2poaUVOrlGPDmQ124iL7iAU8zFmF6tKoVzkSA9/nZyuhEuQRfnqk5yLf7cY2NjDW7vI3zJCsRKG1kjnAVsn/aoBoR/9SMfRg3tQgY8Fsw0ADj7+PvvaD5WFg4yEyvt1GRIPoTIZ/IB8giaJU3ly6p7fJBWn9/SjCiZaNM46htFh9Z6JNEP3klWLa3qQmTdXeZYEq0ThJ+9RDwv5YuH2zfvZcB4VJY+hr/dc4OrQyv61I0OQn2F0c0fXAMVax4Rb06H6cV/IzAKRMGzy7Z16zMT9B0EujlnWKQbgOOpjX27Y8N31Rstc3q+OwY4tsOHEzL+vxRvOmaeX+9RcFU7uDvuNzRP1Y9FwULJJOn6ayEkHfkNnIy5Pr1rs7xcOXTR+xcGbnAwcpXDBc/Rhk4xKiby4uiRVsOhZLu+2oCrHgCUX/vbgc0oDpggIIU9TvWAvK32gJEEOkDEI6kFXNEfH5TuNisy4CLu6fWJFyye6uy5ezss4zpx6WkGG+mh1dUGgUg9khYS8J | non_priority | cykzl vzw aofyoewimpwvaywjqgf yw rluutbx bynwgwwl qqsd rkmbcxyklahvjzlbz vl v p aobor cmc p diznstt fnisky yxoxtoxixwnccke aobor hr vxrvomaex xcgbnawcpxdbc | 0 |
124,193 | 4,893,221,207 | IssuesEvent | 2016-11-18 22:20:24 | publiclab/plots2 | https://api.github.com/repos/publiclab/plots2 | opened | Entering bad info (like blank title/body) in rich editor leads to error | bug help-wanted JavaScript priority Ruby | ### What happened just before the problem occurred
I went to https://publiclab.org/editor, entered a title and body, deleted them, then hit "publish".
I think what's happening is that the request is a jQuery ajax request, as here: https://github.com/publiclab/PublicLab.Editor/blob/master/src/PublicLab.Editor.js#L118
But we're trying to catch it with an `xhr` conditional:
` if request.xhr?`
https://github.com/publiclab/plots2/blob/master/app/controllers/notes_controller.rb#L171-L173
We need to change that to better detect if it's an ajax request, and then we should pass the URL, not the body.
OR, perhaps the conditional above is working, but since it's not a successful publish, it's trying to redirect us to an error page, but the PublicLab.Editor codebase doesn't get that, on this line:
https://github.com/publiclab/PublicLab.Editor/blob/master/src/PublicLab.Editor.js#L118
And we need to catch if it's a redirect, and follow it, in /that/ codebase. | 1.0 | Entering bad info (like blank title/body) in rich editor leads to error - ### What happened just before the problem occurred
I went to https://publiclab.org/editor, entered a title and body, deleted them, then hit "publish".
I think what's happening is that the request is a jQuery ajax request, as here: https://github.com/publiclab/PublicLab.Editor/blob/master/src/PublicLab.Editor.js#L118
But we're trying to catch it with an `xhr` conditional:
` if request.xhr?`
https://github.com/publiclab/plots2/blob/master/app/controllers/notes_controller.rb#L171-L173
We need to change that to better detect if it's an ajax request, and then we should pass the URL, not the body.
OR, perhaps the conditional above is working, but since it's not a successful publish, it's trying to redirect us to an error page, but the PublicLab.Editor codebase doesn't get that, on this line:
https://github.com/publiclab/PublicLab.Editor/blob/master/src/PublicLab.Editor.js#L118
And we need to catch if it's a redirect, and follow it, in /that/ codebase. | priority | entering bad info like blank title body in rich editor leads to error what happened just before the problem occurred i went to entered a title and body deleted them then hit publish i think what s happening is that the request is a jquery ajax request as here but we re trying to catch it with an xhr conditional if request xhr we need to change that to better detect if it s an ajax request and then we should pass the url not the body or perhaps the conditional above is working but since it s not a successful publish it s trying to redirect us to an error page but the publiclab editor codebase doesn t get that on this line and we need to catch if it s a redirect and follow it in that codebase | 1 |
203,247 | 15,358,994,457 | IssuesEvent | 2021-03-01 15:23:07 | project-chip/connectedhomeip | https://api.github.com/repos/project-chip/connectedhomeip | closed | [EFR32] Move Logging from RTT to pw_logs (UART) when pw_rpc is enabled | efr32 testing | #### Problem
EFR examples SDK/platform logging is done on RTT (Segger SWO).
Pigweed RPC is done over UART, so when it is enabled we need move the logging to pw_logs
#### Proposed Solution
When pw_rpc is enabled, bridge the CHIP, platform SDK and app logs that are sent on RTT to pw_logs (over UART)
Depends on merge of #4630
_To keep you notified_ @szatmz | 1.0 | [EFR32] Move Logging from RTT to pw_logs (UART) when pw_rpc is enabled - #### Problem
EFR examples SDK/platform logging is done on RTT (Segger SWO).
Pigweed RPC is done over UART, so when it is enabled we need move the logging to pw_logs
#### Proposed Solution
When pw_rpc is enabled, bridge the CHIP, platform SDK and app logs that are sent on RTT to pw_logs (over UART)
Depends on merge of #4630
_To keep you notified_ @szatmz | non_priority | move logging from rtt to pw logs uart when pw rpc is enabled problem efr examples sdk platform logging is done on rtt segger swo pigweed rpc is done over uart so when it is enabled we need move the logging to pw logs proposed solution when pw rpc is enabled bridge the chip platform sdk and app logs that are sent on rtt to pw logs over uart depends on merge of to keep you notified szatmz | 0 |
729,986 | 25,153,659,597 | IssuesEvent | 2022-11-10 11:57:04 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | closed | Measure tool problems | bug Priority: High Accepted C040-COMUNE_GE-2022-CUSTOM-SUPPORT | ## Description
<!-- Add here a few sentences describing the bug. -->
Measure tool is conflicting with other tools,
## How to reproduce
<!-- A list of steps to reproduce the bug -->
https://user-images.githubusercontent.com/11991428/187956448-44c1329c-1d80-457c-8b63-9e9a54f1fa96.mp4
https://user-images.githubusercontent.com/11991428/187956459-5eefc154-389f-4b46-8e48-4f5a41a5d971.mp4
*Expected Result*
<!-- Describe here the expected result -->
to have measure tool not conflict with others
*Current Result*
<!-- Describe here the current behavior -->
see mp4 above
- [x] Not browser related
<details><summary> <b>Browser info</b> </summary>
<!-- If browser related, please compile the following table -->
<!-- If your browser is not in the list please add a new row to the table with the version -->
(use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users)
| Browser Affected | Version |
|---|---|
|Internet Explorer| |
|Edge| |
|Chrome| |
|Firefox| |
|Safari| |
</details>
## Other useful information
<!-- error stack trace, screenshot, videos, or link to repository code are welcome -->
| 1.0 | Measure tool problems - ## Description
<!-- Add here a few sentences describing the bug. -->
Measure tool is conflicting with other tools,
## How to reproduce
<!-- A list of steps to reproduce the bug -->
https://user-images.githubusercontent.com/11991428/187956448-44c1329c-1d80-457c-8b63-9e9a54f1fa96.mp4
https://user-images.githubusercontent.com/11991428/187956459-5eefc154-389f-4b46-8e48-4f5a41a5d971.mp4
*Expected Result*
<!-- Describe here the expected result -->
to have measure tool not conflict with others
*Current Result*
<!-- Describe here the current behavior -->
see mp4 above
- [x] Not browser related
<details><summary> <b>Browser info</b> </summary>
<!-- If browser related, please compile the following table -->
<!-- If your browser is not in the list please add a new row to the table with the version -->
(use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users)
| Browser Affected | Version |
|---|---|
|Internet Explorer| |
|Edge| |
|Chrome| |
|Firefox| |
|Safari| |
</details>
## Other useful information
<!-- error stack trace, screenshot, videos, or link to repository code are welcome -->
| priority | measure tool problems description measure tool is conflicting with other tools how to reproduce expected result to have measure tool not conflict with others current result see above not browser related browser info use this site a href for non expert users browser affected version internet explorer edge chrome firefox safari other useful information | 1 |
84,544 | 3,669,376,878 | IssuesEvent | 2016-02-21 06:16:01 | Pterodactyl/Panel | https://api.github.com/repos/Pterodactyl/Panel | closed | Deleting user removes all their servers without warning | priority: medium | There isn't much warning that deleting a user will delete all of their servers.
We really need to handle that better, and the whole interface for them. | 1.0 | Deleting user removes all their servers without warning - There isn't much warning that deleting a user will delete all of their servers.
We really need to handle that better, and the whole interface for them. | priority | deleting user removes all their servers without warning there isn t much warning that deleting a user will delete all of their servers we really need to handle that better and the whole interface for them | 1 |
69,753 | 30,475,871,311 | IssuesEvent | 2023-07-17 16:27:45 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Ambiguity related to compatibility between V1 and V2 remoting | service-fabric/svc triaged assigned-to-author doc-enhancement Pri2 | When describing using the remoting V2 (interface compatible) stack it is stated:
`The remoting V2 (interface compatible, known as V2_1) stack has all the features of the V2 remoting stack. Its interface stack is compatible with the remoting V1 stack, but it is not backward compatible with V2 and V1.`
It's not clear what `but it is not backward compatible with V2 and V1` means as long as in the same sentence we see that the `interface stack is compatible with the remoting V1 stack`.
Maybe it would help to describe also the scenario that brought me to that section of the documentation. We have one Service Fabric Actor and a Stateless Service that calls the actor, both build with .Net Framework 4.6.1. These use the V1 Remoting. Then we have this new Stateful Service built with .Net Core 2.1 (which uses Remoting V2) which needs to call into the other Actor. So having two clients calling the same actor one using V1 Remoting and the second V2 Remoting. Apparently this is not supported by Service Fabric although when I initially read the documentation that's what I imagined the Remoting V2_1 is used for.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 8902374b-b631-9d50-16ef-1899ea2dd29d
* Version Independent ID: 55351e69-aa2a-901c-a563-106b62e3d6ac
* Content: [Service remoting by using C# in Service Fabric](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-communication-remoting#feedback)
* Content Source: [articles/service-fabric/service-fabric-reliable-services-communication-remoting.md](https://github.com/Microsoft/azure-docs/blob/master/articles/service-fabric/service-fabric-reliable-services-communication-remoting.md)
* Service: **service-fabric**
* GitHub Login: @vturecek
* Microsoft Alias: **vturecek** | 1.0 | Ambiguity related to compatibility between V1 and V2 remoting - When describing using the remoting V2 (interface compatible) stack it is stated:
`The remoting V2 (interface compatible, known as V2_1) stack has all the features of the V2 remoting stack. Its interface stack is compatible with the remoting V1 stack, but it is not backward compatible with V2 and V1.`
It's not clear what `but it is not backward compatible with V2 and V1` means as long as in the same sentence we see that the `interface stack is compatible with the remoting V1 stack`.
Maybe it would help to describe also the scenario that brought me to that section of the documentation. We have one Service Fabric Actor and a Stateless Service that calls the actor, both build with .Net Framework 4.6.1. These use the V1 Remoting. Then we have this new Stateful Service built with .Net Core 2.1 (which uses Remoting V2) which needs to call into the other Actor. So having two clients calling the same actor one using V1 Remoting and the second V2 Remoting. Apparently this is not supported by Service Fabric although when I initially read the documentation that's what I imagined the Remoting V2_1 is used for.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 8902374b-b631-9d50-16ef-1899ea2dd29d
* Version Independent ID: 55351e69-aa2a-901c-a563-106b62e3d6ac
* Content: [Service remoting by using C# in Service Fabric](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-communication-remoting#feedback)
* Content Source: [articles/service-fabric/service-fabric-reliable-services-communication-remoting.md](https://github.com/Microsoft/azure-docs/blob/master/articles/service-fabric/service-fabric-reliable-services-communication-remoting.md)
* Service: **service-fabric**
* GitHub Login: @vturecek
* Microsoft Alias: **vturecek** | non_priority | ambiguity related to compatibility between and remoting when describing using the remoting interface compatible stack it is stated the remoting interface compatible known as stack has all the features of the remoting stack its interface stack is compatible with the remoting stack but it is not backward compatible with and it s not clear what but it is not backward compatible with and means as long as in the same sentence we see that the interface stack is compatible with the remoting stack maybe it would help to describe also the scenario that brought me to that section of the documentation we have one service fabric actor and a stateless service that calls the actor both build with net framework these use the remoting then we have this new stateful service built with net core which uses remoting which needs to call into the other actor so having two clients calling the same actor one using remoting and the second remoting apparently this is not supported by service fabric although when i initially read the documentation that s what i imagined the remoting is used for document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service service fabric github login vturecek microsoft alias vturecek | 0 |
66,703 | 8,958,919,691 | IssuesEvent | 2019-01-27 18:11:59 | davidkpiano/xstate | https://api.github.com/repos/davidkpiano/xstate | closed | Question - multiple invoke | documentation question | Actions and Activities can be launched in a sequence, for example specifying ['doThing1', 'doThing2'] as a state's actions.
However, it isn't clear how or if `invoke()` can be called multiple times in a state, for example to set different Promises off when the state is entered. | 1.0 | Question - multiple invoke - Actions and Activities can be launched in a sequence, for example specifying ['doThing1', 'doThing2'] as a state's actions.
However, it isn't clear how or if `invoke()` can be called multiple times in a state, for example to set different Promises off when the state is entered. | non_priority | question multiple invoke actions and activities can be launched in a sequence for example specifying as a state s actions however it isn t clear how or if invoke can be called multiple times in a state for example to set different promises off when the state is entered | 0 |
121,353 | 4,807,844,462 | IssuesEvent | 2016-11-02 22:48:21 | ObjectiveSubject/cgu | https://api.github.com/repos/ObjectiveSubject/cgu | opened | Faculty page: recruiters appear | From Client High Priority | Recruiter (admissions) profiles are appearing on Faculty pages even though they are tagged as admissions and not faculty.
Ex: http://cgu.wpengine.com/school/school-of-arts-and-humanities/faculty/
Alice Liu, Erma Cross, and Amy Sandefur are showing here, even though they are tagged as "admissions" in the admin interface. | 1.0 | Faculty page: recruiters appear - Recruiter (admissions) profiles are appearing on Faculty pages even though they are tagged as admissions and not faculty.
Ex: http://cgu.wpengine.com/school/school-of-arts-and-humanities/faculty/
Alice Liu, Erma Cross, and Amy Sandefur are showing here, even though they are tagged as "admissions" in the admin interface. | priority | faculty page recruiters appear recruiter admissions profiles are appearing on faculty pages even though they are tagged as admissions and not faculty ex alice liu erma cross and amy sandefur are showing here even though they are tagged as admissions in the admin interface | 1 |
43,099 | 2,882,534,009 | IssuesEvent | 2015-06-11 06:03:12 | openshift/origin | https://api.github.com/repos/openshift/origin | closed | Support canary for rolling deployments | component/deployments kind/enhancement priority/P1 | During rolling deployment, a canary check should be performed for the first new replica to avoid rolling out a bunch of broken replicas. Wait for the first replica, and fail the deployment if the pod doesn't start successfully.
Outstanding design issues:
* Should there be a distinct timeout on `RollingDeploymentStrategyParams` for the canary check? The only possible existing parameter which could be reused is `TimeoutSeconds` which defaults to 120 seconds and is intended to represent the time to wait for a given replica count to be achieved (which is roughly analagous, but doesn't account for pod/container status).
This issue will require carring an upstream patch for the rolling updater.
Punch list item for https://github.com/openshift/origin/issues/2628. | 1.0 | Support canary for rolling deployments - During rolling deployment, a canary check should be performed for the first new replica to avoid rolling out a bunch of broken replicas. Wait for the first replica, and fail the deployment if the pod doesn't start successfully.
Outstanding design issues:
* Should there be a distinct timeout on `RollingDeploymentStrategyParams` for the canary check? The only possible existing parameter which could be reused is `TimeoutSeconds` which defaults to 120 seconds and is intended to represent the time to wait for a given replica count to be achieved (which is roughly analagous, but doesn't account for pod/container status).
This issue will require carring an upstream patch for the rolling updater.
Punch list item for https://github.com/openshift/origin/issues/2628. | priority | support canary for rolling deployments during rolling deployment a canary check should be performed for the first new replica to avoid rolling out a bunch of broken replicas wait for the first replica and fail the deployment if the pod doesn t start successfully outstanding design issues should there be a distinct timeout on rollingdeploymentstrategyparams for the canary check the only possible existing parameter which could be reused is timeoutseconds which defaults to seconds and is intended to represent the time to wait for a given replica count to be achieved which is roughly analagous but doesn t account for pod container status this issue will require carring an upstream patch for the rolling updater punch list item for | 1 |
110,708 | 11,708,344,736 | IssuesEvent | 2020-03-08 12:45:55 | tchiotludo/kafkahq | https://api.github.com/repos/tchiotludo/kafkahq | closed | Docs : Permissions not enforced / Groups & Roles | documentation | It seems that permissions are not enforced in 0.12.0, for example if I set the application up with:
```
kafkahq:
security:
default-roles:
- topic/read
- node/read
- topic/data/read
- group/read
- registry/read
- connect/read
```
I can still delete topics. Adding a default group with the same rights did not solve it. | 1.0 | Docs : Permissions not enforced / Groups & Roles - It seems that permissions are not enforced in 0.12.0, for example if I set the application up with:
```
kafkahq:
security:
default-roles:
- topic/read
- node/read
- topic/data/read
- group/read
- registry/read
- connect/read
```
I can still delete topics. Adding a default group with the same rights did not solve it. | non_priority | docs permissions not enforced groups roles it seems that permissions are not enforced in for example if i set the application up with kafkahq security default roles topic read node read topic data read group read registry read connect read i can still delete topics adding a default group with the same rights did not solve it | 0 |
29,200 | 2,714,096,278 | IssuesEvent | 2015-04-09 23:37:31 | nickpaventi/culligan-diy | https://api.github.com/repos/nickpaventi/culligan-diy | closed | Home [Tablet]: Quote is missing padding | Low Priority | Should have equal padding below the text as is above it (blue)

| 1.0 | Home [Tablet]: Quote is missing padding - Should have equal padding below the text as is above it (blue)

| priority | home quote is missing padding should have equal padding below the text as is above it blue | 1 |
232,812 | 25,706,350,308 | IssuesEvent | 2022-12-07 01:05:56 | nidhi7598/linux-4.1.15_CVE-2019-10220 | https://api.github.com/repos/nidhi7598/linux-4.1.15_CVE-2019-10220 | opened | CVE-2017-1000365 (High) detected in linuxlinux-4.6 | security vulnerability | ## CVE-2017-1000365 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/exec.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/exec.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The Linux Kernel imposes a size restriction on the arguments and environmental strings passed through RLIMIT_STACK/RLIM_INFINITY (1/4 of the size), but does not take the argument and environment pointers into account, which allows attackers to bypass this limitation. This affects Linux Kernel versions 4.11.5 and earlier. It appears that this feature was introduced in the Linux Kernel version 2.6.23.
<p>Publish Date: 2017-06-19
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-1000365>CVE-2017-1000365</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.4</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000365">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000365</a></p>
<p>Release Date: 2017-06-19</p>
<p>Fix Resolution: v4.12-rc7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2017-1000365 (High) detected in linuxlinux-4.6 - ## CVE-2017-1000365 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/exec.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/exec.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The Linux Kernel imposes a size restriction on the arguments and environmental strings passed through RLIMIT_STACK/RLIM_INFINITY (1/4 of the size), but does not take the argument and environment pointers into account, which allows attackers to bypass this limitation. This affects Linux Kernel versions 4.11.5 and earlier. It appears that this feature was introduced in the Linux Kernel version 2.6.23.
<p>Publish Date: 2017-06-19
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-1000365>CVE-2017-1000365</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.4</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000365">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000365</a></p>
<p>Release Date: 2017-06-19</p>
<p>Fix Resolution: v4.12-rc7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in base branch master vulnerable source files fs exec c fs exec c vulnerability details the linux kernel imposes a size restriction on the arguments and environmental strings passed through rlimit stack rlim infinity of the size but does not take the argument and environment pointers into account which allows attackers to bypass this limitation this affects linux kernel versions and earlier it appears that this feature was introduced in the linux kernel version publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
188,359 | 6,775,601,798 | IssuesEvent | 2017-10-27 14:49:04 | fgpv-vpgf/fgpv-vpgf | https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf | closed | config ->ui -> sideMenu ->items is broken | bug-type: broken use case priority: high problem: bug | Defining `N` items causes `N` sets of `N` items each when there should only be one set.

Needed for EDM project | 1.0 | config ->ui -> sideMenu ->items is broken - Defining `N` items causes `N` sets of `N` items each when there should only be one set.

Needed for EDM project | priority | config ui sidemenu items is broken defining n items causes n sets of n items each when there should only be one set needed for edm project | 1 |
580,193 | 17,212,513,797 | IssuesEvent | 2021-07-19 07:17:35 | eatmyvenom/hyarcade | https://api.github.com/repos/eatmyvenom/hyarcade | closed | [Feature] TopGames command | Awaiting other issue Low priority disc:interactions disc:text commands enhancement t:discord | A command that shows the list of the players most won arcade games. This is relatively simple to implement but with the various refractors it needs to wait. | 1.0 | [Feature] TopGames command - A command that shows the list of the players most won arcade games. This is relatively simple to implement but with the various refractors it needs to wait. | priority | topgames command a command that shows the list of the players most won arcade games this is relatively simple to implement but with the various refractors it needs to wait | 1 |
775,517 | 27,234,796,194 | IssuesEvent | 2023-02-21 15:36:10 | ascheid/itsg33-pbmm-issue-gen | https://api.github.com/repos/ascheid/itsg33-pbmm-issue-gen | closed | IA-2 IDENTIFICATION AND AUTHENTICATION (ORGANIZATIONAL USERS) | Priority: P2 | IDENTIFICATION AND AUTHENTICATION | REMOTE ACCESS - SEPARATE DEVICE
The information system implements multifactor authentication for remote access to privileged and non-privileged accounts such that one of the factors is provided by a device separate from the system being accessed and the device meets [Assignment: organization-defined strength of mechanism requirements]. | 1.0 | IA-2 IDENTIFICATION AND AUTHENTICATION (ORGANIZATIONAL USERS) - IDENTIFICATION AND AUTHENTICATION | REMOTE ACCESS - SEPARATE DEVICE
The information system implements multifactor authentication for remote access to privileged and non-privileged accounts such that one of the factors is provided by a device separate from the system being accessed and the device meets [Assignment: organization-defined strength of mechanism requirements]. | priority | ia identification and authentication organizational users identification and authentication remote access separate device the information system implements multifactor authentication for remote access to privileged and non privileged accounts such that one of the factors is provided by a device separate from the system being accessed and the device meets | 1 |
55,908 | 13,691,636,167 | IssuesEvent | 2020-09-30 15:47:54 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | Provide a deployment Docker image based on RedHat UBI | A-build-system C-cleanup | This is a follow-on to #41390. Right now, we ship a Debian-based image. It would be helpful for some operators to also supply a UBI-based docker image to DockerHub. | 1.0 | Provide a deployment Docker image based on RedHat UBI - This is a follow-on to #41390. Right now, we ship a Debian-based image. It would be helpful for some operators to also supply a UBI-based docker image to DockerHub. | non_priority | provide a deployment docker image based on redhat ubi this is a follow on to right now we ship a debian based image it would be helpful for some operators to also supply a ubi based docker image to dockerhub | 0 |
772,042 | 27,103,449,426 | IssuesEvent | 2023-02-15 10:20:28 | FastcampusMini/mini-project | https://api.github.com/repos/FastcampusMini/mini-project | opened | 페이징 기능 구현 | For: API For: Backend Priority: High Status: In Progress Type: Feature | ## Title
페이징 기능 구현
## Description
신청한 상품내역 GET /user/addList
구매 내역 조회 GET /product/order/check
검색서비스 GET /search
메인페이지(금융상품) GET /products
추천상품 GET /products/recommended
위의 api들에서 페이징 구현 필요
하지만 다른분들이 맡은 부분이랑 추후 수정될수도 있고 conflict 가능성도 있어
일단은 검색서비스에만 페이징 적용후 기능 완성한 후 나머지는 추후 feature/paging 브랜치로 구현할 예정
## Tasks
페이징이 적용된 api 목록
- [ ] 검색서비스 GET /search
- [ ] 구매 내역 조회 GET /product/order/check
- [ ] 신청한 상품내역 GET /user/addList
- [ ] 메인페이지(금융상품) GET /products
- [ ] 추천상품 GET /products/recommended | 1.0 | 페이징 기능 구현 - ## Title
페이징 기능 구현
## Description
신청한 상품내역 GET /user/addList
구매 내역 조회 GET /product/order/check
검색서비스 GET /search
메인페이지(금융상품) GET /products
추천상품 GET /products/recommended
위의 api들에서 페이징 구현 필요
하지만 다른분들이 맡은 부분이랑 추후 수정될수도 있고 conflict 가능성도 있어
일단은 검색서비스에만 페이징 적용후 기능 완성한 후 나머지는 추후 feature/paging 브랜치로 구현할 예정
## Tasks
페이징이 적용된 api 목록
- [ ] 검색서비스 GET /search
- [ ] 구매 내역 조회 GET /product/order/check
- [ ] 신청한 상품내역 GET /user/addList
- [ ] 메인페이지(금융상품) GET /products
- [ ] 추천상품 GET /products/recommended | priority | 페이징 기능 구현 title 페이징 기능 구현 description 신청한 상품내역 get user addlist 구매 내역 조회 get product order check 검색서비스 get search 메인페이지 금융상품 get products 추천상품 get products recommended 위의 api들에서 페이징 구현 필요 하지만 다른분들이 맡은 부분이랑 추후 수정될수도 있고 conflict 가능성도 있어 일단은 검색서비스에만 페이징 적용후 기능 완성한 후 나머지는 추후 feature paging 브랜치로 구현할 예정 tasks 페이징이 적용된 api 목록 검색서비스 get search 구매 내역 조회 get product order check 신청한 상품내역 get user addlist 메인페이지 금융상품 get products 추천상품 get products recommended | 1 |
67,548 | 17,011,862,929 | IssuesEvent | 2021-07-02 06:24:26 | slavfox/Cozette | https://api.github.com/repos/slavfox/Cozette | closed | Automatic changelog generation | build/deployment | I waste *a lot* of time adding new glyphs to the changelog. This became especially apparent when working on #7, which would probably be done by now if I hadn't been keeping track of the glyphs. The glyph changelist could be easily auto-generated, by reading the list from the last commit, and comparing it to the current version. | 1.0 | Automatic changelog generation - I waste *a lot* of time adding new glyphs to the changelog. This became especially apparent when working on #7, which would probably be done by now if I hadn't been keeping track of the glyphs. The glyph changelist could be easily auto-generated, by reading the list from the last commit, and comparing it to the current version. | non_priority | automatic changelog generation i waste a lot of time adding new glyphs to the changelog this became especially apparent when working on which would probably be done by now if i hadn t been keeping track of the glyphs the glyph changelist could be easily auto generated by reading the list from the last commit and comparing it to the current version | 0 |
188,374 | 6,775,791,404 | IssuesEvent | 2017-10-27 15:25:44 | ZeroNetJS/zeronet-js | https://api.github.com/repos/ZeroNetJS/zeronet-js | opened | Peer Stream only returns one peer | bug help wanted high priority | <!-- Everything except "affected components" can be ignored for feature requests -->
**OS:** linux
**Bundle:** git
**Steps to Reproduce:**
<!--
1. Start the node
2. Visit http://localhost:15544
3. ...
-->
1. Start the node with `INTENSE_DEBUG=1`
2. Visit http://localhost:15544
3. Wait for the file download to get stuck
**Affected Component(s):** zite
**Expected Results:**
More then one dialed peer get's used.
**Actual Results:**
The first dialed peer get's used and no new peers get down the stream
**Other information:** <!-- We would very appreciate if you would attach a logfile -->
Branch master | 1.0 | Peer Stream only returns one peer - <!-- Everything except "affected components" can be ignored for feature requests -->
**OS:** linux
**Bundle:** git
**Steps to Reproduce:**
<!--
1. Start the node
2. Visit http://localhost:15544
3. ...
-->
1. Start the node with `INTENSE_DEBUG=1`
2. Visit http://localhost:15544
3. Wait for the file download to get stuck
**Affected Component(s):** zite
**Expected Results:**
More then one dialed peer get's used.
**Actual Results:**
The first dialed peer get's used and no new peers get down the stream
**Other information:** <!-- We would very appreciate if you would attach a logfile -->
Branch master | priority | peer stream only returns one peer os linux bundle git steps to reproduce start the node visit start the node with intense debug visit wait for the file download to get stuck affected component s zite expected results more then one dialed peer get s used actual results the first dialed peer get s used and no new peers get down the stream other information branch master | 1 |
449,005 | 12,961,915,731 | IssuesEvent | 2020-07-20 16:20:43 | googlefonts/noto-fonts | https://api.github.com/repos/googlefonts/noto-fonts | closed | Bad UPA tone letter glyphs | Android FIX_INCOMPLETE Priority-Medium Script-LatinGreekCyrillic | In Noto Sans 1.06, U+A720..U+A721 MODIFIER LETTER STRESS AND HIGH/LOW TONE are non-spacing but should be spacing. They are horizontal but should slant downwards. U+A721 is backwards. U+02FB..U+02FC MODIFIER LETTER BEGIN/END LOW TONE are too high: they should be on the baseline. All of these tone letters plus U+02F9..02FA MODIFIER LETTER BEGIN/END HIGH TONE are too small and squat. See [figure 75 of N2419](http://www.unicode.org/L2/L2002/02141-n2419-uralic-phonetic.pdf#55) and [figure 3 of N2958](http://www.unicode.org/L2/L2005/05189-n2958-upa-report.pdf#3).
| 1.0 | Bad UPA tone letter glyphs - In Noto Sans 1.06, U+A720..U+A721 MODIFIER LETTER STRESS AND HIGH/LOW TONE are non-spacing but should be spacing. They are horizontal but should slant downwards. U+A721 is backwards. U+02FB..U+02FC MODIFIER LETTER BEGIN/END LOW TONE are too high: they should be on the baseline. All of these tone letters plus U+02F9..02FA MODIFIER LETTER BEGIN/END HIGH TONE are too small and squat. See [figure 75 of N2419](http://www.unicode.org/L2/L2002/02141-n2419-uralic-phonetic.pdf#55) and [figure 3 of N2958](http://www.unicode.org/L2/L2005/05189-n2958-upa-report.pdf#3).
| priority | bad upa tone letter glyphs in noto sans u u modifier letter stress and high low tone are non spacing but should be spacing they are horizontal but should slant downwards u is backwards u u modifier letter begin end low tone are too high they should be on the baseline all of these tone letters plus u modifier letter begin end high tone are too small and squat see and | 1 |
8,873 | 8,444,531,677 | IssuesEvent | 2018-10-18 18:43:01 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Suggest moving paragraph down one paragraph | app-service/svc assigned-to-author doc-enhancement triaged | The id tokens, access tokens, and refresh tokens cached for the authenticated session, and they're accessible only by the associated user.
should be one paragraph down from where it is.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 13176d24-57e1-33bb-1948-a086df502dca
* Version Independent ID: 1c15986a-adf6-6f99-72b4-e2a351d0c15e
* Content: [Authentication and authorization in Azure App Service](https://docs.microsoft.com/en-us/azure/app-service/app-service-authentication-overview)
* Content Source: [articles/app-service/app-service-authentication-overview.md](https://github.com/Microsoft/azure-docs/blob/master/articles/app-service/app-service-authentication-overview.md)
* Service: **app-service**
* GitHub Login: @cephalin
* Microsoft Alias: **mahender,cephalin** | 1.0 | Suggest moving paragraph down one paragraph - The id tokens, access tokens, and refresh tokens cached for the authenticated session, and they're accessible only by the associated user.
should be one paragraph down from where it is.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 13176d24-57e1-33bb-1948-a086df502dca
* Version Independent ID: 1c15986a-adf6-6f99-72b4-e2a351d0c15e
* Content: [Authentication and authorization in Azure App Service](https://docs.microsoft.com/en-us/azure/app-service/app-service-authentication-overview)
* Content Source: [articles/app-service/app-service-authentication-overview.md](https://github.com/Microsoft/azure-docs/blob/master/articles/app-service/app-service-authentication-overview.md)
* Service: **app-service**
* GitHub Login: @cephalin
* Microsoft Alias: **mahender,cephalin** | non_priority | suggest moving paragraph down one paragraph the id tokens access tokens and refresh tokens cached for the authenticated session and they re accessible only by the associated user should be one paragraph down from where it is document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service app service github login cephalin microsoft alias mahender cephalin | 0 |
192,928 | 6,877,565,256 | IssuesEvent | 2017-11-20 08:35:39 | OpenNebula/one | https://api.github.com/repos/OpenNebula/one | opened | Persistent VM snapshots | Category: Drivers - VM Priority: High Status: New Tracker: Backlog | ---
Author Name: **Tino Vázquez** (Tino Vázquez)
Original Redmine Issue: 3187, https://dev.opennebula.org/issues/3187
Original Date: 2014-09-12
---
After a poweroff/poweron and migrate cycle, snapshots are discarded by OpenNebula. With new versions of libvirt, this is no longer needed
| 1.0 | Persistent VM snapshots - ---
Author Name: **Tino Vázquez** (Tino Vázquez)
Original Redmine Issue: 3187, https://dev.opennebula.org/issues/3187
Original Date: 2014-09-12
---
After a poweroff/poweron and migrate cycle, snapshots are discarded by OpenNebula. With new versions of libvirt, this is no longer needed
| priority | persistent vm snapshots author name tino vázquez tino vázquez original redmine issue original date after a poweroff poweron and migrate cycle snapshots are discarded by opennebula with new versions of libvirt this is no longer needed | 1 |
350,387 | 10,483,389,429 | IssuesEvent | 2019-09-24 13:53:50 | jenkins-x/jx | https://api.github.com/repos/jenkins-x/jx | closed | Deck pod in crash loop when using Tekton | area/prow kind/bug lifecycle/rotten priority/important-longterm | ### Summary
I am looking at a test cluster that is about 15hrs old. It was created and has had a single golang-http quickstart executed against it shortly after setup.
I am seeing two deck pods, with one in long term CrashLoopBackOff:
```
jx deck-5fbbdc9478-kpxgc 1/1 Running 3 15h
jx deck-5fbbdc9478-xt8k5 0/1 CrashLoopBackOff 177 15h
```
The failing pod reports:
```
State: Waiting
Reason: CrashLoopBackOff
Last State: Terminated
Reason: Error
Exit Code: 1
Started: Fri, 15 Mar 2019 09:09:32 +0000
Finished: Fri, 15 Mar 2019 09:09:32 +0000
Ready: False
Restart Count: 177
```
And the container log is:
```
time="2019-03-15T08:59:17Z" level=info msg="Spyglass registered viewer buildlog with title Build Log."
time="2019-03-15T08:59:17Z" level=info msg="Spyglass registered viewer junit with title JUnit."
time="2019-03-15T08:59:17Z" level=info msg="Spyglass registered viewer metadata with title Metadata."
{"component":"deck","error":"invalid presubmit job promotion-build: agent must be one of jenkins, knative-build, knative-pipeline-run, kubernetes (found \"tekton\")","level":"fatal","msg":"Error starting config agent.","time":"2019-03-15T08:59:17Z"}
```
### Steps to reproduce the behavior
Create cluster instance with:
```
jx create cluster gke \
--cluster-name='d23' \
--default-admin-password='xxxxxx' \
--environment-git-owner='tdcox' \
--enhanced-apis=true \
--enhanced-scopes=true \
--git-username='tdcox' \
--git-private=false \
--kaniko=true \
--labels='demo=true' \
--machine-type='n1-standard-4' \
--max-num-nodes='3' \
--min-num-nodes='2' \
--no-tiller=true \
--preemptible=true \
--project-id='jx-mar19' \
--prow=true \
--skip-login=true \
--tekton=true \
--zone='europe-west1-d'
```
Then run a single quickstart:
```
➜ jx create quickstart
Using Git provider GitHub at https://github.com
? Do you wish to use tdcox as the Git user name? Yes
About to create repository on server https://github.com with user tdcox
? Which organisation do you want to use? tdcox
? Enter the new repository name: test107
Creating repository tdcox/test107
? select the quickstart you wish to create golang-http
Generated quickstart at /Users/terry/Documents/code/jxtesting/test107
### NO charts folder /Users/terry/Documents/code/jxtesting/test107/charts/golang-http
Created project at /Users/terry/Documents/code/jxtesting/test107
The directory /Users/terry/Documents/code/jxtesting/test107 is not yet using git
? Would you like to initialise git now? Yes
? Commit message: Initial import
Git repository created
performing pack detection in folder /Users/terry/Documents/code/jxtesting/test107
--> Draft detected Go (65.746753%)
selected pack: /Users/terry/.jx/draft/packs/github.com/jenkins-x-buildpacks/jenkins-x-kubernetes/packs/go
replacing placeholders in directory /Users/terry/Documents/code/jxtesting/test107
app name: test107, git server: github.com, org: tdcox, Docker registry org: tdcox
skipping directory "/Users/terry/Documents/code/jxtesting/test107/.git"
Pushed Git repository to https://github.com/tdcox/test107
Creating GitHub webhook for tdcox/test107 for url http://hook.jx.35.241.195.78.nip.io/hook
Watch pipeline activity via: jx get activity -f test107 -w
Browse the pipeline log via: jx get build logs tdcox/test107/master
Open the Jenkins console via jx console
You can list the pipelines via: jx get pipelines
When the pipeline is complete: jx get applications
For more help on available commands see: https://jenkins-x.io/developing/browsing/
Note that your first pipeline may take a few minutes to start while the necessary images get downloaded!
```
### Expected behavior
Pod to restart after failure.
### Actual behavior
Zombie Pod
### Jx version
The output of `jx version` is:
```
NAME VERSION
jx 1.3.974
jenkins x platform 0.0.3535
Kubernetes cluster v1.11.7-gke.4
kubectl v1.13.4
helm client Client: v2.13.0+g79d0794
git git version 2.21.0
Operating System Mac OS X 10.13.6 build 17G4015
```
### Jenkins type
<!--
Select which Jenkins installation type are you using.
-->
- [ ] Classic Jenkins
- [x] Serverless Jenkins
| 1.0 | Deck pod in crash loop when using Tekton - ### Summary
I am looking at a test cluster that is about 15hrs old. It was created and has had a single golang-http quickstart executed against it shortly after setup.
I am seeing two deck pods, with one in long term CrashLoopBackOff:
```
jx deck-5fbbdc9478-kpxgc 1/1 Running 3 15h
jx deck-5fbbdc9478-xt8k5 0/1 CrashLoopBackOff 177 15h
```
The failing pod reports:
```
State: Waiting
Reason: CrashLoopBackOff
Last State: Terminated
Reason: Error
Exit Code: 1
Started: Fri, 15 Mar 2019 09:09:32 +0000
Finished: Fri, 15 Mar 2019 09:09:32 +0000
Ready: False
Restart Count: 177
```
And the container log is:
```
time="2019-03-15T08:59:17Z" level=info msg="Spyglass registered viewer buildlog with title Build Log."
time="2019-03-15T08:59:17Z" level=info msg="Spyglass registered viewer junit with title JUnit."
time="2019-03-15T08:59:17Z" level=info msg="Spyglass registered viewer metadata with title Metadata."
{"component":"deck","error":"invalid presubmit job promotion-build: agent must be one of jenkins, knative-build, knative-pipeline-run, kubernetes (found \"tekton\")","level":"fatal","msg":"Error starting config agent.","time":"2019-03-15T08:59:17Z"}
```
### Steps to reproduce the behavior
Create cluster instance with:
```
jx create cluster gke \
--cluster-name='d23' \
--default-admin-password='xxxxxx' \
--environment-git-owner='tdcox' \
--enhanced-apis=true \
--enhanced-scopes=true \
--git-username='tdcox' \
--git-private=false \
--kaniko=true \
--labels='demo=true' \
--machine-type='n1-standard-4' \
--max-num-nodes='3' \
--min-num-nodes='2' \
--no-tiller=true \
--preemptible=true \
--project-id='jx-mar19' \
--prow=true \
--skip-login=true \
--tekton=true \
--zone='europe-west1-d'
```
Then run a single quickstart:
```
➜ jx create quickstart
Using Git provider GitHub at https://github.com
? Do you wish to use tdcox as the Git user name? Yes
About to create repository on server https://github.com with user tdcox
? Which organisation do you want to use? tdcox
? Enter the new repository name: test107
Creating repository tdcox/test107
? select the quickstart you wish to create golang-http
Generated quickstart at /Users/terry/Documents/code/jxtesting/test107
### NO charts folder /Users/terry/Documents/code/jxtesting/test107/charts/golang-http
Created project at /Users/terry/Documents/code/jxtesting/test107
The directory /Users/terry/Documents/code/jxtesting/test107 is not yet using git
? Would you like to initialise git now? Yes
? Commit message: Initial import
Git repository created
performing pack detection in folder /Users/terry/Documents/code/jxtesting/test107
--> Draft detected Go (65.746753%)
selected pack: /Users/terry/.jx/draft/packs/github.com/jenkins-x-buildpacks/jenkins-x-kubernetes/packs/go
replacing placeholders in directory /Users/terry/Documents/code/jxtesting/test107
app name: test107, git server: github.com, org: tdcox, Docker registry org: tdcox
skipping directory "/Users/terry/Documents/code/jxtesting/test107/.git"
Pushed Git repository to https://github.com/tdcox/test107
Creating GitHub webhook for tdcox/test107 for url http://hook.jx.35.241.195.78.nip.io/hook
Watch pipeline activity via: jx get activity -f test107 -w
Browse the pipeline log via: jx get build logs tdcox/test107/master
Open the Jenkins console via jx console
You can list the pipelines via: jx get pipelines
When the pipeline is complete: jx get applications
For more help on available commands see: https://jenkins-x.io/developing/browsing/
Note that your first pipeline may take a few minutes to start while the necessary images get downloaded!
```
### Expected behavior
Pod to restart after failure.
### Actual behavior
Zombie Pod
### Jx version
The output of `jx version` is:
```
NAME VERSION
jx 1.3.974
jenkins x platform 0.0.3535
Kubernetes cluster v1.11.7-gke.4
kubectl v1.13.4
helm client Client: v2.13.0+g79d0794
git git version 2.21.0
Operating System Mac OS X 10.13.6 build 17G4015
```
### Jenkins type
<!--
Select which Jenkins installation type are you using.
-->
- [ ] Classic Jenkins
- [x] Serverless Jenkins
| priority | deck pod in crash loop when using tekton summary i am looking at a test cluster that is about old it was created and has had a single golang http quickstart executed against it shortly after setup i am seeing two deck pods with one in long term crashloopbackoff jx deck kpxgc running jx deck crashloopbackoff the failing pod reports state waiting reason crashloopbackoff last state terminated reason error exit code started fri mar finished fri mar ready false restart count and the container log is time level info msg spyglass registered viewer buildlog with title build log time level info msg spyglass registered viewer junit with title junit time level info msg spyglass registered viewer metadata with title metadata component deck error invalid presubmit job promotion build agent must be one of jenkins knative build knative pipeline run kubernetes found tekton level fatal msg error starting config agent time steps to reproduce the behavior create cluster instance with jx create cluster gke cluster name default admin password xxxxxx environment git owner tdcox enhanced apis true enhanced scopes true git username tdcox git private false kaniko true labels demo true machine type standard max num nodes min num nodes no tiller true preemptible true project id jx prow true skip login true tekton true zone europe d then run a single quickstart ➜ jx create quickstart using git provider github at do you wish to use tdcox as the git user name yes about to create repository on server with user tdcox which organisation do you want to use tdcox enter the new repository name creating repository tdcox select the quickstart you wish to create golang http generated quickstart at users terry documents code jxtesting no charts folder users terry documents code jxtesting charts golang http created project at users terry documents code jxtesting the directory users terry documents code jxtesting is not yet using git would you like to initialise git now yes commit message initial import git repository created performing pack detection in folder users terry documents code jxtesting draft detected go selected pack users terry jx draft packs github com jenkins x buildpacks jenkins x kubernetes packs go replacing placeholders in directory users terry documents code jxtesting app name git server github com org tdcox docker registry org tdcox skipping directory users terry documents code jxtesting git pushed git repository to creating github webhook for tdcox for url watch pipeline activity via jx get activity f w browse the pipeline log via jx get build logs tdcox master open the jenkins console via jx console you can list the pipelines via jx get pipelines when the pipeline is complete jx get applications for more help on available commands see note that your first pipeline may take a few minutes to start while the necessary images get downloaded expected behavior pod to restart after failure actual behavior zombie pod jx version the output of jx version is name version jx jenkins x platform kubernetes cluster gke kubectl helm client client git git version operating system mac os x build jenkins type select which jenkins installation type are you using classic jenkins serverless jenkins | 1 |
383,948 | 11,364,853,266 | IssuesEvent | 2020-01-27 09:20:51 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | github.com - see bug description | browser-fenix engine-gecko priority-critical | <!-- @browser: Firefox Mobile 71.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 7.1.1; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://github.com/M66B/FairEmail/releases
**Browser / Version**: Firefox Mobile 71.0
**Operating System**: Android 7.1.1
**Tested Another Browser**: Yes
**Problem type**: Something else
**Description**: Next page navigation missing
**Steps to Reproduce**:
At the bottom of the page there should be navigation links to the next or previous page. These don't appear anymore on the mobile page, but reappear when I force the mobile page to load as on a desktop.
[Screenshot](https://webcompat.com/uploads/2020/1/415c8940-a70d-40c7-8312-b8da685fbcd2.jpg)
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | github.com - see bug description - <!-- @browser: Firefox Mobile 71.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 7.1.1; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://github.com/M66B/FairEmail/releases
**Browser / Version**: Firefox Mobile 71.0
**Operating System**: Android 7.1.1
**Tested Another Browser**: Yes
**Problem type**: Something else
**Description**: Next page navigation missing
**Steps to Reproduce**:
At the bottom of the page there should be navigation links to the next or previous page. These don't appear anymore on the mobile page, but reappear when I force the mobile page to load as on a desktop.
[Screenshot](https://webcompat.com/uploads/2020/1/415c8940-a70d-40c7-8312-b8da685fbcd2.jpg)
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | github com see bug description url browser version firefox mobile operating system android tested another browser yes problem type something else description next page navigation missing steps to reproduce at the bottom of the page there should be navigation links to the next or previous page these don t appear anymore on the mobile page but reappear when i force the mobile page to load as on a desktop browser configuration none from with ❤️ | 1 |
245,905 | 18,798,124,647 | IssuesEvent | 2021-11-09 02:04:33 | Chadori/Construct-Master-Collection | https://api.github.com/repos/Chadori/Construct-Master-Collection | closed | [Mobile Billing] Experimental 'On receipt' listener to avoid using 'Wait()' for consumable products validation | Documentation Enhancement Mobile Monetization | ## Request Type
**Feature Request**
## Information
[Mobile Billing] Experimental `On receipt` listener to avoid using `Wait()` for consumable products validation
## Construct Editor
- Construct 2
- Construct 3
## Construct Runtime
- Construct 2
- Construct 3
## Note
- Update the `Real Currencies` plugin documentation as well. | 1.0 | [Mobile Billing] Experimental 'On receipt' listener to avoid using 'Wait()' for consumable products validation - ## Request Type
**Feature Request**
## Information
[Mobile Billing] Experimental `On receipt` listener to avoid using `Wait()` for consumable products validation
## Construct Editor
- Construct 2
- Construct 3
## Construct Runtime
- Construct 2
- Construct 3
## Note
- Update the `Real Currencies` plugin documentation as well. | non_priority | experimental on receipt listener to avoid using wait for consumable products validation request type feature request information experimental on receipt listener to avoid using wait for consumable products validation construct editor construct construct construct runtime construct construct note update the real currencies plugin documentation as well | 0 |
5,608 | 8,222,076,982 | IssuesEvent | 2018-09-06 05:54:43 | fergusfrl/RiverWiki | https://api.github.com/repos/fergusfrl/RiverWiki | opened | Editing of current runs | First Release Requirement | Currently, I can only edit the basic attributes of a run (river, region, grade, gauge name). I can't currently edit the points, which I think will be essential for the 1st release of the app. We want people to be able to edit features if they change, or correct them when they ballz it up like I did. | 1.0 | Editing of current runs - Currently, I can only edit the basic attributes of a run (river, region, grade, gauge name). I can't currently edit the points, which I think will be essential for the 1st release of the app. We want people to be able to edit features if they change, or correct them when they ballz it up like I did. | non_priority | editing of current runs currently i can only edit the basic attributes of a run river region grade gauge name i can t currently edit the points which i think will be essential for the release of the app we want people to be able to edit features if they change or correct them when they ballz it up like i did | 0 |
575,094 | 17,023,923,822 | IssuesEvent | 2021-07-03 04:34:58 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Add Location | Component: nominatim Priority: minor Resolution: invalid Type: enhancement | **[Submitted to the original trac issue database at 3.59pm, Tuesday, 14th July 2015]**
New hotel opening on July 16th
112 Lakeview Circle Atmore, AL 36504
251-368-1188
Fairfield Inn & Suites Atmore | 1.0 | Add Location - **[Submitted to the original trac issue database at 3.59pm, Tuesday, 14th July 2015]**
New hotel opening on July 16th
112 Lakeview Circle Atmore, AL 36504
251-368-1188
Fairfield Inn & Suites Atmore | priority | add location new hotel opening on july lakeview circle atmore al fairfield inn suites atmore | 1 |
697,173 | 23,930,493,732 | IssuesEvent | 2022-09-10 13:18:09 | grpc/grpc | https://api.github.com/repos/grpc/grpc | opened | Ruby 1.49.0.pre1 - grpc getting gRPC dynamic C core load error on x64-mingw-ucrt | kind/bug lang/ruby priority/P2 | @apolcyn I tested the release of grpc Ruby [1.49.0.pre1](https://rubygems.org/gems/grpc/versions/1.49.0.pre1) on a clean install of Windows / Ruby 3.1 x64-mingw-ucrt.
I am seeing an error `Couldn't find or load gRPC's dynamic C core (LoadError)`. The symptoms look similar to issue #23343 from 2020 re: not linking the right libs. This error happens at gem load time.
For some reason this error didn't happen on my own locally-built version of the grpc gem, so it's possible that something is wrong with the packaging process. It would be ideal to fix this before the full release of 1.49.0. Please take a look.
```
C:/ruby31/bin/ruby.exe -x C:\workspace\app\bin\bundle exec C:\ruby31\bin\ruby.exe C:/workspace/app/bin/rails server -b 127.0.0.1 -p 3000 -e development
C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require': Couldn't find or load gRPC's dynamic C core (LoadError)
from C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/grpc-1.49.0.pre1-x64-mingw-ucrt/src/ruby/lib/grpc/grpc.rb:20:in `<main>'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/grpc-1.49.0.pre1-x64-mingw-ucrt/src/ruby/lib/grpc.rb:19:in `require_relative'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/grpc-1.49.0.pre1-x64-mingw-ucrt/src/ruby/lib/grpc.rb:19:in `<main>'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from C:/ruby31/lib/ruby/site_ruby/3.1.0/bundler/runtime.rb:60:in `block (2 levels) in require'
from C:/ruby31/lib/ruby/site_ruby/3.1.0/bundler/runtime.rb:55:in `each'
from C:/ruby31/lib/ruby/site_ruby/3.1.0/bundler/runtime.rb:55:in `block in require'
from C:/ruby31/lib/ruby/site_ruby/3.1.0/bundler/runtime.rb:44:in `each'
from C:/ruby31/lib/ruby/site_ruby/3.1.0/bundler/runtime.rb:44:in `require'
from C:/ruby31/lib/ruby/site_ruby/3.1.0/bundler.rb:187:in `require'
from C:/workspace/tablesolution/config/application.rb:18:in `<main>'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/railties-7.0.3.1/lib/rails/commands/server/server_command.rb:137:in `block in perform'
from <internal:kernel>:90:in `tap'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/railties-7.0.3.1/lib/rails/commands/server/server_command.rb:134:in `perform'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/thor-1.2.1/lib/thor/command.rb:27:in `run'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/thor-1.2.1/lib/thor/invocation.rb:127:in `invoke_command'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/thor-1.2.1/lib/thor.rb:392:in `dispatch'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/railties-7.0.3.1/lib/rails/command/base.rb:87:in `perform'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/railties-7.0.3.1/lib/rails/command.rb:48:in `invoke'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/railties-7.0.3.1/lib/rails/commands.rb:18:in `<main>'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from C:/workspace/app/bin/rails:4:in `<main>'
```
| 1.0 | Ruby 1.49.0.pre1 - grpc getting gRPC dynamic C core load error on x64-mingw-ucrt - @apolcyn I tested the release of grpc Ruby [1.49.0.pre1](https://rubygems.org/gems/grpc/versions/1.49.0.pre1) on a clean install of Windows / Ruby 3.1 x64-mingw-ucrt.
I am seeing an error `Couldn't find or load gRPC's dynamic C core (LoadError)`. The symptoms look similar to issue #23343 from 2020 re: not linking the right libs. This error happens at gem load time.
For some reason this error didn't happen on my own locally-built version of the grpc gem, so it's possible that something is wrong with the packaging process. It would be ideal to fix this before the full release of 1.49.0. Please take a look.
```
C:/ruby31/bin/ruby.exe -x C:\workspace\app\bin\bundle exec C:\ruby31\bin\ruby.exe C:/workspace/app/bin/rails server -b 127.0.0.1 -p 3000 -e development
C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require': Couldn't find or load gRPC's dynamic C core (LoadError)
from C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/grpc-1.49.0.pre1-x64-mingw-ucrt/src/ruby/lib/grpc/grpc.rb:20:in `<main>'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/grpc-1.49.0.pre1-x64-mingw-ucrt/src/ruby/lib/grpc.rb:19:in `require_relative'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/grpc-1.49.0.pre1-x64-mingw-ucrt/src/ruby/lib/grpc.rb:19:in `<main>'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from C:/ruby31/lib/ruby/site_ruby/3.1.0/bundler/runtime.rb:60:in `block (2 levels) in require'
from C:/ruby31/lib/ruby/site_ruby/3.1.0/bundler/runtime.rb:55:in `each'
from C:/ruby31/lib/ruby/site_ruby/3.1.0/bundler/runtime.rb:55:in `block in require'
from C:/ruby31/lib/ruby/site_ruby/3.1.0/bundler/runtime.rb:44:in `each'
from C:/ruby31/lib/ruby/site_ruby/3.1.0/bundler/runtime.rb:44:in `require'
from C:/ruby31/lib/ruby/site_ruby/3.1.0/bundler.rb:187:in `require'
from C:/workspace/tablesolution/config/application.rb:18:in `<main>'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/railties-7.0.3.1/lib/rails/commands/server/server_command.rb:137:in `block in perform'
from <internal:kernel>:90:in `tap'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/railties-7.0.3.1/lib/rails/commands/server/server_command.rb:134:in `perform'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/thor-1.2.1/lib/thor/command.rb:27:in `run'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/thor-1.2.1/lib/thor/invocation.rb:127:in `invoke_command'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/thor-1.2.1/lib/thor.rb:392:in `dispatch'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/railties-7.0.3.1/lib/rails/command/base.rb:87:in `perform'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/railties-7.0.3.1/lib/rails/command.rb:48:in `invoke'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/railties-7.0.3.1/lib/rails/commands.rb:18:in `<main>'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from C:/ruby31/lib/ruby/gems/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from C:/workspace/app/bin/rails:4:in `<main>'
```
| priority | ruby grpc getting grpc dynamic c core load error on mingw ucrt apolcyn i tested the release of grpc ruby on a clean install of windows ruby mingw ucrt i am seeing an error couldn t find or load grpc s dynamic c core loaderror the symptoms look similar to issue from re not linking the right libs this error happens at gem load time for some reason this error didn t happen on my own locally built version of the grpc gem so it s possible that something is wrong with the packaging process it would be ideal to fix this before the full release of please take a look c bin ruby exe x c workspace app bin bundle exec c bin ruby exe c workspace app bin rails server b p e development c lib ruby gems gems bootsnap lib bootsnap load path cache core ext kernel require rb in require couldn t find or load grpc s dynamic c core loaderror from c lib ruby gems gems bootsnap lib bootsnap load path cache core ext kernel require rb in require from c lib ruby gems gems grpc mingw ucrt src ruby lib grpc grpc rb in from c lib ruby gems gems grpc mingw ucrt src ruby lib grpc rb in require relative from c lib ruby gems gems grpc mingw ucrt src ruby lib grpc rb in from c lib ruby gems gems bootsnap lib bootsnap load path cache core ext kernel require rb in require from c lib ruby gems gems bootsnap lib bootsnap load path cache core ext kernel require rb in require from c lib ruby site ruby bundler runtime rb in block levels in require from c lib ruby site ruby bundler runtime rb in each from c lib ruby site ruby bundler runtime rb in block in require from c lib ruby site ruby bundler runtime rb in each from c lib ruby site ruby bundler runtime rb in require from c lib ruby site ruby bundler rb in require from c workspace tablesolution config application rb in from c lib ruby gems gems bootsnap lib bootsnap load path cache core ext kernel require rb in require from c lib ruby gems gems bootsnap lib bootsnap load path cache core ext kernel require rb in require from c lib ruby gems gems railties lib rails commands server server command rb in block in perform from in tap from c lib ruby gems gems railties lib rails commands server server command rb in perform from c lib ruby gems gems thor lib thor command rb in run from c lib ruby gems gems thor lib thor invocation rb in invoke command from c lib ruby gems gems thor lib thor rb in dispatch from c lib ruby gems gems railties lib rails command base rb in perform from c lib ruby gems gems railties lib rails command rb in invoke from c lib ruby gems gems railties lib rails commands rb in from c lib ruby gems gems bootsnap lib bootsnap load path cache core ext kernel require rb in require from c lib ruby gems gems bootsnap lib bootsnap load path cache core ext kernel require rb in require from c workspace app bin rails in | 1 |
963 | 2,521,002,629 | IssuesEvent | 2015-01-19 10:44:44 | swissbib/vufind | https://api.github.com/repos/swissbib/vufind | opened | Kontomenü | Design Neu urgent enhancement or correction | Vorschläge zur Verbesserung der Ansicht "Kontomenü" (von oben nach unten):
1. "My swissbib" anstatt "Konto" (wie im Grundmenü am unteren Bildschirmrand)
2. In diesem Auswahlmenü ist "Merklisten" überflüssig, da diese unten einen eigenen Bereich haben (vgl. #120)
3. Konto IDS BB: Was im Moment "Voreinstellungen" heisst und etwas abgesetzt unterhalb angeführt ist (Adresse ändern, PW ändern) gehört inhaltlich zu "Konto IDS BB" und sollte unter diesem Menü zur Auswahl stehen.
Auswahlmöglichkeiten "Konto IDS BB" bitte möglichst in dieser Reihenfolge:
Profil, Adresse ändern, Passwort ändern, Ausleihen, Reservationen, Kopienbestellungen, Gebühren, Buchungen. Wobei man nach Klick auf "Konto" wie bisher direkt in die Ansicht "Ausleihen" geleitet werden sollte (vgl. #156)
4. Im Menü "Merklisten" sollte beim ersten Punkt statt erneut "Merklisten" z.B. "Alle Merklisten" oder noch besser "Alle gemerkten Titel" stehen.

| 1.0 | Kontomenü - Vorschläge zur Verbesserung der Ansicht "Kontomenü" (von oben nach unten):
1. "My swissbib" anstatt "Konto" (wie im Grundmenü am unteren Bildschirmrand)
2. In diesem Auswahlmenü ist "Merklisten" überflüssig, da diese unten einen eigenen Bereich haben (vgl. #120)
3. Konto IDS BB: Was im Moment "Voreinstellungen" heisst und etwas abgesetzt unterhalb angeführt ist (Adresse ändern, PW ändern) gehört inhaltlich zu "Konto IDS BB" und sollte unter diesem Menü zur Auswahl stehen.
Auswahlmöglichkeiten "Konto IDS BB" bitte möglichst in dieser Reihenfolge:
Profil, Adresse ändern, Passwort ändern, Ausleihen, Reservationen, Kopienbestellungen, Gebühren, Buchungen. Wobei man nach Klick auf "Konto" wie bisher direkt in die Ansicht "Ausleihen" geleitet werden sollte (vgl. #156)
4. Im Menü "Merklisten" sollte beim ersten Punkt statt erneut "Merklisten" z.B. "Alle Merklisten" oder noch besser "Alle gemerkten Titel" stehen.

| non_priority | kontomenü vorschläge zur verbesserung der ansicht kontomenü von oben nach unten my swissbib anstatt konto wie im grundmenü am unteren bildschirmrand in diesem auswahlmenü ist merklisten überflüssig da diese unten einen eigenen bereich haben vgl konto ids bb was im moment voreinstellungen heisst und etwas abgesetzt unterhalb angeführt ist adresse ändern pw ändern gehört inhaltlich zu konto ids bb und sollte unter diesem menü zur auswahl stehen auswahlmöglichkeiten konto ids bb bitte möglichst in dieser reihenfolge profil adresse ändern passwort ändern ausleihen reservationen kopienbestellungen gebühren buchungen wobei man nach klick auf konto wie bisher direkt in die ansicht ausleihen geleitet werden sollte vgl im menü merklisten sollte beim ersten punkt statt erneut merklisten z b alle merklisten oder noch besser alle gemerkten titel stehen | 0 |
270,110 | 28,960,413,439 | IssuesEvent | 2023-05-10 01:39:56 | hshivhare67/kernel_v4.1.15_CVE-2019-10220 | https://api.github.com/repos/hshivhare67/kernel_v4.1.15_CVE-2019-10220 | reopened | CVE-2017-17806 (High) detected in multiple libraries | Mend: dependency security vulnerability | ## CVE-2017-17806 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-stable-rtv4.1.33</b>, <b>linuxlinux-4.4.302</b>, <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
The HMAC implementation (crypto/hmac.c) in the Linux kernel before 4.14.8 does not validate that the underlying cryptographic hash algorithm is unkeyed, allowing a local attacker able to use the AF_ALG-based hash interface (CONFIG_CRYPTO_USER_API_HASH) and the SHA-3 hash algorithm (CONFIG_CRYPTO_SHA3) to cause a kernel stack buffer overflow by executing a crafted sequence of system calls that encounter a missing SHA-3 initialization.
<p>Publish Date: 2017-12-20
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-17806>CVE-2017-17806</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2017-17806">https://www.linuxkernelcves.com/cves/CVE-2017-17806</a></p>
<p>Release Date: 2017-12-20</p>
<p>Fix Resolution: v4.15-rc4,v3.16.52,v3.18.89,v3.2.97,v4.1.49,v4.14.8,v4.4.107,v4.9.71</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2017-17806 (High) detected in multiple libraries - ## CVE-2017-17806 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-stable-rtv4.1.33</b>, <b>linuxlinux-4.4.302</b>, <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
The HMAC implementation (crypto/hmac.c) in the Linux kernel before 4.14.8 does not validate that the underlying cryptographic hash algorithm is unkeyed, allowing a local attacker able to use the AF_ALG-based hash interface (CONFIG_CRYPTO_USER_API_HASH) and the SHA-3 hash algorithm (CONFIG_CRYPTO_SHA3) to cause a kernel stack buffer overflow by executing a crafted sequence of system calls that encounter a missing SHA-3 initialization.
<p>Publish Date: 2017-12-20
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-17806>CVE-2017-17806</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2017-17806">https://www.linuxkernelcves.com/cves/CVE-2017-17806</a></p>
<p>Release Date: 2017-12-20</p>
<p>Fix Resolution: v4.15-rc4,v3.16.52,v3.18.89,v3.2.97,v4.1.49,v4.14.8,v4.4.107,v4.9.71</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries linux stable linuxlinux linux stable vulnerability details the hmac implementation crypto hmac c in the linux kernel before does not validate that the underlying cryptographic hash algorithm is unkeyed allowing a local attacker able to use the af alg based hash interface config crypto user api hash and the sha hash algorithm config crypto to cause a kernel stack buffer overflow by executing a crafted sequence of system calls that encounter a missing sha initialization publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
22,296 | 30,851,719,419 | IssuesEvent | 2023-08-02 17:15:38 | googleapis/python-bigquery | https://api.github.com/repos/googleapis/python-bigquery | closed | Please add tests for the BigQuery v1 branch | api: bigquery status: will not fix type: process | There is an issue reported that `google-api-core` version 2.11 breaks compatibility with the `google-cloud-bigquery` v1 branch. See https://github.com/googleapis/python-api-core/issues/477 . Creating an issue to enable tests for the v1 branch if possible. | 1.0 | Please add tests for the BigQuery v1 branch - There is an issue reported that `google-api-core` version 2.11 breaks compatibility with the `google-cloud-bigquery` v1 branch. See https://github.com/googleapis/python-api-core/issues/477 . Creating an issue to enable tests for the v1 branch if possible. | non_priority | please add tests for the bigquery branch there is an issue reported that google api core version breaks compatibility with the google cloud bigquery branch see creating an issue to enable tests for the branch if possible | 0 |
221,787 | 17,027,191,089 | IssuesEvent | 2021-07-03 19:36:17 | AyatoKirishima/Portofolio | https://api.github.com/repos/AyatoKirishima/Portofolio | opened | Ajouter liens page photographie | bug documentation enhancement invalid | 
Ajouter/modifier lien vers :
- [ ] Voir plus de photos
- [ ] Flèche retour | 1.0 | Ajouter liens page photographie - 
Ajouter/modifier lien vers :
- [ ] Voir plus de photos
- [ ] Flèche retour | non_priority | ajouter liens page photographie ajouter modifier lien vers voir plus de photos flèche retour | 0 |
148,592 | 19,534,409,580 | IssuesEvent | 2021-12-31 01:35:57 | panasalap/linux-4.1.15 | https://api.github.com/repos/panasalap/linux-4.1.15 | opened | CVE-2020-36386 (High) detected in linux-stable-rtv4.1.33 | security vulnerability | ## CVE-2020-36386 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/bluetooth/hci_event.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/bluetooth/hci_event.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in the Linux kernel before 5.8.1. net/bluetooth/hci_event.c has a slab out-of-bounds read in hci_extended_inquiry_result_evt, aka CID-51c19bf3d5cf.
<p>Publish Date: 2021-06-07
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36386>CVE-2020-36386</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2020-36386">https://www.linuxkernelcves.com/cves/CVE-2020-36386</a></p>
<p>Release Date: 2021-06-07</p>
<p>Fix Resolution: v4.4.233, v4.9.233, v4.14.194, v4.19.139, v5.4.58, v5.7.15, v5.8.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-36386 (High) detected in linux-stable-rtv4.1.33 - ## CVE-2020-36386 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/bluetooth/hci_event.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/bluetooth/hci_event.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in the Linux kernel before 5.8.1. net/bluetooth/hci_event.c has a slab out-of-bounds read in hci_extended_inquiry_result_evt, aka CID-51c19bf3d5cf.
<p>Publish Date: 2021-06-07
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36386>CVE-2020-36386</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2020-36386">https://www.linuxkernelcves.com/cves/CVE-2020-36386</a></p>
<p>Release Date: 2021-06-07</p>
<p>Fix Resolution: v4.4.233, v4.9.233, v4.14.194, v4.19.139, v5.4.58, v5.7.15, v5.8.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in linux stable cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in base branch master vulnerable source files net bluetooth hci event c net bluetooth hci event c vulnerability details an issue was discovered in the linux kernel before net bluetooth hci event c has a slab out of bounds read in hci extended inquiry result evt aka cid publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
49,675 | 12,398,741,056 | IssuesEvent | 2020-05-21 02:50:38 | halide/Halide | https://api.github.com/repos/halide/Halide | opened | CMake apps build changes on cmake-modern | build discussion | In an effort to isolate the apps from the rest of the build, and to test our eventual distribution packages, the apps' CMakeLists.txt files were made _entirely standalone_ from the rest of the build. They call `find_package(Halide)` to load Halide and its special build rules for generators. They also define tests to run the apps on input images and ensure that nothing crashes.
The issue is that _building_ the apps therefore becomes part of _testing_ the app from the main build's perspective and @steven-johnson wants a way to validate that everything builds in a single command. Installing yourself and triggering external builds is not really ergonomic with CMake unless we want to switch to a super-build structure (which would require some filesystem rearrangement I don't think anyone particularly wants).
The compromise I came up with was to add a flag, `APPS_INTERNAL`, which changes the behavior to adding the apps (and their tests) to the main build and NOT testing them externally. By default, it is off, meaning that apps only rebuild when they are run as tests.
If anyone has a better solution, this issue is the place to discuss it. | 1.0 | CMake apps build changes on cmake-modern - In an effort to isolate the apps from the rest of the build, and to test our eventual distribution packages, the apps' CMakeLists.txt files were made _entirely standalone_ from the rest of the build. They call `find_package(Halide)` to load Halide and its special build rules for generators. They also define tests to run the apps on input images and ensure that nothing crashes.
The issue is that _building_ the apps therefore becomes part of _testing_ the app from the main build's perspective and @steven-johnson wants a way to validate that everything builds in a single command. Installing yourself and triggering external builds is not really ergonomic with CMake unless we want to switch to a super-build structure (which would require some filesystem rearrangement I don't think anyone particularly wants).
The compromise I came up with was to add a flag, `APPS_INTERNAL`, which changes the behavior to adding the apps (and their tests) to the main build and NOT testing them externally. By default, it is off, meaning that apps only rebuild when they are run as tests.
If anyone has a better solution, this issue is the place to discuss it. | non_priority | cmake apps build changes on cmake modern in an effort to isolate the apps from the rest of the build and to test our eventual distribution packages the apps cmakelists txt files were made entirely standalone from the rest of the build they call find package halide to load halide and its special build rules for generators they also define tests to run the apps on input images and ensure that nothing crashes the issue is that building the apps therefore becomes part of testing the app from the main build s perspective and steven johnson wants a way to validate that everything builds in a single command installing yourself and triggering external builds is not really ergonomic with cmake unless we want to switch to a super build structure which would require some filesystem rearrangement i don t think anyone particularly wants the compromise i came up with was to add a flag apps internal which changes the behavior to adding the apps and their tests to the main build and not testing them externally by default it is off meaning that apps only rebuild when they are run as tests if anyone has a better solution this issue is the place to discuss it | 0 |
351,315 | 10,515,626,824 | IssuesEvent | 2019-09-28 11:29:09 | opencaching/opencaching-pl | https://api.github.com/repos/opencaching/opencaching-pl | closed | Add email address validation | Component Registration Priority Medium Type Enhancement | I see there are several number of emails in user table with trailing spaces which can't work in our code.
We need simple email validation on registration page and in email change process
(I'm not sure - maybe there is something like that - I create an issue to don't forget about it).
| 1.0 | Add email address validation - I see there are several number of emails in user table with trailing spaces which can't work in our code.
We need simple email validation on registration page and in email change process
(I'm not sure - maybe there is something like that - I create an issue to don't forget about it).
| priority | add email address validation i see there are several number of emails in user table with trailing spaces which can t work in our code we need simple email validation on registration page and in email change process i m not sure maybe there is something like that i create an issue to don t forget about it | 1 |
152,527 | 5,848,644,350 | IssuesEvent | 2017-05-10 21:23:49 | autoboxer/MARE | https://api.github.com/repos/autoboxer/MARE | closed | Social media links | beta launch priority: medium | Assign to Anna
Program links to our FB, Twitter and Instagram accounts, and maybe a blog placeholder? No pintrest or You Tube icons.
blog: https://wordpress.com/design/adoptionfromfostercare.wordpress.com
facebook: Massachusetts Adoption Resource Exchange
twitter: mass_adopt
instagram: mass_adopt | 1.0 | Social media links - Assign to Anna
Program links to our FB, Twitter and Instagram accounts, and maybe a blog placeholder? No pintrest or You Tube icons.
blog: https://wordpress.com/design/adoptionfromfostercare.wordpress.com
facebook: Massachusetts Adoption Resource Exchange
twitter: mass_adopt
instagram: mass_adopt | priority | social media links assign to anna program links to our fb twitter and instagram accounts and maybe a blog placeholder no pintrest or you tube icons blog facebook massachusetts adoption resource exchange twitter mass adopt instagram mass adopt | 1 |
1,984 | 2,869,084,016 | IssuesEvent | 2015-06-05 23:12:15 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | more tests for polymer-build | Area-Pkg Pkg-PolymerBuild PolymerMilestone-Next Priority-Medium Triaged Type-Defect | One suggestion from:
https://groups.google.com/a/dartlang.org/d/msgid/web/CAJvbVc7eL-kf9wH4NeVztvn0L3D_Pi4Gj2AxCOnQXa6cMkRJ9Q%40mail.gmail.com?utm_medium=email&utm_source=footer
Is to include tests where PolymerElements have code mixed in. Typically users needed @MirrorsUsed for those mixins, but they shouldn't be necessary anymore. | 1.0 | more tests for polymer-build - One suggestion from:
https://groups.google.com/a/dartlang.org/d/msgid/web/CAJvbVc7eL-kf9wH4NeVztvn0L3D_Pi4Gj2AxCOnQXa6cMkRJ9Q%40mail.gmail.com?utm_medium=email&utm_source=footer
Is to include tests where PolymerElements have code mixed in. Typically users needed @MirrorsUsed for those mixins, but they shouldn't be necessary anymore. | non_priority | more tests for polymer build one suggestion from is to include tests where polymerelements have code mixed in typically users needed mirrorsused for those mixins but they shouldn t be necessary anymore | 0 |
14,029 | 8,444,897,986 | IssuesEvent | 2018-10-18 19:49:40 | ropensci/drake | https://api.github.com/repos/ropensci/drake | closed | Change interpretation of the jobs argument? | requested: help or input :raising_hand: topic: performance :checkered_flag: | From https://github.com/ropensci/drake/issues/435#issuecomment-430985651, I am starting to think `make(jobs = 16)` should be equivalent to `make(jobs = c(imports = 1, targets = 16))` rather than the current `make(jobs = c(imports = 16, targets = 16))`. What do you think? cc @kendonB, @idavydov. | True | Change interpretation of the jobs argument? - From https://github.com/ropensci/drake/issues/435#issuecomment-430985651, I am starting to think `make(jobs = 16)` should be equivalent to `make(jobs = c(imports = 1, targets = 16))` rather than the current `make(jobs = c(imports = 16, targets = 16))`. What do you think? cc @kendonB, @idavydov. | non_priority | change interpretation of the jobs argument from i am starting to think make jobs should be equivalent to make jobs c imports targets rather than the current make jobs c imports targets what do you think cc kendonb idavydov | 0 |
176,967 | 14,601,068,928 | IssuesEvent | 2020-12-21 08:03:22 | tom139/fragolina-di-bosco | https://api.github.com/repos/tom139/fragolina-di-bosco | closed | docs: configurazione iniziale | documentation | Apro una issue per tracciare il lavoro che c'è da fare per le configurazioni iniziali.
- [x] Aggiungere README.md
- [x] Configurare `.gitignore` | 1.0 | docs: configurazione iniziale - Apro una issue per tracciare il lavoro che c'è da fare per le configurazioni iniziali.
- [x] Aggiungere README.md
- [x] Configurare `.gitignore` | non_priority | docs configurazione iniziale apro una issue per tracciare il lavoro che c è da fare per le configurazioni iniziali aggiungere readme md configurare gitignore | 0 |
581,369 | 17,292,249,784 | IssuesEvent | 2021-07-25 01:58:53 | TestCentric/testcentric-gui | https://api.github.com/repos/TestCentric/testcentric-gui | closed | TestPropertiesDialog does not update after test run | Bug High Priority | It should update either at the end of the entire run or (better) when the currently displayed test completes. | 1.0 | TestPropertiesDialog does not update after test run - It should update either at the end of the entire run or (better) when the currently displayed test completes. | priority | testpropertiesdialog does not update after test run it should update either at the end of the entire run or better when the currently displayed test completes | 1 |
22,005 | 7,108,118,623 | IssuesEvent | 2018-01-16 22:32:50 | trilinos/Trilinos | https://api.github.com/repos/trilinos/Trilinos | closed | kokkos-kernels: Build error when MKL TPL is enabled | KokkosKernels build | ```
.../Trilinos/packages/kokkos-kernels/src/sparse/impl/KokkosSparse_spgemm_mkl_impl.hpp:165:24: error: use of undeclared identifier 'valuesA'
value_type *a_ew = valuesA.ptr_on_device();
^
.../Trilinos/packages/kokkos-kernels/src/sparse/impl/KokkosSparse_spgemm_mkl_impl.hpp:166:24: error: use of undeclared identifier 'valuesB'
value_type *b_ew = valuesB.ptr_on_device();
^
```
This tracks progress on https://github.com/kokkos/kokkos-kernels/issues/135 .
<!---
Replace <teamName> below with the appropriate Trilinos package/team name.
-->
@trilinos/kokkos-kernels
## Expectations
Trilinos needs to build correctly when the MKL TPL is enabled.
## Motivation and Context
MKL provides many useful computational kernels, but we can't use them in Trilinos if Trilinos won't build.
| 1.0 | kokkos-kernels: Build error when MKL TPL is enabled - ```
.../Trilinos/packages/kokkos-kernels/src/sparse/impl/KokkosSparse_spgemm_mkl_impl.hpp:165:24: error: use of undeclared identifier 'valuesA'
value_type *a_ew = valuesA.ptr_on_device();
^
.../Trilinos/packages/kokkos-kernels/src/sparse/impl/KokkosSparse_spgemm_mkl_impl.hpp:166:24: error: use of undeclared identifier 'valuesB'
value_type *b_ew = valuesB.ptr_on_device();
^
```
This tracks progress on https://github.com/kokkos/kokkos-kernels/issues/135 .
<!---
Replace <teamName> below with the appropriate Trilinos package/team name.
-->
@trilinos/kokkos-kernels
## Expectations
Trilinos needs to build correctly when the MKL TPL is enabled.
## Motivation and Context
MKL provides many useful computational kernels, but we can't use them in Trilinos if Trilinos won't build.
| non_priority | kokkos kernels build error when mkl tpl is enabled trilinos packages kokkos kernels src sparse impl kokkossparse spgemm mkl impl hpp error use of undeclared identifier valuesa value type a ew valuesa ptr on device trilinos packages kokkos kernels src sparse impl kokkossparse spgemm mkl impl hpp error use of undeclared identifier valuesb value type b ew valuesb ptr on device this tracks progress on replace below with the appropriate trilinos package team name trilinos kokkos kernels expectations trilinos needs to build correctly when the mkl tpl is enabled motivation and context mkl provides many useful computational kernels but we can t use them in trilinos if trilinos won t build | 0 |
40,735 | 5,258,329,331 | IssuesEvent | 2017-02-02 23:01:40 | mxabierto/adela | https://api.github.com/repos/mxabierto/adela | closed | Agregar 404 | design nice to have | > Y si Adelita se fuera con otro
> la seguiría por tierra y por mar
> si por mar en un buque de guerra
> si por tierra en un tren militar.
| 1.0 | Agregar 404 - > Y si Adelita se fuera con otro
> la seguiría por tierra y por mar
> si por mar en un buque de guerra
> si por tierra en un tren militar.
| non_priority | agregar y si adelita se fuera con otro la seguiría por tierra y por mar si por mar en un buque de guerra si por tierra en un tren militar | 0 |
702,121 | 24,120,638,596 | IssuesEvent | 2022-09-20 18:22:45 | googleapis/nodejs-analytics-data | https://api.github.com/repos/googleapis/nodejs-analytics-data | closed | RunReport: should run runReport failed | type: bug priority: p1 api: analyticsdata flakybot: issue | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: ae646a54bc64abff0cf92625117ffb258e303e8b
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/2d9c997b-ceda-4ff3-895e-1cdaa46f3a8c), [Sponge](http://sponge2/2d9c997b-ceda-4ff3-895e-1cdaa46f3a8c)
status: failed
<details><summary>Test output</summary><br><pre>Command failed: node ./runReport.js 222596558
16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
Error: Command failed: node ./runReport.js 222596558
16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
at checkExecSyncError (child_process.js:635:11)
at Object.execSync (child_process.js:671:15)
at execSync (test/runReport.test.js:24:28)
at Context.<anonymous> (test/runReport.test.js:31:20)
at processImmediate (internal/timers.js:461:21)</pre></details> | 1.0 | RunReport: should run runReport failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: ae646a54bc64abff0cf92625117ffb258e303e8b
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/2d9c997b-ceda-4ff3-895e-1cdaa46f3a8c), [Sponge](http://sponge2/2d9c997b-ceda-4ff3-895e-1cdaa46f3a8c)
status: failed
<details><summary>Test output</summary><br><pre>Command failed: node ./runReport.js 222596558
16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
Error: Command failed: node ./runReport.js 222596558
16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
at checkExecSyncError (child_process.js:635:11)
at Object.execSync (child_process.js:671:15)
at execSync (test/runReport.test.js:24:28)
at Context.<anonymous> (test/runReport.test.js:31:20)
at processImmediate (internal/timers.js:461:21)</pre></details> | priority | runreport should run runreport failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output command failed node runreport js unauthenticated request had invalid authentication credentials expected oauth access token login cookie or other valid authentication credential see error command failed node runreport js unauthenticated request had invalid authentication credentials expected oauth access token login cookie or other valid authentication credential see at checkexecsyncerror child process js at object execsync child process js at execsync test runreport test js at context test runreport test js at processimmediate internal timers js | 1 |
708,139 | 24,331,592,844 | IssuesEvent | 2022-09-30 19:58:32 | gitpod-io/gitpod | https://api.github.com/repos/gitpod-io/gitpod | closed | [Get rid of OTS] Add an integration test for protected_secrets feature flag | team: workspace priority: high | ## Is your feature request related to a problem? Please describe
Add integration for the protected_secrets feature flag.
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
## Describe the behaviour you'd like
<!-- A clear and concise description of what you want to happen. -->
Have an integration test for the protect_secrets feature flag, it'd be good to test both public and private repo is able to launch a workspace and stops the workspace where the context is a private Git repo (not a prebuild).
## Describe alternatives you've considered
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
## Additional context
<!-- Add any other context or screenshots about the feature request here. -->
#11198 | 1.0 | [Get rid of OTS] Add an integration test for protected_secrets feature flag - ## Is your feature request related to a problem? Please describe
Add integration for the protected_secrets feature flag.
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
## Describe the behaviour you'd like
<!-- A clear and concise description of what you want to happen. -->
Have an integration test for the protect_secrets feature flag, it'd be good to test both public and private repo is able to launch a workspace and stops the workspace where the context is a private Git repo (not a prebuild).
## Describe alternatives you've considered
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
## Additional context
<!-- Add any other context or screenshots about the feature request here. -->
#11198 | priority | add an integration test for protected secrets feature flag is your feature request related to a problem please describe add integration for the protected secrets feature flag describe the behaviour you d like have an integration test for the protect secrets feature flag it d be good to test both public and private repo is able to launch a workspace and stops the workspace where the context is a private git repo not a prebuild describe alternatives you ve considered additional context | 1 |
235,878 | 25,962,071,831 | IssuesEvent | 2022-12-19 01:03:24 | turkdevops/snyk | https://api.github.com/repos/turkdevops/snyk | opened | CVE-2022-23519 (Medium) detected in rails-html-sanitizer-1.0.3.gem | security vulnerability | ## CVE-2022-23519 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rails-html-sanitizer-1.0.3.gem</b></p></summary>
<p>HTML sanitization for Rails applications</p>
<p>Library home page: <a href="https://rubygems.org/gems/rails-html-sanitizer-1.0.3.gem">https://rubygems.org/gems/rails-html-sanitizer-1.0.3.gem</a></p>
<p>
Dependency Hierarchy:
- actionpack-4.2.5.gem (Root Library)
- :x: **rails-html-sanitizer-1.0.3.gem** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/turkdevops/snyk/commit/9505f4ca92405cc9273dc3726c2d274ce28a4407">9505f4ca92405cc9273dc3726c2d274ce28a4407</a></p>
<p>Found in base branch: <b>ALL_HANDS/major-secrets</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
rails-html-sanitizer is responsible for sanitizing HTML fragments in Rails applications. Prior to version 1.4.4, a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer may allow an attacker to inject content if the application developer has overridden the sanitizer's allowed tags in either of the following ways: allow both "math" and "style" elements, or allow both "svg" and "style" elements. Code is only impacted if allowed tags are being overridden. . This issue is fixed in version 1.4.4. All users overriding the allowed tags to include "math" or "svg" and "style" should either upgrade or use the following workaround immediately: Remove "style" from the overridden allowed tags, or remove "math" and "svg" from the overridden allowed tags.
<p>Publish Date: 2022-12-14
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-23519>CVE-2022-23519</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-9h9g-93gc-623h">https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-9h9g-93gc-623h</a></p>
<p>Release Date: 2022-12-14</p>
<p>Fix Resolution: rails-html-sanitizer - 1.4.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-23519 (Medium) detected in rails-html-sanitizer-1.0.3.gem - ## CVE-2022-23519 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rails-html-sanitizer-1.0.3.gem</b></p></summary>
<p>HTML sanitization for Rails applications</p>
<p>Library home page: <a href="https://rubygems.org/gems/rails-html-sanitizer-1.0.3.gem">https://rubygems.org/gems/rails-html-sanitizer-1.0.3.gem</a></p>
<p>
Dependency Hierarchy:
- actionpack-4.2.5.gem (Root Library)
- :x: **rails-html-sanitizer-1.0.3.gem** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/turkdevops/snyk/commit/9505f4ca92405cc9273dc3726c2d274ce28a4407">9505f4ca92405cc9273dc3726c2d274ce28a4407</a></p>
<p>Found in base branch: <b>ALL_HANDS/major-secrets</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
rails-html-sanitizer is responsible for sanitizing HTML fragments in Rails applications. Prior to version 1.4.4, a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer may allow an attacker to inject content if the application developer has overridden the sanitizer's allowed tags in either of the following ways: allow both "math" and "style" elements, or allow both "svg" and "style" elements. Code is only impacted if allowed tags are being overridden. . This issue is fixed in version 1.4.4. All users overriding the allowed tags to include "math" or "svg" and "style" should either upgrade or use the following workaround immediately: Remove "style" from the overridden allowed tags, or remove "math" and "svg" from the overridden allowed tags.
<p>Publish Date: 2022-12-14
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-23519>CVE-2022-23519</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-9h9g-93gc-623h">https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-9h9g-93gc-623h</a></p>
<p>Release Date: 2022-12-14</p>
<p>Fix Resolution: rails-html-sanitizer - 1.4.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in rails html sanitizer gem cve medium severity vulnerability vulnerable library rails html sanitizer gem html sanitization for rails applications library home page a href dependency hierarchy actionpack gem root library x rails html sanitizer gem vulnerable library found in head commit a href found in base branch all hands major secrets vulnerability details rails html sanitizer is responsible for sanitizing html fragments in rails applications prior to version a possible xss vulnerability with certain configurations of rails html sanitizer may allow an attacker to inject content if the application developer has overridden the sanitizer s allowed tags in either of the following ways allow both math and style elements or allow both svg and style elements code is only impacted if allowed tags are being overridden this issue is fixed in version all users overriding the allowed tags to include math or svg and style should either upgrade or use the following workaround immediately remove style from the overridden allowed tags or remove math and svg from the overridden allowed tags publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rails html sanitizer step up your open source security game with mend | 0 |
21,155 | 6,988,213,436 | IssuesEvent | 2017-12-14 12:04:09 | xamarin/xamarin-android | https://api.github.com/repos/xamarin/xamarin-android | closed | `Android.Telecom.RemoteConference` has wrong type | Area: xamarin-android Build | Context: https://github.com/xamarin/xamarin-android/pull/1078#issuecomment-350086821
API-24 introduced [`android.telecom.RemoteConference.getConnectionProperties()`](https://developer.android.com/reference/android/telecom/RemoteConference.html#getConnectionProperties()).
In `$(TargetFrameworkVersion)` v7.0 (API-24), we bound this as as type `CallProperty`:
https://github.com/xamarin/xamarin-android/blob/2c2d47c4a28eeb398500a8c0a9a0a803324de014/src/Mono.Android/methodmap.csv#L2100
24, android.telecom, RemoteConference, getConnectionProperties, return, Android.Telecom.CallProperty
In `$(TargetFrameworkVersion)` v7.1 (API-25), we bound this as `ConnectionProperties`:
https://github.com/xamarin/xamarin-android/blob/2c2d47c4a28eeb398500a8c0a9a0a803324de014/src/Mono.Android/methodmap.csv#L2144
25, android.telecom, RemoteConnection, getConnectionProperties, return, Android.Telecom.ConnectionProperties
Question: Why do we have *three* separate enumifications for this method? (There's a 2nd API-25 one two lines below the link above.)
Regardless, this mismatch introduces an inter-api-level inconsistency around the type of `RemoteConference.ConnectionProperties`. The result is that any assemblies which build against v7.0 and *run* in v7.1+ will throw a `MissingMethodException`.
We should fix things so that all API levels -- API-24+ -- bind `RemoteConference.ConnectionProperties` as `ConnectionProperties` | 1.0 | `Android.Telecom.RemoteConference` has wrong type - Context: https://github.com/xamarin/xamarin-android/pull/1078#issuecomment-350086821
API-24 introduced [`android.telecom.RemoteConference.getConnectionProperties()`](https://developer.android.com/reference/android/telecom/RemoteConference.html#getConnectionProperties()).
In `$(TargetFrameworkVersion)` v7.0 (API-24), we bound this as as type `CallProperty`:
https://github.com/xamarin/xamarin-android/blob/2c2d47c4a28eeb398500a8c0a9a0a803324de014/src/Mono.Android/methodmap.csv#L2100
24, android.telecom, RemoteConference, getConnectionProperties, return, Android.Telecom.CallProperty
In `$(TargetFrameworkVersion)` v7.1 (API-25), we bound this as `ConnectionProperties`:
https://github.com/xamarin/xamarin-android/blob/2c2d47c4a28eeb398500a8c0a9a0a803324de014/src/Mono.Android/methodmap.csv#L2144
25, android.telecom, RemoteConnection, getConnectionProperties, return, Android.Telecom.ConnectionProperties
Question: Why do we have *three* separate enumifications for this method? (There's a 2nd API-25 one two lines below the link above.)
Regardless, this mismatch introduces an inter-api-level inconsistency around the type of `RemoteConference.ConnectionProperties`. The result is that any assemblies which build against v7.0 and *run* in v7.1+ will throw a `MissingMethodException`.
We should fix things so that all API levels -- API-24+ -- bind `RemoteConference.ConnectionProperties` as `ConnectionProperties` | non_priority | android telecom remoteconference has wrong type context api introduced in targetframeworkversion api we bound this as as type callproperty android telecom remoteconference getconnectionproperties return android telecom callproperty in targetframeworkversion api we bound this as connectionproperties android telecom remoteconnection getconnectionproperties return android telecom connectionproperties question why do we have three separate enumifications for this method there s a api one two lines below the link above regardless this mismatch introduces an inter api level inconsistency around the type of remoteconference connectionproperties the result is that any assemblies which build against and run in will throw a missingmethodexception we should fix things so that all api levels api bind remoteconference connectionproperties as connectionproperties | 0 |
98,611 | 12,341,422,172 | IssuesEvent | 2020-05-14 21:54:06 | cityofaustin/techstack | https://api.github.com/repos/cityofaustin/techstack | opened | news icon for create content modal | Joplin Alpha Team: Content Team: Design + Research Team: Dev | we are using the event page icon at the moment, we should update this | 1.0 | news icon for create content modal - we are using the event page icon at the moment, we should update this | non_priority | news icon for create content modal we are using the event page icon at the moment we should update this | 0 |
289,922 | 21,796,359,687 | IssuesEvent | 2022-05-15 17:42:13 | cloudflare/cloudflare-docs | https://api.github.com/repos/cloudflare/cloudflare-docs | opened | S3 requests require a region | documentation content:new | ### Product
Cloudflare R2
### Subject Matter
Regional settings.
### Content Location
Where would you expect this addition to be placed?
I suspect this might be its own page, or called out as a note in cloudflares s3 implementation docs.
Please provide any URLs to existing documents.
### Additional information
I’m using restic (backup software) that can leverage s3 compatible storage.
I was receiving an error on setup and opened a ticket with them.
https://github.com/restic/restic/issues/3757#issuecomment-1126979337
“ You have to set the correct region for S3 to work. The region is necessary to issue valid s3 requests. Does cloudflare document which value they expect? Maybe S3's default us-east-1?”
I came to the R2 docs (this is how I found this repo) to see if this type of this was documented. To understand how CF deals with this.
Thank you.
| 1.0 | S3 requests require a region - ### Product
Cloudflare R2
### Subject Matter
Regional settings.
### Content Location
Where would you expect this addition to be placed?
I suspect this might be its own page, or called out as a note in cloudflares s3 implementation docs.
Please provide any URLs to existing documents.
### Additional information
I’m using restic (backup software) that can leverage s3 compatible storage.
I was receiving an error on setup and opened a ticket with them.
https://github.com/restic/restic/issues/3757#issuecomment-1126979337
“ You have to set the correct region for S3 to work. The region is necessary to issue valid s3 requests. Does cloudflare document which value they expect? Maybe S3's default us-east-1?”
I came to the R2 docs (this is how I found this repo) to see if this type of this was documented. To understand how CF deals with this.
Thank you.
| non_priority | requests require a region product cloudflare subject matter regional settings content location where would you expect this addition to be placed i suspect this might be its own page or called out as a note in cloudflares implementation docs please provide any urls to existing documents additional information i’m using restic backup software that can leverage compatible storage i was receiving an error on setup and opened a ticket with them “ you have to set the correct region for to work the region is necessary to issue valid requests does cloudflare document which value they expect maybe s default us east ” i came to the docs this is how i found this repo to see if this type of this was documented to understand how cf deals with this thank you | 0 |
444,073 | 12,806,049,924 | IssuesEvent | 2020-07-03 08:43:54 | RichardFav/AnalysisGUI | https://api.github.com/repos/RichardFav/AnalysisGUI | closed | combining outputs for Phase Spiking Rate Comparison (Whole Experiment) | MEDIUM priority Review Required enhancement | Add option to show combined "excited+inhibited+mixed" percentages plus error bars. | 1.0 | combining outputs for Phase Spiking Rate Comparison (Whole Experiment) - Add option to show combined "excited+inhibited+mixed" percentages plus error bars. | priority | combining outputs for phase spiking rate comparison whole experiment add option to show combined excited inhibited mixed percentages plus error bars | 1 |
780,077 | 27,378,723,362 | IssuesEvent | 2023-02-28 08:31:20 | glific/glific-frontend | https://api.github.com/repos/glific/glific-frontend | closed | People are trying to add formatting in the buttons we need to show alert that special characters are not allowed | enhancement good first issue Priority : Low | 5. People are trying to add formatting in the buttons we need to show alert that special characters are not allowed 
_Originally posted by @abhi1203 in https://github.com/glific/glific-frontend/issues/2225#issuecomment-1319580115_
| 1.0 | People are trying to add formatting in the buttons we need to show alert that special characters are not allowed - 5. People are trying to add formatting in the buttons we need to show alert that special characters are not allowed 
_Originally posted by @abhi1203 in https://github.com/glific/glific-frontend/issues/2225#issuecomment-1319580115_
| priority | people are trying to add formatting in the buttons we need to show alert that special characters are not allowed people are trying to add formatting in the buttons we need to show alert that special characters are not allowed originally posted by in | 1 |
3,366 | 9,543,555,168 | IssuesEvent | 2019-05-01 10:39:16 | TerriaJS/terriajs | https://api.github.com/repos/TerriaJS/terriajs | closed | Model architecture: Let catalog items change "type" on load | New Model Architecture | In the old architecture, the `load` method on `CatalogItem` could return a new `CatalogItem` of a different type, and this new one was used as the source of properties to show on the dataset info page, and was added to the workbench instead of the original catalog item. This was notably used for `CkanCatalogItem`. We don't know whether a `CkanCatalogItem` is really a WMS, GeoJSON, etc etc until we load the details from the remote CKAN server.
We need a similar mechanism in the new model architecture. In addition to `CkanCatalogItem` and similar ones like `MagdaCatalogItem`, it may be useful to simplify `CsvCatalogItem`. Rather than recreating the uber `CsvCatalogItem` we have in the old architecture - which may display points, regions, or maybe even just a chart (cause it's not geospatial at all) - we can have an initial `CsvCatalogItem` that inspects the CSV contents and creates the right type of catalog item for the sort of CSV we're looking at. | 1.0 | Model architecture: Let catalog items change "type" on load - In the old architecture, the `load` method on `CatalogItem` could return a new `CatalogItem` of a different type, and this new one was used as the source of properties to show on the dataset info page, and was added to the workbench instead of the original catalog item. This was notably used for `CkanCatalogItem`. We don't know whether a `CkanCatalogItem` is really a WMS, GeoJSON, etc etc until we load the details from the remote CKAN server.
We need a similar mechanism in the new model architecture. In addition to `CkanCatalogItem` and similar ones like `MagdaCatalogItem`, it may be useful to simplify `CsvCatalogItem`. Rather than recreating the uber `CsvCatalogItem` we have in the old architecture - which may display points, regions, or maybe even just a chart (cause it's not geospatial at all) - we can have an initial `CsvCatalogItem` that inspects the CSV contents and creates the right type of catalog item for the sort of CSV we're looking at. | non_priority | model architecture let catalog items change type on load in the old architecture the load method on catalogitem could return a new catalogitem of a different type and this new one was used as the source of properties to show on the dataset info page and was added to the workbench instead of the original catalog item this was notably used for ckancatalogitem we don t know whether a ckancatalogitem is really a wms geojson etc etc until we load the details from the remote ckan server we need a similar mechanism in the new model architecture in addition to ckancatalogitem and similar ones like magdacatalogitem it may be useful to simplify csvcatalogitem rather than recreating the uber csvcatalogitem we have in the old architecture which may display points regions or maybe even just a chart cause it s not geospatial at all we can have an initial csvcatalogitem that inspects the csv contents and creates the right type of catalog item for the sort of csv we re looking at | 0 |
781,431 | 27,437,215,262 | IssuesEvent | 2023-03-02 08:27:47 | ballerina-platform/ballerina-update-tool | https://api.github.com/repos/ballerina-platform/ballerina-update-tool | closed | `ballerina` file is not removed during the installation of `slalpha` in Windows | Type/Bug Priority/Low | **Description:**
$title
**Suggested Labels:**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees:**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
**Affected Product Version:**
**OS, DB, other environment details and versions:**
Windows
**Steps to reproduce:**
**Related Issues:**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> | 1.0 | `ballerina` file is not removed during the installation of `slalpha` in Windows - **Description:**
$title
**Suggested Labels:**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees:**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
**Affected Product Version:**
**OS, DB, other environment details and versions:**
Windows
**Steps to reproduce:**
**Related Issues:**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> | priority | ballerina file is not removed during the installation of slalpha in windows description title suggested labels suggested assignees affected product version os db other environment details and versions windows steps to reproduce related issues | 1 |
389,987 | 26,842,035,939 | IssuesEvent | 2023-02-03 01:52:01 | web3well/bls-wallet | https://api.github.com/repos/web3well/bls-wallet | opened | Add addtional L1/mainnet block, gas, & pricing information to gas measurement info | documentation contracts | *As a* consumer of BLS Wallet gas measurements
*I would like to* See details such as gas cost & pricing about the L1/mainnet block transactions are rolled up into
*So I can* Better understand the savings/tradeoffs of BLS vs. normal transactions
### Notes
Context https://github.com/web3well/bls-wallet/issues/489#issuecomment-1413064272
We should be able to get the L1 block via the L2 block for the L2 txn. Will need to setup a mainnet (goerli for testnets) RPC provider to query those networks for their block data. We also may need to wait a bit for that L1 block. | 1.0 | Add addtional L1/mainnet block, gas, & pricing information to gas measurement info - *As a* consumer of BLS Wallet gas measurements
*I would like to* See details such as gas cost & pricing about the L1/mainnet block transactions are rolled up into
*So I can* Better understand the savings/tradeoffs of BLS vs. normal transactions
### Notes
Context https://github.com/web3well/bls-wallet/issues/489#issuecomment-1413064272
We should be able to get the L1 block via the L2 block for the L2 txn. Will need to setup a mainnet (goerli for testnets) RPC provider to query those networks for their block data. We also may need to wait a bit for that L1 block. | non_priority | add addtional mainnet block gas pricing information to gas measurement info as a consumer of bls wallet gas measurements i would like to see details such as gas cost pricing about the mainnet block transactions are rolled up into so i can better understand the savings tradeoffs of bls vs normal transactions notes context we should be able to get the block via the block for the txn will need to setup a mainnet goerli for testnets rpc provider to query those networks for their block data we also may need to wait a bit for that block | 0 |
420,005 | 28,213,246,177 | IssuesEvent | 2023-04-05 06:57:34 | Drawsi/Anim | https://api.github.com/repos/Drawsi/Anim | opened | Creating documentation | documentation | From how the project works and communicates with different files, the architecture design of it all to how to add new features; it all needs to be explained and documented. | 1.0 | Creating documentation - From how the project works and communicates with different files, the architecture design of it all to how to add new features; it all needs to be explained and documented. | non_priority | creating documentation from how the project works and communicates with different files the architecture design of it all to how to add new features it all needs to be explained and documented | 0 |
568,801 | 16,988,969,527 | IssuesEvent | 2021-06-30 17:45:20 | 10up/ElasticPress | https://api.github.com/repos/10up/ElasticPress | closed | Widget to search only on comments | enhancement high priority medium | **Is your enhancement related to a problem? Please describe.**
**Describe the solution you'd like**
Since PR #1531 adds a Comments Indexable, it would be great if ElasticPress provides a widget to search only on comments.
**Designs**
<!-- If applicable, add mockups/screenshots/etc. to help explain your solution. -->
**Describe alternatives you've considered**
<!-- Please describe alternative solutions or features you have considered. -->
**Additional context**
<!-- Add any other context about the enhancement here. -->
| 1.0 | Widget to search only on comments - **Is your enhancement related to a problem? Please describe.**
**Describe the solution you'd like**
Since PR #1531 adds a Comments Indexable, it would be great if ElasticPress provides a widget to search only on comments.
**Designs**
<!-- If applicable, add mockups/screenshots/etc. to help explain your solution. -->
**Describe alternatives you've considered**
<!-- Please describe alternative solutions or features you have considered. -->
**Additional context**
<!-- Add any other context about the enhancement here. -->
| priority | widget to search only on comments is your enhancement related to a problem please describe describe the solution you d like since pr adds a comments indexable it would be great if elasticpress provides a widget to search only on comments designs describe alternatives you ve considered additional context | 1 |
126,441 | 4,995,880,856 | IssuesEvent | 2016-12-09 11:47:00 | koding/koding | https://api.github.com/repos/koding/koding | opened | Intercom icon blocking `start coding` and 'build stack' buttons in a small window | Component-UX Priority-Low | ## Current Behavior


@ftasdelen we may change the place or the size of the intercom icon. What do you think?
| 1.0 | Intercom icon blocking `start coding` and 'build stack' buttons in a small window - ## Current Behavior


@ftasdelen we may change the place or the size of the intercom icon. What do you think?
| priority | intercom icon blocking start coding and build stack buttons in a small window current behavior ftasdelen we may change the place or the size of the intercom icon what do you think | 1 |
185,518 | 6,724,736,737 | IssuesEvent | 2017-10-17 00:27:01 | Allsteel/awesome | https://api.github.com/repos/Allsteel/awesome | opened | Copying connected worksurfaces will reset their size | bug Medium Priority | ## Steps
1. Make a panel run with four 36"W panels
2. Place a primary worksurface on the first leftmost panel
3. Stretch it to 72"W
4. Single select the worksurface and hit "A" to copy it
The copy won't be 72"W but will be resized to 36"W instead. It works with FIKA.
### Ours

### FIKA

| 1.0 | Copying connected worksurfaces will reset their size - ## Steps
1. Make a panel run with four 36"W panels
2. Place a primary worksurface on the first leftmost panel
3. Stretch it to 72"W
4. Single select the worksurface and hit "A" to copy it
The copy won't be 72"W but will be resized to 36"W instead. It works with FIKA.
### Ours

### FIKA

| priority | copying connected worksurfaces will reset their size steps make a panel run with four w panels place a primary worksurface on the first leftmost panel stretch it to w single select the worksurface and hit a to copy it the copy won t be w but will be resized to w instead it works with fika ours fika | 1 |
3,800 | 2,540,480,038 | IssuesEvent | 2015-01-27 22:04:39 | GoogleCloudPlatform/kubernetes | https://api.github.com/repos/GoogleCloudPlatform/kubernetes | closed | Return resources in deterministic order | api/cluster area/usability component/CLI priority/P2 | kubectl returns resources in a random order, which makes it hard to look for things when users have a lot resources. Returning resources in deterministic order should be a helpful and trivial change (hopefully).
We have an issue about pagination #2349, but that's a larger and separate issue.
| 1.0 | Return resources in deterministic order - kubectl returns resources in a random order, which makes it hard to look for things when users have a lot resources. Returning resources in deterministic order should be a helpful and trivial change (hopefully).
We have an issue about pagination #2349, but that's a larger and separate issue.
| priority | return resources in deterministic order kubectl returns resources in a random order which makes it hard to look for things when users have a lot resources returning resources in deterministic order should be a helpful and trivial change hopefully we have an issue about pagination but that s a larger and separate issue | 1 |
596,308 | 18,103,036,107 | IssuesEvent | 2021-09-22 16:02:13 | StatCan/minio-operator | https://api.github.com/repos/StatCan/minio-operator | closed | Failed to publish the new custom-built image for minio | kind/bug priority/blocker size/L | There is two issues:
- Need to “squash” the layers together, but this doesn’t work on GitHub actions since experimental docker features aren’t enabled. This is due to a “feature” where the operator downloads the executable from the largest layer in the image.
- We need a .sha256sum and .minisign (https://jedisct1.github.io/minisign/) https://github.com/minio/operator/blob/79ff2c294728030a88f29e171dcc96952cbf6bdd/pkg/controller/cluster/main-controller.go#L559. These don’t exist in a custom-built image
Kind environment was required for testing minio-operator with a minio image. Instructions for this setup have been added to the README of this repo. | 1.0 | Failed to publish the new custom-built image for minio - There is two issues:
- Need to “squash” the layers together, but this doesn’t work on GitHub actions since experimental docker features aren’t enabled. This is due to a “feature” where the operator downloads the executable from the largest layer in the image.
- We need a .sha256sum and .minisign (https://jedisct1.github.io/minisign/) https://github.com/minio/operator/blob/79ff2c294728030a88f29e171dcc96952cbf6bdd/pkg/controller/cluster/main-controller.go#L559. These don’t exist in a custom-built image
Kind environment was required for testing minio-operator with a minio image. Instructions for this setup have been added to the README of this repo. | priority | failed to publish the new custom built image for minio there is two issues need to “squash” the layers together but this doesn’t work on github actions since experimental docker features aren’t enabled this is due to a “feature” where the operator downloads the executable from the largest layer in the image we need a and minisign these don’t exist in a custom built image kind environment was required for testing minio operator with a minio image instructions for this setup have been added to the readme of this repo | 1 |
142,421 | 11,472,075,214 | IssuesEvent | 2020-02-09 15:13:23 | dhenry-KCI/FredCo-Post-Go-Live- | https://api.github.com/repos/dhenry-KCI/FredCo-Post-Go-Live- | closed | PLANNING/PDOX Due Dates from PDOX to IPS | Test Accepted | I do not have the ability to adjust the due date in PDOX. IPS over writes the due dates that are manually entered in PDOX. I do not have a way to change the due dates in PDOX once IPS has assigned them.
I can manually change the due date in IPS but I need that due date to show in Project Dox.
You can see that I manually changed Health Department in IPS.


| 1.0 | PLANNING/PDOX Due Dates from PDOX to IPS - I do not have the ability to adjust the due date in PDOX. IPS over writes the due dates that are manually entered in PDOX. I do not have a way to change the due dates in PDOX once IPS has assigned them.
I can manually change the due date in IPS but I need that due date to show in Project Dox.
You can see that I manually changed Health Department in IPS.


| non_priority | planning pdox due dates from pdox to ips i do not have the ability to adjust the due date in pdox ips over writes the due dates that are manually entered in pdox i do not have a way to change the due dates in pdox once ips has assigned them i can manually change the due date in ips but i need that due date to show in project dox you can see that i manually changed health department in ips | 0 |
269,849 | 23,471,916,687 | IssuesEvent | 2022-08-16 23:10:39 | chartjs/Chart.js | https://api.github.com/repos/chartjs/Chart.js | closed | multi axis line chart | type: bug status: needs test case | ### Expected behavior
Code example does not work
https://www.chartjs.org/docs/latest/samples/line/multi-axis.html
### Current behavior
It doesn't work
### Reproducible sample
Try it yourself
### Optional extra steps/info to reproduce
_No response_
### Possible solution
_No response_
### Context
_No response_
### chart.js version
v3.9.1
### Browser name and version
_No response_
### Link to your project
_No response_ | 1.0 | multi axis line chart - ### Expected behavior
Code example does not work
https://www.chartjs.org/docs/latest/samples/line/multi-axis.html
### Current behavior
It doesn't work
### Reproducible sample
Try it yourself
### Optional extra steps/info to reproduce
_No response_
### Possible solution
_No response_
### Context
_No response_
### chart.js version
v3.9.1
### Browser name and version
_No response_
### Link to your project
_No response_ | non_priority | multi axis line chart expected behavior code example does not work current behavior it doesn t work reproducible sample try it yourself optional extra steps info to reproduce no response possible solution no response context no response chart js version browser name and version no response link to your project no response | 0 |
60,302 | 3,122,557,991 | IssuesEvent | 2015-09-06 17:05:31 | Plaudenslager/ITDB | https://api.github.com/repos/Plaudenslager/ITDB | closed | Productions list on Theater page links to play, rather than production | bug Priority 1 | When you find a production from the list on the Theater Page, you may want to get detail on the listed play, or you may want detail on the specific production. Today, there is just a link to the play.
Add a link to the specific production, similar to how it is done on the "plays" page. | 1.0 | Productions list on Theater page links to play, rather than production - When you find a production from the list on the Theater Page, you may want to get detail on the listed play, or you may want detail on the specific production. Today, there is just a link to the play.
Add a link to the specific production, similar to how it is done on the "plays" page. | priority | productions list on theater page links to play rather than production when you find a production from the list on the theater page you may want to get detail on the listed play or you may want detail on the specific production today there is just a link to the play add a link to the specific production similar to how it is done on the plays page | 1 |
194,012 | 22,261,799,973 | IssuesEvent | 2022-06-10 01:40:28 | panasalap/linux-4.19.72_Fix | https://api.github.com/repos/panasalap/linux-4.19.72_Fix | reopened | CVE-2019-20934 (Medium) detected in multiple libraries | security vulnerability | ## CVE-2019-20934 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-yoctov5.4.51</b>, <b>linux-yoctov5.4.51</b>, <b>linux-yoctov5.4.51</b></p></summary>
<p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in the Linux kernel before 5.2.6. On NUMA systems, the Linux fair scheduler has a use-after-free in show_numa_stats() because NUMA fault statistics are inappropriately freed, aka CID-16d51a590a8c.
<p>Publish Date: 2020-11-28
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20934>CVE-2019-20934</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20934">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20934</a></p>
<p>Release Date: 2020-11-28</p>
<p>Fix Resolution: v5.3-rc2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2019-20934 (Medium) detected in multiple libraries - ## CVE-2019-20934 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-yoctov5.4.51</b>, <b>linux-yoctov5.4.51</b>, <b>linux-yoctov5.4.51</b></p></summary>
<p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in the Linux kernel before 5.2.6. On NUMA systems, the Linux fair scheduler has a use-after-free in show_numa_stats() because NUMA fault statistics are inappropriately freed, aka CID-16d51a590a8c.
<p>Publish Date: 2020-11-28
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20934>CVE-2019-20934</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20934">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20934</a></p>
<p>Release Date: 2020-11-28</p>
<p>Fix Resolution: v5.3-rc2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries linux linux linux vulnerability details an issue was discovered in the linux kernel before on numa systems the linux fair scheduler has a use after free in show numa stats because numa fault statistics are inappropriately freed aka cid publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
80,283 | 23,162,368,048 | IssuesEvent | 2022-07-29 19:18:23 | hashicorp/packer-plugin-vsphere | https://api.github.com/repos/hashicorp/packer-plugin-vsphere | closed | Packer vsphere-iso builder error "use of closed network connection" when uploading floppy in GitLab-CI | bug builder/vsphere | _This issue was originally opened by @Boeller666 as hashicorp/packer#9295. It was migrated here as a result of the [Packer plugin split](https://github.com/hashicorp/packer/issues/8610#issuecomment-770034737). The original body of the issue is below._
<hr>
#### Overview of the Issue
When building locally the VM will be created as expected.
On an on-prem GitLab with multiple runners inside a docker swarm there is an error that the floppy image upload is using a closed network connection!
As our networker told me, connection first seems to be established. There is no error inside the network logs... Also network ranges are open between the runner hosts (with Docker-Swarm) and the vCenter network range.
#### Reproduction Steps
WE are using GitLab-Ci runner inside a docker swarm, where the packer container is used. Same error when directly using the docker container inside the swarm machine against a vCenter 6.7 environment.
### Packer version
Packer v1.5.6
### Simplified Packer Buildfile
template.json
```json
{
"builders": [
{
"type": "vsphere-iso",
"vcenter_server": "vcenter.corp.company.local",
"datacenter": "DC",
"insecure_connection": true,
"resource_pool": "Testpool",
"datastore": "DS",
"username": "{{ user `vcenter_username` }}@corp.company.local",
"password": "{{ user `vcenter_password` }}",
"host": "esxi.corp.company.local",
"folder": "VM_VORLAGEN",
"vm_name": "CentOS_7_minimal",
"convert_to_template": true,
"CPUs": 1,
"RAM": 2048,
"storage": [
{
"disk_size": 4096,
"disk_thin_provisioned": true
}
],
"network_adapters": [
{
"network": "TESTNETZ",
"network_card": "e1000"
}
],
"guest_os_type": "centos7_64Guest",
"iso_paths": [
"[ISOSpeicher] ISO_IMAGES/CENTOS7/CentOS-7-x86_64-Minimal-1810.iso"
],
"floppy_files": ["{{template_dir}}/ks.cfg"],
"boot_wait": "10s",
"boot_order": "disk,cdrom,floppy",
"boot_command": ["<esc><wait>", "linux ks=hd:fd0:/ks.cfg<enter>"],
"ssh_username": "admin",
"ssh_password": "password"
}
],
"provisioners": []
}
```
.gitlab-ci.yaml
```yaml
stages:
- build
create-centos-vm:
stage: build
image:
name: hashicorp/packer:1.5.6
entrypoint: ['']
script:
- cd CentOS/
- PACKER_LOG=1 packer build -var "vcenter_username=${vcenter_username}" -var "vcenter_password=${vcenter_password}" template.json
```
### Operating system and Environment details
CentOS 7.7
Docker 19.03
GitLab-CI Runner 11.10
### Log Fragments and crash.log files
```
2020/05/26 11:02:36 packer-builder-vsphere-iso plugin: Reading the root directory from the filesystem
vsphere-iso: Copying file: Packer-Templates/CentOS/ks.cfg
vsphere-iso: Done copying files from floppy_files
vsphere-iso: Collecting paths from floppy_dirs
vsphere-iso: Resulting paths from floppy_dirs : []
vsphere-iso: Done copying paths from floppy_dirs
==> vsphere-iso: Uploading created floppy image
2020/05/26 11:03:26 packer-builder-vsphere-iso plugin: Deleting floppy disk: /tmp/packer706795908
==> vsphere-iso: Destroying VM...
2020/05/26 11:03:26 [INFO] (telemetry) ending vsphere-iso
2020/05/26 11:03:26 machine readable: error-count []string{"1"}
==> Some builds didn't complete successfully and had errors:
2020/05/26 11:03:26 machine readable: vsphere-iso,error []string{"Put \"https://172.x.x.x/folder/CentOS_7_minimal/packer-tmp-created-floppy.flp?dsName=DS\": write tcp 172.17.0.2:55030->172.x.x.x:443: use of closed network connection"}
==> Builds finished but no artifacts were created.
2020/05/26 11:03:26 [INFO] (telemetry) Finalizing.
Build 'vsphere-iso' errored: Put "https://172.x.x.x/folder/CentOS_7_minimal/packer-tmp-created-floppy.flp?dsName=DS": write tcp 172.17.0.2:55030->172.x.x.x:443: use of closed network connection
==> Some builds didn't complete successfully and had errors:
--> vsphere-iso: Put "https://172.x.x.x/folder/CentOS_7_minimal/packer-tmp-created-floppy.flp?dsName=DS": write tcp 172.17.0.2:55030->172.x.x.x:443: use of closed network connection
==> Builds finished but no artifacts were created.
2020/05/26 11:03:27 waiting for all plugin processes to complete...
2020/05/26 11:03:27 /bin/packer: plugin process exited
ERROR: Job failed: exit code 1
```
| 1.0 | Packer vsphere-iso builder error "use of closed network connection" when uploading floppy in GitLab-CI - _This issue was originally opened by @Boeller666 as hashicorp/packer#9295. It was migrated here as a result of the [Packer plugin split](https://github.com/hashicorp/packer/issues/8610#issuecomment-770034737). The original body of the issue is below._
<hr>
#### Overview of the Issue
When building locally the VM will be created as expected.
On an on-prem GitLab with multiple runners inside a docker swarm there is an error that the floppy image upload is using a closed network connection!
As our networker told me, connection first seems to be established. There is no error inside the network logs... Also network ranges are open between the runner hosts (with Docker-Swarm) and the vCenter network range.
#### Reproduction Steps
WE are using GitLab-Ci runner inside a docker swarm, where the packer container is used. Same error when directly using the docker container inside the swarm machine against a vCenter 6.7 environment.
### Packer version
Packer v1.5.6
### Simplified Packer Buildfile
template.json
```json
{
"builders": [
{
"type": "vsphere-iso",
"vcenter_server": "vcenter.corp.company.local",
"datacenter": "DC",
"insecure_connection": true,
"resource_pool": "Testpool",
"datastore": "DS",
"username": "{{ user `vcenter_username` }}@corp.company.local",
"password": "{{ user `vcenter_password` }}",
"host": "esxi.corp.company.local",
"folder": "VM_VORLAGEN",
"vm_name": "CentOS_7_minimal",
"convert_to_template": true,
"CPUs": 1,
"RAM": 2048,
"storage": [
{
"disk_size": 4096,
"disk_thin_provisioned": true
}
],
"network_adapters": [
{
"network": "TESTNETZ",
"network_card": "e1000"
}
],
"guest_os_type": "centos7_64Guest",
"iso_paths": [
"[ISOSpeicher] ISO_IMAGES/CENTOS7/CentOS-7-x86_64-Minimal-1810.iso"
],
"floppy_files": ["{{template_dir}}/ks.cfg"],
"boot_wait": "10s",
"boot_order": "disk,cdrom,floppy",
"boot_command": ["<esc><wait>", "linux ks=hd:fd0:/ks.cfg<enter>"],
"ssh_username": "admin",
"ssh_password": "password"
}
],
"provisioners": []
}
```
.gitlab-ci.yaml
```yaml
stages:
- build
create-centos-vm:
stage: build
image:
name: hashicorp/packer:1.5.6
entrypoint: ['']
script:
- cd CentOS/
- PACKER_LOG=1 packer build -var "vcenter_username=${vcenter_username}" -var "vcenter_password=${vcenter_password}" template.json
```
### Operating system and Environment details
CentOS 7.7
Docker 19.03
GitLab-CI Runner 11.10
### Log Fragments and crash.log files
```
2020/05/26 11:02:36 packer-builder-vsphere-iso plugin: Reading the root directory from the filesystem
vsphere-iso: Copying file: Packer-Templates/CentOS/ks.cfg
vsphere-iso: Done copying files from floppy_files
vsphere-iso: Collecting paths from floppy_dirs
vsphere-iso: Resulting paths from floppy_dirs : []
vsphere-iso: Done copying paths from floppy_dirs
==> vsphere-iso: Uploading created floppy image
2020/05/26 11:03:26 packer-builder-vsphere-iso plugin: Deleting floppy disk: /tmp/packer706795908
==> vsphere-iso: Destroying VM...
2020/05/26 11:03:26 [INFO] (telemetry) ending vsphere-iso
2020/05/26 11:03:26 machine readable: error-count []string{"1"}
==> Some builds didn't complete successfully and had errors:
2020/05/26 11:03:26 machine readable: vsphere-iso,error []string{"Put \"https://172.x.x.x/folder/CentOS_7_minimal/packer-tmp-created-floppy.flp?dsName=DS\": write tcp 172.17.0.2:55030->172.x.x.x:443: use of closed network connection"}
==> Builds finished but no artifacts were created.
2020/05/26 11:03:26 [INFO] (telemetry) Finalizing.
Build 'vsphere-iso' errored: Put "https://172.x.x.x/folder/CentOS_7_minimal/packer-tmp-created-floppy.flp?dsName=DS": write tcp 172.17.0.2:55030->172.x.x.x:443: use of closed network connection
==> Some builds didn't complete successfully and had errors:
--> vsphere-iso: Put "https://172.x.x.x/folder/CentOS_7_minimal/packer-tmp-created-floppy.flp?dsName=DS": write tcp 172.17.0.2:55030->172.x.x.x:443: use of closed network connection
==> Builds finished but no artifacts were created.
2020/05/26 11:03:27 waiting for all plugin processes to complete...
2020/05/26 11:03:27 /bin/packer: plugin process exited
ERROR: Job failed: exit code 1
```
| non_priority | packer vsphere iso builder error use of closed network connection when uploading floppy in gitlab ci this issue was originally opened by as hashicorp packer it was migrated here as a result of the the original body of the issue is below overview of the issue when building locally the vm will be created as expected on an on prem gitlab with multiple runners inside a docker swarm there is an error that the floppy image upload is using a closed network connection as our networker told me connection first seems to be established there is no error inside the network logs also network ranges are open between the runner hosts with docker swarm and the vcenter network range reproduction steps we are using gitlab ci runner inside a docker swarm where the packer container is used same error when directly using the docker container inside the swarm machine against a vcenter environment packer version packer simplified packer buildfile template json json builders type vsphere iso vcenter server vcenter corp company local datacenter dc insecure connection true resource pool testpool datastore ds username user vcenter username corp company local password user vcenter password host esxi corp company local folder vm vorlagen vm name centos minimal convert to template true cpus ram storage disk size disk thin provisioned true network adapters network testnetz network card guest os type iso paths iso images centos minimal iso floppy files boot wait boot order disk cdrom floppy boot command ssh username admin ssh password password provisioners gitlab ci yaml yaml stages build create centos vm stage build image name hashicorp packer entrypoint script cd centos packer log packer build var vcenter username vcenter username var vcenter password vcenter password template json operating system and environment details centos docker gitlab ci runner log fragments and crash log files packer builder vsphere iso plugin reading the root directory from the filesystem vsphere iso copying file packer templates centos ks cfg vsphere iso done copying files from floppy files vsphere iso collecting paths from floppy dirs vsphere iso resulting paths from floppy dirs vsphere iso done copying paths from floppy dirs vsphere iso uploading created floppy image packer builder vsphere iso plugin deleting floppy disk tmp vsphere iso destroying vm telemetry ending vsphere iso machine readable error count string some builds didn t complete successfully and had errors machine readable vsphere iso error string put write tcp x x x use of closed network connection builds finished but no artifacts were created telemetry finalizing build vsphere iso errored put write tcp x x x use of closed network connection some builds didn t complete successfully and had errors vsphere iso put write tcp x x x use of closed network connection builds finished but no artifacts were created waiting for all plugin processes to complete bin packer plugin process exited error job failed exit code | 0 |
123,174 | 16,451,549,433 | IssuesEvent | 2021-05-21 06:41:57 | wordpress-mobile/gutenberg-mobile | https://api.github.com/repos/wordpress-mobile/gutenberg-mobile | closed | Request to add the option to type a forward slash `/` to call up a list of blocks and insert one | Blocks [Status] Needs Design [Type] Enhancement | On the web, if you type a forward slash into an empty block it will call up a list of blocks and you can insert a block by typing out it's name or selecting one. Would it be possible to add that option to Gutenberg Mobile?
Chrome on Android|WPAndroid 15.7 beta
---|---
<img src="https://user-images.githubusercontent.com/1119271/93308119-187ed180-f7bf-11ea-8404-3b82197903f4.png" width="270" alt="Screenshot_20200916-014920">|<img src="https://user-images.githubusercontent.com/1119271/93308122-1a489500-f7bf-11ea-8be1-3caf57ed79d4.png" width="270" alt="Screenshot_20200916-014550">
<p style="clear:both;"><sup>Tested with WPAndroid 15.7-rc-3 on Pixel 3 Android 11.</sup></p>
<sup>(Originally reported in beta testing, internal reference: p5T066-1vr-p2#comment-5840)</sup> | 1.0 | Request to add the option to type a forward slash `/` to call up a list of blocks and insert one - On the web, if you type a forward slash into an empty block it will call up a list of blocks and you can insert a block by typing out it's name or selecting one. Would it be possible to add that option to Gutenberg Mobile?
Chrome on Android|WPAndroid 15.7 beta
---|---
<img src="https://user-images.githubusercontent.com/1119271/93308119-187ed180-f7bf-11ea-8404-3b82197903f4.png" width="270" alt="Screenshot_20200916-014920">|<img src="https://user-images.githubusercontent.com/1119271/93308122-1a489500-f7bf-11ea-8be1-3caf57ed79d4.png" width="270" alt="Screenshot_20200916-014550">
<p style="clear:both;"><sup>Tested with WPAndroid 15.7-rc-3 on Pixel 3 Android 11.</sup></p>
<sup>(Originally reported in beta testing, internal reference: p5T066-1vr-p2#comment-5840)</sup> | non_priority | request to add the option to type a forward slash to call up a list of blocks and insert one on the web if you type a forward slash into an empty block it will call up a list of blocks and you can insert a block by typing out it s name or selecting one would it be possible to add that option to gutenberg mobile chrome on android wpandroid beta tested with wpandroid rc on pixel android originally reported in beta testing internal reference comment | 0 |
378,951 | 11,211,300,580 | IssuesEvent | 2020-01-06 15:09:55 | dhenry-KCI/FredCo-Post-Go-Live- | https://api.github.com/repos/dhenry-KCI/FredCo-Post-Go-Live- | opened | Planning - Project Pending Letter - Missing Mylar Fee | High Priority | Mylar Fee is not populating on the PLANNING - Project Pending Letter report. It is showing th $59 in IPS but $0.00 on the fees owed when you populate the report
[16049 Project Pending Letter.pdf](https://github.com/dhenry-KCI/FredCo-Post-Go-Live-/files/4026585/16049.Project.Pending.Letter.pdf)

| 1.0 | Planning - Project Pending Letter - Missing Mylar Fee - Mylar Fee is not populating on the PLANNING - Project Pending Letter report. It is showing th $59 in IPS but $0.00 on the fees owed when you populate the report
[16049 Project Pending Letter.pdf](https://github.com/dhenry-KCI/FredCo-Post-Go-Live-/files/4026585/16049.Project.Pending.Letter.pdf)

| priority | planning project pending letter missing mylar fee mylar fee is not populating on the planning project pending letter report it is showing th in ips but on the fees owed when you populate the report | 1 |
171,550 | 6,490,375,437 | IssuesEvent | 2017-08-21 07:01:14 | zero-os/0-Disk | https://api.github.com/repos/zero-os/0-Disk | opened | slow 0-stor based tlog | priority_major | Did test to convert lede image to qemu image, as described in https://github.com/zero-os/0-Disk/issues/86#issuecomment-299135338.
It needs 4.5 mins
My last test using ardb based tlog finished in +- 20 seconds or +- 10 seconds (i'm pretty sure about 20 seconds, but not really sure about the 10 seconds).
So, 0-stor based tlog is at least 13x slower.
0-stor is indeed expected to be slower, but 13x is too much. | 1.0 | slow 0-stor based tlog - Did test to convert lede image to qemu image, as described in https://github.com/zero-os/0-Disk/issues/86#issuecomment-299135338.
It needs 4.5 mins
My last test using ardb based tlog finished in +- 20 seconds or +- 10 seconds (i'm pretty sure about 20 seconds, but not really sure about the 10 seconds).
So, 0-stor based tlog is at least 13x slower.
0-stor is indeed expected to be slower, but 13x is too much. | priority | slow stor based tlog did test to convert lede image to qemu image as described in it needs mins my last test using ardb based tlog finished in seconds or seconds i m pretty sure about seconds but not really sure about the seconds so stor based tlog is at least slower stor is indeed expected to be slower but is too much | 1 |
130,329 | 27,645,437,794 | IssuesEvent | 2023-03-10 22:23:54 | fwouts/previewjs | https://api.github.com/repos/fwouts/previewjs | closed | PreviewJs not working in vscode | bug fix merged vscode fix shipped | ### Describe the bug
<img width="986" alt="image" src="https://user-images.githubusercontent.com/2330999/221860951-00790e4b-8a44-42e0-8104-828d2875d7e0.png">
### Reproduction
It was working ok until I installed vite-plugin-svgr
Now, even if I removed the package and the node module folder, it still does not work anymore
### Preview.js version
v1.17.4
### Framework
React 18
### System Info
```shell
in macos M1 this does not complete, it remains frozen
```
### Used Package Manager
npm
### Extension logs (useful for crashes)
```shell
2023-02-28 15:19:36.223 [info] ExtensionService#_doActivateExtension zenclabs.previewjs, startup: false, activationEvent: 'onLanguage:typescriptreact'
2023-02-28 15:19:59.019 [error] CodeWindow: failed to load (reason: ERR_CONNECTION_REFUSED, code: -102)
2023-02-28 15:07:23.354 [error] Unexpected token C in JSON at position 0: SyntaxError: Unexpected token C in JSON at position 0
at JSON.parse (<anonymous>)
at IncomingMessage.<anonymous> (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/index.js:2225:37)
at IncomingMessage.emit (node:events:538:35)
at IncomingMessage.emit (node:domain:475:12)
at endReadableNT (node:internal/streams/readable:1345:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-02-28 15:13:24.998 [info] Getting Manifest... zenclabs.previewjs
2023-02-28 15:13:25.002 [info] Installing extension: zenclabs.previewjs
2023-02-28 15:13:26.196 [info] Extension signature verification: zenclabs.previewjs. Verification status: Verified.
2023-02-28 15:13:26.237 [info] Removed the extension from uninstalled list: zenclabs.previewjs
2023-02-28 15:13:26.255 [info] Extension installed successfully: zenclabs.previewjs
2023-02-28 15:13:33.267 [info] Getting Manifest... zenclabs.previewjs
2023-02-28 15:13:33.272 [info] Installing extension: zenclabs.previewjs
2023-02-28 15:13:33.459 [info] Extension installed successfully: zenclabs.previewjs
2023-02-28 15:19:24.171 [info] Worker process with pid 51468 terminated normally (type: fileWatcher, window: 8).
2023-02-28 15:19:28.929 [info] Starting worker process with pid 51741 (type: fileWatcher, window: 9).
2023-02-28 15:19:35.265 [info] Worker process with pid 51741 terminated normally (type: fileWatcher, window: 9).
2023-02-28 15:19:36.009 [info] Starting worker process with pid 51811 (type: fileWatcher, window: 9).
```
### Preview logs (useful for rendering errors)
```shell
I already removed the file vite-plugin-svgr and the preview.config.js file
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1166:20)
at Module._compile (node:internal/modules/cjs/loader:1210:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Module.require (node:internal/modules/cjs/loader:1127:19)
at require (node:internal/modules/helpers:112:18)
at Object.readConfig (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+config@4.0.3/node_modules/@previewjs/config/dist/index.cjs:13:22)
at /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:999:39
at Previewer.startFromStopped (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:1047:9)
at Previewer.start (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:986:20)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:914:15
500 in endpoint [object Object]:
frontend/preview.config.js:1
import svgr from 'vite-plugin-svgr'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1166:20)
at Module._compile (node:internal/modules/cjs/loader:1210:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Module.require (node:internal/modules/cjs/loader:1127:19)
at require (node:internal/modules/helpers:112:18)
at Object.readConfig (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+config@4.0.3/node_modules/@previewjs/config/dist/index.cjs:13:22)
at /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:999:39
at Previewer.startFromStopped (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:1047:9)
at Previewer.start (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:986:20)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:914:15
500 in endpoint [object Object]:
/frontend/preview.config.js:1
import svgr from 'vite-plugin-svgr'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1166:20)
at Module._compile (node:internal/modules/cjs/loader:1210:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Module.require (node:internal/modules/cjs/loader:1127:19)
at require (node:internal/modules/helpers:112:18)
at Object.readConfig (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+config@4.0.3/node_modules/@previewjs/config/dist/index.cjs:13:22)
at /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:999:39
at Previewer.startFromStopped (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:1047:9)
at Previewer.start (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:986:20)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:914:15
500 in endpoint [object Object]:
frontend/preview.config.js:1
import svgr from 'vite-plugin-svgr'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1166:20)
at Module._compile (node:internal/modules/cjs/loader:1210:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Module.require (node:internal/modules/cjs/loader:1127:19)
at require (node:internal/modules/helpers:112:18)
at Object.readConfig (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+config@4.0.3/node_modules/@previewjs/config/dist/index.cjs:13:22)
at /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:999:39
at Previewer.startFromStopped (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:1047:9)
at Previewer.start (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:986:20)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:914:15
✨ Created Preview.js workspace for: /frontend
500 in endpoint [object Object]:
frontend/preview.config.js:1
import svgr from 'vite-plugin-svgr'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1166:20)
at Module._compile (node:internal/modules/cjs/loader:1210:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Module.require (node:internal/modules/cjs/loader:1127:19)
at require (node:internal/modules/helpers:112:18)
at Object.readConfig (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+config@4.0.3/node_modules/@previewjs/config/dist/index.cjs:13:22)
at /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:999:39
at Previewer.startFromStopped (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:1047:9)
at Previewer.start (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:986:20)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:914:15```
### Repo link (if available)
_No response_
### Anything else?
_No response_ | 1.0 | PreviewJs not working in vscode - ### Describe the bug
<img width="986" alt="image" src="https://user-images.githubusercontent.com/2330999/221860951-00790e4b-8a44-42e0-8104-828d2875d7e0.png">
### Reproduction
It was working ok until I installed vite-plugin-svgr
Now, even if I removed the package and the node module folder, it still does not work anymore
### Preview.js version
v1.17.4
### Framework
React 18
### System Info
```shell
in macos M1 this does not complete, it remains frozen
```
### Used Package Manager
npm
### Extension logs (useful for crashes)
```shell
2023-02-28 15:19:36.223 [info] ExtensionService#_doActivateExtension zenclabs.previewjs, startup: false, activationEvent: 'onLanguage:typescriptreact'
2023-02-28 15:19:59.019 [error] CodeWindow: failed to load (reason: ERR_CONNECTION_REFUSED, code: -102)
2023-02-28 15:07:23.354 [error] Unexpected token C in JSON at position 0: SyntaxError: Unexpected token C in JSON at position 0
at JSON.parse (<anonymous>)
at IncomingMessage.<anonymous> (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/index.js:2225:37)
at IncomingMessage.emit (node:events:538:35)
at IncomingMessage.emit (node:domain:475:12)
at endReadableNT (node:internal/streams/readable:1345:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-02-28 15:13:24.998 [info] Getting Manifest... zenclabs.previewjs
2023-02-28 15:13:25.002 [info] Installing extension: zenclabs.previewjs
2023-02-28 15:13:26.196 [info] Extension signature verification: zenclabs.previewjs. Verification status: Verified.
2023-02-28 15:13:26.237 [info] Removed the extension from uninstalled list: zenclabs.previewjs
2023-02-28 15:13:26.255 [info] Extension installed successfully: zenclabs.previewjs
2023-02-28 15:13:33.267 [info] Getting Manifest... zenclabs.previewjs
2023-02-28 15:13:33.272 [info] Installing extension: zenclabs.previewjs
2023-02-28 15:13:33.459 [info] Extension installed successfully: zenclabs.previewjs
2023-02-28 15:19:24.171 [info] Worker process with pid 51468 terminated normally (type: fileWatcher, window: 8).
2023-02-28 15:19:28.929 [info] Starting worker process with pid 51741 (type: fileWatcher, window: 9).
2023-02-28 15:19:35.265 [info] Worker process with pid 51741 terminated normally (type: fileWatcher, window: 9).
2023-02-28 15:19:36.009 [info] Starting worker process with pid 51811 (type: fileWatcher, window: 9).
```
### Preview logs (useful for rendering errors)
```shell
I already removed the file vite-plugin-svgr and the preview.config.js file
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1166:20)
at Module._compile (node:internal/modules/cjs/loader:1210:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Module.require (node:internal/modules/cjs/loader:1127:19)
at require (node:internal/modules/helpers:112:18)
at Object.readConfig (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+config@4.0.3/node_modules/@previewjs/config/dist/index.cjs:13:22)
at /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:999:39
at Previewer.startFromStopped (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:1047:9)
at Previewer.start (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:986:20)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:914:15
500 in endpoint [object Object]:
frontend/preview.config.js:1
import svgr from 'vite-plugin-svgr'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1166:20)
at Module._compile (node:internal/modules/cjs/loader:1210:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Module.require (node:internal/modules/cjs/loader:1127:19)
at require (node:internal/modules/helpers:112:18)
at Object.readConfig (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+config@4.0.3/node_modules/@previewjs/config/dist/index.cjs:13:22)
at /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:999:39
at Previewer.startFromStopped (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:1047:9)
at Previewer.start (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:986:20)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:914:15
500 in endpoint [object Object]:
/frontend/preview.config.js:1
import svgr from 'vite-plugin-svgr'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1166:20)
at Module._compile (node:internal/modules/cjs/loader:1210:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Module.require (node:internal/modules/cjs/loader:1127:19)
at require (node:internal/modules/helpers:112:18)
at Object.readConfig (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+config@4.0.3/node_modules/@previewjs/config/dist/index.cjs:13:22)
at /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:999:39
at Previewer.startFromStopped (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:1047:9)
at Previewer.start (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:986:20)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:914:15
500 in endpoint [object Object]:
frontend/preview.config.js:1
import svgr from 'vite-plugin-svgr'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1166:20)
at Module._compile (node:internal/modules/cjs/loader:1210:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Module.require (node:internal/modules/cjs/loader:1127:19)
at require (node:internal/modules/helpers:112:18)
at Object.readConfig (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+config@4.0.3/node_modules/@previewjs/config/dist/index.cjs:13:22)
at /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:999:39
at Previewer.startFromStopped (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:1047:9)
at Previewer.start (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:986:20)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:914:15
✨ Created Preview.js workspace for: /frontend
500 in endpoint [object Object]:
frontend/preview.config.js:1
import svgr from 'vite-plugin-svgr'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1166:20)
at Module._compile (node:internal/modules/cjs/loader:1210:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Module.require (node:internal/modules/cjs/loader:1127:19)
at require (node:internal/modules/helpers:112:18)
at Object.readConfig (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+config@4.0.3/node_modules/@previewjs/config/dist/index.cjs:13:22)
at /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:999:39
at Previewer.startFromStopped (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:1047:9)
at Previewer.start (/Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:986:20)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /Users/florin/.vscode/extensions/zenclabs.previewjs-1.17.4/dist/node_modules/.pnpm/@previewjs+core@15.1.3_@types+node@18.14.0/node_modules/@previewjs/core/dist/index.cjs:914:15```
### Repo link (if available)
_No response_
### Anything else?
_No response_ | non_priority | previewjs not working in vscode describe the bug img width alt image src reproduction it was working ok until i installed vite plugin svgr now even if i removed the package and the node module folder it still does not work anymore preview js version framework react system info shell in macos this does not complete it remains frozen used package manager npm extension logs useful for crashes shell extensionservice doactivateextension zenclabs previewjs startup false activationevent onlanguage typescriptreact codewindow failed to load reason err connection refused code unexpected token c in json at position syntaxerror unexpected token c in json at position at json parse at incomingmessage users florin vscode extensions zenclabs previewjs dist index js at incomingmessage emit node events at incomingmessage emit node domain at endreadablent node internal streams readable at processticksandrejections node internal process task queues getting manifest zenclabs previewjs installing extension zenclabs previewjs extension signature verification zenclabs previewjs verification status verified removed the extension from uninstalled list zenclabs previewjs extension installed successfully zenclabs previewjs getting manifest zenclabs previewjs installing extension zenclabs previewjs extension installed successfully zenclabs previewjs worker process with pid terminated normally type filewatcher window starting worker process with pid type filewatcher window worker process with pid terminated normally type filewatcher window starting worker process with pid type filewatcher window preview logs useful for rendering errors shell i already removed the file vite plugin svgr and the preview config js file syntaxerror cannot use import statement outside a module at internalcompilefunction node internal vm at wrapsafe node internal modules cjs loader at module compile node internal modules cjs loader at module extensions js node internal modules cjs loader at module load node internal modules cjs loader at module load node internal modules cjs loader at module require node internal modules cjs loader at require node internal modules helpers at object readconfig users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs config node modules previewjs config dist index cjs at users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs at previewer startfromstopped users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs at previewer start users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs at process processticksandrejections node internal process task queues at async users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs in endpoint frontend preview config js import svgr from vite plugin svgr syntaxerror cannot use import statement outside a module at internalcompilefunction node internal vm at wrapsafe node internal modules cjs loader at module compile node internal modules cjs loader at module extensions js node internal modules cjs loader at module load node internal modules cjs loader at module load node internal modules cjs loader at module require node internal modules cjs loader at require node internal modules helpers at object readconfig users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs config node modules previewjs config dist index cjs at users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs at previewer startfromstopped users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs at previewer start users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs at process processticksandrejections node internal process task queues at async users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs in endpoint frontend preview config js import svgr from vite plugin svgr syntaxerror cannot use import statement outside a module at internalcompilefunction node internal vm at wrapsafe node internal modules cjs loader at module compile node internal modules cjs loader at module extensions js node internal modules cjs loader at module load node internal modules cjs loader at module load node internal modules cjs loader at module require node internal modules cjs loader at require node internal modules helpers at object readconfig users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs config node modules previewjs config dist index cjs at users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs at previewer startfromstopped users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs at previewer start users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs at process processticksandrejections node internal process task queues at async users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs in endpoint frontend preview config js import svgr from vite plugin svgr syntaxerror cannot use import statement outside a module at internalcompilefunction node internal vm at wrapsafe node internal modules cjs loader at module compile node internal modules cjs loader at module extensions js node internal modules cjs loader at module load node internal modules cjs loader at module load node internal modules cjs loader at module require node internal modules cjs loader at require node internal modules helpers at object readconfig users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs config node modules previewjs config dist index cjs at users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs at previewer startfromstopped users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs at previewer start users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs at process processticksandrejections node internal process task queues at async users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs ✨ created preview js workspace for frontend in endpoint frontend preview config js import svgr from vite plugin svgr syntaxerror cannot use import statement outside a module at internalcompilefunction node internal vm at wrapsafe node internal modules cjs loader at module compile node internal modules cjs loader at module extensions js node internal modules cjs loader at module load node internal modules cjs loader at module load node internal modules cjs loader at module require node internal modules cjs loader at require node internal modules helpers at object readconfig users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs config node modules previewjs config dist index cjs at users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs at previewer startfromstopped users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs at previewer start users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs at process processticksandrejections node internal process task queues at async users florin vscode extensions zenclabs previewjs dist node modules pnpm previewjs core types node node modules previewjs core dist index cjs repo link if available no response anything else no response | 0 |
108,307 | 4,330,871,231 | IssuesEvent | 2016-07-26 21:24:44 | coreos/coreos-kubernetes | https://api.github.com/repos/coreos/coreos-kubernetes | closed | kube-aws: ebs volumes using old-generation standard magnetic disks | kind/enhancement platform/AWS priority/Pmaybe | The generated [Cloud Formation template](https://github.com/coreos/coreos-kubernetes/blob/master/multi-node/aws/pkg/config/templates/stack-template.json#L258) do not specify which type of disk must be created and attached to each master/worker instance. So, according to the [documentation](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html), the Cloud Formation will create volumes of type `standard`.
One solution would be to set the [volume type](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-template.html#cfn-ec2-blockdev-template-volumetype) property to `"gp2"` (General Purpose SSD), or allow the user to specify the volume type (and possibly the iops) for the controller/worker EBS volumes in `cluster.yaml`. | 1.0 | kube-aws: ebs volumes using old-generation standard magnetic disks - The generated [Cloud Formation template](https://github.com/coreos/coreos-kubernetes/blob/master/multi-node/aws/pkg/config/templates/stack-template.json#L258) do not specify which type of disk must be created and attached to each master/worker instance. So, according to the [documentation](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html), the Cloud Formation will create volumes of type `standard`.
One solution would be to set the [volume type](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-template.html#cfn-ec2-blockdev-template-volumetype) property to `"gp2"` (General Purpose SSD), or allow the user to specify the volume type (and possibly the iops) for the controller/worker EBS volumes in `cluster.yaml`. | priority | kube aws ebs volumes using old generation standard magnetic disks the generated do not specify which type of disk must be created and attached to each master worker instance so according to the the cloud formation will create volumes of type standard one solution would be to set the property to general purpose ssd or allow the user to specify the volume type and possibly the iops for the controller worker ebs volumes in cluster yaml | 1 |
59,404 | 8,362,104,439 | IssuesEvent | 2018-10-03 15:55:08 | wright-group/WrightTools | https://api.github.com/repos/wright-group/WrightTools | closed | interact2D: additional documentation | documentation | A general overview of the interact2D functionality should be made on ReadTheDocs. | 1.0 | interact2D: additional documentation - A general overview of the interact2D functionality should be made on ReadTheDocs. | non_priority | additional documentation a general overview of the functionality should be made on readthedocs | 0 |
136,118 | 5,271,740,609 | IssuesEvent | 2017-02-06 10:36:50 | graphcool/console | https://api.github.com/repos/graphcool/console | closed | Feedback button inside the Console | enhancement priority/medium | I don't like the fact that I have to come to GitHub every time to post an issue. It would be great to have some way to submit feedback directly within the Console. That feedback button should also read my User-Agent and then it's a lot easier to identify if the issue is browser specific. | 1.0 | Feedback button inside the Console - I don't like the fact that I have to come to GitHub every time to post an issue. It would be great to have some way to submit feedback directly within the Console. That feedback button should also read my User-Agent and then it's a lot easier to identify if the issue is browser specific. | priority | feedback button inside the console i don t like the fact that i have to come to github every time to post an issue it would be great to have some way to submit feedback directly within the console that feedback button should also read my user agent and then it s a lot easier to identify if the issue is browser specific | 1 |
57,766 | 8,205,977,312 | IssuesEvent | 2018-09-03 11:59:45 | devtools-html/perf.html | https://api.github.com/repos/devtools-html/perf.html | closed | Update `who we are` in CONTRIBUTE.md | discussion documentation good first issue help wanted | https://github.com/devtools-html/perf.html/blob/master/CONTRIBUTING.md#who-we-are
With the re-org, it might be a good time to update the `CONTRIBUTING.md`.
<img width="962" alt="screen shot 2018-04-17 at 2 41 27 pm" src="https://user-images.githubusercontent.com/562354/38870212-6f78c86c-424d-11e8-9c1d-3999165f6933.png">
@julienw @gregtatum @mstange You probably know better about the how and able to provide more information here? :) | 1.0 | Update `who we are` in CONTRIBUTE.md - https://github.com/devtools-html/perf.html/blob/master/CONTRIBUTING.md#who-we-are
With the re-org, it might be a good time to update the `CONTRIBUTING.md`.
<img width="962" alt="screen shot 2018-04-17 at 2 41 27 pm" src="https://user-images.githubusercontent.com/562354/38870212-6f78c86c-424d-11e8-9c1d-3999165f6933.png">
@julienw @gregtatum @mstange You probably know better about the how and able to provide more information here? :) | non_priority | update who we are in contribute md with the re org it might be a good time to update the contributing md img width alt screen shot at pm src julienw gregtatum mstange you probably know better about the how and able to provide more information here | 0 |
61,006 | 8,482,868,595 | IssuesEvent | 2018-10-25 19:49:41 | Shopify/slate | https://api.github.com/repos/Shopify/slate | closed | Clarify how the `src/assets` folder works and how it's used in a theme | documentation v1.x | ### Problem
As described in my response in issue #407, there is a lot of logic behind what's going on the `src/assets` folder. Let's get some better documentation about how things are currently setup, that way people can form educated opinions about it and propose improvements!
Related: #408
| 1.0 | Clarify how the `src/assets` folder works and how it's used in a theme - ### Problem
As described in my response in issue #407, there is a lot of logic behind what's going on the `src/assets` folder. Let's get some better documentation about how things are currently setup, that way people can form educated opinions about it and propose improvements!
Related: #408
| non_priority | clarify how the src assets folder works and how it s used in a theme problem as described in my response in issue there is a lot of logic behind what s going on the src assets folder let s get some better documentation about how things are currently setup that way people can form educated opinions about it and propose improvements related | 0 |
51,575 | 3,013,050,964 | IssuesEvent | 2015-07-29 05:48:22 | yawlfoundation/yawl | https://api.github.com/repos/yawlfoundation/yawl | closed | Zoom and Side scroll | auto-migrated Component-Editor Priority-Low Type-Enhancement | ```
Can we add a zoom function when pressing Ctrl + mouse wheel?
Wheel up: zoom in
Wheel down: zoom out
It is inconvenient to use the two lens buttons on the top bar every time
one wants to zoom in/out.
Moreover the combination Shift + mouse wheel can activate the side scroll:
Wheel up: scroll right
Wheel down: scroll left
The above functions are very common is modeling tools, e.g. Visio.
```
Original issue reported on code.google.com by `marcello...@gmail.com` on 25 Aug 2009 at 11:50 | 1.0 | Zoom and Side scroll - ```
Can we add a zoom function when pressing Ctrl + mouse wheel?
Wheel up: zoom in
Wheel down: zoom out
It is inconvenient to use the two lens buttons on the top bar every time
one wants to zoom in/out.
Moreover the combination Shift + mouse wheel can activate the side scroll:
Wheel up: scroll right
Wheel down: scroll left
The above functions are very common is modeling tools, e.g. Visio.
```
Original issue reported on code.google.com by `marcello...@gmail.com` on 25 Aug 2009 at 11:50 | priority | zoom and side scroll can we add a zoom function when pressing ctrl mouse wheel wheel up zoom in wheel down zoom out it is inconvenient to use the two lens buttons on the top bar every time one wants to zoom in out moreover the combination shift mouse wheel can activate the side scroll wheel up scroll right wheel down scroll left the above functions are very common is modeling tools e g visio original issue reported on code google com by marcello gmail com on aug at | 1 |
491,506 | 14,165,437,671 | IssuesEvent | 2020-11-12 07:14:09 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0 staging-1686] Wrong animation for second throwing fishing pole in 3rd person view. | Category: Gameplay Priority: Low Status: Fixed | Step to reproduce:
- throw fishing pole 1 time.
- catch fish.
- don't change fishing pole on toolbar
- throw fishing pole second time. You will have wrong animation.
https://drive.google.com/file/d/1Egd7KBsP12xsJ0gTRR4mJxsUq4evbnDH/view?usp=sharing | 1.0 | [0.9.0 staging-1686] Wrong animation for second throwing fishing pole in 3rd person view. - Step to reproduce:
- throw fishing pole 1 time.
- catch fish.
- don't change fishing pole on toolbar
- throw fishing pole second time. You will have wrong animation.
https://drive.google.com/file/d/1Egd7KBsP12xsJ0gTRR4mJxsUq4evbnDH/view?usp=sharing | priority | wrong animation for second throwing fishing pole in person view step to reproduce throw fishing pole time catch fish don t change fishing pole on toolbar throw fishing pole second time you will have wrong animation | 1 |
439,529 | 12,683,413,947 | IssuesEvent | 2020-06-19 19:41:56 | SD2E/experimental-intent-parser | https://api.github.com/repos/SD2E/experimental-intent-parser | closed | Expose Experiment Design creation to external callers | priority #1 | In GitLab by @mweston on Oct 28, 2019, 17:18
Motivated by: https://gitlab.sd2e.org/sd2program/experimental-intent-parser/issues/143
We want to provide external callers with a way to sync experiment designs
One idea: call into a reactor that can manage this? | 1.0 | Expose Experiment Design creation to external callers - In GitLab by @mweston on Oct 28, 2019, 17:18
Motivated by: https://gitlab.sd2e.org/sd2program/experimental-intent-parser/issues/143
We want to provide external callers with a way to sync experiment designs
One idea: call into a reactor that can manage this? | priority | expose experiment design creation to external callers in gitlab by mweston on oct motivated by we want to provide external callers with a way to sync experiment designs one idea call into a reactor that can manage this | 1 |
273,880 | 29,831,110,113 | IssuesEvent | 2023-06-18 09:33:30 | RG4421/ampere-centos-kernel | https://api.github.com/repos/RG4421/ampere-centos-kernel | closed | CVE-2023-28772 (High) detected in linuxv5.2 - autoclosed | Mend: dependency security vulnerability | ## CVE-2023-28772 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.2</b></p></summary>
<p>
<p>Linux kernel source tree</p>
<p>Library home page: <a href=https://github.com/torvalds/linux.git>https://github.com/torvalds/linux.git</a></p>
<p>Found in base branch: <b>amp-centos-8.0-kernel</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/lib/seq_buf.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/lib/seq_buf.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/lib/seq_buf.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in the Linux kernel before 5.13.3. lib/seq_buf.c has a seq_buf_putmem_hex buffer overflow.
<p>Publish Date: 2023-03-23
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-28772>CVE-2023-28772</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2023-28772">https://www.linuxkernelcves.com/cves/CVE-2023-28772</a></p>
<p>Release Date: 2023-03-23</p>
<p>Fix Resolution: v4.4.276,v4.9.276,v4.14.240,v4.19.198,v5.4.133,v5.10.51,v5.12.18,v5.13.3</p>
</p>
</details>
<p></p>
| True | CVE-2023-28772 (High) detected in linuxv5.2 - autoclosed - ## CVE-2023-28772 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.2</b></p></summary>
<p>
<p>Linux kernel source tree</p>
<p>Library home page: <a href=https://github.com/torvalds/linux.git>https://github.com/torvalds/linux.git</a></p>
<p>Found in base branch: <b>amp-centos-8.0-kernel</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/lib/seq_buf.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/lib/seq_buf.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/lib/seq_buf.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in the Linux kernel before 5.13.3. lib/seq_buf.c has a seq_buf_putmem_hex buffer overflow.
<p>Publish Date: 2023-03-23
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-28772>CVE-2023-28772</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2023-28772">https://www.linuxkernelcves.com/cves/CVE-2023-28772</a></p>
<p>Release Date: 2023-03-23</p>
<p>Fix Resolution: v4.4.276,v4.9.276,v4.14.240,v4.19.198,v5.4.133,v5.10.51,v5.12.18,v5.13.3</p>
</p>
</details>
<p></p>
| non_priority | cve high detected in autoclosed cve high severity vulnerability vulnerable library linux kernel source tree library home page a href found in base branch amp centos kernel vulnerable source files lib seq buf c lib seq buf c lib seq buf c vulnerability details an issue was discovered in the linux kernel before lib seq buf c has a seq buf putmem hex buffer overflow publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution | 0 |
83,484 | 10,368,343,315 | IssuesEvent | 2019-09-07 16:10:17 | magento/magento2 | https://api.github.com/repos/magento/magento2 | closed | Minicart height calculated incorrectly when child items contain margins | Area: Design/Frontend Component: Checkout Fixed in 2.3.x Issue: Clear Description Issue: Confirmed Issue: Format is valid Issue: Ready for Work Reproduced on 2.3.x | ### Preconditions (*)
1. magento 2.3-develop
### Steps to reproduce (*)
1. Deploy 2.3-develop
2. Create Test product and add to cart
3. View minicart
4. Open browser development tools
5. Locate the line
`<li class="item product product-item" data-role="product-item">`
6. In the style explorer locate the css item
`.minicart-items .product-item`
7. Add the style
`padding-bottom: 100px !important;`
8. Close and reopen minicart to force reevaluation of height
9. Notice that the minicart height is correctly calculated and there is a padding of 100px in the minicart.

10. Remove the style
`padding-bottom: 100px !important;`
11. Add the style
`margin-bottom: 100px !important;`
12. Close and reopen minicart to force reevaluation of height
### Expected result (*)
1. minicart height is correctly calculated.
### Actual result (*)
1. minicart height is not correctly calculated.
2. Scroll bar appears in minicart

When padding is used in the product-item list item the minicart calculated height correctly, but does not when margins are used. | 1.0 | Minicart height calculated incorrectly when child items contain margins - ### Preconditions (*)
1. magento 2.3-develop
### Steps to reproduce (*)
1. Deploy 2.3-develop
2. Create Test product and add to cart
3. View minicart
4. Open browser development tools
5. Locate the line
`<li class="item product product-item" data-role="product-item">`
6. In the style explorer locate the css item
`.minicart-items .product-item`
7. Add the style
`padding-bottom: 100px !important;`
8. Close and reopen minicart to force reevaluation of height
9. Notice that the minicart height is correctly calculated and there is a padding of 100px in the minicart.

10. Remove the style
`padding-bottom: 100px !important;`
11. Add the style
`margin-bottom: 100px !important;`
12. Close and reopen minicart to force reevaluation of height
### Expected result (*)
1. minicart height is correctly calculated.
### Actual result (*)
1. minicart height is not correctly calculated.
2. Scroll bar appears in minicart

When padding is used in the product-item list item the minicart calculated height correctly, but does not when margins are used. | non_priority | minicart height calculated incorrectly when child items contain margins preconditions magento develop steps to reproduce deploy develop create test product and add to cart view minicart open browser development tools locate the line in the style explorer locate the css item minicart items product item add the style padding bottom important close and reopen minicart to force reevaluation of height notice that the minicart height is correctly calculated and there is a padding of in the minicart remove the style padding bottom important add the style margin bottom important close and reopen minicart to force reevaluation of height expected result minicart height is correctly calculated actual result minicart height is not correctly calculated scroll bar appears in minicart when padding is used in the product item list item the minicart calculated height correctly but does not when margins are used | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.