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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
790,673 | 27,832,623,762 | IssuesEvent | 2023-03-20 06:52:01 | AY2223S2-CS2113-T12-4/tp | https://api.github.com/repos/AY2223S2-CS2113-T12-4/tp | closed | [Task] Enable assertions | type.Task priority.Medium | **Describe the Task**
Enable assertions for team repo
**To Produce**
Steps of the task:
To enable assertions when executing Java code, add the following to the build.gradle file.
```
run {
enableAssertions = true
}
```
**Screenshots**

| 1.0 | [Task] Enable assertions - **Describe the Task**
Enable assertions for team repo
**To Produce**
Steps of the task:
To enable assertions when executing Java code, add the following to the build.gradle file.
```
run {
enableAssertions = true
}
```
**Screenshots**

| non_defect | enable assertions describe the task enable assertions for team repo to produce steps of the task to enable assertions when executing java code add the following to the build gradle file run enableassertions true screenshots | 0 |
71,215 | 23,491,192,392 | IssuesEvent | 2022-08-17 18:55:13 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | 508-defect-1 ❗ Transportation expense status message isn't announced to screen reader users | design 508/Accessibility 508-defect-1 Burial benefits-team-1 squad-1 | # [508-defect-1 :exclamation: Launchblocker](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-1)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
---
[SCREENREADER]: Edit buttons need aria-label for context
[KEYBOARD]: Add another user link will not receive keyboard focus
[AXE-CORE]: Heading levels should increase by one
[COGNITION]: Error messages should be more specific
[COLOR]: Blue button on blue background does not have sufficient contrast ratio
---
-->
<!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. -->
## Feedback framework
- **❗️ Must** for if the feedback must be applied
- **⚠️ Should** if the feedback is best practice
- **✔️ Consider** for suggestions/enhancements
## Definition of done
1. Review and acknowledge feedback.
1. Fix and/or document decisions made.
1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix.
## Point of Contact
<!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. -->
**VFS Point of Contact:** Josh
## User Story or Problem Statement
As a screen reader user navigating through a form, I will miss the note on transportation expenses that dynamically appears visually without being announced or accessible by the tab key or up and down form control swipe actions on iOS VoiceOver
## Details
When the user checks "transportation services" a new field and note/status box appears telling them that they will need to upload documentation for the expenses at the end of the application
## Acceptance Criteria
- [ ] The note is embedded as hint text within the `label` OR
- [x] The note uses `aria-live="polite"` to announce itself politely to screen reader users
## Steps to Recreate
1. [Go to step 4: benefits selection](https://staging.va.gov/burials-and-memorials/application/530/benefits/selection)
2. Turn on your screen reading device
3. Check transportation expenses
4. Confirm that the note is not programmatically announced
## Proposed Solution (if known)
See acceptance criteria
## Screenshots or Trace Logs
### Screen reader users may tab directly over the paragraph.
https://user-images.githubusercontent.com/14154792/175381663-7afce08d-725d-4a67-babe-fa542843e940.mov
### Rewriting the content to fit in as hint text could fix the issue
<img width="667" alt="Screen Shot 2022-06-23 at 3 19 01 PM" src="https://user-images.githubusercontent.com/14154792/175381913-06f79e15-8e90-4957-b849-ac99011090f8.png">
| 1.0 | 508-defect-1 ❗ Transportation expense status message isn't announced to screen reader users - # [508-defect-1 :exclamation: Launchblocker](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-1)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
---
[SCREENREADER]: Edit buttons need aria-label for context
[KEYBOARD]: Add another user link will not receive keyboard focus
[AXE-CORE]: Heading levels should increase by one
[COGNITION]: Error messages should be more specific
[COLOR]: Blue button on blue background does not have sufficient contrast ratio
---
-->
<!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. -->
## Feedback framework
- **❗️ Must** for if the feedback must be applied
- **⚠️ Should** if the feedback is best practice
- **✔️ Consider** for suggestions/enhancements
## Definition of done
1. Review and acknowledge feedback.
1. Fix and/or document decisions made.
1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix.
## Point of Contact
<!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. -->
**VFS Point of Contact:** Josh
## User Story or Problem Statement
As a screen reader user navigating through a form, I will miss the note on transportation expenses that dynamically appears visually without being announced or accessible by the tab key or up and down form control swipe actions on iOS VoiceOver
## Details
When the user checks "transportation services" a new field and note/status box appears telling them that they will need to upload documentation for the expenses at the end of the application
## Acceptance Criteria
- [ ] The note is embedded as hint text within the `label` OR
- [x] The note uses `aria-live="polite"` to announce itself politely to screen reader users
## Steps to Recreate
1. [Go to step 4: benefits selection](https://staging.va.gov/burials-and-memorials/application/530/benefits/selection)
2. Turn on your screen reading device
3. Check transportation expenses
4. Confirm that the note is not programmatically announced
## Proposed Solution (if known)
See acceptance criteria
## Screenshots or Trace Logs
### Screen reader users may tab directly over the paragraph.
https://user-images.githubusercontent.com/14154792/175381663-7afce08d-725d-4a67-babe-fa542843e940.mov
### Rewriting the content to fit in as hint text could fix the issue
<img width="667" alt="Screen Shot 2022-06-23 at 3 19 01 PM" src="https://user-images.githubusercontent.com/14154792/175381913-06f79e15-8e90-4957-b849-ac99011090f8.png">
| defect | defect ❗ transportation expense status message isn t announced to screen reader users enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels should increase by one error messages should be more specific blue button on blue background does not have sufficient contrast ratio feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements definition of done review and acknowledge feedback fix and or document decisions made accessibility specialist will close ticket after reviewing documented decisions validating fix point of contact vfs point of contact josh user story or problem statement as a screen reader user navigating through a form i will miss the note on transportation expenses that dynamically appears visually without being announced or accessible by the tab key or up and down form control swipe actions on ios voiceover details when the user checks transportation services a new field and note status box appears telling them that they will need to upload documentation for the expenses at the end of the application acceptance criteria the note is embedded as hint text within the label or the note uses aria live polite to announce itself politely to screen reader users steps to recreate turn on your screen reading device check transportation expenses confirm that the note is not programmatically announced proposed solution if known see acceptance criteria screenshots or trace logs screen reader users may tab directly over the paragraph rewriting the content to fit in as hint text could fix the issue img width alt screen shot at pm src | 1 |
617 | 2,577,792,357 | IssuesEvent | 2015-02-12 19:09:53 | chrsmith/quake2-gwt-port | https://api.github.com/repos/chrsmith/quake2-gwt-port | opened | fail to download q2-314-demo-x86.exe | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
install-resources takes too long to download q2-314-demo-x86.exe. It
actually never finished on my machine.
What is the expected output? What do you see instead?
The exe should be downloaded and unpacked. Instead, I see the batch starts
to print dots as it is downloading, then it freezes.
What version of the product are you using? On what operating system?
hg tip: 18
OS: Windows XP
Please provide any additional information below.
The user could download manually the executable.
Downloader.java could check if the file is already present, if not, then it
will start to download; then unpack.
```
-----
Original issue reported on code.google.com by matthias.buchner on 13 Apr 2010 at 6:21 | 1.0 | fail to download q2-314-demo-x86.exe - ```
What steps will reproduce the problem?
install-resources takes too long to download q2-314-demo-x86.exe. It
actually never finished on my machine.
What is the expected output? What do you see instead?
The exe should be downloaded and unpacked. Instead, I see the batch starts
to print dots as it is downloading, then it freezes.
What version of the product are you using? On what operating system?
hg tip: 18
OS: Windows XP
Please provide any additional information below.
The user could download manually the executable.
Downloader.java could check if the file is already present, if not, then it
will start to download; then unpack.
```
-----
Original issue reported on code.google.com by matthias.buchner on 13 Apr 2010 at 6:21 | defect | fail to download demo exe what steps will reproduce the problem install resources takes too long to download demo exe it actually never finished on my machine what is the expected output what do you see instead the exe should be downloaded and unpacked instead i see the batch starts to print dots as it is downloading then it freezes what version of the product are you using on what operating system hg tip os windows xp please provide any additional information below the user could download manually the executable downloader java could check if the file is already present if not then it will start to download then unpack original issue reported on code google com by matthias buchner on apr at | 1 |
781,279 | 27,430,459,845 | IssuesEvent | 2023-03-02 00:38:38 | openmsupply/open-msupply | https://api.github.com/repos/openmsupply/open-msupply | closed | Programs: Treatment Supporter | programs Priority: High | From: https://github.com/openmsupply/open-msupply/issues/644#issue-1383248595
> #### `Treatment Supporter`:
>
> - should be able to specify if TS is same as `Next of Kin` from the registration details (avoid unnecessary data entry). That would require to pull NoK data from the registration form into the enrolment if that checkbox is ticked.
> - TS can be different from NoK cause sometimes patient do not want to share health data with their family
Related to #1070 in that we'll probably want to create a general component that can handle both these scenarios. | 1.0 | Programs: Treatment Supporter - From: https://github.com/openmsupply/open-msupply/issues/644#issue-1383248595
> #### `Treatment Supporter`:
>
> - should be able to specify if TS is same as `Next of Kin` from the registration details (avoid unnecessary data entry). That would require to pull NoK data from the registration form into the enrolment if that checkbox is ticked.
> - TS can be different from NoK cause sometimes patient do not want to share health data with their family
Related to #1070 in that we'll probably want to create a general component that can handle both these scenarios. | non_defect | programs treatment supporter from treatment supporter should be able to specify if ts is same as next of kin from the registration details avoid unnecessary data entry that would require to pull nok data from the registration form into the enrolment if that checkbox is ticked ts can be different from nok cause sometimes patient do not want to share health data with their family related to in that we ll probably want to create a general component that can handle both these scenarios | 0 |
14,841 | 2,831,389,928 | IssuesEvent | 2015-05-24 15:54:47 | nobodyguy/dslrdashboard | https://api.github.com/repos/nobodyguy/dslrdashboard | closed | D600 shutter lag? | auto-migrated Priority-Medium Type-Defect | ```
Please describe here the exact problem with the D600 and the 'shutter lag'
```
Original issue reported on code.google.com by `hub...@gmail.com` on 17 Sep 2013 at 5:49 | 1.0 | D600 shutter lag? - ```
Please describe here the exact problem with the D600 and the 'shutter lag'
```
Original issue reported on code.google.com by `hub...@gmail.com` on 17 Sep 2013 at 5:49 | defect | shutter lag please describe here the exact problem with the and the shutter lag original issue reported on code google com by hub gmail com on sep at | 1 |
16,966 | 2,964,593,041 | IssuesEvent | 2015-07-10 17:33:36 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | dart2dart does not handle prefix imports correctly | Area-Dart2Dart NotPlanned Priority-Unassigned Triaged Type-Defect | The following tests fail:
language/import_core_prefix_test
language/prefix16_test
language/prefix22_test
FAILED: dart2dart-vm release_ia32 language/import_core_prefix_test
Expected: pass
Actual: fail
CommandOutput[dart2dart\]:
stdout:
tests/language/import_core_prefix_test.dart:28:3: Warning: Cannot resolve type "mycore.dynamic".
mycore.dynamic d = null;
^^^^^^^^^^^^^^
tests/language/import_core_prefix_test.dart:28:3: Warning: Cannot resolve type "mycore.dynamic".
mycore.dynamic d = null;
^^^^^^^^^^^^^^
tests/language/import_core_prefix_test.dart:28:3: Warning: Cannot resolve type "mycore.dynamic".
mycore.dynamic d = null;
^^^^^^^^^^^^^^
CommandOutput[vm\]:
stderr:
'file:///usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_import_core_prefix_test/out.dart': Error: line 1 pos 215: semicolon expected
class p_Object{}class p_Map{p_Map(this._lat,this._long);get isPrimeMeridian=>_long==0;var \_lat;var \_long;}void main(){var test=new Map<int,String>();bool boolval=false;int variable=10;num p_value=10;mycore.dynamic d=null;print(new Object());print(new p_Object());var greenwich=new p_Map(51,0);var kpao=new p_Map(37,-122);Expect.isTrue(greenwich.isPrimeMeridian);Expect.isFalse(kpao.isPrimeMeridian);}class Expect{static void isTrue(var actual,[String reason=null]){if(_identical(actual,true))return;String msg=_getMessage(reason);_fail("Expect.isTrue(${actual}${msg}) fails.");}static void isFalse(var actual,[String reason=null]){if(_identical(actual,false))return;String msg=_getMessage(reason);_fail("Expect.isFalse(${actual}${msg}) fails.");}static String \_getMessage(String reason)=>(reason==null)?"":", '${reason}'";static void \_fail(String p_message){throw new ExpectException(p_message);}}bool \_identical(a,b)=>identical(a,b);class ExpectException implements Exception{ExpectException(this.message);String toString()=>message;String message;}
^
Command[dart2dart\]: sdk/bin/dart2js --allow-mock-compilation --categories=all --package-root=out/ReleaseIA32/packages/ /usr/local/prj/dart/git/dart/tests/language/import_core_prefix_test.dart --output-type=dart --out=/usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_import_core_prefix_test/out.dart
Took 0:00:00.969000
Command[vm\]: out/ReleaseIA32/dart --ignore-unrecognized-flags /usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_import_core_prefix_test/out.dart
Took 0:00:00.042000
Short reproduction command (experimental):
python tools/test.py -mrelease -cdart2dart -t60 language/import_core_prefix_test
FAILED: dart2dart-vm release_ia32 language/prefix16_test
Expected: pass
Actual: fail
CommandOutput[dart2dart\]:
stdout:
tests/language/prefix16_test.dart:13:32: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc(lib12.Library13 param);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:13:9: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc(lib12.Library13 param);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:43:18: Warning: Arguments do not match the expected parameters of "fail".
Expect.fail();
^^
tests/language/prefix16_test.dart:14:33: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc2(lib12.Library13 param, int i);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:14:9: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc2(lib12.Library13 param, int i);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:51:18: Warning: Arguments do not match the expected parameters of "fail".
Expect.fail();
^^
tests/language/prefix16_test.dart:59:18: Warning: Arguments do not match the expected parameters of "fail".
Expect.fail();
^^
tests/language/prefix16_test.dart:31:16: Warning: "int" is not assignable to "myFunc".
myFunc i = 0;
^
tests/language/prefix16_test.dart:43:7: Warning: Missing argument of type "String".
Expect.fail();
^^^^^^^^^^^^^
out/ReleaseIA32/packages/expect/expect.dart:153:15: Info: Info: This is the method declaration.
static void fail(String msg) {
^^^^
tests/language/prefix16_test.dart:51:7: Warning: Missing argument of type "String".
Expect.fail();
^^^^^^^^^^^^^
out/ReleaseIA32/packages/expect/expect.dart:153:15: Info: Info: This is the method declaration.
static void fail(String msg) {
^^^^
tests/language/prefix16_test.dart:59:7: Warning: Missing argument of type "String".
Expect.fail();
^^^^^^^^^^^^^
out/ReleaseIA32/packages/expect/expect.dart:153:15: Info: Info: This is the method declaration.
static void fail(String msg) {
^^^^
tests/language/prefix16_test.dart:13:9: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc(lib12.Library13 param);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:13:32: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc(lib12.Library13 param);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:14:9: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc2(lib12.Library13 param, int i);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:14:33: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc2(lib12.Library13 param, int i);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:13:9: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc(lib12.Library13 param);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:13:32: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc(lib12.Library13 param);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:14:9: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc2(lib12.Library13 param, int i);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:14:33: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc2(lib12.Library13 param, int i);
^^^^^^^^^^^^^^^
CommandOutput[vm\]:
stderr:
'file:///usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix16_test/out.dart': Error: line 1 pos 14: function alias name expected
typedef lib12.Library13 myFunc(lib12.Library13 param);typedef lib12.Library13 myFunc2(lib12.Library13 param,int i);isCheckedMode(){try {var i=1;String s=i;return false;}catch (e){return true;}}main(){{bool got_type_error=false;try {myFunc i=0;}on TypeError catch (p_error){got_type_error=true;}Expect.isTrue(got_type_error==isCheckedMode());}try {Expect.isTrue(((int x)=>x) is myFunc);}on TypeError catch (p_error){Expect.p_fail();}try {Expect.isTrue(((int x,int y)=>x) is myFunc2);}on TypeError catch (p_error){Expect.p_fail();}try {Expect.isFalse(((int x,String y)=>x) is myFunc2);}on TypeError catch (p_error){Expect.p_fail();}}class Expect{static void isTrue(var actual,[String reason=null]){if(_identical(actual,true))return;String msg=_getMessage(reason);_fail("Expect.isTrue(${actual}${msg}) fails.");}static void isFalse(var actual,[String reason=null]){if(_identical(actual,false))return;String msg=_getMessage(reason);_fail("Expect.isFalse(${actual}${msg}) fails.");}static void p_fail(String msg){_fail("Expect.fail('${msg}')");}static String \_getMessage(String reason)=>(reason==null)?"":", '${reason}'";static void \_fail(String p_message){throw new ExpectException(p_message);}}bool \_identical(a,b)=>identical(a,b);class ExpectException implements Exception{ExpectException(this.message);String toString()=>message;String message;}
^
Command[dart2dart\]: sdk/bin/dart2js --allow-mock-compilation --categories=all --package-root=out/ReleaseIA32/packages/ /usr/local/prj/dart/git/dart/tests/language/prefix16_test.dart --output-type=dart --out=/usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix16_test/out.dart
Took 0:00:00.967000
Command[vm\]: out/ReleaseIA32/dart --ignore-unrecognized-flags /usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix16_test/out.dart
Took 0:00:00.032000
Short reproduction command (experimental):
python tools/test.py -mrelease -cdart2dart -t60 language/prefix16_test
FAILED: dart2dart-vm release_ia32 language/prefix22_test
Expected: pass
Actual: fail
CommandOutput[dart2dart\]:
stdout:
tests/language/prefix22_test.dart:12:11: Warning: Cannot resolve type "lib12.Library13".
myClass(lib12.Library13 p) { /// static type warning
^^^^^^^^^^^^^^^
tests/language/prefix22_test.dart:12:11: Warning: Cannot resolve type "lib12.Library13".
myClass(lib12.Library13 p) { /// static type warning
^^^^^^^^^^^^^^^
tests/language/prefix22_test.dart:12:11: Warning: Cannot resolve type "lib12.Library13".
myClass(lib12.Library13 p) { /// static type warning
^^^^^^^^^^^^^^^
CommandOutput[vm\]:
stderr:
'file:///usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix22_test/out.dart': Error: line 1 pos 28: parameter name expected
class myClass{myClass(lib12.Library13 p){}}main(){new myClass(null);}
^
Command[dart2dart\]: sdk/bin/dart2js --allow-mock-compilation --categories=all --package-root=out/ReleaseIA32/packages/ /usr/local/prj/dart/git/dart/tests/language/prefix22_test.dart --output-type=dart --out=/usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix22_test/out.dart
Took 0:00:00.830000
Command[vm\]: out/ReleaseIA32/dart --ignore-unrecognized-flags /usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix22_test/out.dart
Took 0:00:00.040000
Short reproduction command (experimental):
python tools/test.py -mrelease -cdart2dart -t60 language/prefix22_test
[00:01 | 100% | + 0 | - 1]
=== Failure summary:
FAILED: dart2dart-vm release_ia32 language/prefix22_test
Expected: pass
Actual: fail
CommandOutput[dart2dart\]:
stdout:
tests/language/prefix22_test.dart:12:11: Warning: Cannot resolve type "lib12.Library13".
myClass(lib12.Library13 p) { /// static type warning
^^^^^^^^^^^^^^^
tests/language/prefix22_test.dart:12:11: Warning: Cannot resolve type "lib12.Library13".
myClass(lib12.Library13 p) { /// static type warning
^^^^^^^^^^^^^^^
tests/language/prefix22_test.dart:12:11: Warning: Cannot resolve type "lib12.Library13".
myClass(lib12.Library13 p) { /// static type warning
^^^^^^^^^^^^^^^
CommandOutput[vm\]:
stderr:
'file:///usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix22_test/out.dart': Error: line 1 pos 28: parameter name expected
class myClass{myClass(lib12.Library13 p){}}main(){new myClass(null);}
^
Command[dart2dart\]: sdk/bin/dart2js --allow-mock-compilation --categories=all --package-root=out/ReleaseIA32/packages/ /usr/local/prj/dart/git/dart/tests/language/prefix22_test.dart --output-type=dart --out=/usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix22_test/out.dart
Took 0:00:00.830000
Command[vm\]: out/ReleaseIA32/dart --ignore-unrecognized-flags /usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix22_test/out.dart
Took 0:00:00.040000
Short reproduction command (experimental):
python tools/test.py -mrelease -cdart2dart -t60 language/prefix22_test
| 1.0 | dart2dart does not handle prefix imports correctly - The following tests fail:
language/import_core_prefix_test
language/prefix16_test
language/prefix22_test
FAILED: dart2dart-vm release_ia32 language/import_core_prefix_test
Expected: pass
Actual: fail
CommandOutput[dart2dart\]:
stdout:
tests/language/import_core_prefix_test.dart:28:3: Warning: Cannot resolve type "mycore.dynamic".
mycore.dynamic d = null;
^^^^^^^^^^^^^^
tests/language/import_core_prefix_test.dart:28:3: Warning: Cannot resolve type "mycore.dynamic".
mycore.dynamic d = null;
^^^^^^^^^^^^^^
tests/language/import_core_prefix_test.dart:28:3: Warning: Cannot resolve type "mycore.dynamic".
mycore.dynamic d = null;
^^^^^^^^^^^^^^
CommandOutput[vm\]:
stderr:
'file:///usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_import_core_prefix_test/out.dart': Error: line 1 pos 215: semicolon expected
class p_Object{}class p_Map{p_Map(this._lat,this._long);get isPrimeMeridian=>_long==0;var \_lat;var \_long;}void main(){var test=new Map<int,String>();bool boolval=false;int variable=10;num p_value=10;mycore.dynamic d=null;print(new Object());print(new p_Object());var greenwich=new p_Map(51,0);var kpao=new p_Map(37,-122);Expect.isTrue(greenwich.isPrimeMeridian);Expect.isFalse(kpao.isPrimeMeridian);}class Expect{static void isTrue(var actual,[String reason=null]){if(_identical(actual,true))return;String msg=_getMessage(reason);_fail("Expect.isTrue(${actual}${msg}) fails.");}static void isFalse(var actual,[String reason=null]){if(_identical(actual,false))return;String msg=_getMessage(reason);_fail("Expect.isFalse(${actual}${msg}) fails.");}static String \_getMessage(String reason)=>(reason==null)?"":", '${reason}'";static void \_fail(String p_message){throw new ExpectException(p_message);}}bool \_identical(a,b)=>identical(a,b);class ExpectException implements Exception{ExpectException(this.message);String toString()=>message;String message;}
^
Command[dart2dart\]: sdk/bin/dart2js --allow-mock-compilation --categories=all --package-root=out/ReleaseIA32/packages/ /usr/local/prj/dart/git/dart/tests/language/import_core_prefix_test.dart --output-type=dart --out=/usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_import_core_prefix_test/out.dart
Took 0:00:00.969000
Command[vm\]: out/ReleaseIA32/dart --ignore-unrecognized-flags /usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_import_core_prefix_test/out.dart
Took 0:00:00.042000
Short reproduction command (experimental):
python tools/test.py -mrelease -cdart2dart -t60 language/import_core_prefix_test
FAILED: dart2dart-vm release_ia32 language/prefix16_test
Expected: pass
Actual: fail
CommandOutput[dart2dart\]:
stdout:
tests/language/prefix16_test.dart:13:32: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc(lib12.Library13 param);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:13:9: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc(lib12.Library13 param);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:43:18: Warning: Arguments do not match the expected parameters of "fail".
Expect.fail();
^^
tests/language/prefix16_test.dart:14:33: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc2(lib12.Library13 param, int i);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:14:9: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc2(lib12.Library13 param, int i);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:51:18: Warning: Arguments do not match the expected parameters of "fail".
Expect.fail();
^^
tests/language/prefix16_test.dart:59:18: Warning: Arguments do not match the expected parameters of "fail".
Expect.fail();
^^
tests/language/prefix16_test.dart:31:16: Warning: "int" is not assignable to "myFunc".
myFunc i = 0;
^
tests/language/prefix16_test.dart:43:7: Warning: Missing argument of type "String".
Expect.fail();
^^^^^^^^^^^^^
out/ReleaseIA32/packages/expect/expect.dart:153:15: Info: Info: This is the method declaration.
static void fail(String msg) {
^^^^
tests/language/prefix16_test.dart:51:7: Warning: Missing argument of type "String".
Expect.fail();
^^^^^^^^^^^^^
out/ReleaseIA32/packages/expect/expect.dart:153:15: Info: Info: This is the method declaration.
static void fail(String msg) {
^^^^
tests/language/prefix16_test.dart:59:7: Warning: Missing argument of type "String".
Expect.fail();
^^^^^^^^^^^^^
out/ReleaseIA32/packages/expect/expect.dart:153:15: Info: Info: This is the method declaration.
static void fail(String msg) {
^^^^
tests/language/prefix16_test.dart:13:9: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc(lib12.Library13 param);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:13:32: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc(lib12.Library13 param);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:14:9: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc2(lib12.Library13 param, int i);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:14:33: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc2(lib12.Library13 param, int i);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:13:9: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc(lib12.Library13 param);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:13:32: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc(lib12.Library13 param);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:14:9: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc2(lib12.Library13 param, int i);
^^^^^^^^^^^^^^^
tests/language/prefix16_test.dart:14:33: Warning: Cannot resolve type "lib12.Library13".
typedef lib12.Library13 myFunc2(lib12.Library13 param, int i);
^^^^^^^^^^^^^^^
CommandOutput[vm\]:
stderr:
'file:///usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix16_test/out.dart': Error: line 1 pos 14: function alias name expected
typedef lib12.Library13 myFunc(lib12.Library13 param);typedef lib12.Library13 myFunc2(lib12.Library13 param,int i);isCheckedMode(){try {var i=1;String s=i;return false;}catch (e){return true;}}main(){{bool got_type_error=false;try {myFunc i=0;}on TypeError catch (p_error){got_type_error=true;}Expect.isTrue(got_type_error==isCheckedMode());}try {Expect.isTrue(((int x)=>x) is myFunc);}on TypeError catch (p_error){Expect.p_fail();}try {Expect.isTrue(((int x,int y)=>x) is myFunc2);}on TypeError catch (p_error){Expect.p_fail();}try {Expect.isFalse(((int x,String y)=>x) is myFunc2);}on TypeError catch (p_error){Expect.p_fail();}}class Expect{static void isTrue(var actual,[String reason=null]){if(_identical(actual,true))return;String msg=_getMessage(reason);_fail("Expect.isTrue(${actual}${msg}) fails.");}static void isFalse(var actual,[String reason=null]){if(_identical(actual,false))return;String msg=_getMessage(reason);_fail("Expect.isFalse(${actual}${msg}) fails.");}static void p_fail(String msg){_fail("Expect.fail('${msg}')");}static String \_getMessage(String reason)=>(reason==null)?"":", '${reason}'";static void \_fail(String p_message){throw new ExpectException(p_message);}}bool \_identical(a,b)=>identical(a,b);class ExpectException implements Exception{ExpectException(this.message);String toString()=>message;String message;}
^
Command[dart2dart\]: sdk/bin/dart2js --allow-mock-compilation --categories=all --package-root=out/ReleaseIA32/packages/ /usr/local/prj/dart/git/dart/tests/language/prefix16_test.dart --output-type=dart --out=/usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix16_test/out.dart
Took 0:00:00.967000
Command[vm\]: out/ReleaseIA32/dart --ignore-unrecognized-flags /usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix16_test/out.dart
Took 0:00:00.032000
Short reproduction command (experimental):
python tools/test.py -mrelease -cdart2dart -t60 language/prefix16_test
FAILED: dart2dart-vm release_ia32 language/prefix22_test
Expected: pass
Actual: fail
CommandOutput[dart2dart\]:
stdout:
tests/language/prefix22_test.dart:12:11: Warning: Cannot resolve type "lib12.Library13".
myClass(lib12.Library13 p) { /// static type warning
^^^^^^^^^^^^^^^
tests/language/prefix22_test.dart:12:11: Warning: Cannot resolve type "lib12.Library13".
myClass(lib12.Library13 p) { /// static type warning
^^^^^^^^^^^^^^^
tests/language/prefix22_test.dart:12:11: Warning: Cannot resolve type "lib12.Library13".
myClass(lib12.Library13 p) { /// static type warning
^^^^^^^^^^^^^^^
CommandOutput[vm\]:
stderr:
'file:///usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix22_test/out.dart': Error: line 1 pos 28: parameter name expected
class myClass{myClass(lib12.Library13 p){}}main(){new myClass(null);}
^
Command[dart2dart\]: sdk/bin/dart2js --allow-mock-compilation --categories=all --package-root=out/ReleaseIA32/packages/ /usr/local/prj/dart/git/dart/tests/language/prefix22_test.dart --output-type=dart --out=/usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix22_test/out.dart
Took 0:00:00.830000
Command[vm\]: out/ReleaseIA32/dart --ignore-unrecognized-flags /usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix22_test/out.dart
Took 0:00:00.040000
Short reproduction command (experimental):
python tools/test.py -mrelease -cdart2dart -t60 language/prefix22_test
[00:01 | 100% | + 0 | - 1]
=== Failure summary:
FAILED: dart2dart-vm release_ia32 language/prefix22_test
Expected: pass
Actual: fail
CommandOutput[dart2dart\]:
stdout:
tests/language/prefix22_test.dart:12:11: Warning: Cannot resolve type "lib12.Library13".
myClass(lib12.Library13 p) { /// static type warning
^^^^^^^^^^^^^^^
tests/language/prefix22_test.dart:12:11: Warning: Cannot resolve type "lib12.Library13".
myClass(lib12.Library13 p) { /// static type warning
^^^^^^^^^^^^^^^
tests/language/prefix22_test.dart:12:11: Warning: Cannot resolve type "lib12.Library13".
myClass(lib12.Library13 p) { /// static type warning
^^^^^^^^^^^^^^^
CommandOutput[vm\]:
stderr:
'file:///usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix22_test/out.dart': Error: line 1 pos 28: parameter name expected
class myClass{myClass(lib12.Library13 p){}}main(){new myClass(null);}
^
Command[dart2dart\]: sdk/bin/dart2js --allow-mock-compilation --categories=all --package-root=out/ReleaseIA32/packages/ /usr/local/prj/dart/git/dart/tests/language/prefix22_test.dart --output-type=dart --out=/usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix22_test/out.dart
Took 0:00:00.830000
Command[vm\]: out/ReleaseIA32/dart --ignore-unrecognized-flags /usr/local/prj/dart/git/dart/out/ReleaseIA32/generated_tests/dart2dart-vm/tests_language_prefix22_test/out.dart
Took 0:00:00.040000
Short reproduction command (experimental):
python tools/test.py -mrelease -cdart2dart -t60 language/prefix22_test
| defect | does not handle prefix imports correctly the following tests fail nbsp nbsp language import core prefix test nbsp nbsp language test nbsp nbsp language test failed vm release language import core prefix test expected pass actual fail commandoutput stdout tests language import core prefix test dart warning cannot resolve type quot mycore dynamic quot nbsp nbsp mycore dynamic d null nbsp nbsp tests language import core prefix test dart warning cannot resolve type quot mycore dynamic quot nbsp nbsp mycore dynamic d null nbsp nbsp tests language import core prefix test dart warning cannot resolve type quot mycore dynamic quot nbsp nbsp mycore dynamic d null nbsp nbsp commandoutput stderr file usr local prj dart git dart out generated tests vm tests language import core prefix test out dart error line pos semicolon expected class p object class p map p map this lat this long get isprimemeridian gt long var lat var long void main var test new map lt int string gt bool boolval false int variable num p value mycore dynamic d null print new object print new p object var greenwich new p map var kpao new p map expect istrue greenwich isprimemeridian expect isfalse kpao isprimemeridian class expect static void istrue var actual if identical actual true return string msg getmessage reason fail quot expect istrue actual msg fails quot static void isfalse var actual if identical actual false return string msg getmessage reason fail quot expect isfalse actual msg fails quot static string getmessage string reason gt reason null quot quot quot reason quot static void fail string p message throw new expectexception p message bool identical a b gt identical a b class expectexception implements exception expectexception this message string tostring gt message string message nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp command sdk bin allow mock compilation categories all package root out packages usr local prj dart git dart tests language import core prefix test dart output type dart out usr local prj dart git dart out generated tests vm tests language import core prefix test out dart took command out dart ignore unrecognized flags usr local prj dart git dart out generated tests vm tests language import core prefix test out dart took short reproduction command experimental nbsp nbsp nbsp nbsp python tools test py mrelease language import core prefix test failed vm release language test expected pass actual fail commandoutput stdout tests language test dart warning cannot resolve type quot quot typedef myfunc param nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning cannot resolve type quot quot typedef myfunc param nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning arguments do not match the expected parameters of quot fail quot nbsp nbsp nbsp nbsp nbsp nbsp expect fail nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning cannot resolve type quot quot typedef param int i nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning cannot resolve type quot quot typedef param int i nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning arguments do not match the expected parameters of quot fail quot nbsp nbsp nbsp nbsp nbsp nbsp expect fail nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning arguments do not match the expected parameters of quot fail quot nbsp nbsp nbsp nbsp nbsp nbsp expect fail nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning quot int quot is not assignable to quot myfunc quot nbsp nbsp nbsp nbsp nbsp nbsp myfunc i nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning missing argument of type quot string quot nbsp nbsp nbsp nbsp nbsp nbsp expect fail nbsp nbsp nbsp nbsp nbsp nbsp out packages expect expect dart info info this is the method declaration nbsp nbsp static void fail string msg nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning missing argument of type quot string quot nbsp nbsp nbsp nbsp nbsp nbsp expect fail nbsp nbsp nbsp nbsp nbsp nbsp out packages expect expect dart info info this is the method declaration nbsp nbsp static void fail string msg nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning missing argument of type quot string quot nbsp nbsp nbsp nbsp nbsp nbsp expect fail nbsp nbsp nbsp nbsp nbsp nbsp out packages expect expect dart info info this is the method declaration nbsp nbsp static void fail string msg nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning cannot resolve type quot quot typedef myfunc param nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning cannot resolve type quot quot typedef myfunc param nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning cannot resolve type quot quot typedef param int i nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning cannot resolve type quot quot typedef param int i nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning cannot resolve type quot quot typedef myfunc param nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning cannot resolve type quot quot typedef myfunc param nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning cannot resolve type quot quot typedef param int i nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning cannot resolve type quot quot typedef param int i nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp commandoutput stderr file usr local prj dart git dart out generated tests vm tests language test out dart error line pos function alias name expected typedef myfunc param typedef param int i ischeckedmode try var i string s i return false catch e return true main bool got type error false try myfunc i on typeerror catch p error got type error true expect istrue got type error ischeckedmode try expect istrue int x gt x is myfunc on typeerror catch p error expect p fail try expect istrue int x int y gt x is on typeerror catch p error expect p fail try expect isfalse int x string y gt x is on typeerror catch p error expect p fail class expect static void istrue var actual if identical actual true return string msg getmessage reason fail quot expect istrue actual msg fails quot static void isfalse var actual if identical actual false return string msg getmessage reason fail quot expect isfalse actual msg fails quot static void p fail string msg fail quot expect fail msg quot static string getmessage string reason gt reason null quot quot quot reason quot static void fail string p message throw new expectexception p message bool identical a b gt identical a b class expectexception implements exception expectexception this message string tostring gt message string message nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp command sdk bin allow mock compilation categories all package root out packages usr local prj dart git dart tests language test dart output type dart out usr local prj dart git dart out generated tests vm tests language test out dart took command out dart ignore unrecognized flags usr local prj dart git dart out generated tests vm tests language test out dart took short reproduction command experimental nbsp nbsp nbsp nbsp python tools test py mrelease language test failed vm release language test expected pass actual fail commandoutput stdout tests language test dart warning cannot resolve type quot quot nbsp nbsp myclass p static type warning nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning cannot resolve type quot quot nbsp nbsp myclass p static type warning nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning cannot resolve type quot quot nbsp nbsp myclass p static type warning nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp commandoutput stderr file usr local prj dart git dart out generated tests vm tests language test out dart error line pos parameter name expected class myclass myclass p main new myclass null nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp command sdk bin allow mock compilation categories all package root out packages usr local prj dart git dart tests language test dart output type dart out usr local prj dart git dart out generated tests vm tests language test out dart took command out dart ignore unrecognized flags usr local prj dart git dart out generated tests vm tests language test out dart took short reproduction command experimental nbsp nbsp nbsp nbsp python tools test py mrelease language test equals equals equals failure summary failed vm release language test expected pass actual fail commandoutput stdout tests language test dart warning cannot resolve type quot quot nbsp nbsp myclass p static type warning nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning cannot resolve type quot quot nbsp nbsp myclass p static type warning nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp tests language test dart warning cannot resolve type quot quot nbsp nbsp myclass p static type warning nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp commandoutput stderr file usr local prj dart git dart out generated tests vm tests language test out dart error line pos parameter name expected class myclass myclass p main new myclass null nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp command sdk bin allow mock compilation categories all package root out packages usr local prj dart git dart tests language test dart output type dart out usr local prj dart git dart out generated tests vm tests language test out dart took command out dart ignore unrecognized flags usr local prj dart git dart out generated tests vm tests language test out dart took short reproduction command experimental nbsp nbsp nbsp nbsp python tools test py mrelease language test | 1 |
74,195 | 25,003,697,140 | IssuesEvent | 2022-11-03 10:06:55 | matrix-org/matrix-public-archive | https://api.github.com/repos/matrix-org/matrix-public-archive | closed | Jumping forward and backward isn't stable and not completely seamless | T-Defect A-archive-room-view | https://github.com/matrix-org/matrix-public-archive/pull/114 mentioned "seamless navigation" with a caveat but jumping forward and backward in a normal room doesn't seem to land you in the same spot. And it's not obvious that you skipped over a couple messages in that gap either.
For example if I visit `/r/test-room1:my.synapse.server/date/2021/12/09`, jump to next, the jump back to previous, I'm now on `/r/test-room1:my.synapse.server/date/2021/12/14`.
This is caused because when we `/messages?dir=f` to jump forwards, the date picked is rounded to the end of the day and there are more messages in between than the limit. So we end up missing messages in the gap between the limit and where we jumped from.
Example:
- Archive message limit: 6
- Visit `/r/foo:bar/date/<day1>`: Will render from day 1 going backwards 6 messages (only 4 messages to show until we hit the start of the room)
- Jump forwards, will go forward 6 messages and pick that timestamp to redirect to
- `/r/foo:bar/date/<day3>`: Will render from day 3 going backwards 6 messages
```
1 <-- 2 <-- 3 <-- 4 <-- 5 <-- 6 <-- 7 <-- 8 <-- 9 <-- 10 <-- 11 <-- 12
[day 1 ] [day 2 ] [day 3 ]
[page1 ]
|------jump-forwards-6-messages----->|
[page2 ]
﹍﹍﹍﹍﹍﹍﹍﹍﹍
gap
```
### Potential solution
When jumping forwards (`/messages?dir=f&limit=100`), back track a bit until we can find a date boundary. This will guarantee some overlap with the previous page.
We then need to adjust the `?continue=top` query parameter to take an event ID (`?continue=$abc`) to continue from so we can start the scroll off there.
Using the previous example, it would now look like this:
```
1 <-- 2 <-- 3 <-- 4 <-- 5 <-- 6 <-- 7 <-- 8 <-- 9 <-- 10 <-- 11 <-- 12
[day 1 ] [day 2 ] [day 3 ]
[page1 ]
|------jump forwards 6 messages----->|
|<-backtrack-|
[page2, start scroll at 5 ]
```
| 1.0 | Jumping forward and backward isn't stable and not completely seamless - https://github.com/matrix-org/matrix-public-archive/pull/114 mentioned "seamless navigation" with a caveat but jumping forward and backward in a normal room doesn't seem to land you in the same spot. And it's not obvious that you skipped over a couple messages in that gap either.
For example if I visit `/r/test-room1:my.synapse.server/date/2021/12/09`, jump to next, the jump back to previous, I'm now on `/r/test-room1:my.synapse.server/date/2021/12/14`.
This is caused because when we `/messages?dir=f` to jump forwards, the date picked is rounded to the end of the day and there are more messages in between than the limit. So we end up missing messages in the gap between the limit and where we jumped from.
Example:
- Archive message limit: 6
- Visit `/r/foo:bar/date/<day1>`: Will render from day 1 going backwards 6 messages (only 4 messages to show until we hit the start of the room)
- Jump forwards, will go forward 6 messages and pick that timestamp to redirect to
- `/r/foo:bar/date/<day3>`: Will render from day 3 going backwards 6 messages
```
1 <-- 2 <-- 3 <-- 4 <-- 5 <-- 6 <-- 7 <-- 8 <-- 9 <-- 10 <-- 11 <-- 12
[day 1 ] [day 2 ] [day 3 ]
[page1 ]
|------jump-forwards-6-messages----->|
[page2 ]
﹍﹍﹍﹍﹍﹍﹍﹍﹍
gap
```
### Potential solution
When jumping forwards (`/messages?dir=f&limit=100`), back track a bit until we can find a date boundary. This will guarantee some overlap with the previous page.
We then need to adjust the `?continue=top` query parameter to take an event ID (`?continue=$abc`) to continue from so we can start the scroll off there.
Using the previous example, it would now look like this:
```
1 <-- 2 <-- 3 <-- 4 <-- 5 <-- 6 <-- 7 <-- 8 <-- 9 <-- 10 <-- 11 <-- 12
[day 1 ] [day 2 ] [day 3 ]
[page1 ]
|------jump forwards 6 messages----->|
|<-backtrack-|
[page2, start scroll at 5 ]
```
| defect | jumping forward and backward isn t stable and not completely seamless mentioned seamless navigation with a caveat but jumping forward and backward in a normal room doesn t seem to land you in the same spot and it s not obvious that you skipped over a couple messages in that gap either for example if i visit r test my synapse server date jump to next the jump back to previous i m now on r test my synapse server date this is caused because when we messages dir f to jump forwards the date picked is rounded to the end of the day and there are more messages in between than the limit so we end up missing messages in the gap between the limit and where we jumped from example archive message limit visit r foo bar date will render from day going backwards messages only messages to show until we hit the start of the room jump forwards will go forward messages and pick that timestamp to redirect to r foo bar date will render from day going backwards messages jump forwards messages ﹍﹍﹍﹍﹍﹍﹍﹍﹍ gap potential solution when jumping forwards messages dir f limit back track a bit until we can find a date boundary this will guarantee some overlap with the previous page we then need to adjust the continue top query parameter to take an event id continue abc to continue from so we can start the scroll off there using the previous example it would now look like this jump forwards messages backtrack | 1 |
60,020 | 17,023,313,467 | IssuesEvent | 2021-07-03 01:22:45 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Map update very slow with Mapnik.Plus & Zoom | Component: merkaartor Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 5.41am, Tuesday, 21st October 2008]**
If you download a bigger area and zoom in, the Mapnik.Plus style is
very slow in updating the map. Other styles are faster. If you zoom
out again, it performs considerably better.
| 1.0 | Map update very slow with Mapnik.Plus & Zoom - **[Submitted to the original trac issue database at 5.41am, Tuesday, 21st October 2008]**
If you download a bigger area and zoom in, the Mapnik.Plus style is
very slow in updating the map. Other styles are faster. If you zoom
out again, it performs considerably better.
| defect | map update very slow with mapnik plus zoom if you download a bigger area and zoom in the mapnik plus style is very slow in updating the map other styles are faster if you zoom out again it performs considerably better | 1 |
16,739 | 10,561,857,705 | IssuesEvent | 2019-10-04 16:52:02 | terraform-providers/terraform-provider-aws | https://api.github.com/repos/terraform-providers/terraform-provider-aws | closed | aws_iam_role/aws_iam_user: Updating role policy does not work after adding new user | bug service/iam | _This issue was originally opened by @michaelpisula as hashicorp/terraform#9862. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._
<hr>
Hi there,
Having a problem with IAM roles and users:
### Terraform Version
0.7.8
### Affected Resource(s)
- aws_iam_role
- aws_iam_user
### Expected Behavior
I have a role with a policy that allows all users to assume a role. When adding a new user, this user is also added to the role policy. Upon creation, the user is created and the policy role is updated. I would expect this to work ;-)
### Actual Behavior
When I run `terraform apply` it does not work the first time. I get the following error message
Error applying plan:
1 error(s) occurred:
* aws_iam_role.aws_working_role: Error Updating IAM Role (aws_working_role) Assume Role Policy: MalformedPolicyDocument: Invalid principal in policy: "AWS":"arn:aws:iam::xxx:user/User"
status code: 400
Making a trivial change to the policy (e.g. reordering the users) and running again works. Most likely this is some kind of race condition. Terraform reports user creation to be complete before starting to modify the role. I am only seeing this now with more than one user in the policy.
Not terribly important, as the workaround is fairly simple, still looks like a bug.
Cheers,
Michael | 1.0 | aws_iam_role/aws_iam_user: Updating role policy does not work after adding new user - _This issue was originally opened by @michaelpisula as hashicorp/terraform#9862. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._
<hr>
Hi there,
Having a problem with IAM roles and users:
### Terraform Version
0.7.8
### Affected Resource(s)
- aws_iam_role
- aws_iam_user
### Expected Behavior
I have a role with a policy that allows all users to assume a role. When adding a new user, this user is also added to the role policy. Upon creation, the user is created and the policy role is updated. I would expect this to work ;-)
### Actual Behavior
When I run `terraform apply` it does not work the first time. I get the following error message
Error applying plan:
1 error(s) occurred:
* aws_iam_role.aws_working_role: Error Updating IAM Role (aws_working_role) Assume Role Policy: MalformedPolicyDocument: Invalid principal in policy: "AWS":"arn:aws:iam::xxx:user/User"
status code: 400
Making a trivial change to the policy (e.g. reordering the users) and running again works. Most likely this is some kind of race condition. Terraform reports user creation to be complete before starting to modify the role. I am only seeing this now with more than one user in the policy.
Not terribly important, as the workaround is fairly simple, still looks like a bug.
Cheers,
Michael | non_defect | aws iam role aws iam user updating role policy does not work after adding new user this issue was originally opened by michaelpisula as hashicorp terraform it was migrated here as part of the the original body of the issue is below hi there having a problem with iam roles and users terraform version affected resource s aws iam role aws iam user expected behavior i have a role with a policy that allows all users to assume a role when adding a new user this user is also added to the role policy upon creation the user is created and the policy role is updated i would expect this to work actual behavior when i run terraform apply it does not work the first time i get the following error message error applying plan error s occurred aws iam role aws working role error updating iam role aws working role assume role policy malformedpolicydocument invalid principal in policy aws arn aws iam xxx user user status code making a trivial change to the policy e g reordering the users and running again works most likely this is some kind of race condition terraform reports user creation to be complete before starting to modify the role i am only seeing this now with more than one user in the policy not terribly important as the workaround is fairly simple still looks like a bug cheers michael | 0 |
114,284 | 14,544,747,099 | IssuesEvent | 2020-12-15 18:37:44 | ReneSchmitz/fabstr | https://api.github.com/repos/ReneSchmitz/fabstr | closed | Profile button component | design userstory | ## User story
As a **user**,
I want to **view and edit my profile.**
## Notes/Links
<img width="86" alt="Bildschirmfoto 2020-11-24 um 11 52 27" src="https://user-images.githubusercontent.com/72025806/100084938-b344fd80-2e4b-11eb-809c-8885aa224a15.png">
## Acceptance criteria
- [ ] Create link
- [x] Implement icon | 1.0 | Profile button component - ## User story
As a **user**,
I want to **view and edit my profile.**
## Notes/Links
<img width="86" alt="Bildschirmfoto 2020-11-24 um 11 52 27" src="https://user-images.githubusercontent.com/72025806/100084938-b344fd80-2e4b-11eb-809c-8885aa224a15.png">
## Acceptance criteria
- [ ] Create link
- [x] Implement icon | non_defect | profile button component user story as a user i want to view and edit my profile notes links img width alt bildschirmfoto um src acceptance criteria create link implement icon | 0 |
222,512 | 24,709,000,124 | IssuesEvent | 2022-10-19 21:56:01 | lukebrogan-mend/NuGetGallery | https://api.github.com/repos/lukebrogan-mend/NuGetGallery | closed | CVE-2021-43138 (High) detected in async-2.6.3.tgz, async-3.2.0.tgz - autoclosed | security vulnerability | ## CVE-2021-43138 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>async-2.6.3.tgz</b>, <b>async-3.2.0.tgz</b></p></summary>
<p>
<details><summary><b>async-2.6.3.tgz</b></p></summary>
<p>Higher-order functions and common patterns for asynchronous code</p>
<p>Library home page: <a href="https://registry.npmjs.org/async/-/async-2.6.3.tgz">https://registry.npmjs.org/async/-/async-2.6.3.tgz</a></p>
<p>Path to dependency file: /src/Bootstrap/package.json</p>
<p>Path to vulnerable library: /src/Bootstrap/node_modules/grunt-contrib-less/node_modules/async/package.json,/src/Bootstrap/node_modules/grunt-contrib-clean/node_modules/async/package.json,/src/Bootstrap/node_modules/grunt-contrib-watch/node_modules/async/package.json</p>
<p>
Dependency Hierarchy:
- grunt-contrib-clean-2.0.0.tgz (Root Library)
- :x: **async-2.6.3.tgz** (Vulnerable Library)
</details>
<details><summary><b>async-3.2.0.tgz</b></p></summary>
<p>Higher-order functions and common patterns for asynchronous code</p>
<p>Library home page: <a href="https://registry.npmjs.org/async/-/async-3.2.0.tgz">https://registry.npmjs.org/async/-/async-3.2.0.tgz</a></p>
<p>Path to dependency file: /src/Bootstrap/package.json</p>
<p>Path to vulnerable library: /src/Bootstrap/node_modules/async/package.json</p>
<p>
Dependency Hierarchy:
- grunt-1.4.1.tgz (Root Library)
- grunt-legacy-util-2.0.1.tgz
- :x: **async-3.2.0.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/lukebroganws/NuGetGallery/commit/bbddbd10b3c3109d085788a051f6737b0e530ee4">bbddbd10b3c3109d085788a051f6737b0e530ee4</a></p>
<p>Found in base branch: <b>main</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>
In Async before 2.6.4 and 3.x before 3.2.2, a malicious user can obtain privileges via the mapValues() method, aka lib/internal/iterator.js createObjectIterator prototype pollution.
<p>Publish Date: 2022-04-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43138>CVE-2021-43138</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43138">https://nvd.nist.gov/vuln/detail/CVE-2021-43138</a></p>
<p>Release Date: 2022-04-06</p>
<p>Fix Resolution (async): 3.2.2</p>
<p>Direct dependency fix Resolution (grunt): 1.5.0</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue | True | CVE-2021-43138 (High) detected in async-2.6.3.tgz, async-3.2.0.tgz - autoclosed - ## CVE-2021-43138 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>async-2.6.3.tgz</b>, <b>async-3.2.0.tgz</b></p></summary>
<p>
<details><summary><b>async-2.6.3.tgz</b></p></summary>
<p>Higher-order functions and common patterns for asynchronous code</p>
<p>Library home page: <a href="https://registry.npmjs.org/async/-/async-2.6.3.tgz">https://registry.npmjs.org/async/-/async-2.6.3.tgz</a></p>
<p>Path to dependency file: /src/Bootstrap/package.json</p>
<p>Path to vulnerable library: /src/Bootstrap/node_modules/grunt-contrib-less/node_modules/async/package.json,/src/Bootstrap/node_modules/grunt-contrib-clean/node_modules/async/package.json,/src/Bootstrap/node_modules/grunt-contrib-watch/node_modules/async/package.json</p>
<p>
Dependency Hierarchy:
- grunt-contrib-clean-2.0.0.tgz (Root Library)
- :x: **async-2.6.3.tgz** (Vulnerable Library)
</details>
<details><summary><b>async-3.2.0.tgz</b></p></summary>
<p>Higher-order functions and common patterns for asynchronous code</p>
<p>Library home page: <a href="https://registry.npmjs.org/async/-/async-3.2.0.tgz">https://registry.npmjs.org/async/-/async-3.2.0.tgz</a></p>
<p>Path to dependency file: /src/Bootstrap/package.json</p>
<p>Path to vulnerable library: /src/Bootstrap/node_modules/async/package.json</p>
<p>
Dependency Hierarchy:
- grunt-1.4.1.tgz (Root Library)
- grunt-legacy-util-2.0.1.tgz
- :x: **async-3.2.0.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/lukebroganws/NuGetGallery/commit/bbddbd10b3c3109d085788a051f6737b0e530ee4">bbddbd10b3c3109d085788a051f6737b0e530ee4</a></p>
<p>Found in base branch: <b>main</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>
In Async before 2.6.4 and 3.x before 3.2.2, a malicious user can obtain privileges via the mapValues() method, aka lib/internal/iterator.js createObjectIterator prototype pollution.
<p>Publish Date: 2022-04-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43138>CVE-2021-43138</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43138">https://nvd.nist.gov/vuln/detail/CVE-2021-43138</a></p>
<p>Release Date: 2022-04-06</p>
<p>Fix Resolution (async): 3.2.2</p>
<p>Direct dependency fix Resolution (grunt): 1.5.0</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue | non_defect | cve high detected in async tgz async tgz autoclosed cve high severity vulnerability vulnerable libraries async tgz async tgz async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file src bootstrap package json path to vulnerable library src bootstrap node modules grunt contrib less node modules async package json src bootstrap node modules grunt contrib clean node modules async package json src bootstrap node modules grunt contrib watch node modules async package json dependency hierarchy grunt contrib clean tgz root library x async tgz vulnerable library async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file src bootstrap package json path to vulnerable library src bootstrap node modules async package json dependency hierarchy grunt tgz root library grunt legacy util tgz x async tgz vulnerable library found in head commit a href found in base branch main vulnerability details in async before and x before a malicious user can obtain privileges via the mapvalues method aka lib internal iterator js createobjectiterator prototype pollution publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution async direct dependency fix resolution grunt rescue worker helmet automatic remediation is available for this issue | 0 |
45,174 | 12,626,767,305 | IssuesEvent | 2020-06-14 18:08:54 | Reckue/post-api | https://api.github.com/repos/Reckue/post-api | closed | Remove not null annotation in node request, post request | Defect Priority:Low Ready For Testing | Hi!
Please remove @NotNull annotations in NodeRequest, PostRequest class.
```java
@NotNull
@ApiModelProperty(notes = "Publication date")
private long published;
```
```java
@NotNull
@ApiModelProperty(notes = "Publication date")
private long published;
```
```java
@NotNull
@ApiModelProperty(notes = "Date of changes")
private long changed;
```
It's all. Thanks. | 1.0 | Remove not null annotation in node request, post request - Hi!
Please remove @NotNull annotations in NodeRequest, PostRequest class.
```java
@NotNull
@ApiModelProperty(notes = "Publication date")
private long published;
```
```java
@NotNull
@ApiModelProperty(notes = "Publication date")
private long published;
```
```java
@NotNull
@ApiModelProperty(notes = "Date of changes")
private long changed;
```
It's all. Thanks. | defect | remove not null annotation in node request post request hi please remove notnull annotations in noderequest postrequest class java notnull apimodelproperty notes publication date private long published java notnull apimodelproperty notes publication date private long published java notnull apimodelproperty notes date of changes private long changed it s all thanks | 1 |
56,525 | 32,045,755,869 | IssuesEvent | 2023-09-23 01:47:09 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | How to reduce CPU usage of TensorFlowLite | stat:awaiting response stale comp:lite type:performance 2.6.0 | <details><summary>Click to expand!</summary>
### Issue Type
Performance
### Source
source
### Tensorflow Version
tflite 2.6.1
### Custom Code
No
### OS Platform and Distribution
yocto Linux
### Mobile device
_No response_
### Python version
_No response_
### Bazel version
3.7.1
### GCC/Compiler version
_No response_
### CUDA/cuDNN version
_No response_
### GPU model and memory
_No response_
### Current Behaviour?
```shell
Hello, I have a question about how to reduce CPU usage of TensorFlowLite.
I have 100% CPU utilization when running on ARM.
I want to lower it to about 50% because other processes will not work.
Is there a solution to this problem?
It is already running on 1 core, so the method of reducing the number of cores used will not solve the problem.
```
### Standalone code to reproduce the issue
```shell
-
```
### Relevant log output
_No response_</details> | True | How to reduce CPU usage of TensorFlowLite - <details><summary>Click to expand!</summary>
### Issue Type
Performance
### Source
source
### Tensorflow Version
tflite 2.6.1
### Custom Code
No
### OS Platform and Distribution
yocto Linux
### Mobile device
_No response_
### Python version
_No response_
### Bazel version
3.7.1
### GCC/Compiler version
_No response_
### CUDA/cuDNN version
_No response_
### GPU model and memory
_No response_
### Current Behaviour?
```shell
Hello, I have a question about how to reduce CPU usage of TensorFlowLite.
I have 100% CPU utilization when running on ARM.
I want to lower it to about 50% because other processes will not work.
Is there a solution to this problem?
It is already running on 1 core, so the method of reducing the number of cores used will not solve the problem.
```
### Standalone code to reproduce the issue
```shell
-
```
### Relevant log output
_No response_</details> | non_defect | how to reduce cpu usage of tensorflowlite click to expand issue type performance source source tensorflow version tflite custom code no os platform and distribution yocto linux mobile device no response python version no response bazel version gcc compiler version no response cuda cudnn version no response gpu model and memory no response current behaviour shell hello i have a question about how to reduce cpu usage of tensorflowlite i have cpu utilization when running on arm i want to lower it to about because other processes will not work is there a solution to this problem it is already running on core so the method of reducing the number of cores used will not solve the problem standalone code to reproduce the issue shell relevant log output no response | 0 |
371,089 | 25,937,708,944 | IssuesEvent | 2022-12-16 15:31:01 | UCL/TDMS | https://api.github.com/repos/UCL/TDMS | closed | Odd behaviour in `interpolate.cpp` | bug documentation context required | # Odd behaviour in `interpolate.cpp` [Related to #44]
Several functions in `interpolate.cpp` seem to have redundant `for` loops, and mismatches between the function doc-string and what the function actually does.
Looking at [`interpolateFieldCentralE_TE`](https://github.com/UCL/TDMS/blob/526987ce4ba47d982e90787b6e4e67af94dfb353/tdms/src/interpolate.cpp#L115-L176) for example:
- An error is thrown unless `k_u` $\leq 0\leq$ `k_l`, which is in contrast to what the docstring claims the acceptable values of `k_l` ( $\geq 2$ ) and `k_u` ( $\leq$ `K` $-2$) are.
- The variables `i_u`, `j_u`, `k_u` have intent[out], but are never assigned to, not pointers, and not returned.
- `for(k=k_l; k<=k_u; k++)` only executes when `k_u` $\leq 0\leq$ `k_l` due to the previous error checks, and so `k` can only take the value 0.
The same things occur in `interpolateFieldCentralE_TM`, `interpolateFieldCentralH_TE`, and `interpolateFieldCentralH_TM`.
If the intended behaviour is what's listed in the doc-strings; the code needs to be changed and we need to check whether the result of any demonstration code or tests _depend_ on then also changes, due to dependence on these functions.
If what's currently in the code is the intended behaviour, it looks like it can be made more readable and the doc-strings updated to match. | 1.0 | Odd behaviour in `interpolate.cpp` - # Odd behaviour in `interpolate.cpp` [Related to #44]
Several functions in `interpolate.cpp` seem to have redundant `for` loops, and mismatches between the function doc-string and what the function actually does.
Looking at [`interpolateFieldCentralE_TE`](https://github.com/UCL/TDMS/blob/526987ce4ba47d982e90787b6e4e67af94dfb353/tdms/src/interpolate.cpp#L115-L176) for example:
- An error is thrown unless `k_u` $\leq 0\leq$ `k_l`, which is in contrast to what the docstring claims the acceptable values of `k_l` ( $\geq 2$ ) and `k_u` ( $\leq$ `K` $-2$) are.
- The variables `i_u`, `j_u`, `k_u` have intent[out], but are never assigned to, not pointers, and not returned.
- `for(k=k_l; k<=k_u; k++)` only executes when `k_u` $\leq 0\leq$ `k_l` due to the previous error checks, and so `k` can only take the value 0.
The same things occur in `interpolateFieldCentralE_TM`, `interpolateFieldCentralH_TE`, and `interpolateFieldCentralH_TM`.
If the intended behaviour is what's listed in the doc-strings; the code needs to be changed and we need to check whether the result of any demonstration code or tests _depend_ on then also changes, due to dependence on these functions.
If what's currently in the code is the intended behaviour, it looks like it can be made more readable and the doc-strings updated to match. | non_defect | odd behaviour in interpolate cpp odd behaviour in interpolate cpp several functions in interpolate cpp seem to have redundant for loops and mismatches between the function doc string and what the function actually does looking at for example an error is thrown unless k u leq leq k l which is in contrast to what the docstring claims the acceptable values of k l geq and k u leq k are the variables i u j u k u have intent but are never assigned to not pointers and not returned for k k l k k u k only executes when k u leq leq k l due to the previous error checks and so k can only take the value the same things occur in interpolatefieldcentrale tm interpolatefieldcentralh te and interpolatefieldcentralh tm if the intended behaviour is what s listed in the doc strings the code needs to be changed and we need to check whether the result of any demonstration code or tests depend on then also changes due to dependence on these functions if what s currently in the code is the intended behaviour it looks like it can be made more readable and the doc strings updated to match | 0 |
77,441 | 26,992,138,170 | IssuesEvent | 2023-02-09 20:51:43 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | opened | 508-defect-2: Focus isn't managed after editing (or cancelling) contact information AND no aural feedback is provided that a change has been made | 508/Accessibility 508-defect-2 Supplemental Claims benefits-crew benefits-team-1 squad-2 wicked | ### Point of contact
joshkimux
### Severity level
2, Serious. Should be fixed in 1-2 sprints post-launch.
### Details
Two interconnected issues exist when editing contact information:
1. Focus isn't managed upon returning to the contact information page after clicking "Cancel" or "Save" post editing one of the user's contacts and
2. no aural (or immediate visual) confirmation is communicated to the user that the change has been saved
### Reproduction steps
1. "On the contact information page, click ""edit"" on any of the options.
2. Turn on your screen reader of choice.
3. Click ""save.""
4. Confirm you are returned to the contact information page, but hear no confirmation message and see no immediate feedback that it was saved or changed."
### Proposed solution or next steps
This one is a bit tricky as we're trying to communicate both a change of state (you've successfully updated something) and create consistent and predictable navigation (you're returned back to where you started).
This works great when adding issues, as a literal new checkbox is created with the user's information which can take focus-- but in this case, it's not as clear in this context as static text is being updated.
@andaleliz on the profile team has conducted research on this. They may have evidence-backed guidance for us to follow here. We can likely solve this by either introducing one more page for confirmation pages (we've updated your number to this) OR add a polite visual/aural alert upon returning to the introduction page "We've updated your phone number in your profile."
I recommend the following:
- [ ] Designer and a11y specialist to reach out to @andaleliz for guidance
- [ ] Designer and a11y specialist to select a data-driven solution/next step forward after talking to Liz; the solution should address
- [ ] How focus will be managed between pages
- [ ] How confirmation that a change has been made is communicated to the user
- [ ] Handoff to engineer to implement
### References, articles, or WCAG support
_No response_
### Type of issue
- [X] Screenreader
- [ ] Keyboard
- [X] Focus
- [ ] Headings
- [ ] Color
- [ ] Zoom
- [ ] Semantics
- [ ] Axe-core
- [ ] Something else | 1.0 | 508-defect-2: Focus isn't managed after editing (or cancelling) contact information AND no aural feedback is provided that a change has been made - ### Point of contact
joshkimux
### Severity level
2, Serious. Should be fixed in 1-2 sprints post-launch.
### Details
Two interconnected issues exist when editing contact information:
1. Focus isn't managed upon returning to the contact information page after clicking "Cancel" or "Save" post editing one of the user's contacts and
2. no aural (or immediate visual) confirmation is communicated to the user that the change has been saved
### Reproduction steps
1. "On the contact information page, click ""edit"" on any of the options.
2. Turn on your screen reader of choice.
3. Click ""save.""
4. Confirm you are returned to the contact information page, but hear no confirmation message and see no immediate feedback that it was saved or changed."
### Proposed solution or next steps
This one is a bit tricky as we're trying to communicate both a change of state (you've successfully updated something) and create consistent and predictable navigation (you're returned back to where you started).
This works great when adding issues, as a literal new checkbox is created with the user's information which can take focus-- but in this case, it's not as clear in this context as static text is being updated.
@andaleliz on the profile team has conducted research on this. They may have evidence-backed guidance for us to follow here. We can likely solve this by either introducing one more page for confirmation pages (we've updated your number to this) OR add a polite visual/aural alert upon returning to the introduction page "We've updated your phone number in your profile."
I recommend the following:
- [ ] Designer and a11y specialist to reach out to @andaleliz for guidance
- [ ] Designer and a11y specialist to select a data-driven solution/next step forward after talking to Liz; the solution should address
- [ ] How focus will be managed between pages
- [ ] How confirmation that a change has been made is communicated to the user
- [ ] Handoff to engineer to implement
### References, articles, or WCAG support
_No response_
### Type of issue
- [X] Screenreader
- [ ] Keyboard
- [X] Focus
- [ ] Headings
- [ ] Color
- [ ] Zoom
- [ ] Semantics
- [ ] Axe-core
- [ ] Something else | defect | defect focus isn t managed after editing or cancelling contact information and no aural feedback is provided that a change has been made point of contact joshkimux severity level serious should be fixed in sprints post launch details two interconnected issues exist when editing contact information focus isn t managed upon returning to the contact information page after clicking cancel or save post editing one of the user s contacts and no aural or immediate visual confirmation is communicated to the user that the change has been saved reproduction steps on the contact information page click edit on any of the options turn on your screen reader of choice click save confirm you are returned to the contact information page but hear no confirmation message and see no immediate feedback that it was saved or changed proposed solution or next steps this one is a bit tricky as we re trying to communicate both a change of state you ve successfully updated something and create consistent and predictable navigation you re returned back to where you started this works great when adding issues as a literal new checkbox is created with the user s information which can take focus but in this case it s not as clear in this context as static text is being updated andaleliz on the profile team has conducted research on this they may have evidence backed guidance for us to follow here we can likely solve this by either introducing one more page for confirmation pages we ve updated your number to this or add a polite visual aural alert upon returning to the introduction page we ve updated your phone number in your profile i recommend the following designer and specialist to reach out to andaleliz for guidance designer and specialist to select a data driven solution next step forward after talking to liz the solution should address how focus will be managed between pages how confirmation that a change has been made is communicated to the user handoff to engineer to implement references articles or wcag support no response type of issue screenreader keyboard focus headings color zoom semantics axe core something else | 1 |
450,668 | 31,934,961,547 | IssuesEvent | 2023-09-19 09:51:06 | swedenconnect/bankid-saml-idp | https://api.github.com/repos/swedenconnect/bankid-saml-idp | closed | Deployment/production guidelines | documentation | - How to get a BankID relying party cert.
- Set up Redis
- Configure supervision
- ... | 1.0 | Deployment/production guidelines - - How to get a BankID relying party cert.
- Set up Redis
- Configure supervision
- ... | non_defect | deployment production guidelines how to get a bankid relying party cert set up redis configure supervision | 0 |
32,258 | 6,746,423,497 | IssuesEvent | 2017-10-21 01:57:42 | FreeRADIUS/freeradius-server | https://api.github.com/repos/FreeRADIUS/freeradius-server | closed | ctrl-C doesnt kill off server in radiusd -X | defect v4.0.x | when starting server in debug mode
radiusd -X
can no longer Ctrl-C in the terminal to kill it - just carries on running.... have to 'kill -9 %PID' in another window
| 1.0 | ctrl-C doesnt kill off server in radiusd -X - when starting server in debug mode
radiusd -X
can no longer Ctrl-C in the terminal to kill it - just carries on running.... have to 'kill -9 %PID' in another window
| defect | ctrl c doesnt kill off server in radiusd x when starting server in debug mode radiusd x can no longer ctrl c in the terminal to kill it just carries on running have to kill pid in another window | 1 |
1,982 | 2,603,974,492 | IssuesEvent | 2015-02-24 19:01:10 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳沈阳治疗生殖性疱疹 | auto-migrated Priority-Medium Type-Defect | ```
沈阳沈阳治疗生殖性疱疹〓沈陽軍區政治部醫院性病〓TEL:02
4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療�
��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝�
��的歷史悠久、設備精良、技術權威、專家云集,是預防、保
健、醫療、科研康復為一體的綜合性醫院。是國家首批公立��
�等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學�
��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍
空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集��
�二等功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:11 | 1.0 | 沈阳沈阳治疗生殖性疱疹 - ```
沈阳沈阳治疗生殖性疱疹〓沈陽軍區政治部醫院性病〓TEL:02
4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療�
��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝�
��的歷史悠久、設備精良、技術權威、專家云集,是預防、保
健、醫療、科研康復為一體的綜合性醫院。是國家首批公立��
�等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學�
��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍
空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集��
�二等功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:11 | defect | 沈阳沈阳治疗生殖性疱疹 沈阳沈阳治疗生殖性疱疹〓沈陽軍區政治部醫院性病〓tel: 〓 , � �� 。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 original issue reported on code google com by gmail com on jun at | 1 |
17,017 | 2,966,642,597 | IssuesEvent | 2015-07-12 03:19:45 | WildBamaBoy/minecraft-comes-alive | https://api.github.com/repos/WildBamaBoy/minecraft-comes-alive | closed | Villager don't shelter from the rain anymore | 1.8 defect pending-merge | In previous versions of MCA, I remember that what it started raining, villagers ran to nearby buildings to shelter from the rain. Now, the just stay outside as if nothing happened. I think that was a cool feature that should be reimplemented :) | 1.0 | Villager don't shelter from the rain anymore - In previous versions of MCA, I remember that what it started raining, villagers ran to nearby buildings to shelter from the rain. Now, the just stay outside as if nothing happened. I think that was a cool feature that should be reimplemented :) | defect | villager don t shelter from the rain anymore in previous versions of mca i remember that what it started raining villagers ran to nearby buildings to shelter from the rain now the just stay outside as if nothing happened i think that was a cool feature that should be reimplemented | 1 |
18,256 | 3,038,057,984 | IssuesEvent | 2015-08-06 20:23:40 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | Observatory: need a way to open multiple inspectors at the same time | Area-Observatory Priority-Unassigned Triaged Type-Defect | One should be able to compare objects that don't directly reference each other.
Not sure if this should open another tab or window, or if page should end up divided. | 1.0 | Observatory: need a way to open multiple inspectors at the same time - One should be able to compare objects that don't directly reference each other.
Not sure if this should open another tab or window, or if page should end up divided. | defect | observatory need a way to open multiple inspectors at the same time one should be able to compare objects that don t directly reference each other not sure if this should open another tab or window or if page should end up divided | 1 |
500,518 | 14,501,258,786 | IssuesEvent | 2020-12-11 19:14:44 | returntocorp/semgrep | https://api.github.com/repos/returntocorp/semgrep | closed | --test: separate out test and pattern files | enhancement external-user feature:cli-ux priority:medium | Allow semgrep yaml files and test files to be in separate directories | 1.0 | --test: separate out test and pattern files - Allow semgrep yaml files and test files to be in separate directories | non_defect | test separate out test and pattern files allow semgrep yaml files and test files to be in separate directories | 0 |
686,348 | 23,487,843,298 | IssuesEvent | 2022-08-17 15:46:58 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | Injected main function is not getting executed when log module is being used | Type/Bug Priority/Blocker Area/ProjectAPI | **Description:**
In AWS Lambda implementation, we inject a main function using a compiler extension and we use that as the entry point in the runtime. For some reason in update 2 this injected main method is not getting called when we use annotations. If we use the module directly the module works just fine( see the reproduce guide below).
**Steps to reproduce:**
I've simplified the compiler extension logic to only create a main function in a additional bal file and inside the main function theres one statement for printing a sample text. You can see the code if needed (https://github.com/xlight05/module-ballerinax-aws.lambda/blob/2622c2eebc314d2a73ebaef8d0a896ae55466996/compiler-plugin/src/main/java/org/ballerinax/awslambda/generator/tasks/AWSLambdaCodegenTask.java)
Injected bal file Contents
```
import ballerina/io;
public function main ()returns error? {
io:println("In the main method");
}
```
1. Use SL Update 2 RC Pack.
2. Clone the following branch - https://github.com/xlight05/module-ballerinax-aws.lambda/tree/main-not-work-debug
3. `./gradlew clean build`
4. cd ballerina
5. bal pack
6. bal push --repository local
7. Create a new ballerina project somewhere and add the following contents
```
import ballerinax/awslambda as _;
```
8. Add following to the Ballerina.toml
```
[[dependency]]
org = "ballerinax"
name = "awslambda"
version = "2.1.1"
repository = "local"
```
9. bal run (You should see the injected debug log)
10. Now change the main.bal content to
```
import ballerinax/awslambda;
import ballerina/log;
@awslambda:Function
public function echo(awslambda:Context ctx, json input) returns json {
log:printInfo(input.toJsonString());
return input;
}
```
11. Execute bal run (You should see no debug logs :( This is the issue, it still should print the debug log)
**Affected Versions:**
Swan lake Update 2
**OS, DB, other environment details and versions:**
**Related Issues (optional):**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
**Suggested Labels (optional):**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees (optional):**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
| 1.0 | Injected main function is not getting executed when log module is being used - **Description:**
In AWS Lambda implementation, we inject a main function using a compiler extension and we use that as the entry point in the runtime. For some reason in update 2 this injected main method is not getting called when we use annotations. If we use the module directly the module works just fine( see the reproduce guide below).
**Steps to reproduce:**
I've simplified the compiler extension logic to only create a main function in a additional bal file and inside the main function theres one statement for printing a sample text. You can see the code if needed (https://github.com/xlight05/module-ballerinax-aws.lambda/blob/2622c2eebc314d2a73ebaef8d0a896ae55466996/compiler-plugin/src/main/java/org/ballerinax/awslambda/generator/tasks/AWSLambdaCodegenTask.java)
Injected bal file Contents
```
import ballerina/io;
public function main ()returns error? {
io:println("In the main method");
}
```
1. Use SL Update 2 RC Pack.
2. Clone the following branch - https://github.com/xlight05/module-ballerinax-aws.lambda/tree/main-not-work-debug
3. `./gradlew clean build`
4. cd ballerina
5. bal pack
6. bal push --repository local
7. Create a new ballerina project somewhere and add the following contents
```
import ballerinax/awslambda as _;
```
8. Add following to the Ballerina.toml
```
[[dependency]]
org = "ballerinax"
name = "awslambda"
version = "2.1.1"
repository = "local"
```
9. bal run (You should see the injected debug log)
10. Now change the main.bal content to
```
import ballerinax/awslambda;
import ballerina/log;
@awslambda:Function
public function echo(awslambda:Context ctx, json input) returns json {
log:printInfo(input.toJsonString());
return input;
}
```
11. Execute bal run (You should see no debug logs :( This is the issue, it still should print the debug log)
**Affected Versions:**
Swan lake Update 2
**OS, DB, other environment details and versions:**
**Related Issues (optional):**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
**Suggested Labels (optional):**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees (optional):**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
| non_defect | injected main function is not getting executed when log module is being used description in aws lambda implementation we inject a main function using a compiler extension and we use that as the entry point in the runtime for some reason in update this injected main method is not getting called when we use annotations if we use the module directly the module works just fine see the reproduce guide below steps to reproduce i ve simplified the compiler extension logic to only create a main function in a additional bal file and inside the main function theres one statement for printing a sample text you can see the code if needed injected bal file contents import ballerina io public function main returns error io println in the main method use sl update rc pack clone the following branch gradlew clean build cd ballerina bal pack bal push repository local create a new ballerina project somewhere and add the following contents import ballerinax awslambda as add following to the ballerina toml org ballerinax name awslambda version repository local bal run you should see the injected debug log now change the main bal content to import ballerinax awslambda import ballerina log awslambda function public function echo awslambda context ctx json input returns json log printinfo input tojsonstring return input execute bal run you should see no debug logs this is the issue it still should print the debug log affected versions swan lake update os db other environment details and versions related issues optional suggested labels optional suggested assignees optional | 0 |
52,874 | 13,225,193,757 | IssuesEvent | 2020-08-17 20:40:45 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | project dataio needs to not depend on dataclasses/GCD specifics. (Trac #514) | Migrated from Trac dataio defect | project dataio needs to not depend on dataclasses/GCD specifics
to make it more useful for non-IceCube uses.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/514">https://code.icecube.wisc.edu/projects/icecube/ticket/514</a>, reported by blaufussand owned by troy</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2009-01-13T19:33:08",
"_ts": "1231875188000000",
"description": "project dataio needs to not depend on dataclasses/GCD specifics\nto make it more useful for non-IceCube uses.",
"reporter": "blaufuss",
"cc": "",
"resolution": "duplicate",
"time": "2009-01-13T19:32:06",
"component": "dataio",
"summary": "project dataio needs to not depend on dataclasses/GCD specifics.",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
</p>
</details>
| 1.0 | project dataio needs to not depend on dataclasses/GCD specifics. (Trac #514) - project dataio needs to not depend on dataclasses/GCD specifics
to make it more useful for non-IceCube uses.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/514">https://code.icecube.wisc.edu/projects/icecube/ticket/514</a>, reported by blaufussand owned by troy</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2009-01-13T19:33:08",
"_ts": "1231875188000000",
"description": "project dataio needs to not depend on dataclasses/GCD specifics\nto make it more useful for non-IceCube uses.",
"reporter": "blaufuss",
"cc": "",
"resolution": "duplicate",
"time": "2009-01-13T19:32:06",
"component": "dataio",
"summary": "project dataio needs to not depend on dataclasses/GCD specifics.",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
</p>
</details>
| defect | project dataio needs to not depend on dataclasses gcd specifics trac project dataio needs to not depend on dataclasses gcd specifics to make it more useful for non icecube uses migrated from json status closed changetime ts description project dataio needs to not depend on dataclasses gcd specifics nto make it more useful for non icecube uses reporter blaufuss cc resolution duplicate time component dataio summary project dataio needs to not depend on dataclasses gcd specifics priority normal keywords milestone owner troy type defect | 1 |
778,415 | 27,315,198,612 | IssuesEvent | 2023-02-24 15:11:10 | TalaoDAO/AltMe | https://api.github.com/repos/TalaoDAO/AltMe | closed | Discover Twitter card is disconnected to our API call and is now linked to Passbase | bug Priority | The twitter credential is not linked to passbase, it works with an API and our backend.
it was ok when we installed it 1 mont ago and now it calls passbase ? | 1.0 | Discover Twitter card is disconnected to our API call and is now linked to Passbase - The twitter credential is not linked to passbase, it works with an API and our backend.
it was ok when we installed it 1 mont ago and now it calls passbase ? | non_defect | discover twitter card is disconnected to our api call and is now linked to passbase the twitter credential is not linked to passbase it works with an api and our backend it was ok when we installed it mont ago and now it calls passbase | 0 |
21,949 | 3,587,215,205 | IssuesEvent | 2016-01-30 05:06:12 | mash99/crypto-js | https://api.github.com/repos/mash99/crypto-js | closed | Allow hexadecimal input type into the hashing functions | auto-migrated Priority-Medium Type-Defect | ```
There's a number of scenarios where I need to be able to input hexadecimal
input into the hash algorithm and receive a hexadecimal output, however it
currently only accepts input as text.
Potential scenarios:
1) HMAC(key, msg) with the key or msg being in hex or base64.
2) Hash(key, nonce || message) the nonce or key is likely random bits so
everything would need to be in the same input format.
Are you able to enable hex as an input option? There is another library which
allows similar hex and base64 inputs to the hash (jsSHA) but this library only
supports the SHA algorithms. I would prefer Keccak over NSA designed SHA512.
http://caligatio.github.io/jsSHA/
```
Original issue reported on code.google.com by `john.f.m...@gmail.com` on 28 Jan 2014 at 5:11 | 1.0 | Allow hexadecimal input type into the hashing functions - ```
There's a number of scenarios where I need to be able to input hexadecimal
input into the hash algorithm and receive a hexadecimal output, however it
currently only accepts input as text.
Potential scenarios:
1) HMAC(key, msg) with the key or msg being in hex or base64.
2) Hash(key, nonce || message) the nonce or key is likely random bits so
everything would need to be in the same input format.
Are you able to enable hex as an input option? There is another library which
allows similar hex and base64 inputs to the hash (jsSHA) but this library only
supports the SHA algorithms. I would prefer Keccak over NSA designed SHA512.
http://caligatio.github.io/jsSHA/
```
Original issue reported on code.google.com by `john.f.m...@gmail.com` on 28 Jan 2014 at 5:11 | defect | allow hexadecimal input type into the hashing functions there s a number of scenarios where i need to be able to input hexadecimal input into the hash algorithm and receive a hexadecimal output however it currently only accepts input as text potential scenarios hmac key msg with the key or msg being in hex or hash key nonce message the nonce or key is likely random bits so everything would need to be in the same input format are you able to enable hex as an input option there is another library which allows similar hex and inputs to the hash jssha but this library only supports the sha algorithms i would prefer keccak over nsa designed original issue reported on code google com by john f m gmail com on jan at | 1 |
132,463 | 18,723,470,484 | IssuesEvent | 2021-11-03 14:11:52 | airshipit/airshipctl | https://api.github.com/repos/airshipit/airshipctl | closed | Kubernetes uplift to v1.21 & Establish general pattern for K8s upgrades | enhancement priority/medium design needed | **Problem description**
Kubernetes has a cadence of posting a new release every 3 to 6 months. A release has roughly a 12 - 14 month lifespan. To maintain CNCF certification, conformance (like Anuket) & currency with the latest releases, Airship needs to establish an ongoing cadence to continually uplift the supported Kubernetes version.
v1.21 was released for GA on 5/12/2021. While there are current efforts underway to uplift to v1.20 (#555, #556, #569, #570, #571), we want to shift to v1.21 for Airship v2.1. Ideally, with the v1.21 uplift, we establish a more general pattern of Kubernetes upgrades where we are not necessarily focusing on the individual providers.
K8s release information can be found here: https://kubernetes.io/releases/
**Tasks**
* Determine more general approach for k8s upgrade (design call topic - see notes).
* Ensure image builder images reflect v1.21
* Using this approach, uplift the k8s version to v1.21 for:
* Bare Metal - First priority
* Azure - First priority
* Docker - First priority
* GCP - Second priority
* Openstack - Second priority | 1.0 | Kubernetes uplift to v1.21 & Establish general pattern for K8s upgrades - **Problem description**
Kubernetes has a cadence of posting a new release every 3 to 6 months. A release has roughly a 12 - 14 month lifespan. To maintain CNCF certification, conformance (like Anuket) & currency with the latest releases, Airship needs to establish an ongoing cadence to continually uplift the supported Kubernetes version.
v1.21 was released for GA on 5/12/2021. While there are current efforts underway to uplift to v1.20 (#555, #556, #569, #570, #571), we want to shift to v1.21 for Airship v2.1. Ideally, with the v1.21 uplift, we establish a more general pattern of Kubernetes upgrades where we are not necessarily focusing on the individual providers.
K8s release information can be found here: https://kubernetes.io/releases/
**Tasks**
* Determine more general approach for k8s upgrade (design call topic - see notes).
* Ensure image builder images reflect v1.21
* Using this approach, uplift the k8s version to v1.21 for:
* Bare Metal - First priority
* Azure - First priority
* Docker - First priority
* GCP - Second priority
* Openstack - Second priority | non_defect | kubernetes uplift to establish general pattern for upgrades problem description kubernetes has a cadence of posting a new release every to months a release has roughly a month lifespan to maintain cncf certification conformance like anuket currency with the latest releases airship needs to establish an ongoing cadence to continually uplift the supported kubernetes version was released for ga on while there are current efforts underway to uplift to we want to shift to for airship ideally with the uplift we establish a more general pattern of kubernetes upgrades where we are not necessarily focusing on the individual providers release information can be found here tasks determine more general approach for upgrade design call topic see notes ensure image builder images reflect using this approach uplift the version to for bare metal first priority azure first priority docker first priority gcp second priority openstack second priority | 0 |
15,269 | 2,850,517,090 | IssuesEvent | 2015-05-31 16:59:33 | damonkohler/sl4a | https://api.github.com/repos/damonkohler/sl4a | opened | Cannot use sockets | auto-migrated Priority-Medium Type-Defect | _From @GoogleCodeExporter on May 31, 2015 11:31_
```
What device(s) are you experiencing the problem on? Cruz reader
What firmware version are you running on the device? 2.1
What steps will reproduce the problem?
1.Write a script using Python on sl4a that connects to your computer
2.Write a Python script that has binds a socket
3.Run the programs and the android tablet times out without connecting.
What is the expected output? What do you see instead?
Expected output is a connection and a test message from the sockets. Instead a
got a connection timed out error.
What version of the product are you using? On what operating system?
SL4A on Android 2.1
Please provide any additional information below.
```
Original issue reported on code.google.com by `J.Rhynor...@gmail.com` on 8 May 2012 at 9:36
_Copied from original issue: damonkohler/android-scripting#626_ | 1.0 | Cannot use sockets - _From @GoogleCodeExporter on May 31, 2015 11:31_
```
What device(s) are you experiencing the problem on? Cruz reader
What firmware version are you running on the device? 2.1
What steps will reproduce the problem?
1.Write a script using Python on sl4a that connects to your computer
2.Write a Python script that has binds a socket
3.Run the programs and the android tablet times out without connecting.
What is the expected output? What do you see instead?
Expected output is a connection and a test message from the sockets. Instead a
got a connection timed out error.
What version of the product are you using? On what operating system?
SL4A on Android 2.1
Please provide any additional information below.
```
Original issue reported on code.google.com by `J.Rhynor...@gmail.com` on 8 May 2012 at 9:36
_Copied from original issue: damonkohler/android-scripting#626_ | defect | cannot use sockets from googlecodeexporter on may what device s are you experiencing the problem on cruz reader what firmware version are you running on the device what steps will reproduce the problem write a script using python on that connects to your computer write a python script that has binds a socket run the programs and the android tablet times out without connecting what is the expected output what do you see instead expected output is a connection and a test message from the sockets instead a got a connection timed out error what version of the product are you using on what operating system on android please provide any additional information below original issue reported on code google com by j rhynor gmail com on may at copied from original issue damonkohler android scripting | 1 |
136,134 | 11,038,573,752 | IssuesEvent | 2019-12-08 14:54:40 | dexpenses/dexpenses-extract | https://api.github.com/repos/dexpenses/dexpenses-extract | closed | Implement test receipt normal/bs-peek-cloppenburg-debit | enhancement test-data | Receipt to implement:
 | 1.0 | Implement test receipt normal/bs-peek-cloppenburg-debit - Receipt to implement:
 | non_defect | implement test receipt normal bs peek cloppenburg debit receipt to implement normal bs peek cloppenburg debit | 0 |
51,416 | 13,635,120,353 | IssuesEvent | 2020-09-25 01:57:23 | nasifimtiazohi/openmrs-module-htmlformentryui-1.10.0 | https://api.github.com/repos/nasifimtiazohi/openmrs-module-htmlformentryui-1.10.0 | opened | CVE-2019-3881 (High) detected in bundler-1.1.4.gem, bundlerv1.1.4 | security vulnerability | ## CVE-2019-3881 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>bundler-1.1.4.gem</b>, <b>bundlerv1.1.4</b></p></summary>
<p>
<details><summary><b>bundler-1.1.4.gem</b></p></summary>
<p>Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably</p>
<p>Library home page: <a href="https://rubygems.org/gems/bundler-1.1.4.gem">https://rubygems.org/gems/bundler-1.1.4.gem</a></p>
<p>Path to vulnerable library: rmentryui-1.10.0/omod/.rubygems-provided/cache/bundler-1.1.4.gem</p>
<p>
Dependency Hierarchy:
- :x: **bundler-1.1.4.gem** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/nasifimtiazohi/openmrs-module-htmlformentryui-1.10.0/commit/cd8c929d7267e19fadc5f2e066491ce0f871f8d6">cd8c929d7267e19fadc5f2e066491ce0f871f8d6</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Bundler prior to 2.1.0 uses a predictable path in /tmp/, created with insecure permissions as a storage location for gems, if locations under the user's home directory are not available. If Bundler is used in a scenario where the user does not have a writable home directory, an attacker could place malicious code in this directory that would be later loaded and executed.
<p>Publish Date: 2020-09-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-3881>CVE-2019-3881</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.0</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1651826">https://bugzilla.redhat.com/show_bug.cgi?id=1651826</a></p>
<p>Release Date: 2020-07-21</p>
<p>Fix Resolution: v2.1.0.pre.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2019-3881 (High) detected in bundler-1.1.4.gem, bundlerv1.1.4 - ## CVE-2019-3881 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>bundler-1.1.4.gem</b>, <b>bundlerv1.1.4</b></p></summary>
<p>
<details><summary><b>bundler-1.1.4.gem</b></p></summary>
<p>Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably</p>
<p>Library home page: <a href="https://rubygems.org/gems/bundler-1.1.4.gem">https://rubygems.org/gems/bundler-1.1.4.gem</a></p>
<p>Path to vulnerable library: rmentryui-1.10.0/omod/.rubygems-provided/cache/bundler-1.1.4.gem</p>
<p>
Dependency Hierarchy:
- :x: **bundler-1.1.4.gem** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/nasifimtiazohi/openmrs-module-htmlformentryui-1.10.0/commit/cd8c929d7267e19fadc5f2e066491ce0f871f8d6">cd8c929d7267e19fadc5f2e066491ce0f871f8d6</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Bundler prior to 2.1.0 uses a predictable path in /tmp/, created with insecure permissions as a storage location for gems, if locations under the user's home directory are not available. If Bundler is used in a scenario where the user does not have a writable home directory, an attacker could place malicious code in this directory that would be later loaded and executed.
<p>Publish Date: 2020-09-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-3881>CVE-2019-3881</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.0</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1651826">https://bugzilla.redhat.com/show_bug.cgi?id=1651826</a></p>
<p>Release Date: 2020-07-21</p>
<p>Fix Resolution: v2.1.0.pre.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve high detected in bundler gem cve high severity vulnerability vulnerable libraries bundler gem bundler gem bundler manages an application s dependencies through its entire life across many machines systematically and repeatably library home page a href path to vulnerable library rmentryui omod rubygems provided cache bundler gem dependency hierarchy x bundler gem vulnerable library found in head commit a href found in base branch master vulnerability details bundler prior to uses a predictable path in tmp created with insecure permissions as a storage location for gems if locations under the user s home directory are not available if bundler is used in a scenario where the user does not have a writable home directory an attacker could place malicious code in this directory that would be later loaded and executed publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution pre step up your open source security game with whitesource | 0 |
587,221 | 17,607,524,303 | IssuesEvent | 2021-08-17 19:10:13 | mozilla/addons-frontend | https://api.github.com/repos/mozilla/addons-frontend | closed | Use variable utm_campaign for attribution | priority: p3 | The `utm_campaign` attribution parameter couldn't be changed previously due to RTAMO validation: https://github.com/mozilla/addons-frontend/issues/10476. This has been [fixed on the Firefox side](https://bugzilla.mozilla.org/show_bug.cgi?id=1707038), so it should be safe to have variable values for `utm_campaign`, which will give us more granular reporting on the telemetry side.
We're currently using `utm_term` for that data as a workaround right now, so I think this is only a matter of sending that value using `utm_campaign` instead.
I don't know if the current funnel experiment is impacted by this change, so this might need to wait for the experiment to wrap up. | 1.0 | Use variable utm_campaign for attribution - The `utm_campaign` attribution parameter couldn't be changed previously due to RTAMO validation: https://github.com/mozilla/addons-frontend/issues/10476. This has been [fixed on the Firefox side](https://bugzilla.mozilla.org/show_bug.cgi?id=1707038), so it should be safe to have variable values for `utm_campaign`, which will give us more granular reporting on the telemetry side.
We're currently using `utm_term` for that data as a workaround right now, so I think this is only a matter of sending that value using `utm_campaign` instead.
I don't know if the current funnel experiment is impacted by this change, so this might need to wait for the experiment to wrap up. | non_defect | use variable utm campaign for attribution the utm campaign attribution parameter couldn t be changed previously due to rtamo validation this has been so it should be safe to have variable values for utm campaign which will give us more granular reporting on the telemetry side we re currently using utm term for that data as a workaround right now so i think this is only a matter of sending that value using utm campaign instead i don t know if the current funnel experiment is impacted by this change so this might need to wait for the experiment to wrap up | 0 |
31,899 | 6,657,863,837 | IssuesEvent | 2017-09-30 11:47:35 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | Pages in a multi-page view can not be loaded lazily due to error | defect | Go to http://www.primefaces.org/showcase/mobile/lazyload.xhtml
Click "Go to Page 2" link. Nothing happening and you can see "TypeError: $(...).page is not a function" in the browser log.
| 1.0 | Pages in a multi-page view can not be loaded lazily due to error - Go to http://www.primefaces.org/showcase/mobile/lazyload.xhtml
Click "Go to Page 2" link. Nothing happening and you can see "TypeError: $(...).page is not a function" in the browser log.
| defect | pages in a multi page view can not be loaded lazily due to error go to click go to page link nothing happening and you can see typeerror page is not a function in the browser log | 1 |
53,370 | 13,261,473,150 | IssuesEvent | 2020-08-20 19:57:53 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | DomTools release notes (Trac #1245) | Migrated from Trac combo reconstruction defect | no trunk section
r136231 should be included in release notes
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1245">https://code.icecube.wisc.edu/projects/icecube/ticket/1245</a>, reported by kjmeagherand owned by olivas</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"_ts": "1550067117911749",
"description": "no trunk section\nr136231 should be included in release notes",
"reporter": "kjmeagher",
"cc": "",
"resolution": "fixed",
"time": "2015-08-20T08:50:58",
"component": "combo reconstruction",
"summary": "DomTools release notes",
"priority": "critical",
"keywords": "",
"milestone": "",
"owner": "olivas",
"type": "defect"
}
```
</p>
</details>
| 1.0 | DomTools release notes (Trac #1245) - no trunk section
r136231 should be included in release notes
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1245">https://code.icecube.wisc.edu/projects/icecube/ticket/1245</a>, reported by kjmeagherand owned by olivas</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"_ts": "1550067117911749",
"description": "no trunk section\nr136231 should be included in release notes",
"reporter": "kjmeagher",
"cc": "",
"resolution": "fixed",
"time": "2015-08-20T08:50:58",
"component": "combo reconstruction",
"summary": "DomTools release notes",
"priority": "critical",
"keywords": "",
"milestone": "",
"owner": "olivas",
"type": "defect"
}
```
</p>
</details>
| defect | domtools release notes trac no trunk section should be included in release notes migrated from json status closed changetime ts description no trunk section should be included in release notes reporter kjmeagher cc resolution fixed time component combo reconstruction summary domtools release notes priority critical keywords milestone owner olivas type defect | 1 |
26,678 | 4,777,411,000 | IssuesEvent | 2016-10-27 16:13:38 | wheeler-microfluidics/microdrop | https://api.github.com/repos/wheeler-microfluidics/microdrop | opened | ZMQError: Address in use (Trac #141) | defect Incomplete Migration Migrated from Trac | Migrated from http://microfluidics.utoronto.ca/microdrop/ticket/141
```json
{
"status": "new",
"changetime": "2014-03-13T20:00:48",
"description": "If the background video server doesn't shut down properly, Microdrop may have problems starting. This error isn't reported to the user, but it shows up in the log:\n\nProcess WindowProcess-1:\nTraceback (most recent call last):\n File \"C:\\Users\\ryan\\Documents\\dev\\python\\pygst_utils\\build\\pyi.win32\\test_vide\no_server\\outPYZ1.pyz/multiprocessing.process\", line 258, in _bootstrap\n File \"C:\\Program Files (x86)\\microdrop\\pygst_utils\\video_pipeline\\window_process.py\", line 40, in run\n self.sock.bind('tcp://*:%d' % self.port)\n File \"socket.pyx\", line 447, in zmq.core.socket.Socket.bind (zmq\\core\\socket.c:4312)\nZMQError: Address in use",
"reporter": "ryan",
"cc": "",
"resolution": "",
"_ts": "1394740848122658",
"component": "",
"summary": "ZMQError: Address in use",
"priority": "major",
"keywords": "",
"version": "0.1",
"time": "2013-05-02T19:24:58",
"milestone": "",
"owner": "",
"type": "defect"
}
```
| 1.0 | ZMQError: Address in use (Trac #141) - Migrated from http://microfluidics.utoronto.ca/microdrop/ticket/141
```json
{
"status": "new",
"changetime": "2014-03-13T20:00:48",
"description": "If the background video server doesn't shut down properly, Microdrop may have problems starting. This error isn't reported to the user, but it shows up in the log:\n\nProcess WindowProcess-1:\nTraceback (most recent call last):\n File \"C:\\Users\\ryan\\Documents\\dev\\python\\pygst_utils\\build\\pyi.win32\\test_vide\no_server\\outPYZ1.pyz/multiprocessing.process\", line 258, in _bootstrap\n File \"C:\\Program Files (x86)\\microdrop\\pygst_utils\\video_pipeline\\window_process.py\", line 40, in run\n self.sock.bind('tcp://*:%d' % self.port)\n File \"socket.pyx\", line 447, in zmq.core.socket.Socket.bind (zmq\\core\\socket.c:4312)\nZMQError: Address in use",
"reporter": "ryan",
"cc": "",
"resolution": "",
"_ts": "1394740848122658",
"component": "",
"summary": "ZMQError: Address in use",
"priority": "major",
"keywords": "",
"version": "0.1",
"time": "2013-05-02T19:24:58",
"milestone": "",
"owner": "",
"type": "defect"
}
```
| defect | zmqerror address in use trac migrated from json status new changetime description if the background video server doesn t shut down properly microdrop may have problems starting this error isn t reported to the user but it shows up in the log n nprocess windowprocess ntraceback most recent call last n file c users ryan documents dev python pygst utils build pyi test vide no server pyz multiprocessing process line in bootstrap n file c program files microdrop pygst utils video pipeline window process py line in run n self sock bind tcp d self port n file socket pyx line in zmq core socket socket bind zmq core socket c nzmqerror address in use reporter ryan cc resolution ts component summary zmqerror address in use priority major keywords version time milestone owner type defect | 1 |
14,173 | 3,807,725,146 | IssuesEvent | 2016-03-25 10:26:17 | szpak/gradle-pitest-plugin | https://api.github.com/repos/szpak/gradle-pitest-plugin | closed | Suggestion: Clarify how to make pitest depending on build | documentation | I was having a bit of a problem when trying to make build depend on pitest. Like this:
```
build.dependsOn pitest
```
It has to be done like this:
```
build.dependsOn "pitest"
```
Because the `pitest` task has the same name as the configuration.
This is just a suggestion to mention that in the README.md. Or just close the issue if you dont think its important. | 1.0 | Suggestion: Clarify how to make pitest depending on build - I was having a bit of a problem when trying to make build depend on pitest. Like this:
```
build.dependsOn pitest
```
It has to be done like this:
```
build.dependsOn "pitest"
```
Because the `pitest` task has the same name as the configuration.
This is just a suggestion to mention that in the README.md. Or just close the issue if you dont think its important. | non_defect | suggestion clarify how to make pitest depending on build i was having a bit of a problem when trying to make build depend on pitest like this build dependson pitest it has to be done like this build dependson pitest because the pitest task has the same name as the configuration this is just a suggestion to mention that in the readme md or just close the issue if you dont think its important | 0 |
176,680 | 28,136,134,397 | IssuesEvent | 2023-04-01 12:03:54 | ethereum/solidity | https://api.github.com/repos/ethereum/solidity | closed | allow specifying a function should be inlined in the signature | language design :rage4: closed-due-inactivity stale | many internal functions are so small that they should be inlined to avoid a jump
perhaps the solidity optimizer should handle this with a large number of runs, but some functions are expected to be run much more than others.
it would be nice to be able to control whether a function is inlined where it's called at the callsite or in the function signature | 1.0 | allow specifying a function should be inlined in the signature - many internal functions are so small that they should be inlined to avoid a jump
perhaps the solidity optimizer should handle this with a large number of runs, but some functions are expected to be run much more than others.
it would be nice to be able to control whether a function is inlined where it's called at the callsite or in the function signature | non_defect | allow specifying a function should be inlined in the signature many internal functions are so small that they should be inlined to avoid a jump perhaps the solidity optimizer should handle this with a large number of runs but some functions are expected to be run much more than others it would be nice to be able to control whether a function is inlined where it s called at the callsite or in the function signature | 0 |
50,091 | 13,187,322,986 | IssuesEvent | 2020-08-13 03:02:52 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | closed | SkipUnregistered seems to no longer work (Trac #107) | Migrated from Trac dataio defect | When playing with the new SkipMissingDrivingTime tests, I had a script which did not
load libdst (defining I3DST objects). With version V01-11-04, adding option "skipUnregisted" fixes things up.
Same script on offline/trunk still complains about unregistered I3DST objects.
<details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/107
, reported by blaufuss and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-09-07T14:56:04",
"description": "When playing with the new SkipMissingDrivingTime tests, I had a script which did not\nload libdst (defining I3DST objects). With version V01-11-04, adding option \"skipUnregisted\" fixes things up. \n\nSame script on offline/trunk still complains about unregistered I3DST objects.\n\n",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1189176964000000",
"component": "dataio",
"summary": "SkipUnregistered seems to no longer work",
"priority": "normal",
"keywords": "",
"time": "2007-08-31T18:51:35",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
</p>
</details>
| 1.0 | SkipUnregistered seems to no longer work (Trac #107) - When playing with the new SkipMissingDrivingTime tests, I had a script which did not
load libdst (defining I3DST objects). With version V01-11-04, adding option "skipUnregisted" fixes things up.
Same script on offline/trunk still complains about unregistered I3DST objects.
<details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/107
, reported by blaufuss and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-09-07T14:56:04",
"description": "When playing with the new SkipMissingDrivingTime tests, I had a script which did not\nload libdst (defining I3DST objects). With version V01-11-04, adding option \"skipUnregisted\" fixes things up. \n\nSame script on offline/trunk still complains about unregistered I3DST objects.\n\n",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1189176964000000",
"component": "dataio",
"summary": "SkipUnregistered seems to no longer work",
"priority": "normal",
"keywords": "",
"time": "2007-08-31T18:51:35",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
</p>
</details>
| defect | skipunregistered seems to no longer work trac when playing with the new skipmissingdrivingtime tests i had a script which did not load libdst defining objects with version adding option skipunregisted fixes things up same script on offline trunk still complains about unregistered objects migrated from reported by blaufuss and owned by troy json status closed changetime description when playing with the new skipmissingdrivingtime tests i had a script which did not nload libdst defining objects with version adding option skipunregisted fixes things up n nsame script on offline trunk still complains about unregistered objects n n reporter blaufuss cc resolution fixed ts component dataio summary skipunregistered seems to no longer work priority normal keywords time milestone owner troy type defect | 1 |
187,908 | 22,046,019,376 | IssuesEvent | 2022-05-30 01:51:13 | YJSoft/syntaxhighlighter | https://api.github.com/repos/YJSoft/syntaxhighlighter | opened | CVE-2019-11358 (Medium) detected in jquery-1.3.2.min.js | security vulnerability | ## CVE-2019-11358 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.3.2.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.3.2/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.3.2/jquery.min.js</a></p>
<p>Path to dependency file: /node_modules/grunt-phplint/node_modules/underscore.string/test/test_underscore/test.html</p>
<p>Path to vulnerable library: /node_modules/grunt-phplint/node_modules/underscore.string/test/test_underscore/vendor/jquery.js,/node_modules/grunt-phplint/node_modules/underscore.string/test/test_underscore/vendor/jquery.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.3.2.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/YJSoft/syntaxhighlighter/commit/7161194500204a098f69d41f3418e91d5ff7cbb7">7161194500204a098f69d41f3418e91d5ff7cbb7</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.
<p>Publish Date: 2019-04-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358>CVE-2019-11358</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358</a></p>
<p>Release Date: 2019-04-20</p>
<p>Fix Resolution: 3.4.0</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-2019-11358 (Medium) detected in jquery-1.3.2.min.js - ## CVE-2019-11358 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.3.2.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.3.2/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.3.2/jquery.min.js</a></p>
<p>Path to dependency file: /node_modules/grunt-phplint/node_modules/underscore.string/test/test_underscore/test.html</p>
<p>Path to vulnerable library: /node_modules/grunt-phplint/node_modules/underscore.string/test/test_underscore/vendor/jquery.js,/node_modules/grunt-phplint/node_modules/underscore.string/test/test_underscore/vendor/jquery.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.3.2.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/YJSoft/syntaxhighlighter/commit/7161194500204a098f69d41f3418e91d5ff7cbb7">7161194500204a098f69d41f3418e91d5ff7cbb7</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.
<p>Publish Date: 2019-04-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358>CVE-2019-11358</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358</a></p>
<p>Release Date: 2019-04-20</p>
<p>Fix Resolution: 3.4.0</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 jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file node modules grunt phplint node modules underscore string test test underscore test html path to vulnerable library node modules grunt phplint node modules underscore string test test underscore vendor jquery js node modules grunt phplint node modules underscore string test test underscore vendor jquery js dependency hierarchy x jquery min js vulnerable library found in head commit a href found in base branch master vulnerability details jquery before as used in drupal backdrop cms and other products mishandles jquery extend true because of object prototype pollution if an unsanitized source object contained an enumerable proto property it could extend the native object prototype publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
48,329 | 5,954,097,621 | IssuesEvent | 2017-05-27 14:38:35 | FireFly-WoW/FireFly-IssueTracker | https://api.github.com/repos/FireFly-WoW/FireFly-IssueTracker | closed | Global pathfinding + LoS | Priority: High PTR / Fix Applied Status: Tested / Working | **Description:**
NPC's through texture, in wrong locations and casters able to attack through hills.
**Current behaviour:**
Pictures are self explanatory
**Screenshots:**



| 1.0 | Global pathfinding + LoS - **Description:**
NPC's through texture, in wrong locations and casters able to attack through hills.
**Current behaviour:**
Pictures are self explanatory
**Screenshots:**



| non_defect | global pathfinding los description npc s through texture in wrong locations and casters able to attack through hills current behaviour pictures are self explanatory screenshots | 0 |
427,278 | 29,806,278,026 | IssuesEvent | 2023-06-16 11:56:54 | liblouis/liblouis | https://api.github.com/repos/liblouis/liblouis | closed | Make clear in table headers how nl-NL and nl-BE differ | documentation tables | They are based on same standard but differ in things that fall outside of the standard or are subject to interpretations.
We should also make clear which companies are responsible for the tables: Dedicon, CBB (Netherlands, already mentioned) but also PHK and Luisterpunt (Belgium).
| 1.0 | Make clear in table headers how nl-NL and nl-BE differ - They are based on same standard but differ in things that fall outside of the standard or are subject to interpretations.
We should also make clear which companies are responsible for the tables: Dedicon, CBB (Netherlands, already mentioned) but also PHK and Luisterpunt (Belgium).
| non_defect | make clear in table headers how nl nl and nl be differ they are based on same standard but differ in things that fall outside of the standard or are subject to interpretations we should also make clear which companies are responsible for the tables dedicon cbb netherlands already mentioned but also phk and luisterpunt belgium | 0 |
694,949 | 23,837,473,623 | IssuesEvent | 2022-09-06 07:28:39 | threefoldfoundation/tft-stellar | https://api.github.com/repos/threefoldfoundation/tft-stellar | closed | The conversion service is down | type_bug priority_major | in production
Move to the js-ng version
- [x] check if the migration_service is installed in the docker image
- [x] Check if the conversion wallet is configurable through the helm chart
- [x] Configure the helm chart (it was already properly configured)
- [x] #438
- [x] #437
- [x] #439
- [x] #443
- [x] Test it
- [x] Redeploy
- [x] Modify the ingress
- [ ] Test it | 1.0 | The conversion service is down - in production
Move to the js-ng version
- [x] check if the migration_service is installed in the docker image
- [x] Check if the conversion wallet is configurable through the helm chart
- [x] Configure the helm chart (it was already properly configured)
- [x] #438
- [x] #437
- [x] #439
- [x] #443
- [x] Test it
- [x] Redeploy
- [x] Modify the ingress
- [ ] Test it | non_defect | the conversion service is down in production move to the js ng version check if the migration service is installed in the docker image check if the conversion wallet is configurable through the helm chart configure the helm chart it was already properly configured test it redeploy modify the ingress test it | 0 |
397,711 | 11,731,590,720 | IssuesEvent | 2020-03-11 00:38:58 | weaveworks/ignite | https://api.github.com/repos/weaveworks/ignite | closed | VM snapshots | kind/feature kind/support priority/awaiting-more-evidence | Provide VM snapshots.
Context:
Vagrant Ignite plugin that offers similar functionality to VirtualBox.
A snapshot of a VM is similar to a machine in Saved state ( see issue #288 ), but there can be many of them, and the saved states are preserved.
[VirtualBox Snaphot documentation](https://www.virtualbox.org/manual/ch01.html#snapshots).
| Snapshot | Vagrant | Ignite | Description. |
| --- | --- | --- | --- |
| push | `.. push` | `` | Takes a snapshot and pushes it onto the snapshot stack. |
| pop | `.. pop` | `` | Restore the pushed state. The inverse of snapshot push.|
| save | `.. save` | `` | Save a new **named** snapshot. If is used, the push and pop subcommands cannot be safely used. |
| restore | `.. restore` | `` | Restore the **named** snapshot. |
| list | `.. list` | `` | List all the snapshots taken. |
| delete | `.. delete` | `` | Delete the named snapshot. Require all "child" snapshots to be deleted first? |
| 1.0 | VM snapshots - Provide VM snapshots.
Context:
Vagrant Ignite plugin that offers similar functionality to VirtualBox.
A snapshot of a VM is similar to a machine in Saved state ( see issue #288 ), but there can be many of them, and the saved states are preserved.
[VirtualBox Snaphot documentation](https://www.virtualbox.org/manual/ch01.html#snapshots).
| Snapshot | Vagrant | Ignite | Description. |
| --- | --- | --- | --- |
| push | `.. push` | `` | Takes a snapshot and pushes it onto the snapshot stack. |
| pop | `.. pop` | `` | Restore the pushed state. The inverse of snapshot push.|
| save | `.. save` | `` | Save a new **named** snapshot. If is used, the push and pop subcommands cannot be safely used. |
| restore | `.. restore` | `` | Restore the **named** snapshot. |
| list | `.. list` | `` | List all the snapshots taken. |
| delete | `.. delete` | `` | Delete the named snapshot. Require all "child" snapshots to be deleted first? |
| non_defect | vm snapshots provide vm snapshots context vagrant ignite plugin that offers similar functionality to virtualbox a snapshot of a vm is similar to a machine in saved state see issue but there can be many of them and the saved states are preserved snapshot vagrant ignite description push push takes a snapshot and pushes it onto the snapshot stack pop pop restore the pushed state the inverse of snapshot push save save save a new named snapshot if is used the push and pop subcommands cannot be safely used restore restore restore the named snapshot list list list all the snapshots taken delete delete delete the named snapshot require all child snapshots to be deleted first | 0 |
62,639 | 17,103,422,087 | IssuesEvent | 2021-07-09 14:23:02 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Forward message does not work | T-Defect X-Cannot-Reproduce X-Needs-Info X-Regression Z-Rageshake | The new UI does not work for me on develop on Friday 18:14 CEST.
The message never arrives to the destination room. I sent a rageshake with the forward of an image but it also fails to send text messages. | 1.0 | Forward message does not work - The new UI does not work for me on develop on Friday 18:14 CEST.
The message never arrives to the destination room. I sent a rageshake with the forward of an image but it also fails to send text messages. | defect | forward message does not work the new ui does not work for me on develop on friday cest the message never arrives to the destination room i sent a rageshake with the forward of an image but it also fails to send text messages | 1 |
9,417 | 2,615,148,373 | IssuesEvent | 2015-03-01 06:24:47 | chrsmith/html5rocks | https://api.github.com/repos/chrsmith/html5rocks | closed | File Reader object now supports the “readAsArrayBuffer” method. | auto-migrated Milestone-4 Priority-Medium Tutorial Type-Defect | ```
Add this to the tutorial
```
Original issue reported on code.google.com by `ericbide...@html5rocks.com` on 1 Nov 2010 at 10:30 | 1.0 | File Reader object now supports the “readAsArrayBuffer” method. - ```
Add this to the tutorial
```
Original issue reported on code.google.com by `ericbide...@html5rocks.com` on 1 Nov 2010 at 10:30 | defect | file reader object now supports the “readasarraybuffer” method add this to the tutorial original issue reported on code google com by ericbide com on nov at | 1 |
449,998 | 12,978,078,976 | IssuesEvent | 2020-07-21 21:59:01 | themeetinghouse/web | https://api.github.com/repos/themeetinghouse/web | closed | Teaching page: dummy images missing/missized | Priority 4 | Size the dummy image for series, make it appear if one hasn’t been set on baby hero. | 1.0 | Teaching page: dummy images missing/missized - Size the dummy image for series, make it appear if one hasn’t been set on baby hero. | non_defect | teaching page dummy images missing missized size the dummy image for series make it appear if one hasn’t been set on baby hero | 0 |
60,345 | 17,023,402,372 | IssuesEvent | 2021-07-03 01:50:41 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Some city names are visible at zoom levels 6 and 8 but not 7 | Component: osmarender Priority: major Resolution: worksforme Type: defect | **[Submitted to the original trac issue database at 12.06pm, Wednesday, 13th May 2009]**
**don't forget to switch to osmarenderer mode**
[[BR]]Here you can see the effect: http://www.openstreetmap.org/?lat=56.64&lon=43.48&zoom=6&layers=0B00FTF
[[BR]]The map is centered on the city "" (Zavolzhie).
[[BR]]At zoom level 6 the "" string is perfectly visible.
[[BR]]However if you click 'zoom' and go to level 7 - it disappears.
[[BR]]
[[BR]]I'm not sure if this bug related to the bug #1822 | 1.0 | Some city names are visible at zoom levels 6 and 8 but not 7 - **[Submitted to the original trac issue database at 12.06pm, Wednesday, 13th May 2009]**
**don't forget to switch to osmarenderer mode**
[[BR]]Here you can see the effect: http://www.openstreetmap.org/?lat=56.64&lon=43.48&zoom=6&layers=0B00FTF
[[BR]]The map is centered on the city "" (Zavolzhie).
[[BR]]At zoom level 6 the "" string is perfectly visible.
[[BR]]However if you click 'zoom' and go to level 7 - it disappears.
[[BR]]
[[BR]]I'm not sure if this bug related to the bug #1822 | defect | some city names are visible at zoom levels and but not don t forget to switch to osmarenderer mode here you can see the effect the map is centered on the city zavolzhie at zoom level the string is perfectly visible however if you click zoom and go to level it disappears i m not sure if this bug related to the bug | 1 |
49,744 | 13,187,262,390 | IssuesEvent | 2020-08-13 02:51:34 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | [clsim] compatibility with geant4.10.3 (Trac #1986) | Incomplete Migration Migrated from Trac combo simulation defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1986">https://code.icecube.wisc.edu/ticket/1986</a>, reported by david.schultz and owned by claudio.kopper</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:53",
"description": "{{{\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx: In member function \u2018virtual void TrkEMPhysicsUHE::ConstructProcess()\u2019:\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx:63:37: error: \u2018class G4LossTableManager\u2019 has no member named \u2018SetMaxEnergy\u2019\n G4LossTableManager::Instance()->SetMaxEnergy(10.*PeV);\n}}}\n\nWould be nice to fix this soon and get it in a simulation point release, so it will build with py2-v3.",
"reporter": "david.schultz",
"cc": "olivas",
"resolution": "fixed",
"_ts": "1550067233566919",
"component": "combo simulation",
"summary": "[clsim] compatibility with geant4.10.3",
"priority": "critical",
"keywords": "",
"time": "2017-04-20T22:05:47",
"milestone": "",
"owner": "claudio.kopper",
"type": "defect"
}
```
</p>
</details>
| 1.0 | [clsim] compatibility with geant4.10.3 (Trac #1986) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1986">https://code.icecube.wisc.edu/ticket/1986</a>, reported by david.schultz and owned by claudio.kopper</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:53",
"description": "{{{\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx: In member function \u2018virtual void TrkEMPhysicsUHE::ConstructProcess()\u2019:\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx:63:37: error: \u2018class G4LossTableManager\u2019 has no member named \u2018SetMaxEnergy\u2019\n G4LossTableManager::Instance()->SetMaxEnergy(10.*PeV);\n}}}\n\nWould be nice to fix this soon and get it in a simulation point release, so it will build with py2-v3.",
"reporter": "david.schultz",
"cc": "olivas",
"resolution": "fixed",
"_ts": "1550067233566919",
"component": "combo simulation",
"summary": "[clsim] compatibility with geant4.10.3",
"priority": "critical",
"keywords": "",
"time": "2017-04-20T22:05:47",
"milestone": "",
"owner": "claudio.kopper",
"type": "defect"
}
```
</p>
</details>
| defect | compatibility with trac migrated from json status closed changetime description n cvmfs icecube opensciencegrid org metaprojects combo stable clsim private trkemphysicsuhe cxx in member function void trkemphysicsuhe constructprocess n cvmfs icecube opensciencegrid org metaprojects combo stable clsim private trkemphysicsuhe cxx error has no member named n instance setmaxenergy pev n n nwould be nice to fix this soon and get it in a simulation point release so it will build with reporter david schultz cc olivas resolution fixed ts component combo simulation summary compatibility with priority critical keywords time milestone owner claudio kopper type defect | 1 |
21,494 | 3,512,774,413 | IssuesEvent | 2016-01-11 05:03:39 | Virtual-Labs/problem-solving-iiith | https://api.github.com/repos/Virtual-Labs/problem-solving-iiith | reopened | QA_Advanced Arithmatic_Quiz | Category :Functionality Defect raised on: 26-11-2015 Developed by:IIIT Hyd Release Number Severity :S2 Status :Open Version Number :1.1 | Defect Description:
In the quiz page of " Advanced Arithmatic " experiment,the cancel button is not present in the page instead the cancel button should be displayed on the screen as to unselect the selected radio buttons.
Actual Result:
In the quiz page of " Advanced Arithmatic " experiment,the cancel button is not present in the page.
Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Test Step Link:
https://github.com/Virtual-Labs/problem-solving-iiith/blob/master/test-cases/integration_test-cases/Advanced%20Arithmatic/Advanced%20Arithmatic_20_Quiz_p1.org

| 1.0 | QA_Advanced Arithmatic_Quiz - Defect Description:
In the quiz page of " Advanced Arithmatic " experiment,the cancel button is not present in the page instead the cancel button should be displayed on the screen as to unselect the selected radio buttons.
Actual Result:
In the quiz page of " Advanced Arithmatic " experiment,the cancel button is not present in the page.
Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Test Step Link:
https://github.com/Virtual-Labs/problem-solving-iiith/blob/master/test-cases/integration_test-cases/Advanced%20Arithmatic/Advanced%20Arithmatic_20_Quiz_p1.org

| defect | qa advanced arithmatic quiz defect description in the quiz page of advanced arithmatic experiment the cancel button is not present in the page instead the cancel button should be displayed on the screen as to unselect the selected radio buttons actual result in the quiz page of advanced arithmatic experiment the cancel button is not present in the page environment os windows ubuntu centos browsers firefox chrome chromium bandwidth hardware configuration processor test step link | 1 |
11,685 | 7,360,153,918 | IssuesEvent | 2018-03-10 15:40:32 | JuliaReach/LazySets.jl | https://api.github.com/repos/JuliaReach/LazySets.jl | closed | Generalize dimension of overapproximate(S, ::Hyperrectangle) | usability | Currently it only works for dimension two. However, we should have at least one type of higher dimension, and it would be rather simple in this case. | True | Generalize dimension of overapproximate(S, ::Hyperrectangle) - Currently it only works for dimension two. However, we should have at least one type of higher dimension, and it would be rather simple in this case. | non_defect | generalize dimension of overapproximate s hyperrectangle currently it only works for dimension two however we should have at least one type of higher dimension and it would be rather simple in this case | 0 |
337,985 | 30,275,563,403 | IssuesEvent | 2023-07-07 19:16:20 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | opened | Fix jax_lax_operators.test_jax_sign | JAX Frontend Sub Task Failing Test | | | |
|---|---|
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5486981878"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5479886756"><img src=https://img.shields.io/badge/-failure-red></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5473078102"><img src=https://img.shields.io/badge/-failure-red></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5479886756"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5489694626"><img src=https://img.shields.io/badge/-failure-red></a>
| 1.0 | Fix jax_lax_operators.test_jax_sign - | | |
|---|---|
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5486981878"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5479886756"><img src=https://img.shields.io/badge/-failure-red></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5473078102"><img src=https://img.shields.io/badge/-failure-red></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5479886756"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5489694626"><img src=https://img.shields.io/badge/-failure-red></a>
| non_defect | fix jax lax operators test jax sign torch a href src numpy a href src tensorflow a href src jax a href src paddle a href src | 0 |
232,949 | 7,687,949,278 | IssuesEvent | 2018-05-17 07:54:22 | HGustavs/LenaSYS | https://api.github.com/repos/HGustavs/LenaSYS | closed | SectionED: Hide the statistics tab on mobile | Grupp 3 (2018) Grupp 3 (2018) Sektion-Editor highPriority | Currently when on mobile mode the statistics tab dosn't behave well, so the idea was to hide it untill we figure out a method to display it.
## The issue
<img width="406" alt="skarmavbild 2018-05-17 kl 9 02 29 fm" src="https://user-images.githubusercontent.com/37795608/40161438-0cb7e85e-59b1-11e8-8c0e-2ee82dd10ac0.png">
| 1.0 | SectionED: Hide the statistics tab on mobile - Currently when on mobile mode the statistics tab dosn't behave well, so the idea was to hide it untill we figure out a method to display it.
## The issue
<img width="406" alt="skarmavbild 2018-05-17 kl 9 02 29 fm" src="https://user-images.githubusercontent.com/37795608/40161438-0cb7e85e-59b1-11e8-8c0e-2ee82dd10ac0.png">
| non_defect | sectioned hide the statistics tab on mobile currently when on mobile mode the statistics tab dosn t behave well so the idea was to hide it untill we figure out a method to display it the issue img width alt skarmavbild kl fm src | 0 |
22,746 | 3,691,019,136 | IssuesEvent | 2016-02-25 22:12:35 | vrapper/vrapper | https://api.github.com/repos/vrapper/vrapper | closed | Surrounding a visual selection with a tag doesn't surround the selection | Defect | Hi,
When using the surround plugin, surrounding a visual selection with a tag, causes the start and end tags to be inserted before the selected text instead of surrounding it.
```html
<div>
example text
</div>
```
1. Select the word "text".
1. Type `Stspan<CR>`
You end up with:
```html
<div>
example <span></span>text
</div>
```
I have been debugging the code and the selection is being cleared before the insertion of the tag, when you exit command mode (where you type in the tag).
Note that surrounding with a tag works correctly when typing `ysiwtspan<CR>` and that surrounding with quotes or brackets works in visual mode. | 1.0 | Surrounding a visual selection with a tag doesn't surround the selection - Hi,
When using the surround plugin, surrounding a visual selection with a tag, causes the start and end tags to be inserted before the selected text instead of surrounding it.
```html
<div>
example text
</div>
```
1. Select the word "text".
1. Type `Stspan<CR>`
You end up with:
```html
<div>
example <span></span>text
</div>
```
I have been debugging the code and the selection is being cleared before the insertion of the tag, when you exit command mode (where you type in the tag).
Note that surrounding with a tag works correctly when typing `ysiwtspan<CR>` and that surrounding with quotes or brackets works in visual mode. | defect | surrounding a visual selection with a tag doesn t surround the selection hi when using the surround plugin surrounding a visual selection with a tag causes the start and end tags to be inserted before the selected text instead of surrounding it html example text select the word text type stspan you end up with html example text i have been debugging the code and the selection is being cleared before the insertion of the tag when you exit command mode where you type in the tag note that surrounding with a tag works correctly when typing ysiwtspan and that surrounding with quotes or brackets works in visual mode | 1 |
20,397 | 6,038,263,622 | IssuesEvent | 2017-06-09 20:56:04 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | Call to undefined method JApplicationAdministrator::isClient() | No Code Attached Yet | ### Steps to reproduce the issue
I updated my Joomla´s site to 3.7.2 version
### Expected result
My web site in http://www.proyectomesoamerica.org:8082/index.php
### Actual result
I can´t acces Joomla´s administration panel after Joomla 3.7.2 update. It says Call to undefined method JApplicationAdministrator::isClient()
### System information (as much as possible)
### Additional comments
| 1.0 | Call to undefined method JApplicationAdministrator::isClient() - ### Steps to reproduce the issue
I updated my Joomla´s site to 3.7.2 version
### Expected result
My web site in http://www.proyectomesoamerica.org:8082/index.php
### Actual result
I can´t acces Joomla´s administration panel after Joomla 3.7.2 update. It says Call to undefined method JApplicationAdministrator::isClient()
### System information (as much as possible)
### Additional comments
| non_defect | call to undefined method japplicationadministrator isclient steps to reproduce the issue i updated my joomla´s site to version expected result my web site in actual result i can´t acces joomla´s administration panel after joomla update it says call to undefined method japplicationadministrator isclient system information as much as possible additional comments | 0 |
76,475 | 26,449,066,241 | IssuesEvent | 2023-01-16 09:49:44 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | default_theme not respected while guest access | T-Defect S-Minor A-Themes-Official O-Frequent | ### Steps to reproduce
```json
"default_theme": "dark",
```
1. Open my instance page
2. Click "Explore rooms"
3. Join any room
### Outcome
I can switch the theme with the gear icon in the lower left corner but the default is light despite the config.
### Operating system
_No response_
### Browser information
_No response_
### URL for webapp
_No response_
### Application version
_No response_
### Homeserver
_No response_
### Will you send logs?
No | 1.0 | default_theme not respected while guest access - ### Steps to reproduce
```json
"default_theme": "dark",
```
1. Open my instance page
2. Click "Explore rooms"
3. Join any room
### Outcome
I can switch the theme with the gear icon in the lower left corner but the default is light despite the config.
### Operating system
_No response_
### Browser information
_No response_
### URL for webapp
_No response_
### Application version
_No response_
### Homeserver
_No response_
### Will you send logs?
No | defect | default theme not respected while guest access steps to reproduce json default theme dark open my instance page click explore rooms join any room outcome i can switch the theme with the gear icon in the lower left corner but the default is light despite the config operating system no response browser information no response url for webapp no response application version no response homeserver no response will you send logs no | 1 |
10,712 | 2,622,181,638 | IssuesEvent | 2015-03-04 00:19:05 | byzhang/leveldb | https://api.github.com/repos/byzhang/leveldb | opened | Possible bug: fsync() required after calling rename() | auto-migrated Priority-Medium Type-Defect | ```
Similar to issue 187, this bug is about what happens during a power-failure.
Also, this bug is not actually triggered atop file-systems that I usually use
(ext3/ext4), so I haven't tried reproducing it on a real system.
The bug: When LevelDB opens a database, it compacts the current log files to a
".sst" file, creates a new MANIFEST, and updates the CURRENT file. Updating the
CURRENT file is done with the usual atomic technique using rename(). It then
deletes the old log files and old MANIFEST file.
In this entire sequence of operations, LevelDB does not explicitly ensure that
the rename() (corresponding to the CURRENT file) actually happens before the
unlink()s (of the old MANIFEST and log files). If the unlink()s happen before
the rename, the database can be left corrupted (due to a missing MANIFEST) or
wrong (due to a deleted, non-compacted log). I verified the corruption and
wrong-behavior by simulating the unlink()s happening before the rename().
Saying that, considering Linux, neither ext3 nor ext4 never "re-order" calls
like unlink() or rename(). Btrfs comes close to affecting LevelDB by doing
re-ordering, but it seems to only re-order such that rename()s get pushed
before unlink()s, and so seems to do no real harm.
Nevertheless, LevelDB should not depend on the unlink()s happening after the
rename(). There are lots of operating systems and file-systems out there.
```
Original issue reported on code.google.com by `madthanu@gmail.com` on 17 Jul 2013 at 3:34 | 1.0 | Possible bug: fsync() required after calling rename() - ```
Similar to issue 187, this bug is about what happens during a power-failure.
Also, this bug is not actually triggered atop file-systems that I usually use
(ext3/ext4), so I haven't tried reproducing it on a real system.
The bug: When LevelDB opens a database, it compacts the current log files to a
".sst" file, creates a new MANIFEST, and updates the CURRENT file. Updating the
CURRENT file is done with the usual atomic technique using rename(). It then
deletes the old log files and old MANIFEST file.
In this entire sequence of operations, LevelDB does not explicitly ensure that
the rename() (corresponding to the CURRENT file) actually happens before the
unlink()s (of the old MANIFEST and log files). If the unlink()s happen before
the rename, the database can be left corrupted (due to a missing MANIFEST) or
wrong (due to a deleted, non-compacted log). I verified the corruption and
wrong-behavior by simulating the unlink()s happening before the rename().
Saying that, considering Linux, neither ext3 nor ext4 never "re-order" calls
like unlink() or rename(). Btrfs comes close to affecting LevelDB by doing
re-ordering, but it seems to only re-order such that rename()s get pushed
before unlink()s, and so seems to do no real harm.
Nevertheless, LevelDB should not depend on the unlink()s happening after the
rename(). There are lots of operating systems and file-systems out there.
```
Original issue reported on code.google.com by `madthanu@gmail.com` on 17 Jul 2013 at 3:34 | defect | possible bug fsync required after calling rename similar to issue this bug is about what happens during a power failure also this bug is not actually triggered atop file systems that i usually use so i haven t tried reproducing it on a real system the bug when leveldb opens a database it compacts the current log files to a sst file creates a new manifest and updates the current file updating the current file is done with the usual atomic technique using rename it then deletes the old log files and old manifest file in this entire sequence of operations leveldb does not explicitly ensure that the rename corresponding to the current file actually happens before the unlink s of the old manifest and log files if the unlink s happen before the rename the database can be left corrupted due to a missing manifest or wrong due to a deleted non compacted log i verified the corruption and wrong behavior by simulating the unlink s happening before the rename saying that considering linux neither nor never re order calls like unlink or rename btrfs comes close to affecting leveldb by doing re ordering but it seems to only re order such that rename s get pushed before unlink s and so seems to do no real harm nevertheless leveldb should not depend on the unlink s happening after the rename there are lots of operating systems and file systems out there original issue reported on code google com by madthanu gmail com on jul at | 1 |
43,534 | 11,745,215,226 | IssuesEvent | 2020-03-12 09:24:17 | primefaces/primereact | https://api.github.com/repos/primefaces/primereact | closed | Error on TreeTable docs about responsive | defect | **I'm submitting a ...** (check one with "x")
[x] bug report
[ ] feature request
[ ] support request
**Codesandbox Case**
https://codesandbox.io/s/primereact-test-nbme8?fontsize=14&hidenavigation=1&theme=dark
**Behavior**
The documentation seems to imply that a TreeTable has a responsive mode which can be enabled by setting the "responsive" prop to true. However, no such prop appears to exist.
Looking at the Treetable.d.ts on git seems to imply that such a prop has never existed.
https://github.com/primefaces/primereact/blob/master/src/components/treetable/TreeTable.d.ts
This occurs in 3.4.0 and 4.2.0.
* **Language:** TypeScript
| 1.0 | Error on TreeTable docs about responsive - **I'm submitting a ...** (check one with "x")
[x] bug report
[ ] feature request
[ ] support request
**Codesandbox Case**
https://codesandbox.io/s/primereact-test-nbme8?fontsize=14&hidenavigation=1&theme=dark
**Behavior**
The documentation seems to imply that a TreeTable has a responsive mode which can be enabled by setting the "responsive" prop to true. However, no such prop appears to exist.
Looking at the Treetable.d.ts on git seems to imply that such a prop has never existed.
https://github.com/primefaces/primereact/blob/master/src/components/treetable/TreeTable.d.ts
This occurs in 3.4.0 and 4.2.0.
* **Language:** TypeScript
| defect | error on treetable docs about responsive i m submitting a check one with x bug report feature request support request codesandbox case behavior the documentation seems to imply that a treetable has a responsive mode which can be enabled by setting the responsive prop to true however no such prop appears to exist looking at the treetable d ts on git seems to imply that such a prop has never existed this occurs in and language typescript | 1 |
83,979 | 24,187,220,846 | IssuesEvent | 2022-09-23 14:16:19 | neovim/neovim | https://api.github.com/repos/neovim/neovim | closed | build: cmake warning: argument named "true" appears in a conditional | bug build test ci | ```
CMake Warning (dev) at /home/runner/work/neovim/neovim/cmake/RunTests.cmake:87 (if):
-- Tests exited non-zero: 1
if given arguments:
-- Output to stderr:
"true"
An argument named "true" appears in a conditional statement. Policy
CMP0012 is not set: if() recognizes numbers and boolean constants. Run
"cmake --help-policy CMP0012" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
``` | 1.0 | build: cmake warning: argument named "true" appears in a conditional - ```
CMake Warning (dev) at /home/runner/work/neovim/neovim/cmake/RunTests.cmake:87 (if):
-- Tests exited non-zero: 1
if given arguments:
-- Output to stderr:
"true"
An argument named "true" appears in a conditional statement. Policy
CMP0012 is not set: if() recognizes numbers and boolean constants. Run
"cmake --help-policy CMP0012" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
``` | non_defect | build cmake warning argument named true appears in a conditional cmake warning dev at home runner work neovim neovim cmake runtests cmake if tests exited non zero if given arguments output to stderr true an argument named true appears in a conditional statement policy is not set if recognizes numbers and boolean constants run cmake help policy for policy details use the cmake policy command to set the policy and suppress this warning | 0 |
109,710 | 4,402,961,147 | IssuesEvent | 2016-08-11 04:54:36 | concrete5/concrete5 | https://api.github.com/repos/concrete5/concrete5 | closed | Settings > Page Caching | accepted:ready to start priority:love to have type:ux | Update labels to be all caps/blue
Change:
Cache for how long?
->
Duration
Add some text under the cache status section at the end of the page: (ala the explanation re versioning on page locations)
"Note: You can enable site-wide caching from the System & Settings area of the Dashboard." | 1.0 | Settings > Page Caching - Update labels to be all caps/blue
Change:
Cache for how long?
->
Duration
Add some text under the cache status section at the end of the page: (ala the explanation re versioning on page locations)
"Note: You can enable site-wide caching from the System & Settings area of the Dashboard." | non_defect | settings page caching update labels to be all caps blue change cache for how long duration add some text under the cache status section at the end of the page ala the explanation re versioning on page locations note you can enable site wide caching from the system settings area of the dashboard | 0 |
10,701 | 2,622,180,943 | IssuesEvent | 2015-03-04 00:18:48 | byzhang/leveldb | https://api.github.com/repos/byzhang/leveldb | opened | IO error: XXX.sst: Too many open files | auto-migrated Priority-Medium Type-Defect | ```
I'm using LevelDB in my application with 5 databases. Each database is opened
with the option max_open_files = 64.
ulimit -Sn shows the operating system has a limit of 1024 files. Setting the
limit to 2048 fixes the problem. Because I'm distributing this application to
people, it should have defaults that work out of the box without requiring
people to configure their operating system.
leveldb::Status status = db_spends_->Get(leveldb::ReadOptions(), spent_slice, &raw_spend);
if (!status.ok())
{
std::cerr << "fetch_spend: " << status.ToString() << std::endl;
return false;
}
I get lots of these errors and cannot read at all.
"fetch_spend: IO error: XXXX.sst: Too many open files"
There are 5 databases in one subdirectory called "database":
$ ls
addr block block_hash spend tx
$ du -sh .
16G .
$ du -sh *
2.6G addr
653M block
7.2M block_hash
2.6G spend
9.4G tx
$ for i in `ls`; do echo $i; ls $i | wc -l; done
addr
1279
block
333
block_hash
10
spend
1433
tx
5252
I would like to change the 2 MB limit inside LevelDB for each .sst file, but it
doesn't seem adjustable and I only saw this patch on Google:
https://github.com/basho/leveldb/pull/7
I'm using Ubuntu 13.04 64bit.
Thanks
```
Original issue reported on code.google.com by `gen...@gmail.com` on 9 Jun 2013 at 2:40 | 1.0 | IO error: XXX.sst: Too many open files - ```
I'm using LevelDB in my application with 5 databases. Each database is opened
with the option max_open_files = 64.
ulimit -Sn shows the operating system has a limit of 1024 files. Setting the
limit to 2048 fixes the problem. Because I'm distributing this application to
people, it should have defaults that work out of the box without requiring
people to configure their operating system.
leveldb::Status status = db_spends_->Get(leveldb::ReadOptions(), spent_slice, &raw_spend);
if (!status.ok())
{
std::cerr << "fetch_spend: " << status.ToString() << std::endl;
return false;
}
I get lots of these errors and cannot read at all.
"fetch_spend: IO error: XXXX.sst: Too many open files"
There are 5 databases in one subdirectory called "database":
$ ls
addr block block_hash spend tx
$ du -sh .
16G .
$ du -sh *
2.6G addr
653M block
7.2M block_hash
2.6G spend
9.4G tx
$ for i in `ls`; do echo $i; ls $i | wc -l; done
addr
1279
block
333
block_hash
10
spend
1433
tx
5252
I would like to change the 2 MB limit inside LevelDB for each .sst file, but it
doesn't seem adjustable and I only saw this patch on Google:
https://github.com/basho/leveldb/pull/7
I'm using Ubuntu 13.04 64bit.
Thanks
```
Original issue reported on code.google.com by `gen...@gmail.com` on 9 Jun 2013 at 2:40 | defect | io error xxx sst too many open files i m using leveldb in my application with databases each database is opened with the option max open files ulimit sn shows the operating system has a limit of files setting the limit to fixes the problem because i m distributing this application to people it should have defaults that work out of the box without requiring people to configure their operating system leveldb status status db spends get leveldb readoptions spent slice raw spend if status ok std cerr fetch spend status tostring std endl return false i get lots of these errors and cannot read at all fetch spend io error xxxx sst too many open files there are databases in one subdirectory called database ls addr block block hash spend tx du sh du sh addr block block hash spend tx for i in ls do echo i ls i wc l done addr block block hash spend tx i would like to change the mb limit inside leveldb for each sst file but it doesn t seem adjustable and i only saw this patch on google i m using ubuntu thanks original issue reported on code google com by gen gmail com on jun at | 1 |
68,453 | 21,664,632,282 | IssuesEvent | 2022-05-07 02:01:04 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | "Some of your messages have not been sent" doesn't highlight the message when the unsent event doesn't have its own tile | T-Defect S-Minor O-Uncommon | #### Description
<img width="1005" alt="Screenshot 2021-08-05 at 08 58 36" src="https://user-images.githubusercontent.com/57377/128315186-1b92cc71-776d-44b3-854d-3144a0662aa0.png">
If an edit, reaction, or other event without its own tile is unsent, Element flags the problem but doesn't show which message has a related event pending.
#### Steps to reproduce
- An edit (in my case) fails to send
- Reload Element and view the channel
Acceptance criteria: highlight the pending related message somehow.
| 1.0 | "Some of your messages have not been sent" doesn't highlight the message when the unsent event doesn't have its own tile - #### Description
<img width="1005" alt="Screenshot 2021-08-05 at 08 58 36" src="https://user-images.githubusercontent.com/57377/128315186-1b92cc71-776d-44b3-854d-3144a0662aa0.png">
If an edit, reaction, or other event without its own tile is unsent, Element flags the problem but doesn't show which message has a related event pending.
#### Steps to reproduce
- An edit (in my case) fails to send
- Reload Element and view the channel
Acceptance criteria: highlight the pending related message somehow.
| defect | some of your messages have not been sent doesn t highlight the message when the unsent event doesn t have its own tile description img width alt screenshot at src if an edit reaction or other event without its own tile is unsent element flags the problem but doesn t show which message has a related event pending steps to reproduce an edit in my case fails to send reload element and view the channel acceptance criteria highlight the pending related message somehow | 1 |
384,966 | 26,609,968,335 | IssuesEvent | 2023-01-23 22:56:39 | alesskerbinek/FlightSimPanel | https://api.github.com/repos/alesskerbinek/FlightSimPanel | closed | X-Plane config instructions | documentation All-units | Write instructions how to configure X-Plane (with print screens) for DATA, DREF output and CMND input. | 1.0 | X-Plane config instructions - Write instructions how to configure X-Plane (with print screens) for DATA, DREF output and CMND input. | non_defect | x plane config instructions write instructions how to configure x plane with print screens for data dref output and cmnd input | 0 |
351,724 | 25,038,165,726 | IssuesEvent | 2022-11-04 17:54:23 | bounswe/bounswe2022group1 | https://api.github.com/repos/bounswe/bounswe2022group1 | opened | Group Review (Milestone 1) - Evaluation of Deliverables | Type: Documentation Priority: High Type: Task Status: In Progress | **Issue Description:**
I will write the Frontend Software, Project Plan Frontend and Group Review subtitles of Evaluation of Deriverables title in Group Review (Milestone 1) report.
**Tasks to Do:**
- [ ] Add Frontend Software
- [ ] Add Project Plan Frontend
- [ ] Add Group Review
- [ ] Update the Group Review (Milestone 1) report
*Task Deadline:* 4/11/2022 21:30
*Reviewer* @egetaga
*Final situation:* | 1.0 | Group Review (Milestone 1) - Evaluation of Deliverables - **Issue Description:**
I will write the Frontend Software, Project Plan Frontend and Group Review subtitles of Evaluation of Deriverables title in Group Review (Milestone 1) report.
**Tasks to Do:**
- [ ] Add Frontend Software
- [ ] Add Project Plan Frontend
- [ ] Add Group Review
- [ ] Update the Group Review (Milestone 1) report
*Task Deadline:* 4/11/2022 21:30
*Reviewer* @egetaga
*Final situation:* | non_defect | group review milestone evaluation of deliverables issue description i will write the frontend software project plan frontend and group review subtitles of evaluation of deriverables title in group review milestone report tasks to do add frontend software add project plan frontend add group review update the group review milestone report task deadline reviewer egetaga final situation | 0 |
99,180 | 30,293,969,202 | IssuesEvent | 2023-07-09 16:17:35 | PaddlePaddle/Paddle | https://api.github.com/repos/PaddlePaddle/Paddle | closed | 求解:rtx3060 安装paddle失败 OSError: Invalid enum backend type `63` | status/following-up type/build | ### 问题描述 Issue Description
系统:win11
显卡rtx3060 驱动显示: NVIDIA-SMI 528.02 Driver Version: 528.02 CUDA Version: 12.0
python 3.10.9
cuda:cuda_11.7.1_516.94_windows
cudnn:cudnn-windows-x86_64-8.6.0.163_cuda11-archive
paddlepaddle:pip安装 版本:gpu==2.4.1.post117
安装完python和cuda后,将cudnn解压
1、把bin目录下的.dll全部复制到 C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin
2、把\cuda\include\cudnn.h复制到 C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include
3、把\cuda\lib\x64\cudnn.lib复制到C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64
然后安装paddle(GPU cuda11.7),安装完成后验证就出现 OSError: Invalid enum backend type 63错误,请问下应该怎么解决。谢谢!


下面是安装信息:
Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import paddle
>>> paddle.utils.run_check()
Running verify PaddlePaddle program ...
W0120 00:02:58.819399 21836 gpu_resources.cc:61] Please NOTE: device: 0, GPU Compute Capability: 8.6, Driver API Version: 12.0, Runtime API Version: 11.7
W0120 00:02:58.828402 21836 gpu_resources.cc:91] device: 0, cuDNN Version: 8.6.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "H:\AI\paddle\venv\lib\site-packages\paddle\utils\install_check.py", line 270, in run_check
_run_dygraph_single(use_cuda, use_xpu, use_npu)
File "H:\AI\paddle\venv\lib\site-packages\paddle\utils\install_check.py", line 136, in _run_dygraph_single
linear_out = linear(input_tensor)
File "H:\AI\paddle\venv\lib\site-packages\paddle\fluid\dygraph\layers.py", line 948, in __call__
return self.forward(*inputs, **kwargs)
File "H:\AI\paddle\venv\lib\site-packages\paddle\nn\layer\common.py", line 175, in forward
out = F.linear(
File "H:\AI\paddle\venv\lib\site-packages\paddle\nn\functional\common.py", line 1882, in linear
return _C_ops.linear(x, weight, bias)
OSError: Invalid enum backend type `63`.
### 版本&环境信息 Version & Environment Information
paddle: version 2.4.1
cpu:E5-2670 支持AVX
GPU:RTX3060 12G (驱动支持最高CUDA12.0.133)(安装cuda_11.7.1_516.94)(cudnn-windows-x86_64-8.6.0.163_cuda11)
系统:win11
python:3.10.9
安装方式:pip使用cuda11.7安装链接
详细安装信息在上文中有描述 | 1.0 | 求解:rtx3060 安装paddle失败 OSError: Invalid enum backend type `63` - ### 问题描述 Issue Description
系统:win11
显卡rtx3060 驱动显示: NVIDIA-SMI 528.02 Driver Version: 528.02 CUDA Version: 12.0
python 3.10.9
cuda:cuda_11.7.1_516.94_windows
cudnn:cudnn-windows-x86_64-8.6.0.163_cuda11-archive
paddlepaddle:pip安装 版本:gpu==2.4.1.post117
安装完python和cuda后,将cudnn解压
1、把bin目录下的.dll全部复制到 C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin
2、把\cuda\include\cudnn.h复制到 C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include
3、把\cuda\lib\x64\cudnn.lib复制到C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64
然后安装paddle(GPU cuda11.7),安装完成后验证就出现 OSError: Invalid enum backend type 63错误,请问下应该怎么解决。谢谢!


下面是安装信息:
Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import paddle
>>> paddle.utils.run_check()
Running verify PaddlePaddle program ...
W0120 00:02:58.819399 21836 gpu_resources.cc:61] Please NOTE: device: 0, GPU Compute Capability: 8.6, Driver API Version: 12.0, Runtime API Version: 11.7
W0120 00:02:58.828402 21836 gpu_resources.cc:91] device: 0, cuDNN Version: 8.6.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "H:\AI\paddle\venv\lib\site-packages\paddle\utils\install_check.py", line 270, in run_check
_run_dygraph_single(use_cuda, use_xpu, use_npu)
File "H:\AI\paddle\venv\lib\site-packages\paddle\utils\install_check.py", line 136, in _run_dygraph_single
linear_out = linear(input_tensor)
File "H:\AI\paddle\venv\lib\site-packages\paddle\fluid\dygraph\layers.py", line 948, in __call__
return self.forward(*inputs, **kwargs)
File "H:\AI\paddle\venv\lib\site-packages\paddle\nn\layer\common.py", line 175, in forward
out = F.linear(
File "H:\AI\paddle\venv\lib\site-packages\paddle\nn\functional\common.py", line 1882, in linear
return _C_ops.linear(x, weight, bias)
OSError: Invalid enum backend type `63`.
### 版本&环境信息 Version & Environment Information
paddle: version 2.4.1
cpu:E5-2670 支持AVX
GPU:RTX3060 12G (驱动支持最高CUDA12.0.133)(安装cuda_11.7.1_516.94)(cudnn-windows-x86_64-8.6.0.163_cuda11)
系统:win11
python:3.10.9
安装方式:pip使用cuda11.7安装链接
详细安装信息在上文中有描述 | non_defect | 求解: 安装paddle失败 oserror invalid enum backend type 问题描述 issue description 系统: 驱动显示: nvidia smi driver version cuda version python cuda:cuda windows cudnn:cudnn windows archive paddlepaddle:pip安装 版本:gpu 安装完python和cuda后,将cudnn解压 、把bin目录下的 dll全部复制到 c program files nvidia gpu computing toolkit cuda bin 、把 cuda include cudnn h复制到 c program files nvidia gpu computing toolkit cuda include 、把 cuda lib cudnn lib复制到c program files nvidia gpu computing toolkit cuda lib 然后安装paddle(gpu ),安装完成后验证就出现 oserror invalid enum backend type ,请问下应该怎么解决。谢谢! 下面是安装信息: python tags dec on type help copyright credits or license for more information import paddle paddle utils run check running verify paddlepaddle program gpu resources cc please note device gpu compute capability driver api version runtime api version gpu resources cc device cudnn version traceback most recent call last file line in file h ai paddle venv lib site packages paddle utils install check py line in run check run dygraph single use cuda use xpu use npu file h ai paddle venv lib site packages paddle utils install check py line in run dygraph single linear out linear input tensor file h ai paddle venv lib site packages paddle fluid dygraph layers py line in call return self forward inputs kwargs file h ai paddle venv lib site packages paddle nn layer common py line in forward out f linear file h ai paddle venv lib site packages paddle nn functional common py line in linear return c ops linear x weight bias oserror invalid enum backend type 版本 环境信息 version environment information paddle: version cpu: 支持avx gpu: ( )(安装cuda )(cudnn windows ) 系统: python: 安装方式: 详细安装信息在上文中有描述 | 0 |
17,953 | 3,013,817,988 | IssuesEvent | 2015-07-29 11:27:13 | yawlfoundation/yawl | https://api.github.com/repos/yawlfoundation/yawl | closed | Resource Wizard can't be run in editor | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Add a decomposition to a task
2. Right click on the task
What is the expected output? What do you see instead?
I expected to see "Manage Resourcing" as described in section 3.4.1 of the YAWL
User Manual. Instead, I saw only Cut, Copy and Delete.
What version of the product are you using? On what operating system?
YAWLEditor 3.0beta Build 452, Ubuntu 14.04.
Please provide any additional information below.
Navigating manually to localhost:8080/resourceService in Chrome brings me to
the resource manager login screen.
```
Original issue reported on code.google.com by `scott.de...@gmail.com` on 16 May 2014 at 2:48 | 1.0 | Resource Wizard can't be run in editor - ```
What steps will reproduce the problem?
1. Add a decomposition to a task
2. Right click on the task
What is the expected output? What do you see instead?
I expected to see "Manage Resourcing" as described in section 3.4.1 of the YAWL
User Manual. Instead, I saw only Cut, Copy and Delete.
What version of the product are you using? On what operating system?
YAWLEditor 3.0beta Build 452, Ubuntu 14.04.
Please provide any additional information below.
Navigating manually to localhost:8080/resourceService in Chrome brings me to
the resource manager login screen.
```
Original issue reported on code.google.com by `scott.de...@gmail.com` on 16 May 2014 at 2:48 | defect | resource wizard can t be run in editor what steps will reproduce the problem add a decomposition to a task right click on the task what is the expected output what do you see instead i expected to see manage resourcing as described in section of the yawl user manual instead i saw only cut copy and delete what version of the product are you using on what operating system yawleditor build ubuntu please provide any additional information below navigating manually to localhost resourceservice in chrome brings me to the resource manager login screen original issue reported on code google com by scott de gmail com on may at | 1 |
140,690 | 21,185,540,825 | IssuesEvent | 2022-04-08 12:22:15 | El-Gato-Gordo/Jogo | https://api.github.com/repos/El-Gato-Gordo/Jogo | reopened | Concepção do Jogo | Design | Descrição breve do Jogo (em um parágrafo)
Um jogo de plataforma 2D onde os dois jogadores incorporam dois personagens, um surdo e um cego. Os quais terão de
completar os mapas levando os objetos de um determinado lugar para outro, além de terem que se ajudar para concluir
os obstáculos postos em sua frente. Um jogo que necessitará de atenção, sincronia e inteligencia dos jogadores. A física
e a dinâmica são as principais caraterísticas desse game.
Referências: literatura, mídias em geral e outros jogos
Roteiro: início, meio e fim
Personagens: perfis, evolução
Artefatos: armas, poções etc.
Mundo/universo
- Um ajudar o outro
- Levar um objeto para um determinado lugar
- Surdo e Cego
- Dinâmica
- Física
- Plataforma 2D
- Balões de distorção de espaço tempo
- Gosma que impede de pular
- Espinhos
- Um tem que ajudar o outro
- Cego e Surdo
- Dinâmica
- Teleporte
- Partículas
- Um forte e um fraco.
- Um mago e um lutador/guerreiro.
- O jogo de desarmar a bomba. | 1.0 | Concepção do Jogo - Descrição breve do Jogo (em um parágrafo)
Um jogo de plataforma 2D onde os dois jogadores incorporam dois personagens, um surdo e um cego. Os quais terão de
completar os mapas levando os objetos de um determinado lugar para outro, além de terem que se ajudar para concluir
os obstáculos postos em sua frente. Um jogo que necessitará de atenção, sincronia e inteligencia dos jogadores. A física
e a dinâmica são as principais caraterísticas desse game.
Referências: literatura, mídias em geral e outros jogos
Roteiro: início, meio e fim
Personagens: perfis, evolução
Artefatos: armas, poções etc.
Mundo/universo
- Um ajudar o outro
- Levar um objeto para um determinado lugar
- Surdo e Cego
- Dinâmica
- Física
- Plataforma 2D
- Balões de distorção de espaço tempo
- Gosma que impede de pular
- Espinhos
- Um tem que ajudar o outro
- Cego e Surdo
- Dinâmica
- Teleporte
- Partículas
- Um forte e um fraco.
- Um mago e um lutador/guerreiro.
- O jogo de desarmar a bomba. | non_defect | concepção do jogo descrição breve do jogo em um parágrafo um jogo de plataforma onde os dois jogadores incorporam dois personagens um surdo e um cego os quais terão de completar os mapas levando os objetos de um determinado lugar para outro além de terem que se ajudar para concluir os obstáculos postos em sua frente um jogo que necessitará de atenção sincronia e inteligencia dos jogadores a física e a dinâmica são as principais caraterísticas desse game referências literatura mídias em geral e outros jogos roteiro início meio e fim personagens perfis evolução artefatos armas poções etc mundo universo um ajudar o outro levar um objeto para um determinado lugar surdo e cego dinâmica física plataforma balões de distorção de espaço tempo gosma que impede de pular espinhos um tem que ajudar o outro cego e surdo dinâmica teleporte partículas um forte e um fraco um mago e um lutador guerreiro o jogo de desarmar a bomba | 0 |
60,118 | 17,023,339,855 | IssuesEvent | 2021-07-03 01:30:57 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | unicode input broken | Component: potlatch (flash editor) Priority: major Resolution: invalid Type: defect | **[Submitted to the original trac issue database at 6.03pm, Sunday, 4th January 2009]**
When I enter unicode (utf-8) characters into the map editor, it converts it into latin-1 in real time. It also displays already-input unicode characters with spaces between them, and doesn't allow me to copy/paste them. | 1.0 | unicode input broken - **[Submitted to the original trac issue database at 6.03pm, Sunday, 4th January 2009]**
When I enter unicode (utf-8) characters into the map editor, it converts it into latin-1 in real time. It also displays already-input unicode characters with spaces between them, and doesn't allow me to copy/paste them. | defect | unicode input broken when i enter unicode utf characters into the map editor it converts it into latin in real time it also displays already input unicode characters with spaces between them and doesn t allow me to copy paste them | 1 |
35,732 | 7,800,194,370 | IssuesEvent | 2018-06-09 06:13:22 | StrikeNP/trac_test | https://api.github.com/repos/StrikeNP/trac_test | closed | Latin hypercube: Troubleshoot convergence of RICO with KK microphysics (Trac #506) | Migrated from Trac clubb_src defect dschanen@uwm.edu |
Dave recently discovered that Latin hypercube doesn't converge when running RICO using KK microphysics (https://github.com/larson-group/clubb/issues/498).
We should try to find the bug. It used to work.
Attachments:
http://carson.math.uwm.edu/trac/clubb/attachment/ticket/506/lh_rrainmc.png
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/506
```json
{
"status": "closed",
"changetime": "2012-07-03T19:19:21",
"description": "\nDave recently discovered that Latin hypercube doesn't converge when running RICO using KK microphysics (comment:27:ticket:498). \n\nWe should try to find the bug. It used to work.",
"reporter": "vlarson@uwm.edu",
"cc": "vlarson@uwm.edu",
"resolution": "fixed",
"_ts": "1341343161761514",
"component": "clubb_src",
"summary": "Latin hypercube: Troubleshoot convergence of RICO with KK microphysics",
"priority": "critical",
"keywords": "",
"time": "2012-04-19T21:53:29",
"milestone": "Improve SILHS",
"owner": "dschanen@uwm.edu",
"type": "defect"
}
```
| 1.0 | Latin hypercube: Troubleshoot convergence of RICO with KK microphysics (Trac #506) -
Dave recently discovered that Latin hypercube doesn't converge when running RICO using KK microphysics (https://github.com/larson-group/clubb/issues/498).
We should try to find the bug. It used to work.
Attachments:
http://carson.math.uwm.edu/trac/clubb/attachment/ticket/506/lh_rrainmc.png
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/506
```json
{
"status": "closed",
"changetime": "2012-07-03T19:19:21",
"description": "\nDave recently discovered that Latin hypercube doesn't converge when running RICO using KK microphysics (comment:27:ticket:498). \n\nWe should try to find the bug. It used to work.",
"reporter": "vlarson@uwm.edu",
"cc": "vlarson@uwm.edu",
"resolution": "fixed",
"_ts": "1341343161761514",
"component": "clubb_src",
"summary": "Latin hypercube: Troubleshoot convergence of RICO with KK microphysics",
"priority": "critical",
"keywords": "",
"time": "2012-04-19T21:53:29",
"milestone": "Improve SILHS",
"owner": "dschanen@uwm.edu",
"type": "defect"
}
```
| defect | latin hypercube troubleshoot convergence of rico with kk microphysics trac dave recently discovered that latin hypercube doesn t converge when running rico using kk microphysics we should try to find the bug it used to work attachments migrated from json status closed changetime description ndave recently discovered that latin hypercube doesn t converge when running rico using kk microphysics comment ticket n nwe should try to find the bug it used to work reporter vlarson uwm edu cc vlarson uwm edu resolution fixed ts component clubb src summary latin hypercube troubleshoot convergence of rico with kk microphysics priority critical keywords time milestone improve silhs owner dschanen uwm edu type defect | 1 |
73,607 | 24,716,342,320 | IssuesEvent | 2022-10-20 07:17:16 | matrix-org/matrix-public-archive | https://api.github.com/repos/matrix-org/matrix-public-archive | opened | Homeserver mismatch between homeserver selector and selected homeserver indicated by the `?homeserver` query parameter | T-Defect A-room-directory | Visiting `/?search=&homeserver=foo.bar` will still leave you with the default configured `matrixServerName` selected in the homeserver selector on the room directory landing page.
There is mismatch between homeserver selector and selected homeserver indicated by the `?homeserver` query parameter
**Example:** Visiting `/?search=&homeserver=foo.bar`, it should say `foo.bar`

| 1.0 | Homeserver mismatch between homeserver selector and selected homeserver indicated by the `?homeserver` query parameter - Visiting `/?search=&homeserver=foo.bar` will still leave you with the default configured `matrixServerName` selected in the homeserver selector on the room directory landing page.
There is mismatch between homeserver selector and selected homeserver indicated by the `?homeserver` query parameter
**Example:** Visiting `/?search=&homeserver=foo.bar`, it should say `foo.bar`

| defect | homeserver mismatch between homeserver selector and selected homeserver indicated by the homeserver query parameter visiting search homeserver foo bar will still leave you with the default configured matrixservername selected in the homeserver selector on the room directory landing page there is mismatch between homeserver selector and selected homeserver indicated by the homeserver query parameter example visiting search homeserver foo bar it should say foo bar | 1 |
87,089 | 17,142,889,872 | IssuesEvent | 2021-07-13 11:39:20 | mozilla/addons-frontend | https://api.github.com/repos/mozilla/addons-frontend | closed | Remove InfoDialog and associated code | component: code quality priority: p4 | The [`InfoDialog`](https://github.com/mozilla/addons-frontend/tree/master/src/amo/components/InfoDialog) component is no longer needed. We should remove it and any code that references it. This has been discussed in detail on Slack. | 1.0 | Remove InfoDialog and associated code - The [`InfoDialog`](https://github.com/mozilla/addons-frontend/tree/master/src/amo/components/InfoDialog) component is no longer needed. We should remove it and any code that references it. This has been discussed in detail on Slack. | non_defect | remove infodialog and associated code the component is no longer needed we should remove it and any code that references it this has been discussed in detail on slack | 0 |
83,641 | 16,244,117,538 | IssuesEvent | 2021-05-07 13:00:50 | Regalis11/Barotrauma | https://api.github.com/repos/Regalis11/Barotrauma | closed | Crashes when loading | Bug Code Crash | - [x] I have searched the issue tracker to check if the issue has already been reported.
I uninstalled and reinstalled and it works. but im not sure why it didnt work the first time
**Description**
once i launch it on steam when it reaches the loading screen it gets stuck and the mesage"oops Barotrauma just crashed" appears
**Version**
0.13.3.11 Windows 7
**Additional information**
Barotrauma Client crash report (generated on 01/05/2021 09:03:50 p.m.)
Barotrauma seems to have crashed. Sorry for the inconvenience!
To prevent further startup errors, installed mods will be disabled the next time you launch the game.
1E784E57B83E4AD2C454A781377E1373
Game version 0.13.3.11 (ReleaseWindows, branch release, revision 7096536cf1)
Graphics mode: 1920x1080 (BorderlessWindowed)
VSync ON
Language: English
Selected content packages: Vanilla 0.9
Level seed: no level loaded
Loaded submarine: None
Selected screen: None
SteamManager initialized
System info:
Operating system: Microsoft Windows NT 6.1.7601 Service Pack 1 64 bit
GPU name: NVIDIA GeForce GT 710
Display mode: {Width:1920 Height:1080 Format:Color AspectRatio:1,7777778}
GPU status: Normal
Exception: Loading was interrupted due to an error. (Barotrauma.GameMain+LoadingException)
Target site: Void Update(Microsoft.Xna.Framework.GameTime)
Stack trace:
at Barotrauma.GameMain.Update(GameTime gameTime) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 809
at Microsoft.Xna.Framework.Game.DoUpdate(GameTime gameTime) in <DEV>\Libraries\MonoGame.Framework\Src\MonoGame.Framework\Game.cs:line 656
at Microsoft.Xna.Framework.Game.Tick() in <DEV>\Libraries\MonoGame.Framework\Src\MonoGame.Framework\Game.cs:line 504
at Microsoft.Xna.Framework.SdlGamePlatform.RunLoop() in <DEV>\Libraries\MonoGame.Framework\Src\MonoGame.Framework\SDL\SDLGamePlatform.cs:line 94
at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior) in <DEV>\Libraries\MonoGame.Framework\Src\MonoGame.Framework\Game.cs:line 398
at Microsoft.Xna.Framework.Game.Run() in <DEV>\Libraries\MonoGame.Framework\Src\MonoGame.Framework\Game.cs:line 368
at Barotrauma.Program.Main(String[] args) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Program.cs:line 59
InnerException: Could not determine container type!
Target site: Void .ctor(System.IO.Stream, Boolean)
Stack trace:
at NVorbis.VorbisReader..ctor(Stream stream, Boolean closeStreamOnDispose)
at Barotrauma.Sounds.OggSound.InitializeALBuffers() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Sounds\OggSound.cs:line 71
at Barotrauma.Sounds.OggSound..ctor(SoundManager owner, String filename, Boolean stream, XElement xElement) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Sounds\OggSound.cs:line 19
at Barotrauma.Sounds.SoundManager.LoadSound(String filename, Boolean stream) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Sounds\SoundManager.cs:line 346
at Barotrauma.Submarine.LoadRoundSound(XElement element, Boolean stream) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Map\Submarine.cs:line 119
at Barotrauma.StatusEffect.InitProjSpecific(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\StatusEffects\StatusEffect.cs:line 38
at Barotrauma.StatusEffect..ctor(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\StatusEffects\StatusEffect.cs:line 632
at Barotrauma.StatusEffect.Load(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\StatusEffects\StatusEffect.cs:line 347
at Barotrauma.AfflictionPrefab.PeriodicEffect..ctor(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 218
at Barotrauma.AfflictionPrefab.LoadEffects(XElement element) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 650
at Barotrauma.AfflictionPrefab.LoadFromFile(ContentFile file) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 542
at Barotrauma.AfflictionPrefab.LoadAll(IEnumerable`1 files) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 370
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 551
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
Last debug messages:
[01/05/2021 09:03:50 p.m.] Coroutine "Load" has failed
[01/05/2021 09:03:50 p.m.] Coroutine "Load" has thrown an exception {Could not determine container type!}
at NVorbis.VorbisReader..ctor(Stream stream, Boolean closeStreamOnDispose)
at Barotrauma.Sounds.OggSound.InitializeALBuffers() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Sounds\OggSound.cs:line 71
at Barotrauma.Sounds.OggSound..ctor(SoundManager owner, String filename, Boolean stream, XElement xElement) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Sounds\OggSound.cs:line 19
at Barotrauma.Sounds.SoundManager.LoadSound(String filename, Boolean stream) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Sounds\SoundManager.cs:line 346
at Barotrauma.Submarine.LoadRoundSound(XElement element, Boolean stream) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Map\Submarine.cs:line 119
at Barotrauma.StatusEffect.InitProjSpecific(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\StatusEffects\StatusEffect.cs:line 38
at Barotrauma.StatusEffect..ctor(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\StatusEffects\StatusEffect.cs:line 632
at Barotrauma.StatusEffect.Load(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\StatusEffects\StatusEffect.cs:line 347
at Barotrauma.AfflictionPrefab.PeriodicEffect..ctor(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 218
at Barotrauma.AfflictionPrefab.LoadEffects(XElement element) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 650
at Barotrauma.AfflictionPrefab.LoadFromFile(ContentFile file) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 542
at Barotrauma.AfflictionPrefab.LoadAll(IEnumerable`1 files) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 370
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 551
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
[01/05/2021 09:03:49 p.m.] Error in fabricable item 40mm Grenade! Required item "uex" not found.
[01/05/2021 09:03:49 p.m.] Failed to find a matching MapEntityPrefab (name: "", identifier: "uex").
at System.Environment.get_StackTrace()
at Barotrauma.MapEntityPrefab.Find(String name, String identifier, Boolean showErrorMessages) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Map\MapEntityPrefab.cs:line 315
at Barotrauma.FabricationRecipe..ctor(XElement element, ItemPrefab itemPrefab) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 116
at Barotrauma.ItemPrefab.InitFabricationRecipes() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 642
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 550
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
at Barotrauma.CoroutineManager.<>c__DisplayClass3_0.<StartCoroutine>b__0() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 50
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
[01/05/2021 09:03:49 p.m.] Error in fabricable item Frag Grenade! Required item "uex" not found.
[01/05/2021 09:03:49 p.m.] Failed to find a matching MapEntityPrefab (name: "", identifier: "uex").
at System.Environment.get_StackTrace()
at Barotrauma.MapEntityPrefab.Find(String name, String identifier, Boolean showErrorMessages) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Map\MapEntityPrefab.cs:line 315
at Barotrauma.FabricationRecipe..ctor(XElement element, ItemPrefab itemPrefab) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 116
at Barotrauma.ItemPrefab.InitFabricationRecipes() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 642
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 550
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
at Barotrauma.CoroutineManager.<>c__DisplayClass3_0.<StartCoroutine>b__0() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 50
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
[01/05/2021 09:03:49 p.m.] Error in fabricable item EMP Grenade! Required item "uex" not found.
[01/05/2021 09:03:49 p.m.] Failed to find a matching MapEntityPrefab (name: "", identifier: "uex").
at System.Environment.get_StackTrace()
at Barotrauma.MapEntityPrefab.Find(String name, String identifier, Boolean showErrorMessages) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Map\MapEntityPrefab.cs:line 315
at Barotrauma.FabricationRecipe..ctor(XElement element, ItemPrefab itemPrefab) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 116
at Barotrauma.ItemPrefab.InitFabricationRecipes() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 642
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 550
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
at Barotrauma.CoroutineManager.<>c__DisplayClass3_0.<StartCoroutine>b__0() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 50
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
[01/05/2021 09:03:49 p.m.] Error in fabricable item Explosive Harpoon! Required item "c4block" not found.
[01/05/2021 09:03:49 p.m.] Failed to find a matching MapEntityPrefab (name: "", identifier: "c4block").
at System.Environment.get_StackTrace()
at Barotrauma.MapEntityPrefab.Find(String name, String identifier, Boolean showErrorMessages) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Map\MapEntityPrefab.cs:line 315
at Barotrauma.FabricationRecipe..ctor(XElement element, ItemPrefab itemPrefab) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 116
at Barotrauma.ItemPrefab.InitFabricationRecipes() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 642
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 550
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
at Barotrauma.CoroutineManager.<>c__DisplayClass3_0.<StartCoroutine>b__0() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 50
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
[01/05/2021 09:03:49 p.m.] Error in fabricable item Exploding Ammunition Box! Required item "uex" not found.
[01/05/2021 09:03:49 p.m.] Failed to find a matching MapEntityPrefab (name: "", identifier: "uex").
at System.Environment.get_StackTrace()
at Barotrauma.MapEntityPrefab.Find(String name, String identifier, Boolean showErrorMessages) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Map\MapEntityPrefab.cs:line 315
at Barotrauma.FabricationRecipe..ctor(XElement element, ItemPrefab itemPrefab) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 116
at Barotrauma.ItemPrefab.InitFabricationRecipes() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 642
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 550
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
at Barotrauma.CoroutineManager.<>c__DisplayClass3_0.<StartCoroutine>b__0() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 50
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
[01/05/2021 09:03:49 p.m.] Error in fabricable item Exploding Ammunition Box! Required item "uex" not found.
[01/05/2021 09:03:49 p.m.] Failed to find a matching MapEntityPrefab (name: "", identifier: "uex").
at System.Environment.get_StackTrace()
at Barotrauma.MapEntityPrefab.Find(String name, String identifier, Boolean showErrorMessages) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Map\MapEntityPrefab.cs:line 315
at Barotrauma.FabricationRecipe..ctor(XElement element, ItemPrefab itemPrefab) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 116
at Barotrauma.ItemPrefab.InitFabricationRecipes() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 642
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 550
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
at Barotrauma.CoroutineManager.<>c__DisplayClass3_0.<StartCoroutine>b__0() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 50
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
[01/05/2021 09:03:49 p.m.] (Msg) SDR RelayNetworkStatus: avail=OK config=OK anyrelay=OK (OK)
[01/05/2021 09:03:49 p.m.] (Msg) Ping location: lim=136+13,scl=138+13,eze=139+13,gru=148+14,atl=159+15,iad=172+17/172+15,ord=177+17/177+15,dfw=185+18/180+15,lax=212+21,eat=222+22/221+22,fra=257+25/248+23,sgp=381+38/359+27
[01/05/2021 09:03:49 p.m.] (Msg) Ping measurement completed
[01/05/2021 09:03:49 p.m.] Couldn't load xml document "Content/Items/Weapons/railgun.xml"! {'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.}
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Barotrauma.XMLExtensions.TryLoadXml(String filePath) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Serialization\XMLExtensions.cs:line 23
[01/05/2021 09:03:49 p.m.] Couldn't load xml document "Content/Items/Weapons/explosives.xml"! {'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.}
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Barotrauma.XMLExtensions.TryLoadXml(String filePath) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Serialization\XMLExtensions.cs:line 23
[01/05/2021 09:03:49 p.m.] Couldn't load xml document "Content/Items/Weapons/dischargecoil.xml"! {'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.}
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Barotrauma.XMLExtensions.TryLoadXml(String filePath) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Serialization\XMLExtensions.cs:line 23
[01/05/2021 09:03:49 p.m.] Couldn't load xml document "Content/Items/Weapons/depthcharge.xml"! {'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.}
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Barotrauma.XMLExtensions.TryLoadXml(String filePath) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Serialization\XMLExtensions.cs:line 23
[01/05/2021 09:03:49 p.m.] Couldn't load xml document "Content/Items/Weapons/coilgun.xml"! {'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.}
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Barotrauma.XMLExtensions.TryLoadXml(String filePath) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Serialization\XMLExtensions.cs:line 23
[01/05/2021 09:03:49 p.m.] Couldn't load xml document "Content/Items/Tools/tools.xml"! {'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.}
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Barotrauma.XMLExtensions.TryLoadXml(String filePath) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Serialization\XMLExtensions.cs:line 23
[01/05/2021 09:03:47 p.m.] (Verbose) Communications with routing cluster 'syd' established.
[01/05/2021 09:03:46 p.m.] (Debug) Destroying relay 'syd#88 (103.10.125.154:27048)' because initial_ping_timeout
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'sgp' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'maa' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'jnb' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'tyo' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'tyo1' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'dxb' established.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 736770, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 6a6e62, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 656174, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 6d6161, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 6c6178, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 647862, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 626f6d, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 61746c, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 6f7264, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 696164, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 6d6164, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 776177, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 73746f, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 667261, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 766965, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'sof' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'sto' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'sto2' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'vie' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'waw' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'sea' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'bom' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'par' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'hkg' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'mad' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'lhr' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'lax' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'ord' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'iad' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'fra' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'ams' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'scl' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'lim' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'eat' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'dfw' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'atl' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'gru' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'eze' established.
[01/05/2021 09:03:43 p.m.] (Msg) SDR RelayNetworkStatus: avail=Attempting config=OK anyrelay=Attempting (Performing ping measurement)
[01/05/2021 09:03:43 p.m.] (Msg) Performing ping measurement
[01/05/2021 09:03:43 p.m.] (Msg) Got SDR network config. Loaded revision 318 OK
[01/05/2021 09:03:43 p.m.] (Warning) SDR network config fetch first attempt failed. HTTP 504. . Trying again.
[01/05/2021 09:03:26 p.m.] Attempting to open ALC device "OpenAL Soft on Altavoces (Realtek High Definition Audio)"
[01/05/2021 09:03:25 p.m.] Loaded languages: English, German, French, Russian, Polish, Brazilian Portuguese, Castilian Spanish, Latinamerican Spanish, Simplified Chinese, Traditional Chinese, Japanese, Turkish, Korean
[01/05/2021 09:03:24 p.m.] Loaded languages: English, German, French, Russian, Polish, Brazilian Portuguese, Castilian Spanish, Latinamerican Spanish, Simplified Chinese, Traditional Chinese, Japanese, Turkish, Korean
[01/05/2021 09:03:22 p.m.] Logged in as ShadowFMCzZ (SteamID STEAM_1:0:92038900)
| 1.0 | Crashes when loading - - [x] I have searched the issue tracker to check if the issue has already been reported.
I uninstalled and reinstalled and it works. but im not sure why it didnt work the first time
**Description**
once i launch it on steam when it reaches the loading screen it gets stuck and the mesage"oops Barotrauma just crashed" appears
**Version**
0.13.3.11 Windows 7
**Additional information**
Barotrauma Client crash report (generated on 01/05/2021 09:03:50 p.m.)
Barotrauma seems to have crashed. Sorry for the inconvenience!
To prevent further startup errors, installed mods will be disabled the next time you launch the game.
1E784E57B83E4AD2C454A781377E1373
Game version 0.13.3.11 (ReleaseWindows, branch release, revision 7096536cf1)
Graphics mode: 1920x1080 (BorderlessWindowed)
VSync ON
Language: English
Selected content packages: Vanilla 0.9
Level seed: no level loaded
Loaded submarine: None
Selected screen: None
SteamManager initialized
System info:
Operating system: Microsoft Windows NT 6.1.7601 Service Pack 1 64 bit
GPU name: NVIDIA GeForce GT 710
Display mode: {Width:1920 Height:1080 Format:Color AspectRatio:1,7777778}
GPU status: Normal
Exception: Loading was interrupted due to an error. (Barotrauma.GameMain+LoadingException)
Target site: Void Update(Microsoft.Xna.Framework.GameTime)
Stack trace:
at Barotrauma.GameMain.Update(GameTime gameTime) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 809
at Microsoft.Xna.Framework.Game.DoUpdate(GameTime gameTime) in <DEV>\Libraries\MonoGame.Framework\Src\MonoGame.Framework\Game.cs:line 656
at Microsoft.Xna.Framework.Game.Tick() in <DEV>\Libraries\MonoGame.Framework\Src\MonoGame.Framework\Game.cs:line 504
at Microsoft.Xna.Framework.SdlGamePlatform.RunLoop() in <DEV>\Libraries\MonoGame.Framework\Src\MonoGame.Framework\SDL\SDLGamePlatform.cs:line 94
at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior) in <DEV>\Libraries\MonoGame.Framework\Src\MonoGame.Framework\Game.cs:line 398
at Microsoft.Xna.Framework.Game.Run() in <DEV>\Libraries\MonoGame.Framework\Src\MonoGame.Framework\Game.cs:line 368
at Barotrauma.Program.Main(String[] args) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Program.cs:line 59
InnerException: Could not determine container type!
Target site: Void .ctor(System.IO.Stream, Boolean)
Stack trace:
at NVorbis.VorbisReader..ctor(Stream stream, Boolean closeStreamOnDispose)
at Barotrauma.Sounds.OggSound.InitializeALBuffers() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Sounds\OggSound.cs:line 71
at Barotrauma.Sounds.OggSound..ctor(SoundManager owner, String filename, Boolean stream, XElement xElement) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Sounds\OggSound.cs:line 19
at Barotrauma.Sounds.SoundManager.LoadSound(String filename, Boolean stream) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Sounds\SoundManager.cs:line 346
at Barotrauma.Submarine.LoadRoundSound(XElement element, Boolean stream) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Map\Submarine.cs:line 119
at Barotrauma.StatusEffect.InitProjSpecific(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\StatusEffects\StatusEffect.cs:line 38
at Barotrauma.StatusEffect..ctor(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\StatusEffects\StatusEffect.cs:line 632
at Barotrauma.StatusEffect.Load(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\StatusEffects\StatusEffect.cs:line 347
at Barotrauma.AfflictionPrefab.PeriodicEffect..ctor(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 218
at Barotrauma.AfflictionPrefab.LoadEffects(XElement element) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 650
at Barotrauma.AfflictionPrefab.LoadFromFile(ContentFile file) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 542
at Barotrauma.AfflictionPrefab.LoadAll(IEnumerable`1 files) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 370
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 551
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
Last debug messages:
[01/05/2021 09:03:50 p.m.] Coroutine "Load" has failed
[01/05/2021 09:03:50 p.m.] Coroutine "Load" has thrown an exception {Could not determine container type!}
at NVorbis.VorbisReader..ctor(Stream stream, Boolean closeStreamOnDispose)
at Barotrauma.Sounds.OggSound.InitializeALBuffers() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Sounds\OggSound.cs:line 71
at Barotrauma.Sounds.OggSound..ctor(SoundManager owner, String filename, Boolean stream, XElement xElement) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Sounds\OggSound.cs:line 19
at Barotrauma.Sounds.SoundManager.LoadSound(String filename, Boolean stream) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Sounds\SoundManager.cs:line 346
at Barotrauma.Submarine.LoadRoundSound(XElement element, Boolean stream) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\Map\Submarine.cs:line 119
at Barotrauma.StatusEffect.InitProjSpecific(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaClient\ClientSource\StatusEffects\StatusEffect.cs:line 38
at Barotrauma.StatusEffect..ctor(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\StatusEffects\StatusEffect.cs:line 632
at Barotrauma.StatusEffect.Load(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\StatusEffects\StatusEffect.cs:line 347
at Barotrauma.AfflictionPrefab.PeriodicEffect..ctor(XElement element, String parentDebugName) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 218
at Barotrauma.AfflictionPrefab.LoadEffects(XElement element) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 650
at Barotrauma.AfflictionPrefab.LoadFromFile(ContentFile file) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 542
at Barotrauma.AfflictionPrefab.LoadAll(IEnumerable`1 files) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Characters\Health\Afflictions\AfflictionPrefab.cs:line 370
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 551
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
[01/05/2021 09:03:49 p.m.] Error in fabricable item 40mm Grenade! Required item "uex" not found.
[01/05/2021 09:03:49 p.m.] Failed to find a matching MapEntityPrefab (name: "", identifier: "uex").
at System.Environment.get_StackTrace()
at Barotrauma.MapEntityPrefab.Find(String name, String identifier, Boolean showErrorMessages) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Map\MapEntityPrefab.cs:line 315
at Barotrauma.FabricationRecipe..ctor(XElement element, ItemPrefab itemPrefab) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 116
at Barotrauma.ItemPrefab.InitFabricationRecipes() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 642
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 550
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
at Barotrauma.CoroutineManager.<>c__DisplayClass3_0.<StartCoroutine>b__0() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 50
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
[01/05/2021 09:03:49 p.m.] Error in fabricable item Frag Grenade! Required item "uex" not found.
[01/05/2021 09:03:49 p.m.] Failed to find a matching MapEntityPrefab (name: "", identifier: "uex").
at System.Environment.get_StackTrace()
at Barotrauma.MapEntityPrefab.Find(String name, String identifier, Boolean showErrorMessages) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Map\MapEntityPrefab.cs:line 315
at Barotrauma.FabricationRecipe..ctor(XElement element, ItemPrefab itemPrefab) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 116
at Barotrauma.ItemPrefab.InitFabricationRecipes() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 642
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 550
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
at Barotrauma.CoroutineManager.<>c__DisplayClass3_0.<StartCoroutine>b__0() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 50
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
[01/05/2021 09:03:49 p.m.] Error in fabricable item EMP Grenade! Required item "uex" not found.
[01/05/2021 09:03:49 p.m.] Failed to find a matching MapEntityPrefab (name: "", identifier: "uex").
at System.Environment.get_StackTrace()
at Barotrauma.MapEntityPrefab.Find(String name, String identifier, Boolean showErrorMessages) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Map\MapEntityPrefab.cs:line 315
at Barotrauma.FabricationRecipe..ctor(XElement element, ItemPrefab itemPrefab) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 116
at Barotrauma.ItemPrefab.InitFabricationRecipes() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 642
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 550
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
at Barotrauma.CoroutineManager.<>c__DisplayClass3_0.<StartCoroutine>b__0() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 50
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
[01/05/2021 09:03:49 p.m.] Error in fabricable item Explosive Harpoon! Required item "c4block" not found.
[01/05/2021 09:03:49 p.m.] Failed to find a matching MapEntityPrefab (name: "", identifier: "c4block").
at System.Environment.get_StackTrace()
at Barotrauma.MapEntityPrefab.Find(String name, String identifier, Boolean showErrorMessages) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Map\MapEntityPrefab.cs:line 315
at Barotrauma.FabricationRecipe..ctor(XElement element, ItemPrefab itemPrefab) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 116
at Barotrauma.ItemPrefab.InitFabricationRecipes() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 642
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 550
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
at Barotrauma.CoroutineManager.<>c__DisplayClass3_0.<StartCoroutine>b__0() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 50
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
[01/05/2021 09:03:49 p.m.] Error in fabricable item Exploding Ammunition Box! Required item "uex" not found.
[01/05/2021 09:03:49 p.m.] Failed to find a matching MapEntityPrefab (name: "", identifier: "uex").
at System.Environment.get_StackTrace()
at Barotrauma.MapEntityPrefab.Find(String name, String identifier, Boolean showErrorMessages) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Map\MapEntityPrefab.cs:line 315
at Barotrauma.FabricationRecipe..ctor(XElement element, ItemPrefab itemPrefab) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 116
at Barotrauma.ItemPrefab.InitFabricationRecipes() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 642
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 550
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
at Barotrauma.CoroutineManager.<>c__DisplayClass3_0.<StartCoroutine>b__0() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 50
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
[01/05/2021 09:03:49 p.m.] Error in fabricable item Exploding Ammunition Box! Required item "uex" not found.
[01/05/2021 09:03:49 p.m.] Failed to find a matching MapEntityPrefab (name: "", identifier: "uex").
at System.Environment.get_StackTrace()
at Barotrauma.MapEntityPrefab.Find(String name, String identifier, Boolean showErrorMessages) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Map\MapEntityPrefab.cs:line 315
at Barotrauma.FabricationRecipe..ctor(XElement element, ItemPrefab itemPrefab) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 116
at Barotrauma.ItemPrefab.InitFabricationRecipes() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Items\ItemPrefab.cs:line 642
at Barotrauma.GameMain.Load(Boolean isSeparateThread)+MoveNext() in <DEV>\Barotrauma\BarotraumaClient\ClientSource\GameMain.cs:line 550
at Barotrauma.CoroutineManager.ExecuteCoroutineThread(CoroutineHandle handle) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 173
at Barotrauma.CoroutineManager.<>c__DisplayClass3_0.<StartCoroutine>b__0() in <DEV>\Barotrauma\BarotraumaShared\SharedSource\CoroutineManager.cs:line 50
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
[01/05/2021 09:03:49 p.m.] (Msg) SDR RelayNetworkStatus: avail=OK config=OK anyrelay=OK (OK)
[01/05/2021 09:03:49 p.m.] (Msg) Ping location: lim=136+13,scl=138+13,eze=139+13,gru=148+14,atl=159+15,iad=172+17/172+15,ord=177+17/177+15,dfw=185+18/180+15,lax=212+21,eat=222+22/221+22,fra=257+25/248+23,sgp=381+38/359+27
[01/05/2021 09:03:49 p.m.] (Msg) Ping measurement completed
[01/05/2021 09:03:49 p.m.] Couldn't load xml document "Content/Items/Weapons/railgun.xml"! {'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.}
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Barotrauma.XMLExtensions.TryLoadXml(String filePath) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Serialization\XMLExtensions.cs:line 23
[01/05/2021 09:03:49 p.m.] Couldn't load xml document "Content/Items/Weapons/explosives.xml"! {'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.}
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Barotrauma.XMLExtensions.TryLoadXml(String filePath) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Serialization\XMLExtensions.cs:line 23
[01/05/2021 09:03:49 p.m.] Couldn't load xml document "Content/Items/Weapons/dischargecoil.xml"! {'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.}
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Barotrauma.XMLExtensions.TryLoadXml(String filePath) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Serialization\XMLExtensions.cs:line 23
[01/05/2021 09:03:49 p.m.] Couldn't load xml document "Content/Items/Weapons/depthcharge.xml"! {'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.}
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Barotrauma.XMLExtensions.TryLoadXml(String filePath) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Serialization\XMLExtensions.cs:line 23
[01/05/2021 09:03:49 p.m.] Couldn't load xml document "Content/Items/Weapons/coilgun.xml"! {'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.}
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Barotrauma.XMLExtensions.TryLoadXml(String filePath) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Serialization\XMLExtensions.cs:line 23
[01/05/2021 09:03:49 p.m.] Couldn't load xml document "Content/Items/Tools/tools.xml"! {'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.}
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Barotrauma.XMLExtensions.TryLoadXml(String filePath) in <DEV>\Barotrauma\BarotraumaShared\SharedSource\Serialization\XMLExtensions.cs:line 23
[01/05/2021 09:03:47 p.m.] (Verbose) Communications with routing cluster 'syd' established.
[01/05/2021 09:03:46 p.m.] (Debug) Destroying relay 'syd#88 (103.10.125.154:27048)' because initial_ping_timeout
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'sgp' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'maa' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'jnb' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'tyo' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'tyo1' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'dxb' established.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 736770, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 6a6e62, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 656174, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 6d6161, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 6c6178, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 647862, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 626f6d, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 61746c, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 6f7264, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 696164, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 6d6164, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 776177, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 73746f, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 667261, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Warning) Relay sof#2 (139.45.193.10:27016) sent CMsgSteamDatagramRouterPingReply with extra route info about data center 766965, but no ping for that data center?.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'sof' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'sto' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'sto2' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'vie' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'waw' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'sea' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'bom' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'par' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'hkg' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'mad' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'lhr' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'lax' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'ord' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'iad' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'fra' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'ams' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'scl' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'lim' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'eat' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'dfw' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'atl' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'gru' established.
[01/05/2021 09:03:44 p.m.] (Verbose) Communications with routing cluster 'eze' established.
[01/05/2021 09:03:43 p.m.] (Msg) SDR RelayNetworkStatus: avail=Attempting config=OK anyrelay=Attempting (Performing ping measurement)
[01/05/2021 09:03:43 p.m.] (Msg) Performing ping measurement
[01/05/2021 09:03:43 p.m.] (Msg) Got SDR network config. Loaded revision 318 OK
[01/05/2021 09:03:43 p.m.] (Warning) SDR network config fetch first attempt failed. HTTP 504. . Trying again.
[01/05/2021 09:03:26 p.m.] Attempting to open ALC device "OpenAL Soft on Altavoces (Realtek High Definition Audio)"
[01/05/2021 09:03:25 p.m.] Loaded languages: English, German, French, Russian, Polish, Brazilian Portuguese, Castilian Spanish, Latinamerican Spanish, Simplified Chinese, Traditional Chinese, Japanese, Turkish, Korean
[01/05/2021 09:03:24 p.m.] Loaded languages: English, German, French, Russian, Polish, Brazilian Portuguese, Castilian Spanish, Latinamerican Spanish, Simplified Chinese, Traditional Chinese, Japanese, Turkish, Korean
[01/05/2021 09:03:22 p.m.] Logged in as ShadowFMCzZ (SteamID STEAM_1:0:92038900)
| non_defect | crashes when loading i have searched the issue tracker to check if the issue has already been reported i uninstalled and reinstalled and it works but im not sure why it didnt work the first time description once i launch it on steam when it reaches the loading screen it gets stuck and the mesage oops barotrauma just crashed appears version windows additional information barotrauma client crash report generated on p m barotrauma seems to have crashed sorry for the inconvenience to prevent further startup errors installed mods will be disabled the next time you launch the game game version releasewindows branch release revision graphics mode borderlesswindowed vsync on language english selected content packages vanilla level seed no level loaded loaded submarine none selected screen none steammanager initialized system info operating system microsoft windows nt service pack bit gpu name nvidia geforce gt display mode width height format color aspectratio gpu status normal exception loading was interrupted due to an error barotrauma gamemain loadingexception target site void update microsoft xna framework gametime stack trace at barotrauma gamemain update gametime gametime in barotrauma barotraumaclient clientsource gamemain cs line at microsoft xna framework game doupdate gametime gametime in libraries monogame framework src monogame framework game cs line at microsoft xna framework game tick in libraries monogame framework src monogame framework game cs line at microsoft xna framework sdlgameplatform runloop in libraries monogame framework src monogame framework sdl sdlgameplatform cs line at microsoft xna framework game run gamerunbehavior runbehavior in libraries monogame framework src monogame framework game cs line at microsoft xna framework game run in libraries monogame framework src monogame framework game cs line at barotrauma program main string args in barotrauma barotraumaclient clientsource program cs line innerexception could not determine container type target site void ctor system io stream boolean stack trace at nvorbis vorbisreader ctor stream stream boolean closestreamondispose at barotrauma sounds oggsound initializealbuffers in barotrauma barotraumaclient clientsource sounds oggsound cs line at barotrauma sounds oggsound ctor soundmanager owner string filename boolean stream xelement xelement in barotrauma barotraumaclient clientsource sounds oggsound cs line at barotrauma sounds soundmanager loadsound string filename boolean stream in barotrauma barotraumaclient clientsource sounds soundmanager cs line at barotrauma submarine loadroundsound xelement element boolean stream in barotrauma barotraumaclient clientsource map submarine cs line at barotrauma statuseffect initprojspecific xelement element string parentdebugname in barotrauma barotraumaclient clientsource statuseffects statuseffect cs line at barotrauma statuseffect ctor xelement element string parentdebugname in barotrauma barotraumashared sharedsource statuseffects statuseffect cs line at barotrauma statuseffect load xelement element string parentdebugname in barotrauma barotraumashared sharedsource statuseffects statuseffect cs line at barotrauma afflictionprefab periodiceffect ctor xelement element string parentdebugname in barotrauma barotraumashared sharedsource characters health afflictions afflictionprefab cs line at barotrauma afflictionprefab loadeffects xelement element in barotrauma barotraumashared sharedsource characters health afflictions afflictionprefab cs line at barotrauma afflictionprefab loadfromfile contentfile file in barotrauma barotraumashared sharedsource characters health afflictions afflictionprefab cs line at barotrauma afflictionprefab loadall ienumerable files in barotrauma barotraumashared sharedsource characters health afflictions afflictionprefab cs line at barotrauma gamemain load boolean isseparatethread movenext in barotrauma barotraumaclient clientsource gamemain cs line at barotrauma coroutinemanager executecoroutinethread coroutinehandle handle in barotrauma barotraumashared sharedsource coroutinemanager cs line last debug messages coroutine load has failed coroutine load has thrown an exception could not determine container type at nvorbis vorbisreader ctor stream stream boolean closestreamondispose at barotrauma sounds oggsound initializealbuffers in barotrauma barotraumaclient clientsource sounds oggsound cs line at barotrauma sounds oggsound ctor soundmanager owner string filename boolean stream xelement xelement in barotrauma barotraumaclient clientsource sounds oggsound cs line at barotrauma sounds soundmanager loadsound string filename boolean stream in barotrauma barotraumaclient clientsource sounds soundmanager cs line at barotrauma submarine loadroundsound xelement element boolean stream in barotrauma barotraumaclient clientsource map submarine cs line at barotrauma statuseffect initprojspecific xelement element string parentdebugname in barotrauma barotraumaclient clientsource statuseffects statuseffect cs line at barotrauma statuseffect ctor xelement element string parentdebugname in barotrauma barotraumashared sharedsource statuseffects statuseffect cs line at barotrauma statuseffect load xelement element string parentdebugname in barotrauma barotraumashared sharedsource statuseffects statuseffect cs line at barotrauma afflictionprefab periodiceffect ctor xelement element string parentdebugname in barotrauma barotraumashared sharedsource characters health afflictions afflictionprefab cs line at barotrauma afflictionprefab loadeffects xelement element in barotrauma barotraumashared sharedsource characters health afflictions afflictionprefab cs line at barotrauma afflictionprefab loadfromfile contentfile file in barotrauma barotraumashared sharedsource characters health afflictions afflictionprefab cs line at barotrauma afflictionprefab loadall ienumerable files in barotrauma barotraumashared sharedsource characters health afflictions afflictionprefab cs line at barotrauma gamemain load boolean isseparatethread movenext in barotrauma barotraumaclient clientsource gamemain cs line at barotrauma coroutinemanager executecoroutinethread coroutinehandle handle in barotrauma barotraumashared sharedsource coroutinemanager cs line error in fabricable item grenade required item uex not found failed to find a matching mapentityprefab name identifier uex at system environment get stacktrace at barotrauma mapentityprefab find string name string identifier boolean showerrormessages in barotrauma barotraumashared sharedsource map mapentityprefab cs line at barotrauma fabricationrecipe ctor xelement element itemprefab itemprefab in barotrauma barotraumashared sharedsource items itemprefab cs line at barotrauma itemprefab initfabricationrecipes in barotrauma barotraumashared sharedsource items itemprefab cs line at barotrauma gamemain load boolean isseparatethread movenext in barotrauma barotraumaclient clientsource gamemain cs line at barotrauma coroutinemanager executecoroutinethread coroutinehandle handle in barotrauma barotraumashared sharedsource coroutinemanager cs line at barotrauma coroutinemanager c b in barotrauma barotraumashared sharedsource coroutinemanager cs line at system threading threadhelper threadstart context object state at system threading executioncontext runinternal executioncontext executioncontext contextcallback callback object state at system threading threadhelper threadstart error in fabricable item frag grenade required item uex not found failed to find a matching mapentityprefab name identifier uex at system environment get stacktrace at barotrauma mapentityprefab find string name string identifier boolean showerrormessages in barotrauma barotraumashared sharedsource map mapentityprefab cs line at barotrauma fabricationrecipe ctor xelement element itemprefab itemprefab in barotrauma barotraumashared sharedsource items itemprefab cs line at barotrauma itemprefab initfabricationrecipes in barotrauma barotraumashared sharedsource items itemprefab cs line at barotrauma gamemain load boolean isseparatethread movenext in barotrauma barotraumaclient clientsource gamemain cs line at barotrauma coroutinemanager executecoroutinethread coroutinehandle handle in barotrauma barotraumashared sharedsource coroutinemanager cs line at barotrauma coroutinemanager c b in barotrauma barotraumashared sharedsource coroutinemanager cs line at system threading threadhelper threadstart context object state at system threading executioncontext runinternal executioncontext executioncontext contextcallback callback object state at system threading threadhelper threadstart error in fabricable item emp grenade required item uex not found failed to find a matching mapentityprefab name identifier uex at system environment get stacktrace at barotrauma mapentityprefab find string name string identifier boolean showerrormessages in barotrauma barotraumashared sharedsource map mapentityprefab cs line at barotrauma fabricationrecipe ctor xelement element itemprefab itemprefab in barotrauma barotraumashared sharedsource items itemprefab cs line at barotrauma itemprefab initfabricationrecipes in barotrauma barotraumashared sharedsource items itemprefab cs line at barotrauma gamemain load boolean isseparatethread movenext in barotrauma barotraumaclient clientsource gamemain cs line at barotrauma coroutinemanager executecoroutinethread coroutinehandle handle in barotrauma barotraumashared sharedsource coroutinemanager cs line at barotrauma coroutinemanager c b in barotrauma barotraumashared sharedsource coroutinemanager cs line at system threading threadhelper threadstart context object state at system threading executioncontext runinternal executioncontext executioncontext contextcallback callback object state at system threading threadhelper threadstart error in fabricable item explosive harpoon required item not found failed to find a matching mapentityprefab name identifier at system environment get stacktrace at barotrauma mapentityprefab find string name string identifier boolean showerrormessages in barotrauma barotraumashared sharedsource map mapentityprefab cs line at barotrauma fabricationrecipe ctor xelement element itemprefab itemprefab in barotrauma barotraumashared sharedsource items itemprefab cs line at barotrauma itemprefab initfabricationrecipes in barotrauma barotraumashared sharedsource items itemprefab cs line at barotrauma gamemain load boolean isseparatethread movenext in barotrauma barotraumaclient clientsource gamemain cs line at barotrauma coroutinemanager executecoroutinethread coroutinehandle handle in barotrauma barotraumashared sharedsource coroutinemanager cs line at barotrauma coroutinemanager c b in barotrauma barotraumashared sharedsource coroutinemanager cs line at system threading threadhelper threadstart context object state at system threading executioncontext runinternal executioncontext executioncontext contextcallback callback object state at system threading threadhelper threadstart error in fabricable item exploding ammunition box required item uex not found failed to find a matching mapentityprefab name identifier uex at system environment get stacktrace at barotrauma mapentityprefab find string name string identifier boolean showerrormessages in barotrauma barotraumashared sharedsource map mapentityprefab cs line at barotrauma fabricationrecipe ctor xelement element itemprefab itemprefab in barotrauma barotraumashared sharedsource items itemprefab cs line at barotrauma itemprefab initfabricationrecipes in barotrauma barotraumashared sharedsource items itemprefab cs line at barotrauma gamemain load boolean isseparatethread movenext in barotrauma barotraumaclient clientsource gamemain cs line at barotrauma coroutinemanager executecoroutinethread coroutinehandle handle in barotrauma barotraumashared sharedsource coroutinemanager cs line at barotrauma coroutinemanager c b in barotrauma barotraumashared sharedsource coroutinemanager cs line at system threading threadhelper threadstart context object state at system threading executioncontext runinternal executioncontext executioncontext contextcallback callback object state at system threading threadhelper threadstart error in fabricable item exploding ammunition box required item uex not found failed to find a matching mapentityprefab name identifier uex at system environment get stacktrace at barotrauma mapentityprefab find string name string identifier boolean showerrormessages in barotrauma barotraumashared sharedsource map mapentityprefab cs line at barotrauma fabricationrecipe ctor xelement element itemprefab itemprefab in barotrauma barotraumashared sharedsource items itemprefab cs line at barotrauma itemprefab initfabricationrecipes in barotrauma barotraumashared sharedsource items itemprefab cs line at barotrauma gamemain load boolean isseparatethread movenext in barotrauma barotraumaclient clientsource gamemain cs line at barotrauma coroutinemanager executecoroutinethread coroutinehandle handle in barotrauma barotraumashared sharedsource coroutinemanager cs line at barotrauma coroutinemanager c b in barotrauma barotraumashared sharedsource coroutinemanager cs line at system threading threadhelper threadstart context object state at system threading executioncontext runinternal executioncontext executioncontext contextcallback callback object state at system threading threadhelper threadstart msg sdr relaynetworkstatus avail ok config ok anyrelay ok ok msg ping location lim scl eze gru atl iad ord dfw lax eat fra sgp msg ping measurement completed couldn t load xml document content items weapons railgun xml hexadecimal value is an invalid character line position at system xml xmltextreaderimpl throw exception e at system xml xmltextreaderimpl throw string res string args at system xml xmltextreaderimpl throwinvalidchar char data length invcharpos at system xml xmltextreaderimpl parserootlevelwhitespace at system xml xmltextreaderimpl parsedocumentcontent at system xml linq xdocument load xmlreader reader loadoptions options at system xml linq xdocument load string uri loadoptions options at barotrauma xmlextensions tryloadxml string filepath in barotrauma barotraumashared sharedsource serialization xmlextensions cs line couldn t load xml document content items weapons explosives xml hexadecimal value is an invalid character line position at system xml xmltextreaderimpl throw exception e at system xml xmltextreaderimpl throw string res string args at system xml xmltextreaderimpl throwinvalidchar char data length invcharpos at system xml xmltextreaderimpl parserootlevelwhitespace at system xml xmltextreaderimpl parsedocumentcontent at system xml linq xdocument load xmlreader reader loadoptions options at system xml linq xdocument load string uri loadoptions options at barotrauma xmlextensions tryloadxml string filepath in barotrauma barotraumashared sharedsource serialization xmlextensions cs line couldn t load xml document content items weapons dischargecoil xml hexadecimal value is an invalid character line position at system xml xmltextreaderimpl throw exception e at system xml xmltextreaderimpl throw string res string args at system xml xmltextreaderimpl throwinvalidchar char data length invcharpos at system xml xmltextreaderimpl parserootlevelwhitespace at system xml xmltextreaderimpl parsedocumentcontent at system xml linq xdocument load xmlreader reader loadoptions options at system xml linq xdocument load string uri loadoptions options at barotrauma xmlextensions tryloadxml string filepath in barotrauma barotraumashared sharedsource serialization xmlextensions cs line couldn t load xml document content items weapons depthcharge xml hexadecimal value is an invalid character line position at system xml xmltextreaderimpl throw exception e at system xml xmltextreaderimpl throw string res string args at system xml xmltextreaderimpl throwinvalidchar char data length invcharpos at system xml xmltextreaderimpl parserootlevelwhitespace at system xml xmltextreaderimpl parsedocumentcontent at system xml linq xdocument load xmlreader reader loadoptions options at system xml linq xdocument load string uri loadoptions options at barotrauma xmlextensions tryloadxml string filepath in barotrauma barotraumashared sharedsource serialization xmlextensions cs line couldn t load xml document content items weapons coilgun xml hexadecimal value is an invalid character line position at system xml xmltextreaderimpl throw exception e at system xml xmltextreaderimpl throw string res string args at system xml xmltextreaderimpl throwinvalidchar char data length invcharpos at system xml xmltextreaderimpl parserootlevelwhitespace at system xml xmltextreaderimpl parsedocumentcontent at system xml linq xdocument load xmlreader reader loadoptions options at system xml linq xdocument load string uri loadoptions options at barotrauma xmlextensions tryloadxml string filepath in barotrauma barotraumashared sharedsource serialization xmlextensions cs line couldn t load xml document content items tools tools xml hexadecimal value is an invalid character line position at system xml xmltextreaderimpl throw exception e at system xml xmltextreaderimpl throw string res string args at system xml xmltextreaderimpl throwinvalidchar char data length invcharpos at system xml xmltextreaderimpl parserootlevelwhitespace at system xml xmltextreaderimpl parsedocumentcontent at system xml linq xdocument load xmlreader reader loadoptions options at system xml linq xdocument load string uri loadoptions options at barotrauma xmlextensions tryloadxml string filepath in barotrauma barotraumashared sharedsource serialization xmlextensions cs line verbose communications with routing cluster syd established debug destroying relay syd because initial ping timeout verbose communications with routing cluster sgp established verbose communications with routing cluster maa established verbose communications with routing cluster jnb established verbose communications with routing cluster tyo established verbose communications with routing cluster established verbose communications with routing cluster dxb established warning relay sof sent cmsgsteamdatagramrouterpingreply with extra route info about data center but no ping for that data center warning relay sof sent cmsgsteamdatagramrouterpingreply with extra route info about data center but no ping for that data center warning relay sof sent cmsgsteamdatagramrouterpingreply with extra route info about data center but no ping for that data center warning relay sof sent cmsgsteamdatagramrouterpingreply with extra route info about data center but no ping for that data center warning relay sof sent cmsgsteamdatagramrouterpingreply with extra route info about data center but no ping for that data center warning relay sof sent cmsgsteamdatagramrouterpingreply with extra route info about data center but no ping for that data center warning relay sof sent cmsgsteamdatagramrouterpingreply with extra route info about data center but no ping for that data center warning relay sof sent cmsgsteamdatagramrouterpingreply with extra route info about data center but no ping for that data center warning relay sof sent cmsgsteamdatagramrouterpingreply with extra route info about data center but no ping for that data center warning relay sof sent cmsgsteamdatagramrouterpingreply with extra route info about data center but no ping for that data center warning relay sof sent cmsgsteamdatagramrouterpingreply with extra route info about data center but no ping for that data center warning relay sof sent cmsgsteamdatagramrouterpingreply with extra route info about data center but no ping for that data center warning relay sof sent cmsgsteamdatagramrouterpingreply with extra route info about data center but no ping for that data center warning relay sof sent cmsgsteamdatagramrouterpingreply with extra route info about data center but no ping for that data center warning relay sof sent cmsgsteamdatagramrouterpingreply with extra route info about data center but no ping for that data center verbose communications with routing cluster sof established verbose communications with routing cluster sto established verbose communications with routing cluster established verbose communications with routing cluster vie established verbose communications with routing cluster waw established verbose communications with routing cluster sea established verbose communications with routing cluster bom established verbose communications with routing cluster par established verbose communications with routing cluster hkg established verbose communications with routing cluster mad established verbose communications with routing cluster lhr established verbose communications with routing cluster lax established verbose communications with routing cluster ord established verbose communications with routing cluster iad established verbose communications with routing cluster fra established verbose communications with routing cluster ams established verbose communications with routing cluster scl established verbose communications with routing cluster lim established verbose communications with routing cluster eat established verbose communications with routing cluster dfw established verbose communications with routing cluster atl established verbose communications with routing cluster gru established verbose communications with routing cluster eze established msg sdr relaynetworkstatus avail attempting config ok anyrelay attempting performing ping measurement msg performing ping measurement msg got sdr network config loaded revision ok warning sdr network config fetch first attempt failed http trying again attempting to open alc device openal soft on altavoces realtek high definition audio loaded languages english german french russian polish brazilian portuguese castilian spanish latinamerican spanish simplified chinese traditional chinese japanese turkish korean loaded languages english german french russian polish brazilian portuguese castilian spanish latinamerican spanish simplified chinese traditional chinese japanese turkish korean logged in as shadowfmczz steamid steam | 0 |
54,383 | 13,637,419,378 | IssuesEvent | 2020-09-25 07:48:35 | hazelcast/hazelcast-cpp-client | https://api.github.com/repos/hazelcast/hazelcast-cpp-client | closed | Does not compile without SSL | Type: Defect | The code does not compile with -DHZ_COMPILE_WITH_SSL=OFF.
The problem is with this line:
https://github.com/hazelcast/hazelcast-cpp-client/blob/f43822c56de24f61d02eebe04f12e844b10a8537/hazelcast/include/hazelcast/client/internal/socket/BaseSocket.h#L43 | 1.0 | Does not compile without SSL - The code does not compile with -DHZ_COMPILE_WITH_SSL=OFF.
The problem is with this line:
https://github.com/hazelcast/hazelcast-cpp-client/blob/f43822c56de24f61d02eebe04f12e844b10a8537/hazelcast/include/hazelcast/client/internal/socket/BaseSocket.h#L43 | defect | does not compile without ssl the code does not compile with dhz compile with ssl off the problem is with this line | 1 |
45,882 | 13,055,815,328 | IssuesEvent | 2020-07-30 02:49:13 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | integrate cnv into PFClient (Trac #193) | Incomplete Migration Migrated from Trac defect jeb + pnf | Migrated from https://code.icecube.wisc.edu/ticket/193
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:57",
"description": "Integrate the cnv suite of modules into PFClient code.\n\nDetails from Dawn....\n\nHi Erik,\n\n Attached is a script with the cnv modules inside a function \ndef do_cnv_pnf(trigger_hierarchy_name,inice_clean_rawdata_name,icetop_clean_rawdata_name,inice_clean_rawdata_name_slc,inice_pulse_series_name,inice_beacon_rawdata_name,icetop_beacon_rawdata_name,inice_calATWD_name,llh_name,work_dir):\n\n\nArguments are as follows:\n\ntrigger_hierarchy_name: the I3TriggerHierarchy object\ninice_clean_rawdata_name,icetop_clean_rawdata_name: these are the cleaned launch maps for icetop and in-ice with bad doms AND SLC cleaned out.\ninice_clean_rawdata_name_slc: in ice dom launch map with only bad doms cleaned out, but SLC still left in. Used only for the slc occupancy.\ninice_pulse_series_name: standard feature extractor output\ninice_beacon_rawdata_name,icetop_beacon_rawdata_name: the beacon waveforms for in-ice and icetop respectively. We use the (\"CPUDataID\",\"BeaconHits\") option in PayloadParsing to get them.\ninice_calATWD_name: standard domcalibrator output for ATWD waveforms, combined and calibrated\nllh_name: I3Particle from standard gulliver fit\nwork_dir: output location for CNV root files. It is okay to put all files in the same directory for a run.\n\nAlthough I took the in-ice calibration and feature extraction out of the cnv_pnf function, the icetop calibrations are still in there because I have to coordinate that with Tilo. Icetop is only a small fraction of the run time though.\n\nThe following projects will be needed from Icever:\n\nhttp://code.icecube.wisc.edu/svn/projects/average-waveform/releases/V03-00-03/\nhttp://code.icecube.wisc.edu/svn/projects/cvclasses/releases/V03-00-00/\nhttp://code.icecube.wisc.edu/svn/projects/interstring-verification/releases/V03-00-00/\nhttp://code.icecube.wisc.edu/svn/projects/intrastring-timing/releases/V03-00-00/\nhttp://code.icecube.wisc.edu/svn/projects/lowlevel-verification/releases/V03-00-03/\nhttp://code.icecube.wisc.edu/svn/projects/track_quality_distributions/releases/V03-00-00/\nhttp://code.icecube.wisc.edu/svn/projects/toptiming-verification/releases/V03-00-00/\nhttp://code.icecube.wisc.edu/svn/projects/TimeDifferenceBetweenEvents/releases/V03-00-00/\n\n\n Let me know if you have any questions and how you want to proceed with testing.\n\n Dawn\n",
"reporter": "blaufuss",
"cc": "",
"resolution": "wontfix",
"_ts": "1416713877066511",
"component": "jeb + pnf",
"summary": "integrate cnv into PFClient",
"priority": "normal",
"keywords": "",
"time": "2010-03-01T16:53:15",
"milestone": "",
"owner": "blaufuss",
"type": "defect"
}
```
| 1.0 | integrate cnv into PFClient (Trac #193) - Migrated from https://code.icecube.wisc.edu/ticket/193
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:57",
"description": "Integrate the cnv suite of modules into PFClient code.\n\nDetails from Dawn....\n\nHi Erik,\n\n Attached is a script with the cnv modules inside a function \ndef do_cnv_pnf(trigger_hierarchy_name,inice_clean_rawdata_name,icetop_clean_rawdata_name,inice_clean_rawdata_name_slc,inice_pulse_series_name,inice_beacon_rawdata_name,icetop_beacon_rawdata_name,inice_calATWD_name,llh_name,work_dir):\n\n\nArguments are as follows:\n\ntrigger_hierarchy_name: the I3TriggerHierarchy object\ninice_clean_rawdata_name,icetop_clean_rawdata_name: these are the cleaned launch maps for icetop and in-ice with bad doms AND SLC cleaned out.\ninice_clean_rawdata_name_slc: in ice dom launch map with only bad doms cleaned out, but SLC still left in. Used only for the slc occupancy.\ninice_pulse_series_name: standard feature extractor output\ninice_beacon_rawdata_name,icetop_beacon_rawdata_name: the beacon waveforms for in-ice and icetop respectively. We use the (\"CPUDataID\",\"BeaconHits\") option in PayloadParsing to get them.\ninice_calATWD_name: standard domcalibrator output for ATWD waveforms, combined and calibrated\nllh_name: I3Particle from standard gulliver fit\nwork_dir: output location for CNV root files. It is okay to put all files in the same directory for a run.\n\nAlthough I took the in-ice calibration and feature extraction out of the cnv_pnf function, the icetop calibrations are still in there because I have to coordinate that with Tilo. Icetop is only a small fraction of the run time though.\n\nThe following projects will be needed from Icever:\n\nhttp://code.icecube.wisc.edu/svn/projects/average-waveform/releases/V03-00-03/\nhttp://code.icecube.wisc.edu/svn/projects/cvclasses/releases/V03-00-00/\nhttp://code.icecube.wisc.edu/svn/projects/interstring-verification/releases/V03-00-00/\nhttp://code.icecube.wisc.edu/svn/projects/intrastring-timing/releases/V03-00-00/\nhttp://code.icecube.wisc.edu/svn/projects/lowlevel-verification/releases/V03-00-03/\nhttp://code.icecube.wisc.edu/svn/projects/track_quality_distributions/releases/V03-00-00/\nhttp://code.icecube.wisc.edu/svn/projects/toptiming-verification/releases/V03-00-00/\nhttp://code.icecube.wisc.edu/svn/projects/TimeDifferenceBetweenEvents/releases/V03-00-00/\n\n\n Let me know if you have any questions and how you want to proceed with testing.\n\n Dawn\n",
"reporter": "blaufuss",
"cc": "",
"resolution": "wontfix",
"_ts": "1416713877066511",
"component": "jeb + pnf",
"summary": "integrate cnv into PFClient",
"priority": "normal",
"keywords": "",
"time": "2010-03-01T16:53:15",
"milestone": "",
"owner": "blaufuss",
"type": "defect"
}
```
| defect | integrate cnv into pfclient trac migrated from json status closed changetime description integrate the cnv suite of modules into pfclient code n ndetails from dawn n nhi erik n n attached is a script with the cnv modules inside a function ndef do cnv pnf trigger hierarchy name inice clean rawdata name icetop clean rawdata name inice clean rawdata name slc inice pulse series name inice beacon rawdata name icetop beacon rawdata name inice calatwd name llh name work dir n n narguments are as follows n ntrigger hierarchy name the object ninice clean rawdata name icetop clean rawdata name these are the cleaned launch maps for icetop and in ice with bad doms and slc cleaned out ninice clean rawdata name slc in ice dom launch map with only bad doms cleaned out but slc still left in used only for the slc occupancy ninice pulse series name standard feature extractor output ninice beacon rawdata name icetop beacon rawdata name the beacon waveforms for in ice and icetop respectively we use the cpudataid beaconhits option in payloadparsing to get them ninice calatwd name standard domcalibrator output for atwd waveforms combined and calibrated nllh name from standard gulliver fit nwork dir output location for cnv root files it is okay to put all files in the same directory for a run n nalthough i took the in ice calibration and feature extraction out of the cnv pnf function the icetop calibrations are still in there because i have to coordinate that with tilo icetop is only a small fraction of the run time though n nthe following projects will be needed from icever n n let me know if you have any questions and how you want to proceed with testing n n dawn n reporter blaufuss cc resolution wontfix ts component jeb pnf summary integrate cnv into pfclient priority normal keywords time milestone owner blaufuss type defect | 1 |
14,698 | 8,672,063,494 | IssuesEvent | 2018-11-29 20:59:32 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | Parsing string to enum with digit as first char takes a very long time | area-System.Runtime enhancement tenet-performance | Note: This has to do with mscorlib. https://github.com/Microsoft/referencesource sent me here, but this doesn't look like the place where this is handled. Am I right?
When parsing strings to enums with TryParse, in some cases this takes way longer than in all the other cases. After a bit of research I found that all the strings with a digit as first char are slower. This is due to the attempt to parse the string to the underlying type (https://github.com/Microsoft/referencesource/blob/master/mscorlib/system/enum.cs#L441) with a Convert.ChangeType, which can throw an exception, because further down the line it uses (for example) Int32.Parse instead of TryParse (https://github.com/Microsoft/referencesource/blob/master/mscorlib/system/convert.cs#L1121).
The time it takes to create the Exception is significant. In my project I ended up writing a new Enum parser to circumvent this issue.
"Something": 240.49 ns per parse
"1Somethin": 37178.57 ns per parse
"123456789": 485.63 ns per parse
As users expect Convert.ToXxx() to throw an exception when it fails, changing this is a bad idea I think. Possible solutions I can think of:
- Extend the Convert class with Try-methods that don't throw exceptions, and use those while trying to parse an enum (much work)
- Instead of checking whether the first character is a digit (https://github.com/Microsoft/referencesource/blob/master/mscorlib/system/enum.cs#L434), change that line to a TryParse of the whole string (the easier way)
| True | Parsing string to enum with digit as first char takes a very long time - Note: This has to do with mscorlib. https://github.com/Microsoft/referencesource sent me here, but this doesn't look like the place where this is handled. Am I right?
When parsing strings to enums with TryParse, in some cases this takes way longer than in all the other cases. After a bit of research I found that all the strings with a digit as first char are slower. This is due to the attempt to parse the string to the underlying type (https://github.com/Microsoft/referencesource/blob/master/mscorlib/system/enum.cs#L441) with a Convert.ChangeType, which can throw an exception, because further down the line it uses (for example) Int32.Parse instead of TryParse (https://github.com/Microsoft/referencesource/blob/master/mscorlib/system/convert.cs#L1121).
The time it takes to create the Exception is significant. In my project I ended up writing a new Enum parser to circumvent this issue.
"Something": 240.49 ns per parse
"1Somethin": 37178.57 ns per parse
"123456789": 485.63 ns per parse
As users expect Convert.ToXxx() to throw an exception when it fails, changing this is a bad idea I think. Possible solutions I can think of:
- Extend the Convert class with Try-methods that don't throw exceptions, and use those while trying to parse an enum (much work)
- Instead of checking whether the first character is a digit (https://github.com/Microsoft/referencesource/blob/master/mscorlib/system/enum.cs#L434), change that line to a TryParse of the whole string (the easier way)
| non_defect | parsing string to enum with digit as first char takes a very long time note this has to do with mscorlib sent me here but this doesn t look like the place where this is handled am i right when parsing strings to enums with tryparse in some cases this takes way longer than in all the other cases after a bit of research i found that all the strings with a digit as first char are slower this is due to the attempt to parse the string to the underlying type with a convert changetype which can throw an exception because further down the line it uses for example parse instead of tryparse the time it takes to create the exception is significant in my project i ended up writing a new enum parser to circumvent this issue something ns per parse ns per parse ns per parse as users expect convert toxxx to throw an exception when it fails changing this is a bad idea i think possible solutions i can think of extend the convert class with try methods that don t throw exceptions and use those while trying to parse an enum much work instead of checking whether the first character is a digit change that line to a tryparse of the whole string the easier way | 0 |
30,543 | 6,154,414,467 | IssuesEvent | 2017-06-28 12:38:10 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | p-calendar bug with IE11 | defect | Hi
I have problem with p-calendar on IE( When I use EDGE everything is ok, but on IE 11 (not emulating) there is a bug).
I chcecked on prime demo page and problem also occur.
When I fill placeholder in p-calendar and I want select date I need double click on date.
1. When I click on input or icon, calendar fade in and placeholder dissapears.
2. When I click on date placeholder appears and there is no value in input
3. When click second time, placeholder disappears and date is selected correct
When there is no placeholder everything is fine.
| 1.0 | p-calendar bug with IE11 - Hi
I have problem with p-calendar on IE( When I use EDGE everything is ok, but on IE 11 (not emulating) there is a bug).
I chcecked on prime demo page and problem also occur.
When I fill placeholder in p-calendar and I want select date I need double click on date.
1. When I click on input or icon, calendar fade in and placeholder dissapears.
2. When I click on date placeholder appears and there is no value in input
3. When click second time, placeholder disappears and date is selected correct
When there is no placeholder everything is fine.
| defect | p calendar bug with hi i have problem with p calendar on ie when i use edge everything is ok but on ie not emulating there is a bug i chcecked on prime demo page and problem also occur when i fill placeholder in p calendar and i want select date i need double click on date when i click on input or icon calendar fade in and placeholder dissapears when i click on date placeholder appears and there is no value in input when click second time placeholder disappears and date is selected correct when there is no placeholder everything is fine | 1 |
374,410 | 26,114,671,197 | IssuesEvent | 2022-12-28 03:28:03 | ManimCommunity/manim | https://api.github.com/repos/ManimCommunity/manim | opened | Adding new example to documentation of `MovingCamera` and `MovingCameraScene` | documentation good first issue new feature | I don't think we have a good example for how to use `MovingCameraScene` in the actual documentation for either `MovingCamera` or `MovingCameraScene`.
```py
class Test(MovingCameraScene):
def construct(self):
def create_scene(number):
frame = Rectangle(width=16,height=9)
circ = Circle().shift(LEFT)
text = Tex(f"This is Scene {str(number)}").next_to(circ, RIGHT)
frame.add(circ,text)
return frame
group = VGroup(*(create_scene(i) for i in range(4))).arrange_in_grid(buff=4)
self.add(group)
self.camera.auto_zoom(group[0], animate=False)
for scene in group:
self.play(self.camera.auto_zoom(scene))
self.wait()
self.play(self.camera.auto_zoom(group, margin=2))
```
Here is a little example
https://user-images.githubusercontent.com/17803932/209752651-b93e91c0-e254-47e3-9300-473ca5e8e6fb.mp4
| 1.0 | Adding new example to documentation of `MovingCamera` and `MovingCameraScene` - I don't think we have a good example for how to use `MovingCameraScene` in the actual documentation for either `MovingCamera` or `MovingCameraScene`.
```py
class Test(MovingCameraScene):
def construct(self):
def create_scene(number):
frame = Rectangle(width=16,height=9)
circ = Circle().shift(LEFT)
text = Tex(f"This is Scene {str(number)}").next_to(circ, RIGHT)
frame.add(circ,text)
return frame
group = VGroup(*(create_scene(i) for i in range(4))).arrange_in_grid(buff=4)
self.add(group)
self.camera.auto_zoom(group[0], animate=False)
for scene in group:
self.play(self.camera.auto_zoom(scene))
self.wait()
self.play(self.camera.auto_zoom(group, margin=2))
```
Here is a little example
https://user-images.githubusercontent.com/17803932/209752651-b93e91c0-e254-47e3-9300-473ca5e8e6fb.mp4
| non_defect | adding new example to documentation of movingcamera and movingcamerascene i don t think we have a good example for how to use movingcamerascene in the actual documentation for either movingcamera or movingcamerascene py class test movingcamerascene def construct self def create scene number frame rectangle width height circ circle shift left text tex f this is scene str number next to circ right frame add circ text return frame group vgroup create scene i for i in range arrange in grid buff self add group self camera auto zoom group animate false for scene in group self play self camera auto zoom scene self wait self play self camera auto zoom group margin here is a little example | 0 |
33,964 | 7,313,777,825 | IssuesEvent | 2018-03-01 03:01:11 | bridgedotnet/Bridge | https://api.github.com/repos/bridgedotnet/Bridge | closed | IReadOnlyCollection and IReadOnlyList should be <out T> and not just <T> | defect | The signature of the interfaces do not match their definition in .NET ([IReadOnlyCollection](https://referencesource.microsoft.com/#mscorlib/system/collections/generic/ireadonlycollection.cs,7103bd3a82c9f352)), [IReadOnlyList](https://referencesource.microsoft.com/#mscorlib/system/collections/generic/ireadonlylist.cs,b040fb780bdd59f4))
It is defined in bridge in [Bridge/System/Collections/Generic/IReadOnlyList.cs](https://github.com/bridgedotnet/Bridge/blob/master/Bridge/System/Collections/Generic/IReadOnlyList.cs).
### See also
[IReadOnlyList<T> - Missing variance operator out](https://forums.bridge.net/forum/bridge-net-pro/bugs/5254) | 1.0 | IReadOnlyCollection and IReadOnlyList should be <out T> and not just <T> - The signature of the interfaces do not match their definition in .NET ([IReadOnlyCollection](https://referencesource.microsoft.com/#mscorlib/system/collections/generic/ireadonlycollection.cs,7103bd3a82c9f352)), [IReadOnlyList](https://referencesource.microsoft.com/#mscorlib/system/collections/generic/ireadonlylist.cs,b040fb780bdd59f4))
It is defined in bridge in [Bridge/System/Collections/Generic/IReadOnlyList.cs](https://github.com/bridgedotnet/Bridge/blob/master/Bridge/System/Collections/Generic/IReadOnlyList.cs).
### See also
[IReadOnlyList<T> - Missing variance operator out](https://forums.bridge.net/forum/bridge-net-pro/bugs/5254) | defect | ireadonlycollection and ireadonlylist should be and not just the signature of the interfaces do not match their definition in net it is defined in bridge in see also | 1 |
14,603 | 4,963,577,392 | IssuesEvent | 2016-12-03 09:31:04 | VATSIM-UK/core | https://api.github.com/repos/VATSIM-UK/core | closed | Pilot Qualifications show an invalid granted date. | Acknowledged Bug (Regression) Code Functionality hasAttachment | In gitlab by @CalumTowers on Aug 1, 2016, 14:53
The year granted displays instead of how many years ago the rating was granted for pilots.
 | 1.0 | Pilot Qualifications show an invalid granted date. - In gitlab by @CalumTowers on Aug 1, 2016, 14:53
The year granted displays instead of how many years ago the rating was granted for pilots.
 | non_defect | pilot qualifications show an invalid granted date in gitlab by calumtowers on aug the year granted displays instead of how many years ago the rating was granted for pilots uploads jpg | 0 |
94,205 | 15,962,352,339 | IssuesEvent | 2021-04-16 01:07:23 | dmyers87/prefect | https://api.github.com/repos/dmyers87/prefect | opened | CVE-2020-28500 (Medium) detected in lodash-4.17.19.tgz | security vulnerability | ## CVE-2020-28500 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.19.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz</a></p>
<p>Path to dependency file: prefect/package.json</p>
<p>Path to vulnerable library: prefect/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- :x: **lodash-4.17.19.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions.
<p>Publish Date: 2021-02-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28500>CVE-2020-28500</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</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-28500">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28500</a></p>
<p>Release Date: 2021-02-15</p>
<p>Fix Resolution: lodash-4.17.21</p>
</p>
</details>
<p></p>
***
<!-- REMEDIATE-OPEN-PR-START -->
- [ ] Check this box to open an automated fix PR
<!-- REMEDIATE-OPEN-PR-END -->
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"4.17.19","packageFilePaths":["/package.json"],"isTransitiveDependency":false,"dependencyTree":"lodash:4.17.19","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash-4.17.21"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-28500","vulnerabilityDetails":"Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28500","cvss3Severity":"medium","cvss3Score":"5.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | True | CVE-2020-28500 (Medium) detected in lodash-4.17.19.tgz - ## CVE-2020-28500 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.19.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz</a></p>
<p>Path to dependency file: prefect/package.json</p>
<p>Path to vulnerable library: prefect/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- :x: **lodash-4.17.19.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions.
<p>Publish Date: 2021-02-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28500>CVE-2020-28500</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</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-28500">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28500</a></p>
<p>Release Date: 2021-02-15</p>
<p>Fix Resolution: lodash-4.17.21</p>
</p>
</details>
<p></p>
***
<!-- REMEDIATE-OPEN-PR-START -->
- [ ] Check this box to open an automated fix PR
<!-- REMEDIATE-OPEN-PR-END -->
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"4.17.19","packageFilePaths":["/package.json"],"isTransitiveDependency":false,"dependencyTree":"lodash:4.17.19","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash-4.17.21"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-28500","vulnerabilityDetails":"Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28500","cvss3Severity":"medium","cvss3Score":"5.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | non_defect | cve medium detected in lodash tgz cve medium severity vulnerability vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file prefect package json path to vulnerable library prefect node modules lodash package json dependency hierarchy x lodash tgz vulnerable library found in base branch master vulnerability details lodash versions prior to are vulnerable to regular expression denial of service redos via the tonumber trim and trimend functions 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 low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution lodash check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree lodash isminimumfixversionavailable true minimumfixversion lodash basebranches vulnerabilityidentifier cve vulnerabilitydetails lodash versions prior to are vulnerable to regular expression denial of service redos via the tonumber trim and trimend functions vulnerabilityurl | 0 |
116,846 | 11,943,770,713 | IssuesEvent | 2020-04-03 00:17:10 | VIEW2020/Predict | https://api.github.com/repos/VIEW2020/Predict | opened | Associated Wiki editing restrictions | documentation | I have added you as the Space admin so should have editing rights to all pages. Please let me know if there are specific pages that you're still unable to edit.

| 1.0 | Associated Wiki editing restrictions - I have added you as the Space admin so should have editing rights to all pages. Please let me know if there are specific pages that you're still unable to edit.

| non_defect | associated wiki editing restrictions i have added you as the space admin so should have editing rights to all pages please let me know if there are specific pages that you re still unable to edit | 0 |
270,345 | 28,960,508,118 | IssuesEvent | 2023-05-10 01:47:58 | praneethpanasala/linux | https://api.github.com/repos/praneethpanasala/linux | reopened | WS-2021-0557 (High) detected in linuxlinux-4.19.6 | Mend: dependency security vulnerability | ## WS-2021-0557 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</b></p></summary>
<p>
<p>Apache Software Foundation (ASF)</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://api.github.com/repos/praneethpanasala/linux/commits/d80c4f847c91020292cb280132b15e2ea147f1a3">d80c4f847c91020292cb280132b15e2ea147f1a3</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>/drivers/net/ethernet/mellanox/mlx4/en_netdev.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()
This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven.
This ID is fixed in Linux Kernel version v5.15.7 by commit 75917372eef0dbfb290ae45474314d35f97aea18, it was introduced in version v4.7 by commit ec25bc04ed8e12947738468cbe2191f1529f9e39. For more details please see the references link.
<p>Publish Date: 2021-12-19
<p>URL: <a href=https://github.com/gregkh/linux/commit/75917372eef0dbfb290ae45474314d35f97aea18>WS-2021-0557</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://osv.dev/vulnerability/GSD-2021-1002562">https://osv.dev/vulnerability/GSD-2021-1002562</a></p>
<p>Release Date: 2021-12-19</p>
<p>Fix Resolution: v5.15.7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | WS-2021-0557 (High) detected in linuxlinux-4.19.6 - ## WS-2021-0557 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</b></p></summary>
<p>
<p>Apache Software Foundation (ASF)</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://api.github.com/repos/praneethpanasala/linux/commits/d80c4f847c91020292cb280132b15e2ea147f1a3">d80c4f847c91020292cb280132b15e2ea147f1a3</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>/drivers/net/ethernet/mellanox/mlx4/en_netdev.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()
This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven.
This ID is fixed in Linux Kernel version v5.15.7 by commit 75917372eef0dbfb290ae45474314d35f97aea18, it was introduced in version v4.7 by commit ec25bc04ed8e12947738468cbe2191f1529f9e39. For more details please see the references link.
<p>Publish Date: 2021-12-19
<p>URL: <a href=https://github.com/gregkh/linux/commit/75917372eef0dbfb290ae45474314d35f97aea18>WS-2021-0557</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://osv.dev/vulnerability/GSD-2021-1002562">https://osv.dev/vulnerability/GSD-2021-1002562</a></p>
<p>Release Date: 2021-12-19</p>
<p>Fix Resolution: v5.15.7</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 | ws high detected in linuxlinux ws high 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 drivers net ethernet mellanox en netdev c vulnerability details net en fix an use after free bug in en try alloc resources this is an automated id intended to aid in discovery of potential security vulnerabilities the actual impact and attack plausibility have not yet been proven this id is fixed in linux kernel version by commit it was introduced in version by commit for more details please see the references link publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
613,391 | 19,088,723,923 | IssuesEvent | 2021-11-29 09:41:22 | magento/magento2-phpstorm-plugin | https://api.github.com/repos/magento/magento2-phpstorm-plugin | opened | Add statistic to the project | Award: advanced Award: category of expertise Priority: P2 feature request | **Is your feature request related to a problem? Please describe.**
It would be great to have analytics connected to the project.
It can give us few benefits that I can see from my point of view at the moment:
- direct our efforts to the features that are used more widely
- correct our priorities for the opened issues
- understand when some part of functionality is not working (that is used widely) before any issue is created
- plan new features
**Describe the solution you'd like** (*)
Add triggers for the existent features that would indicate how many times each feature is used by unique user of the plugin.
Send this data to any of the statistic gathering dashboards.
Review and analyse it about once per week/month.
When a feature is used we need to send the data with the name of the feature, context where it is used (for an example, plugin generation can be called as from the context menu, as from the generation context menu - CMD+N, so we need to identify from where each feature is called or just to name it differently), anonymised unique user identifier (without any personal information).
**Additional context**
We need to find out how to gather such information:
- do we need to add something about gathering such information anywhere?
- do we need to ask user about such data collection (there is no personal information gathered)?
| 1.0 | Add statistic to the project - **Is your feature request related to a problem? Please describe.**
It would be great to have analytics connected to the project.
It can give us few benefits that I can see from my point of view at the moment:
- direct our efforts to the features that are used more widely
- correct our priorities for the opened issues
- understand when some part of functionality is not working (that is used widely) before any issue is created
- plan new features
**Describe the solution you'd like** (*)
Add triggers for the existent features that would indicate how many times each feature is used by unique user of the plugin.
Send this data to any of the statistic gathering dashboards.
Review and analyse it about once per week/month.
When a feature is used we need to send the data with the name of the feature, context where it is used (for an example, plugin generation can be called as from the context menu, as from the generation context menu - CMD+N, so we need to identify from where each feature is called or just to name it differently), anonymised unique user identifier (without any personal information).
**Additional context**
We need to find out how to gather such information:
- do we need to add something about gathering such information anywhere?
- do we need to ask user about such data collection (there is no personal information gathered)?
| non_defect | add statistic to the project is your feature request related to a problem please describe it would be great to have analytics connected to the project it can give us few benefits that i can see from my point of view at the moment direct our efforts to the features that are used more widely correct our priorities for the opened issues understand when some part of functionality is not working that is used widely before any issue is created plan new features describe the solution you d like add triggers for the existent features that would indicate how many times each feature is used by unique user of the plugin send this data to any of the statistic gathering dashboards review and analyse it about once per week month when a feature is used we need to send the data with the name of the feature context where it is used for an example plugin generation can be called as from the context menu as from the generation context menu cmd n so we need to identify from where each feature is called or just to name it differently anonymised unique user identifier without any personal information additional context we need to find out how to gather such information do we need to add something about gathering such information anywhere do we need to ask user about such data collection there is no personal information gathered | 0 |
62,104 | 17,023,852,508 | IssuesEvent | 2021-07-03 04:11:01 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Bridge with ref found instead of address point | Component: nominatim Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 11.25am, Saturday, 9th February 2013]**
http://nominatim.openstreetmap.org/search.php?q=16%2C+herdera%2C+olsztyn&viewbox=-112.5%2C46.08%2C112.5%2C-46.08
"16, herdera, olsztyn" finds a bridge with ref=16
"herdera 16, olsztyn" finds the proper address | 1.0 | Bridge with ref found instead of address point - **[Submitted to the original trac issue database at 11.25am, Saturday, 9th February 2013]**
http://nominatim.openstreetmap.org/search.php?q=16%2C+herdera%2C+olsztyn&viewbox=-112.5%2C46.08%2C112.5%2C-46.08
"16, herdera, olsztyn" finds a bridge with ref=16
"herdera 16, olsztyn" finds the proper address | defect | bridge with ref found instead of address point herdera olsztyn finds a bridge with ref herdera olsztyn finds the proper address | 1 |
57,247 | 15,727,806,327 | IssuesEvent | 2021-03-29 13:07:19 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Non-ASCII room aliases | T-Defect | <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P -->
<!-- Please report security issues by email to security@matrix.org -->
<!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report before submitting it. You may remove sections
that aren't relevant to your particular case.
Text between <!-- and --> marks will be invisible in the report.
-->
### Description
Element-web/desktop doesn't allow using non-ASCII characters when defining new local room alias, while matrix specifications perfectly allow for such thing.
### Steps to reproduce
- Try adding new room alias that contains ~any non-ASCII character
- See Element telling "not possible"
### Version information
<!-- IMPORTANT: please answer the following questions, to help us narrow down the problem -->
- **Platform**: Both web (in-browser) and desktop, 1.7.23
### Solution:
Just accept whatever peoples write in it, as "everything" is supported in matrix specs, apart from _actual_ not allowed characters like whitespaces or so. Element even shows and joins to rooms with aliast containing `ö` or even `😀` so even that isn't generally an issue at least with rooms list. Should there be some other ineffiency in room alias handler (ad-hoc in text in chat or pill generator or whatever, those needs then fixing, would be kinda separate issue then).
| 1.0 | Non-ASCII room aliases - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P -->
<!-- Please report security issues by email to security@matrix.org -->
<!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report before submitting it. You may remove sections
that aren't relevant to your particular case.
Text between <!-- and --> marks will be invisible in the report.
-->
### Description
Element-web/desktop doesn't allow using non-ASCII characters when defining new local room alias, while matrix specifications perfectly allow for such thing.
### Steps to reproduce
- Try adding new room alias that contains ~any non-ASCII character
- See Element telling "not possible"
### Version information
<!-- IMPORTANT: please answer the following questions, to help us narrow down the problem -->
- **Platform**: Both web (in-browser) and desktop, 1.7.23
### Solution:
Just accept whatever peoples write in it, as "everything" is supported in matrix specs, apart from _actual_ not allowed characters like whitespaces or so. Element even shows and joins to rooms with aliast containing `ö` or even `😀` so even that isn't generally an issue at least with rooms list. Should there be some other ineffiency in room alias handler (ad-hoc in text in chat or pill generator or whatever, those needs then fixing, would be kinda separate issue then).
| defect | non ascii room aliases this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sections that aren t relevant to your particular case text between marks will be invisible in the report description element web desktop doesn t allow using non ascii characters when defining new local room alias while matrix specifications perfectly allow for such thing steps to reproduce try adding new room alias that contains any non ascii character see element telling not possible version information platform both web in browser and desktop solution just accept whatever peoples write in it as everything is supported in matrix specs apart from actual not allowed characters like whitespaces or so element even shows and joins to rooms with aliast containing ö or even 😀 so even that isn t generally an issue at least with rooms list should there be some other ineffiency in room alias handler ad hoc in text in chat or pill generator or whatever those needs then fixing would be kinda separate issue then | 1 |
31,090 | 6,423,853,935 | IssuesEvent | 2017-08-09 12:10:41 | wooowooo/phpsocks5 | https://api.github.com/repos/wooowooo/phpsocks5 | closed | 问题:set_time_limit()函数不可用, | auto-migrated Priority-Medium Type-Defect | ```
Warning: set_time_limit() has been disabled for security reasons in
/home/u566215725/public_html/index.php on line 98 Create tables successfully.
用的是1freehosting的虚拟主机,PHP是应该运行在Apache(真的不��
�懂),,
```
Original issue reported on code.google.com by `litterin...@gmail.com` on 10 Jun 2013 at 6:11
| 1.0 | 问题:set_time_limit()函数不可用, - ```
Warning: set_time_limit() has been disabled for security reasons in
/home/u566215725/public_html/index.php on line 98 Create tables successfully.
用的是1freehosting的虚拟主机,PHP是应该运行在Apache(真的不��
�懂),,
```
Original issue reported on code.google.com by `litterin...@gmail.com` on 10 Jun 2013 at 6:11
| defect | 问题:set time limit 函数不可用, warning set time limit has been disabled for security reasons in home public html index php on line create tables successfully ,php是应该运行在apache(真的不�� �懂),, original issue reported on code google com by litterin gmail com on jun at | 1 |
58,377 | 16,512,737,602 | IssuesEvent | 2021-05-26 07:05:09 | SAP/fundamental-ngx | https://api.github.com/repos/SAP/fundamental-ngx | closed | Flexible Column Layout - expand column has wrong direction animation | Defect Hunting bug core denoland ready for qa | #### Is this a bug, enhancement, or feature request?
bug
#### Briefly describe your proposal.
Expand Column 3 has a wrong direction animation
#### Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
latest main branch
#### If this is a bug, please provide steps for reproducing it.
Expand Column 3

#### Please provide relevant source code if applicable.
#### Is there anything else we should know?
| 1.0 | Flexible Column Layout - expand column has wrong direction animation - #### Is this a bug, enhancement, or feature request?
bug
#### Briefly describe your proposal.
Expand Column 3 has a wrong direction animation
#### Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
latest main branch
#### If this is a bug, please provide steps for reproducing it.
Expand Column 3

#### Please provide relevant source code if applicable.
#### Is there anything else we should know?
| defect | flexible column layout expand column has wrong direction animation is this a bug enhancement or feature request bug briefly describe your proposal expand column has a wrong direction animation which versions of angular and fundamental library for angular are affected if this is a feature request use current version latest main branch if this is a bug please provide steps for reproducing it expand column please provide relevant source code if applicable is there anything else we should know | 1 |
58,715 | 16,721,981,838 | IssuesEvent | 2021-06-10 08:27:06 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Spaces room error and duplication | T-Defect | <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P -->
<!-- Please report security issues by email to security@matrix.org -->
<!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report before submitting it. You may remove sections
that aren't relevant to your particular case.
Text between <!-- and --> marks will be invisible in the report.
-->
### Description
My spaces rooms were acting strangely and also duplicating. The one room replaced other rooms throughout my space in child spaces it should not be in.
### Steps to reproduce
- Dont know how to reproduce and it stopped doing it after about 10 minutes
Describe how what happens differs from what you expected.
The spaces notifications were being strange, not going away after looking into rooms. And the one room TIL -internal was duplicating across my child rooms. In my space each room is represented once. It even was displaying twice in the one space. I did not get a screen shot of this before it corrected itself.
<!-- Please send us logs for your bug report. They're very important for bugs
which are hard to reproduce. To do this, create this issue then go to your
account settings and click 'Submit Debug Logs' from the Help & About tab -->
Logs being sent: yes
<!-- Include screenshots if possible: you can drag and drop images below. -->

And 5 minutes later its back to how it should be after clicking around a bit. I went to another space and then back to this space. I thought I had already done that though so I am not sure.

### Version information
<!-- IMPORTANT: please answer the following questions, to help us narrow down the problem -->
- **Platform**: desktop?
For the desktop app:
- **OS**: Windows,
- **Version**: 20H2
| 1.0 | Spaces room error and duplication - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P -->
<!-- Please report security issues by email to security@matrix.org -->
<!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report before submitting it. You may remove sections
that aren't relevant to your particular case.
Text between <!-- and --> marks will be invisible in the report.
-->
### Description
My spaces rooms were acting strangely and also duplicating. The one room replaced other rooms throughout my space in child spaces it should not be in.
### Steps to reproduce
- Dont know how to reproduce and it stopped doing it after about 10 minutes
Describe how what happens differs from what you expected.
The spaces notifications were being strange, not going away after looking into rooms. And the one room TIL -internal was duplicating across my child rooms. In my space each room is represented once. It even was displaying twice in the one space. I did not get a screen shot of this before it corrected itself.
<!-- Please send us logs for your bug report. They're very important for bugs
which are hard to reproduce. To do this, create this issue then go to your
account settings and click 'Submit Debug Logs' from the Help & About tab -->
Logs being sent: yes
<!-- Include screenshots if possible: you can drag and drop images below. -->

And 5 minutes later its back to how it should be after clicking around a bit. I went to another space and then back to this space. I thought I had already done that though so I am not sure.

### Version information
<!-- IMPORTANT: please answer the following questions, to help us narrow down the problem -->
- **Platform**: desktop?
For the desktop app:
- **OS**: Windows,
- **Version**: 20H2
| defect | spaces room error and duplication this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sections that aren t relevant to your particular case text between marks will be invisible in the report description my spaces rooms were acting strangely and also duplicating the one room replaced other rooms throughout my space in child spaces it should not be in steps to reproduce dont know how to reproduce and it stopped doing it after about minutes describe how what happens differs from what you expected the spaces notifications were being strange not going away after looking into rooms and the one room til internal was duplicating across my child rooms in my space each room is represented once it even was displaying twice in the one space i did not get a screen shot of this before it corrected itself please send us logs for your bug report they re very important for bugs which are hard to reproduce to do this create this issue then go to your account settings and click submit debug logs from the help about tab logs being sent yes and minutes later its back to how it should be after clicking around a bit i went to another space and then back to this space i thought i had already done that though so i am not sure version information platform desktop for the desktop app os windows version | 1 |
7,135 | 2,610,328,697 | IssuesEvent | 2015-02-26 19:45:55 | chrsmith/republic-at-war | https://api.github.com/repos/chrsmith/republic-at-war | closed | Droideka vs Buildings | auto-migrated Priority-Medium Type-Defect | ```
Make droideka's projectile weak against structures.
```
-----
Original issue reported on code.google.com by `KillerHurdz@netscape.net` on 12 Jun 2011 at 7:43 | 1.0 | Droideka vs Buildings - ```
Make droideka's projectile weak against structures.
```
-----
Original issue reported on code.google.com by `KillerHurdz@netscape.net` on 12 Jun 2011 at 7:43 | defect | droideka vs buildings make droideka s projectile weak against structures original issue reported on code google com by killerhurdz netscape net on jun at | 1 |
61,846 | 17,023,791,512 | IssuesEvent | 2021-07-03 03:52:40 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | "Show mouse latitude/longitude" box too small | Component: potlatch2 Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 4.51pm, Saturday, 14th April 2012]**
When you enable the "Show mouse latitude/longitude" option, and you are editing in longitudes < -100, the coordinates don't fit in the little white box in the upper left, leaving only the longitude visible.
An example of this is visible at lat=25.5415 & lon=-100.5196 | 1.0 | "Show mouse latitude/longitude" box too small - **[Submitted to the original trac issue database at 4.51pm, Saturday, 14th April 2012]**
When you enable the "Show mouse latitude/longitude" option, and you are editing in longitudes < -100, the coordinates don't fit in the little white box in the upper left, leaving only the longitude visible.
An example of this is visible at lat=25.5415 & lon=-100.5196 | defect | show mouse latitude longitude box too small when you enable the show mouse latitude longitude option and you are editing in longitudes the coordinates don t fit in the little white box in the upper left leaving only the longitude visible an example of this is visible at lat lon | 1 |
60,954 | 17,023,565,978 | IssuesEvent | 2021-07-03 02:41:11 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Deleting a single node sometimes deletes the entire (2 node) way | Component: potlatch (flash editor) Priority: minor Resolution: wontfix Type: defect | **[Submitted to the original trac issue database at 11.56am, Sunday, 21st March 2010]**
If you delete a single node of a way, normally, you get into the drawing mode and can fix up the way. However sometimes, potlatch simply deletes the entire (2 node) way and does not leave you in editing mode. I haven't figured out a pattern yet, so I can't say much more at the moment. A problem that seems related though appears to be reproducible for way 27439156 v3. If you delete the eastern most node, again it doesn't get you into drawing mode, but connects the way to it self on a different node. Doing the same for the western node works fine.
I haven't yet saved any of these ways, so I don't know if it is only a drawing problem or what it would do if you tried saving the way.
If I come across another way, where this deleting happens, I will post the ID here. | 1.0 | Deleting a single node sometimes deletes the entire (2 node) way - **[Submitted to the original trac issue database at 11.56am, Sunday, 21st March 2010]**
If you delete a single node of a way, normally, you get into the drawing mode and can fix up the way. However sometimes, potlatch simply deletes the entire (2 node) way and does not leave you in editing mode. I haven't figured out a pattern yet, so I can't say much more at the moment. A problem that seems related though appears to be reproducible for way 27439156 v3. If you delete the eastern most node, again it doesn't get you into drawing mode, but connects the way to it self on a different node. Doing the same for the western node works fine.
I haven't yet saved any of these ways, so I don't know if it is only a drawing problem or what it would do if you tried saving the way.
If I come across another way, where this deleting happens, I will post the ID here. | defect | deleting a single node sometimes deletes the entire node way if you delete a single node of a way normally you get into the drawing mode and can fix up the way however sometimes potlatch simply deletes the entire node way and does not leave you in editing mode i haven t figured out a pattern yet so i can t say much more at the moment a problem that seems related though appears to be reproducible for way if you delete the eastern most node again it doesn t get you into drawing mode but connects the way to it self on a different node doing the same for the western node works fine i haven t yet saved any of these ways so i don t know if it is only a drawing problem or what it would do if you tried saving the way if i come across another way where this deleting happens i will post the id here | 1 |
46,115 | 7,237,928,541 | IssuesEvent | 2018-02-13 12:55:28 | grails-plugins/grails-spring-security-core | https://api.github.com/repos/grails-plugins/grails-spring-security-core | closed | Grails 3.2.9/Sec 3.1.2 got "too many redirects" and unable to access /dbconsole | Documentation | I've been using the sec plugin for grails 2.x projects without problem, now trying to do a new project on Grails 3 I'm blocked on Sec config and not sure if this is a bug.
Here describes a similar problem, seems to be an issue with the hibernate plugin: http://stackoverflow.com/questions/28628398/redirect-loop-with-requestmap-with-grails-spring-security-core-2-0rc4
My case:
Created a new app, added compile 'org.grails.plugins:spring-security-core:3.1.2' at the end of my dependencies, and did:
grails s2-quickstart com.cabolabs.security User Role RequestMap
Then grails run-app.
Trying to access the /dbconsole, redirects to /login/auth
/login/auth got "localhost redirected you too many times." ERR_TOO_MANY_REDIRECTS
Added this on bootstrap, no change to the redirect problem:
```
for (String url in [
'/', '/error', '/index', '/index.gsp', '/**/favicon.ico', '/shutdown',
'/**/js/**', '/**/css/**', '/**/images/**',
'/login', '/login.*', '/login/*',
'/logout', '/logout.*', '/logout/*']) {
new Requestmap(url: url, configAttribute: 'permitAll').save()
}
```
application.groovy generated from the quickstart script:
```
// Added by the Spring Security Core plugin:
grails.plugin.springsecurity.userLookup.userDomainClassName = 'com.cabolabs.security.User'
grails.plugin.springsecurity.userLookup.authorityJoinClassName = 'com.cabolabs.security.UserRole'
grails.plugin.springsecurity.authority.className = 'com.cabolabs.security.Role'
grails.plugin.springsecurity.requestMap.className = 'com.cabolabs.security.RequestMap'
grails.plugin.springsecurity.securityConfigType = 'Requestmap'
grails.plugin.springsecurity.controllerAnnotations.staticRules = [
[pattern: '/', access: ['permitAll']],
[pattern: '/error', access: ['permitAll']],
[pattern: '/index', access: ['permitAll']],
[pattern: '/index.gsp', access: ['permitAll']],
[pattern: '/shutdown', access: ['permitAll']],
[pattern: '/assets/**', access: ['permitAll']],
[pattern: '/**/js/**', access: ['permitAll']],
[pattern: '/**/css/**', access: ['permitAll']],
[pattern: '/**/images/**', access: ['permitAll']],
[pattern: '/**/favicon.ico', access: ['permitAll']]
]
grails.plugin.springsecurity.filterChain.chainMap = [
[pattern: '/assets/**', filters: 'none'],
[pattern: '/**/js/**', filters: 'none'],
[pattern: '/**/css/**', filters: 'none'],
[pattern: '/**/images/**', filters: 'none'],
[pattern: '/**/favicon.ico', filters: 'none'],
[pattern: '/**', filters: 'JOINED_FILTERS']
]
```
build.gradle
```
buildscript {
repositories {
mavenLocal()
maven { url "https://repo.grails.org/grails/core" }
}
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:2.14.1"
classpath "org.grails.plugins:hibernate5:${gormVersion-".RELEASE"}"
}
}
version "0.1"
group "notes2"
apply plugin:"eclipse"
apply plugin:"idea"
apply plugin:"war"
apply plugin:"org.grails.grails-web"
apply plugin:"org.grails.grails-gsp"
apply plugin:"asset-pipeline"
repositories {
mavenLocal()
maven { url "https://repo.grails.org/grails/core" }
}
dependencies {
compile "org.springframework.boot:spring-boot-starter-logging"
compile "org.springframework.boot:spring-boot-autoconfigure"
compile "org.grails:grails-core"
compile "org.springframework.boot:spring-boot-starter-actuator"
compile "org.springframework.boot:spring-boot-starter-tomcat"
compile "org.grails:grails-dependencies"
compile "org.grails:grails-web-boot"
compile "org.grails.plugins:cache"
compile "org.grails.plugins:scaffolding"
compile "org.grails.plugins:hibernate5"
compile "org.hibernate:hibernate-core:5.1.3.Final"
compile "org.hibernate:hibernate-ehcache:5.1.3.Final"
console "org.grails:grails-console"
profile "org.grails.profiles:web"
runtime "com.bertramlabs.plugins:asset-pipeline-grails:2.14.1"
runtime "com.h2database:h2"
testCompile "org.grails:grails-plugin-testing"
testCompile "org.grails.plugins:geb"
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.47.1"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.18"
compile 'org.grails.plugins:spring-security-core:3.1.2'
}
bootRun {
jvmArgs('-Dspring.output.ansi.enabled=always')
addResources = true
}
assets {
minifyJs = true
minifyCss = true
}
```
| 1.0 | Grails 3.2.9/Sec 3.1.2 got "too many redirects" and unable to access /dbconsole - I've been using the sec plugin for grails 2.x projects without problem, now trying to do a new project on Grails 3 I'm blocked on Sec config and not sure if this is a bug.
Here describes a similar problem, seems to be an issue with the hibernate plugin: http://stackoverflow.com/questions/28628398/redirect-loop-with-requestmap-with-grails-spring-security-core-2-0rc4
My case:
Created a new app, added compile 'org.grails.plugins:spring-security-core:3.1.2' at the end of my dependencies, and did:
grails s2-quickstart com.cabolabs.security User Role RequestMap
Then grails run-app.
Trying to access the /dbconsole, redirects to /login/auth
/login/auth got "localhost redirected you too many times." ERR_TOO_MANY_REDIRECTS
Added this on bootstrap, no change to the redirect problem:
```
for (String url in [
'/', '/error', '/index', '/index.gsp', '/**/favicon.ico', '/shutdown',
'/**/js/**', '/**/css/**', '/**/images/**',
'/login', '/login.*', '/login/*',
'/logout', '/logout.*', '/logout/*']) {
new Requestmap(url: url, configAttribute: 'permitAll').save()
}
```
application.groovy generated from the quickstart script:
```
// Added by the Spring Security Core plugin:
grails.plugin.springsecurity.userLookup.userDomainClassName = 'com.cabolabs.security.User'
grails.plugin.springsecurity.userLookup.authorityJoinClassName = 'com.cabolabs.security.UserRole'
grails.plugin.springsecurity.authority.className = 'com.cabolabs.security.Role'
grails.plugin.springsecurity.requestMap.className = 'com.cabolabs.security.RequestMap'
grails.plugin.springsecurity.securityConfigType = 'Requestmap'
grails.plugin.springsecurity.controllerAnnotations.staticRules = [
[pattern: '/', access: ['permitAll']],
[pattern: '/error', access: ['permitAll']],
[pattern: '/index', access: ['permitAll']],
[pattern: '/index.gsp', access: ['permitAll']],
[pattern: '/shutdown', access: ['permitAll']],
[pattern: '/assets/**', access: ['permitAll']],
[pattern: '/**/js/**', access: ['permitAll']],
[pattern: '/**/css/**', access: ['permitAll']],
[pattern: '/**/images/**', access: ['permitAll']],
[pattern: '/**/favicon.ico', access: ['permitAll']]
]
grails.plugin.springsecurity.filterChain.chainMap = [
[pattern: '/assets/**', filters: 'none'],
[pattern: '/**/js/**', filters: 'none'],
[pattern: '/**/css/**', filters: 'none'],
[pattern: '/**/images/**', filters: 'none'],
[pattern: '/**/favicon.ico', filters: 'none'],
[pattern: '/**', filters: 'JOINED_FILTERS']
]
```
build.gradle
```
buildscript {
repositories {
mavenLocal()
maven { url "https://repo.grails.org/grails/core" }
}
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:2.14.1"
classpath "org.grails.plugins:hibernate5:${gormVersion-".RELEASE"}"
}
}
version "0.1"
group "notes2"
apply plugin:"eclipse"
apply plugin:"idea"
apply plugin:"war"
apply plugin:"org.grails.grails-web"
apply plugin:"org.grails.grails-gsp"
apply plugin:"asset-pipeline"
repositories {
mavenLocal()
maven { url "https://repo.grails.org/grails/core" }
}
dependencies {
compile "org.springframework.boot:spring-boot-starter-logging"
compile "org.springframework.boot:spring-boot-autoconfigure"
compile "org.grails:grails-core"
compile "org.springframework.boot:spring-boot-starter-actuator"
compile "org.springframework.boot:spring-boot-starter-tomcat"
compile "org.grails:grails-dependencies"
compile "org.grails:grails-web-boot"
compile "org.grails.plugins:cache"
compile "org.grails.plugins:scaffolding"
compile "org.grails.plugins:hibernate5"
compile "org.hibernate:hibernate-core:5.1.3.Final"
compile "org.hibernate:hibernate-ehcache:5.1.3.Final"
console "org.grails:grails-console"
profile "org.grails.profiles:web"
runtime "com.bertramlabs.plugins:asset-pipeline-grails:2.14.1"
runtime "com.h2database:h2"
testCompile "org.grails:grails-plugin-testing"
testCompile "org.grails.plugins:geb"
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.47.1"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.18"
compile 'org.grails.plugins:spring-security-core:3.1.2'
}
bootRun {
jvmArgs('-Dspring.output.ansi.enabled=always')
addResources = true
}
assets {
minifyJs = true
minifyCss = true
}
```
| non_defect | grails sec got too many redirects and unable to access dbconsole i ve been using the sec plugin for grails x projects without problem now trying to do a new project on grails i m blocked on sec config and not sure if this is a bug here describes a similar problem seems to be an issue with the hibernate plugin my case created a new app added compile org grails plugins spring security core at the end of my dependencies and did grails quickstart com cabolabs security user role requestmap then grails run app trying to access the dbconsole redirects to login auth login auth got localhost redirected you too many times err too many redirects added this on bootstrap no change to the redirect problem for string url in error index index gsp favicon ico shutdown js css images login login login logout logout logout new requestmap url url configattribute permitall save application groovy generated from the quickstart script added by the spring security core plugin grails plugin springsecurity userlookup userdomainclassname com cabolabs security user grails plugin springsecurity userlookup authorityjoinclassname com cabolabs security userrole grails plugin springsecurity authority classname com cabolabs security role grails plugin springsecurity requestmap classname com cabolabs security requestmap grails plugin springsecurity securityconfigtype requestmap grails plugin springsecurity controllerannotations staticrules grails plugin springsecurity filterchain chainmap build gradle buildscript repositories mavenlocal maven url dependencies classpath org grails grails gradle plugin grailsversion classpath com bertramlabs plugins asset pipeline gradle classpath org grails plugins gormversion release version group apply plugin eclipse apply plugin idea apply plugin war apply plugin org grails grails web apply plugin org grails grails gsp apply plugin asset pipeline repositories mavenlocal maven url dependencies compile org springframework boot spring boot starter logging compile org springframework boot spring boot autoconfigure compile org grails grails core compile org springframework boot spring boot starter actuator compile org springframework boot spring boot starter tomcat compile org grails grails dependencies compile org grails grails web boot compile org grails plugins cache compile org grails plugins scaffolding compile org grails plugins compile org hibernate hibernate core final compile org hibernate hibernate ehcache final console org grails grails console profile org grails profiles web runtime com bertramlabs plugins asset pipeline grails runtime com testcompile org grails grails plugin testing testcompile org grails plugins geb testruntime org seleniumhq selenium selenium htmlunit driver testruntime net sourceforge htmlunit htmlunit compile org grails plugins spring security core bootrun jvmargs dspring output ansi enabled always addresources true assets minifyjs true minifycss true | 0 |
151,209 | 5,807,760,115 | IssuesEvent | 2017-05-04 08:48:48 | minishift/minishift | https://api.github.com/repos/minishift/minishift | closed | Fedora packages github.com/cheggaaa/pb but minishift requires gopkg.in/cheggaaa/pb.v1 | kind/bug priority/major | `github.com/cheggaaa/pb` is provided in Fedora as `golang-github-cheggaaa-pb-devel`, but minishift requires `gopkg.in/cheggaaa/pb.v1`
```
go test -compiler gc -ldflags '' github.com/minishift/minishift/cmd/minishift/cmd
../../BUILDROOT/golang-github-minishift-minishift-1.0.0-0.1.gite05dbec.fc25.x86_64/usr/share/gocode/src/github.com/minishift/minishift/pkg/minikube/cluster/cluster.go:42:2: cannot find package "gopkg.in/cheggaaa/pb.v1" in any of:
/usr/lib/golang/src/gopkg.in/cheggaaa/pb.v1 (from $GOROOT)
/root/rpmbuild/BUILDROOT/golang-github-minishift-minishift-1.0.0-0.1.gite05dbec.fc25.x86_64/usr/share/gocode/src/gopkg.in/cheggaaa/pb.v1 (from $GOPATH)
/usr/share/gocode/src/gopkg.in/cheggaaa/pb.v1
```
See https://github.com/marcindulak/minishift-rpm-centos7/issues/5 and https://bugzilla.redhat.com/show_bug.cgi?id=1429455 | 1.0 | Fedora packages github.com/cheggaaa/pb but minishift requires gopkg.in/cheggaaa/pb.v1 - `github.com/cheggaaa/pb` is provided in Fedora as `golang-github-cheggaaa-pb-devel`, but minishift requires `gopkg.in/cheggaaa/pb.v1`
```
go test -compiler gc -ldflags '' github.com/minishift/minishift/cmd/minishift/cmd
../../BUILDROOT/golang-github-minishift-minishift-1.0.0-0.1.gite05dbec.fc25.x86_64/usr/share/gocode/src/github.com/minishift/minishift/pkg/minikube/cluster/cluster.go:42:2: cannot find package "gopkg.in/cheggaaa/pb.v1" in any of:
/usr/lib/golang/src/gopkg.in/cheggaaa/pb.v1 (from $GOROOT)
/root/rpmbuild/BUILDROOT/golang-github-minishift-minishift-1.0.0-0.1.gite05dbec.fc25.x86_64/usr/share/gocode/src/gopkg.in/cheggaaa/pb.v1 (from $GOPATH)
/usr/share/gocode/src/gopkg.in/cheggaaa/pb.v1
```
See https://github.com/marcindulak/minishift-rpm-centos7/issues/5 and https://bugzilla.redhat.com/show_bug.cgi?id=1429455 | non_defect | fedora packages github com cheggaaa pb but minishift requires gopkg in cheggaaa pb github com cheggaaa pb is provided in fedora as golang github cheggaaa pb devel but minishift requires gopkg in cheggaaa pb go test compiler gc ldflags github com minishift minishift cmd minishift cmd buildroot golang github minishift minishift usr share gocode src github com minishift minishift pkg minikube cluster cluster go cannot find package gopkg in cheggaaa pb in any of usr lib golang src gopkg in cheggaaa pb from goroot root rpmbuild buildroot golang github minishift minishift usr share gocode src gopkg in cheggaaa pb from gopath usr share gocode src gopkg in cheggaaa pb see and | 0 |
342,996 | 30,649,144,563 | IssuesEvent | 2023-07-25 07:41:32 | LIBCAS/INDIHU-Exhibition | https://api.github.com/repos/LIBCAS/INDIHU-Exhibition | closed | Přechody mezi obrazovkami | test | - [ ] "Když si zapnu na jedné obrazovce textové pole, při přechodu na další ho mám také otevřené. Chceme to? Mně to asi rozčilovalo, protože mi to kazilo výhled, takže to je otázka.
Co to udělat tak, že po několika opětovných rozkliknutí (např 4x) textové pole se tam prostě bude ukazovat."
- [x] Šipka zpět nejde zpět ale na spustit výstavu, při kliknutí na šipku zpět je to OK, dopředu to funguje | 1.0 | Přechody mezi obrazovkami - - [ ] "Když si zapnu na jedné obrazovce textové pole, při přechodu na další ho mám také otevřené. Chceme to? Mně to asi rozčilovalo, protože mi to kazilo výhled, takže to je otázka.
Co to udělat tak, že po několika opětovných rozkliknutí (např 4x) textové pole se tam prostě bude ukazovat."
- [x] Šipka zpět nejde zpět ale na spustit výstavu, při kliknutí na šipku zpět je to OK, dopředu to funguje | non_defect | přechody mezi obrazovkami když si zapnu na jedné obrazovce textové pole při přechodu na další ho mám také otevřené chceme to mně to asi rozčilovalo protože mi to kazilo výhled takže to je otázka co to udělat tak že po několika opětovných rozkliknutí např textové pole se tam prostě bude ukazovat šipka zpět nejde zpět ale na spustit výstavu při kliknutí na šipku zpět je to ok dopředu to funguje | 0 |
13,111 | 3,109,863,683 | IssuesEvent | 2015-09-02 01:01:27 | SEED-platform/seed | https://api.github.com/repos/SEED-platform/seed | opened | Deleting Building snapshot records when deleting data sets | Data Import Design Issue | Currently, in the Data Sets view, the user can delete files that were previously imported. But the records in that file, which have been added to the Building Snapshot table, and will show up in the Building Detail view, are NOT deleted. Which is sometimes the correct behavior but sometimes it would be nice if the program would delete all traces of that imported file.

Seems like we should ask the user, when they delete the datafile, whether they want the data also deleted from the building list. And then the question is, what are the repercussions of that on the canonical building record -- if some of the data from that file was added to the canonical building record, and then that reference file is deleted, what happens to the data in the canonical building record.
Needs thought to figure out the right strategy. | 1.0 | Deleting Building snapshot records when deleting data sets - Currently, in the Data Sets view, the user can delete files that were previously imported. But the records in that file, which have been added to the Building Snapshot table, and will show up in the Building Detail view, are NOT deleted. Which is sometimes the correct behavior but sometimes it would be nice if the program would delete all traces of that imported file.

Seems like we should ask the user, when they delete the datafile, whether they want the data also deleted from the building list. And then the question is, what are the repercussions of that on the canonical building record -- if some of the data from that file was added to the canonical building record, and then that reference file is deleted, what happens to the data in the canonical building record.
Needs thought to figure out the right strategy. | non_defect | deleting building snapshot records when deleting data sets currently in the data sets view the user can delete files that were previously imported but the records in that file which have been added to the building snapshot table and will show up in the building detail view are not deleted which is sometimes the correct behavior but sometimes it would be nice if the program would delete all traces of that imported file seems like we should ask the user when they delete the datafile whether they want the data also deleted from the building list and then the question is what are the repercussions of that on the canonical building record if some of the data from that file was added to the canonical building record and then that reference file is deleted what happens to the data in the canonical building record needs thought to figure out the right strategy | 0 |
22,289 | 3,619,845,544 | IssuesEvent | 2016-02-08 17:31:16 | miracle091/transmission-remote-dotnet | https://api.github.com/repos/miracle091/transmission-remote-dotnet | closed | Connection problem with latest transmission version | Priority-Medium Type-Defect | ```
I've updated transmission daemon on my ubuntu server to version 2.00
(from repository http://ppa.launchpad.net/transmissionbt/nightly/ubuntu).
After this update latest (3.23 build 0) transmission remote can't connect to
the daemon with error:
"Failed request #1: Input string was not in a correct format"
OS: Windows 7 x64
Transmission: 2.00
Remote: 3.23 (build 0)
BTW, thanks for amaizing application
```
Original issue reported on code.google.com by `sin...@gmail.com` on 16 Jul 2010 at 8:43 | 1.0 | Connection problem with latest transmission version - ```
I've updated transmission daemon on my ubuntu server to version 2.00
(from repository http://ppa.launchpad.net/transmissionbt/nightly/ubuntu).
After this update latest (3.23 build 0) transmission remote can't connect to
the daemon with error:
"Failed request #1: Input string was not in a correct format"
OS: Windows 7 x64
Transmission: 2.00
Remote: 3.23 (build 0)
BTW, thanks for amaizing application
```
Original issue reported on code.google.com by `sin...@gmail.com` on 16 Jul 2010 at 8:43 | defect | connection problem with latest transmission version i ve updated transmission daemon on my ubuntu server to version from repository after this update latest build transmission remote can t connect to the daemon with error failed request input string was not in a correct format os windows transmission remote build btw thanks for amaizing application original issue reported on code google com by sin gmail com on jul at | 1 |
256,711 | 8,128,482,815 | IssuesEvent | 2018-08-17 12:00:12 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | CGNS reader incorrectly interprets files with boundary face/edge geometry | Bug Likelihood: 3 - Occasional Priority: Normal Severity: 4 - Crash / Wrong Results | When I try to view CGNS data which includes boundary element geometry (boundary "sections" in CGNS terms) in VisIt with a pseudocolor plot, VisIt gives a warning that "The compute engine running on host ... issued the following warning: In domain 0, your zonal variable "Density" has 10000 values, but it should have 12020. Extra 0.'s were added to ensure VisIt runs smoothly." The plotted data is then displayed incorrectly. The correct behavior would be to have no warning, as zonal variable data logically could be associated with only the internal cells, and not necessarily the boundary elements. TecPlot does not have this issue and can plot these data sets correctly.
I have attached two files, both of a 2D data quadrilateral mesh data set: one contains the boundary face geometry, the other does not. The one with boundary faces exhibits the problem described, the other works perfectly.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 878
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Normal
Subject: CGNS reader incorrectly interprets files with boundary face/edge geometry
Assigned to: Brad Whitlock
Category:
Target version: 2.6
Author: Andrew Corrigan
Start: 10/21/2011
Due date:
% Done: 100
Estimated time:
Created: 10/21/2011 07:07 am
Updated: 09/11/2012 01:43 pm
Likelihood: 3 - Occasional
Severity: 4 - Crash / Wrong Results
Found in version: 2.3.0
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
When I try to view CGNS data which includes boundary element geometry (boundary "sections" in CGNS terms) in VisIt with a pseudocolor plot, VisIt gives a warning that "The compute engine running on host ... issued the following warning: In domain 0, your zonal variable "Density" has 10000 values, but it should have 12020. Extra 0.'s were added to ensure VisIt runs smoothly." The plotted data is then displayed incorrectly. The correct behavior would be to have no warning, as zonal variable data logically could be associated with only the internal cells, and not necessarily the boundary elements. TecPlot does not have this issue and can plot these data sets correctly.
I have attached two files, both of a 2D data quadrilateral mesh data set: one contains the boundary face geometry, the other does not. The one with boundary faces exhibits the problem described, the other works perfectly.
Comments:
I received new source from Mickael Philit that fixed the problem.
| 1.0 | CGNS reader incorrectly interprets files with boundary face/edge geometry - When I try to view CGNS data which includes boundary element geometry (boundary "sections" in CGNS terms) in VisIt with a pseudocolor plot, VisIt gives a warning that "The compute engine running on host ... issued the following warning: In domain 0, your zonal variable "Density" has 10000 values, but it should have 12020. Extra 0.'s were added to ensure VisIt runs smoothly." The plotted data is then displayed incorrectly. The correct behavior would be to have no warning, as zonal variable data logically could be associated with only the internal cells, and not necessarily the boundary elements. TecPlot does not have this issue and can plot these data sets correctly.
I have attached two files, both of a 2D data quadrilateral mesh data set: one contains the boundary face geometry, the other does not. The one with boundary faces exhibits the problem described, the other works perfectly.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 878
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Normal
Subject: CGNS reader incorrectly interprets files with boundary face/edge geometry
Assigned to: Brad Whitlock
Category:
Target version: 2.6
Author: Andrew Corrigan
Start: 10/21/2011
Due date:
% Done: 100
Estimated time:
Created: 10/21/2011 07:07 am
Updated: 09/11/2012 01:43 pm
Likelihood: 3 - Occasional
Severity: 4 - Crash / Wrong Results
Found in version: 2.3.0
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
When I try to view CGNS data which includes boundary element geometry (boundary "sections" in CGNS terms) in VisIt with a pseudocolor plot, VisIt gives a warning that "The compute engine running on host ... issued the following warning: In domain 0, your zonal variable "Density" has 10000 values, but it should have 12020. Extra 0.'s were added to ensure VisIt runs smoothly." The plotted data is then displayed incorrectly. The correct behavior would be to have no warning, as zonal variable data logically could be associated with only the internal cells, and not necessarily the boundary elements. TecPlot does not have this issue and can plot these data sets correctly.
I have attached two files, both of a 2D data quadrilateral mesh data set: one contains the boundary face geometry, the other does not. The one with boundary faces exhibits the problem described, the other works perfectly.
Comments:
I received new source from Mickael Philit that fixed the problem.
| non_defect | cgns reader incorrectly interprets files with boundary face edge geometry when i try to view cgns data which includes boundary element geometry boundary sections in cgns terms in visit with a pseudocolor plot visit gives a warning that the compute engine running on host issued the following warning in domain your zonal variable density has values but it should have extra s were added to ensure visit runs smoothly the plotted data is then displayed incorrectly the correct behavior would be to have no warning as zonal variable data logically could be associated with only the internal cells and not necessarily the boundary elements tecplot does not have this issue and can plot these data sets correctly i have attached two files both of a data quadrilateral mesh data set one contains the boundary face geometry the other does not the one with boundary faces exhibits the problem described the other works perfectly redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority normal subject cgns reader incorrectly interprets files with boundary face edge geometry assigned to brad whitlock category target version author andrew corrigan start due date done estimated time created am updated pm likelihood occasional severity crash wrong results found in version impact expected use os all support group any description when i try to view cgns data which includes boundary element geometry boundary sections in cgns terms in visit with a pseudocolor plot visit gives a warning that the compute engine running on host issued the following warning in domain your zonal variable density has values but it should have extra s were added to ensure visit runs smoothly the plotted data is then displayed incorrectly the correct behavior would be to have no warning as zonal variable data logically could be associated with only the internal cells and not necessarily the boundary elements tecplot does not have this issue and can plot these data sets correctly i have attached two files both of a data quadrilateral mesh data set one contains the boundary face geometry the other does not the one with boundary faces exhibits the problem described the other works perfectly comments i received new source from mickael philit that fixed the problem | 0 |
52,398 | 13,224,713,470 | IssuesEvent | 2020-08-17 19:41:43 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | MuonGun Weigter producing inconsistent weights between py2-v2 and py2-v3 (Trac #2157) | Incomplete Migration Migrated from Trac analysis defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2157">https://code.icecube.wisc.edu/projects/icecube/ticket/2157</a>, reported by lwille</summary>
<p>
```json
{
"status": "closed",
"changetime": "2018-08-08T18:39:58",
"_ts": "1533753598237070",
"description": "I3MuonGun::WeightCalculatorModule is returning incorrect values under py2-v3, py2-v2 CentOS7, and py2-v2 OS 6. The py2-v2 OS 6 values are correct, the other two return either very large, very small, or NaN values. David and Jakob have mentioned that this may be a boost library issue. An example script is here: `/home/lwille/MuonGunWeightIssue.py` This script links to a muongun file with three events, you can run the script under py2-v2 and py2-v3. ",
"reporter": "lwille",
"cc": "",
"resolution": "fixed",
"time": "2018-05-17T18:54:10",
"component": "analysis",
"summary": "MuonGun Weigter producing inconsistent weights between py2-v2 and py2-v3",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "",
"type": "defect"
}
```
</p>
</details>
| 1.0 | MuonGun Weigter producing inconsistent weights between py2-v2 and py2-v3 (Trac #2157) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2157">https://code.icecube.wisc.edu/projects/icecube/ticket/2157</a>, reported by lwille</summary>
<p>
```json
{
"status": "closed",
"changetime": "2018-08-08T18:39:58",
"_ts": "1533753598237070",
"description": "I3MuonGun::WeightCalculatorModule is returning incorrect values under py2-v3, py2-v2 CentOS7, and py2-v2 OS 6. The py2-v2 OS 6 values are correct, the other two return either very large, very small, or NaN values. David and Jakob have mentioned that this may be a boost library issue. An example script is here: `/home/lwille/MuonGunWeightIssue.py` This script links to a muongun file with three events, you can run the script under py2-v2 and py2-v3. ",
"reporter": "lwille",
"cc": "",
"resolution": "fixed",
"time": "2018-05-17T18:54:10",
"component": "analysis",
"summary": "MuonGun Weigter producing inconsistent weights between py2-v2 and py2-v3",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "",
"type": "defect"
}
```
</p>
</details>
| defect | muongun weigter producing inconsistent weights between and trac migrated from json status closed changetime ts description weightcalculatormodule is returning incorrect values under and os the os values are correct the other two return either very large very small or nan values david and jakob have mentioned that this may be a boost library issue an example script is here home lwille muongunweightissue py this script links to a muongun file with three events you can run the script under and reporter lwille cc resolution fixed time component analysis summary muongun weigter producing inconsistent weights between and priority normal keywords milestone owner type defect | 1 |
14,796 | 2,831,389,681 | IssuesEvent | 2015-05-24 15:54:32 | nobodyguy/dslrdashboard | https://api.github.com/repos/nobodyguy/dslrdashboard | closed | Please suppot android4.4 | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Do not display LV on Android4.4.
2. Hung up.
3. Android 4.3 is good.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Ver 0.30.30
Android4.4/HTC one international
Nikon D800E
Please provide any additional information below.
```
Original issue reported on code.google.com by `cocoa.pe...@gmail.com` on 10 Dec 2013 at 4:16 | 1.0 | Please suppot android4.4 - ```
What steps will reproduce the problem?
1. Do not display LV on Android4.4.
2. Hung up.
3. Android 4.3 is good.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Ver 0.30.30
Android4.4/HTC one international
Nikon D800E
Please provide any additional information below.
```
Original issue reported on code.google.com by `cocoa.pe...@gmail.com` on 10 Dec 2013 at 4:16 | defect | please suppot what steps will reproduce the problem do not display lv on hung up android is good what is the expected output what do you see instead what version of the product are you using on what operating system ver htc one international nikon please provide any additional information below original issue reported on code google com by cocoa pe gmail com on dec at | 1 |
31,766 | 6,619,048,061 | IssuesEvent | 2017-09-21 10:33:00 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | Chart - Toggle off series and export as image | defect | ## 1) Environment
- PrimeFaces version: 6.0
- Does it work on the newest released PrimeFaces version? No
- Does it work on the newest sources in GitHub? No
- Application server + version: WebLogic 12.1.3
- Affected browsers: IE, FF, Chrome
## 2) Expected behavior
1. The user hides a series on the chart by clicking on the corresponding legend item.
2. The user exports the chart as image
3. The image fully resembles the chart shown in the main page
## 3) Actual behavior
1. The user hides the orange series on the chart by clicking on the corresponding legend item.
2. The user exports the chart as image
3. The image is different from the source. The hidden orange series line is shown moved to the left, outside the chart grid (see image)

## 4) Workaround
Set this option in the chart extender.
`this.cfg.legend.rendererOptions: { seriesToggleReplot: true }`
Even if the chart image is correct, the legend's voice for the hidden series is not strike through. | 1.0 | Chart - Toggle off series and export as image - ## 1) Environment
- PrimeFaces version: 6.0
- Does it work on the newest released PrimeFaces version? No
- Does it work on the newest sources in GitHub? No
- Application server + version: WebLogic 12.1.3
- Affected browsers: IE, FF, Chrome
## 2) Expected behavior
1. The user hides a series on the chart by clicking on the corresponding legend item.
2. The user exports the chart as image
3. The image fully resembles the chart shown in the main page
## 3) Actual behavior
1. The user hides the orange series on the chart by clicking on the corresponding legend item.
2. The user exports the chart as image
3. The image is different from the source. The hidden orange series line is shown moved to the left, outside the chart grid (see image)

## 4) Workaround
Set this option in the chart extender.
`this.cfg.legend.rendererOptions: { seriesToggleReplot: true }`
Even if the chart image is correct, the legend's voice for the hidden series is not strike through. | defect | chart toggle off series and export as image environment primefaces version does it work on the newest released primefaces version no does it work on the newest sources in github no application server version weblogic affected browsers ie ff chrome expected behavior the user hides a series on the chart by clicking on the corresponding legend item the user exports the chart as image the image fully resembles the chart shown in the main page actual behavior the user hides the orange series on the chart by clicking on the corresponding legend item the user exports the chart as image the image is different from the source the hidden orange series line is shown moved to the left outside the chart grid see image workaround set this option in the chart extender this cfg legend rendereroptions seriestogglereplot true even if the chart image is correct the legend s voice for the hidden series is not strike through | 1 |
587,080 | 17,604,195,990 | IssuesEvent | 2021-08-17 15:07:39 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | v11: gstatic.com passthroughs are ignored by pfdns | Type: Bug Priority: High | **Describe the bug**
If you add `www.gstatic.com` or `*.gstatic.com` as a passthrough (globally or on a specific source), `pfdns` always returned captive portal IP address in place of real IP address.
Same behavior with `connectivitycheck.gstatic.com`.
**To Reproduce**
Steps to reproduce the behavior:
1. Add `*.gstatic.com` as a passthrough
2. Restart `pfdns` and `iptables`
3. As an unregistered device, query `pfdns`: `dig www.gstatic.com`
=> You got `66.70.255.147`
**Expected behavior**
`pfdns` should return real IP address because this domain has been added to passthroughs.
**Additional context**
- Issue seems to be specific to that domain because all other passthroughs work as expected (like `*.google.com`)
- I tried following things:
* removed default passthrough on `connectivitycheck.gstatic.com` added when `iptables` is started
=> same behavior
* override `detection_mecanism_urls` without `gstatic` domain
=> same behavior
**Important**: if I set `detection_mecanism_bypass=enabled` in `pf.conf`, I got real IP address for `www.gstatic.com`.
=> I think there is an issue with `detection_mecanism_bypass` | 1.0 | v11: gstatic.com passthroughs are ignored by pfdns - **Describe the bug**
If you add `www.gstatic.com` or `*.gstatic.com` as a passthrough (globally or on a specific source), `pfdns` always returned captive portal IP address in place of real IP address.
Same behavior with `connectivitycheck.gstatic.com`.
**To Reproduce**
Steps to reproduce the behavior:
1. Add `*.gstatic.com` as a passthrough
2. Restart `pfdns` and `iptables`
3. As an unregistered device, query `pfdns`: `dig www.gstatic.com`
=> You got `66.70.255.147`
**Expected behavior**
`pfdns` should return real IP address because this domain has been added to passthroughs.
**Additional context**
- Issue seems to be specific to that domain because all other passthroughs work as expected (like `*.google.com`)
- I tried following things:
* removed default passthrough on `connectivitycheck.gstatic.com` added when `iptables` is started
=> same behavior
* override `detection_mecanism_urls` without `gstatic` domain
=> same behavior
**Important**: if I set `detection_mecanism_bypass=enabled` in `pf.conf`, I got real IP address for `www.gstatic.com`.
=> I think there is an issue with `detection_mecanism_bypass` | non_defect | gstatic com passthroughs are ignored by pfdns describe the bug if you add or gstatic com as a passthrough globally or on a specific source pfdns always returned captive portal ip address in place of real ip address same behavior with connectivitycheck gstatic com to reproduce steps to reproduce the behavior add gstatic com as a passthrough restart pfdns and iptables as an unregistered device query pfdns dig you got expected behavior pfdns should return real ip address because this domain has been added to passthroughs additional context issue seems to be specific to that domain because all other passthroughs work as expected like google com i tried following things removed default passthrough on connectivitycheck gstatic com added when iptables is started same behavior override detection mecanism urls without gstatic domain same behavior important if i set detection mecanism bypass enabled in pf conf i got real ip address for i think there is an issue with detection mecanism bypass | 0 |
13,492 | 2,760,618,286 | IssuesEvent | 2015-04-28 13:22:05 | Guake/guake | https://api.github.com/repos/Guake/guake | closed | Bad font rendering compared to gnome-terminal | Priority:Low Type: Defect | The font rendering looks strange compared to gnome-terminal.
gnome-terminal:

guake:

The rendering for the red font and the bold font is different.
Both using the same font (Inconsolata for Powerline Medium 16pt). | 1.0 | Bad font rendering compared to gnome-terminal - The font rendering looks strange compared to gnome-terminal.
gnome-terminal:

guake:

The rendering for the red font and the bold font is different.
Both using the same font (Inconsolata for Powerline Medium 16pt). | defect | bad font rendering compared to gnome terminal the font rendering looks strange compared to gnome terminal gnome terminal guake the rendering for the red font and the bold font is different both using the same font inconsolata for powerline medium | 1 |
66,188 | 20,033,461,592 | IssuesEvent | 2022-02-02 09:22:28 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Presence indicator in room header is not aligned with cutout | T-Defect S-Tolerable A-Room-View A-Presence A-Appearance Z-t3chguy O-Frequent | ### Steps to reproduce
1. Open a DM
2. Look at the other participant's presence indicator in the room header
### Outcome

#### What did you expect?
The presence indicator should be aligned with the cutout.
#### What happened instead?
The presence indicator is too far up and to the left.
### Operating system
NixOS unstable
### Browser information
Firefox 94.0.2
### URL for webapp
develop.element.io
### Application version
Element version: b0abbfacd48b-react-97ee25126fb7-js-2206b80e65aa Olm version: 3.2.3
### Homeserver
townsendandsmith.ml
### Will you send logs?
No | 1.0 | Presence indicator in room header is not aligned with cutout - ### Steps to reproduce
1. Open a DM
2. Look at the other participant's presence indicator in the room header
### Outcome

#### What did you expect?
The presence indicator should be aligned with the cutout.
#### What happened instead?
The presence indicator is too far up and to the left.
### Operating system
NixOS unstable
### Browser information
Firefox 94.0.2
### URL for webapp
develop.element.io
### Application version
Element version: b0abbfacd48b-react-97ee25126fb7-js-2206b80e65aa Olm version: 3.2.3
### Homeserver
townsendandsmith.ml
### Will you send logs?
No | defect | presence indicator in room header is not aligned with cutout steps to reproduce open a dm look at the other participant s presence indicator in the room header outcome what did you expect the presence indicator should be aligned with the cutout what happened instead the presence indicator is too far up and to the left operating system nixos unstable browser information firefox url for webapp develop element io application version element version react js olm version homeserver townsendandsmith ml will you send logs no | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.