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
757
| labels
stringlengths 4
664
| body
stringlengths 3
261k
| index
stringclasses 10
values | text_combine
stringlengths 96
261k
| label
stringclasses 2
values | text
stringlengths 96
232k
| binary_label
int64 0
1
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
143,568
| 11,569,724,024
|
IssuesEvent
|
2020-02-20 18:06:48
|
godaddy-wordpress/coblocks
|
https://api.github.com/repos/godaddy-wordpress/coblocks
|
closed
|
ISBAT ensure the integrity of the Dynamic Separator block through automated tests
|
[Type] Tests
|
Automated tests need to be added to the `dynamic-separator` block which follow the groundwork from #835.
#### Tests Required:
- [x] The save function
- [x] Block transforms #1188
- [x] Block deprecation #959
#### AC
- Any attribute that modifies the serialized block output needs to have tests.
- Any existing transforms to or from a block needs to have tests (if applicable).
- Any existing block deprecations need to have tests (if applicable).
|
1.0
|
ISBAT ensure the integrity of the Dynamic Separator block through automated tests - Automated tests need to be added to the `dynamic-separator` block which follow the groundwork from #835.
#### Tests Required:
- [x] The save function
- [x] Block transforms #1188
- [x] Block deprecation #959
#### AC
- Any attribute that modifies the serialized block output needs to have tests.
- Any existing transforms to or from a block needs to have tests (if applicable).
- Any existing block deprecations need to have tests (if applicable).
|
non_defect
|
isbat ensure the integrity of the dynamic separator block through automated tests automated tests need to be added to the dynamic separator block which follow the groundwork from tests required the save function block transforms block deprecation ac any attribute that modifies the serialized block output needs to have tests any existing transforms to or from a block needs to have tests if applicable any existing block deprecations need to have tests if applicable
| 0
|
67,394
| 20,961,608,914
|
IssuesEvent
|
2022-03-27 21:48:47
|
abedmaatalla/sipdroid
|
https://api.github.com/repos/abedmaatalla/sipdroid
|
closed
|
Can we have a phone with peer-to-peer?
|
Priority-Medium Type-Defect auto-migrated
|
```
I found that when I call somebody with sipdroid, the RTP traffic will pass
through the SIP server. It would be faster if the RTP traffic use a
peer-to-peer transmission. So in order to do this, How can I configure the
sipdroid?
```
Original issue reported on code.google.com by `chui...@gmail.com` on 9 May 2013 at 8:59
|
1.0
|
Can we have a phone with peer-to-peer? - ```
I found that when I call somebody with sipdroid, the RTP traffic will pass
through the SIP server. It would be faster if the RTP traffic use a
peer-to-peer transmission. So in order to do this, How can I configure the
sipdroid?
```
Original issue reported on code.google.com by `chui...@gmail.com` on 9 May 2013 at 8:59
|
defect
|
can we have a phone with peer to peer i found that when i call somebody with sipdroid the rtp traffic will pass through the sip server it would be faster if the rtp traffic use a peer to peer transmission so in order to do this how can i configure the sipdroid original issue reported on code google com by chui gmail com on may at
| 1
|
26,114
| 4,593,607,730
|
IssuesEvent
|
2016-09-21 02:00:13
|
afisher1/GridLAB-D
|
https://api.github.com/repos/afisher1/GridLAB-D
|
opened
|
#32 use triplex property mapping instead of assuming memory order for meter variables,
|
defect
|
Member house::init (OBJECT *parent) - use triplex property mapping instead of assuming memory order for meter variables
source:/trunk/source/residential/house.cpp
,
|
1.0
|
#32 use triplex property mapping instead of assuming memory order for meter variables,
- Member house::init (OBJECT *parent) - use triplex property mapping instead of assuming memory order for meter variables
source:/trunk/source/residential/house.cpp
,
|
defect
|
use triplex property mapping instead of assuming memory order for meter variables member house init object parent use triplex property mapping instead of assuming memory order for meter variables source trunk source residential house cpp
| 1
|
31,878
| 6,652,628,487
|
IssuesEvent
|
2017-09-29 02:51:46
|
aleph7/Upsurge
|
https://api.github.com/repos/aleph7/Upsurge
|
closed
|
ComplexArray Infix operator *= causing crash
|
t1: defect
|
I am attempting to run a project with a real to complex forward FFT operation, and it has a 100% repro EXC_BAD_ACCESS crash on the scaling at the end of the the function.
```swift
let count = 64
let frequency = 4.0
let step = 2.0 * Double.pi / Double(count)
let x = ValueArray<Double>((0..<count).map({ step * Double($0) * frequency }))
let fft = FFTDouble(inputLength: x.count)
let complex = fft.forward(sin(x)) // EXC_BAD_ACCESS here
for value in complex {
print(value)
}
```
The crash is found on line 75 of `FFT.swift`, on the `results *= scale`. As of now this means that real to complex FFTs are broken.
|
1.0
|
ComplexArray Infix operator *= causing crash - I am attempting to run a project with a real to complex forward FFT operation, and it has a 100% repro EXC_BAD_ACCESS crash on the scaling at the end of the the function.
```swift
let count = 64
let frequency = 4.0
let step = 2.0 * Double.pi / Double(count)
let x = ValueArray<Double>((0..<count).map({ step * Double($0) * frequency }))
let fft = FFTDouble(inputLength: x.count)
let complex = fft.forward(sin(x)) // EXC_BAD_ACCESS here
for value in complex {
print(value)
}
```
The crash is found on line 75 of `FFT.swift`, on the `results *= scale`. As of now this means that real to complex FFTs are broken.
|
defect
|
complexarray infix operator causing crash i am attempting to run a project with a real to complex forward fft operation and it has a repro exc bad access crash on the scaling at the end of the the function swift let count let frequency let step double pi double count let x valuearray count map step double frequency let fft fftdouble inputlength x count let complex fft forward sin x exc bad access here for value in complex print value the crash is found on line of fft swift on the results scale as of now this means that real to complex ffts are broken
| 1
|
20,587
| 3,385,795,192
|
IssuesEvent
|
2015-11-27 13:45:40
|
noname00-pas/delphi-javascript
|
https://api.github.com/repos/noname00-pas/delphi-javascript
|
closed
|
jQuery
|
auto-migrated Priority-Medium Type-Defect
|
```
How to use jQuery with this library? To parse HTML for example?
```
Original issue reported on code.google.com by `david.lo...@gmail.com` on 11 Aug 2013 at 11:57
|
1.0
|
jQuery - ```
How to use jQuery with this library? To parse HTML for example?
```
Original issue reported on code.google.com by `david.lo...@gmail.com` on 11 Aug 2013 at 11:57
|
defect
|
jquery how to use jquery with this library to parse html for example original issue reported on code google com by david lo gmail com on aug at
| 1
|
52,761
| 13,225,014,911
|
IssuesEvent
|
2020-08-17 20:19:03
|
icecube-trac/tix4
|
https://api.github.com/repos/icecube-trac/tix4
|
closed
|
Modules should not log_fatal if their input is missing (Trac #297)
|
Migrated from Trac combo reconstruction defect
|
Some modules log_fatal if their input pulse series is missing or empty. Others do not check input sufficiently. Those should be collected in this bug.
Here's the list:
* linefit
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/297">https://code.icecube.wisc.edu/projects/icecube/ticket/297</a>, reported by kislatand owned by kislat</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-07-07T22:32:33",
"_ts": "1436308353324715",
"description": "Some modules log_fatal if their input pulse series is missing or empty. Others do not check input sufficiently. Those should be collected in this bug.\n\nHere's the list:\n * linefit",
"reporter": "kislat",
"cc": "",
"resolution": "fixed",
"time": "2011-07-21T13:42:35",
"component": "combo reconstruction",
"summary": "Modules should not log_fatal if their input is missing",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "kislat",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
Modules should not log_fatal if their input is missing (Trac #297) - Some modules log_fatal if their input pulse series is missing or empty. Others do not check input sufficiently. Those should be collected in this bug.
Here's the list:
* linefit
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/297">https://code.icecube.wisc.edu/projects/icecube/ticket/297</a>, reported by kislatand owned by kislat</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-07-07T22:32:33",
"_ts": "1436308353324715",
"description": "Some modules log_fatal if their input pulse series is missing or empty. Others do not check input sufficiently. Those should be collected in this bug.\n\nHere's the list:\n * linefit",
"reporter": "kislat",
"cc": "",
"resolution": "fixed",
"time": "2011-07-21T13:42:35",
"component": "combo reconstruction",
"summary": "Modules should not log_fatal if their input is missing",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "kislat",
"type": "defect"
}
```
</p>
</details>
|
defect
|
modules should not log fatal if their input is missing trac some modules log fatal if their input pulse series is missing or empty others do not check input sufficiently those should be collected in this bug here s the list linefit migrated from json status closed changetime ts description some modules log fatal if their input pulse series is missing or empty others do not check input sufficiently those should be collected in this bug n nhere s the list n linefit reporter kislat cc resolution fixed time component combo reconstruction summary modules should not log fatal if their input is missing priority normal keywords milestone owner kislat type defect
| 1
|
21,785
| 3,551,959,283
|
IssuesEvent
|
2016-01-21 07:54:39
|
bspkrs/java-screen-recorder
|
https://api.github.com/repos/bspkrs/java-screen-recorder
|
closed
|
Non-smooth recordings
|
auto-migrated Priority-Medium Type-Defect
|
```
Hey,
just tried this screen recorder. However, it's recording too less frames per
second. The video is getting choppy. Any improvements regarding the recording
speed?
Is this project still developed?
Regards,
CHAOSFISCH
```
Original issue reported on code.google.com by `chaosking0912` on 16 May 2012 at 7:27
|
1.0
|
Non-smooth recordings - ```
Hey,
just tried this screen recorder. However, it's recording too less frames per
second. The video is getting choppy. Any improvements regarding the recording
speed?
Is this project still developed?
Regards,
CHAOSFISCH
```
Original issue reported on code.google.com by `chaosking0912` on 16 May 2012 at 7:27
|
defect
|
non smooth recordings hey just tried this screen recorder however it s recording too less frames per second the video is getting choppy any improvements regarding the recording speed is this project still developed regards chaosfisch original issue reported on code google com by on may at
| 1
|
100,659
| 30,751,261,608
|
IssuesEvent
|
2023-07-28 19:29:34
|
MicrosoftDocs/azure-docs
|
https://api.github.com/repos/MicrosoftDocs/azure-docs
|
closed
|
Additional guidance around using mode:VM when sysprepping in AIB
|
virtual-machines/svc triaged assigned-to-author doc-enhancement Pri2 image-builder/subsvc
|
Hello, team. I wonder if we want to provide some additional context to this article regarding the usage of the "mode:vm" option when using sysprep, or perhaps a link to the sysprep documentation below describing the use case scenarios for the "mode:vm" option? If the customer is using the exact Azure SKU for all their deployments, then they probably won't have issues, as the same Azure SKU should be running on the same hardware. If they're using the image across multiple different SKU's, though, their VM's will most likely be landing on different hardware profiles in Azure and the customer could experience strange issues as called out by the Sysprep documentation. Thanks.
https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/sysprep-command-line-options?view=windows-11#modevm
The only additional switches that apply to VM mode are /reboot, /shutdown, and /quit. You must deploy the VHD on a Virtual Machine (VM) or hypervisor **_with the same hardware profile_**. For example, if you created VHD in Microsoft Hyper-V, you can only deploy your VHD to Microsoft Hyper-V VMs **_with a matching hardware profile. Deploying the VHD to a different VM with a different hardware profile might cause unexpected issues._**
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.*
* ID: 9ef2d683-1557-7097-0415-ea67a0350718
* Version Independent ID: 20667a9c-cd22-ce77-d4d6-61ac10d380c8
* Content: [Create an Azure Image Builder Bicep file or ARM JSON template - Azure Virtual Machines](https://learn.microsoft.com/en-us/azure/virtual-machines/linux/image-builder-json?tabs=json%2Cazure-powershell)
* Content Source: [articles/virtual-machines/linux/image-builder-json.md](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/virtual-machines/linux/image-builder-json.md)
* Service: **virtual-machines**
* Sub-service: **image-builder**
* GitHub Login: @kof-f
* Microsoft Alias: **kofiforson**
|
1.0
|
Additional guidance around using mode:VM when sysprepping in AIB -
Hello, team. I wonder if we want to provide some additional context to this article regarding the usage of the "mode:vm" option when using sysprep, or perhaps a link to the sysprep documentation below describing the use case scenarios for the "mode:vm" option? If the customer is using the exact Azure SKU for all their deployments, then they probably won't have issues, as the same Azure SKU should be running on the same hardware. If they're using the image across multiple different SKU's, though, their VM's will most likely be landing on different hardware profiles in Azure and the customer could experience strange issues as called out by the Sysprep documentation. Thanks.
https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/sysprep-command-line-options?view=windows-11#modevm
The only additional switches that apply to VM mode are /reboot, /shutdown, and /quit. You must deploy the VHD on a Virtual Machine (VM) or hypervisor **_with the same hardware profile_**. For example, if you created VHD in Microsoft Hyper-V, you can only deploy your VHD to Microsoft Hyper-V VMs **_with a matching hardware profile. Deploying the VHD to a different VM with a different hardware profile might cause unexpected issues._**
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.*
* ID: 9ef2d683-1557-7097-0415-ea67a0350718
* Version Independent ID: 20667a9c-cd22-ce77-d4d6-61ac10d380c8
* Content: [Create an Azure Image Builder Bicep file or ARM JSON template - Azure Virtual Machines](https://learn.microsoft.com/en-us/azure/virtual-machines/linux/image-builder-json?tabs=json%2Cazure-powershell)
* Content Source: [articles/virtual-machines/linux/image-builder-json.md](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/virtual-machines/linux/image-builder-json.md)
* Service: **virtual-machines**
* Sub-service: **image-builder**
* GitHub Login: @kof-f
* Microsoft Alias: **kofiforson**
|
non_defect
|
additional guidance around using mode vm when sysprepping in aib hello team i wonder if we want to provide some additional context to this article regarding the usage of the mode vm option when using sysprep or perhaps a link to the sysprep documentation below describing the use case scenarios for the mode vm option if the customer is using the exact azure sku for all their deployments then they probably won t have issues as the same azure sku should be running on the same hardware if they re using the image across multiple different sku s though their vm s will most likely be landing on different hardware profiles in azure and the customer could experience strange issues as called out by the sysprep documentation thanks the only additional switches that apply to vm mode are reboot shutdown and quit you must deploy the vhd on a virtual machine vm or hypervisor with the same hardware profile for example if you created vhd in microsoft hyper v you can only deploy your vhd to microsoft hyper v vms with a matching hardware profile deploying the vhd to a different vm with a different hardware profile might cause unexpected issues document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service virtual machines sub service image builder github login kof f microsoft alias kofiforson
| 0
|
57,662
| 15,930,494,277
|
IssuesEvent
|
2021-04-14 01:01:30
|
vector-im/element-web
|
https://api.github.com/repos/vector-im/element-web
|
closed
|
image lightbox UX bad
|
T-Defect
|
### Description
The lihgtbox requires a lot of mousing around to use. You click an image, the lightbox opens, to the right is the download button, to the far top-right are the rotation buttons and the close button.
I don't expect people mass-rotate images in the Matrix web ui which leaves two most commonly used functions: close and download, in this order. As in you need to close nearly every image and you might want to download some. The download button is decent size and not too far from the image itself which is acceptable. However, the X close button is tiny and very far from the middle of the window where you clicked to open the light box in the first place. You can use the Esc key but this is not obvious and you have to reach for the keyboard which may be even worse than reaching for the X button in various situations.
There is not good reason for these common actions to be so hard to perform. Most of the lightbox does absolutely nothing.
So the proposed change:
- when you click outside of the image and any other controls the lightbox should close. This is most common action and gets large target.
- when you click the image perform download or full-size view if/when that gets implemented.
related: #3323 #10617
### Version information
- **Platform**: web
- **Browser**: Chromium 77.0.3865.90
- **OS**: Linux
- **URL**: riot.im/app
matrix-react-sdk version: <local>
riot-web version: 1.5.0
olm version: 3.1.3
|
1.0
|
image lightbox UX bad - ### Description
The lihgtbox requires a lot of mousing around to use. You click an image, the lightbox opens, to the right is the download button, to the far top-right are the rotation buttons and the close button.
I don't expect people mass-rotate images in the Matrix web ui which leaves two most commonly used functions: close and download, in this order. As in you need to close nearly every image and you might want to download some. The download button is decent size and not too far from the image itself which is acceptable. However, the X close button is tiny and very far from the middle of the window where you clicked to open the light box in the first place. You can use the Esc key but this is not obvious and you have to reach for the keyboard which may be even worse than reaching for the X button in various situations.
There is not good reason for these common actions to be so hard to perform. Most of the lightbox does absolutely nothing.
So the proposed change:
- when you click outside of the image and any other controls the lightbox should close. This is most common action and gets large target.
- when you click the image perform download or full-size view if/when that gets implemented.
related: #3323 #10617
### Version information
- **Platform**: web
- **Browser**: Chromium 77.0.3865.90
- **OS**: Linux
- **URL**: riot.im/app
matrix-react-sdk version: <local>
riot-web version: 1.5.0
olm version: 3.1.3
|
defect
|
image lightbox ux bad description the lihgtbox requires a lot of mousing around to use you click an image the lightbox opens to the right is the download button to the far top right are the rotation buttons and the close button i don t expect people mass rotate images in the matrix web ui which leaves two most commonly used functions close and download in this order as in you need to close nearly every image and you might want to download some the download button is decent size and not too far from the image itself which is acceptable however the x close button is tiny and very far from the middle of the window where you clicked to open the light box in the first place you can use the esc key but this is not obvious and you have to reach for the keyboard which may be even worse than reaching for the x button in various situations there is not good reason for these common actions to be so hard to perform most of the lightbox does absolutely nothing so the proposed change when you click outside of the image and any other controls the lightbox should close this is most common action and gets large target when you click the image perform download or full size view if when that gets implemented related version information platform web browser chromium os linux url riot im app matrix react sdk version riot web version olm version
| 1
|
35,713
| 7,799,895,958
|
IssuesEvent
|
2018-06-09 01:48:08
|
StrikeNP/trac_test
|
https://api.github.com/repos/StrikeNP/trac_test
|
closed
|
Rename SH and LH (Trac #429)
|
Migrated from Trac clubb_src connork@uwm.edu defect
|
'''Introduction'''
SH, which stands for sensible heat flux, and LH, which stands for latent heat flux, are poor variable names. They should be renamed to help prevent confusion.
'''Technical Specs'''
SH should be renamed to 'sens_ht' and LH should be renamed to 'latent_ht'. These names are still relatively short, so they won't make any code or displayed information (such as plots) unreadable.
'''Tests'''
* The output should be bindiff-identical.
* Plots should still look fine.
Attachments:
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/429
```json
{
"status": "closed",
"changetime": "2011-07-08T15:23:59",
"description": "'''Introduction'''\n\nSH, which stands for sensible heat flux, and LH, which stands for latent heat flux, are poor variable names. They should be renamed to help prevent confusion.\n\n'''Technical Specs'''\n\nSH should be renamed to 'sens_ht' and LH should be renamed to 'latent_ht'. These names are still relatively short, so they won't make any code or displayed information (such as plots) unreadable.\n\n'''Tests'''\n\n * The output should be bindiff-identical. \n * Plots should still look fine.",
"reporter": "connork@uwm.edu",
"cc": "vlarson@uwm.edu",
"resolution": "fixed",
"_ts": "1310138639000000",
"component": "clubb_src",
"summary": "Rename SH and LH",
"priority": "critical",
"keywords": "",
"time": "2011-07-01T19:08:53",
"milestone": "3. Refactor CLUBB",
"owner": "connork@uwm.edu",
"type": "defect"
}
```
|
1.0
|
Rename SH and LH (Trac #429) - '''Introduction'''
SH, which stands for sensible heat flux, and LH, which stands for latent heat flux, are poor variable names. They should be renamed to help prevent confusion.
'''Technical Specs'''
SH should be renamed to 'sens_ht' and LH should be renamed to 'latent_ht'. These names are still relatively short, so they won't make any code or displayed information (such as plots) unreadable.
'''Tests'''
* The output should be bindiff-identical.
* Plots should still look fine.
Attachments:
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/429
```json
{
"status": "closed",
"changetime": "2011-07-08T15:23:59",
"description": "'''Introduction'''\n\nSH, which stands for sensible heat flux, and LH, which stands for latent heat flux, are poor variable names. They should be renamed to help prevent confusion.\n\n'''Technical Specs'''\n\nSH should be renamed to 'sens_ht' and LH should be renamed to 'latent_ht'. These names are still relatively short, so they won't make any code or displayed information (such as plots) unreadable.\n\n'''Tests'''\n\n * The output should be bindiff-identical. \n * Plots should still look fine.",
"reporter": "connork@uwm.edu",
"cc": "vlarson@uwm.edu",
"resolution": "fixed",
"_ts": "1310138639000000",
"component": "clubb_src",
"summary": "Rename SH and LH",
"priority": "critical",
"keywords": "",
"time": "2011-07-01T19:08:53",
"milestone": "3. Refactor CLUBB",
"owner": "connork@uwm.edu",
"type": "defect"
}
```
|
defect
|
rename sh and lh trac introduction sh which stands for sensible heat flux and lh which stands for latent heat flux are poor variable names they should be renamed to help prevent confusion technical specs sh should be renamed to sens ht and lh should be renamed to latent ht these names are still relatively short so they won t make any code or displayed information such as plots unreadable tests the output should be bindiff identical plots should still look fine attachments migrated from json status closed changetime description introduction n nsh which stands for sensible heat flux and lh which stands for latent heat flux are poor variable names they should be renamed to help prevent confusion n n technical specs n nsh should be renamed to sens ht and lh should be renamed to latent ht these names are still relatively short so they won t make any code or displayed information such as plots unreadable n n tests n n the output should be bindiff identical n plots should still look fine reporter connork uwm edu cc vlarson uwm edu resolution fixed ts component clubb src summary rename sh and lh priority critical keywords time milestone refactor clubb owner connork uwm edu type defect
| 1
|
161,840
| 13,878,926,229
|
IssuesEvent
|
2020-10-17 12:05:47
|
lingui/js-lingui
|
https://api.github.com/repos/lingui/js-lingui
|
closed
|
Lingui JS auto Translation JSON file
|
triage: accepted 📖 documentation
|
**Is your feature request related to a problem? Please describe.**
any auto-translation for lingui jS?
**Describe the solution you'd like**
i create a tools for simply Translation JSON file from lingui to other languages.
https://auto-translation.now.sh/
|
1.0
|
Lingui JS auto Translation JSON file - **Is your feature request related to a problem? Please describe.**
any auto-translation for lingui jS?
**Describe the solution you'd like**
i create a tools for simply Translation JSON file from lingui to other languages.
https://auto-translation.now.sh/
|
non_defect
|
lingui js auto translation json file is your feature request related to a problem please describe any auto translation for lingui js describe the solution you d like i create a tools for simply translation json file from lingui to other languages
| 0
|
49,409
| 13,186,687,936
|
IssuesEvent
|
2020-08-13 00:59:52
|
icecube-trac/tix3
|
https://api.github.com/repos/icecube-trac/tix3
|
opened
|
cmake/tools - cmake can't find cdk in cvmfs (Trac #1334)
|
Incomplete Migration Migrated from Trac cmake defect
|
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1334">https://code.icecube.wisc.edu/ticket/1334</a>, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2016-03-18T21:14:15",
"description": "morax is picking up cdk in /usr/local, not from cvmfs",
"reporter": "nega",
"cc": "david.schultz",
"resolution": "worksforme",
"_ts": "1458335655846260",
"component": "cmake",
"summary": "cmake/tools - cmake can't find cdk in cvmfs",
"priority": "normal",
"keywords": "cvmfs cdk",
"time": "2015-09-09T03:20:00",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
cmake/tools - cmake can't find cdk in cvmfs (Trac #1334) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1334">https://code.icecube.wisc.edu/ticket/1334</a>, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2016-03-18T21:14:15",
"description": "morax is picking up cdk in /usr/local, not from cvmfs",
"reporter": "nega",
"cc": "david.schultz",
"resolution": "worksforme",
"_ts": "1458335655846260",
"component": "cmake",
"summary": "cmake/tools - cmake can't find cdk in cvmfs",
"priority": "normal",
"keywords": "cvmfs cdk",
"time": "2015-09-09T03:20:00",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
|
defect
|
cmake tools cmake can t find cdk in cvmfs trac migrated from json status closed changetime description morax is picking up cdk in usr local not from cvmfs reporter nega cc david schultz resolution worksforme ts component cmake summary cmake tools cmake can t find cdk in cvmfs priority normal keywords cvmfs cdk time milestone owner nega type defect
| 1
|
218,999
| 17,035,966,056
|
IssuesEvent
|
2021-07-05 07:09:09
|
certtools/intelmq
|
https://api.github.com/repos/certtools/intelmq
|
closed
|
CentOS 7: logging.warn deprecated? Causes test fail
|
bug component: tests
|
On CentOS 7 with Python 3.6:
```
2021-07-02 15:49:04,552 - test-bot - WARNING - /home/abuild/rpmbuild/BUILD/intelmq/intelmq/bots/experts/rdap/expert.py:116: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
```
That caused the test case to fail as this is a WARNING in the logs.
`logging.warn` is not even documented https://docs.python.org/3/library/logging.html
Python devs are not sure if it should stay or not: https://bugs.python.org/issue44543
|
1.0
|
CentOS 7: logging.warn deprecated? Causes test fail - On CentOS 7 with Python 3.6:
```
2021-07-02 15:49:04,552 - test-bot - WARNING - /home/abuild/rpmbuild/BUILD/intelmq/intelmq/bots/experts/rdap/expert.py:116: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
```
That caused the test case to fail as this is a WARNING in the logs.
`logging.warn` is not even documented https://docs.python.org/3/library/logging.html
Python devs are not sure if it should stay or not: https://bugs.python.org/issue44543
|
non_defect
|
centos logging warn deprecated causes test fail on centos with python test bot warning home abuild rpmbuild build intelmq intelmq bots experts rdap expert py deprecationwarning the warn method is deprecated use warning instead that caused the test case to fail as this is a warning in the logs logging warn is not even documented python devs are not sure if it should stay or not
| 0
|
4,098
| 2,971,888,222
|
IssuesEvent
|
2015-07-14 10:08:36
|
Yakindu/statecharts
|
https://api.github.com/repos/Yakindu/statecharts
|
closed
|
Xpand Generator SGen doesn't generate code.
|
All CodeGenerators bug Priority-Medium
|
This test is defined in the manual click test T8.4 and T8.4.1:
"Select TestProject in Package Explorer
Select File->New->Other (CTRL+N) from the menu
Select Yakindu->Code Generator Model
Click on Next button
Set the name to StaircaseXpand.sgen
Click on Next button
Select Custom Xpand-based Generator and check Staircase.sct
Click on Finish button"
"Open file StaircaseXpand.sgen and set following features:
- targetFolder = "src-gen-xpand"
- templateProject = "TestProject.generator.xpand"
- templatePath = "testproject::generator::xpand::TextGenerator::main""
Generating Code Artifacts on the SGen file does not have any effect.

|
1.0
|
Xpand Generator SGen doesn't generate code. - This test is defined in the manual click test T8.4 and T8.4.1:
"Select TestProject in Package Explorer
Select File->New->Other (CTRL+N) from the menu
Select Yakindu->Code Generator Model
Click on Next button
Set the name to StaircaseXpand.sgen
Click on Next button
Select Custom Xpand-based Generator and check Staircase.sct
Click on Finish button"
"Open file StaircaseXpand.sgen and set following features:
- targetFolder = "src-gen-xpand"
- templateProject = "TestProject.generator.xpand"
- templatePath = "testproject::generator::xpand::TextGenerator::main""
Generating Code Artifacts on the SGen file does not have any effect.

|
non_defect
|
xpand generator sgen doesn t generate code this test is defined in the manual click test and select testproject in package explorer select file new other ctrl n from the menu select yakindu code generator model click on next button set the name to staircasexpand sgen click on next button select custom xpand based generator and check staircase sct click on finish button open file staircasexpand sgen and set following features targetfolder src gen xpand templateproject testproject generator xpand templatepath testproject generator xpand textgenerator main generating code artifacts on the sgen file does not have any effect
| 0
|
356,064
| 10,588,244,867
|
IssuesEvent
|
2019-10-09 01:10:57
|
ValkyrienSkies/Valkyrien-Skies
|
https://api.github.com/repos/ValkyrienSkies/Valkyrien-Skies
|
closed
|
Re-add settings command but for all config values
|
Category: Enhancement Priority: Medium Status: WIP
|
Re-add the /physsettings command with a more general approach that automatically allows values in the config to not only be edited through the native forge GUI but also through a command.
|
1.0
|
Re-add settings command but for all config values - Re-add the /physsettings command with a more general approach that automatically allows values in the config to not only be edited through the native forge GUI but also through a command.
|
non_defect
|
re add settings command but for all config values re add the physsettings command with a more general approach that automatically allows values in the config to not only be edited through the native forge gui but also through a command
| 0
|
26,208
| 4,210,837,477
|
IssuesEvent
|
2016-06-29 11:29:11
|
IMA-WorldHealth/bhima-2.X
|
https://api.github.com/repos/IMA-WorldHealth/bhima-2.X
|
closed
|
Write unit tests for the Prototype API Service
|
needs tests
|
A prototype API service landed #421 to serve as the basis of many other API services. If we have solid unit tests for the `PrototypeAPIService`, we will lots of guarantees about all our other services for free.
This could be tackled anytime by a developer.
|
1.0
|
Write unit tests for the Prototype API Service - A prototype API service landed #421 to serve as the basis of many other API services. If we have solid unit tests for the `PrototypeAPIService`, we will lots of guarantees about all our other services for free.
This could be tackled anytime by a developer.
|
non_defect
|
write unit tests for the prototype api service a prototype api service landed to serve as the basis of many other api services if we have solid unit tests for the prototypeapiservice we will lots of guarantees about all our other services for free this could be tackled anytime by a developer
| 0
|
10,687
| 2,622,180,487
|
IssuesEvent
|
2015-03-04 00:18:37
|
byzhang/leveldb
|
https://api.github.com/repos/byzhang/leveldb
|
opened
|
Deleted entries don'g get compacted.
|
auto-migrated Priority-Medium Type-Defect
|
```
Even if you only ever have 40 megs worth of live entries in a database, you can
get into situations where the disk space used continues to grow and grow
without bound.
What steps will reproduce the problem?
1. Run the test in the following patch
https://github.com/chirino/leveldb/commit/028fdd112e3a3895f6fcd89a7cd6d252495c41
89.patch
What is the expected output? What do you see instead?
The test results in the following:
0% done. Using: 0.00 MB
Deletes starting. 2% done. Using: 35.17 MB
10% done. Using: 143.51 MB
20% done. Using: 147.94 MB
30% done. Using: 147.94 MB
40% done. Using: 147.94 MB
50% done. Using: 149.68 MB
60% done. Using: 298.99 MB
70% done. Using: 414.35 MB
80% done. Using: 542.32 MB
90% done. Using: 651.77 MB
Deleting remaining live records...
Counting records...
Database contained 0 entries.
Using: 741.56 MB
Value 777581808 is not in range [0, 8388608]
db/db_test.cc:1075: Assertion failure Between(Size("", Key(totalKeys)), 0,
1024*1024*8)
What I would expect to happen is that there should be some upper limit to how
much space the database uses no mater how many insert/deletes occur if there is
a fixed size size of 'live' records. So perhaps output like:
0% done. Using: 0.00 MB
Deletes starting. 2% done. Using: 35.17 MB
10% done. Using: 143.51 MB
20% done. Using: 147.94 MB
30% done. Using: 147.94 MB
40% done. Using: 147.94 MB
50% done. Using: 149.68 MB
60% done. Using: 147.94 MB
70% done. Using: 147.94 MB
80% done. Using: 147.94 MB
90% done. Using: 147.94 MB
Deleting remaining live records...
Counting records...
Database contained 0 entries.
Using: 147.94 MB
What version of the product are you using? On what operating system?
Git master commit 514c943a8e9ce1b06c55ae5e47008f6b0854b36c on OS X
Please provide any additional information below.
This may be related to issue 77 and was discussed on the mailing list at
https://groups.google.com/d/msg/leveldb/yL6h1mAOc20/vLU64RylIdMJ
```
Original issue reported on code.google.com by `chir...@gmail.com` on 18 Apr 2013 at 5:29
|
1.0
|
Deleted entries don'g get compacted. - ```
Even if you only ever have 40 megs worth of live entries in a database, you can
get into situations where the disk space used continues to grow and grow
without bound.
What steps will reproduce the problem?
1. Run the test in the following patch
https://github.com/chirino/leveldb/commit/028fdd112e3a3895f6fcd89a7cd6d252495c41
89.patch
What is the expected output? What do you see instead?
The test results in the following:
0% done. Using: 0.00 MB
Deletes starting. 2% done. Using: 35.17 MB
10% done. Using: 143.51 MB
20% done. Using: 147.94 MB
30% done. Using: 147.94 MB
40% done. Using: 147.94 MB
50% done. Using: 149.68 MB
60% done. Using: 298.99 MB
70% done. Using: 414.35 MB
80% done. Using: 542.32 MB
90% done. Using: 651.77 MB
Deleting remaining live records...
Counting records...
Database contained 0 entries.
Using: 741.56 MB
Value 777581808 is not in range [0, 8388608]
db/db_test.cc:1075: Assertion failure Between(Size("", Key(totalKeys)), 0,
1024*1024*8)
What I would expect to happen is that there should be some upper limit to how
much space the database uses no mater how many insert/deletes occur if there is
a fixed size size of 'live' records. So perhaps output like:
0% done. Using: 0.00 MB
Deletes starting. 2% done. Using: 35.17 MB
10% done. Using: 143.51 MB
20% done. Using: 147.94 MB
30% done. Using: 147.94 MB
40% done. Using: 147.94 MB
50% done. Using: 149.68 MB
60% done. Using: 147.94 MB
70% done. Using: 147.94 MB
80% done. Using: 147.94 MB
90% done. Using: 147.94 MB
Deleting remaining live records...
Counting records...
Database contained 0 entries.
Using: 147.94 MB
What version of the product are you using? On what operating system?
Git master commit 514c943a8e9ce1b06c55ae5e47008f6b0854b36c on OS X
Please provide any additional information below.
This may be related to issue 77 and was discussed on the mailing list at
https://groups.google.com/d/msg/leveldb/yL6h1mAOc20/vLU64RylIdMJ
```
Original issue reported on code.google.com by `chir...@gmail.com` on 18 Apr 2013 at 5:29
|
defect
|
deleted entries don g get compacted even if you only ever have megs worth of live entries in a database you can get into situations where the disk space used continues to grow and grow without bound what steps will reproduce the problem run the test in the following patch patch what is the expected output what do you see instead the test results in the following done using mb deletes starting done using mb done using mb done using mb done using mb done using mb done using mb done using mb done using mb done using mb done using mb deleting remaining live records counting records database contained entries using mb value is not in range db db test cc assertion failure between size key totalkeys what i would expect to happen is that there should be some upper limit to how much space the database uses no mater how many insert deletes occur if there is a fixed size size of live records so perhaps output like done using mb deletes starting done using mb done using mb done using mb done using mb done using mb done using mb done using mb done using mb done using mb done using mb deleting remaining live records counting records database contained entries using mb what version of the product are you using on what operating system git master commit on os x please provide any additional information below this may be related to issue and was discussed on the mailing list at original issue reported on code google com by chir gmail com on apr at
| 1
|
11,763
| 14,594,656,277
|
IssuesEvent
|
2020-12-20 07:11:56
|
rdoddanavar/hpr-sim
|
https://api.github.com/repos/rdoddanavar/hpr-sim
|
closed
|
util_unit.py: Temperature conversion
|
pre-processing
|
Implement lambda functions in `config_unit.yml` w/ corresponding routine in `util_unit.py` to handle more complex unit conversions
|
1.0
|
util_unit.py: Temperature conversion - Implement lambda functions in `config_unit.yml` w/ corresponding routine in `util_unit.py` to handle more complex unit conversions
|
non_defect
|
util unit py temperature conversion implement lambda functions in config unit yml w corresponding routine in util unit py to handle more complex unit conversions
| 0
|
25,120
| 4,210,820,263
|
IssuesEvent
|
2016-06-29 11:24:59
|
jOOQ/jOOQ
|
https://api.github.com/repos/jOOQ/jOOQ
|
closed
|
Record.update() produces wrong update counts in HSQLDB
|
C: DB: HSQLDB C: Functionality P: Medium R: Fixed T: Defect
|
This is a regression introduced by #1859. HSQLDB doesn't support `UPDATE .. RETURNING`, yet it fetches generated keys from the database after an `UPDATE`, which returns an empty result set. This empty result set is then used as an update count, erroneously.
|
1.0
|
Record.update() produces wrong update counts in HSQLDB - This is a regression introduced by #1859. HSQLDB doesn't support `UPDATE .. RETURNING`, yet it fetches generated keys from the database after an `UPDATE`, which returns an empty result set. This empty result set is then used as an update count, erroneously.
|
defect
|
record update produces wrong update counts in hsqldb this is a regression introduced by hsqldb doesn t support update returning yet it fetches generated keys from the database after an update which returns an empty result set this empty result set is then used as an update count erroneously
| 1
|
24,215
| 3,925,183,025
|
IssuesEvent
|
2016-04-22 17:58:56
|
networkx/networkx
|
https://api.github.com/repos/networkx/networkx
|
closed
|
KeyError in all_shortest_paths() with missing source node
|
Defect
|
I use DiGraph with all_shortest_paths(). I was adding error path unit tests for my project, and I found that the all_shortest_paths() function will raise a KeyError instead of NetworkXError if the source node is not in the graph:
```python
Traceback (most recent call last):
File "/home/pebenito/projects/setools/tests/infoflow.py", line 378, in test_932_all_shortest_paths_source_excluded
paths = list(a.all_shortest_paths("node1", "node2"))
File "/home/pebenito/projects/setools/setools/infoflow.py", line 211, in all_shortest_paths
for p in nx.all_shortest_paths(self.subG, s, t):
File "/usr/lib64/python3.3/site-packages/networkx/algorithms/shortest_paths/generic.py", line 357, in all_shortest_paths
pred = nx.predecessor(G,source)
File "/usr/lib64/python3.3/site-packages/networkx/algorithms/shortest_paths/unweighted.py", line 338, in predecessor
for w in G[v]:
File "/usr/lib64/python3.3/site-packages/networkx/classes/graph.py", line 319, in __getitem__
return self.adj[n]
KeyError: <Type(<qpol_policy_t id=140070666001936>,"node1")>
```
I'm seeing this with NetworkX 1.9.1.
|
1.0
|
KeyError in all_shortest_paths() with missing source node - I use DiGraph with all_shortest_paths(). I was adding error path unit tests for my project, and I found that the all_shortest_paths() function will raise a KeyError instead of NetworkXError if the source node is not in the graph:
```python
Traceback (most recent call last):
File "/home/pebenito/projects/setools/tests/infoflow.py", line 378, in test_932_all_shortest_paths_source_excluded
paths = list(a.all_shortest_paths("node1", "node2"))
File "/home/pebenito/projects/setools/setools/infoflow.py", line 211, in all_shortest_paths
for p in nx.all_shortest_paths(self.subG, s, t):
File "/usr/lib64/python3.3/site-packages/networkx/algorithms/shortest_paths/generic.py", line 357, in all_shortest_paths
pred = nx.predecessor(G,source)
File "/usr/lib64/python3.3/site-packages/networkx/algorithms/shortest_paths/unweighted.py", line 338, in predecessor
for w in G[v]:
File "/usr/lib64/python3.3/site-packages/networkx/classes/graph.py", line 319, in __getitem__
return self.adj[n]
KeyError: <Type(<qpol_policy_t id=140070666001936>,"node1")>
```
I'm seeing this with NetworkX 1.9.1.
|
defect
|
keyerror in all shortest paths with missing source node i use digraph with all shortest paths i was adding error path unit tests for my project and i found that the all shortest paths function will raise a keyerror instead of networkxerror if the source node is not in the graph python traceback most recent call last file home pebenito projects setools tests infoflow py line in test all shortest paths source excluded paths list a all shortest paths file home pebenito projects setools setools infoflow py line in all shortest paths for p in nx all shortest paths self subg s t file usr site packages networkx algorithms shortest paths generic py line in all shortest paths pred nx predecessor g source file usr site packages networkx algorithms shortest paths unweighted py line in predecessor for w in g file usr site packages networkx classes graph py line in getitem return self adj keyerror i m seeing this with networkx
| 1
|
28,927
| 5,436,179,009
|
IssuesEvent
|
2017-03-05 22:56:14
|
jozefizso/sandcastle-presentation
|
https://api.github.com/repos/jozefizso/sandcastle-presentation
|
closed
|
Is this project still active? Build error.
|
auto-migrated Priority-Medium Type-Defect
|
```
Hi, is this project still active? I've tried to compiled everything from
source and use the compiled SHFB and Sandcastle to build my documentation but
I couldn't get it to work, it always returns duplicated attributes or missing
attributes. May I ask do you guys have a working copy you could zip it and
send it to me at renfred@me.com? I could use Doxygen but you guys have done
such a great job and it's much more appealing then the default Doxygen
output, thanks anyway :)
```
Original issue reported on code.google.com by `renf...@me.com` on 14 May 2010 at 10:23
|
1.0
|
Is this project still active? Build error. - ```
Hi, is this project still active? I've tried to compiled everything from
source and use the compiled SHFB and Sandcastle to build my documentation but
I couldn't get it to work, it always returns duplicated attributes or missing
attributes. May I ask do you guys have a working copy you could zip it and
send it to me at renfred@me.com? I could use Doxygen but you guys have done
such a great job and it's much more appealing then the default Doxygen
output, thanks anyway :)
```
Original issue reported on code.google.com by `renf...@me.com` on 14 May 2010 at 10:23
|
defect
|
is this project still active build error hi is this project still active i ve tried to compiled everything from source and use the compiled shfb and sandcastle to build my documentation but i couldn t get it to work it always returns duplicated attributes or missing attributes may i ask do you guys have a working copy you could zip it and send it to me at renfred me com i could use doxygen but you guys have done such a great job and it s much more appealing then the default doxygen output thanks anyway original issue reported on code google com by renf me com on may at
| 1
|
33,949
| 7,309,565,370
|
IssuesEvent
|
2018-02-28 12:15:40
|
jOOQ/jOOL
|
https://api.github.com/repos/jOOQ/jOOL
|
closed
|
Grouped and groupBy gives different results when you sort by Enum field.
|
P: Medium T: Defect
|
### Expected behavior and actual behavior:
https://stackoverflow.com/questions/48787686/org-jooq-lambda-seq-different-behaviour-of-grouped-and-groupby-functions
Grouped and groupBy gives different results when you use them with java Enum field. I created collection from 4 elements and I expect them to be grouped into 2 groups
### Steps to reproduce the problem:
```
import org.jooq.lambda.Seq;
import org.jooq.lambda.tuple.Tuple2;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
public class Application {
public static void main(String[] args) {
List<Foo> foos = Arrays.asList(
new Foo().setStatus(StatusInfo.ORDER_PLACED).setOrderNo(1L),
new Foo().setStatus(StatusInfo.ORDER_PLACED).setOrderNo(2L),
new Foo().setStatus(StatusInfo.ORDER_PLACED).setOrderNo(3L),
new Foo().setStatus(StatusInfo.ORDER_CANCELLED).setOrderNo(4L)
);
List<Tuple2<String, Seq<Foo>>> list1 = Seq.seq(foos)
.grouped(foo -> {
System.out.println("Foo1: " + foo + " - " + foo.getStatus().toString());
return foo.getStatus().toString();
}).toList();
Map<String, List<Foo>> list2 = Seq.seq(foos).groupBy(foo -> {
System.out.println("Foo2: " + foo);
return foo.getStatus().toString();
});
System.out.println("Foos size: " + foos.size());
System.out.println("Size 1: " + list1.size());
System.out.println("Size 2: " + list2.keySet().size());
}
static class Foo {
StatusInfo status;
Long orderNo;
public StatusInfo getStatus() {
return status;
}
public Foo setStatus(StatusInfo status) {
this.status = status;
return this;
}
public Long getOrderNo() {
return orderNo;
}
public Foo setOrderNo(Long orderNo) {
this.orderNo = orderNo;
return this;
}
}
public enum StatusInfo {
ORDER_PLACED, ORDER_CANCELLED;
}
}
```
Output:
```
Foo1: Application$Foo@57ad2aa7 - ORDER_PLACED
Foo1: Application$Foo@5b3f61ff - ORDER_PLACED
Foo1: Application$Foo@1ef6d34c - ORDER_PLACED
Foo2: Application$Foo@57ad2aa7
Foo2: Application$Foo@5b3f61ff
Foo2: Application$Foo@1ef6d34c
Foo2: Application$Foo@6fa34d52
Foos size: 4
Size 1: 1
Size 2: 2
```
Sizes of both List and keySet should be the same, but it looks like the last element is skipped in the first method.
### Versions:
- jOOλ: 0.9.12
- Java: 1.8
|
1.0
|
Grouped and groupBy gives different results when you sort by Enum field. - ### Expected behavior and actual behavior:
https://stackoverflow.com/questions/48787686/org-jooq-lambda-seq-different-behaviour-of-grouped-and-groupby-functions
Grouped and groupBy gives different results when you use them with java Enum field. I created collection from 4 elements and I expect them to be grouped into 2 groups
### Steps to reproduce the problem:
```
import org.jooq.lambda.Seq;
import org.jooq.lambda.tuple.Tuple2;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
public class Application {
public static void main(String[] args) {
List<Foo> foos = Arrays.asList(
new Foo().setStatus(StatusInfo.ORDER_PLACED).setOrderNo(1L),
new Foo().setStatus(StatusInfo.ORDER_PLACED).setOrderNo(2L),
new Foo().setStatus(StatusInfo.ORDER_PLACED).setOrderNo(3L),
new Foo().setStatus(StatusInfo.ORDER_CANCELLED).setOrderNo(4L)
);
List<Tuple2<String, Seq<Foo>>> list1 = Seq.seq(foos)
.grouped(foo -> {
System.out.println("Foo1: " + foo + " - " + foo.getStatus().toString());
return foo.getStatus().toString();
}).toList();
Map<String, List<Foo>> list2 = Seq.seq(foos).groupBy(foo -> {
System.out.println("Foo2: " + foo);
return foo.getStatus().toString();
});
System.out.println("Foos size: " + foos.size());
System.out.println("Size 1: " + list1.size());
System.out.println("Size 2: " + list2.keySet().size());
}
static class Foo {
StatusInfo status;
Long orderNo;
public StatusInfo getStatus() {
return status;
}
public Foo setStatus(StatusInfo status) {
this.status = status;
return this;
}
public Long getOrderNo() {
return orderNo;
}
public Foo setOrderNo(Long orderNo) {
this.orderNo = orderNo;
return this;
}
}
public enum StatusInfo {
ORDER_PLACED, ORDER_CANCELLED;
}
}
```
Output:
```
Foo1: Application$Foo@57ad2aa7 - ORDER_PLACED
Foo1: Application$Foo@5b3f61ff - ORDER_PLACED
Foo1: Application$Foo@1ef6d34c - ORDER_PLACED
Foo2: Application$Foo@57ad2aa7
Foo2: Application$Foo@5b3f61ff
Foo2: Application$Foo@1ef6d34c
Foo2: Application$Foo@6fa34d52
Foos size: 4
Size 1: 1
Size 2: 2
```
Sizes of both List and keySet should be the same, but it looks like the last element is skipped in the first method.
### Versions:
- jOOλ: 0.9.12
- Java: 1.8
|
defect
|
grouped and groupby gives different results when you sort by enum field expected behavior and actual behavior grouped and groupby gives different results when you use them with java enum field i created collection from elements and i expect them to be grouped into groups steps to reproduce the problem import org jooq lambda seq import org jooq lambda tuple import java util arrays import java util list import java util map public class application public static void main string args list foos arrays aslist new foo setstatus statusinfo order placed setorderno new foo setstatus statusinfo order placed setorderno new foo setstatus statusinfo order placed setorderno new foo setstatus statusinfo order cancelled setorderno list seq seq foos grouped foo system out println foo foo getstatus tostring return foo getstatus tostring tolist map seq seq foos groupby foo system out println foo return foo getstatus tostring system out println foos size foos size system out println size size system out println size keyset size static class foo statusinfo status long orderno public statusinfo getstatus return status public foo setstatus statusinfo status this status status return this public long getorderno return orderno public foo setorderno long orderno this orderno orderno return this public enum statusinfo order placed order cancelled output application foo order placed application foo order placed application foo order placed application foo application foo application foo application foo foos size size size sizes of both list and keyset should be the same but it looks like the last element is skipped in the first method versions jooλ java
| 1
|
60,516
| 17,023,446,364
|
IssuesEvent
|
2021-07-03 02:04:27
|
tomhughes/trac-tickets
|
https://api.github.com/repos/tomhughes/trac-tickets
|
closed
|
camp sites, hostels, only shown on highest zoom level
|
Component: osmarender Priority: minor Resolution: wontfix Type: defect
|
**[Submitted to the original trac issue database at 9.25pm, Tuesday, 21st July 2009]**
http://osm.org/go/e6FTPQHqL-?layers=0B00FTF
I just added some stuff here - looking at it in Osmarender, the camp site and hostel only appear at the highest zoom level. Since accommodation like this is something that a person who is unfamiliar with the area might be actively looking for, it seems odd that it is not rendered on lower zoom levels. Can this be changed?
Probably the same applies for Mapnik.
|
1.0
|
camp sites, hostels, only shown on highest zoom level - **[Submitted to the original trac issue database at 9.25pm, Tuesday, 21st July 2009]**
http://osm.org/go/e6FTPQHqL-?layers=0B00FTF
I just added some stuff here - looking at it in Osmarender, the camp site and hostel only appear at the highest zoom level. Since accommodation like this is something that a person who is unfamiliar with the area might be actively looking for, it seems odd that it is not rendered on lower zoom levels. Can this be changed?
Probably the same applies for Mapnik.
|
defect
|
camp sites hostels only shown on highest zoom level i just added some stuff here looking at it in osmarender the camp site and hostel only appear at the highest zoom level since accommodation like this is something that a person who is unfamiliar with the area might be actively looking for it seems odd that it is not rendered on lower zoom levels can this be changed probably the same applies for mapnik
| 1
|
567,106
| 16,845,571,272
|
IssuesEvent
|
2021-06-19 12:05:09
|
devs-nest/devsnest-frontend
|
https://api.github.com/repos/devs-nest/devsnest-frontend
|
closed
|
[Frontend] User Profile Improvements
|
Priority: P1
|
- [x] Improving the layout and CSS of the Profile section
- [x] Integrate backend API of Profile Sections to Frontend. API Endpoint: http://base_url/api/v1/users/me
|
1.0
|
[Frontend] User Profile Improvements -
- [x] Improving the layout and CSS of the Profile section
- [x] Integrate backend API of Profile Sections to Frontend. API Endpoint: http://base_url/api/v1/users/me
|
non_defect
|
user profile improvements improving the layout and css of the profile section integrate backend api of profile sections to frontend api endpoint
| 0
|
6,607
| 2,610,257,678
|
IssuesEvent
|
2015-02-26 19:22:13
|
chrsmith/dsdsdaadf
|
https://api.github.com/repos/chrsmith/dsdsdaadf
|
opened
|
深圳激光如何祛除痤疮
|
auto-migrated Priority-Medium Type-Defect
|
```
深圳激光如何祛除痤疮【深圳韩方科颜全国热线400-869-1818,24
小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩��
�秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,�
��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹
”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内��
�业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上�
��痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:43
|
1.0
|
深圳激光如何祛除痤疮 - ```
深圳激光如何祛除痤疮【深圳韩方科颜全国热线400-869-1818,24
小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩��
�秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,�
��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹
”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内��
�业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上�
��痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:43
|
defect
|
深圳激光如何祛除痤疮 深圳激光如何祛除痤疮【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 original issue reported on code google com by szft com on may at
| 1
|
275,266
| 23,901,585,022
|
IssuesEvent
|
2022-09-08 19:19:10
|
CliMA/ClimaAtmos.jl
|
https://api.github.com/repos/CliMA/ClimaAtmos.jl
|
closed
|
Add allocations test
|
Tests
|
We're constantly battling reducing allocations, so we should add a test to ensure that we are aware of when we're introducing allocations inside `step!`.
|
1.0
|
Add allocations test - We're constantly battling reducing allocations, so we should add a test to ensure that we are aware of when we're introducing allocations inside `step!`.
|
non_defect
|
add allocations test we re constantly battling reducing allocations so we should add a test to ensure that we are aware of when we re introducing allocations inside step
| 0
|
757,040
| 26,494,481,320
|
IssuesEvent
|
2023-01-18 03:28:05
|
camsaul/toucan2
|
https://api.github.com/repos/camsaul/toucan2
|
opened
|
HugSQL integration
|
under consideration new feature medium-priority
|
Since Toucan 2 supports arbitrary queries we should consider adding a [HugSQL](https://www.hugsql.org/) backend that can be used instead of the default Honey SQL backend if you'd rather write queries directly in SQL. I think this should be implemented as a separate library as opposed to being integrated into the core library
|
1.0
|
HugSQL integration - Since Toucan 2 supports arbitrary queries we should consider adding a [HugSQL](https://www.hugsql.org/) backend that can be used instead of the default Honey SQL backend if you'd rather write queries directly in SQL. I think this should be implemented as a separate library as opposed to being integrated into the core library
|
non_defect
|
hugsql integration since toucan supports arbitrary queries we should consider adding a backend that can be used instead of the default honey sql backend if you d rather write queries directly in sql i think this should be implemented as a separate library as opposed to being integrated into the core library
| 0
|
3,121
| 3,797,540,529
|
IssuesEvent
|
2016-03-23 08:31:12
|
HackEdit/hackedit
|
https://api.github.com/repos/HackEdit/hackedit
|
closed
|
Indexing overhaul
|
enhancement hackedit performances
|
The current indexing system needs a serious overhaul. In short, the current implementation fall short for very big project (that contains GB of project data).
### How indexing work at the moment:
Indexing is triggered on the whole project when you start HE and open a project, when you add another project to the list of open projects or when you mark an item as ignored in the project view. A partial indexing is also triggered when you save a file (only on the file that changed
The project indexing is made in two steps:
1. First we recursively walk trough the open project directories to build a list of all the relevant project files (following the ignore rules set in the mimetypes preferences or by ignoring them in the project tree view).
2. Then we scan the list of project files. Each parse-able file is then parse to extract the list of definitions/symbols.
Indexing is performed in a background process and the results are stored in a plain json file (``.hackedit/cache.usr``).
When you use the goto actions, we load the entire project file list (or symbol tables depending on the goto action invoked). The list/table is then filtered and displayed in a QListWidget.
### Issues
There multiple issues with this implementation:
- loading the entire project files/symbols takes a lot memory and cpu usage. This basically makes the GUI unresponsive and prone to crash on low spec systems.
- indexing is very dumb and very inefficient at the moment
- only project files are indexed. But with a more robust implementation we could expand indexing to scan other interesting sources such as the python library of the default project interpreter in ``hackedit-python`` or the copybook paths of the main project compiler in ``hackedit-cobol``,...
### What needs to be changed
1. [x] First we need a real database for storing all those data. We need something light, portable and easy to install/bundle. SQLite seems to be the most interesting solution because python has builtin support for it in the standard library (no additional dependency = easier install).
2. [x] We need to improve the indexing logic. For example by storing and comparing the time stamp of the files in order to avoid re-indexing things that have not changed.
3. [x] We should probably break indexing in two distinct phases:
- project indexing: only project files are indexed
- workspace specific indexing: indexing the other interesting source for the current workspace.
The result of the project indexation would end up in ``.hackedit/project.db`` while the results of the workspace indexation would end up in ``~/.hackedit/$WORKSPACE_NAME.db``.
4. [x] We need to improve the GUI. We should avoid loading the entire database when there is no filter and wait for the user to validate the input before querying the database (or use a timer to delay the execution of the request until the user stopped writing). The request should probably be done in a background thread/process to keep a responsive UI.
|
True
|
Indexing overhaul - The current indexing system needs a serious overhaul. In short, the current implementation fall short for very big project (that contains GB of project data).
### How indexing work at the moment:
Indexing is triggered on the whole project when you start HE and open a project, when you add another project to the list of open projects or when you mark an item as ignored in the project view. A partial indexing is also triggered when you save a file (only on the file that changed
The project indexing is made in two steps:
1. First we recursively walk trough the open project directories to build a list of all the relevant project files (following the ignore rules set in the mimetypes preferences or by ignoring them in the project tree view).
2. Then we scan the list of project files. Each parse-able file is then parse to extract the list of definitions/symbols.
Indexing is performed in a background process and the results are stored in a plain json file (``.hackedit/cache.usr``).
When you use the goto actions, we load the entire project file list (or symbol tables depending on the goto action invoked). The list/table is then filtered and displayed in a QListWidget.
### Issues
There multiple issues with this implementation:
- loading the entire project files/symbols takes a lot memory and cpu usage. This basically makes the GUI unresponsive and prone to crash on low spec systems.
- indexing is very dumb and very inefficient at the moment
- only project files are indexed. But with a more robust implementation we could expand indexing to scan other interesting sources such as the python library of the default project interpreter in ``hackedit-python`` or the copybook paths of the main project compiler in ``hackedit-cobol``,...
### What needs to be changed
1. [x] First we need a real database for storing all those data. We need something light, portable and easy to install/bundle. SQLite seems to be the most interesting solution because python has builtin support for it in the standard library (no additional dependency = easier install).
2. [x] We need to improve the indexing logic. For example by storing and comparing the time stamp of the files in order to avoid re-indexing things that have not changed.
3. [x] We should probably break indexing in two distinct phases:
- project indexing: only project files are indexed
- workspace specific indexing: indexing the other interesting source for the current workspace.
The result of the project indexation would end up in ``.hackedit/project.db`` while the results of the workspace indexation would end up in ``~/.hackedit/$WORKSPACE_NAME.db``.
4. [x] We need to improve the GUI. We should avoid loading the entire database when there is no filter and wait for the user to validate the input before querying the database (or use a timer to delay the execution of the request until the user stopped writing). The request should probably be done in a background thread/process to keep a responsive UI.
|
non_defect
|
indexing overhaul the current indexing system needs a serious overhaul in short the current implementation fall short for very big project that contains gb of project data how indexing work at the moment indexing is triggered on the whole project when you start he and open a project when you add another project to the list of open projects or when you mark an item as ignored in the project view a partial indexing is also triggered when you save a file only on the file that changed the project indexing is made in two steps first we recursively walk trough the open project directories to build a list of all the relevant project files following the ignore rules set in the mimetypes preferences or by ignoring them in the project tree view then we scan the list of project files each parse able file is then parse to extract the list of definitions symbols indexing is performed in a background process and the results are stored in a plain json file hackedit cache usr when you use the goto actions we load the entire project file list or symbol tables depending on the goto action invoked the list table is then filtered and displayed in a qlistwidget issues there multiple issues with this implementation loading the entire project files symbols takes a lot memory and cpu usage this basically makes the gui unresponsive and prone to crash on low spec systems indexing is very dumb and very inefficient at the moment only project files are indexed but with a more robust implementation we could expand indexing to scan other interesting sources such as the python library of the default project interpreter in hackedit python or the copybook paths of the main project compiler in hackedit cobol what needs to be changed first we need a real database for storing all those data we need something light portable and easy to install bundle sqlite seems to be the most interesting solution because python has builtin support for it in the standard library no additional dependency easier install we need to improve the indexing logic for example by storing and comparing the time stamp of the files in order to avoid re indexing things that have not changed we should probably break indexing in two distinct phases project indexing only project files are indexed workspace specific indexing indexing the other interesting source for the current workspace the result of the project indexation would end up in hackedit project db while the results of the workspace indexation would end up in hackedit workspace name db we need to improve the gui we should avoid loading the entire database when there is no filter and wait for the user to validate the input before querying the database or use a timer to delay the execution of the request until the user stopped writing the request should probably be done in a background thread process to keep a responsive ui
| 0
|
6,513
| 2,610,255,997
|
IssuesEvent
|
2015-02-26 19:21:49
|
chrsmith/dsdsdaadf
|
https://api.github.com/repos/chrsmith/dsdsdaadf
|
opened
|
深圳激光祛除痘痘要多少钱
|
auto-migrated Priority-Medium Type-Defect
|
```
深圳激光祛除痘痘要多少钱【深圳韩方科颜全国热线400-869-181
8,24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构��
�韩国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳�
��,韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不
反弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创��
�内专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客�
��上的痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:29
|
1.0
|
深圳激光祛除痘痘要多少钱 - ```
深圳激光祛除痘痘要多少钱【深圳韩方科颜全国热线400-869-181
8,24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构��
�韩国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳�
��,韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不
反弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创��
�内专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客�
��上的痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:29
|
defect
|
深圳激光祛除痘痘要多少钱 深圳激光祛除痘痘要多少钱【 , 】深圳韩方科颜专业祛痘连锁机构,机构�� �韩国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳� ��,韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不 反弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创�� �内专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客� ��上的痘痘。 original issue reported on code google com by szft com on may at
| 1
|
419,689
| 12,227,051,508
|
IssuesEvent
|
2020-05-03 13:43:19
|
subsurface/subsurface
|
https://api.github.com/repos/subsurface/subsurface
|
closed
|
Desktop: Cylinder Pressure, Weight not accepted on click on "Apply changes"
|
bug dive-equipment priority-low
|
<!-- Lines like this one are comments and will not be shown in the final output. -->
<!-- If you are a collaborator, please add labels and assign other collaborators for a review. -->
### Describe the issue:
<!-- Replace [ ] with [x] to select options. -->
- [x] Bug
- [ ] Change request
- [ ] New feature request
- [ ] Discussion request
### Issue long description:
<!-- Describe the issue in detail. -->
In the "Equipment" tab the currently edited value is not saved when clicking on "Apply changes"
### Operating system:
<!-- What OS are you running, including OS version and the language that you are running in -->
<!-- What device are you using? -->
<!-- Only answer this question if you have tried: Does the same happen on another OS? -->
$ uname -a
Linux laptop 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
### Subsurface version:
<!-- What version of Subsurface are you running? -->
<!-- Does the same happen on another Subsurface version? -->
<!-- Are you using official release, test build, or compiled yourself? -->
<!-- Provide Git hash if your are building Subsurface yourself. -->
$ ./subsurface -v
Subsurface v4.7.8-441-g26ce183f7c33,
built with libdivecomputer v0.7.0-devel-Subsurface-NG (02560a7e7fe82919d584d3edbf3876f90382052c)
built with Qt Version 5.9.5, runtime from Qt Version 5.9.5
built with libgit2 0.26.0
### Steps to reproduce:
<!-- Provide reproduction steps separated with new lines - 1), 2), 3)... -->
1) Select dive
2) Go to equipment tab
3) Change start pressure or other value
4) Click on "Apply changes" without pressing enter or changing field.
### Current behavior:
<!-- What is the current behavior? -->
The old value reappears.
### Expected behavior:
<!-- What is the expected behavior? -->
The new value should be saved.
### Additional information:
<!-- If a simple dive log file can reproduce the issue, please attach that to the report. -->
<!-- With dive computer download issues consider adding Subsurface log file and Subsurface dumpfile to the report. -->
### Mentions:
<!-- Mention users that you want to review your issue with @<user-name>. Leave empty if not sure. -->
|
1.0
|
Desktop: Cylinder Pressure, Weight not accepted on click on "Apply changes" - <!-- Lines like this one are comments and will not be shown in the final output. -->
<!-- If you are a collaborator, please add labels and assign other collaborators for a review. -->
### Describe the issue:
<!-- Replace [ ] with [x] to select options. -->
- [x] Bug
- [ ] Change request
- [ ] New feature request
- [ ] Discussion request
### Issue long description:
<!-- Describe the issue in detail. -->
In the "Equipment" tab the currently edited value is not saved when clicking on "Apply changes"
### Operating system:
<!-- What OS are you running, including OS version and the language that you are running in -->
<!-- What device are you using? -->
<!-- Only answer this question if you have tried: Does the same happen on another OS? -->
$ uname -a
Linux laptop 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
### Subsurface version:
<!-- What version of Subsurface are you running? -->
<!-- Does the same happen on another Subsurface version? -->
<!-- Are you using official release, test build, or compiled yourself? -->
<!-- Provide Git hash if your are building Subsurface yourself. -->
$ ./subsurface -v
Subsurface v4.7.8-441-g26ce183f7c33,
built with libdivecomputer v0.7.0-devel-Subsurface-NG (02560a7e7fe82919d584d3edbf3876f90382052c)
built with Qt Version 5.9.5, runtime from Qt Version 5.9.5
built with libgit2 0.26.0
### Steps to reproduce:
<!-- Provide reproduction steps separated with new lines - 1), 2), 3)... -->
1) Select dive
2) Go to equipment tab
3) Change start pressure or other value
4) Click on "Apply changes" without pressing enter or changing field.
### Current behavior:
<!-- What is the current behavior? -->
The old value reappears.
### Expected behavior:
<!-- What is the expected behavior? -->
The new value should be saved.
### Additional information:
<!-- If a simple dive log file can reproduce the issue, please attach that to the report. -->
<!-- With dive computer download issues consider adding Subsurface log file and Subsurface dumpfile to the report. -->
### Mentions:
<!-- Mention users that you want to review your issue with @<user-name>. Leave empty if not sure. -->
|
non_defect
|
desktop cylinder pressure weight not accepted on click on apply changes describe the issue bug change request new feature request discussion request issue long description in the equipment tab the currently edited value is not saved when clicking on apply changes operating system uname a linux laptop generic ubuntu smp wed may utc gnu linux subsurface version subsurface v subsurface built with libdivecomputer devel subsurface ng built with qt version runtime from qt version built with steps to reproduce select dive go to equipment tab change start pressure or other value click on apply changes without pressing enter or changing field current behavior the old value reappears expected behavior the new value should be saved additional information mentions leave empty if not sure
| 0
|
164,176
| 20,364,350,645
|
IssuesEvent
|
2022-02-21 02:36:57
|
exuseric/thekat
|
https://api.github.com/repos/exuseric/thekat
|
opened
|
CVE-2021-27515 (Medium) detected in url-parse-1.4.7.tgz
|
security vulnerability
|
## CVE-2021-27515 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.4.7.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p>
<p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/thekat-version-2/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/thekat-version-2/node_modules/url-parse/package.json</p>
<p>
Dependency Hierarchy:
- react-scripts-3.4.3.tgz (Root Library)
- webpack-dev-server-3.11.0.tgz
- sockjs-client-1.4.0.tgz
- :x: **url-parse-1.4.7.tgz** (Vulnerable Library)
<p>Found in base branch: <b>main</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>
url-parse before 1.5.0 mishandles certain uses of backslash such as http:\/ and interprets the URI as a relative path.
<p>Publish Date: 2021-02-22
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27515>CVE-2021-27515</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: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27515">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27515</a></p>
<p>Release Date: 2021-02-22</p>
<p>Fix Resolution (url-parse): 1.5.0</p>
<p>Direct dependency fix Resolution (react-scripts): 3.4.4</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-2021-27515 (Medium) detected in url-parse-1.4.7.tgz - ## CVE-2021-27515 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.4.7.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p>
<p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/thekat-version-2/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/thekat-version-2/node_modules/url-parse/package.json</p>
<p>
Dependency Hierarchy:
- react-scripts-3.4.3.tgz (Root Library)
- webpack-dev-server-3.11.0.tgz
- sockjs-client-1.4.0.tgz
- :x: **url-parse-1.4.7.tgz** (Vulnerable Library)
<p>Found in base branch: <b>main</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>
url-parse before 1.5.0 mishandles certain uses of backslash such as http:\/ and interprets the URI as a relative path.
<p>Publish Date: 2021-02-22
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27515>CVE-2021-27515</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: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27515">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27515</a></p>
<p>Release Date: 2021-02-22</p>
<p>Fix Resolution (url-parse): 1.5.0</p>
<p>Direct dependency fix Resolution (react-scripts): 3.4.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_defect
|
cve medium detected in url parse tgz cve medium severity vulnerability vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file tmp ws scm thekat version package json path to vulnerable library tmp ws scm thekat version node modules url parse package json dependency hierarchy react scripts tgz root library webpack dev server tgz sockjs client tgz x url parse tgz vulnerable library found in base branch main vulnerability details url parse before mishandles certain uses of backslash such as http and interprets the uri as a relative path publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none 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 url parse direct dependency fix resolution react scripts step up your open source security game with whitesource
| 0
|
32,525
| 4,365,606,852
|
IssuesEvent
|
2016-08-03 11:32:13
|
pythonapis/DY3EBMINX7R32Z3WBQMTST7N
|
https://api.github.com/repos/pythonapis/DY3EBMINX7R32Z3WBQMTST7N
|
closed
|
kK6C4NqhWOoAIYB6tYH1zb9LX2tO1QZyCxkVrtJksRU1kub4lWzrWKJ+NlHpeX5iTfY9E0J85PZkUfEuYHaSN+EcPpEA7CeTPb5b1iQPKCq2WCvlODo0OLw3I4JROm8d+kZyxuEsMlKWEDdRY+mnYMbdcGujtBz+2FYAvFng0Pw=
|
design
|
xMcc3mUfrpI44WTltJVeHKMn1XyQ39cFEPuYvRh5hcwnEIorkQMzYwMfVMuCjUvAVNuTJE0AtEBh/1oRRLqSDZN5VJqKF+VkTtuLUxhkoNLcAC8hTPAdWvMgwQENP3jyJCOKfqyYrBancQUOai7VUZOsSKfclZXsXya7fFXTRjALYAFk4BYzKH11OJwAWPeYFjgu86JdoVdh5yK1WIw9OXgfjThROh0HAVxNQmiBvxeKs69po+OLehqtFrO/1wr/sMGs3Gx7iF6APc2u0q6SHE0oTdDrSYJyAwoQBxSqIHWr0HtLBnIrBEnO/U1nHOi6dwcNGxnMe3r83FD5yv32A0Br74Zd2CjruAAloRflwgSk/5ZBEIQyyzHX1T9IJGuEPTsuyEONNU2CaAyuNmv7zZe4qIlBrizn+hhnUm5MzYPdrkix1XXY/7MJrHWsXAJ/zfgrgCJPIiP38mGssxSGbGIaf6WVkNGls6EP0ZjshUiCCH9/U2pdr6YzD+DFf01XUwnCSmYbLAM1Em9nok1HnHPalRZxO1HeAXZ+KGbR0VNkKeAqGaMOHzdMAtJN8wQiBsJGfOUrVxSjD4xEpXjvthepXp+LZOo8ICU3N2NnXovS7O+6i/4n5tLtQVfQhbRelKmjD3pfkZG7RkFl7iGdN2w5h6iQTXuL3F3Bwu3OzpIpOjGCzNgAPa86iH+nDIXcRGmElS5m0m6zcftav+8VwLOJ5LdTZ0WjeXTb78fB9EtjhF1LUOHeAN20ugyN/tUtNczPsoIp+JyL5VIldacvDDCd9duaLOh26DqqXIk3CvYM1MAa9WMmaQwcWfdmEOLEMCcfgCyXYTM9g1yRKRLBtKt6e0o6kgsryaM1iT6bMvp9qf6NUFGD27YfAa2CgvrNakB+AzLiUezt7VSNqq9vPMUZLYxEXarBp6VsrfaVRswjFVOmPbIk8QU79hEfOtZLDJiQPSx/httAfVdvnUHBeEDBn0hTkegbYYZ6wPG2+ggLURkLsgwXeAuUif4krMA7hRSxg5+ek12KzmW9FYOcyiaHg7kTbfKhoMG8a18StoppmjBM+u0c7kx8SU35xfS1YOqrojtia9nvwSoqi7dP3rQZckQLzF2fg0lskODzkSV1rEMDjcK5G+/BbkGGXuDY0fkuospB0zZ+12BDx5HfDcFp/YL+x44Poj2TlnXnhYV4jRhbAMFcFrIr0UWEBp1jGV79WOogsXi6og/QW/PQ8pvXNFswRzD1kYTJRoR8X0BJewACit/LfQAEyVsPWXG/3nfmx/jtB8oSlO7ba3fALUBpfgFJaC3iwCiwsBaHIozdxPDTN89jiJNIjcVA4LisqA3wj4pkNjCphTw0RH6pXPGa6atw82vW9d/s28J8rwKNh8Q4h7FkrHGuMDUTvq0Q3BNH1Svb6dw7FclQcev0EjPW34dLu5WrDnNdFy8Ph4HTcp3BJ5u+st8rqTBxrq5vNT43QWMkADy+nHHXcv0PeA==
|
1.0
|
kK6C4NqhWOoAIYB6tYH1zb9LX2tO1QZyCxkVrtJksRU1kub4lWzrWKJ+NlHpeX5iTfY9E0J85PZkUfEuYHaSN+EcPpEA7CeTPb5b1iQPKCq2WCvlODo0OLw3I4JROm8d+kZyxuEsMlKWEDdRY+mnYMbdcGujtBz+2FYAvFng0Pw= - xMcc3mUfrpI44WTltJVeHKMn1XyQ39cFEPuYvRh5hcwnEIorkQMzYwMfVMuCjUvAVNuTJE0AtEBh/1oRRLqSDZN5VJqKF+VkTtuLUxhkoNLcAC8hTPAdWvMgwQENP3jyJCOKfqyYrBancQUOai7VUZOsSKfclZXsXya7fFXTRjALYAFk4BYzKH11OJwAWPeYFjgu86JdoVdh5yK1WIw9OXgfjThROh0HAVxNQmiBvxeKs69po+OLehqtFrO/1wr/sMGs3Gx7iF6APc2u0q6SHE0oTdDrSYJyAwoQBxSqIHWr0HtLBnIrBEnO/U1nHOi6dwcNGxnMe3r83FD5yv32A0Br74Zd2CjruAAloRflwgSk/5ZBEIQyyzHX1T9IJGuEPTsuyEONNU2CaAyuNmv7zZe4qIlBrizn+hhnUm5MzYPdrkix1XXY/7MJrHWsXAJ/zfgrgCJPIiP38mGssxSGbGIaf6WVkNGls6EP0ZjshUiCCH9/U2pdr6YzD+DFf01XUwnCSmYbLAM1Em9nok1HnHPalRZxO1HeAXZ+KGbR0VNkKeAqGaMOHzdMAtJN8wQiBsJGfOUrVxSjD4xEpXjvthepXp+LZOo8ICU3N2NnXovS7O+6i/4n5tLtQVfQhbRelKmjD3pfkZG7RkFl7iGdN2w5h6iQTXuL3F3Bwu3OzpIpOjGCzNgAPa86iH+nDIXcRGmElS5m0m6zcftav+8VwLOJ5LdTZ0WjeXTb78fB9EtjhF1LUOHeAN20ugyN/tUtNczPsoIp+JyL5VIldacvDDCd9duaLOh26DqqXIk3CvYM1MAa9WMmaQwcWfdmEOLEMCcfgCyXYTM9g1yRKRLBtKt6e0o6kgsryaM1iT6bMvp9qf6NUFGD27YfAa2CgvrNakB+AzLiUezt7VSNqq9vPMUZLYxEXarBp6VsrfaVRswjFVOmPbIk8QU79hEfOtZLDJiQPSx/httAfVdvnUHBeEDBn0hTkegbYYZ6wPG2+ggLURkLsgwXeAuUif4krMA7hRSxg5+ek12KzmW9FYOcyiaHg7kTbfKhoMG8a18StoppmjBM+u0c7kx8SU35xfS1YOqrojtia9nvwSoqi7dP3rQZckQLzF2fg0lskODzkSV1rEMDjcK5G+/BbkGGXuDY0fkuospB0zZ+12BDx5HfDcFp/YL+x44Poj2TlnXnhYV4jRhbAMFcFrIr0UWEBp1jGV79WOogsXi6og/QW/PQ8pvXNFswRzD1kYTJRoR8X0BJewACit/LfQAEyVsPWXG/3nfmx/jtB8oSlO7ba3fALUBpfgFJaC3iwCiwsBaHIozdxPDTN89jiJNIjcVA4LisqA3wj4pkNjCphTw0RH6pXPGa6atw82vW9d/s28J8rwKNh8Q4h7FkrHGuMDUTvq0Q3BNH1Svb6dw7FclQcev0EjPW34dLu5WrDnNdFy8Ph4HTcp3BJ5u+st8rqTBxrq5vNT43QWMkADy+nHHXcv0PeA==
|
non_defect
|
kzyxuesmlkweddry mnymbdcgujtbz olehqtfro tutnczpsoip yl qw lfqaeyvspwxg
| 0
|
58,041
| 14,268,013,651
|
IssuesEvent
|
2020-11-20 21:34:57
|
hashicorp/packer
|
https://api.github.com/repos/hashicorp/packer
|
closed
|
vsphere-clone Multiple Disk Support
|
builder/vsphere enhancement track-internal
|
#### Description
In #8749, the ability to add multiple disks was added to the `vsphere-iso` builder. Can this ability be added to the `vsphere-clone` builder as well?
#### Use Case(s)
I have a large number of templates I would like to build with Packer that all use the same OS, but varying number of drives. In order to save time and compute resources, I use the `vsphere-iso` builder to create a template that only installs the OS and then make several templates using the `vsphere-clone` template that make any tweaks needed for each use case. But because `vsphere-clone` doesn't support configuring multiple drives, I have to make a `vsphere-iso` template for every number of drives that are added to the template. If the ability of adding additional disks was added to `vsphere-clone`, then only 1 `vsphere-iso` template would be needed and each `vsphere-clone` template would add any additional disks that are needed.
#### Potential configuration
The same as `vsphere-iso` builder, specifically the [disk_controller_type](https://www.packer.io/docs/builders/vmware/vsphere-iso#disk_controller_type) and [storage](https://www.packer.io/docs/builders/vmware/vsphere-iso#storage) attributes.
|
1.0
|
vsphere-clone Multiple Disk Support - #### Description
In #8749, the ability to add multiple disks was added to the `vsphere-iso` builder. Can this ability be added to the `vsphere-clone` builder as well?
#### Use Case(s)
I have a large number of templates I would like to build with Packer that all use the same OS, but varying number of drives. In order to save time and compute resources, I use the `vsphere-iso` builder to create a template that only installs the OS and then make several templates using the `vsphere-clone` template that make any tweaks needed for each use case. But because `vsphere-clone` doesn't support configuring multiple drives, I have to make a `vsphere-iso` template for every number of drives that are added to the template. If the ability of adding additional disks was added to `vsphere-clone`, then only 1 `vsphere-iso` template would be needed and each `vsphere-clone` template would add any additional disks that are needed.
#### Potential configuration
The same as `vsphere-iso` builder, specifically the [disk_controller_type](https://www.packer.io/docs/builders/vmware/vsphere-iso#disk_controller_type) and [storage](https://www.packer.io/docs/builders/vmware/vsphere-iso#storage) attributes.
|
non_defect
|
vsphere clone multiple disk support description in the ability to add multiple disks was added to the vsphere iso builder can this ability be added to the vsphere clone builder as well use case s i have a large number of templates i would like to build with packer that all use the same os but varying number of drives in order to save time and compute resources i use the vsphere iso builder to create a template that only installs the os and then make several templates using the vsphere clone template that make any tweaks needed for each use case but because vsphere clone doesn t support configuring multiple drives i have to make a vsphere iso template for every number of drives that are added to the template if the ability of adding additional disks was added to vsphere clone then only vsphere iso template would be needed and each vsphere clone template would add any additional disks that are needed potential configuration the same as vsphere iso builder specifically the and attributes
| 0
|
12,141
| 2,685,252,730
|
IssuesEvent
|
2015-03-29 21:14:21
|
IssueMigrationTest/Test5
|
https://api.github.com/repos/IssueMigrationTest/Test5
|
closed
|
Block comments, makefile name and distutils.
|
auto-migrated Priority-Medium Type-Defect
|
**Issue by schric...@gmail.com**
_9 Jan 2010 at 7:21 GMT_
_Originally opened on Google Code_
----
```
This is a great project! I have a few suggestions I would like to see in
your project which I've included in the attached patch file.
1) Block comments which can be used to exclude code from the shedskin
compilation process. I've chosen #{ and #} in the attached patch.
2) An option to specify an alternate Makefile name. I've chosen '-n
--name' in the attached patch. Personally, I would make the default
something other than 'Makefile', perhaps 'shedskin.mak'. I would sure hate
to type in the shedskin command and have it blow away a perfectly good
Makefile.
3) Use distutils in the setup.py program. I'm no expert in this area and
I've attached my attempt at a setup file in the patch. The tricky part
involves getting the FLAGS file into the expected directory.
I've tested the patch using Slackware 12.1.0, Linux kernel 2.6.24.5-smp,
Python 2.5.2, and GCC 4.2.3.
Thanks.
P.S. I hope I don't get into too much trouble for entering three
suggestions under one issue ;-)
```
Attachments:
* [shedskin-1131-1.diff](https://storage.googleapis.com/google-code-attachments/shedskin/issue-51/comment-0/shedskin-1131-1.diff)
|
1.0
|
Block comments, makefile name and distutils. - **Issue by schric...@gmail.com**
_9 Jan 2010 at 7:21 GMT_
_Originally opened on Google Code_
----
```
This is a great project! I have a few suggestions I would like to see in
your project which I've included in the attached patch file.
1) Block comments which can be used to exclude code from the shedskin
compilation process. I've chosen #{ and #} in the attached patch.
2) An option to specify an alternate Makefile name. I've chosen '-n
--name' in the attached patch. Personally, I would make the default
something other than 'Makefile', perhaps 'shedskin.mak'. I would sure hate
to type in the shedskin command and have it blow away a perfectly good
Makefile.
3) Use distutils in the setup.py program. I'm no expert in this area and
I've attached my attempt at a setup file in the patch. The tricky part
involves getting the FLAGS file into the expected directory.
I've tested the patch using Slackware 12.1.0, Linux kernel 2.6.24.5-smp,
Python 2.5.2, and GCC 4.2.3.
Thanks.
P.S. I hope I don't get into too much trouble for entering three
suggestions under one issue ;-)
```
Attachments:
* [shedskin-1131-1.diff](https://storage.googleapis.com/google-code-attachments/shedskin/issue-51/comment-0/shedskin-1131-1.diff)
|
defect
|
block comments makefile name and distutils issue by schric gmail com jan at gmt originally opened on google code this is a great project i have a few suggestions i would like to see in your project which i ve included in the attached patch file block comments which can be used to exclude code from the shedskin compilation process i ve chosen and in the attached patch an option to specify an alternate makefile name i ve chosen n name in the attached patch personally i would make the default something other than makefile perhaps shedskin mak i would sure hate to type in the shedskin command and have it blow away a perfectly good makefile use distutils in the setup py program i m no expert in this area and i ve attached my attempt at a setup file in the patch the tricky part involves getting the flags file into the expected directory i ve tested the patch using slackware linux kernel smp python and gcc thanks p s i hope i don t get into too much trouble for entering three suggestions under one issue attachments
| 1
|
16,591
| 2,919,679,016
|
IssuesEvent
|
2015-06-24 15:17:10
|
CIAT-DAPA/cwr_gap-analysis-cwr
|
https://api.github.com/repos/CIAT-DAPA/cwr_gap-analysis-cwr
|
closed
|
new helianthus data- needs coord cross check etc
|
App-Curation auto-migrated Milestone-Release3.0 Priority-Medium Type-Defect
|
```
file from Marek helianthus new
```
Original issue reported on code.google.com by `colin.kh...@gmail.com` on 14 Aug 2014 at 2:55
|
1.0
|
new helianthus data- needs coord cross check etc - ```
file from Marek helianthus new
```
Original issue reported on code.google.com by `colin.kh...@gmail.com` on 14 Aug 2014 at 2:55
|
defect
|
new helianthus data needs coord cross check etc file from marek helianthus new original issue reported on code google com by colin kh gmail com on aug at
| 1
|
524,638
| 15,218,142,935
|
IssuesEvent
|
2021-02-17 17:26:52
|
AbsaOSS/enceladus
|
https://api.github.com/repos/AbsaOSS/enceladus
|
opened
|
API Migration Plan
|
feature priority: undecided under discussion
|
## Description
From version 0.3.0 we will move to the new API. Restful supported and documented API we need to come up with a "migration plan".
Questions are:
- How do we deprecate old API
- **Proposal 1:** return 4XX with the message "Please use this API instead of this"
- Do we keep this old API indefinitely?
- What is the new API path?
|
1.0
|
API Migration Plan - ## Description
From version 0.3.0 we will move to the new API. Restful supported and documented API we need to come up with a "migration plan".
Questions are:
- How do we deprecate old API
- **Proposal 1:** return 4XX with the message "Please use this API instead of this"
- Do we keep this old API indefinitely?
- What is the new API path?
|
non_defect
|
api migration plan description from version we will move to the new api restful supported and documented api we need to come up with a migration plan questions are how do we deprecate old api proposal return with the message please use this api instead of this do we keep this old api indefinitely what is the new api path
| 0
|
30,150
| 6,033,379,900
|
IssuesEvent
|
2017-06-09 08:08:45
|
moosetechnology/Moose
|
https://api.github.com/repos/moosetechnology/Moose
|
closed
|
SubscriptOutOfBounds error when selecting model without a tab
|
Priority-Medium Type-Defect
|
Originally reported on Google Code with ID 1066
```
Import an MSE model, explore it, delete the tab (but leave the model), unselect the
model, select the model, and get a walkback:
OrderedCollection(Object)>>errorSubscriptBounds:
OrderedCollection>>ensureBoundsFrom:to:
OrderedCollection>>at:
GLMMorphicAccumulatorRenderer>>render: in Block: [:ann | aBrowser activeEntity: ((aBrowser
panes at...etc...
BlockClosure>>cull:
BlockClosure>>cull:cull:
AnnouncementSubscription>>deliver: in Block: [action cull: anAnnouncement cull: announcer]
BlockClosure>>on:do:
BlockClosure>>on:fork: in Block: [Processor terminateActive]
Type-Defect
Component-MoosePanel
```
Reported by `james.foster@gemtalksystems.com` on 2014-04-18 15:37:24
|
1.0
|
SubscriptOutOfBounds error when selecting model without a tab - Originally reported on Google Code with ID 1066
```
Import an MSE model, explore it, delete the tab (but leave the model), unselect the
model, select the model, and get a walkback:
OrderedCollection(Object)>>errorSubscriptBounds:
OrderedCollection>>ensureBoundsFrom:to:
OrderedCollection>>at:
GLMMorphicAccumulatorRenderer>>render: in Block: [:ann | aBrowser activeEntity: ((aBrowser
panes at...etc...
BlockClosure>>cull:
BlockClosure>>cull:cull:
AnnouncementSubscription>>deliver: in Block: [action cull: anAnnouncement cull: announcer]
BlockClosure>>on:do:
BlockClosure>>on:fork: in Block: [Processor terminateActive]
Type-Defect
Component-MoosePanel
```
Reported by `james.foster@gemtalksystems.com` on 2014-04-18 15:37:24
|
defect
|
subscriptoutofbounds error when selecting model without a tab originally reported on google code with id import an mse model explore it delete the tab but leave the model unselect the model select the model and get a walkback orderedcollection object errorsubscriptbounds orderedcollection ensureboundsfrom to orderedcollection at glmmorphicaccumulatorrenderer render in block ann abrowser activeentity abrowser panes at etc blockclosure cull blockclosure cull cull announcementsubscription deliver in block blockclosure on do blockclosure on fork in block type defect component moosepanel reported by james foster gemtalksystems com on
| 1
|
45,714
| 13,042,089,561
|
IssuesEvent
|
2020-07-28 21:41:14
|
stressapptest/stressapptest
|
https://api.github.com/repos/stressapptest/stressapptest
|
closed
|
Compilation on an ARMv7A Machine
|
Priority-Medium Type-Defect auto-migrated
|
```
What steps will reproduce the problem?
1.../configure --build=x86 --target=armv7a-none-linux-gnueabi
--host=arm-none-linux-gnueabi --program-prefix=arm-none-linux-gnueabi-
--with-static --prefix=/people/pradeepb/test
2.make install
What is the expected output? What do you see instead?
I did not expect to see any warnings about the machine type. However, i see
os.h:160:4: warning: #warning "Unsupported CPU type: Unable to force cache
flushes."
What version of the product are you using? On what operating system?
1_0_7; Linux/Ubuntu
Please provide any additional information below.
```
Original issue reported on code.google.com by `pradeep....@gmail.com` on 9 Sep 2014 at 1:37
|
1.0
|
Compilation on an ARMv7A Machine - ```
What steps will reproduce the problem?
1.../configure --build=x86 --target=armv7a-none-linux-gnueabi
--host=arm-none-linux-gnueabi --program-prefix=arm-none-linux-gnueabi-
--with-static --prefix=/people/pradeepb/test
2.make install
What is the expected output? What do you see instead?
I did not expect to see any warnings about the machine type. However, i see
os.h:160:4: warning: #warning "Unsupported CPU type: Unable to force cache
flushes."
What version of the product are you using? On what operating system?
1_0_7; Linux/Ubuntu
Please provide any additional information below.
```
Original issue reported on code.google.com by `pradeep....@gmail.com` on 9 Sep 2014 at 1:37
|
defect
|
compilation on an machine what steps will reproduce the problem configure build target none linux gnueabi host arm none linux gnueabi program prefix arm none linux gnueabi with static prefix people pradeepb test make install what is the expected output what do you see instead i did not expect to see any warnings about the machine type however i see os h warning warning unsupported cpu type unable to force cache flushes what version of the product are you using on what operating system linux ubuntu please provide any additional information below original issue reported on code google com by pradeep gmail com on sep at
| 1
|
333,569
| 29,794,643,759
|
IssuesEvent
|
2023-06-16 00:30:41
|
unifyai/ivy
|
https://api.github.com/repos/unifyai/ivy
|
closed
|
Fix linalg.test_tensorflow_det
|
TensorFlow Frontend Sub Task Failing Test
|
| | |
|---|---|
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5284565180/jobs/9562132538"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5284565180/jobs/9562132538"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5284565180/jobs/9562132538"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5284565180/jobs/9562132538"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5284565180/jobs/9562132538"><img src=https://img.shields.io/badge/-success-success></a>
|
1.0
|
Fix linalg.test_tensorflow_det - | | |
|---|---|
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5284565180/jobs/9562132538"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5284565180/jobs/9562132538"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5284565180/jobs/9562132538"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5284565180/jobs/9562132538"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5284565180/jobs/9562132538"><img src=https://img.shields.io/badge/-success-success></a>
|
non_defect
|
fix linalg test tensorflow det torch a href src numpy a href src tensorflow a href src jax a href src paddle a href src
| 0
|
67,839
| 21,184,346,908
|
IssuesEvent
|
2022-04-08 11:07:11
|
SeleniumHQ/selenium
|
https://api.github.com/repos/SeleniumHQ/selenium
|
closed
|
[🐛 Bug]: Cannot Get DevToolSession
|
C-dotnet I-defect C-devtools
|
### What happened?
I want to get the devtoolsession from idevtool object, but when I write the code to get it, my program freezes.
Here is my code (the program freezes after executing line 2):
### How can we reproduce the issue?
```shell
IDevTools devTool = driver as IDevTools;
var session = devTool.GetDevToolsSession();
var domains = session.GetVersionSpecificDomains<DevToolsSessionDomains>();
domains.Page.Enable(new EnableCommandSettings());
domains.Page.AddScriptToEvaluateOnNewDocument(new AddScriptToEvaluateOnNewDocumentCommandSettings()
{
Source = "Object.defineProperty(navigator, 'webdriver', { get: () => undefined });" +
@"Object.defineProperty(navigator, 'platform', { get: () => 'MacOS'}); " +
""
});
```
### Relevant log output
```shell
nothing
```
### Operating System
Window 10
### Selenium version
C# 4.1
### What are the browser(s) and version(s) where you see this issue?
Chrome 99
### What are the browser driver(s) and version(s) where you see this issue?
ChromeDriver
### Are you using Selenium Grid?
_No response_
|
1.0
|
[🐛 Bug]: Cannot Get DevToolSession - ### What happened?
I want to get the devtoolsession from idevtool object, but when I write the code to get it, my program freezes.
Here is my code (the program freezes after executing line 2):
### How can we reproduce the issue?
```shell
IDevTools devTool = driver as IDevTools;
var session = devTool.GetDevToolsSession();
var domains = session.GetVersionSpecificDomains<DevToolsSessionDomains>();
domains.Page.Enable(new EnableCommandSettings());
domains.Page.AddScriptToEvaluateOnNewDocument(new AddScriptToEvaluateOnNewDocumentCommandSettings()
{
Source = "Object.defineProperty(navigator, 'webdriver', { get: () => undefined });" +
@"Object.defineProperty(navigator, 'platform', { get: () => 'MacOS'}); " +
""
});
```
### Relevant log output
```shell
nothing
```
### Operating System
Window 10
### Selenium version
C# 4.1
### What are the browser(s) and version(s) where you see this issue?
Chrome 99
### What are the browser driver(s) and version(s) where you see this issue?
ChromeDriver
### Are you using Selenium Grid?
_No response_
|
defect
|
cannot get devtoolsession what happened i want to get the devtoolsession from idevtool object but when i write the code to get it my program freezes here is my code the program freezes after executing line how can we reproduce the issue shell idevtools devtool driver as idevtools var session devtool getdevtoolssession var domains session getversionspecificdomains domains page enable new enablecommandsettings domains page addscripttoevaluateonnewdocument new addscripttoevaluateonnewdocumentcommandsettings source object defineproperty navigator webdriver get undefined object defineproperty navigator platform get macos relevant log output shell nothing operating system window selenium version c what are the browser s and version s where you see this issue chrome what are the browser driver s and version s where you see this issue chromedriver are you using selenium grid no response
| 1
|
42,195
| 5,428,435,550
|
IssuesEvent
|
2017-03-03 15:54:38
|
brave/browser-laptop
|
https://api.github.com/repos/brave/browser-laptop
|
closed
|
Linux test plan for 0.13.5 preview 3
|
OS/linux-distros tests
|
## Installer
1. [ ] Check that installer is close to the size of last release.
2. [ ] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave.app/` and make sure it returns `accepted`. If Windows right click on the installer exe and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window.
3. [ ] Check Brave, electron, and libchromiumcontent version in About and make sure it is EXACTLY as expected.
## Last changeset test
1. [ ] Test what is covered by the last changeset (you can find this by clicking on the SHA in about:brave).
## Per release specialty tests
1. [ ] Test closed issues to which `QA/step-specified` were added for the release that are going out.
https://github.com/brave/browser-laptop/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3AQA%2Fsteps-specified%20is%3Aclosed%20milestone%3A0.13.5%20
Checklist:
- [ ] Helpful hints section shows scroll bars when screen size is reduced. ([#7404](https://github.com/brave/browser-laptop/issues/7404))
https://github.com/brave/browser-laptop/issues/7404
- [ ] Refactor ledgerBackupContent. ([#7382](https://github.com/brave/browser-laptop/issues/7382))
https://github.com/brave/browser-laptop/issues/7382
- [ ] Stop page load button doesn't stop loading the page, Esc does. ([#7340](https://github.com/brave/browser-laptop/issues/7340))
https://github.com/brave/browser-laptop/issues/7340
- [ ] Refactor about:passwords with Aphrodite. ([#7335](https://github.com/brave/browser-laptop/issues/7335))
https://github.com/brave/browser-laptop/issues/7335
- [ ] Refactor about:adblock with Aphrodite. ([#7320](https://github.com/brave/browser-laptop/issues/7320))
https://github.com/brave/browser-laptop/issues/7320
- [ ] Title is cut in tab. ([#7312](https://github.com/brave/browser-laptop/issues/7312))
https://github.com/brave/browser-laptop/issues/7312
- [ ] Apply sync records in batches. ([#7308](https://github.com/brave/browser-laptop/issues/7308))
https://github.com/brave/browser-laptop/issues/7308
- [ ] Menu on macOS is unusable during sync. ([#7307](https://github.com/brave/browser-laptop/issues/7307))
https://github.com/brave/browser-laptop/issues/7307
- [ ] [Intermittent Issue] Bookmarks added before initial sync are not always copied over to pyramid 1. ([#7305](https://github.com/brave/browser-laptop/issues/7305))
https://github.com/brave/browser-laptop/issues/7305
- [ ] Title in tab is not centered. ([#7304](https://github.com/brave/browser-laptop/issues/7304))
https://github.com/brave/browser-laptop/issues/7304
- [ ] Tabs display wrong after exiting HTML5 fullscreen. ([#7301](https://github.com/brave/browser-laptop/issues/7301))
https://github.com/brave/browser-laptop/issues/7301
- [ ] Make more links HTTPS. ([#7297](https://github.com/brave/browser-laptop/issues/7297))
https://github.com/brave/browser-laptop/issues/7297
- [ ] Bookmark Favicons are not sync. ([#7294](https://github.com/brave/browser-laptop/issues/7294))
https://github.com/brave/browser-laptop/issues/7294
- [ ] Bookmark folder tree structure is not properly synced between devices. ([#7293](https://github.com/brave/browser-laptop/issues/7293))
https://github.com/brave/browser-laptop/issues/7293
- [ ] Bookmark title is missing in edit bookmark modal after it is synced. ([#7291](https://github.com/brave/browser-laptop/issues/7291))
https://github.com/brave/browser-laptop/issues/7291
- [ ] Improve wallet recovery algorithm. ([#7288](https://github.com/brave/browser-laptop/issues/7288))
https://github.com/brave/browser-laptop/issues/7288
- [ ] Editing/Deleting bookmark from toolbar causes the active tab to load the deleted bookmark. ([#7284](https://github.com/brave/browser-laptop/issues/7284))
https://github.com/brave/browser-laptop/issues/7284
- [ ] Deleting bookmark removes pinned item. ([#7283](https://github.com/brave/browser-laptop/issues/7283))
https://github.com/brave/browser-laptop/issues/7283
- [ ] Bookmark toolbar is not shown on adding bookmark when sync is enabled. ([#7282](https://github.com/brave/browser-laptop/issues/7282))
https://github.com/brave/browser-laptop/issues/7282
- [ ] Invalid sync code alert needs proper heading. ([#7280](https://github.com/brave/browser-laptop/issues/7280))
https://github.com/brave/browser-laptop/issues/7280
- [ ] Right click new tab icon (+) also processes left click event. ([#7267](https://github.com/brave/browser-laptop/issues/7267))
https://github.com/brave/browser-laptop/issues/7267
- [ ] Refactor download.js with Aphrodite. ([#7255](https://github.com/brave/browser-laptop/issues/7255))
https://github.com/brave/browser-laptop/issues/7255
- [ ] Refactor fullScreenWarning.js with Aphrodite. ([#7250](https://github.com/brave/browser-laptop/issues/7250))
https://github.com/brave/browser-laptop/issues/7250
- [ ] Transition missing on download item progress bar. ([#7248](https://github.com/brave/browser-laptop/issues/7248))
https://github.com/brave/browser-laptop/issues/7248
- [ ] Split and refactor to Aphrodite HelpfulHints preferences component. ([#7232](https://github.com/brave/browser-laptop/issues/7232))
https://github.com/brave/browser-laptop/issues/7232
- [ ] Change bold font in ledger column headers to normal. ([#7225](https://github.com/brave/browser-laptop/issues/7225))
https://github.com/brave/browser-laptop/issues/7225
- [ ] Export bookmarks option should be available in kabob menu . ([#7218](https://github.com/brave/browser-laptop/issues/7218))
https://github.com/brave/browser-laptop/issues/7218
- [ ] Brave crashed on macOS 10.12.3 via.window.open(). ([#7213](https://github.com/brave/browser-laptop/issues/7213))
https://github.com/brave/browser-laptop/issues/7213
- [ ] Refactor about:styles with Aphrodite. ([#7201](https://github.com/brave/browser-laptop/issues/7201))
https://github.com/brave/browser-laptop/issues/7201
- [ ] Empty bookmark folder should be exported and imported. ([#7193](https://github.com/brave/browser-laptop/issues/7193))
https://github.com/brave/browser-laptop/issues/7193
- [ ] Bookmarked PDF file should have the location of the PDF file itself. ([#7190](https://github.com/brave/browser-laptop/issues/7190))
https://github.com/brave/browser-laptop/issues/7190
- [ ] Refactor ReleaseNotes with Aphrodite. ([#7171](https://github.com/brave/browser-laptop/issues/7171))
https://github.com/brave/browser-laptop/issues/7171
- [ ] Brave is called "brave" on Linux. ([#7166](https://github.com/brave/browser-laptop/issues/7166))
https://github.com/brave/browser-laptop/issues/7166
- [ ] Refactor textarea with Aphrodite into TextArea. ([#7163](https://github.com/brave/browser-laptop/issues/7163))
https://github.com/brave/browser-laptop/issues/7163
- [ ] Use v2 ledger-publisher protocol. ([#7141](https://github.com/brave/browser-laptop/issues/7141))
https://github.com/brave/browser-laptop/issues/7141
- [ ] Pressing tab on autocomplete suggestion doesn't fill the input field. ([#7132](https://github.com/brave/browser-laptop/issues/7132))
https://github.com/brave/browser-laptop/issues/7132
- [ ] SanitizeTemplateItems should remove first item if it is a separator. ([#7109](https://github.com/brave/browser-laptop/issues/7109))
https://github.com/brave/browser-laptop/issues/7109
- [ ] Make plugins have its own preferences page. ([#7101](https://github.com/brave/browser-laptop/issues/7101))
https://github.com/brave/browser-laptop/issues/7101
- [ ] Bookmarks toolbar button text letters are clipped partially. ([#7034](https://github.com/brave/browser-laptop/issues/7034))
https://github.com/brave/browser-laptop/issues/7034
- [ ] Rework about:pref page SVG icons and clean up css/dom. ([#6931](https://github.com/brave/browser-laptop/issues/6931))
https://github.com/brave/browser-laptop/issues/6931
- [ ] Alert() popups should appear below tabs. ([#6901](https://github.com/brave/browser-laptop/issues/6901))
https://github.com/brave/browser-laptop/issues/6901
- [ ] Remove redundant dateline in contributions PDF. ([#6896](https://github.com/brave/browser-laptop/issues/6896))
https://github.com/brave/browser-laptop/issues/6896
- [ ] [hackerone] 201102 . ([#6894](https://github.com/brave/browser-laptop/issues/6894))
https://github.com/brave/browser-laptop/issues/6894
- [ ] Cursor should be default on find bar (follow-up of #5744). ([#6812](https://github.com/brave/browser-laptop/issues/6812))
https://github.com/brave/browser-laptop/issues/6812
- [ ] Change contact info on about:safebrowsing. ([#6781](https://github.com/brave/browser-laptop/issues/6781))
https://github.com/brave/browser-laptop/issues/6781
- [ ] Domains not displayed on my ledger shows up in payment receipt as payment recipients. ([#6531](https://github.com/brave/browser-laptop/issues/6531))
https://github.com/brave/browser-laptop/issues/6531
- [ ] Feature to allow scripts by origin. ([#6431](https://github.com/brave/browser-laptop/issues/6431))
https://github.com/brave/browser-laptop/issues/6431
- [ ] Clicking "copy to clipboard" buttons need an animation. ([#6297](https://github.com/brave/browser-laptop/issues/6297))
https://github.com/brave/browser-laptop/issues/6297
- [ ] Add windows specific font CSS for URL text and tab text. ([#5624](https://github.com/brave/browser-laptop/issues/5624))
https://github.com/brave/browser-laptop/issues/5624
- [ ] Remove data URL PNG from preferences.less. ([#5224](https://github.com/brave/browser-laptop/issues/5224))
https://github.com/brave/browser-laptop/issues/5224
- [ ] Hard to exit/close Brave when site spams you with message box / alerts. ([#3794](https://github.com/brave/browser-laptop/issues/3794))
https://github.com/brave/browser-laptop/issues/3794
- [ ] Site specific script unblocking has no effect on URL containing an IP address.. ([#2988](https://github.com/brave/browser-laptop/issues/2988))
https://github.com/brave/browser-laptop/issues/2988
- [ ] Prevent js alert spoofing attacks. ([#2755](https://github.com/brave/browser-laptop/issues/2755))
https://github.com/brave/browser-laptop/issues/2755
- [ ] Add delete confirmation to downloads bar. ([#2604](https://github.com/brave/browser-laptop/issues/2604))
https://github.com/brave/browser-laptop/issues/2604
- [ ] Implement sync. ([#1854](https://github.com/brave/browser-laptop/issues/1854))
https://github.com/brave/browser-laptop/issues/1854
## Widevine/Netflix test
1. [ ] Test that you can log into Netflix and start a show.
## Ledger
1. [ ] Create a wallet with a value other than $5 selected in the monthly budget dropdown. Click on the 'Add Funds' button and check that Coinbase transactions are blocked.
2. [ ] Remove all `ledger-*.json` files from `~/Library/Application\ Support/Brave/`. Go to the Payments tab in about:preferences, enable payments, click on `create wallet`. Check that the `add funds` button appears after a wallet is created.
3. [ ] Click on `add funds` and verify that adding funds through Coinbase increases the account balance.
4. [ ] Repeat the step above but add funds by scanning the QR code in a mobile bitcoin app instead of through Coinbase.
5. [ ] Visit nytimes.com for a few seconds and make sure it shows up in the Payments table.
6. [ ] Go to https://jsfiddle.net/LnwtLckc/5/ and click the register button. In the Payments tab, click `add funds`. Verify that the `transfer funds` button is visible and that clicking on `transfer funds` opens a jsfiddle URL in a new tab.
7. [ ] Go to https://jsfiddle.net/LnwtLckc/5/ and click `unregister`. Verify that the `transfer funds` button no longer appears in the `add funds` modal.
8. [ ] Check that disabling payments and enabling them again does not lose state.
## Data
1. [ ] Make sure that data from the last version appears in the new version OK.
2. [ ] Test that the previous version's cookies are preserved in the next version.
## About pages
1. [ ] Test that about:adblock loads
2. [ ] Test that about:autofill loads
3. [ ] Test that about:bookmarks loads bookmarks
4. [ ] Test that about:downloads loads downloads
5. [ ] Test that about:extensions loads
6. [ ] Test that about:history loads history
7. [ ] Test that about:passwords loads
8. [ ] Test that about:styles loads
9. [ ] Test that about:preferences changing a preference takes effect right away
10. [ ] Test that about:preferences language change takes effect on re-start
11. [ ] Test that about.com without the http protocol is loaded from URL bar
## Bookmarks
1. [ ] Test that creating a bookmark on the bookmarks toolbar works
2. [ ] Test that creating a bookmark folder on the bookmarks toolbar works
3. [ ] Test that moving a bookmark into a folder by drag and drop on the bookmarks folder works
4. [ ] Test that clicking a bookmark in the toolbar loads the bookmark.
5. [ ] Test that clicking a bookmark in a bookmark toolbar folder loads the bookmark.
## Context menus
1. [ ] Make sure context menu items in the URL bar work
2. [ ] Make sure context menu items on content work with no selected text.
3. [ ] Make sure context menu items on content work with selected text.
4. [ ] Make sure context menu items on content work inside an editable control on `about:styles` (input, textarea, or contenteditable).
## Find on page
1. [ ] Ensure search box is shown with shortcut
2. [ ] Test successful find
3. [ ] Test forward and backward find navigation
4. [ ] Test failed find shows 0 results
5. [ ] Test match case find
## Geolocation
1. [ ] Check that https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation works
## Site hacks
1. [ ] Test https://www.twitch.tv/adobe sub-page loads a video and you can play it
## Downloads
1. [ ] Test downloading a file works and that all actions on the download item works.
## Fullscreen
1. [ ] Test that entering full screen window works View -> Toggle Full Screen. And exit back (Not Esc).
2. [ ] Test that entering HTML5 full screen works. And Esc to go back. (youtube.com)
## Tabs and Pinning
1. [ ] Test that tabs are pinnable
2. [ ] Test that tabs are unpinnable
3. [ ] Test that tabs are draggable to same tabset
4. [ ] Test that tabs are draggable to alternate tabset
## Zoom
1. [ ] Test zoom in / out shortcut works
2. [ ] Test hamburger menu zooms.
3. [ ] Test zoom saved when you close the browser and restore on a single site.
4. [ ] Test zoom saved when you navigate within a single origin site.
5. [ ] Test that navigating to a different origin resets the zoom
## Bravery settings
1. [ ] Check that HTTPS Everywhere works by loading http://www.apple.com
2. [ ] Turning HTTPS Everywhere off and shields off both disable the redirect to https://www.apple.com
3. [ ] Check that ad replacement works on http://slashdot.org
4. [ ] Check that toggling to blocking and allow ads works as expected.
5. [ ] Test that clicking through a cert error in https://badssl.com/ works.
6. [ ] Test that Safe Browsing works (http://downloadme.org/)
7. [ ] Turning Safe Browsing off and shields off both disable safe browsing for http://downloadme.org/.
8. [ ] Visit https://brianbondy.com/ and then turn on script blocking, nothing should load. Allow it from the script blocking UI in the URL bar and it should work.
9. [ ] Test that about:preferences default Bravery settings take effect on pages with no site settings.
10. [ ] Test that turning on fingerprinting protection in about:preferences shows 3 fingerprints blocked at https://jsfiddle.net/bkf50r8v/13/. Test that turning it off in the Bravery menu shows 0 fingerprints blocked.
11. [ ] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked.
12. [ ] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ when fingerprinting protection is on.
## Content tests
1. [ ] Go to https://brianbondy.com/ and click on the twitter icon on the top right. Test that context menus work in the new twitter tab.
2. [ ] Load twitter and click on a tweet so the popup div shows. Click to dismiss and repeat with another div. Make sure it shows.
3. [ ] Go to http://www.bennish.net/web-notifications.html and test that clicking on 'Show' pops up a notification asking for permission. Make sure that clicking 'Deny' leads to no notifications being shown.
4. [ ] Go to https://trac.torproject.org/projects/tor/login and make sure that the password can be saved. Make sure the saved password shows up in `about:passwords`. Then reload https://trac.torproject.org/projects/tor/login and make sure the password is autofilled.
5. [ ] Open a github issue and type some misspellings, make sure they are underlined.
6. [ ] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text.
7. [ ] Make sure that Command + Click (Control + Click on Windows, Control + Click on Ubuntu) on a link opens a new tab but does NOT switch to it. Click on it and make sure it is already loaded.
8. [ ] Open an email on http://mail.google.com/ or inbox.google.com and click on a link. Make sure it works.
9. [ ] Test that PDF is loaded at http://www.orimi.com/pdf-test.pdf
10. [ ] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run).
## Flash tests
1. [ ] Turn on Flash in about:preferences#security. Test that clicking on 'Install Flash' banner on myspace.com shows a notification to allow Flash and that the banner disappears when 'Allow' is clicked.
2. [ ] Test that flash placeholder appears on http://www.y8.com/games/superfighters
## Autofill tests
1. [ ] Test that autofill works on http://www.roboform.com/filling-test-all-fields
## Session storage
Do not forget to make a backup of your entire `~/Library/Application\ Support/Brave` folder.
1. [ ] Temporarily move away your `~/Library/Application\ Support/Brave/session-store-1` and test that clean session storage works. (`%appdata%\Brave in Windows`, `./config/brave` in Ubuntu)
2. [ ] Test that windows and tabs restore when closed, including active tab.
3. [ ] Move away your entire `~/Library/Application\ Support/Brave` folder (`%appdata%\Brave in Windows`, `./config/brave` in Ubuntu)
## Cookie and Cache
1. [ ] Make a backup of your profile, turn on all clearing in preferences and shut down. Make sure when you bring the browser back up everything is gone that is specified.
2. [ ] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the Evercookie site does not remember the old evercookie value.
## Update tests
1. [ ] Test that updating using `BRAVE_UPDATE_VERSION=0.8.3` env variable works correctly.
|
1.0
|
Linux test plan for 0.13.5 preview 3 - ## Installer
1. [ ] Check that installer is close to the size of last release.
2. [ ] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave.app/` and make sure it returns `accepted`. If Windows right click on the installer exe and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window.
3. [ ] Check Brave, electron, and libchromiumcontent version in About and make sure it is EXACTLY as expected.
## Last changeset test
1. [ ] Test what is covered by the last changeset (you can find this by clicking on the SHA in about:brave).
## Per release specialty tests
1. [ ] Test closed issues to which `QA/step-specified` were added for the release that are going out.
https://github.com/brave/browser-laptop/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3AQA%2Fsteps-specified%20is%3Aclosed%20milestone%3A0.13.5%20
Checklist:
- [ ] Helpful hints section shows scroll bars when screen size is reduced. ([#7404](https://github.com/brave/browser-laptop/issues/7404))
https://github.com/brave/browser-laptop/issues/7404
- [ ] Refactor ledgerBackupContent. ([#7382](https://github.com/brave/browser-laptop/issues/7382))
https://github.com/brave/browser-laptop/issues/7382
- [ ] Stop page load button doesn't stop loading the page, Esc does. ([#7340](https://github.com/brave/browser-laptop/issues/7340))
https://github.com/brave/browser-laptop/issues/7340
- [ ] Refactor about:passwords with Aphrodite. ([#7335](https://github.com/brave/browser-laptop/issues/7335))
https://github.com/brave/browser-laptop/issues/7335
- [ ] Refactor about:adblock with Aphrodite. ([#7320](https://github.com/brave/browser-laptop/issues/7320))
https://github.com/brave/browser-laptop/issues/7320
- [ ] Title is cut in tab. ([#7312](https://github.com/brave/browser-laptop/issues/7312))
https://github.com/brave/browser-laptop/issues/7312
- [ ] Apply sync records in batches. ([#7308](https://github.com/brave/browser-laptop/issues/7308))
https://github.com/brave/browser-laptop/issues/7308
- [ ] Menu on macOS is unusable during sync. ([#7307](https://github.com/brave/browser-laptop/issues/7307))
https://github.com/brave/browser-laptop/issues/7307
- [ ] [Intermittent Issue] Bookmarks added before initial sync are not always copied over to pyramid 1. ([#7305](https://github.com/brave/browser-laptop/issues/7305))
https://github.com/brave/browser-laptop/issues/7305
- [ ] Title in tab is not centered. ([#7304](https://github.com/brave/browser-laptop/issues/7304))
https://github.com/brave/browser-laptop/issues/7304
- [ ] Tabs display wrong after exiting HTML5 fullscreen. ([#7301](https://github.com/brave/browser-laptop/issues/7301))
https://github.com/brave/browser-laptop/issues/7301
- [ ] Make more links HTTPS. ([#7297](https://github.com/brave/browser-laptop/issues/7297))
https://github.com/brave/browser-laptop/issues/7297
- [ ] Bookmark Favicons are not sync. ([#7294](https://github.com/brave/browser-laptop/issues/7294))
https://github.com/brave/browser-laptop/issues/7294
- [ ] Bookmark folder tree structure is not properly synced between devices. ([#7293](https://github.com/brave/browser-laptop/issues/7293))
https://github.com/brave/browser-laptop/issues/7293
- [ ] Bookmark title is missing in edit bookmark modal after it is synced. ([#7291](https://github.com/brave/browser-laptop/issues/7291))
https://github.com/brave/browser-laptop/issues/7291
- [ ] Improve wallet recovery algorithm. ([#7288](https://github.com/brave/browser-laptop/issues/7288))
https://github.com/brave/browser-laptop/issues/7288
- [ ] Editing/Deleting bookmark from toolbar causes the active tab to load the deleted bookmark. ([#7284](https://github.com/brave/browser-laptop/issues/7284))
https://github.com/brave/browser-laptop/issues/7284
- [ ] Deleting bookmark removes pinned item. ([#7283](https://github.com/brave/browser-laptop/issues/7283))
https://github.com/brave/browser-laptop/issues/7283
- [ ] Bookmark toolbar is not shown on adding bookmark when sync is enabled. ([#7282](https://github.com/brave/browser-laptop/issues/7282))
https://github.com/brave/browser-laptop/issues/7282
- [ ] Invalid sync code alert needs proper heading. ([#7280](https://github.com/brave/browser-laptop/issues/7280))
https://github.com/brave/browser-laptop/issues/7280
- [ ] Right click new tab icon (+) also processes left click event. ([#7267](https://github.com/brave/browser-laptop/issues/7267))
https://github.com/brave/browser-laptop/issues/7267
- [ ] Refactor download.js with Aphrodite. ([#7255](https://github.com/brave/browser-laptop/issues/7255))
https://github.com/brave/browser-laptop/issues/7255
- [ ] Refactor fullScreenWarning.js with Aphrodite. ([#7250](https://github.com/brave/browser-laptop/issues/7250))
https://github.com/brave/browser-laptop/issues/7250
- [ ] Transition missing on download item progress bar. ([#7248](https://github.com/brave/browser-laptop/issues/7248))
https://github.com/brave/browser-laptop/issues/7248
- [ ] Split and refactor to Aphrodite HelpfulHints preferences component. ([#7232](https://github.com/brave/browser-laptop/issues/7232))
https://github.com/brave/browser-laptop/issues/7232
- [ ] Change bold font in ledger column headers to normal. ([#7225](https://github.com/brave/browser-laptop/issues/7225))
https://github.com/brave/browser-laptop/issues/7225
- [ ] Export bookmarks option should be available in kabob menu . ([#7218](https://github.com/brave/browser-laptop/issues/7218))
https://github.com/brave/browser-laptop/issues/7218
- [ ] Brave crashed on macOS 10.12.3 via.window.open(). ([#7213](https://github.com/brave/browser-laptop/issues/7213))
https://github.com/brave/browser-laptop/issues/7213
- [ ] Refactor about:styles with Aphrodite. ([#7201](https://github.com/brave/browser-laptop/issues/7201))
https://github.com/brave/browser-laptop/issues/7201
- [ ] Empty bookmark folder should be exported and imported. ([#7193](https://github.com/brave/browser-laptop/issues/7193))
https://github.com/brave/browser-laptop/issues/7193
- [ ] Bookmarked PDF file should have the location of the PDF file itself. ([#7190](https://github.com/brave/browser-laptop/issues/7190))
https://github.com/brave/browser-laptop/issues/7190
- [ ] Refactor ReleaseNotes with Aphrodite. ([#7171](https://github.com/brave/browser-laptop/issues/7171))
https://github.com/brave/browser-laptop/issues/7171
- [ ] Brave is called "brave" on Linux. ([#7166](https://github.com/brave/browser-laptop/issues/7166))
https://github.com/brave/browser-laptop/issues/7166
- [ ] Refactor textarea with Aphrodite into TextArea. ([#7163](https://github.com/brave/browser-laptop/issues/7163))
https://github.com/brave/browser-laptop/issues/7163
- [ ] Use v2 ledger-publisher protocol. ([#7141](https://github.com/brave/browser-laptop/issues/7141))
https://github.com/brave/browser-laptop/issues/7141
- [ ] Pressing tab on autocomplete suggestion doesn't fill the input field. ([#7132](https://github.com/brave/browser-laptop/issues/7132))
https://github.com/brave/browser-laptop/issues/7132
- [ ] SanitizeTemplateItems should remove first item if it is a separator. ([#7109](https://github.com/brave/browser-laptop/issues/7109))
https://github.com/brave/browser-laptop/issues/7109
- [ ] Make plugins have its own preferences page. ([#7101](https://github.com/brave/browser-laptop/issues/7101))
https://github.com/brave/browser-laptop/issues/7101
- [ ] Bookmarks toolbar button text letters are clipped partially. ([#7034](https://github.com/brave/browser-laptop/issues/7034))
https://github.com/brave/browser-laptop/issues/7034
- [ ] Rework about:pref page SVG icons and clean up css/dom. ([#6931](https://github.com/brave/browser-laptop/issues/6931))
https://github.com/brave/browser-laptop/issues/6931
- [ ] Alert() popups should appear below tabs. ([#6901](https://github.com/brave/browser-laptop/issues/6901))
https://github.com/brave/browser-laptop/issues/6901
- [ ] Remove redundant dateline in contributions PDF. ([#6896](https://github.com/brave/browser-laptop/issues/6896))
https://github.com/brave/browser-laptop/issues/6896
- [ ] [hackerone] 201102 . ([#6894](https://github.com/brave/browser-laptop/issues/6894))
https://github.com/brave/browser-laptop/issues/6894
- [ ] Cursor should be default on find bar (follow-up of #5744). ([#6812](https://github.com/brave/browser-laptop/issues/6812))
https://github.com/brave/browser-laptop/issues/6812
- [ ] Change contact info on about:safebrowsing. ([#6781](https://github.com/brave/browser-laptop/issues/6781))
https://github.com/brave/browser-laptop/issues/6781
- [ ] Domains not displayed on my ledger shows up in payment receipt as payment recipients. ([#6531](https://github.com/brave/browser-laptop/issues/6531))
https://github.com/brave/browser-laptop/issues/6531
- [ ] Feature to allow scripts by origin. ([#6431](https://github.com/brave/browser-laptop/issues/6431))
https://github.com/brave/browser-laptop/issues/6431
- [ ] Clicking "copy to clipboard" buttons need an animation. ([#6297](https://github.com/brave/browser-laptop/issues/6297))
https://github.com/brave/browser-laptop/issues/6297
- [ ] Add windows specific font CSS for URL text and tab text. ([#5624](https://github.com/brave/browser-laptop/issues/5624))
https://github.com/brave/browser-laptop/issues/5624
- [ ] Remove data URL PNG from preferences.less. ([#5224](https://github.com/brave/browser-laptop/issues/5224))
https://github.com/brave/browser-laptop/issues/5224
- [ ] Hard to exit/close Brave when site spams you with message box / alerts. ([#3794](https://github.com/brave/browser-laptop/issues/3794))
https://github.com/brave/browser-laptop/issues/3794
- [ ] Site specific script unblocking has no effect on URL containing an IP address.. ([#2988](https://github.com/brave/browser-laptop/issues/2988))
https://github.com/brave/browser-laptop/issues/2988
- [ ] Prevent js alert spoofing attacks. ([#2755](https://github.com/brave/browser-laptop/issues/2755))
https://github.com/brave/browser-laptop/issues/2755
- [ ] Add delete confirmation to downloads bar. ([#2604](https://github.com/brave/browser-laptop/issues/2604))
https://github.com/brave/browser-laptop/issues/2604
- [ ] Implement sync. ([#1854](https://github.com/brave/browser-laptop/issues/1854))
https://github.com/brave/browser-laptop/issues/1854
## Widevine/Netflix test
1. [ ] Test that you can log into Netflix and start a show.
## Ledger
1. [ ] Create a wallet with a value other than $5 selected in the monthly budget dropdown. Click on the 'Add Funds' button and check that Coinbase transactions are blocked.
2. [ ] Remove all `ledger-*.json` files from `~/Library/Application\ Support/Brave/`. Go to the Payments tab in about:preferences, enable payments, click on `create wallet`. Check that the `add funds` button appears after a wallet is created.
3. [ ] Click on `add funds` and verify that adding funds through Coinbase increases the account balance.
4. [ ] Repeat the step above but add funds by scanning the QR code in a mobile bitcoin app instead of through Coinbase.
5. [ ] Visit nytimes.com for a few seconds and make sure it shows up in the Payments table.
6. [ ] Go to https://jsfiddle.net/LnwtLckc/5/ and click the register button. In the Payments tab, click `add funds`. Verify that the `transfer funds` button is visible and that clicking on `transfer funds` opens a jsfiddle URL in a new tab.
7. [ ] Go to https://jsfiddle.net/LnwtLckc/5/ and click `unregister`. Verify that the `transfer funds` button no longer appears in the `add funds` modal.
8. [ ] Check that disabling payments and enabling them again does not lose state.
## Data
1. [ ] Make sure that data from the last version appears in the new version OK.
2. [ ] Test that the previous version's cookies are preserved in the next version.
## About pages
1. [ ] Test that about:adblock loads
2. [ ] Test that about:autofill loads
3. [ ] Test that about:bookmarks loads bookmarks
4. [ ] Test that about:downloads loads downloads
5. [ ] Test that about:extensions loads
6. [ ] Test that about:history loads history
7. [ ] Test that about:passwords loads
8. [ ] Test that about:styles loads
9. [ ] Test that about:preferences changing a preference takes effect right away
10. [ ] Test that about:preferences language change takes effect on re-start
11. [ ] Test that about.com without the http protocol is loaded from URL bar
## Bookmarks
1. [ ] Test that creating a bookmark on the bookmarks toolbar works
2. [ ] Test that creating a bookmark folder on the bookmarks toolbar works
3. [ ] Test that moving a bookmark into a folder by drag and drop on the bookmarks folder works
4. [ ] Test that clicking a bookmark in the toolbar loads the bookmark.
5. [ ] Test that clicking a bookmark in a bookmark toolbar folder loads the bookmark.
## Context menus
1. [ ] Make sure context menu items in the URL bar work
2. [ ] Make sure context menu items on content work with no selected text.
3. [ ] Make sure context menu items on content work with selected text.
4. [ ] Make sure context menu items on content work inside an editable control on `about:styles` (input, textarea, or contenteditable).
## Find on page
1. [ ] Ensure search box is shown with shortcut
2. [ ] Test successful find
3. [ ] Test forward and backward find navigation
4. [ ] Test failed find shows 0 results
5. [ ] Test match case find
## Geolocation
1. [ ] Check that https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation works
## Site hacks
1. [ ] Test https://www.twitch.tv/adobe sub-page loads a video and you can play it
## Downloads
1. [ ] Test downloading a file works and that all actions on the download item works.
## Fullscreen
1. [ ] Test that entering full screen window works View -> Toggle Full Screen. And exit back (Not Esc).
2. [ ] Test that entering HTML5 full screen works. And Esc to go back. (youtube.com)
## Tabs and Pinning
1. [ ] Test that tabs are pinnable
2. [ ] Test that tabs are unpinnable
3. [ ] Test that tabs are draggable to same tabset
4. [ ] Test that tabs are draggable to alternate tabset
## Zoom
1. [ ] Test zoom in / out shortcut works
2. [ ] Test hamburger menu zooms.
3. [ ] Test zoom saved when you close the browser and restore on a single site.
4. [ ] Test zoom saved when you navigate within a single origin site.
5. [ ] Test that navigating to a different origin resets the zoom
## Bravery settings
1. [ ] Check that HTTPS Everywhere works by loading http://www.apple.com
2. [ ] Turning HTTPS Everywhere off and shields off both disable the redirect to https://www.apple.com
3. [ ] Check that ad replacement works on http://slashdot.org
4. [ ] Check that toggling to blocking and allow ads works as expected.
5. [ ] Test that clicking through a cert error in https://badssl.com/ works.
6. [ ] Test that Safe Browsing works (http://downloadme.org/)
7. [ ] Turning Safe Browsing off and shields off both disable safe browsing for http://downloadme.org/.
8. [ ] Visit https://brianbondy.com/ and then turn on script blocking, nothing should load. Allow it from the script blocking UI in the URL bar and it should work.
9. [ ] Test that about:preferences default Bravery settings take effect on pages with no site settings.
10. [ ] Test that turning on fingerprinting protection in about:preferences shows 3 fingerprints blocked at https://jsfiddle.net/bkf50r8v/13/. Test that turning it off in the Bravery menu shows 0 fingerprints blocked.
11. [ ] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked.
12. [ ] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ when fingerprinting protection is on.
## Content tests
1. [ ] Go to https://brianbondy.com/ and click on the twitter icon on the top right. Test that context menus work in the new twitter tab.
2. [ ] Load twitter and click on a tweet so the popup div shows. Click to dismiss and repeat with another div. Make sure it shows.
3. [ ] Go to http://www.bennish.net/web-notifications.html and test that clicking on 'Show' pops up a notification asking for permission. Make sure that clicking 'Deny' leads to no notifications being shown.
4. [ ] Go to https://trac.torproject.org/projects/tor/login and make sure that the password can be saved. Make sure the saved password shows up in `about:passwords`. Then reload https://trac.torproject.org/projects/tor/login and make sure the password is autofilled.
5. [ ] Open a github issue and type some misspellings, make sure they are underlined.
6. [ ] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text.
7. [ ] Make sure that Command + Click (Control + Click on Windows, Control + Click on Ubuntu) on a link opens a new tab but does NOT switch to it. Click on it and make sure it is already loaded.
8. [ ] Open an email on http://mail.google.com/ or inbox.google.com and click on a link. Make sure it works.
9. [ ] Test that PDF is loaded at http://www.orimi.com/pdf-test.pdf
10. [ ] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run).
## Flash tests
1. [ ] Turn on Flash in about:preferences#security. Test that clicking on 'Install Flash' banner on myspace.com shows a notification to allow Flash and that the banner disappears when 'Allow' is clicked.
2. [ ] Test that flash placeholder appears on http://www.y8.com/games/superfighters
## Autofill tests
1. [ ] Test that autofill works on http://www.roboform.com/filling-test-all-fields
## Session storage
Do not forget to make a backup of your entire `~/Library/Application\ Support/Brave` folder.
1. [ ] Temporarily move away your `~/Library/Application\ Support/Brave/session-store-1` and test that clean session storage works. (`%appdata%\Brave in Windows`, `./config/brave` in Ubuntu)
2. [ ] Test that windows and tabs restore when closed, including active tab.
3. [ ] Move away your entire `~/Library/Application\ Support/Brave` folder (`%appdata%\Brave in Windows`, `./config/brave` in Ubuntu)
## Cookie and Cache
1. [ ] Make a backup of your profile, turn on all clearing in preferences and shut down. Make sure when you bring the browser back up everything is gone that is specified.
2. [ ] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the Evercookie site does not remember the old evercookie value.
## Update tests
1. [ ] Test that updating using `BRAVE_UPDATE_VERSION=0.8.3` env variable works correctly.
|
non_defect
|
linux test plan for preview installer check that installer is close to the size of last release check signature if os run spctl assess verbose applications brave app and make sure it returns accepted if windows right click on the installer exe and go to properties go to the digital signatures tab and double click on the signature make sure it says the digital signature is ok in the popup window check brave electron and libchromiumcontent version in about and make sure it is exactly as expected last changeset test test what is covered by the last changeset you can find this by clicking on the sha in about brave per release specialty tests test closed issues to which qa step specified were added for the release that are going out checklist helpful hints section shows scroll bars when screen size is reduced refactor ledgerbackupcontent stop page load button doesn t stop loading the page esc does refactor about passwords with aphrodite refactor about adblock with aphrodite title is cut in tab apply sync records in batches menu on macos is unusable during sync bookmarks added before initial sync are not always copied over to pyramid title in tab is not centered tabs display wrong after exiting fullscreen make more links https bookmark favicons are not sync bookmark folder tree structure is not properly synced between devices bookmark title is missing in edit bookmark modal after it is synced improve wallet recovery algorithm editing deleting bookmark from toolbar causes the active tab to load the deleted bookmark deleting bookmark removes pinned item bookmark toolbar is not shown on adding bookmark when sync is enabled invalid sync code alert needs proper heading right click new tab icon also processes left click event refactor download js with aphrodite refactor fullscreenwarning js with aphrodite transition missing on download item progress bar split and refactor to aphrodite helpfulhints preferences component change bold font in ledger column headers to normal export bookmarks option should be available in kabob menu brave crashed on macos via window open refactor about styles with aphrodite empty bookmark folder should be exported and imported bookmarked pdf file should have the location of the pdf file itself refactor releasenotes with aphrodite brave is called brave on linux refactor textarea with aphrodite into textarea use ledger publisher protocol pressing tab on autocomplete suggestion doesn t fill the input field sanitizetemplateitems should remove first item if it is a separator make plugins have its own preferences page bookmarks toolbar button text letters are clipped partially rework about pref page svg icons and clean up css dom alert popups should appear below tabs remove redundant dateline in contributions pdf cursor should be default on find bar follow up of change contact info on about safebrowsing domains not displayed on my ledger shows up in payment receipt as payment recipients feature to allow scripts by origin clicking copy to clipboard buttons need an animation add windows specific font css for url text and tab text remove data url png from preferences less hard to exit close brave when site spams you with message box alerts site specific script unblocking has no effect on url containing an ip address prevent js alert spoofing attacks add delete confirmation to downloads bar implement sync widevine netflix test test that you can log into netflix and start a show ledger create a wallet with a value other than selected in the monthly budget dropdown click on the add funds button and check that coinbase transactions are blocked remove all ledger json files from library application support brave go to the payments tab in about preferences enable payments click on create wallet check that the add funds button appears after a wallet is created click on add funds and verify that adding funds through coinbase increases the account balance repeat the step above but add funds by scanning the qr code in a mobile bitcoin app instead of through coinbase visit nytimes com for a few seconds and make sure it shows up in the payments table go to and click the register button in the payments tab click add funds verify that the transfer funds button is visible and that clicking on transfer funds opens a jsfiddle url in a new tab go to and click unregister verify that the transfer funds button no longer appears in the add funds modal check that disabling payments and enabling them again does not lose state data make sure that data from the last version appears in the new version ok test that the previous version s cookies are preserved in the next version about pages test that about adblock loads test that about autofill loads test that about bookmarks loads bookmarks test that about downloads loads downloads test that about extensions loads test that about history loads history test that about passwords loads test that about styles loads test that about preferences changing a preference takes effect right away test that about preferences language change takes effect on re start test that about com without the http protocol is loaded from url bar bookmarks test that creating a bookmark on the bookmarks toolbar works test that creating a bookmark folder on the bookmarks toolbar works test that moving a bookmark into a folder by drag and drop on the bookmarks folder works test that clicking a bookmark in the toolbar loads the bookmark test that clicking a bookmark in a bookmark toolbar folder loads the bookmark context menus make sure context menu items in the url bar work make sure context menu items on content work with no selected text make sure context menu items on content work with selected text make sure context menu items on content work inside an editable control on about styles input textarea or contenteditable find on page ensure search box is shown with shortcut test successful find test forward and backward find navigation test failed find shows results test match case find geolocation check that works site hacks test sub page loads a video and you can play it downloads test downloading a file works and that all actions on the download item works fullscreen test that entering full screen window works view toggle full screen and exit back not esc test that entering full screen works and esc to go back youtube com tabs and pinning test that tabs are pinnable test that tabs are unpinnable test that tabs are draggable to same tabset test that tabs are draggable to alternate tabset zoom test zoom in out shortcut works test hamburger menu zooms test zoom saved when you close the browser and restore on a single site test zoom saved when you navigate within a single origin site test that navigating to a different origin resets the zoom bravery settings check that https everywhere works by loading turning https everywhere off and shields off both disable the redirect to check that ad replacement works on check that toggling to blocking and allow ads works as expected test that clicking through a cert error in works test that safe browsing works turning safe browsing off and shields off both disable safe browsing for visit and then turn on script blocking nothing should load allow it from the script blocking ui in the url bar and it should work test that about preferences default bravery settings take effect on pages with no site settings test that turning on fingerprinting protection in about preferences shows fingerprints blocked at test that turning it off in the bravery menu shows fingerprints blocked test that party storage results are blank at when party cookies are blocked and not blank when party cookies are unblocked test that audio fingerprint is blocked at when fingerprinting protection is on content tests go to and click on the twitter icon on the top right test that context menus work in the new twitter tab load twitter and click on a tweet so the popup div shows click to dismiss and repeat with another div make sure it shows go to and test that clicking on show pops up a notification asking for permission make sure that clicking deny leads to no notifications being shown go to and make sure that the password can be saved make sure the saved password shows up in about passwords then reload and make sure the password is autofilled open a github issue and type some misspellings make sure they are underlined make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text make sure that command click control click on windows control click on ubuntu on a link opens a new tab but does not switch to it click on it and make sure it is already loaded open an email on or inbox google com and click on a link make sure it works test that pdf is loaded at test that shows up as grey not red no mixed content scripts are run flash tests turn on flash in about preferences security test that clicking on install flash banner on myspace com shows a notification to allow flash and that the banner disappears when allow is clicked test that flash placeholder appears on autofill tests test that autofill works on session storage do not forget to make a backup of your entire library application support brave folder temporarily move away your library application support brave session store and test that clean session storage works appdata brave in windows config brave in ubuntu test that windows and tabs restore when closed including active tab move away your entire library application support brave folder appdata brave in windows config brave in ubuntu cookie and cache make a backup of your profile turn on all clearing in preferences and shut down make sure when you bring the browser back up everything is gone that is specified go to and set an evercookie check that going to prefs clearing site data and cache and going back to the evercookie site does not remember the old evercookie value update tests test that updating using brave update version env variable works correctly
| 0
|
33,220
| 7,056,376,593
|
IssuesEvent
|
2018-01-04 12:28:42
|
PowerDNS/pdns
|
https://api.github.com/repos/PowerDNS/pdns
|
closed
|
RRSIG doesn't accept timestamps in seconds since epoch
|
auth defect
|
- Program: Authoritative
- Issue type: Bug report
### Short description
For `RRSIG` the following text is not accepted:
SOA 8 3 300 6666 7777 54216 bar1.example.net. AAAA
Only when the timestamps are in `YYYYMMDDHHmmSS` format it is accepted, like :
SOA 8 3 300 19900101000000 19900101000000 54216 bar1.example.net. AAAA
[RFC 4034 section 3.2](https://tools.ietf.org/html/rfc4034#section-3.2) states:
> The Signature Expiration Time and Inception Time field values MUST be represented either as an unsigned decimal integer indicating seconds since 1 January 1970 00:00:00 UTC, or in the form YYYYMMDDHHmmSS in UTC, where:
> [...]
> Note that it is always possible to distinguish between these two formats because the YYYYMMDDHHmmSS format will always be exactly 14 digits, while the decimal representation of a 32-bit unsigned integer can never be longer than 10 digits.
### Environment
- Operating system: debian
- Software version: `pdns-server 4.0.3-1+deb9u2`
- Software source: debian (stable)
|
1.0
|
RRSIG doesn't accept timestamps in seconds since epoch - - Program: Authoritative
- Issue type: Bug report
### Short description
For `RRSIG` the following text is not accepted:
SOA 8 3 300 6666 7777 54216 bar1.example.net. AAAA
Only when the timestamps are in `YYYYMMDDHHmmSS` format it is accepted, like :
SOA 8 3 300 19900101000000 19900101000000 54216 bar1.example.net. AAAA
[RFC 4034 section 3.2](https://tools.ietf.org/html/rfc4034#section-3.2) states:
> The Signature Expiration Time and Inception Time field values MUST be represented either as an unsigned decimal integer indicating seconds since 1 January 1970 00:00:00 UTC, or in the form YYYYMMDDHHmmSS in UTC, where:
> [...]
> Note that it is always possible to distinguish between these two formats because the YYYYMMDDHHmmSS format will always be exactly 14 digits, while the decimal representation of a 32-bit unsigned integer can never be longer than 10 digits.
### Environment
- Operating system: debian
- Software version: `pdns-server 4.0.3-1+deb9u2`
- Software source: debian (stable)
|
defect
|
rrsig doesn t accept timestamps in seconds since epoch program authoritative issue type bug report short description for rrsig the following text is not accepted soa example net aaaa only when the timestamps are in yyyymmddhhmmss format it is accepted like soa example net aaaa states the signature expiration time and inception time field values must be represented either as an unsigned decimal integer indicating seconds since january utc or in the form yyyymmddhhmmss in utc where note that it is always possible to distinguish between these two formats because the yyyymmddhhmmss format will always be exactly digits while the decimal representation of a bit unsigned integer can never be longer than digits environment operating system debian software version pdns server software source debian stable
| 1
|
60,272
| 17,023,384,765
|
IssuesEvent
|
2021-07-03 01:45:09
|
tomhughes/trac-tickets
|
https://api.github.com/repos/tomhughes/trac-tickets
|
closed
|
should be able to zoom in far when background is hidden
|
Component: merkaartor Priority: major Resolution: wontfix Type: defect
|
**[Submitted to the original trac issue database at 3.08pm, Wednesday, 15th April 2009]**
I understand the restriction of not allowing to zoom in further than the chosen background supports. I don't like it, but I understand it.
However, this restriction should definitely be lifted when the background is made invisible (by clicking the little eye on the background layer in the layers tab)
|
1.0
|
should be able to zoom in far when background is hidden - **[Submitted to the original trac issue database at 3.08pm, Wednesday, 15th April 2009]**
I understand the restriction of not allowing to zoom in further than the chosen background supports. I don't like it, but I understand it.
However, this restriction should definitely be lifted when the background is made invisible (by clicking the little eye on the background layer in the layers tab)
|
defect
|
should be able to zoom in far when background is hidden i understand the restriction of not allowing to zoom in further than the chosen background supports i don t like it but i understand it however this restriction should definitely be lifted when the background is made invisible by clicking the little eye on the background layer in the layers tab
| 1
|
21,961
| 3,587,215,278
|
IssuesEvent
|
2016-01-30 05:06:15
|
mash99/crypto-js
|
https://api.github.com/repos/mash99/crypto-js
|
closed
|
AES-CTR clone issue
|
auto-migrated Priority-Medium Type-Defect
|
```
This is related to issue #73
Finally, a workaround is :
crypto.createCipheriv=function(algo,key,iv) {
algo=algo.split('-');
key=abv2wa(key);
var params={mode:CryptoJS.mode[algo[2].toUpperCase()],iv:abv2wa(iv),padding:CryptoJS.pad.NoPadding};
var enc=CryptoJS.algo.AES.createEncryptor(key,params);
enc.update=function(data) {
var m=this._data.sigBytes*2;
var tmp=this.process(abv2wa(data)).toString(CryptoJS.enc.Hex);
var clone=this.clone();
var ocounter=this._mode._counter.slice(0);
var fin=clone.finalize().toString(CryptoJS.enc.Hex);
this._mode._counter=ocounter;
return [tmp.substr(m),fin].join('');
};
enc.final=function() {return this.finalize().toString(CryptoJS.enc.Hex);};
return enc;
};
If we do not copy the _mode._counter object, after clone.finalize the
_mode._counter object of the initial object is the _mode._counter object of the
clone, so updated by the clone.finalize operation.
The clone method should clone _counter (and maybe other properties that could
behave the same, if any, for ctr or other modes)
```
Original issue reported on code.google.com by `vitteaym...@gmail.com` on 8 Feb 2013 at 11:16
|
1.0
|
AES-CTR clone issue - ```
This is related to issue #73
Finally, a workaround is :
crypto.createCipheriv=function(algo,key,iv) {
algo=algo.split('-');
key=abv2wa(key);
var params={mode:CryptoJS.mode[algo[2].toUpperCase()],iv:abv2wa(iv),padding:CryptoJS.pad.NoPadding};
var enc=CryptoJS.algo.AES.createEncryptor(key,params);
enc.update=function(data) {
var m=this._data.sigBytes*2;
var tmp=this.process(abv2wa(data)).toString(CryptoJS.enc.Hex);
var clone=this.clone();
var ocounter=this._mode._counter.slice(0);
var fin=clone.finalize().toString(CryptoJS.enc.Hex);
this._mode._counter=ocounter;
return [tmp.substr(m),fin].join('');
};
enc.final=function() {return this.finalize().toString(CryptoJS.enc.Hex);};
return enc;
};
If we do not copy the _mode._counter object, after clone.finalize the
_mode._counter object of the initial object is the _mode._counter object of the
clone, so updated by the clone.finalize operation.
The clone method should clone _counter (and maybe other properties that could
behave the same, if any, for ctr or other modes)
```
Original issue reported on code.google.com by `vitteaym...@gmail.com` on 8 Feb 2013 at 11:16
|
defect
|
aes ctr clone issue this is related to issue finally a workaround is crypto createcipheriv function algo key iv algo algo split key key var params mode cryptojs mode touppercase iv iv padding cryptojs pad nopadding var enc cryptojs algo aes createencryptor key params enc update function data var m this data sigbytes var tmp this process data tostring cryptojs enc hex var clone this clone var ocounter this mode counter slice var fin clone finalize tostring cryptojs enc hex this mode counter ocounter return join enc final function return this finalize tostring cryptojs enc hex return enc if we do not copy the mode counter object after clone finalize the mode counter object of the initial object is the mode counter object of the clone so updated by the clone finalize operation the clone method should clone counter and maybe other properties that could behave the same if any for ctr or other modes original issue reported on code google com by vitteaym gmail com on feb at
| 1
|
61,030
| 17,023,584,049
|
IssuesEvent
|
2021-07-03 02:46:46
|
tomhughes/trac-tickets
|
https://api.github.com/repos/tomhughes/trac-tickets
|
closed
|
Force Upload doesn't work on relation
|
Component: merkaartor Priority: major Resolution: fixed Type: defect
|
**[Submitted to the original trac issue database at 7.10pm, Sunday, 2nd May 2010]**
I'm working on the shapefile importer to read polygons with holes in. I've got it working (and will submit a patch soon), but it's not as useful as I'd like because the multipolygons generated don't get shifted to the dirty layer when Feature/Force Upload is used. I'd expect the relation and all its members to be moved to the dirty layer.
|
1.0
|
Force Upload doesn't work on relation - **[Submitted to the original trac issue database at 7.10pm, Sunday, 2nd May 2010]**
I'm working on the shapefile importer to read polygons with holes in. I've got it working (and will submit a patch soon), but it's not as useful as I'd like because the multipolygons generated don't get shifted to the dirty layer when Feature/Force Upload is used. I'd expect the relation and all its members to be moved to the dirty layer.
|
defect
|
force upload doesn t work on relation i m working on the shapefile importer to read polygons with holes in i ve got it working and will submit a patch soon but it s not as useful as i d like because the multipolygons generated don t get shifted to the dirty layer when feature force upload is used i d expect the relation and all its members to be moved to the dirty layer
| 1
|
17,687
| 4,185,896,010
|
IssuesEvent
|
2016-06-23 12:51:28
|
broadinstitute/gatk-protected
|
https://api.github.com/repos/broadinstitute/gatk-protected
|
opened
|
Emphasize that CNLoH caller is experimental/unevaluated
|
Copy Number tools documentation
|
- [ ] Change docs in the CLI
- [ ] Rename tool to CallAllelicSplits
- [ ] Update forum posts
- [ ] Change package and class names
|
1.0
|
Emphasize that CNLoH caller is experimental/unevaluated - - [ ] Change docs in the CLI
- [ ] Rename tool to CallAllelicSplits
- [ ] Update forum posts
- [ ] Change package and class names
|
non_defect
|
emphasize that cnloh caller is experimental unevaluated change docs in the cli rename tool to callallelicsplits update forum posts change package and class names
| 0
|
21,384
| 3,497,516,917
|
IssuesEvent
|
2016-01-06 01:41:52
|
dart-lang/sdk
|
https://api.github.com/repos/dart-lang/sdk
|
opened
|
Directory.delete(recursive: true) flakily fails on Windows
|
area-library library-io Type-Defect
|
We're seeing this error on [the pub package bots](https://build.chromium.org/p/client.dart.packages/builders/packages-windows-pub/builds/117/steps/annotated_steps/logs/stdio):
```
FileSystemException: Deletion failed, path = 'C:\Users\CHROME~1\AppData\Local\Temp\pub_d56c58ae-b3f4-11e5-bef0-005056030165' (OS Error: The directory is not empty.
, errno = 145)
```
The stack trace indicates that this is coming from [line 389 of `lib/src/io.dart`](https://github.com/dart-lang/pub/blob/57a17f2567d1ff3325960d0960f939fa243b5fd7/lib/src/io.dart#L389), which runs `new Directory(path).deleteSync(recursive: true)`. A recursive deletion shouldn't fail because the directory isn't empty; the whole point is to delete the directory's contents as well.
|
1.0
|
Directory.delete(recursive: true) flakily fails on Windows - We're seeing this error on [the pub package bots](https://build.chromium.org/p/client.dart.packages/builders/packages-windows-pub/builds/117/steps/annotated_steps/logs/stdio):
```
FileSystemException: Deletion failed, path = 'C:\Users\CHROME~1\AppData\Local\Temp\pub_d56c58ae-b3f4-11e5-bef0-005056030165' (OS Error: The directory is not empty.
, errno = 145)
```
The stack trace indicates that this is coming from [line 389 of `lib/src/io.dart`](https://github.com/dart-lang/pub/blob/57a17f2567d1ff3325960d0960f939fa243b5fd7/lib/src/io.dart#L389), which runs `new Directory(path).deleteSync(recursive: true)`. A recursive deletion shouldn't fail because the directory isn't empty; the whole point is to delete the directory's contents as well.
|
defect
|
directory delete recursive true flakily fails on windows we re seeing this error on filesystemexception deletion failed path c users chrome appdata local temp pub os error the directory is not empty errno the stack trace indicates that this is coming from which runs new directory path deletesync recursive true a recursive deletion shouldn t fail because the directory isn t empty the whole point is to delete the directory s contents as well
| 1
|
103,846
| 4,186,429,277
|
IssuesEvent
|
2016-06-23 14:30:35
|
GreatEmerald/RGIC1601
|
https://api.github.com/repos/GreatEmerald/RGIC1601
|
opened
|
GetSamplingLocations: Implement Latin Hypercube Sampling
|
Priority 6: Optional
|
Once the bug in the `clhs` package is fixed (https://github.com/pierreroudier/clhs/issues/1), we can use that to implement Latin Hypercube Sampling in the GetSamplingLocations module.
|
1.0
|
GetSamplingLocations: Implement Latin Hypercube Sampling - Once the bug in the `clhs` package is fixed (https://github.com/pierreroudier/clhs/issues/1), we can use that to implement Latin Hypercube Sampling in the GetSamplingLocations module.
|
non_defect
|
getsamplinglocations implement latin hypercube sampling once the bug in the clhs package is fixed we can use that to implement latin hypercube sampling in the getsamplinglocations module
| 0
|
49,096
| 13,185,230,710
|
IssuesEvent
|
2020-08-12 20:59:09
|
icecube-trac/tix3
|
https://api.github.com/repos/icecube-trac/tix3
|
opened
|
FiniteReco tests failing on Ubuntu 14.04 64bit (Trac #743)
|
Incomplete Migration Migrated from Trac combo reconstruction defect
|
<details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/743
, reported by nega and owned by </em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2014-09-20T08:44:51",
"description": "{{{\n[maru:~/i3/icerec/build] ./env-shell.sh bin/finiteReco-test -r I3FiniteCalcTest.cxx \nI3FiniteCalcTest.cxx...\n I3FiniteCalc................................................INFO (finiteReco): No Hit close enough for start point (I3FiniteCalc.cxx:285 in I3FiniteCalc::CylinderGeo I3FiniteCalc::FindEventEndsC(const I3Map<OMKey, HitType>&) const [with HitType = std::vector<I3RecoHit>])\nINFO (finiteReco): No Hit close enough for stop point (I3FiniteCalc.cxx:289 in I3FiniteCalc::CylinderGeo I3FiniteCalc::FindEventEndsC(const I3Map<OMKey, HitType>&) const [with HitType = std::vector<I3RecoHit>])\nPEWP: The event should first start(nan) and end(nan) afterwards\n FAIL\n/home/nega/i3/icerec/src/finiteReco/private/test/I3FiniteCalcTest.cxx:64: FAIL\n\n\tFile: /home/nega/i3/icerec/src/finiteReco/private/test/I3FiniteCalcTest.cxx\n\tLine: 64\n\tPredicate: myEvent.distStopp > myEvent.distStart\n\tMessage: The event should first start and end afterwards\n\n\n\nTest Results:\n===================================================================\nPass: 0\nFail: 1\n ***** SOME TESTS FAIL *****\n\nReturning 1\n[maru:~/i3/icerec/build] \n}}}\n\nAfter running through gdb, `myEvent.distStopp` & `myEvent.distStart` are NaN's at the point of comparison.\n",
"reporter": "nega",
"cc": "dataclass@icecube.wisc.edu",
"resolution": "fixed",
"_ts": "1411202691122132",
"component": "combo reconstruction",
"summary": "FiniteReco tests failing on Ubuntu 14.04 64bit",
"priority": "normal",
"keywords": "tests",
"time": "2014-09-05T20:50:45",
"milestone": "",
"owner": "",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
FiniteReco tests failing on Ubuntu 14.04 64bit (Trac #743) - <details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/743
, reported by nega and owned by </em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2014-09-20T08:44:51",
"description": "{{{\n[maru:~/i3/icerec/build] ./env-shell.sh bin/finiteReco-test -r I3FiniteCalcTest.cxx \nI3FiniteCalcTest.cxx...\n I3FiniteCalc................................................INFO (finiteReco): No Hit close enough for start point (I3FiniteCalc.cxx:285 in I3FiniteCalc::CylinderGeo I3FiniteCalc::FindEventEndsC(const I3Map<OMKey, HitType>&) const [with HitType = std::vector<I3RecoHit>])\nINFO (finiteReco): No Hit close enough for stop point (I3FiniteCalc.cxx:289 in I3FiniteCalc::CylinderGeo I3FiniteCalc::FindEventEndsC(const I3Map<OMKey, HitType>&) const [with HitType = std::vector<I3RecoHit>])\nPEWP: The event should first start(nan) and end(nan) afterwards\n FAIL\n/home/nega/i3/icerec/src/finiteReco/private/test/I3FiniteCalcTest.cxx:64: FAIL\n\n\tFile: /home/nega/i3/icerec/src/finiteReco/private/test/I3FiniteCalcTest.cxx\n\tLine: 64\n\tPredicate: myEvent.distStopp > myEvent.distStart\n\tMessage: The event should first start and end afterwards\n\n\n\nTest Results:\n===================================================================\nPass: 0\nFail: 1\n ***** SOME TESTS FAIL *****\n\nReturning 1\n[maru:~/i3/icerec/build] \n}}}\n\nAfter running through gdb, `myEvent.distStopp` & `myEvent.distStart` are NaN's at the point of comparison.\n",
"reporter": "nega",
"cc": "dataclass@icecube.wisc.edu",
"resolution": "fixed",
"_ts": "1411202691122132",
"component": "combo reconstruction",
"summary": "FiniteReco tests failing on Ubuntu 14.04 64bit",
"priority": "normal",
"keywords": "tests",
"time": "2014-09-05T20:50:45",
"milestone": "",
"owner": "",
"type": "defect"
}
```
</p>
</details>
|
defect
|
finitereco tests failing on ubuntu trac migrated from reported by nega and owned by json status closed changetime description n env shell sh bin finitereco test r cxx cxx n info finitereco no hit close enough for start point cxx in cylindergeo findeventendsc const const ninfo finitereco no hit close enough for stop point cxx in cylindergeo findeventendsc const const npewp the event should first start nan and end nan afterwards n fail n home nega icerec src finitereco private test cxx fail n n tfile home nega icerec src finitereco private test cxx n tline n tpredicate myevent diststopp myevent diststart n tmessage the event should first start and end afterwards n n n ntest results n npass nfail n some tests fail n nreturning n n n nafter running through gdb myevent diststopp myevent diststart are nan s at the point of comparison n reporter nega cc dataclass icecube wisc edu resolution fixed ts component combo reconstruction summary finitereco tests failing on ubuntu priority normal keywords tests time milestone owner type defect
| 1
|
42,250
| 10,917,509,438
|
IssuesEvent
|
2019-11-21 15:17:19
|
cakephp/cakephp
|
https://api.github.com/repos/cakephp/cakephp
|
closed
|
Email attachment filenames are not properly encoded
|
defect
|
This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.8.5
### What you did
Send an email with an attachment using `Email::addAttachments()` and `Email::send()`
### What happened
The attachment's filename set in the `Content-Disposition` header parameter does not get properly encoded to contain ASCII-only characters.
The filename string will just be wrapped in double quotes without an respect to the charset used within the string. Thus non-ASCII characters do not get escaped or re-encoded.
This **breaks mail attachments** with some providers if the attachment filenames contain e.g. German umlauts.
Example header set by CakePHP:
```
Content-Disposition: attachment; filename="File_with_Ümlaut.pdf"
Content-Type: application/pdf
Content-Transfer-Encoding: base64
```
### What you expected to happen
The string is percent-encoded and the charset of the header field is set according to [RFC 2231](https://tools.ietf.org/html/rfc2231) if there are non-ASCII characters in the filename.
Example from above according to RFC 2231:
```
Content-Type: application/pdf
Content-Disposition: attachment; filename*=utf-8''File_with_%C3%9Cmlaut.pdf
Content-Transfer-Encoding: base64
```
### Proposed Fix
My proposed fix would be to always set the encoding for parameter in the `Content-Disposition` header in `FormDataPart::__toString()`
Something alike:
```
if ($this->_disposition) {
$out .= 'Content-Disposition: ' . $this->_disposition;
if ($this->_name) {
$out .= '; name*=' . $this->_charset . '\'\'' . rawurlencode($this->_name);
}
if ($this->_filename) {
$out .= '; filename*=' . $this->_charset . '\'\'' . rawurlencode($this->_filename);
}
$out .= "\r\n";
}
```
This would also be in line with [RFC 8187](https://tools.ietf.org/html/rfc8187) for indicating character encodings in HTTP header fields. Though said RFC or its predecessor RFC 5987 should be supported in all current major browsers, I don't know about more exotic or antique browsers.
|
1.0
|
Email attachment filenames are not properly encoded - This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.8.5
### What you did
Send an email with an attachment using `Email::addAttachments()` and `Email::send()`
### What happened
The attachment's filename set in the `Content-Disposition` header parameter does not get properly encoded to contain ASCII-only characters.
The filename string will just be wrapped in double quotes without an respect to the charset used within the string. Thus non-ASCII characters do not get escaped or re-encoded.
This **breaks mail attachments** with some providers if the attachment filenames contain e.g. German umlauts.
Example header set by CakePHP:
```
Content-Disposition: attachment; filename="File_with_Ümlaut.pdf"
Content-Type: application/pdf
Content-Transfer-Encoding: base64
```
### What you expected to happen
The string is percent-encoded and the charset of the header field is set according to [RFC 2231](https://tools.ietf.org/html/rfc2231) if there are non-ASCII characters in the filename.
Example from above according to RFC 2231:
```
Content-Type: application/pdf
Content-Disposition: attachment; filename*=utf-8''File_with_%C3%9Cmlaut.pdf
Content-Transfer-Encoding: base64
```
### Proposed Fix
My proposed fix would be to always set the encoding for parameter in the `Content-Disposition` header in `FormDataPart::__toString()`
Something alike:
```
if ($this->_disposition) {
$out .= 'Content-Disposition: ' . $this->_disposition;
if ($this->_name) {
$out .= '; name*=' . $this->_charset . '\'\'' . rawurlencode($this->_name);
}
if ($this->_filename) {
$out .= '; filename*=' . $this->_charset . '\'\'' . rawurlencode($this->_filename);
}
$out .= "\r\n";
}
```
This would also be in line with [RFC 8187](https://tools.ietf.org/html/rfc8187) for indicating character encodings in HTTP header fields. Though said RFC or its predecessor RFC 5987 should be supported in all current major browsers, I don't know about more exotic or antique browsers.
|
defect
|
email attachment filenames are not properly encoded this is a multiple allowed bug enhancement feature discussion rfc cakephp version what you did send an email with an attachment using email addattachments and email send what happened the attachment s filename set in the content disposition header parameter does not get properly encoded to contain ascii only characters the filename string will just be wrapped in double quotes without an respect to the charset used within the string thus non ascii characters do not get escaped or re encoded this breaks mail attachments with some providers if the attachment filenames contain e g german umlauts example header set by cakephp content disposition attachment filename file with ümlaut pdf content type application pdf content transfer encoding what you expected to happen the string is percent encoded and the charset of the header field is set according to if there are non ascii characters in the filename example from above according to rfc content type application pdf content disposition attachment filename utf file with pdf content transfer encoding proposed fix my proposed fix would be to always set the encoding for parameter in the content disposition header in formdatapart tostring something alike if this disposition out content disposition this disposition if this name out name this charset rawurlencode this name if this filename out filename this charset rawurlencode this filename out r n this would also be in line with for indicating character encodings in http header fields though said rfc or its predecessor rfc should be supported in all current major browsers i don t know about more exotic or antique browsers
| 1
|
27,640
| 6,890,892,378
|
IssuesEvent
|
2017-11-22 15:24:51
|
zcash/zcash
|
https://api.github.com/repos/zcash/zcash
|
closed
|
Rebase to upstream version later than 0.11.2
|
Bitcoin Core codebase maybe in 2.0 not in 1.0 SECURITY special to Daira special to Zooko
|
Here's the high-level change summary: https://github.com/bitcoin/bitcoin/blob/0.12/doc/release-notes.md#notable-changes A detailed changelog with all PRs below that section.
Of the large-scale feature changes, a few seem especially relevant for us:
- using libsecp256k1 for signature verification (also removing openssl support in the RPC interface) - this helps us move away from openssl dependency via upstream.
- tor "hands-free" hidden service setup and use - we want this kind of feature for our intended Tor use anyway (since manual configuration is a barrier to entry and we want privacy-by-default).
- I can't tell yet if this release has code which will enable CLTV _iff miners signal to softfork it in_ or if that already happened and this release implements CLTV support unconditionally. We may want to hardwire in the latter, or we may leave vestigial softfork-transition code in place on a theory that every change from upstream carries risk.
Potentially risky feature interaction:
- pruning - I believe so long as pruning doesn't break our spent-serials set nor any of our undo/reorg requirements, it is fine. Something to keep in mind. (Also, it's not possible to prune our spent-serials yet, AFAIK, so our "pruning mode" will be a slight misnomer.)
- replace-by-fee - It seems that a spender could use RBF as designed while replacing Pours _at a loss of privacy_. In fact, each bumped `nVersion` will be a distinguisher, splitting the anonymity set between "no-RBF", "RBF with 0 replacements", "RBF with 1 replacements", etc... Aside from this privacy degradation, I can't think of any functionality/correctness problems with interacting Pours/RBF. Any other issues?
|
1.0
|
Rebase to upstream version later than 0.11.2 - Here's the high-level change summary: https://github.com/bitcoin/bitcoin/blob/0.12/doc/release-notes.md#notable-changes A detailed changelog with all PRs below that section.
Of the large-scale feature changes, a few seem especially relevant for us:
- using libsecp256k1 for signature verification (also removing openssl support in the RPC interface) - this helps us move away from openssl dependency via upstream.
- tor "hands-free" hidden service setup and use - we want this kind of feature for our intended Tor use anyway (since manual configuration is a barrier to entry and we want privacy-by-default).
- I can't tell yet if this release has code which will enable CLTV _iff miners signal to softfork it in_ or if that already happened and this release implements CLTV support unconditionally. We may want to hardwire in the latter, or we may leave vestigial softfork-transition code in place on a theory that every change from upstream carries risk.
Potentially risky feature interaction:
- pruning - I believe so long as pruning doesn't break our spent-serials set nor any of our undo/reorg requirements, it is fine. Something to keep in mind. (Also, it's not possible to prune our spent-serials yet, AFAIK, so our "pruning mode" will be a slight misnomer.)
- replace-by-fee - It seems that a spender could use RBF as designed while replacing Pours _at a loss of privacy_. In fact, each bumped `nVersion` will be a distinguisher, splitting the anonymity set between "no-RBF", "RBF with 0 replacements", "RBF with 1 replacements", etc... Aside from this privacy degradation, I can't think of any functionality/correctness problems with interacting Pours/RBF. Any other issues?
|
non_defect
|
rebase to upstream version later than here s the high level change summary a detailed changelog with all prs below that section of the large scale feature changes a few seem especially relevant for us using for signature verification also removing openssl support in the rpc interface this helps us move away from openssl dependency via upstream tor hands free hidden service setup and use we want this kind of feature for our intended tor use anyway since manual configuration is a barrier to entry and we want privacy by default i can t tell yet if this release has code which will enable cltv iff miners signal to softfork it in or if that already happened and this release implements cltv support unconditionally we may want to hardwire in the latter or we may leave vestigial softfork transition code in place on a theory that every change from upstream carries risk potentially risky feature interaction pruning i believe so long as pruning doesn t break our spent serials set nor any of our undo reorg requirements it is fine something to keep in mind also it s not possible to prune our spent serials yet afaik so our pruning mode will be a slight misnomer replace by fee it seems that a spender could use rbf as designed while replacing pours at a loss of privacy in fact each bumped nversion will be a distinguisher splitting the anonymity set between no rbf rbf with replacements rbf with replacements etc aside from this privacy degradation i can t think of any functionality correctness problems with interacting pours rbf any other issues
| 0
|
24,290
| 3,954,667,254
|
IssuesEvent
|
2016-04-29 17:53:17
|
jfabry/LiveRobotProgramming
|
https://api.github.com/repos/jfabry/LiveRobotProgramming
|
opened
|
Visualization of nested machines in a state does not change on program change
|
Component-UI Priority-Medium Type-Defect
|
You need to manually refresh the machine visualization to take into account the adding or deleting of a nested machine.
|
1.0
|
Visualization of nested machines in a state does not change on program change - You need to manually refresh the machine visualization to take into account the adding or deleting of a nested machine.
|
defect
|
visualization of nested machines in a state does not change on program change you need to manually refresh the machine visualization to take into account the adding or deleting of a nested machine
| 1
|
71,858
| 23,830,760,734
|
IssuesEvent
|
2022-09-05 20:27:35
|
bigbluebutton/bigbluebutton
|
https://api.github.com/repos/bigbluebutton/bigbluebutton
|
closed
|
getRecordings API not returning recorded breakout rooms when the parent is not recorded
|
type: defect module: api module: recording component: breakout rooms status: stale
|
When a meeting with breakout room is recorded, everything seems to be working just fine, when:
1. Parent meeting was recorded,
2. Child meetings were recorded.
The response to getRecordings is as expected, a recording with children that can be pulled individually with subsecuent requests.
The issue is when:
1. Parent meeting (set to be recorded) was not recorded (user does not push the record button)
2. Child meetings were recorded.
In this second case we don't have a way to get the recordings because
a) we don't know the recording IDs,
b) getRecordings using only the meetingID won't return the children
c) getRecordings doesn't even return the parent because it was not recorded, therfore, there is no recording
|
1.0
|
getRecordings API not returning recorded breakout rooms when the parent is not recorded - When a meeting with breakout room is recorded, everything seems to be working just fine, when:
1. Parent meeting was recorded,
2. Child meetings were recorded.
The response to getRecordings is as expected, a recording with children that can be pulled individually with subsecuent requests.
The issue is when:
1. Parent meeting (set to be recorded) was not recorded (user does not push the record button)
2. Child meetings were recorded.
In this second case we don't have a way to get the recordings because
a) we don't know the recording IDs,
b) getRecordings using only the meetingID won't return the children
c) getRecordings doesn't even return the parent because it was not recorded, therfore, there is no recording
|
defect
|
getrecordings api not returning recorded breakout rooms when the parent is not recorded when a meeting with breakout room is recorded everything seems to be working just fine when parent meeting was recorded child meetings were recorded the response to getrecordings is as expected a recording with children that can be pulled individually with subsecuent requests the issue is when parent meeting set to be recorded was not recorded user does not push the record button child meetings were recorded in this second case we don t have a way to get the recordings because a we don t know the recording ids b getrecordings using only the meetingid won t return the children c getrecordings doesn t even return the parent because it was not recorded therfore there is no recording
| 1
|
24,870
| 7,574,754,717
|
IssuesEvent
|
2018-04-23 22:06:34
|
envoyproxy/envoy
|
https://api.github.com/repos/envoyproxy/envoy
|
closed
|
`envoy --version` reports old git SHA
|
bug build
|
*Title*: `envoy --version` reports old git SHA
*Description*:
Re-linking envoy binary no longer updates the git SHA linkstamp shown by `envoy --version`. This may be due to a change in bazel 0.10.0, from the release notes, under *Important changes*:
"- Linkstamping is now a separate and full-blown CppCompileAction,
it's no longer a part of linking command."
*Repro steps*:
```
$ bazel build //source/exe:envoy-static
$ bazel-bin/source/exe/envoy-static --version
bazel-bin/source/exe/envoy-static version: 97b69ce6a507471180c0585b6742c627962b433b/1.6.0-dev/Clean/DEBUG
$ touch empty-file
$ git add empty-file
$ git commit -a -m "testing."
$ git log --pretty=oneline
35931e6a89f38fe8ad3334e1d13bf056e2464f4d testing.
97b69ce6a507471180c0585b6742c627962b433b test: automatically registering integration ports from listener names (#2536)
...
$ rm bazel-bin/source/exe/envoy-static
$ bazel build //source/exe:envoy-static
$ bazel-bin/source/exe/envoy-static --version
bazel-bin/source/exe/envoy-static version: 97b69ce6a507471180c0585b6742c627962b433b/1.6.0-dev/Clean/DEBUG
```
Note that the version was not updated even though the binary was relinked.
|
1.0
|
`envoy --version` reports old git SHA - *Title*: `envoy --version` reports old git SHA
*Description*:
Re-linking envoy binary no longer updates the git SHA linkstamp shown by `envoy --version`. This may be due to a change in bazel 0.10.0, from the release notes, under *Important changes*:
"- Linkstamping is now a separate and full-blown CppCompileAction,
it's no longer a part of linking command."
*Repro steps*:
```
$ bazel build //source/exe:envoy-static
$ bazel-bin/source/exe/envoy-static --version
bazel-bin/source/exe/envoy-static version: 97b69ce6a507471180c0585b6742c627962b433b/1.6.0-dev/Clean/DEBUG
$ touch empty-file
$ git add empty-file
$ git commit -a -m "testing."
$ git log --pretty=oneline
35931e6a89f38fe8ad3334e1d13bf056e2464f4d testing.
97b69ce6a507471180c0585b6742c627962b433b test: automatically registering integration ports from listener names (#2536)
...
$ rm bazel-bin/source/exe/envoy-static
$ bazel build //source/exe:envoy-static
$ bazel-bin/source/exe/envoy-static --version
bazel-bin/source/exe/envoy-static version: 97b69ce6a507471180c0585b6742c627962b433b/1.6.0-dev/Clean/DEBUG
```
Note that the version was not updated even though the binary was relinked.
|
non_defect
|
envoy version reports old git sha title envoy version reports old git sha description re linking envoy binary no longer updates the git sha linkstamp shown by envoy version this may be due to a change in bazel from the release notes under important changes linkstamping is now a separate and full blown cppcompileaction it s no longer a part of linking command repro steps bazel build source exe envoy static bazel bin source exe envoy static version bazel bin source exe envoy static version dev clean debug touch empty file git add empty file git commit a m testing git log pretty oneline testing test automatically registering integration ports from listener names rm bazel bin source exe envoy static bazel build source exe envoy static bazel bin source exe envoy static version bazel bin source exe envoy static version dev clean debug note that the version was not updated even though the binary was relinked
| 0
|
247,718
| 20,987,815,679
|
IssuesEvent
|
2022-03-29 06:15:22
|
mozilla-mobile/fenix
|
https://api.github.com/repos/mozilla-mobile/fenix
|
closed
|
Intermittent UI test failure - < SmokeTest.shareTabsFromTabsTrayTest>
|
eng:intermittent-test eng:ui-test
|
### Firebase Test Run: [Firebase link](https://console.firebase.google.com/u/0/project/moz-fenix/testlab/histories/bh.66b7091e15d53d45/matrices/7038543765580695477/executions/bs.3a51f82b1d08e0d6/testcases/1/test-cases)
### Stacktrace:
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at org.mozilla.fenix.ui.robots.BrowserRobot.verifyPageContent(BrowserRobot.kt:100)
at org.mozilla.fenix.ui.SmokeTest$shareTabsFromTabsTrayTest$3.invoke(SmokeTest.kt:1007)
at org.mozilla.fenix.ui.SmokeTest$shareTabsFromTabsTrayTest$3.invoke(SmokeTest.kt:1006)
at org.mozilla.fenix.ui.robots.NavigationToolbarRobot$Transition.enterURLAndEnterToBrowser(NavigationToolbarRobot.kt:112)
at org.mozilla.fenix.ui.SmokeTest.shareTabsFromTabsTrayTest(SmokeTest.kt:1006)
at java.lang.reflect.Method.invoke(Native Method)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at androidx.test.internal.runner.junit4.statement.RunBefores.evaluate(RunBefores.java:80)
at androidx.test.internal.runner.junit4.statement.RunAfters.evaluate(RunAfters.java:61)
at androidx.test.rule.ActivityTestRule$ActivityStatement.evaluate(ActivityTestRule.java:531)
at androidx.test.rule.ActivityTestRule$ActivityStatement.evaluate(ActivityTestRule.java:531)
at androidx.compose.ui.test.junit4.AndroidComposeTestRule$AndroidComposeStatement.evaluateInner(AndroidComposeTestRule.android.kt:357)
at androidx.compose.ui.test.junit4.AndroidComposeTestRule$AndroidComposeStatement.evaluate(AndroidComposeTestRule.android.kt:346)
at androidx.compose.ui.test.junit4.android.EspressoLink$getStatementFor$1.evaluate(EspressoLink.android.kt:63)
at androidx.compose.ui.test.junit4.IdlingResourceRegistry$getStatementFor$1.evaluate(IdlingResourceRegistry.jvm.kt:160)
at androidx.compose.ui.test.junit4.android.ComposeRootRegistry$getStatementFor$1.evaluate(ComposeRootRegistry.android.kt:150)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at androidx.test.rule.GrantPermissionRule$RequestPermissionStatement.evaluate(GrantPermissionRule.java:134)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:56)
at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:395)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2145)
### Build: 11/24 Main
|
2.0
|
Intermittent UI test failure - < SmokeTest.shareTabsFromTabsTrayTest> - ### Firebase Test Run: [Firebase link](https://console.firebase.google.com/u/0/project/moz-fenix/testlab/histories/bh.66b7091e15d53d45/matrices/7038543765580695477/executions/bs.3a51f82b1d08e0d6/testcases/1/test-cases)
### Stacktrace:
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at org.mozilla.fenix.ui.robots.BrowserRobot.verifyPageContent(BrowserRobot.kt:100)
at org.mozilla.fenix.ui.SmokeTest$shareTabsFromTabsTrayTest$3.invoke(SmokeTest.kt:1007)
at org.mozilla.fenix.ui.SmokeTest$shareTabsFromTabsTrayTest$3.invoke(SmokeTest.kt:1006)
at org.mozilla.fenix.ui.robots.NavigationToolbarRobot$Transition.enterURLAndEnterToBrowser(NavigationToolbarRobot.kt:112)
at org.mozilla.fenix.ui.SmokeTest.shareTabsFromTabsTrayTest(SmokeTest.kt:1006)
at java.lang.reflect.Method.invoke(Native Method)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at androidx.test.internal.runner.junit4.statement.RunBefores.evaluate(RunBefores.java:80)
at androidx.test.internal.runner.junit4.statement.RunAfters.evaluate(RunAfters.java:61)
at androidx.test.rule.ActivityTestRule$ActivityStatement.evaluate(ActivityTestRule.java:531)
at androidx.test.rule.ActivityTestRule$ActivityStatement.evaluate(ActivityTestRule.java:531)
at androidx.compose.ui.test.junit4.AndroidComposeTestRule$AndroidComposeStatement.evaluateInner(AndroidComposeTestRule.android.kt:357)
at androidx.compose.ui.test.junit4.AndroidComposeTestRule$AndroidComposeStatement.evaluate(AndroidComposeTestRule.android.kt:346)
at androidx.compose.ui.test.junit4.android.EspressoLink$getStatementFor$1.evaluate(EspressoLink.android.kt:63)
at androidx.compose.ui.test.junit4.IdlingResourceRegistry$getStatementFor$1.evaluate(IdlingResourceRegistry.jvm.kt:160)
at androidx.compose.ui.test.junit4.android.ComposeRootRegistry$getStatementFor$1.evaluate(ComposeRootRegistry.android.kt:150)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at androidx.test.rule.GrantPermissionRule$RequestPermissionStatement.evaluate(GrantPermissionRule.java:134)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:56)
at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:395)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2145)
### Build: 11/24 Main
|
non_defect
|
intermittent ui test failure firebase test run stacktrace java lang assertionerror at org junit assert fail assert java at org junit assert asserttrue assert java at org junit assert asserttrue assert java at org mozilla fenix ui robots browserrobot verifypagecontent browserrobot kt at org mozilla fenix ui smoketest sharetabsfromtabstraytest invoke smoketest kt at org mozilla fenix ui smoketest sharetabsfromtabstraytest invoke smoketest kt at org mozilla fenix ui robots navigationtoolbarrobot transition enterurlandentertobrowser navigationtoolbarrobot kt at org mozilla fenix ui smoketest sharetabsfromtabstraytest smoketest kt at java lang reflect method invoke native method at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at androidx test internal runner statement runbefores evaluate runbefores java at androidx test internal runner statement runafters evaluate runafters java at androidx test rule activitytestrule activitystatement evaluate activitytestrule java at androidx test rule activitytestrule activitystatement evaluate activitytestrule java at androidx compose ui test androidcomposetestrule androidcomposestatement evaluateinner androidcomposetestrule android kt at androidx compose ui test androidcomposetestrule androidcomposestatement evaluate androidcomposetestrule android kt at androidx compose ui test android espressolink getstatementfor evaluate espressolink android kt at androidx compose ui test idlingresourceregistry getstatementfor evaluate idlingresourceregistry jvm kt at androidx compose ui test android composerootregistry getstatementfor evaluate composerootregistry android kt at org junit rules runrules evaluate runrules java at androidx test rule grantpermissionrule requestpermissionstatement evaluate grantpermissionrule java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org junit runners suite runchild suite java at org junit runners suite runchild suite java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org junit runner junitcore run junitcore java at org junit runner junitcore run junitcore java at androidx test internal runner testexecutor execute testexecutor java at androidx test runner androidjunitrunner onstart androidjunitrunner java at android app instrumentation instrumentationthread run instrumentation java build main
| 0
|
245,239
| 7,883,175,337
|
IssuesEvent
|
2018-06-27 03:13:47
|
ibus/ibus
|
https://api.github.com/repos/ibus/ibus
|
closed
|
Add macOS-like dead key preview (display compose state)
|
Component-ibus OpSys-Linux Priority-Medium Type-Enhancement
|
On macOS, when you type a dead key, the character associated with this dead key (terminator) is displayed with a different style (yellow background), until we type another character or cancel the input.

This is similar to how several IBus methods works. For example, ibus-anthy: if I type `k`, it’s displayed with an underline and not yet committed; then if I type a, it displays and commits か.
I guess IBus could be able to monitor the compose state to display inform the user if a dead key was previously typed, so the user understand better what’s going (e.g. when mistyping).
It could greatly improve the use of Compose too. For example, imagine that `⎄1/4` produce ¼:
- I type `multi_key`, so `⎄` is displayed with an underline
- Then I type `1`, so `⎄1` is displayed with an underline
- Then I type `/`, so `⎄1/` is displayed with an underline
- Then I type `4`, the compose sequence `⎄1/4` is found, so `¼` is displayed.
|
1.0
|
Add macOS-like dead key preview (display compose state) - On macOS, when you type a dead key, the character associated with this dead key (terminator) is displayed with a different style (yellow background), until we type another character or cancel the input.

This is similar to how several IBus methods works. For example, ibus-anthy: if I type `k`, it’s displayed with an underline and not yet committed; then if I type a, it displays and commits か.
I guess IBus could be able to monitor the compose state to display inform the user if a dead key was previously typed, so the user understand better what’s going (e.g. when mistyping).
It could greatly improve the use of Compose too. For example, imagine that `⎄1/4` produce ¼:
- I type `multi_key`, so `⎄` is displayed with an underline
- Then I type `1`, so `⎄1` is displayed with an underline
- Then I type `/`, so `⎄1/` is displayed with an underline
- Then I type `4`, the compose sequence `⎄1/4` is found, so `¼` is displayed.
|
non_defect
|
add macos like dead key preview display compose state on macos when you type a dead key the character associated with this dead key terminator is displayed with a different style yellow background until we type another character or cancel the input this is similar to how several ibus methods works for example ibus anthy if i type k it’s displayed with an underline and not yet committed then if i type a it displays and commits か i guess ibus could be able to monitor the compose state to display inform the user if a dead key was previously typed so the user understand better what’s going e g when mistyping it could greatly improve the use of compose too for example imagine that ⎄ produce ¼ i type multi key so ⎄ is displayed with an underline then i type so ⎄ is displayed with an underline then i type so ⎄ is displayed with an underline then i type the compose sequence ⎄ is found so ¼ is displayed
| 0
|
68,442
| 21,664,549,505
|
IssuesEvent
|
2022-05-07 01:44:01
|
vector-im/element-web
|
https://api.github.com/repos/vector-im/element-web
|
closed
|
I can't rageshake from any current Riot version on Firefox 66.0a1 (2018-12-13) (64-bit) (latest Nightly)
|
T-Defect Z-Platform-Specific P2 S-Major
|
I get an error:

And my indexeddb looks like:

|
1.0
|
I can't rageshake from any current Riot version on Firefox 66.0a1 (2018-12-13) (64-bit) (latest Nightly) - I get an error:

And my indexeddb looks like:

|
defect
|
i can t rageshake from any current riot version on firefox bit latest nightly i get an error and my indexeddb looks like
| 1
|
4,298
| 2,610,091,112
|
IssuesEvent
|
2015-02-26 18:27:32
|
chrsmith/dsdsdaadf
|
https://api.github.com/repos/chrsmith/dsdsdaadf
|
opened
|
深圳痘印怎么淡化
|
auto-migrated Priority-Medium Type-Defect
|
```
深圳痘印怎么淡化【深圳韩方科颜全国热线400-869-1818,24小时
QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘��
�——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方�
��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健
康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业��
�疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘�
��。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:46
|
1.0
|
深圳痘印怎么淡化 - ```
深圳痘印怎么淡化【深圳韩方科颜全国热线400-869-1818,24小时
QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘��
�——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方�
��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健
康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业��
�疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘�
��。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:46
|
defect
|
深圳痘印怎么淡化 深圳痘印怎么淡化【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 original issue reported on code google com by szft com on may at
| 1
|
226,894
| 17,366,206,528
|
IssuesEvent
|
2021-07-30 07:40:15
|
dagit/logict-sequence
|
https://api.github.com/repos/dagit/logict-sequence
|
opened
|
Fill in documentation
|
documentation task
|
Every exported function, and preferably every top-level function, should have Haddock documentation. I'm hoping we can steal some from `logict`.
|
1.0
|
Fill in documentation - Every exported function, and preferably every top-level function, should have Haddock documentation. I'm hoping we can steal some from `logict`.
|
non_defect
|
fill in documentation every exported function and preferably every top level function should have haddock documentation i m hoping we can steal some from logict
| 0
|
62,571
| 17,068,364,039
|
IssuesEvent
|
2021-07-07 10:08:52
|
PowerDNS/pdns
|
https://api.github.com/repos/PowerDNS/pdns
|
closed
|
dnsdist: dnstap writes down wrong protocol
|
defect dnsdist
|
<!-- Hi! Thanks for filing an issue. It will be read with care by human beings. Can we ask you to please fill out this template and not simply demand new features or send in complaints? Thanks! -->
<!-- Also please search the existing issues (both open and closed) to see if your report might be duplicate -->
<!-- Please don't file an issue when you have a support question, send support questions to the mailinglist or ask them on IRC (https://www.powerdns.com/opensource.html) -->
<!-- Before filing your ticket, please read our 'out in the open' support policy at https://blog.powerdns.com/2016/01/18/open-source-support-out-in-the-open/ -->
<!-- Tell us what is issue is about -->
- Program: dnsdist <!-- delete the ones that do not apply -->
- Issue type: Bug report
### Short description
<!-- Explain in a few sentences what the issue/request is -->
Dnstap writes down wrong protocol (see https://mailman.powerdns.com/pipermail/dnsdist/2021-June/001090.html). When querying dnsdist with DoH (tcp), dnstap shows UDP.
### Environment
<!-- Tell us about the environment -->
- Operating system: ---
- Software version: 1.5.2
- Software source: self-compiled<!-- e.g. Operating system repository, PowerDNS repository, compiled yourself -->
### Steps to reproduce
<!-- Tell us step-by-step how the issue can be triggered. Please include your configuration files and any (Lua) scripts that are loaded. -->
1. Query dnsdist with DoH (dig @10.1.1.1 +https google.com)
### Expected behaviour
I expect to see TCP for the DoH query in the dnstap logfile.
<!-- What would you expect to happen when the reproduction steps are run -->
### Actual behaviour
Dnstap writes down the wrong protocol (UDP instead of TCP).
```
$ dnstap-read -p 2021-06-13-dnstap.fstrm
...
...
14-Jun-2021 14:19:30.058 CQ x.x.x.x:44749 -> y.y.y.y:443 UDP 51b google.com/IN/A
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1015
;; flags: rd ad; QUESTION: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: 1f5e39ad95e85cd8
;; QUESTION SECTION:
;google.com. IN A
14-Jun-2021 14:19:30.059 CR x.x.x.x:44749 <- y.y.y.y:443 UDP 83b google.com/IN/A
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1015
;; flags: qr rd ra; QUESTION: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: 1f5e39ad95e85cd80100000060c74952f681b113fec0d503
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 266 IN A 216.58.215.238
...
...
```
<!-- What did happen? Please (if possible) provide logs, output from `dig` and/or tcpdump/wireshark data -->
### Other information
<!-- if you already did more digging into the issue, please provide all the information you gathered -->
|
1.0
|
dnsdist: dnstap writes down wrong protocol - <!-- Hi! Thanks for filing an issue. It will be read with care by human beings. Can we ask you to please fill out this template and not simply demand new features or send in complaints? Thanks! -->
<!-- Also please search the existing issues (both open and closed) to see if your report might be duplicate -->
<!-- Please don't file an issue when you have a support question, send support questions to the mailinglist or ask them on IRC (https://www.powerdns.com/opensource.html) -->
<!-- Before filing your ticket, please read our 'out in the open' support policy at https://blog.powerdns.com/2016/01/18/open-source-support-out-in-the-open/ -->
<!-- Tell us what is issue is about -->
- Program: dnsdist <!-- delete the ones that do not apply -->
- Issue type: Bug report
### Short description
<!-- Explain in a few sentences what the issue/request is -->
Dnstap writes down wrong protocol (see https://mailman.powerdns.com/pipermail/dnsdist/2021-June/001090.html). When querying dnsdist with DoH (tcp), dnstap shows UDP.
### Environment
<!-- Tell us about the environment -->
- Operating system: ---
- Software version: 1.5.2
- Software source: self-compiled<!-- e.g. Operating system repository, PowerDNS repository, compiled yourself -->
### Steps to reproduce
<!-- Tell us step-by-step how the issue can be triggered. Please include your configuration files and any (Lua) scripts that are loaded. -->
1. Query dnsdist with DoH (dig @10.1.1.1 +https google.com)
### Expected behaviour
I expect to see TCP for the DoH query in the dnstap logfile.
<!-- What would you expect to happen when the reproduction steps are run -->
### Actual behaviour
Dnstap writes down the wrong protocol (UDP instead of TCP).
```
$ dnstap-read -p 2021-06-13-dnstap.fstrm
...
...
14-Jun-2021 14:19:30.058 CQ x.x.x.x:44749 -> y.y.y.y:443 UDP 51b google.com/IN/A
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1015
;; flags: rd ad; QUESTION: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: 1f5e39ad95e85cd8
;; QUESTION SECTION:
;google.com. IN A
14-Jun-2021 14:19:30.059 CR x.x.x.x:44749 <- y.y.y.y:443 UDP 83b google.com/IN/A
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1015
;; flags: qr rd ra; QUESTION: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: 1f5e39ad95e85cd80100000060c74952f681b113fec0d503
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 266 IN A 216.58.215.238
...
...
```
<!-- What did happen? Please (if possible) provide logs, output from `dig` and/or tcpdump/wireshark data -->
### Other information
<!-- if you already did more digging into the issue, please provide all the information you gathered -->
|
defect
|
dnsdist dnstap writes down wrong protocol program dnsdist issue type bug report short description dnstap writes down wrong protocol see when querying dnsdist with doh tcp dnstap shows udp environment operating system software version software source self compiled steps to reproduce query dnsdist with doh dig https google com expected behaviour i expect to see tcp for the doh query in the dnstap logfile actual behaviour dnstap writes down the wrong protocol udp instead of tcp dnstap read p dnstap fstrm jun cq x x x x y y y y udp google com in a header opcode query status noerror id flags rd ad question answer authority additional opt pseudosection edns version flags udp cookie question section google com in a jun cr x x x x y y y y udp google com in a header opcode query status noerror id flags qr rd ra question answer authority additional opt pseudosection edns version flags udp cookie question section google com in a answer section google com in a other information
| 1
|
44,742
| 12,365,388,120
|
IssuesEvent
|
2020-05-18 08:45:29
|
primefaces/primefaces
|
https://api.github.com/repos/primefaces/primefaces
|
closed
|
UIRepeat: NoSuchMethodError in Calendar
|
defect duplicate
|
**Describe the defect**
Using a Calendear with a dateSelect behaviour within a UIRepeat causes a NoSuchMethodError when date is selected. It is caused by the attempt to get the FacesContext from the FacesEvent in UIRepeat::broadcast.
**Environment:**
- PF Version: _8.0_
- JSF + version: _MyFaces 2.2.10_
- Affected browsers: _ALL_
**To Reproduce**
Steps to reproduce the behavior:
- Use Calendar within UIRepeat
- Add a dateSelect Event to that calendar
- Change the date of that calendar
**Expected behavior**
Ajax Event is processed without exception
**Example XHTML**
```xml
<ui:repeat value="#{myBean.items}" var="item">
<p:calendar value=#{item.startDate} id="startDate">
<p:ajax event="dateSelect" oncomplete="console.log('date changed')" update="#{p:resolveFirstComponentWithId('endDate', view).clientId}"/>
</p:calendar>
<p:calendar value=#{item.endDate} id="endDate"/>
</ui:repeat>
```
|
1.0
|
UIRepeat: NoSuchMethodError in Calendar - **Describe the defect**
Using a Calendear with a dateSelect behaviour within a UIRepeat causes a NoSuchMethodError when date is selected. It is caused by the attempt to get the FacesContext from the FacesEvent in UIRepeat::broadcast.
**Environment:**
- PF Version: _8.0_
- JSF + version: _MyFaces 2.2.10_
- Affected browsers: _ALL_
**To Reproduce**
Steps to reproduce the behavior:
- Use Calendar within UIRepeat
- Add a dateSelect Event to that calendar
- Change the date of that calendar
**Expected behavior**
Ajax Event is processed without exception
**Example XHTML**
```xml
<ui:repeat value="#{myBean.items}" var="item">
<p:calendar value=#{item.startDate} id="startDate">
<p:ajax event="dateSelect" oncomplete="console.log('date changed')" update="#{p:resolveFirstComponentWithId('endDate', view).clientId}"/>
</p:calendar>
<p:calendar value=#{item.endDate} id="endDate"/>
</ui:repeat>
```
|
defect
|
uirepeat nosuchmethoderror in calendar describe the defect using a calendear with a dateselect behaviour within a uirepeat causes a nosuchmethoderror when date is selected it is caused by the attempt to get the facescontext from the facesevent in uirepeat broadcast environment pf version jsf version myfaces affected browsers all to reproduce steps to reproduce the behavior use calendar within uirepeat add a dateselect event to that calendar change the date of that calendar expected behavior ajax event is processed without exception example xhtml xml
| 1
|
420
| 2,535,847,830
|
IssuesEvent
|
2015-01-26 08:26:08
|
localwiki/localwiki
|
https://api.github.com/repos/localwiki/localwiki
|
closed
|
ManyToManyField custom intermediate models
|
defect versioning
|
e.g. through=set to a versioned model.
Making this work shouldn't be too tricky.
[[Image(custom_through.jpg)]]
|
1.0
|
ManyToManyField custom intermediate models - e.g. through=set to a versioned model.
Making this work shouldn't be too tricky.
[[Image(custom_through.jpg)]]
|
defect
|
manytomanyfield custom intermediate models e g through set to a versioned model making this work shouldn t be too tricky
| 1
|
73,432
| 8,873,713,512
|
IssuesEvent
|
2019-01-11 19:00:51
|
aws/aws-toolkit-vscode
|
https://api.github.com/repos/aws/aws-toolkit-vscode
|
closed
|
Investigate and document how we will package a Node.js Lambda function
|
design status:ready
|
We'll use this as input to the design of the packaging and deployment subsystems. The investigation needs to also document how we will detect the current code is a Node.js Lambda function.
Work on this issue needs to be in conjunction with the overall design of our packaging and deployment subsystem detailed in issue #8.
|
1.0
|
Investigate and document how we will package a Node.js Lambda function - We'll use this as input to the design of the packaging and deployment subsystems. The investigation needs to also document how we will detect the current code is a Node.js Lambda function.
Work on this issue needs to be in conjunction with the overall design of our packaging and deployment subsystem detailed in issue #8.
|
non_defect
|
investigate and document how we will package a node js lambda function we ll use this as input to the design of the packaging and deployment subsystems the investigation needs to also document how we will detect the current code is a node js lambda function work on this issue needs to be in conjunction with the overall design of our packaging and deployment subsystem detailed in issue
| 0
|
318,104
| 23,703,970,631
|
IssuesEvent
|
2022-08-29 22:03:08
|
druxt/druxt.js
|
https://api.github.com/repos/druxt/druxt.js
|
closed
|
Add cypress tests for the Documentation website.
|
documentation
|
**Is your feature request related to a problem? Please describe.**
As a project maintainer I want test coverage on DruxtJS.org so that I know the website is working correctly.
**Describe the solution you'd like**
- [x] Add cypress tests to `/docs/nuxt/test/cypress`
- [x] Homepage
- [x] Get Started
- [x] Modules
- [x] API documentation
- [x] Search
- [x] Navigation
- [x] Add CI integration to test the documentation website
**Describe alternatives you've considered**
N/A
**Additional context**
N/A
|
1.0
|
Add cypress tests for the Documentation website. - **Is your feature request related to a problem? Please describe.**
As a project maintainer I want test coverage on DruxtJS.org so that I know the website is working correctly.
**Describe the solution you'd like**
- [x] Add cypress tests to `/docs/nuxt/test/cypress`
- [x] Homepage
- [x] Get Started
- [x] Modules
- [x] API documentation
- [x] Search
- [x] Navigation
- [x] Add CI integration to test the documentation website
**Describe alternatives you've considered**
N/A
**Additional context**
N/A
|
non_defect
|
add cypress tests for the documentation website is your feature request related to a problem please describe as a project maintainer i want test coverage on druxtjs org so that i know the website is working correctly describe the solution you d like add cypress tests to docs nuxt test cypress homepage get started modules api documentation search navigation add ci integration to test the documentation website describe alternatives you ve considered n a additional context n a
| 0
|
61,171
| 3,141,459,022
|
IssuesEvent
|
2015-09-12 16:22:30
|
Dolibarr/dolibarr
|
https://api.github.com/repos/Dolibarr/dolibarr
|
closed
|
[Supplier orders] Dashboard links to unuseful page
|
Bug Priority Low version 3.8.0-beta
|
# Environment
- **Version**: 3.8.0-beta
- **OS**: Linux
- **Web server**: nginx/1.8.0
- **PHP**: fpm-fcgi 5.6.11
- **Database**: MySQL or MariaDB 5.5.5-10.0.20-MariaDB-log
- **URL**: /index.php
# Report
Dashboard "Supplier orders to process" links to unuseful page: /fourn/commande/index.php
Linking to /fourn/commande/list.php would be more useful
|
1.0
|
[Supplier orders] Dashboard links to unuseful page - # Environment
- **Version**: 3.8.0-beta
- **OS**: Linux
- **Web server**: nginx/1.8.0
- **PHP**: fpm-fcgi 5.6.11
- **Database**: MySQL or MariaDB 5.5.5-10.0.20-MariaDB-log
- **URL**: /index.php
# Report
Dashboard "Supplier orders to process" links to unuseful page: /fourn/commande/index.php
Linking to /fourn/commande/list.php would be more useful
|
non_defect
|
dashboard links to unuseful page environment version beta os linux web server nginx php fpm fcgi database mysql or mariadb mariadb log url index php report dashboard supplier orders to process links to unuseful page fourn commande index php linking to fourn commande list php would be more useful
| 0
|
93,144
| 26,872,233,403
|
IssuesEvent
|
2023-02-04 16:08:25
|
roc-streaming/roc-pulse
|
https://api.github.com/repos/roc-streaming/roc-pulse
|
closed
|
undefined symbol: pthread_atfork
|
deffect user report build system
|
Hi there! I'm trying to get roc running on a raspberry pi (with 64bit arm).
I've used the `rocstreaming/toolchain-aarch64-linux-gnu` container image to cross-compile
Inside the toolchain container, I used the cmake command `cmake .. -DHOST=aarch64-linux-gnu -DPULSEAUDIO_VERSION=14.2 `
Then I copied the built `module-roc-sink.so` and `module-roc-sink-input.so` to `/usr/lib/pulse-14.2/modules/` on my raspberry pi.
Then I configured `default.pa` with : `load-module module-roc-sink remote_ip=<some ip>`, and performed a pulse audio restart.
This resulted in:
```
Dec 26 08:56:53 dev1 pulseaudio[2070]: E: [pulseaudio] ltdl-bind-now.c: Failed to open module /usr/lib/pulse-14.2/modules/module-roc-sink.so: /usr/lib/pulse-14.2/modules/module-roc-sink.so: undefined symbol: pthread_atfork
Dec 26 08:56:53 dev1 pulseaudio[2070]: /usr/bin/pulseaudio: symbol lookup error: /usr/lib/pulse-14.2/modules/module-roc-sink.so: undefined symbol: pthread_atfork
```
I've looked through CMakelists.txt, but don't see anything related to pthreads. Any tips would be much appreciated.
Target system info:
Debian bullseye 11 (Raspian)
Linux dev1 5.15.76-v8+ #1597 SMP PREEMPT Fri Nov 4 12:16:41 GMT 2022 aarch64 GNU/Linux
Raspberry PI Zero W 2
Compilation system:
Fedora 37
Linux toolbox 6.0.11-300.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Dec 2 20:47:45 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
compile_commands.json:
```json
[
{
"directory": "/var/home/ramblurr/src/mycroft/roc-pulse/build",
"command": "/opt/toolchain/bin/aarch64-linux-gnu-gcc -DROC_PULSEAUDIO_VERSION=14.2 -Dmodule_roc_sink_input_EXPORTS -I/var/home/ramblurr/src/mycroft/roc-pulse/src -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/pulseaudio-src/src -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/libtool-src/libltdl -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/roc-prefix/include -fPIC -Wall -Wextra -Wno-unused-variable -O3 -DNDEBUG -fPIC -o CMakeFiles/module-roc-sink-input.dir/src/module-roc-sink-input.c.o -c /var/home/ramblurr/src/mycroft/roc-pulse/src/module-roc-sink-input.c",
"file": "/var/home/ramblurr/src/mycroft/roc-pulse/src/module-roc-sink-input.c"
},
{
"directory": "/var/home/ramblurr/src/mycroft/roc-pulse/build",
"command": "/opt/toolchain/bin/aarch64-linux-gnu-gcc -DROC_PULSEAUDIO_VERSION=14.2 -Dmodule_roc_sink_EXPORTS -I/var/home/ramblurr/src/mycroft/roc-pulse/src -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/pulseaudio-src/src -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/libtool-src/libltdl -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/roc-prefix/include -fPIC -Wall -Wextra -Wno-unused-variable -O3 -DNDEBUG -fPIC -o CMakeFiles/module-roc-sink.dir/src/module-roc-sink.c.o -c /var/home/ramblurr/src/mycroft/roc-pulse/src/module-roc-sink.c",
"file": "/var/home/ramblurr/src/mycroft/roc-pulse/src/module-roc-sink.c"
},
{
"directory": "/var/home/ramblurr/src/mycroft/roc-pulse/build",
"command": "/opt/toolchain/bin/aarch64-linux-gnu-gcc -DROC_PULSEAUDIO_VERSION=14.2 -I/var/home/ramblurr/src/mycroft/roc-pulse/src -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/pulseaudio-src/src -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/libtool-src/libltdl -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/roc-prefix/include -fPIC -Wall -Wextra -Wno-unused-variable -O3 -DNDEBUG -o CMakeFiles/rocpulse_helpers.dir/src/rocpulse_helpers.c.o -c /var/home/ramblurr/src/mycroft/roc-pulse/src/rocpulse_helpers.c",
"file": "/var/home/ramblurr/src/mycroft/roc-pulse/src/rocpulse_helpers.c"
}
]
```
|
1.0
|
undefined symbol: pthread_atfork - Hi there! I'm trying to get roc running on a raspberry pi (with 64bit arm).
I've used the `rocstreaming/toolchain-aarch64-linux-gnu` container image to cross-compile
Inside the toolchain container, I used the cmake command `cmake .. -DHOST=aarch64-linux-gnu -DPULSEAUDIO_VERSION=14.2 `
Then I copied the built `module-roc-sink.so` and `module-roc-sink-input.so` to `/usr/lib/pulse-14.2/modules/` on my raspberry pi.
Then I configured `default.pa` with : `load-module module-roc-sink remote_ip=<some ip>`, and performed a pulse audio restart.
This resulted in:
```
Dec 26 08:56:53 dev1 pulseaudio[2070]: E: [pulseaudio] ltdl-bind-now.c: Failed to open module /usr/lib/pulse-14.2/modules/module-roc-sink.so: /usr/lib/pulse-14.2/modules/module-roc-sink.so: undefined symbol: pthread_atfork
Dec 26 08:56:53 dev1 pulseaudio[2070]: /usr/bin/pulseaudio: symbol lookup error: /usr/lib/pulse-14.2/modules/module-roc-sink.so: undefined symbol: pthread_atfork
```
I've looked through CMakelists.txt, but don't see anything related to pthreads. Any tips would be much appreciated.
Target system info:
Debian bullseye 11 (Raspian)
Linux dev1 5.15.76-v8+ #1597 SMP PREEMPT Fri Nov 4 12:16:41 GMT 2022 aarch64 GNU/Linux
Raspberry PI Zero W 2
Compilation system:
Fedora 37
Linux toolbox 6.0.11-300.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Dec 2 20:47:45 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
compile_commands.json:
```json
[
{
"directory": "/var/home/ramblurr/src/mycroft/roc-pulse/build",
"command": "/opt/toolchain/bin/aarch64-linux-gnu-gcc -DROC_PULSEAUDIO_VERSION=14.2 -Dmodule_roc_sink_input_EXPORTS -I/var/home/ramblurr/src/mycroft/roc-pulse/src -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/pulseaudio-src/src -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/libtool-src/libltdl -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/roc-prefix/include -fPIC -Wall -Wextra -Wno-unused-variable -O3 -DNDEBUG -fPIC -o CMakeFiles/module-roc-sink-input.dir/src/module-roc-sink-input.c.o -c /var/home/ramblurr/src/mycroft/roc-pulse/src/module-roc-sink-input.c",
"file": "/var/home/ramblurr/src/mycroft/roc-pulse/src/module-roc-sink-input.c"
},
{
"directory": "/var/home/ramblurr/src/mycroft/roc-pulse/build",
"command": "/opt/toolchain/bin/aarch64-linux-gnu-gcc -DROC_PULSEAUDIO_VERSION=14.2 -Dmodule_roc_sink_EXPORTS -I/var/home/ramblurr/src/mycroft/roc-pulse/src -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/pulseaudio-src/src -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/libtool-src/libltdl -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/roc-prefix/include -fPIC -Wall -Wextra -Wno-unused-variable -O3 -DNDEBUG -fPIC -o CMakeFiles/module-roc-sink.dir/src/module-roc-sink.c.o -c /var/home/ramblurr/src/mycroft/roc-pulse/src/module-roc-sink.c",
"file": "/var/home/ramblurr/src/mycroft/roc-pulse/src/module-roc-sink.c"
},
{
"directory": "/var/home/ramblurr/src/mycroft/roc-pulse/build",
"command": "/opt/toolchain/bin/aarch64-linux-gnu-gcc -DROC_PULSEAUDIO_VERSION=14.2 -I/var/home/ramblurr/src/mycroft/roc-pulse/src -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/pulseaudio-src/src -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/libtool-src/libltdl -isystem /var/home/ramblurr/src/mycroft/roc-pulse/build/roc-prefix/include -fPIC -Wall -Wextra -Wno-unused-variable -O3 -DNDEBUG -o CMakeFiles/rocpulse_helpers.dir/src/rocpulse_helpers.c.o -c /var/home/ramblurr/src/mycroft/roc-pulse/src/rocpulse_helpers.c",
"file": "/var/home/ramblurr/src/mycroft/roc-pulse/src/rocpulse_helpers.c"
}
]
```
|
non_defect
|
undefined symbol pthread atfork hi there i m trying to get roc running on a raspberry pi with arm i ve used the rocstreaming toolchain linux gnu container image to cross compile inside the toolchain container i used the cmake command cmake dhost linux gnu dpulseaudio version then i copied the built module roc sink so and module roc sink input so to usr lib pulse modules on my raspberry pi then i configured default pa with load module module roc sink remote ip and performed a pulse audio restart this resulted in dec pulseaudio e ltdl bind now c failed to open module usr lib pulse modules module roc sink so usr lib pulse modules module roc sink so undefined symbol pthread atfork dec pulseaudio usr bin pulseaudio symbol lookup error usr lib pulse modules module roc sink so undefined symbol pthread atfork i ve looked through cmakelists txt but don t see anything related to pthreads any tips would be much appreciated target system info debian bullseye raspian linux smp preempt fri nov gmt gnu linux raspberry pi zero w compilation system fedora linux toolbox smp preempt dynamic fri dec utc gnu linux compile commands json json directory var home ramblurr src mycroft roc pulse build command opt toolchain bin linux gnu gcc droc pulseaudio version dmodule roc sink input exports i var home ramblurr src mycroft roc pulse src isystem var home ramblurr src mycroft roc pulse build pulseaudio src src isystem var home ramblurr src mycroft roc pulse build libtool src libltdl isystem var home ramblurr src mycroft roc pulse build roc prefix include fpic wall wextra wno unused variable dndebug fpic o cmakefiles module roc sink input dir src module roc sink input c o c var home ramblurr src mycroft roc pulse src module roc sink input c file var home ramblurr src mycroft roc pulse src module roc sink input c directory var home ramblurr src mycroft roc pulse build command opt toolchain bin linux gnu gcc droc pulseaudio version dmodule roc sink exports i var home ramblurr src mycroft roc pulse src isystem var home ramblurr src mycroft roc pulse build pulseaudio src src isystem var home ramblurr src mycroft roc pulse build libtool src libltdl isystem var home ramblurr src mycroft roc pulse build roc prefix include fpic wall wextra wno unused variable dndebug fpic o cmakefiles module roc sink dir src module roc sink c o c var home ramblurr src mycroft roc pulse src module roc sink c file var home ramblurr src mycroft roc pulse src module roc sink c directory var home ramblurr src mycroft roc pulse build command opt toolchain bin linux gnu gcc droc pulseaudio version i var home ramblurr src mycroft roc pulse src isystem var home ramblurr src mycroft roc pulse build pulseaudio src src isystem var home ramblurr src mycroft roc pulse build libtool src libltdl isystem var home ramblurr src mycroft roc pulse build roc prefix include fpic wall wextra wno unused variable dndebug o cmakefiles rocpulse helpers dir src rocpulse helpers c o c var home ramblurr src mycroft roc pulse src rocpulse helpers c file var home ramblurr src mycroft roc pulse src rocpulse helpers c
| 0
|
224,367
| 17,691,469,235
|
IssuesEvent
|
2021-08-24 10:28:06
|
AaronGhost/glslsmith-bugs-tracker
|
https://api.github.com/repos/AaronGhost/glslsmith-bugs-tracker
|
closed
|
Vulkan-Intel Miscompilation on a minus division with integers
|
fixed reported added to conformity test vulkan Vulkan-Mesa
|
# Description
The following code containing an affectation does not return - the right operand.
```glsl
#version 310 es
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
layout(std430, binding = 0) buffer buffer_0 {
int ext_1;
int ext_2;
};
void main()
{
ext_2 /= -(1 + 1 / ext_1);
}
```
# Intel-Vulkan output:
```
buffer_0 2 4
```
# Expected output:
```
buffer_0 2 -4
```
# Code link
For the related code in the shadertrap test format, see: [Vulkan-Mesa/miscompilation/shader09.shadertrap](../blob/master/Vulkan-Mesa/miscompilation/shader09.shadertrap)
|
1.0
|
Vulkan-Intel Miscompilation on a minus division with integers - # Description
The following code containing an affectation does not return - the right operand.
```glsl
#version 310 es
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
layout(std430, binding = 0) buffer buffer_0 {
int ext_1;
int ext_2;
};
void main()
{
ext_2 /= -(1 + 1 / ext_1);
}
```
# Intel-Vulkan output:
```
buffer_0 2 4
```
# Expected output:
```
buffer_0 2 -4
```
# Code link
For the related code in the shadertrap test format, see: [Vulkan-Mesa/miscompilation/shader09.shadertrap](../blob/master/Vulkan-Mesa/miscompilation/shader09.shadertrap)
|
non_defect
|
vulkan intel miscompilation on a minus division with integers description the following code containing an affectation does not return the right operand glsl version es layout local size x local size y local size z in layout binding buffer buffer int ext int ext void main ext ext intel vulkan output buffer expected output buffer code link for the related code in the shadertrap test format see blob master vulkan mesa miscompilation shadertrap
| 0
|
316,912
| 23,654,352,167
|
IssuesEvent
|
2022-08-26 09:44:31
|
jellyfin/jellyfin-tizen
|
https://api.github.com/repos/jellyfin/jellyfin-tizen
|
closed
|
Update build instructions for jellyfin-web
|
documentation
|
For a long time now we have wanted to remove the `prepare` script that builds jellyfin-web on install, currently the documentation on how to build jellyfin-web for the Tizen app does not include the explicit build step. It should be updated to fix this.
Related PR: https://github.com/jellyfin/jellyfin-web/pull/3800
|
1.0
|
Update build instructions for jellyfin-web - For a long time now we have wanted to remove the `prepare` script that builds jellyfin-web on install, currently the documentation on how to build jellyfin-web for the Tizen app does not include the explicit build step. It should be updated to fix this.
Related PR: https://github.com/jellyfin/jellyfin-web/pull/3800
|
non_defect
|
update build instructions for jellyfin web for a long time now we have wanted to remove the prepare script that builds jellyfin web on install currently the documentation on how to build jellyfin web for the tizen app does not include the explicit build step it should be updated to fix this related pr
| 0
|
297,995
| 9,188,012,640
|
IssuesEvent
|
2019-03-06 05:42:35
|
kubernetes/kubeadm
|
https://api.github.com/repos/kubernetes/kubeadm
|
closed
|
Alllow user to provide the certificate key on upload-certs
|
area/HA area/UX kind/feature lifecycle/active priority/important-soon
|
- Add the `--certificate-key` flag to upload-certs phase, so user can provide the certificate
- Add the `--skip-certificate-key-print` flag to avoid printing the key
/area ha
/area ux
/kind feature
/priority important-soon
/lifecycle active
|
1.0
|
Alllow user to provide the certificate key on upload-certs - - Add the `--certificate-key` flag to upload-certs phase, so user can provide the certificate
- Add the `--skip-certificate-key-print` flag to avoid printing the key
/area ha
/area ux
/kind feature
/priority important-soon
/lifecycle active
|
non_defect
|
alllow user to provide the certificate key on upload certs add the certificate key flag to upload certs phase so user can provide the certificate add the skip certificate key print flag to avoid printing the key area ha area ux kind feature priority important soon lifecycle active
| 0
|
3,864
| 2,610,083,145
|
IssuesEvent
|
2015-02-26 18:25:24
|
chrsmith/dsdsdaadf
|
https://api.github.com/repos/chrsmith/dsdsdaadf
|
opened
|
祛除痘痘粉刺深圳
|
auto-migrated Priority-Medium Type-Defect
|
```
祛除痘痘粉刺深圳【深圳韩方科颜全国热线400-869-1818,24小时
QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘��
�——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方�
��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健
康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业��
�疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘�
��。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 6:47
|
1.0
|
祛除痘痘粉刺深圳 - ```
祛除痘痘粉刺深圳【深圳韩方科颜全国热线400-869-1818,24小时
QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘��
�——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方�
��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健
康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业��
�疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘�
��。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 6:47
|
defect
|
祛除痘痘粉刺深圳 祛除痘痘粉刺深圳【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 original issue reported on code google com by szft com on may at
| 1
|
13,110
| 2,732,898,869
|
IssuesEvent
|
2015-04-17 10:04:55
|
tiku01/oryx-editor
|
https://api.github.com/repos/tiku01/oryx-editor
|
closed
|
Repo2: Edit field unfolded by default
|
auto-migrated Priority-Low Type-Defect
|
```
What steps will reproduce the problem?
1. Log-On to Oryx Repo
2. Modelinfo/Edit is folded
3. Should be unfolded by default
What is the expected output?
3. Should be unfolded by default
What do you see instead?
2. Modelinfo/Edit is folded
Please provide any additional information below.
- you might fold everything, so it gets apparent to the user that he has to get
active and unfold
things. leaving everything unfolded but the edit-stuff made me search for it
for hours
```
Original issue reported on code.google.com by `alexande...@googlemail.com` on 23 Nov 2008 at 12:31
|
1.0
|
Repo2: Edit field unfolded by default - ```
What steps will reproduce the problem?
1. Log-On to Oryx Repo
2. Modelinfo/Edit is folded
3. Should be unfolded by default
What is the expected output?
3. Should be unfolded by default
What do you see instead?
2. Modelinfo/Edit is folded
Please provide any additional information below.
- you might fold everything, so it gets apparent to the user that he has to get
active and unfold
things. leaving everything unfolded but the edit-stuff made me search for it
for hours
```
Original issue reported on code.google.com by `alexande...@googlemail.com` on 23 Nov 2008 at 12:31
|
defect
|
edit field unfolded by default what steps will reproduce the problem log on to oryx repo modelinfo edit is folded should be unfolded by default what is the expected output should be unfolded by default what do you see instead modelinfo edit is folded please provide any additional information below you might fold everything so it gets apparent to the user that he has to get active and unfold things leaving everything unfolded but the edit stuff made me search for it for hours original issue reported on code google com by alexande googlemail com on nov at
| 1
|
5,032
| 2,610,165,191
|
IssuesEvent
|
2015-02-26 18:52:22
|
chrsmith/republic-at-war
|
https://api.github.com/repos/chrsmith/republic-at-war
|
closed
|
SFX
|
auto-migrated Priority-Medium Type-Defect
|
```
The LE-Series has human civilian voices.
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 4 May 2011 at 4:37
|
1.0
|
SFX - ```
The LE-Series has human civilian voices.
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 4 May 2011 at 4:37
|
defect
|
sfx the le series has human civilian voices original issue reported on code google com by gmail com on may at
| 1
|
35,571
| 7,781,031,784
|
IssuesEvent
|
2018-06-05 22:07:13
|
google/sanitizers
|
https://api.github.com/repos/google/sanitizers
|
closed
|
Detect stack overflow in SEGV handler
|
Priority-Medium ProjectAddressSanitizer Status-Accepted Type-Defect
|
Originally reported on Google Code with ID 262
```
With sigaltstack we can more or less reliably detect stack overflow condition by comparing
access address to SP and to (known) stack limits.
On the main thread stack limits may be off, but still, any access near SP (+-1 page)
must be a stack overflow.
```
Reported by `eugenis@google.com` on 2014-02-06 17:41:59
|
1.0
|
Detect stack overflow in SEGV handler - Originally reported on Google Code with ID 262
```
With sigaltstack we can more or less reliably detect stack overflow condition by comparing
access address to SP and to (known) stack limits.
On the main thread stack limits may be off, but still, any access near SP (+-1 page)
must be a stack overflow.
```
Reported by `eugenis@google.com` on 2014-02-06 17:41:59
|
defect
|
detect stack overflow in segv handler originally reported on google code with id with sigaltstack we can more or less reliably detect stack overflow condition by comparing access address to sp and to known stack limits on the main thread stack limits may be off but still any access near sp page must be a stack overflow reported by eugenis google com on
| 1
|
51,644
| 13,207,556,022
|
IssuesEvent
|
2020-08-14 23:34:39
|
icecube-trac/tix4
|
https://api.github.com/repos/icecube-trac/tix4
|
opened
|
ports V5 and SuiteSparse installation on Ubuntu 12.04.5 LTS (Trac #767)
|
Incomplete Migration Migrated from Trac booking defect
|
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/767">https://code.icecube.wisc.edu/projects/icecube/ticket/767</a>, reported by icecube</summary>
<p>
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:57",
"_ts": "1416713877111216",
"description": "Dear Don (or To Whom it may concern),\n\nAlex suggested me to contact you via the IceCube ticket, so I'm writing this to ask you some helps. I have been struggling to build SuiteSparse under I3Port version 5 for a week and still cannot do it. My platform is Ubuntu 12.04.5 LTS.\nThe ports I have installed\nare:\n cfitsio_3.27 3.27_2 (active)\n anis_1.8.2 1.8.2_3 (active)\n sprng_2.0a 2.0a_8 (active)\n cmake 2.8.5_5 (active)\n hdf5_1.8.13 1.8.13_0 (active)\n rdmc_2.9.5 2.9.5_5 (active)\n log4cplus_1.0.4 1.0.4_4 (active)\n root_5.34.18 5.34.18_1 (active)\n photonics_1.73 1.73_6 (active)\n anis_1.0 1.0_1 (active)\n gsl_1.14 1.14_1 (active)\n mysql_4.1.20 4.1.20_3 (active)\n cdk 5.0_2 (active)\n gmp_4.3.2 4.3.2_3+test (active)\n gsl_1.16 1.16_0 (active)\n cmake_2.8.5 2.8.5_6 (active)\n boost_1.38.0 1.38.0_20 (active)\n slalib-c_0.0 0.0_8 (active)\n\nAlthough I did run apt-get to grab libblas-dev, libopenblas-dev, and libopenblas-base,\nthe port configuration procedure cannot catch them, and I tried to install\nGotoBLAS2 with the port command ./bin/port -vd clean GotoBLAS2.\nThen I got the following error messages:\n\n######################################################\ngfortran -O2 -m128bit-long-double -Wall -o zblat3 zblat3.o ../libgoto2-r1.13.a -lm -lm \nGOTO_NUM_THREADS=1 ./sblat1\n Real BLAS Test Program Results\n\n\n Test of subprogram number 1 SDOT \n ----- PASS -----\n ....\n Test of subprogram number 10 ICAMAX\n ----- PASS -----\nGOTO_NUM_THREADS=1 ./zblat1\n Complex BLAS Test Program Results\n\n\n Test of subprogram number 1 ZDOTC \nSegmentation fault (core dumped)\nmake[1]: *** [level1] Error 139\nmake[1]: *** Waiting for unfinished jobs....\nmake[1]: Leaving directory `/usr/local/iceCube/i3ports_v5/var/db/dports/build/file._usr_local_iceCube_i3ports_v5_var_db_dports_sources_rsync.code.icecube.wisc.edu_icecube-tools-ports_devel_gotoblas2/work/GotoBLAS2/test'\nmake: *** [tests] Error 2\nError: Target com.apple.build returned: shell command \"make DYNAMIC_ARCH=1 USE_THREAD=0 all\" returned error 2\n##################################################\n\nCan you please give me suggestions what I should try to resolve the problem?\nEven when I skipped the GotoBLAS2 installation and directly jumped into \ninstalling SuiteSparse by \"./bin/port -vd install SuiteSparse\", I got the same error messages.\n ",
"reporter": "icecube",
"cc": "",
"resolution": "duplicate",
"time": "2014-10-02T06:03:30",
"component": "booking",
"summary": "ports V5 and SuiteSparse installation on Ubuntu 12.04.5 LTS",
"priority": "major",
"keywords": "I3Port",
"milestone": "",
"owner": "",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
ports V5 and SuiteSparse installation on Ubuntu 12.04.5 LTS (Trac #767) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/767">https://code.icecube.wisc.edu/projects/icecube/ticket/767</a>, reported by icecube</summary>
<p>
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:57",
"_ts": "1416713877111216",
"description": "Dear Don (or To Whom it may concern),\n\nAlex suggested me to contact you via the IceCube ticket, so I'm writing this to ask you some helps. I have been struggling to build SuiteSparse under I3Port version 5 for a week and still cannot do it. My platform is Ubuntu 12.04.5 LTS.\nThe ports I have installed\nare:\n cfitsio_3.27 3.27_2 (active)\n anis_1.8.2 1.8.2_3 (active)\n sprng_2.0a 2.0a_8 (active)\n cmake 2.8.5_5 (active)\n hdf5_1.8.13 1.8.13_0 (active)\n rdmc_2.9.5 2.9.5_5 (active)\n log4cplus_1.0.4 1.0.4_4 (active)\n root_5.34.18 5.34.18_1 (active)\n photonics_1.73 1.73_6 (active)\n anis_1.0 1.0_1 (active)\n gsl_1.14 1.14_1 (active)\n mysql_4.1.20 4.1.20_3 (active)\n cdk 5.0_2 (active)\n gmp_4.3.2 4.3.2_3+test (active)\n gsl_1.16 1.16_0 (active)\n cmake_2.8.5 2.8.5_6 (active)\n boost_1.38.0 1.38.0_20 (active)\n slalib-c_0.0 0.0_8 (active)\n\nAlthough I did run apt-get to grab libblas-dev, libopenblas-dev, and libopenblas-base,\nthe port configuration procedure cannot catch them, and I tried to install\nGotoBLAS2 with the port command ./bin/port -vd clean GotoBLAS2.\nThen I got the following error messages:\n\n######################################################\ngfortran -O2 -m128bit-long-double -Wall -o zblat3 zblat3.o ../libgoto2-r1.13.a -lm -lm \nGOTO_NUM_THREADS=1 ./sblat1\n Real BLAS Test Program Results\n\n\n Test of subprogram number 1 SDOT \n ----- PASS -----\n ....\n Test of subprogram number 10 ICAMAX\n ----- PASS -----\nGOTO_NUM_THREADS=1 ./zblat1\n Complex BLAS Test Program Results\n\n\n Test of subprogram number 1 ZDOTC \nSegmentation fault (core dumped)\nmake[1]: *** [level1] Error 139\nmake[1]: *** Waiting for unfinished jobs....\nmake[1]: Leaving directory `/usr/local/iceCube/i3ports_v5/var/db/dports/build/file._usr_local_iceCube_i3ports_v5_var_db_dports_sources_rsync.code.icecube.wisc.edu_icecube-tools-ports_devel_gotoblas2/work/GotoBLAS2/test'\nmake: *** [tests] Error 2\nError: Target com.apple.build returned: shell command \"make DYNAMIC_ARCH=1 USE_THREAD=0 all\" returned error 2\n##################################################\n\nCan you please give me suggestions what I should try to resolve the problem?\nEven when I skipped the GotoBLAS2 installation and directly jumped into \ninstalling SuiteSparse by \"./bin/port -vd install SuiteSparse\", I got the same error messages.\n ",
"reporter": "icecube",
"cc": "",
"resolution": "duplicate",
"time": "2014-10-02T06:03:30",
"component": "booking",
"summary": "ports V5 and SuiteSparse installation on Ubuntu 12.04.5 LTS",
"priority": "major",
"keywords": "I3Port",
"milestone": "",
"owner": "",
"type": "defect"
}
```
</p>
</details>
|
defect
|
ports and suitesparse installation on ubuntu lts trac migrated from json status closed changetime ts description dear don or to whom it may concern n nalex suggested me to contact you via the icecube ticket so i m writing this to ask you some helps i have been struggling to build suitesparse under version for a week and still cannot do it my platform is ubuntu lts nthe ports i have installed nare n cfitsio active n anis active n sprng active n cmake active n active n rdmc active n active n root active n photonics active n anis active n gsl active n mysql active n cdk active n gmp test active n gsl active n cmake active n boost active n slalib c active n nalthough i did run apt get to grab libblas dev libopenblas dev and libopenblas base nthe port configuration procedure cannot catch them and i tried to install with the port command bin port vd clean nthen i got the following error messages n n ngfortran long double wall o o a lm lm ngoto num threads n real blas test program results n n n test of subprogram number sdot n pass n n test of subprogram number icamax n pass ngoto num threads n complex blas test program results n n n test of subprogram number zdotc nsegmentation fault core dumped nmake error nmake waiting for unfinished jobs nmake leaving directory usr local icecube var db dports build file usr local icecube var db dports sources rsync code icecube wisc edu icecube tools ports devel work test nmake error nerror target com apple build returned shell command make dynamic arch use thread all returned error n n ncan you please give me suggestions what i should try to resolve the problem neven when i skipped the installation and directly jumped into ninstalling suitesparse by bin port vd install suitesparse i got the same error messages n reporter icecube cc resolution duplicate time component booking summary ports and suitesparse installation on ubuntu lts priority major keywords milestone owner type defect
| 1
|
14,367
| 3,263,882,716
|
IssuesEvent
|
2015-10-22 08:32:30
|
HP-Enterprise/BriAir
|
https://api.github.com/repos/HP-Enterprise/BriAir
|
opened
|
TBOX的CRUD
|
Design
|
+ 设计一个对象(如 TBoxMgr,也可以换一个你喜欢的名字),来管理Tbox的增加,删除,查询
+ 设计一套API,由Controller对象承载,向客户端提供TBOX的管理能力,内部调用TBoxMgr完成功能
|
1.0
|
TBOX的CRUD - + 设计一个对象(如 TBoxMgr,也可以换一个你喜欢的名字),来管理Tbox的增加,删除,查询
+ 设计一套API,由Controller对象承载,向客户端提供TBOX的管理能力,内部调用TBoxMgr完成功能
|
non_defect
|
tbox的crud 设计一个对象 如 tboxmgr 也可以换一个你喜欢的名字 来管理tbox的增加 删除 查询 设计一套api 由controller对象承载 向客户端提供tbox的管理能力 内部调用tboxmgr完成功能
| 0
|
70,097
| 22,919,249,202
|
IssuesEvent
|
2022-07-17 12:19:58
|
vector-im/element-ios
|
https://api.github.com/repos/vector-im/element-ios
|
closed
|
Element sound notifications not working
|
T-Defect A-Message S-Major O-Occasional X-Cannot-Reproduce
|
### Steps to reproduce
I write messages and send them
### Outcome
On computers and Android, sound notifications are present, but on the iPhone, the screen just lights up and a thumbnail is displayed - there is no sound
### Your phone model
iPhone 12
### Operating system version
iOS 15.1.1
### Application version
Element 1.7.0
### Homeserver
synapse 1.50.1-2022-01-18
### Will you send logs?
No
|
1.0
|
Element sound notifications not working - ### Steps to reproduce
I write messages and send them
### Outcome
On computers and Android, sound notifications are present, but on the iPhone, the screen just lights up and a thumbnail is displayed - there is no sound
### Your phone model
iPhone 12
### Operating system version
iOS 15.1.1
### Application version
Element 1.7.0
### Homeserver
synapse 1.50.1-2022-01-18
### Will you send logs?
No
|
defect
|
element sound notifications not working steps to reproduce i write messages and send them outcome on computers and android sound notifications are present but on the iphone the screen just lights up and a thumbnail is displayed there is no sound your phone model iphone operating system version ios application version element homeserver synapse will you send logs no
| 1
|
30,284
| 6,084,822,551
|
IssuesEvent
|
2017-06-17 08:17:37
|
opencaching/opencaching-pl
|
https://api.github.com/repos/opencaching/opencaching-pl
|
closed
|
Missing flags on link page
|
Priority_Medium Type_Defect
|
Somehow the flags on the link page are gone. This is on nodes PL, UK and NL

|
1.0
|
Missing flags on link page - Somehow the flags on the link page are gone. This is on nodes PL, UK and NL

|
defect
|
missing flags on link page somehow the flags on the link page are gone this is on nodes pl uk and nl
| 1
|
77,478
| 27,010,993,748
|
IssuesEvent
|
2023-02-10 15:23:22
|
department-of-veterans-affairs/va.gov-team
|
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
|
closed
|
508-defect-2 [COLOR]: Links must not rely on color
|
508/Accessibility 508-defect-2
|
# [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2)
<!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. -->
## Feedback framework
- **❗️ Must** for if the feedback must be applied
- **⚠️ Should** if the feedback is best practice
- **✔️ Consider** for suggestions/enhancements
## Definition of done
1. Review and acknowledge feedback.
1. Fix and/or document decisions made.
1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix.
## Point of Contact
<!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. -->
**VFS Point of Contact:** _Josh_
## Details
Links must not rely on color. Underlines are provided only on hover, which is not available to mobile users.
## Acceptance Criteria
- [ ] Links do not rely on color to convey that they can be interacted with
## Proposed Solution (if known)
[As discussed in ticket #3556, these heading links should be underlined](https://github.com/department-of-veterans-affairs/va.gov-team/issues/3556).
[Design system ticket #497 has been logged for this](https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues/497)
## WCAG or Vendor Guidance (optional)
* [WCAG 1.4.1: Use of Color](https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-without-color.html)
## Screenshots or Trace Logs
<img width="410" alt="Screen Shot 2021-08-05 at 11 11 24 AM" src="https://user-images.githubusercontent.com/14154792/128374529-e900bce3-9e2c-4e61-8874-122a13db7d31.png">
<img width="411" alt="Screen Shot 2021-08-05 at 11 11 30 AM" src="https://user-images.githubusercontent.com/14154792/128374536-6b6de340-5779-4045-8f60-aa23b189cf10.png">
|
1.0
|
508-defect-2 [COLOR]: Links must not rely on color - # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2)
<!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. -->
## Feedback framework
- **❗️ Must** for if the feedback must be applied
- **⚠️ Should** if the feedback is best practice
- **✔️ Consider** for suggestions/enhancements
## Definition of done
1. Review and acknowledge feedback.
1. Fix and/or document decisions made.
1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix.
## Point of Contact
<!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. -->
**VFS Point of Contact:** _Josh_
## Details
Links must not rely on color. Underlines are provided only on hover, which is not available to mobile users.
## Acceptance Criteria
- [ ] Links do not rely on color to convey that they can be interacted with
## Proposed Solution (if known)
[As discussed in ticket #3556, these heading links should be underlined](https://github.com/department-of-veterans-affairs/va.gov-team/issues/3556).
[Design system ticket #497 has been logged for this](https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues/497)
## WCAG or Vendor Guidance (optional)
* [WCAG 1.4.1: Use of Color](https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-without-color.html)
## Screenshots or Trace Logs
<img width="410" alt="Screen Shot 2021-08-05 at 11 11 24 AM" src="https://user-images.githubusercontent.com/14154792/128374529-e900bce3-9e2c-4e61-8874-122a13db7d31.png">
<img width="411" alt="Screen Shot 2021-08-05 at 11 11 30 AM" src="https://user-images.githubusercontent.com/14154792/128374536-6b6de340-5779-4045-8f60-aa23b189cf10.png">
|
defect
|
defect links must not rely on color feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements definition of done review and acknowledge feedback fix and or document decisions made accessibility specialist will close ticket after reviewing documented decisions validating fix point of contact vfs point of contact josh details links must not rely on color underlines are provided only on hover which is not available to mobile users acceptance criteria links do not rely on color to convey that they can be interacted with proposed solution if known wcag or vendor guidance optional screenshots or trace logs img width alt screen shot at am src img width alt screen shot at am src
| 1
|
320,198
| 9,777,758,705
|
IssuesEvent
|
2019-06-07 09:59:14
|
thonny/thonny
|
https://api.github.com/repos/thonny/thonny
|
closed
|
Win Xp, can't install....
|
bug low priority windows specifics wontfix
|
**[Original report](https://bitbucket.org/bitbucket-issue-migration\thonny-issues.zip/issue/642) by Anonymous.**
----------------------------------------
Hello, I'm trying to install thonny on xp machine with python 3.4.4. This is the error i get when i follow the instructions:
[code]https://pastebin.com/0LUq46me[/code]
Upgrading pip does not work also...
Thanks in advance.
|
1.0
|
Win Xp, can't install.... - **[Original report](https://bitbucket.org/bitbucket-issue-migration\thonny-issues.zip/issue/642) by Anonymous.**
----------------------------------------
Hello, I'm trying to install thonny on xp machine with python 3.4.4. This is the error i get when i follow the instructions:
[code]https://pastebin.com/0LUq46me[/code]
Upgrading pip does not work also...
Thanks in advance.
|
non_defect
|
win xp can t install by anonymous hello i m trying to install thonny on xp machine with python this is the error i get when i follow the instructions upgrading pip does not work also thanks in advance
| 0
|
29,413
| 5,683,110,027
|
IssuesEvent
|
2017-04-13 11:44:25
|
BOINC/boinc
|
https://api.github.com/repos/BOINC/boinc
|
closed
|
Windows 10 - doesn't autostart on boot
|
C: Installer - Windows P: Minor T: Defect
|
BOINC manager will not autostart on boot, you have to fire it up manually then it's OK.
|
1.0
|
Windows 10 - doesn't autostart on boot - BOINC manager will not autostart on boot, you have to fire it up manually then it's OK.
|
defect
|
windows doesn t autostart on boot boinc manager will not autostart on boot you have to fire it up manually then it s ok
| 1
|
16,947
| 2,964,591,673
|
IssuesEvent
|
2015-07-10 17:33:06
|
dart-lang/sdk
|
https://api.github.com/repos/dart-lang/sdk
|
closed
|
Failing tests on new dart2dart backend
|
Area-Dart2Dart NotPlanned Priority-Unassigned Triaged Type-Defect
|
Failing tests:
co19/Language/12_Expressions/18_Assignment_A04_t09
language/await_for_cancel_test
language/regress_22936_test/01
language/async_star_cancel_and_throw_in_finally_test
lib/async/future_test
Marking these for now to get test coverage back, but we need to triage the failures.
|
1.0
|
Failing tests on new dart2dart backend - Failing tests:
co19/Language/12_Expressions/18_Assignment_A04_t09
language/await_for_cancel_test
language/regress_22936_test/01
language/async_star_cancel_and_throw_in_finally_test
lib/async/future_test
Marking these for now to get test coverage back, but we need to triage the failures.
|
defect
|
failing tests on new backend failing tests nbsp nbsp language expressions assignment nbsp nbsp language await for cancel test nbsp nbsp language regress test nbsp nbsp language async star cancel and throw in finally test nbsp nbsp lib async future test marking these for now to get test coverage back but we need to triage the failures
| 1
|
484,396
| 13,939,295,411
|
IssuesEvent
|
2020-10-22 16:17:53
|
samuelcolvin/nosht
|
https://api.github.com/repos/samuelcolvin/nosht
|
closed
|
Host Users to be able to export the list of donors
|
PRIORITY URGENT
|
As host be able to export the list of donors (like you can with the event tickets) as an excel from the fundraising page

|
1.0
|
Host Users to be able to export the list of donors - As host be able to export the list of donors (like you can with the event tickets) as an excel from the fundraising page

|
non_defect
|
host users to be able to export the list of donors as host be able to export the list of donors like you can with the event tickets as an excel from the fundraising page
| 0
|
62,303
| 17,023,893,469
|
IssuesEvent
|
2021-07-03 04:24:43
|
tomhughes/trac-tickets
|
https://api.github.com/repos/tomhughes/trac-tickets
|
closed
|
Facebook conspicuously missing from login choices
|
Component: website Priority: minor Resolution: duplicate Type: defect
|
**[Submitted to the original trac issue database at 11.42pm, Saturday, 28th December 2013]**
At least add a greyed out Facebook logo linking to an explanation of why OSM does not use it.
|
1.0
|
Facebook conspicuously missing from login choices - **[Submitted to the original trac issue database at 11.42pm, Saturday, 28th December 2013]**
At least add a greyed out Facebook logo linking to an explanation of why OSM does not use it.
|
defect
|
facebook conspicuously missing from login choices at least add a greyed out facebook logo linking to an explanation of why osm does not use it
| 1
|
608,779
| 18,848,564,673
|
IssuesEvent
|
2021-11-11 17:40:59
|
ntop/ntopng
|
https://api.github.com/repos/ntop/ntopng
|
closed
|
Other issues in alerts not supported with Clickhouse
|
bug priority ticket clickhouse
|
Seems the bitmap of all issues is not supported with Clickhouse, yielding

|
1.0
|
Other issues in alerts not supported with Clickhouse - Seems the bitmap of all issues is not supported with Clickhouse, yielding

|
non_defect
|
other issues in alerts not supported with clickhouse seems the bitmap of all issues is not supported with clickhouse yielding
| 0
|
41,336
| 10,420,905,956
|
IssuesEvent
|
2019-09-16 03:23:20
|
Psionics-ToEE/PsionicFiles
|
https://api.github.com/repos/Psionics-ToEE/PsionicFiles
|
opened
|
New feats don't have a method of linking to in game help when clicked on through character feat tab
|
defect low weight
|
Or do I just not know where to make this happen?
|
1.0
|
New feats don't have a method of linking to in game help when clicked on through character feat tab - Or do I just not know where to make this happen?
|
defect
|
new feats don t have a method of linking to in game help when clicked on through character feat tab or do i just not know where to make this happen
| 1
|
19,197
| 3,152,180,024
|
IssuesEvent
|
2015-09-16 12:36:44
|
STEllAR-GROUP/hpx
|
https://api.github.com/repos/STEllAR-GROUP/hpx
|
closed
|
hpx::promise has some problems
|
affecting: LSU category: LCOs type: defect
|
I've having problems with my code that disappear when I change the implementation of the "channel" class I am using from using a promise/future pair to using a semaphore. When using the promise/future implementation, I get unexpected hangs, crashes, and other problems, but when I use the semaphore implementation, these problems go away (the code still hangs during output and at startup sometimes but I think that is a different issue). The promise/future implementation of the channel class is here:
https://github.com/dmarce1/FVFMM/blob/master/src/channel.hpp
and the new implementation that seems to get rid of problems is
```
#ifndef CHANNEL_HPP_
#define CHANNEL_HPP_
#include "defs.hpp"
template<class T>
class channel {
private:
hpx::lcos::local::counting_semaphore signal;
T data;
std::atomic<bool> full;
public:
channel() : full(false){
}
~channel() = default;
channel(const channel&) = delete;
channel(channel&& other ) = delete;
channel& operator=(channel&& other ) = delete;
template<class U>
void set_value( U value ) {
assert(!full);
data = std::move(value);
full = true;
signal.signal();
}
T get() {
signal.wait();
assert(full);
full = false;
return data;
}
};
#endif /* CHANNEL_HPP_ */
```
----------------------------------------------------------------------------------------------------------------------------------------------
Using the promise/future implementation seems to have also called problems for other calls to the future class functions, even on futures not produced from a promise. For instance, calls to future::wait_for and future::wait_until would act weird, issuing timeouts as if the timing had started when the program was initiated rather than when wait_for/until was called - and for futures not created with a promise. These problems disappeared when I changed channel implementations.
I will try and reproduce the problem with a smaller code.
|
1.0
|
hpx::promise has some problems - I've having problems with my code that disappear when I change the implementation of the "channel" class I am using from using a promise/future pair to using a semaphore. When using the promise/future implementation, I get unexpected hangs, crashes, and other problems, but when I use the semaphore implementation, these problems go away (the code still hangs during output and at startup sometimes but I think that is a different issue). The promise/future implementation of the channel class is here:
https://github.com/dmarce1/FVFMM/blob/master/src/channel.hpp
and the new implementation that seems to get rid of problems is
```
#ifndef CHANNEL_HPP_
#define CHANNEL_HPP_
#include "defs.hpp"
template<class T>
class channel {
private:
hpx::lcos::local::counting_semaphore signal;
T data;
std::atomic<bool> full;
public:
channel() : full(false){
}
~channel() = default;
channel(const channel&) = delete;
channel(channel&& other ) = delete;
channel& operator=(channel&& other ) = delete;
template<class U>
void set_value( U value ) {
assert(!full);
data = std::move(value);
full = true;
signal.signal();
}
T get() {
signal.wait();
assert(full);
full = false;
return data;
}
};
#endif /* CHANNEL_HPP_ */
```
----------------------------------------------------------------------------------------------------------------------------------------------
Using the promise/future implementation seems to have also called problems for other calls to the future class functions, even on futures not produced from a promise. For instance, calls to future::wait_for and future::wait_until would act weird, issuing timeouts as if the timing had started when the program was initiated rather than when wait_for/until was called - and for futures not created with a promise. These problems disappeared when I changed channel implementations.
I will try and reproduce the problem with a smaller code.
|
defect
|
hpx promise has some problems i ve having problems with my code that disappear when i change the implementation of the channel class i am using from using a promise future pair to using a semaphore when using the promise future implementation i get unexpected hangs crashes and other problems but when i use the semaphore implementation these problems go away the code still hangs during output and at startup sometimes but i think that is a different issue the promise future implementation of the channel class is here and the new implementation that seems to get rid of problems is ifndef channel hpp define channel hpp include defs hpp template class channel private hpx lcos local counting semaphore signal t data std atomic full public channel full false channel default channel const channel delete channel channel other delete channel operator channel other delete template void set value u value assert full data std move value full true signal signal t get signal wait assert full full false return data endif channel hpp using the promise future implementation seems to have also called problems for other calls to the future class functions even on futures not produced from a promise for instance calls to future wait for and future wait until would act weird issuing timeouts as if the timing had started when the program was initiated rather than when wait for until was called and for futures not created with a promise these problems disappeared when i changed channel implementations i will try and reproduce the problem with a smaller code
| 1
|
284,427
| 30,913,630,163
|
IssuesEvent
|
2023-08-05 02:26:44
|
Satheesh575555/linux-4.1.15_CVE-2022-45934
|
https://api.github.com/repos/Satheesh575555/linux-4.1.15_CVE-2022-45934
|
reopened
|
CVE-2016-6828 (Medium) detected in linuxlinux-4.6
|
Mend: dependency security vulnerability
|
## CVE-2016-6828 - Medium 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 HEAD commit: <a href="https://github.com/Satheesh575555/linux-4.1.15_CVE-2022-45934/commit/7c0b143b43394df131d83e9aecb3c5518edc127a">7c0b143b43394df131d83e9aecb3c5518edc127a</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 (1)</summary>
<p></p>
<p>
</p>
</details>
<p></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>
The tcp_check_send_head function in include/net/tcp.h in the Linux kernel before 4.7.5 does not properly maintain certain SACK state after a failed data copy, which allows local users to cause a denial of service (tcp_xmit_retransmit_queue use-after-free and system crash) via a crafted SACK option.
<p>Publish Date: 2016-10-16
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-6828>CVE-2016-6828</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.5</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: None
- 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://nvd.nist.gov/vuln/detail/CVE-2016-6828">https://nvd.nist.gov/vuln/detail/CVE-2016-6828</a></p>
<p>Release Date: 2016-10-16</p>
<p>Fix Resolution: 4.7.5</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-2016-6828 (Medium) detected in linuxlinux-4.6 - ## CVE-2016-6828 - Medium 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 HEAD commit: <a href="https://github.com/Satheesh575555/linux-4.1.15_CVE-2022-45934/commit/7c0b143b43394df131d83e9aecb3c5518edc127a">7c0b143b43394df131d83e9aecb3c5518edc127a</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 (1)</summary>
<p></p>
<p>
</p>
</details>
<p></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>
The tcp_check_send_head function in include/net/tcp.h in the Linux kernel before 4.7.5 does not properly maintain certain SACK state after a failed data copy, which allows local users to cause a denial of service (tcp_xmit_retransmit_queue use-after-free and system crash) via a crafted SACK option.
<p>Publish Date: 2016-10-16
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-6828>CVE-2016-6828</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.5</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: None
- 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://nvd.nist.gov/vuln/detail/CVE-2016-6828">https://nvd.nist.gov/vuln/detail/CVE-2016-6828</a></p>
<p>Release Date: 2016-10-16</p>
<p>Fix Resolution: 4.7.5</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_defect
|
cve medium detected in linuxlinux cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files vulnerability details the tcp check send head function in include net tcp h in the linux kernel before does not properly maintain certain sack state after a failed data copy which allows local users to cause a denial of service tcp xmit retransmit queue use after free and system crash via a crafted sack option 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 none 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 mend
| 0
|
125,515
| 12,262,118,738
|
IssuesEvent
|
2020-05-06 21:24:21
|
diogeneskelsen/mentorship-team
|
https://api.github.com/repos/diogeneskelsen/mentorship-team
|
closed
|
Add the NodeJS's Code of Conduct to this repository
|
documentation
|
Please, create a Pull Request to add the Code of Conduct to this repository.
https://raw.githubusercontent.com/nodejs/admin/master/CODE_OF_CONDUCT.md
|
1.0
|
Add the NodeJS's Code of Conduct to this repository - Please, create a Pull Request to add the Code of Conduct to this repository.
https://raw.githubusercontent.com/nodejs/admin/master/CODE_OF_CONDUCT.md
|
non_defect
|
add the nodejs s code of conduct to this repository please create a pull request to add the code of conduct to this repository
| 0
|
47,599
| 13,062,932,865
|
IssuesEvent
|
2020-07-30 15:49:29
|
ernestojimenezruiz/logmap-matcher
|
https://api.github.com/repos/ernestojimenezruiz/logmap-matcher
|
closed
|
PreIntervalLabelledHierarchy StackOverflowError
|
Priority-Medium Type-Defect auto-migrated
|
```
This error has been detected in a few cases:
Exception in thread "main" java.lang.StackOverflowError
at
uk.ac.ox.krr.logmap2.indexing.labelling_schema.PreIntervalLabelledHierarchy.walk
AscNode(PreIntervalLabelledHierarchy.java:76)
```
Original issue reported on code.google.com by `ernesto....@gmail.com` on 23 Mar 2013 at 5:09
|
1.0
|
PreIntervalLabelledHierarchy StackOverflowError - ```
This error has been detected in a few cases:
Exception in thread "main" java.lang.StackOverflowError
at
uk.ac.ox.krr.logmap2.indexing.labelling_schema.PreIntervalLabelledHierarchy.walk
AscNode(PreIntervalLabelledHierarchy.java:76)
```
Original issue reported on code.google.com by `ernesto....@gmail.com` on 23 Mar 2013 at 5:09
|
defect
|
preintervallabelledhierarchy stackoverflowerror this error has been detected in a few cases exception in thread main java lang stackoverflowerror at uk ac ox krr indexing labelling schema preintervallabelledhierarchy walk ascnode preintervallabelledhierarchy java original issue reported on code google com by ernesto gmail com on mar at
| 1
|
35,702
| 7,795,922,197
|
IssuesEvent
|
2018-06-08 09:44:21
|
StrikeNP/trac_test
|
https://api.github.com/repos/StrikeNP/trac_test
|
closed
|
Plotgen 3 Current and Previous lines blend together (Trac #200)
|
Migrated from Trac defect post_processing senkbeil@uwm.edu
|
The blue and orange lines for CLUBB_current and previous blend together, so it is hard to see one if they are identical.
Attachments:
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/200
```json
{
"status": "closed",
"changetime": "2009-09-02T20:46:48",
"description": "The blue and orange lines for CLUBB_current and previous blend together, so it is hard to see one if they are identical.",
"reporter": "senkbeil@uwm.edu",
"cc": "",
"resolution": "Verified by V. Larson",
"_ts": "1251924408000000",
"component": "post_processing",
"summary": "Plotgen 3 Current and Previous lines blend together",
"priority": "major",
"keywords": "",
"time": "2009-08-24T15:06:04",
"milestone": "Plotgen 3.0",
"owner": "senkbeil@uwm.edu",
"type": "defect"
}
```
|
1.0
|
Plotgen 3 Current and Previous lines blend together (Trac #200) - The blue and orange lines for CLUBB_current and previous blend together, so it is hard to see one if they are identical.
Attachments:
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/200
```json
{
"status": "closed",
"changetime": "2009-09-02T20:46:48",
"description": "The blue and orange lines for CLUBB_current and previous blend together, so it is hard to see one if they are identical.",
"reporter": "senkbeil@uwm.edu",
"cc": "",
"resolution": "Verified by V. Larson",
"_ts": "1251924408000000",
"component": "post_processing",
"summary": "Plotgen 3 Current and Previous lines blend together",
"priority": "major",
"keywords": "",
"time": "2009-08-24T15:06:04",
"milestone": "Plotgen 3.0",
"owner": "senkbeil@uwm.edu",
"type": "defect"
}
```
|
defect
|
plotgen current and previous lines blend together trac the blue and orange lines for clubb current and previous blend together so it is hard to see one if they are identical attachments migrated from json status closed changetime description the blue and orange lines for clubb current and previous blend together so it is hard to see one if they are identical reporter senkbeil uwm edu cc resolution verified by v larson ts component post processing summary plotgen current and previous lines blend together priority major keywords time milestone plotgen owner senkbeil uwm edu type defect
| 1
|
66,462
| 14,784,439,217
|
IssuesEvent
|
2021-01-12 00:11:56
|
kadirselcuk/kops
|
https://api.github.com/repos/kadirselcuk/kops
|
opened
|
CVE-2020-15257 (Medium) detected in github.com/containerd/containerd/errdefs-v1.3.4
|
security vulnerability
|
## CVE-2020-15257 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/containerd/containerd/errdefs-v1.3.4</b></p></summary>
<p>An open and reliable container runtime</p>
<p>
Dependency Hierarchy:
- github.com/docker/docker/client-v1.4.2-0.20200309214505-aa6a9891b09c (Root Library)
- github.com/docker/docker/api/types/swarm-v1.4.2-0.20200309214505-aa6a9891b09c
- github.com/docker/docker/api/types/network-v1.4.2-0.20200309214505-aa6a9891b09c
- github.com/docker/docker/errdefs-v1.4.2-0.20200309214505-aa6a9891b09c
- :x: **github.com/containerd/containerd/errdefs-v1.3.4** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kadirselcuk/kops/commit/6572fca92e529a95624abb3199ec3ee0c04a551b">6572fca92e529a95624abb3199ec3ee0c04a551b</a></p>
<p>Found in base branch: <b>master</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>
containerd is an industry-standard container runtime and is available as a daemon for Linux and Windows. In containerd before versions 1.3.9 and 1.4.3, the containerd-shim API is improperly exposed to host network containers. Access controls for the shim’s API socket verified that the connecting process had an effective UID of 0, but did not otherwise restrict access to the abstract Unix domain socket. This would allow malicious containers running in the same network namespace as the shim, with an effective UID of 0 but otherwise reduced privileges, to cause new processes to be run with elevated privileges. This vulnerability has been fixed in containerd 1.3.9 and 1.4.3. Users should update to these versions as soon as they are released. It should be noted that containers started with an old version of containerd-shim should be stopped and restarted, as running containers will continue to be vulnerable even after an upgrade. If you are not providing the ability for untrusted users to start containers in the same network namespace as the shim (typically the "host" network namespace, for example with docker run --net=host or hostNetwork: true in a Kubernetes pod) and run with an effective UID of 0, you are not vulnerable to this issue. If you are running containers with a vulnerable configuration, you can deny access to all abstract sockets with AppArmor by adding a line similar to deny unix addr=@**, to your policy. It is best practice to run containers with a reduced set of privileges, with a non-zero UID, and with isolated namespaces. The containerd maintainers strongly advise against sharing namespaces with the host. Reducing the set of isolation mechanisms used for a container necessarily increases that container's privilege, regardless of what container runtime is used for running that container.
<p>Publish Date: 2020-12-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15257>CVE-2020-15257</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.2</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- 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/containerd/containerd/security/advisories/GHSA-36xw-fx78-c5r4">https://github.com/containerd/containerd/security/advisories/GHSA-36xw-fx78-c5r4</a></p>
<p>Release Date: 2020-12-01</p>
<p>Fix Resolution: v1.3.9,v1.4.3</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-15257 (Medium) detected in github.com/containerd/containerd/errdefs-v1.3.4 - ## CVE-2020-15257 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/containerd/containerd/errdefs-v1.3.4</b></p></summary>
<p>An open and reliable container runtime</p>
<p>
Dependency Hierarchy:
- github.com/docker/docker/client-v1.4.2-0.20200309214505-aa6a9891b09c (Root Library)
- github.com/docker/docker/api/types/swarm-v1.4.2-0.20200309214505-aa6a9891b09c
- github.com/docker/docker/api/types/network-v1.4.2-0.20200309214505-aa6a9891b09c
- github.com/docker/docker/errdefs-v1.4.2-0.20200309214505-aa6a9891b09c
- :x: **github.com/containerd/containerd/errdefs-v1.3.4** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kadirselcuk/kops/commit/6572fca92e529a95624abb3199ec3ee0c04a551b">6572fca92e529a95624abb3199ec3ee0c04a551b</a></p>
<p>Found in base branch: <b>master</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>
containerd is an industry-standard container runtime and is available as a daemon for Linux and Windows. In containerd before versions 1.3.9 and 1.4.3, the containerd-shim API is improperly exposed to host network containers. Access controls for the shim’s API socket verified that the connecting process had an effective UID of 0, but did not otherwise restrict access to the abstract Unix domain socket. This would allow malicious containers running in the same network namespace as the shim, with an effective UID of 0 but otherwise reduced privileges, to cause new processes to be run with elevated privileges. This vulnerability has been fixed in containerd 1.3.9 and 1.4.3. Users should update to these versions as soon as they are released. It should be noted that containers started with an old version of containerd-shim should be stopped and restarted, as running containers will continue to be vulnerable even after an upgrade. If you are not providing the ability for untrusted users to start containers in the same network namespace as the shim (typically the "host" network namespace, for example with docker run --net=host or hostNetwork: true in a Kubernetes pod) and run with an effective UID of 0, you are not vulnerable to this issue. If you are running containers with a vulnerable configuration, you can deny access to all abstract sockets with AppArmor by adding a line similar to deny unix addr=@**, to your policy. It is best practice to run containers with a reduced set of privileges, with a non-zero UID, and with isolated namespaces. The containerd maintainers strongly advise against sharing namespaces with the host. Reducing the set of isolation mechanisms used for a container necessarily increases that container's privilege, regardless of what container runtime is used for running that container.
<p>Publish Date: 2020-12-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15257>CVE-2020-15257</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.2</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- 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/containerd/containerd/security/advisories/GHSA-36xw-fx78-c5r4">https://github.com/containerd/containerd/security/advisories/GHSA-36xw-fx78-c5r4</a></p>
<p>Release Date: 2020-12-01</p>
<p>Fix Resolution: v1.3.9,v1.4.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_defect
|
cve medium detected in github com containerd containerd errdefs cve medium severity vulnerability vulnerable library github com containerd containerd errdefs an open and reliable container runtime dependency hierarchy github com docker docker client root library github com docker docker api types swarm github com docker docker api types network github com docker docker errdefs x github com containerd containerd errdefs vulnerable library found in head commit a href found in base branch master vulnerability details containerd is an industry standard container runtime and is available as a daemon for linux and windows in containerd before versions and the containerd shim api is improperly exposed to host network containers access controls for the shim’s api socket verified that the connecting process had an effective uid of but did not otherwise restrict access to the abstract unix domain socket this would allow malicious containers running in the same network namespace as the shim with an effective uid of but otherwise reduced privileges to cause new processes to be run with elevated privileges this vulnerability has been fixed in containerd and users should update to these versions as soon as they are released it should be noted that containers started with an old version of containerd shim should be stopped and restarted as running containers will continue to be vulnerable even after an upgrade if you are not providing the ability for untrusted users to start containers in the same network namespace as the shim typically the host network namespace for example with docker run net host or hostnetwork true in a kubernetes pod and run with an effective uid of you are not vulnerable to this issue if you are running containers with a vulnerable configuration you can deny access to all abstract sockets with apparmor by adding a line similar to deny unix addr to your policy it is best practice to run containers with a reduced set of privileges with a non zero uid and with isolated namespaces the containerd maintainers strongly advise against sharing namespaces with the host reducing the set of isolation mechanisms used for a container necessarily increases that container s privilege regardless of what container runtime is used for running that container 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 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 step up your open source security game with whitesource
| 0
|
45,719
| 13,045,305,849
|
IssuesEvent
|
2020-07-29 06:58:38
|
PowerDNS/pdns
|
https://api.github.com/repos/PowerDNS/pdns
|
closed
|
expunge causes crash
|
defect dnsdist easy hacktoberfest
|
The following commands will cause dnsdist to fatality die... In short, when you attempt to expunge() cache that no longer exists, it dies.
> normalCache = newPacketCache(100000, 86400, 0, 60, 60)
> getPool(""):setCache(normalCache)
> getPool(""):setCache(normalCache)
> getPool(""):getCache():expunge(0)
> getPool(""):unsetCache()
> getPool(""):getCache():expunge(0)
> dnsdist: ext/luawrapper/include/LuaContext.hpp:1059: LuaContext::registerFunctionImpl(const string&, TFunctionType, LuaContext::tag<TObject>, LuaContext::tag<TRetValue(TOtherParams ...)>) [with TFunctionType = std::_Mem_fn<void (DNSDistPacketCache::*)(long unsigned int)>; TRetValue = void; TObject = DNSDistPacketCache; TOtherParams = {long unsigned int}; std::string = std::basic_string<char>]::__lambda4: Assertion `obj' failed.
> Aborted
> dnsuser@localhost [~] #
|
1.0
|
expunge causes crash - The following commands will cause dnsdist to fatality die... In short, when you attempt to expunge() cache that no longer exists, it dies.
> normalCache = newPacketCache(100000, 86400, 0, 60, 60)
> getPool(""):setCache(normalCache)
> getPool(""):setCache(normalCache)
> getPool(""):getCache():expunge(0)
> getPool(""):unsetCache()
> getPool(""):getCache():expunge(0)
> dnsdist: ext/luawrapper/include/LuaContext.hpp:1059: LuaContext::registerFunctionImpl(const string&, TFunctionType, LuaContext::tag<TObject>, LuaContext::tag<TRetValue(TOtherParams ...)>) [with TFunctionType = std::_Mem_fn<void (DNSDistPacketCache::*)(long unsigned int)>; TRetValue = void; TObject = DNSDistPacketCache; TOtherParams = {long unsigned int}; std::string = std::basic_string<char>]::__lambda4: Assertion `obj' failed.
> Aborted
> dnsuser@localhost [~] #
|
defect
|
expunge causes crash the following commands will cause dnsdist to fatality die in short when you attempt to expunge cache that no longer exists it dies normalcache newpacketcache getpool setcache normalcache getpool setcache normalcache getpool getcache expunge getpool unsetcache getpool getcache expunge dnsdist ext luawrapper include luacontext hpp luacontext registerfunctionimpl const string tfunctiontype luacontext tag luacontext tag assertion obj failed aborted dnsuser localhost
| 1
|
730,183
| 25,163,375,153
|
IssuesEvent
|
2022-11-10 18:34:43
|
asastats/channel
|
https://api.github.com/repos/asastats/channel
|
opened
|
Algofi Nano LP aren't tracked
|
bug high priority
|
By Pandachu in [Discord](https://discord.com/channels/906917846754418770/910524302531649566/1040333023817769092):
> LP tokens in my wallet for nanopools on Algofi, isnt tracked, it has no value.
> For example USDC/USDT nanopool LP
|
1.0
|
Algofi Nano LP aren't tracked - By Pandachu in [Discord](https://discord.com/channels/906917846754418770/910524302531649566/1040333023817769092):
> LP tokens in my wallet for nanopools on Algofi, isnt tracked, it has no value.
> For example USDC/USDT nanopool LP
|
non_defect
|
algofi nano lp aren t tracked by pandachu in lp tokens in my wallet for nanopools on algofi isnt tracked it has no value for example usdc usdt nanopool lp
| 0
|
64,014
| 18,108,830,672
|
IssuesEvent
|
2021-09-22 23:05:29
|
cristianelopez/unq-devapp
|
https://api.github.com/repos/cristianelopez/unq-devapp
|
closed
|
test
|
Priority-Medium Sprint1 Type-Defect auto-migrated
|
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
Please use labels and text to provide additional information.
```
Original issue reported on code.google.com by `Cristian...@gmail.com` on 17 Feb 2013 at 2:21
|
1.0
|
test - ```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
Please use labels and text to provide additional information.
```
Original issue reported on code.google.com by `Cristian...@gmail.com` on 17 Feb 2013 at 2:21
|
defect
|
test what steps will reproduce the problem what is the expected output what do you see instead please use labels and text to provide additional information original issue reported on code google com by cristian gmail com on feb at
| 1
|
151,263
| 23,790,068,650
|
IssuesEvent
|
2022-09-02 13:48:01
|
filecoin-project/ref-fvm
|
https://api.github.com/repos/filecoin-project/ref-fvm
|
opened
|
Consider running code on method 0 (value-only sends)
|
Kind: Design Hint: Needs design
|
Currently, we execute no WASM code on value-only sends. This is convenient for performance reasons, but makes it impossible to:
- Reject value transfers.
- Perform actor-internal book-keeping for all received funds.
I expect some financial applications may require this feature.
A middle-ground would be to let actors export some attribute to indicate that they need to run code on method 0 invocations.
|
2.0
|
Consider running code on method 0 (value-only sends) - Currently, we execute no WASM code on value-only sends. This is convenient for performance reasons, but makes it impossible to:
- Reject value transfers.
- Perform actor-internal book-keeping for all received funds.
I expect some financial applications may require this feature.
A middle-ground would be to let actors export some attribute to indicate that they need to run code on method 0 invocations.
|
non_defect
|
consider running code on method value only sends currently we execute no wasm code on value only sends this is convenient for performance reasons but makes it impossible to reject value transfers perform actor internal book keeping for all received funds i expect some financial applications may require this feature a middle ground would be to let actors export some attribute to indicate that they need to run code on method invocations
| 0
|
365,352
| 10,780,958,388
|
IssuesEvent
|
2019-11-04 14:02:49
|
k8smeetup/website-tasks
|
https://api.github.com/repos/k8smeetup/website-tasks
|
closed
|
/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_addon_coredns.md
|
finished lang/zh priority/P0 sync/update version/1.16
|
Source File: [/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_addon_coredns.md](https://github.com/kubernetes/website/blob/release-1.16/content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_addon_coredns.md)
Diff 查看原始文档更新差异命令:
```bash
git diff release-1.14 release-1.16 -- content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_addon_coredns.md
```
|
1.0
|
/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_addon_coredns.md - Source File: [/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_addon_coredns.md](https://github.com/kubernetes/website/blob/release-1.16/content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_addon_coredns.md)
Diff 查看原始文档更新差异命令:
```bash
git diff release-1.14 release-1.16 -- content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_addon_coredns.md
```
|
non_defect
|
docs reference setup tools kubeadm generated kubeadm init phase addon coredns md source file diff 查看原始文档更新差异命令 bash git diff release release content en docs reference setup tools kubeadm generated kubeadm init phase addon coredns md
| 0
|
9,378
| 3,037,828,356
|
IssuesEvent
|
2015-08-06 19:07:13
|
MaisonLogicielLibre/TableauDeBord
|
https://api.github.com/repos/MaisonLogicielLibre/TableauDeBord
|
closed
|
Add chart for time of incubation on the summary
|
enhancement next release Ready to test
|
We need a new chart for see the time of incubation on the summary of all companies.
|
1.0
|
Add chart for time of incubation on the summary - We need a new chart for see the time of incubation on the summary of all companies.
|
non_defect
|
add chart for time of incubation on the summary we need a new chart for see the time of incubation on the summary of all companies
| 0
|
55,100
| 14,217,290,376
|
IssuesEvent
|
2020-11-17 10:09:10
|
primefaces/primeng
|
https://api.github.com/repos/primefaces/primeng
|
closed
|
wrong behavior of Dialog.maskClickListener
|
defect
|
https://github.com/primefaces/primeng/blob/5b95c0af91e33f02274378e64eaec199dcde23e0/src/app/components/dialog/dialog.ts#L339
When you mousedown on the dialog and mouseup on the mask then the dialog is closed.
Example: I am trying to select the input text inside a dialog box and go slightly over the edge, then the dialog closes. It is necessary not only to set the listener on click, but to check whether the mousedown was made inside the dialog and if not, then block the event.
|
1.0
|
wrong behavior of Dialog.maskClickListener - https://github.com/primefaces/primeng/blob/5b95c0af91e33f02274378e64eaec199dcde23e0/src/app/components/dialog/dialog.ts#L339
When you mousedown on the dialog and mouseup on the mask then the dialog is closed.
Example: I am trying to select the input text inside a dialog box and go slightly over the edge, then the dialog closes. It is necessary not only to set the listener on click, but to check whether the mousedown was made inside the dialog and if not, then block the event.
|
defect
|
wrong behavior of dialog maskclicklistener when you mousedown on the dialog and mouseup on the mask then the dialog is closed example i am trying to select the input text inside a dialog box and go slightly over the edge then the dialog closes it is necessary not only to set the listener on click but to check whether the mousedown was made inside the dialog and if not then block the event
| 1
|
4,994
| 2,610,163,711
|
IssuesEvent
|
2015-02-26 18:51:55
|
chrsmith/republic-at-war
|
https://api.github.com/repos/chrsmith/republic-at-war
|
closed
|
Gameplay Error
|
auto-migrated Priority-Medium Type-Defect
|
```
victories build within seconds
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 3 May 2011 at 6:44
|
1.0
|
Gameplay Error - ```
victories build within seconds
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 3 May 2011 at 6:44
|
defect
|
gameplay error victories build within seconds original issue reported on code google com by gmail com on may at
| 1
|
288,271
| 21,693,313,151
|
IssuesEvent
|
2022-05-09 17:26:13
|
WordPress/Documentation-Issue-Tracker
|
https://api.github.com/repos/WordPress/Documentation-Issue-Tracker
|
opened
|
[HelpHub] Appearance Menu
|
user documentation block editor tracking issue 6.0
|
Article: https://wordpress.org/support/article/appearance-menus-screen/
## Updating for 6.0
- [ ] Add a Note:: Remove Navigation Menus from the Appearance menu. [37212](https://github.com/WordPress/gutenberg/pull/37212)
## General
- [ ] Make sure all screenshots are relevant for the current version (6.0)
- [ ] Make sure videos are up to date
- [ ] Make sure the headings are in sentence case
- [ ] Update the changelog at the end of the article
|
1.0
|
[HelpHub] Appearance Menu - Article: https://wordpress.org/support/article/appearance-menus-screen/
## Updating for 6.0
- [ ] Add a Note:: Remove Navigation Menus from the Appearance menu. [37212](https://github.com/WordPress/gutenberg/pull/37212)
## General
- [ ] Make sure all screenshots are relevant for the current version (6.0)
- [ ] Make sure videos are up to date
- [ ] Make sure the headings are in sentence case
- [ ] Update the changelog at the end of the article
|
non_defect
|
appearance menu article updating for add a note remove navigation menus from the appearance menu general make sure all screenshots are relevant for the current version make sure videos are up to date make sure the headings are in sentence case update the changelog at the end of the article
| 0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.