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
56,369
15,037,914,042
IssuesEvent
2021-02-02 16:51:47
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
SelectOneMenu: Clicking the same item twice leads to wrong item being highlighted
defect
**Describe the defect** If you click on the same Item twice in the dropdown menu of the SelectOneMenu component with groups you will see that the wrong item is being selected & highlighted. From my research it seems like the problem lies within the revert() function of the SelectOneMenu widget which unselects the current item and instead tries to select the "Please Select" item. Called in forms.selectonemenu.js: .on('click.selectonemenu', function() { $this.revert(); $this.selectItem($(this)); $this.changeAriaValue($(this)); }); revert function: /** * Unselect the selected item, if any, and select the `please select` option. */ revert: function() { if(this.cfg.editable && this.customInput) { this.setLabel(this.customInputVal); this.items.filter('.ui-state-active').removeClass('ui-state-active'); this.items.eq(0).addClass('ui-state-active'); } else { // this gets called this.highlightItem(this.items.eq(this.preShowValue.index())); } }, The function selectItem() will be skipped for the most part, since the currentOption still matches the originally selected item. Therefore sameOption will be true and the changes from the revert() function will remain. **To Reproduce** SelectOneMenu Showcase -> Grouped If you select "Turkey" twice for example the label will change to "Germany"
1.0
SelectOneMenu: Clicking the same item twice leads to wrong item being highlighted - **Describe the defect** If you click on the same Item twice in the dropdown menu of the SelectOneMenu component with groups you will see that the wrong item is being selected & highlighted. From my research it seems like the problem lies within the revert() function of the SelectOneMenu widget which unselects the current item and instead tries to select the "Please Select" item. Called in forms.selectonemenu.js: .on('click.selectonemenu', function() { $this.revert(); $this.selectItem($(this)); $this.changeAriaValue($(this)); }); revert function: /** * Unselect the selected item, if any, and select the `please select` option. */ revert: function() { if(this.cfg.editable && this.customInput) { this.setLabel(this.customInputVal); this.items.filter('.ui-state-active').removeClass('ui-state-active'); this.items.eq(0).addClass('ui-state-active'); } else { // this gets called this.highlightItem(this.items.eq(this.preShowValue.index())); } }, The function selectItem() will be skipped for the most part, since the currentOption still matches the originally selected item. Therefore sameOption will be true and the changes from the revert() function will remain. **To Reproduce** SelectOneMenu Showcase -> Grouped If you select "Turkey" twice for example the label will change to "Germany"
defect
selectonemenu clicking the same item twice leads to wrong item being highlighted describe the defect if you click on the same item twice in the dropdown menu of the selectonemenu component with groups you will see that the wrong item is being selected highlighted from my research it seems like the problem lies within the revert function of the selectonemenu widget which unselects the current item and instead tries to select the please select item called in forms selectonemenu js on click selectonemenu function this revert this selectitem this this changeariavalue this revert function unselect the selected item if any and select the please select option revert function if this cfg editable this custominput this setlabel this custominputval this items filter ui state active removeclass ui state active this items eq addclass ui state active else this gets called this highlightitem this items eq this preshowvalue index the function selectitem will be skipped for the most part since the currentoption still matches the originally selected item therefore sameoption will be true and the changes from the revert function will remain to reproduce selectonemenu showcase grouped if you select turkey twice for example the label will change to germany
1
7,822
2,611,047,409
IssuesEvent
2015-02-27 00:21:44
alistairreilly/andors-trail
https://api.github.com/repos/alistairreilly/andors-trail
closed
FC moto milestone
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. opening/closing keyboard on motorola milestone (not always) 2. 3. What is the expected output? What do you see instead? FC, cant continue from previous levels, FC loop :( What version of the product are you using? On what operating system? latest one up to this date Please provide any additional information below. love the game, shame i cant play becasue i get the FC :( fix please, good luck with the development ``` Original issue reported on code.google.com by `ksawer...@gmail.com` on 18 Nov 2010 at 8:57
1.0
FC moto milestone - ``` What steps will reproduce the problem? 1. opening/closing keyboard on motorola milestone (not always) 2. 3. What is the expected output? What do you see instead? FC, cant continue from previous levels, FC loop :( What version of the product are you using? On what operating system? latest one up to this date Please provide any additional information below. love the game, shame i cant play becasue i get the FC :( fix please, good luck with the development ``` Original issue reported on code.google.com by `ksawer...@gmail.com` on 18 Nov 2010 at 8:57
defect
fc moto milestone what steps will reproduce the problem opening closing keyboard on motorola milestone not always what is the expected output what do you see instead fc cant continue from previous levels fc loop what version of the product are you using on what operating system latest one up to this date please provide any additional information below love the game shame i cant play becasue i get the fc fix please good luck with the development original issue reported on code google com by ksawer gmail com on nov at
1
35,943
7,835,010,304
IssuesEvent
2018-06-16 21:36:04
bigbluebutton/bigbluebutton
https://api.github.com/repos/bigbluebutton/bigbluebutton
closed
passing invalid configToken on join throws grails 500
API Accepted Defect FirstProject Fixed Web
![configtoken-error](https://cloud.githubusercontent.com/assets/519542/12381828/d50fd834-bd5f-11e5-9163-668ea5d9592e.PNG) Current 1.0Beta, if you send a join with configToken, that is invalid you get 500 error, and not a valid response that does not exist. I did this with /var/bigbluebutton/configs, configToken= test.xml and also with a random made up config number. Steps. 1) create a meeting http://test-install.blindsidenetworks.com/bigbluebutton/api/create?allowStartStopRecording=true&attendeePW=ap&autoStartRecording=false&meetingID=random-7705890&moderatorPW=mp&name=random-7705890&record=false&voiceBridge=78188&welcome=%3Cbr%3EWelcome+to+%3Cb%3E%25%25CONFNAME%25%25%3C%2Fb%3E%21&checksum=8cc8e32d2cbfc65bc7d065a75ea17ef366a3aace 2) Pass join with invalid config http://test-install.blindsidenetworks.com/bigbluebutton/api/join?configToken=testme.xml&fullName=User+2191794&meetingID=random-7705890&password=mp&redirect=true&checksum=729ec0bfc323a6b7e85a31923ebd31dc2f3f32a6
1.0
passing invalid configToken on join throws grails 500 - ![configtoken-error](https://cloud.githubusercontent.com/assets/519542/12381828/d50fd834-bd5f-11e5-9163-668ea5d9592e.PNG) Current 1.0Beta, if you send a join with configToken, that is invalid you get 500 error, and not a valid response that does not exist. I did this with /var/bigbluebutton/configs, configToken= test.xml and also with a random made up config number. Steps. 1) create a meeting http://test-install.blindsidenetworks.com/bigbluebutton/api/create?allowStartStopRecording=true&attendeePW=ap&autoStartRecording=false&meetingID=random-7705890&moderatorPW=mp&name=random-7705890&record=false&voiceBridge=78188&welcome=%3Cbr%3EWelcome+to+%3Cb%3E%25%25CONFNAME%25%25%3C%2Fb%3E%21&checksum=8cc8e32d2cbfc65bc7d065a75ea17ef366a3aace 2) Pass join with invalid config http://test-install.blindsidenetworks.com/bigbluebutton/api/join?configToken=testme.xml&fullName=User+2191794&meetingID=random-7705890&password=mp&redirect=true&checksum=729ec0bfc323a6b7e85a31923ebd31dc2f3f32a6
defect
passing invalid configtoken on join throws grails current if you send a join with configtoken that is invalid you get error and not a valid response that does not exist i did this with var bigbluebutton configs configtoken test xml and also with a random made up config number steps create a meeting pass join with invalid config
1
26,198
4,613,856,963
IssuesEvent
2016-09-25 08:01:54
zotonic/zotonic
https://api.github.com/repos/zotonic/zotonic
closed
Stub generation on Read the Docs
defect documentation
Following #1446 we started hosting the docs on readthedocs.io. However, it seems Read the Docs [doesn’t allow custom steps](https://docs.readthedocs.io/en/latest/builds.html#understanding-what-s-going-on), so the stubs (`meta*.rst`) files are not generated. Neither do they allow users to push generated docs to their servers (we already build the docs on Travis, so we could do that). ### Solutions 1. See whether we can add [custom steps](https://github.com/rtfd/readthedocs.org/issues/2423) to our Read the Docs build. 2. Unignore and check in the `meta*.rst` files. 3. Relocate back to our own hosting (in which case I’d prefer to keep the `docs.zotonic.com` subdomain that we now have).
1.0
Stub generation on Read the Docs - Following #1446 we started hosting the docs on readthedocs.io. However, it seems Read the Docs [doesn’t allow custom steps](https://docs.readthedocs.io/en/latest/builds.html#understanding-what-s-going-on), so the stubs (`meta*.rst`) files are not generated. Neither do they allow users to push generated docs to their servers (we already build the docs on Travis, so we could do that). ### Solutions 1. See whether we can add [custom steps](https://github.com/rtfd/readthedocs.org/issues/2423) to our Read the Docs build. 2. Unignore and check in the `meta*.rst` files. 3. Relocate back to our own hosting (in which case I’d prefer to keep the `docs.zotonic.com` subdomain that we now have).
defect
stub generation on read the docs following we started hosting the docs on readthedocs io however it seems read the docs so the stubs meta rst files are not generated neither do they allow users to push generated docs to their servers we already build the docs on travis so we could do that solutions see whether we can add to our read the docs build unignore and check in the meta rst files relocate back to our own hosting in which case i’d prefer to keep the docs zotonic com subdomain that we now have
1
44,921
23,825,652,530
IssuesEvent
2022-09-05 14:39:48
CPPAlliance/url
https://api.github.com/repos/CPPAlliance/url
opened
unchecked Rule for query param, segment
Performance
We can put the code for params and segments `increment` iterator into a private Rule and use that when returning ranges from parsed queries and paths.
True
unchecked Rule for query param, segment - We can put the code for params and segments `increment` iterator into a private Rule and use that when returning ranges from parsed queries and paths.
non_defect
unchecked rule for query param segment we can put the code for params and segments increment iterator into a private rule and use that when returning ranges from parsed queries and paths
0
43,887
11,873,380,444
IssuesEvent
2020-03-26 17:12:59
Cockatrice/Cockatrice
https://api.github.com/repos/Cockatrice/Cockatrice
closed
Mac Card Menu Regression
App - Cockatrice Defect - Regression OS - macOS
In the past, a user could `control` + click on a card to get the "right click" menu. This is no longer the case. A user could, and still can, use two fingers on the trackpad to right click to get the card menu open. We should look into why this regression came about.
1.0
Mac Card Menu Regression - In the past, a user could `control` + click on a card to get the "right click" menu. This is no longer the case. A user could, and still can, use two fingers on the trackpad to right click to get the card menu open. We should look into why this regression came about.
defect
mac card menu regression in the past a user could control click on a card to get the right click menu this is no longer the case a user could and still can use two fingers on the trackpad to right click to get the card menu open we should look into why this regression came about
1
817,284
30,635,111,353
IssuesEvent
2023-07-24 17:09:14
ethereum/ethereum-org-website
https://api.github.com/repos/ethereum/ethereum-org-website
closed
Automatically add explicit markdown header IDs
feature :sparkles: internal 🏠 low priority tooling :wrench: Status: Stale good first issue needs grooming needs-triage
**Is your feature request related to a problem? Please describe.** Often when contributors add new markdown files, they forget to add explicit header IDs (e.g. see @wackerow's review of #2194). **Describe the solution you'd like** We have a script to automatically add these explicit header IDs when they're not present: https://github.com/ethereum/ethereum-org-website/blob/dev/src/scripts/generate-heading-ids.js It can be executed from the project root, e.g. ``` $ yarn generate-heading-ids developers/tutorials/create-and-deploy-a-defi-app ``` Let's explore the potential to add this as a pre-commit hook (can we access the filename?) so that before any markdown files are committed, we run the `generate-heading-ids` script on the file. **Describe alternatives you've considered** - Add this as an instruction to the README **Additional context** Why add add explicit header IDs: #272 TL;DR it's for anchor link consistency across translations
1.0
Automatically add explicit markdown header IDs - **Is your feature request related to a problem? Please describe.** Often when contributors add new markdown files, they forget to add explicit header IDs (e.g. see @wackerow's review of #2194). **Describe the solution you'd like** We have a script to automatically add these explicit header IDs when they're not present: https://github.com/ethereum/ethereum-org-website/blob/dev/src/scripts/generate-heading-ids.js It can be executed from the project root, e.g. ``` $ yarn generate-heading-ids developers/tutorials/create-and-deploy-a-defi-app ``` Let's explore the potential to add this as a pre-commit hook (can we access the filename?) so that before any markdown files are committed, we run the `generate-heading-ids` script on the file. **Describe alternatives you've considered** - Add this as an instruction to the README **Additional context** Why add add explicit header IDs: #272 TL;DR it's for anchor link consistency across translations
non_defect
automatically add explicit markdown header ids is your feature request related to a problem please describe often when contributors add new markdown files they forget to add explicit header ids e g see wackerow s review of describe the solution you d like we have a script to automatically add these explicit header ids when they re not present it can be executed from the project root e g yarn generate heading ids developers tutorials create and deploy a defi app let s explore the potential to add this as a pre commit hook can we access the filename so that before any markdown files are committed we run the generate heading ids script on the file describe alternatives you ve considered add this as an instruction to the readme additional context why add add explicit header ids tl dr it s for anchor link consistency across translations
0
48,501
13,102,338,013
IssuesEvent
2020-08-04 06:28:32
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Improve error message for unsupported LIMIT clause
Estimation: S Module: SQL Priority: High Source: Internal Team: Core Type: Defect
Currently, the LIMIT clause in SQL query is not supported. The error message is pretty ugly: ``` Exception in thread "main" java.lang.RuntimeException: com.hazelcast.sql.SqlException: class com.hazelcast.org.apache.calcite.sql.SqlNumericLiteral: 1 at Main.<init>(Main.java:31) at Main.main(Main.java:54) Caused by: com.hazelcast.sql.SqlException: class com.hazelcast.org.apache.calcite.sql.SqlNumericLiteral: 1 at com.hazelcast.sql.impl.QueryUtils.toPublicException(QueryUtils.java:67) at com.hazelcast.sql.impl.SqlServiceImpl.query(SqlServiceImpl.java:153) at com.hazelcast.sql.SqlService.query(SqlService.java:136) at Main.run(Main.java:39) at Main.<init>(Main.java:29) ... 1 more Caused by: java.lang.UnsupportedOperationException: class com.hazelcast.org.apache.calcite.sql.SqlNumericLiteral: 1 at com.hazelcast.org.apache.calcite.util.Util.needToImplement(Util.java:967) at com.hazelcast.org.apache.calcite.sql.validate.SqlValidatorImpl.getValidatedNodeType(SqlValidatorImpl.java:1701) at com.hazelcast.sql.impl.calcite.HazelcastSqlToRelConverter.convertLiteral(HazelcastSqlToRelConverter.java:137) at com.hazelcast.sql.impl.calcite.HazelcastSqlToRelConverter.convertExtendedExpression(HazelcastSqlToRelConverter.java:69) at com.hazelcast.org.apache.calcite.sql2rel.SqlToRelConverter$Blackboard.convertExpression(SqlToRelConverter.java:4733) at com.hazelcast.org.apache.calcite.sql2rel.SqlToRelConverter.convertExpression(SqlToRelConverter.java:1887) at com.hazelcast.org.apache.calcite.sql2rel.SqlToRelConverter.convertOrder(SqlToRelConverter.java:846) at com.hazelcast.org.apache.calcite.sql2rel.SqlToRelConverter.convertSelectImpl(SqlToRelConverter.java:693) at com.hazelcast.org.apache.calcite.sql2rel.SqlToRelConverter.convertSelect(SqlToRelConverter.java:640) at com.hazelcast.org.apache.calcite.sql2rel.SqlToRelConverter.convertQueryRecursive(SqlToRelConverter.java:3384) at com.hazelcast.org.apache.calcite.sql2rel.SqlToRelConverter.convertQuery(SqlToRelConverter.java:566) at com.hazelcast.sql.impl.calcite.parse.QueryConverter.convert(QueryConverter.java:76) at com.hazelcast.sql.impl.calcite.OptimizerContext.convert(OptimizerContext.java:154) at com.hazelcast.sql.impl.calcite.CalciteSqlOptimizer.prepare(CalciteSqlOptimizer.java:142) at com.hazelcast.sql.impl.SqlServiceImpl.prepare(SqlServiceImpl.java:200) at com.hazelcast.sql.impl.SqlServiceImpl.query0(SqlServiceImpl.java:179) at com.hazelcast.sql.impl.SqlServiceImpl.query(SqlServiceImpl.java:151) ... 4 more ```
1.0
Improve error message for unsupported LIMIT clause - Currently, the LIMIT clause in SQL query is not supported. The error message is pretty ugly: ``` Exception in thread "main" java.lang.RuntimeException: com.hazelcast.sql.SqlException: class com.hazelcast.org.apache.calcite.sql.SqlNumericLiteral: 1 at Main.<init>(Main.java:31) at Main.main(Main.java:54) Caused by: com.hazelcast.sql.SqlException: class com.hazelcast.org.apache.calcite.sql.SqlNumericLiteral: 1 at com.hazelcast.sql.impl.QueryUtils.toPublicException(QueryUtils.java:67) at com.hazelcast.sql.impl.SqlServiceImpl.query(SqlServiceImpl.java:153) at com.hazelcast.sql.SqlService.query(SqlService.java:136) at Main.run(Main.java:39) at Main.<init>(Main.java:29) ... 1 more Caused by: java.lang.UnsupportedOperationException: class com.hazelcast.org.apache.calcite.sql.SqlNumericLiteral: 1 at com.hazelcast.org.apache.calcite.util.Util.needToImplement(Util.java:967) at com.hazelcast.org.apache.calcite.sql.validate.SqlValidatorImpl.getValidatedNodeType(SqlValidatorImpl.java:1701) at com.hazelcast.sql.impl.calcite.HazelcastSqlToRelConverter.convertLiteral(HazelcastSqlToRelConverter.java:137) at com.hazelcast.sql.impl.calcite.HazelcastSqlToRelConverter.convertExtendedExpression(HazelcastSqlToRelConverter.java:69) at com.hazelcast.org.apache.calcite.sql2rel.SqlToRelConverter$Blackboard.convertExpression(SqlToRelConverter.java:4733) at com.hazelcast.org.apache.calcite.sql2rel.SqlToRelConverter.convertExpression(SqlToRelConverter.java:1887) at com.hazelcast.org.apache.calcite.sql2rel.SqlToRelConverter.convertOrder(SqlToRelConverter.java:846) at com.hazelcast.org.apache.calcite.sql2rel.SqlToRelConverter.convertSelectImpl(SqlToRelConverter.java:693) at com.hazelcast.org.apache.calcite.sql2rel.SqlToRelConverter.convertSelect(SqlToRelConverter.java:640) at com.hazelcast.org.apache.calcite.sql2rel.SqlToRelConverter.convertQueryRecursive(SqlToRelConverter.java:3384) at com.hazelcast.org.apache.calcite.sql2rel.SqlToRelConverter.convertQuery(SqlToRelConverter.java:566) at com.hazelcast.sql.impl.calcite.parse.QueryConverter.convert(QueryConverter.java:76) at com.hazelcast.sql.impl.calcite.OptimizerContext.convert(OptimizerContext.java:154) at com.hazelcast.sql.impl.calcite.CalciteSqlOptimizer.prepare(CalciteSqlOptimizer.java:142) at com.hazelcast.sql.impl.SqlServiceImpl.prepare(SqlServiceImpl.java:200) at com.hazelcast.sql.impl.SqlServiceImpl.query0(SqlServiceImpl.java:179) at com.hazelcast.sql.impl.SqlServiceImpl.query(SqlServiceImpl.java:151) ... 4 more ```
defect
improve error message for unsupported limit clause currently the limit clause in sql query is not supported the error message is pretty ugly exception in thread main java lang runtimeexception com hazelcast sql sqlexception class com hazelcast org apache calcite sql sqlnumericliteral at main main java at main main main java caused by com hazelcast sql sqlexception class com hazelcast org apache calcite sql sqlnumericliteral at com hazelcast sql impl queryutils topublicexception queryutils java at com hazelcast sql impl sqlserviceimpl query sqlserviceimpl java at com hazelcast sql sqlservice query sqlservice java at main run main java at main main java more caused by java lang unsupportedoperationexception class com hazelcast org apache calcite sql sqlnumericliteral at com hazelcast org apache calcite util util needtoimplement util java at com hazelcast org apache calcite sql validate sqlvalidatorimpl getvalidatednodetype sqlvalidatorimpl java at com hazelcast sql impl calcite hazelcastsqltorelconverter convertliteral hazelcastsqltorelconverter java at com hazelcast sql impl calcite hazelcastsqltorelconverter convertextendedexpression hazelcastsqltorelconverter java at com hazelcast org apache calcite sqltorelconverter blackboard convertexpression sqltorelconverter java at com hazelcast org apache calcite sqltorelconverter convertexpression sqltorelconverter java at com hazelcast org apache calcite sqltorelconverter convertorder sqltorelconverter java at com hazelcast org apache calcite sqltorelconverter convertselectimpl sqltorelconverter java at com hazelcast org apache calcite sqltorelconverter convertselect sqltorelconverter java at com hazelcast org apache calcite sqltorelconverter convertqueryrecursive sqltorelconverter java at com hazelcast org apache calcite sqltorelconverter convertquery sqltorelconverter java at com hazelcast sql impl calcite parse queryconverter convert queryconverter java at com hazelcast sql impl calcite optimizercontext convert optimizercontext java at com hazelcast sql impl calcite calcitesqloptimizer prepare calcitesqloptimizer java at com hazelcast sql impl sqlserviceimpl prepare sqlserviceimpl java at com hazelcast sql impl sqlserviceimpl sqlserviceimpl java at com hazelcast sql impl sqlserviceimpl query sqlserviceimpl java more
1
47,840
13,066,268,875
IssuesEvent
2020-07-30 21:20:31
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[millipeda] missing docstrings in examples (Trac #1248)
Migrated from Trac combo reconstruction defect
the scripts in resources/examples need a brief explanation what they do and what kind of input they expect. Migrated from https://code.icecube.wisc.edu/ticket/1248 ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "description": "the scripts in resources/examples need a brief explanation what they do and what kind of input they expect.", "reporter": "hdembinski", "cc": "", "resolution": "fixed", "_ts": "1550067117911749", "component": "combo reconstruction", "summary": "[millipeda] missing docstrings in examples", "priority": "minor", "keywords": "", "time": "2015-08-20T16:39:10", "milestone": "", "owner": "jbraun", "type": "defect" } ```
1.0
[millipeda] missing docstrings in examples (Trac #1248) - the scripts in resources/examples need a brief explanation what they do and what kind of input they expect. Migrated from https://code.icecube.wisc.edu/ticket/1248 ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "description": "the scripts in resources/examples need a brief explanation what they do and what kind of input they expect.", "reporter": "hdembinski", "cc": "", "resolution": "fixed", "_ts": "1550067117911749", "component": "combo reconstruction", "summary": "[millipeda] missing docstrings in examples", "priority": "minor", "keywords": "", "time": "2015-08-20T16:39:10", "milestone": "", "owner": "jbraun", "type": "defect" } ```
defect
missing docstrings in examples trac the scripts in resources examples need a brief explanation what they do and what kind of input they expect migrated from json status closed changetime description the scripts in resources examples need a brief explanation what they do and what kind of input they expect reporter hdembinski cc resolution fixed ts component combo reconstruction summary missing docstrings in examples priority minor keywords time milestone owner jbraun type defect
1
208,105
15,875,401,115
IssuesEvent
2021-04-09 06:55:31
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Wrong log message for promoted content ad frequency capping
OS/Desktop QA/Test-Plan-Specified QA/Yes feature/ads release-notes/exclude
Follow up to https://github.com/brave/brave-browser/issues/14341. Only the log message is wrong. The promoted content ad is actually blocked. ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> 1. Follow `Brave Ads maximum promoted content ads per day - 1 per day` from https://github.com/brave/internal/issues/759 2. Watch the same promoted content ad again ## Actual result: new tab page ad is blocked in the logs ``` has exceeded the frequency capping for new tab page ad ``` Full message: ``` [21110:21110:0330/055057.214363:VERBOSE2:exclusion_rule_util.h(26)] uuid 7370c10c8c28878793ad7b6adc2a93a79882e7878f934f172d7cfa33b8cfabc4 has exceeded the frequency capping for new tab page ad [21110:21110:0330/055057.214431:VERBOSE1:promoted_content_ad.cc(122)] Promoted content ad: Not allowed ``` ## Expected result: promoted content ad is blocked in the logs ## Reproduces how often: <!--[Easily reproduced/Intermittent issue/No steps to reproduce]--> Easily reproduced ## Brave version (brave://version info) <!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details--> Brave | 1.23.53 Chromium: 89.0.4389.105 (Official Build) beta (64-bit) -- | -- Revision | 14f44e21a9d539cd49c72468a29bfca4fa43f710-refs/branch-heads/4389_90@{#7} OS | Linux cc @tmancey @moritzhaller @jsecretan @mattmcalister @brave/legacy_qa
1.0
Wrong log message for promoted content ad frequency capping - Follow up to https://github.com/brave/brave-browser/issues/14341. Only the log message is wrong. The promoted content ad is actually blocked. ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> 1. Follow `Brave Ads maximum promoted content ads per day - 1 per day` from https://github.com/brave/internal/issues/759 2. Watch the same promoted content ad again ## Actual result: new tab page ad is blocked in the logs ``` has exceeded the frequency capping for new tab page ad ``` Full message: ``` [21110:21110:0330/055057.214363:VERBOSE2:exclusion_rule_util.h(26)] uuid 7370c10c8c28878793ad7b6adc2a93a79882e7878f934f172d7cfa33b8cfabc4 has exceeded the frequency capping for new tab page ad [21110:21110:0330/055057.214431:VERBOSE1:promoted_content_ad.cc(122)] Promoted content ad: Not allowed ``` ## Expected result: promoted content ad is blocked in the logs ## Reproduces how often: <!--[Easily reproduced/Intermittent issue/No steps to reproduce]--> Easily reproduced ## Brave version (brave://version info) <!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details--> Brave | 1.23.53 Chromium: 89.0.4389.105 (Official Build) beta (64-bit) -- | -- Revision | 14f44e21a9d539cd49c72468a29bfca4fa43f710-refs/branch-heads/4389_90@{#7} OS | Linux cc @tmancey @moritzhaller @jsecretan @mattmcalister @brave/legacy_qa
non_defect
wrong log message for promoted content ad frequency capping follow up to only the log message is wrong the promoted content ad is actually blocked steps to reproduce follow brave ads maximum promoted content ads per day per day from watch the same promoted content ad again actual result new tab page ad is blocked in the logs has exceeded the frequency capping for new tab page ad full message uuid has exceeded the frequency capping for new tab page ad promoted content ad not allowed expected result promoted content ad is blocked in the logs reproduces how often easily reproduced brave version brave version info brave chromium   official build  beta  bit revision refs branch heads os linux cc tmancey moritzhaller jsecretan mattmcalister brave legacy qa
0
80,019
29,871,296,474
IssuesEvent
2023-06-20 08:40:35
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Spacing and positioning of elements of a message on thread panel and chat panel not consistent
T-Defect S-Tolerable A-Timeline X-Needs-Design O-Occasional A-Threads Z-Maximised-Widgets
### Steps to reproduce 1. Enable a maximized widget 2. Send a image file as a message on the chat panel 2. Reply in thread 3. Send the same file to the thread ### Outcome #### What did you expect? Consistent spacing, alignment, and placement of elements. The chat panel should follow https://github.com/vector-im/element-web/issues/21759#issue-1202193613 as well. #### What happened instead? - The time string is displayed differently (position and font size). - Spacing between the avatar and the username is not consistent. - Padding around the image looks inconsistent (especially padding-bottom). See the image below (from https://github.com/matrix-org/matrix-react-sdk/pull/8312#issuecomment-1098479556) **Thread panel** ![after1](https://user-images.githubusercontent.com/3362943/163267827-87f06c2e-a661-44a0-aaf9-0a6dc2fea497.png) **Chat panel** (with maximized widget on the main panel) ![after2](https://user-images.githubusercontent.com/3362943/163267847-d7ed99d1-cb66-452f-bda5-e361df17f375.png) Also, on `Bubble message` layout there are regressions on the chat panel. See: https://github.com/vector-im/element-web/issues/21774 ### Operating system Debian ### Browser information Firefox ### URL for webapp localhost ### Application version develop branch ### Homeserver _No response_ ### Will you send logs? No
1.0
Spacing and positioning of elements of a message on thread panel and chat panel not consistent - ### Steps to reproduce 1. Enable a maximized widget 2. Send a image file as a message on the chat panel 2. Reply in thread 3. Send the same file to the thread ### Outcome #### What did you expect? Consistent spacing, alignment, and placement of elements. The chat panel should follow https://github.com/vector-im/element-web/issues/21759#issue-1202193613 as well. #### What happened instead? - The time string is displayed differently (position and font size). - Spacing between the avatar and the username is not consistent. - Padding around the image looks inconsistent (especially padding-bottom). See the image below (from https://github.com/matrix-org/matrix-react-sdk/pull/8312#issuecomment-1098479556) **Thread panel** ![after1](https://user-images.githubusercontent.com/3362943/163267827-87f06c2e-a661-44a0-aaf9-0a6dc2fea497.png) **Chat panel** (with maximized widget on the main panel) ![after2](https://user-images.githubusercontent.com/3362943/163267847-d7ed99d1-cb66-452f-bda5-e361df17f375.png) Also, on `Bubble message` layout there are regressions on the chat panel. See: https://github.com/vector-im/element-web/issues/21774 ### Operating system Debian ### Browser information Firefox ### URL for webapp localhost ### Application version develop branch ### Homeserver _No response_ ### Will you send logs? No
defect
spacing and positioning of elements of a message on thread panel and chat panel not consistent steps to reproduce enable a maximized widget send a image file as a message on the chat panel reply in thread send the same file to the thread outcome what did you expect consistent spacing alignment and placement of elements the chat panel should follow as well what happened instead the time string is displayed differently position and font size spacing between the avatar and the username is not consistent padding around the image looks inconsistent especially padding bottom see the image below from thread panel chat panel with maximized widget on the main panel also on bubble message layout there are regressions on the chat panel see operating system debian browser information firefox url for webapp localhost application version develop branch homeserver no response will you send logs no
1
10,133
2,618,937,985
IssuesEvent
2015-03-03 00:02:54
chrsmith/open-ig
https://api.github.com/repos/chrsmith/open-ig
closed
An unexpected error occurred.
auto-migrated Priority-Medium Type-Defect
``` An unexpected error occurred. You should consider submitting an error report via the project issue list: https://code.google.com/p/open-ig/issues/list Please include the following diagnostic information followed by the error stacktrace(s): Java version: 1.7.0_51 Java vendor: Oracle Corporation (http://java.oracle.com/) Java class version: 51.0 Operating system: Windows 8, x86, 6.2 Game version: 0.42 Command line: [] Available memory: 10 MB Maximum memory: 247 MB Parallelism: 8 Language: ru Date and time: 2014-02-12T17:10:42.691Z ---- java.io.FileNotFoundException: .\open-ig-update.xml (Отказано в доступе) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at hu.openig.utils.IOUtils.save(IOUtils.java:161) at hu.openig.launcher.Launcher.move(Launcher.java:1262) at hu.openig.launcher.Launcher$30.done(Launcher.java:1236) at javax.swing.SwingWorker$5.run(Unknown Source) at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source) at sun.swing.AccumulativeRunnable.run(Unknown Source) at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source) at javax.swing.Timer.fireActionPerformed(Unknown Source) at javax.swing.Timer$DoPostEvent.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) What steps will reproduce the problem? 1. just open open-ig-launcher.jar 2. 3. What is the expected output? What do you see instead? Please provide any additional information below. but game finely working! Please upload any save before and/or after the problem happened. Please attach the open-ig.log file found in the application's directory. ``` Original issue reported on code.google.com by `mishgun...@gmail.com` on 12 Feb 2014 at 5:13 Attachments: * [open-ig.log](https://storage.googleapis.com/google-code-attachments/open-ig/issue-828/comment-0/open-ig.log)
1.0
An unexpected error occurred. - ``` An unexpected error occurred. You should consider submitting an error report via the project issue list: https://code.google.com/p/open-ig/issues/list Please include the following diagnostic information followed by the error stacktrace(s): Java version: 1.7.0_51 Java vendor: Oracle Corporation (http://java.oracle.com/) Java class version: 51.0 Operating system: Windows 8, x86, 6.2 Game version: 0.42 Command line: [] Available memory: 10 MB Maximum memory: 247 MB Parallelism: 8 Language: ru Date and time: 2014-02-12T17:10:42.691Z ---- java.io.FileNotFoundException: .\open-ig-update.xml (Отказано в доступе) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at hu.openig.utils.IOUtils.save(IOUtils.java:161) at hu.openig.launcher.Launcher.move(Launcher.java:1262) at hu.openig.launcher.Launcher$30.done(Launcher.java:1236) at javax.swing.SwingWorker$5.run(Unknown Source) at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source) at sun.swing.AccumulativeRunnable.run(Unknown Source) at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source) at javax.swing.Timer.fireActionPerformed(Unknown Source) at javax.swing.Timer$DoPostEvent.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) What steps will reproduce the problem? 1. just open open-ig-launcher.jar 2. 3. What is the expected output? What do you see instead? Please provide any additional information below. but game finely working! Please upload any save before and/or after the problem happened. Please attach the open-ig.log file found in the application's directory. ``` Original issue reported on code.google.com by `mishgun...@gmail.com` on 12 Feb 2014 at 5:13 Attachments: * [open-ig.log](https://storage.googleapis.com/google-code-attachments/open-ig/issue-828/comment-0/open-ig.log)
defect
an unexpected error occurred an unexpected error occurred you should consider submitting an error report via the project issue list please include the following diagnostic information followed by the error stacktrace s java version java vendor oracle corporation java class version operating system windows game version command line available memory mb maximum memory mb parallelism language ru date and time java io filenotfoundexception open ig update xml отказано в доступе at java io fileoutputstream open native method at java io fileoutputstream unknown source at java io fileoutputstream unknown source at hu openig utils ioutils save ioutils java at hu openig launcher launcher move launcher java at hu openig launcher launcher done launcher java at javax swing swingworker run unknown source at javax swing swingworker dosubmitaccumulativerunnable run unknown source at sun swing accumulativerunnable run unknown source at javax swing swingworker dosubmitaccumulativerunnable actionperformed unknown source at javax swing timer fireactionperformed unknown source at javax swing timer dopostevent run unknown source at java awt event invocationevent dispatch unknown source at java awt eventqueue dispatcheventimpl unknown source at java awt eventqueue access unknown source at java awt eventqueue run unknown source at java awt eventqueue run unknown source at java security accesscontroller doprivileged native method at java security protectiondomain dointersectionprivilege unknown source at java awt eventqueue dispatchevent unknown source at java awt eventdispatchthread pumponeeventforfilters unknown source at java awt eventdispatchthread pumpeventsforfilter unknown source at java awt eventdispatchthread pumpeventsforhierarchy unknown source at java awt eventdispatchthread pumpevents unknown source at java awt eventdispatchthread pumpevents unknown source at java awt eventdispatchthread run unknown source what steps will reproduce the problem just open open ig launcher jar what is the expected output what do you see instead please provide any additional information below but game finely working please upload any save before and or after the problem happened please attach the open ig log file found in the application s directory original issue reported on code google com by mishgun gmail com on feb at attachments
1
45,031
12,528,014,010
IssuesEvent
2020-06-04 08:53:22
naev/naev
https://api.github.com/repos/naev/naev
closed
Doesn't build under Linux 16.04 LTS but OK for win32 and win64
OpSys-Linux Priority-Low Type-Defect
Hello, It's been long I haven't tried to build NAEV. I just got latest commit 64fafe9dbef218c1a5527f4432a5ddb540080d8b and tried to built it OOT with my usual method : - autogen.sh - make bin/win32, bin/win64, bin/lin64 - with the appropriate system, cd to bin/<arch> - ../../configure - make For win32 and win64 it works OK using Win10 and MinGW<arch>, but in Linux, the one OS on which I didn't expect a problem, it fails with the attached errors. [make.log](https://github.com/naev/naev/files/4401487/make.log) The errors are in "bfd_section_*" parts of the code. I just don't know what they are and what they do, and as the forum is no more, I have to log an issue to tell you. Don't know if it can be solved by code or if it requires my system to be updated... I checked my Ubuntu, it's up-to-date, of course for a 16.04... I'll try to understand what is this bfd_ stuff, but one of you devs could well be faster than me on that one ^-^ Thanks in advance ! Benoît 'Mutos' Robin
1.0
Doesn't build under Linux 16.04 LTS but OK for win32 and win64 - Hello, It's been long I haven't tried to build NAEV. I just got latest commit 64fafe9dbef218c1a5527f4432a5ddb540080d8b and tried to built it OOT with my usual method : - autogen.sh - make bin/win32, bin/win64, bin/lin64 - with the appropriate system, cd to bin/<arch> - ../../configure - make For win32 and win64 it works OK using Win10 and MinGW<arch>, but in Linux, the one OS on which I didn't expect a problem, it fails with the attached errors. [make.log](https://github.com/naev/naev/files/4401487/make.log) The errors are in "bfd_section_*" parts of the code. I just don't know what they are and what they do, and as the forum is no more, I have to log an issue to tell you. Don't know if it can be solved by code or if it requires my system to be updated... I checked my Ubuntu, it's up-to-date, of course for a 16.04... I'll try to understand what is this bfd_ stuff, but one of you devs could well be faster than me on that one ^-^ Thanks in advance ! Benoît 'Mutos' Robin
defect
doesn t build under linux lts but ok for and hello it s been long i haven t tried to build naev i just got latest commit and tried to built it oot with my usual method autogen sh make bin bin bin with the appropriate system cd to bin configure make for and it works ok using and mingw but in linux the one os on which i didn t expect a problem it fails with the attached errors the errors are in bfd section parts of the code i just don t know what they are and what they do and as the forum is no more i have to log an issue to tell you don t know if it can be solved by code or if it requires my system to be updated i checked my ubuntu it s up to date of course for a i ll try to understand what is this bfd stuff but one of you devs could well be faster than me on that one thanks in advance benoît mutos robin
1
71,542
23,688,051,560
IssuesEvent
2022-08-29 08:17:29
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
closed
App Layout: Invites badge has wrong bottom margin
T-Defect S-Minor Team: Delight Z-AppLayout
With recents carousel enabled, the Invites text button looks very close to the carousel
1.0
App Layout: Invites badge has wrong bottom margin - With recents carousel enabled, the Invites text button looks very close to the carousel
defect
app layout invites badge has wrong bottom margin with recents carousel enabled the invites text button looks very close to the carousel
1
38,602
8,925,045,722
IssuesEvent
2019-01-21 21:01:48
vector-im/riot-web
https://api.github.com/repos/vector-im/riot-web
closed
Firefox only: Room filter placeholder color should match icon color
bug cosmetic defect redesign ui/ux
Not sure what's happening here exactly (FF specific bug?), the text should match the icon and does so in Safari: <img width="280" alt="screenshot 2019-01-21 at 20 04 22" src="https://user-images.githubusercontent.com/4626865/51496488-429ca800-1dc0-11e9-85cf-d4b1711457fd.png"> _Originally posted by @nadonomy in https://github.com/vector-im/riot-web/issues/8194#issuecomment-456186175_
1.0
Firefox only: Room filter placeholder color should match icon color - Not sure what's happening here exactly (FF specific bug?), the text should match the icon and does so in Safari: <img width="280" alt="screenshot 2019-01-21 at 20 04 22" src="https://user-images.githubusercontent.com/4626865/51496488-429ca800-1dc0-11e9-85cf-d4b1711457fd.png"> _Originally posted by @nadonomy in https://github.com/vector-im/riot-web/issues/8194#issuecomment-456186175_
defect
firefox only room filter placeholder color should match icon color not sure what s happening here exactly ff specific bug the text should match the icon and does so in safari img width alt screenshot at src originally posted by nadonomy in
1
176,857
28,243,348,920
IssuesEvent
2023-04-06 08:54:52
alphagov/govuk-design-system
https://api.github.com/repos/alphagov/govuk-design-system
closed
Journey mapping the exit this page original and current journeys
design
## What Journey mapping the exit this page original and current journeys ## Why To see the changes we've made and demonstrate why the rationale behind them ## Who needs to work on this Designer ## Who needs to review this Designer ## Done when - [x] Original journey is mapped for keyboard and mouse user - [x] Keyboard only journey points are documented for original journey - [x] Current journey is mapped for keyboard and mouse user - [x] Keyboard only journey points are documented for current journey
1.0
Journey mapping the exit this page original and current journeys - ## What Journey mapping the exit this page original and current journeys ## Why To see the changes we've made and demonstrate why the rationale behind them ## Who needs to work on this Designer ## Who needs to review this Designer ## Done when - [x] Original journey is mapped for keyboard and mouse user - [x] Keyboard only journey points are documented for original journey - [x] Current journey is mapped for keyboard and mouse user - [x] Keyboard only journey points are documented for current journey
non_defect
journey mapping the exit this page original and current journeys what journey mapping the exit this page original and current journeys why to see the changes we ve made and demonstrate why the rationale behind them who needs to work on this designer who needs to review this designer done when original journey is mapped for keyboard and mouse user keyboard only journey points are documented for original journey current journey is mapped for keyboard and mouse user keyboard only journey points are documented for current journey
0
509,831
14,749,973,460
IssuesEvent
2021-01-08 00:51:47
nlpsandbox/nlpsandbox
https://api.github.com/repos/nlpsandbox/nlpsandbox
opened
Develop and submit UW annotators
Priority: Medium
@yy6linda Do you know someone at UW (researchers and/or fellow students) who may be interested in building and submitting an annotators to the NLP Sandbox?
1.0
Develop and submit UW annotators - @yy6linda Do you know someone at UW (researchers and/or fellow students) who may be interested in building and submitting an annotators to the NLP Sandbox?
non_defect
develop and submit uw annotators do you know someone at uw researchers and or fellow students who may be interested in building and submitting an annotators to the nlp sandbox
0
41,543
10,512,202,508
IssuesEvent
2019-09-27 17:17:53
google/caliper
https://api.github.com/repos/google/caliper
closed
site examples not in sync with code release
type=defect
``` What steps will reproduce the problem? 1. caliper-1.0-beta-1-all does not contain com.google.caliper.BeforeExperiment; 2. example code on the website references this annotation for example: https://code.google.com/p/caliper/source/browse/examples/src/main/java/examples/ CopyArrayBenchmark.java ``` Original issue reported on code.google.com by `pbir...@gmail.com` on 4 Apr 2014 at 12:56
1.0
site examples not in sync with code release - ``` What steps will reproduce the problem? 1. caliper-1.0-beta-1-all does not contain com.google.caliper.BeforeExperiment; 2. example code on the website references this annotation for example: https://code.google.com/p/caliper/source/browse/examples/src/main/java/examples/ CopyArrayBenchmark.java ``` Original issue reported on code.google.com by `pbir...@gmail.com` on 4 Apr 2014 at 12:56
defect
site examples not in sync with code release what steps will reproduce the problem caliper beta all does not contain com google caliper beforeexperiment example code on the website references this annotation for example copyarraybenchmark java original issue reported on code google com by pbir gmail com on apr at
1
280,858
21,315,226,593
IssuesEvent
2022-04-16 06:40:10
NotCJSBirdie/linkpop2022
https://api.github.com/repos/NotCJSBirdie/linkpop2022
closed
carl/version13
documentation enhancement help wanted question
### Version 13 ### 1. GetStarted Component ### 2. I have added layering (z indexes) ### 3. Almost done ### Carl
1.0
carl/version13 - ### Version 13 ### 1. GetStarted Component ### 2. I have added layering (z indexes) ### 3. Almost done ### Carl
non_defect
carl version getstarted component i have added layering z indexes almost done carl
0
68,536
21,694,224,920
IssuesEvent
2022-05-09 18:21:46
ankitpokhrel/jira-cli
https://api.github.com/repos/ankitpokhrel/jira-cli
closed
Trailing slash in Cloud server url causes " Unable to generate configuration" error
defect waiting/release
**Describe the bug** Doing `jira init` then going with "Cloud" and a URL with a trailing slash (ie `https://company.atlassian.net/`) causes an error: ``` $ jira init ? Installation type: Cloud ? Link to Jira server: https://fpstudio.atlassian.net/ ? Login email: alan@felixandpaul.com ? Default project: PP ? Default board: Pipeline Board ⠋ Creating new configuration... ✗ Unable to generate configuration: Config File "config" Not Found in "[]" ``` then if I do the same but no trailing slash, it works: ``` $ jira init ? Config already exist. Do you want to overwrite? Yes ? Installation type: Cloud ? Link to Jira server: https://<redacted>.atlassian.net ? Login email: alan@<redacted>.com ? Default project: PP ? Default board: Pipeline Board ⠼ Configuring metadata. Please wait... ✓ Configuration generated: /home/alan/.config/.jira/.config.yml ``` **Please provide following details** 1. JiraCLI Version: ``` (Version="v0.3.0", GitCommit="", CommitDate="", GoVersion="go1.17.5", Compiler="gc", Platform="linux/amd64") ``` 2. Are you using Jira cloud or on-premise jira server? Also mention the version for on-premise installation. ``` Jira Cloud -- no idea where to see the version. ``` 3. What operating system are you using? Also mention version. ``` Ubuntu 20.04 LTS ``` 4. What terminal are you using? Also mention version. ``` Windows Terminal Preview Version: 1.12.3472.0 ``` **To Reproduce** Steps to reproduce the behavior: 1. export your JIRA_API_TOKEN env var then `jira init` 2. Pick `Cloud` 3. Enter server URL with a slash at the end and continue with your email. 4. Pick project and board. 5. See error. **Expected behavior** I expect URLs with slashes not to fail. **Screenshots** ![image](https://user-images.githubusercontent.com/941331/149391938-047d95e1-bea7-4e51-a59c-68c927c2dff8.png) **Additional context** Seems similar bug to #255 (which was closed so I made a new ticket.)
1.0
Trailing slash in Cloud server url causes " Unable to generate configuration" error - **Describe the bug** Doing `jira init` then going with "Cloud" and a URL with a trailing slash (ie `https://company.atlassian.net/`) causes an error: ``` $ jira init ? Installation type: Cloud ? Link to Jira server: https://fpstudio.atlassian.net/ ? Login email: alan@felixandpaul.com ? Default project: PP ? Default board: Pipeline Board ⠋ Creating new configuration... ✗ Unable to generate configuration: Config File "config" Not Found in "[]" ``` then if I do the same but no trailing slash, it works: ``` $ jira init ? Config already exist. Do you want to overwrite? Yes ? Installation type: Cloud ? Link to Jira server: https://<redacted>.atlassian.net ? Login email: alan@<redacted>.com ? Default project: PP ? Default board: Pipeline Board ⠼ Configuring metadata. Please wait... ✓ Configuration generated: /home/alan/.config/.jira/.config.yml ``` **Please provide following details** 1. JiraCLI Version: ``` (Version="v0.3.0", GitCommit="", CommitDate="", GoVersion="go1.17.5", Compiler="gc", Platform="linux/amd64") ``` 2. Are you using Jira cloud or on-premise jira server? Also mention the version for on-premise installation. ``` Jira Cloud -- no idea where to see the version. ``` 3. What operating system are you using? Also mention version. ``` Ubuntu 20.04 LTS ``` 4. What terminal are you using? Also mention version. ``` Windows Terminal Preview Version: 1.12.3472.0 ``` **To Reproduce** Steps to reproduce the behavior: 1. export your JIRA_API_TOKEN env var then `jira init` 2. Pick `Cloud` 3. Enter server URL with a slash at the end and continue with your email. 4. Pick project and board. 5. See error. **Expected behavior** I expect URLs with slashes not to fail. **Screenshots** ![image](https://user-images.githubusercontent.com/941331/149391938-047d95e1-bea7-4e51-a59c-68c927c2dff8.png) **Additional context** Seems similar bug to #255 (which was closed so I made a new ticket.)
defect
trailing slash in cloud server url causes unable to generate configuration error describe the bug doing jira init then going with cloud and a url with a trailing slash ie causes an error jira init installation type cloud link to jira server login email alan felixandpaul com default project pp default board pipeline board ⠋ creating new configuration ✗ unable to generate configuration config file config not found in then if i do the same but no trailing slash it works jira init config already exist do you want to overwrite yes installation type cloud link to jira server login email alan com default project pp default board pipeline board ⠼ configuring metadata please wait ✓ configuration generated home alan config jira config yml please provide following details jiracli version version gitcommit commitdate goversion compiler gc platform linux are you using jira cloud or on premise jira server also mention the version for on premise installation jira cloud no idea where to see the version what operating system are you using also mention version ubuntu lts what terminal are you using also mention version windows terminal preview version to reproduce steps to reproduce the behavior export your jira api token env var then jira init pick cloud enter server url with a slash at the end and continue with your email pick project and board see error expected behavior i expect urls with slashes not to fail screenshots additional context seems similar bug to which was closed so i made a new ticket
1
252,795
19,072,649,743
IssuesEvent
2021-11-27 06:51:16
dieisabel/atmega328p-usart
https://api.github.com/repos/dieisabel/atmega328p-usart
opened
Add comprehensive documentation
documentation
All open-source project must have a comprehensive documentation, which must contain all needed information: installation guide, testing guide, api description etc. So, this project isn't an exclusion.
1.0
Add comprehensive documentation - All open-source project must have a comprehensive documentation, which must contain all needed information: installation guide, testing guide, api description etc. So, this project isn't an exclusion.
non_defect
add comprehensive documentation all open source project must have a comprehensive documentation which must contain all needed information installation guide testing guide api description etc so this project isn t an exclusion
0
72,126
23,952,176,016
IssuesEvent
2022-09-12 12:27:26
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
Messages from certain remote users missing / being rejected
S-Major T-Defect X-Needs-Info O-Occasional
### Description I've noticed people replying to events that don't exist for me and looking at the event source they are replying to specific users from the matrix.org homeserver. I am not receiving messages from those members but I do see them typing and their read receipts. In the case of the log output below, they have been in the room for close to a month and the referenced `m.room.member` event can be found via element's dev tools, yet at the time of receiving the event synapse fails to calculate that as an auth_event. ### Steps to reproduce - (it is currently unknown what causes users to get in this state) - receive a message from an affected user through federation - be confused when people are talking to others that you cannot see ### Homeserver tonkku.me ### Synapse Version 1.66.0 ### Installation Method Docker (matrixdotorg/synapse) ### Platform Running in docker containers on a server with Ubuntu 20.04.3, AMD Ryzen 5 3600, 16GB RAM. ### Relevant log output ```shell 2022-09-04 16:12:40,328 - synapse.federation.federation_server - 1197 - INFO - _process_incoming_pdus_in_room_inner-1875 - handling received PDU in room !GtIfdsfQtQIgbQSxwJ:archlinux.org: <FrozenEventV3 event_id=$9nEfMJ48sVmR_5zO1fjmNyaXWNVHSw1Go6CwAtSH3EU, type=m.room.message, state_key=None, outlier=False> 2022-09-04 16:12:40,350 - synapse.handlers.federation_event - 1806 - INFO - _process_incoming_pdus_in_room_inner-1875-$9nEfMJ48sVmR_5zO1fjmNyaXWNVHSw1Go6CwAtSH3EU - event's auth_events are different to our calculated auth_events. Claimed but not calculated: [<FrozenEventV3 event_id=$jWCsQ39xw6rhTIPuRjHqh6KspCEmWzbycTKjqBfcEtU, type=m.room.member, state_key=@rajabinkz:matrix.org, outlier=False>]. Calculated but not claimed: [] 2022-09-04 16:12:40,350 - synapse.handlers.federation_event - 1826 - WARNING - _process_incoming_pdus_in_room_inner-1875-$9nEfMJ48sVmR_5zO1fjmNyaXWNVHSw1Go6CwAtSH3EU - While checking auth of <FrozenEventV3 event_id=$9nEfMJ48sVmR_5zO1fjmNyaXWNVHSw1Go6CwAtSH3EU, type=m.room.message, state_key=None, outlier=False> against room state before the event: 403: User @rajabinkz:matrix.org not in room !GtIfdsfQtQIgbQSxwJ:archlinux.org (None) 2022-09-04 16:12:40,368 - synapse.http.client - 446 - INFO - _process_incoming_pdus_in_room_inner-1875-$9nEfMJ48sVmR_5zO1fjmNyaXWNVHSw1Go6CwAtSH3EU - Received response to POST http://generic-worker4:9114/_synapse/replication/fed_send_events/XtTHDlfEIH: 200 ``` ### Anything else that would be useful to know? _No response_
1.0
Messages from certain remote users missing / being rejected - ### Description I've noticed people replying to events that don't exist for me and looking at the event source they are replying to specific users from the matrix.org homeserver. I am not receiving messages from those members but I do see them typing and their read receipts. In the case of the log output below, they have been in the room for close to a month and the referenced `m.room.member` event can be found via element's dev tools, yet at the time of receiving the event synapse fails to calculate that as an auth_event. ### Steps to reproduce - (it is currently unknown what causes users to get in this state) - receive a message from an affected user through federation - be confused when people are talking to others that you cannot see ### Homeserver tonkku.me ### Synapse Version 1.66.0 ### Installation Method Docker (matrixdotorg/synapse) ### Platform Running in docker containers on a server with Ubuntu 20.04.3, AMD Ryzen 5 3600, 16GB RAM. ### Relevant log output ```shell 2022-09-04 16:12:40,328 - synapse.federation.federation_server - 1197 - INFO - _process_incoming_pdus_in_room_inner-1875 - handling received PDU in room !GtIfdsfQtQIgbQSxwJ:archlinux.org: <FrozenEventV3 event_id=$9nEfMJ48sVmR_5zO1fjmNyaXWNVHSw1Go6CwAtSH3EU, type=m.room.message, state_key=None, outlier=False> 2022-09-04 16:12:40,350 - synapse.handlers.federation_event - 1806 - INFO - _process_incoming_pdus_in_room_inner-1875-$9nEfMJ48sVmR_5zO1fjmNyaXWNVHSw1Go6CwAtSH3EU - event's auth_events are different to our calculated auth_events. Claimed but not calculated: [<FrozenEventV3 event_id=$jWCsQ39xw6rhTIPuRjHqh6KspCEmWzbycTKjqBfcEtU, type=m.room.member, state_key=@rajabinkz:matrix.org, outlier=False>]. Calculated but not claimed: [] 2022-09-04 16:12:40,350 - synapse.handlers.federation_event - 1826 - WARNING - _process_incoming_pdus_in_room_inner-1875-$9nEfMJ48sVmR_5zO1fjmNyaXWNVHSw1Go6CwAtSH3EU - While checking auth of <FrozenEventV3 event_id=$9nEfMJ48sVmR_5zO1fjmNyaXWNVHSw1Go6CwAtSH3EU, type=m.room.message, state_key=None, outlier=False> against room state before the event: 403: User @rajabinkz:matrix.org not in room !GtIfdsfQtQIgbQSxwJ:archlinux.org (None) 2022-09-04 16:12:40,368 - synapse.http.client - 446 - INFO - _process_incoming_pdus_in_room_inner-1875-$9nEfMJ48sVmR_5zO1fjmNyaXWNVHSw1Go6CwAtSH3EU - Received response to POST http://generic-worker4:9114/_synapse/replication/fed_send_events/XtTHDlfEIH: 200 ``` ### Anything else that would be useful to know? _No response_
defect
messages from certain remote users missing being rejected description i ve noticed people replying to events that don t exist for me and looking at the event source they are replying to specific users from the matrix org homeserver i am not receiving messages from those members but i do see them typing and their read receipts in the case of the log output below they have been in the room for close to a month and the referenced m room member event can be found via element s dev tools yet at the time of receiving the event synapse fails to calculate that as an auth event steps to reproduce it is currently unknown what causes users to get in this state receive a message from an affected user through federation be confused when people are talking to others that you cannot see homeserver tonkku me synapse version installation method docker matrixdotorg synapse platform running in docker containers on a server with ubuntu amd ryzen ram relevant log output shell synapse federation federation server info process incoming pdus in room inner handling received pdu in room gtifdsfqtqigbqsxwj archlinux org synapse handlers federation event info process incoming pdus in room inner event s auth events are different to our calculated auth events claimed but not calculated calculated but not claimed synapse handlers federation event warning process incoming pdus in room inner while checking auth of against room state before the event user rajabinkz matrix org not in room gtifdsfqtqigbqsxwj archlinux org none synapse http client info process incoming pdus in room inner received response to post anything else that would be useful to know no response
1
79,642
28,495,798,716
IssuesEvent
2023-04-18 14:06:57
vector-im/element-desktop
https://api.github.com/repos/vector-im/element-desktop
opened
No scaling across mixed-DPI screens
T-Defect
### Description When I drag the Riot window from my internal UHD to my external HD screen, it does not scale down appropriately and thus is far too big. ### Version information - **Platform**: Flatpak For the desktop app: - **OS**: Fedora Silverblue 29 - **Version**: 1.0.1
1.0
No scaling across mixed-DPI screens - ### Description When I drag the Riot window from my internal UHD to my external HD screen, it does not scale down appropriately and thus is far too big. ### Version information - **Platform**: Flatpak For the desktop app: - **OS**: Fedora Silverblue 29 - **Version**: 1.0.1
defect
no scaling across mixed dpi screens description when i drag the riot window from my internal uhd to my external hd screen it does not scale down appropriately and thus is far too big version information platform flatpak for the desktop app os fedora silverblue version
1
147,463
5,640,282,737
IssuesEvent
2017-04-06 16:02:42
Polymer/polymer-analyzer
https://api.github.com/repos/Polymer/polymer-analyzer
closed
Warning underlines have incorrect position if source is indented with tabs.
Priority: Medium Status: Accepted Type: Bug
When a source line is indented with tabs the underline produced by `WarningPrinter.getUnderlinedText` is indented with spaces, causing the underline to have the incorrect indentation compared to the source.
1.0
Warning underlines have incorrect position if source is indented with tabs. - When a source line is indented with tabs the underline produced by `WarningPrinter.getUnderlinedText` is indented with spaces, causing the underline to have the incorrect indentation compared to the source.
non_defect
warning underlines have incorrect position if source is indented with tabs when a source line is indented with tabs the underline produced by warningprinter getunderlinedtext is indented with spaces causing the underline to have the incorrect indentation compared to the source
0
74,798
25,333,164,110
IssuesEvent
2022-11-18 14:47:38
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
ClassCastException in WithImpl::$replace
T: Defect C: Functionality P: Medium E: Professional Edition E: Enterprise Edition
A new test is running into a `ClassCastException`: ``` Caused by: java.lang.ClassCastException: class org.jooq.impl.QueryPartList cannot be cast to class org.jooq.impl.CommonTableExpressionList (org.jooq.impl.QueryPartList and org.jooq.impl.CommonTableExpressionList are in unnamed module of loader 'app') at org.jooq.impl.QOM.replace(QOM.java:7539) at org.jooq.impl.WithImpl.$replace(WithImpl.java:1208) at org.jooq.impl.QOM.replace(QOM.java:7416) at org.jooq.impl.QOM.replace(QOM.java:8113) at org.jooq.impl.SelectQueryImpl.$replace(SelectQueryImpl.java:4819) at org.jooq.impl.QOM.replace(QOM.java:7416) at org.jooq.impl.QOM.replace(QOM.java:7398) at org.jooq.impl.QOM.replace(QOM.java:7519) at org.jooq.impl.QueriesImpl.$replace(QueriesImpl.java:195) at org.jooq.impl.AbstractContext.visit(AbstractContext.java:275) at org.jooq.impl.DefaultDSLContext.renderInlined(DefaultDSLContext.java:770) at org.jooq.impl.AbstractQueryPart.toString(AbstractQueryPart.java:192) at java.base/java.lang.String.valueOf(String.java:4218) at java.base/java.io.PrintStream.println(PrintStream.java:1047) at org.jooq.test.util.BaseTest.println(BaseTest.java:937) at org.jooq.impl.ParseFilesTest.parse(ParseFilesTest.java:138) ... 33 more ``` The compiler infers a type that is too specific in the replacement lambda. There might be other similar errors, which haven't yet been discovered. Will think about a better test suite.
1.0
ClassCastException in WithImpl::$replace - A new test is running into a `ClassCastException`: ``` Caused by: java.lang.ClassCastException: class org.jooq.impl.QueryPartList cannot be cast to class org.jooq.impl.CommonTableExpressionList (org.jooq.impl.QueryPartList and org.jooq.impl.CommonTableExpressionList are in unnamed module of loader 'app') at org.jooq.impl.QOM.replace(QOM.java:7539) at org.jooq.impl.WithImpl.$replace(WithImpl.java:1208) at org.jooq.impl.QOM.replace(QOM.java:7416) at org.jooq.impl.QOM.replace(QOM.java:8113) at org.jooq.impl.SelectQueryImpl.$replace(SelectQueryImpl.java:4819) at org.jooq.impl.QOM.replace(QOM.java:7416) at org.jooq.impl.QOM.replace(QOM.java:7398) at org.jooq.impl.QOM.replace(QOM.java:7519) at org.jooq.impl.QueriesImpl.$replace(QueriesImpl.java:195) at org.jooq.impl.AbstractContext.visit(AbstractContext.java:275) at org.jooq.impl.DefaultDSLContext.renderInlined(DefaultDSLContext.java:770) at org.jooq.impl.AbstractQueryPart.toString(AbstractQueryPart.java:192) at java.base/java.lang.String.valueOf(String.java:4218) at java.base/java.io.PrintStream.println(PrintStream.java:1047) at org.jooq.test.util.BaseTest.println(BaseTest.java:937) at org.jooq.impl.ParseFilesTest.parse(ParseFilesTest.java:138) ... 33 more ``` The compiler infers a type that is too specific in the replacement lambda. There might be other similar errors, which haven't yet been discovered. Will think about a better test suite.
defect
classcastexception in withimpl replace a new test is running into a classcastexception caused by java lang classcastexception class org jooq impl querypartlist cannot be cast to class org jooq impl commontableexpressionlist org jooq impl querypartlist and org jooq impl commontableexpressionlist are in unnamed module of loader app at org jooq impl qom replace qom java at org jooq impl withimpl replace withimpl java at org jooq impl qom replace qom java at org jooq impl qom replace qom java at org jooq impl selectqueryimpl replace selectqueryimpl java at org jooq impl qom replace qom java at org jooq impl qom replace qom java at org jooq impl qom replace qom java at org jooq impl queriesimpl replace queriesimpl java at org jooq impl abstractcontext visit abstractcontext java at org jooq impl defaultdslcontext renderinlined defaultdslcontext java at org jooq impl abstractquerypart tostring abstractquerypart java at java base java lang string valueof string java at java base java io printstream println printstream java at org jooq test util basetest println basetest java at org jooq impl parsefilestest parse parsefilestest java more the compiler infers a type that is too specific in the replacement lambda there might be other similar errors which haven t yet been discovered will think about a better test suite
1
242,439
26,269,390,735
IssuesEvent
2023-01-06 15:33:49
tamirverthim/gutenberg
https://api.github.com/repos/tamirverthim/gutenberg
opened
CVE-2021-27292 (High) detected in ua-parser-js-0.7.18.tgz
security vulnerability
## CVE-2021-27292 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ua-parser-js-0.7.18.tgz</b></p></summary> <p>Lightweight JavaScript-based user-agent string parser</p> <p>Library home page: <a href="https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.18.tgz">https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.18.tgz</a></p> <p> Dependency Hierarchy: - @wordpress/components-file:packages/components.tgz (Root Library) - react-dates-17.2.0.tgz - react-addons-shallow-compare-15.6.2.tgz - fbjs-0.8.17.tgz - :x: **ua-parser-js-0.7.18.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://api.github.com/repos/tamirverthim/gutenberg/commits/01719cf04fd7c129bd717b07454cfe760bae182e">01719cf04fd7c129bd717b07454cfe760bae182e</a></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> ua-parser-js >= 0.7.14, fixed in 0.7.24, uses a regular expression which is vulnerable to denial of service. If an attacker sends a malicious User-Agent header, ua-parser-js will get stuck processing it for an extended period of time. <p>Publish Date: 2021-03-17 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-27292>CVE-2021-27292</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>Release Date: 2021-03-17</p> <p>Fix Resolution: ua-parser-js - 0.7.24</p> </p> </details> <p></p>
True
CVE-2021-27292 (High) detected in ua-parser-js-0.7.18.tgz - ## CVE-2021-27292 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ua-parser-js-0.7.18.tgz</b></p></summary> <p>Lightweight JavaScript-based user-agent string parser</p> <p>Library home page: <a href="https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.18.tgz">https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.18.tgz</a></p> <p> Dependency Hierarchy: - @wordpress/components-file:packages/components.tgz (Root Library) - react-dates-17.2.0.tgz - react-addons-shallow-compare-15.6.2.tgz - fbjs-0.8.17.tgz - :x: **ua-parser-js-0.7.18.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://api.github.com/repos/tamirverthim/gutenberg/commits/01719cf04fd7c129bd717b07454cfe760bae182e">01719cf04fd7c129bd717b07454cfe760bae182e</a></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> ua-parser-js >= 0.7.14, fixed in 0.7.24, uses a regular expression which is vulnerable to denial of service. If an attacker sends a malicious User-Agent header, ua-parser-js will get stuck processing it for an extended period of time. <p>Publish Date: 2021-03-17 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-27292>CVE-2021-27292</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>Release Date: 2021-03-17</p> <p>Fix Resolution: ua-parser-js - 0.7.24</p> </p> </details> <p></p>
non_defect
cve high detected in ua parser js tgz cve high severity vulnerability vulnerable library ua parser js tgz lightweight javascript based user agent string parser library home page a href dependency hierarchy wordpress components file packages components tgz root library react dates tgz react addons shallow compare tgz fbjs tgz x ua parser js tgz vulnerable library found in head commit a href vulnerability details ua parser js fixed in uses a regular expression which is vulnerable to denial of service if an attacker sends a malicious user agent header ua parser js will get stuck processing it for an extended period of time 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 release date fix resolution ua parser js
0
395,683
27,081,859,274
IssuesEvent
2023-02-14 14:33:24
sayole/TodoApplicatioin
https://api.github.com/repos/sayole/TodoApplicatioin
opened
ReadMe 추가
documentation
### 만들고자 하는 기능이 무엇인가요? - 리드미 추가 ### 해당 기능을 구현하기 위해 할 일이 무엇인가요? 1. [ ] 리드미 추가 2. [ ] 추가 ### 예상 작업 시간 - 10분
1.0
ReadMe 추가 - ### 만들고자 하는 기능이 무엇인가요? - 리드미 추가 ### 해당 기능을 구현하기 위해 할 일이 무엇인가요? 1. [ ] 리드미 추가 2. [ ] 추가 ### 예상 작업 시간 - 10분
non_defect
readme 추가 만들고자 하는 기능이 무엇인가요 리드미 추가 해당 기능을 구현하기 위해 할 일이 무엇인가요 리드미 추가 추가 예상 작업 시간
0
60,792
17,023,523,224
IssuesEvent
2021-07-03 02:27:48
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Nominatim doesn't find airport by IATA Code PAD
Component: nominatim Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 8.30pm, Sunday, 6th December 2009]** The Airport Paderborn/Lippstadt isn't found if you enter the IATA code PAD as search term but it works with the ICAO Code EDLP. other Airports such as MUC or FRA are found This is the Area with the iata Tag : http://www.openstreetmap.org/browse/way/19752503/
1.0
Nominatim doesn't find airport by IATA Code PAD - **[Submitted to the original trac issue database at 8.30pm, Sunday, 6th December 2009]** The Airport Paderborn/Lippstadt isn't found if you enter the IATA code PAD as search term but it works with the ICAO Code EDLP. other Airports such as MUC or FRA are found This is the Area with the iata Tag : http://www.openstreetmap.org/browse/way/19752503/
defect
nominatim doesn t find airport by iata code pad the airport paderborn lippstadt isn t found if you enter the iata code pad as search term but it works with the icao code edlp other airports such as muc or fra are found this is the area with the iata tag
1
156,824
19,907,398,879
IssuesEvent
2022-01-25 14:09:20
vanmarcke/ocr_projet6_SnowTricks
https://api.github.com/repos/vanmarcke/ocr_projet6_SnowTricks
closed
Routing
Security Connection
**Priority :** 1 **Duration :** 0.5 **Description:** Connection route configuration **File added / modified:** **Additional context** Add any other context or screenshots here.
True
Routing - **Priority :** 1 **Duration :** 0.5 **Description:** Connection route configuration **File added / modified:** **Additional context** Add any other context or screenshots here.
non_defect
routing priority duration description connection route configuration file added modified additional context add any other context or screenshots here
0
31,233
6,472,105,558
IssuesEvent
2017-08-17 13:18:40
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
MapLoader NPE on loadAllKeys()
Team: Core Type: Defect
This code ``` @Override public Iterable<String> loadAllKeys() { Collection<String> result = new ArrayList<>(); result.add(null); return result; } ``` gives ``` Caused by: java.lang.NullPointerException at com.hazelcast.internal.partition.impl.InternalPartitionServiceImpl.getPartitionId(InternalPartitionServiceImpl.java:845) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoaderUtil$2.apply(MapKeyLoaderUtil.java:113) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoaderUtil$2.apply(MapKeyLoaderUtil.java:110) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.util.IterableUtil$2.next(IterableUtil.java:60) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoaderUtil.nextBatch(MapKeyLoaderUtil.java:86) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoaderUtil$1.next(MapKeyLoaderUtil.java:76) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoaderUtil$1.next(MapKeyLoaderUtil.java:65) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoader.sendKeysInBatches(MapKeyLoader.java:341) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoader.access$200(MapKeyLoader.java:72) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoader$1.call(MapKeyLoader.java:191) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoader$1.call(MapKeyLoader.java:188) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.util.executor.CompletableFutureTask.run(CompletableFutureTask.java:67) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.util.executor.CachedExecutorServiceDelegate$Worker.run(CachedExecutorServiceDelegate.java:228) ~[hazelcast-3.8.3.jar!/:3.8.3] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_144] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_144] at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_144] ```
1.0
MapLoader NPE on loadAllKeys() - This code ``` @Override public Iterable<String> loadAllKeys() { Collection<String> result = new ArrayList<>(); result.add(null); return result; } ``` gives ``` Caused by: java.lang.NullPointerException at com.hazelcast.internal.partition.impl.InternalPartitionServiceImpl.getPartitionId(InternalPartitionServiceImpl.java:845) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoaderUtil$2.apply(MapKeyLoaderUtil.java:113) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoaderUtil$2.apply(MapKeyLoaderUtil.java:110) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.util.IterableUtil$2.next(IterableUtil.java:60) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoaderUtil.nextBatch(MapKeyLoaderUtil.java:86) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoaderUtil$1.next(MapKeyLoaderUtil.java:76) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoaderUtil$1.next(MapKeyLoaderUtil.java:65) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoader.sendKeysInBatches(MapKeyLoader.java:341) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoader.access$200(MapKeyLoader.java:72) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoader$1.call(MapKeyLoader.java:191) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.map.impl.MapKeyLoader$1.call(MapKeyLoader.java:188) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.util.executor.CompletableFutureTask.run(CompletableFutureTask.java:67) ~[hazelcast-3.8.3.jar!/:3.8.3] at com.hazelcast.util.executor.CachedExecutorServiceDelegate$Worker.run(CachedExecutorServiceDelegate.java:228) ~[hazelcast-3.8.3.jar!/:3.8.3] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_144] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_144] at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_144] ```
defect
maploader npe on loadallkeys this code override public iterable loadallkeys collection result new arraylist result add null return result gives caused by java lang nullpointerexception at com hazelcast internal partition impl internalpartitionserviceimpl getpartitionid internalpartitionserviceimpl java at com hazelcast map impl mapkeyloaderutil apply mapkeyloaderutil java at com hazelcast map impl mapkeyloaderutil apply mapkeyloaderutil java at com hazelcast util iterableutil next iterableutil java at com hazelcast map impl mapkeyloaderutil nextbatch mapkeyloaderutil java at com hazelcast map impl mapkeyloaderutil next mapkeyloaderutil java at com hazelcast map impl mapkeyloaderutil next mapkeyloaderutil java at com hazelcast map impl mapkeyloader sendkeysinbatches mapkeyloader java at com hazelcast map impl mapkeyloader access mapkeyloader java at com hazelcast map impl mapkeyloader call mapkeyloader java at com hazelcast map impl mapkeyloader call mapkeyloader java at com hazelcast util executor completablefuturetask run completablefuturetask java at com hazelcast util executor cachedexecutorservicedelegate worker run cachedexecutorservicedelegate java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java
1
15,344
2,850,645,414
IssuesEvent
2015-05-31 19:06:33
damonkohler/sl4a
https://api.github.com/repos/damonkohler/sl4a
opened
can't refresh css stylesheet in webviewshow
auto-migrated Priority-Medium Type-Defect
_From @GoogleCodeExporter on May 31, 2015 11:29_ ``` What device(s) are you experiencing the problem on? Motorola Droid and Motorola Xoom What firmware version are you running on the device? Droid=Cyanogenmod7 (Gingerbread), Xoom=Stock Honeycomb What steps will reproduce the problem? 1.load a page, i.e., droid.webViewShow('sample_page.html') with a separate stylesheet. 2.close the script and edit the css in the stylesheet. 3.open the webpage again. What is the expected output? The page should open with updated styling. What do you see instead? The old stylesheet is still cached with no way to update it. What version of the product are you using? On what operating system? sl4r3 on Gingerbread and Honeycomb ``` Original issue reported on code.google.com by `business...@gmail.com` on 21 Mar 2011 at 3:56 _Copied from original issue: damonkohler/android-scripting#535_
1.0
can't refresh css stylesheet in webviewshow - _From @GoogleCodeExporter on May 31, 2015 11:29_ ``` What device(s) are you experiencing the problem on? Motorola Droid and Motorola Xoom What firmware version are you running on the device? Droid=Cyanogenmod7 (Gingerbread), Xoom=Stock Honeycomb What steps will reproduce the problem? 1.load a page, i.e., droid.webViewShow('sample_page.html') with a separate stylesheet. 2.close the script and edit the css in the stylesheet. 3.open the webpage again. What is the expected output? The page should open with updated styling. What do you see instead? The old stylesheet is still cached with no way to update it. What version of the product are you using? On what operating system? sl4r3 on Gingerbread and Honeycomb ``` Original issue reported on code.google.com by `business...@gmail.com` on 21 Mar 2011 at 3:56 _Copied from original issue: damonkohler/android-scripting#535_
defect
can t refresh css stylesheet in webviewshow from googlecodeexporter on may what device s are you experiencing the problem on motorola droid and motorola xoom what firmware version are you running on the device droid gingerbread xoom stock honeycomb what steps will reproduce the problem load a page i e droid webviewshow sample page html with a separate stylesheet close the script and edit the css in the stylesheet open the webpage again what is the expected output the page should open with updated styling what do you see instead the old stylesheet is still cached with no way to update it what version of the product are you using on what operating system on gingerbread and honeycomb original issue reported on code google com by business gmail com on mar at copied from original issue damonkohler android scripting
1
772,895
27,140,713,292
IssuesEvent
2023-02-16 16:09:24
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
accounts.pixiv.net - site is not usable
priority-important browser-focus-geckoview engine-gecko bugbug-reopened
<!-- @browser: Firefox Mobile 109.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:109.0) Gecko/109.0 Firefox/109.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/118206 --> <!-- @extra_labels: browser-focus-geckoview --> **URL**: https://accounts.pixiv.net/login **Browser / Version**: Firefox Mobile 109.0 **Operating System**: Android 9 **Tested Another Browser**: Yes Edge **Problem type**: Site is not usable **Description**: Problems with Captcha **Steps to Reproduce**: I try to log in but the captcha does not come out and the time is running out. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2023/2/b2d1189f-fe42-4b82-a19a-2b11d9115ed1.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20230127170202</li><li>channel: release</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2023/2/3f17f389-c53e-464b-946c-4d00f372f083) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
accounts.pixiv.net - site is not usable - <!-- @browser: Firefox Mobile 109.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:109.0) Gecko/109.0 Firefox/109.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/118206 --> <!-- @extra_labels: browser-focus-geckoview --> **URL**: https://accounts.pixiv.net/login **Browser / Version**: Firefox Mobile 109.0 **Operating System**: Android 9 **Tested Another Browser**: Yes Edge **Problem type**: Site is not usable **Description**: Problems with Captcha **Steps to Reproduce**: I try to log in but the captcha does not come out and the time is running out. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2023/2/b2d1189f-fe42-4b82-a19a-2b11d9115ed1.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20230127170202</li><li>channel: release</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2023/2/3f17f389-c53e-464b-946c-4d00f372f083) _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
accounts pixiv net site is not usable url browser version firefox mobile operating system android tested another browser yes edge problem type site is not usable description problems with captcha steps to reproduce i try to log in but the captcha does not come out and the time is running out view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel release hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
0
23,842
3,863,123,569
IssuesEvent
2016-04-08 07:57:14
menatwork/syncCto
https://api.github.com/repos/menatwork/syncCto
closed
3.2.0-beta1 fails with '401 Authorization Required'
Accepted Completed Defect
System - server: 3.2.0-beta1 / windows, PHP 5.6.15 - client A: 3.2.0-beta1 / linux, PHP 5.6.16 - client B: 3.1.0-beta1 / linux, PHP 5.6.16 When trying to do a client-systemcheck in the server backend with client A (same version) it fails with the message: ```` Client error response [url] http://www2.mydomain.de/ctoCommunication.php?engine=aes&act=CTOCOM_HELLO&apikey=QplVrApv8LFBUoTucA[...]&con= [status code] 401 [reason phrase] Authorization Required```` The system log shows those two messages: - ````Error on synchronization client ID 1```` - ````The client with the adress: seems to be an older Version.```` However, it works for client B (older version). The status icons (on Firefox) don't update as well, maybe because the failing client id is the top one.
1.0
3.2.0-beta1 fails with '401 Authorization Required' - System - server: 3.2.0-beta1 / windows, PHP 5.6.15 - client A: 3.2.0-beta1 / linux, PHP 5.6.16 - client B: 3.1.0-beta1 / linux, PHP 5.6.16 When trying to do a client-systemcheck in the server backend with client A (same version) it fails with the message: ```` Client error response [url] http://www2.mydomain.de/ctoCommunication.php?engine=aes&act=CTOCOM_HELLO&apikey=QplVrApv8LFBUoTucA[...]&con= [status code] 401 [reason phrase] Authorization Required```` The system log shows those two messages: - ````Error on synchronization client ID 1```` - ````The client with the adress: seems to be an older Version.```` However, it works for client B (older version). The status icons (on Firefox) don't update as well, maybe because the failing client id is the top one.
defect
fails with authorization required system server windows php client a linux php client b linux php when trying to do a client systemcheck in the server backend with client a same version it fails with the message client error response con authorization required the system log shows those two messages error on synchronization client id the client with the adress seems to be an older version however it works for client b older version the status icons on firefox don t update as well maybe because the failing client id is the top one
1
16,367
2,889,800,423
IssuesEvent
2015-06-13 19:29:04
damonkohler/android-scripting
https://api.github.com/repos/damonkohler/android-scripting
closed
passing items to dialogSetItem with BeanShell
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. I cannot pass items to dialogSetItems. This is the code: droid.call( "dialogCreateAlert", "Hi" ); droid.call( "dialogSetItem", arrayOfItems ); droid.call( "dialogShow" ); with: a) arrayOfItems1 = new String[2]; arrayOfItems[0]="a"; arrayOfItems[1]="b"; b) arrayOfItems2 = new Vector(); arrayOfItems.addElement( "a" ); etc. c) arrayOfItems3 = new JSONArray( arrayOfItems2 ); d) arrayOfItems4 = new JSONArray(); arrayOfItems5.put( "a" ); etc. e) arrayOfItems5 = new JSONArray(); arrayOfItems6.put( arrayOfItems2 ); What is the expected output? What do you see instead? The expected output is dialog with a list of items "a", "b". Is see instead an empty dialog window with title "Hi". What version of the product are you using? On what operating system? HTC Legend, Android 2.1, Beanshell 2.0b4, beanshell_for_android_r1.apk, sl4a_r1.apk Please provide any additional information below. -- ``` Original issue reported on code.google.com by `andrea.i...@gmail.com` on 6 Sep 2010 at 2:19
1.0
passing items to dialogSetItem with BeanShell - ``` What steps will reproduce the problem? 1. I cannot pass items to dialogSetItems. This is the code: droid.call( "dialogCreateAlert", "Hi" ); droid.call( "dialogSetItem", arrayOfItems ); droid.call( "dialogShow" ); with: a) arrayOfItems1 = new String[2]; arrayOfItems[0]="a"; arrayOfItems[1]="b"; b) arrayOfItems2 = new Vector(); arrayOfItems.addElement( "a" ); etc. c) arrayOfItems3 = new JSONArray( arrayOfItems2 ); d) arrayOfItems4 = new JSONArray(); arrayOfItems5.put( "a" ); etc. e) arrayOfItems5 = new JSONArray(); arrayOfItems6.put( arrayOfItems2 ); What is the expected output? What do you see instead? The expected output is dialog with a list of items "a", "b". Is see instead an empty dialog window with title "Hi". What version of the product are you using? On what operating system? HTC Legend, Android 2.1, Beanshell 2.0b4, beanshell_for_android_r1.apk, sl4a_r1.apk Please provide any additional information below. -- ``` Original issue reported on code.google.com by `andrea.i...@gmail.com` on 6 Sep 2010 at 2:19
defect
passing items to dialogsetitem with beanshell what steps will reproduce the problem i cannot pass items to dialogsetitems this is the code droid call dialogcreatealert hi droid call dialogsetitem arrayofitems droid call dialogshow with a new string arrayofitems a arrayofitems b b new vector arrayofitems addelement a etc c new jsonarray d new jsonarray put a etc e new jsonarray put what is the expected output what do you see instead the expected output is dialog with a list of items a b is see instead an empty dialog window with title hi what version of the product are you using on what operating system htc legend android beanshell beanshell for android apk apk please provide any additional information below original issue reported on code google com by andrea i gmail com on sep at
1
168,759
26,696,434,610
IssuesEvent
2023-01-27 10:45:05
notofonts/myanmar
https://api.github.com/repos/notofonts/myanmar
closed
ၣ် 1063 & 103A Noto Sans Myanmar issue still not resolved
S: myanmar design-question
ၣ် 1063 & 103A Noto Sans Myanmar issue still not resolved, the combination does not render correctly. this is a very common S'Gaw Karen tone that is used very often. please see attached document. [noto sans error.docx](https://github.com/googlei18n/noto-fonts/files/426088/noto.sans.error.docx)
1.0
ၣ် 1063 & 103A Noto Sans Myanmar issue still not resolved - ၣ် 1063 & 103A Noto Sans Myanmar issue still not resolved, the combination does not render correctly. this is a very common S'Gaw Karen tone that is used very often. please see attached document. [noto sans error.docx](https://github.com/googlei18n/noto-fonts/files/426088/noto.sans.error.docx)
non_defect
ၣ် noto sans myanmar issue still not resolved ၣ် noto sans myanmar issue still not resolved the combination does not render correctly this is a very common s gaw karen tone that is used very often please see attached document
0
6,302
2,832,496,831
IssuesEvent
2015-05-25 08:36:21
jstavel/edeposit
https://api.github.com/repos/jstavel/edeposit
closed
doplnit anotace
otestovat Upgrade request
udelat konzultaci s p. Zahorikem, jestli pujde do Alephu exportovat anotace.
1.0
doplnit anotace - udelat konzultaci s p. Zahorikem, jestli pujde do Alephu exportovat anotace.
non_defect
doplnit anotace udelat konzultaci s p zahorikem jestli pujde do alephu exportovat anotace
0
5,519
2,610,189,180
IssuesEvent
2015-02-26 18:59:54
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
揭秘脸上的色斑如何能去除
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 今晨的阳光明媚,一天的情绪随风而动,一抹嫣红,在秋色�� �满开。秋露晨霜花开淡然。于时光的转角回望,一路蝶舞相� ��,恣意盎然。于季节的边缘眺望,秋风萧瑟时,花谢花飞处 ,香韵依然。借今夜,看着你深遂的眼睛,柳絮的纤丝拽着�� �,走进萧萧的树林,枯叶在脚下沙沙作响,此间,拾起胶片� ��不远处,听见蝉蛙共鸣,声音越来越远。像孤身的奔驰,飞 奔于眼的深处,片片落叶纷飞,一片轻醉。每当看见他们自�� �的样子的时候我就很羡慕,矫健的身姿,我想如果不是色斑� ��话,也许我也会活的很自在!脸上的色斑如何能去除, 《客户案例》   我的黄褐斑长了也有很多年了,那时候要照顾孩子也没�� �么心思管这个,后来是越来越严重,几乎都连成片了,再这� ��下去,我自己都看不下去了,哪个女人不希望自己永远有魅 力啊?<br>   我就和其他女人一样,去美容院做护理,又听说激光祛�� �挺快的,又做激光,就这样折腾了很久那些黄褐斑就跟狗皮� ��药样总是去了又来,挺折腾人,后来我听美容院的姐妹说「 黛芙薇尔精华液」精华祛斑精华液对黄褐斑挺管用,我就让�� �子帮我在网上订了二个周期,还别说,这效果确实不错,斑� ��仅没了,感觉气色也好多了,最重要的是到现在已经三个月 了都没有反弹,我觉得特别不错。 阅读了脸上的色斑如何能去除,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 脸上的色斑如何能去除,同时为您分享祛斑小方法 1、把干净的黄豆放入醋瓶中,盖上盖子,一个月之后,就可� ��吃了。 2、量的多少自己看着办,黄豆泡了一段时间后会涨大,一定� ��让醋浸过黄豆 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:40
1.0
揭秘脸上的色斑如何能去除 - ``` 《摘要》 今晨的阳光明媚,一天的情绪随风而动,一抹嫣红,在秋色�� �满开。秋露晨霜花开淡然。于时光的转角回望,一路蝶舞相� ��,恣意盎然。于季节的边缘眺望,秋风萧瑟时,花谢花飞处 ,香韵依然。借今夜,看着你深遂的眼睛,柳絮的纤丝拽着�� �,走进萧萧的树林,枯叶在脚下沙沙作响,此间,拾起胶片� ��不远处,听见蝉蛙共鸣,声音越来越远。像孤身的奔驰,飞 奔于眼的深处,片片落叶纷飞,一片轻醉。每当看见他们自�� �的样子的时候我就很羡慕,矫健的身姿,我想如果不是色斑� ��话,也许我也会活的很自在!脸上的色斑如何能去除, 《客户案例》   我的黄褐斑长了也有很多年了,那时候要照顾孩子也没�� �么心思管这个,后来是越来越严重,几乎都连成片了,再这� ��下去,我自己都看不下去了,哪个女人不希望自己永远有魅 力啊?<br>   我就和其他女人一样,去美容院做护理,又听说激光祛�� �挺快的,又做激光,就这样折腾了很久那些黄褐斑就跟狗皮� ��药样总是去了又来,挺折腾人,后来我听美容院的姐妹说「 黛芙薇尔精华液」精华祛斑精华液对黄褐斑挺管用,我就让�� �子帮我在网上订了二个周期,还别说,这效果确实不错,斑� ��仅没了,感觉气色也好多了,最重要的是到现在已经三个月 了都没有反弹,我觉得特别不错。 阅读了脸上的色斑如何能去除,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 脸上的色斑如何能去除,同时为您分享祛斑小方法 1、把干净的黄豆放入醋瓶中,盖上盖子,一个月之后,就可� ��吃了。 2、量的多少自己看着办,黄豆泡了一段时间后会涨大,一定� ��让醋浸过黄豆 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:40
defect
揭秘脸上的色斑如何能去除 《摘要》 今晨的阳光明媚,一天的情绪随风而动,一抹嫣红,在秋色�� �满开。秋露晨霜花开淡然。于时光的转角回望,一路蝶舞相� ��,恣意盎然。于季节的边缘眺望,秋风萧瑟时,花谢花飞处 ,香韵依然。借今夜,看着你深遂的眼睛,柳絮的纤丝拽着�� �,走进萧萧的树林,枯叶在脚下沙沙作响,此间,拾起胶片� ��不远处,听见蝉蛙共鸣,声音越来越远。像孤身的奔驰,飞 奔于眼的深处,片片落叶纷飞,一片轻醉。每当看见他们自�� �的样子的时候我就很羡慕,矫健的身姿,我想如果不是色斑� ��话,也许我也会活的很自在!脸上的色斑如何能去除, 《客户案例》   我的黄褐斑长了也有很多年了,那时候要照顾孩子也没�� �么心思管这个,后来是越来越严重,几乎都连成片了,再这� ��下去,我自己都看不下去了,哪个女人不希望自己永远有魅 力啊   我就和其他女人一样,去美容院做护理,又听说激光祛�� �挺快的,又做激光,就这样折腾了很久那些黄褐斑就跟狗皮� ��药样总是去了又来,挺折腾人,后来我听美容院的姐妹说「 黛芙薇尔精华液」精华祛斑精华液对黄褐斑挺管用,我就让�� �子帮我在网上订了二个周期,还别说,这效果确实不错,斑� ��仅没了,感觉气色也好多了,最重要的是到现在已经三个月 了都没有反弹,我觉得特别不错。 阅读了脸上的色斑如何能去除,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》    黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗   答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来    ,服用黛芙薇尔美白,会伤身体吗 有副作用吗   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖    ,去除黄褐斑之后,会反弹吗   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗    ,你们的价格有点贵,能不能便宜一点   答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗    ,我适合用黛芙薇尔精华液吗   答:黛芙薇尔适用人群:    、生理紊乱引起的黄褐斑人群    、生育引起的妊娠斑人群    、年纪增长引起的老年斑人群    、化妆品色素沉积、辐射斑人群    、长期日照引起的日晒斑人群    、肌肤暗淡急需美白的人群 《祛斑小方法》 脸上的色斑如何能去除,同时为您分享祛斑小方法 、把干净的黄豆放入醋瓶中,盖上盖子,一个月之后,就可� ��吃了。 、量的多少自己看着办,黄豆泡了一段时间后会涨大,一定� ��让醋浸过黄豆 original issue reported on code google com by additive gmail com on jul at
1
158,270
6,024,555,994
IssuesEvent
2017-06-08 05:43:57
leo-project/leofs
https://api.github.com/repos/leo-project/leofs
opened
[leo_manager][leo_gateway] Auto wipe out for stopped leo_gateways
Improve New Feature Priority-LOW survey _leo_gateway _leo_manager
Suggested by @vstax on #756. It seems useful to admins in case leo_gateway need to be got up/down elastically according to the load.
1.0
[leo_manager][leo_gateway] Auto wipe out for stopped leo_gateways - Suggested by @vstax on #756. It seems useful to admins in case leo_gateway need to be got up/down elastically according to the load.
non_defect
auto wipe out for stopped leo gateways suggested by vstax on it seems useful to admins in case leo gateway need to be got up down elastically according to the load
0
80,793
30,532,120,549
IssuesEvent
2023-07-19 14:53:05
dotCMS/core
https://api.github.com/repos/dotCMS/core
closed
[UI] Fixes in Chart of Experiment's Reports
Type : Defect QA : Passed Internal Team : Falcon dotCMS : Experiments Triage
### Parent Issue _No response_ ### Problem Statement - `Y-axis` shows decimals - Use `sessions.variants` to show the conversions in Y-axis instead of `multiBySession` from the endpoint - Start the char in 0 ### Steps to Reproduce - Run all experiments Infrastructure, - Create one experiment with variants and a goal - Use the page to get values. ### Acceptance Criteria - Not show decimals in Y-axis - The conversions from the chart and the Summary table have to be the same values. ### dotCMS Version master. ### Proposed Objective User Experience ### Proposed Priority Priority 2 - Important ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. Imagen from QA ![Image](https://github.com/dotCMS/core/assets/1909643/3812ce37-d19b-40e1-8be4-ef2b5552b167) ### Assumptions & Initiation Needs _No response_ ### Quality Assurance Notes & Workarounds _No response_ ### Sub-Tasks & Estimates _No response_
1.0
[UI] Fixes in Chart of Experiment's Reports - ### Parent Issue _No response_ ### Problem Statement - `Y-axis` shows decimals - Use `sessions.variants` to show the conversions in Y-axis instead of `multiBySession` from the endpoint - Start the char in 0 ### Steps to Reproduce - Run all experiments Infrastructure, - Create one experiment with variants and a goal - Use the page to get values. ### Acceptance Criteria - Not show decimals in Y-axis - The conversions from the chart and the Summary table have to be the same values. ### dotCMS Version master. ### Proposed Objective User Experience ### Proposed Priority Priority 2 - Important ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. Imagen from QA ![Image](https://github.com/dotCMS/core/assets/1909643/3812ce37-d19b-40e1-8be4-ef2b5552b167) ### Assumptions & Initiation Needs _No response_ ### Quality Assurance Notes & Workarounds _No response_ ### Sub-Tasks & Estimates _No response_
defect
fixes in chart of experiment s reports parent issue no response problem statement y axis shows decimals use sessions variants to show the conversions in y axis instead of multibysession from the endpoint start the char in steps to reproduce run all experiments infrastructure create one experiment with variants and a goal use the page to get values acceptance criteria not show decimals in y axis the conversions from the chart and the summary table have to be the same values dotcms version master proposed objective user experience proposed priority priority important external links slack conversations support tickets figma designs etc imagen from qa assumptions initiation needs no response quality assurance notes workarounds no response sub tasks estimates no response
1
88,552
11,102,099,276
IssuesEvent
2019-12-16 22:58:32
ipfs/docs
https://api.github.com/repos/ipfs/docs
closed
[NEW CONTENT] Dweb addressing
OKR 1: Content improvement Size: M design-content difficulty:easy docs-ipfs help wanted
At the IPFS developer summit in Berlin in July 2018, we had poster-making sessions where people explored various IPFS concepts. We should expand on the DWeb Addressing poster by adding a doc in the [`content/guides/concepts`](https://github.com/ipfs/docs/tree/master/content/guides/concepts) folder. ![dweb_addressing](https://user-images.githubusercontent.com/74178/43231382-fe85016c-9020-11e8-932f-6f0256437b1f.jpg) This is a subtask of #56.
1.0
[NEW CONTENT] Dweb addressing - At the IPFS developer summit in Berlin in July 2018, we had poster-making sessions where people explored various IPFS concepts. We should expand on the DWeb Addressing poster by adding a doc in the [`content/guides/concepts`](https://github.com/ipfs/docs/tree/master/content/guides/concepts) folder. ![dweb_addressing](https://user-images.githubusercontent.com/74178/43231382-fe85016c-9020-11e8-932f-6f0256437b1f.jpg) This is a subtask of #56.
non_defect
dweb addressing at the ipfs developer summit in berlin in july we had poster making sessions where people explored various ipfs concepts we should expand on the dweb addressing poster by adding a doc in the folder this is a subtask of
0
166,780
26,406,443,567
IssuesEvent
2023-01-13 08:28:01
elementor/elementor
https://api.github.com/repos/elementor/elementor
closed
🚧 🐞 Bug Report: Heading Blend Mode not working with Shape Divider
type/design component/shape-divider component/heading
<!-- ## BEFORE POSTING YOUR ISSUE - Please create GitHub issues only for bugs and feature requests. GitHub issues ARE NOT FOR SUPPORT! - If you have questions or need general support, Please use: https://wordpress.org/support/plugin/elementor - For help and support from the Elementor community, see: https://www.facebook.com/groups/Elementors/ - To read more about Elementor, check out our documentation: https://docs.elementor.com - Developers docs are located at https://developers.elementor.com/ ===== Guidelines ==== - Search this repository (top of the page) for the issue, and make sure it has not been fixed or reported before. - Make sure you are using the most updated versions of Elementor, WordPress & your theme. - Deactivate all of your plugins. If this solves the problem, gradually activate your plugins one by one, until you spot the problematic plugin. - Change your WordPress theme to WordPress TwentySixteen (or other default WordPress theme). - If you're requesting a new feature, explain why you'd like it to be added. Try to add as much detail as you can, and be specific. --> ## Prerequisites <!-- MARK COMPLETED ITEMS WITH AN [x] --> - [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [x] The issue still exists against the latest stable version of Elementor. ## Description Blend mode for a Heading does not work. I have a section with white background color and a black shape divider. Inside this section I have a heading, which is half in the black area and half in the white area. The heading's text color is white and it has its blend mode set to Difference. I expect the text to be white where the background is black and to be black where the background is white, but the text is always white. Here is an album with screenshots of the problem: https://imgur.com/a/P48IlI4 The problem persists even if I change WP theme or browser. I discussed it with a member in the FB group, he recreated my same layout and it worked for him. <!-- Describe which problem you've encountered. What caused the issue, and what did you expect to happen. Attach screenshots and related links to help us understand the issue in more detail. Please be as descriptive as possible; issues lacking the below details, or for any other reason than to report a bug, may be closed without action. --> ## Steps to reproduce -Create a section with a white background and a black shape divider. -Place a Heading in the section, so half of it sits in the black background and the other half in the white background.- -Make the Heading's text color white and set its blend mode to Difference <!-- For bug reports, list all the steps needed to reproduce your issue, so we can replicate it ourselves. --> ## Isolating the problem <!-- MARK COMPLETED ITEMS WITH AN [x] --> - [x] This bug happens with only Elementor plugin active (and Elementor Pro). - [x] This bug happens with a default WordPress theme active. - [x] I can reproduce this bug consistently using the steps above. ## Environment <details> <summary>System Info</summary> ``` == Server Environment == Operating System: Linux Software: Apache MySQL version: MariaDB Server v5.6.49-89.0 PHP Version: 7.4.12 PHP Max Input Vars: 5000 PHP Max Post Size: 128M GD Installed: Yes ZIP Installed: Yes Write Permissions: All right Elementor Library: Connected == WordPress Environment == Version: 5.5.3 Site URL: https://morehonors.com/honors-core Home URL: https://morehonors.com WP Multisite: No Max Upload Size: 128 MB Memory limit: 256M Permalink Structure: /%postname%/ Language: en-US Timezone: 2 Debug Mode: Inactive == Theme == Name: Layers for Elementor Version: 1.0.3 Author: Elementor Child Theme: No == User == Role: administrator WP Profile lang: en_US User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36 == Active Plugins == Coming Soon Page, Maintenance Mode & Landing Pages by SeedProd Version: 6.0.8.5 Author: SeedProd Elementor Version: 3.0.13 Author: Elementor.com Yoast SEO Version: 15.2.1 Author: Team Yoast == Elements Usage == wp-page : 1 heading : 5 spacer : 2 == Log == PHP: showing 2 of 2PHP: 2020-11-10 22:49:54 [notice X 2][/home/morehonors/public_html/honors-core/wp-content/plugins/elementor/includes/managers/image.php::86] Trying to access array offset on value of type bool [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2020-11-12 18:56:34 [notice X 1][/home/morehonors/public_html/honors-core/wp-content/plugins/elementor/core/common/modules/ajax/module.php::171] Undefined index: data [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] JS: showing 2 of 2JS: 2020-11-12 20:56:34 [error X 1][https://morehonors.com/honors-core/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js?ver=2.4.5:22:19954] View (cid: \"view12013\") has already been destroyed and cannot be used. JS: 2020-11-12 20:56:34 [error X 1][https://morehonors.com/honors-core/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js?ver=2.4.5:22:19954] View (cid: \"view8803\") has already been destroyed and cannot be used. ``` </details>
1.0
🚧 🐞 Bug Report: Heading Blend Mode not working with Shape Divider - <!-- ## BEFORE POSTING YOUR ISSUE - Please create GitHub issues only for bugs and feature requests. GitHub issues ARE NOT FOR SUPPORT! - If you have questions or need general support, Please use: https://wordpress.org/support/plugin/elementor - For help and support from the Elementor community, see: https://www.facebook.com/groups/Elementors/ - To read more about Elementor, check out our documentation: https://docs.elementor.com - Developers docs are located at https://developers.elementor.com/ ===== Guidelines ==== - Search this repository (top of the page) for the issue, and make sure it has not been fixed or reported before. - Make sure you are using the most updated versions of Elementor, WordPress & your theme. - Deactivate all of your plugins. If this solves the problem, gradually activate your plugins one by one, until you spot the problematic plugin. - Change your WordPress theme to WordPress TwentySixteen (or other default WordPress theme). - If you're requesting a new feature, explain why you'd like it to be added. Try to add as much detail as you can, and be specific. --> ## Prerequisites <!-- MARK COMPLETED ITEMS WITH AN [x] --> - [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [x] The issue still exists against the latest stable version of Elementor. ## Description Blend mode for a Heading does not work. I have a section with white background color and a black shape divider. Inside this section I have a heading, which is half in the black area and half in the white area. The heading's text color is white and it has its blend mode set to Difference. I expect the text to be white where the background is black and to be black where the background is white, but the text is always white. Here is an album with screenshots of the problem: https://imgur.com/a/P48IlI4 The problem persists even if I change WP theme or browser. I discussed it with a member in the FB group, he recreated my same layout and it worked for him. <!-- Describe which problem you've encountered. What caused the issue, and what did you expect to happen. Attach screenshots and related links to help us understand the issue in more detail. Please be as descriptive as possible; issues lacking the below details, or for any other reason than to report a bug, may be closed without action. --> ## Steps to reproduce -Create a section with a white background and a black shape divider. -Place a Heading in the section, so half of it sits in the black background and the other half in the white background.- -Make the Heading's text color white and set its blend mode to Difference <!-- For bug reports, list all the steps needed to reproduce your issue, so we can replicate it ourselves. --> ## Isolating the problem <!-- MARK COMPLETED ITEMS WITH AN [x] --> - [x] This bug happens with only Elementor plugin active (and Elementor Pro). - [x] This bug happens with a default WordPress theme active. - [x] I can reproduce this bug consistently using the steps above. ## Environment <details> <summary>System Info</summary> ``` == Server Environment == Operating System: Linux Software: Apache MySQL version: MariaDB Server v5.6.49-89.0 PHP Version: 7.4.12 PHP Max Input Vars: 5000 PHP Max Post Size: 128M GD Installed: Yes ZIP Installed: Yes Write Permissions: All right Elementor Library: Connected == WordPress Environment == Version: 5.5.3 Site URL: https://morehonors.com/honors-core Home URL: https://morehonors.com WP Multisite: No Max Upload Size: 128 MB Memory limit: 256M Permalink Structure: /%postname%/ Language: en-US Timezone: 2 Debug Mode: Inactive == Theme == Name: Layers for Elementor Version: 1.0.3 Author: Elementor Child Theme: No == User == Role: administrator WP Profile lang: en_US User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36 == Active Plugins == Coming Soon Page, Maintenance Mode & Landing Pages by SeedProd Version: 6.0.8.5 Author: SeedProd Elementor Version: 3.0.13 Author: Elementor.com Yoast SEO Version: 15.2.1 Author: Team Yoast == Elements Usage == wp-page : 1 heading : 5 spacer : 2 == Log == PHP: showing 2 of 2PHP: 2020-11-10 22:49:54 [notice X 2][/home/morehonors/public_html/honors-core/wp-content/plugins/elementor/includes/managers/image.php::86] Trying to access array offset on value of type bool [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2020-11-12 18:56:34 [notice X 1][/home/morehonors/public_html/honors-core/wp-content/plugins/elementor/core/common/modules/ajax/module.php::171] Undefined index: data [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] JS: showing 2 of 2JS: 2020-11-12 20:56:34 [error X 1][https://morehonors.com/honors-core/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js?ver=2.4.5:22:19954] View (cid: \"view12013\") has already been destroyed and cannot be used. JS: 2020-11-12 20:56:34 [error X 1][https://morehonors.com/honors-core/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js?ver=2.4.5:22:19954] View (cid: \"view8803\") has already been destroyed and cannot be used. ``` </details>
non_defect
🚧 🐞 bug report heading blend mode not working with shape divider before posting your issue please create github issues only for bugs and feature requests github issues are not for support if you have questions or need general support please use for help and support from the elementor community see to read more about elementor check out our documentation developers docs are located at guidelines search this repository top of the page for the issue and make sure it has not been fixed or reported before make sure you are using the most updated versions of elementor wordpress your theme deactivate all of your plugins if this solves the problem gradually activate your plugins one by one until you spot the problematic plugin change your wordpress theme to wordpress twentysixteen or other default wordpress theme if you re requesting a new feature explain why you d like it to be added try to add as much detail as you can and be specific prerequisites i have searched for similar issues in both open and closed tickets and cannot find a duplicate the issue still exists against the latest stable version of elementor description blend mode for a heading does not work i have a section with white background color and a black shape divider inside this section i have a heading which is half in the black area and half in the white area the heading s text color is white and it has its blend mode set to difference i expect the text to be white where the background is black and to be black where the background is white but the text is always white here is an album with screenshots of the problem the problem persists even if i change wp theme or browser i discussed it with a member in the fb group he recreated my same layout and it worked for him describe which problem you ve encountered what caused the issue and what did you expect to happen attach screenshots and related links to help us understand the issue in more detail please be as descriptive as possible issues lacking the below details or for any other reason than to report a bug may be closed without action steps to reproduce create a section with a white background and a black shape divider place a heading in the section so half of it sits in the black background and the other half in the white background make the heading s text color white and set its blend mode to difference for bug reports list all the steps needed to reproduce your issue so we can replicate it ourselves isolating the problem this bug happens with only elementor plugin active and elementor pro this bug happens with a default wordpress theme active i can reproduce this bug consistently using the steps above environment system info server environment operating system linux software apache mysql version mariadb server php version php max input vars php max post size gd installed yes zip installed yes write permissions all right elementor library connected wordpress environment version site url home url wp multisite no max upload size mb memory limit permalink structure postname language en us timezone debug mode inactive theme name layers for elementor version author elementor child theme no user role administrator wp profile lang en us user agent mozilla windows nt applewebkit khtml like gecko chrome safari active plugins coming soon page maintenance mode landing pages by seedprod version author seedprod elementor version author elementor com yoast seo version author team yoast elements usage wp page heading spacer log php showing of trying to access array offset on value of type bool array trace elementor core logger manager shutdown php undefined index data array trace elementor core logger manager shutdown js showing of view cid has already been destroyed and cannot be used js view cid has already been destroyed and cannot be used
0
15,037
2,839,478,027
IssuesEvent
2015-05-27 13:57:58
GLab/ToMaTo
https://api.github.com/repos/GLab/ToMaTo
closed
Adblocker blocks UI elements
complexity: medium type: defect urgency: normal
In Firefox 35, the plugin Adblock plus seems to block the "connect" icon in the right-click menu of elements.
1.0
Adblocker blocks UI elements - In Firefox 35, the plugin Adblock plus seems to block the "connect" icon in the right-click menu of elements.
defect
adblocker blocks ui elements in firefox the plugin adblock plus seems to block the connect icon in the right click menu of elements
1
74,528
25,154,068,638
IssuesEvent
2022-11-10 12:14:58
SAP/fundamental-ngx
https://api.github.com/repos/SAP/fundamental-ngx
closed
[sourcing]: fdp-table - Drag and drop is not working properly
bug Defect Hunting
#### Is this a bug, enhancement, or feature request? Bug #### Briefly describe your proposal. - Unable to drag before or after a row. It always drag into. - Unable to drag a last row to the first row as the table does not scroll. - When drag and drop, different newIndex or previousIndex are found when the parent expanded or not expanded. This is not correct. It should give the same index regardless of the parent’s open state or not. - It freezes when drag a row inside a parent out and put on the top of the table. #### Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.) #### If this is a bug, please provide steps for reproducing it. - Create a table with parent/child rows - Drag and drop - If drag to a child, it will insert into - If expand the parent, newIndex is different if parent is not expanded #### Please provide relevant source code if applicable. #### Is there anything else we should know? Had a meeting with Frank, Kevin and Manju
1.0
[sourcing]: fdp-table - Drag and drop is not working properly - #### Is this a bug, enhancement, or feature request? Bug #### Briefly describe your proposal. - Unable to drag before or after a row. It always drag into. - Unable to drag a last row to the first row as the table does not scroll. - When drag and drop, different newIndex or previousIndex are found when the parent expanded or not expanded. This is not correct. It should give the same index regardless of the parent’s open state or not. - It freezes when drag a row inside a parent out and put on the top of the table. #### Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.) #### If this is a bug, please provide steps for reproducing it. - Create a table with parent/child rows - Drag and drop - If drag to a child, it will insert into - If expand the parent, newIndex is different if parent is not expanded #### Please provide relevant source code if applicable. #### Is there anything else we should know? Had a meeting with Frank, Kevin and Manju
defect
fdp table drag and drop is not working properly is this a bug enhancement or feature request bug briefly describe your proposal unable to drag before or after a row it always drag into unable to drag a last row to the first row as the table does not scroll when drag and drop different newindex or previousindex are found when the parent expanded or not expanded this is not correct it should give the same index regardless of the parent’s open state or not it freezes when drag a row inside a parent out and put on the top of the table which versions of angular and fundamental library for angular are affected if this is a feature request use current version if this is a bug please provide steps for reproducing it create a table with parent child rows drag and drop if drag to a child it will insert into if expand the parent newindex is different if parent is not expanded please provide relevant source code if applicable is there anything else we should know had a meeting with frank kevin and manju
1
246,528
26,611,757,830
IssuesEvent
2023-01-24 01:09:23
ManageIQ/manageiq-loggers
https://api.github.com/repos/ManageIQ/manageiq-loggers
opened
CVE-2023-22796 (High) detected in activesupport-7.0.3.1.gem
security vulnerability
## CVE-2023-22796 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>activesupport-7.0.3.1.gem</b></p></summary> <p>A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.</p> <p>Library home page: <a href="https://rubygems.org/gems/activesupport-7.0.3.1.gem">https://rubygems.org/gems/activesupport-7.0.3.1.gem</a></p> <p>Path to dependency file: /Gemfile.lock</p> <p>Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/activesupport-7.0.3.1.gem</p> <p> Dependency Hierarchy: - manageiq-style-1.3.2.gem (Root Library) - rubocop-rails-2.15.2.gem - :x: **activesupport-7.0.3.1.gem** (Vulnerable Library) <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> There is a possible regular expression based DoS vulnerability in Active Support. A specially crafted string passed to the underscore method can cause the regular expression engine to enter a state of catastrophic backtracking. This can cause the process to use large amounts of CPU and memory, leading to a possible DoS vulnerability. The issue is patched in versions 6.1.7.1 and 7.0.4.1. <p>Publish Date: 2023-01-06 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-22796>CVE-2023-22796</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://github.com/advisories/GHSA-j6gc-792m-qgm2">https://github.com/advisories/GHSA-j6gc-792m-qgm2</a></p> <p>Release Date: 2023-01-06</p> <p>Fix Resolution: activesupport - 6.1.7.1,7.0.4.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2023-22796 (High) detected in activesupport-7.0.3.1.gem - ## CVE-2023-22796 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>activesupport-7.0.3.1.gem</b></p></summary> <p>A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.</p> <p>Library home page: <a href="https://rubygems.org/gems/activesupport-7.0.3.1.gem">https://rubygems.org/gems/activesupport-7.0.3.1.gem</a></p> <p>Path to dependency file: /Gemfile.lock</p> <p>Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/activesupport-7.0.3.1.gem</p> <p> Dependency Hierarchy: - manageiq-style-1.3.2.gem (Root Library) - rubocop-rails-2.15.2.gem - :x: **activesupport-7.0.3.1.gem** (Vulnerable Library) <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> There is a possible regular expression based DoS vulnerability in Active Support. A specially crafted string passed to the underscore method can cause the regular expression engine to enter a state of catastrophic backtracking. This can cause the process to use large amounts of CPU and memory, leading to a possible DoS vulnerability. The issue is patched in versions 6.1.7.1 and 7.0.4.1. <p>Publish Date: 2023-01-06 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-22796>CVE-2023-22796</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://github.com/advisories/GHSA-j6gc-792m-qgm2">https://github.com/advisories/GHSA-j6gc-792m-qgm2</a></p> <p>Release Date: 2023-01-06</p> <p>Fix Resolution: activesupport - 6.1.7.1,7.0.4.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in activesupport gem cve high severity vulnerability vulnerable library activesupport gem a toolkit of support libraries and ruby core extensions extracted from the rails framework rich support for multibyte strings internationalization time zones and testing library home page a href path to dependency file gemfile lock path to vulnerable library home wss scanner gem ruby cache activesupport gem dependency hierarchy manageiq style gem root library rubocop rails gem x activesupport gem vulnerable library found in base branch master vulnerability details there is a possible regular expression based dos vulnerability in active support a specially crafted string passed to the underscore method can cause the regular expression engine to enter a state of catastrophic backtracking this can cause the process to use large amounts of cpu and memory leading to a possible dos vulnerability the issue is patched in versions and 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 activesupport step up your open source security game with mend
0
198,103
15,700,726,905
IssuesEvent
2021-03-26 10:14:01
ChrisCummins/ProGraML
https://api.github.com/repos/ChrisCummins/ProGraML
closed
Device Mapping and Algorithm Classification Dataset
Documentation
## 📚 Documentation Hi! Would it be possible to include the Device Mapping and Algorithm Classification dataset? I.e. the IR Statements and the corresponding ProGraML graph? I couldn't find them in the Docs. Thanks in advance
1.0
Device Mapping and Algorithm Classification Dataset - ## 📚 Documentation Hi! Would it be possible to include the Device Mapping and Algorithm Classification dataset? I.e. the IR Statements and the corresponding ProGraML graph? I couldn't find them in the Docs. Thanks in advance
non_defect
device mapping and algorithm classification dataset 📚 documentation hi would it be possible to include the device mapping and algorithm classification dataset i e the ir statements and the corresponding programl graph i couldn t find them in the docs thanks in advance
0
181,422
6,660,494,522
IssuesEvent
2017-10-02 00:47:08
aaronshappell/picabot
https://api.github.com/repos/aaronshappell/picabot
opened
Add !pat command
Priority: low Type: enhancement
Add a command to pat pica and commend him for his efforts. Have him purr or something in return.
1.0
Add !pat command - Add a command to pat pica and commend him for his efforts. Have him purr or something in return.
non_defect
add pat command add a command to pat pica and commend him for his efforts have him purr or something in return
0
7,406
2,610,366,838
IssuesEvent
2015-02-26 19:58:31
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
I can´t access my blog on blogger
auto-migrated Priority-Medium Type-Defect
``` What's the problem? I can´t add my blogs on blogger to scribefire. It returns to me a message saying that my User or Password are wrong. I´m pretty sure that i´m typping them right. What browser are you using? Chrome What version of ScribeFire are you running? Scribefire 4.1 ``` ----- Original issue reported on code.google.com by `kidangel...@gmail.com` on 27 Jun 2013 at 4:11
1.0
I can´t access my blog on blogger - ``` What's the problem? I can´t add my blogs on blogger to scribefire. It returns to me a message saying that my User or Password are wrong. I´m pretty sure that i´m typping them right. What browser are you using? Chrome What version of ScribeFire are you running? Scribefire 4.1 ``` ----- Original issue reported on code.google.com by `kidangel...@gmail.com` on 27 Jun 2013 at 4:11
defect
i can´t access my blog on blogger what s the problem i can´t add my blogs on blogger to scribefire it returns to me a message saying that my user or password are wrong i´m pretty sure that i´m typping them right what browser are you using chrome what version of scribefire are you running scribefire original issue reported on code google com by kidangel gmail com on jun at
1
50,482
13,187,524,176
IssuesEvent
2020-08-13 03:41:37
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
cmake - deal with cmake policy CMP0042 (Trac #792)
Migrated from Trac cmake defect
```text CMP0042 ------- ``MACOSX_RPATH`` is enabled by default. CMake 2.8.12 and newer has support for using ``@rpath`` in a target's install name. This was enabled by setting the target property ``MACOSX_RPATH``. The ``@rpath`` in an install name is a more flexible and powerful mechanism than ``@executable_path`` or ``@loader_path`` for locating shared libraries. CMake 3.0 and later prefer this property to be ON by default. Projects wanting ``@rpath`` in a target's install name may remove any setting of the ``INSTALL_NAME_DIR`` and ``CMAKE_INSTALL_NAME_DIR`` variables. This policy was introduced in CMake version 3.0. CMake version 3.0.0 warns when the policy is not set and uses OLD behavior. Use the cmake_policy command to set it to OLD or NEW explicitly. ``` I think the best option for us is to set this to OLD, until we can guarantee wide spread adoption of newer cmake. Also see #767 <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/792 , reported by nega and owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2014-10-23T18:59:11", "description": "{{{\nCMP0042\n-------\n\n``MACOSX_RPATH`` is enabled by default.\n\nCMake 2.8.12 and newer has support for using ``@rpath`` in a target's install\nname. This was enabled by setting the target property\n``MACOSX_RPATH``. The ``@rpath`` in an install name is a more\nflexible and powerful mechanism than ``@executable_path`` or ``@loader_path``\nfor locating shared libraries.\n\nCMake 3.0 and later prefer this property to be ON by default. Projects\nwanting ``@rpath`` in a target's install name may remove any setting of\nthe ``INSTALL_NAME_DIR`` and ``CMAKE_INSTALL_NAME_DIR``\nvariables.\n\nThis policy was introduced in CMake version 3.0. CMake version\n3.0.0 warns when the policy is not set and uses OLD behavior. Use\nthe cmake_policy command to set it to OLD or NEW explicitly.\n}}}\n\nI think the best option for us is to set this to OLD, until we can guarantee wide spread adoption of newer cmake.\n\nAlso see #773\n\n", "reporter": "nega", "cc": "meike.dewith, olivas", "resolution": "fixed", "_ts": "1414090751712739", "component": "cmake", "summary": "cmake - deal with cmake policy CMP0042", "priority": "normal", "keywords": "", "time": "2014-10-23T14:46:30", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
cmake - deal with cmake policy CMP0042 (Trac #792) - ```text CMP0042 ------- ``MACOSX_RPATH`` is enabled by default. CMake 2.8.12 and newer has support for using ``@rpath`` in a target's install name. This was enabled by setting the target property ``MACOSX_RPATH``. The ``@rpath`` in an install name is a more flexible and powerful mechanism than ``@executable_path`` or ``@loader_path`` for locating shared libraries. CMake 3.0 and later prefer this property to be ON by default. Projects wanting ``@rpath`` in a target's install name may remove any setting of the ``INSTALL_NAME_DIR`` and ``CMAKE_INSTALL_NAME_DIR`` variables. This policy was introduced in CMake version 3.0. CMake version 3.0.0 warns when the policy is not set and uses OLD behavior. Use the cmake_policy command to set it to OLD or NEW explicitly. ``` I think the best option for us is to set this to OLD, until we can guarantee wide spread adoption of newer cmake. Also see #767 <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/792 , reported by nega and owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2014-10-23T18:59:11", "description": "{{{\nCMP0042\n-------\n\n``MACOSX_RPATH`` is enabled by default.\n\nCMake 2.8.12 and newer has support for using ``@rpath`` in a target's install\nname. This was enabled by setting the target property\n``MACOSX_RPATH``. The ``@rpath`` in an install name is a more\nflexible and powerful mechanism than ``@executable_path`` or ``@loader_path``\nfor locating shared libraries.\n\nCMake 3.0 and later prefer this property to be ON by default. Projects\nwanting ``@rpath`` in a target's install name may remove any setting of\nthe ``INSTALL_NAME_DIR`` and ``CMAKE_INSTALL_NAME_DIR``\nvariables.\n\nThis policy was introduced in CMake version 3.0. CMake version\n3.0.0 warns when the policy is not set and uses OLD behavior. Use\nthe cmake_policy command to set it to OLD or NEW explicitly.\n}}}\n\nI think the best option for us is to set this to OLD, until we can guarantee wide spread adoption of newer cmake.\n\nAlso see #773\n\n", "reporter": "nega", "cc": "meike.dewith, olivas", "resolution": "fixed", "_ts": "1414090751712739", "component": "cmake", "summary": "cmake - deal with cmake policy CMP0042", "priority": "normal", "keywords": "", "time": "2014-10-23T14:46:30", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
defect
cmake deal with cmake policy trac text macosx rpath is enabled by default cmake and newer has support for using rpath in a target s install name this was enabled by setting the target property macosx rpath the rpath in an install name is a more flexible and powerful mechanism than executable path or loader path for locating shared libraries cmake and later prefer this property to be on by default projects wanting rpath in a target s install name may remove any setting of the install name dir and cmake install name dir variables this policy was introduced in cmake version cmake version warns when the policy is not set and uses old behavior use the cmake policy command to set it to old or new explicitly i think the best option for us is to set this to old until we can guarantee wide spread adoption of newer cmake also see migrated from reported by nega and owned by nega json status closed changetime description n n n macosx rpath is enabled by default n ncmake and newer has support for using rpath in a target s install nname this was enabled by setting the target property n macosx rpath the rpath in an install name is a more nflexible and powerful mechanism than executable path or loader path nfor locating shared libraries n ncmake and later prefer this property to be on by default projects nwanting rpath in a target s install name may remove any setting of nthe install name dir and cmake install name dir nvariables n nthis policy was introduced in cmake version cmake version warns when the policy is not set and uses old behavior use nthe cmake policy command to set it to old or new explicitly n n ni think the best option for us is to set this to old until we can guarantee wide spread adoption of newer cmake n nalso see n n reporter nega cc meike dewith olivas resolution fixed ts component cmake summary cmake deal with cmake policy priority normal keywords time milestone owner nega type defect
1
87,858
10,558,272,619
IssuesEvent
2019-10-04 08:42:38
kartoza/fbf-project
https://api.github.com/repos/kartoza/fbf-project
opened
Document: Building Vulnerability Factor Analysis
data-assistance data-inventory documentation
In our technical report we provide a proposal of estimating vulnerabilities from building, roads, and river datasets. We need to make sure these happens: - [ ] Each vulnerability factor can be run as QGIS Processing - [ ] Each vulnerability factor is easily run if we change target district - [ ] The reasoning/methodology of how the vulnerability factors calculated should be documented in this repo
1.0
Document: Building Vulnerability Factor Analysis - In our technical report we provide a proposal of estimating vulnerabilities from building, roads, and river datasets. We need to make sure these happens: - [ ] Each vulnerability factor can be run as QGIS Processing - [ ] Each vulnerability factor is easily run if we change target district - [ ] The reasoning/methodology of how the vulnerability factors calculated should be documented in this repo
non_defect
document building vulnerability factor analysis in our technical report we provide a proposal of estimating vulnerabilities from building roads and river datasets we need to make sure these happens each vulnerability factor can be run as qgis processing each vulnerability factor is easily run if we change target district the reasoning methodology of how the vulnerability factors calculated should be documented in this repo
0
297,569
22,362,991,389
IssuesEvent
2022-06-15 22:57:36
greatscottgadgets/hackrf
https://api.github.com/repos/greatscottgadgets/hackrf
reopened
How to build host software on Windows
documentation
I'm writing these instructions to document a successful build process of the host software on Windows 11 using MSYS2. I had trouble following the build instructions on the [README](https://github.com/greatscottgadgets/hackrf/blob/master/host/README.md#how-to-build-host-software-on-windows) # How to build host software on Windows: ## Prerequisites: * MSYS2 (https://www.msys2.org/) MSYS2 Packages: * `base-devel` * `mingw-w64-x86_64-toolchain` * `mingw-w64-x86_64-cmake` * `mingw-w64-x86_64-fftw` * `git` Open `MSYS2 MinGW x64` from the Start Menu Update the package repository `$ pacman -Syu` Install the required packages `$ pacman -Syu --needed base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake git` Download the libusb pre-compiled binary files: https://github.com/libusb/libusb/releases I used version [1.0.26](https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26-binaries.7z) Extract and copy the `libusb-1.0.26-binaries` folder to: `/usr/local/include` Clone the hackrf repository `$ git clone https://github.com/greatscottgadgets/hackrf.git` `$ cd hackrf` `$ mkdir host/build` `$ cd host/build` Create the Makefiles `$ ${MINGW_PREFIX}/bin/cmake ../ -G "MSYS Makefiles" -DLIBUSB_INCLUDE_DIR=/usr/local/include/libusb-1.0.26-binaries/libusb-MinGW-x64/include/libusb-1.0/ -DLIBUSB_LIBRARIES=/usr/local/include/libusb-1.0.26-binaries/libusb-MinGW-x64/bin/msys-usb-1.0.dll -DFFTW_LIBRARIES=/lib/` `$ make` `$ make install` (may require running MSYS2 as Administrator) This will install the hackrf host tools to: `C:\Program Files (x86)\HackRF\bin` When I tried to execute `hackrf_info.exe` from that directory, I had to add the following folders to the Windows `Path` Environment Variable to locate the DLLs. Add the following entries to the Path: * `C:\msys64\mingw64\bin` * `C:\msys64\usr\local\include\libusb-1.0.26-binaries\libusb-MinGW-x64\bin` Open a Windows CMD Shell and execute: `C:\Program Files (x86)\HackRF\bin\hackrf_info.exe` If a HackRF board is connected, the information should be displayed.
1.0
How to build host software on Windows - I'm writing these instructions to document a successful build process of the host software on Windows 11 using MSYS2. I had trouble following the build instructions on the [README](https://github.com/greatscottgadgets/hackrf/blob/master/host/README.md#how-to-build-host-software-on-windows) # How to build host software on Windows: ## Prerequisites: * MSYS2 (https://www.msys2.org/) MSYS2 Packages: * `base-devel` * `mingw-w64-x86_64-toolchain` * `mingw-w64-x86_64-cmake` * `mingw-w64-x86_64-fftw` * `git` Open `MSYS2 MinGW x64` from the Start Menu Update the package repository `$ pacman -Syu` Install the required packages `$ pacman -Syu --needed base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake git` Download the libusb pre-compiled binary files: https://github.com/libusb/libusb/releases I used version [1.0.26](https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26-binaries.7z) Extract and copy the `libusb-1.0.26-binaries` folder to: `/usr/local/include` Clone the hackrf repository `$ git clone https://github.com/greatscottgadgets/hackrf.git` `$ cd hackrf` `$ mkdir host/build` `$ cd host/build` Create the Makefiles `$ ${MINGW_PREFIX}/bin/cmake ../ -G "MSYS Makefiles" -DLIBUSB_INCLUDE_DIR=/usr/local/include/libusb-1.0.26-binaries/libusb-MinGW-x64/include/libusb-1.0/ -DLIBUSB_LIBRARIES=/usr/local/include/libusb-1.0.26-binaries/libusb-MinGW-x64/bin/msys-usb-1.0.dll -DFFTW_LIBRARIES=/lib/` `$ make` `$ make install` (may require running MSYS2 as Administrator) This will install the hackrf host tools to: `C:\Program Files (x86)\HackRF\bin` When I tried to execute `hackrf_info.exe` from that directory, I had to add the following folders to the Windows `Path` Environment Variable to locate the DLLs. Add the following entries to the Path: * `C:\msys64\mingw64\bin` * `C:\msys64\usr\local\include\libusb-1.0.26-binaries\libusb-MinGW-x64\bin` Open a Windows CMD Shell and execute: `C:\Program Files (x86)\HackRF\bin\hackrf_info.exe` If a HackRF board is connected, the information should be displayed.
non_defect
how to build host software on windows i m writing these instructions to document a successful build process of the host software on windows using i had trouble following the build instructions on the how to build host software on windows prerequisites packages base devel mingw toolchain mingw cmake mingw fftw git open mingw from the start menu update the package repository pacman syu install the required packages pacman syu needed base devel mingw toolchain mingw cmake git download the libusb pre compiled binary files i used version extract and copy the libusb binaries folder to usr local include clone the hackrf repository git clone cd hackrf mkdir host build cd host build create the makefiles mingw prefix bin cmake g msys makefiles dlibusb include dir usr local include libusb binaries libusb mingw include libusb dlibusb libraries usr local include libusb binaries libusb mingw bin msys usb dll dfftw libraries lib make make install may require running as administrator this will install the hackrf host tools to c program files hackrf bin when i tried to execute hackrf info exe from that directory i had to add the following folders to the windows path environment variable to locate the dlls add the following entries to the path c bin c usr local include libusb binaries libusb mingw bin open a windows cmd shell and execute c program files hackrf bin hackrf info exe if a hackrf board is connected the information should be displayed
0
146,143
5,612,072,801
IssuesEvent
2017-04-03 02:38:54
raxod502/radian
https://api.github.com/repos/raxod502/radian
closed
Replace eval-after-load with with-eval-after-load
easy emacs fixed in develop high priority refactor
We should replace uses of `eval-after-load` with `with-eval-after-load`, because the latter is more elegant and requires less quoting.
1.0
Replace eval-after-load with with-eval-after-load - We should replace uses of `eval-after-load` with `with-eval-after-load`, because the latter is more elegant and requires less quoting.
non_defect
replace eval after load with with eval after load we should replace uses of eval after load with with eval after load because the latter is more elegant and requires less quoting
0
30,181
6,036,223,095
IssuesEvent
2017-06-09 15:36:03
contao/core-bundle
https://api.github.com/repos/contao/core-bundle
closed
cache warmup on console starts session
defect
When executing `cache:clear` on the console, Contao's cache warmup will be triggered by Symfony. However, Contao's cache warmup also indirectly starts a session. This might lead to an error like ``` [RuntimeException] Failed to start the session because headers have already been sent by "…" at line …. ``` if you try to do echo debugging on the console. Full call stack: ``` Exception trace: () at …\vendor\symfony\symfony\src\Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage.php:135 Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() at …\vendor\symfony\symfony\src\Symfony\Component\HttpFoundation\Session\Session.php:71 Symfony\Component\HttpFoundation\Session\Session->start() at …\vendor\symfony\symfony\src\Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage.php:90 Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage->hasToken() at …\vendor\symfony\symfony\src\Symfony\Component\Security\Csrf\CsrfTokenManager.php:54 Symfony\Component\Security\Csrf\CsrfTokenManager->getToken() at …\vendor\contao\core-bundle\src\Resources\contao\library\Contao\RequestToken.php:59 Contao\RequestToken::get() at n/a:n/a call_user_func_array() at …\vendor\contao\core-bundle\src\Framework\Adapter.php:47 Contao\CoreBundle\Framework\Adapter->__call() at …\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:422 Contao\CoreBundle\Framework\ContaoFramework->handleRequestToken() at …\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:303 Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at …\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:141 Contao\CoreBundle\Framework\ContaoFramework->initialize() at …\vendor\contao\core-bundle\src\Cache\ContaoCacheWarmer.php:94 Contao\CoreBundle\Cache\ContaoCacheWarmer->warmUp() at …\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate.php:48 Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate->warmUp() at …\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand.php:144 Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand->warmup() at …\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand.php:96 Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand->execute() at …\vendor\symfony\symfony\src\Symfony\Component\Console\Command\Command.php:264 Symfony\Component\Console\Command\Command->run() at …\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:853 Symfony\Component\Console\Application->doRunCommand() at …\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:200 Symfony\Component\Console\Application->doRun() at …\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:80 Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at …\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:124 Symfony\Component\Console\Application->run() at …\vendor\contao\manager-bundle\bin\contao-console:46 ``` So the problem is that the `ContaoCacheWarmer` uses ``` ContaoFramework->initializeFramework() ``` which in turn executes ``` ContaoFramework->handleRequestToken() ``` at the end which eventually invokes ``` CsrfTokenManager->getToken() ``` which down the line will initiate a session and also check for already sent headers in ``` Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage ``` Initiating a session during a console command does not make any sense. Also shouldn't `ContaoFramework->handleRequestToken()` rather be executed in an `onKernelController` event or within a Controller action for example instead of within `ContaoFramework->initializeFramework()`? /cc @ausi
1.0
cache warmup on console starts session - When executing `cache:clear` on the console, Contao's cache warmup will be triggered by Symfony. However, Contao's cache warmup also indirectly starts a session. This might lead to an error like ``` [RuntimeException] Failed to start the session because headers have already been sent by "…" at line …. ``` if you try to do echo debugging on the console. Full call stack: ``` Exception trace: () at …\vendor\symfony\symfony\src\Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage.php:135 Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() at …\vendor\symfony\symfony\src\Symfony\Component\HttpFoundation\Session\Session.php:71 Symfony\Component\HttpFoundation\Session\Session->start() at …\vendor\symfony\symfony\src\Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage.php:90 Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage->hasToken() at …\vendor\symfony\symfony\src\Symfony\Component\Security\Csrf\CsrfTokenManager.php:54 Symfony\Component\Security\Csrf\CsrfTokenManager->getToken() at …\vendor\contao\core-bundle\src\Resources\contao\library\Contao\RequestToken.php:59 Contao\RequestToken::get() at n/a:n/a call_user_func_array() at …\vendor\contao\core-bundle\src\Framework\Adapter.php:47 Contao\CoreBundle\Framework\Adapter->__call() at …\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:422 Contao\CoreBundle\Framework\ContaoFramework->handleRequestToken() at …\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:303 Contao\CoreBundle\Framework\ContaoFramework->initializeFramework() at …\vendor\contao\core-bundle\src\Framework\ContaoFramework.php:141 Contao\CoreBundle\Framework\ContaoFramework->initialize() at …\vendor\contao\core-bundle\src\Cache\ContaoCacheWarmer.php:94 Contao\CoreBundle\Cache\ContaoCacheWarmer->warmUp() at …\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate.php:48 Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate->warmUp() at …\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand.php:144 Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand->warmup() at …\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand.php:96 Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand->execute() at …\vendor\symfony\symfony\src\Symfony\Component\Console\Command\Command.php:264 Symfony\Component\Console\Command\Command->run() at …\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:853 Symfony\Component\Console\Application->doRunCommand() at …\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:200 Symfony\Component\Console\Application->doRun() at …\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:80 Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at …\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:124 Symfony\Component\Console\Application->run() at …\vendor\contao\manager-bundle\bin\contao-console:46 ``` So the problem is that the `ContaoCacheWarmer` uses ``` ContaoFramework->initializeFramework() ``` which in turn executes ``` ContaoFramework->handleRequestToken() ``` at the end which eventually invokes ``` CsrfTokenManager->getToken() ``` which down the line will initiate a session and also check for already sent headers in ``` Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage ``` Initiating a session during a console command does not make any sense. Also shouldn't `ContaoFramework->handleRequestToken()` rather be executed in an `onKernelController` event or within a Controller action for example instead of within `ContaoFramework->initializeFramework()`? /cc @ausi
defect
cache warmup on console starts session when executing cache clear on the console contao s cache warmup will be triggered by symfony however contao s cache warmup also indirectly starts a session this might lead to an error like failed to start the session because headers have already been sent by … at line … if you try to do echo debugging on the console full call stack exception trace at … vendor symfony symfony src symfony component httpfoundation session storage nativesessionstorage php symfony component httpfoundation session storage nativesessionstorage start at … vendor symfony symfony src symfony component httpfoundation session session php symfony component httpfoundation session session start at … vendor symfony symfony src symfony component security csrf tokenstorage sessiontokenstorage php symfony component security csrf tokenstorage sessiontokenstorage hastoken at … vendor symfony symfony src symfony component security csrf csrftokenmanager php symfony component security csrf csrftokenmanager gettoken at … vendor contao core bundle src resources contao library contao requesttoken php contao requesttoken get at n a n a call user func array at … vendor contao core bundle src framework adapter php contao corebundle framework adapter call at … vendor contao core bundle src framework contaoframework php contao corebundle framework contaoframework handlerequesttoken at … vendor contao core bundle src framework contaoframework php contao corebundle framework contaoframework initializeframework at … vendor contao core bundle src framework contaoframework php contao corebundle framework contaoframework initialize at … vendor contao core bundle src cache contaocachewarmer php contao corebundle cache contaocachewarmer warmup at … vendor symfony symfony src symfony component httpkernel cachewarmer cachewarmeraggregate php symfony component httpkernel cachewarmer cachewarmeraggregate warmup at … vendor symfony symfony src symfony bundle frameworkbundle command cacheclearcommand php symfony bundle frameworkbundle command cacheclearcommand warmup at … vendor symfony symfony src symfony bundle frameworkbundle command cacheclearcommand php symfony bundle frameworkbundle command cacheclearcommand execute at … vendor symfony symfony src symfony component console command command php symfony component console command command run at … vendor symfony symfony src symfony component console application php symfony component console application doruncommand at … vendor symfony symfony src symfony component console application php symfony component console application dorun at … vendor symfony symfony src symfony bundle frameworkbundle console application php symfony bundle frameworkbundle console application dorun at … vendor symfony symfony src symfony component console application php symfony component console application run at … vendor contao manager bundle bin contao console so the problem is that the contaocachewarmer uses contaoframework initializeframework which in turn executes contaoframework handlerequesttoken at the end which eventually invokes csrftokenmanager gettoken which down the line will initiate a session and also check for already sent headers in symfony component httpfoundation session storage nativesessionstorage initiating a session during a console command does not make any sense also shouldn t contaoframework handlerequesttoken rather be executed in an onkernelcontroller event or within a controller action for example instead of within contaoframework initializeframework cc ausi
1
259,387
27,621,855,729
IssuesEvent
2023-03-10 01:16:44
nidhi7598/linux-3.0.35
https://api.github.com/repos/nidhi7598/linux-3.0.35
closed
CVE-2013-3229 (Medium) detected in linuxlinux-3.0.40 - autoclosed
Mend: dependency security vulnerability
## CVE-2013-3229 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-3.0.40</b></p></summary> <p> <p>Apache Software Foundation (ASF)</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v3.0/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v3.0/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-3.0.35/commit/4cc6d4a22f88b8effe1090492c1a242ce587b492">4cc6d4a22f88b8effe1090492c1a242ce587b492</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/iucv/af_iucv.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The iucv_sock_recvmsg function in net/iucv/af_iucv.c in the Linux kernel before 3.9-rc7 does not initialize a certain length variable, which allows local users to obtain sensitive information from kernel stack memory via a crafted recvmsg or recvfrom system call. <p>Publish Date: 2013-04-22 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2013-3229>CVE-2013-3229</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>4.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2013-3229">https://nvd.nist.gov/vuln/detail/CVE-2013-3229</a></p> <p>Release Date: 2013-04-22</p> <p>Fix Resolution: 3.9-rc7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2013-3229 (Medium) detected in linuxlinux-3.0.40 - autoclosed - ## CVE-2013-3229 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-3.0.40</b></p></summary> <p> <p>Apache Software Foundation (ASF)</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v3.0/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v3.0/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-3.0.35/commit/4cc6d4a22f88b8effe1090492c1a242ce587b492">4cc6d4a22f88b8effe1090492c1a242ce587b492</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/iucv/af_iucv.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The iucv_sock_recvmsg function in net/iucv/af_iucv.c in the Linux kernel before 3.9-rc7 does not initialize a certain length variable, which allows local users to obtain sensitive information from kernel stack memory via a crafted recvmsg or recvfrom system call. <p>Publish Date: 2013-04-22 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2013-3229>CVE-2013-3229</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>4.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2013-3229">https://nvd.nist.gov/vuln/detail/CVE-2013-3229</a></p> <p>Release Date: 2013-04-22</p> <p>Fix Resolution: 3.9-rc7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in linuxlinux autoclosed cve medium severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in head commit a href found in base branch master vulnerable source files net iucv af iucv c vulnerability details the iucv sock recvmsg function in net iucv af iucv c in the linux kernel before does not initialize a certain length variable which allows local users to obtain sensitive information from kernel stack memory via a crafted recvmsg or recvfrom system call publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0
33,737
7,214,397,888
IssuesEvent
2018-02-08 02:02:30
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
opened
No genera el PDF de pagos en pruebas
bug defect
No puedo concluir los videos tutoriales porque truena.... chiaaaaa... Traete una copia de los jaspertemplates de producción
1.0
No genera el PDF de pagos en pruebas - No puedo concluir los videos tutoriales porque truena.... chiaaaaa... Traete una copia de los jaspertemplates de producción
defect
no genera el pdf de pagos en pruebas no puedo concluir los videos tutoriales porque truena chiaaaaa traete una copia de los jaspertemplates de producción
1
75,980
26,191,813,847
IssuesEvent
2023-01-03 09:46:32
unascribed/Fabrication
https://api.github.com/repos/unascribed/Fabrication
closed
Sculk Catalyst does nothing when Disable EXP is on
k: Defect n: Fabric s: New
Technically this is just a knock-on effect of the intended behavior, but it deserves mention. Sculk Catalysts do not produce any sculk blocks when a mob dies near them with Fabrication's Disable Exp feature enabled. Some method of creating additional sculk blocks with this feature enabled (or just a tweak to catalysts to make them work correctly) would be nice to have. Thanks!
1.0
Sculk Catalyst does nothing when Disable EXP is on - Technically this is just a knock-on effect of the intended behavior, but it deserves mention. Sculk Catalysts do not produce any sculk blocks when a mob dies near them with Fabrication's Disable Exp feature enabled. Some method of creating additional sculk blocks with this feature enabled (or just a tweak to catalysts to make them work correctly) would be nice to have. Thanks!
defect
sculk catalyst does nothing when disable exp is on technically this is just a knock on effect of the intended behavior but it deserves mention sculk catalysts do not produce any sculk blocks when a mob dies near them with fabrication s disable exp feature enabled some method of creating additional sculk blocks with this feature enabled or just a tweak to catalysts to make them work correctly would be nice to have thanks
1
232,143
7,655,375,910
IssuesEvent
2018-05-10 13:02:43
canonical-websites/build.snapcraft.io
https://api.github.com/repos/canonical-websites/build.snapcraft.io
closed
Support building more architectures
Priority: High promo-worthy
Currently, build.snapcraft.io only builds 2 architectures by default. We should somehow provide the option to build more, or build more by default. This might be through adding this information so `snapcraft.yaml` or store it locally to build.snapcraft.io.
1.0
Support building more architectures - Currently, build.snapcraft.io only builds 2 architectures by default. We should somehow provide the option to build more, or build more by default. This might be through adding this information so `snapcraft.yaml` or store it locally to build.snapcraft.io.
non_defect
support building more architectures currently build snapcraft io only builds architectures by default we should somehow provide the option to build more or build more by default this might be through adding this information so snapcraft yaml or store it locally to build snapcraft io
0
26,371
4,682,654,694
IssuesEvent
2016-10-09 11:19:51
phingofficial/phing
https://api.github.com/repos/phingofficial/phing
opened
JsHintTask fails when reporter attribute is not set (Trac #1230)
defect Incomplete Migration Migrated from Trac phing-tasks-ext
Migrated from http://localhost:3530/trac/ticket/1230 ```json { "status": "new", "changetime": "2016-09-29T08:16:06", "description": "JsHintTask fails when reporter attribute is not set. This config works flawlessly on Phing 2.12.0 and is broken on 2.13.0 \n\n{{{\n<jshint haltOnError=\"true\" haltOnWarning=\"false\">\n <fileset refid=\"src.js\" />\n</jshint>\n}}}\n\nreturns (paths are trimmed)\n{{{\nBUILD FAILED\nexception 'BuildException' with message 'build.xml:191:18: build.xml:192:61: Unknown severity \"warning\"' in local/vendor/phing/phing/classes/phing/tasks/ext/ParallelTask.php:89\nStack trace:\n#0 local/vendor/phing/phing/classes/phing/UnknownElement.php(100): ParallelTask->main()\n#1 local/vendor/phing/phing/classes/phing/Task.php(283): UnknownElement->main()\n#2 local/vendor/phing/phing/classes/phing/Target.php(336): Task->perform()\n#3 local/vendor/phing/phing/classes/phing/Target.php(366): Target->main()\n#4 local/vendor/phing/phing/classes/phing/Project.php(898): Target->performTasks()\n#5 local/vendor/phing/phing/classes/phing/Project.php(868): Project->executeTarget('jshint')\n#6 local/vendor/phing/phing/classes/phing/Phing.php(679): Project->executeTargets(Array)\n#7 local/vendor/phing/phing/classes/phing/Phing.php(191): Phing->runBuild()\n#8 local/vendor/phing/phing/classes/phing/Phing.php(316): Phing::start(Array, NULL)\n#9 local/vendor/phing/phing/bin/phing.php(58): Phing::fire(Array)\n#10 local/vendor/phing/phing/bin/phing(14): require_once('...')\n#11 {main}\n}}}", "reporter": "anonymous", "cc": "", "resolution": "", "_ts": "1475136966642941", "component": "phing-tasks-ext", "summary": "JsHintTask fails when reporter attribute is not set", "priority": "major", "keywords": "", "version": "2.13.0", "time": "2015-12-08T17:15:03", "milestone": "2.16.0", "owner": "", "type": "defect" } ```
1.0
JsHintTask fails when reporter attribute is not set (Trac #1230) - Migrated from http://localhost:3530/trac/ticket/1230 ```json { "status": "new", "changetime": "2016-09-29T08:16:06", "description": "JsHintTask fails when reporter attribute is not set. This config works flawlessly on Phing 2.12.0 and is broken on 2.13.0 \n\n{{{\n<jshint haltOnError=\"true\" haltOnWarning=\"false\">\n <fileset refid=\"src.js\" />\n</jshint>\n}}}\n\nreturns (paths are trimmed)\n{{{\nBUILD FAILED\nexception 'BuildException' with message 'build.xml:191:18: build.xml:192:61: Unknown severity \"warning\"' in local/vendor/phing/phing/classes/phing/tasks/ext/ParallelTask.php:89\nStack trace:\n#0 local/vendor/phing/phing/classes/phing/UnknownElement.php(100): ParallelTask->main()\n#1 local/vendor/phing/phing/classes/phing/Task.php(283): UnknownElement->main()\n#2 local/vendor/phing/phing/classes/phing/Target.php(336): Task->perform()\n#3 local/vendor/phing/phing/classes/phing/Target.php(366): Target->main()\n#4 local/vendor/phing/phing/classes/phing/Project.php(898): Target->performTasks()\n#5 local/vendor/phing/phing/classes/phing/Project.php(868): Project->executeTarget('jshint')\n#6 local/vendor/phing/phing/classes/phing/Phing.php(679): Project->executeTargets(Array)\n#7 local/vendor/phing/phing/classes/phing/Phing.php(191): Phing->runBuild()\n#8 local/vendor/phing/phing/classes/phing/Phing.php(316): Phing::start(Array, NULL)\n#9 local/vendor/phing/phing/bin/phing.php(58): Phing::fire(Array)\n#10 local/vendor/phing/phing/bin/phing(14): require_once('...')\n#11 {main}\n}}}", "reporter": "anonymous", "cc": "", "resolution": "", "_ts": "1475136966642941", "component": "phing-tasks-ext", "summary": "JsHintTask fails when reporter attribute is not set", "priority": "major", "keywords": "", "version": "2.13.0", "time": "2015-12-08T17:15:03", "milestone": "2.16.0", "owner": "", "type": "defect" } ```
defect
jshinttask fails when reporter attribute is not set trac migrated from json status new changetime description jshinttask fails when reporter attribute is not set this config works flawlessly on phing and is broken on n n n n n n n nreturns paths are trimmed n nbuild failed nexception buildexception with message build xml build xml unknown severity warning in local vendor phing phing classes phing tasks ext paralleltask php nstack trace n local vendor phing phing classes phing unknownelement php paralleltask main n local vendor phing phing classes phing task php unknownelement main n local vendor phing phing classes phing target php task perform n local vendor phing phing classes phing target php target main n local vendor phing phing classes phing project php target performtasks n local vendor phing phing classes phing project php project executetarget jshint n local vendor phing phing classes phing phing php project executetargets array n local vendor phing phing classes phing phing php phing runbuild n local vendor phing phing classes phing phing php phing start array null n local vendor phing phing bin phing php phing fire array n local vendor phing phing bin phing require once n main n reporter anonymous cc resolution ts component phing tasks ext summary jshinttask fails when reporter attribute is not set priority major keywords version time milestone owner type defect
1
365,400
10,781,160,517
IssuesEvent
2019-11-04 14:25:25
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
Adding a Project Task from Project Module in Gantt Chart view hangs/fails
Bug Fix Proposed Medium Priority Resolved: Next Release
<!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> #### Issue The Project Gantt Chart view contains a button to add a new task to the project. When clicked it opens up a "Add New Task" modal. When the "add" button is clicked nothing appears to happen on the front end though web server cpu usage spikes significantly for a short period. When a user clicks "Cancel" in the Add New Task popup it displays a "Loading Please Wait" message with a broken icon image and closes the window. #### Expected Behavior When the "add" button is clicked the new task should be created and added to the project and the add task modal should close. The Gantt chart should be updated either via Ajax if enabled or by page refresh. #### Actual Behavior Nothing happens when "Add" is clicked. No task is created or added to the project and the Add Task window remains open. #### Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> #### Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug include code to reproduce, if relevant --> 1. Create a Project or navigate to an existing one. 2. In the Project view click the Actions dropdown and click View Gantt 3. Click the "+ Add New Task" button and input the required fields for the task. 4. Click "Add" Error log snippet created: `Tue Feb 14 11:17:01 2017 [2942][id][FATAL] error loading relationship quotes Tue Feb 14 11:17:40 2017 [32263][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:17:40 2017 [32263][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:17:40 2017 [32263][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:17:40 2017 [32263][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:19:40 2017 [32266][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:19:40 2017 [32266][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:19:40 2017 [32266][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:19:40 2017 [32266][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:19:40 2017 [32266][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:19:40 2017 [32266][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:45:05 2017 [3761][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:45:05 2017 [3761][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:45:05 2017 [3761][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:45:05 2017 [3761][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:52:05 2017 [3253][id][ERROR] Unable to find relationship projects_quotes Tue Feb 14 11:52:05 2017 [3253][id][FATAL] quotes for projects_quotes failed to load Tue Feb 14 11:52:05 2017 [3253][id][ERROR] Unable to find relationship projects_quotes Tue Feb 14 11:52:05 2017 [3253][id][FATAL] quotes for projects_quotes failed to load Tue Feb 14 11:52:10 2017 [3784][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:52:10 2017 [3784][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:52:10 2017 [3784][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:52:10 2017 [3784][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 12:07:05 2017 [4127][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 12:07:05 2017 [4127][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 12:07:05 2017 [4127][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 12:07:05 2017 [4127][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 12:07:32 2017 [4122][id][FATAL] Query Failed: DESCRIBE versions: MySQL error 1146: Table 'crm.versions' doesn't exist Tue Feb 14 12:07:32 2017 [4122][id][FATAL] Query Failed: SHOW INDEX FROM versions: MySQL error 1146: Table 'crm.versions' doesn't exist Tue Feb 14 12:07:32 2017 [4122][id][FATAL] Query Failed: select * from versions: MySQL error 1146: Table 'crm.versions' doesn't exist` #### Context <!--- How has this bug affected you? What were you trying to accomplish? --> <!--- If you feel this should be a low/medium/high priority then please state so --> I would view this as a medium priority issue. Tasks can still be added via alternative means however this is a functionality issue that blatantly does not work for the end user. #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used: 7.8.0 Sugar Version 6.5.24 (Build 509) any theme. * Browser name and version: Chrome Version 56.0.2924.87 * Environment name and version (e.g. MySQL, PHP 7): PHP 7.0, MySQL 5.0.12 * Operating System and version (e.g Ubuntu 16.04): Ubuntu 16.04.1
1.0
Adding a Project Task from Project Module in Gantt Chart view hangs/fails - <!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> #### Issue The Project Gantt Chart view contains a button to add a new task to the project. When clicked it opens up a "Add New Task" modal. When the "add" button is clicked nothing appears to happen on the front end though web server cpu usage spikes significantly for a short period. When a user clicks "Cancel" in the Add New Task popup it displays a "Loading Please Wait" message with a broken icon image and closes the window. #### Expected Behavior When the "add" button is clicked the new task should be created and added to the project and the add task modal should close. The Gantt chart should be updated either via Ajax if enabled or by page refresh. #### Actual Behavior Nothing happens when "Add" is clicked. No task is created or added to the project and the Add Task window remains open. #### Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> #### Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug include code to reproduce, if relevant --> 1. Create a Project or navigate to an existing one. 2. In the Project view click the Actions dropdown and click View Gantt 3. Click the "+ Add New Task" button and input the required fields for the task. 4. Click "Add" Error log snippet created: `Tue Feb 14 11:17:01 2017 [2942][id][FATAL] error loading relationship quotes Tue Feb 14 11:17:40 2017 [32263][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:17:40 2017 [32263][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:17:40 2017 [32263][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:17:40 2017 [32263][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:19:40 2017 [32266][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:19:40 2017 [32266][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:19:40 2017 [32266][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:19:40 2017 [32266][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:19:40 2017 [32266][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:19:40 2017 [32266][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:45:05 2017 [3761][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:45:05 2017 [3761][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:45:05 2017 [3761][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:45:05 2017 [3761][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:52:05 2017 [3253][id][ERROR] Unable to find relationship projects_quotes Tue Feb 14 11:52:05 2017 [3253][id][FATAL] quotes for projects_quotes failed to load Tue Feb 14 11:52:05 2017 [3253][id][ERROR] Unable to find relationship projects_quotes Tue Feb 14 11:52:05 2017 [3253][id][FATAL] quotes for projects_quotes failed to load Tue Feb 14 11:52:10 2017 [3784][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:52:10 2017 [3784][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:52:10 2017 [3784][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 11:52:10 2017 [3784][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 12:07:05 2017 [4127][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 12:07:05 2017 [4127][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 12:07:05 2017 [4127][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 12:07:05 2017 [4127][id][ERROR] Unable to get proper side for link project_name_link Tue Feb 14 12:07:32 2017 [4122][id][FATAL] Query Failed: DESCRIBE versions: MySQL error 1146: Table 'crm.versions' doesn't exist Tue Feb 14 12:07:32 2017 [4122][id][FATAL] Query Failed: SHOW INDEX FROM versions: MySQL error 1146: Table 'crm.versions' doesn't exist Tue Feb 14 12:07:32 2017 [4122][id][FATAL] Query Failed: select * from versions: MySQL error 1146: Table 'crm.versions' doesn't exist` #### Context <!--- How has this bug affected you? What were you trying to accomplish? --> <!--- If you feel this should be a low/medium/high priority then please state so --> I would view this as a medium priority issue. Tasks can still be added via alternative means however this is a functionality issue that blatantly does not work for the end user. #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used: 7.8.0 Sugar Version 6.5.24 (Build 509) any theme. * Browser name and version: Chrome Version 56.0.2924.87 * Environment name and version (e.g. MySQL, PHP 7): PHP 7.0, MySQL 5.0.12 * Operating System and version (e.g Ubuntu 16.04): Ubuntu 16.04.1
non_defect
adding a project task from project module in gantt chart view hangs fails issue the project gantt chart view contains a button to add a new task to the project when clicked it opens up a add new task modal when the add button is clicked nothing appears to happen on the front end though web server cpu usage spikes significantly for a short period when a user clicks cancel in the add new task popup it displays a loading please wait message with a broken icon image and closes the window expected behavior when the add button is clicked the new task should be created and added to the project and the add task modal should close the gantt chart should be updated either via ajax if enabled or by page refresh actual behavior nothing happens when add is clicked no task is created or added to the project and the add task window remains open possible fix steps to reproduce create a project or navigate to an existing one in the project view click the actions dropdown and click view gantt click the add new task button and input the required fields for the task click add error log snippet created tue feb error loading relationship quotes tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to find relationship projects quotes tue feb quotes for projects quotes failed to load tue feb unable to find relationship projects quotes tue feb quotes for projects quotes failed to load tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb unable to get proper side for link project name link tue feb query failed describe versions mysql error table crm versions doesn t exist tue feb query failed show index from versions mysql error table crm versions doesn t exist tue feb query failed select from versions mysql error table crm versions doesn t exist context i would view this as a medium priority issue tasks can still be added via alternative means however this is a functionality issue that blatantly does not work for the end user your environment suitecrm version used sugar version build any theme browser name and version chrome version environment name and version e g mysql php php mysql operating system and version e g ubuntu ubuntu
0
584,477
17,456,007,630
IssuesEvent
2021-08-06 01:21:29
m3ntorship/pickify-frontend
https://api.github.com/repos/m3ntorship/pickify-frontend
opened
Clicking on Picikify logo
high priority
### Description - clicking on Pickify logo should redirect to the landing page.
1.0
Clicking on Picikify logo - ### Description - clicking on Pickify logo should redirect to the landing page.
non_defect
clicking on picikify logo description clicking on pickify logo should redirect to the landing page
0
38,095
8,659,487,214
IssuesEvent
2018-11-28 06:21:11
supertuxkart/stk-code
https://api.github.com/repos/supertuxkart/stk-code
opened
Nolok barely uses any item or nitro in the final race
C: Race Events C:AI P3: normal T: defect
I used the artist debug mode to switch kart view and watch what Nolok was doing while I was ahead. The free nitro and items he received were almost useless as he nearly didn't made use of it. This explains why this challenge is so easy.
1.0
Nolok barely uses any item or nitro in the final race - I used the artist debug mode to switch kart view and watch what Nolok was doing while I was ahead. The free nitro and items he received were almost useless as he nearly didn't made use of it. This explains why this challenge is so easy.
defect
nolok barely uses any item or nitro in the final race i used the artist debug mode to switch kart view and watch what nolok was doing while i was ahead the free nitro and items he received were almost useless as he nearly didn t made use of it this explains why this challenge is so easy
1
14,821
2,831,389,829
IssuesEvent
2015-05-24 15:54:40
nobodyguy/dslrdashboard
https://api.github.com/repos/nobodyguy/dslrdashboard
closed
Live View does not work with Nikon D4 and D800
auto-migrated Priority-Medium Type-Defect
``` 1. When the live view button is pressed the screen stays black and dslrdashboard does not react anymore. 2. When you activate live view after start up it works but does not react anymore after taking a picture Nexus 7 (2013) with Android 4.4, dslrdashboard 0.30.30, connection via USB ``` Original issue reported on code.google.com by `schuster...@gmail.com` on 22 Nov 2013 at 3:17
1.0
Live View does not work with Nikon D4 and D800 - ``` 1. When the live view button is pressed the screen stays black and dslrdashboard does not react anymore. 2. When you activate live view after start up it works but does not react anymore after taking a picture Nexus 7 (2013) with Android 4.4, dslrdashboard 0.30.30, connection via USB ``` Original issue reported on code.google.com by `schuster...@gmail.com` on 22 Nov 2013 at 3:17
defect
live view does not work with nikon and when the live view button is pressed the screen stays black and dslrdashboard does not react anymore when you activate live view after start up it works but does not react anymore after taking a picture nexus with android dslrdashboard connection via usb original issue reported on code google com by schuster gmail com on nov at
1
9,083
2,615,128,064
IssuesEvent
2015-03-01 05:57:17
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
closed
Resuming upload to google drive using MediaHttpUploader always failed
auto-migrated Component-Media Milestone-Version1.13.0 Priority-Medium Type-Defect
``` Version of google-api-java-client (e.g. 1.5.0-beta)? * 1.10.3-beta Java environment (e.g. Java 6, Android 2.3, App Engine)? * Android 4.0 , Java 6 Describe the problem. * Resuming upload to google drive using MediaHttpUploader always failed (500 internal server error) * Google Drive Team said one should uses "Content-Range: bytes /" header but MediaHttpUploader uses "Content-Range: bytes */2148165" like header. - http://stackoverflow.com/questions/11361129/while-resuming-upload-getting-the-size-of-data-that-had-been-uploaded-always-fa - com.google.api.client.googleapis.media.MediaHttpUpload - serverErrorCallback() ``` Original issue reported on code.google.com by `kiheung....@gmail.com` on 9 Jul 2012 at 2:17
1.0
Resuming upload to google drive using MediaHttpUploader always failed - ``` Version of google-api-java-client (e.g. 1.5.0-beta)? * 1.10.3-beta Java environment (e.g. Java 6, Android 2.3, App Engine)? * Android 4.0 , Java 6 Describe the problem. * Resuming upload to google drive using MediaHttpUploader always failed (500 internal server error) * Google Drive Team said one should uses "Content-Range: bytes /" header but MediaHttpUploader uses "Content-Range: bytes */2148165" like header. - http://stackoverflow.com/questions/11361129/while-resuming-upload-getting-the-size-of-data-that-had-been-uploaded-always-fa - com.google.api.client.googleapis.media.MediaHttpUpload - serverErrorCallback() ``` Original issue reported on code.google.com by `kiheung....@gmail.com` on 9 Jul 2012 at 2:17
defect
resuming upload to google drive using mediahttpuploader always failed version of google api java client e g beta beta java environment e g java android app engine android java describe the problem resuming upload to google drive using mediahttpuploader always failed internal server error google drive team said one should uses content range bytes header but mediahttpuploader uses content range bytes like header com google api client googleapis media mediahttpupload servererrorcallback original issue reported on code google com by kiheung gmail com on jul at
1
116,716
11,940,318,828
IssuesEvent
2020-04-02 16:31:10
mrlesmithjr/terraform-builder
https://api.github.com/repos/mrlesmithjr/terraform-builder
closed
Documentation clarity
documentation
Need to add some useful documentation to bring clarity to what we are trying to solve, etc.
1.0
Documentation clarity - Need to add some useful documentation to bring clarity to what we are trying to solve, etc.
non_defect
documentation clarity need to add some useful documentation to bring clarity to what we are trying to solve etc
0
7,183
2,610,356,360
IssuesEvent
2015-02-26 19:55:23
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
Question, hopefully not a problem, regarding SEO
auto-migrated Priority-Medium Type-Defect
``` What's the problem? I have a Wordpress blog and have been repeatedly cautioned not to use Word or other software to aid my blogging efforts due to additional coding that is added and inhibits search engines. Is there any possibility that using Scribefire with my Wordpress (Headway theme) blog could cause problems or slow my SEO? What browser are you using? Either Chrome or Safari What version of ScribeFire are you running? Just uploaded last week. ``` ----- Original issue reported on code.google.com by `ScottFar...@gmail.com` on 24 Oct 2011 at 5:27
1.0
Question, hopefully not a problem, regarding SEO - ``` What's the problem? I have a Wordpress blog and have been repeatedly cautioned not to use Word or other software to aid my blogging efforts due to additional coding that is added and inhibits search engines. Is there any possibility that using Scribefire with my Wordpress (Headway theme) blog could cause problems or slow my SEO? What browser are you using? Either Chrome or Safari What version of ScribeFire are you running? Just uploaded last week. ``` ----- Original issue reported on code.google.com by `ScottFar...@gmail.com` on 24 Oct 2011 at 5:27
defect
question hopefully not a problem regarding seo what s the problem i have a wordpress blog and have been repeatedly cautioned not to use word or other software to aid my blogging efforts due to additional coding that is added and inhibits search engines is there any possibility that using scribefire with my wordpress headway theme blog could cause problems or slow my seo what browser are you using either chrome or safari what version of scribefire are you running just uploaded last week original issue reported on code google com by scottfar gmail com on oct at
1
267,153
8,379,557,348
IssuesEvent
2018-10-07 03:40:14
facelessuser/Rummage
https://api.github.com/repos/facelessuser/Rummage
closed
Python encoding bug
Bug Priority - Low Severity - Minor
Our special handling of Python file encoding assumes old Python2 logic. In Python 2, the default encoding is assumed as ASCII, but in Python 3, the encoding is assumed to be UTF-8. As the old Python 2 encoding is compatible with the Python3 assumed default, we will use the Python3 assumption.
1.0
Python encoding bug - Our special handling of Python file encoding assumes old Python2 logic. In Python 2, the default encoding is assumed as ASCII, but in Python 3, the encoding is assumed to be UTF-8. As the old Python 2 encoding is compatible with the Python3 assumed default, we will use the Python3 assumption.
non_defect
python encoding bug our special handling of python file encoding assumes old logic in python the default encoding is assumed as ascii but in python the encoding is assumed to be utf as the old python encoding is compatible with the assumed default we will use the assumption
0
60,611
17,023,470,808
IssuesEvent
2021-07-03 02:11:56
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Cutting Track Caused Error and Loose Points
Component: potlatch (flash editor) Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 11.55pm, Friday, 28th August 2009]** While cleaning up track number 16843901 (a hiking trail in the Grand Canyon) I was going to break the track into two parts so I could more easily insert new points along a complicated section of switchbacks. When I hit "x" in Potlatch to break the way it gave me an error message about nodes not being present, but appeared to work anyway. I did a quick refresh by going to View mode, and then back to Edit mode and half of the track was missing, the only remnants being a string of loose, unconnected nodes from that way. I recovered an intact version of the way by reverting to an older version, but now there are hundreds of loose nodes in the map. Is there any automated way to delete these duplicate nodes?
1.0
Cutting Track Caused Error and Loose Points - **[Submitted to the original trac issue database at 11.55pm, Friday, 28th August 2009]** While cleaning up track number 16843901 (a hiking trail in the Grand Canyon) I was going to break the track into two parts so I could more easily insert new points along a complicated section of switchbacks. When I hit "x" in Potlatch to break the way it gave me an error message about nodes not being present, but appeared to work anyway. I did a quick refresh by going to View mode, and then back to Edit mode and half of the track was missing, the only remnants being a string of loose, unconnected nodes from that way. I recovered an intact version of the way by reverting to an older version, but now there are hundreds of loose nodes in the map. Is there any automated way to delete these duplicate nodes?
defect
cutting track caused error and loose points while cleaning up track number a hiking trail in the grand canyon i was going to break the track into two parts so i could more easily insert new points along a complicated section of switchbacks when i hit x in potlatch to break the way it gave me an error message about nodes not being present but appeared to work anyway i did a quick refresh by going to view mode and then back to edit mode and half of the track was missing the only remnants being a string of loose unconnected nodes from that way i recovered an intact version of the way by reverting to an older version but now there are hundreds of loose nodes in the map is there any automated way to delete these duplicate nodes
1
110,350
23,917,221,492
IssuesEvent
2022-09-09 13:44:10
unisonweb/unison
https://api.github.com/repos/unisonweb/unison
opened
dependencies output is way too verbose
codebase-manager dx
I'm in a project namespace that includes the distributed lib, and when I run `dependencies pure.run.impl`, it spits out a huge amount of text. The first 20 lines are this: ``` Dependencies of #bof559bdc0: Reference Name 1. ##Any base.releases.M2.Any 2. ##Any unison.public.base.releases.M2.Any 3. ##Any base.releases.M2f.Any 4. ##Any unison.public.base.releases.M2f.Any 5. ##Any base.releases.M2g.Any 6. ##Any unison.public.base.releases.M2g.Any 7. ##Any base.releases.M2h.Any 8. ##Any unison.public.base.releases.M2h.Any 9. ##Any base.releases.M2i.Any 10. ##Any unison.public.base.releases.M2i.Any 11. ##Any base.releases.M2j.Any 12. ##Any unison.public.base.releases.M2j.Any 13. ##Any base.releases.M2k.Any 14. ##Any unison.public.base.releases.M2k.Any 15. ##Any base.releases.M2l.Any 16. ##Any unison.public.base.releases.M2l.Any 17. ##Any base.releases.M3.Any 18. ##Any unison.public.base.releases.M3.Any 19. ##Any base.releases.M4.Any 20. ##Any unison.public.base.releases.M4.Any ``` Lines 1 to 258 are all the `##Any` type. Lines 259 to 518 are `##Boolean`, and so on. This makes the output way too verbose to be very helpful. I think that each type/term should only show up on a single line; just pick the best name for it. I also think that the output should be scoped to the current namespace. The output could just include a warning that these are only the results from the current namespace so you might want to `cd .` if you want all dependencies.
1.0
dependencies output is way too verbose - I'm in a project namespace that includes the distributed lib, and when I run `dependencies pure.run.impl`, it spits out a huge amount of text. The first 20 lines are this: ``` Dependencies of #bof559bdc0: Reference Name 1. ##Any base.releases.M2.Any 2. ##Any unison.public.base.releases.M2.Any 3. ##Any base.releases.M2f.Any 4. ##Any unison.public.base.releases.M2f.Any 5. ##Any base.releases.M2g.Any 6. ##Any unison.public.base.releases.M2g.Any 7. ##Any base.releases.M2h.Any 8. ##Any unison.public.base.releases.M2h.Any 9. ##Any base.releases.M2i.Any 10. ##Any unison.public.base.releases.M2i.Any 11. ##Any base.releases.M2j.Any 12. ##Any unison.public.base.releases.M2j.Any 13. ##Any base.releases.M2k.Any 14. ##Any unison.public.base.releases.M2k.Any 15. ##Any base.releases.M2l.Any 16. ##Any unison.public.base.releases.M2l.Any 17. ##Any base.releases.M3.Any 18. ##Any unison.public.base.releases.M3.Any 19. ##Any base.releases.M4.Any 20. ##Any unison.public.base.releases.M4.Any ``` Lines 1 to 258 are all the `##Any` type. Lines 259 to 518 are `##Boolean`, and so on. This makes the output way too verbose to be very helpful. I think that each type/term should only show up on a single line; just pick the best name for it. I also think that the output should be scoped to the current namespace. The output could just include a warning that these are only the results from the current namespace so you might want to `cd .` if you want all dependencies.
non_defect
dependencies output is way too verbose i m in a project namespace that includes the distributed lib and when i run dependencies pure run impl it spits out a huge amount of text the first lines are this dependencies of reference name any base releases any any unison public base releases any any base releases any any unison public base releases any any base releases any any unison public base releases any any base releases any any unison public base releases any any base releases any any unison public base releases any any base releases any any unison public base releases any any base releases any any unison public base releases any any base releases any any unison public base releases any any base releases any any unison public base releases any any base releases any any unison public base releases any lines to are all the any type lines to are boolean and so on this makes the output way too verbose to be very helpful i think that each type term should only show up on a single line just pick the best name for it i also think that the output should be scoped to the current namespace the output could just include a warning that these are only the results from the current namespace so you might want to cd if you want all dependencies
0
439,836
12,687,783,172
IssuesEvent
2020-06-20 18:20:54
bluek8s/kubedirector
https://api.github.com/repos/bluek8s/kubedirector
closed
command exec in pod hanging (on completion?)
Priority: High Project: Cluster Reconcile Type: Bug
I've noticed this recently when trying to set up a CDH cluster with persistent storage on GKE 1.13 or 1.14 clusters: When a cluster CR handler gets to the point where it wants to read /opt/guestconfig/configure.status inside the controller pod container, it reliably (maybe even always) hangs forever because it doesn't return from calling exec.Stream at the end of ExecCommand. If I then manually do a "kubectl exec -it bash" to get into that container and have a look around, that works, but also hangs forever when I exit the shell and doesn't return from the kubectl command. (If running verbose with something like kubectl -v 10, it still doesn't show anything else going on at that point.) So I think there is something broadly going on with command exec flow within the K8s cluster services, and not something specific to KubeDirector. Some observations about when this does or doesn't happen: * It only seems to happen when executing a command into the controller pod. Some commands were previously successfully executed in that pod. * I don't see the problem when deploying the same cluster CR into GKE 1.12. * I don't see the problem when deploying the CR for a persistent Spark cluster. I'd like this to be investigated more. Although it doesn't specifically seem to be a KD issue, maybe we are doing something that exacerbates it. Or maybe we can work around it. Do we need to document it? It does seem like we need to revisit issue #55 more. We had PR #78 take a whack at it but that was not completely satisfying so wasn't merged. We need to have some sort of solution because once a handler is permanently blocked for a CR, no more updates can get processed for that CR, not even deletion and removing the finalizer.
1.0
command exec in pod hanging (on completion?) - I've noticed this recently when trying to set up a CDH cluster with persistent storage on GKE 1.13 or 1.14 clusters: When a cluster CR handler gets to the point where it wants to read /opt/guestconfig/configure.status inside the controller pod container, it reliably (maybe even always) hangs forever because it doesn't return from calling exec.Stream at the end of ExecCommand. If I then manually do a "kubectl exec -it bash" to get into that container and have a look around, that works, but also hangs forever when I exit the shell and doesn't return from the kubectl command. (If running verbose with something like kubectl -v 10, it still doesn't show anything else going on at that point.) So I think there is something broadly going on with command exec flow within the K8s cluster services, and not something specific to KubeDirector. Some observations about when this does or doesn't happen: * It only seems to happen when executing a command into the controller pod. Some commands were previously successfully executed in that pod. * I don't see the problem when deploying the same cluster CR into GKE 1.12. * I don't see the problem when deploying the CR for a persistent Spark cluster. I'd like this to be investigated more. Although it doesn't specifically seem to be a KD issue, maybe we are doing something that exacerbates it. Or maybe we can work around it. Do we need to document it? It does seem like we need to revisit issue #55 more. We had PR #78 take a whack at it but that was not completely satisfying so wasn't merged. We need to have some sort of solution because once a handler is permanently blocked for a CR, no more updates can get processed for that CR, not even deletion and removing the finalizer.
non_defect
command exec in pod hanging on completion i ve noticed this recently when trying to set up a cdh cluster with persistent storage on gke or clusters when a cluster cr handler gets to the point where it wants to read opt guestconfig configure status inside the controller pod container it reliably maybe even always hangs forever because it doesn t return from calling exec stream at the end of execcommand if i then manually do a kubectl exec it bash to get into that container and have a look around that works but also hangs forever when i exit the shell and doesn t return from the kubectl command if running verbose with something like kubectl v it still doesn t show anything else going on at that point so i think there is something broadly going on with command exec flow within the cluster services and not something specific to kubedirector some observations about when this does or doesn t happen it only seems to happen when executing a command into the controller pod some commands were previously successfully executed in that pod i don t see the problem when deploying the same cluster cr into gke i don t see the problem when deploying the cr for a persistent spark cluster i d like this to be investigated more although it doesn t specifically seem to be a kd issue maybe we are doing something that exacerbates it or maybe we can work around it do we need to document it it does seem like we need to revisit issue more we had pr take a whack at it but that was not completely satisfying so wasn t merged we need to have some sort of solution because once a handler is permanently blocked for a cr no more updates can get processed for that cr not even deletion and removing the finalizer
0
106,229
13,256,731,329
IssuesEvent
2020-08-20 13:08:25
PublicMapping/districtbuilder
https://api.github.com/repos/PublicMapping/districtbuilder
closed
Style pass: map editor
design
### Description Style cleanup on the map editing view. ### Design assets - All: https://share.goabstract.com/ec86cc99-8ce1-4936-851c-4d78b429d1a6?sha=a408aeb9a005792b7061a451337c3a93a62c95c9
1.0
Style pass: map editor - ### Description Style cleanup on the map editing view. ### Design assets - All: https://share.goabstract.com/ec86cc99-8ce1-4936-851c-4d78b429d1a6?sha=a408aeb9a005792b7061a451337c3a93a62c95c9
non_defect
style pass map editor description style cleanup on the map editing view design assets all
0
207,449
23,450,053,714
IssuesEvent
2022-08-16 01:06:08
nanopathi/system_bt_AOSP10_r33_CVE-2021-0522
https://api.github.com/repos/nanopathi/system_bt_AOSP10_r33_CVE-2021-0522
reopened
CVE-2020-0196 (Medium) detected in https://source.codeaurora.org/external/imx/aosp/platform/system/bt/android-10.0.0_r33
security vulnerability
## CVE-2020-0196 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https://source.codeaurora.org/external/imx/aosp/platform/system/bt/android-10.0.0_r33</b></p></summary> <p> <p>AOSP Platform System bt</p> <p>Library home page: <a href=https://source.codeaurora.org/external/imx/aosp/platform/system/bt/>https://source.codeaurora.org/external/imx/aosp/platform/system/bt/</a></p> <p>Found in HEAD commit: <a href="https://github.com/nanopathi/system_bt_AOSP10_r33_CVE-2021-0522/commit/4f42a84fe2cb3c64302354c9278d446ed65c76f5">4f42a84fe2cb3c64302354c9278d446ed65c76f5</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/profile/avrcp/device.cc</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In RegisterNotificationResponse::GetEvent of register_notification_packet.cc, there is a possible abort due to improper input validation. This could lead to remote denial of service of the Bluetooth service, over Bluetooth, with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10Android ID: A-144066833 <p>Publish Date: 2020-06-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-0196>CVE-2020-0196</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: Adjacent - 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0196">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0196</a></p> <p>Release Date: 2020-06-11</p> <p>Fix Resolution: android-10.0.0_r37</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-0196 (Medium) detected in https://source.codeaurora.org/external/imx/aosp/platform/system/bt/android-10.0.0_r33 - ## CVE-2020-0196 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https://source.codeaurora.org/external/imx/aosp/platform/system/bt/android-10.0.0_r33</b></p></summary> <p> <p>AOSP Platform System bt</p> <p>Library home page: <a href=https://source.codeaurora.org/external/imx/aosp/platform/system/bt/>https://source.codeaurora.org/external/imx/aosp/platform/system/bt/</a></p> <p>Found in HEAD commit: <a href="https://github.com/nanopathi/system_bt_AOSP10_r33_CVE-2021-0522/commit/4f42a84fe2cb3c64302354c9278d446ed65c76f5">4f42a84fe2cb3c64302354c9278d446ed65c76f5</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/profile/avrcp/device.cc</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In RegisterNotificationResponse::GetEvent of register_notification_packet.cc, there is a possible abort due to improper input validation. This could lead to remote denial of service of the Bluetooth service, over Bluetooth, with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10Android ID: A-144066833 <p>Publish Date: 2020-06-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-0196>CVE-2020-0196</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: Adjacent - 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0196">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0196</a></p> <p>Release Date: 2020-06-11</p> <p>Fix Resolution: android-10.0.0_r37</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in cve medium severity vulnerability vulnerable library aosp platform system bt library home page a href found in head commit a href found in base branch master vulnerable source files profile avrcp device cc vulnerability details in registernotificationresponse getevent of register notification packet cc there is a possible abort due to improper input validation this could lead to remote denial of service of the bluetooth service over bluetooth with no additional execution privileges needed user interaction is not needed for exploitation product androidversions android id a publish date url a href cvss score details base score metrics exploitability metrics attack vector adjacent 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 android step up your open source security game with mend
0
3,459
2,610,063,139
IssuesEvent
2015-02-26 18:18:34
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 7:47
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 7:47
defect
黄岩治不育哪里效果最好 黄岩治不育哪里效果最好【台州五洲生殖医院】 询热线 微信号tzwzszyy 医院地址 台州 (枫南大转盘旁)乘车线路 、 � �� 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
13,615
8,616,223,058
IssuesEvent
2018-11-19 23:12:50
geneontology/go-site
https://api.github.com/repos/geneontology/go-site
closed
GO-CAM to gaf/gpad should collate by MOD and only include production models; also need SynGO solution
bug (B: affects usability)
https://build.berkeleybop.org/job/export-lego-to-gpad-sparql/ has individual files per model, we should collate these by the MOD @balhoff has a smarter way to do this but as a stopgap we can have a quick script that collates by col1.
True
GO-CAM to gaf/gpad should collate by MOD and only include production models; also need SynGO solution - https://build.berkeleybop.org/job/export-lego-to-gpad-sparql/ has individual files per model, we should collate these by the MOD @balhoff has a smarter way to do this but as a stopgap we can have a quick script that collates by col1.
non_defect
go cam to gaf gpad should collate by mod and only include production models also need syngo solution has individual files per model we should collate these by the mod balhoff has a smarter way to do this but as a stopgap we can have a quick script that collates by
0
37,944
8,589,870,461
IssuesEvent
2018-11-14 17:30:02
catmaid/CATMAID
https://api.github.com/repos/catmaid/CATMAID
opened
Slider controls jitter blue progress bar/dots width when moving quickly
difficulty: low priority: low type: defect
Most obvious by going into a stack and browsing with shift + ctrl. Lowest of the low priorities.
1.0
Slider controls jitter blue progress bar/dots width when moving quickly - Most obvious by going into a stack and browsing with shift + ctrl. Lowest of the low priorities.
defect
slider controls jitter blue progress bar dots width when moving quickly most obvious by going into a stack and browsing with shift ctrl lowest of the low priorities
1
58,411
16,529,248,864
IssuesEvent
2021-05-27 02:10:26
puppetlabs/r10k
https://api.github.com/repos/puppetlabs/r10k
closed
Deploying a single environment also runs purging
[subsystem] deployment [type] defect ready stale
With the revamped deploy logic, running `r10k deploy environment -p envname` purges all environments before deploying the given environment(s). This doesn't seem like desirable behavior to default to; more fine grained handling of purging needs to be worked out.
1.0
Deploying a single environment also runs purging - With the revamped deploy logic, running `r10k deploy environment -p envname` purges all environments before deploying the given environment(s). This doesn't seem like desirable behavior to default to; more fine grained handling of purging needs to be worked out.
defect
deploying a single environment also runs purging with the revamped deploy logic running deploy environment p envname purges all environments before deploying the given environment s this doesn t seem like desirable behavior to default to more fine grained handling of purging needs to be worked out
1
73,630
24,726,910,227
IssuesEvent
2022-10-20 14:38:54
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Cannot pass null values as arguments for associative arrays
T: Defect C: Functionality C: DB: Oracle P: Medium R: Fixed E: Professional Edition E: Enterprise Edition
A procedure accepting associative array types should accept `null` arguments. Currently, this isn't possible: ``` java.lang.ClassCastException: class org.jooq.impl.Val cannot be cast to class org.jooq.impl.AssociativeArrayConstant (org.jooq.impl.Val and org.jooq.impl.AssociativeArrayConstant are in unnamed module of loader 'app') at org.jooq_3.18.0-SNAPSHOT.ORACLE21C.debug(Unknown Source) ~[?:?] at org.jooq.impl.AbstractRoutine.bind1(AbstractRoutine.java:715) ~[classes/:?] at org.jooq.impl.AbstractRoutine.bind0(AbstractRoutine.java:668) ~[classes/:?] at org.jooq.impl.AbstractRoutine.accept(AbstractRoutine.java:618) ~[classes/:?] at org.jooq.impl.AbstractBindContext.bindInternal(AbstractBindContext.java:258) ~[classes/:?] at org.jooq.impl.AbstractBindContext.visit0(AbstractBindContext.java:68) ~[classes/:?] at org.jooq.impl.AbstractContext.visit(AbstractContext.java:346) ~[classes/:?] at org.jooq.impl.AbstractRoutine.executeCallableStatement(AbstractRoutine.java:555) ~[classes/:?] at org.jooq.impl.AbstractRoutine.execute(AbstractRoutine.java:392) ~[classes/:?] at org.jooq.impl.Tools.attach(Tools.java:1581) ~[classes/:?] at org.jooq.impl.AbstractRoutine.execute(AbstractRoutine.java:372) ~[classes/:?] at org.jooq.test.oracle.generatedclasses.test.packages.Srb.abc(Srb.java:48) ~[test-classes/:?] at org.jooq.testscripts.JDBC.main(JDBC.java:81) ~[test-classes/:?] Exception in thread "main" java.lang.ClassCastException: class org.jooq.impl.Val cannot be cast to class org.jooq.impl.AssociativeArrayConstant (org.jooq.impl.Val and org.jooq.impl.AssociativeArrayConstant are in unnamed module of loader 'app') at org.jooq_3.18.0-SNAPSHOT.ORACLE21C.debug(Unknown Source) at org.jooq.impl.AbstractRoutine.bind1(AbstractRoutine.java:715) at org.jooq.impl.AbstractRoutine.bind0(AbstractRoutine.java:668) at org.jooq.impl.AbstractRoutine.accept(AbstractRoutine.java:618) at org.jooq.impl.AbstractBindContext.bindInternal(AbstractBindContext.java:258) at org.jooq.impl.AbstractBindContext.visit0(AbstractBindContext.java:68) at org.jooq.impl.AbstractContext.visit(AbstractContext.java:346) at org.jooq.impl.AbstractRoutine.executeCallableStatement(AbstractRoutine.java:555) at org.jooq.impl.AbstractRoutine.execute(AbstractRoutine.java:392) at org.jooq.impl.Tools.attach(Tools.java:1581) at org.jooq.impl.AbstractRoutine.execute(AbstractRoutine.java:372) at org.jooq.test.oracle.generatedclasses.test.packages.Srb.abc(Srb.java:48) at org.jooq.testscripts.JDBC.main(JDBC.java:81) ``` It's not possible in PL/SQL either: ```sql DECLARE TYPE t IS TABLE OF NUMBER INDEX BY PLS_INTEGER; PROCEDURE p (i t) IS BEGIN dbms_output.put_line(i.count); END; BEGIN p(null); END; ``` Producing: ``` SQL Error [6550] [65000]: ORA-06550: line 5, column 5: PLS-00567: cannot pass NULL to a NOT NULL constrained formal parameter ORA-06550: line 5, column 3: PL/SQL: Statement ignored ``` This works: ```sql DECLARE TYPE t IS TABLE OF NUMBER INDEX BY PLS_INTEGER; PROCEDURE p (i t) IS BEGIN dbms_output.put_line(i.count); END; BEGIN p(CAST(null as t)); END; ``` But that's just the same as passing an empty table: ```sql DECLARE TYPE t IS TABLE OF NUMBER INDEX BY PLS_INTEGER; PROCEDURE p (i t) IS BEGIN dbms_output.put_line(i.count); END; BEGIN p(t()); END; ``` Perhaps, we should patch the argument to become an empty table, although, I'm not entirely convinced this is the right approach as I might be overlooking an edge case where `NULL` and `T()` are not the same thing.
1.0
Cannot pass null values as arguments for associative arrays - A procedure accepting associative array types should accept `null` arguments. Currently, this isn't possible: ``` java.lang.ClassCastException: class org.jooq.impl.Val cannot be cast to class org.jooq.impl.AssociativeArrayConstant (org.jooq.impl.Val and org.jooq.impl.AssociativeArrayConstant are in unnamed module of loader 'app') at org.jooq_3.18.0-SNAPSHOT.ORACLE21C.debug(Unknown Source) ~[?:?] at org.jooq.impl.AbstractRoutine.bind1(AbstractRoutine.java:715) ~[classes/:?] at org.jooq.impl.AbstractRoutine.bind0(AbstractRoutine.java:668) ~[classes/:?] at org.jooq.impl.AbstractRoutine.accept(AbstractRoutine.java:618) ~[classes/:?] at org.jooq.impl.AbstractBindContext.bindInternal(AbstractBindContext.java:258) ~[classes/:?] at org.jooq.impl.AbstractBindContext.visit0(AbstractBindContext.java:68) ~[classes/:?] at org.jooq.impl.AbstractContext.visit(AbstractContext.java:346) ~[classes/:?] at org.jooq.impl.AbstractRoutine.executeCallableStatement(AbstractRoutine.java:555) ~[classes/:?] at org.jooq.impl.AbstractRoutine.execute(AbstractRoutine.java:392) ~[classes/:?] at org.jooq.impl.Tools.attach(Tools.java:1581) ~[classes/:?] at org.jooq.impl.AbstractRoutine.execute(AbstractRoutine.java:372) ~[classes/:?] at org.jooq.test.oracle.generatedclasses.test.packages.Srb.abc(Srb.java:48) ~[test-classes/:?] at org.jooq.testscripts.JDBC.main(JDBC.java:81) ~[test-classes/:?] Exception in thread "main" java.lang.ClassCastException: class org.jooq.impl.Val cannot be cast to class org.jooq.impl.AssociativeArrayConstant (org.jooq.impl.Val and org.jooq.impl.AssociativeArrayConstant are in unnamed module of loader 'app') at org.jooq_3.18.0-SNAPSHOT.ORACLE21C.debug(Unknown Source) at org.jooq.impl.AbstractRoutine.bind1(AbstractRoutine.java:715) at org.jooq.impl.AbstractRoutine.bind0(AbstractRoutine.java:668) at org.jooq.impl.AbstractRoutine.accept(AbstractRoutine.java:618) at org.jooq.impl.AbstractBindContext.bindInternal(AbstractBindContext.java:258) at org.jooq.impl.AbstractBindContext.visit0(AbstractBindContext.java:68) at org.jooq.impl.AbstractContext.visit(AbstractContext.java:346) at org.jooq.impl.AbstractRoutine.executeCallableStatement(AbstractRoutine.java:555) at org.jooq.impl.AbstractRoutine.execute(AbstractRoutine.java:392) at org.jooq.impl.Tools.attach(Tools.java:1581) at org.jooq.impl.AbstractRoutine.execute(AbstractRoutine.java:372) at org.jooq.test.oracle.generatedclasses.test.packages.Srb.abc(Srb.java:48) at org.jooq.testscripts.JDBC.main(JDBC.java:81) ``` It's not possible in PL/SQL either: ```sql DECLARE TYPE t IS TABLE OF NUMBER INDEX BY PLS_INTEGER; PROCEDURE p (i t) IS BEGIN dbms_output.put_line(i.count); END; BEGIN p(null); END; ``` Producing: ``` SQL Error [6550] [65000]: ORA-06550: line 5, column 5: PLS-00567: cannot pass NULL to a NOT NULL constrained formal parameter ORA-06550: line 5, column 3: PL/SQL: Statement ignored ``` This works: ```sql DECLARE TYPE t IS TABLE OF NUMBER INDEX BY PLS_INTEGER; PROCEDURE p (i t) IS BEGIN dbms_output.put_line(i.count); END; BEGIN p(CAST(null as t)); END; ``` But that's just the same as passing an empty table: ```sql DECLARE TYPE t IS TABLE OF NUMBER INDEX BY PLS_INTEGER; PROCEDURE p (i t) IS BEGIN dbms_output.put_line(i.count); END; BEGIN p(t()); END; ``` Perhaps, we should patch the argument to become an empty table, although, I'm not entirely convinced this is the right approach as I might be overlooking an edge case where `NULL` and `T()` are not the same thing.
defect
cannot pass null values as arguments for associative arrays a procedure accepting associative array types should accept null arguments currently this isn t possible java lang classcastexception class org jooq impl val cannot be cast to class org jooq impl associativearrayconstant org jooq impl val and org jooq impl associativearrayconstant are in unnamed module of loader app at org jooq snapshot debug unknown source at org jooq impl abstractroutine abstractroutine java at org jooq impl abstractroutine abstractroutine java at org jooq impl abstractroutine accept abstractroutine java at org jooq impl abstractbindcontext bindinternal abstractbindcontext java at org jooq impl abstractbindcontext abstractbindcontext java at org jooq impl abstractcontext visit abstractcontext java at org jooq impl abstractroutine executecallablestatement abstractroutine java at org jooq impl abstractroutine execute abstractroutine java at org jooq impl tools attach tools java at org jooq impl abstractroutine execute abstractroutine java at org jooq test oracle generatedclasses test packages srb abc srb java at org jooq testscripts jdbc main jdbc java exception in thread main java lang classcastexception class org jooq impl val cannot be cast to class org jooq impl associativearrayconstant org jooq impl val and org jooq impl associativearrayconstant are in unnamed module of loader app at org jooq snapshot debug unknown source at org jooq impl abstractroutine abstractroutine java at org jooq impl abstractroutine abstractroutine java at org jooq impl abstractroutine accept abstractroutine java at org jooq impl abstractbindcontext bindinternal abstractbindcontext java at org jooq impl abstractbindcontext abstractbindcontext java at org jooq impl abstractcontext visit abstractcontext java at org jooq impl abstractroutine executecallablestatement abstractroutine java at org jooq impl abstractroutine execute abstractroutine java at org jooq impl tools attach tools java at org jooq impl abstractroutine execute abstractroutine java at org jooq test oracle generatedclasses test packages srb abc srb java at org jooq testscripts jdbc main jdbc java it s not possible in pl sql either sql declare type t is table of number index by pls integer procedure p i t is begin dbms output put line i count end begin p null end producing sql error ora line column pls cannot pass null to a not null constrained formal parameter ora line column pl sql statement ignored this works sql declare type t is table of number index by pls integer procedure p i t is begin dbms output put line i count end begin p cast null as t end but that s just the same as passing an empty table sql declare type t is table of number index by pls integer procedure p i t is begin dbms output put line i count end begin p t end perhaps we should patch the argument to become an empty table although i m not entirely convinced this is the right approach as i might be overlooking an edge case where null and t are not the same thing
1
114,400
9,702,999,316
IssuesEvent
2019-05-27 10:08:50
DivanteLtd/vue-storefront
https://api.github.com/repos/DivanteLtd/vue-storefront
closed
The ability to return to the search results from the product page
P4: Nice to have QA - Ready for tests feature request vs-hackathon
## What is the motivation for adding / enhancing this feature? <!-- Describe the motivation or the concrete use case for new feature or why one of current ones should be enhanced. --> Currently, using the search function may be impractical: -> customer searches for products that interest him -> filters them as needed -> browses the list of results -> wants to view the details of one of the products and goes to the product page -> tries to return to the search results by clicking on the arrow -> **is moved to the home page.** **The customer should be able to return to the search results so that he can continue to browse them.** This feature will particularly change the user's experience **on the mobile version**, where the search results look like a separate page and going to the product page does not suggest losing them. ![Peek 2019-04-24 13-48](https://user-images.githubusercontent.com/49188852/56657210-bb4d2200-6697-11e9-8f5d-5f92b5a4d127.gif) ## What are the acceptance criteria <!-- List the acceptance criteria for this task in a form of a list. --> - [ ] After going to the product page, the customer can return to the search results so he can continue to browse them. ## Can you complete this feature request by yourself? - [ ] YES - [x] NO ## Which [Release Cycle](https://docs.vuestorefront.io/guide/basics/release-cycle.html) state this refers to? Info for developer. Pick one option. - [x] This is a normal feature request. This should be available on https://test.storefrontcloud.io and then after tests this can be added to next Vue Storefront version. In this case Developer should create branch from `develop` branch and create Pull Request `2. Feature / Improvement` back to `develop`. - [ ] (**Pick this option only if you're sure**) This is an important improvement request for current Release Candidate version on https://next.storefrontcloud.io and should be placed in next RC version. In this case Developer should create branch from `release` branch and create Pull Request `3. Stabilisation fix` back to `release`. - [ ] (**Pick this option only if you're sure**) This is a critical improvement request for current Stable version on https://demo.storefrontcloud.io and should be placed in next stable version. In this case Developer should create branch from `hotfix` or `master` branch and create Pull Request `4. Hotfix` back to `hotfix`.
1.0
The ability to return to the search results from the product page - ## What is the motivation for adding / enhancing this feature? <!-- Describe the motivation or the concrete use case for new feature or why one of current ones should be enhanced. --> Currently, using the search function may be impractical: -> customer searches for products that interest him -> filters them as needed -> browses the list of results -> wants to view the details of one of the products and goes to the product page -> tries to return to the search results by clicking on the arrow -> **is moved to the home page.** **The customer should be able to return to the search results so that he can continue to browse them.** This feature will particularly change the user's experience **on the mobile version**, where the search results look like a separate page and going to the product page does not suggest losing them. ![Peek 2019-04-24 13-48](https://user-images.githubusercontent.com/49188852/56657210-bb4d2200-6697-11e9-8f5d-5f92b5a4d127.gif) ## What are the acceptance criteria <!-- List the acceptance criteria for this task in a form of a list. --> - [ ] After going to the product page, the customer can return to the search results so he can continue to browse them. ## Can you complete this feature request by yourself? - [ ] YES - [x] NO ## Which [Release Cycle](https://docs.vuestorefront.io/guide/basics/release-cycle.html) state this refers to? Info for developer. Pick one option. - [x] This is a normal feature request. This should be available on https://test.storefrontcloud.io and then after tests this can be added to next Vue Storefront version. In this case Developer should create branch from `develop` branch and create Pull Request `2. Feature / Improvement` back to `develop`. - [ ] (**Pick this option only if you're sure**) This is an important improvement request for current Release Candidate version on https://next.storefrontcloud.io and should be placed in next RC version. In this case Developer should create branch from `release` branch and create Pull Request `3. Stabilisation fix` back to `release`. - [ ] (**Pick this option only if you're sure**) This is a critical improvement request for current Stable version on https://demo.storefrontcloud.io and should be placed in next stable version. In this case Developer should create branch from `hotfix` or `master` branch and create Pull Request `4. Hotfix` back to `hotfix`.
non_defect
the ability to return to the search results from the product page what is the motivation for adding enhancing this feature currently using the search function may be impractical customer searches for products that interest him filters them as needed browses the list of results wants to view the details of one of the products and goes to the product page tries to return to the search results by clicking on the arrow is moved to the home page the customer should be able to return to the search results so that he can continue to browse them this feature will particularly change the user s experience on the mobile version where the search results look like a separate page and going to the product page does not suggest losing them what are the acceptance criteria after going to the product page the customer can return to the search results so he can continue to browse them can you complete this feature request by yourself yes no which state this refers to info for developer pick one option this is a normal feature request this should be available on and then after tests this can be added to next vue storefront version in this case developer should create branch from develop branch and create pull request feature improvement back to develop pick this option only if you re sure this is an important improvement request for current release candidate version on and should be placed in next rc version in this case developer should create branch from release branch and create pull request stabilisation fix back to release pick this option only if you re sure this is a critical improvement request for current stable version on and should be placed in next stable version in this case developer should create branch from hotfix or master branch and create pull request hotfix back to hotfix
0
541,865
15,835,132,372
IssuesEvent
2021-04-06 17:40:09
python-discord/quackstack
https://api.github.com/repos/python-discord/quackstack
closed
API: Retrieve a random ducky with optional seed.
area: back-end priority: critical type: feature
This is our mvp. Basically, we'll just move the code from https://ducks.vcokltf.re/duck/yournamehere, where this is already a solved problem. However, before we can do this, we need to make the assets available, so this is blocked by #2
1.0
API: Retrieve a random ducky with optional seed. - This is our mvp. Basically, we'll just move the code from https://ducks.vcokltf.re/duck/yournamehere, where this is already a solved problem. However, before we can do this, we need to make the assets available, so this is blocked by #2
non_defect
api retrieve a random ducky with optional seed this is our mvp basically we ll just move the code from where this is already a solved problem however before we can do this we need to make the assets available so this is blocked by
0
45,827
13,055,753,569
IssuesEvent
2020-07-30 02:38:05
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
rightclick to configure broken on osx (Trac #103)
Incomplete Migration Migrated from Trac defect glshovel
Migrated from https://code.icecube.wisc.edu/ticket/103 ```json { "status": "closed", "changetime": "2007-11-11T03:42:18", "description": "", "reporter": "troy", "cc": "", "resolution": "duplicate", "_ts": "1194752538000000", "component": "glshovel", "summary": "rightclick to configure broken on osx", "priority": "normal", "keywords": "", "time": "2007-08-29T06:33:49", "milestone": "", "owner": "troy", "type": "defect" } ```
1.0
rightclick to configure broken on osx (Trac #103) - Migrated from https://code.icecube.wisc.edu/ticket/103 ```json { "status": "closed", "changetime": "2007-11-11T03:42:18", "description": "", "reporter": "troy", "cc": "", "resolution": "duplicate", "_ts": "1194752538000000", "component": "glshovel", "summary": "rightclick to configure broken on osx", "priority": "normal", "keywords": "", "time": "2007-08-29T06:33:49", "milestone": "", "owner": "troy", "type": "defect" } ```
defect
rightclick to configure broken on osx trac migrated from json status closed changetime description reporter troy cc resolution duplicate ts component glshovel summary rightclick to configure broken on osx priority normal keywords time milestone owner troy type defect
1
58,767
16,750,584,613
IssuesEvent
2021-06-11 22:20:32
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Scrolling away from permalinked message clears reply
T-Defect
A consequence of matrix-org/matrix-react-sdk#5823 is that if you click on a permalink, try to reply to a message, and then scroll away from the permalinked message, the message you were replying to is cleared from the composer.
1.0
Scrolling away from permalinked message clears reply - A consequence of matrix-org/matrix-react-sdk#5823 is that if you click on a permalink, try to reply to a message, and then scroll away from the permalinked message, the message you were replying to is cleared from the composer.
defect
scrolling away from permalinked message clears reply a consequence of matrix org matrix react sdk is that if you click on a permalink try to reply to a message and then scroll away from the permalinked message the message you were replying to is cleared from the composer
1
92,249
11,616,008,931
IssuesEvent
2020-02-26 15:04:11
GCTC-NTGC/TalentCloud
https://api.github.com/repos/GCTC-NTGC/TalentCloud
closed
[Design] - Managers, HR / Job Summary
Design Epic
# Design Goal **Please explain the primary goals of this design work.** Page for each individual Job Process. With an overview of where the process is at. What are the next steps, and links to view each individual section within the job process. Originally we intended to have a job index and then subsequent actions/tools for that job, but it's now apparent that we need a job summary page proper to house things like actions, status, tools, comments, documents, etc. This UI will function as home for each job for the Hiring Manager and HR Adviser roles. # Research **Please list/link to all research performed for or referenced in this design work. This can include research you've done in the past. Include research relevant to insights from team members as well. Don't be afraid to ask for references or documents! This section should also incorporate data collected from user testing.** ## Conversation w/ @laurenoncoffee @nicolsonaitken @Jerryescandon @JasmitaChawla @joshdrink @gobyrne - The job summary should indicate the job action's current status, link to all tools available to that action (e.g. builder, screening plan, ROD, etc.), show a link to a summary view of applicant assessment records, show a list of applicants who are still in consideration, and finally a list of applicants who are no longer being considered. ## Assumptions **Please list all assumptions made during your design work. This should include behavioural assumptions made by the team that have no direct research references.** - Assumption 01 - etc. # Important Notes / Copy **This is a space to include important notes for other team members, including things like key copy, questions that need to be asked at a later date, etc.** @tristan-orourke it would be super awesome if we could hide "activity" by default, but show comments that are new since you last viewed the job... not sure how complicated that is. That way, when you return to a job view, all the activity history is hidden except the stuff that's new. Applicant filters should apply to progress, not applicant type/etc. # Wireframes / Images ## Version 1 ![job-summary-0](https://user-images.githubusercontent.com/6960386/67312706-c6aaca00-f4cf-11e9-8088-e53d75c72466.png) ## Version 2 - https://xd.adobe.com/view/e79e0e9e-d1ae-4b0c-749d-9436424f1ae7-91af/?fullscreen ## Version 3 - https://xd.adobe.com/view/3d2cfadf-d5ed-46f8-4f5f-94a6df0b7e14-4b1d/?fullscreen ## Version 4 - adds centralized applicant dashboard that indicates overall progress - note that "top candidate" should be plural (top candidates) on the wireframe - a number will have to be decided for this - **I forgot to add a central job action history to this page - it should be a filterable list of all comments... not sure on best location yet** ![job-summary-sketch](https://user-images.githubusercontent.com/6960386/67295622-6575fd00-f4b5-11e9-8af2-8423436c1e57.jpg) ## Version 5 - adds a sidebar for glanceability and easy section navigation - adds activity (commenting) - makes certain sections hide/showable to reduce page length - adds priority/veteran status (special considerations on applicant element) ![job-summary-2-sketch](https://user-images.githubusercontent.com/6960386/67305811-f5bb3e80-f4c3-11e9-841f-8b1efe880516.jpg) ## MVP for Development Sprint -[Summary] (https://xd.adobe.com/view/d8f66788-4dab-4ed4-5ee7-a0982b359beb-aec7/) ## Version 6 - adds a handful of job summary information - breaks activity into sections ![image](https://user-images.githubusercontent.com/6960386/69257103-7e430280-0b88-11ea-82aa-db26357e2390.png) ## Version 7 Prototype link: https://joshbeveridge.ca/tc-job-summary/ ### Changes - adds a sidebar for easier navigation - reorganizes job summary info to make it less heavy and clearer - adds timer actions - send to manager - send for translation - approve for publishing - this also includes the "unclaim" button - moves previous activity into an accordion to help shrink the page and increase focus on "new" activity - adds "mark as read" buttons for activity to dismiss new activity - adds "mark all as read" button at bottom of activity for bulk dismissal ### Screenshot ![image](https://user-images.githubusercontent.com/6960386/69353415-7482d300-0c4c-11ea-90c8-bc144db63519.png) ### Research/Feedback & Outcomes - we still need to select icons for tools - we need a real word to replace "unclaim" - there was discussion with @gobyrne about the necessity for "new" activity to even be a thing right now - if this is removed, we need to update #1533 to reflect this decision - this directly ties into #2120 and the discussion there - discussion with @nic @rositak @Khristophor @tristan-orourke indicates that for now, comments will not be editable or delete-able - the user will have to submit a subsequent comment to amend their previous comment - this is to preserve a full log of activity - down the road, we might be able to implement editing with revision history - after the discussions centred around #2122, it would be beneficial to give a **very** brief description of the status, right below it in job summary, so that the person viewing the status knows exactly what it means ## Version 8 Prototype link: https://joshbeveridge.ca/tc-job-summary/ ### Changes - holding off on icons in the tools section because it doesn't impact dev - "unclaim" has been changed to "relinquish" based on feedback from Lauren regarding it being an HR term that they'd recognize - added a description to the status section to help educate new users - changed the section names to be clearer: - Job Summary -> Job Status - Tools ->Poster & Screening Tools - timers have been updated to reflect feedback in #2122 ### Screenshot ![image](https://user-images.githubusercontent.com/6960386/69749742-2faddf00-1119-11ea-9658-9c83e07322b5.png) ### Research/Feedback & Outcomes
1.0
[Design] - Managers, HR / Job Summary - # Design Goal **Please explain the primary goals of this design work.** Page for each individual Job Process. With an overview of where the process is at. What are the next steps, and links to view each individual section within the job process. Originally we intended to have a job index and then subsequent actions/tools for that job, but it's now apparent that we need a job summary page proper to house things like actions, status, tools, comments, documents, etc. This UI will function as home for each job for the Hiring Manager and HR Adviser roles. # Research **Please list/link to all research performed for or referenced in this design work. This can include research you've done in the past. Include research relevant to insights from team members as well. Don't be afraid to ask for references or documents! This section should also incorporate data collected from user testing.** ## Conversation w/ @laurenoncoffee @nicolsonaitken @Jerryescandon @JasmitaChawla @joshdrink @gobyrne - The job summary should indicate the job action's current status, link to all tools available to that action (e.g. builder, screening plan, ROD, etc.), show a link to a summary view of applicant assessment records, show a list of applicants who are still in consideration, and finally a list of applicants who are no longer being considered. ## Assumptions **Please list all assumptions made during your design work. This should include behavioural assumptions made by the team that have no direct research references.** - Assumption 01 - etc. # Important Notes / Copy **This is a space to include important notes for other team members, including things like key copy, questions that need to be asked at a later date, etc.** @tristan-orourke it would be super awesome if we could hide "activity" by default, but show comments that are new since you last viewed the job... not sure how complicated that is. That way, when you return to a job view, all the activity history is hidden except the stuff that's new. Applicant filters should apply to progress, not applicant type/etc. # Wireframes / Images ## Version 1 ![job-summary-0](https://user-images.githubusercontent.com/6960386/67312706-c6aaca00-f4cf-11e9-8088-e53d75c72466.png) ## Version 2 - https://xd.adobe.com/view/e79e0e9e-d1ae-4b0c-749d-9436424f1ae7-91af/?fullscreen ## Version 3 - https://xd.adobe.com/view/3d2cfadf-d5ed-46f8-4f5f-94a6df0b7e14-4b1d/?fullscreen ## Version 4 - adds centralized applicant dashboard that indicates overall progress - note that "top candidate" should be plural (top candidates) on the wireframe - a number will have to be decided for this - **I forgot to add a central job action history to this page - it should be a filterable list of all comments... not sure on best location yet** ![job-summary-sketch](https://user-images.githubusercontent.com/6960386/67295622-6575fd00-f4b5-11e9-8af2-8423436c1e57.jpg) ## Version 5 - adds a sidebar for glanceability and easy section navigation - adds activity (commenting) - makes certain sections hide/showable to reduce page length - adds priority/veteran status (special considerations on applicant element) ![job-summary-2-sketch](https://user-images.githubusercontent.com/6960386/67305811-f5bb3e80-f4c3-11e9-841f-8b1efe880516.jpg) ## MVP for Development Sprint -[Summary] (https://xd.adobe.com/view/d8f66788-4dab-4ed4-5ee7-a0982b359beb-aec7/) ## Version 6 - adds a handful of job summary information - breaks activity into sections ![image](https://user-images.githubusercontent.com/6960386/69257103-7e430280-0b88-11ea-82aa-db26357e2390.png) ## Version 7 Prototype link: https://joshbeveridge.ca/tc-job-summary/ ### Changes - adds a sidebar for easier navigation - reorganizes job summary info to make it less heavy and clearer - adds timer actions - send to manager - send for translation - approve for publishing - this also includes the "unclaim" button - moves previous activity into an accordion to help shrink the page and increase focus on "new" activity - adds "mark as read" buttons for activity to dismiss new activity - adds "mark all as read" button at bottom of activity for bulk dismissal ### Screenshot ![image](https://user-images.githubusercontent.com/6960386/69353415-7482d300-0c4c-11ea-90c8-bc144db63519.png) ### Research/Feedback & Outcomes - we still need to select icons for tools - we need a real word to replace "unclaim" - there was discussion with @gobyrne about the necessity for "new" activity to even be a thing right now - if this is removed, we need to update #1533 to reflect this decision - this directly ties into #2120 and the discussion there - discussion with @nic @rositak @Khristophor @tristan-orourke indicates that for now, comments will not be editable or delete-able - the user will have to submit a subsequent comment to amend their previous comment - this is to preserve a full log of activity - down the road, we might be able to implement editing with revision history - after the discussions centred around #2122, it would be beneficial to give a **very** brief description of the status, right below it in job summary, so that the person viewing the status knows exactly what it means ## Version 8 Prototype link: https://joshbeveridge.ca/tc-job-summary/ ### Changes - holding off on icons in the tools section because it doesn't impact dev - "unclaim" has been changed to "relinquish" based on feedback from Lauren regarding it being an HR term that they'd recognize - added a description to the status section to help educate new users - changed the section names to be clearer: - Job Summary -> Job Status - Tools ->Poster & Screening Tools - timers have been updated to reflect feedback in #2122 ### Screenshot ![image](https://user-images.githubusercontent.com/6960386/69749742-2faddf00-1119-11ea-9658-9c83e07322b5.png) ### Research/Feedback & Outcomes
non_defect
managers hr job summary design goal please explain the primary goals of this design work page for each individual job process with an overview of where the process is at what are the next steps and links to view each individual section within the job process originally we intended to have a job index and then subsequent actions tools for that job but it s now apparent that we need a job summary page proper to house things like actions status tools comments documents etc this ui will function as home for each job for the hiring manager and hr adviser roles research please list link to all research performed for or referenced in this design work this can include research you ve done in the past include research relevant to insights from team members as well don t be afraid to ask for references or documents this section should also incorporate data collected from user testing conversation w laurenoncoffee nicolsonaitken jerryescandon jasmitachawla joshdrink gobyrne the job summary should indicate the job action s current status link to all tools available to that action e g builder screening plan rod etc show a link to a summary view of applicant assessment records show a list of applicants who are still in consideration and finally a list of applicants who are no longer being considered assumptions please list all assumptions made during your design work this should include behavioural assumptions made by the team that have no direct research references assumption etc important notes copy this is a space to include important notes for other team members including things like key copy questions that need to be asked at a later date etc tristan orourke it would be super awesome if we could hide activity by default but show comments that are new since you last viewed the job not sure how complicated that is that way when you return to a job view all the activity history is hidden except the stuff that s new applicant filters should apply to progress not applicant type etc wireframes images version version version version adds centralized applicant dashboard that indicates overall progress note that top candidate should be plural top candidates on the wireframe a number will have to be decided for this i forgot to add a central job action history to this page it should be a filterable list of all comments not sure on best location yet version adds a sidebar for glanceability and easy section navigation adds activity commenting makes certain sections hide showable to reduce page length adds priority veteran status special considerations on applicant element mvp for development sprint version adds a handful of job summary information breaks activity into sections version prototype link changes adds a sidebar for easier navigation reorganizes job summary info to make it less heavy and clearer adds timer actions send to manager send for translation approve for publishing this also includes the unclaim button moves previous activity into an accordion to help shrink the page and increase focus on new activity adds mark as read buttons for activity to dismiss new activity adds mark all as read button at bottom of activity for bulk dismissal screenshot research feedback outcomes we still need to select icons for tools we need a real word to replace unclaim there was discussion with gobyrne about the necessity for new activity to even be a thing right now if this is removed we need to update to reflect this decision this directly ties into and the discussion there discussion with nic rositak khristophor tristan orourke indicates that for now comments will not be editable or delete able the user will have to submit a subsequent comment to amend their previous comment this is to preserve a full log of activity down the road we might be able to implement editing with revision history after the discussions centred around it would be beneficial to give a very brief description of the status right below it in job summary so that the person viewing the status knows exactly what it means version prototype link changes holding off on icons in the tools section because it doesn t impact dev unclaim has been changed to relinquish based on feedback from lauren regarding it being an hr term that they d recognize added a description to the status section to help educate new users changed the section names to be clearer job summary job status tools poster screening tools timers have been updated to reflect feedback in screenshot research feedback outcomes
0
59,701
17,023,210,223
IssuesEvent
2021-07-03 00:52:23
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
whichways when communication broken ('!')
Component: potlatch (flash editor) Priority: trivial Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 11.14am, Thursday, 21st February 2008]** When a user clicks 'Retry' on the '!' dialogue, if there are any outstanding whichways/getways, Potlatch should issue a whichways and cancel the "loading ways" text at the top right.
1.0
whichways when communication broken ('!') - **[Submitted to the original trac issue database at 11.14am, Thursday, 21st February 2008]** When a user clicks 'Retry' on the '!' dialogue, if there are any outstanding whichways/getways, Potlatch should issue a whichways and cancel the "loading ways" text at the top right.
defect
whichways when communication broken when a user clicks retry on the dialogue if there are any outstanding whichways getways potlatch should issue a whichways and cancel the loading ways text at the top right
1
460,781
13,218,115,002
IssuesEvent
2020-08-17 08:08:59
zeebe-io/zeebe
https://api.github.com/repos/zeebe-io/zeebe
closed
Document common race conditions for parallel multi-instances
Impact: Usability Priority: High Severity: Mid Status: Needs Review Type: Docs
**Description** Recently, we've noted multiple common race conditions that might happen with parallel multi-instance elements. We should clearly document recommended usages for the elements involved in these race conditions. # Examples **Users should be recommended to complete jobs only with the bare minimum of variables** Consider the java job worker below. If this activated job originates from a parallel multi-instance service task that tries to collect this output into an output collection, then the output collection is also present in the variables map as a variable. Completing the job with the complete map of variables will overwrite all the variables in the workflow, including the output collection variable. This can be a race condition. ```java @Override public void handle(final JobClient client, final ActivatedJob job) { final var variables = job.getVariablesAsMap(); final var input = variables.get("input"); variables.put("output", input); client.newCompleteCommand(job.getKey()) .variables(variables) .send() .join(); } ``` Expected changes to: - https://docs.zeebe.io/basics/job-workers.html - https://docs.zeebe.io/bpmn-workflows/service-tasks/service-tasks.html - https://docs.zeebe.io/bpmn-workflows/multi-instance/multi-instance.html Potentially, this should also be considered for publishing messages with variables. **Users should be advised on how to parallelise multi-instance call activity elements** See #4860 for a full explanation of the situation. We should describe the situation and offer a workaround in the documentation. Expected changes to: - https://docs.zeebe.io/bpmn-workflows/call-activities/call-activities.html - https://docs.zeebe.io/bpmn-workflows/multi-instance/multi-instance.html
1.0
Document common race conditions for parallel multi-instances - **Description** Recently, we've noted multiple common race conditions that might happen with parallel multi-instance elements. We should clearly document recommended usages for the elements involved in these race conditions. # Examples **Users should be recommended to complete jobs only with the bare minimum of variables** Consider the java job worker below. If this activated job originates from a parallel multi-instance service task that tries to collect this output into an output collection, then the output collection is also present in the variables map as a variable. Completing the job with the complete map of variables will overwrite all the variables in the workflow, including the output collection variable. This can be a race condition. ```java @Override public void handle(final JobClient client, final ActivatedJob job) { final var variables = job.getVariablesAsMap(); final var input = variables.get("input"); variables.put("output", input); client.newCompleteCommand(job.getKey()) .variables(variables) .send() .join(); } ``` Expected changes to: - https://docs.zeebe.io/basics/job-workers.html - https://docs.zeebe.io/bpmn-workflows/service-tasks/service-tasks.html - https://docs.zeebe.io/bpmn-workflows/multi-instance/multi-instance.html Potentially, this should also be considered for publishing messages with variables. **Users should be advised on how to parallelise multi-instance call activity elements** See #4860 for a full explanation of the situation. We should describe the situation and offer a workaround in the documentation. Expected changes to: - https://docs.zeebe.io/bpmn-workflows/call-activities/call-activities.html - https://docs.zeebe.io/bpmn-workflows/multi-instance/multi-instance.html
non_defect
document common race conditions for parallel multi instances description recently we ve noted multiple common race conditions that might happen with parallel multi instance elements we should clearly document recommended usages for the elements involved in these race conditions examples users should be recommended to complete jobs only with the bare minimum of variables consider the java job worker below if this activated job originates from a parallel multi instance service task that tries to collect this output into an output collection then the output collection is also present in the variables map as a variable completing the job with the complete map of variables will overwrite all the variables in the workflow including the output collection variable this can be a race condition java override public void handle final jobclient client final activatedjob job final var variables job getvariablesasmap final var input variables get input variables put output input client newcompletecommand job getkey variables variables send join expected changes to potentially this should also be considered for publishing messages with variables users should be advised on how to parallelise multi instance call activity elements see for a full explanation of the situation we should describe the situation and offer a workaround in the documentation expected changes to
0
58,494
16,563,300,253
IssuesEvent
2021-05-29 00:40:02
avereon/xenon
https://api.github.com/repos/avereon/xenon
closed
Auto save of new asset not working
bug / defect
When auto-save tries to save an asset it "appears" to save because the save button is disabled but the asset is not really saved anywhere. Furthermore, Save As is not enabled to save it somewhere else.
1.0
Auto save of new asset not working - When auto-save tries to save an asset it "appears" to save because the save button is disabled but the asset is not really saved anywhere. Furthermore, Save As is not enabled to save it somewhere else.
defect
auto save of new asset not working when auto save tries to save an asset it appears to save because the save button is disabled but the asset is not really saved anywhere furthermore save as is not enabled to save it somewhere else
1
38,199
8,694,642,319
IssuesEvent
2018-12-04 13:15:03
rst2pdf/rst2pdf
https://api.github.com/repos/rst2pdf/rst2pdf
reopened
Code blocks leave orphans and widows
Priority-Medium Type-Defect auto-migrated
``` What steps will reproduce the problem? A document with a code block across the end of the page can leave single lines on either side, and that sucks. Test case coming. ``` Original issue reported on code.google.com by `roberto.alsina` on 25 Mar 2010 at 8:02
1.0
Code blocks leave orphans and widows - ``` What steps will reproduce the problem? A document with a code block across the end of the page can leave single lines on either side, and that sucks. Test case coming. ``` Original issue reported on code.google.com by `roberto.alsina` on 25 Mar 2010 at 8:02
defect
code blocks leave orphans and widows what steps will reproduce the problem a document with a code block across the end of the page can leave single lines on either side and that sucks test case coming original issue reported on code google com by roberto alsina on mar at
1
23,666
16,507,825,405
IssuesEvent
2021-05-25 21:48:55
r-lib/styler
https://api.github.com/repos/r-lib/styler
closed
Adapt for new R release
Complexity: Low Priority: Medium Priority: Unasigned Type: Infrastructure
Shift supported R versions one up. https://www.tidyverse.org/blog/2019/04/r-version-support/: > the current version, the devel version, and four previous versions of R. Meaning 4.1 (current), and 4.0 (1), 3.6 (2), 3.5 (3) and 3.4 (4). This means to drop support for 3.3. This barely means we don't test for 3.3 Edit github action files -> User agent
1.0
Adapt for new R release - Shift supported R versions one up. https://www.tidyverse.org/blog/2019/04/r-version-support/: > the current version, the devel version, and four previous versions of R. Meaning 4.1 (current), and 4.0 (1), 3.6 (2), 3.5 (3) and 3.4 (4). This means to drop support for 3.3. This barely means we don't test for 3.3 Edit github action files -> User agent
non_defect
adapt for new r release shift supported r versions one up the current version the devel version and four previous versions of r meaning current and and this means to drop support for this barely means we don t test for edit github action files user agent
0
54,795
13,926,902,023
IssuesEvent
2020-10-21 18:59:18
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
BreakMeshByBlock fix orphan nodes on boundary
C: MOOSE T: defect
## Bug Description When one of the original interface nodes remains orphan (e.g is not woned anymore by any element belonging to the same processor) triggers the following assertion Assertion `!node_touched_by_anyone[nodeid] || node_touched_by_me[nodeid]' failed. This is only triggered in debug mode when enough CPUs are used and with 3D meshes. ## Steps to Reproduce I prepared a test triggering this problem in the solution PR
1.0
BreakMeshByBlock fix orphan nodes on boundary - ## Bug Description When one of the original interface nodes remains orphan (e.g is not woned anymore by any element belonging to the same processor) triggers the following assertion Assertion `!node_touched_by_anyone[nodeid] || node_touched_by_me[nodeid]' failed. This is only triggered in debug mode when enough CPUs are used and with 3D meshes. ## Steps to Reproduce I prepared a test triggering this problem in the solution PR
defect
breakmeshbyblock fix orphan nodes on boundary bug description when one of the original interface nodes remains orphan e g is not woned anymore by any element belonging to the same processor triggers the following assertion assertion node touched by anyone node touched by me failed this is only triggered in debug mode when enough cpus are used and with meshes steps to reproduce i prepared a test triggering this problem in the solution pr
1
63,503
3,195,705,086
IssuesEvent
2015-09-30 17:48:06
fusioninventory/fusioninventory-for-glpi
https://api.github.com/repos/fusioninventory/fusioninventory-for-glpi
closed
It's not possible to translate a string
Component: For junior contributor Component: Found in version Priority: Normal Status: Closed Tracker: Bug
--- Author Name: **Tomás Abad** (Tomás Abad) Original Redmine Issue: 2146, http://forge.fusioninventory.org/issues/2146 Original Date: 2013-06-13 Original Assignee: David Durieux --- It's not possible to translate this string ``` Create computer based on virtual machine information ( only when the virtual machine has no inventory agent ! ) ``` located on ``` Home Plugins FusionInventory +------* General setup v Computer Inventory <------- (NOTE: Should be "Computer inventory") ```
1.0
It's not possible to translate a string - --- Author Name: **Tomás Abad** (Tomás Abad) Original Redmine Issue: 2146, http://forge.fusioninventory.org/issues/2146 Original Date: 2013-06-13 Original Assignee: David Durieux --- It's not possible to translate this string ``` Create computer based on virtual machine information ( only when the virtual machine has no inventory agent ! ) ``` located on ``` Home Plugins FusionInventory +------* General setup v Computer Inventory <------- (NOTE: Should be "Computer inventory") ```
non_defect
it s not possible to translate a string author name tomás abad tomás abad original redmine issue original date original assignee david durieux it s not possible to translate this string create computer based on virtual machine information only when the virtual machine has no inventory agent located on home plugins fusioninventory general setup v computer inventory note should be computer inventory
0
97,827
20,423,823,837
IssuesEvent
2022-02-24 00:12:59
WordPress/openverse-catalog
https://api.github.com/repos/WordPress/openverse-catalog
closed
Format duration in TSV load complete Slack message
good first issue 🟩 priority: low ✨ goal: improvement 💻 aspect: code
## Problem <!-- Describe a problem solved by this feature; or delete the section entirely. --> The TSV load-complete Slack notification (added in #369) reports the duration of the `pull_data` task with nanosecond precision. We don't need quite that much precision! 😄 <img width="402" alt="Screen Shot 2022-02-23 at 3 28 24 PM" src="https://user-images.githubusercontent.com/63313398/155426894-8c2a7f12-49d0-42a3-9cbe-07783e4eb418.png"> ## Description <!-- Describe the feature and how it solves the problem. --> This can be improved by removing some significant digits and formatting the elapsed time in a more readable format, with hours/minutes. ## Alternatives <!-- Describe any alternative solutions or features you have considered. How is this feature better? --> ## Additional context <!-- Add any other context about the feature here; or delete the section entirely. --> ## Implementation <!-- Replace the [ ] with [x] to check the box. --> - [ ] 🙋 I would be interested in implementing this feature.
1.0
Format duration in TSV load complete Slack message - ## Problem <!-- Describe a problem solved by this feature; or delete the section entirely. --> The TSV load-complete Slack notification (added in #369) reports the duration of the `pull_data` task with nanosecond precision. We don't need quite that much precision! 😄 <img width="402" alt="Screen Shot 2022-02-23 at 3 28 24 PM" src="https://user-images.githubusercontent.com/63313398/155426894-8c2a7f12-49d0-42a3-9cbe-07783e4eb418.png"> ## Description <!-- Describe the feature and how it solves the problem. --> This can be improved by removing some significant digits and formatting the elapsed time in a more readable format, with hours/minutes. ## Alternatives <!-- Describe any alternative solutions or features you have considered. How is this feature better? --> ## Additional context <!-- Add any other context about the feature here; or delete the section entirely. --> ## Implementation <!-- Replace the [ ] with [x] to check the box. --> - [ ] 🙋 I would be interested in implementing this feature.
non_defect
format duration in tsv load complete slack message problem the tsv load complete slack notification added in reports the duration of the pull data task with nanosecond precision we don t need quite that much precision 😄 img width alt screen shot at pm src description this can be improved by removing some significant digits and formatting the elapsed time in a more readable format with hours minutes alternatives additional context implementation 🙋 i would be interested in implementing this feature
0
137,557
30,713,289,139
IssuesEvent
2023-07-27 11:19:47
SuperTux/supertux
https://api.github.com/repos/SuperTux/supertux
closed
Leafshot is hardcoded in the Kamikaze Snowball code!?
involves:functionality category:code status:needs-work
I just learned that Leafshot's code is within `kamikazesnowball.cpp` which makes it currently impossible to change their sprite. They should be either their own separate object as they also have a different speed value and are also freeze-able.
1.0
Leafshot is hardcoded in the Kamikaze Snowball code!? - I just learned that Leafshot's code is within `kamikazesnowball.cpp` which makes it currently impossible to change their sprite. They should be either their own separate object as they also have a different speed value and are also freeze-able.
non_defect
leafshot is hardcoded in the kamikaze snowball code i just learned that leafshot s code is within kamikazesnowball cpp which makes it currently impossible to change their sprite they should be either their own separate object as they also have a different speed value and are also freeze able
0
609,799
18,887,727,446
IssuesEvent
2021-11-15 09:49:09
jetstack/cert-manager
https://api.github.com/repos/jetstack/cert-manager
closed
Error getting hosted zone name ... for ClusterIssuer without hostedZoneName defined.
help wanted kind/bug priority/backlog lifecycle/rotten area/acme/dns01
Hello dear. I use such ClusterIssuer. Note here that clientID is set to: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx and hostedZoneName is not defined: apiVersion: cert-manager.io/v1alpha2 kind: ClusterIssuer metadata: name: letsencrypt-production spec: acme: server: https://acme-v02.api.letsencrypt.org/directory email: xxx@xxx.com privateKeySecretRef: name: letsencrypt solvers: - dns01: azuredns: # Service principal client id clientID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx tenantID: ... subscriptionID: ... # Secret with the password clientSecretSecretRef: key: password name: secret-azuredns-config # Name of the DNS Zone # https://github.com/jetstack/cert-manager/issues/1459 # hostedZoneName: example.com # Resource group where the DNS Zone is located resourceGroupName: aks-cluster-dev The clientID "xxxxxxxx..." have service principals created by terraform and access only for exactly given set of domains, let say (example.com, foo.com, bar.com etc). When I apply it I got errors like: Error getting hosted zone name for: _acme-challenge.example.com., Zone com. not found in AzureDNS for domain _acme-challenge.example.com.. Err: dns.ZonesClient#Get: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="AuthorizationFailed" Message="The client 'bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb' with object id 'bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb' does not have authorization to perform action 'Microsoft.Network/dnsZones/read' over scope '/subscriptions/<my subscription here>/resourceGroups/aks-cluster-dev/providers/Microsoft.Network/dnsZones/com' or the scope is invalid. As we can see there is two issue, first no clue why errors talk about client "bbbbbbbb" as I use "xxxxxxxx" and when change clientID to let say fake "yyyyyy" then got proper message, that such principal don't exist in my azure tenatID. The second issue is that without hostedZoneName defined in ClusterIssuer, the cert-manager trying to read zones one level up, so in this case starting from .com ("Microsoft.Network/dnsZones/com'") and of course raise above errors as I don't manage primary zones :) On other hand when I set hostedZoneName and clientID back to "xxxxxxxx..." then I see proper acme challenge that are set in my zone. So lets say that now that I need to manage 100 different zones, do I need to create then 100 ClusterIssuers for them with only different hostedZoneName? cert-manager version: v0.15.0-alpha.0 Kubernetes: v1.16.7 Best Regards.
1.0
Error getting hosted zone name ... for ClusterIssuer without hostedZoneName defined. - Hello dear. I use such ClusterIssuer. Note here that clientID is set to: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx and hostedZoneName is not defined: apiVersion: cert-manager.io/v1alpha2 kind: ClusterIssuer metadata: name: letsencrypt-production spec: acme: server: https://acme-v02.api.letsencrypt.org/directory email: xxx@xxx.com privateKeySecretRef: name: letsencrypt solvers: - dns01: azuredns: # Service principal client id clientID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx tenantID: ... subscriptionID: ... # Secret with the password clientSecretSecretRef: key: password name: secret-azuredns-config # Name of the DNS Zone # https://github.com/jetstack/cert-manager/issues/1459 # hostedZoneName: example.com # Resource group where the DNS Zone is located resourceGroupName: aks-cluster-dev The clientID "xxxxxxxx..." have service principals created by terraform and access only for exactly given set of domains, let say (example.com, foo.com, bar.com etc). When I apply it I got errors like: Error getting hosted zone name for: _acme-challenge.example.com., Zone com. not found in AzureDNS for domain _acme-challenge.example.com.. Err: dns.ZonesClient#Get: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="AuthorizationFailed" Message="The client 'bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb' with object id 'bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb' does not have authorization to perform action 'Microsoft.Network/dnsZones/read' over scope '/subscriptions/<my subscription here>/resourceGroups/aks-cluster-dev/providers/Microsoft.Network/dnsZones/com' or the scope is invalid. As we can see there is two issue, first no clue why errors talk about client "bbbbbbbb" as I use "xxxxxxxx" and when change clientID to let say fake "yyyyyy" then got proper message, that such principal don't exist in my azure tenatID. The second issue is that without hostedZoneName defined in ClusterIssuer, the cert-manager trying to read zones one level up, so in this case starting from .com ("Microsoft.Network/dnsZones/com'") and of course raise above errors as I don't manage primary zones :) On other hand when I set hostedZoneName and clientID back to "xxxxxxxx..." then I see proper acme challenge that are set in my zone. So lets say that now that I need to manage 100 different zones, do I need to create then 100 ClusterIssuers for them with only different hostedZoneName? cert-manager version: v0.15.0-alpha.0 Kubernetes: v1.16.7 Best Regards.
non_defect
error getting hosted zone name for clusterissuer without hostedzonename defined hello dear i use such clusterissuer note here that clientid is set to xxxxxxxx xxxx xxxx xxxx xxxxxxxxxxxx and hostedzonename is not defined apiversion cert manager io kind clusterissuer metadata name letsencrypt production spec acme server email xxx xxx com privatekeysecretref name letsencrypt solvers azuredns service principal client id clientid xxxxxxxx xxxx xxxx xxxx xxxxxxxxxxxx tenantid subscriptionid secret with the password clientsecretsecretref key password name secret azuredns config name of the dns zone hostedzonename example com resource group where the dns zone is located resourcegroupname aks cluster dev the clientid xxxxxxxx have service principals created by terraform and access only for exactly given set of domains let say example com foo com bar com etc when i apply it i got errors like error getting hosted zone name for acme challenge example com zone com not found in azuredns for domain acme challenge example com err dns zonesclient get failure responding to request statuscode original error autorest azure service returned an error status code authorizationfailed message the client bbbbbbbb bbbb bbbb bbbb bbbbbbbbbbbb with object id bbbbbbbb bbbb bbbb bbbb bbbbbbbbbbbb does not have authorization to perform action microsoft network dnszones read over scope subscriptions resourcegroups aks cluster dev providers microsoft network dnszones com or the scope is invalid as we can see there is two issue first no clue why errors talk about client bbbbbbbb as i use xxxxxxxx and when change clientid to let say fake yyyyyy then got proper message that such principal don t exist in my azure tenatid the second issue is that without hostedzonename defined in clusterissuer the cert manager trying to read zones one level up so in this case starting from com microsoft network dnszones com and of course raise above errors as i don t manage primary zones on other hand when i set hostedzonename and clientid back to xxxxxxxx then i see proper acme challenge that are set in my zone so lets say that now that i need to manage different zones do i need to create then clusterissuers for them with only different hostedzonename cert manager version alpha kubernetes best regards
0
17,241
2,986,452,482
IssuesEvent
2015-07-20 02:38:47
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Notice in 3.0.9 using FormHelper::input in a belongsToMany field
Defect httpsocket
When I update from 3.0.8 to 3.0.9 I am notified: **Notice (8): Undefined index: _ids [CORE/src/View/Form/EntityContext.php, line 226]** ### How to reproduce: In a template, when I edit a post (Posts belongsToMany Tags). ``` echo $this->Form->create($post); echo $this->Form->input('tags._ids', ['options' => $tags]); echo $this->Form->end(); ``` If the post has tags works fine. If the post hasn't tags fails.
1.0
Notice in 3.0.9 using FormHelper::input in a belongsToMany field - When I update from 3.0.8 to 3.0.9 I am notified: **Notice (8): Undefined index: _ids [CORE/src/View/Form/EntityContext.php, line 226]** ### How to reproduce: In a template, when I edit a post (Posts belongsToMany Tags). ``` echo $this->Form->create($post); echo $this->Form->input('tags._ids', ['options' => $tags]); echo $this->Form->end(); ``` If the post has tags works fine. If the post hasn't tags fails.
defect
notice in using formhelper input in a belongstomany field when i update from to i am notified notice undefined index ids how to reproduce in a template when i edit a post posts belongstomany tags echo this form create post echo this form input tags ids echo this form end if the post has tags works fine if the post hasn t tags fails
1
61,940
17,023,814,645
IssuesEvent
2021-07-03 04:00:07
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Harry's minor friend making vulnerability
Component: website Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 8.56pm, Tuesday, 14th August 2012]** We have a GET url for adding a friend without further prompts. E.g. click here to be my friend: [http://www.openstreetmap.org/user/Harry%20Wood/make_friend http://www.openstreetmap.org/user/Harry%20Wood/make_friend] Obviously if I can trick anyone into following that link then I get to be their friend, which can be done in sneaky ways for example: http://harrywood.dev.openstreetmap.org/amazing.html Guess the fix would be to make it show a Yes/No confirmation at this URL.
1.0
Harry's minor friend making vulnerability - **[Submitted to the original trac issue database at 8.56pm, Tuesday, 14th August 2012]** We have a GET url for adding a friend without further prompts. E.g. click here to be my friend: [http://www.openstreetmap.org/user/Harry%20Wood/make_friend http://www.openstreetmap.org/user/Harry%20Wood/make_friend] Obviously if I can trick anyone into following that link then I get to be their friend, which can be done in sneaky ways for example: http://harrywood.dev.openstreetmap.org/amazing.html Guess the fix would be to make it show a Yes/No confirmation at this URL.
defect
harry s minor friend making vulnerability we have a get url for adding a friend without further prompts e g click here to be my friend obviously if i can trick anyone into following that link then i get to be their friend which can be done in sneaky ways for example guess the fix would be to make it show a yes no confirmation at this url
1
66,959
20,779,434,810
IssuesEvent
2022-03-16 13:34:28
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Rooms list is less keyboard-accessible
T-Defect
### Steps to reproduce 1. From a room, press ctrl-k. 2. Press down arrow. 3. Press tab a few times. ### Outcome #### What did you expect? I could actually *reach* the rooms tree via the keyboard like I used to, and navigate it as well. #### What happened instead? The room tree cannot be focused unless I use caret mode to hunt up the tree. At that point it becomes navigable. Also, this seems somewhat inconsistent. Sometimes it works, sometimes it doesn't. It seems more prone to failure if I do it from a room vs. from the home screen reached via ctrl-alt-h. What *doesn't* work and used to is using down arrow to quickly travel from the search field to the list of rooms. I used that as a shortcut to reach rooms--ctrl-k, down arrow--but now that never accessibly moves focus to the rooms tree. ### Operating system Windows/NVDA ### Application version 1.10.7 ### How did you install the app? element.io ### Homeserver Synapse 1.54 ### Will you send logs? No
1.0
Rooms list is less keyboard-accessible - ### Steps to reproduce 1. From a room, press ctrl-k. 2. Press down arrow. 3. Press tab a few times. ### Outcome #### What did you expect? I could actually *reach* the rooms tree via the keyboard like I used to, and navigate it as well. #### What happened instead? The room tree cannot be focused unless I use caret mode to hunt up the tree. At that point it becomes navigable. Also, this seems somewhat inconsistent. Sometimes it works, sometimes it doesn't. It seems more prone to failure if I do it from a room vs. from the home screen reached via ctrl-alt-h. What *doesn't* work and used to is using down arrow to quickly travel from the search field to the list of rooms. I used that as a shortcut to reach rooms--ctrl-k, down arrow--but now that never accessibly moves focus to the rooms tree. ### Operating system Windows/NVDA ### Application version 1.10.7 ### How did you install the app? element.io ### Homeserver Synapse 1.54 ### Will you send logs? No
defect
rooms list is less keyboard accessible steps to reproduce from a room press ctrl k press down arrow press tab a few times outcome what did you expect i could actually reach the rooms tree via the keyboard like i used to and navigate it as well what happened instead the room tree cannot be focused unless i use caret mode to hunt up the tree at that point it becomes navigable also this seems somewhat inconsistent sometimes it works sometimes it doesn t it seems more prone to failure if i do it from a room vs from the home screen reached via ctrl alt h what doesn t work and used to is using down arrow to quickly travel from the search field to the list of rooms i used that as a shortcut to reach rooms ctrl k down arrow but now that never accessibly moves focus to the rooms tree operating system windows nvda application version how did you install the app element io homeserver synapse will you send logs no
1
10,890
4,107,270,357
IssuesEvent
2016-06-06 12:23:22
ProftaakS4/Case-Photo-Producer
https://api.github.com/repos/ProftaakS4/Case-Photo-Producer
opened
CodeReview: PhotoshopWebsite/Domain/Order.cs
Code Review
#**File: PhotoshopWebsite/Domain/Order.cs** klassen: commentaar op klassen constructor: commentaar bij constructor methodes: commentaar bij methodes String: kleine letter s gebruiken voor de klasse string
1.0
CodeReview: PhotoshopWebsite/Domain/Order.cs - #**File: PhotoshopWebsite/Domain/Order.cs** klassen: commentaar op klassen constructor: commentaar bij constructor methodes: commentaar bij methodes String: kleine letter s gebruiken voor de klasse string
non_defect
codereview photoshopwebsite domain order cs file photoshopwebsite domain order cs klassen commentaar op klassen constructor commentaar bij constructor methodes commentaar bij methodes string kleine letter s gebruiken voor de klasse string
0
13,387
2,755,217,257
IssuesEvent
2015-04-26 12:56:43
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
opened
Linq compilation failed for grouping in select clause for anonymous class without field definition
defect
C# code: ```C# using System; using System.Collections.Generic; using System.Linq; using Bridge; namespace Demo { public class A { public int Count { get; set; } } public class App { [Ready] public static void Main() { var items = new[] { new A() { Count = 1 } }; var itemsGroups = (from i in items group i by i.Count into g select new { g.Key }); } } } ``` Compilation error: "Object reference not set to an instance of an object. at Bridge.Translator.AbstractObjectCreateBlock.WriteObjectInitializer(IEnumerable`1 expressions, Boolean changeCase) in c:\NET\Bridge\Builder\Translator\Emitter\Blocks\AbstractObjectCreateBlock.cs:line 57" Please note adding field definition will work out: ``` select new { GroupKey = g.Key }); ```
1.0
Linq compilation failed for grouping in select clause for anonymous class without field definition - C# code: ```C# using System; using System.Collections.Generic; using System.Linq; using Bridge; namespace Demo { public class A { public int Count { get; set; } } public class App { [Ready] public static void Main() { var items = new[] { new A() { Count = 1 } }; var itemsGroups = (from i in items group i by i.Count into g select new { g.Key }); } } } ``` Compilation error: "Object reference not set to an instance of an object. at Bridge.Translator.AbstractObjectCreateBlock.WriteObjectInitializer(IEnumerable`1 expressions, Boolean changeCase) in c:\NET\Bridge\Builder\Translator\Emitter\Blocks\AbstractObjectCreateBlock.cs:line 57" Please note adding field definition will work out: ``` select new { GroupKey = g.Key }); ```
defect
linq compilation failed for grouping in select clause for anonymous class without field definition c code c using system using system collections generic using system linq using bridge namespace demo public class a public int count get set public class app public static void main var items new new a count var itemsgroups from i in items group i by i count into g select new g key compilation error object reference not set to an instance of an object at bridge translator abstractobjectcreateblock writeobjectinitializer ienumerable expressions boolean changecase in c net bridge builder translator emitter blocks abstractobjectcreateblock cs line please note adding field definition will work out select new groupkey g key
1
16,554
4,063,518,070
IssuesEvent
2016-05-26 00:07:54
coreos/etcd
https://api.github.com/repos/coreos/etcd
closed
documentation: document how to do prefix query with range query
kind/documentation
v3 API supports range query, but not prefix query. We should explicitly tell users how to use range query and how to use range query to achieve prefix query for both get and watch requests.
1.0
documentation: document how to do prefix query with range query - v3 API supports range query, but not prefix query. We should explicitly tell users how to use range query and how to use range query to achieve prefix query for both get and watch requests.
non_defect
documentation document how to do prefix query with range query api supports range query but not prefix query we should explicitly tell users how to use range query and how to use range query to achieve prefix query for both get and watch requests
0
136,101
11,035,342,052
IssuesEvent
2019-12-07 13:01:21
ComputationalRadiationPhysics/alpaka
https://api.github.com/repos/ComputationalRadiationPhysics/alpaka
closed
Failing travis CI build with current develop
testing
I mean the one displayed in the readme just after the title.
1.0
Failing travis CI build with current develop - I mean the one displayed in the readme just after the title.
non_defect
failing travis ci build with current develop i mean the one displayed in the readme just after the title
0
75,093
25,530,305,220
IssuesEvent
2022-11-29 07:49:45
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
New-style reply design is harder to grok
T-Defect A-Replies X-Needs-Design
As a gut reaction, the new replies are a lot harder for me to follow what's going on and pick them out. Before | After --- | --- ![](https://user-images.githubusercontent.com/558581/126718305-91560d77-0160-454d-a7cd-9968fba24344.png) | ![](https://user-images.githubusercontent.com/558581/126718314-f4e9f83d-1bbe-47b7-9424-8adf2a9ee1e2.png) Full-size: Before | After --- | --- ![](https://user-images.githubusercontent.com/558581/126733668-d0d50b21-6043-41fd-a414-0e4f1abd0c99.png) | ![](https://user-images.githubusercontent.com/558581/126733678-4ed4533b-d1ab-4f92-b1d4-3657ed4bd0bd.png) It looks like this was updated in https://github.com/matrix-org/matrix-react-sdk/pull/3553 and has finally made it to https://develop.element.io where I noticed it. Reading through the PR, [@nadonomy's comment](https://github.com/matrix-org/matrix-react-sdk/pull/3553#issuecomment-543666473) about "The avatars in replies were useful, so would prefer to keep them" made me realize that this might be the big missing piece for me. Although the discussion for keeping them was leaned towards making it like small pill style and the big left spacing would still be gone 🤷 In terms of spacing and colors, it's probably more something to get used to. Although previously the bottom margin on the quote made it easier to distinguish the actual message from the quote. This issue seems like it may be more personal feedback than an actionable issue. Feel free to close 🙇
1.0
New-style reply design is harder to grok - As a gut reaction, the new replies are a lot harder for me to follow what's going on and pick them out. Before | After --- | --- ![](https://user-images.githubusercontent.com/558581/126718305-91560d77-0160-454d-a7cd-9968fba24344.png) | ![](https://user-images.githubusercontent.com/558581/126718314-f4e9f83d-1bbe-47b7-9424-8adf2a9ee1e2.png) Full-size: Before | After --- | --- ![](https://user-images.githubusercontent.com/558581/126733668-d0d50b21-6043-41fd-a414-0e4f1abd0c99.png) | ![](https://user-images.githubusercontent.com/558581/126733678-4ed4533b-d1ab-4f92-b1d4-3657ed4bd0bd.png) It looks like this was updated in https://github.com/matrix-org/matrix-react-sdk/pull/3553 and has finally made it to https://develop.element.io where I noticed it. Reading through the PR, [@nadonomy's comment](https://github.com/matrix-org/matrix-react-sdk/pull/3553#issuecomment-543666473) about "The avatars in replies were useful, so would prefer to keep them" made me realize that this might be the big missing piece for me. Although the discussion for keeping them was leaned towards making it like small pill style and the big left spacing would still be gone 🤷 In terms of spacing and colors, it's probably more something to get used to. Although previously the bottom margin on the quote made it easier to distinguish the actual message from the quote. This issue seems like it may be more personal feedback than an actionable issue. Feel free to close 🙇
defect
new style reply design is harder to grok as a gut reaction the new replies are a lot harder for me to follow what s going on and pick them out before after full size before after it looks like this was updated in and has finally made it to where i noticed it reading through the pr about the avatars in replies were useful so would prefer to keep them made me realize that this might be the big missing piece for me although the discussion for keeping them was leaned towards making it like small pill style and the big left spacing would still be gone 🤷 in terms of spacing and colors it s probably more something to get used to although previously the bottom margin on the quote made it easier to distinguish the actual message from the quote this issue seems like it may be more personal feedback than an actionable issue feel free to close 🙇
1
27,708
5,078,794,535
IssuesEvent
2016-12-28 16:52:04
opendatakit/collect
https://api.github.com/repos/opendatakit/collect
opened
automatically name instances
1.3 Collect Priority-Medium Type-Defect
<a href="https://github.com/mitchellsundt"><img src="https://avatars.githubusercontent.com/u/2281171?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [mitchellsundt](https://github.com/mitchellsundt)** _Thursday Jul 09, 2015 at 18:29 GMT_ _Originally opened as https://github.com/opendatakit/opendatakit/issues/434 (12 comment(s))_ ---- Originally reported on Google Code with ID 433 ``` "As for giving the instance a name when saving at the end-- the default value for the name is "[form title] data". If you're modifying the code, that can be set to pretty much anything. Letting the form designer specify a field to be the save-name is on our list of things to do, but we haven't had time to implement it, yet." ``` Reported by `yanokwa` on 2011-11-17 16:19:09
1.0
automatically name instances - <a href="https://github.com/mitchellsundt"><img src="https://avatars.githubusercontent.com/u/2281171?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [mitchellsundt](https://github.com/mitchellsundt)** _Thursday Jul 09, 2015 at 18:29 GMT_ _Originally opened as https://github.com/opendatakit/opendatakit/issues/434 (12 comment(s))_ ---- Originally reported on Google Code with ID 433 ``` "As for giving the instance a name when saving at the end-- the default value for the name is "[form title] data". If you're modifying the code, that can be set to pretty much anything. Letting the form designer specify a field to be the save-name is on our list of things to do, but we haven't had time to implement it, yet." ``` Reported by `yanokwa` on 2011-11-17 16:19:09
defect
automatically name instances issue by thursday jul at gmt originally opened as comment s originally reported on google code with id as for giving the instance a name when saving at the end the default value for the name is data if you re modifying the code that can be set to pretty much anything letting the form designer specify a field to be the save name is on our list of things to do but we haven t had time to implement it yet reported by yanokwa on
1
32,535
4,775,294,488
IssuesEvent
2016-10-27 09:54:09
ComputationalRadiationPhysics/libSplash
https://api.github.com/repos/ComputationalRadiationPhysics/libSplash
opened
GCC 6.2.0: Compile Error
affects latest release bug
Compiling with gcc 6.2.0 leads to a compile error in `DCHelper.hpp` line 150: ``` In file included from src/SerialDataCollector.cpp:38:0: src/include/splash/core/DCHelper.hpp: In static member function static void splash::DCHelper::getOptimalChunkDims(const hsize_t*, uint32_t, size_t, hsize_t*): src/include/splash/core/DCHelper.hpp:150:85: error: call of overloaded abs(size_t) is ambiguous size_t chunk_diff = abs(target_chunk_size - (current_chunk_size * 2)); ```
1.0
GCC 6.2.0: Compile Error - Compiling with gcc 6.2.0 leads to a compile error in `DCHelper.hpp` line 150: ``` In file included from src/SerialDataCollector.cpp:38:0: src/include/splash/core/DCHelper.hpp: In static member function static void splash::DCHelper::getOptimalChunkDims(const hsize_t*, uint32_t, size_t, hsize_t*): src/include/splash/core/DCHelper.hpp:150:85: error: call of overloaded abs(size_t) is ambiguous size_t chunk_diff = abs(target_chunk_size - (current_chunk_size * 2)); ```
non_defect
gcc compile error compiling with gcc leads to a compile error in dchelper hpp line in file included from src serialdatacollector cpp src include splash core dchelper hpp in static member function static void splash dchelper getoptimalchunkdims const hsize t t size t hsize t src include splash core dchelper hpp error call of overloaded abs size t is ambiguous size t chunk diff abs target chunk size current chunk size
0