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
46,328
13,055,894,132
IssuesEvent
2020-07-30 03:02:50
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
steamshovel: glitch for DOMLaunches Artist (Trac #1008)
Incomplete Migration Migrated from Trac combo reconstruction defect
Migrated from https://code.icecube.wisc.edu/ticket/1008 ```json { "status": "closed", "changetime": "2015-06-01T21:52:04", "description": "Plotting a possibly empty DOM-Launch map from the frame with the 'DOMLaunch time historgram'-artist I get the following error. Maybe a try/except statement will help here.\n\na testcase is in /data/user/mzoll/i3/meta-projects/icerec/trunk/tmp/OOO.i3.bz2, try to plot 'IceTopRawData'\n\n\nIn [1]: ERROR (PyArtist): Python exception in PyArtist::create (PyArtist.cpp:144 in virtual void scripting::shovelart::PyArtist::create(I3FramePtr, SceneGroup *, const SceneState &))\n---------------------------------------------------------------------------\nIndexError Traceback (most recent call last)\n/opt/i3/meta-projects/icerec/trunk/clang/lib/icecube/steamshovel/artists/mplart/AbstractMPLArtist.pyc in create(self, frame, output)\n 79 # Call the subclass's primary create method\n 80 self.autosize( fig, output )\n---> 81 self.create_plot( frame, fig )\n 82 \n 83 # Set up cleanup / update actions, if any are needed\n\n/opt/i3/meta-projects/icerec/trunk/clang/lib/icecube/steamshovel/artists/DOMLaunchHist.pyc in create_plot(self, frame, fig)\n 15 launchtimes = [ launchlist[0].time for omkey, launchlist in domlaunches ]\n 16 axes = fig.add_subplot(1,1,1)\n---> 17 axes.hist( launchtimes, 100 )\n 18 axes.set_xlabel( 'time (ns)', fontsize='smaller' )\n 19 axes.set_ylabel( 'DOMLaunches', fontsize='smaller' )\n\n/usr/lib/pymodules/python2.7/matplotlib/axes.pyc in hist(self, x, bins, range, normed, weights, cumulative, bottom, histtype, align, orientation, rwidth, log, color, label, stacked, **kwargs)\n 8247 # Massage 'x' for processing.\n 8248 # NOTE: Be sure any changes here is also done below to 'weights'\n-> 8249 if isinstance(x, np.ndarray) or not iterable(x[0]):\n 8250 # TODO: support masked arrays;\n 8251 x = np.asarray(x)\n\nIndexError: list index out of range\n", "reporter": "mzoll", "cc": "", "resolution": "worksforme", "_ts": "1433195524133579", "component": "combo reconstruction", "summary": "steamshovel: glitch for DOMLaunches Artist", "priority": "normal", "keywords": "steamshovel", "time": "2015-06-01T20:08:30", "milestone": "", "owner": "hdembinski", "type": "defect" } ```
1.0
steamshovel: glitch for DOMLaunches Artist (Trac #1008) - Migrated from https://code.icecube.wisc.edu/ticket/1008 ```json { "status": "closed", "changetime": "2015-06-01T21:52:04", "description": "Plotting a possibly empty DOM-Launch map from the frame with the 'DOMLaunch time historgram'-artist I get the following error. Maybe a try/except statement will help here.\n\na testcase is in /data/user/mzoll/i3/meta-projects/icerec/trunk/tmp/OOO.i3.bz2, try to plot 'IceTopRawData'\n\n\nIn [1]: ERROR (PyArtist): Python exception in PyArtist::create (PyArtist.cpp:144 in virtual void scripting::shovelart::PyArtist::create(I3FramePtr, SceneGroup *, const SceneState &))\n---------------------------------------------------------------------------\nIndexError Traceback (most recent call last)\n/opt/i3/meta-projects/icerec/trunk/clang/lib/icecube/steamshovel/artists/mplart/AbstractMPLArtist.pyc in create(self, frame, output)\n 79 # Call the subclass's primary create method\n 80 self.autosize( fig, output )\n---> 81 self.create_plot( frame, fig )\n 82 \n 83 # Set up cleanup / update actions, if any are needed\n\n/opt/i3/meta-projects/icerec/trunk/clang/lib/icecube/steamshovel/artists/DOMLaunchHist.pyc in create_plot(self, frame, fig)\n 15 launchtimes = [ launchlist[0].time for omkey, launchlist in domlaunches ]\n 16 axes = fig.add_subplot(1,1,1)\n---> 17 axes.hist( launchtimes, 100 )\n 18 axes.set_xlabel( 'time (ns)', fontsize='smaller' )\n 19 axes.set_ylabel( 'DOMLaunches', fontsize='smaller' )\n\n/usr/lib/pymodules/python2.7/matplotlib/axes.pyc in hist(self, x, bins, range, normed, weights, cumulative, bottom, histtype, align, orientation, rwidth, log, color, label, stacked, **kwargs)\n 8247 # Massage 'x' for processing.\n 8248 # NOTE: Be sure any changes here is also done below to 'weights'\n-> 8249 if isinstance(x, np.ndarray) or not iterable(x[0]):\n 8250 # TODO: support masked arrays;\n 8251 x = np.asarray(x)\n\nIndexError: list index out of range\n", "reporter": "mzoll", "cc": "", "resolution": "worksforme", "_ts": "1433195524133579", "component": "combo reconstruction", "summary": "steamshovel: glitch for DOMLaunches Artist", "priority": "normal", "keywords": "steamshovel", "time": "2015-06-01T20:08:30", "milestone": "", "owner": "hdembinski", "type": "defect" } ```
defect
steamshovel glitch for domlaunches artist trac migrated from json status closed changetime description plotting a possibly empty dom launch map from the frame with the domlaunch time historgram artist i get the following error maybe a try except statement will help here n na testcase is in data user mzoll meta projects icerec trunk tmp ooo try to plot icetoprawdata n n nin error pyartist python exception in pyartist create pyartist cpp in virtual void scripting shovelart pyartist create scenegroup const scenestate n nindexerror traceback most recent call last n opt meta projects icerec trunk clang lib icecube steamshovel artists mplart abstractmplartist pyc in create self frame output n call the subclass s primary create method n self autosize fig output n self create plot frame fig n n set up cleanup update actions if any are needed n n opt meta projects icerec trunk clang lib icecube steamshovel artists domlaunchhist pyc in create plot self frame fig n launchtimes time for omkey launchlist in domlaunches n axes fig add subplot n axes hist launchtimes n axes set xlabel time ns fontsize smaller n axes set ylabel domlaunches fontsize smaller n n usr lib pymodules matplotlib axes pyc in hist self x bins range normed weights cumulative bottom histtype align orientation rwidth log color label stacked kwargs n massage x for processing n note be sure any changes here is also done below to weights n if isinstance x np ndarray or not iterable x n todo support masked arrays n x np asarray x n nindexerror list index out of range n reporter mzoll cc resolution worksforme ts component combo reconstruction summary steamshovel glitch for domlaunches artist priority normal keywords steamshovel time milestone owner hdembinski type defect
1
132,232
12,501,396,411
IssuesEvent
2020-06-02 01:12:02
streamnative/pulsar
https://api.github.com/repos/streamnative/pulsar
closed
ISSUE-6087: [docs] Document for delete inactive topic when subscriptions caught up
component/documentation size: 0.1 triage/week-4 type/feature workflow::in-review
Original Issue: apache/pulsar#6087 --- This issue tracks the document for delete inactive topic when subscriptions caught up(#6077)
1.0
ISSUE-6087: [docs] Document for delete inactive topic when subscriptions caught up - Original Issue: apache/pulsar#6087 --- This issue tracks the document for delete inactive topic when subscriptions caught up(#6077)
non_defect
issue document for delete inactive topic when subscriptions caught up original issue apache pulsar this issue tracks the document for delete inactive topic when subscriptions caught up
0
36,549
7,978,960,549
IssuesEvent
2018-07-17 20:04:37
aleofreddi/svgpan
https://api.github.com/repos/aleofreddi/svgpan
closed
No wheelmouse under MsIE 11
Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Start demo page under MsIE11 http://www.cyberz.org/projects/SVGPan/tiger.svg 2. Try to zoom with the mousewheel What is the expected output? What do you see instead? The SVG should be zoomed but nothing happens What version of the product are you using? On what operating system? MSIE11 64b, Ms Windows7 64b The MSIE11 user agent string has changed. It is no longer presented as IE but as Mozilla like web browser. A quick fix is to add MSIE11 detection during wheelmouse event listener init. In SVGPan.js var isIE11 = !!navigator.userAgent.match(/Trident\/7\./); if ((navigator.userAgent.toLowerCase().indexOf('webkit') >= 0) || isIE11) window.addEventListener('mousewheel', handleMouseWheel, false); // Chrome/Safari/MsIE11 ``` Original issue reported on code.google.com by `nopnopz...@gmail.com` on 9 Sep 2014 at 1:13
1.0
No wheelmouse under MsIE 11 - ``` What steps will reproduce the problem? 1. Start demo page under MsIE11 http://www.cyberz.org/projects/SVGPan/tiger.svg 2. Try to zoom with the mousewheel What is the expected output? What do you see instead? The SVG should be zoomed but nothing happens What version of the product are you using? On what operating system? MSIE11 64b, Ms Windows7 64b The MSIE11 user agent string has changed. It is no longer presented as IE but as Mozilla like web browser. A quick fix is to add MSIE11 detection during wheelmouse event listener init. In SVGPan.js var isIE11 = !!navigator.userAgent.match(/Trident\/7\./); if ((navigator.userAgent.toLowerCase().indexOf('webkit') >= 0) || isIE11) window.addEventListener('mousewheel', handleMouseWheel, false); // Chrome/Safari/MsIE11 ``` Original issue reported on code.google.com by `nopnopz...@gmail.com` on 9 Sep 2014 at 1:13
defect
no wheelmouse under msie what steps will reproduce the problem start demo page under try to zoom with the mousewheel what is the expected output what do you see instead the svg should be zoomed but nothing happens what version of the product are you using on what operating system ms the user agent string has changed it is no longer presented as ie but as mozilla like web browser a quick fix is to add detection during wheelmouse event listener init in svgpan js var navigator useragent match trident if navigator useragent tolowercase indexof webkit window addeventlistener mousewheel handlemousewheel false chrome safari original issue reported on code google com by nopnopz gmail com on sep at
1
9,363
2,615,145,923
IssuesEvent
2015-03-01 06:21:52
chrsmith/html5rocks
https://api.github.com/repos/chrsmith/html5rocks
closed
html5 studio samples need deep linking
auto-migrated Priority-Medium Studio Type-Defect
``` use html5 history for sample deep linking ``` Original issue reported on code.google.com by `paulir...@google.com` on 13 Aug 2010 at 11:39
1.0
html5 studio samples need deep linking - ``` use html5 history for sample deep linking ``` Original issue reported on code.google.com by `paulir...@google.com` on 13 Aug 2010 at 11:39
defect
studio samples need deep linking use history for sample deep linking original issue reported on code google com by paulir google com on aug at
1
21,209
28,263,586,586
IssuesEvent
2023-04-07 03:16:08
metabase/metabase
https://api.github.com/repos/metabase/metabase
closed
[MLv2] Integrate `add-alias-info`-style information into MLv2
.Backend .metabase-lib .Team/QueryProcessor :hammer_and_wrench:
We should include something like `:lib/source-column-alias` and `:lib/desired-column-alias` in Column metadata. `:name` is the name of the actual column rather than the name we should use in a query. The name used in a query is derived from this property and other information, so we need to preserve the original in case we re-calculate it.
1.0
[MLv2] Integrate `add-alias-info`-style information into MLv2 - We should include something like `:lib/source-column-alias` and `:lib/desired-column-alias` in Column metadata. `:name` is the name of the actual column rather than the name we should use in a query. The name used in a query is derived from this property and other information, so we need to preserve the original in case we re-calculate it.
non_defect
integrate add alias info style information into we should include something like lib source column alias and lib desired column alias in column metadata name is the name of the actual column rather than the name we should use in a query the name used in a query is derived from this property and other information so we need to preserve the original in case we re calculate it
0
172,809
14,383,148,139
IssuesEvent
2020-12-02 08:42:35
hapijs/lab
https://api.github.com/repos/hapijs/lab
closed
Policy on updating typescript?
documentation
What is the policy for typescript updates? The integrated version (v3.6) is trailing behind, leaving out support for newer features like the `asserts` return type. Since any of the frequent minor updates can break the tested types, would it make sense to change the dependency to a `peerDependency`? If combined with the [optional flag](https://github.com/yarnpkg/rfcs/blob/master/accepted/0000-optional-peer-dependencies.md), it can also help reduce the install size for non-typescript usage. Of course, this runs the risk of [a breaking change](https://github.com/microsoft/TypeScript/wiki/API-Breaking-Changes) to the [unstable API interface](https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API) that lab uses. The latter issue could possibly be remedied by doing a pre-validation of the expected interface used in [`types.js`](https://github.com/hapijs/lab/blob/master/lib/types.js), and throwing an error if it doesn't match. It could also be remedied, by creating a travis cron job, which tests against the current `latest`, `rc`, and `next` tags, and taking action if it fails.
1.0
Policy on updating typescript? - What is the policy for typescript updates? The integrated version (v3.6) is trailing behind, leaving out support for newer features like the `asserts` return type. Since any of the frequent minor updates can break the tested types, would it make sense to change the dependency to a `peerDependency`? If combined with the [optional flag](https://github.com/yarnpkg/rfcs/blob/master/accepted/0000-optional-peer-dependencies.md), it can also help reduce the install size for non-typescript usage. Of course, this runs the risk of [a breaking change](https://github.com/microsoft/TypeScript/wiki/API-Breaking-Changes) to the [unstable API interface](https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API) that lab uses. The latter issue could possibly be remedied by doing a pre-validation of the expected interface used in [`types.js`](https://github.com/hapijs/lab/blob/master/lib/types.js), and throwing an error if it doesn't match. It could also be remedied, by creating a travis cron job, which tests against the current `latest`, `rc`, and `next` tags, and taking action if it fails.
non_defect
policy on updating typescript what is the policy for typescript updates the integrated version is trailing behind leaving out support for newer features like the asserts return type since any of the frequent minor updates can break the tested types would it make sense to change the dependency to a peerdependency if combined with the it can also help reduce the install size for non typescript usage of course this runs the risk of to the that lab uses the latter issue could possibly be remedied by doing a pre validation of the expected interface used in and throwing an error if it doesn t match it could also be remedied by creating a travis cron job which tests against the current latest rc and next tags and taking action if it fails
0
31,310
6,497,125,280
IssuesEvent
2017-08-22 12:58:21
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Fileupload dragover performance issue
defect
**The fileupload dragover event causes a performance issue as more components are added to the page** ``` [X] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` **Plunkr Case (Bug Reports)** http://plnkr.co/edit/Ci9yfkndEuAgu1IUKlx8?p=preview **Current behavior** When you drop a file it takes a couple seconds to show the dropped file **Expected behavior** This should be almost instant
1.0
Fileupload dragover performance issue - **The fileupload dragover event causes a performance issue as more components are added to the page** ``` [X] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` **Plunkr Case (Bug Reports)** http://plnkr.co/edit/Ci9yfkndEuAgu1IUKlx8?p=preview **Current behavior** When you drop a file it takes a couple seconds to show the dropped file **Expected behavior** This should be almost instant
defect
fileupload dragover performance issue the fileupload dragover event causes a performance issue as more components are added to the page bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead see plunkr case bug reports current behavior when you drop a file it takes a couple seconds to show the dropped file expected behavior this should be almost instant
1
165,829
20,622,616,323
IssuesEvent
2022-03-07 18:58:24
matteobaccan/Web3jClient
https://api.github.com/repos/matteobaccan/Web3jClient
closed
CVE-2020-36185 (High) detected in jackson-databind-2.8.11.6.jar - autoclosed
security vulnerability
## CVE-2020-36185 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.11.6.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.11.6/jackson-databind-2.8.11.6.jar</p> <p> Dependency Hierarchy: - core-5.0.0.jar (Root Library) - :x: **jackson-databind-2.8.11.6.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/matteobaccan/Web3jClient/commit/fa4e59f4e4e6a1a132c43e14cbbd748d6a32fe48">fa4e59f4e4e6a1a132c43e14cbbd748d6a32fe48</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource. <p>Publish Date: 2021-01-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36185>CVE-2020-36185</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2998">https://github.com/FasterXML/jackson-databind/issues/2998</a></p> <p>Release Date: 2021-01-06</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</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-36185 (High) detected in jackson-databind-2.8.11.6.jar - autoclosed - ## CVE-2020-36185 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.11.6.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.11.6/jackson-databind-2.8.11.6.jar</p> <p> Dependency Hierarchy: - core-5.0.0.jar (Root Library) - :x: **jackson-databind-2.8.11.6.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/matteobaccan/Web3jClient/commit/fa4e59f4e4e6a1a132c43e14cbbd748d6a32fe48">fa4e59f4e4e6a1a132c43e14cbbd748d6a32fe48</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource. <p>Publish Date: 2021-01-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36185>CVE-2020-36185</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2998">https://github.com/FasterXML/jackson-databind/issues/2998</a></p> <p>Release Date: 2021-01-06</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</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 high detected in jackson databind jar autoclosed cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy core jar root library x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache tomcat dbcp datasources sharedpooldatasource publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind step up your open source security game with whitesource
0
15,658
2,868,487,798
IssuesEvent
2015-06-05 19:07:24
Pingus/pingus
https://api.github.com/repos/Pingus/pingus
closed
Editor does not stop music when leaving a level
auto-migrated Component-Editor Priority-Medium Type-Defect
``` Editor does not stop music when leaving a level ``` Original issue reported on code.google.com by `grum...@gmail.com` on 23 Oct 2011 at 1:11
1.0
Editor does not stop music when leaving a level - ``` Editor does not stop music when leaving a level ``` Original issue reported on code.google.com by `grum...@gmail.com` on 23 Oct 2011 at 1:11
defect
editor does not stop music when leaving a level editor does not stop music when leaving a level original issue reported on code google com by grum gmail com on oct at
1
66,805
20,678,605,580
IssuesEvent
2022-03-10 11:42:39
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Unable to search messages: Error opening the database: DatabaseUnlockError("Invalid passphrase")
T-Defect
### Steps to reproduce Preferences > Security & Privacy > Message search > Enable <img width="562" alt="Enable message search" src="https://user-images.githubusercontent.com/73359050/157654386-d6c6a041-b697-4083-8204-8cdef8bae8c4.png"> ### Outcome <img width="550" alt="Screenshot 2022-03-09 at 11 39 39" src="https://user-images.githubusercontent.com/73359050/157654378-2ed032da-4f00-4a48-84b6-f2be4fdf7546.png"> ps… ### Operating system macOS Monterey 12.2.1 (Chip: Apple M1) ### Application version Element version: 1.10.6 Olm version: 3.2.8 ### How did you install the app? https://element.io/get-started#download ### Homeserver matrix.org ### Will you send logs? Yes
1.0
Unable to search messages: Error opening the database: DatabaseUnlockError("Invalid passphrase") - ### Steps to reproduce Preferences > Security & Privacy > Message search > Enable <img width="562" alt="Enable message search" src="https://user-images.githubusercontent.com/73359050/157654386-d6c6a041-b697-4083-8204-8cdef8bae8c4.png"> ### Outcome <img width="550" alt="Screenshot 2022-03-09 at 11 39 39" src="https://user-images.githubusercontent.com/73359050/157654378-2ed032da-4f00-4a48-84b6-f2be4fdf7546.png"> ps… ### Operating system macOS Monterey 12.2.1 (Chip: Apple M1) ### Application version Element version: 1.10.6 Olm version: 3.2.8 ### How did you install the app? https://element.io/get-started#download ### Homeserver matrix.org ### Will you send logs? Yes
defect
unable to search messages error opening the database databaseunlockerror invalid passphrase steps to reproduce preferences security privacy message search enable img width alt enable message search src outcome img width alt screenshot at src ps… operating system macos monterey chip apple application version element version olm version how did you install the app homeserver matrix org will you send logs yes
1
67,397
20,961,608,969
IssuesEvent
2022-03-27 21:48:47
abedmaatalla/sipdroid
https://api.github.com/repos/abedmaatalla/sipdroid
closed
Google dropping XMPP, Google Talk replaced by "Hangouts"
Priority-Medium Type-Defect auto-migrated
``` https://twitter.com/SirKneeland/status/334858341434159104 Google Talk is being replaced by Hangouts, which don't have XMPP. ``` Original issue reported on code.google.com by `joshua613@gmail.com` on 17 May 2013 at 2:27
1.0
Google dropping XMPP, Google Talk replaced by "Hangouts" - ``` https://twitter.com/SirKneeland/status/334858341434159104 Google Talk is being replaced by Hangouts, which don't have XMPP. ``` Original issue reported on code.google.com by `joshua613@gmail.com` on 17 May 2013 at 2:27
defect
google dropping xmpp google talk replaced by hangouts google talk is being replaced by hangouts which don t have xmpp original issue reported on code google com by gmail com on may at
1
70,323
23,120,911,859
IssuesEvent
2022-07-27 21:22:46
idaholab/HERON
https://api.github.com/repos/idaholab/HERON
opened
[DEFECT] NPV statistics missing in optimization results
defect
-------- Defect Description -------- **Describe the defect** ##### What did you expect to see happen? I ran an optimization run and expected to get the mean NPV, standard deviation, etc ##### What did you see instead? In the output file (opt_soln_0.csv) only the mean NPV was written ##### Do you have a suggested fix for the development team? In the outer, the opt_soln PointSet the Output node replace the "mean_NPV" with the "GRO_outer_results" group **Describe how to Reproduce** Steps to reproduce the behavior: 1. Write a HERON model for optimization 2. Run HERON and look at the outer file 3. 4. **Screenshots and Input Files** Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue. **Platform (please complete the following information):** - OS: [e.g. iOS] - Version: [e.g. 22] - Dependencies Installation: [CONDA or PIP] ---------------- For Change Control Board: Issue Review ---------------- This review should occur before any development is performed as a response to this issue. - [ ] 1. Is it tagged with a type: defect or task? - [ ] 2. Is it tagged with a priority: critical, normal or minor? - [ ] 3. If it will impact requirements or requirements tests, is it tagged with requirements? - [ ] 4. If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [ ] 5. Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ------- For Change Control Board: Issue Closure ------- This review should occur when the issue is imminently going to be closed. - [ ] 1. If the issue is a defect, is the defect fixed? - [ ] 2. If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [ ] 3. If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)? - [ ] 4. If the issue is a defect, does it impact the latest release branch? If yes, is there any issue tagged with release (create if needed)? - [ ] 5. If the issue is being closed without a pull request, has an explanation of why it is being closed been provided?
1.0
[DEFECT] NPV statistics missing in optimization results - -------- Defect Description -------- **Describe the defect** ##### What did you expect to see happen? I ran an optimization run and expected to get the mean NPV, standard deviation, etc ##### What did you see instead? In the output file (opt_soln_0.csv) only the mean NPV was written ##### Do you have a suggested fix for the development team? In the outer, the opt_soln PointSet the Output node replace the "mean_NPV" with the "GRO_outer_results" group **Describe how to Reproduce** Steps to reproduce the behavior: 1. Write a HERON model for optimization 2. Run HERON and look at the outer file 3. 4. **Screenshots and Input Files** Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue. **Platform (please complete the following information):** - OS: [e.g. iOS] - Version: [e.g. 22] - Dependencies Installation: [CONDA or PIP] ---------------- For Change Control Board: Issue Review ---------------- This review should occur before any development is performed as a response to this issue. - [ ] 1. Is it tagged with a type: defect or task? - [ ] 2. Is it tagged with a priority: critical, normal or minor? - [ ] 3. If it will impact requirements or requirements tests, is it tagged with requirements? - [ ] 4. If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [ ] 5. Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ------- For Change Control Board: Issue Closure ------- This review should occur when the issue is imminently going to be closed. - [ ] 1. If the issue is a defect, is the defect fixed? - [ ] 2. If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [ ] 3. If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)? - [ ] 4. If the issue is a defect, does it impact the latest release branch? If yes, is there any issue tagged with release (create if needed)? - [ ] 5. If the issue is being closed without a pull request, has an explanation of why it is being closed been provided?
defect
npv statistics missing in optimization results defect description describe the defect what did you expect to see happen i ran an optimization run and expected to get the mean npv standard deviation etc what did you see instead in the output file opt soln csv only the mean npv was written do you have a suggested fix for the development team in the outer the opt soln pointset the output node replace the mean npv with the gro outer results group describe how to reproduce steps to reproduce the behavior write a heron model for optimization run heron and look at the outer file screenshots and input files please attach the input file s that generate this error the simpler the input the faster we can find the issue platform please complete the following information os version dependencies installation for change control board issue review this review should occur before any development is performed as a response to this issue is it tagged with a type defect or task is it tagged with a priority critical normal or minor if it will impact requirements or requirements tests is it tagged with requirements if it is a defect can it cause wrong results for users if so an email needs to be sent to the users is a rationale provided such as explaining why the improvement is needed or why current code is wrong for change control board issue closure this review should occur when the issue is imminently going to be closed if the issue is a defect is the defect fixed if the issue is a defect is the defect tested for in the regression test system if not explain why not if the issue can impact users has an email to the users group been written the email should specify if the defect impacts stable or master if the issue is a defect does it impact the latest release branch if yes is there any issue tagged with release create if needed if the issue is being closed without a pull request has an explanation of why it is being closed been provided
1
161,645
13,864,953,765
IssuesEvent
2020-10-16 02:56:08
jaypeasee/whats-cookin
https://api.github.com/repos/jaypeasee/whats-cookin
closed
Modal View Completion
documentation enhancement
Sort out modal view. As a user, I want to be able to view a recipe when clicked in a modal view. This modal view should appear above the rest of the recipes, allowing a user to take a closer look at a recipe and then either add to their favorites, recipes to cook, or a shopping list.
1.0
Modal View Completion - Sort out modal view. As a user, I want to be able to view a recipe when clicked in a modal view. This modal view should appear above the rest of the recipes, allowing a user to take a closer look at a recipe and then either add to their favorites, recipes to cook, or a shopping list.
non_defect
modal view completion sort out modal view as a user i want to be able to view a recipe when clicked in a modal view this modal view should appear above the rest of the recipes allowing a user to take a closer look at a recipe and then either add to their favorites recipes to cook or a shopping list
0
1,320
3,593,205,104
IssuesEvent
2016-02-01 18:50:36
Azure/azure-powershell
https://api.github.com/repos/Azure/azure-powershell
closed
AzureRmBackupContainer V1VM/V2VM confusion
RecoveryServices
According to the documentation, and the source, there is a Parameter set for v2VMs However when you run the command - Register-AzureRmBackupContainer -Vault $vault -Name $vm.Name ` -ResourceGroupName $vm.ResourceGroupName The error message `The specified Azure Virtual Machine Not Found.` suggests that a possible cause is `VM is Azure IaaS v2 VM` Obviously this goes against what the command line options suggest. Is it possible to backup an IaaS v2 VM with AzureRM.Backup? (considering that it is a RM cmdlet, it would hint towards it being possible!) <!---@tfsbridge:{"tfsId":5629458}-->
1.0
AzureRmBackupContainer V1VM/V2VM confusion - According to the documentation, and the source, there is a Parameter set for v2VMs However when you run the command - Register-AzureRmBackupContainer -Vault $vault -Name $vm.Name ` -ResourceGroupName $vm.ResourceGroupName The error message `The specified Azure Virtual Machine Not Found.` suggests that a possible cause is `VM is Azure IaaS v2 VM` Obviously this goes against what the command line options suggest. Is it possible to backup an IaaS v2 VM with AzureRM.Backup? (considering that it is a RM cmdlet, it would hint towards it being possible!) <!---@tfsbridge:{"tfsId":5629458}-->
non_defect
azurermbackupcontainer confusion according to the documentation and the source there is a parameter set for however when you run the command register azurermbackupcontainer vault vault name vm name resourcegroupname vm resourcegroupname the error message the specified azure virtual machine not found suggests that a possible cause is vm is azure iaas vm obviously this goes against what the command line options suggest is it possible to backup an iaas vm with azurerm backup considering that it is a rm cmdlet it would hint towards it being possible
0
48,718
13,184,723,799
IssuesEvent
2020-08-12 19:58:41
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
environment should be checked for PATH, etc. clobbering at cmake time (Trac #97)
Incomplete Migration Migrated from Trac cmake defect
<details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/97 , reported by troy and owned by troy_</summary> <p> ```json { "status": "closed", "changetime": "2007-11-11T03:51:18", "description": "", "reporter": "troy", "cc": "", "resolution": "fixed", "_ts": "1194753078000000", "component": "cmake", "summary": "environment should be checked for PATH, etc. clobbering at cmake time", "priority": "normal", "keywords": "", "time": "2007-08-23T23:27:36", "milestone": "", "owner": "troy", "type": "defect" } ``` </p> </details>
1.0
environment should be checked for PATH, etc. clobbering at cmake time (Trac #97) - <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/97 , reported by troy and owned by troy_</summary> <p> ```json { "status": "closed", "changetime": "2007-11-11T03:51:18", "description": "", "reporter": "troy", "cc": "", "resolution": "fixed", "_ts": "1194753078000000", "component": "cmake", "summary": "environment should be checked for PATH, etc. clobbering at cmake time", "priority": "normal", "keywords": "", "time": "2007-08-23T23:27:36", "milestone": "", "owner": "troy", "type": "defect" } ``` </p> </details>
defect
environment should be checked for path etc clobbering at cmake time trac migrated from reported by troy and owned by troy json status closed changetime description reporter troy cc resolution fixed ts component cmake summary environment should be checked for path etc clobbering at cmake time priority normal keywords time milestone owner troy type defect
1
56,666
15,268,594,557
IssuesEvent
2021-02-22 11:36:52
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
closed
PickList: Move Up (Single) and Move Down buttons are not working
defect
**Issue is reproducible in [Official Demo](https://www.primefaces.org/primereact/showcase/#/picklist).** **Step1**: Select one record in picklist **Step2**: Click on Move Up Or Move Down Button. **Step3**: It goes to blank page and console shows following error. **Console Error** react-dom.production.min.js:209 TypeError: e.querySelector is not a function at Function.value (DomHandler.js:176) at n.value (PickList.js:183) at n.value (PickList.js:103) at n.value (PickList.js:206) at os (react-dom.production.min.js:212) at hl (react-dom.production.min.js:255) at e.unstable_runWithPriority (scheduler.production.min.js:19) at Hi (react-dom.production.min.js:122) at dl (react-dom.production.min.js:248) at Js (react-dom.production.min.js:239)
1.0
PickList: Move Up (Single) and Move Down buttons are not working - **Issue is reproducible in [Official Demo](https://www.primefaces.org/primereact/showcase/#/picklist).** **Step1**: Select one record in picklist **Step2**: Click on Move Up Or Move Down Button. **Step3**: It goes to blank page and console shows following error. **Console Error** react-dom.production.min.js:209 TypeError: e.querySelector is not a function at Function.value (DomHandler.js:176) at n.value (PickList.js:183) at n.value (PickList.js:103) at n.value (PickList.js:206) at os (react-dom.production.min.js:212) at hl (react-dom.production.min.js:255) at e.unstable_runWithPriority (scheduler.production.min.js:19) at Hi (react-dom.production.min.js:122) at dl (react-dom.production.min.js:248) at Js (react-dom.production.min.js:239)
defect
picklist move up single and move down buttons are not working issue is reproducible in select one record in picklist click on move up or move down button it goes to blank page and console shows following error console error react dom production min js typeerror e queryselector is not a function at function value domhandler js at n value picklist js at n value picklist js at n value picklist js at os react dom production min js at hl react dom production min js at e unstable runwithpriority scheduler production min js at hi react dom production min js at dl react dom production min js at js react dom production min js
1
90,755
15,856,275,993
IssuesEvent
2021-04-08 01:57:37
Thezone1975/flight-manual.atom.io
https://api.github.com/repos/Thezone1975/flight-manual.atom.io
opened
CVE-2018-18385 (High) detected in asciidoctor-1.5.7.1.gem
security vulnerability
## CVE-2018-18385 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>asciidoctor-1.5.7.1.gem</b></p></summary> <p>A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML5, DocBook 5 (or 4.5) and other formats.</p> <p>Library home page: <a href="https://rubygems.org/gems/asciidoctor-1.5.7.1.gem">https://rubygems.org/gems/asciidoctor-1.5.7.1.gem</a></p> <p>Path to dependency file: /flight-manual.atom.io/Gemfile.lock</p> <p>Path to vulnerable library: /var/lib/gems/2.3.0/cache/asciidoctor-1.5.7.1.gem</p> <p> Dependency Hierarchy: - html-pipeline-asciidoc_filter-1.5.3.gem (Root Library) - :x: **asciidoctor-1.5.7.1.gem** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Asciidoctor in versions < 1.5.8 allows remote attackers to cause a denial of service (infinite loop). The loop was caused by the fact that Parser.next_block was not exhausting all the lines in the reader as the while loop expected it would. This was happening because the regular expression that detects any list was not agreeing with the regular expression that detects a specific list type. So the line kept getting pushed back onto the reader, hence causing the loop. <p>Publish Date: 2018-10-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-18385>CVE-2018-18385</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</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: 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://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-18385">https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-18385</a></p> <p>Release Date: 2018-10-16</p> <p>Fix Resolution: v1.5.8</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-2018-18385 (High) detected in asciidoctor-1.5.7.1.gem - ## CVE-2018-18385 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>asciidoctor-1.5.7.1.gem</b></p></summary> <p>A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML5, DocBook 5 (or 4.5) and other formats.</p> <p>Library home page: <a href="https://rubygems.org/gems/asciidoctor-1.5.7.1.gem">https://rubygems.org/gems/asciidoctor-1.5.7.1.gem</a></p> <p>Path to dependency file: /flight-manual.atom.io/Gemfile.lock</p> <p>Path to vulnerable library: /var/lib/gems/2.3.0/cache/asciidoctor-1.5.7.1.gem</p> <p> Dependency Hierarchy: - html-pipeline-asciidoc_filter-1.5.3.gem (Root Library) - :x: **asciidoctor-1.5.7.1.gem** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Asciidoctor in versions < 1.5.8 allows remote attackers to cause a denial of service (infinite loop). The loop was caused by the fact that Parser.next_block was not exhausting all the lines in the reader as the while loop expected it would. This was happening because the regular expression that detects any list was not agreeing with the regular expression that detects a specific list type. So the line kept getting pushed back onto the reader, hence causing the loop. <p>Publish Date: 2018-10-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-18385>CVE-2018-18385</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</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: 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://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-18385">https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-18385</a></p> <p>Release Date: 2018-10-16</p> <p>Fix Resolution: v1.5.8</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 high detected in asciidoctor gem cve high severity vulnerability vulnerable library asciidoctor gem a fast open source text processor and publishing toolchain written in ruby for converting asciidoc content to docbook or and other formats library home page a href path to dependency file flight manual atom io gemfile lock path to vulnerable library var lib gems cache asciidoctor gem dependency hierarchy html pipeline asciidoc filter gem root library x asciidoctor gem vulnerable library vulnerability details asciidoctor in versions allows remote attackers to cause a denial of service infinite loop the loop was caused by the fact that parser next block was not exhausting all the lines in the reader as the while loop expected it would this was happening because the regular expression that detects any list was not agreeing with the regular expression that detects a specific list type so the line kept getting pushed back onto the reader hence causing the loop 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 none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
19,562
3,226,547,030
IssuesEvent
2015-10-10 11:15:25
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
`onExecutionFailure` should be called before returning from `run` if backup is not valid
Team: Core Type: Defect
After this PR https://github.com/hazelcast/hazelcast/pull/6301, Backup operation can be read directly as object without reading it first as `Data` temporary. However after the backup operation is read (deserialized) as object, if it is decided (at `Backup::beforeRun` so `valid` field is ``false`) that current node is not backup of this replica anymore, `Backup::run` returns silently. But before it returns, it should call `onExecutionFailure` of the backup operation otherwise it causes native memory leaks due to undisposed native memory.
1.0
`onExecutionFailure` should be called before returning from `run` if backup is not valid - After this PR https://github.com/hazelcast/hazelcast/pull/6301, Backup operation can be read directly as object without reading it first as `Data` temporary. However after the backup operation is read (deserialized) as object, if it is decided (at `Backup::beforeRun` so `valid` field is ``false`) that current node is not backup of this replica anymore, `Backup::run` returns silently. But before it returns, it should call `onExecutionFailure` of the backup operation otherwise it causes native memory leaks due to undisposed native memory.
defect
onexecutionfailure should be called before returning from run if backup is not valid after this pr backup operation can be read directly as object without reading it first as data temporary however after the backup operation is read deserialized as object if it is decided at backup beforerun so valid field is false that current node is not backup of this replica anymore backup run returns silently but before it returns it should call onexecutionfailure of the backup operation otherwise it causes native memory leaks due to undisposed native memory
1
45,517
2,934,251,529
IssuesEvent
2015-06-30 07:18:05
YetiForceCompany/YetiForceCRM
https://api.github.com/repos/YetiForceCompany/YetiForceCRM
closed
[Improvement] Fields names fonts are bold - unnecessary decoration as fields names lays on grayed cell anyway
low priority bug
http://www.clipular.com/c/4587903826001920.png?k=-Pojag_4Be0KOZCe3iwj5LTKIYA
1.0
[Improvement] Fields names fonts are bold - unnecessary decoration as fields names lays on grayed cell anyway - http://www.clipular.com/c/4587903826001920.png?k=-Pojag_4Be0KOZCe3iwj5LTKIYA
non_defect
fields names fonts are bold unnecessary decoration as fields names lays on grayed cell anyway
0
20,199
10,661,152,008
IssuesEvent
2019-10-18 11:39:29
canonical-web-and-design/snapcraft.io
https://api.github.com/repos/canonical-web-and-design/snapcraft.io
closed
Base 64 encoded image embedded in CSS
Performance ⚡️
### Expected behaviour For performance reasons, we should not have base64 embedded images. ### Steps to reproduce the problem https://github.com/canonical-web-and-design/snapcraft.io/blob/578929e9b8ce01f3e26bd5365afc588719f343cf/static/sass/_snapcraft_release.scss#L501
True
Base 64 encoded image embedded in CSS - ### Expected behaviour For performance reasons, we should not have base64 embedded images. ### Steps to reproduce the problem https://github.com/canonical-web-and-design/snapcraft.io/blob/578929e9b8ce01f3e26bd5365afc588719f343cf/static/sass/_snapcraft_release.scss#L501
non_defect
base encoded image embedded in css expected behaviour for performance reasons we should not have embedded images steps to reproduce the problem
0
156,930
12,341,464,880
IssuesEvent
2020-05-14 22:00:03
phetsims/balloons-and-static-electricity
https://api.github.com/repos/phetsims/balloons-and-static-electricity
closed
CT phet.joist.sim.runOnNextFrame is not a function
type:automated-testing
``` balloons-and-static-electricity : top-level-unit-tests : require.js?ea https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/balloons-and-static-electricity-tests.html?ea 8 out of 10 tests passed. 2 failed. BASESummaryNode: Summary tests failed: Died on test #1 at https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/BASESummaryNodeTests.js:34:7: phet.joist.sim.runOnNextFrame is not a function TypeError: phet.joist.sim.runOnNextFrame is not a function at Node.dispose (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/tandem/js/PhetioObject.js:550:77) at Node.dispose (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/scenery/js/nodes/Node.js:5349:36) at Node.PhetioObject.dispose (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/tandem/js/PhetioObject.js:197:20) at MinusChargeNode.rasterized (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/scenery/js/nodes/Node.js:4615:17) at new MinusChargesCanvasNode (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/MinusChargesCanvasNode.js:51:42) at new WallNode (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/WallNode.js:67:28) at new BASEView (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/BASEView.js:57:20) at Object.<anonymous> (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/BASESummaryNodeTests.js:39:16) WallDescriber: WallDescriber tests failed: Died on test #1 at https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/describers/WallDescriberTests.js:34:7: phet.joist.sim.runOnNextFrame is not a function TypeError: phet.joist.sim.runOnNextFrame is not a function at Node.dispose (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/tandem/js/PhetioObject.js:550:77) at Node.dispose (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/scenery/js/nodes/Node.js:5349:36) at Node.PhetioObject.dispose (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/tandem/js/PhetioObject.js:197:20) at MinusChargeNode.rasterized (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/scenery/js/nodes/Node.js:4615:17) at new MinusChargesCanvasNode (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/MinusChargesCanvasNode.js:51:42) at new WallNode (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/WallNode.js:67:28) at new BASEView (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/BASEView.js:57:20) at Object.<anonymous> (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/describers/WallDescriberTests.js:38:16) id: Bayes Chrome Snapshot from 5/7/2020, 7:08:02 PM ```
1.0
CT phet.joist.sim.runOnNextFrame is not a function - ``` balloons-and-static-electricity : top-level-unit-tests : require.js?ea https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/balloons-and-static-electricity-tests.html?ea 8 out of 10 tests passed. 2 failed. BASESummaryNode: Summary tests failed: Died on test #1 at https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/BASESummaryNodeTests.js:34:7: phet.joist.sim.runOnNextFrame is not a function TypeError: phet.joist.sim.runOnNextFrame is not a function at Node.dispose (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/tandem/js/PhetioObject.js:550:77) at Node.dispose (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/scenery/js/nodes/Node.js:5349:36) at Node.PhetioObject.dispose (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/tandem/js/PhetioObject.js:197:20) at MinusChargeNode.rasterized (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/scenery/js/nodes/Node.js:4615:17) at new MinusChargesCanvasNode (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/MinusChargesCanvasNode.js:51:42) at new WallNode (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/WallNode.js:67:28) at new BASEView (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/BASEView.js:57:20) at Object.<anonymous> (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/BASESummaryNodeTests.js:39:16) WallDescriber: WallDescriber tests failed: Died on test #1 at https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/describers/WallDescriberTests.js:34:7: phet.joist.sim.runOnNextFrame is not a function TypeError: phet.joist.sim.runOnNextFrame is not a function at Node.dispose (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/tandem/js/PhetioObject.js:550:77) at Node.dispose (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/scenery/js/nodes/Node.js:5349:36) at Node.PhetioObject.dispose (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/tandem/js/PhetioObject.js:197:20) at MinusChargeNode.rasterized (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/scenery/js/nodes/Node.js:4615:17) at new MinusChargesCanvasNode (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/MinusChargesCanvasNode.js:51:42) at new WallNode (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/WallNode.js:67:28) at new BASEView (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/BASEView.js:57:20) at Object.<anonymous> (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1588900082851/balloons-and-static-electricity/js/balloons-and-static-electricity/view/describers/WallDescriberTests.js:38:16) id: Bayes Chrome Snapshot from 5/7/2020, 7:08:02 PM ```
non_defect
ct phet joist sim runonnextframe is not a function balloons and static electricity top level unit tests require js ea out of tests passed failed basesummarynode summary tests failed died on test at phet joist sim runonnextframe is not a function typeerror phet joist sim runonnextframe is not a function at node dispose at node dispose at node phetioobject dispose at minuschargenode rasterized at new minuschargescanvasnode at new wallnode at new baseview at object walldescriber walldescriber tests failed died on test at phet joist sim runonnextframe is not a function typeerror phet joist sim runonnextframe is not a function at node dispose at node dispose at node phetioobject dispose at minuschargenode rasterized at new minuschargescanvasnode at new wallnode at new baseview at object id bayes chrome snapshot from pm
0
3,787
2,610,069,016
IssuesEvent
2015-02-26 18:20:15
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
黄岩治前列腺炎哪里权威
auto-migrated Priority-Medium Type-Defect
``` 黄岩治前列腺炎哪里权威【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 9:13
1.0
黄岩治前列腺炎哪里权威 - ``` 黄岩治前列腺炎哪里权威【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 9:13
defect
黄岩治前列腺炎哪里权威 黄岩治前列腺炎哪里权威【台州五洲生殖医院】 询热线 微信号tzwzszyy 医院地址 台州 (枫南大转盘旁)乘车线路 、 � �� 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
86,439
10,492,565,411
IssuesEvent
2019-09-25 13:31:24
CC3301/csgo-strat-generator
https://api.github.com/repos/CC3301/csgo-strat-generator
opened
add documentation
documentation
In depth documentation of the features which will be added in v2.0, using the built-in doc system
1.0
add documentation - In depth documentation of the features which will be added in v2.0, using the built-in doc system
non_defect
add documentation in depth documentation of the features which will be added in using the built in doc system
0
123,365
16,485,939,906
IssuesEvent
2021-05-24 17:58:22
carbon-design-system/carbon-for-ibm-dotcom
https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom
closed
[Filter panel] Create the functional specifications
Airtable Done ba design
<!-- Avoid any type of solutions in this user story --> <!-- replace _{{...}}_ with your own words or remove --> #### User Story <!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} --> > As a `[user role below]`: DDS developer > I need to: have the `Filter panel` functional specs > so that I can: so that I can properly code the `Filter bar` component that meets the Design functions and intent #### Additional information <!-- {{Please provide any additional information or resources for reference}} --> - **Overview and scope of the engineering work should be included in the linked epic (#5469 )** - Design investigation and exploration issue (#5683 ) - Development issue (#TBD ) - Visual Designs & Functional Design Specs Box folder link(TBD) #### Acceptance criteria - [ ] Documented `Filter panel` functional specifications - [ ] Sent and/or presented the specs to Design and Engineering for their review and comments - [ ] Additional stories are created, if needed, for any work to be done in future sprints
1.0
[Filter panel] Create the functional specifications - <!-- Avoid any type of solutions in this user story --> <!-- replace _{{...}}_ with your own words or remove --> #### User Story <!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} --> > As a `[user role below]`: DDS developer > I need to: have the `Filter panel` functional specs > so that I can: so that I can properly code the `Filter bar` component that meets the Design functions and intent #### Additional information <!-- {{Please provide any additional information or resources for reference}} --> - **Overview and scope of the engineering work should be included in the linked epic (#5469 )** - Design investigation and exploration issue (#5683 ) - Development issue (#TBD ) - Visual Designs & Functional Design Specs Box folder link(TBD) #### Acceptance criteria - [ ] Documented `Filter panel` functional specifications - [ ] Sent and/or presented the specs to Design and Engineering for their review and comments - [ ] Additional stories are created, if needed, for any work to be done in future sprints
non_defect
create the functional specifications user story as a dds developer i need to have the filter panel functional specs so that i can so that i can properly code the filter bar component that meets the design functions and intent additional information overview and scope of the engineering work should be included in the linked epic design investigation and exploration issue development issue tbd visual designs functional design specs box folder link tbd acceptance criteria documented filter panel functional specifications sent and or presented the specs to design and engineering for their review and comments additional stories are created if needed for any work to be done in future sprints
0
59,860
3,117,576,568
IssuesEvent
2015-09-04 02:49:20
framingeinstein/issues-test
https://api.github.com/repos/framingeinstein/issues-test
opened
SPK-114: Shower Heads to be 2 words
priority:normal priority:normal priority:normal priority:normal priority:normal resolution:fixed resolution:fixed
It has been decided that Shower Heads should be 2 words. Can we change this where ever it shows up. I made note of it on SPK-110, but wasn't 100% sure of other places this shows up, footer for example. Anything copy related Allison will change.
5.0
SPK-114: Shower Heads to be 2 words - It has been decided that Shower Heads should be 2 words. Can we change this where ever it shows up. I made note of it on SPK-110, but wasn't 100% sure of other places this shows up, footer for example. Anything copy related Allison will change.
non_defect
spk shower heads to be words it has been decided that shower heads should be words can we change this where ever it shows up i made note of it on spk but wasn t sure of other places this shows up footer for example anything copy related allison will change
0
47,674
10,138,296,612
IssuesEvent
2019-08-02 17:34:25
mozilla-mobile/android-components
https://api.github.com/repos/mozilla-mobile/android-components
closed
Configure LongMethod rule to be less strict.
⌨️ code 🔧 tooling
The default is 60: https://github.com/arturbosch/detekt/blob/f98ccac9aa352805621dd6a19888bb472d776cef/detekt-rules/src/main/kotlin/io/gitlab/arturbosch/detekt/rules/complexity/LongMethod.kt#L24 We somehow use 20: https://github.com/mozilla-mobile/android-components/blob/master/config/detekt.yml#L91 We hit that quite often and it feels wrong quite often. Let's raise it to something higher - up to 60. Also let's try to get rid of the `@Supress("LongMethod")` code that doesn't need that anymore.
1.0
Configure LongMethod rule to be less strict. - The default is 60: https://github.com/arturbosch/detekt/blob/f98ccac9aa352805621dd6a19888bb472d776cef/detekt-rules/src/main/kotlin/io/gitlab/arturbosch/detekt/rules/complexity/LongMethod.kt#L24 We somehow use 20: https://github.com/mozilla-mobile/android-components/blob/master/config/detekt.yml#L91 We hit that quite often and it feels wrong quite often. Let's raise it to something higher - up to 60. Also let's try to get rid of the `@Supress("LongMethod")` code that doesn't need that anymore.
non_defect
configure longmethod rule to be less strict the default is we somehow use we hit that quite often and it feels wrong quite often let s raise it to something higher up to also let s try to get rid of the supress longmethod code that doesn t need that anymore
0
9,276
2,615,142,729
IssuesEvent
2015-03-01 06:17:50
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
closed
Problem with argument handling
auto-migrated Priority-Triage Type-Defect
``` 1. What operating system are you using (Linux is the only supported OS)? Openwrt r29701 Reaver r83 seems to have issues with the way arguments are handled. Some ordering may cause a crash. root@ecke:/tmp# reaver -vv -c 11 -b 00:13:10:14:EB:8F -i wlan0 Reaver v1.4 WiFi Protected Setup Attack Tool Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com> [+] Switching (null) to channel 11 Segmentation fault root@ecke:/tmp# reaver -i wlan0 -b 00:13:10:14:EB:8F -c 11 -vv Reaver v1.4 WiFi Protected Setup Attack Tool Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com> [+] Waiting for beacon from 00:13:10:14:EB:8F [+] Switching wlan0 to channel 11 [!] WARNING: Failed to associate with 00:13:10:14:EB:8F (ESSID: xxx) [!] WARNING: Failed to associate with 00:13:10:14:EB:8F (ESSID: xxx) ^C [+] Nothing done, nothing to save. ``` Original issue reported on code.google.com by `annemarc...@gmail.com` on 10 Jan 2012 at 1:18 * Merged into: #46
1.0
Problem with argument handling - ``` 1. What operating system are you using (Linux is the only supported OS)? Openwrt r29701 Reaver r83 seems to have issues with the way arguments are handled. Some ordering may cause a crash. root@ecke:/tmp# reaver -vv -c 11 -b 00:13:10:14:EB:8F -i wlan0 Reaver v1.4 WiFi Protected Setup Attack Tool Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com> [+] Switching (null) to channel 11 Segmentation fault root@ecke:/tmp# reaver -i wlan0 -b 00:13:10:14:EB:8F -c 11 -vv Reaver v1.4 WiFi Protected Setup Attack Tool Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com> [+] Waiting for beacon from 00:13:10:14:EB:8F [+] Switching wlan0 to channel 11 [!] WARNING: Failed to associate with 00:13:10:14:EB:8F (ESSID: xxx) [!] WARNING: Failed to associate with 00:13:10:14:EB:8F (ESSID: xxx) ^C [+] Nothing done, nothing to save. ``` Original issue reported on code.google.com by `annemarc...@gmail.com` on 10 Jan 2012 at 1:18 * Merged into: #46
defect
problem with argument handling what operating system are you using linux is the only supported os openwrt reaver seems to have issues with the way arguments are handled some ordering may cause a crash root ecke tmp reaver vv c b eb i reaver wifi protected setup attack tool copyright c tactical network solutions craig heffner switching null to channel segmentation fault root ecke tmp reaver i b eb c vv reaver wifi protected setup attack tool copyright c tactical network solutions craig heffner waiting for beacon from eb switching to channel warning failed to associate with eb essid xxx warning failed to associate with eb essid xxx c nothing done nothing to save original issue reported on code google com by annemarc gmail com on jan at merged into
1
29,474
5,696,635,723
IssuesEvent
2017-04-16 14:00:00
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Minus zero value does not pass notEmpty validation
Defect validation
### What you did ````php <?php App::uses('AppShell', 'Console/Command'); App::uses('Validation', 'Utility'); class MinusZeroTestingShell extends AppShell { public $User; function main() { $value_to_save1 = 0 * -0.5; $value_to_save2 = 0.0 * -1; $value_to_save3 = -0.0; var_dump($value_to_save1===0.0); var_dump($value_to_save2===0.0); var_dump($value_to_save3===0.0); var_dump((string)$value_to_save1); var_dump((string)$value_to_save2); var_dump((string)$value_to_save3); var_dump(Validation::notBlank($value_to_save1)); var_dump(Validation::notBlank($value_to_save2)); var_dump(Validation::notBlank($value_to_save3)); } } ```` ### What happened bool(true) bool(true) bool(true) string(2) "-0" string(2) "-0" string(1) "0" bool(false) bool(false) bool(true) ### What you expected to happen bool(true) bool(true) bool(true) string(2) "-0" string(2) "-0" string(1) "0" bool(true) bool(true) bool(true) ### Tested on PHP: 5.6.30 CakePHP: v2.9.7 This problem only occurs on cake 2.x (on cake 3.x PHP's minus zero correctly passes notBlank validation)
1.0
Minus zero value does not pass notEmpty validation - ### What you did ````php <?php App::uses('AppShell', 'Console/Command'); App::uses('Validation', 'Utility'); class MinusZeroTestingShell extends AppShell { public $User; function main() { $value_to_save1 = 0 * -0.5; $value_to_save2 = 0.0 * -1; $value_to_save3 = -0.0; var_dump($value_to_save1===0.0); var_dump($value_to_save2===0.0); var_dump($value_to_save3===0.0); var_dump((string)$value_to_save1); var_dump((string)$value_to_save2); var_dump((string)$value_to_save3); var_dump(Validation::notBlank($value_to_save1)); var_dump(Validation::notBlank($value_to_save2)); var_dump(Validation::notBlank($value_to_save3)); } } ```` ### What happened bool(true) bool(true) bool(true) string(2) "-0" string(2) "-0" string(1) "0" bool(false) bool(false) bool(true) ### What you expected to happen bool(true) bool(true) bool(true) string(2) "-0" string(2) "-0" string(1) "0" bool(true) bool(true) bool(true) ### Tested on PHP: 5.6.30 CakePHP: v2.9.7 This problem only occurs on cake 2.x (on cake 3.x PHP's minus zero correctly passes notBlank validation)
defect
minus zero value does not pass notempty validation what you did php php app uses appshell console command app uses validation utility class minuszerotestingshell extends appshell public user function main value to value to value to var dump value to var dump value to var dump value to var dump string value to var dump string value to var dump string value to var dump validation notblank value to var dump validation notblank value to var dump validation notblank value to what happened bool true bool true bool true string string string bool false bool false bool true what you expected to happen bool true bool true bool true string string string bool true bool true bool true tested on php cakephp this problem only occurs on cake x on cake x php s minus zero correctly passes notblank validation
1
611,591
18,959,063,713
IssuesEvent
2021-11-19 00:52:39
cdklabs/construct-hub-webapp
https://api.github.com/repos/cdklabs/construct-hub-webapp
closed
Package Page: Display loading icon when API reference takes time to load
priority/p1
Let's display loading icon till the API reference will be displayed to let our users know it exists but still loading.
1.0
Package Page: Display loading icon when API reference takes time to load - Let's display loading icon till the API reference will be displayed to let our users know it exists but still loading.
non_defect
package page display loading icon when api reference takes time to load let s display loading icon till the api reference will be displayed to let our users know it exists but still loading
0
21,288
3,881,945,866
IssuesEvent
2016-04-13 07:50:21
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
Cluster fails to come up with login issues
kind/flake team/test-infra
Just an intermittent flake. Subsequent runs succeeded: ``` :03 09:51:03 to select an already authenticated account to use. 09:51:05 ERROR: (gcloud.compute.instances.list) You do not currently have an active account selected. 09:51:05 Please run: 09:51:05 09:51:05 $ gcloud auth login 09:51:05 09:51:05 to obtain new credentials, or if you have already logged in with a 09:51:05 different account: 09:51:05 09:51:05 $ gcloud config set account ACCOUNT 09:51:05 09:51:05 to select an already authenticated account to use. 09:51:06 ERROR: (gcloud.compute.routes.list) You do not currently have an active account selected. 09:51:06 Please run: 09:51:06 09:51:06 $ gcloud auth login 09:51:06 09:51:06 to obtain new credentials, or if you have already logged in with a 09:51:06 different account: 09:51:06 09:51:06 $ gcloud config set account ACCOUNT 09:51:06 ``` http://kubekins.dls.corp.google.com/job/kubernetes-e2e-gce-ingress-release-1.2/203 Passed in http://kubekins.dls.corp.google.com/job/kubernetes-e2e-gce-ingress-release-1.2/204
1.0
Cluster fails to come up with login issues - Just an intermittent flake. Subsequent runs succeeded: ``` :03 09:51:03 to select an already authenticated account to use. 09:51:05 ERROR: (gcloud.compute.instances.list) You do not currently have an active account selected. 09:51:05 Please run: 09:51:05 09:51:05 $ gcloud auth login 09:51:05 09:51:05 to obtain new credentials, or if you have already logged in with a 09:51:05 different account: 09:51:05 09:51:05 $ gcloud config set account ACCOUNT 09:51:05 09:51:05 to select an already authenticated account to use. 09:51:06 ERROR: (gcloud.compute.routes.list) You do not currently have an active account selected. 09:51:06 Please run: 09:51:06 09:51:06 $ gcloud auth login 09:51:06 09:51:06 to obtain new credentials, or if you have already logged in with a 09:51:06 different account: 09:51:06 09:51:06 $ gcloud config set account ACCOUNT 09:51:06 ``` http://kubekins.dls.corp.google.com/job/kubernetes-e2e-gce-ingress-release-1.2/203 Passed in http://kubekins.dls.corp.google.com/job/kubernetes-e2e-gce-ingress-release-1.2/204
non_defect
cluster fails to come up with login issues just an intermittent flake subsequent runs succeeded to select an already authenticated account to use error gcloud compute instances list you do not currently have an active account selected please run gcloud auth login to obtain new credentials or if you have already logged in with a different account gcloud config set account account to select an already authenticated account to use error gcloud compute routes list you do not currently have an active account selected please run gcloud auth login to obtain new credentials or if you have already logged in with a different account gcloud config set account account passed in
0
340,107
30,493,022,160
IssuesEvent
2023-07-18 08:58:58
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: alterpk-tpcc-500 failed
C-test-failure O-robot O-roachtest branch-master release-blocker T-sql-foundations
roachtest.alterpk-tpcc-500 [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=artifacts#/alterpk-tpcc-500) on master @ [7675ca4998134028f0623e04737b5cb69fcc33a9](https://github.com/cockroachdb/cockroach/commits/7675ca4998134028f0623e04737b5cb69fcc33a9): ``` (cluster.go:2180).Start: ~ COCKROACH_CONNECT_TIMEOUT=1200 ./cockroach sql --url 'postgres://root@localhost:26257?sslmode=disable' -e "CREATE SCHEDULE IF NOT EXISTS test_only_backup FOR BACKUP INTO 'gs://cockroach-backup-testing-private/roachprod-scheduled-backups/teamcity-10950435-1689659335-24-n4cpu16/1689659983142755564?AUTH=implicit' RECURRING '*/15 * * * *' FULL BACKUP '@hourly' WITH SCHEDULE OPTIONS first_run = 'now'" ERROR: unexpected error occurred when checking for existing backups in gs://cockroach-backup-testing-private/roachprod-scheduled-backups/teamcity-10950435-1689659335-24-n4cpu16/1689659983142755564?AUTH=implicit: unable to list files in gcs bucket: googleapi: Error 403: 21965078311-compute@developer.gserviceaccount.com does not have storage.objects.list access to the Google Cloud Storage bucket. Permission 'storage.objects.list' denied on resource (or it may not exist). SQLSTATE: 58030 Failed running "sql": COMMAND_PROBLEM: exit status 1 test artifacts and logs in: /artifacts/alterpk-tpcc-500/run_1 ``` <p>Parameters: <code>ROACHTEST_arch=amd64</code> , <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=16</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_fs=ext4</code> , <code>ROACHTEST_localSSD=true</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/sql-foundations <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*alterpk-tpcc-500.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-29796
2.0
roachtest: alterpk-tpcc-500 failed - roachtest.alterpk-tpcc-500 [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=artifacts#/alterpk-tpcc-500) on master @ [7675ca4998134028f0623e04737b5cb69fcc33a9](https://github.com/cockroachdb/cockroach/commits/7675ca4998134028f0623e04737b5cb69fcc33a9): ``` (cluster.go:2180).Start: ~ COCKROACH_CONNECT_TIMEOUT=1200 ./cockroach sql --url 'postgres://root@localhost:26257?sslmode=disable' -e "CREATE SCHEDULE IF NOT EXISTS test_only_backup FOR BACKUP INTO 'gs://cockroach-backup-testing-private/roachprod-scheduled-backups/teamcity-10950435-1689659335-24-n4cpu16/1689659983142755564?AUTH=implicit' RECURRING '*/15 * * * *' FULL BACKUP '@hourly' WITH SCHEDULE OPTIONS first_run = 'now'" ERROR: unexpected error occurred when checking for existing backups in gs://cockroach-backup-testing-private/roachprod-scheduled-backups/teamcity-10950435-1689659335-24-n4cpu16/1689659983142755564?AUTH=implicit: unable to list files in gcs bucket: googleapi: Error 403: 21965078311-compute@developer.gserviceaccount.com does not have storage.objects.list access to the Google Cloud Storage bucket. Permission 'storage.objects.list' denied on resource (or it may not exist). SQLSTATE: 58030 Failed running "sql": COMMAND_PROBLEM: exit status 1 test artifacts and logs in: /artifacts/alterpk-tpcc-500/run_1 ``` <p>Parameters: <code>ROACHTEST_arch=amd64</code> , <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=16</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_fs=ext4</code> , <code>ROACHTEST_localSSD=true</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/sql-foundations <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*alterpk-tpcc-500.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-29796
non_defect
roachtest alterpk tpcc failed roachtest alterpk tpcc with on master cluster go start cockroach connect timeout cockroach sql url postgres root localhost sslmode disable e create schedule if not exists test only backup for backup into gs cockroach backup testing private roachprod scheduled backups teamcity auth implicit recurring full backup hourly with schedule options first run now error unexpected error occurred when checking for existing backups in gs cockroach backup testing private roachprod scheduled backups teamcity auth implicit unable to list files in gcs bucket googleapi error compute developer gserviceaccount com does not have storage objects list access to the google cloud storage bucket permission storage objects list denied on resource or it may not exist sqlstate failed running sql command problem exit status test artifacts and logs in artifacts alterpk tpcc run parameters roachtest arch roachtest cloud gce roachtest cpu roachtest encrypted false roachtest fs roachtest localssd true roachtest ssd help see see cc cockroachdb sql foundations jira issue crdb
0
76,949
9,531,338,007
IssuesEvent
2019-04-29 15:46:45
Microsoft/AzureStorageExplorer
https://api.github.com/repos/Microsoft/AzureStorageExplorer
closed
Disable the 'Create' button on SAS dialog when only the optional permissions are selected
:gear: sas :heavy_check_mark: by design 🧪 testing
**Storage Explorer Version:** 1.8.0_20190422.2 **Platform/OS:** Linux Ubuntu/macOS High Sierra/Windows 10 **Architecture:** ia32/x64 **Regression From:** Not a regression **Bug Description:** Actually, The 'Created' button is disabled when there is no permission selected on SAS dialog. And when we checked one or more optional permission options(No required permission is selected), The 'Create' button is enabled. But the generated the SAS URI is invalid. **Steps to reproduce:** 1. Right click one blob container then select 'Get Shared Access Signature...'. 2. Unchecked the required permission 'List', then checked any other permissions. 3. Check whether the 'Create' button is enabled or not. **Expect Experience:** The 'Create' button is disabled due to the generated SAS URI is disabled.(Missed the required permission 'List'). **Actual Experience:** 1. The 'Create' button is enabled. 2. The generated SAS URI is disabled. ![image](https://user-images.githubusercontent.com/34729022/56557950-dc0b5f80-6551-11e9-96a4-5fd935141dd9.png)
1.0
Disable the 'Create' button on SAS dialog when only the optional permissions are selected - **Storage Explorer Version:** 1.8.0_20190422.2 **Platform/OS:** Linux Ubuntu/macOS High Sierra/Windows 10 **Architecture:** ia32/x64 **Regression From:** Not a regression **Bug Description:** Actually, The 'Created' button is disabled when there is no permission selected on SAS dialog. And when we checked one or more optional permission options(No required permission is selected), The 'Create' button is enabled. But the generated the SAS URI is invalid. **Steps to reproduce:** 1. Right click one blob container then select 'Get Shared Access Signature...'. 2. Unchecked the required permission 'List', then checked any other permissions. 3. Check whether the 'Create' button is enabled or not. **Expect Experience:** The 'Create' button is disabled due to the generated SAS URI is disabled.(Missed the required permission 'List'). **Actual Experience:** 1. The 'Create' button is enabled. 2. The generated SAS URI is disabled. ![image](https://user-images.githubusercontent.com/34729022/56557950-dc0b5f80-6551-11e9-96a4-5fd935141dd9.png)
non_defect
disable the create button on sas dialog when only the optional permissions are selected storage explorer version platform os linux ubuntu macos high sierra windows architecture regression from not a regression bug description actually the created button is disabled when there is no permission selected on sas dialog and when we checked one or more optional permission options no required permission is selected the create button is enabled but the generated the sas uri is invalid steps to reproduce right click one blob container then select get shared access signature unchecked the required permission list then checked any other permissions check whether the create button is enabled or not expect experience the create button is disabled due to the generated sas uri is disabled missed the required permission list actual experience the create button is enabled the generated sas uri is disabled
0
59,091
17,015,639,731
IssuesEvent
2021-07-02 11:37:21
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
opened
Background Dim Not work wen refresh page!
Component: potlatch2 Priority: minor Type: defect
**[Submitted to the original trac issue database at 4.09pm, Tuesday, 19th July 2011]** Hi, when i remove Background Dim tick and then i refresh page, potlatche think this checkbox ticked! while not thicked.
1.0
Background Dim Not work wen refresh page! - **[Submitted to the original trac issue database at 4.09pm, Tuesday, 19th July 2011]** Hi, when i remove Background Dim tick and then i refresh page, potlatche think this checkbox ticked! while not thicked.
defect
background dim not work wen refresh page hi when i remove background dim tick and then i refresh page potlatche think this checkbox ticked while not thicked
1
44,872
2,915,789,718
IssuesEvent
2015-06-23 14:20:12
nprapps/tshirt
https://api.github.com/repos/nprapps/tshirt
opened
Bug: Vimeo API updates
Priority: Normal
Video no longer plays when 'play' button outside the vimeo player is selected. Video no longer triggers smooth scroll before the end of the video. Error message in console: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://player.vimeo.com') does not match the recipient window's origin ('https://player.vimeo.com').
1.0
Bug: Vimeo API updates - Video no longer plays when 'play' button outside the vimeo player is selected. Video no longer triggers smooth scroll before the end of the video. Error message in console: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://player.vimeo.com') does not match the recipient window's origin ('https://player.vimeo.com').
non_defect
bug vimeo api updates video no longer plays when play button outside the vimeo player is selected video no longer triggers smooth scroll before the end of the video error message in console failed to execute postmessage on domwindow the target origin provided does not match the recipient window s origin
0
43,502
11,734,438,355
IssuesEvent
2020-03-11 09:21:03
vector-im/riot-web
https://api.github.com/repos/vector-im/riot-web
closed
Collapsing the right sidebar scrolls to the bottom in a room
bug defect major mozilla p1 type:rightpanel type:timeline ui/ux
### Description Just spent a long time today scrolling up in the room looking for an old image that was sent. Thought I might be able to find it quicker if I opened the right sidebar to look at the file viewer. Unfortunately, when you do so it resets the scroll in the room as if you've clicked to another room and then back again. My naive guess is that it's recreating the message list widget or something, but I'm not actually sure how the UI of Riot works here. I assume it's not necessary and we only need to resize it like we do when we collapse the left room list. Example video: https://streamable.com/bdrbb ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - **Platform**: web - **Browser**: Firefox v69 - **OS**: Debian Stretch - **URL**: riot.im/develop
1.0
Collapsing the right sidebar scrolls to the bottom in a room - ### Description Just spent a long time today scrolling up in the room looking for an old image that was sent. Thought I might be able to find it quicker if I opened the right sidebar to look at the file viewer. Unfortunately, when you do so it resets the scroll in the room as if you've clicked to another room and then back again. My naive guess is that it's recreating the message list widget or something, but I'm not actually sure how the UI of Riot works here. I assume it's not necessary and we only need to resize it like we do when we collapse the left room list. Example video: https://streamable.com/bdrbb ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - **Platform**: web - **Browser**: Firefox v69 - **OS**: Debian Stretch - **URL**: riot.im/develop
defect
collapsing the right sidebar scrolls to the bottom in a room description just spent a long time today scrolling up in the room looking for an old image that was sent thought i might be able to find it quicker if i opened the right sidebar to look at the file viewer unfortunately when you do so it resets the scroll in the room as if you ve clicked to another room and then back again my naive guess is that it s recreating the message list widget or something but i m not actually sure how the ui of riot works here i assume it s not necessary and we only need to resize it like we do when we collapse the left room list example video version information platform web browser firefox os debian stretch url riot im develop
1
24,467
3,987,776,037
IssuesEvent
2016-05-09 06:36:21
erincatto/Box2D
https://api.github.com/repos/erincatto/Box2D
closed
Making the build reproducible by removing timestamps in doxygen documentation
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Compile box2d multiple times in a row What is the expected output? What do you see instead? I would expect that the output is always the same and reproducible. What version of the product are you using? On what operating system? Version 2.3.1 on Debian GNU/Linux. With free software, anyone can inspect the source code for malicious flaws. But Debian provides binary packages to its users. The idea of “deterministic” or “reproducible” builds is to empower anyone to verify that no flaws have been introduced during the build process by reproducing byte-for-byte identical binary packages from a given source. Please find attached a patch by Maria Valentina Marin that addresses this issue for Box2d by setting HTML_TIMESTAMPS=NO in the doxyfile. ``` Original issue reported on code.google.com by `cauchy1...@googlemail.com` on 8 Mar 2015 at 1:28 Attachments: * [html_timestamp_option](https://storage.googleapis.com/google-code-attachments/box2d/issue-344/comment-0/html_timestamp_option)
1.0
Making the build reproducible by removing timestamps in doxygen documentation - ``` What steps will reproduce the problem? 1. Compile box2d multiple times in a row What is the expected output? What do you see instead? I would expect that the output is always the same and reproducible. What version of the product are you using? On what operating system? Version 2.3.1 on Debian GNU/Linux. With free software, anyone can inspect the source code for malicious flaws. But Debian provides binary packages to its users. The idea of “deterministic” or “reproducible” builds is to empower anyone to verify that no flaws have been introduced during the build process by reproducing byte-for-byte identical binary packages from a given source. Please find attached a patch by Maria Valentina Marin that addresses this issue for Box2d by setting HTML_TIMESTAMPS=NO in the doxyfile. ``` Original issue reported on code.google.com by `cauchy1...@googlemail.com` on 8 Mar 2015 at 1:28 Attachments: * [html_timestamp_option](https://storage.googleapis.com/google-code-attachments/box2d/issue-344/comment-0/html_timestamp_option)
defect
making the build reproducible by removing timestamps in doxygen documentation what steps will reproduce the problem compile multiple times in a row what is the expected output what do you see instead i would expect that the output is always the same and reproducible what version of the product are you using on what operating system version on debian gnu linux with free software anyone can inspect the source code for malicious flaws but debian provides binary packages to its users the idea of “deterministic” or “reproducible” builds is to empower anyone to verify that no flaws have been introduced during the build process by reproducing byte for byte identical binary packages from a given source please find attached a patch by maria valentina marin that addresses this issue for by setting html timestamps no in the doxyfile original issue reported on code google com by googlemail com on mar at attachments
1
72,057
23,910,898,063
IssuesEvent
2022-09-09 08:06:11
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
opened
RLMRealm crash
T-Defect
### Steps to reproduce /Users/realm/workspace/realm_realm-core_release_12.0.0/src/realm/alloc_slab.cpp:790: [realm-core-12.0.0] Assertion failed: header->m_top_ref[1] == 0 with (header->m_top_ref[1], get_file_path_for_assertions()) = [32760, "/Users/apple/Library/Developer/CoreSimulator/Devices/F80F7EB6-26BE-430E-B2D3-B107E57F8E78/data/Containers/Shared/AppGroup/29FD1E40-C56A-4CF9-831F-56640102AB16/MXRealmCryptoStore/@e36d3becd608beeddd9909ff65a20b22c93b4908:182.37.143.58:28008.realm"] 0 Realm 0x000000011aff3d7c _ZN5realm4utilL18terminate_internalERNSt3__118basic_stringstreamIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE + 28 1 Realm 0x000000011aff40b7 _ZN5realm4util19terminate_with_infoEPKcS2_lS2_OSt16initializer_listINS0_9PrintableEE + 471 2 Realm 0x000000011ae22e89 _ZN5realm4util19terminate_with_infoIJRKyNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEEEvPKciSC_SC_DpOT_ + 89 3 Realm 0x000000011ae221c8 _ZN5realm9SlabAlloc11attach_fileERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERNS0_6ConfigE + 2712 4 Realm 0x000000011ae69294 _ZN5realm2DB4openERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEbNS_9DBOptionsE + 2068 5 Realm 0x000000011ae6c760 _ZN5realm2DB4openERNS_11ReplicationERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEENS_9DBOptionsE + 128 6 Realm 0x000000011ae75295 _ZN5realm2DB6createENSt3__110unique_ptrINS_11ReplicationENS1_14default_deleteIS3_EEEERKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_9DBOptionsE + 341 7 Realm 0x000000011b102c6b _ZN5realm5_impl16RealmCoordinator7open_dbEv + 1243 8 Realm 0x000000011b103b8a _ZN5realm5_impl16RealmCoordinator12do_get_realmENS_11RealmConfigERNSt3__110shared_ptrINS_5RealmEEENS_4util8OptionalINS_9VersionIDEEERNS8_17CheckedUniqueLockE + 58 9 Realm 0x000000011b10397f _ZN5realm5_impl16RealmCoordinator9get_realmENS_11RealmConfigENS_4util8OptionalINS_9VersionIDEEE + 495 10 Realm 0x000000011b1a6e87 _ZN5realm5Realm16get_shared_realmENS_11RealmConfigE + 135 11 Realm 0x000000011ad74724 +[RLMRealm realmWithConfiguration:queue:error:] + 1940 12 Realm 0x000000011ad73f36 +[RLMRealm realmWithConfiguration:error:] + 86 13 MatrixSDK 0x0000000118d1fe2b +[MXRealmCryptoStore realmForUser:andDevice:readOnly:] + 4251 14 MatrixSDK 0x0000000118d20ab0 __54+[MXRealmCryptoStore realmForUser:andDevice:readOnly:]_block_invoke + 64 15 libdispatch.dylib 0x000000011a00da5b _dispatch_client_callout + 8 16 libdispatch.dylib 0x000000011a00ef24 _dispatch_once_callout + 66 17 MatrixSDK 0x0000000118d1f01c +[MXRealmCryptoStore realmForUser:andDevice:readOnly:] + 652 18 MatrixSDK 0x0000000118d1165f +[MXRealmCryptoStore hasDataForCredentials:] + 143 19 MatrixSDK 0x0000000118ba9661 __50+[MXCrypto checkCryptoWithMatrixSession:complete:]_block_invoke + 225 20 libdispatch.dylib 0x000000011a00c816 _dispatch_call_block_and_release + 12 21 libdispatch.dylib 0x000000011a00da5b _dispatch_client_callout + 8 22 libdispatch.dylib 0x000000011a0143bd _dispatch_lane_serial_drain + 855 23 libdispatch.dylib 0x000000011a0150ed _dispatch_lane_invoke + 436 24 libdispatch.dylib 0x000000011a021601 _dispatch_workloop_worker_thread + 907 25 libsystem_pthread.dylib 0x00007fff701c7fd0 _pthread_wqthread + 326 26 libsystem_pthread.dylib 0x00007fff701c6f57 start_wqthread + 15!!! IMPORTANT: Please report this at https://github.com/realm/realm-core/issues/new/choose2022-09-09 15:52:46.990390+0800 Riot[32045:349663] /Users/realm/workspace/realm_realm-core_release_12.0.0/src/realm/alloc_slab.cpp:790: [realm-core-12.0.0] Assertion failed: header->m_top_ref[1] == 0 with (header->m_top_ref[1], get_file_path_for_assertions()) = [32760, "/Users/apple/Library/Developer/CoreSimulator/Devices/F80F7EB6-26BE-430E-B2D3-B107E57F8E78/data/Containers/Shared/AppGroup/29FD1E40-C56A-4CF9-831F-56640102AB16/MXRealmCryptoStore/@e36d3becd608beeddd9909ff65a20b22c93b4908:182.37.143.58:28008.realm"] 0 Realm 0x000000011aff3d7c _ZN5realm4utilL18terminate_internalERNSt3__118basic_stringstreamIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE + 28 1 Realm 0x000000011aff40b7 _ZN5realm4util19terminate_with_infoEPKcS2_lS2_OSt16initializer_listINS0_9PrintableEE + 471 2 Realm 0x000000011ae22e89 _ZN5realm4util19terminate_with_infoIJRKyNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEEEvPKciSC_SC_DpOT_保存成功 + 89 3 Realm 0x000000011ae221c8 _ZN5realm9SlabAlloc11attach_fileERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERNS0_6ConfigE + 2712 4 Realm 0x000000011ae69294 _ZN5realm2DB4openERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEbNS_9DBOptionsE + 2068 5 Realm 0x000000011ae6c760 _ZN5realm2DB4openERNS_11ReplicationERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEENS_9DBOptionsE + 128 6 Realm 0x000000011ae75295 _ZN5realm2DB6createENSt3__110unique_ptrINS_11ReplicationENS1_14default_deleteIS3_EEEERKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_9DBOptionsE + 341 7 Realm 0x000000011b102c6b _ZN5realm5_impl16RealmCoordinator7open_dbEv + 1243 8 Realm 0x000000011b103b8a _ZN5realm5_impl16RealmCoordinator12do_get_realmENS_11RealmConfigERNSt3__110shared_ptrINS_5RealmEEENS_4util8OptionalINS_9VersionIDEEERNS8_17CheckedUniqueLockE + 58 9 Realm 0x000000011b10397f _ZN5realm5_impl16RealmCoordinator9get_realmENS_11RealmConfigENS_4util8OptionalINS_9VersionIDEEE + 495 10 Realm 0x000000011b1a6e87 _ZN5realm5Realm16get_shared_realmENS_11RealmConfigE + 135 11 Realm 0x000000011ad74724 +[RLMRealm realmWithConfiguration:queue:error:] + 1940 12 Realm 0x000000011ad73f36 +[RLMRealm realmWithConfiguration:error:] + 86 13 MatrixSDK 0x0000000118d1fe2b +[MXRealmCryptoStore realmForUser:andDevice:readOnly:] + 4251 14 MatrixSDK 0x0000000118d20ab0 __54+[MXRealmCryptoStore realmForUser:andDevice:readOnly:]_block_invoke + 64 15 libdispatch.dylib 0x000000011a00da5b _dispatch_client_callout + 8 16 libdispatch.dylib 0x000000011a00ef24 _dispatch_once_callout + 66 17 MatrixSDK2022-09-09 15:52:46.991177+0800 Riot[32045:346975] [MXHTTPClient] #0 - GET _matrix/client/r0/devices/Gx-VUPLa completed in 380ms 0x0000000118d1f01c +[MXRealmCryptoStore realmForUser:andDevice:readOnly:] + 652 18 MatrixSDK 0x0000000118d1165f +[MXRealmCryptoStore hasDataForCredentials:] + 143 19 MatrixSDK 0x0000000118ba9661 __50+[MXCrypto checkCryptoWithMatrixSession:complete:]_block_invoke + 225 20 libdispatch.dylib 0x000000011a00c816 _dispatch_call_block_and_release + 12 21 libdispatch.dylib 0x000000011a00da5b _dispatch_client_callout + 8 22 libdispatch.dylib 0x000000011a0143bd _dispatch_lane_serial_drain + 855 23 libdispatch.dylib 0x000000011a0150ed _dispatch_lane_invoke + 436 24 libdispatch.dylib 0x000000011a021601 _dispatch_workloop_worker_thread + 907 25 libsystem_pthread.dylib 0x00007fff701c7fd0 _pthread_wqthread + 326 26 libsystem_pthread.dylib 0x00007fff701c6f57 start_wqthread + 15!!! IMPORTANT: Please report this at ### Outcome #### What did you expect? #### What happened instead? ### Your phone model _No response_ ### Operating system version _No response_ ### Application version matrixSDKVersion = '= 0.23.3' ### Homeserver _No response_ ### Will you send logs? Yes
1.0
RLMRealm crash - ### Steps to reproduce /Users/realm/workspace/realm_realm-core_release_12.0.0/src/realm/alloc_slab.cpp:790: [realm-core-12.0.0] Assertion failed: header->m_top_ref[1] == 0 with (header->m_top_ref[1], get_file_path_for_assertions()) = [32760, "/Users/apple/Library/Developer/CoreSimulator/Devices/F80F7EB6-26BE-430E-B2D3-B107E57F8E78/data/Containers/Shared/AppGroup/29FD1E40-C56A-4CF9-831F-56640102AB16/MXRealmCryptoStore/@e36d3becd608beeddd9909ff65a20b22c93b4908:182.37.143.58:28008.realm"] 0 Realm 0x000000011aff3d7c _ZN5realm4utilL18terminate_internalERNSt3__118basic_stringstreamIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE + 28 1 Realm 0x000000011aff40b7 _ZN5realm4util19terminate_with_infoEPKcS2_lS2_OSt16initializer_listINS0_9PrintableEE + 471 2 Realm 0x000000011ae22e89 _ZN5realm4util19terminate_with_infoIJRKyNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEEEvPKciSC_SC_DpOT_ + 89 3 Realm 0x000000011ae221c8 _ZN5realm9SlabAlloc11attach_fileERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERNS0_6ConfigE + 2712 4 Realm 0x000000011ae69294 _ZN5realm2DB4openERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEbNS_9DBOptionsE + 2068 5 Realm 0x000000011ae6c760 _ZN5realm2DB4openERNS_11ReplicationERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEENS_9DBOptionsE + 128 6 Realm 0x000000011ae75295 _ZN5realm2DB6createENSt3__110unique_ptrINS_11ReplicationENS1_14default_deleteIS3_EEEERKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_9DBOptionsE + 341 7 Realm 0x000000011b102c6b _ZN5realm5_impl16RealmCoordinator7open_dbEv + 1243 8 Realm 0x000000011b103b8a _ZN5realm5_impl16RealmCoordinator12do_get_realmENS_11RealmConfigERNSt3__110shared_ptrINS_5RealmEEENS_4util8OptionalINS_9VersionIDEEERNS8_17CheckedUniqueLockE + 58 9 Realm 0x000000011b10397f _ZN5realm5_impl16RealmCoordinator9get_realmENS_11RealmConfigENS_4util8OptionalINS_9VersionIDEEE + 495 10 Realm 0x000000011b1a6e87 _ZN5realm5Realm16get_shared_realmENS_11RealmConfigE + 135 11 Realm 0x000000011ad74724 +[RLMRealm realmWithConfiguration:queue:error:] + 1940 12 Realm 0x000000011ad73f36 +[RLMRealm realmWithConfiguration:error:] + 86 13 MatrixSDK 0x0000000118d1fe2b +[MXRealmCryptoStore realmForUser:andDevice:readOnly:] + 4251 14 MatrixSDK 0x0000000118d20ab0 __54+[MXRealmCryptoStore realmForUser:andDevice:readOnly:]_block_invoke + 64 15 libdispatch.dylib 0x000000011a00da5b _dispatch_client_callout + 8 16 libdispatch.dylib 0x000000011a00ef24 _dispatch_once_callout + 66 17 MatrixSDK 0x0000000118d1f01c +[MXRealmCryptoStore realmForUser:andDevice:readOnly:] + 652 18 MatrixSDK 0x0000000118d1165f +[MXRealmCryptoStore hasDataForCredentials:] + 143 19 MatrixSDK 0x0000000118ba9661 __50+[MXCrypto checkCryptoWithMatrixSession:complete:]_block_invoke + 225 20 libdispatch.dylib 0x000000011a00c816 _dispatch_call_block_and_release + 12 21 libdispatch.dylib 0x000000011a00da5b _dispatch_client_callout + 8 22 libdispatch.dylib 0x000000011a0143bd _dispatch_lane_serial_drain + 855 23 libdispatch.dylib 0x000000011a0150ed _dispatch_lane_invoke + 436 24 libdispatch.dylib 0x000000011a021601 _dispatch_workloop_worker_thread + 907 25 libsystem_pthread.dylib 0x00007fff701c7fd0 _pthread_wqthread + 326 26 libsystem_pthread.dylib 0x00007fff701c6f57 start_wqthread + 15!!! IMPORTANT: Please report this at https://github.com/realm/realm-core/issues/new/choose2022-09-09 15:52:46.990390+0800 Riot[32045:349663] /Users/realm/workspace/realm_realm-core_release_12.0.0/src/realm/alloc_slab.cpp:790: [realm-core-12.0.0] Assertion failed: header->m_top_ref[1] == 0 with (header->m_top_ref[1], get_file_path_for_assertions()) = [32760, "/Users/apple/Library/Developer/CoreSimulator/Devices/F80F7EB6-26BE-430E-B2D3-B107E57F8E78/data/Containers/Shared/AppGroup/29FD1E40-C56A-4CF9-831F-56640102AB16/MXRealmCryptoStore/@e36d3becd608beeddd9909ff65a20b22c93b4908:182.37.143.58:28008.realm"] 0 Realm 0x000000011aff3d7c _ZN5realm4utilL18terminate_internalERNSt3__118basic_stringstreamIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE + 28 1 Realm 0x000000011aff40b7 _ZN5realm4util19terminate_with_infoEPKcS2_lS2_OSt16initializer_listINS0_9PrintableEE + 471 2 Realm 0x000000011ae22e89 _ZN5realm4util19terminate_with_infoIJRKyNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEEEvPKciSC_SC_DpOT_保存成功 + 89 3 Realm 0x000000011ae221c8 _ZN5realm9SlabAlloc11attach_fileERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERNS0_6ConfigE + 2712 4 Realm 0x000000011ae69294 _ZN5realm2DB4openERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEbNS_9DBOptionsE + 2068 5 Realm 0x000000011ae6c760 _ZN5realm2DB4openERNS_11ReplicationERKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEENS_9DBOptionsE + 128 6 Realm 0x000000011ae75295 _ZN5realm2DB6createENSt3__110unique_ptrINS_11ReplicationENS1_14default_deleteIS3_EEEERKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_9DBOptionsE + 341 7 Realm 0x000000011b102c6b _ZN5realm5_impl16RealmCoordinator7open_dbEv + 1243 8 Realm 0x000000011b103b8a _ZN5realm5_impl16RealmCoordinator12do_get_realmENS_11RealmConfigERNSt3__110shared_ptrINS_5RealmEEENS_4util8OptionalINS_9VersionIDEEERNS8_17CheckedUniqueLockE + 58 9 Realm 0x000000011b10397f _ZN5realm5_impl16RealmCoordinator9get_realmENS_11RealmConfigENS_4util8OptionalINS_9VersionIDEEE + 495 10 Realm 0x000000011b1a6e87 _ZN5realm5Realm16get_shared_realmENS_11RealmConfigE + 135 11 Realm 0x000000011ad74724 +[RLMRealm realmWithConfiguration:queue:error:] + 1940 12 Realm 0x000000011ad73f36 +[RLMRealm realmWithConfiguration:error:] + 86 13 MatrixSDK 0x0000000118d1fe2b +[MXRealmCryptoStore realmForUser:andDevice:readOnly:] + 4251 14 MatrixSDK 0x0000000118d20ab0 __54+[MXRealmCryptoStore realmForUser:andDevice:readOnly:]_block_invoke + 64 15 libdispatch.dylib 0x000000011a00da5b _dispatch_client_callout + 8 16 libdispatch.dylib 0x000000011a00ef24 _dispatch_once_callout + 66 17 MatrixSDK2022-09-09 15:52:46.991177+0800 Riot[32045:346975] [MXHTTPClient] #0 - GET _matrix/client/r0/devices/Gx-VUPLa completed in 380ms 0x0000000118d1f01c +[MXRealmCryptoStore realmForUser:andDevice:readOnly:] + 652 18 MatrixSDK 0x0000000118d1165f +[MXRealmCryptoStore hasDataForCredentials:] + 143 19 MatrixSDK 0x0000000118ba9661 __50+[MXCrypto checkCryptoWithMatrixSession:complete:]_block_invoke + 225 20 libdispatch.dylib 0x000000011a00c816 _dispatch_call_block_and_release + 12 21 libdispatch.dylib 0x000000011a00da5b _dispatch_client_callout + 8 22 libdispatch.dylib 0x000000011a0143bd _dispatch_lane_serial_drain + 855 23 libdispatch.dylib 0x000000011a0150ed _dispatch_lane_invoke + 436 24 libdispatch.dylib 0x000000011a021601 _dispatch_workloop_worker_thread + 907 25 libsystem_pthread.dylib 0x00007fff701c7fd0 _pthread_wqthread + 326 26 libsystem_pthread.dylib 0x00007fff701c6f57 start_wqthread + 15!!! IMPORTANT: Please report this at ### Outcome #### What did you expect? #### What happened instead? ### Your phone model _No response_ ### Operating system version _No response_ ### Application version matrixSDKVersion = '= 0.23.3' ### Homeserver _No response_ ### Will you send logs? Yes
defect
rlmrealm crash steps to reproduce users realm workspace realm realm core release src realm alloc slab cpp assertion failed header m top ref with header m top ref get file path for assertions realm realm with realm with sc dpot realm realm realm realm ptrins realm dbev realm get realmens ptrins realm realmens realm shared realmens realm realm matrixsdk matrixsdk block invoke libdispatch dylib dispatch client callout libdispatch dylib dispatch once callout matrixsdk matrixsdk matrixsdk block invoke libdispatch dylib dispatch call block and release libdispatch dylib dispatch client callout libdispatch dylib dispatch lane serial drain libdispatch dylib dispatch lane invoke libdispatch dylib dispatch workloop worker thread libsystem pthread dylib pthread wqthread libsystem pthread dylib start wqthread important please report this at riot users realm workspace realm realm core release src realm alloc slab cpp assertion failed header m top ref with header m top ref get file path for assertions realm realm with realm with sc dpot 保存成功 realm realm realm realm ptrins realm dbev realm get realmens ptrins realm realmens realm shared realmens realm realm matrixsdk matrixsdk block invoke libdispatch dylib dispatch client callout libdispatch dylib dispatch once callout riot get matrix client devices gx vupla completed in matrixsdk matrixsdk block invoke libdispatch dylib dispatch call block and release libdispatch dylib dispatch client callout libdispatch dylib dispatch lane serial drain libdispatch dylib dispatch lane invoke libdispatch dylib dispatch workloop worker thread libsystem pthread dylib pthread wqthread libsystem pthread dylib start wqthread important please report this at outcome what did you expect what happened instead your phone model no response operating system version no response application version matrixsdkversion homeserver no response will you send logs yes
1
354,488
10,568,149,828
IssuesEvent
2019-10-06 10:52:36
cu-mkp/m-k-manuscript-data
https://api.github.com/repos/cu-mkp/m-k-manuscript-data
reopened
Decision: Normalisation of i/j and u/v?
consistency low-priority
Should the TC be completely diplomatic regarding i, u, v? Currently the TC contains non-existend js, and u and v are normalised. We could easily change this back by replacing all js with is and all us with vs. Question: do we want a completely naked diplomatic transcription, or should the TC have interventions such as normalised i/j and u/v? Action: talk to other scholars of (digital) editions. Hunt down other DH scholars at RSA?
1.0
Decision: Normalisation of i/j and u/v? - Should the TC be completely diplomatic regarding i, u, v? Currently the TC contains non-existend js, and u and v are normalised. We could easily change this back by replacing all js with is and all us with vs. Question: do we want a completely naked diplomatic transcription, or should the TC have interventions such as normalised i/j and u/v? Action: talk to other scholars of (digital) editions. Hunt down other DH scholars at RSA?
non_defect
decision normalisation of i j and u v should the tc be completely diplomatic regarding i u v currently the tc contains non existend js and u and v are normalised we could easily change this back by replacing all js with is and all us with vs question do we want a completely naked diplomatic transcription or should the tc have interventions such as normalised i j and u v action talk to other scholars of digital editions hunt down other dh scholars at rsa
0
70,417
23,158,257,698
IssuesEvent
2022-07-29 14:58:16
SAP/fundamental-ngx
https://api.github.com/repos/SAP/fundamental-ngx
closed
Defect Hunting: Overflow layout improvements
core Defect Hunting
#### Is this a bug, enhancement, or feature request? enhancement #### Briefly describe your proposal. - [x] Overflow layout An item from the overflow menu should go outside of the menu if selected. Here's the UI5 behaviour: 1. 12 items visible, the rest in overflow menu <img width="981" alt="Screen Shot 2022-07-11 at 3 59 15 PM" src="https://user-images.githubusercontent.com/39598672/178348252-80b72f57-52b9-47cd-ac6c-42aca1ccad96.png"> 2. Select Tab 26 <img width="978" alt="Screen Shot 2022-07-11 at 3 59 23 PM" src="https://user-images.githubusercontent.com/39598672/178348309-85389a39-c103-45c8-b0fa-4cbef6b9fd1d.png"> 3. Tab 26 is not the last of the "visible" items <img width="981" alt="Screen Shot 2022-07-11 at 3 59 29 PM" src="https://user-images.githubusercontent.com/39598672/178348418-345cd249-2eea-4fa2-9643-0aafce7e792f.png"> - [ ] Overflow Layout Complex example If we use the example of Avatar Group the overflow button should be following the same pattern <img width="1221" alt="Screen Shot 2022-07-11 at 4 05 24 PM" src="https://user-images.githubusercontent.com/39598672/178348824-4438330d-ab1f-4b32-8168-d18e8d24df59.png"> @N1XUS: Overflow layout with avatar example uses such layout just to show that we can also calculate complex layouts. This example wasn't designed to be exactly as with avatar group
1.0
Defect Hunting: Overflow layout improvements - #### Is this a bug, enhancement, or feature request? enhancement #### Briefly describe your proposal. - [x] Overflow layout An item from the overflow menu should go outside of the menu if selected. Here's the UI5 behaviour: 1. 12 items visible, the rest in overflow menu <img width="981" alt="Screen Shot 2022-07-11 at 3 59 15 PM" src="https://user-images.githubusercontent.com/39598672/178348252-80b72f57-52b9-47cd-ac6c-42aca1ccad96.png"> 2. Select Tab 26 <img width="978" alt="Screen Shot 2022-07-11 at 3 59 23 PM" src="https://user-images.githubusercontent.com/39598672/178348309-85389a39-c103-45c8-b0fa-4cbef6b9fd1d.png"> 3. Tab 26 is not the last of the "visible" items <img width="981" alt="Screen Shot 2022-07-11 at 3 59 29 PM" src="https://user-images.githubusercontent.com/39598672/178348418-345cd249-2eea-4fa2-9643-0aafce7e792f.png"> - [ ] Overflow Layout Complex example If we use the example of Avatar Group the overflow button should be following the same pattern <img width="1221" alt="Screen Shot 2022-07-11 at 4 05 24 PM" src="https://user-images.githubusercontent.com/39598672/178348824-4438330d-ab1f-4b32-8168-d18e8d24df59.png"> @N1XUS: Overflow layout with avatar example uses such layout just to show that we can also calculate complex layouts. This example wasn't designed to be exactly as with avatar group
defect
defect hunting overflow layout improvements is this a bug enhancement or feature request enhancement briefly describe your proposal overflow layout an item from the overflow menu should go outside of the menu if selected here s the behaviour items visible the rest in overflow menu img width alt screen shot at pm src select tab img width alt screen shot at pm src tab is not the last of the visible items img width alt screen shot at pm src overflow layout complex example if we use the example of avatar group the overflow button should be following the same pattern img width alt screen shot at pm src overflow layout with avatar example uses such layout just to show that we can also calculate complex layouts this example wasn t designed to be exactly as with avatar group
1
81,586
15,630,084,016
IssuesEvent
2021-03-22 01:18:28
benald/liferay-user-links
https://api.github.com/repos/benald/liferay-user-links
opened
CVE-2018-20822 (Medium) detected in node-sass-4.11.0.tgz, node-sassv4.11.0
security vulnerability
## CVE-2018-20822 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.11.0.tgz</b>, <b>node-sassv4.11.0</b></p></summary> <p> <details><summary><b>node-sass-4.11.0.tgz</b></p></summary> <p>Wrapper around libsass</p> <p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.11.0.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.11.0.tgz</a></p> <p>Path to dependency file: /liferay-user-links/package.json</p> <p>Path to vulnerable library: liferay-user-links/node_modules/node-sass/package.json</p> <p> Dependency Hierarchy: - build-angular-0.13.8.tgz (Root Library) - :x: **node-sass-4.11.0.tgz** (Vulnerable Library) </details> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> LibSass 3.5.4 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Complex_Selector::perform in ast.hpp and Sass::Inspect::operator in inspect.cpp). <p>Publish Date: 2019-04-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20822>CVE-2018-20822</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20822">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20822</a></p> <p>Release Date: 2019-08-06</p> <p>Fix Resolution: LibSass - 3.6.0;node-sass - 4.13.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2018-20822 (Medium) detected in node-sass-4.11.0.tgz, node-sassv4.11.0 - ## CVE-2018-20822 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.11.0.tgz</b>, <b>node-sassv4.11.0</b></p></summary> <p> <details><summary><b>node-sass-4.11.0.tgz</b></p></summary> <p>Wrapper around libsass</p> <p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.11.0.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.11.0.tgz</a></p> <p>Path to dependency file: /liferay-user-links/package.json</p> <p>Path to vulnerable library: liferay-user-links/node_modules/node-sass/package.json</p> <p> Dependency Hierarchy: - build-angular-0.13.8.tgz (Root Library) - :x: **node-sass-4.11.0.tgz** (Vulnerable Library) </details> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> LibSass 3.5.4 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Complex_Selector::perform in ast.hpp and Sass::Inspect::operator in inspect.cpp). <p>Publish Date: 2019-04-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20822>CVE-2018-20822</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20822">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20822</a></p> <p>Release Date: 2019-08-06</p> <p>Fix Resolution: LibSass - 3.6.0;node-sass - 4.13.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in node sass tgz node cve medium severity vulnerability vulnerable libraries node sass tgz node node sass tgz wrapper around libsass library home page a href path to dependency file liferay user links package json path to vulnerable library liferay user links node modules node sass package json dependency hierarchy build angular tgz root library x node sass tgz vulnerable library vulnerability details libsass allows attackers to cause a denial of service uncontrolled recursion in sass complex selector perform in ast hpp and sass inspect operator in inspect cpp publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope 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 libsass node sass step up your open source security game with whitesource
0
327,903
28,088,936,377
IssuesEvent
2023-03-30 11:46:57
XRPLF/clio
https://api.github.com/repos/XRPLF/clio
closed
Implement nextgen nft_sell_offers and tests
enhancement testability
- implement new handler - refactor nft_buy_offers to reuse common part of both RPCs - add tests for nft_sell_offers
1.0
Implement nextgen nft_sell_offers and tests - - implement new handler - refactor nft_buy_offers to reuse common part of both RPCs - add tests for nft_sell_offers
non_defect
implement nextgen nft sell offers and tests implement new handler refactor nft buy offers to reuse common part of both rpcs add tests for nft sell offers
0
5,813
2,610,215,985
IssuesEvent
2015-02-26 19:08:52
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
гурмания 2 полная версия
auto-migrated Priority-Medium Type-Defect
``` '''Адольф Хохлов''' День добрый никак не могу найти .гурмания 2 полная версия. как то выкладывали уже '''Велислав Игнатьев''' Вот держи линк http://bit.ly/1aVKsBb '''Геннадий Блинов''' Спасибо вроде то но просит телефон вводить '''Антон Семёнов''' Не это не влияет на баланс '''Боян Воробьёв''' Не это не влияет на баланс Информация о файле: гурмания 2 полная версия Загружен: В этом месяце Скачан раз: 910 Рейтинг: 258 Средняя скорость скачивания: 1332 Похожих файлов: 16 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 16 Dec 2013 at 6:23
1.0
гурмания 2 полная версия - ``` '''Адольф Хохлов''' День добрый никак не могу найти .гурмания 2 полная версия. как то выкладывали уже '''Велислав Игнатьев''' Вот держи линк http://bit.ly/1aVKsBb '''Геннадий Блинов''' Спасибо вроде то но просит телефон вводить '''Антон Семёнов''' Не это не влияет на баланс '''Боян Воробьёв''' Не это не влияет на баланс Информация о файле: гурмания 2 полная версия Загружен: В этом месяце Скачан раз: 910 Рейтинг: 258 Средняя скорость скачивания: 1332 Похожих файлов: 16 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 16 Dec 2013 at 6:23
defect
гурмания полная версия адольф хохлов день добрый никак не могу найти гурмания полная версия как то выкладывали уже велислав игнатьев вот держи линк геннадий блинов спасибо вроде то но просит телефон вводить антон семёнов не это не влияет на баланс боян воробьёв не это не влияет на баланс информация о файле гурмания полная версия загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
1
83,634
15,712,468,040
IssuesEvent
2021-03-27 12:15:26
emilykaldwin1827/goof
https://api.github.com/repos/emilykaldwin1827/goof
closed
WS-2019-0427 (Medium) detected in elliptic-6.4.1.tgz
security vulnerability
## WS-2019-0427 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.4.1.tgz</b></p></summary> <p>EC cryptography</p> <p>Library home page: <a href="https://registry.npmjs.org/elliptic/-/elliptic-6.4.1.tgz">https://registry.npmjs.org/elliptic/-/elliptic-6.4.1.tgz</a></p> <p>Path to dependency file: goof/package.json</p> <p>Path to vulnerable library: goof/node_modules/elliptic/package.json</p> <p> Dependency Hierarchy: - browserify-13.3.0.tgz (Root Library) - crypto-browserify-3.12.0.tgz - browserify-sign-4.0.4.tgz - :x: **elliptic-6.4.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/emilykaldwin1827/goof/commit/27563f2447d85b487d3c44ea67f0f561f0c44b91">27563f2447d85b487d3c44ea67f0f561f0c44b91</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> The function getNAF() in elliptic library has information leakage. This issue is mitigated in version 6.5.2 <p>Publish Date: 2019-11-22 <p>URL: <a href=https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a>WS-2019-0427</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.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: N/A - Attack Complexity: N/A - Privileges Required: N/A - User Interaction: N/A - Scope: N/A - Impact Metrics: - Confidentiality Impact: N/A - Integrity Impact: N/A - Availability Impact: N/A </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/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a">https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a</a></p> <p>Release Date: 2020-05-24</p> <p>Fix Resolution: v6.5.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2019-0427 (Medium) detected in elliptic-6.4.1.tgz - ## WS-2019-0427 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.4.1.tgz</b></p></summary> <p>EC cryptography</p> <p>Library home page: <a href="https://registry.npmjs.org/elliptic/-/elliptic-6.4.1.tgz">https://registry.npmjs.org/elliptic/-/elliptic-6.4.1.tgz</a></p> <p>Path to dependency file: goof/package.json</p> <p>Path to vulnerable library: goof/node_modules/elliptic/package.json</p> <p> Dependency Hierarchy: - browserify-13.3.0.tgz (Root Library) - crypto-browserify-3.12.0.tgz - browserify-sign-4.0.4.tgz - :x: **elliptic-6.4.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/emilykaldwin1827/goof/commit/27563f2447d85b487d3c44ea67f0f561f0c44b91">27563f2447d85b487d3c44ea67f0f561f0c44b91</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> The function getNAF() in elliptic library has information leakage. This issue is mitigated in version 6.5.2 <p>Publish Date: 2019-11-22 <p>URL: <a href=https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a>WS-2019-0427</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.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: N/A - Attack Complexity: N/A - Privileges Required: N/A - User Interaction: N/A - Scope: N/A - Impact Metrics: - Confidentiality Impact: N/A - Integrity Impact: N/A - Availability Impact: N/A </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/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a">https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a</a></p> <p>Release Date: 2020-05-24</p> <p>Fix Resolution: v6.5.2</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
ws medium detected in elliptic tgz ws medium severity vulnerability vulnerable library elliptic tgz ec cryptography library home page a href path to dependency file goof package json path to vulnerable library goof node modules elliptic package json dependency hierarchy browserify tgz root library crypto browserify tgz browserify sign tgz x elliptic tgz vulnerable library found in head commit a href found in base branch master vulnerability details the function getnaf in elliptic library has information leakage this issue is mitigated in version publish date url a href cvss score details base score metrics exploitability metrics attack vector n a attack complexity n a privileges required n a user interaction n a scope n a impact metrics confidentiality impact n a integrity impact n a availability impact n a 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
75,642
20,916,946,883
IssuesEvent
2022-03-24 14:12:19
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
Flutter app triggering anti-virus checkup on Windows
framework platform-windows a: desktop a: build a: release
The Windows .exe file of my Flutter developed application triggers an anti-virus checkup by Avast when it's started. The file comes up clean, but it's not a very user-friendly experience, since I'm planning a public release. Perhaps I'm barking at the wrong tree, and it's entierly Avast's fault... I'm not a windows developer so I'm kinda in the dark here. What could be the cause and is there anything at all I can do to prevent it?
1.0
Flutter app triggering anti-virus checkup on Windows - The Windows .exe file of my Flutter developed application triggers an anti-virus checkup by Avast when it's started. The file comes up clean, but it's not a very user-friendly experience, since I'm planning a public release. Perhaps I'm barking at the wrong tree, and it's entierly Avast's fault... I'm not a windows developer so I'm kinda in the dark here. What could be the cause and is there anything at all I can do to prevent it?
non_defect
flutter app triggering anti virus checkup on windows the windows exe file of my flutter developed application triggers an anti virus checkup by avast when it s started the file comes up clean but it s not a very user friendly experience since i m planning a public release perhaps i m barking at the wrong tree and it s entierly avast s fault i m not a windows developer so i m kinda in the dark here what could be the cause and is there anything at all i can do to prevent it
0
238,952
7,784,846,879
IssuesEvent
2018-06-06 14:22:03
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
Calendar ICAL URL still asks for User / Password
High Priority Resolved: Next Release bug category:module
After a clean install of suitecrm 7.10.4 on a clean Ubuntu server 17.10 system the iCal link for displaying the the calendar in an external program or in browser needs username and password. #### Issue Username and password of the user do not authenticate. #### Expected Behavior The server should not ask for username and password or should authenticate #### Actual Behavior when using the iCal link from the user profile in a browser: **SOMEIP/suitecrm/ical_server.php?type=ics&key=SOMEKEY&email=robert@USEREMAIL.COM** Username and password are asked to authenticate and supplying them does not authenticate. The fact that username and password kept getting asked let me to check the log and the following fatal error is displayed: `[FATAL] ambiguous user email address` After disabling authentication in ./modules/iCals/HTTP_WebDAV_Server_iCal.php (line 207-213) The **ical_server.php** was accessible but did not work in any program. After closer inspection the user in the ical file is not (in this case) **Robert** but **Administrator**: BEGIN:VCALENDAR VERSION:2.0 METHOD:PUBLISH X-WR-CALNAME: **Administrator** (SugarCRM) PRODID:-//SugarCRM//SugarCRM Calendar//EN BEGIN:VTIMEZONE #### Possible Fix I got things working by replacing **email** in the iCal-link to **user_name** SOMEIP/suitecrm/ical_server.php?type=ics&key=SOMEKEY&**user_name=robert** Now the **ical_server.php** reads: BEGIN:VCALENDAR VERSION:2.0 METHOD:PUBLISH X-WR-CALNAME:**Robert** (SugarCRM) PRODID:-//SugarCRM//SugarCRM Calendar//EN BEGIN:VTIMEZONE ..... This works even after re-enabling iCal authentication in ./modules/iCals/HTTP_WebDAV_Server_iCal.php #### Context For a new user this was a $|@#$ to figure out. I can see no fault in the suitecrm settings I used. Everything is working, e-mail etc. If it is me, please let me know. #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used: 7.10.4 * Browser name and version: Firefox 59.0.2 (64-bits) * Environment name and version: mysql-5.7 php7.1 * Operating System and version: Ubuntu 17.10
1.0
Calendar ICAL URL still asks for User / Password - After a clean install of suitecrm 7.10.4 on a clean Ubuntu server 17.10 system the iCal link for displaying the the calendar in an external program or in browser needs username and password. #### Issue Username and password of the user do not authenticate. #### Expected Behavior The server should not ask for username and password or should authenticate #### Actual Behavior when using the iCal link from the user profile in a browser: **SOMEIP/suitecrm/ical_server.php?type=ics&key=SOMEKEY&email=robert@USEREMAIL.COM** Username and password are asked to authenticate and supplying them does not authenticate. The fact that username and password kept getting asked let me to check the log and the following fatal error is displayed: `[FATAL] ambiguous user email address` After disabling authentication in ./modules/iCals/HTTP_WebDAV_Server_iCal.php (line 207-213) The **ical_server.php** was accessible but did not work in any program. After closer inspection the user in the ical file is not (in this case) **Robert** but **Administrator**: BEGIN:VCALENDAR VERSION:2.0 METHOD:PUBLISH X-WR-CALNAME: **Administrator** (SugarCRM) PRODID:-//SugarCRM//SugarCRM Calendar//EN BEGIN:VTIMEZONE #### Possible Fix I got things working by replacing **email** in the iCal-link to **user_name** SOMEIP/suitecrm/ical_server.php?type=ics&key=SOMEKEY&**user_name=robert** Now the **ical_server.php** reads: BEGIN:VCALENDAR VERSION:2.0 METHOD:PUBLISH X-WR-CALNAME:**Robert** (SugarCRM) PRODID:-//SugarCRM//SugarCRM Calendar//EN BEGIN:VTIMEZONE ..... This works even after re-enabling iCal authentication in ./modules/iCals/HTTP_WebDAV_Server_iCal.php #### Context For a new user this was a $|@#$ to figure out. I can see no fault in the suitecrm settings I used. Everything is working, e-mail etc. If it is me, please let me know. #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used: 7.10.4 * Browser name and version: Firefox 59.0.2 (64-bits) * Environment name and version: mysql-5.7 php7.1 * Operating System and version: Ubuntu 17.10
non_defect
calendar ical url still asks for user password after a clean install of suitecrm on a clean ubuntu server system the ical link for displaying the the calendar in an external program or in browser needs username and password issue username and password of the user do not authenticate expected behavior the server should not ask for username and password or should authenticate actual behavior when using the ical link from the user profile in a browser someip suitecrm ical server php type ics key somekey email robert useremail com username and password are asked to authenticate and supplying them does not authenticate the fact that username and password kept getting asked let me to check the log and the following fatal error is displayed ambiguous user email address after disabling authentication in modules icals http webdav server ical php line the ical server php was accessible but did not work in any program after closer inspection the user in the ical file is not in this case robert but administrator begin vcalendar version method publish x wr calname administrator sugarcrm prodid sugarcrm sugarcrm calendar en begin vtimezone possible fix i got things working by replacing email in the ical link to user name someip suitecrm ical server php type ics key somekey user name robert now the ical server php reads begin vcalendar version method publish x wr calname robert sugarcrm prodid sugarcrm sugarcrm calendar en begin vtimezone this works even after re enabling ical authentication in modules icals http webdav server ical php context for a new user this was a to figure out i can see no fault in the suitecrm settings i used everything is working e mail etc if it is me please let me know your environment suitecrm version used browser name and version firefox bits environment name and version mysql operating system and version ubuntu
0
66,800
20,677,754,067
IssuesEvent
2022-03-10 10:53:52
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Accepting an invite unexpectedly teleports me into the Other Rooms space
T-Defect
### Steps to reproduce 1. I was in 'all rooms' space, going through my invites 2. I accepted an invite 3. Most of my other invites suddenly vanished from the roomlist 4. I realised i had been inexplicably teleported into the Other Rooms space. ### Outcome #### What did you expect? I do not expect my currently selected space to suddenly change - especially between metaspaces. #### What happened instead? Metaspace suddenly changed for no obvious reason. ### Operating system macOS 12 ### Browser information chrome ### URL for webapp nightly ### Application version nightly ### Homeserver matrix.org ### Will you send logs? No
1.0
Accepting an invite unexpectedly teleports me into the Other Rooms space - ### Steps to reproduce 1. I was in 'all rooms' space, going through my invites 2. I accepted an invite 3. Most of my other invites suddenly vanished from the roomlist 4. I realised i had been inexplicably teleported into the Other Rooms space. ### Outcome #### What did you expect? I do not expect my currently selected space to suddenly change - especially between metaspaces. #### What happened instead? Metaspace suddenly changed for no obvious reason. ### Operating system macOS 12 ### Browser information chrome ### URL for webapp nightly ### Application version nightly ### Homeserver matrix.org ### Will you send logs? No
defect
accepting an invite unexpectedly teleports me into the other rooms space steps to reproduce i was in all rooms space going through my invites i accepted an invite most of my other invites suddenly vanished from the roomlist i realised i had been inexplicably teleported into the other rooms space outcome what did you expect i do not expect my currently selected space to suddenly change especially between metaspaces what happened instead metaspace suddenly changed for no obvious reason operating system macos browser information chrome url for webapp nightly application version nightly homeserver matrix org will you send logs no
1
498,429
14,406,970,203
IssuesEvent
2020-12-03 21:04:24
ngageoint/hootenanny
https://api.github.com/repos/ngageoint/hootenanny
closed
North Vegas C&R bad output 10/12/20
Category: Algorithms Priority: Low Status: Defined Type: Bug
**Dropped Roads (0)** * ~~dropped road: East Carter Avenue; North of Petitti Park (also East Ferguson Avenue directly North)~~ * ~~Southern section of Comstock Drive dropped near the Bonanza Village POI~~ * ~~South Rainbow Boulevard West of Waterville Circle loses its highway tag~~ * ~~Southern section of Shannon River Drive is missing~~ * ~~Eastern section of Tara Avenue between Westwood Road and Duneville Street is missing~~ * ~~Northern section of South Pecos Road near the intersection of Rosario Circle dropped~~ * ~~Southern section of Rosewood Drive dropped near the intersection of East Twain Avenue~~ * ~~dropped unamed highway=residential North of Sand Pier Street~~ * ~~Peach Springs Avenue missing~~ * ~~Southern section of Gliding Eagle Road dropped~~ * ~~Speedway Boulevard dropped North of Speedway Commerce Center~~ * ~~East Centennial Parkway dropped at the intersection with North Hollywood Boulevard~~ * ~~highway=service dropped Southwest of Media Center~~ * ~~section of Beale Avenue dropped~~ * ~~Frenchman Freeride highway=cycleway truncated~~ * ~~bridge missing over East Stewart Avenue near the intersection with North Las Vegas Boulevard and Zappos.com Parking Garage~~ * ~~cycleway section dropped West of Charlie Kellogg and Joe Zaher Sports Complex~~ * ~~dropped footway and bridge North of Gilley's BBQ~~ * ~~dropped highway=bridleway on Wynn Golf Course~~ * ~~dropped part of Hassett Avenue~~ * ~~Eastern section of Wild Chive Avenue dropped~~ * ~~section of McLeod Drive dropped at intersection with East Flamingo Road~~ * ~~section of service road connected to South Eastern Avenue~~ * ~~section of East Tropicana Avenue near Spencer Street loses highway tag~~ * ~~three dropped footway sections near Robert L Bigelow Physics Building and William D Carlson Education Building~~ * ~~dropped service road section near intersection of University Center Drive and East Harmon Avenue~~ * ~~dropped footway near Siegfried & Roy's Secret Garden~~ * ~~dropped section of unnamed residential road at the intersection of West Twain Avenue and Sand Pier Street~~ **Bad Road Snaps (0)** * ~~badly snapped highway=footway West of The Beatles Love~~ * ~~highway=cycleway West of Centennial High School moved~~ * ~~Sea Spray Avenue badly snapped~~ * ~~Frenchman Freeride~~ **Disconnected Ways (0)** * ~~boundary=administrative with highway-secondary (West Craig Road) in droppedPointPolyRelationMembers1Test~~ * ~~waterway=drain, tunnel=culvert in droppedPointPolyRelationMembers1Test~~ **Dropped Other (0)** * ~~multiple dropped power=pole near Pecos Substation~~ * ~~section of Nlv Industl Spur railway dropped at the intersection of North Walnut Road~~ * ~~section of barrier=wall between Gray Aster Drive and Tumblegrass Court~~ * ~~power line dropped at the intersection of East Centennial Parkway and North Hollywood Boulevard (cell 59)~~ * ~~barrier=fence dropped Southwest of Media Center~~ * ~~dropped highway=escalator North of Phil's Italian Steakhouse~~ * ~~dropped highway=elevator near The Mirage~~ **Extra Features (1)** * orphaned turning circle near Spencer Street that shouldn't be there **Mangled Polys (0)** * ~~malformed military=danger_area North of Nellis Air Force Base Solar Array~~ * ~~malformed landuse=residential Northeast of Gilcrease Orchard~~ * ~~malformed untagged way part of a natural=desert multipoly relation on top of Nellis AFB; multipoly relation "Nellis AFB"~~ * ~~malformed parking lot West of Blazing Sun Avenue~~ * ~~2 malformed landuse=retail polys North of Cashman Park~~ * ~~malformed landuse=commercial poly North of Palace Station~~ * ~~malformed school poly, Burk Academic Center Horizon Sunset~~ * ~~Las Vegas Metropolitan Police Department Downtown Substation poly mangled~~ * ~~1 dropped and 1 mangled landuse=commercial Southwest of Las Vegas Metropolitan Police Department Southeast Substation*~~ **Tagging Issues (0)** * ~~T-Mobile Arena poly gets alt name, MGM - AEG Arena instead~~ * ~~park between Bonnie Lane and North Sloan Lane has unnecessary tag merging~~ **Relations (0)** * ~~relation "Silverstone Golf Course" drops a landuse=residential poly~~ * ~~dropped features from multipoly relation TPC Summerling~~ * ~~malformed way in multipoly relation; id=394249055~~ * ~~building=school multipoly relation, Edmundo Escobedo Sr. Middle School, gets corrupted~~ * ~~multipoly relation, Los Prados Golf & Country Club, dropped~~ **Total remaining = 1 issue(s)**
1.0
North Vegas C&R bad output 10/12/20 - **Dropped Roads (0)** * ~~dropped road: East Carter Avenue; North of Petitti Park (also East Ferguson Avenue directly North)~~ * ~~Southern section of Comstock Drive dropped near the Bonanza Village POI~~ * ~~South Rainbow Boulevard West of Waterville Circle loses its highway tag~~ * ~~Southern section of Shannon River Drive is missing~~ * ~~Eastern section of Tara Avenue between Westwood Road and Duneville Street is missing~~ * ~~Northern section of South Pecos Road near the intersection of Rosario Circle dropped~~ * ~~Southern section of Rosewood Drive dropped near the intersection of East Twain Avenue~~ * ~~dropped unamed highway=residential North of Sand Pier Street~~ * ~~Peach Springs Avenue missing~~ * ~~Southern section of Gliding Eagle Road dropped~~ * ~~Speedway Boulevard dropped North of Speedway Commerce Center~~ * ~~East Centennial Parkway dropped at the intersection with North Hollywood Boulevard~~ * ~~highway=service dropped Southwest of Media Center~~ * ~~section of Beale Avenue dropped~~ * ~~Frenchman Freeride highway=cycleway truncated~~ * ~~bridge missing over East Stewart Avenue near the intersection with North Las Vegas Boulevard and Zappos.com Parking Garage~~ * ~~cycleway section dropped West of Charlie Kellogg and Joe Zaher Sports Complex~~ * ~~dropped footway and bridge North of Gilley's BBQ~~ * ~~dropped highway=bridleway on Wynn Golf Course~~ * ~~dropped part of Hassett Avenue~~ * ~~Eastern section of Wild Chive Avenue dropped~~ * ~~section of McLeod Drive dropped at intersection with East Flamingo Road~~ * ~~section of service road connected to South Eastern Avenue~~ * ~~section of East Tropicana Avenue near Spencer Street loses highway tag~~ * ~~three dropped footway sections near Robert L Bigelow Physics Building and William D Carlson Education Building~~ * ~~dropped service road section near intersection of University Center Drive and East Harmon Avenue~~ * ~~dropped footway near Siegfried & Roy's Secret Garden~~ * ~~dropped section of unnamed residential road at the intersection of West Twain Avenue and Sand Pier Street~~ **Bad Road Snaps (0)** * ~~badly snapped highway=footway West of The Beatles Love~~ * ~~highway=cycleway West of Centennial High School moved~~ * ~~Sea Spray Avenue badly snapped~~ * ~~Frenchman Freeride~~ **Disconnected Ways (0)** * ~~boundary=administrative with highway-secondary (West Craig Road) in droppedPointPolyRelationMembers1Test~~ * ~~waterway=drain, tunnel=culvert in droppedPointPolyRelationMembers1Test~~ **Dropped Other (0)** * ~~multiple dropped power=pole near Pecos Substation~~ * ~~section of Nlv Industl Spur railway dropped at the intersection of North Walnut Road~~ * ~~section of barrier=wall between Gray Aster Drive and Tumblegrass Court~~ * ~~power line dropped at the intersection of East Centennial Parkway and North Hollywood Boulevard (cell 59)~~ * ~~barrier=fence dropped Southwest of Media Center~~ * ~~dropped highway=escalator North of Phil's Italian Steakhouse~~ * ~~dropped highway=elevator near The Mirage~~ **Extra Features (1)** * orphaned turning circle near Spencer Street that shouldn't be there **Mangled Polys (0)** * ~~malformed military=danger_area North of Nellis Air Force Base Solar Array~~ * ~~malformed landuse=residential Northeast of Gilcrease Orchard~~ * ~~malformed untagged way part of a natural=desert multipoly relation on top of Nellis AFB; multipoly relation "Nellis AFB"~~ * ~~malformed parking lot West of Blazing Sun Avenue~~ * ~~2 malformed landuse=retail polys North of Cashman Park~~ * ~~malformed landuse=commercial poly North of Palace Station~~ * ~~malformed school poly, Burk Academic Center Horizon Sunset~~ * ~~Las Vegas Metropolitan Police Department Downtown Substation poly mangled~~ * ~~1 dropped and 1 mangled landuse=commercial Southwest of Las Vegas Metropolitan Police Department Southeast Substation*~~ **Tagging Issues (0)** * ~~T-Mobile Arena poly gets alt name, MGM - AEG Arena instead~~ * ~~park between Bonnie Lane and North Sloan Lane has unnecessary tag merging~~ **Relations (0)** * ~~relation "Silverstone Golf Course" drops a landuse=residential poly~~ * ~~dropped features from multipoly relation TPC Summerling~~ * ~~malformed way in multipoly relation; id=394249055~~ * ~~building=school multipoly relation, Edmundo Escobedo Sr. Middle School, gets corrupted~~ * ~~multipoly relation, Los Prados Golf & Country Club, dropped~~ **Total remaining = 1 issue(s)**
non_defect
north vegas c r bad output dropped roads dropped road east carter avenue north of petitti park also east ferguson avenue directly north southern section of comstock drive dropped near the bonanza village poi south rainbow boulevard west of waterville circle loses its highway tag southern section of shannon river drive is missing eastern section of tara avenue between westwood road and duneville street is missing northern section of south pecos road near the intersection of rosario circle dropped southern section of rosewood drive dropped near the intersection of east twain avenue dropped unamed highway residential north of sand pier street peach springs avenue missing southern section of gliding eagle road dropped speedway boulevard dropped north of speedway commerce center east centennial parkway dropped at the intersection with north hollywood boulevard highway service dropped southwest of media center section of beale avenue dropped frenchman freeride highway cycleway truncated bridge missing over east stewart avenue near the intersection with north las vegas boulevard and zappos com parking garage cycleway section dropped west of charlie kellogg and joe zaher sports complex dropped footway and bridge north of gilley s bbq dropped highway bridleway on wynn golf course dropped part of hassett avenue eastern section of wild chive avenue dropped section of mcleod drive dropped at intersection with east flamingo road section of service road connected to south eastern avenue section of east tropicana avenue near spencer street loses highway tag three dropped footway sections near robert l bigelow physics building and william d carlson education building dropped service road section near intersection of university center drive and east harmon avenue dropped footway near siegfried roy s secret garden dropped section of unnamed residential road at the intersection of west twain avenue and sand pier street bad road snaps badly snapped highway footway west of the beatles love highway cycleway west of centennial high school moved sea spray avenue badly snapped frenchman freeride disconnected ways boundary administrative with highway secondary west craig road in waterway drain tunnel culvert in dropped other multiple dropped power pole near pecos substation section of nlv industl spur railway dropped at the intersection of north walnut road section of barrier wall between gray aster drive and tumblegrass court power line dropped at the intersection of east centennial parkway and north hollywood boulevard cell barrier fence dropped southwest of media center dropped highway escalator north of phil s italian steakhouse dropped highway elevator near the mirage extra features orphaned turning circle near spencer street that shouldn t be there mangled polys malformed military danger area north of nellis air force base solar array malformed landuse residential northeast of gilcrease orchard malformed untagged way part of a natural desert multipoly relation on top of nellis afb multipoly relation nellis afb malformed parking lot west of blazing sun avenue malformed landuse retail polys north of cashman park malformed landuse commercial poly north of palace station malformed school poly burk academic center horizon sunset las vegas metropolitan police department downtown substation poly mangled dropped and mangled landuse commercial southwest of las vegas metropolitan police department southeast substation tagging issues t mobile arena poly gets alt name mgm aeg arena instead park between bonnie lane and north sloan lane has unnecessary tag merging relations relation silverstone golf course drops a landuse residential poly dropped features from multipoly relation tpc summerling malformed way in multipoly relation id building school multipoly relation edmundo escobedo sr middle school gets corrupted multipoly relation los prados golf country club dropped total remaining issue s
0
15,210
5,077,996,616
IssuesEvent
2016-12-28 13:07:02
rubberduck-vba/Rubberduck
https://api.github.com/repos/rubberduck-vba/Rubberduck
reopened
Run Rubberduck parser at the command line
code-parsing support vba-grammar
I'd like to wire up Rubberduck in PowerShell so I can pass in a `.bas` file and parse it. I only did a quick scan of the code and it look like it will only run in Excel. Is this true? Would it be easy to refactor the code to pass in a string of VBA and have it return the parsed results?
1.0
Run Rubberduck parser at the command line - I'd like to wire up Rubberduck in PowerShell so I can pass in a `.bas` file and parse it. I only did a quick scan of the code and it look like it will only run in Excel. Is this true? Would it be easy to refactor the code to pass in a string of VBA and have it return the parsed results?
non_defect
run rubberduck parser at the command line i d like to wire up rubberduck in powershell so i can pass in a bas file and parse it i only did a quick scan of the code and it look like it will only run in excel is this true would it be easy to refactor the code to pass in a string of vba and have it return the parsed results
0
19,048
13,536,127,375
IssuesEvent
2020-09-16 08:36:09
topcoder-platform/qa-fun
https://api.github.com/repos/topcoder-platform/qa-fun
closed
Social media links present at bottom of home page is without title
UX/Usability
**Steps to Reproduce:** 1. Log in to https://www.topcoder.com/ 2. Scroll down to page bottom Social media icons 3. For the Home page - Business Menu Social media links at bottom of page is without title in Chrome and firefox. **Expected Result:** for the Home page - Business Menu , Social media links present at bottom of page with title - FOLLOW US **Actual Result:** For the Home page - Business Menu ,Social media links present at bottom of page without any title in Chrome and firefox. **Device/OS/Browser Information:** Windows 10/ Chrome & Firefox **Screenshot:** Business menu ![image](https://user-images.githubusercontent.com/61939451/81289689-74ed1a00-9084-11ea-89b9-8ea0acc8cc2d.png) Community menu ![image](https://user-images.githubusercontent.com/61939451/81290585-f3968700-9085-11ea-9f75-6cabeed49df6.png)
True
Social media links present at bottom of home page is without title - **Steps to Reproduce:** 1. Log in to https://www.topcoder.com/ 2. Scroll down to page bottom Social media icons 3. For the Home page - Business Menu Social media links at bottom of page is without title in Chrome and firefox. **Expected Result:** for the Home page - Business Menu , Social media links present at bottom of page with title - FOLLOW US **Actual Result:** For the Home page - Business Menu ,Social media links present at bottom of page without any title in Chrome and firefox. **Device/OS/Browser Information:** Windows 10/ Chrome & Firefox **Screenshot:** Business menu ![image](https://user-images.githubusercontent.com/61939451/81289689-74ed1a00-9084-11ea-89b9-8ea0acc8cc2d.png) Community menu ![image](https://user-images.githubusercontent.com/61939451/81290585-f3968700-9085-11ea-9f75-6cabeed49df6.png)
non_defect
social media links present at bottom of home page is without title steps to reproduce log in to scroll down to page bottom social media icons for the home page business menu social media links at bottom of page is without title in chrome and firefox expected result for the home page business menu social media links present at bottom of page with title follow us actual result for the home page business menu social media links present at bottom of page without any title in chrome and firefox device os browser information windows chrome firefox screenshot business menu community menu
0
20,159
3,298,830,366
IssuesEvent
2015-11-02 16:08:22
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
exception from analysis server
Analyzer-Server Area-Analyzer Priority-High Type-Defect
This exception was reported by the analysis server: ``` The null object does not have a method 'getValue'. NoSuchMethodError: method not found: 'getValue' Receiver: null Arguments: [Instance of 'ResultDescriptorImpl'] #0 Object._noSuchMethod (dart:core-patch/object_patch.dart:42) #1 Object.noSuchMethod (dart:core-patch/object_patch.dart:45) #2 AnalysisContextImpl.isServerLibrary (package:analyzer/src/context/context.dart:1052) #3 ExecutionDomainHandler._fileAnalyzed.<anonymous closure> (package:analysis_server/src/domain_execution.dart:177) #4 _PerformanceTagImpl.makeCurrentWhile (package:analyzer/src/generated/utilities_general.dart:170) ```
1.0
exception from analysis server - This exception was reported by the analysis server: ``` The null object does not have a method 'getValue'. NoSuchMethodError: method not found: 'getValue' Receiver: null Arguments: [Instance of 'ResultDescriptorImpl'] #0 Object._noSuchMethod (dart:core-patch/object_patch.dart:42) #1 Object.noSuchMethod (dart:core-patch/object_patch.dart:45) #2 AnalysisContextImpl.isServerLibrary (package:analyzer/src/context/context.dart:1052) #3 ExecutionDomainHandler._fileAnalyzed.<anonymous closure> (package:analysis_server/src/domain_execution.dart:177) #4 _PerformanceTagImpl.makeCurrentWhile (package:analyzer/src/generated/utilities_general.dart:170) ```
defect
exception from analysis server this exception was reported by the analysis server the null object does not have a method getvalue nosuchmethoderror method not found getvalue receiver null arguments object nosuchmethod dart core patch object patch dart object nosuchmethod dart core patch object patch dart analysiscontextimpl isserverlibrary package analyzer src context context dart executiondomainhandler fileanalyzed package analysis server src domain execution dart performancetagimpl makecurrentwhile package analyzer src generated utilities general dart
1
5,816
8,269,218,042
IssuesEvent
2018-09-15 02:52:23
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
[bug] Inconsistent behavior of grant command between MySQL and TiDB
question type/compatibility
1. What did you do? when trying to create different user and different databases, I encountered a inconsistent behavior of grant command between MySQL and TiDB. To reproduce this, follow the steps below 1. `create database db123;` 2. `grant select,insert,delete on db123.* to '123' identified by 'test';` 3. login with `123:test` 4. `show databases;` there are two databases `information_schema`, `db123` 5. `use information_schema;` `select * from tables;` tables that not belongs to user `123` appears in the result of last command; while MySQL behaves normal, user `123` cannot see anything belongs to others. 4. What version of TiDB are you using (`tidb-server -V`)? Git Commit Hash: 37d8ea3e38209d0f49a0f46c649220f8877b9fd8 UTC Build Time: 2017-07-19 02:19:35
True
[bug] Inconsistent behavior of grant command between MySQL and TiDB - 1. What did you do? when trying to create different user and different databases, I encountered a inconsistent behavior of grant command between MySQL and TiDB. To reproduce this, follow the steps below 1. `create database db123;` 2. `grant select,insert,delete on db123.* to '123' identified by 'test';` 3. login with `123:test` 4. `show databases;` there are two databases `information_schema`, `db123` 5. `use information_schema;` `select * from tables;` tables that not belongs to user `123` appears in the result of last command; while MySQL behaves normal, user `123` cannot see anything belongs to others. 4. What version of TiDB are you using (`tidb-server -V`)? Git Commit Hash: 37d8ea3e38209d0f49a0f46c649220f8877b9fd8 UTC Build Time: 2017-07-19 02:19:35
non_defect
inconsistent behavior of grant command between mysql and tidb what did you do when trying to create different user and different databases i encountered a inconsistent behavior of grant command between mysql and tidb to reproduce this follow the steps below create database grant select insert delete on to identified by test login with test show databases there are two databases information schema use information schema select from tables tables that not belongs to user appears in the result of last command; while mysql behaves normal user cannot see anything belongs to others what version of tidb are you using tidb server v git commit hash utc build time
0
228,625
25,234,242,633
IssuesEvent
2022-11-14 22:45:00
cloud-gov/product
https://api.github.com/repos/cloud-gov/product
closed
Verify AWS account contact details are correct
squad-platform epic:aws-security-improvements
We need to be sure that the contact information on our AWS accounts is correct so that AWS can contact us in the case of a major incident
True
Verify AWS account contact details are correct - We need to be sure that the contact information on our AWS accounts is correct so that AWS can contact us in the case of a major incident
non_defect
verify aws account contact details are correct we need to be sure that the contact information on our aws accounts is correct so that aws can contact us in the case of a major incident
0
23,216
3,776,855,476
IssuesEvent
2016-03-17 17:59:32
obophenotype/upheno
https://api.github.com/repos/obophenotype/upheno
closed
Decide on strategy for equivalence to ZFA
Priority-Medium Status-Accepted Type-Defect
Originally reported on Google Code with ID 53 ``` We previously got this inference: > - Short upper lip (HP:0000188) -> abnormal(ly) decreased size lip (ZP:0010226) Formally such as inference is wrong at the moment, as ZP classes reference ZFA. However, we would like to change this to maximize cross-species inference The options are 1. Rewrite ZP to use Uberon classes (this is a valid operation, as we control ZP and get to dictate its semantics) 2. Use invalid-but-convenient equivalence axioms between ZFA and Uberon note the axioms at the moment are taxon-equivalence axioms. E.g. ZFA:lip equivalentTo UBR:lip and part_of some zebrafish This is all documented here: https://github.com/obophenotype/uberon/wiki/inter-anatomy-ontology-bridge-ontologies See under "Alternate strategy: assuming complete equivalence" 2 may be the most convenient in the short term ``` Reported by `cmungall` on 2014-08-15 23:24:53
1.0
Decide on strategy for equivalence to ZFA - Originally reported on Google Code with ID 53 ``` We previously got this inference: > - Short upper lip (HP:0000188) -> abnormal(ly) decreased size lip (ZP:0010226) Formally such as inference is wrong at the moment, as ZP classes reference ZFA. However, we would like to change this to maximize cross-species inference The options are 1. Rewrite ZP to use Uberon classes (this is a valid operation, as we control ZP and get to dictate its semantics) 2. Use invalid-but-convenient equivalence axioms between ZFA and Uberon note the axioms at the moment are taxon-equivalence axioms. E.g. ZFA:lip equivalentTo UBR:lip and part_of some zebrafish This is all documented here: https://github.com/obophenotype/uberon/wiki/inter-anatomy-ontology-bridge-ontologies See under "Alternate strategy: assuming complete equivalence" 2 may be the most convenient in the short term ``` Reported by `cmungall` on 2014-08-15 23:24:53
defect
decide on strategy for equivalence to zfa originally reported on google code with id we previously got this inference short upper lip hp abnormal ly decreased size lip zp formally such as inference is wrong at the moment as zp classes reference zfa however we would like to change this to maximize cross species inference the options are rewrite zp to use uberon classes this is a valid operation as we control zp and get to dictate its semantics use invalid but convenient equivalence axioms between zfa and uberon note the axioms at the moment are taxon equivalence axioms e g zfa lip equivalentto ubr lip and part of some zebrafish this is all documented here see under alternate strategy assuming complete equivalence may be the most convenient in the short term reported by cmungall on
1
94,253
15,962,355,878
IssuesEvent
2021-04-16 01:07:53
dmyers87/prefect
https://api.github.com/repos/dmyers87/prefect
opened
CVE-2018-19797 (Medium) detected in node-sassv4.13.1, node-sass-4.14.1.tgz
security vulnerability
## CVE-2018-19797 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sassv4.13.1</b>, <b>node-sass-4.14.1.tgz</b></p></summary> <p> <details><summary><b>node-sass-4.14.1.tgz</b></p></summary> <p>Wrapper around libsass</p> <p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz</a></p> <p>Path to dependency file: prefect/package.json</p> <p>Path to vulnerable library: prefect/node_modules/node-sass/package.json</p> <p> Dependency Hierarchy: - vuepress-plugin-element-tabs-0.1.8.tgz (Root Library) - :x: **node-sass-4.14.1.tgz** (Vulnerable Library) </details> <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> In LibSass 3.5.5, a NULL Pointer Dereference in the function Sass::Selector_List::populate_extends in SharedPtr.hpp (used by ast.cpp and ast_selectors.cpp) may cause a Denial of Service (application crash) via a crafted sass input file. <p>Publish Date: 2018-12-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-19797>CVE-2018-19797</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19797">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19797</a></p> <p>Release Date: 2018-12-03</p> <p>Fix Resolution: libsass-3.6.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"node-sass","packageVersion":"4.14.1","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"vuepress-plugin-element-tabs:0.1.8;node-sass:4.14.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"libsass-3.6.0"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2018-19797","vulnerabilityDetails":"In LibSass 3.5.5, a NULL Pointer Dereference in the function Sass::Selector_List::populate_extends in SharedPtr.hpp (used by ast.cpp and ast_selectors.cpp) may cause a Denial of Service (application crash) via a crafted sass input file.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-19797","cvss3Severity":"medium","cvss3Score":"6.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"Required","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2018-19797 (Medium) detected in node-sassv4.13.1, node-sass-4.14.1.tgz - ## CVE-2018-19797 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sassv4.13.1</b>, <b>node-sass-4.14.1.tgz</b></p></summary> <p> <details><summary><b>node-sass-4.14.1.tgz</b></p></summary> <p>Wrapper around libsass</p> <p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz</a></p> <p>Path to dependency file: prefect/package.json</p> <p>Path to vulnerable library: prefect/node_modules/node-sass/package.json</p> <p> Dependency Hierarchy: - vuepress-plugin-element-tabs-0.1.8.tgz (Root Library) - :x: **node-sass-4.14.1.tgz** (Vulnerable Library) </details> <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> In LibSass 3.5.5, a NULL Pointer Dereference in the function Sass::Selector_List::populate_extends in SharedPtr.hpp (used by ast.cpp and ast_selectors.cpp) may cause a Denial of Service (application crash) via a crafted sass input file. <p>Publish Date: 2018-12-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-19797>CVE-2018-19797</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19797">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19797</a></p> <p>Release Date: 2018-12-03</p> <p>Fix Resolution: libsass-3.6.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"node-sass","packageVersion":"4.14.1","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"vuepress-plugin-element-tabs:0.1.8;node-sass:4.14.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"libsass-3.6.0"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2018-19797","vulnerabilityDetails":"In LibSass 3.5.5, a NULL Pointer Dereference in the function Sass::Selector_List::populate_extends in SharedPtr.hpp (used by ast.cpp and ast_selectors.cpp) may cause a Denial of Service (application crash) via a crafted sass input file.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-19797","cvss3Severity":"medium","cvss3Score":"6.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"Required","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_defect
cve medium detected in node node sass tgz cve medium severity vulnerability vulnerable libraries node node sass tgz node sass tgz wrapper around libsass library home page a href path to dependency file prefect package json path to vulnerable library prefect node modules node sass package json dependency hierarchy vuepress plugin element tabs tgz root library x node sass tgz vulnerable library found in base branch master vulnerability details in libsass a null pointer dereference in the function sass selector list populate extends in sharedptr hpp used by ast cpp and ast selectors cpp may cause a denial of service application crash via a crafted sass input file publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope 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 libsass isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree vuepress plugin element tabs node sass isminimumfixversionavailable true minimumfixversion libsass basebranches vulnerabilityidentifier cve vulnerabilitydetails in libsass a null pointer dereference in the function sass selector list populate extends in sharedptr hpp used by ast cpp and ast selectors cpp may cause a denial of service application crash via a crafted sass input file vulnerabilityurl
0
82,024
31,858,990,869
IssuesEvent
2023-09-15 09:31:26
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Fix DefaultRecordMapper Javadoc to reflect actual behaviour
T: Defect C: Documentation P: Medium E: All Editions
A few "recent" changes aren't reflected correctly in the [`DefaultRecordMapper` Javadoc](https://www.jooq.org/javadoc/latest/org.jooq/org/jooq/impl/DefaultRecordMapper.html): - `ValueTypeMapper` isn't based on whether the user type `E` is a built-in type, but on whether the `ConverterProvider` can convert between `T1` (from `Record1<T1>`) and `E` - `RecordToRecordMapper` has a higher priority than `ValueTypeMapper` (see also: https://github.com/jOOQ/jOOQ/issues/11148) - `ProxyMapper` is listed way too far down ---- See also: https://groups.google.com/g/jooq-user/c/XMD2Rc0kEqQ
1.0
Fix DefaultRecordMapper Javadoc to reflect actual behaviour - A few "recent" changes aren't reflected correctly in the [`DefaultRecordMapper` Javadoc](https://www.jooq.org/javadoc/latest/org.jooq/org/jooq/impl/DefaultRecordMapper.html): - `ValueTypeMapper` isn't based on whether the user type `E` is a built-in type, but on whether the `ConverterProvider` can convert between `T1` (from `Record1<T1>`) and `E` - `RecordToRecordMapper` has a higher priority than `ValueTypeMapper` (see also: https://github.com/jOOQ/jOOQ/issues/11148) - `ProxyMapper` is listed way too far down ---- See also: https://groups.google.com/g/jooq-user/c/XMD2Rc0kEqQ
defect
fix defaultrecordmapper javadoc to reflect actual behaviour a few recent changes aren t reflected correctly in the valuetypemapper isn t based on whether the user type e is a built in type but on whether the converterprovider can convert between from and e recordtorecordmapper has a higher priority than valuetypemapper see also proxymapper is listed way too far down see also
1
90,117
18,061,572,989
IssuesEvent
2021-09-20 14:29:17
MicrosoftDocs/windows-powershell-docs
https://api.github.com/repos/MicrosoftDocs/windows-powershell-docs
closed
-CompressType Recovery / no esd support
code-of-conduct :no_entry:
[Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 4f6af0b6-0690-be99-e9ce-477fb07d2424 * Version Independent ID: faf9321f-f51c-e452-1c34-1e58cb18c666 * Content: [Export-WindowsImage (DISM)](https://docs.microsoft.com/en-us/powershell/module/dism/export-windowsimage?view=windowsserver2019-ps) * Content Source: [docset/winserver2019-ps/dism/Export-WindowsImage.md](https://github.com/MicrosoftDocs/windows-powershell-docs/blob/master/docset/winserver2019-ps/dism/Export-WindowsImage.md) * Product: **w10** * Technology: **windows** * GitHub Login: @JasonGerend * Microsoft Alias: **jgerend**
1.0
-CompressType Recovery / no esd support - [Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 4f6af0b6-0690-be99-e9ce-477fb07d2424 * Version Independent ID: faf9321f-f51c-e452-1c34-1e58cb18c666 * Content: [Export-WindowsImage (DISM)](https://docs.microsoft.com/en-us/powershell/module/dism/export-windowsimage?view=windowsserver2019-ps) * Content Source: [docset/winserver2019-ps/dism/Export-WindowsImage.md](https://github.com/MicrosoftDocs/windows-powershell-docs/blob/master/docset/winserver2019-ps/dism/Export-WindowsImage.md) * Product: **w10** * Technology: **windows** * GitHub Login: @JasonGerend * Microsoft Alias: **jgerend**
non_defect
compresstype recovery no esd support document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product technology windows github login jasongerend microsoft alias jgerend
0
335,726
10,165,588,718
IssuesEvent
2019-08-07 14:11:44
status-im/status-react
https://api.github.com/repos/status-im/status-react
closed
Can't send /send or /request by tapping on them from suggestions
bug chat high-priority high-severity release
### Description [comment]: # (Feature or Bug? i.e Type: Bug) *Type*: Bug *Summary*: can't use `/send` or `/request` commands in 1-1 chat - if you tap on suggestions on Android nothing happens, and no available commands appears on IOS after `/` You can still use commands if you type all parameters manually. #### Expected behavior can tap on `/send` or `/request` #### Actual behavior on Android: nothing happens on tapping on `/send` or `/request` on IOS: no suggestions ![photo_2019-07-26 10 35 06](https://user-images.githubusercontent.com/4557972/61938301-0e818a00-af91-11e9-9adb-63faea6863fb.jpeg) ### Reproduction [comment]: # (Describe how we can replicate the bug step by step.) - Open Status - Start 1-1 chat - Type `/` in message input field ### Additional Information - Status version: nightly 26/07/2019, release 0.14.0 build 13 - Operating System: Android, iOS
1.0
Can't send /send or /request by tapping on them from suggestions - ### Description [comment]: # (Feature or Bug? i.e Type: Bug) *Type*: Bug *Summary*: can't use `/send` or `/request` commands in 1-1 chat - if you tap on suggestions on Android nothing happens, and no available commands appears on IOS after `/` You can still use commands if you type all parameters manually. #### Expected behavior can tap on `/send` or `/request` #### Actual behavior on Android: nothing happens on tapping on `/send` or `/request` on IOS: no suggestions ![photo_2019-07-26 10 35 06](https://user-images.githubusercontent.com/4557972/61938301-0e818a00-af91-11e9-9adb-63faea6863fb.jpeg) ### Reproduction [comment]: # (Describe how we can replicate the bug step by step.) - Open Status - Start 1-1 chat - Type `/` in message input field ### Additional Information - Status version: nightly 26/07/2019, release 0.14.0 build 13 - Operating System: Android, iOS
non_defect
can t send send or request by tapping on them from suggestions description feature or bug i e type bug type bug summary can t use send or request commands in chat if you tap on suggestions on android nothing happens and no available commands appears on ios after you can still use commands if you type all parameters manually expected behavior can tap on send or request actual behavior on android nothing happens on tapping on send or request on ios no suggestions reproduction describe how we can replicate the bug step by step open status start chat type in message input field additional information status version nightly release build operating system android ios
0
221,212
16,997,624,977
IssuesEvent
2021-07-01 08:33:43
handsontable/handsontable
https://api.github.com/repos/handsontable/handsontable
closed
New docs: Tables aren't responsive on mobile
Mobile Type: Bug Type: Documentation
### Description Some of the tables aren't responsive on mobile in portrait mode. Tested on Safari / iPhone SE 2020 iOS 14.6. This was also the case in the older version, so it's a low priority. if necessary, I can list them all, right now I stopped testing on https://dev.handsontable.com/docs/next/api/plugins/ - [ ] table https://dev.handsontable.com/docs/next/cell-editor/#common-editor-properties is very hard to read on mobile - [ ] https://dev.handsontable.com/docs/next/context-menu/#context-menu-with-specific-options - [ ] https://dev.handsontable.com/docs/next/migration-from-8.4-to-9.0/#available-methods ![image](https://user-images.githubusercontent.com/30186818/123300270-b5268a80-d51a-11eb-8dd7-df202d5dc9b1.png) - [ ] all from https://dev.handsontable.com/docs/next/api/core/ ![image](https://user-images.githubusercontent.com/30186818/123306550-bad39e80-d521-11eb-969c-1794686a4952.png) - [ ] some from the hooks page. - https://dev.handsontable.com/docs/next/api/hooks/#afteraddchild is fixed - https://dev.handsontable.com/docs/next/api/hooks/#afterautofill it's broken
1.0
New docs: Tables aren't responsive on mobile - ### Description Some of the tables aren't responsive on mobile in portrait mode. Tested on Safari / iPhone SE 2020 iOS 14.6. This was also the case in the older version, so it's a low priority. if necessary, I can list them all, right now I stopped testing on https://dev.handsontable.com/docs/next/api/plugins/ - [ ] table https://dev.handsontable.com/docs/next/cell-editor/#common-editor-properties is very hard to read on mobile - [ ] https://dev.handsontable.com/docs/next/context-menu/#context-menu-with-specific-options - [ ] https://dev.handsontable.com/docs/next/migration-from-8.4-to-9.0/#available-methods ![image](https://user-images.githubusercontent.com/30186818/123300270-b5268a80-d51a-11eb-8dd7-df202d5dc9b1.png) - [ ] all from https://dev.handsontable.com/docs/next/api/core/ ![image](https://user-images.githubusercontent.com/30186818/123306550-bad39e80-d521-11eb-969c-1794686a4952.png) - [ ] some from the hooks page. - https://dev.handsontable.com/docs/next/api/hooks/#afteraddchild is fixed - https://dev.handsontable.com/docs/next/api/hooks/#afterautofill it's broken
non_defect
new docs tables aren t responsive on mobile description some of the tables aren t responsive on mobile in portrait mode tested on safari iphone se ios this was also the case in the older version so it s a low priority if necessary i can list them all right now i stopped testing on table is very hard to read on mobile all from some from the hooks page is fixed it s broken
0
624,759
19,706,375,052
IssuesEvent
2022-01-12 22:35:39
GoogleCloudPlatform/java-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/java-docs-samples
closed
com.example.texttospeech.SynthesizeTextIT: testSynthesizeSsml failed
type: bug priority: p1 api: texttospeech samples flakybot: issue flakybot: flaky
Note: #6281 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: fbab6ca777467225cce5a34a7926a83b18c40405 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/e4a47d52-d292-4e61-806a-193143d4f5e0), [Sponge](http://sponge2/e4a47d52-d292-4e61-806a-193143d4f5e0) status: failed <details><summary>Test output</summary><br><pre>java.lang.NullPointerException at com.example.texttospeech.SynthesizeTextIT.tearDown(SynthesizeTextIT.java:53) </pre></details>
1.0
com.example.texttospeech.SynthesizeTextIT: testSynthesizeSsml failed - Note: #6281 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: fbab6ca777467225cce5a34a7926a83b18c40405 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/e4a47d52-d292-4e61-806a-193143d4f5e0), [Sponge](http://sponge2/e4a47d52-d292-4e61-806a-193143d4f5e0) status: failed <details><summary>Test output</summary><br><pre>java.lang.NullPointerException at com.example.texttospeech.SynthesizeTextIT.tearDown(SynthesizeTextIT.java:53) </pre></details>
non_defect
com example texttospeech synthesizetextit testsynthesizessml failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output java lang nullpointerexception at com example texttospeech synthesizetextit teardown synthesizetextit java
0
352,680
10,544,899,576
IssuesEvent
2019-10-02 17:57:07
Amaroq7/SPMod
https://api.github.com/repos/Amaroq7/SPMod
closed
Unify files license header
Priority: Low good first issue
## Description At some point I changed the header and haven't updated it in all files. Old: https://github.com/Amaroq7/SPMod/blob/master/src/coreNatives.cpp#L1-L16 New: https://github.com/Amaroq7/SPMod/blob/master/src/CvarsNatives.cpp#L1-L18 - Operating system: n/a - ReHLDS version: n/a - Metamod version: n/a - SPMod version: master ## How do we replicate the issue? n/a ## Expected behavior (i.e. solution) New license header instead of old one. ## Other Comments n/a
1.0
Unify files license header - ## Description At some point I changed the header and haven't updated it in all files. Old: https://github.com/Amaroq7/SPMod/blob/master/src/coreNatives.cpp#L1-L16 New: https://github.com/Amaroq7/SPMod/blob/master/src/CvarsNatives.cpp#L1-L18 - Operating system: n/a - ReHLDS version: n/a - Metamod version: n/a - SPMod version: master ## How do we replicate the issue? n/a ## Expected behavior (i.e. solution) New license header instead of old one. ## Other Comments n/a
non_defect
unify files license header description at some point i changed the header and haven t updated it in all files old new operating system n a rehlds version n a metamod version n a spmod version master how do we replicate the issue n a expected behavior i e solution new license header instead of old one other comments n a
0
22,551
3,963,000,045
IssuesEvent
2016-05-02 18:51:08
ampproject/amphtml
https://api.github.com/repos/ampproject/amphtml
closed
Fix local FontLoader test
Priority: Critical Related to: Testing
1. run `gulp test` 2. profit <img width="1177" alt="screen shot 2016-04-25 at 1 43 54 pm" src="https://cloud.githubusercontent.com/assets/354746/14798296/c8dc8c90-0aeb-11e6-8b32-f67f2728f2aa.png">
1.0
Fix local FontLoader test - 1. run `gulp test` 2. profit <img width="1177" alt="screen shot 2016-04-25 at 1 43 54 pm" src="https://cloud.githubusercontent.com/assets/354746/14798296/c8dc8c90-0aeb-11e6-8b32-f67f2728f2aa.png">
non_defect
fix local fontloader test run gulp test profit img width alt screen shot at pm src
0
10,324
2,622,144,277
IssuesEvent
2015-03-04 00:03:26
byzhang/i7z
https://api.github.com/repos/byzhang/i7z
closed
rdmsr input/output error when running i7z
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? BTW is it a 32-bit or a 64-bit OS/Kernel? Ubuntu 9.04 desktop 64 bit, version 0.25 Please provide any additional information below. Trying to run sudo ./i7z gives me this: i7z DEBUG: Found Intel Processor i7z DEBUG: Stepping 2 i7z DEBUG: Model a i7z DEBUG: Family 6 i7z DEBUG: Processor Type 0 i7z DEBUG: Extended Model 1 i7z DEBUG: msr = Model Specific Register i7z DEBUG: Detected a nehalem (i7) i7z DEBUG: msr device files exist /dev/cpu/*/msr i7z DEBUG: You have write permissions to msr device files rdmsr:pread: Input/output error Probably more operator error than a bug, but you don't have a forum or instructions. I have msr-tools installed and they appear to work: dave@believer:~$ sudo rdmsr -x 0x199 13 Thanks ``` Original issue reported on code.google.com by `sdav...@yahoo.com` on 21 May 2010 at 11:25
1.0
rdmsr input/output error when running i7z - ``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? BTW is it a 32-bit or a 64-bit OS/Kernel? Ubuntu 9.04 desktop 64 bit, version 0.25 Please provide any additional information below. Trying to run sudo ./i7z gives me this: i7z DEBUG: Found Intel Processor i7z DEBUG: Stepping 2 i7z DEBUG: Model a i7z DEBUG: Family 6 i7z DEBUG: Processor Type 0 i7z DEBUG: Extended Model 1 i7z DEBUG: msr = Model Specific Register i7z DEBUG: Detected a nehalem (i7) i7z DEBUG: msr device files exist /dev/cpu/*/msr i7z DEBUG: You have write permissions to msr device files rdmsr:pread: Input/output error Probably more operator error than a bug, but you don't have a forum or instructions. I have msr-tools installed and they appear to work: dave@believer:~$ sudo rdmsr -x 0x199 13 Thanks ``` Original issue reported on code.google.com by `sdav...@yahoo.com` on 21 May 2010 at 11:25
defect
rdmsr input output error when running what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using on what operating system btw is it a bit or a bit os kernel ubuntu desktop bit version please provide any additional information below trying to run sudo gives me this debug found intel processor debug stepping debug model a debug family debug processor type debug extended model debug msr model specific register debug detected a nehalem debug msr device files exist dev cpu msr debug you have write permissions to msr device files rdmsr pread input output error probably more operator error than a bug but you don t have a forum or instructions i have msr tools installed and they appear to work dave believer sudo rdmsr x thanks original issue reported on code google com by sdav yahoo com on may at
1
38,337
8,780,615,829
IssuesEvent
2018-12-19 17:50:33
prettydiff/prettydiff
https://api.github.com/repos/prettydiff/prettydiff
opened
Type annotation, object data type
Defect Parsing
``` let coolRating: {[id:string]: number} = {}; ``` The first set of curly braces are a type annotation. The second set is an object.
1.0
Type annotation, object data type - ``` let coolRating: {[id:string]: number} = {}; ``` The first set of curly braces are a type annotation. The second set is an object.
defect
type annotation object data type let coolrating number the first set of curly braces are a type annotation the second set is an object
1
80,276
30,207,949,847
IssuesEvent
2023-07-05 10:44:05
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
Could not serialize access due to concurrent `DELETE` from presence_stream
A-Presence S-Tolerable T-Defect A-Database O-Uncommon
```log 2023-06-24 20:17:27.496 CDT [29164] ERROR: could not serialize access due to concurrent delete 2023-06-24 20:17:27.496 CDT [29164] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31609735 AND user_id = ANY(ARRAY[<a list of 34 different users>]) 2023-06-25 00:19:10.120 CDT [29528] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:19:10.120 CDT [29528] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624045 AND user_id = ANY(ARRAY['@user:someserver']) 2023-06-25 00:21:01.669 CDT [29511] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:21:01.669 CDT [29511] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624211 AND user_id = ANY(ARRAY['@otheruser:someotherserver']) 2023-06-25 00:21:01.669 CDT [29526] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:21:01.669 CDT [29526] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624212 AND user_id = ANY(ARRAY['@otheruser:someotherserver']) 2023-06-25 00:21:01.679 CDT [29526] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:21:01.679 CDT [29526] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624212 AND user_id = ANY(ARRAY['@otheruser:someotherserver']) 2023-06-25 00:21:02.085 CDT [29527] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:21:02.085 CDT [29527] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624214 AND user_id = ANY(ARRAY['@thirduser:yetanotherserver']) 2023-06-25 00:21:02.117 CDT [29498] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:21:02.117 CDT [29498] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624217 AND user_id = ANY(ARRAY['@thirduser:yetanotherserver']) 2023-06-25 00:21:02.117 CDT [29524] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:21:02.117 CDT [29524] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624218 AND user_id = ANY(ARRAY['@thirduser:yetanotherserver']) 2023-06-25 00:21:02.128 CDT [29524] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:21:02.128 CDT [29524] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624218 AND user_id = ANY(ARRAY['@thirduser:yetanotherserver']) ``` So this is annoying. And while it doesn't always occur so regularly, it does seem to come in batches. I took a little while to investigate this and found out: 1. The function this occurs in, [`PresenceStore.update_presence()`](https://github.com/matrix-org/synapse/blob/d53547352063c3e66302f7bdc40d7ac7270e605c/synapse/storage/databases/main/presence.py#L108), takes between 35-47ms to complete when this happens, but only 5-25ms when it doesn't(on my two user workerized-homeserver). This appears to be due to the rollback of the transaction before retrying.(These numbers should not be considered standardized, as variance across several factors can influence them. e.g. Monolith Postgres would sometimes take 11-95ms without any contention. The point is that a rollback transaction can almost double the time it takes to complete it, or more if it has to try multiple times.) 2. Inside the presence_handler, there are 3 places this `PresenceStore` function is called: 1. [`_on_shutdown()`](https://github.com/matrix-org/synapse/blob/d53547352063c3e66302f7bdc40d7ac7270e605c/synapse/handlers/presence.py#L759) - Fairly self-evident what this does. 2. [`_persist_unpersisted_changes()`](https://github.com/matrix-org/synapse/blob/d53547352063c3e66302f7bdc40d7ac7270e605c/synapse/handlers/presence.py#L787) - used like a drag net to make sure anything that still needs to be written to the database gets done, as otherwise it will stack up and affect shutdown times. Run as a looping call every 60 seconds. 3. [`handle_presence_timeouts`](https://github.com/matrix-org/synapse/blob/d53547352063c3e66302f7bdc40d7ac7270e605c/synapse/handlers/presence.py#L728-L730)(which is actually [`_handle_timeouts()`](https://github.com/matrix-org/synapse/blob/d53547352063c3e66302f7bdc40d7ac7270e605c/synapse/handlers/presence.py#L902)) -> [`_update_states()`](https://github.com/matrix-org/synapse/blob/d53547352063c3e66302f7bdc40d7ac7270e605c/synapse/handlers/presence.py#L800) -> [`_persist_and_notify()`](https://github.com/matrix-org/synapse/blob/d53547352063c3e66302f7bdc40d7ac7270e605c/synapse/handlers/presence.py#L1143) - which is the main point of entry for changes in presence states, and is responsible for sending changes over federation and persisting those changes. Run as a looping call every 5 seconds. The main reason this seems to occur is that `_persist_unpersisted_changes()` and `_persist_and_notify()` sometimes run at the same time, due to overlapping timeouts. The process of persisting presence changes includes running a `DELETE` before the `INSERT`, in order to clean up previous Stream ID's. When `_persist_unpersisted_changes()` runs at the same time as `_persist_and_notify()` it has a lower Stream ID which seems to be confusing the database/transaction. The solution *seems* to be deal with this in a way that allows the transaction to serialize.
1.0
Could not serialize access due to concurrent `DELETE` from presence_stream - ```log 2023-06-24 20:17:27.496 CDT [29164] ERROR: could not serialize access due to concurrent delete 2023-06-24 20:17:27.496 CDT [29164] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31609735 AND user_id = ANY(ARRAY[<a list of 34 different users>]) 2023-06-25 00:19:10.120 CDT [29528] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:19:10.120 CDT [29528] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624045 AND user_id = ANY(ARRAY['@user:someserver']) 2023-06-25 00:21:01.669 CDT [29511] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:21:01.669 CDT [29511] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624211 AND user_id = ANY(ARRAY['@otheruser:someotherserver']) 2023-06-25 00:21:01.669 CDT [29526] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:21:01.669 CDT [29526] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624212 AND user_id = ANY(ARRAY['@otheruser:someotherserver']) 2023-06-25 00:21:01.679 CDT [29526] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:21:01.679 CDT [29526] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624212 AND user_id = ANY(ARRAY['@otheruser:someotherserver']) 2023-06-25 00:21:02.085 CDT [29527] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:21:02.085 CDT [29527] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624214 AND user_id = ANY(ARRAY['@thirduser:yetanotherserver']) 2023-06-25 00:21:02.117 CDT [29498] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:21:02.117 CDT [29498] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624217 AND user_id = ANY(ARRAY['@thirduser:yetanotherserver']) 2023-06-25 00:21:02.117 CDT [29524] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:21:02.117 CDT [29524] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624218 AND user_id = ANY(ARRAY['@thirduser:yetanotherserver']) 2023-06-25 00:21:02.128 CDT [29524] ERROR: could not serialize access due to concurrent delete 2023-06-25 00:21:02.128 CDT [29524] STATEMENT: DELETE FROM presence_stream WHERE stream_id < 31624218 AND user_id = ANY(ARRAY['@thirduser:yetanotherserver']) ``` So this is annoying. And while it doesn't always occur so regularly, it does seem to come in batches. I took a little while to investigate this and found out: 1. The function this occurs in, [`PresenceStore.update_presence()`](https://github.com/matrix-org/synapse/blob/d53547352063c3e66302f7bdc40d7ac7270e605c/synapse/storage/databases/main/presence.py#L108), takes between 35-47ms to complete when this happens, but only 5-25ms when it doesn't(on my two user workerized-homeserver). This appears to be due to the rollback of the transaction before retrying.(These numbers should not be considered standardized, as variance across several factors can influence them. e.g. Monolith Postgres would sometimes take 11-95ms without any contention. The point is that a rollback transaction can almost double the time it takes to complete it, or more if it has to try multiple times.) 2. Inside the presence_handler, there are 3 places this `PresenceStore` function is called: 1. [`_on_shutdown()`](https://github.com/matrix-org/synapse/blob/d53547352063c3e66302f7bdc40d7ac7270e605c/synapse/handlers/presence.py#L759) - Fairly self-evident what this does. 2. [`_persist_unpersisted_changes()`](https://github.com/matrix-org/synapse/blob/d53547352063c3e66302f7bdc40d7ac7270e605c/synapse/handlers/presence.py#L787) - used like a drag net to make sure anything that still needs to be written to the database gets done, as otherwise it will stack up and affect shutdown times. Run as a looping call every 60 seconds. 3. [`handle_presence_timeouts`](https://github.com/matrix-org/synapse/blob/d53547352063c3e66302f7bdc40d7ac7270e605c/synapse/handlers/presence.py#L728-L730)(which is actually [`_handle_timeouts()`](https://github.com/matrix-org/synapse/blob/d53547352063c3e66302f7bdc40d7ac7270e605c/synapse/handlers/presence.py#L902)) -> [`_update_states()`](https://github.com/matrix-org/synapse/blob/d53547352063c3e66302f7bdc40d7ac7270e605c/synapse/handlers/presence.py#L800) -> [`_persist_and_notify()`](https://github.com/matrix-org/synapse/blob/d53547352063c3e66302f7bdc40d7ac7270e605c/synapse/handlers/presence.py#L1143) - which is the main point of entry for changes in presence states, and is responsible for sending changes over federation and persisting those changes. Run as a looping call every 5 seconds. The main reason this seems to occur is that `_persist_unpersisted_changes()` and `_persist_and_notify()` sometimes run at the same time, due to overlapping timeouts. The process of persisting presence changes includes running a `DELETE` before the `INSERT`, in order to clean up previous Stream ID's. When `_persist_unpersisted_changes()` runs at the same time as `_persist_and_notify()` it has a lower Stream ID which seems to be confusing the database/transaction. The solution *seems* to be deal with this in a way that allows the transaction to serialize.
defect
could not serialize access due to concurrent delete from presence stream log cdt error could not serialize access due to concurrent delete cdt statement delete from presence stream where stream id and user id any array cdt error could not serialize access due to concurrent delete cdt statement delete from presence stream where stream id and user id any array cdt error could not serialize access due to concurrent delete cdt statement delete from presence stream where stream id and user id any array cdt error could not serialize access due to concurrent delete cdt statement delete from presence stream where stream id and user id any array cdt error could not serialize access due to concurrent delete cdt statement delete from presence stream where stream id and user id any array cdt error could not serialize access due to concurrent delete cdt statement delete from presence stream where stream id and user id any array cdt error could not serialize access due to concurrent delete cdt statement delete from presence stream where stream id and user id any array cdt error could not serialize access due to concurrent delete cdt statement delete from presence stream where stream id and user id any array cdt error could not serialize access due to concurrent delete cdt statement delete from presence stream where stream id and user id any array so this is annoying and while it doesn t always occur so regularly it does seem to come in batches i took a little while to investigate this and found out the function this occurs in takes between to complete when this happens but only when it doesn t on my two user workerized homeserver this appears to be due to the rollback of the transaction before retrying these numbers should not be considered standardized as variance across several factors can influence them e g monolith postgres would sometimes take without any contention the point is that a rollback transaction can almost double the time it takes to complete it or more if it has to try multiple times inside the presence handler there are places this presencestore function is called fairly self evident what this does used like a drag net to make sure anything that still needs to be written to the database gets done as otherwise it will stack up and affect shutdown times run as a looping call every seconds is actually which is the main point of entry for changes in presence states and is responsible for sending changes over federation and persisting those changes run as a looping call every seconds the main reason this seems to occur is that persist unpersisted changes and persist and notify sometimes run at the same time due to overlapping timeouts the process of persisting presence changes includes running a delete before the insert in order to clean up previous stream id s when persist unpersisted changes runs at the same time as persist and notify it has a lower stream id which seems to be confusing the database transaction the solution seems to be deal with this in a way that allows the transaction to serialize
1
196,556
15,598,236,723
IssuesEvent
2021-03-18 17:51:15
LDSSA/wiki
https://api.github.com/repos/LDSSA/wiki
opened
What is the OKR? (mentioned in the LDSA Primary Enabler Agreement)
Clarification Documentation AOR
The OKR document is referred as part of the [LDSA Primary Enabler Agreement](https://docs.google.com/document/d/15ZZuyUNCoM8VFLDApuHutENFSSZgxKdYo2k-FDx3BOQ/edit#heading=h.9ekbjelt4n0p). As an AOR enabler, I did not know about this agreement nor the OKR, so I'm assuming this is unknown to more people. Will add the LDSA Primary Enabler Agreement to the Wiki Volunteer section, but I don't know what the OKR mentioned in it is about... 😛 @hershaw @minhhoang1023 any idea?
1.0
What is the OKR? (mentioned in the LDSA Primary Enabler Agreement) - The OKR document is referred as part of the [LDSA Primary Enabler Agreement](https://docs.google.com/document/d/15ZZuyUNCoM8VFLDApuHutENFSSZgxKdYo2k-FDx3BOQ/edit#heading=h.9ekbjelt4n0p). As an AOR enabler, I did not know about this agreement nor the OKR, so I'm assuming this is unknown to more people. Will add the LDSA Primary Enabler Agreement to the Wiki Volunteer section, but I don't know what the OKR mentioned in it is about... 😛 @hershaw @minhhoang1023 any idea?
non_defect
what is the okr mentioned in the ldsa primary enabler agreement the okr document is referred as part of the as an aor enabler i did not know about this agreement nor the okr so i m assuming this is unknown to more people will add the ldsa primary enabler agreement to the wiki volunteer section but i don t know what the okr mentioned in it is about 😛 hershaw any idea
0
830,833
32,026,245,687
IssuesEvent
2023-09-22 09:02:46
googlemaps/android-maps-compose
https://api.github.com/repos/googlemaps/android-maps-compose
closed
Refdocs missing for Widgets and Utils
priority: p2 type: docs
Currently, the [reference documentation](https://googlemaps.github.io/android-maps-compose/) only covers Maps Compose but not Maps Compose Widgets or Maps Compose Utils. We should update the docs workflow to generate and publish these for Widgets and Utils.
1.0
Refdocs missing for Widgets and Utils - Currently, the [reference documentation](https://googlemaps.github.io/android-maps-compose/) only covers Maps Compose but not Maps Compose Widgets or Maps Compose Utils. We should update the docs workflow to generate and publish these for Widgets and Utils.
non_defect
refdocs missing for widgets and utils currently the only covers maps compose but not maps compose widgets or maps compose utils we should update the docs workflow to generate and publish these for widgets and utils
0
350,871
31,932,508,776
IssuesEvent
2023-09-19 08:23:26
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix elementwise.test_logical_not
Sub Task Failing Test
| | | |---|---| |jax|<a href="https://github.com/unifyai/ivy/actions/runs/6034928471"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5973714527/job/16206489876"><img src=https://img.shields.io/badge/-success-success></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5973714527/job/16206489876"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/6048902031"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/6035979653"><img src=https://img.shields.io/badge/-failure-red></a>
1.0
Fix elementwise.test_logical_not - | | | |---|---| |jax|<a href="https://github.com/unifyai/ivy/actions/runs/6034928471"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5973714527/job/16206489876"><img src=https://img.shields.io/badge/-success-success></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5973714527/job/16206489876"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/6048902031"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/6035979653"><img src=https://img.shields.io/badge/-failure-red></a>
non_defect
fix elementwise test logical not jax a href src numpy a href src tensorflow a href src torch a href src paddle a href src
0
53,066
13,260,858,710
IssuesEvent
2020-08-20 18:53:00
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
Reported that "make tarball" is broken (Trac #649)
Migrated from Trac cmake defect
Henrike reports that items are missing from tarball. Check. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/649">https://code.icecube.wisc.edu/projects/icecube/ticket/649</a>, reported by blaufussand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2011-08-26T19:02:41", "_ts": "1314385361000000", "description": "Henrike reports that items are missing from tarball. Check.\n\n", "reporter": "blaufuss", "cc": "", "resolution": "duplicate", "time": "2011-08-26T18:55:29", "component": "cmake", "summary": "Reported that \"make tarball\" is broken", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
Reported that "make tarball" is broken (Trac #649) - Henrike reports that items are missing from tarball. Check. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/649">https://code.icecube.wisc.edu/projects/icecube/ticket/649</a>, reported by blaufussand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2011-08-26T19:02:41", "_ts": "1314385361000000", "description": "Henrike reports that items are missing from tarball. Check.\n\n", "reporter": "blaufuss", "cc": "", "resolution": "duplicate", "time": "2011-08-26T18:55:29", "component": "cmake", "summary": "Reported that \"make tarball\" is broken", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
defect
reported that make tarball is broken trac henrike reports that items are missing from tarball check migrated from json status closed changetime ts description henrike reports that items are missing from tarball check n n reporter blaufuss cc resolution duplicate time component cmake summary reported that make tarball is broken priority normal keywords milestone owner nega type defect
1
58,990
16,991,803,650
IssuesEvent
2021-06-30 21:41:03
Maffooch/django-DefectDojo
https://api.github.com/repos/Maffooch/django-DefectDojo
opened
SSL Self-Signed Certificate
defectdojo security / Medium
*Title*: [SSL Self-Signed Certificate|http://localhost:8080/finding/384] *Defect Dojo link:* http://localhost:8080/finding/384 (384) *Severity:* Medium *CWE:* Unknown *CVE:* Unknown *Product/Engagement/Test:* [Test2|http://localhost:8080/product/17] / [AdHoc Import - Wed, 30 Jun 2021 20:21:23|http://localhost:8080/engagement/27] / [Nessus Scan|http://localhost:8080/test/47] *Branch/Tag:* *BuildID:* *Commit hash:* *Systems/Endpoints*: * tcp://10.2.1.1:443 *Description*: The SSL certificate chain for this service ends in an unrecognized self-signed certificate. *Mitigation*: Purchase or generate a proper SSL certificate for this service. *Impact*: The X.509 certificate chain for this service is not signed by a recognized certificate authority. If the remote host is a public host in production, this nullifies the use of SSL as anyone could establish a man-in-the-middle attack against the remote host. Note that this plugin does not check for certificate chains that end in a certificate that is not self-signed, but is signed by an unrecognized certificate authority. *Steps to reproduce*: None *References*: *Reporter:* [(admin) ()|mailto:]
1.0
SSL Self-Signed Certificate - *Title*: [SSL Self-Signed Certificate|http://localhost:8080/finding/384] *Defect Dojo link:* http://localhost:8080/finding/384 (384) *Severity:* Medium *CWE:* Unknown *CVE:* Unknown *Product/Engagement/Test:* [Test2|http://localhost:8080/product/17] / [AdHoc Import - Wed, 30 Jun 2021 20:21:23|http://localhost:8080/engagement/27] / [Nessus Scan|http://localhost:8080/test/47] *Branch/Tag:* *BuildID:* *Commit hash:* *Systems/Endpoints*: * tcp://10.2.1.1:443 *Description*: The SSL certificate chain for this service ends in an unrecognized self-signed certificate. *Mitigation*: Purchase or generate a proper SSL certificate for this service. *Impact*: The X.509 certificate chain for this service is not signed by a recognized certificate authority. If the remote host is a public host in production, this nullifies the use of SSL as anyone could establish a man-in-the-middle attack against the remote host. Note that this plugin does not check for certificate chains that end in a certificate that is not self-signed, but is signed by an unrecognized certificate authority. *Steps to reproduce*: None *References*: *Reporter:* [(admin) ()|mailto:]
defect
ssl self signed certificate title defect dojo link severity medium cwe unknown cve unknown product engagement test branch tag buildid commit hash systems endpoints tcp description the ssl certificate chain for this service ends in an unrecognized self signed certificate mitigation purchase or generate a proper ssl certificate for this service impact the x certificate chain for this service is not signed by a recognized certificate authority if the remote host is a public host in production this nullifies the use of ssl as anyone could establish a man in the middle attack against the remote host note that this plugin does not check for certificate chains that end in a certificate that is not self signed but is signed by an unrecognized certificate authority steps to reproduce none references reporter
1
72,174
23,973,947,279
IssuesEvent
2022-09-13 09:59:10
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Username registered while already taken
T-Defect
### Steps to reproduce Having a problem with username changing. Chose the username "jayming" and registered account, but after email confirmation it said username is taken. Since I have used my email to register, i cannot make a new account without using a throw-away email, which I don't want to do. ### Outcome I expected that I would be able to simply delete the account, however since I cannot login due to duplicate username, I cannot. ### Operating system Windows 11 ### Application version _No response_ ### How did you install the app? element.io/get-started ### Homeserver matrix.org (where it would have been) ### Will you send logs? No
1.0
Username registered while already taken - ### Steps to reproduce Having a problem with username changing. Chose the username "jayming" and registered account, but after email confirmation it said username is taken. Since I have used my email to register, i cannot make a new account without using a throw-away email, which I don't want to do. ### Outcome I expected that I would be able to simply delete the account, however since I cannot login due to duplicate username, I cannot. ### Operating system Windows 11 ### Application version _No response_ ### How did you install the app? element.io/get-started ### Homeserver matrix.org (where it would have been) ### Will you send logs? No
defect
username registered while already taken steps to reproduce having a problem with username changing chose the username jayming and registered account but after email confirmation it said username is taken since i have used my email to register i cannot make a new account without using a throw away email which i don t want to do outcome i expected that i would be able to simply delete the account however since i cannot login due to duplicate username i cannot operating system windows application version no response how did you install the app element io get started homeserver matrix org where it would have been will you send logs no
1
14,320
2,798,252,281
IssuesEvent
2015-05-12 17:40:42
canadainc/quran10
https://api.github.com/repos/canadainc/quran10
opened
When Mushaf is opened there is an error due to a reference to obsolete code
Component-Logic Priority-Medium Type-Defect
dropDownDelegate is gone.
1.0
When Mushaf is opened there is an error due to a reference to obsolete code - dropDownDelegate is gone.
defect
when mushaf is opened there is an error due to a reference to obsolete code dropdowndelegate is gone
1
35,780
7,801,169,698
IssuesEvent
2018-06-09 17:50:43
StrikeNP/trac_test
https://api.github.com/repos/StrikeNP/trac_test
closed
Plotgen doesn't plot surface rainfall rate correctly for RICO. (Trac #636)
Migrated from Trac defect nieznan3@uwm.edu post_processing
I noticed that plotgen simply plots a timeseries of zeros in the surface rainfall rate field for RICO (for CLUBB results -- it plots the information correctly that is taken from SAM LES). However, CLUBB does not output zeros -- using GrADS, I find a whole timeseries of valid outputs for RICO surface rainfall rate. Additionally, I took a look at the the nightly test output on carson and found that the RICO surface output file contains valid positive values of ```rain_rate_sfc```, yet it is still plotted as a series of zeros on the nightly tests. This must be a plotgen issue. I have been able to determine that plotgen initially reads in the correct values from the CLUBB GrADS output file for RICO. However, somehow this field still gets plotted as zeros. Additionally, this field is plotted correctly for others cases (DYCOMS2 RF02, etc.). I took a look at historical nightly tests. The RICO surface rainfall rate was last plotted corrected on the nightly tests dated September 6, 2013. The first occurrence of the error is found on the nightly plots dated September 10, 2013. The nightly plots from September 7, 2013 are missing, and the nightly plots from September 8, 2013 are blank. A code change made anytime between September 6, 2013 and September 9, 2013 must be the source of this problem. Looking at the timeline, changes were made to the CLUBB repository on September 6, September 7, and September 9 for a grand total of 8 commitments. Of these, r6531 and r6532 (September 9, 2013) are particularly related to plotgen. Attachments: Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/636 ```json { "status": "closed", "changetime": "2013-12-17T20:39:42", "description": "I noticed that plotgen simply plots a timeseries of zeros in the surface rainfall rate field for RICO (for CLUBB results -- it plots the information correctly that is taken from SAM LES). However, CLUBB does not output zeros -- using GrADS, I find a whole timeseries of valid outputs for RICO surface rainfall rate. Additionally, I took a look at the the nightly test output on carson and found that the RICO surface output file contains valid positive values of {{{rain_rate_sfc}}}, yet it is still plotted as a series of zeros on the nightly tests. This must be a plotgen issue.\n\nI have been able to determine that plotgen initially reads in the correct values from the CLUBB GrADS output file for RICO. However, somehow this field still gets plotted as zeros. Additionally, this field is plotted correctly for others cases (DYCOMS2 RF02, etc.).\n\nI took a look at historical nightly tests. The RICO surface rainfall rate was last plotted corrected on the nightly tests dated September 6, 2013. The first occurrence of the error is found on the nightly plots dated September 10, 2013. The nightly plots from September 7, 2013 are missing, and the nightly plots from September 8, 2013 are blank. A code change made anytime between September 6, 2013 and September 9, 2013 must be the source of this problem.\n\nLooking at the timeline, changes were made to the CLUBB repository on September 6, September 7, and September 9 for a grand total of 8 commitments. Of these, r6531 and r6532 (September 9, 2013) are particularly related to plotgen. ", "reporter": "bmg2@uwm.edu", "cc": "vlarson@uwm.edu, nieznan3@uwm.edu", "resolution": "Verified by V. Larson", "_ts": "1387312782886389", "component": "post_processing", "summary": "Plotgen doesn't plot surface rainfall rate correctly for RICO.", "priority": "minor", "keywords": "plotgen, surface rainfall rate", "time": "2013-12-10T19:01:20", "milestone": "", "owner": "nieznan3@uwm.edu", "type": "defect" } ```
1.0
Plotgen doesn't plot surface rainfall rate correctly for RICO. (Trac #636) - I noticed that plotgen simply plots a timeseries of zeros in the surface rainfall rate field for RICO (for CLUBB results -- it plots the information correctly that is taken from SAM LES). However, CLUBB does not output zeros -- using GrADS, I find a whole timeseries of valid outputs for RICO surface rainfall rate. Additionally, I took a look at the the nightly test output on carson and found that the RICO surface output file contains valid positive values of ```rain_rate_sfc```, yet it is still plotted as a series of zeros on the nightly tests. This must be a plotgen issue. I have been able to determine that plotgen initially reads in the correct values from the CLUBB GrADS output file for RICO. However, somehow this field still gets plotted as zeros. Additionally, this field is plotted correctly for others cases (DYCOMS2 RF02, etc.). I took a look at historical nightly tests. The RICO surface rainfall rate was last plotted corrected on the nightly tests dated September 6, 2013. The first occurrence of the error is found on the nightly plots dated September 10, 2013. The nightly plots from September 7, 2013 are missing, and the nightly plots from September 8, 2013 are blank. A code change made anytime between September 6, 2013 and September 9, 2013 must be the source of this problem. Looking at the timeline, changes were made to the CLUBB repository on September 6, September 7, and September 9 for a grand total of 8 commitments. Of these, r6531 and r6532 (September 9, 2013) are particularly related to plotgen. Attachments: Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/636 ```json { "status": "closed", "changetime": "2013-12-17T20:39:42", "description": "I noticed that plotgen simply plots a timeseries of zeros in the surface rainfall rate field for RICO (for CLUBB results -- it plots the information correctly that is taken from SAM LES). However, CLUBB does not output zeros -- using GrADS, I find a whole timeseries of valid outputs for RICO surface rainfall rate. Additionally, I took a look at the the nightly test output on carson and found that the RICO surface output file contains valid positive values of {{{rain_rate_sfc}}}, yet it is still plotted as a series of zeros on the nightly tests. This must be a plotgen issue.\n\nI have been able to determine that plotgen initially reads in the correct values from the CLUBB GrADS output file for RICO. However, somehow this field still gets plotted as zeros. Additionally, this field is plotted correctly for others cases (DYCOMS2 RF02, etc.).\n\nI took a look at historical nightly tests. The RICO surface rainfall rate was last plotted corrected on the nightly tests dated September 6, 2013. The first occurrence of the error is found on the nightly plots dated September 10, 2013. The nightly plots from September 7, 2013 are missing, and the nightly plots from September 8, 2013 are blank. A code change made anytime between September 6, 2013 and September 9, 2013 must be the source of this problem.\n\nLooking at the timeline, changes were made to the CLUBB repository on September 6, September 7, and September 9 for a grand total of 8 commitments. Of these, r6531 and r6532 (September 9, 2013) are particularly related to plotgen. ", "reporter": "bmg2@uwm.edu", "cc": "vlarson@uwm.edu, nieznan3@uwm.edu", "resolution": "Verified by V. Larson", "_ts": "1387312782886389", "component": "post_processing", "summary": "Plotgen doesn't plot surface rainfall rate correctly for RICO.", "priority": "minor", "keywords": "plotgen, surface rainfall rate", "time": "2013-12-10T19:01:20", "milestone": "", "owner": "nieznan3@uwm.edu", "type": "defect" } ```
defect
plotgen doesn t plot surface rainfall rate correctly for rico trac i noticed that plotgen simply plots a timeseries of zeros in the surface rainfall rate field for rico for clubb results it plots the information correctly that is taken from sam les however clubb does not output zeros using grads i find a whole timeseries of valid outputs for rico surface rainfall rate additionally i took a look at the the nightly test output on carson and found that the rico surface output file contains valid positive values of rain rate sfc yet it is still plotted as a series of zeros on the nightly tests this must be a plotgen issue i have been able to determine that plotgen initially reads in the correct values from the clubb grads output file for rico however somehow this field still gets plotted as zeros additionally this field is plotted correctly for others cases etc i took a look at historical nightly tests the rico surface rainfall rate was last plotted corrected on the nightly tests dated september the first occurrence of the error is found on the nightly plots dated september the nightly plots from september are missing and the nightly plots from september are blank a code change made anytime between september and september must be the source of this problem looking at the timeline changes were made to the clubb repository on september september and september for a grand total of commitments of these and september are particularly related to plotgen attachments migrated from json status closed changetime description i noticed that plotgen simply plots a timeseries of zeros in the surface rainfall rate field for rico for clubb results it plots the information correctly that is taken from sam les however clubb does not output zeros using grads i find a whole timeseries of valid outputs for rico surface rainfall rate additionally i took a look at the the nightly test output on carson and found that the rico surface output file contains valid positive values of rain rate sfc yet it is still plotted as a series of zeros on the nightly tests this must be a plotgen issue n ni have been able to determine that plotgen initially reads in the correct values from the clubb grads output file for rico however somehow this field still gets plotted as zeros additionally this field is plotted correctly for others cases etc n ni took a look at historical nightly tests the rico surface rainfall rate was last plotted corrected on the nightly tests dated september the first occurrence of the error is found on the nightly plots dated september the nightly plots from september are missing and the nightly plots from september are blank a code change made anytime between september and september must be the source of this problem n nlooking at the timeline changes were made to the clubb repository on september september and september for a grand total of commitments of these and september are particularly related to plotgen reporter uwm edu cc vlarson uwm edu uwm edu resolution verified by v larson ts component post processing summary plotgen doesn t plot surface rainfall rate correctly for rico priority minor keywords plotgen surface rainfall rate time milestone owner uwm edu type defect
1
3,733
2,610,067,836
IssuesEvent
2015-02-26 18:19:54
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
路桥前列腺炎的治疗多少钱
auto-migrated Priority-Medium Type-Defect
``` 路桥前列腺炎的治疗多少钱【台州五洲生殖医院】24小时健康 咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台 州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、1 08、118、198及椒江一金清公交车直达枫南小区,乘坐107、105、 109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:56
1.0
路桥前列腺炎的治疗多少钱 - ``` 路桥前列腺炎的治疗多少钱【台州五洲生殖医院】24小时健康 咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台 州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、1 08、118、198及椒江一金清公交车直达枫南小区,乘坐107、105、 109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:56
defect
路桥前列腺炎的治疗多少钱 路桥前列腺炎的治疗多少钱【台州五洲生殖医院】 咨询热线 微信号tzwzszyy 医院地址 台 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
82,386
7,840,198,183
IssuesEvent
2018-06-18 15:40:50
wix/wix-style-react
https://api.github.com/repos/wix/wix-style-react
closed
Support predicate in testkits
General testkit enhancement
Add an optional predicate prop that should allow users to locate their component as they wish. ``` InputDriverTetkitFactory({wrapper, dataHook}); ``` will support also customLocator (or better name): ``` InputDriverTetkitFactory({wrapper, customLocator: () => {//returns the element}}); ``` or even without the wrapper.. @hesher
1.0
Support predicate in testkits - Add an optional predicate prop that should allow users to locate their component as they wish. ``` InputDriverTetkitFactory({wrapper, dataHook}); ``` will support also customLocator (or better name): ``` InputDriverTetkitFactory({wrapper, customLocator: () => {//returns the element}}); ``` or even without the wrapper.. @hesher
non_defect
support predicate in testkits add an optional predicate prop that should allow users to locate their component as they wish inputdrivertetkitfactory wrapper datahook will support also customlocator or better name inputdrivertetkitfactory wrapper customlocator returns the element or even without the wrapper hesher
0
804,789
29,501,441,532
IssuesEvent
2023-06-02 22:24:48
bcgov/foi-flow
https://api.github.com/repos/bcgov/foi-flow
closed
"Download Replaced" always shows for attachments
bug high priority
**Describe the bug in current situation** On attachments in the Records tab, the ellipsis shows 'Download Replaced' available for each attachment, even when there were not replaced. This doesn't occur for the same file that was uploaded, but is not an attachment. **Link bug to the User Story** **Impact of this bug** Describe the impact, i.e. what the impact is, and number of users impacted. **Chance of Occurring (high/medium/low/very low)** **Pre Conditions: which Env, any pre-requesites or assumptions to execute steps?** **Steps to Reproduce** Steps to reproduce the behavior: 1. Go to Records tab 2. Click on Attachment's ellipsis 3. You can see the option "Download Replaced" even though the file is not replaced **Actual/ observed behaviour/ results** "Download Replaced" always visible for Attachments **Expected behaviour** "Download Replaced" should be visible only when the file is replaced **Screenshots/ Visual Reference/ Source** ![image.png](https://images.zenhubusercontent.com/6081a4273965c56c02fdc82c/8bcd2c5e-ef19-4de0-9241-ee07f775ff09)
1.0
"Download Replaced" always shows for attachments - **Describe the bug in current situation** On attachments in the Records tab, the ellipsis shows 'Download Replaced' available for each attachment, even when there were not replaced. This doesn't occur for the same file that was uploaded, but is not an attachment. **Link bug to the User Story** **Impact of this bug** Describe the impact, i.e. what the impact is, and number of users impacted. **Chance of Occurring (high/medium/low/very low)** **Pre Conditions: which Env, any pre-requesites or assumptions to execute steps?** **Steps to Reproduce** Steps to reproduce the behavior: 1. Go to Records tab 2. Click on Attachment's ellipsis 3. You can see the option "Download Replaced" even though the file is not replaced **Actual/ observed behaviour/ results** "Download Replaced" always visible for Attachments **Expected behaviour** "Download Replaced" should be visible only when the file is replaced **Screenshots/ Visual Reference/ Source** ![image.png](https://images.zenhubusercontent.com/6081a4273965c56c02fdc82c/8bcd2c5e-ef19-4de0-9241-ee07f775ff09)
non_defect
download replaced always shows for attachments describe the bug in current situation on attachments in the records tab the ellipsis shows download replaced available for each attachment even when there were not replaced this doesn t occur for the same file that was uploaded but is not an attachment link bug to the user story impact of this bug describe the impact i e what the impact is and number of users impacted chance of occurring high medium low very low pre conditions which env any pre requesites or assumptions to execute steps steps to reproduce steps to reproduce the behavior go to records tab click on attachment s ellipsis you can see the option download replaced even though the file is not replaced actual observed behaviour results download replaced always visible for attachments expected behaviour download replaced should be visible only when the file is replaced screenshots visual reference source
0
40,839
6,850,378,249
IssuesEvent
2017-11-14 02:53:29
sagemathinc/cocalc
https://api.github.com/repos/sagemathinc/cocalc
closed
sagews clickable interact demo doesn't work
A-documentation A-sagews
See "Here's an example that illustrates creating a clickable image with events::" in sage_salvus.py near [here](https://github.com/sagemathinc/cocalc/blob/master/src/smc_sagews/smc_sagews/sage_salvus.py#L2578) ``` @interact def f0(fun=x*sin(x^2), mousemove='', click='(0,0)'): click = sage_eval(click) g = plot(fun, (x,0,5), zorder=0) + point(click, color='red', pointsize=100, zorder=10) ymax = g.ymax(); ymin = g.ymin() m = fun.derivative(x)(x=click[0]) b = fun(x=click[0]) - m*click[0] g += plot(m*x + b, (click[0]-1,click[0]+1), color='red', zorder=10) def h(p): f0.mousemove = p def c(p): f0(click=p) show(g, events={'click':c, 'mousemove':h}, svg=True, gridlines='major', ymin=ymin, ymax=ymax) ``` 1. x-coordinate of mouse cursor is off 2. plot does not update when mouse is clicked (shouldn't it?)
1.0
sagews clickable interact demo doesn't work - See "Here's an example that illustrates creating a clickable image with events::" in sage_salvus.py near [here](https://github.com/sagemathinc/cocalc/blob/master/src/smc_sagews/smc_sagews/sage_salvus.py#L2578) ``` @interact def f0(fun=x*sin(x^2), mousemove='', click='(0,0)'): click = sage_eval(click) g = plot(fun, (x,0,5), zorder=0) + point(click, color='red', pointsize=100, zorder=10) ymax = g.ymax(); ymin = g.ymin() m = fun.derivative(x)(x=click[0]) b = fun(x=click[0]) - m*click[0] g += plot(m*x + b, (click[0]-1,click[0]+1), color='red', zorder=10) def h(p): f0.mousemove = p def c(p): f0(click=p) show(g, events={'click':c, 'mousemove':h}, svg=True, gridlines='major', ymin=ymin, ymax=ymax) ``` 1. x-coordinate of mouse cursor is off 2. plot does not update when mouse is clicked (shouldn't it?)
non_defect
sagews clickable interact demo doesn t work see here s an example that illustrates creating a clickable image with events in sage salvus py near interact def fun x sin x mousemove click click sage eval click g plot fun x zorder point click color red pointsize zorder ymax g ymax ymin g ymin m fun derivative x x click b fun x click m click g plot m x b click click color red zorder def h p mousemove p def c p click p show g events click c mousemove h svg true gridlines major ymin ymin ymax ymax x coordinate of mouse cursor is off plot does not update when mouse is clicked shouldn t it
0
50,419
3,006,386,691
IssuesEvent
2015-07-27 10:02:29
OpenSRP/opensrp-client
https://api.github.com/repos/OpenSRP/opensrp-client
opened
faulty logic on the opensrp ELCO forms
bug High Priority
@raihan-mpower, it seems the new .apk has faulty form logic around the questions asked to the MWRA since all my women have the tag: NOT In ELCO, see the screenshot below: ![screenshot_2015-07-27-05-43-30](https://cloud.githubusercontent.com/assets/801106/8903257/4c8731da-345f-11e5-865f-430ae70bd08c.png) This has happened with the latest .apk, never observed it before. Also, none of the submission get couchDB and by extension OpenMRS, please look into this? @julkarnain @sohelsarder @dimasciput
1.0
faulty logic on the opensrp ELCO forms - @raihan-mpower, it seems the new .apk has faulty form logic around the questions asked to the MWRA since all my women have the tag: NOT In ELCO, see the screenshot below: ![screenshot_2015-07-27-05-43-30](https://cloud.githubusercontent.com/assets/801106/8903257/4c8731da-345f-11e5-865f-430ae70bd08c.png) This has happened with the latest .apk, never observed it before. Also, none of the submission get couchDB and by extension OpenMRS, please look into this? @julkarnain @sohelsarder @dimasciput
non_defect
faulty logic on the opensrp elco forms raihan mpower it seems the new apk has faulty form logic around the questions asked to the mwra since all my women have the tag not in elco see the screenshot below this has happened with the latest apk never observed it before also none of the submission get couchdb and by extension openmrs please look into this julkarnain sohelsarder dimasciput
0
289,956
8,880,846,268
IssuesEvent
2019-01-14 08:10:03
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.youtube.com - video or audio doesn't play
browser-firefox priority-critical
<!-- @browser: Firefox 65.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; rv:65.0) Gecko/20100101 Firefox/65.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.youtube.com/ **Browser / Version**: Firefox 65.0 **Operating System**: Windows 8.1 **Tested Another Browser**: No **Problem type**: Video or audio doesn't play **Description**: can't hear sound **Steps to Reproduce**: was watching a video [![Screenshot Description](https://webcompat.com/uploads/2019/1/d3ad881f-9ef5-4365-b7d0-555772b8e80f-thumb.jpeg)](https://webcompat.com/uploads/2019/1/d3ad881f-9ef5-4365-b7d0-555772b8e80f.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190110221328</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.youtube.com - video or audio doesn't play - <!-- @browser: Firefox 65.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; rv:65.0) Gecko/20100101 Firefox/65.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.youtube.com/ **Browser / Version**: Firefox 65.0 **Operating System**: Windows 8.1 **Tested Another Browser**: No **Problem type**: Video or audio doesn't play **Description**: can't hear sound **Steps to Reproduce**: was watching a video [![Screenshot Description](https://webcompat.com/uploads/2019/1/d3ad881f-9ef5-4365-b7d0-555772b8e80f-thumb.jpeg)](https://webcompat.com/uploads/2019/1/d3ad881f-9ef5-4365-b7d0-555772b8e80f.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190110221328</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
video or audio doesn t play url browser version firefox operating system windows tested another browser no problem type video or audio doesn t play description can t hear sound steps to reproduce was watching a video browser configuration mixed active content blocked false image mem shared true buildid tracking content blocked false gfx webrender blob images true hastouchscreen false mixed passive content blocked false gfx webrender enabled false gfx webrender all false channel beta from with ❤️
0
12,823
8,000,209,774
IssuesEvent
2018-07-22 13:20:13
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Reusing TinyMCE instances
Framework Performance [Component] TinyMCE
If we're going to have multiple TinyMCE instances (one or more for each block), it might be good to try to reuse one for all of the fields. The instance could be attached to the field that is currently focussed, undo levels could be disabled etc. Creating new blocks would also be a bit faster.
True
Reusing TinyMCE instances - If we're going to have multiple TinyMCE instances (one or more for each block), it might be good to try to reuse one for all of the fields. The instance could be attached to the field that is currently focussed, undo levels could be disabled etc. Creating new blocks would also be a bit faster.
non_defect
reusing tinymce instances if we re going to have multiple tinymce instances one or more for each block it might be good to try to reuse one for all of the fields the instance could be attached to the field that is currently focussed undo levels could be disabled etc creating new blocks would also be a bit faster
0
41,420
10,451,627,008
IssuesEvent
2019-09-19 13:14:14
hazelcast/hazelcast-jet
https://api.github.com/repos/hazelcast/hazelcast-jet
closed
De-serialization exception for Object[] with remoteMap sink to pure IMDG cluster
defect
See https://github.com/hazelcast/hazelcast/issues/15181 and https://github.com/hazelcast/hazelcast/issues/15179 IMDG only clusters and IMDG+JET clusters have a mismatching definition for certain object types. For example, https://github.com/hazelcast/hazelcast-jet/blob/master/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/serialization/SerializerHookConstants.java#L32 defines -302 for `Object[]` If a job uses `Object[]` in the output and remote map sink to an IMDG only cluster, the job works. However, the data record in the remote IMDG only cluster has type -302 which the IMDG only cluster cannot recognise. This gives ``` com.hazelcast.nio.serialization.HazelcastSerializationException: There is no suitable de-serializer for type -302. This exception is likely to be caused by differences in the serialization configuration between members or between clients and members. ``` when the remote IMDG only cluster attempts to deserialize the data record. Remote source appears to be ok. Jet will receive the data record for `Object[]`. It won't be tagged with -302 and perhaps then gets picked up by default serialization handling from IMDG. Probably needs further investigation to be sure if remote source if ok in general.
1.0
De-serialization exception for Object[] with remoteMap sink to pure IMDG cluster - See https://github.com/hazelcast/hazelcast/issues/15181 and https://github.com/hazelcast/hazelcast/issues/15179 IMDG only clusters and IMDG+JET clusters have a mismatching definition for certain object types. For example, https://github.com/hazelcast/hazelcast-jet/blob/master/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/serialization/SerializerHookConstants.java#L32 defines -302 for `Object[]` If a job uses `Object[]` in the output and remote map sink to an IMDG only cluster, the job works. However, the data record in the remote IMDG only cluster has type -302 which the IMDG only cluster cannot recognise. This gives ``` com.hazelcast.nio.serialization.HazelcastSerializationException: There is no suitable de-serializer for type -302. This exception is likely to be caused by differences in the serialization configuration between members or between clients and members. ``` when the remote IMDG only cluster attempts to deserialize the data record. Remote source appears to be ok. Jet will receive the data record for `Object[]`. It won't be tagged with -302 and perhaps then gets picked up by default serialization handling from IMDG. Probably needs further investigation to be sure if remote source if ok in general.
defect
de serialization exception for object with remotemap sink to pure imdg cluster see and imdg only clusters and imdg jet clusters have a mismatching definition for certain object types for example defines for object if a job uses object in the output and remote map sink to an imdg only cluster the job works however the data record in the remote imdg only cluster has type which the imdg only cluster cannot recognise this gives com hazelcast nio serialization hazelcastserializationexception there is no suitable de serializer for type this exception is likely to be caused by differences in the serialization configuration between members or between clients and members when the remote imdg only cluster attempts to deserialize the data record remote source appears to be ok jet will receive the data record for object it won t be tagged with and perhaps then gets picked up by default serialization handling from imdg probably needs further investigation to be sure if remote source if ok in general
1
67,347
20,961,606,359
IssuesEvent
2022-03-27 21:48:18
abedmaatalla/sipdroid
https://api.github.com/repos/abedmaatalla/sipdroid
closed
crash on Nexus5, "sipdroid has stopped"
Priority-Medium Type-Defect auto-migrated
``` Before you begin please read the FAQ! Attention! Don't post doubles! Why is it important to find doubles? Sipdroid is a community project. This is no dropbox for your personal issue. You need to find others having the same problem to get it fixed. If the problem has already been reported you add more details and ideas to the existing discussion. If it has not been reported yet you include as many background info as possible to give the community a chance to follow up on it. No one will just sit there and try to replicate your setup. The root cause of the problem will need to be identified to get it fixed. How can I find doubles? When clicking on issues tab there is a search box. Enter keywords for your issue to find previous reports matching yours. Choose find all to match closed tickets as well. How can I investigate an incompatiblity? Just mentioning a SIP server or device that does not interoperate with Sipdroid won't help much because the developers might not have that particular setup on hands. So you will try to add a SIP or logcat trace from your network/phone to make a fix at all possible. Did you carefully read above? If yes, please fill out the following form and provide all necessary details. If not, you may continue in the Forum where you can discuss your problem to clear things up before filing an issue report. What steps will reproduce the problem? 1.make call 2. 3. What is the expected output? What do you see instead? expecting call to connect ... instead I get "sipdroid has stopped" error, but call continues and I cannot hang up. What version of the product are you using? On what device/operating system? sipdriod 3.4. Google Nexus 5 phone with android 4.4.2 Which SIP server are you using? What happens with PBXes? SIP server is pbxes Which type of network are you using? wifi Please provide any additional information below. This worked when I first installed it. I have tried uninstalling and reinstalling; no luck. ``` Original issue reported on code.google.com by `Batmen...@gmail.com` on 23 Feb 2014 at 11:39
1.0
crash on Nexus5, "sipdroid has stopped" - ``` Before you begin please read the FAQ! Attention! Don't post doubles! Why is it important to find doubles? Sipdroid is a community project. This is no dropbox for your personal issue. You need to find others having the same problem to get it fixed. If the problem has already been reported you add more details and ideas to the existing discussion. If it has not been reported yet you include as many background info as possible to give the community a chance to follow up on it. No one will just sit there and try to replicate your setup. The root cause of the problem will need to be identified to get it fixed. How can I find doubles? When clicking on issues tab there is a search box. Enter keywords for your issue to find previous reports matching yours. Choose find all to match closed tickets as well. How can I investigate an incompatiblity? Just mentioning a SIP server or device that does not interoperate with Sipdroid won't help much because the developers might not have that particular setup on hands. So you will try to add a SIP or logcat trace from your network/phone to make a fix at all possible. Did you carefully read above? If yes, please fill out the following form and provide all necessary details. If not, you may continue in the Forum where you can discuss your problem to clear things up before filing an issue report. What steps will reproduce the problem? 1.make call 2. 3. What is the expected output? What do you see instead? expecting call to connect ... instead I get "sipdroid has stopped" error, but call continues and I cannot hang up. What version of the product are you using? On what device/operating system? sipdriod 3.4. Google Nexus 5 phone with android 4.4.2 Which SIP server are you using? What happens with PBXes? SIP server is pbxes Which type of network are you using? wifi Please provide any additional information below. This worked when I first installed it. I have tried uninstalling and reinstalling; no luck. ``` Original issue reported on code.google.com by `Batmen...@gmail.com` on 23 Feb 2014 at 11:39
defect
crash on sipdroid has stopped before you begin please read the faq attention don t post doubles why is it important to find doubles sipdroid is a community project this is no dropbox for your personal issue you need to find others having the same problem to get it fixed if the problem has already been reported you add more details and ideas to the existing discussion if it has not been reported yet you include as many background info as possible to give the community a chance to follow up on it no one will just sit there and try to replicate your setup the root cause of the problem will need to be identified to get it fixed how can i find doubles when clicking on issues tab there is a search box enter keywords for your issue to find previous reports matching yours choose find all to match closed tickets as well how can i investigate an incompatiblity just mentioning a sip server or device that does not interoperate with sipdroid won t help much because the developers might not have that particular setup on hands so you will try to add a sip or logcat trace from your network phone to make a fix at all possible did you carefully read above if yes please fill out the following form and provide all necessary details if not you may continue in the forum where you can discuss your problem to clear things up before filing an issue report what steps will reproduce the problem make call what is the expected output what do you see instead expecting call to connect instead i get sipdroid has stopped error but call continues and i cannot hang up what version of the product are you using on what device operating system sipdriod google nexus phone with android which sip server are you using what happens with pbxes sip server is pbxes which type of network are you using wifi please provide any additional information below this worked when i first installed it i have tried uninstalling and reinstalling no luck original issue reported on code google com by batmen gmail com on feb at
1
55,748
3,074,293,991
IssuesEvent
2015-08-20 05:57:12
RobotiumTech/robotium
https://api.github.com/repos/RobotiumTech/robotium
closed
i'm a rookie of robotium,and i'm a little confused on how to end a call with robotium code
bug imported invalid Priority-Medium
_From [hotdog6...@gmail.com](https://code.google.com/u/114772166103979637064/) on December 05, 2013 21:58:59_ What steps will reproduce the problem? 1.when i want to end the call 2.are this code:" endCall " working? 3.what the code is to make this "end code " work ? What is the expected output? What do you see instead? i want end the call it can't end the call What version of the product are you using? On what operating system? Android version is 4.2.2 Please provide any additional information below. i've seen a lot information on the internet,it seem'd that Robotium has no way to ending the call,if it is true,just let me know. _Original issue: http://code.google.com/p/robotium/issues/detail?id=561_
1.0
i'm a rookie of robotium,and i'm a little confused on how to end a call with robotium code - _From [hotdog6...@gmail.com](https://code.google.com/u/114772166103979637064/) on December 05, 2013 21:58:59_ What steps will reproduce the problem? 1.when i want to end the call 2.are this code:" endCall " working? 3.what the code is to make this "end code " work ? What is the expected output? What do you see instead? i want end the call it can't end the call What version of the product are you using? On what operating system? Android version is 4.2.2 Please provide any additional information below. i've seen a lot information on the internet,it seem'd that Robotium has no way to ending the call,if it is true,just let me know. _Original issue: http://code.google.com/p/robotium/issues/detail?id=561_
non_defect
i m a rookie of robotium and i m a little confused on how to end a call with robotium code from on december what steps will reproduce the problem when i want to end the call are this code endcall working what the code is to make this end code work what is the expected output what do you see instead i want end the call it can t end the call what version of the product are you using on what operating system android version is please provide any additional information below i ve seen a lot information on the internet it seem d that robotium has no way to ending the call if it is true just let me know original issue
0
5,542
2,610,189,621
IssuesEvent
2015-02-26 19:00:03
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
揭秘如何让色斑变淡
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 今晨的阳光明媚,一天的情绪随风而动,一抹嫣红,在秋色�� �满开。秋露晨霜花开淡然。于时光的转角回望,一路蝶舞相� ��,恣意盎然。于季节的边缘眺望,秋风萧瑟时,花谢花飞处 ,香韵依然。借今夜,看着你深遂的眼睛,柳絮的纤丝拽着�� �,走进萧萧的树林,枯叶在脚下沙沙作响,此间,拾起胶片� ��不远处,听见蝉蛙共鸣,声音越来越远。像孤身的奔驰,飞 奔于眼的深处,片片落叶纷飞,一片轻醉。每当看见他们自�� �的样子的时候我就很羡慕,矫健的身姿,我想如果不是色斑� ��话,也许我也会活的很自在!如何让色斑变淡, 《客户案例》   一直认为美丽不属于我,没想到去除色斑之后,我也来�� �个大变身。我从小就长了色斑,与遗传因素无关吧应该,父� ��的皮肤都很好,我就搞不懂自己这张脸了,随着年龄的增长 ,色斑越来越多,再加上这几年工作很忙很累,经常要加班�� �色斑更是疯狂的长。作也要靠自己加倍付出。无论是在街上� ��是在公司里,我都感觉不自在,总是感觉别人在以异样的眼 光看着我。<br>   祛斑产品我都不知道自己用了多少,反正无论是广告的�� �还是朋友介绍的,只要是祛斑的我都想试试,美容院也频频� ��顾。为了祛斑,钱花了不少不说,还搞得自己的皮肤伤痕累 累,斑也没有去掉。我也考虑过激光,但是风险太大了,听�� �多人都说不能轻易做,还容易反弹,而且还会破坏皮肤的角� ��层,搞不好还会有红血丝。无奈之下我就在网上查找祛斑产 品,发现还真不少,也不知道该如何选择了。<br>   后来看到很多人说「黛芙薇尔精华液」效果不错,后来�� �查发现还是纯精华的还调节内分泌,于是就订购了一个周期� ��先试试,精华调理过程确实比较缓慢,差不多一个周期快用 完了,才发觉脸上的色斑有点淡化了,斑点也变小了,不过�� �肤倒是感觉滋润了好多呢。后来就又订购了两个周期的,用� ��第二个周期之后,脸上的斑点已经消失得差不多了。如今, 没有色斑的困扰,我也能拥有漂亮的面孔了,估计感情也很�� �就会有归属了,呵呵。 阅读了如何让色斑变淡,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 如何让色斑变淡,同时为您分享祛斑小方法 山药:山药的黏质液是合成雌激素的基础物质,对工作和学�� �较大压力的女性具有很好的健身功效。山药所含的精氨酸还� ��健脾补肺的功效。山药含有一种可溶性纤维,有助于控制饮 食,改善消化系统。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:47
1.0
揭秘如何让色斑变淡 - ``` 《摘要》 今晨的阳光明媚,一天的情绪随风而动,一抹嫣红,在秋色�� �满开。秋露晨霜花开淡然。于时光的转角回望,一路蝶舞相� ��,恣意盎然。于季节的边缘眺望,秋风萧瑟时,花谢花飞处 ,香韵依然。借今夜,看着你深遂的眼睛,柳絮的纤丝拽着�� �,走进萧萧的树林,枯叶在脚下沙沙作响,此间,拾起胶片� ��不远处,听见蝉蛙共鸣,声音越来越远。像孤身的奔驰,飞 奔于眼的深处,片片落叶纷飞,一片轻醉。每当看见他们自�� �的样子的时候我就很羡慕,矫健的身姿,我想如果不是色斑� ��话,也许我也会活的很自在!如何让色斑变淡, 《客户案例》   一直认为美丽不属于我,没想到去除色斑之后,我也来�� �个大变身。我从小就长了色斑,与遗传因素无关吧应该,父� ��的皮肤都很好,我就搞不懂自己这张脸了,随着年龄的增长 ,色斑越来越多,再加上这几年工作很忙很累,经常要加班�� �色斑更是疯狂的长。作也要靠自己加倍付出。无论是在街上� ��是在公司里,我都感觉不自在,总是感觉别人在以异样的眼 光看着我。<br>   祛斑产品我都不知道自己用了多少,反正无论是广告的�� �还是朋友介绍的,只要是祛斑的我都想试试,美容院也频频� ��顾。为了祛斑,钱花了不少不说,还搞得自己的皮肤伤痕累 累,斑也没有去掉。我也考虑过激光,但是风险太大了,听�� �多人都说不能轻易做,还容易反弹,而且还会破坏皮肤的角� ��层,搞不好还会有红血丝。无奈之下我就在网上查找祛斑产 品,发现还真不少,也不知道该如何选择了。<br>   后来看到很多人说「黛芙薇尔精华液」效果不错,后来�� �查发现还是纯精华的还调节内分泌,于是就订购了一个周期� ��先试试,精华调理过程确实比较缓慢,差不多一个周期快用 完了,才发觉脸上的色斑有点淡化了,斑点也变小了,不过�� �肤倒是感觉滋润了好多呢。后来就又订购了两个周期的,用� ��第二个周期之后,脸上的斑点已经消失得差不多了。如今, 没有色斑的困扰,我也能拥有漂亮的面孔了,估计感情也很�� �就会有归属了,呵呵。 阅读了如何让色斑变淡,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 如何让色斑变淡,同时为您分享祛斑小方法 山药:山药的黏质液是合成雌激素的基础物质,对工作和学�� �较大压力的女性具有很好的健身功效。山药所含的精氨酸还� ��健脾补肺的功效。山药含有一种可溶性纤维,有助于控制饮 食,改善消化系统。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:47
defect
揭秘如何让色斑变淡 《摘要》 今晨的阳光明媚,一天的情绪随风而动,一抹嫣红,在秋色�� �满开。秋露晨霜花开淡然。于时光的转角回望,一路蝶舞相� ��,恣意盎然。于季节的边缘眺望,秋风萧瑟时,花谢花飞处 ,香韵依然。借今夜,看着你深遂的眼睛,柳絮的纤丝拽着�� �,走进萧萧的树林,枯叶在脚下沙沙作响,此间,拾起胶片� ��不远处,听见蝉蛙共鸣,声音越来越远。像孤身的奔驰,飞 奔于眼的深处,片片落叶纷飞,一片轻醉。每当看见他们自�� �的样子的时候我就很羡慕,矫健的身姿,我想如果不是色斑� ��话,也许我也会活的很自在!如何让色斑变淡, 《客户案例》   一直认为美丽不属于我,没想到去除色斑之后,我也来�� �个大变身。我从小就长了色斑,与遗传因素无关吧应该,父� ��的皮肤都很好,我就搞不懂自己这张脸了,随着年龄的增长 ,色斑越来越多,再加上这几年工作很忙很累,经常要加班�� �色斑更是疯狂的长。作也要靠自己加倍付出。无论是在街上� ��是在公司里,我都感觉不自在,总是感觉别人在以异样的眼 光看着我。   祛斑产品我都不知道自己用了多少,反正无论是广告的�� �还是朋友介绍的,只要是祛斑的我都想试试,美容院也频频� ��顾。为了祛斑,钱花了不少不说,还搞得自己的皮肤伤痕累 累,斑也没有去掉。我也考虑过激光,但是风险太大了,听�� �多人都说不能轻易做,还容易反弹,而且还会破坏皮肤的角� ��层,搞不好还会有红血丝。无奈之下我就在网上查找祛斑产 品,发现还真不少,也不知道该如何选择了。   后来看到很多人说「黛芙薇尔精华液」效果不错,后来�� �查发现还是纯精华的还调节内分泌,于是就订购了一个周期� ��先试试,精华调理过程确实比较缓慢,差不多一个周期快用 完了,才发觉脸上的色斑有点淡化了,斑点也变小了,不过�� �肤倒是感觉滋润了好多呢。后来就又订购了两个周期的,用� ��第二个周期之后,脸上的斑点已经消失得差不多了。如今, 没有色斑的困扰,我也能拥有漂亮的面孔了,估计感情也很�� �就会有归属了,呵呵。 阅读了如何让色斑变淡,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》    黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗   答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来    ,服用黛芙薇尔美白,会伤身体吗 有副作用吗   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖    ,去除黄褐斑之后,会反弹吗   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗    ,你们的价格有点贵,能不能便宜一点   答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗    ,我适合用黛芙薇尔精华液吗   答:黛芙薇尔适用人群:    、生理紊乱引起的黄褐斑人群    、生育引起的妊娠斑人群    、年纪增长引起的老年斑人群    、化妆品色素沉积、辐射斑人群    、长期日照引起的日晒斑人群    、肌肤暗淡急需美白的人群 《祛斑小方法》 如何让色斑变淡,同时为您分享祛斑小方法 山药:山药的黏质液是合成雌激素的基础物质,对工作和学�� �较大压力的女性具有很好的健身功效。山药所含的精氨酸还� ��健脾补肺的功效。山药含有一种可溶性纤维,有助于控制饮 食,改善消化系统。 original issue reported on code google com by additive gmail com on jul at
1
15,837
3,343,464,874
IssuesEvent
2015-11-15 14:40:11
Syopic/LuckyFriday
https://api.github.com/repos/Syopic/LuckyFriday
opened
Gamepad key actions settings
Gamedesign Programming research task
Перевірити різні системи керування - описати тут або в окремому документі
1.0
Gamepad key actions settings - Перевірити різні системи керування - описати тут або в окремому документі
non_defect
gamepad key actions settings перевірити різні системи керування описати тут або в окремому документі
0
80,242
30,183,279,243
IssuesEvent
2023-07-04 10:17:23
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
opened
Galleria: thumbnails are shifted even if number of items <= numVisible
:lady_beetle: defect :bangbang: needs-triage
### Describe the bug The shifting seems to only occur in some conditions, eg when using the p:galleria with 5 photo's and the numVisible attribute set to "6" I would suggest to not shift when number of items <= numVisible Relevant file: https://github.com/primefaces/primefaces/blob/master/primefaces/src/main/resources/META-INF/resources/primefaces/galleria/0-galleriathumbnail.js It seems that the block in `updated`: ``` else if (this.thumbnailItems.length - this.state.numVisible + this.getMedianIndex() < this.options.activeIndex) { totalShiftedItems = this.state.numVisible - this.thumbnailItems.length; } ``` is executed, and sets the `totalShiftedItems` to 1. ### Reproducer [primefaces-test-galleria.tar.gz](https://github.com/primefaces/primefaces/files/11947970/primefaces-test-galleria.tar.gz) ### Expected behavior The banner containing the thumbnails should stay static when the number of images is smaller than the number of thumbs one wants to show ### PrimeFaces edition Community ### PrimeFaces version 12.0.0 ### Theme _No response_ ### JSF implementation All ### JSF version 2.2 + 2.3 ### Java version 1.8 ### Browser(s) _No response_
1.0
Galleria: thumbnails are shifted even if number of items <= numVisible - ### Describe the bug The shifting seems to only occur in some conditions, eg when using the p:galleria with 5 photo's and the numVisible attribute set to "6" I would suggest to not shift when number of items <= numVisible Relevant file: https://github.com/primefaces/primefaces/blob/master/primefaces/src/main/resources/META-INF/resources/primefaces/galleria/0-galleriathumbnail.js It seems that the block in `updated`: ``` else if (this.thumbnailItems.length - this.state.numVisible + this.getMedianIndex() < this.options.activeIndex) { totalShiftedItems = this.state.numVisible - this.thumbnailItems.length; } ``` is executed, and sets the `totalShiftedItems` to 1. ### Reproducer [primefaces-test-galleria.tar.gz](https://github.com/primefaces/primefaces/files/11947970/primefaces-test-galleria.tar.gz) ### Expected behavior The banner containing the thumbnails should stay static when the number of images is smaller than the number of thumbs one wants to show ### PrimeFaces edition Community ### PrimeFaces version 12.0.0 ### Theme _No response_ ### JSF implementation All ### JSF version 2.2 + 2.3 ### Java version 1.8 ### Browser(s) _No response_
defect
galleria thumbnails are shifted even if number of items numvisible describe the bug the shifting seems to only occur in some conditions eg when using the p galleria with photo s and the numvisible attribute set to i would suggest to not shift when number of items numvisible relevant file it seems that the block in updated else if this thumbnailitems length this state numvisible this getmedianindex this options activeindex totalshifteditems this state numvisible this thumbnailitems length is executed and sets the totalshifteditems to reproducer expected behavior the banner containing the thumbnails should stay static when the number of images is smaller than the number of thumbs one wants to show primefaces edition community primefaces version theme no response jsf implementation all jsf version java version browser s no response
1
15,692
2,868,989,446
IssuesEvent
2015-06-05 22:24:44
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Pub --trace suggestion is busted on Windows
Area-Pub Priority-Unassigned Triaged Type-Defect
Currently if pub crashes, it suggests that users run &quot;'pub' '--trace' ...&quot;. Single quotes work fine on Linux and Mac, but on Windows they're interpreted as part of the argument which breaks the invocation. We should suggest double quotes instead, which work across platforms.
1.0
Pub --trace suggestion is busted on Windows - Currently if pub crashes, it suggests that users run &quot;'pub' '--trace' ...&quot;. Single quotes work fine on Linux and Mac, but on Windows they're interpreted as part of the argument which breaks the invocation. We should suggest double quotes instead, which work across platforms.
defect
pub trace suggestion is busted on windows currently if pub crashes it suggests that users run quot pub trace quot single quotes work fine on linux and mac but on windows they re interpreted as part of the argument which breaks the invocation we should suggest double quotes instead which work across platforms
1
77,310
26,910,301,749
IssuesEvent
2023-02-06 22:56:03
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Joining rooms in a space causes errors. Joining a subspace of rooms does not work.
T-Defect
### Steps to reproduce 1. Join a space in Element. 2. Go to the space's home. 3. Join a room. ### Outcome #### What did you expect? I expected to join the room as normal. #### What happened instead? I join the room, but the space home page is replaced with the bug report screen. I can simply click on another room on the left bar to make it go away. It does not require a full restart to use Element again. ### Operating system Void Linux ### Application version Element version: 1.11.20, Olm version: 3.2.12 ### How did you install the app? I installed it from the Void Linux package repository. ### Homeserver I am registered on the-apothecary.club public homeserver. ### Will you send logs? Yes
1.0
Joining rooms in a space causes errors. Joining a subspace of rooms does not work. - ### Steps to reproduce 1. Join a space in Element. 2. Go to the space's home. 3. Join a room. ### Outcome #### What did you expect? I expected to join the room as normal. #### What happened instead? I join the room, but the space home page is replaced with the bug report screen. I can simply click on another room on the left bar to make it go away. It does not require a full restart to use Element again. ### Operating system Void Linux ### Application version Element version: 1.11.20, Olm version: 3.2.12 ### How did you install the app? I installed it from the Void Linux package repository. ### Homeserver I am registered on the-apothecary.club public homeserver. ### Will you send logs? Yes
defect
joining rooms in a space causes errors joining a subspace of rooms does not work steps to reproduce join a space in element go to the space s home join a room outcome what did you expect i expected to join the room as normal what happened instead i join the room but the space home page is replaced with the bug report screen i can simply click on another room on the left bar to make it go away it does not require a full restart to use element again operating system void linux application version element version olm version how did you install the app i installed it from the void linux package repository homeserver i am registered on the apothecary club public homeserver will you send logs yes
1
32,583
6,840,428,045
IssuesEvent
2017-11-11 00:15:44
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
opened
Conector 3.3 - cuando incluye descuento y el iva es exento, manda incorrecto el total al pdf
bug defect
Son casos muy particulares. Lo está probando el nuevo cliente... y si que lleva 2 fallas encontradas, ya que está aplicando pinches casos de prueba raros...
1.0
Conector 3.3 - cuando incluye descuento y el iva es exento, manda incorrecto el total al pdf - Son casos muy particulares. Lo está probando el nuevo cliente... y si que lleva 2 fallas encontradas, ya que está aplicando pinches casos de prueba raros...
defect
conector cuando incluye descuento y el iva es exento manda incorrecto el total al pdf son casos muy particulares lo está probando el nuevo cliente y si que lleva fallas encontradas ya que está aplicando pinches casos de prueba raros
1
26,624
4,773,303,614
IssuesEvent
2016-10-26 23:57:40
CocoaPods/CocoaPods
https://api.github.com/repos/CocoaPods/CocoaPods
closed
C podspecs are still failing due to undefined FOUNDATION_EXPORT
d1:easy s2:confirmed t2:defect
Although #5844 partially fixed the issue, if you import a C pod into another C pod it still fails because of `FOUNDATION_EXPORT` not being defined. ```objc #ifdef __OBJC__ #import <UIKit/UIKit.h> #endif #import "sqlite3.h" FOUNDATION_EXPORT double SQLCipherVersionNumber; FOUNDATION_EXPORT const unsigned char SQLCipherVersionString[]; ``` `FOUNDATION_EXPORT` isn't defined unless you `#import <Foundation/Foundation.h>`, but if you import that, you're back where you started by including Obj-C in a C-only build target. I'll try to figure out another workaround. `FOUNDATION_EXPORT` is defined in `<Foundation/NSObjCRuntime.h>`, as an alias to `FOUNDATION_EXTERN`, which does this: ```objc #if defined(__cplusplus) #define FOUNDATION_EXTERN extern "C" #else #define FOUNDATION_EXTERN extern #endif ``` We could do something similar in the umbrella header: ```obj-c #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif ``` I am working on a pull request that fixes this by the above method. Specifically the failure happens when SQLCipher `"sqlcipher/sqlite3.h"` is included in `sqlfs.c`: https://github.com/guardianproject/libsqlfs/blob/master/sqlfs.c#L54
1.0
C podspecs are still failing due to undefined FOUNDATION_EXPORT - Although #5844 partially fixed the issue, if you import a C pod into another C pod it still fails because of `FOUNDATION_EXPORT` not being defined. ```objc #ifdef __OBJC__ #import <UIKit/UIKit.h> #endif #import "sqlite3.h" FOUNDATION_EXPORT double SQLCipherVersionNumber; FOUNDATION_EXPORT const unsigned char SQLCipherVersionString[]; ``` `FOUNDATION_EXPORT` isn't defined unless you `#import <Foundation/Foundation.h>`, but if you import that, you're back where you started by including Obj-C in a C-only build target. I'll try to figure out another workaround. `FOUNDATION_EXPORT` is defined in `<Foundation/NSObjCRuntime.h>`, as an alias to `FOUNDATION_EXTERN`, which does this: ```objc #if defined(__cplusplus) #define FOUNDATION_EXTERN extern "C" #else #define FOUNDATION_EXTERN extern #endif ``` We could do something similar in the umbrella header: ```obj-c #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif ``` I am working on a pull request that fixes this by the above method. Specifically the failure happens when SQLCipher `"sqlcipher/sqlite3.h"` is included in `sqlfs.c`: https://github.com/guardianproject/libsqlfs/blob/master/sqlfs.c#L54
defect
c podspecs are still failing due to undefined foundation export although partially fixed the issue if you import a c pod into another c pod it still fails because of foundation export not being defined objc ifdef objc import endif import h foundation export double sqlcipherversionnumber foundation export const unsigned char sqlcipherversionstring foundation export isn t defined unless you import but if you import that you re back where you started by including obj c in a c only build target i ll try to figure out another workaround foundation export is defined in as an alias to foundation extern which does this objc if defined cplusplus define foundation extern extern c else define foundation extern extern endif we could do something similar in the umbrella header obj c ifndef foundation export if defined cplusplus define foundation export extern c else define foundation export extern endif endif i am working on a pull request that fixes this by the above method specifically the failure happens when sqlcipher sqlcipher h is included in sqlfs c
1
62,619
17,093,378,551
IssuesEvent
2021-07-08 20:50:27
unascribed/Fabrication
https://api.github.com/repos/unascribed/Fabrication
closed
Failed to submit Matomo data
k: Defect
While I'm not experiencing problems I can attribute to the mod I still wanted to report this. [latest.log](https://gist.github.com/S-K-Tiger/7c5dba0ff651338a5f0c3546166598b8) [fabricationConfig.zip](https://github.com/unascribed/Fabrication/files/6784232/fabricationConfig.zip) Steps: 1. Using [MultiMC](https://multimc.org/) 0.6.12 created a new Minecraft 1.16.5 instance (Also adds 'LWJGL 3' 3.2.2) 2. Used MultiMC to install Fabric 0.11.6 (Also installs Intermediary Mappings 1.16.5) 3. Added Fabric API 0.36.0+1.16 and Fabrication 1.3.4 4. Ran instance. While there where warnings these would be reported. 5. Closed instance. Replaced configs with those linked above and ran instance again. 6. Logs mention failure to submit Matomo data. Let me know if you need/want to know anything else to fix this issue and others mentioned in the logs.
1.0
Failed to submit Matomo data - While I'm not experiencing problems I can attribute to the mod I still wanted to report this. [latest.log](https://gist.github.com/S-K-Tiger/7c5dba0ff651338a5f0c3546166598b8) [fabricationConfig.zip](https://github.com/unascribed/Fabrication/files/6784232/fabricationConfig.zip) Steps: 1. Using [MultiMC](https://multimc.org/) 0.6.12 created a new Minecraft 1.16.5 instance (Also adds 'LWJGL 3' 3.2.2) 2. Used MultiMC to install Fabric 0.11.6 (Also installs Intermediary Mappings 1.16.5) 3. Added Fabric API 0.36.0+1.16 and Fabrication 1.3.4 4. Ran instance. While there where warnings these would be reported. 5. Closed instance. Replaced configs with those linked above and ran instance again. 6. Logs mention failure to submit Matomo data. Let me know if you need/want to know anything else to fix this issue and others mentioned in the logs.
defect
failed to submit matomo data while i m not experiencing problems i can attribute to the mod i still wanted to report this steps using created a new minecraft instance also adds lwjgl used multimc to install fabric also installs intermediary mappings added fabric api and fabrication ran instance while there where warnings these would be reported closed instance replaced configs with those linked above and ran instance again logs mention failure to submit matomo data let me know if you need want to know anything else to fix this issue and others mentioned in the logs
1
13,030
2,732,889,704
IssuesEvent
2015-04-17 10:01:00
tiku01/oryx-editor
https://api.github.com/repos/tiku01/oryx-editor
closed
Change the encoding of source files
auto-migrated Priority-Medium Type-Defect
``` Most source files contain a CR encoding for Mac OS X Classic. This encoding is deprecated in favor of the LF encoding. There are also a few files under the CRLF encoding. Those encoding issues make creating diffs difficult over Linux systems. It also makes git mirroring hard. The fix consists of changing the encoding of the files in a batch using an automated tool. ``` Original issue reported on code.google.com by `antoine....@gmail.com` on 8 Jun 2010 at 8:44
1.0
Change the encoding of source files - ``` Most source files contain a CR encoding for Mac OS X Classic. This encoding is deprecated in favor of the LF encoding. There are also a few files under the CRLF encoding. Those encoding issues make creating diffs difficult over Linux systems. It also makes git mirroring hard. The fix consists of changing the encoding of the files in a batch using an automated tool. ``` Original issue reported on code.google.com by `antoine....@gmail.com` on 8 Jun 2010 at 8:44
defect
change the encoding of source files most source files contain a cr encoding for mac os x classic this encoding is deprecated in favor of the lf encoding there are also a few files under the crlf encoding those encoding issues make creating diffs difficult over linux systems it also makes git mirroring hard the fix consists of changing the encoding of the files in a batch using an automated tool original issue reported on code google com by antoine gmail com on jun at
1
336,176
30,123,182,683
IssuesEvent
2023-06-30 16:56:05
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix tensor.test_paddle_tensor_property_device
Sub Task Failing Test Paddle Frontend
| | | |---|---| |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5409904695"><img src=https://img.shields.io/badge/-failure-red></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5409904695"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5409904695"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5409904695"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5409904695"><img src=https://img.shields.io/badge/-failure-red></a>
1.0
Fix tensor.test_paddle_tensor_property_device - | | | |---|---| |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5409904695"><img src=https://img.shields.io/badge/-failure-red></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5409904695"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5409904695"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5409904695"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5409904695"><img src=https://img.shields.io/badge/-failure-red></a>
non_defect
fix tensor test paddle tensor property device paddle a href src tensorflow a href src numpy a href src torch a href src jax a href src
0
29,314
5,643,979,661
IssuesEvent
2017-04-07 02:55:50
Red5/red5-server
https://api.github.com/repos/Red5/red5-server
closed
save vector data in persitent remote shared object
auto-migrated Priority-Medium Type-Defect
_From @GoogleCodeExporter on March 15, 2015 17:0_ ``` What steps will reproduce the problem? 1.create a persitent remote shared object with a flex client connected to a red5 server 2.assign Vector.<uint> attribute value to this RSO 3. restart red5 server What is the expected output? What do you see instead? After red5 server restart, the persistent shared object should have Vector.<uint> property set with value. on the red5 terminal console I have the following trace : ------------------------------------------------------------------------ [ERROR] [Red5_Scheduler_Worker-1] org.red5.server.persistence.FilePersistence - Error while saving org.red5.server.so.SharedObject@46c0fb2 in org.red5.server.pe rsistence.FilePersistence@30d46770. java.lang.RuntimeException: Vector objects n ot supported with AMF0 ------------------------------------------------------------------------ What version of the product are you using? On what operating system? red5 1.0.2 on win7 and centos 6.3 server, win7 IE9, Firefox 17 and Chrome browser with 11.7.700 flash player version. Please provide any additional information below. Thanks for any helps ... Pierre ``` Original issue reported on code.google.com by `pierrehu...@gmail.com` on 27 Jun 2013 at 6:11 _Copied from original issue: mondain/red5#409_
1.0
save vector data in persitent remote shared object - _From @GoogleCodeExporter on March 15, 2015 17:0_ ``` What steps will reproduce the problem? 1.create a persitent remote shared object with a flex client connected to a red5 server 2.assign Vector.<uint> attribute value to this RSO 3. restart red5 server What is the expected output? What do you see instead? After red5 server restart, the persistent shared object should have Vector.<uint> property set with value. on the red5 terminal console I have the following trace : ------------------------------------------------------------------------ [ERROR] [Red5_Scheduler_Worker-1] org.red5.server.persistence.FilePersistence - Error while saving org.red5.server.so.SharedObject@46c0fb2 in org.red5.server.pe rsistence.FilePersistence@30d46770. java.lang.RuntimeException: Vector objects n ot supported with AMF0 ------------------------------------------------------------------------ What version of the product are you using? On what operating system? red5 1.0.2 on win7 and centos 6.3 server, win7 IE9, Firefox 17 and Chrome browser with 11.7.700 flash player version. Please provide any additional information below. Thanks for any helps ... Pierre ``` Original issue reported on code.google.com by `pierrehu...@gmail.com` on 27 Jun 2013 at 6:11 _Copied from original issue: mondain/red5#409_
defect
save vector data in persitent remote shared object from googlecodeexporter on march what steps will reproduce the problem create a persitent remote shared object with a flex client connected to a server assign vector attribute value to this rso restart server what is the expected output what do you see instead after server restart the persistent shared object should have vector property set with value on the terminal console i have the following trace org server persistence filepersistence error while saving org server so sharedobject in org server pe rsistence filepersistence java lang runtimeexception vector objects n ot supported with what version of the product are you using on what operating system on and centos server firefox and chrome browser with flash player version please provide any additional information below thanks for any helps pierre original issue reported on code google com by pierrehu gmail com on jun at copied from original issue mondain
1
32,620
26,834,997,225
IssuesEvent
2023-02-02 18:46:03
flutter/website
https://api.github.com/repos/flutter/website
closed
Fix page descriptions
infrastructure p2-medium e3-weeks
_From @chalin on July 24, 2018 19:30_ The meta properties `description` and `og:description` use `page.description` or the initial text from the page. In some cases, the latter isn't very pretty; e.g. from `_site/web-analogs/index.html`: > \<meta name="description" content="Contents:* TOC Placeholder{:toc}This page is for users who are familiar with the HTML and CSS syntax forarranging components of an application's UI. It maps HTML/CSS code snippets totheir Flutter/Dart code equivalents.The examples assume:* The HTML document starts with a modern HTML DOCTYPE, and the CSS box model for all HTML..."> Maybe all pages should be required to have a description attribute in the Jekyll front matter, or the description could be dropped otherwise. cc @Sfshaza @filiph _Copied from original issue: flutter/flutter#19723_
1.0
Fix page descriptions - _From @chalin on July 24, 2018 19:30_ The meta properties `description` and `og:description` use `page.description` or the initial text from the page. In some cases, the latter isn't very pretty; e.g. from `_site/web-analogs/index.html`: > \<meta name="description" content="Contents:* TOC Placeholder{:toc}This page is for users who are familiar with the HTML and CSS syntax forarranging components of an application's UI. It maps HTML/CSS code snippets totheir Flutter/Dart code equivalents.The examples assume:* The HTML document starts with a modern HTML DOCTYPE, and the CSS box model for all HTML..."> Maybe all pages should be required to have a description attribute in the Jekyll front matter, or the description could be dropped otherwise. cc @Sfshaza @filiph _Copied from original issue: flutter/flutter#19723_
non_defect
fix page descriptions from chalin on july the meta properties description and og description use page description or the initial text from the page in some cases the latter isn t very pretty e g from site web analogs index html maybe all pages should be required to have a description attribute in the jekyll front matter or the description could be dropped otherwise cc sfshaza filiph copied from original issue flutter flutter
0
57,279
15,729,138,382
IssuesEvent
2021-03-29 14:32:45
danmar/testissues
https://api.github.com/repos/danmar/testissues
opened
division by zero (Trac #245)
False positive Incomplete Migration Migrated from Trac defect noone
Migrated from https://trac.cppcheck.net/ticket/245 ```json { "status": "closed", "changetime": "2009-04-05T14:22:44", "description": "{{{\n#include <iostream>\n\n\nint main()\n\n{\n\tunsigned m_width = 12;\n\tstd::cout << (int) ((m_width / 10.0) / (25.4 / 72.0))\n\t\t\t << std::endl;\n\n\treturn 0;\n}\n\n cppcheck -q test2.cpp\n[test2.cpp:9]: (error) Division by zero\n\nBut there is no division by zero:\n\nThe programm output is: 3\n\ncppcheck tokenizes the testcase the as followed:\n\n{{{\n##file 0\n1:\n2:\n3:\n4: int main ( )\n5:\n6: {\n7: m_width ; m_width = 12 ;\n8: std :: cout << ( int ) ( ( m_width / 10.0 ) / 0 )\n9: << std :: endl ;\n10:\n11: return 0 ;\n12: }\n\n}}}\n\n\n\n\nBest regards\n\nMartin\n\n\n\n\ncppcheck says:\n\n}}}\n", "reporter": "ettlmartin", "cc": "", "resolution": "invalid", "_ts": "1238941364000000", "component": "False positive", "summary": "division by zero", "priority": "", "keywords": "", "time": "2009-04-05T12:04:29", "milestone": "", "owner": "noone", "type": "defect" } ```
1.0
division by zero (Trac #245) - Migrated from https://trac.cppcheck.net/ticket/245 ```json { "status": "closed", "changetime": "2009-04-05T14:22:44", "description": "{{{\n#include <iostream>\n\n\nint main()\n\n{\n\tunsigned m_width = 12;\n\tstd::cout << (int) ((m_width / 10.0) / (25.4 / 72.0))\n\t\t\t << std::endl;\n\n\treturn 0;\n}\n\n cppcheck -q test2.cpp\n[test2.cpp:9]: (error) Division by zero\n\nBut there is no division by zero:\n\nThe programm output is: 3\n\ncppcheck tokenizes the testcase the as followed:\n\n{{{\n##file 0\n1:\n2:\n3:\n4: int main ( )\n5:\n6: {\n7: m_width ; m_width = 12 ;\n8: std :: cout << ( int ) ( ( m_width / 10.0 ) / 0 )\n9: << std :: endl ;\n10:\n11: return 0 ;\n12: }\n\n}}}\n\n\n\n\nBest regards\n\nMartin\n\n\n\n\ncppcheck says:\n\n}}}\n", "reporter": "ettlmartin", "cc": "", "resolution": "invalid", "_ts": "1238941364000000", "component": "False positive", "summary": "division by zero", "priority": "", "keywords": "", "time": "2009-04-05T12:04:29", "milestone": "", "owner": "noone", "type": "defect" } ```
defect
division by zero trac migrated from json status closed changetime description n include n n nint main n n n tunsigned m width n tstd cout int m width n t t t std endl n n treturn n n n cppcheck q cpp n error division by zero n nbut there is no division by zero n nthe programm output is n ncppcheck tokenizes the testcase the as followed n n n file int main m width m width std cout int m width std endl return n n n n n n nbest regards n nmartin n n n n ncppcheck says n n n reporter ettlmartin cc resolution invalid ts component false positive summary division by zero priority keywords time milestone owner noone type defect
1
2,490
2,525,875,102
IssuesEvent
2015-01-21 07:05:19
graybeal/ont
https://api.github.com/repos/graybeal/ont
closed
Selection of working ontology is not clear
2–5 stars bug imported portal Priority-Critical Usability vine
_From [caru...@gmail.com](https://code.google.com/u/113886747689301365533/) on September 01, 2009 14:12:33_ --Using MMI Portal 1.5.0.alpha14 (20090831104811)-- Once you click the "Add" button, you have to type something (like the stazrt *) to see a list of possible options. If you type something that does not have any matches, you won't see any list. This needs to be improved. _Original issue: http://code.google.com/p/mmisw/issues/detail?id=170_
1.0
Selection of working ontology is not clear - _From [caru...@gmail.com](https://code.google.com/u/113886747689301365533/) on September 01, 2009 14:12:33_ --Using MMI Portal 1.5.0.alpha14 (20090831104811)-- Once you click the "Add" button, you have to type something (like the stazrt *) to see a list of possible options. If you type something that does not have any matches, you won't see any list. This needs to be improved. _Original issue: http://code.google.com/p/mmisw/issues/detail?id=170_
non_defect
selection of working ontology is not clear from on september using mmi portal once you click the add button you have to type something like the stazrt to see a list of possible options if you type something that does not have any matches you won t see any list this needs to be improved original issue
0
50,131
13,187,337,813
IssuesEvent
2020-08-13 03:05:36
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
amanda-core giving nasty segfault with release build on gorgon (ubu 8.10 x64) (Trac #163)
Migrated from Trac combo core defect
nasty tracebacks: *** buffer overflow detected ***: python terminated ======= Backtrace: ========= /lib/libc.so.6(__fortify_fail+0x37)[0x7f4eec560887] /lib/libc.so.6[0x7f4eec55e750] /lib/libc.so.6[0x7f4eec55dae9] /lib/libc.so.6(_IO_default_xsputn+0x96)[0x7f4eec4d9116] /lib/libc.so.6(_IO_vfprintf+0x1c1c)[0x7f4eec4aa29c] /lib/libc.so.6(__vsprintf_chk+0x9d)[0x7f4eec55db8d] /lib/libc.so.6(__sprintf_chk+0x80)[0x7f4eec55dad0] /opt/slave_build/manual/offline-software/build_release/lib/libamanda-core.so(_ZN9F2kReader20FillTrigger_Muon_DAQERK4mhitR6I3TreeI9I3TriggerE+0x40)[0x7f4ee1a53140] <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/163 , reported by blaufuss and owned by blaufuss_</summary> <p> ```json { "status": "closed", "changetime": "2009-10-21T15:56:26", "description": "nasty tracebacks:\n*** buffer overflow detected ***: python terminated\n======= Backtrace: =========\n/lib/libc.so.6(__fortify_fail+0x37)[0x7f4eec560887]\n/lib/libc.so.6[0x7f4eec55e750]\n/lib/libc.so.6[0x7f4eec55dae9]\n/lib/libc.so.6(_IO_default_xsputn+0x96)[0x7f4eec4d9116]\n/lib/libc.so.6(_IO_vfprintf+0x1c1c)[0x7f4eec4aa29c]\n/lib/libc.so.6(__vsprintf_chk+0x9d)[0x7f4eec55db8d]\n/lib/libc.so.6(__sprintf_chk+0x80)[0x7f4eec55dad0]\n/opt/slave_build/manual/offline-software/build_release/lib/libamanda-core.so(_ZN9F2kReader20FillTrigger_Muon_DAQERK4mhitR6I3TreeI9I3TriggerE+0x40)[0x7f4ee1a53140]\n", "reporter": "blaufuss", "cc": "fabian.kislat@desy.de", "resolution": "fixed", "_ts": "1256140586000000", "component": "combo core", "summary": "amanda-core giving nasty segfault with release build on gorgon (ubu 8.10 x64)", "priority": "normal", "keywords": "", "time": "2009-06-12T20:59:39", "milestone": "", "owner": "blaufuss", "type": "defect" } ``` </p> </details>
1.0
amanda-core giving nasty segfault with release build on gorgon (ubu 8.10 x64) (Trac #163) - nasty tracebacks: *** buffer overflow detected ***: python terminated ======= Backtrace: ========= /lib/libc.so.6(__fortify_fail+0x37)[0x7f4eec560887] /lib/libc.so.6[0x7f4eec55e750] /lib/libc.so.6[0x7f4eec55dae9] /lib/libc.so.6(_IO_default_xsputn+0x96)[0x7f4eec4d9116] /lib/libc.so.6(_IO_vfprintf+0x1c1c)[0x7f4eec4aa29c] /lib/libc.so.6(__vsprintf_chk+0x9d)[0x7f4eec55db8d] /lib/libc.so.6(__sprintf_chk+0x80)[0x7f4eec55dad0] /opt/slave_build/manual/offline-software/build_release/lib/libamanda-core.so(_ZN9F2kReader20FillTrigger_Muon_DAQERK4mhitR6I3TreeI9I3TriggerE+0x40)[0x7f4ee1a53140] <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/163 , reported by blaufuss and owned by blaufuss_</summary> <p> ```json { "status": "closed", "changetime": "2009-10-21T15:56:26", "description": "nasty tracebacks:\n*** buffer overflow detected ***: python terminated\n======= Backtrace: =========\n/lib/libc.so.6(__fortify_fail+0x37)[0x7f4eec560887]\n/lib/libc.so.6[0x7f4eec55e750]\n/lib/libc.so.6[0x7f4eec55dae9]\n/lib/libc.so.6(_IO_default_xsputn+0x96)[0x7f4eec4d9116]\n/lib/libc.so.6(_IO_vfprintf+0x1c1c)[0x7f4eec4aa29c]\n/lib/libc.so.6(__vsprintf_chk+0x9d)[0x7f4eec55db8d]\n/lib/libc.so.6(__sprintf_chk+0x80)[0x7f4eec55dad0]\n/opt/slave_build/manual/offline-software/build_release/lib/libamanda-core.so(_ZN9F2kReader20FillTrigger_Muon_DAQERK4mhitR6I3TreeI9I3TriggerE+0x40)[0x7f4ee1a53140]\n", "reporter": "blaufuss", "cc": "fabian.kislat@desy.de", "resolution": "fixed", "_ts": "1256140586000000", "component": "combo core", "summary": "amanda-core giving nasty segfault with release build on gorgon (ubu 8.10 x64)", "priority": "normal", "keywords": "", "time": "2009-06-12T20:59:39", "milestone": "", "owner": "blaufuss", "type": "defect" } ``` </p> </details>
defect
amanda core giving nasty segfault with release build on gorgon ubu trac nasty tracebacks buffer overflow detected python terminated backtrace lib libc so fortify fail lib libc so lib libc so lib libc so io default xsputn lib libc so io vfprintf lib libc so vsprintf chk lib libc so sprintf chk opt slave build manual offline software build release lib libamanda core so muon migrated from reported by blaufuss and owned by blaufuss json status closed changetime description nasty tracebacks n buffer overflow detected python terminated n backtrace n lib libc so fortify fail n lib libc so n lib libc so n lib libc so io default xsputn n lib libc so io vfprintf n lib libc so vsprintf chk n lib libc so sprintf chk n opt slave build manual offline software build release lib libamanda core so muon n reporter blaufuss cc fabian kislat desy de resolution fixed ts component combo core summary amanda core giving nasty segfault with release build on gorgon ubu priority normal keywords time milestone owner blaufuss type defect
1
54,180
29,806,993,863
IssuesEvent
2023-06-16 12:27:16
MaloLebrin/be-right-nuxt
https://api.github.com/repos/MaloLebrin/be-right-nuxt
opened
⚡️ Improve dowload file perfs
⚡️ Performance ♻️ Refactoring
use `file-saver` `ts const { content, fileName, mimeType } = getResult(data) saveAs( new Blob([Uint8Array.from(atob(content), c => c.charCodeAt(0))], { type: mimeType, }), fileName, ) `
True
⚡️ Improve dowload file perfs - use `file-saver` `ts const { content, fileName, mimeType } = getResult(data) saveAs( new Blob([Uint8Array.from(atob(content), c => c.charCodeAt(0))], { type: mimeType, }), fileName, ) `
non_defect
⚡️ improve dowload file perfs use file saver ts const content filename mimetype getresult data saveas new blob type mimetype filename
0
36,673
2,809,596,823
IssuesEvent
2015-05-16 04:54:02
jdmack/tlb
https://api.github.com/repos/jdmack/tlb
opened
Clean up empty base classes
Coding priority:low Task
Find all base class files that don't contain actual code (just empty functions) and replace with a purely virtual header file.
1.0
Clean up empty base classes - Find all base class files that don't contain actual code (just empty functions) and replace with a purely virtual header file.
non_defect
clean up empty base classes find all base class files that don t contain actual code just empty functions and replace with a purely virtual header file
0
38,606
15,760,989,686
IssuesEvent
2021-03-31 09:31:49
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Respect max buckets setting for all date histograms on bound time fields
Feature:Aggregations Team:AppServices enhancement
Right now the max buckets setting for date histograms is only respected if the date histogram is operating on the default time field of the current index pattern. However, using `esaggs` it's possible to bind more time fields to the global time range than just the default time field (and Lens uses this feature). default time field (custom interval is scaled up) <img width="1256" alt="Screenshot 2021-03-22 at 17 33 55" src="https://user-images.githubusercontent.com/1508364/112025587-9c7e9100-8b35-11eb-8928-b3c3ce1f316f.png"> non-default time field (custom interval is taken as is) <img width="1161" alt="Screenshot 2021-03-22 at 17 34 04" src="https://user-images.githubusercontent.com/1508364/112025608-a0aaae80-8b35-11eb-9dde-c459088f96f8.png"> IMHO a more sensible behavior would be to use this logic for all time fields bound to the global time range setting.
1.0
Respect max buckets setting for all date histograms on bound time fields - Right now the max buckets setting for date histograms is only respected if the date histogram is operating on the default time field of the current index pattern. However, using `esaggs` it's possible to bind more time fields to the global time range than just the default time field (and Lens uses this feature). default time field (custom interval is scaled up) <img width="1256" alt="Screenshot 2021-03-22 at 17 33 55" src="https://user-images.githubusercontent.com/1508364/112025587-9c7e9100-8b35-11eb-8928-b3c3ce1f316f.png"> non-default time field (custom interval is taken as is) <img width="1161" alt="Screenshot 2021-03-22 at 17 34 04" src="https://user-images.githubusercontent.com/1508364/112025608-a0aaae80-8b35-11eb-9dde-c459088f96f8.png"> IMHO a more sensible behavior would be to use this logic for all time fields bound to the global time range setting.
non_defect
respect max buckets setting for all date histograms on bound time fields right now the max buckets setting for date histograms is only respected if the date histogram is operating on the default time field of the current index pattern however using esaggs it s possible to bind more time fields to the global time range than just the default time field and lens uses this feature default time field custom interval is scaled up img width alt screenshot at src non default time field custom interval is taken as is img width alt screenshot at src imho a more sensible behavior would be to use this logic for all time fields bound to the global time range setting
0