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
47,239
13,056,073,912
IssuesEvent
2020-07-30 03:34:41
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
pnf to Icetray v3: check v3 thread safety (Trac #196)
Migrated from Trac defect jeb + pnf
Check for any non-thread-safe stuff in IceTray v3 and clean them up for pnf support. Migrated from https://code.icecube.wisc.edu/ticket/196 ```json { "status": "closed", "changetime": "2014-11-23T03:37:57", "description": "Check for any non-thread-safe stuff in IceTray v3 and clean them\nup for pnf support.", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "_ts": "1416713877066511", "component": "jeb + pnf", "summary": "pnf to Icetray v3: check v3 thread safety", "priority": "normal", "keywords": "", "time": "2010-03-01T16:57:26", "milestone": "", "owner": "tschmidt", "type": "defect" } ```
1.0
pnf to Icetray v3: check v3 thread safety (Trac #196) - Check for any non-thread-safe stuff in IceTray v3 and clean them up for pnf support. Migrated from https://code.icecube.wisc.edu/ticket/196 ```json { "status": "closed", "changetime": "2014-11-23T03:37:57", "description": "Check for any non-thread-safe stuff in IceTray v3 and clean them\nup for pnf support.", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "_ts": "1416713877066511", "component": "jeb + pnf", "summary": "pnf to Icetray v3: check v3 thread safety", "priority": "normal", "keywords": "", "time": "2010-03-01T16:57:26", "milestone": "", "owner": "tschmidt", "type": "defect" } ```
defect
pnf to icetray check thread safety trac check for any non thread safe stuff in icetray and clean them up for pnf support migrated from json status closed changetime description check for any non thread safe stuff in icetray and clean them nup for pnf support reporter blaufuss cc resolution fixed ts component jeb pnf summary pnf to icetray check thread safety priority normal keywords time milestone owner tschmidt type defect
1
61,574
17,023,729,159
IssuesEvent
2021-07-03 03:31:42
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Fuel station bounds Octane91 to Diesel
Component: potlatch2 Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 12.20am, Sunday, 3rd July 2011]** When an object tagged amenity=fuel displays its Simple view / Fuels tab, there are a bunch of fuel types. Among others, there are two Octane91 selectors (=bug1), which always share the same value with the Diesel selector (=bug2) - it stored in key diesel=*, key octane_91=* is being ignored.
1.0
Fuel station bounds Octane91 to Diesel - **[Submitted to the original trac issue database at 12.20am, Sunday, 3rd July 2011]** When an object tagged amenity=fuel displays its Simple view / Fuels tab, there are a bunch of fuel types. Among others, there are two Octane91 selectors (=bug1), which always share the same value with the Diesel selector (=bug2) - it stored in key diesel=*, key octane_91=* is being ignored.
defect
fuel station bounds to diesel when an object tagged amenity fuel displays its simple view fuels tab there are a bunch of fuel types among others there are two selectors which always share the same value with the diesel selector it stored in key diesel key octane is being ignored
1
71,932
23,859,372,181
IssuesEvent
2022-09-07 05:05:55
Gogo1951/Groupie
https://api.github.com/repos/Gogo1951/Groupie
closed
Need Messages on Bulletin Board not to Jump Around
Priority - 3 Average Type - Defect
![image](https://user-images.githubusercontent.com/55365231/188769401-aff27da7-fed8-40a9-a675-5a921c0eb98e.png) I think we need 2 time stamps... one for when the group was first seen, another for when the group was updated. If we sort by "first seen" and use that as the time the groups will never jump and the old will be at the top and new at the bottom. Can we sort on something by default that isn't shown on the list? Rather not add another column, but if we have to to make the groups not jump that's fine.
1.0
Need Messages on Bulletin Board not to Jump Around - ![image](https://user-images.githubusercontent.com/55365231/188769401-aff27da7-fed8-40a9-a675-5a921c0eb98e.png) I think we need 2 time stamps... one for when the group was first seen, another for when the group was updated. If we sort by "first seen" and use that as the time the groups will never jump and the old will be at the top and new at the bottom. Can we sort on something by default that isn't shown on the list? Rather not add another column, but if we have to to make the groups not jump that's fine.
defect
need messages on bulletin board not to jump around i think we need time stamps one for when the group was first seen another for when the group was updated if we sort by first seen and use that as the time the groups will never jump and the old will be at the top and new at the bottom can we sort on something by default that isn t shown on the list rather not add another column but if we have to to make the groups not jump that s fine
1
12,531
2,704,737,420
IssuesEvent
2015-04-07 04:08:53
google/google-api-go-client
https://api.github.com/repos/google/google-api-go-client
closed
CloudStorage API cannot specify metadata
new priority-medium type-defect
**graham.miller** on 28 Aug 2012 at 6:41: ``` The documentation at https://developers.google.com/storage/docs/json_api/v1/objects/insert indicates that there should be a metadata property of the object insert method, that is "User-provided metadata, in key/value pairs." The relevant field in the "Object" definition is as follows: // Metadata: User-provided metadata, in key/value pairs. Metadata *ObjectMetadata `json:"metadata,omitempty"` However, ObjectMetadata is defined as follows: type ObjectMetadata struct { } Shouldn't this be a "map[string]string" or something else that would allow you to actually send/receive metadata? ```
1.0
CloudStorage API cannot specify metadata - **graham.miller** on 28 Aug 2012 at 6:41: ``` The documentation at https://developers.google.com/storage/docs/json_api/v1/objects/insert indicates that there should be a metadata property of the object insert method, that is "User-provided metadata, in key/value pairs." The relevant field in the "Object" definition is as follows: // Metadata: User-provided metadata, in key/value pairs. Metadata *ObjectMetadata `json:"metadata,omitempty"` However, ObjectMetadata is defined as follows: type ObjectMetadata struct { } Shouldn't this be a "map[string]string" or something else that would allow you to actually send/receive metadata? ```
defect
cloudstorage api cannot specify metadata graham miller on aug at the documentation at indicates that there should be a metadata property of the object insert method that is user provided metadata in key value pairs the relevant field in the object definition is as follows metadata user provided metadata in key value pairs metadata objectmetadata json metadata omitempty however objectmetadata is defined as follows type objectmetadata struct shouldn t this be a map string or something else that would allow you to actually send receive metadata
1
75,296
25,754,272,939
IssuesEvent
2022-12-08 15:19:04
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
Order of Sizing:System with different capacity control methods and AirloopHVAC objects causes differeneces in results
Defect
Issue overview -------------- A large user file shows a different answer when the order of the objects is changed. The underlying cause was differences in capacity control method in the Sizing:System objects. When the index for AirloopHVAC and Sizing:System objects does not line up, the GetCoilDesFlowT looks up the wrong capacity control method and the answer changes. There are several things that must occur for differences to occur: 1) The order of AirloopHVAC must be different from the corresponding Sizing:System objects. 2) The Sizing:System objects must use different capacity control methods and/or Type of Load to Size On. 3) The supply air conditions must be different among the various AirloopHVAC objects (Sizing:System objects). A few lines of code corrects the problem. The new lookup to find the correct Sizing:System object and the use of the local int in 3 places (the 3rd is a warning). void GetCoilDesFlowT() int sysSizIndex = UtilityRoutines::FindItemInList(FinalSysSizing(SysNum).AirPriLoopName, state.dataSize->SysSizInput, &SystemSizingInputData::AirPriLoopName); if (sysSizIndex == 0) sysSizIndex = 1; CoolCapCtrl = SysSizInput(sysSizIndex).CoolCapControl; PeakLoadType = SysSizInput(sysSizIndex).CoolingPeakLoadType; Issue and correction provided by Trane North America. These are V9.5 input files. [Baseline_NREL_EP950.idf.txt](https://github.com/NREL/EnergyPlus/files/9805713/Baseline_NREL_EP950.idf.txt) [Run01_NREL_EP950.idf.txt](https://github.com/NREL/EnergyPlus/files/9872451/Run01_NREL_EP950.idf.txt) Updated defect files to V22.2: [Baseline_NREL_EP22-2.idf.txt](https://github.com/NREL/EnergyPlus/files/9873349/Baseline_NREL_EP22-2.idf.txt) [Run01_NREL_EP22-2.idf.txt](https://github.com/NREL/EnergyPlus/files/9873352/Run01_NREL_EP22-2.idf.txt) Work around: Place Sizing:System and AirloopHVAC objects in the same order in the input file. ### Details Some additional details for this issue (if relevant): - Platform (Operating system, version) - Version of EnergyPlus (if using an intermediate build, include SHA) - Unmethours link or helpdesk ticket number ### Checklist Add to this list or remove from it as applicable. This is a simple templated set of guidelines. - [x] Defect file added (issue description) - [ ] Ticket added to Pivotal for defect (development team task) - [ ] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
1.0
Order of Sizing:System with different capacity control methods and AirloopHVAC objects causes differeneces in results - Issue overview -------------- A large user file shows a different answer when the order of the objects is changed. The underlying cause was differences in capacity control method in the Sizing:System objects. When the index for AirloopHVAC and Sizing:System objects does not line up, the GetCoilDesFlowT looks up the wrong capacity control method and the answer changes. There are several things that must occur for differences to occur: 1) The order of AirloopHVAC must be different from the corresponding Sizing:System objects. 2) The Sizing:System objects must use different capacity control methods and/or Type of Load to Size On. 3) The supply air conditions must be different among the various AirloopHVAC objects (Sizing:System objects). A few lines of code corrects the problem. The new lookup to find the correct Sizing:System object and the use of the local int in 3 places (the 3rd is a warning). void GetCoilDesFlowT() int sysSizIndex = UtilityRoutines::FindItemInList(FinalSysSizing(SysNum).AirPriLoopName, state.dataSize->SysSizInput, &SystemSizingInputData::AirPriLoopName); if (sysSizIndex == 0) sysSizIndex = 1; CoolCapCtrl = SysSizInput(sysSizIndex).CoolCapControl; PeakLoadType = SysSizInput(sysSizIndex).CoolingPeakLoadType; Issue and correction provided by Trane North America. These are V9.5 input files. [Baseline_NREL_EP950.idf.txt](https://github.com/NREL/EnergyPlus/files/9805713/Baseline_NREL_EP950.idf.txt) [Run01_NREL_EP950.idf.txt](https://github.com/NREL/EnergyPlus/files/9872451/Run01_NREL_EP950.idf.txt) Updated defect files to V22.2: [Baseline_NREL_EP22-2.idf.txt](https://github.com/NREL/EnergyPlus/files/9873349/Baseline_NREL_EP22-2.idf.txt) [Run01_NREL_EP22-2.idf.txt](https://github.com/NREL/EnergyPlus/files/9873352/Run01_NREL_EP22-2.idf.txt) Work around: Place Sizing:System and AirloopHVAC objects in the same order in the input file. ### Details Some additional details for this issue (if relevant): - Platform (Operating system, version) - Version of EnergyPlus (if using an intermediate build, include SHA) - Unmethours link or helpdesk ticket number ### Checklist Add to this list or remove from it as applicable. This is a simple templated set of guidelines. - [x] Defect file added (issue description) - [ ] Ticket added to Pivotal for defect (development team task) - [ ] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
defect
order of sizing system with different capacity control methods and airloophvac objects causes differeneces in results issue overview a large user file shows a different answer when the order of the objects is changed the underlying cause was differences in capacity control method in the sizing system objects when the index for airloophvac and sizing system objects does not line up the getcoildesflowt looks up the wrong capacity control method and the answer changes there are several things that must occur for differences to occur the order of airloophvac must be different from the corresponding sizing system objects the sizing system objects must use different capacity control methods and or type of load to size on the supply air conditions must be different among the various airloophvac objects sizing system objects a few lines of code corrects the problem the new lookup to find the correct sizing system object and the use of the local int in places the is a warning void getcoildesflowt int syssizindex utilityroutines finditeminlist finalsyssizing sysnum airpriloopname state datasize syssizinput systemsizinginputdata airpriloopname if syssizindex syssizindex coolcapctrl syssizinput syssizindex coolcapcontrol peakloadtype syssizinput syssizindex coolingpeakloadtype issue and correction provided by trane north america these are input files updated defect files to work around place sizing system and airloophvac objects in the same order in the input file details some additional details for this issue if relevant platform operating system version version of energyplus if using an intermediate build include sha unmethours link or helpdesk ticket number checklist add to this list or remove from it as applicable this is a simple templated set of guidelines defect file added issue description ticket added to pivotal for defect development team task pull request created the pull request will have additional tasks related to reviewing changes that fix this defect
1
26,578
6,779,787,380
IssuesEvent
2017-10-29 04:55:38
ccoulson/import_test
https://api.github.com/repos/ccoulson/import_test
closed
Missing Assembly
CodePlex
<b>gfhammer[CodePlex]</b> <br />Using latest install package, install hangs, error logfile listed below Failed to load receiver assembly quotVisigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31dquot for feature quotFBAManagementquot (ID: d57f4817-f1f9-42aa-863c-139804c731b0).: System.IO.FileNotFoundException: Could not load file or assembly 'Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d' or one of its dependencies. The system cannot find the file specified. File name: 'Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d' at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean throwO... b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33* PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure 88bz High ...nFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMarkamp stackMark, Boolean forIntrospection) at System.Reflection.Assembly.Load(String assemblyString) at Microsoft.SharePoint.SPFeatureRece... b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33* PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure 88bz High ...iver.LoadAssembly(String assemblyName) at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject() WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33 PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure acq09 High Trying to load assembly Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d for feature FBAManagement [d57f4817-f1f9-42aa-863c-139804c731b0] as fallback b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33 PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure 88bz High Failed to load receiver assembly quotVisigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31dquot for feature quotFBAManagementquot (ID: d57f4817-f1f9-42aa-863c-139804c731b0).: System.IO.FileNotFoundException: Could not load file or assembly 'Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d' or one of its dependencies. The system cannot find the file specified. File name: 'Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d' at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean throwO... b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33* PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure 88bz High ...nFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMarkamp stackMark, Boolean forIntrospection) at System.Reflection.Assembly.Load(String assemblyString) at Microsoft.SharePoint.SPFeatureRece... b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33* PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure 88bz High ...iver.LoadAssembly(String assemblyName) at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject() WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33 PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure acq09 High Trying to load assembly Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d for feature FBAManagement [d57f4817-f1f9-42aa-863c-139804c731b0] as fallback b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33 PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure acq1a High Feature receiver assembly 'Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d', class 'Visigo.Sharepoint.FormsBasedAuthentication.Features.FBAManagement.FBAManagementEventReceiver', method 'FeatureUninstalling' for feature 'd57f4817-f1f9-42aa-863c-139804c731b0' threw an exception: System.ArgumentException: Failed to load receiver assembly quotVisigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31dquot for feature quotFBAManagementquot (ID: d57f4817-f1f9-42aa-863c-139804c731b0).: System.IO.FileNotFoundException: Could not load file or assembly 'Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d' or one of its dependencies. The system... b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33* PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure acq1a High ... cannot find the file specified. File name: 'Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d' at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyStrin... b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33* PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure acq1a High ...g, Evidence assemblySecurity, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMarkamp stackMark, Boolean forIntrospection) at System.Reflection.Assembly.Load(String assemblyString) at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject() WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. at Microsoft.SharePoint.Admin... b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33* PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure acq1a High ...istration.SPFeatureDefinition.get_ReceiverObject() at Microsoft.SharePoint.Administration.SPFeatureDefinition.DoInstallationCallout(SPSite site, String solutionHash, Boolean fInstall) b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33 PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (Feature Uninstallation: Uninstalling Feature 'FBAManagement' (ID: 'd57f4817-f1f9-42aa-863c-139804c731b0') from the farm.). Execution Time=3.28212105169791 b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33 PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation General 75du High Exception occurred while uninstalling feature '15/d57f4817-f1f9-42aa-863c-139804c731b0'. This feature may erroneous
1.0
Missing Assembly - <b>gfhammer[CodePlex]</b> <br />Using latest install package, install hangs, error logfile listed below Failed to load receiver assembly quotVisigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31dquot for feature quotFBAManagementquot (ID: d57f4817-f1f9-42aa-863c-139804c731b0).: System.IO.FileNotFoundException: Could not load file or assembly 'Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d' or one of its dependencies. The system cannot find the file specified. File name: 'Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d' at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean throwO... b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33* PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure 88bz High ...nFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMarkamp stackMark, Boolean forIntrospection) at System.Reflection.Assembly.Load(String assemblyString) at Microsoft.SharePoint.SPFeatureRece... b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33* PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure 88bz High ...iver.LoadAssembly(String assemblyName) at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject() WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33 PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure acq09 High Trying to load assembly Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d for feature FBAManagement [d57f4817-f1f9-42aa-863c-139804c731b0] as fallback b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33 PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure 88bz High Failed to load receiver assembly quotVisigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31dquot for feature quotFBAManagementquot (ID: d57f4817-f1f9-42aa-863c-139804c731b0).: System.IO.FileNotFoundException: Could not load file or assembly 'Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d' or one of its dependencies. The system cannot find the file specified. File name: 'Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d' at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean throwO... b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33* PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure 88bz High ...nFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMarkamp stackMark, Boolean forIntrospection) at System.Reflection.Assembly.Load(String assemblyString) at Microsoft.SharePoint.SPFeatureRece... b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33* PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure 88bz High ...iver.LoadAssembly(String assemblyName) at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject() WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33 PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure acq09 High Trying to load assembly Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d for feature FBAManagement [d57f4817-f1f9-42aa-863c-139804c731b0] as fallback b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33 PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure acq1a High Feature receiver assembly 'Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d', class 'Visigo.Sharepoint.FormsBasedAuthentication.Features.FBAManagement.FBAManagementEventReceiver', method 'FeatureUninstalling' for feature 'd57f4817-f1f9-42aa-863c-139804c731b0' threw an exception: System.ArgumentException: Failed to load receiver assembly quotVisigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31dquot for feature quotFBAManagementquot (ID: d57f4817-f1f9-42aa-863c-139804c731b0).: System.IO.FileNotFoundException: Could not load file or assembly 'Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d' or one of its dependencies. The system... b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33* PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure acq1a High ... cannot find the file specified. File name: 'Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d' at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyStrin... b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33* PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure acq1a High ...g, Evidence assemblySecurity, StackCrawlMarkamp stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMarkamp stackMark, Boolean forIntrospection) at System.Reflection.Assembly.Load(String assemblyString) at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject() WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. at Microsoft.SharePoint.Admin... b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33* PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Feature Infrastructure acq1a High ...istration.SPFeatureDefinition.get_ReceiverObject() at Microsoft.SharePoint.Administration.SPFeatureDefinition.DoInstallationCallout(SPSite site, String solutionHash, Boolean fInstall) b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33 PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (Feature Uninstallation: Uninstalling Feature 'FBAManagement' (ID: 'd57f4817-f1f9-42aa-863c-139804c731b0') from the farm.). Execution Time=3.28212105169791 b7c898f5-be05-4ee2-b844-0a635f9e2ebe 08/27/2014 11:41:53.33 PowerShell.exe (0x1F34) 0x30C0 SharePoint Foundation General 75du High Exception occurred while uninstalling feature '15/d57f4817-f1f9-42aa-863c-139804c731b0'. This feature may erroneous
non_defect
missing assembly gfhammer using latest install package install hangs error logfile listed below failed to load receiver assembly quotvisigo sharepoint formsbasedauthentication version culture neutral publickeytoken for feature quotfbamanagementquot id system io filenotfoundexception could not load file or assembly visigo sharepoint formsbasedauthentication version culture neutral publickeytoken or one of its dependencies the system cannot find the file specified file name visigo sharepoint formsbasedauthentication version culture neutral publickeytoken at system reflection runtimeassembly nload assemblyname filename string codebase evidence assemblysecurity runtimeassembly locationhint stackcrawlmarkamp stackmark intptr pprivhostbinder boolean throwo powershell exe sharepoint foundation feature infrastructure high nfilenotfound boolean forintrospection boolean suppresssecuritychecks at system reflection runtimeassembly internalloadassemblyname assemblyname assemblyref evidence assemblysecurity runtimeassembly reqassembly stackcrawlmarkamp stackmark intptr pprivhostbinder boolean throwonfilenotfound boolean forintrospection boolean suppresssecuritychecks at system reflection runtimeassembly internalload string assemblystring evidence assemblysecurity stackcrawlmarkamp stackmark intptr pprivhostbinder boolean forintrospection at system reflection runtimeassembly internalload string assemblystring evidence assemblysecurity stackcrawlmarkamp stackmark boolean forintrospection at system reflection assembly load string assemblystring at microsoft sharepoint spfeaturerece powershell exe sharepoint foundation feature infrastructure high iver loadassembly string assemblyname at microsoft sharepoint administration spfeaturedefinition get receiverobject wrn assembly binding logging is turned off to enable assembly bind failure logging set the registry value dword to note there is some performance penalty associated with assembly bind failure logging to turn this feature off remove the registry value powershell exe sharepoint foundation feature infrastructure high trying to load assembly visigo sharepoint formsbasedauthentication version culture neutral publickeytoken for feature fbamanagement as fallback powershell exe sharepoint foundation feature infrastructure high failed to load receiver assembly quotvisigo sharepoint formsbasedauthentication version culture neutral publickeytoken for feature quotfbamanagementquot id system io filenotfoundexception could not load file or assembly visigo sharepoint formsbasedauthentication version culture neutral publickeytoken or one of its dependencies the system cannot find the file specified file name visigo sharepoint formsbasedauthentication version culture neutral publickeytoken at system reflection runtimeassembly nload assemblyname filename string codebase evidence assemblysecurity runtimeassembly locationhint stackcrawlmarkamp stackmark intptr pprivhostbinder boolean throwo powershell exe sharepoint foundation feature infrastructure high nfilenotfound boolean forintrospection boolean suppresssecuritychecks at system reflection runtimeassembly internalloadassemblyname assemblyname assemblyref evidence assemblysecurity runtimeassembly reqassembly stackcrawlmarkamp stackmark intptr pprivhostbinder boolean throwonfilenotfound boolean forintrospection boolean suppresssecuritychecks at system reflection runtimeassembly internalload string assemblystring evidence assemblysecurity stackcrawlmarkamp stackmark intptr pprivhostbinder boolean forintrospection at system reflection runtimeassembly internalload string assemblystring evidence assemblysecurity stackcrawlmarkamp stackmark boolean forintrospection at system reflection assembly load string assemblystring at microsoft sharepoint spfeaturerece powershell exe sharepoint foundation feature infrastructure high iver loadassembly string assemblyname at microsoft sharepoint administration spfeaturedefinition get receiverobject wrn assembly binding logging is turned off to enable assembly bind failure logging set the registry value dword to note there is some performance penalty associated with assembly bind failure logging to turn this feature off remove the registry value powershell exe sharepoint foundation feature infrastructure high trying to load assembly visigo sharepoint formsbasedauthentication version culture neutral publickeytoken for feature fbamanagement as fallback powershell exe sharepoint foundation feature infrastructure high feature receiver assembly visigo sharepoint formsbasedauthentication version culture neutral publickeytoken class visigo sharepoint formsbasedauthentication features fbamanagement fbamanagementeventreceiver method featureuninstalling for feature threw an exception system argumentexception failed to load receiver assembly quotvisigo sharepoint formsbasedauthentication version culture neutral publickeytoken for feature quotfbamanagementquot id system io filenotfoundexception could not load file or assembly visigo sharepoint formsbasedauthentication version culture neutral publickeytoken or one of its dependencies the system powershell exe sharepoint foundation feature infrastructure high cannot find the file specified file name visigo sharepoint formsbasedauthentication version culture neutral publickeytoken at system reflection runtimeassembly nload assemblyname filename string codebase evidence assemblysecurity runtimeassembly locationhint stackcrawlmarkamp stackmark intptr pprivhostbinder boolean throwonfilenotfound boolean forintrospection boolean suppresssecuritychecks at system reflection runtimeassembly internalloadassemblyname assemblyname assemblyref evidence assemblysecurity runtimeassembly reqassembly stackcrawlmarkamp stackmark intptr pprivhostbinder boolean throwonfilenotfound boolean forintrospection boolean suppresssecuritychecks at system reflection runtimeassembly internalload string assemblystrin powershell exe sharepoint foundation feature infrastructure high g evidence assemblysecurity stackcrawlmarkamp stackmark intptr pprivhostbinder boolean forintrospection at system reflection runtimeassembly internalload string assemblystring evidence assemblysecurity stackcrawlmarkamp stackmark boolean forintrospection at system reflection assembly load string assemblystring at microsoft sharepoint administration spfeaturedefinition get receiverobject wrn assembly binding logging is turned off to enable assembly bind failure logging set the registry value dword to note there is some performance penalty associated with assembly bind failure logging to turn this feature off remove the registry value at microsoft sharepoint admin powershell exe sharepoint foundation feature infrastructure high istration spfeaturedefinition get receiverobject at microsoft sharepoint administration spfeaturedefinition doinstallationcallout spsite site string solutionhash boolean finstall powershell exe sharepoint foundation monitoring high leaving monitored scope feature uninstallation uninstalling feature fbamanagement id from the farm execution time powershell exe sharepoint foundation general high exception occurred while uninstalling feature this feature may erroneous
0
52,801
13,225,080,438
IssuesEvent
2020-08-17 20:26:56
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
Time Scroll Bar (Trac #365)
Migrated from Trac defect glshovel
From Boersma's wishlist : The horizontal time slide bar is heavily handicapped, especially for neutrino data sets (for which t=0 sometimes corresponds to the neutrino generation at the North Pole). The easiest fix would be to allow numbers larger than 6 digits for the start time of the time window, this would enable manual sanitization of the time range, which is currently practically impossible. Intelligent choices for the time range would also be great. There are various ideas for this: * based on event header (DAQ) * based on times of the launches in raw data * based on times of pulses in (user chosen) pulseseriesmap <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/365">https://code.icecube.wisc.edu/projects/icecube/ticket/365</a>, reported by olivasand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2013-08-23T16:42:33", "_ts": "1377276153000000", "description": "From Boersma's wishlist :\n\nThe horizontal time slide bar is heavily handicapped, especially\nfor neutrino data sets (for which t=0 sometimes corresponds to the\nneutrino generation at the North Pole). The easiest fix would be to\nallow numbers larger than 6 digits for the start time of the time\nwindow, this would enable manual sanitization of the time range, which\nis currently practically impossible.\nIntelligent choices for the time range would also be great. There are\nvarious ideas for this:\n* based on event header (DAQ)\n* based on times of the launches in raw data\n* based on times of pulses in (user chosen) pulseseriesmap", "reporter": "olivas", "cc": "", "resolution": "fixed", "time": "2012-02-29T06:46:56", "component": "glshovel", "summary": "Time Scroll Bar", "priority": "normal", "keywords": "", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
1.0
Time Scroll Bar (Trac #365) - From Boersma's wishlist : The horizontal time slide bar is heavily handicapped, especially for neutrino data sets (for which t=0 sometimes corresponds to the neutrino generation at the North Pole). The easiest fix would be to allow numbers larger than 6 digits for the start time of the time window, this would enable manual sanitization of the time range, which is currently practically impossible. Intelligent choices for the time range would also be great. There are various ideas for this: * based on event header (DAQ) * based on times of the launches in raw data * based on times of pulses in (user chosen) pulseseriesmap <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/365">https://code.icecube.wisc.edu/projects/icecube/ticket/365</a>, reported by olivasand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2013-08-23T16:42:33", "_ts": "1377276153000000", "description": "From Boersma's wishlist :\n\nThe horizontal time slide bar is heavily handicapped, especially\nfor neutrino data sets (for which t=0 sometimes corresponds to the\nneutrino generation at the North Pole). The easiest fix would be to\nallow numbers larger than 6 digits for the start time of the time\nwindow, this would enable manual sanitization of the time range, which\nis currently practically impossible.\nIntelligent choices for the time range would also be great. There are\nvarious ideas for this:\n* based on event header (DAQ)\n* based on times of the launches in raw data\n* based on times of pulses in (user chosen) pulseseriesmap", "reporter": "olivas", "cc": "", "resolution": "fixed", "time": "2012-02-29T06:46:56", "component": "glshovel", "summary": "Time Scroll Bar", "priority": "normal", "keywords": "", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
defect
time scroll bar trac from boersma s wishlist the horizontal time slide bar is heavily handicapped especially for neutrino data sets for which t sometimes corresponds to the neutrino generation at the north pole the easiest fix would be to allow numbers larger than digits for the start time of the time window this would enable manual sanitization of the time range which is currently practically impossible intelligent choices for the time range would also be great there are various ideas for this based on event header daq based on times of the launches in raw data based on times of pulses in user chosen pulseseriesmap migrated from json status closed changetime ts description from boersma s wishlist n nthe horizontal time slide bar is heavily handicapped especially nfor neutrino data sets for which t sometimes corresponds to the nneutrino generation at the north pole the easiest fix would be to nallow numbers larger than digits for the start time of the time nwindow this would enable manual sanitization of the time range which nis currently practically impossible nintelligent choices for the time range would also be great there are nvarious ideas for this n based on event header daq n based on times of the launches in raw data n based on times of pulses in user chosen pulseseriesmap reporter olivas cc resolution fixed time component glshovel summary time scroll bar priority normal keywords milestone owner olivas type defect
1
65,502
19,546,509,771
IssuesEvent
2022-01-02 00:33:56
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
reopened
[🐛 Bug]: significant performance and memory usage - regressions when switching from Selenium 3 to 4
C-java I-defect
### What happened? PrimeFaces comes with a suite of integrationstest: https://github.com/primefaces/primefaces/tree/master/primefaces-integration-tests We currently use Selenium 3.141.59. When i run them on my dev-machine (8C/16T, 32 GB RAM) it looks like this: ![image](https://user-images.githubusercontent.com/10461942/144725101-ff311199-9057-4a6b-a4dc-afb24a9c3cbd.png) With https://github.com/primefaces/primefaces/pull/8145 we try to upgrade to Selenium 4.1.0. There it looks like this: ![image](https://user-images.githubusercontent.com/10461942/144725218-5703a332-610b-43c5-b0e0-a1c3fcd75ea7.png) Additional my notebook get´s unresponsive. We also run this integrationtests on Github actions. They take about twice the time with Selenium 4.1.0. (And we run into some follow-up problems probably because of worse performance due to resource starvation.) There already has been a (to some degree) similar issue: https://github.com/SeleniumHQ/selenium/issues/9536 ### How can we reproduce the issue? See PrimeFaces-Github-links above. ### Relevant log output Selenium 4.1.0: https://github.com/primefaces/primefaces/actions/runs/1539682360 Compare this with a run on 3.141.59: https://github.com/primefaces/primefaces/runs/4413396941?check_suite_focus=true ### Operating System Windows 10, Ubuntu 20.04.3 ### Selenium version Java 4.1.0 ### What are the browser(s) and version(s) where you see this issue? Chrome 96.0.4664.45, Firefox 94.0.2 ### What are the browser driver(s) and version(s) where you see this issue? ChromeDriver 96.0.4664.45, GeckoDriver 0.30.0 ### Are you using Selenium Grid? No
1.0
[🐛 Bug]: significant performance and memory usage - regressions when switching from Selenium 3 to 4 - ### What happened? PrimeFaces comes with a suite of integrationstest: https://github.com/primefaces/primefaces/tree/master/primefaces-integration-tests We currently use Selenium 3.141.59. When i run them on my dev-machine (8C/16T, 32 GB RAM) it looks like this: ![image](https://user-images.githubusercontent.com/10461942/144725101-ff311199-9057-4a6b-a4dc-afb24a9c3cbd.png) With https://github.com/primefaces/primefaces/pull/8145 we try to upgrade to Selenium 4.1.0. There it looks like this: ![image](https://user-images.githubusercontent.com/10461942/144725218-5703a332-610b-43c5-b0e0-a1c3fcd75ea7.png) Additional my notebook get´s unresponsive. We also run this integrationtests on Github actions. They take about twice the time with Selenium 4.1.0. (And we run into some follow-up problems probably because of worse performance due to resource starvation.) There already has been a (to some degree) similar issue: https://github.com/SeleniumHQ/selenium/issues/9536 ### How can we reproduce the issue? See PrimeFaces-Github-links above. ### Relevant log output Selenium 4.1.0: https://github.com/primefaces/primefaces/actions/runs/1539682360 Compare this with a run on 3.141.59: https://github.com/primefaces/primefaces/runs/4413396941?check_suite_focus=true ### Operating System Windows 10, Ubuntu 20.04.3 ### Selenium version Java 4.1.0 ### What are the browser(s) and version(s) where you see this issue? Chrome 96.0.4664.45, Firefox 94.0.2 ### What are the browser driver(s) and version(s) where you see this issue? ChromeDriver 96.0.4664.45, GeckoDriver 0.30.0 ### Are you using Selenium Grid? No
defect
significant performance and memory usage regressions when switching from selenium to what happened primefaces comes with a suite of integrationstest we currently use selenium when i run them on my dev machine gb ram it looks like this with we try to upgrade to selenium there it looks like this additional my notebook get´s unresponsive we also run this integrationtests on github actions they take about twice the time with selenium and we run into some follow up problems probably because of worse performance due to resource starvation there already has been a to some degree similar issue how can we reproduce the issue see primefaces github links above relevant log output selenium compare this with a run on operating system windows ubuntu selenium version java what are the browser s and version s where you see this issue chrome firefox what are the browser driver s and version s where you see this issue chromedriver geckodriver are you using selenium grid no
1
30,197
6,040,549,080
IssuesEvent
2017-06-10 15:26:36
ironjan/metal-only
https://api.github.com/repos/ironjan/metal-only
closed
Old moderator images displayed
defect
It seems that the old moderator images are still cached and never got invalidated. Since there are new mod images, the cache functionality needs to be fixed. See screens below. ![unbenannt-3](https://user-images.githubusercontent.com/1698836/26947521-476e6436-4c93-11e7-86b5-255e299080f3.jpg) ![unbenannt-1](https://user-images.githubusercontent.com/1698836/26947522-4788e3b0-4c93-11e7-9016-95f12e9ed5a0.jpg) ![unbenannt-2](https://user-images.githubusercontent.com/1698836/26947524-47cde99c-4c93-11e7-8f28-d9de545b52f3.jpg) ![screenshot_2017-06-08-19-13-17](https://user-images.githubusercontent.com/1698836/26947538-57936e56-4c93-11e7-913e-415d7a145dfc.png)
1.0
Old moderator images displayed - It seems that the old moderator images are still cached and never got invalidated. Since there are new mod images, the cache functionality needs to be fixed. See screens below. ![unbenannt-3](https://user-images.githubusercontent.com/1698836/26947521-476e6436-4c93-11e7-86b5-255e299080f3.jpg) ![unbenannt-1](https://user-images.githubusercontent.com/1698836/26947522-4788e3b0-4c93-11e7-9016-95f12e9ed5a0.jpg) ![unbenannt-2](https://user-images.githubusercontent.com/1698836/26947524-47cde99c-4c93-11e7-8f28-d9de545b52f3.jpg) ![screenshot_2017-06-08-19-13-17](https://user-images.githubusercontent.com/1698836/26947538-57936e56-4c93-11e7-913e-415d7a145dfc.png)
defect
old moderator images displayed it seems that the old moderator images are still cached and never got invalidated since there are new mod images the cache functionality needs to be fixed see screens below
1
61,342
17,023,670,759
IssuesEvent
2021-07-03 03:12:53
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
osm2pgsql: [patch] default.style location
Component: mapnik Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 12.03pm, Wednesday, 12th January 2011]** osm2pgsql find default.style in /usr/share dir, but this is not datadir to osm2pgsql. Right location /usr/share/osm2pgsql/default.style /usr/share - it's a system directory, /usr/share/{application} - it's a {application} directory,
1.0
osm2pgsql: [patch] default.style location - **[Submitted to the original trac issue database at 12.03pm, Wednesday, 12th January 2011]** osm2pgsql find default.style in /usr/share dir, but this is not datadir to osm2pgsql. Right location /usr/share/osm2pgsql/default.style /usr/share - it's a system directory, /usr/share/{application} - it's a {application} directory,
defect
default style location find default style in usr share dir but this is not datadir to right location usr share default style usr share it s a system directory usr share application it s a application directory
1
264,674
28,212,206,310
IssuesEvent
2023-04-05 05:56:09
hshivhare67/platform_frameworks_av_AOSP10_r33
https://api.github.com/repos/hshivhare67/platform_frameworks_av_AOSP10_r33
closed
CVE-2020-0101 (Medium) detected in avandroid-10.0.0_r33 - autoclosed
Mend: dependency security vulnerability
## CVE-2020-0101 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>avandroid-10.0.0_r33</b></p></summary> <p> <p>Library home page: <a href=https://android.googlesource.com/platform/frameworks/av>https://android.googlesource.com/platform/frameworks/av</a></p> <p>Found in base branch: <b>main</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>/drm/libmediadrm/ICrypto.cpp</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In BnCrypto::onTransact of ICrypto.cpp, there is a possible information disclosure due to uninitialized data. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-8.0 Android-8.1 Android-9 Android-10Android ID: A-144767096 <p>Publish Date: 2020-05-14 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-0101>CVE-2020-0101</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-0101 (Medium) detected in avandroid-10.0.0_r33 - autoclosed - ## CVE-2020-0101 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>avandroid-10.0.0_r33</b></p></summary> <p> <p>Library home page: <a href=https://android.googlesource.com/platform/frameworks/av>https://android.googlesource.com/platform/frameworks/av</a></p> <p>Found in base branch: <b>main</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>/drm/libmediadrm/ICrypto.cpp</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In BnCrypto::onTransact of ICrypto.cpp, there is a possible information disclosure due to uninitialized data. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-8.0 Android-8.1 Android-9 Android-10Android ID: A-144767096 <p>Publish Date: 2020-05-14 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-0101>CVE-2020-0101</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in avandroid autoclosed cve medium severity vulnerability vulnerable library avandroid library home page a href found in base branch main vulnerable source files drm libmediadrm icrypto cpp vulnerability details in bncrypto ontransact of icrypto cpp there is a possible information disclosure due to uninitialized data this could lead to local information disclosure with system execution privileges needed user interaction is not needed for exploitation product androidversions android android android android id a publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href step up your open source security game with mend
0
384,928
26,608,561,817
IssuesEvent
2023-01-23 21:34:43
specifysystems/lmpy
https://api.github.com/repos/specifysystems/lmpy
closed
Finish MCPA tutorial
documentation
The MCPA tutorial is incomplete. Finish the documentation for running and interpretation. - [ ] Document using `mcpa_run` tool - [ ] Replicate mcpa tutorial instructions in pytest
1.0
Finish MCPA tutorial - The MCPA tutorial is incomplete. Finish the documentation for running and interpretation. - [ ] Document using `mcpa_run` tool - [ ] Replicate mcpa tutorial instructions in pytest
non_defect
finish mcpa tutorial the mcpa tutorial is incomplete finish the documentation for running and interpretation document using mcpa run tool replicate mcpa tutorial instructions in pytest
0
42,531
11,103,408,027
IssuesEvent
2019-12-17 03:43:59
catmaid/CATMAID
https://api.github.com/repos/catmaid/CATMAID
closed
fabscript does not work with localhost
context: peripheral tools priority: low type: defect
scripts/cloud/fabfile.py The reasons being - does not explain that cmw-integration is required - the /home/ubuntu user is hard-coded - no relative path assumed for the CATMAID clone - most people would start already from a clone of CATMAID, so cloning is unnecessary (?)
1.0
fabscript does not work with localhost - scripts/cloud/fabfile.py The reasons being - does not explain that cmw-integration is required - the /home/ubuntu user is hard-coded - no relative path assumed for the CATMAID clone - most people would start already from a clone of CATMAID, so cloning is unnecessary (?)
defect
fabscript does not work with localhost scripts cloud fabfile py the reasons being does not explain that cmw integration is required the home ubuntu user is hard coded no relative path assumed for the catmaid clone most people would start already from a clone of catmaid so cloning is unnecessary
1
42,221
10,888,044,140
IssuesEvent
2019-11-18 15:35:37
mozilla-lockwise/lockwise-android
https://api.github.com/repos/mozilla-lockwise/lockwise-android
closed
White box is displayed around long-press menu in webviews
priority: P3 type: defect
1. Install and launch lockwise. 2. Login with valid credentials. 3. Access the settings menu. 4. Access **`Provide Feedback.`** 5. Scroll down until nr.4 and tap on the text field and type anything. 6. Tap and hold on the text. ### Expected behavior The "Copy, Cut, Paste, Clipboard, Autofill" custom menu is displayed and text selector without problems. ### Actual behavior A white box square is displayed around(**`cut, copy, paste and select all`**) buttons and text cursor. ### Device and build information * **`Google Pixel 3(Android 9)`** * **`Lockbox version: 1.1.0 (3951)`** ### Notes For more details please see the attachment: ![20190524_152205](https://user-images.githubusercontent.com/42831109/58327343-047bc780-7e38-11e9-84cc-9cc59aef8d00.jpg)
1.0
White box is displayed around long-press menu in webviews - 1. Install and launch lockwise. 2. Login with valid credentials. 3. Access the settings menu. 4. Access **`Provide Feedback.`** 5. Scroll down until nr.4 and tap on the text field and type anything. 6. Tap and hold on the text. ### Expected behavior The "Copy, Cut, Paste, Clipboard, Autofill" custom menu is displayed and text selector without problems. ### Actual behavior A white box square is displayed around(**`cut, copy, paste and select all`**) buttons and text cursor. ### Device and build information * **`Google Pixel 3(Android 9)`** * **`Lockbox version: 1.1.0 (3951)`** ### Notes For more details please see the attachment: ![20190524_152205](https://user-images.githubusercontent.com/42831109/58327343-047bc780-7e38-11e9-84cc-9cc59aef8d00.jpg)
defect
white box is displayed around long press menu in webviews install and launch lockwise login with valid credentials access the settings menu access provide feedback scroll down until nr and tap on the text field and type anything tap and hold on the text expected behavior the copy cut paste clipboard autofill custom menu is displayed and text selector without problems actual behavior a white box square is displayed around cut copy paste and select all buttons and text cursor device and build information google pixel android lockbox version notes for more details please see the attachment
1
536,571
15,710,873,289
IssuesEvent
2021-03-27 04:06:36
shashisadasivan/SSD365VSAddIn
https://api.github.com/repos/shashisadasivan/SSD365VSAddIn
closed
Add Module references from Compile error
enhancement experimental help wanted low-priority
When a compile error exists, use Dynamics 365 > AddIns > Add Missing references - experimental (SS D365) This should read the error list, then add references based on the EDT, Table, Class (may need to cater for enums, entity, views, query, etc .... ) Logic: 1. Read error list - find errors with the text similar to: _The name 'ABCPercentA' does not denote a class, a table, or an extended data type_ 2. For each of the errors, find the element's model & add it to the refrence 3. **Refresh the model** - Not sure how to do that 4. **Rebuild the model** - Currently doing a clean & build, but this doesnt have the same effect :( 5. Repeat steps 1 - 5 until the error list does not have the matching errors **Another error type found is:** The 'SubledgerJournalAccountEntries' argument of the 'menuitemDisplayStr' compile-time function does not specify a known menu item display.
1.0
Add Module references from Compile error - When a compile error exists, use Dynamics 365 > AddIns > Add Missing references - experimental (SS D365) This should read the error list, then add references based on the EDT, Table, Class (may need to cater for enums, entity, views, query, etc .... ) Logic: 1. Read error list - find errors with the text similar to: _The name 'ABCPercentA' does not denote a class, a table, or an extended data type_ 2. For each of the errors, find the element's model & add it to the refrence 3. **Refresh the model** - Not sure how to do that 4. **Rebuild the model** - Currently doing a clean & build, but this doesnt have the same effect :( 5. Repeat steps 1 - 5 until the error list does not have the matching errors **Another error type found is:** The 'SubledgerJournalAccountEntries' argument of the 'menuitemDisplayStr' compile-time function does not specify a known menu item display.
non_defect
add module references from compile error when a compile error exists use dynamics addins add missing references experimental ss this should read the error list then add references based on the edt table class may need to cater for enums entity views query etc logic read error list find errors with the text similar to the name abcpercenta does not denote a class a table or an extended data type for each of the errors find the element s model add it to the refrence refresh the model not sure how to do that rebuild the model currently doing a clean build but this doesnt have the same effect repeat steps until the error list does not have the matching errors another error type found is the subledgerjournalaccountentries argument of the menuitemdisplaystr compile time function does not specify a known menu item display
0
81,596
31,073,262,268
IssuesEvent
2023-08-12 06:45:18
AshleyYakeley/Truth
https://api.github.com/repos/AshleyYakeley/Truth
closed
close-update deadlock
defect GTK
This deadlocks: ``` #!/usr/bin/env -S pinafore import "pinafore-gnome" in with GTK. in run.GTK $ fn gtk => let eui: Element = exec.Element $ do sleep $ Seconds 0.2; pure.Action blank.Element; end; in do ref <- newMem.WholeModel; w <- open.Window gtk (600,800) {"Window"} $ dynamic.Element $ coMap.WholeModel (fn _ => eui) ref; ref := (); sleep $ Seconds 0.1; close.Window w; end ```
1.0
close-update deadlock - This deadlocks: ``` #!/usr/bin/env -S pinafore import "pinafore-gnome" in with GTK. in run.GTK $ fn gtk => let eui: Element = exec.Element $ do sleep $ Seconds 0.2; pure.Action blank.Element; end; in do ref <- newMem.WholeModel; w <- open.Window gtk (600,800) {"Window"} $ dynamic.Element $ coMap.WholeModel (fn _ => eui) ref; ref := (); sleep $ Seconds 0.1; close.Window w; end ```
defect
close update deadlock this deadlocks usr bin env s pinafore import pinafore gnome in with gtk in run gtk fn gtk let eui element exec element do sleep seconds pure action blank element end in do ref newmem wholemodel w eui ref ref sleep seconds close window w end
1
178,130
14,660,779,321
IssuesEvent
2020-12-29 01:04:10
danestves/website
https://api.github.com/repos/danestves/website
closed
TODO: English version
documentation
Make an automated English version of my site using AI or Google Translate API
1.0
TODO: English version - Make an automated English version of my site using AI or Google Translate API
non_defect
todo english version make an automated english version of my site using ai or google translate api
0
70,903
23,365,660,593
IssuesEvent
2022-08-10 15:09:36
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
opened
Broken ARIA references within editorial screens of the CMS
Needs refining ⭐️ Sitewide CMS 508/Accessibility 508-defect-1
## Description Within the edit screens of the CMS, there are multiple components that have an `aria-describedby` attribute with a value that does not corresponds to an ID anywhere on the page. ## Additional Context List of components where this was found (may not be the full list of all tables within the CMS): - News Release Edit screen: Location component - News Release Edit screen: Media Contacts component - News Release Edit screen: Full Text of Press Release component - Story Edit screen: Body Text component - VAMC Detail Page Edit screen: Featured Content component - VAMC Detail Page Edit screen: Related Links component - VAMC System Banner Alert with Situation Updates Edit screen: Situation Updates component - VAMC System Banner Alert with Situation Updates Edit screen: Situation Information component - VAMC System Health Service Edit screen: VAMC system service description component - VAMC System Medical records Office Edit screen: Mail Address component - VAMC System Operating Status Edit screen: Facility Operating statuses component - VAMC System Operating Status Edit screen: Local emergency resources directory component - VAMC System Operating Status Edit screen: Patient resources component - VAMC System Operating Status Edit screen: Local emergency resources component ## Screenshot ![image](https://user-images.githubusercontent.com/106678594/183938825-6658955b-2d6f-4ae7-a17c-88f63792fe6f.png) ## Accessibility Standard WCAG version 2.0 A, [Criterion 1.3.1](https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html) ## Acceptance Criteria - [ ] Determine what the original intention of the ARIA reference was/is. What additional context was it providing? Do we still need to provide that information in some other way? - [ ] Interactive Designer to determine display of additional information if it is determined this is needed - [ ] Technical review to either add additional information or remove the ARIA reference - [ ] Change Management consulted - [ ] Implementation ticket created ### CMS Team Please check the team(s) that will do this work. - [ ] `Program` - [ ] `Platform CMS Team` - [ ] `Sitewide Crew` - [ ] `⭐️ Sitewide CMS` - [ ] `⭐️ Public Websites` - [ ] `⭐️ Facilities` - [ ] `⭐️ User support`
1.0
Broken ARIA references within editorial screens of the CMS - ## Description Within the edit screens of the CMS, there are multiple components that have an `aria-describedby` attribute with a value that does not corresponds to an ID anywhere on the page. ## Additional Context List of components where this was found (may not be the full list of all tables within the CMS): - News Release Edit screen: Location component - News Release Edit screen: Media Contacts component - News Release Edit screen: Full Text of Press Release component - Story Edit screen: Body Text component - VAMC Detail Page Edit screen: Featured Content component - VAMC Detail Page Edit screen: Related Links component - VAMC System Banner Alert with Situation Updates Edit screen: Situation Updates component - VAMC System Banner Alert with Situation Updates Edit screen: Situation Information component - VAMC System Health Service Edit screen: VAMC system service description component - VAMC System Medical records Office Edit screen: Mail Address component - VAMC System Operating Status Edit screen: Facility Operating statuses component - VAMC System Operating Status Edit screen: Local emergency resources directory component - VAMC System Operating Status Edit screen: Patient resources component - VAMC System Operating Status Edit screen: Local emergency resources component ## Screenshot ![image](https://user-images.githubusercontent.com/106678594/183938825-6658955b-2d6f-4ae7-a17c-88f63792fe6f.png) ## Accessibility Standard WCAG version 2.0 A, [Criterion 1.3.1](https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html) ## Acceptance Criteria - [ ] Determine what the original intention of the ARIA reference was/is. What additional context was it providing? Do we still need to provide that information in some other way? - [ ] Interactive Designer to determine display of additional information if it is determined this is needed - [ ] Technical review to either add additional information or remove the ARIA reference - [ ] Change Management consulted - [ ] Implementation ticket created ### CMS Team Please check the team(s) that will do this work. - [ ] `Program` - [ ] `Platform CMS Team` - [ ] `Sitewide Crew` - [ ] `⭐️ Sitewide CMS` - [ ] `⭐️ Public Websites` - [ ] `⭐️ Facilities` - [ ] `⭐️ User support`
defect
broken aria references within editorial screens of the cms description within the edit screens of the cms there are multiple components that have an aria describedby attribute with a value that does not corresponds to an id anywhere on the page additional context list of components where this was found may not be the full list of all tables within the cms news release edit screen location component news release edit screen media contacts component news release edit screen full text of press release component story edit screen body text component vamc detail page edit screen featured content component vamc detail page edit screen related links component vamc system banner alert with situation updates edit screen situation updates component vamc system banner alert with situation updates edit screen situation information component vamc system health service edit screen vamc system service description component vamc system medical records office edit screen mail address component vamc system operating status edit screen facility operating statuses component vamc system operating status edit screen local emergency resources directory component vamc system operating status edit screen patient resources component vamc system operating status edit screen local emergency resources component screenshot accessibility standard wcag version a acceptance criteria determine what the original intention of the aria reference was is what additional context was it providing do we still need to provide that information in some other way interactive designer to determine display of additional information if it is determined this is needed technical review to either add additional information or remove the aria reference change management consulted implementation ticket created cms team please check the team s that will do this work program platform cms team sitewide crew ⭐️ sitewide cms ⭐️ public websites ⭐️ facilities ⭐️ user support
1
69,455
22,357,074,144
IssuesEvent
2022-06-15 16:35:01
MarcusWolschon/osmeditor4android
https://api.github.com/repos/MarcusWolschon/osmeditor4android
opened
Dummy ELI Bing entry causes connection to Bing
Defect Minor
[ELI](https://github.com/osmlab/editor-layer-index) contains a dummy entry for Bing imagery (for no good reason as the entry can literally be used for nothing) https://raw.githubusercontent.com/osmlab/editor-layer-index/gh-pages/sources/world/Bing.geojson this will lead to a one time, on install or upgrade, connection to the https://www.bing.com/maps (which naturally does nothing), even if no Bing API key is present. The reason for this is on the one hand that the entry wont be rejected because it is a duplicate, until after the initial tile source configuration is complete (together with the retrieval of the meta information from Bing), and on the other hand because the dummy url doesn't contain an api key placeholder which would trigger rejection because no api is present.
1.0
Dummy ELI Bing entry causes connection to Bing - [ELI](https://github.com/osmlab/editor-layer-index) contains a dummy entry for Bing imagery (for no good reason as the entry can literally be used for nothing) https://raw.githubusercontent.com/osmlab/editor-layer-index/gh-pages/sources/world/Bing.geojson this will lead to a one time, on install or upgrade, connection to the https://www.bing.com/maps (which naturally does nothing), even if no Bing API key is present. The reason for this is on the one hand that the entry wont be rejected because it is a duplicate, until after the initial tile source configuration is complete (together with the retrieval of the meta information from Bing), and on the other hand because the dummy url doesn't contain an api key placeholder which would trigger rejection because no api is present.
defect
dummy eli bing entry causes connection to bing contains a dummy entry for bing imagery for no good reason as the entry can literally be used for nothing this will lead to a one time on install or upgrade connection to the which naturally does nothing even if no bing api key is present the reason for this is on the one hand that the entry wont be rejected because it is a duplicate until after the initial tile source configuration is complete together with the retrieval of the meta information from bing and on the other hand because the dummy url doesn t contain an api key placeholder which would trigger rejection because no api is present
1
177,744
14,644,091,230
IssuesEvent
2020-12-25 20:52:17
katabase/1_OutputData
https://api.github.com/repos/katabase/1_OutputData
closed
Problem README
documentation
Command for script is not `python clean-xml.py` but `python script/clean_xml.py`
1.0
Problem README - Command for script is not `python clean-xml.py` but `python script/clean_xml.py`
non_defect
problem readme command for script is not python clean xml py but python script clean xml py
0
10,870
2,622,337,229
IssuesEvent
2015-03-04 01:40:40
0xtob/nitrotracker
https://api.github.com/repos/0xtob/nitrotracker
opened
Freeze when ping-pong looping a sample
auto-migrated Priority-Medium Type-Defect
``` - Load the "chrislody-dstort.xm" mod - Click on the sample tab - Be sure that the "dstort" sample (#1) is selected on the right side - Click on the "loop type" tab and choose "ping-pong" - Now NT is frozen ``` Original issue reported on code.google.com by `zoik...@yahoo.com` on 7 Apr 2010 at 1:10
1.0
Freeze when ping-pong looping a sample - ``` - Load the "chrislody-dstort.xm" mod - Click on the sample tab - Be sure that the "dstort" sample (#1) is selected on the right side - Click on the "loop type" tab and choose "ping-pong" - Now NT is frozen ``` Original issue reported on code.google.com by `zoik...@yahoo.com` on 7 Apr 2010 at 1:10
defect
freeze when ping pong looping a sample load the chrislody dstort xm mod click on the sample tab be sure that the dstort sample is selected on the right side click on the loop type tab and choose ping pong now nt is frozen original issue reported on code google com by zoik yahoo com on apr at
1
501,565
14,529,272,650
IssuesEvent
2020-12-14 17:35:11
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
okokalk.mnb.hu - The page content is not displayed
browser-fenix engine-gecko priority-normal severity-critical
<!-- @browser: Firefox Mobile 85.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:85.0) Gecko/85.0 Firefox/85.0 --> <!-- @reported_with: android-components-reporter --> <!-- @extra_labels: browser-fenix --> **URL**: https://okokalk.mnb.hu/?fbclid=IwAR2hxeGmOmIkym9L9JaVEw0Y2Jph5KWznZU68ZD2LR6qAfAL25tuFothgPA **Browser / Version**: Firefox Mobile 85.0 **Operating System**: Android **Tested Another Browser**: Yes Chrome **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2020/12/0d23a45d-ea71-47eb-a90a-c611a545c50b.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20201209034903</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/12/f2c85451-ef58-416d-a83d-e9b37ed85e66) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
okokalk.mnb.hu - The page content is not displayed - <!-- @browser: Firefox Mobile 85.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:85.0) Gecko/85.0 Firefox/85.0 --> <!-- @reported_with: android-components-reporter --> <!-- @extra_labels: browser-fenix --> **URL**: https://okokalk.mnb.hu/?fbclid=IwAR2hxeGmOmIkym9L9JaVEw0Y2Jph5KWznZU68ZD2LR6qAfAL25tuFothgPA **Browser / Version**: Firefox Mobile 85.0 **Operating System**: Android **Tested Another Browser**: Yes Chrome **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2020/12/0d23a45d-ea71-47eb-a90a-c611a545c50b.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20201209034903</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/12/f2c85451-ef58-416d-a83d-e9b37ed85e66) _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
okokalk mnb hu the page content is not displayed url browser version firefox mobile operating system android tested another browser yes chrome problem type site is not usable description page not loading correctly steps to reproduce view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel nightly hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
0
60,112
17,023,338,121
IssuesEvent
2021-07-03 01:30:25
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
webkit-image-gtk.c fixes
Component: utils Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 1.48am, Tuesday, 30th December 2008]** I'm the original author of http://trac.openstreetmap.org/browser/applications/editors/josm/plugins/wmsplugin/webkit-image-gtk.c. I've modified it slightly, so here is the new one.
1.0
webkit-image-gtk.c fixes - **[Submitted to the original trac issue database at 1.48am, Tuesday, 30th December 2008]** I'm the original author of http://trac.openstreetmap.org/browser/applications/editors/josm/plugins/wmsplugin/webkit-image-gtk.c. I've modified it slightly, so here is the new one.
defect
webkit image gtk c fixes i m the original author of i ve modified it slightly so here is the new one
1
283,353
30,913,279,953
IssuesEvent
2023-08-05 01:32:18
hshivhare67/kernel_v4.19.72_CVE-2022-42896_new
https://api.github.com/repos/hshivhare67/kernel_v4.19.72_CVE-2022-42896_new
reopened
CVE-2020-11668 (High) detected in linuxlinux-4.19.279
Mend: dependency security vulnerability
## CVE-2020-11668 - 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.279</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/media/usb/gspca/xirlink_cit.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/media/usb/gspca/xirlink_cit.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> In the Linux kernel before 5.6.1, drivers/media/usb/gspca/xirlink_cit.c (aka the Xirlink camera USB driver) mishandles invalid descriptors, aka CID-a246b4d54770. <p>Publish Date: 2020-04-09 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-11668>CVE-2020-11668</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - 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-2020-11668">https://nvd.nist.gov/vuln/detail/CVE-2020-11668</a></p> <p>Release Date: 2020-06-10</p> <p>Fix Resolution: kernel-cross-headers - 4.18.0-240,4.18.0-240,4.18.0-240;kernel-debug-debuginfo - 4.18.0-240,3.10.0-1160.36.2;kernel-debug - 4.18.0-240,4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-devel - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240;kernel - 4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;bpftool-debuginfo - 4.18.0-240,3.10.0-1160.36.2;kernel-zfcpdump-core - 4.18.0-240;kernel-debug-core - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-modules-extra - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug-devel - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;python-perf - 3.10.0-1160.36.2,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-core - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;kernel-rt-devel - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;kernel-debuginfo-common-ppc64 - 3.10.0-1160.36.2;python3-perf - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-tools - 3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240;kernel-debug-modules - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-trace-kvm - 3.10.0-1160.36.2.rt56.1179;kernel-rt-debuginfo-common-x86_64 - 4.18.0-240.rt7.54;kernel-tools-libs-devel - 3.10.0-1160.36.2,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-modules - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-tools-debuginfo - 3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2;kernel-rt-modules - 4.18.0-240.rt7.54;kernel-rt-doc - 3.10.0-1160.36.2.rt56.1179;kernel-rt-kvm - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;python-perf-debuginfo - 3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-headers - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-rt-trace - 3.10.0-1160.36.2.rt56.1179;kernel-debuginfo-common-x86_64 - 3.10.0-1160.36.2,4.18.0-240;kernel-rt - 4.18.0-240.rt7.54,4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179,3.10.0-1160.36.2.rt56.1179;kernel-zfcpdump - 4.18.0-240;kernel-rt-debug-modules-extra - 4.18.0-240.rt7.54;python3-perf-debuginfo - 4.18.0-240;kernel-rt-modules-extra - 4.18.0-240.rt7.54;kernel-doc - 4.18.0-240,3.10.0-1160.36.2;kernel-rt-core - 4.18.0-240.rt7.54;kernel-rt-debug-debuginfo - 4.18.0-240.rt7.54;kernel-abi-whitelists - 3.10.0-1160.36.2,4.18.0-240;kernel-zfcpdump-modules - 4.18.0-240;kernel-rt-trace-devel - 3.10.0-1160.36.2.rt56.1179;kernel-debug-modules-extra - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug-kvm - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;kernel-bootwrapper - 3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-rt-debuginfo - 4.18.0-240.rt7.54;kernel-rt-debug-modules - 4.18.0-240.rt7.54;kernel-zfcpdump-devel - 4.18.0-240;perf - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-zfcpdump-modules-extra - 4.18.0-240;kernel-debuginfo - 3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2;kernel-debug-devel - 4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2;bpftool - 3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug-core - 4.18.0-240.rt7.54;kernel-tools-libs - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240;perf-debuginfo - 4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-cross-headers - 4.18.0-240;kernel-debug-debuginfo - 3.10.0-1160.36.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-11668 (High) detected in linuxlinux-4.19.279 - ## CVE-2020-11668 - 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.279</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/media/usb/gspca/xirlink_cit.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/media/usb/gspca/xirlink_cit.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> In the Linux kernel before 5.6.1, drivers/media/usb/gspca/xirlink_cit.c (aka the Xirlink camera USB driver) mishandles invalid descriptors, aka CID-a246b4d54770. <p>Publish Date: 2020-04-09 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-11668>CVE-2020-11668</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - 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-2020-11668">https://nvd.nist.gov/vuln/detail/CVE-2020-11668</a></p> <p>Release Date: 2020-06-10</p> <p>Fix Resolution: kernel-cross-headers - 4.18.0-240,4.18.0-240,4.18.0-240;kernel-debug-debuginfo - 4.18.0-240,3.10.0-1160.36.2;kernel-debug - 4.18.0-240,4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-devel - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240;kernel - 4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;bpftool-debuginfo - 4.18.0-240,3.10.0-1160.36.2;kernel-zfcpdump-core - 4.18.0-240;kernel-debug-core - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-modules-extra - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug-devel - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;python-perf - 3.10.0-1160.36.2,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-core - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;kernel-rt-devel - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;kernel-debuginfo-common-ppc64 - 3.10.0-1160.36.2;python3-perf - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-tools - 3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240;kernel-debug-modules - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-trace-kvm - 3.10.0-1160.36.2.rt56.1179;kernel-rt-debuginfo-common-x86_64 - 4.18.0-240.rt7.54;kernel-tools-libs-devel - 3.10.0-1160.36.2,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-modules - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-tools-debuginfo - 3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2;kernel-rt-modules - 4.18.0-240.rt7.54;kernel-rt-doc - 3.10.0-1160.36.2.rt56.1179;kernel-rt-kvm - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;python-perf-debuginfo - 3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-headers - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-rt-trace - 3.10.0-1160.36.2.rt56.1179;kernel-debuginfo-common-x86_64 - 3.10.0-1160.36.2,4.18.0-240;kernel-rt - 4.18.0-240.rt7.54,4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179,3.10.0-1160.36.2.rt56.1179;kernel-zfcpdump - 4.18.0-240;kernel-rt-debug-modules-extra - 4.18.0-240.rt7.54;python3-perf-debuginfo - 4.18.0-240;kernel-rt-modules-extra - 4.18.0-240.rt7.54;kernel-doc - 4.18.0-240,3.10.0-1160.36.2;kernel-rt-core - 4.18.0-240.rt7.54;kernel-rt-debug-debuginfo - 4.18.0-240.rt7.54;kernel-abi-whitelists - 3.10.0-1160.36.2,4.18.0-240;kernel-zfcpdump-modules - 4.18.0-240;kernel-rt-trace-devel - 3.10.0-1160.36.2.rt56.1179;kernel-debug-modules-extra - 4.18.0-240,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug-kvm - 4.18.0-240.rt7.54,3.10.0-1160.36.2.rt56.1179;kernel-bootwrapper - 3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-rt-debuginfo - 4.18.0-240.rt7.54;kernel-rt-debug-modules - 4.18.0-240.rt7.54;kernel-zfcpdump-devel - 4.18.0-240;perf - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-zfcpdump-modules-extra - 4.18.0-240;kernel-debuginfo - 3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2;kernel-debug-devel - 4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240,3.10.0-1160.36.2;bpftool - 3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240,4.18.0-240,4.18.0-240;kernel-rt-debug-core - 4.18.0-240.rt7.54;kernel-tools-libs - 4.18.0-240,3.10.0-1160.36.2,4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2,4.18.0-240;perf-debuginfo - 4.18.0-240,3.10.0-1160.36.2,3.10.0-1160.36.2;kernel-cross-headers - 4.18.0-240;kernel-debug-debuginfo - 3.10.0-1160.36.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in base branch master vulnerable source files drivers media usb gspca xirlink cit c drivers media usb gspca xirlink cit c vulnerability details in the linux kernel before drivers media usb gspca xirlink cit c aka the xirlink camera usb driver mishandles invalid descriptors aka cid publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none 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 kernel cross headers kernel debug debuginfo kernel debug kernel devel kernel bpftool debuginfo kernel zfcpdump core kernel debug core kernel modules extra kernel rt debug devel python perf kernel core kernel rt debug kernel rt devel kernel debuginfo common perf kernel tools kernel debug modules kernel rt trace kvm kernel rt debuginfo common kernel tools libs devel kernel modules kernel tools debuginfo kernel rt modules kernel rt doc kernel rt kvm python perf debuginfo kernel headers kernel rt trace kernel debuginfo common kernel rt kernel zfcpdump kernel rt debug modules extra perf debuginfo kernel rt modules extra kernel doc kernel rt core kernel rt debug debuginfo kernel abi whitelists kernel zfcpdump modules kernel rt trace devel kernel debug modules extra kernel rt debug kvm kernel bootwrapper kernel rt debuginfo kernel rt debug modules kernel zfcpdump devel perf kernel zfcpdump modules extra kernel debuginfo kernel debug devel bpftool kernel rt debug core kernel tools libs perf debuginfo kernel cross headers kernel debug debuginfo step up your open source security game with mend
0
2,982
2,607,968,459
IssuesEvent
2015-02-26 00:43:26
chrsmithdemos/leveldb
https://api.github.com/repos/chrsmithdemos/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
56,155
14,950,508,872
IssuesEvent
2021-01-26 13:11:47
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
PostgreSQL MetaImpl based DataTypes are missing length of array element type
C: DB: PostgreSQL C: Functionality E: All Editions P: Medium T: Defect
### Expected behavior The metamodel of an array with an element type of defined length should contain the length on the element type. ### Actual behavior The element type does not contain a length. ### Steps to reproduce the problem This code illustrates to issue: ``` @Test public void testCreateTable() throws Exception { Connection conn = getSourceDbConnection(); conn.createStatement().execute("create table test_table (col5 varchar(10)[] not null)"); DSLContext dsl = DSL.using(conn); org.jooq.Table<?> testTable = dsl.meta().getSchemas("test-source").get(0).getTable("test_table"); Field field = testTable.field(0); DataType dataType = field.getDataType(dsl.configuration()); DataType elementType = dataType.getArrayComponentDataType(); assertThat(elementType.length(), is(10)); } ``` ### Versions - jOOQ: jOOQ-3.15.0-SNAPSHOT-20210126004003.zip - Java: 11 - Database (include vendor): Postgresql 10.7 - OS: Linux - JDBC Driver (include name if inofficial driver): org.postgresql (42.2.5)
1.0
PostgreSQL MetaImpl based DataTypes are missing length of array element type - ### Expected behavior The metamodel of an array with an element type of defined length should contain the length on the element type. ### Actual behavior The element type does not contain a length. ### Steps to reproduce the problem This code illustrates to issue: ``` @Test public void testCreateTable() throws Exception { Connection conn = getSourceDbConnection(); conn.createStatement().execute("create table test_table (col5 varchar(10)[] not null)"); DSLContext dsl = DSL.using(conn); org.jooq.Table<?> testTable = dsl.meta().getSchemas("test-source").get(0).getTable("test_table"); Field field = testTable.field(0); DataType dataType = field.getDataType(dsl.configuration()); DataType elementType = dataType.getArrayComponentDataType(); assertThat(elementType.length(), is(10)); } ``` ### Versions - jOOQ: jOOQ-3.15.0-SNAPSHOT-20210126004003.zip - Java: 11 - Database (include vendor): Postgresql 10.7 - OS: Linux - JDBC Driver (include name if inofficial driver): org.postgresql (42.2.5)
defect
postgresql metaimpl based datatypes are missing length of array element type expected behavior the metamodel of an array with an element type of defined length should contain the length on the element type actual behavior the element type does not contain a length steps to reproduce the problem this code illustrates to issue test public void testcreatetable throws exception connection conn getsourcedbconnection conn createstatement execute create table test table varchar not null dslcontext dsl dsl using conn org jooq table testtable dsl meta getschemas test source get gettable test table field field testtable field datatype datatype field getdatatype dsl configuration datatype elementtype datatype getarraycomponentdatatype assertthat elementtype length is versions jooq jooq snapshot zip java database include vendor postgresql os linux jdbc driver include name if inofficial driver org postgresql
1
277,612
24,089,578,946
IssuesEvent
2022-09-19 13:47:31
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Group block seems to ignore widths
Needs Testing [Status] Stale [Block] Group
### Description This might be a case of not exposing options, it also might be a bug. Let me explain what I am experiencing and how perhaps we might want to simplify this. **Problem** When you change the alignment settings for any child in a group block it's not reflected on that, even when the group block has them set. The answer might be that you shouldn't be able to do this. If that is the case, my recommendation would be to grey out the width options whenever you can't actually assign them to get anything happening. ### Step-by-step reproduction instructions - Create a group block - Add a column block - Add paragraph to one side - Image to another - Set max-width to group block and none to columns Expected outcome: the columns would fill group. Outcome: it doesn't. - Set max-width on columns Expected outcome: the columns would fill group. Outcome: it doesn't. ![2022-05-24 at 21 57](https://user-images.githubusercontent.com/253067/170131100-924a57f3-0b25-44e7-9ae1-44695bada1e8.gif) ![2022-05-24 at 21 59](https://user-images.githubusercontent.com/253067/170131563-f010a184-1328-4d11-b41f-a9249f976785.gif) This was using Twenty Twenty Two ### Please confirm that you have searched existing issues in the repo. Yes ### Please confirm that you have tested with all plugins deactivated except Gutenberg. Yes
1.0
Group block seems to ignore widths - ### Description This might be a case of not exposing options, it also might be a bug. Let me explain what I am experiencing and how perhaps we might want to simplify this. **Problem** When you change the alignment settings for any child in a group block it's not reflected on that, even when the group block has them set. The answer might be that you shouldn't be able to do this. If that is the case, my recommendation would be to grey out the width options whenever you can't actually assign them to get anything happening. ### Step-by-step reproduction instructions - Create a group block - Add a column block - Add paragraph to one side - Image to another - Set max-width to group block and none to columns Expected outcome: the columns would fill group. Outcome: it doesn't. - Set max-width on columns Expected outcome: the columns would fill group. Outcome: it doesn't. ![2022-05-24 at 21 57](https://user-images.githubusercontent.com/253067/170131100-924a57f3-0b25-44e7-9ae1-44695bada1e8.gif) ![2022-05-24 at 21 59](https://user-images.githubusercontent.com/253067/170131563-f010a184-1328-4d11-b41f-a9249f976785.gif) This was using Twenty Twenty Two ### Please confirm that you have searched existing issues in the repo. Yes ### Please confirm that you have tested with all plugins deactivated except Gutenberg. Yes
non_defect
group block seems to ignore widths description this might be a case of not exposing options it also might be a bug let me explain what i am experiencing and how perhaps we might want to simplify this problem when you change the alignment settings for any child in a group block it s not reflected on that even when the group block has them set the answer might be that you shouldn t be able to do this if that is the case my recommendation would be to grey out the width options whenever you can t actually assign them to get anything happening step by step reproduction instructions create a group block add a column block add paragraph to one side image to another set max width to group block and none to columns expected outcome the columns would fill group outcome it doesn t set max width on columns expected outcome the columns would fill group outcome it doesn t this was using twenty twenty two please confirm that you have searched existing issues in the repo yes please confirm that you have tested with all plugins deactivated except gutenberg yes
0
28,789
7,031,305,240
IssuesEvent
2017-12-26 16:35:56
ak-org/cs410finalproject
https://api.github.com/repos/ak-org/cs410finalproject
closed
review Tforcedp.py's code
code review
Ismini, Creating this issue just as a reminder and follow up on our email to review Tforcedp.execute() Our code is working now. Ashish
1.0
review Tforcedp.py's code - Ismini, Creating this issue just as a reminder and follow up on our email to review Tforcedp.execute() Our code is working now. Ashish
non_defect
review tforcedp py s code ismini creating this issue just as a reminder and follow up on our email to review tforcedp execute our code is working now ashish
0
87,045
10,864,535,368
IssuesEvent
2019-11-14 17:03:26
phetsims/natural-selection
https://api.github.com/repos/phetsims/natural-selection
closed
names for Ears alleles
design:general meeting:design
The "Ears" trait is new to the HTML5 version, replacing "Tail". The current terms for these alleles, Tall Ears" and "Flat Ears", are unvetted, and I think worthy of discussion. Most specifically, there are 5 ways that rabbits “carry” their ears, each with a specific name, see https://en.wikipedia.org/wiki/Lop_rabbit. The rabbits in our sim have "erect" and "full lop" ears (there are 4 types of "lop"). But there's no need for us to get that specific. More generally, "Ear type" for rabbit breeds are categorized as either “Erect” or “Lop”, see https://en.wikipedia.org/wiki/List_of_rabbit_breeds. And lop-eared rabbits are typically described as having "floppy" ears. (To support this statement: Google “bunnies flat ears” and “bunnies floppy ears” and compare the results.) Flat ears is an animal _behavior_, not a trait. Many animals (including rabbits) flatten their ears against their head when they are worried or scared, regardless of ear type . So I think there's strong evidence that "Floppy" is preferable to "Flat". And “Floppy” is a more accessible/fun term. "Tall" is more difficult. Assuming that "Erect" is out of the question, due to potential to disrupt a classroom... Other synonyms are upright, vertical, straight, and raised.
2.0
names for Ears alleles - The "Ears" trait is new to the HTML5 version, replacing "Tail". The current terms for these alleles, Tall Ears" and "Flat Ears", are unvetted, and I think worthy of discussion. Most specifically, there are 5 ways that rabbits “carry” their ears, each with a specific name, see https://en.wikipedia.org/wiki/Lop_rabbit. The rabbits in our sim have "erect" and "full lop" ears (there are 4 types of "lop"). But there's no need for us to get that specific. More generally, "Ear type" for rabbit breeds are categorized as either “Erect” or “Lop”, see https://en.wikipedia.org/wiki/List_of_rabbit_breeds. And lop-eared rabbits are typically described as having "floppy" ears. (To support this statement: Google “bunnies flat ears” and “bunnies floppy ears” and compare the results.) Flat ears is an animal _behavior_, not a trait. Many animals (including rabbits) flatten their ears against their head when they are worried or scared, regardless of ear type . So I think there's strong evidence that "Floppy" is preferable to "Flat". And “Floppy” is a more accessible/fun term. "Tall" is more difficult. Assuming that "Erect" is out of the question, due to potential to disrupt a classroom... Other synonyms are upright, vertical, straight, and raised.
non_defect
names for ears alleles the ears trait is new to the version replacing tail the current terms for these alleles tall ears and flat ears are unvetted and i think worthy of discussion most specifically there are ways that rabbits “carry” their ears each with a specific name see the rabbits in our sim have erect and full lop ears there are types of lop but there s no need for us to get that specific more generally ear type for rabbit breeds are categorized as either “erect” or “lop” see and lop eared rabbits are typically described as having floppy ears to support this statement google “bunnies flat ears” and “bunnies floppy ears” and compare the results flat ears is an animal behavior not a trait many animals including rabbits flatten their ears against their head when they are worried or scared regardless of ear type so i think there s strong evidence that floppy is preferable to flat and “floppy” is a more accessible fun term tall is more difficult assuming that erect is out of the question due to potential to disrupt a classroom other synonyms are upright vertical straight and raised
0
82,585
23,817,054,014
IssuesEvent
2022-09-05 07:49:59
elastic/beats
https://api.github.com/repos/elastic/beats
closed
Build 71 for 8.4 with status FAILURE
automation ci-reported Team:Elastic-Agent-Data-Plane build-failures
## :broken_heart: Build Failed <!-- BUILD BADGES--> > _the below badges are clickable and redirect to their specific view in the CI or DOCS_ [![Pipeline View](https://img.shields.io/badge/pipeline-pipeline%20-green)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2F8.4/detail/8.4/71//pipeline) [![Test View](https://img.shields.io/badge/test-test-green)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2F8.4/detail/8.4/71//tests) [![Changes](https://img.shields.io/badge/changes-changes-green)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2F8.4/detail/8.4/71//changes) [![Artifacts](https://img.shields.io/badge/artifacts-artifacts-yellow)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2F8.4/detail/8.4/71//artifacts) [![preview](https://img.shields.io/badge/docs-preview-yellowgreen)](http://beats_null.docs-preview.app.elstc.co/diff) [![preview](https://img.shields.io/badge/elastic-observability-blue)](https://ci-stats.elastic.co/app/apm/services/beats-ci/transactions/view?rangeFrom=2022-09-02T06:37:38.703Z&rangeTo=2022-09-02T06:57:38.703Z&transactionName=BUILD+Beats%2Fbeats%2F8.4&transactionType=job&latencyAggregationType=avg&traceId=7fdc1e4f5b22a42f7c661004c5e038c9&transactionId=581a5f5ca0d1c357) <!-- BUILD SUMMARY--> <details><summary>Expand to view the summary</summary> <p> #### Build stats * Start Time: 2022-09-02T06:47:38.703+0000 * Duration: 138 min 15 sec #### Test stats :test_tube: | Test | Results | | ------------ | :-----------------------------: | | Failed | 0 | | Passed | 50383 | | Skipped | 5678 | | Total | 56061 | </p> </details> <!-- TEST RESULTS IF ANY--> <!-- STEPS ERRORS IF ANY --> ### Steps errors [![16](https://img.shields.io/badge/16%20-red)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2F8.4/detail/8.4/71//pipeline) <details><summary>Expand to view the steps failures</summary> <p> > Show only the first 10 steps failures ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 1 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25345/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 2 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25372/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 1 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25857/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 1 min 43 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25588/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 3 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25540/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 1 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25920/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 2 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25795/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 2 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25810/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 1 min 55 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25711/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 1 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25310/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> </p> </details>
1.0
Build 71 for 8.4 with status FAILURE - ## :broken_heart: Build Failed <!-- BUILD BADGES--> > _the below badges are clickable and redirect to their specific view in the CI or DOCS_ [![Pipeline View](https://img.shields.io/badge/pipeline-pipeline%20-green)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2F8.4/detail/8.4/71//pipeline) [![Test View](https://img.shields.io/badge/test-test-green)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2F8.4/detail/8.4/71//tests) [![Changes](https://img.shields.io/badge/changes-changes-green)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2F8.4/detail/8.4/71//changes) [![Artifacts](https://img.shields.io/badge/artifacts-artifacts-yellow)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2F8.4/detail/8.4/71//artifacts) [![preview](https://img.shields.io/badge/docs-preview-yellowgreen)](http://beats_null.docs-preview.app.elstc.co/diff) [![preview](https://img.shields.io/badge/elastic-observability-blue)](https://ci-stats.elastic.co/app/apm/services/beats-ci/transactions/view?rangeFrom=2022-09-02T06:37:38.703Z&rangeTo=2022-09-02T06:57:38.703Z&transactionName=BUILD+Beats%2Fbeats%2F8.4&transactionType=job&latencyAggregationType=avg&traceId=7fdc1e4f5b22a42f7c661004c5e038c9&transactionId=581a5f5ca0d1c357) <!-- BUILD SUMMARY--> <details><summary>Expand to view the summary</summary> <p> #### Build stats * Start Time: 2022-09-02T06:47:38.703+0000 * Duration: 138 min 15 sec #### Test stats :test_tube: | Test | Results | | ------------ | :-----------------------------: | | Failed | 0 | | Passed | 50383 | | Skipped | 5678 | | Total | 56061 | </p> </details> <!-- TEST RESULTS IF ANY--> <!-- STEPS ERRORS IF ANY --> ### Steps errors [![16](https://img.shields.io/badge/16%20-red)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2F8.4/detail/8.4/71//pipeline) <details><summary>Expand to view the steps failures</summary> <p> > Show only the first 10 steps failures ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 1 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25345/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 2 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25372/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 1 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25857/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 1 min 43 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25588/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 3 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25540/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 1 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25920/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 2 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25795/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 2 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25810/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 1 min 55 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25711/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> ##### `Installing Go 1.17.12` <ul> <li>Took 0 min 1 sec . View more details <a href="https://beats-ci.elastic.co//blue/rest/organizations/jenkins/pipelines/Beats/pipelines/beats/pipelines/8.4/runs/71/steps/25310/log/?start=0">here</a></li> <li>Description: <code>null</code></l1> </ul> </p> </details>
non_defect
build for with status failure broken heart build failed the below badges are clickable and redirect to their specific view in the ci or docs expand to view the summary build stats start time duration min sec test stats test tube test results failed passed skipped total steps errors expand to view the steps failures show only the first steps failures installing go took min sec view more details a href description null installing go took min sec view more details a href description null installing go took min sec view more details a href description null installing go took min sec view more details a href description null installing go took min sec view more details a href description null installing go took min sec view more details a href description null installing go took min sec view more details a href description null installing go took min sec view more details a href description null installing go took min sec view more details a href description null installing go took min sec view more details a href description null
0
58,375
14,371,145,995
IssuesEvent
2020-12-01 12:08:33
kubevirt/project-infra
https://api.github.com/repos/kubevirt/project-infra
closed
[Flaky CI] kubevirt-io-periodic-link-checker "Could not locate Gemfile"
kind/bug lifecycle/stale triage/build-watcher
Looks like the retester job is failing at some infra issue ``` `/` is not writable. Bundler will use `/tmp/bundler20200902-16-1kpi7wh16' as your home directory temporarily. Could not locate Gemfile ``` https://prow.apps.ovirt.org/view/gcs/kubevirt-prow/logs/kubevirt-io-periodic-link-checker/1301068859809206273 /triage build-officer /kind bug
1.0
[Flaky CI] kubevirt-io-periodic-link-checker "Could not locate Gemfile" - Looks like the retester job is failing at some infra issue ``` `/` is not writable. Bundler will use `/tmp/bundler20200902-16-1kpi7wh16' as your home directory temporarily. Could not locate Gemfile ``` https://prow.apps.ovirt.org/view/gcs/kubevirt-prow/logs/kubevirt-io-periodic-link-checker/1301068859809206273 /triage build-officer /kind bug
non_defect
kubevirt io periodic link checker could not locate gemfile looks like the retester job is failing at some infra issue is not writable bundler will use tmp as your home directory temporarily could not locate gemfile triage build officer kind bug
0
99,058
16,420,241,122
IssuesEvent
2021-05-19 11:42:16
cucumber/common
https://api.github.com/repos/cucumber/common
closed
Looks like cucumber-json-formatter-windows-amd64 executable is unsafe to use because of threats detected in it by VirusTotal
:no_good: wontfix security vulnerability
json-formatter: Threat Detected on cucumber-json-formatter-windows-amd64 by VirusTotal third-party online tool ## Summary My employer recently notified me not to use cucumber-json-formatter-windows-amd64 executable as it's unsafe by VirusTotal as it scanned and determined it as a potential threat. ## Detected Threats Please click the below link to view the threat details https://www.virustotal.com/gui/file/0fc4a7f15a78b65648e762b77069dc420c6dc331f172f2f7fe63c1ebeeaad71a/detection ## Context & Motivation I am trying to fix the below warning using Cucumber Standalone JSON Formatter which will be consumed by the Cucumber Reports Jenkins plugin. ``` WARNING: --format=json is deprecated and will be removed after version 5.0.0. Please use --format=message and stand-alone json-formatter. json-formatter homepage: https://github.com/cucumber/cucumber/tree/master/json-formatter#cucumber-json-formatter. ``` ## Your Environment * Version used: Cucumber 4.1.0, ruby 2.6.3p62 * Operating System and version: Windows 10 Enterprise 2016
True
Looks like cucumber-json-formatter-windows-amd64 executable is unsafe to use because of threats detected in it by VirusTotal - json-formatter: Threat Detected on cucumber-json-formatter-windows-amd64 by VirusTotal third-party online tool ## Summary My employer recently notified me not to use cucumber-json-formatter-windows-amd64 executable as it's unsafe by VirusTotal as it scanned and determined it as a potential threat. ## Detected Threats Please click the below link to view the threat details https://www.virustotal.com/gui/file/0fc4a7f15a78b65648e762b77069dc420c6dc331f172f2f7fe63c1ebeeaad71a/detection ## Context & Motivation I am trying to fix the below warning using Cucumber Standalone JSON Formatter which will be consumed by the Cucumber Reports Jenkins plugin. ``` WARNING: --format=json is deprecated and will be removed after version 5.0.0. Please use --format=message and stand-alone json-formatter. json-formatter homepage: https://github.com/cucumber/cucumber/tree/master/json-formatter#cucumber-json-formatter. ``` ## Your Environment * Version used: Cucumber 4.1.0, ruby 2.6.3p62 * Operating System and version: Windows 10 Enterprise 2016
non_defect
looks like cucumber json formatter windows executable is unsafe to use because of threats detected in it by virustotal json formatter threat detected on cucumber json formatter windows by virustotal third party online tool summary my employer recently notified me not to use cucumber json formatter windows executable as it s unsafe by virustotal as it scanned and determined it as a potential threat detected threats please click the below link to view the threat details context motivation i am trying to fix the below warning using cucumber standalone json formatter which will be consumed by the cucumber reports jenkins plugin warning format json is deprecated and will be removed after version please use format message and stand alone json formatter json formatter homepage your environment version used cucumber ruby operating system and version windows enterprise
0
192,254
22,215,923,379
IssuesEvent
2022-06-08 01:37:32
dpteam/RK3188_TABLET
https://api.github.com/repos/dpteam/RK3188_TABLET
reopened
CVE-2013-4125 (Medium) detected in kvmarmv3.1
security vulnerability
## CVE-2013-4125 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>kvmarmv3.1</b></p></summary> <p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git>https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/dpteam/RK3188_TABLET/commit/0c501f5a0fd72c7b2ac82904235363bd44fd8f9e">0c501f5a0fd72c7b2ac82904235363bd44fd8f9e</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 (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ip6_fib.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ip6_fib.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ip6_fib.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The fib6_add_rt2node function in net/ipv6/ip6_fib.c in the IPv6 stack in the Linux kernel through 3.10.1 does not properly handle Router Advertisement (RA) messages in certain circumstances involving three routes that initially qualified for membership in an ECMP route set until a change occurred for one of the first two routes, which allows remote attackers to cause a denial of service (system crash) via a crafted sequence of messages. <p>Publish Date: 2013-07-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2013-4125>CVE-2013-4125</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.9</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: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://exchange.xforce.ibmcloud.com/vulnerabilities/85645">https://exchange.xforce.ibmcloud.com/vulnerabilities/85645</a></p> <p>Fix Resolution: Apply the patch for this vulnerability, available from the Linux Kernel GIT Repository. See References.</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-2013-4125 (Medium) detected in kvmarmv3.1 - ## CVE-2013-4125 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>kvmarmv3.1</b></p></summary> <p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git>https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/dpteam/RK3188_TABLET/commit/0c501f5a0fd72c7b2ac82904235363bd44fd8f9e">0c501f5a0fd72c7b2ac82904235363bd44fd8f9e</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 (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ip6_fib.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ip6_fib.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ip6_fib.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The fib6_add_rt2node function in net/ipv6/ip6_fib.c in the IPv6 stack in the Linux kernel through 3.10.1 does not properly handle Router Advertisement (RA) messages in certain circumstances involving three routes that initially qualified for membership in an ECMP route set until a change occurred for one of the first two routes, which allows remote attackers to cause a denial of service (system crash) via a crafted sequence of messages. <p>Publish Date: 2013-07-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2013-4125>CVE-2013-4125</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.9</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: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://exchange.xforce.ibmcloud.com/vulnerabilities/85645">https://exchange.xforce.ibmcloud.com/vulnerabilities/85645</a></p> <p>Fix Resolution: Apply the patch for this vulnerability, available from the Linux Kernel GIT Repository. See References.</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in cve medium severity vulnerability vulnerable library library home page a href found in head commit a href found in base branch master vulnerable source files net fib c net fib c net fib c vulnerability details the add function in net fib c in the stack in the linux kernel through does not properly handle router advertisement ra messages in certain circumstances involving three routes that initially qualified for membership in an ecmp route set until a change occurred for one of the first two routes which allows remote attackers to cause a denial of service system crash via a crafted sequence of messages 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 none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href fix resolution apply the patch for this vulnerability available from the linux kernel git repository see references step up your open source security game with whitesource
0
1,046
2,594,470,873
IssuesEvent
2015-02-20 03:54:08
BALL-Project/ball
https://api.github.com/repos/BALL-Project/ball
closed
issue on ver. reconciled
C: BALL Core P: minor R: fixed T: defect
**Reported by DianeWengert on 4 Jun 43429530 19:40 UTC** ```html <h1 style="text-align: center">Primary Benefits Of Dating Online</h1> ``` Dating online is definitely thus intriguing. Definitely, in the event you are lonesome you must use the web. You'll find many services out there to sign-up and start looking for spouses on line. There's a fantasy that online dating is fully inadequate. But, stats show that above 75 % of people who register with adult dating web sites eventually find partners. It is wonderful! If you do not want to be alone, you should definitely consider cyber dating. Further down are a few helpful considerations on ways to be effective in dating on the net and pick the right sites. To start with, you actually must start with picking the perfect websites. The good thing is, you can find many courting web sites on the internet. But, not all of them are great. Some sites are fake while others are merely ineffective, that is do not have sufficient members. Therefore, you actually should have a look at testimonials before you decide to join up a chosen web-site. The good news is, you will find many evaluation websites where folks share their feedbacks and also stories. Dating web sites might be no cost. Still, some websites have charges which implies you need to pay to sign up. But, fees are usually little, for example 20 $. Certain free dating websites are truly common, and they've got a lot of people. Therefore, you must certainly not shell out. Additionally, for a small charge you will get a lot of additional solutions that are normally not available with cost-free web sites for people who are searching for partners. The nice thing about romance websites is they are common among people of all ages and also people with different pursuits and also objectives. Thus, for example, you may search for individuals that are seeking sexual intercourse. In addition, in the event you happen to be searching for long term romances, it is possible to discover spouses with these targets. In addition, folks at courting sites tend to be commonly genuine, that is clearly define their objectives. In addition, the vast majority of them have prevalent targets - to discover the lover. After you signed up with a courting web-site you should fill in your user profile. This means, you should add more photographs, information on your individuality etc. Make sure, you're sincere. Be genuine! Sure, it is possible to publish shots of Antonio Banderas, yet, ultimately you'll fulfill with an individual. So, to keep away from clumsy situations, it is easier to be truthful. Don't start trading emails with over five folks. Frequently, it's really hard to stop, that is individuals begin romance too manypeople and cannot come to a decision what individual is the best. Also, do not sign up with lots of sites. The perfect number is without a doubt 4. At romance web-sites you will often find escort ads, for example '''[kiev sex](http://sexbombua.com/en/models/)'''. In the event you decide to go to this particular town, check out the website.
1.0
issue on ver. reconciled - **Reported by DianeWengert on 4 Jun 43429530 19:40 UTC** ```html <h1 style="text-align: center">Primary Benefits Of Dating Online</h1> ``` Dating online is definitely thus intriguing. Definitely, in the event you are lonesome you must use the web. You'll find many services out there to sign-up and start looking for spouses on line. There's a fantasy that online dating is fully inadequate. But, stats show that above 75 % of people who register with adult dating web sites eventually find partners. It is wonderful! If you do not want to be alone, you should definitely consider cyber dating. Further down are a few helpful considerations on ways to be effective in dating on the net and pick the right sites. To start with, you actually must start with picking the perfect websites. The good thing is, you can find many courting web sites on the internet. But, not all of them are great. Some sites are fake while others are merely ineffective, that is do not have sufficient members. Therefore, you actually should have a look at testimonials before you decide to join up a chosen web-site. The good news is, you will find many evaluation websites where folks share their feedbacks and also stories. Dating web sites might be no cost. Still, some websites have charges which implies you need to pay to sign up. But, fees are usually little, for example 20 $. Certain free dating websites are truly common, and they've got a lot of people. Therefore, you must certainly not shell out. Additionally, for a small charge you will get a lot of additional solutions that are normally not available with cost-free web sites for people who are searching for partners. The nice thing about romance websites is they are common among people of all ages and also people with different pursuits and also objectives. Thus, for example, you may search for individuals that are seeking sexual intercourse. In addition, in the event you happen to be searching for long term romances, it is possible to discover spouses with these targets. In addition, folks at courting sites tend to be commonly genuine, that is clearly define their objectives. In addition, the vast majority of them have prevalent targets - to discover the lover. After you signed up with a courting web-site you should fill in your user profile. This means, you should add more photographs, information on your individuality etc. Make sure, you're sincere. Be genuine! Sure, it is possible to publish shots of Antonio Banderas, yet, ultimately you'll fulfill with an individual. So, to keep away from clumsy situations, it is easier to be truthful. Don't start trading emails with over five folks. Frequently, it's really hard to stop, that is individuals begin romance too manypeople and cannot come to a decision what individual is the best. Also, do not sign up with lots of sites. The perfect number is without a doubt 4. At romance web-sites you will often find escort ads, for example '''[kiev sex](http://sexbombua.com/en/models/)'''. In the event you decide to go to this particular town, check out the website.
defect
issue on ver reconciled reported by dianewengert on jun utc html primary benefits of dating online dating online is definitely thus intriguing definitely in the event you are lonesome you must use the web you ll find many services out there to sign up and start looking for spouses on line there s a fantasy that online dating is fully inadequate but stats show that above of people who register with adult dating web sites eventually find partners it is wonderful if you do not want to be alone you should definitely consider cyber dating further down are a few helpful considerations on ways to be effective in dating on the net and pick the right sites to start with you actually must start with picking the perfect websites the good thing is you can find many courting web sites on the internet but not all of them are great some sites are fake while others are merely ineffective that is do not have sufficient members therefore you actually should have a look at testimonials before you decide to join up a chosen web site the good news is you will find many evaluation websites where folks share their feedbacks and also stories dating web sites might be no cost still some websites have charges which implies you need to pay to sign up but fees are usually little for example certain free dating websites are truly common and they ve got a lot of people therefore you must certainly not shell out additionally for a small charge you will get a lot of additional solutions that are normally not available with cost free web sites for people who are searching for partners the nice thing about romance websites is they are common among people of all ages and also people with different pursuits and also objectives thus for example you may search for individuals that are seeking sexual intercourse in addition in the event you happen to be searching for long term romances it is possible to discover spouses with these targets in addition folks at courting sites tend to be commonly genuine that is clearly define their objectives in addition the vast majority of them have prevalent targets to discover the lover after you signed up with a courting web site you should fill in your user profile this means you should add more photographs information on your individuality etc make sure you re sincere be genuine sure it is possible to publish shots of antonio banderas yet ultimately you ll fulfill with an individual so to keep away from clumsy situations it is easier to be truthful don t start trading emails with over five folks frequently it s really hard to stop that is individuals begin romance too manypeople and cannot come to a decision what individual is the best also do not sign up with lots of sites the perfect number is without a doubt at romance web sites you will often find escort ads for example in the event you decide to go to this particular town check out the website
1
36,818
8,142,721,164
IssuesEvent
2018-08-21 08:34:50
scarsty/drag4ie
https://api.github.com/repos/scarsty/drag4ie
closed
拖拽问题
Priority-Medium Type-Defect auto-migrated
``` 你好, 对于习惯了拖拽的用户来说, 用IE有你这个插件感觉非常好,谢谢 不过我发现不管是向上还是向下拖拽都是在后台打开新的选�� �卡 , 能不能修改一下 向上拖拽的时候立即切换到新的选项卡, 在向下拖拽的时候,在后台打开新的选项卡? 谢谢! ``` Original issue reported on code.google.com by `tanggaoh...@gmail.com` on 7 Nov 2011 at 3:27
1.0
拖拽问题 - ``` 你好, 对于习惯了拖拽的用户来说, 用IE有你这个插件感觉非常好,谢谢 不过我发现不管是向上还是向下拖拽都是在后台打开新的选�� �卡 , 能不能修改一下 向上拖拽的时候立即切换到新的选项卡, 在向下拖拽的时候,在后台打开新的选项卡? 谢谢! ``` Original issue reported on code.google.com by `tanggaoh...@gmail.com` on 7 Nov 2011 at 3:27
defect
拖拽问题 你好 对于习惯了拖拽的用户来说 用ie有你这个插件感觉非常好 谢谢 不过我发现不管是向上还是向下拖拽都是在后台打开新的选�� �卡 能不能修改一下 向上拖拽的时候立即切换到新的选项卡 在向下拖拽的时候 在后台打开新的选项卡 谢谢 original issue reported on code google com by tanggaoh gmail com on nov at
1
150,610
13,349,348,897
IssuesEvent
2020-08-30 00:11:38
aws/aws-sdk-go
https://api.github.com/repos/aws/aws-sdk-go
closed
v4 signing: expiration time / X-Amz-Expires seems to be meaningless
documentation feature-request service-api
Please fill out the sections below to help us address your issue. ### Version of AWS SDK for Go? github.com/aws/aws-sdk-go v1.15.76 ### Version of Go (`go version`)? go version go1.11 darwin/amd64 ### What issue did you see? `v4.Presign` generates urls that don't seem to respect the expiration window passed in ### Steps to reproduce ```go func signedMqttURL() string { req, err := http.NewRequest("GET", mqttURL, nil) if err != nil { log.Error("Error while setting up request signing for", mqttURL, err) return "" } // sources say Duration must be less than a week // https://github.com/minio/minio/issues/5162 _, err = signer.Presign(req, nil, "iotdata", envConfig.AwsRegion, util.JwtConfig.Duration, time.Now()) if err != nil { log.Error("Error while request signing for", mqttURL, err) return "" } url := req.URL.String() // Workaround for https://github.com/aws/aws-sdk-go/issues/1842 & https://github.com/stocktwits/athena/issues/161 if sessionToken := os.Getenv("AWS_SESSION_TOKEN"); sessionToken != "" { v := net_url.Values{} v.Set("X-Amz-Security-Token", sessionToken) url = url + "&" + v.Encode() } return url } ``` duration is one hour e.g. 3600 seconds url is something like: `wss://XXXXXXX-ats.iot.us-east-1.amazonaws.com/mqtt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YYYYYYY%2F20181126%2Fus-east-1%2Fiotdata%2Faws4_request&X-Amz-Date=20181126T182134Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=ZZZZZZZZ` curl and mqtt clients work for 5 minutes and then begin returning a 403 ```json {"message":"Signature expired: 20181126T182134Z is now earlier than 20181126T182323Z (20181126T182823Z - 5 min.)" ``` Where is this 5 minute window coming from?
1.0
v4 signing: expiration time / X-Amz-Expires seems to be meaningless - Please fill out the sections below to help us address your issue. ### Version of AWS SDK for Go? github.com/aws/aws-sdk-go v1.15.76 ### Version of Go (`go version`)? go version go1.11 darwin/amd64 ### What issue did you see? `v4.Presign` generates urls that don't seem to respect the expiration window passed in ### Steps to reproduce ```go func signedMqttURL() string { req, err := http.NewRequest("GET", mqttURL, nil) if err != nil { log.Error("Error while setting up request signing for", mqttURL, err) return "" } // sources say Duration must be less than a week // https://github.com/minio/minio/issues/5162 _, err = signer.Presign(req, nil, "iotdata", envConfig.AwsRegion, util.JwtConfig.Duration, time.Now()) if err != nil { log.Error("Error while request signing for", mqttURL, err) return "" } url := req.URL.String() // Workaround for https://github.com/aws/aws-sdk-go/issues/1842 & https://github.com/stocktwits/athena/issues/161 if sessionToken := os.Getenv("AWS_SESSION_TOKEN"); sessionToken != "" { v := net_url.Values{} v.Set("X-Amz-Security-Token", sessionToken) url = url + "&" + v.Encode() } return url } ``` duration is one hour e.g. 3600 seconds url is something like: `wss://XXXXXXX-ats.iot.us-east-1.amazonaws.com/mqtt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=YYYYYYY%2F20181126%2Fus-east-1%2Fiotdata%2Faws4_request&X-Amz-Date=20181126T182134Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=ZZZZZZZZ` curl and mqtt clients work for 5 minutes and then begin returning a 403 ```json {"message":"Signature expired: 20181126T182134Z is now earlier than 20181126T182323Z (20181126T182823Z - 5 min.)" ``` Where is this 5 minute window coming from?
non_defect
signing expiration time x amz expires seems to be meaningless please fill out the sections below to help us address your issue version of aws sdk for go github com aws aws sdk go version of go go version go version darwin what issue did you see presign generates urls that don t seem to respect the expiration window passed in steps to reproduce go func signedmqtturl string req err http newrequest get mqtturl nil if err nil log error error while setting up request signing for mqtturl err return sources say duration must be less than a week err signer presign req nil iotdata envconfig awsregion util jwtconfig duration time now if err nil log error error while request signing for mqtturl err return url req url string workaround for if sessiontoken os getenv aws session token sessiontoken v net url values v set x amz security token sessiontoken url url v encode return url duration is one hour e g seconds url is something like wss xxxxxxx ats iot us east amazonaws com mqtt x amz algorithm hmac x amz credential yyyyyyy east request x amz date x amz expires x amz signedheaders host x amz signature zzzzzzzz curl and mqtt clients work for minutes and then begin returning a json message signature expired is now earlier than min where is this minute window coming from
0
42,283
10,932,616,293
IssuesEvent
2019-11-23 19:01:40
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Curl version 1.1 instead of 2
defect http client
This is a (multiple allowed): * [x] bug * CakePHP Version: 3.7.7 * Platform and Target: PHP 7.2 ### What you did Http client request to a https website - happenend overnight on working code/multiple servers. ### What happened got an error: cURL Error (56) OpenSSL SSL_read: Success tracked it down to Cake\Http\Client\Adapter\Curl.php where the $request->getProtocolVersion() function on line 75 returns '1.1' instead of the '2.0' my server provides. Also when executing env('SERVER_PROTOCOL') it returns HTTP/2.0 as expected in the getProtocolVersion() of ServerRequest. ### What you expected to happen Request.php - getProtocolVersion() to return protocol 2.0 instead of 1.1
1.0
Curl version 1.1 instead of 2 - This is a (multiple allowed): * [x] bug * CakePHP Version: 3.7.7 * Platform and Target: PHP 7.2 ### What you did Http client request to a https website - happenend overnight on working code/multiple servers. ### What happened got an error: cURL Error (56) OpenSSL SSL_read: Success tracked it down to Cake\Http\Client\Adapter\Curl.php where the $request->getProtocolVersion() function on line 75 returns '1.1' instead of the '2.0' my server provides. Also when executing env('SERVER_PROTOCOL') it returns HTTP/2.0 as expected in the getProtocolVersion() of ServerRequest. ### What you expected to happen Request.php - getProtocolVersion() to return protocol 2.0 instead of 1.1
defect
curl version instead of this is a multiple allowed bug cakephp version platform and target php what you did http client request to a https website happenend overnight on working code multiple servers what happened got an error curl error openssl ssl read success tracked it down to cake http client adapter curl php where the request getprotocolversion function on line returns instead of the my server provides also when executing env server protocol it returns http as expected in the getprotocolversion of serverrequest what you expected to happen request php getprotocolversion to return protocol instead of
1
141,674
21,581,111,817
IssuesEvent
2022-05-02 18:50:02
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
[Design] Benefits, Payment, and Debts v2 - Design Edits
design vsa-authenticated-exp planned-work
## Issue Description We received feedback from our design intent session on our initial Benefits, Payment, and Debts v2 design. We now need to implement that feedback and make edits to the design. --- ## Tasks - [ ] Update color contrasts as per accessibility team's feedback in #40699 40699 - [ ] Review how the titles for debts, copay, and payment are linked - [ ] Review design edits with team ## Acceptance Criteria Final design edits for Benefits, Payments, and Debts are complete and ready to be reviewed with team. --- ## How to configure this issue - [ ] **Attached to a Milestone** (when will this be completed?) - [ ] **Attached to an Epic** (what body of work is this a part of?) - [ ] **Labeled with Team** (`product support`, `analytics-insights`, `operations`, `service-design`, `Console-Services`, `tools-fe`) - [ ] **Labeled with Practice Area** (`backend`, `frontend`, `devops`, `design`, `research`, `product`, `ia`, `qa`, `analytics`, `contact center`, `research`, `accessibility`, `content`) - [ ] **Labeled with Type** (`bug`, `request`, `discovery`, `documentation`, etc.)
1.0
[Design] Benefits, Payment, and Debts v2 - Design Edits - ## Issue Description We received feedback from our design intent session on our initial Benefits, Payment, and Debts v2 design. We now need to implement that feedback and make edits to the design. --- ## Tasks - [ ] Update color contrasts as per accessibility team's feedback in #40699 40699 - [ ] Review how the titles for debts, copay, and payment are linked - [ ] Review design edits with team ## Acceptance Criteria Final design edits for Benefits, Payments, and Debts are complete and ready to be reviewed with team. --- ## How to configure this issue - [ ] **Attached to a Milestone** (when will this be completed?) - [ ] **Attached to an Epic** (what body of work is this a part of?) - [ ] **Labeled with Team** (`product support`, `analytics-insights`, `operations`, `service-design`, `Console-Services`, `tools-fe`) - [ ] **Labeled with Practice Area** (`backend`, `frontend`, `devops`, `design`, `research`, `product`, `ia`, `qa`, `analytics`, `contact center`, `research`, `accessibility`, `content`) - [ ] **Labeled with Type** (`bug`, `request`, `discovery`, `documentation`, etc.)
non_defect
benefits payment and debts design edits issue description we received feedback from our design intent session on our initial benefits payment and debts design we now need to implement that feedback and make edits to the design tasks update color contrasts as per accessibility team s feedback in review how the titles for debts copay and payment are linked review design edits with team acceptance criteria final design edits for benefits payments and debts are complete and ready to be reviewed with team how to configure this issue attached to a milestone when will this be completed attached to an epic what body of work is this a part of labeled with team product support analytics insights operations service design console services tools fe labeled with practice area backend frontend devops design research product ia qa analytics contact center research accessibility content labeled with type bug request discovery documentation etc
0
107,731
9,221,850,097
IssuesEvent
2019-03-11 21:03:19
firefox-devtools/profiler
https://api.github.com/repos/firefox-devtools/profiler
opened
Write a test for dragging range selections
tests
I believe this regressed previously before too. See the STR from #1845. Ideally this test should be written a bit higher up the component hierarchy, probably using the `<Timeline />` component itself, `src/components/timeline/index.js`. It should use mouse events and the react testing library to simulate a user dragging the selection. This test will go in: src/test/components/Timeline.test.js
1.0
Write a test for dragging range selections - I believe this regressed previously before too. See the STR from #1845. Ideally this test should be written a bit higher up the component hierarchy, probably using the `<Timeline />` component itself, `src/components/timeline/index.js`. It should use mouse events and the react testing library to simulate a user dragging the selection. This test will go in: src/test/components/Timeline.test.js
non_defect
write a test for dragging range selections i believe this regressed previously before too see the str from ideally this test should be written a bit higher up the component hierarchy probably using the component itself src components timeline index js it should use mouse events and the react testing library to simulate a user dragging the selection this test will go in src test components timeline test js
0
555,632
16,459,712,607
IssuesEvent
2021-05-21 17:01:49
grpc/grpc
https://api.github.com/repos/grpc/grpc
closed
grpc_c.bundle fails to load on Apple M1 (wrong architecture)
kind/bug lang/ruby priority/P2
### What version of gRPC and what language are you using? Don't know. ### What operating system (Linux, Windows,...) and version? MacOS 11.0 on Apple Silicon (M1) ### What runtime / compiler are you using (e.g. python version or version of gcc) ruby 2.7.1 ### What did you do? ```sh rails db:migrate ``` but also just ```sh ruby -rgrpc -e"puts 'OK'" ``` ### What did you expect to see? The migration complete successfully ### What did you see instead? ``` LoadError: dlopen(/Users/nilleb/.rvm/gems/ruby-2.7.1/gems/grpc-1.32.0-universal-darwin/src/ruby/lib/grpc/2.7/grpc_c.bundle, 9): no suitable image found. Did find: /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/grpc-1.32.0-universal-darwin/src/ruby/lib/grpc/2.7/grpc_c.bundle: mach-o, but wrong architecture /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/grpc-1.32.0-universal-darwin/src/ruby/lib/grpc/2.7/grpc_c.bundle: mach-o, but wrong architecture - /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/grpc-1.32.0-universal-darwin/src/ruby/lib/grpc/2.7/grpc_c.bundle /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:291:in `block in require' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:257:in `load_dependency' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:291:in `require' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/grpc-1.32.0-universal-darwin/src/ruby/lib/grpc/grpc.rb:20:in `<main>' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi' ``` ### Anything else we should know about your project / environment?
1.0
grpc_c.bundle fails to load on Apple M1 (wrong architecture) - ### What version of gRPC and what language are you using? Don't know. ### What operating system (Linux, Windows,...) and version? MacOS 11.0 on Apple Silicon (M1) ### What runtime / compiler are you using (e.g. python version or version of gcc) ruby 2.7.1 ### What did you do? ```sh rails db:migrate ``` but also just ```sh ruby -rgrpc -e"puts 'OK'" ``` ### What did you expect to see? The migration complete successfully ### What did you see instead? ``` LoadError: dlopen(/Users/nilleb/.rvm/gems/ruby-2.7.1/gems/grpc-1.32.0-universal-darwin/src/ruby/lib/grpc/2.7/grpc_c.bundle, 9): no suitable image found. Did find: /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/grpc-1.32.0-universal-darwin/src/ruby/lib/grpc/2.7/grpc_c.bundle: mach-o, but wrong architecture /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/grpc-1.32.0-universal-darwin/src/ruby/lib/grpc/2.7/grpc_c.bundle: mach-o, but wrong architecture - /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/grpc-1.32.0-universal-darwin/src/ruby/lib/grpc/2.7/grpc_c.bundle /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:291:in `block in require' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:257:in `load_dependency' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/activesupport-5.2.4/lib/active_support/dependencies.rb:291:in `require' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/grpc-1.32.0-universal-darwin/src/ruby/lib/grpc/grpc.rb:20:in `<main>' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require' /Users/nilleb/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi' ``` ### Anything else we should know about your project / environment?
non_defect
grpc c bundle fails to load on apple wrong architecture what version of grpc and what language are you using don t know what operating system linux windows and version macos on apple silicon what runtime compiler are you using e g python version or version of gcc ruby what did you do sh rails db migrate but also just sh ruby rgrpc e puts ok what did you expect to see the migration complete successfully what did you see instead loaderror dlopen users nilleb rvm gems ruby gems grpc universal darwin src ruby lib grpc grpc c bundle no suitable image found did find users nilleb rvm gems ruby gems grpc universal darwin src ruby lib grpc grpc c bundle mach o but wrong architecture users nilleb rvm gems ruby gems grpc universal darwin src ruby lib grpc grpc c bundle mach o but wrong architecture users nilleb rvm gems ruby gems grpc universal darwin src ruby lib grpc grpc c bundle users nilleb rvm gems ruby gems bootsnap lib bootsnap load path cache core ext kernel require rb in require users nilleb rvm gems ruby gems bootsnap lib bootsnap load path cache core ext kernel require rb in block in require with bootsnap lfi users nilleb rvm gems ruby gems bootsnap lib bootsnap load path cache loaded features index rb in register users nilleb rvm gems ruby gems bootsnap lib bootsnap load path cache core ext kernel require rb in require with bootsnap lfi users nilleb rvm gems ruby gems bootsnap lib bootsnap load path cache core ext kernel require rb in require users nilleb rvm gems ruby gems activesupport lib active support dependencies rb in block in require users nilleb rvm gems ruby gems activesupport lib active support dependencies rb in load dependency users nilleb rvm gems ruby gems activesupport lib active support dependencies rb in require users nilleb rvm gems ruby gems grpc universal darwin src ruby lib grpc grpc rb in users nilleb rvm gems ruby gems bootsnap lib bootsnap load path cache core ext kernel require rb in require users nilleb rvm gems ruby gems bootsnap lib bootsnap load path cache core ext kernel require rb in block in require with bootsnap lfi anything else we should know about your project environment
0
80,664
30,468,443,192
IssuesEvent
2023-07-17 12:07:03
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Difficult for new users to find session delete button
T-Defect X-Blocked A-User-Settings X-Needs-Design A-E2EE-Cross-Signing O-Frequent
<!-- 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 When managing a user's session list there is no indication of what the checkbox does or how to remove sessions. ### Steps to reproduce - Open User Settings - Go to Security & Privacy section - Look at Sessions section - Where is the delete button? ![2020-04-08 14_29_32-Window](https://user-images.githubusercontent.com/18075290/78835873-d34fab80-79a5-11ea-8638-f73469d9f49c.png) The column containing the checkboxes should have a header to make it clear what the checkbox does and how to delete sessions. ![2020-04-08 14_29_32-Window](https://user-images.githubusercontent.com/18075290/78836612-51608200-79a7-11ea-860e-5425c5e913a9.png) ### Version information - **Platform**: Desktop - **OS**: Windows 10 - **Version**: 1.5.15
1.0
Difficult for new users to find session delete button - <!-- 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 When managing a user's session list there is no indication of what the checkbox does or how to remove sessions. ### Steps to reproduce - Open User Settings - Go to Security & Privacy section - Look at Sessions section - Where is the delete button? ![2020-04-08 14_29_32-Window](https://user-images.githubusercontent.com/18075290/78835873-d34fab80-79a5-11ea-8638-f73469d9f49c.png) The column containing the checkboxes should have a header to make it clear what the checkbox does and how to delete sessions. ![2020-04-08 14_29_32-Window](https://user-images.githubusercontent.com/18075290/78836612-51608200-79a7-11ea-860e-5425c5e913a9.png) ### Version information - **Platform**: Desktop - **OS**: Windows 10 - **Version**: 1.5.15
defect
difficult for new users to find session delete button 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 when managing a user s session list there is no indication of what the checkbox does or how to remove sessions steps to reproduce open user settings go to security privacy section look at sessions section where is the delete button the column containing the checkboxes should have a header to make it clear what the checkbox does and how to delete sessions version information platform desktop os windows version
1
174,108
27,578,949,149
IssuesEvent
2023-03-08 14:57:51
elementary/files
https://api.github.com/repos/elementary/files
closed
Remember per folder view mode
Needs Design
I searched for "per folder view" on the issues and this didn't seem to pop up. Basically, it would be great if Files remembered the last used view for the folders. For example, I don't necessarily prefer the Grid View when I'm browsing a folder that has nothing but text files.
1.0
Remember per folder view mode - I searched for "per folder view" on the issues and this didn't seem to pop up. Basically, it would be great if Files remembered the last used view for the folders. For example, I don't necessarily prefer the Grid View when I'm browsing a folder that has nothing but text files.
non_defect
remember per folder view mode i searched for per folder view on the issues and this didn t seem to pop up basically it would be great if files remembered the last used view for the folders for example i don t necessarily prefer the grid view when i m browsing a folder that has nothing but text files
0
56,699
23,876,764,142
IssuesEvent
2022-09-07 19:53:06
MicrosoftDocs/windowsserverdocs
https://api.github.com/repos/MicrosoftDocs/windowsserverdocs
closed
Standard Windows Controls only appear sometimes
Pri1 windows-server/prod remote-desktop-services/tech
I hide my taskbar to maximize usable pixels. I prefer to connect in full-screen mode. Sometimes I can bounce my mouse against the top of my display, and a standard set of Windows controls appears in the upper right: minimize (`_`) restore (`[ ]`), and close (`X`). Other times, like now, I see the connection bar as described on this page, and there's also a small bar at middle-top and at middle-bottom of display. The top bar doesn't seem to do anything. The bottom bar is useful because when I click on it the Start menu from my local PC unhides. **How do I get the standard Windows controls every time?** (Those are the controls I like best.) --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: acc42a8f-2623-4352-7cc4-70f0f61e9d89 * Version Independent ID: 97d8b54b-5e7d-098b-4fb7-e8f6e0b30389 * Content: [Get started with the Microsoft Store Client](https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/windows#give-us-feedback) * Content Source: [WindowsServerDocs/remote/remote-desktop-services/clients/windows.md](https://github.com/MicrosoftDocs/windowsserverdocs/blob/master/WindowsServerDocs/remote/remote-desktop-services/clients/windows.md) * Product: **windows-server** * Technology: **remote-desktop-services** * GitHub Login: @lizap ** Microsoft Alias: **elizapo**
1.0
Standard Windows Controls only appear sometimes - I hide my taskbar to maximize usable pixels. I prefer to connect in full-screen mode. Sometimes I can bounce my mouse against the top of my display, and a standard set of Windows controls appears in the upper right: minimize (`_`) restore (`[ ]`), and close (`X`). Other times, like now, I see the connection bar as described on this page, and there's also a small bar at middle-top and at middle-bottom of display. The top bar doesn't seem to do anything. The bottom bar is useful because when I click on it the Start menu from my local PC unhides. **How do I get the standard Windows controls every time?** (Those are the controls I like best.) --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: acc42a8f-2623-4352-7cc4-70f0f61e9d89 * Version Independent ID: 97d8b54b-5e7d-098b-4fb7-e8f6e0b30389 * Content: [Get started with the Microsoft Store Client](https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/windows#give-us-feedback) * Content Source: [WindowsServerDocs/remote/remote-desktop-services/clients/windows.md](https://github.com/MicrosoftDocs/windowsserverdocs/blob/master/WindowsServerDocs/remote/remote-desktop-services/clients/windows.md) * Product: **windows-server** * Technology: **remote-desktop-services** * GitHub Login: @lizap ** Microsoft Alias: **elizapo**
non_defect
standard windows controls only appear sometimes i hide my taskbar to maximize usable pixels i prefer to connect in full screen mode sometimes i can bounce my mouse against the top of my display and a standard set of windows controls appears in the upper right minimize restore and close x other times like now i see the connection bar as described on this page and there s also a small bar at middle top and at middle bottom of display the top bar doesn t seem to do anything the bottom bar is useful because when i click on it the start menu from my local pc unhides how do i get the standard windows controls every time those are the controls i like best document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product windows server technology remote desktop services github login lizap microsoft alias elizapo
0
45,932
13,055,824,609
IssuesEvent
2020-07-30 02:50:46
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
Seg fault in global trigger when no triggers (Trac #285)
Incomplete Migration Migrated from Trac combo simulation defect
Migrated from https://code.icecube.wisc.edu/ticket/285 ```json { "status": "closed", "changetime": "2014-11-22T18:26:38", "description": "Hi simulation experts,\n\n\"\nI tried to retrigger some neutrino simulation (dataset 4337) with the\ntrunk of trigger-sim to study the effect of the new SMT trigger.\nHowever I get a segfault in I3GlobalTriggerSim line 152. The problem\nseems to be that the particular event has no hits and no triggers and\nthus the start_times vector is empty. Earlier versions of trigger-sim\nwhere able to handle that gracefully.\n\" (Robert Franke)\n\nThis seems to have happened in this phase :\nhttp://code.icecube.wisc.edu/projects/icecube/changeset/74677/projects/trigger-sim/trunk/private/trigger-sim/I3GlobalTriggerSim.cxx\n\nHope this helps,\nTom", "reporter": "icecube", "cc": "", "resolution": "fixed", "_ts": "1416680798919976", "component": "combo simulation", "summary": "Seg fault in global trigger when no triggers", "priority": "normal", "keywords": "", "time": "2011-06-14T20:20:54", "milestone": "", "owner": "olivas, toale", "type": "defect" } ```
1.0
Seg fault in global trigger when no triggers (Trac #285) - Migrated from https://code.icecube.wisc.edu/ticket/285 ```json { "status": "closed", "changetime": "2014-11-22T18:26:38", "description": "Hi simulation experts,\n\n\"\nI tried to retrigger some neutrino simulation (dataset 4337) with the\ntrunk of trigger-sim to study the effect of the new SMT trigger.\nHowever I get a segfault in I3GlobalTriggerSim line 152. The problem\nseems to be that the particular event has no hits and no triggers and\nthus the start_times vector is empty. Earlier versions of trigger-sim\nwhere able to handle that gracefully.\n\" (Robert Franke)\n\nThis seems to have happened in this phase :\nhttp://code.icecube.wisc.edu/projects/icecube/changeset/74677/projects/trigger-sim/trunk/private/trigger-sim/I3GlobalTriggerSim.cxx\n\nHope this helps,\nTom", "reporter": "icecube", "cc": "", "resolution": "fixed", "_ts": "1416680798919976", "component": "combo simulation", "summary": "Seg fault in global trigger when no triggers", "priority": "normal", "keywords": "", "time": "2011-06-14T20:20:54", "milestone": "", "owner": "olivas, toale", "type": "defect" } ```
defect
seg fault in global trigger when no triggers trac migrated from json status closed changetime description hi simulation experts n n ni tried to retrigger some neutrino simulation dataset with the ntrunk of trigger sim to study the effect of the new smt trigger nhowever i get a segfault in line the problem nseems to be that the particular event has no hits and no triggers and nthus the start times vector is empty earlier versions of trigger sim nwhere able to handle that gracefully n robert franke n nthis seems to have happened in this phase n this helps ntom reporter icecube cc resolution fixed ts component combo simulation summary seg fault in global trigger when no triggers priority normal keywords time milestone owner olivas toale type defect
1
697,460
23,940,406,441
IssuesEvent
2022-09-11 20:29:44
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Request] youtubedl-gui
request:new-pkg priority:low
### Link to the package(s) in the AUR https://aur.archlinux.org/packages/youtubedl-gui ### Utility this package has for you Download Youtube videos to local audio or video files. ### Do you consider the package(s) to be useful for every Chaotic-AUR user? No, but for a great amount. ### Do you consider the package to be useful for feature testing/preview? - [ ] Yes ### Have you tested if the package builds in a clean chroot? - [X] Yes ### Does the package's license allow redistributing it? YES! ### Have you searched the issues to ensure this request is unique? - [X] YES! ### Have you read the README to ensure this package is not banned? - [X] YES! ### More information _No response_
1.0
[Request] youtubedl-gui - ### Link to the package(s) in the AUR https://aur.archlinux.org/packages/youtubedl-gui ### Utility this package has for you Download Youtube videos to local audio or video files. ### Do you consider the package(s) to be useful for every Chaotic-AUR user? No, but for a great amount. ### Do you consider the package to be useful for feature testing/preview? - [ ] Yes ### Have you tested if the package builds in a clean chroot? - [X] Yes ### Does the package's license allow redistributing it? YES! ### Have you searched the issues to ensure this request is unique? - [X] YES! ### Have you read the README to ensure this package is not banned? - [X] YES! ### More information _No response_
non_defect
youtubedl gui link to the package s in the aur utility this package has for you download youtube videos to local audio or video files do you consider the package s to be useful for every chaotic aur user no but for a great amount do you consider the package to be useful for feature testing preview yes have you tested if the package builds in a clean chroot yes does the package s license allow redistributing it yes have you searched the issues to ensure this request is unique yes have you read the readme to ensure this package is not banned yes more information no response
0
10,988
2,622,856,993
IssuesEvent
2015-03-04 08:08:19
max99x/inline-search-chrome-ext
https://api.github.com/repos/max99x/inline-search-chrome-ext
closed
Scrolling bug in the latest beta of Chrome 5
auto-migrated Priority-High Type-Defect
``` Auto-scrolling does not seem to work in the latest beta of Chrome 5. ``` Original issue reported on code.google.com by `max99x` on 8 May 2010 at 11:17
1.0
Scrolling bug in the latest beta of Chrome 5 - ``` Auto-scrolling does not seem to work in the latest beta of Chrome 5. ``` Original issue reported on code.google.com by `max99x` on 8 May 2010 at 11:17
defect
scrolling bug in the latest beta of chrome auto scrolling does not seem to work in the latest beta of chrome original issue reported on code google com by on may at
1
511,409
14,859,900,091
IssuesEvent
2021-01-18 19:24:22
bounswe/bounswe2020group1
https://api.github.com/repos/bounswe/bounswe2020group1
opened
Frontend - Vendor profile page - Location data and isVerified data is corrupted.
frontend priority:high type:bug
While these features were being implemented, the backend was changing end-point. Therefore, there is a need of update for the current end-point. - [ ] Correct the location of the vendor. - [ ] Some vendors does not look verified, even though they are. Solve this bug.
1.0
Frontend - Vendor profile page - Location data and isVerified data is corrupted. - While these features were being implemented, the backend was changing end-point. Therefore, there is a need of update for the current end-point. - [ ] Correct the location of the vendor. - [ ] Some vendors does not look verified, even though they are. Solve this bug.
non_defect
frontend vendor profile page location data and isverified data is corrupted while these features were being implemented the backend was changing end point therefore there is a need of update for the current end point correct the location of the vendor some vendors does not look verified even though they are solve this bug
0
139,117
5,356,996,625
IssuesEvent
2017-02-20 17:04:08
apertureless/shopware-api-client
https://api.github.com/repos/apertureless/shopware-api-client
closed
Implement Address Endpoint
low priority ⚡ feature
# Address `/api/addresses` - [x] GET - [x] GET (list) - [x] PUT - [x] POST - [x] DELETE ## Tests - [ ] GET - [ ] GET (list) - [ ] PUT - [ ] POST - [ ] DELETE
1.0
Implement Address Endpoint - # Address `/api/addresses` - [x] GET - [x] GET (list) - [x] PUT - [x] POST - [x] DELETE ## Tests - [ ] GET - [ ] GET (list) - [ ] PUT - [ ] POST - [ ] DELETE
non_defect
implement address endpoint address api addresses get get list put post delete tests get get list put post delete
0
245,680
26,549,336,411
IssuesEvent
2023-01-20 05:33:12
nidhi7598/linux-3.0.35_CVE-2022-45934
https://api.github.com/repos/nidhi7598/linux-3.0.35_CVE-2022-45934
opened
CVE-2018-7492 (Medium) detected in linuxlinux-3.0.49
security vulnerability
## CVE-2018-7492 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-3.0.49</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v3.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v3.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-3.0.35_CVE-2022-45934/commit/5e23b7f9d2dd0154edd54986754eecd5b5308571">5e23b7f9d2dd0154edd54986754eecd5b5308571</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 (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/rds/rdma.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/rds/rdma.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/rds/rdma.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A NULL pointer dereference was found in the net/rds/rdma.c __rds_rdma_map() function in the Linux kernel before 4.14.7 allowing local attackers to cause a system panic and a denial-of-service, related to RDS_GET_MR and RDS_GET_MR_FOR_DEST. <p>Publish Date: 2018-02-26 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-7492>CVE-2018-7492</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-7492">https://nvd.nist.gov/vuln/detail/CVE-2018-7492</a></p> <p>Release Date: 2018-02-26</p> <p>Fix Resolution: 4.14.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
CVE-2018-7492 (Medium) detected in linuxlinux-3.0.49 - ## CVE-2018-7492 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-3.0.49</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v3.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v3.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-3.0.35_CVE-2022-45934/commit/5e23b7f9d2dd0154edd54986754eecd5b5308571">5e23b7f9d2dd0154edd54986754eecd5b5308571</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 (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/rds/rdma.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/rds/rdma.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/rds/rdma.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A NULL pointer dereference was found in the net/rds/rdma.c __rds_rdma_map() function in the Linux kernel before 4.14.7 allowing local attackers to cause a system panic and a denial-of-service, related to RDS_GET_MR and RDS_GET_MR_FOR_DEST. <p>Publish Date: 2018-02-26 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-7492>CVE-2018-7492</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-7492">https://nvd.nist.gov/vuln/detail/CVE-2018-7492</a></p> <p>Release Date: 2018-02-26</p> <p>Fix Resolution: 4.14.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
cve medium detected in linuxlinux cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files net rds rdma c net rds rdma c net rds rdma c vulnerability details a null pointer dereference was found in the net rds rdma c rds rdma map function in the linux kernel before allowing local attackers to cause a system panic and a denial of service related to rds get mr and rds get mr for dest publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0
141,676
11,431,005,929
IssuesEvent
2020-02-04 11:12:54
apache/incubator-shardingsphere
https://api.github.com/repos/apache/incubator-shardingsphere
closed
Use same SQL cases for old parser test engine and new visitor parser test engine
SQL parse test
We have already split `SQL cases` and `assertion cases` for old parser test engine and new visitor parser test engine. It is make sense for split `assertion cases` because we need add new parse logic step by step. But we should remove `SQL cases` copy for visitor. Keep one `SQL cases` can reduce copy error.
1.0
Use same SQL cases for old parser test engine and new visitor parser test engine - We have already split `SQL cases` and `assertion cases` for old parser test engine and new visitor parser test engine. It is make sense for split `assertion cases` because we need add new parse logic step by step. But we should remove `SQL cases` copy for visitor. Keep one `SQL cases` can reduce copy error.
non_defect
use same sql cases for old parser test engine and new visitor parser test engine we have already split sql cases and assertion cases for old parser test engine and new visitor parser test engine it is make sense for split assertion cases because we need add new parse logic step by step but we should remove sql cases copy for visitor keep one sql cases can reduce copy error
0
12,626
2,712,177,004
IssuesEvent
2015-04-09 12:08:57
xgenvn/android-vnc-server
https://api.github.com/repos/xgenvn/android-vnc-server
closed
How to complie it on mips-ics source
auto-migrated Priority-Medium Type-Defect
``` I download the binary file and put it in my mips android device's /data/local/ dir,and then run it,but it is failed.So I want to rebuilt it in my mips ics source.What should I do? THX ``` Original issue reported on code.google.com by `Ashion....@gmail.com` on 26 Mar 2012 at 11:15
1.0
How to complie it on mips-ics source - ``` I download the binary file and put it in my mips android device's /data/local/ dir,and then run it,but it is failed.So I want to rebuilt it in my mips ics source.What should I do? THX ``` Original issue reported on code.google.com by `Ashion....@gmail.com` on 26 Mar 2012 at 11:15
defect
how to complie it on mips ics source i download the binary file and put it in my mips android device s data local dir and then run it but it is failed so i want to rebuilt it in my mips ics source what should i do thx original issue reported on code google com by ashion gmail com on mar at
1
159,500
12,477,049,565
IssuesEvent
2020-05-29 14:28:12
code-mentoring/learn
https://api.github.com/repos/code-mentoring/learn
closed
Testing Auth Module
project:api skill:testing
## The story: Adding unit tests to the Auth Module. --- ## What we should do: To get functional and branch percentages up, we need to make sure all of the resolver methods that can be tested are tested and as much branching (edge cases) covered as much as possible. --- ## To be successful we need to: - [x] Import the module in the utils/TestClient.ts file - [ ] Create and run a test for each method of the service file in the tests/entities folder - [x] Test every possible wrong scenario - [x] Ensure that each methods fullfill their API contract
1.0
Testing Auth Module - ## The story: Adding unit tests to the Auth Module. --- ## What we should do: To get functional and branch percentages up, we need to make sure all of the resolver methods that can be tested are tested and as much branching (edge cases) covered as much as possible. --- ## To be successful we need to: - [x] Import the module in the utils/TestClient.ts file - [ ] Create and run a test for each method of the service file in the tests/entities folder - [x] Test every possible wrong scenario - [x] Ensure that each methods fullfill their API contract
non_defect
testing auth module the story adding unit tests to the auth module what we should do to get functional and branch percentages up we need to make sure all of the resolver methods that can be tested are tested and as much branching edge cases covered as much as possible to be successful we need to import the module in the utils testclient ts file create and run a test for each method of the service file in the tests entities folder test every possible wrong scenario ensure that each methods fullfill their api contract
0
13,249
2,742,524,760
IssuesEvent
2015-04-21 16:51:29
robolectric/robolectric
https://api.github.com/repos/robolectric/robolectric
closed
OverlayConfig#constants when is Void overrides a valid baseConfig#constants
3.0 defect
Setting the Config.constants in the configProperties file won't take any effect IFF there is another set of @Config properties at UnitTest's Class or Method level with absence of constants property. Reason: overlayValue has by default -> java.lang.Void which is different than the nullValue: this.constants = pick(baseConfig.constants(), overlayConfig.constants(), null); null does not equal Void.class Therefore when overlayValue is not equal that nullValue the baseValue it's overridden by the overlayValue and I lose my BuildConfig.class
1.0
OverlayConfig#constants when is Void overrides a valid baseConfig#constants - Setting the Config.constants in the configProperties file won't take any effect IFF there is another set of @Config properties at UnitTest's Class or Method level with absence of constants property. Reason: overlayValue has by default -> java.lang.Void which is different than the nullValue: this.constants = pick(baseConfig.constants(), overlayConfig.constants(), null); null does not equal Void.class Therefore when overlayValue is not equal that nullValue the baseValue it's overridden by the overlayValue and I lose my BuildConfig.class
defect
overlayconfig constants when is void overrides a valid baseconfig constants setting the config constants in the configproperties file won t take any effect iff there is another set of config properties at unittest s class or method level with absence of constants property reason overlayvalue has by default java lang void which is different than the nullvalue this constants pick baseconfig constants overlayconfig constants null null does not equal void class therefore when overlayvalue is not equal that nullvalue the basevalue it s overridden by the overlayvalue and i lose my buildconfig class
1
59,002
16,997,205,588
IssuesEvent
2021-07-01 08:06:13
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
NullPointerException in DefaultConverterProvider when it tries to upcast a null reference
C: Functionality E: All Editions P: Medium R: Fixed T: Defect
### Expected behavior Not throw NullPointerException , return null ; ### Actual behavior org.jooq.impl.DefaultConverterProvider$2.from(DefaultConverterProvider.java:155) throw NullPointerException ### Steps to reproduce the problem java class is : ```java class MyBean{ private java.sql.Date birthday; public Date getBirthday() { return birthday; } public void setBirthday(Date birthday) { this.birthday = birthday; } } ``` When birthday is null from database then throw exception: ``` org.jooq.exception.MappingException: An error ocurred when mapping record to class MyBean at org.jooq.impl.DefaultRecordMapper$MutablePOJOMapper.map(DefaultRecordMapper.java:874) at org.jooq.impl.DefaultRecordMapper.map(DefaultRecordMapper.java:548) at org.jooq.impl.ResultImpl.into(ResultImpl.java:1280) at org.jooq.impl.AbstractResultQuery.fetchInto(AbstractResultQuery.java:1522) at org.jooq.impl.SelectImpl.fetchInto(SelectImpl.java:3936) ...... at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NullPointerException: null at org.jooq.impl.DefaultConverterProvider$2.from(DefaultConverterProvider.java:155) at org.jooq.impl.AbstractRecord.get(AbstractRecord.java:284) at org.jooq.impl.DefaultRecordMapper$MutablePOJOMapper.map(DefaultRecordMapper.java:901) at org.jooq.impl.DefaultRecordMapper$MutablePOJOMapper.map(DefaultRecordMapper.java:828) ``` ### Versions - jOOQ: 3.14.11 - Java: 1.8 - Database (include vendor): PostgreSql 11 - OS: Ubuntu - JDBC Driver (include name if inofficial driver): postgresql-42.2.5.jar
1.0
NullPointerException in DefaultConverterProvider when it tries to upcast a null reference - ### Expected behavior Not throw NullPointerException , return null ; ### Actual behavior org.jooq.impl.DefaultConverterProvider$2.from(DefaultConverterProvider.java:155) throw NullPointerException ### Steps to reproduce the problem java class is : ```java class MyBean{ private java.sql.Date birthday; public Date getBirthday() { return birthday; } public void setBirthday(Date birthday) { this.birthday = birthday; } } ``` When birthday is null from database then throw exception: ``` org.jooq.exception.MappingException: An error ocurred when mapping record to class MyBean at org.jooq.impl.DefaultRecordMapper$MutablePOJOMapper.map(DefaultRecordMapper.java:874) at org.jooq.impl.DefaultRecordMapper.map(DefaultRecordMapper.java:548) at org.jooq.impl.ResultImpl.into(ResultImpl.java:1280) at org.jooq.impl.AbstractResultQuery.fetchInto(AbstractResultQuery.java:1522) at org.jooq.impl.SelectImpl.fetchInto(SelectImpl.java:3936) ...... at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NullPointerException: null at org.jooq.impl.DefaultConverterProvider$2.from(DefaultConverterProvider.java:155) at org.jooq.impl.AbstractRecord.get(AbstractRecord.java:284) at org.jooq.impl.DefaultRecordMapper$MutablePOJOMapper.map(DefaultRecordMapper.java:901) at org.jooq.impl.DefaultRecordMapper$MutablePOJOMapper.map(DefaultRecordMapper.java:828) ``` ### Versions - jOOQ: 3.14.11 - Java: 1.8 - Database (include vendor): PostgreSql 11 - OS: Ubuntu - JDBC Driver (include name if inofficial driver): postgresql-42.2.5.jar
defect
nullpointerexception in defaultconverterprovider when it tries to upcast a null reference expected behavior not throw nullpointerexception return null actual behavior org jooq impl defaultconverterprovider from defaultconverterprovider java throw nullpointerexception steps to reproduce the problem java class is java class mybean private java sql date birthday public date getbirthday return birthday public void setbirthday date birthday this birthday birthday when birthday is null from database then throw exception org jooq exception mappingexception an error ocurred when mapping record to class mybean at org jooq impl defaultrecordmapper mutablepojomapper map defaultrecordmapper java at org jooq impl defaultrecordmapper map defaultrecordmapper java at org jooq impl resultimpl into resultimpl java at org jooq impl abstractresultquery fetchinto abstractresultquery java at org jooq impl selectimpl fetchinto selectimpl java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java at java lang thread run thread java caused by java lang nullpointerexception null at org jooq impl defaultconverterprovider from defaultconverterprovider java at org jooq impl abstractrecord get abstractrecord java at org jooq impl defaultrecordmapper mutablepojomapper map defaultrecordmapper java at org jooq impl defaultrecordmapper mutablepojomapper map defaultrecordmapper java versions jooq java database include vendor postgresql os ubuntu jdbc driver include name if inofficial driver postgresql jar
1
44,925
11,551,738,459
IssuesEvent
2020-02-19 02:30:39
googleapis/python-cloudbuild
https://api.github.com/repos/googleapis/python-cloudbuild
closed
Synthesis failed for python-cloudbuild
:rotating_light: api: cloudbuild autosynth failure priority: p1 type: bug
Hello! Autosynth couldn't regenerate python-cloudbuild. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Switched to branch 'autosynth' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--'] synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py. synthtool > Ensuring dependencies. synthtool > Pulling artman image. latest: Pulling from googleapis/artman Digest: sha256:6aec9c34db0e4be221cdaf6faba27bdc07cfea846808b3d3b964dfce3a9a0f9b Status: Image is up to date for googleapis/artman:latest synthtool > Cloning googleapis. synthtool > Running generator for google/devtools/cloudbuild/artman_cloudbuild.yaml. synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/cloudbuild-v1. synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/devtools/cloudbuild/v1/cloudbuild.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/cloudbuild-v1/google/cloud/cloudbuild_v1/proto/cloudbuild.proto synthtool > Placed proto files into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/cloudbuild-v1/google/cloud/cloudbuild_v1/proto. synthtool > Replaced 'from google.devtools.cloudbuild_v1.proto import ' in google/cloud/devtools/cloudbuild_v1/proto/cloudbuild_pb2_grpc.py. synthtool > Replaced 'google-cloud-cloudbuild' in google/cloud/devtools/cloudbuild_v1/gapic/cloud_build_client.py. synthtool > Replaced 'google-cloud-cloudbuild' in docs/conf.py. .coveragerc .flake8 .github/CONTRIBUTING.md .github/ISSUE_TEMPLATE/bug_report.md .github/ISSUE_TEMPLATE/feature_request.md .github/ISSUE_TEMPLATE/support_request.md .github/PULL_REQUEST_TEMPLATE.md .github/release-please.yml .gitignore .kokoro/build.sh .kokoro/continuous/common.cfg .kokoro/continuous/continuous.cfg .kokoro/docs/common.cfg .kokoro/docs/docs.cfg .kokoro/presubmit/common.cfg .kokoro/presubmit/presubmit.cfg .kokoro/publish-docs.sh .kokoro/release.sh .kokoro/release/common.cfg .kokoro/release/release.cfg .kokoro/trampoline.sh CODE_OF_CONDUCT.md CONTRIBUTING.rst LICENSE MANIFEST.in docs/_static/custom.css docs/_templates/layout.html docs/conf.py.j2 noxfile.py.j2 renovate.json setup.cfg Running session blacken Creating virtual environment (virtualenv) using python3.6 in .nox/blacken pip install black==19.3b0 Error: pip is not installed into the virtualenv, it is located at /tmpfs/src/git/autosynth/env/bin/pip. Pass external=True into run() to explicitly allow this. Session blacken failed. synthtool > Failed executing nox -s blacken: None synthtool > Wrote metadata to synth.metadata. Traceback (most recent call last): File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 99, in <module> main() File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main rv = self.invoke(ctx) File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 91, in main spec.loader.exec_module(synth_module) # type: ignore File "<frozen importlib._bootstrap_external>", line 678, in exec_module File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 74, in <module> s.shell.run(["nox", "-s", "blacken"], hide_output=False) File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run raise exc File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run encoding="utf-8", File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['nox', '-s', 'blacken']' returned non-zero exit status 1. Synthesis failed ``` Google internal developers can see the full log [here](https://sponge/0ad5873d-3057-4798-a0b0-db4db3218285).
1.0
Synthesis failed for python-cloudbuild - Hello! Autosynth couldn't regenerate python-cloudbuild. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Switched to branch 'autosynth' Running synthtool ['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--'] synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py. synthtool > Ensuring dependencies. synthtool > Pulling artman image. latest: Pulling from googleapis/artman Digest: sha256:6aec9c34db0e4be221cdaf6faba27bdc07cfea846808b3d3b964dfce3a9a0f9b Status: Image is up to date for googleapis/artman:latest synthtool > Cloning googleapis. synthtool > Running generator for google/devtools/cloudbuild/artman_cloudbuild.yaml. synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/cloudbuild-v1. synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/devtools/cloudbuild/v1/cloudbuild.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/cloudbuild-v1/google/cloud/cloudbuild_v1/proto/cloudbuild.proto synthtool > Placed proto files into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/cloudbuild-v1/google/cloud/cloudbuild_v1/proto. synthtool > Replaced 'from google.devtools.cloudbuild_v1.proto import ' in google/cloud/devtools/cloudbuild_v1/proto/cloudbuild_pb2_grpc.py. synthtool > Replaced 'google-cloud-cloudbuild' in google/cloud/devtools/cloudbuild_v1/gapic/cloud_build_client.py. synthtool > Replaced 'google-cloud-cloudbuild' in docs/conf.py. .coveragerc .flake8 .github/CONTRIBUTING.md .github/ISSUE_TEMPLATE/bug_report.md .github/ISSUE_TEMPLATE/feature_request.md .github/ISSUE_TEMPLATE/support_request.md .github/PULL_REQUEST_TEMPLATE.md .github/release-please.yml .gitignore .kokoro/build.sh .kokoro/continuous/common.cfg .kokoro/continuous/continuous.cfg .kokoro/docs/common.cfg .kokoro/docs/docs.cfg .kokoro/presubmit/common.cfg .kokoro/presubmit/presubmit.cfg .kokoro/publish-docs.sh .kokoro/release.sh .kokoro/release/common.cfg .kokoro/release/release.cfg .kokoro/trampoline.sh CODE_OF_CONDUCT.md CONTRIBUTING.rst LICENSE MANIFEST.in docs/_static/custom.css docs/_templates/layout.html docs/conf.py.j2 noxfile.py.j2 renovate.json setup.cfg Running session blacken Creating virtual environment (virtualenv) using python3.6 in .nox/blacken pip install black==19.3b0 Error: pip is not installed into the virtualenv, it is located at /tmpfs/src/git/autosynth/env/bin/pip. Pass external=True into run() to explicitly allow this. Session blacken failed. synthtool > Failed executing nox -s blacken: None synthtool > Wrote metadata to synth.metadata. Traceback (most recent call last): File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 99, in <module> main() File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main rv = self.invoke(ctx) File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 91, in main spec.loader.exec_module(synth_module) # type: ignore File "<frozen importlib._bootstrap_external>", line 678, in exec_module File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed File "/tmpfs/src/git/autosynth/working_repo/synth.py", line 74, in <module> s.shell.run(["nox", "-s", "blacken"], hide_output=False) File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run raise exc File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run encoding="utf-8", File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['nox', '-s', 'blacken']' returned non-zero exit status 1. Synthesis failed ``` Google internal developers can see the full log [here](https://sponge/0ad5873d-3057-4798-a0b0-db4db3218285).
non_defect
synthesis failed for python cloudbuild hello autosynth couldn t regenerate python cloudbuild broken heart here s the output from running synth py cloning into working repo switched to branch autosynth running synthtool synthtool executing tmpfs src git autosynth working repo synth py synthtool ensuring dependencies synthtool pulling artman image latest pulling from googleapis artman digest status image is up to date for googleapis artman latest synthtool cloning googleapis synthtool running generator for google devtools cloudbuild artman cloudbuild yaml synthtool generated code into home kbuilder cache synthtool googleapis artman genfiles python cloudbuild synthtool copy home kbuilder cache synthtool googleapis google devtools cloudbuild cloudbuild proto to home kbuilder cache synthtool googleapis artman genfiles python cloudbuild google cloud cloudbuild proto cloudbuild proto synthtool placed proto files into home kbuilder cache synthtool googleapis artman genfiles python cloudbuild google cloud cloudbuild proto synthtool replaced from google devtools cloudbuild proto import in google cloud devtools cloudbuild proto cloudbuild grpc py synthtool replaced google cloud cloudbuild in google cloud devtools cloudbuild gapic cloud build client py synthtool replaced google cloud cloudbuild in docs conf py coveragerc github contributing md github issue template bug report md github issue template feature request md github issue template support request md github pull request template md github release please yml gitignore kokoro build sh kokoro continuous common cfg kokoro continuous continuous cfg kokoro docs common cfg kokoro docs docs cfg kokoro presubmit common cfg kokoro presubmit presubmit cfg kokoro publish docs sh kokoro release sh kokoro release common cfg kokoro release release cfg kokoro trampoline sh code of conduct md contributing rst license manifest in docs static custom css docs templates layout html docs conf py noxfile py renovate json setup cfg running session blacken creating virtual environment virtualenv using in nox blacken pip install black error pip is not installed into the virtualenv it is located at tmpfs src git autosynth env bin pip pass external true into run to explicitly allow this session blacken failed synthtool failed executing nox s blacken none synthtool wrote metadata to synth metadata traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src git autosynth env lib site packages synthtool main py line in main file tmpfs src git autosynth env lib site packages click core py line in call return self main args kwargs file tmpfs src git autosynth env lib site packages click core py line in main rv self invoke ctx file tmpfs src git autosynth env lib site packages click core py line in invoke return ctx invoke self callback ctx params file tmpfs src git autosynth env lib site packages click core py line in invoke return callback args kwargs file tmpfs src git autosynth env lib site packages synthtool main py line in main spec loader exec module synth module type ignore file line in exec module file line in call with frames removed file tmpfs src git autosynth working repo synth py line in s shell run hide output false file tmpfs src git autosynth env lib site packages synthtool shell py line in run raise exc file tmpfs src git autosynth env lib site packages synthtool shell py line in run encoding utf file home kbuilder pyenv versions lib subprocess py line in run output stdout stderr stderr subprocess calledprocesserror command returned non zero exit status synthesis failed google internal developers can see the full log
0
510
2,551,961,380
IssuesEvent
2015-02-02 14:11:49
akvo/akvo-flow
https://api.github.com/repos/akvo/akvo-flow
closed
Handle Excel import/export correctly when cascading questions are present
1 - Defect 2 - Discussion 2 - Fixed
When a user selects to download a raw data report with question ID as the table header, we do not provide anything for the ID of the cascade resource. Perhaps we could include something like ``questionID_cascadeLevelName``
1.0
Handle Excel import/export correctly when cascading questions are present - When a user selects to download a raw data report with question ID as the table header, we do not provide anything for the ID of the cascade resource. Perhaps we could include something like ``questionID_cascadeLevelName``
defect
handle excel import export correctly when cascading questions are present when a user selects to download a raw data report with question id as the table header we do not provide anything for the id of the cascade resource perhaps we could include something like questionid cascadelevelname
1
115,048
17,270,611,903
IssuesEvent
2021-07-22 19:17:18
CliffCrerar/ionic-amplify-conference-app
https://api.github.com/repos/CliffCrerar/ionic-amplify-conference-app
opened
CVE-2012-6708 (Medium) detected in jquery-1.4.4.min.js, jquery-1.7.1.min.js
security vulnerability
## CVE-2012-6708 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.4.4.min.js</b>, <b>jquery-1.7.1.min.js</b></p></summary> <p> <details><summary><b>jquery-1.4.4.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.4.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4/jquery.min.js</a></p> <p>Path to dependency file: ionic-amplify-conference-app/node_modules/selenium-webdriver/lib/test/data/draggableLists.html</p> <p>Path to vulnerable library: ionic-amplify-conference-app/node_modules/selenium-webdriver/lib/test/data/js/jquery-1.4.4.min.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.4.4.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.7.1.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.7.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></p> <p>Path to dependency file: ionic-amplify-conference-app/node_modules/sockjs/examples/hapi/html/index.html</p> <p>Path to vulnerable library: ionic-amplify-conference-app/node_modules/sockjs/examples/hapi/html/index.html,ionic-amplify-conference-app/node_modules/sockjs/examples/express-3.x/index.html,ionic-amplify-conference-app/node_modules/sockjs/examples/multiplex/index.html,ionic-amplify-conference-app/node_modules/sockjs/examples/express/index.html,ionic-amplify-conference-app/node_modules/sockjs/examples/echo/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.7.1.min.js** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/CliffCrerar/ionic-amplify-conference-app/commit/4e9a80774160275a55322301ed17c68e011c3b8f">4e9a80774160275a55322301ed17c68e011c3b8f</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 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common. <p>Publish Date: 2018-01-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2012-6708>CVE-2012-6708</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://nvd.nist.gov/vuln/detail/CVE-2012-6708">https://nvd.nist.gov/vuln/detail/CVE-2012-6708</a></p> <p>Release Date: 2018-01-18</p> <p>Fix Resolution: jQuery - v1.9.0</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-2012-6708 (Medium) detected in jquery-1.4.4.min.js, jquery-1.7.1.min.js - ## CVE-2012-6708 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.4.4.min.js</b>, <b>jquery-1.7.1.min.js</b></p></summary> <p> <details><summary><b>jquery-1.4.4.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.4.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4/jquery.min.js</a></p> <p>Path to dependency file: ionic-amplify-conference-app/node_modules/selenium-webdriver/lib/test/data/draggableLists.html</p> <p>Path to vulnerable library: ionic-amplify-conference-app/node_modules/selenium-webdriver/lib/test/data/js/jquery-1.4.4.min.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.4.4.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.7.1.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.7.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></p> <p>Path to dependency file: ionic-amplify-conference-app/node_modules/sockjs/examples/hapi/html/index.html</p> <p>Path to vulnerable library: ionic-amplify-conference-app/node_modules/sockjs/examples/hapi/html/index.html,ionic-amplify-conference-app/node_modules/sockjs/examples/express-3.x/index.html,ionic-amplify-conference-app/node_modules/sockjs/examples/multiplex/index.html,ionic-amplify-conference-app/node_modules/sockjs/examples/express/index.html,ionic-amplify-conference-app/node_modules/sockjs/examples/echo/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.7.1.min.js** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/CliffCrerar/ionic-amplify-conference-app/commit/4e9a80774160275a55322301ed17c68e011c3b8f">4e9a80774160275a55322301ed17c68e011c3b8f</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 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common. <p>Publish Date: 2018-01-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2012-6708>CVE-2012-6708</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://nvd.nist.gov/vuln/detail/CVE-2012-6708">https://nvd.nist.gov/vuln/detail/CVE-2012-6708</a></p> <p>Release Date: 2018-01-18</p> <p>Fix Resolution: jQuery - v1.9.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in jquery min js jquery min js cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery min js javascript library for dom operations library home page a href path to dependency file ionic amplify conference app node modules selenium webdriver lib test data draggablelists html path to vulnerable library ionic amplify conference app node modules selenium webdriver lib test data js jquery min js dependency hierarchy x jquery min js vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file ionic amplify conference app node modules sockjs examples hapi html index html path to vulnerable library ionic amplify conference app node modules sockjs examples hapi html index html ionic amplify conference app node modules sockjs examples express x index html ionic amplify conference app node modules sockjs examples multiplex index html ionic amplify conference app node modules sockjs examples express index html ionic amplify conference app node modules sockjs examples echo index html dependency hierarchy x jquery min js vulnerable library found in head commit a href found in base branch master vulnerability details jquery before is vulnerable to cross site scripting xss attacks the jquery strinput function does not differentiate selectors from html in a reliable fashion in vulnerable versions jquery determined whether the input was html by looking for the character anywhere in the string giving attackers more flexibility when attempting to construct a malicious payload in fixed versions jquery only deems the input to be html if it explicitly starts with the character limiting exploitability only to attackers who can control the beginning of a string which is far less common 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 jquery step up your open source security game with whitesource
0
267,514
20,205,767,230
IssuesEvent
2022-02-11 20:09:31
SquareBracketAssociates/PharoByExample9
https://api.github.com/repos/SquareBracketAssociates/PharoByExample9
closed
Script or Listing 10-34 misplace in context
documentation
At latest build 8dfd9b7 Chapter 10.23 P.143 The last line says "its definition is shown below in Script 10-34" but it's actually above. <img width="746" alt="截圖 2022-02-06 下午11 55 00" src="https://user-images.githubusercontent.com/86796/152689434-c3dd5cdd-83b3-4451-80e1-6a0e73af3c99.png">
1.0
Script or Listing 10-34 misplace in context - At latest build 8dfd9b7 Chapter 10.23 P.143 The last line says "its definition is shown below in Script 10-34" but it's actually above. <img width="746" alt="截圖 2022-02-06 下午11 55 00" src="https://user-images.githubusercontent.com/86796/152689434-c3dd5cdd-83b3-4451-80e1-6a0e73af3c99.png">
non_defect
script or listing misplace in context at latest build chapter p the last line says its definition is shown below in script but it s actually above img width alt 截圖 src
0
152,991
5,872,785,656
IssuesEvent
2017-05-15 12:31:38
roschaefer/story.board
https://api.github.com/repos/roschaefer/story.board
opened
Structure of create text.component modal
Priority: high User Story
As a reporter I want the create text.component better structured in order to better distinguish the different parts.
1.0
Structure of create text.component modal - As a reporter I want the create text.component better structured in order to better distinguish the different parts.
non_defect
structure of create text component modal as a reporter i want the create text component better structured in order to better distinguish the different parts
0
26,466
4,724,813,559
IssuesEvent
2016-10-18 02:36:06
jsr107/jsr107tck
https://api.github.com/repos/jsr107/jsr107tck
closed
TCK Verfication Process
Defect
The TCK User Guide https://docs.google.com/document/d/1w3Ugj_oEqjMlhpCkGQOZkd9iPf955ZWHAVdZzEwYYdU/edit?usp=sharing describes how a cache implementation needs to be verified. Following the process fails always at this dependency, defined in `cdi-weld-annotations-test-harness`: ```` <dependency> <groupId>org.jsr107.ri</groupId> <artifactId>cache-annotations-ri-cdi</artifactId> <version>${implementation-version}</version> </dependency> ```` Probably everybody just uses the tests in cache-tests, and does not follow the process described in the TCK User Guide. Todo: - Decide/discuss/analyze whether the additional tests with the annotations are needed or not to verify a cache implementation (one important aspect I already found is supported characters in cache names) - Define working test process in TCK User Guide - Cleanup/restructure the dependencies in the TCK
1.0
TCK Verfication Process - The TCK User Guide https://docs.google.com/document/d/1w3Ugj_oEqjMlhpCkGQOZkd9iPf955ZWHAVdZzEwYYdU/edit?usp=sharing describes how a cache implementation needs to be verified. Following the process fails always at this dependency, defined in `cdi-weld-annotations-test-harness`: ```` <dependency> <groupId>org.jsr107.ri</groupId> <artifactId>cache-annotations-ri-cdi</artifactId> <version>${implementation-version}</version> </dependency> ```` Probably everybody just uses the tests in cache-tests, and does not follow the process described in the TCK User Guide. Todo: - Decide/discuss/analyze whether the additional tests with the annotations are needed or not to verify a cache implementation (one important aspect I already found is supported characters in cache names) - Define working test process in TCK User Guide - Cleanup/restructure the dependencies in the TCK
defect
tck verfication process the tck user guide describes how a cache implementation needs to be verified following the process fails always at this dependency defined in cdi weld annotations test harness org ri cache annotations ri cdi implementation version probably everybody just uses the tests in cache tests and does not follow the process described in the tck user guide todo decide discuss analyze whether the additional tests with the annotations are needed or not to verify a cache implementation one important aspect i already found is supported characters in cache names define working test process in tck user guide cleanup restructure the dependencies in the tck
1
19,249
5,830,669,924
IssuesEvent
2017-05-08 17:26:03
kobotoolbox/kobocat
https://api.github.com/repos/kobotoolbox/kobocat
closed
prevent root nodeName from changing on redeploy
coded
when local filesystem is used with latest(?) django, the file name is altered and the `DataDictionary` pulls the root nodeName from the altered filename.
1.0
prevent root nodeName from changing on redeploy - when local filesystem is used with latest(?) django, the file name is altered and the `DataDictionary` pulls the root nodeName from the altered filename.
non_defect
prevent root nodename from changing on redeploy when local filesystem is used with latest django the file name is altered and the datadictionary pulls the root nodename from the altered filename
0
3,747
2,610,068,124
IssuesEvent
2015-02-26 18:20:00
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
路桥看前列腺炎哪里正规
auto-migrated Priority-Medium Type-Defect
``` 路桥看前列腺炎哪里正规【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:59
1.0
路桥看前列腺炎哪里正规 - ``` 路桥看前列腺炎哪里正规【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:59
defect
路桥看前列腺炎哪里正规 路桥看前列腺炎哪里正规【台州五洲生殖医院】 询热线 微信号tzwzszyy 医院地址 台州 (枫南大转盘旁)乘车线路 、 � �� 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
71,164
23,479,131,535
IssuesEvent
2022-08-17 09:01:23
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
JCache providers only accept XML as declarative config
Type: Defect Team: Core Source: Internal Module: ICache
**Describe the bug** JCache initialization with explicit configuration file fails with YAML config file. **Expected behavior** Since YAML config is now supported, it is expected that users can initialize JCache providers with both supported declarative config formats (XML & YAML). **To Reproduce** ``` CachingProvider cachingProvider = Caching.getCachingProvider(HazelcastCachingProvider.SERVER_CACHING_PROVIDER); CacheManager cacheManager = cachingProvider.getCacheManager(null, null, propertiesByLocation("classpath:hazelcast.yaml")); ``` fails with: ``` ... Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog. at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121) at com.hazelcast.config.XmlConfigBuilder.parse(XmlConfigBuilder.java:197) ```
1.0
JCache providers only accept XML as declarative config - **Describe the bug** JCache initialization with explicit configuration file fails with YAML config file. **Expected behavior** Since YAML config is now supported, it is expected that users can initialize JCache providers with both supported declarative config formats (XML & YAML). **To Reproduce** ``` CachingProvider cachingProvider = Caching.getCachingProvider(HazelcastCachingProvider.SERVER_CACHING_PROVIDER); CacheManager cacheManager = cachingProvider.getCacheManager(null, null, propertiesByLocation("classpath:hazelcast.yaml")); ``` fails with: ``` ... Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog. at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121) at com.hazelcast.config.XmlConfigBuilder.parse(XmlConfigBuilder.java:197) ```
defect
jcache providers only accept xml as declarative config describe the bug jcache initialization with explicit configuration file fails with yaml config file expected behavior since yaml config is now supported it is expected that users can initialize jcache providers with both supported declarative config formats xml yaml to reproduce cachingprovider cachingprovider caching getcachingprovider hazelcastcachingprovider server caching provider cachemanager cachemanager cachingprovider getcachemanager null null propertiesbylocation classpath hazelcast yaml fails with caused by org xml sax saxparseexception linenumber columnnumber content is not allowed in prolog at com sun org apache xerces internal parsers domparser parse domparser java at com sun org apache xerces internal jaxp documentbuilderimpl parse documentbuilderimpl java at javax xml parsers documentbuilder parse documentbuilder java at com hazelcast config xmlconfigbuilder parse xmlconfigbuilder java
1
58,723
11,905,132,200
IssuesEvent
2020-03-30 18:01:53
home-assistant/brands
https://api.github.com/repos/home-assistant/brands
opened
Entur is missing brand images
has-codeowner
## The problem The Entur integration has missing brand images. We recently started this Brands repository, to create a centralized storage of all brand-related images. These images are used on our website and the Home Assistant frontend. The following images are missing and would ideally be added: - `src/entur_public_transport/icon.png` - `src/entur_public_transport/icon@2x.png` For image specifications and requirements, please see [README.md](https://github.com/home-assistant/brands/blob/master/README.md). ## Additional information For more information about this repository, read the [README.md](https://github.com/home-assistant/brands/blob/master/README.md) file of this repository. It contains information on how this repository works, and image specification and requirements. ## Codeowner mention Hi there, @hfurubotten! Mind taking a look at this issue as it is with an integration (entur_public_transport) you are listed as a [codeowner](https://github.com/home-assistant/core/blob/dev/homeassistant/components/entur_public_transport/manifest.json) for? Thanks! Resolving this issue is not limited to codeowners! If you want to help us out, feel free to resolve this issue! Thanks already!
1.0
Entur is missing brand images - ## The problem The Entur integration has missing brand images. We recently started this Brands repository, to create a centralized storage of all brand-related images. These images are used on our website and the Home Assistant frontend. The following images are missing and would ideally be added: - `src/entur_public_transport/icon.png` - `src/entur_public_transport/icon@2x.png` For image specifications and requirements, please see [README.md](https://github.com/home-assistant/brands/blob/master/README.md). ## Additional information For more information about this repository, read the [README.md](https://github.com/home-assistant/brands/blob/master/README.md) file of this repository. It contains information on how this repository works, and image specification and requirements. ## Codeowner mention Hi there, @hfurubotten! Mind taking a look at this issue as it is with an integration (entur_public_transport) you are listed as a [codeowner](https://github.com/home-assistant/core/blob/dev/homeassistant/components/entur_public_transport/manifest.json) for? Thanks! Resolving this issue is not limited to codeowners! If you want to help us out, feel free to resolve this issue! Thanks already!
non_defect
entur is missing brand images the problem the entur integration has missing brand images we recently started this brands repository to create a centralized storage of all brand related images these images are used on our website and the home assistant frontend the following images are missing and would ideally be added src entur public transport icon png src entur public transport icon png for image specifications and requirements please see additional information for more information about this repository read the file of this repository it contains information on how this repository works and image specification and requirements codeowner mention hi there hfurubotten mind taking a look at this issue as it is with an integration entur public transport you are listed as a for thanks resolving this issue is not limited to codeowners if you want to help us out feel free to resolve this issue thanks already
0
1,936
4,763,973,844
IssuesEvent
2016-10-25 15:45:19
opentrials/opentrials
https://api.github.com/repos/opentrials/opentrials
closed
"sync_text_from_documentcloud" is skipping all documents, including public ones
4. Ready for Review bug Processors
On https://github.com/opentrials/processors/blob/2d0a23c/processors/sync_text_from_documentcloud/processor.py#L42-L47, we try to do `doc.get_full_text()` and skip the document if it raises a `NotImplementedError`. When developing that, this error was thrown when trying to extract text from a private document in DocumentCloud (their API only allows extracting from public documents). However, now all our documents are public, but we're still getting this error. Not sure if it's an issue with our code or their API.
1.0
"sync_text_from_documentcloud" is skipping all documents, including public ones - On https://github.com/opentrials/processors/blob/2d0a23c/processors/sync_text_from_documentcloud/processor.py#L42-L47, we try to do `doc.get_full_text()` and skip the document if it raises a `NotImplementedError`. When developing that, this error was thrown when trying to extract text from a private document in DocumentCloud (their API only allows extracting from public documents). However, now all our documents are public, but we're still getting this error. Not sure if it's an issue with our code or their API.
non_defect
sync text from documentcloud is skipping all documents including public ones on we try to do doc get full text and skip the document if it raises a notimplementederror when developing that this error was thrown when trying to extract text from a private document in documentcloud their api only allows extracting from public documents however now all our documents are public but we re still getting this error not sure if it s an issue with our code or their api
0
17,129
2,974,600,431
IssuesEvent
2015-07-15 02:15:10
Reimashi/jotai
https://api.github.com/repos/Reimashi/jotai
closed
Temperatures are incorrect/Video absent
auto-migrated Priority-Medium Type-Defect
``` What is the expected output? What do you see instead? //Temperatures for my "HP 309F"(as reported by OHM - it's an HP NX9420 laptop) are incorrect. The heatsink feels much hotter than my hand yet it shows CPU temperatures around 36-39c. It doesn't show what video card I'm using (ATI X1600).// What version of the product are you using? On what operating system? //0.32 beta, Windows 7 x64 all updates applied.// Please provide any additional information below. Please attach a Report created with "File / Save Report...". ``` Original issue reported on code.google.com by `cfjs1...@gmail.com` on 27 Jun 2011 at 12:23 Attachments: * [OpenHardwareMonitor.Report.txt](https://storage.googleapis.com/google-code-attachments/open-hardware-monitor/issue-247/comment-0/OpenHardwareMonitor.Report.txt)
1.0
Temperatures are incorrect/Video absent - ``` What is the expected output? What do you see instead? //Temperatures for my "HP 309F"(as reported by OHM - it's an HP NX9420 laptop) are incorrect. The heatsink feels much hotter than my hand yet it shows CPU temperatures around 36-39c. It doesn't show what video card I'm using (ATI X1600).// What version of the product are you using? On what operating system? //0.32 beta, Windows 7 x64 all updates applied.// Please provide any additional information below. Please attach a Report created with "File / Save Report...". ``` Original issue reported on code.google.com by `cfjs1...@gmail.com` on 27 Jun 2011 at 12:23 Attachments: * [OpenHardwareMonitor.Report.txt](https://storage.googleapis.com/google-code-attachments/open-hardware-monitor/issue-247/comment-0/OpenHardwareMonitor.Report.txt)
defect
temperatures are incorrect video absent what is the expected output what do you see instead temperatures for my hp as reported by ohm it s an hp laptop are incorrect the heatsink feels much hotter than my hand yet it shows cpu temperatures around it doesn t show what video card i m using ati what version of the product are you using on what operating system beta windows all updates applied please provide any additional information below please attach a report created with file save report original issue reported on code google com by gmail com on jun at attachments
1
60,991
17,023,574,690
IssuesEvent
2021-07-03 02:43:59
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Accented characters are not entered into Potlatch anymore
Component: potlatch (flash editor) Priority: major Resolution: invalid Type: defect
**[Submitted to the original trac issue database at 8.19pm, Thursday, 8th April 2010]** In Potlatch 1.4, entry of accented () and other non ASCII characters stopped working.
1.0
Accented characters are not entered into Potlatch anymore - **[Submitted to the original trac issue database at 8.19pm, Thursday, 8th April 2010]** In Potlatch 1.4, entry of accented () and other non ASCII characters stopped working.
defect
accented characters are not entered into potlatch anymore in potlatch entry of accented and other non ascii characters stopped working
1
96,982
20,152,224,619
IssuesEvent
2022-02-09 13:30:30
Onelinerhub/onelinerhub
https://api.github.com/repos/Onelinerhub/onelinerhub
closed
Short solution needed: "Get multiple keys values" (lua-redis)
help wanted good first issue code lua-redis
Please help us write most modern and shortest code solution for this issue: **Get multiple keys values** (technology: [lua-redis](https://onelinerhub.com/lua-redis)) ### Fast way Just write the code solution in the comments. ### Prefered way 1. Create pull request with a new code file inside [inbox folder](https://github.com/Onelinerhub/onelinerhub/tree/main/inbox). 2. Don't forget to use comments to make solution explained. 3. Link to this issue in comments of pull request.
1.0
Short solution needed: "Get multiple keys values" (lua-redis) - Please help us write most modern and shortest code solution for this issue: **Get multiple keys values** (technology: [lua-redis](https://onelinerhub.com/lua-redis)) ### Fast way Just write the code solution in the comments. ### Prefered way 1. Create pull request with a new code file inside [inbox folder](https://github.com/Onelinerhub/onelinerhub/tree/main/inbox). 2. Don't forget to use comments to make solution explained. 3. Link to this issue in comments of pull request.
non_defect
short solution needed get multiple keys values lua redis please help us write most modern and shortest code solution for this issue get multiple keys values technology fast way just write the code solution in the comments prefered way create pull request with a new code file inside don t forget to use comments to make solution explained link to this issue in comments of pull request
0
29,279
5,632,342,140
IssuesEvent
2017-04-05 16:21:35
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
CakePHP 2.x : duplicate paths in App::path
Defect On hold
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) ---- * CakePHP Version: 2.x * Platform and Target: Linux Debian / Apache server. ---- I want to get the list of plugins. I use App::path('plugins') and the result is a duplicate list of my plugins : ```` array( 'plugin1', 'plugin1', 'plugin2', 'plugin2' ); ```` in ``_packageFormat()``, the ``static::$_packageFormat``array contains theses values for Vendor & Plugin : - App . 'Plugin' . DS - ROOT . DS . 'plugins' . DS - dirname(dirname(CAKE)) . DS . 'plugins' . DS Problem : sometime, ``ROOT . DS . 'plugins' . DS`` is the same as ``dirname(dirname(CAKE)) . DS . 'plugins' . DS`` In my case, App::path('plugins') returns : ```` Array( [0] => blabla/california/app/Plugin [1] => blabla/california/plugins [2] => blabla/california/plugins ) ````
1.0
CakePHP 2.x : duplicate paths in App::path - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) ---- * CakePHP Version: 2.x * Platform and Target: Linux Debian / Apache server. ---- I want to get the list of plugins. I use App::path('plugins') and the result is a duplicate list of my plugins : ```` array( 'plugin1', 'plugin1', 'plugin2', 'plugin2' ); ```` in ``_packageFormat()``, the ``static::$_packageFormat``array contains theses values for Vendor & Plugin : - App . 'Plugin' . DS - ROOT . DS . 'plugins' . DS - dirname(dirname(CAKE)) . DS . 'plugins' . DS Problem : sometime, ``ROOT . DS . 'plugins' . DS`` is the same as ``dirname(dirname(CAKE)) . DS . 'plugins' . DS`` In my case, App::path('plugins') returns : ```` Array( [0] => blabla/california/app/Plugin [1] => blabla/california/plugins [2] => blabla/california/plugins ) ````
defect
cakephp x duplicate paths in app path this is a multiple allowed bug enhancement feature discussion rfc cakephp version x platform and target linux debian apache server i want to get the list of plugins i use app path plugins and the result is a duplicate list of my plugins array in packageformat the static packageformat array contains theses values for vendor plugin app plugin ds root ds plugins ds dirname dirname cake ds plugins ds problem sometime root ds plugins ds is the same as dirname dirname cake ds plugins ds in my case app path plugins returns array blabla california app plugin blabla california plugins blabla california plugins
1
27,162
4,047,765,914
IssuesEvent
2016-05-23 07:37:32
frkami123/SHOP
https://api.github.com/repos/frkami123/SHOP
closed
product collections
discussion enhancement need design
sản phẩm có nhiều nhóm (collection) ... kiểu như featured hay hot hay gì gì đấy. nhóm có nhiều sản phẩm. nhái haravan :v hehe
1.0
product collections - sản phẩm có nhiều nhóm (collection) ... kiểu như featured hay hot hay gì gì đấy. nhóm có nhiều sản phẩm. nhái haravan :v hehe
non_defect
product collections sản phẩm có nhiều nhóm collection kiểu như featured hay hot hay gì gì đấy nhóm có nhiều sản phẩm nhái haravan v hehe
0
43,403
11,701,485,051
IssuesEvent
2020-03-06 19:47:17
openanthem/nimbus-core
https://api.github.com/repos/openanthem/nimbus-core
closed
Signature is not working on 2 in 1 systems
Defect Open
<!-- Please fill the report below. Your issue will be added to the overall list of issues and will be reviewed on a first-come first-serve basis. WARNING: CONTENT POSTED HERE IS PUBLIC! PLEASE REFRAIN FROM SUBMITTING ANYTHING PRODUCT SPECIFIC THAT MAY JEAPORDIZE THE INTEGRITY OF YOUR BUSINESS OR APPLICATION, INCLUDING (BUT NOT LIMITED TO): REFERENCES, COMMENTS, CODE, etc. --> # Issue Details **Type of Issue** (check one with "X") ``` [ ] Bug Report => Please search GitHub for a similar issue or PR before submitting [ ] Feature Request => Please ensure feature is not already in progress [ ] Support Request => Please do not submit support requests here, instead see: https://discourse.oss.antheminc.com/ ``` ## Current Behavior user is not able to use touch event ( 2 in 1 desktop) to sign on signature compoent ## Expected Behavior User should be able to use touch event / signtuate on 2 in 1 systems . ## How to Reproduce the Issue ### Steps to Reproduce any desktop with touch support should be able to recreate. ### Code Snippet <!-- Please add any code that is necessary to reproduce the issue. If the current behavior is recreated better with an example, please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via https://plnkr.co or similar. --> # Environment Details * **Nimbus Version:** 1.3.1-M8 or higher * **Browser:** Chrome
1.0
Signature is not working on 2 in 1 systems - <!-- Please fill the report below. Your issue will be added to the overall list of issues and will be reviewed on a first-come first-serve basis. WARNING: CONTENT POSTED HERE IS PUBLIC! PLEASE REFRAIN FROM SUBMITTING ANYTHING PRODUCT SPECIFIC THAT MAY JEAPORDIZE THE INTEGRITY OF YOUR BUSINESS OR APPLICATION, INCLUDING (BUT NOT LIMITED TO): REFERENCES, COMMENTS, CODE, etc. --> # Issue Details **Type of Issue** (check one with "X") ``` [ ] Bug Report => Please search GitHub for a similar issue or PR before submitting [ ] Feature Request => Please ensure feature is not already in progress [ ] Support Request => Please do not submit support requests here, instead see: https://discourse.oss.antheminc.com/ ``` ## Current Behavior user is not able to use touch event ( 2 in 1 desktop) to sign on signature compoent ## Expected Behavior User should be able to use touch event / signtuate on 2 in 1 systems . ## How to Reproduce the Issue ### Steps to Reproduce any desktop with touch support should be able to recreate. ### Code Snippet <!-- Please add any code that is necessary to reproduce the issue. If the current behavior is recreated better with an example, please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via https://plnkr.co or similar. --> # Environment Details * **Nimbus Version:** 1.3.1-M8 or higher * **Browser:** Chrome
defect
signature is not working on in systems please fill the report below your issue will be added to the overall list of issues and will be reviewed on a first come first serve basis warning content posted here is public please refrain from submitting anything product specific that may jeapordize the integrity of your business or application including but not limited to references comments code etc issue details type of issue check one with x bug report please search github for a similar issue or pr before submitting feature request please ensure feature is not already in progress support request please do not submit support requests here instead see current behavior user is not able to use touch event in desktop to sign on signature compoent expected behavior user should be able to use touch event signtuate on in systems how to reproduce the issue steps to reproduce any desktop with touch support should be able to recreate code snippet please add any code that is necessary to reproduce the issue if the current behavior is recreated better with an example please provide the steps to reproduce and if possible a minimal demo of the problem via or similar environment details nimbus version or higher browser chrome
1
79,006
15,106,683,045
IssuesEvent
2021-02-08 14:35:13
creativecommons/wp-theme-cc-commoners
https://api.github.com/repos/creativecommons/wp-theme-cc-commoners
opened
Margin and column alignment in first section
💻 aspect: code 🚦 status: awaiting triage 🛠 goal: fix 🟧 priority: high
**Page:** Platform template **Breakpoint:** Mobile ## Description The first section, where main title and paragraphs are, has a left margin that is not aligned to grid column as the section below. Or, it could be that second paragraph is out of grid and should be within it. ## Screenshot <img width="142" alt="Screen Shot 2021-02-08 at 11 31 40" src="https://user-images.githubusercontent.com/895819/107233644-9018fb80-6a01-11eb-9aba-bfa18df4e524.png">
1.0
Margin and column alignment in first section - **Page:** Platform template **Breakpoint:** Mobile ## Description The first section, where main title and paragraphs are, has a left margin that is not aligned to grid column as the section below. Or, it could be that second paragraph is out of grid and should be within it. ## Screenshot <img width="142" alt="Screen Shot 2021-02-08 at 11 31 40" src="https://user-images.githubusercontent.com/895819/107233644-9018fb80-6a01-11eb-9aba-bfa18df4e524.png">
non_defect
margin and column alignment in first section page platform template breakpoint mobile description the first section where main title and paragraphs are has a left margin that is not aligned to grid column as the section below or it could be that second paragraph is out of grid and should be within it screenshot img width alt screen shot at src
0
279,903
8,675,433,776
IssuesEvent
2018-11-30 10:52:03
supergiant/control
https://api.github.com/repos/supergiant/control
opened
Create Subnet causes error in AWS
High Priority aws
When use non default subnet in AWS provisioning SG creates new subnet, but required parm Subnet CIDR is not passed to SG from UI ``` validation error(s) found.\n- missing required field, CreateSubnetInput.CidrBlock.\n: aws: create subnet ```
1.0
Create Subnet causes error in AWS - When use non default subnet in AWS provisioning SG creates new subnet, but required parm Subnet CIDR is not passed to SG from UI ``` validation error(s) found.\n- missing required field, CreateSubnetInput.CidrBlock.\n: aws: create subnet ```
non_defect
create subnet causes error in aws when use non default subnet in aws provisioning sg creates new subnet but required parm subnet cidr is not passed to sg from ui validation error s found n missing required field createsubnetinput cidrblock n aws create subnet
0
43,933
9,525,164,972
IssuesEvent
2019-04-28 10:02:33
jonas-schievink/rubble
https://api.github.com/repos/jonas-schievink/rubble
closed
Data packets with too large payload lengths should (probably) not be ignored
area: hal hardware: nordic status: needs code type: bug
Check the spec for this, but at least on the data channel it might make sense to partially process these packets. For example, the connection code might want to hop channels when such a packet is received. If we'd receive such a packet right now, we might lose the entire connection. https://github.com/jonas-schievink/rubble/blob/ad2732788b787f10444bd82ad7879720e9a1930a/src/radio.rs#L272-L276
1.0
Data packets with too large payload lengths should (probably) not be ignored - Check the spec for this, but at least on the data channel it might make sense to partially process these packets. For example, the connection code might want to hop channels when such a packet is received. If we'd receive such a packet right now, we might lose the entire connection. https://github.com/jonas-schievink/rubble/blob/ad2732788b787f10444bd82ad7879720e9a1930a/src/radio.rs#L272-L276
non_defect
data packets with too large payload lengths should probably not be ignored check the spec for this but at least on the data channel it might make sense to partially process these packets for example the connection code might want to hop channels when such a packet is received if we d receive such a packet right now we might lose the entire connection
0
73,040
19,560,495,403
IssuesEvent
2022-01-03 15:35:49
hashicorp/terraform-provider-aws
https://api.github.com/repos/hashicorp/terraform-provider-aws
closed
Codebuild - add support for resource policy for projects and report groups
new-resource service/codebuild
<!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Description <!--- Please leave a helpful description of the feature request here. ---> ### New or Affected Resource(s) <!--- Please list the new or affected resources and data sources. ---> * aws_codebuild_resource_policy ### Potential Terraform Configuration <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> ```hcl resource "aws_codebuild_resouce_policy" "example" { resource_arn = aws_codebuild_project policy = "some iam policy" } ``` ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? For example: * https://aws.amazon.com/about-aws/whats-new/2018/04/introducing-amazon-ec2-fleet/ ---> API docs - https://docs.aws.amazon.com/codebuild/latest/APIReference/API_PutResourcePolicy.html
1.0
Codebuild - add support for resource policy for projects and report groups - <!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Description <!--- Please leave a helpful description of the feature request here. ---> ### New or Affected Resource(s) <!--- Please list the new or affected resources and data sources. ---> * aws_codebuild_resource_policy ### Potential Terraform Configuration <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> ```hcl resource "aws_codebuild_resouce_policy" "example" { resource_arn = aws_codebuild_project policy = "some iam policy" } ``` ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? For example: * https://aws.amazon.com/about-aws/whats-new/2018/04/introducing-amazon-ec2-fleet/ ---> API docs - https://docs.aws.amazon.com/codebuild/latest/APIReference/API_PutResourcePolicy.html
non_defect
codebuild add support for resource policy for projects and report groups community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or other comments that do not add relevant new information or questions they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment description new or affected resource s aws codebuild resource policy potential terraform configuration hcl resource aws codebuild resouce policy example resource arn aws codebuild project policy some iam policy references information about referencing github issues are there any other github issues open or closed or pull requests that should be linked here vendor blog posts or documentation for example api docs
0
205,784
15,687,683,326
IssuesEvent
2021-03-25 13:56:00
wp-cli/scaffold-command
https://api.github.com/repos/wp-cli/scaffold-command
opened
Rewrite PHPUnit test scaffolding to work with PHP 8.0+ compat code
bug command:scaffold-plugin-tests command:scaffold-theme-tests
The way the PHPUnit tests are currently being scaffolded does not work with PHP 8.0+: ``` PHP Parse error: syntax error, unexpected token "match", expecting identifier in phar://phpunit/Framework/MockObject/Builder/Match.php on line 15 ``` To fix this, the tests should be scaffolded in such a way that they make use of the WordPress Core compatibility code found in https://core.trac.wordpress.org/changeset/49037. However, that will require a rewrite to make the scaffolded tests rely on PHPUnit being executed as a Composer dev dependency.
2.0
Rewrite PHPUnit test scaffolding to work with PHP 8.0+ compat code - The way the PHPUnit tests are currently being scaffolded does not work with PHP 8.0+: ``` PHP Parse error: syntax error, unexpected token "match", expecting identifier in phar://phpunit/Framework/MockObject/Builder/Match.php on line 15 ``` To fix this, the tests should be scaffolded in such a way that they make use of the WordPress Core compatibility code found in https://core.trac.wordpress.org/changeset/49037. However, that will require a rewrite to make the scaffolded tests rely on PHPUnit being executed as a Composer dev dependency.
non_defect
rewrite phpunit test scaffolding to work with php compat code the way the phpunit tests are currently being scaffolded does not work with php php parse error syntax error unexpected token match expecting identifier in phar phpunit framework mockobject builder match php on line to fix this the tests should be scaffolded in such a way that they make use of the wordpress core compatibility code found in however that will require a rewrite to make the scaffolded tests rely on phpunit being executed as a composer dev dependency
0
287,140
31,819,393,972
IssuesEvent
2023-09-14 00:10:21
billmcchesney1/strelka
https://api.github.com/repos/billmcchesney1/strelka
opened
CVE-2023-37920 (Critical) detected in certifi-2020.12.5-py2.py3-none-any.whl
Mend: dependency security vulnerability
## CVE-2023-37920 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>certifi-2020.12.5-py2.py3-none-any.whl</b></p></summary> <p>Python package for providing Mozilla's CA Bundle.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/5e/a0/5f06e1e1d463903cf0c0eebeb751791119ed7a4b3737fdc9a77f1cdfb51f/certifi-2020.12.5-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/5e/a0/5f06e1e1d463903cf0c0eebeb751791119ed7a4b3737fdc9a77f1cdfb51f/certifi-2020.12.5-py2.py3-none-any.whl</a></p> <p>Path to dependency file: /build/python/backend/requirements.txt</p> <p>Path to vulnerable library: /build/python/backend/requirements.txt,/build/python/mmrpc,/build/python/backend,/build/python/mmrpc/requirements.txt</p> <p> Dependency Hierarchy: - :x: **certifi-2020.12.5-py2.py3-none-any.whl** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi prior to version 2023.07.22 recognizes "e-Tugra" root certificates. e-Tugra's root certificates were subject to an investigation prompted by reporting of security issues in their systems. Certifi 2023.07.22 removes root certificates from "e-Tugra" from the root store. <p>Publish Date: 2023-07-25 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-37920>CVE-2023-37920</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>9.8</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: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/certifi/python-certifi/security/advisories/GHSA-xqr8-7jwr-rhp7">https://github.com/certifi/python-certifi/security/advisories/GHSA-xqr8-7jwr-rhp7</a></p> <p>Release Date: 2023-07-25</p> <p>Fix Resolution: certifi - 2023.7.22</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
True
CVE-2023-37920 (Critical) detected in certifi-2020.12.5-py2.py3-none-any.whl - ## CVE-2023-37920 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>certifi-2020.12.5-py2.py3-none-any.whl</b></p></summary> <p>Python package for providing Mozilla's CA Bundle.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/5e/a0/5f06e1e1d463903cf0c0eebeb751791119ed7a4b3737fdc9a77f1cdfb51f/certifi-2020.12.5-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/5e/a0/5f06e1e1d463903cf0c0eebeb751791119ed7a4b3737fdc9a77f1cdfb51f/certifi-2020.12.5-py2.py3-none-any.whl</a></p> <p>Path to dependency file: /build/python/backend/requirements.txt</p> <p>Path to vulnerable library: /build/python/backend/requirements.txt,/build/python/mmrpc,/build/python/backend,/build/python/mmrpc/requirements.txt</p> <p> Dependency Hierarchy: - :x: **certifi-2020.12.5-py2.py3-none-any.whl** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi prior to version 2023.07.22 recognizes "e-Tugra" root certificates. e-Tugra's root certificates were subject to an investigation prompted by reporting of security issues in their systems. Certifi 2023.07.22 removes root certificates from "e-Tugra" from the root store. <p>Publish Date: 2023-07-25 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-37920>CVE-2023-37920</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>9.8</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: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/certifi/python-certifi/security/advisories/GHSA-xqr8-7jwr-rhp7">https://github.com/certifi/python-certifi/security/advisories/GHSA-xqr8-7jwr-rhp7</a></p> <p>Release Date: 2023-07-25</p> <p>Fix Resolution: certifi - 2023.7.22</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
non_defect
cve critical detected in certifi none any whl cve critical severity vulnerability vulnerable library certifi none any whl python package for providing mozilla s ca bundle library home page a href path to dependency file build python backend requirements txt path to vulnerable library build python backend requirements txt build python mmrpc build python backend build python mmrpc requirements txt dependency hierarchy x certifi none any whl vulnerable library found in base branch master vulnerability details certifi is a curated collection of root certificates for validating the trustworthiness of ssl certificates while verifying the identity of tls hosts certifi prior to version recognizes e tugra root certificates e tugra s root certificates were subject to an investigation prompted by reporting of security issues in their systems certifi removes root certificates from e tugra from the root store 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 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 certifi rescue worker helmet automatic remediation will be attempted for this issue
0
69,366
22,328,528,960
IssuesEvent
2022-06-14 12:48:25
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
"Error decrypting image" bubble should be styled
T-Defect
### Steps to reproduce 1. Send an image file to a room 2. Reload Element offline ### Outcome #### What did you expect? The error message should be styled properly. #### What happened instead? It is displayed as below. ![Untitled](https://user-images.githubusercontent.com/3362943/173580203-d04f80db-89a5-46f2-abe0-bf9ec47ff75e.png) ### Operating system Debian ### Browser information Firefox ESR 91 ### URL for webapp localhost ### Application version develop branch ### Homeserver _No response_ ### Will you send logs? No
1.0
"Error decrypting image" bubble should be styled - ### Steps to reproduce 1. Send an image file to a room 2. Reload Element offline ### Outcome #### What did you expect? The error message should be styled properly. #### What happened instead? It is displayed as below. ![Untitled](https://user-images.githubusercontent.com/3362943/173580203-d04f80db-89a5-46f2-abe0-bf9ec47ff75e.png) ### Operating system Debian ### Browser information Firefox ESR 91 ### URL for webapp localhost ### Application version develop branch ### Homeserver _No response_ ### Will you send logs? No
defect
error decrypting image bubble should be styled steps to reproduce send an image file to a room reload element offline outcome what did you expect the error message should be styled properly what happened instead it is displayed as below operating system debian browser information firefox esr url for webapp localhost application version develop branch homeserver no response will you send logs no
1
338,503
30,302,937,193
IssuesEvent
2023-07-10 07:31:49
optuna/optuna
https://api.github.com/repos/optuna/optuna
closed
Support `PyTorch Lightning 2.0` in the unit-tests
test CI contribution-welcome optuna.integration
### Motivation The test for `PyTorchLightningPruningCallback` does not works with PyTorch Lightning v2.0.0. Currently, PyTorch Lightning version used in CI is restricted to be smaller than 2.0.0 by #4522. Please note that `PyTorchLightningPruningCallback` itself works with PyTorch Lightning v2.0.0 for now (See https://github.com/optuna/optuna-examples/pull/179). ### Suggestion Make a change in `tests/integration_tests/test_pytorch_lightning.py`. To be specific, - Remove `pytorch_lightning.strategies.ddp_spawn.DDPSpawnStrategy`. `DDPSpawnStrategy` is merged into `DDPStrategy` by https://github.com/Lightning-AI/lightning/pull/16809. We can just resolve it by passing `strategy='ddp_spawn` to `pl.Trainer`. - Replace `validation_epoch_end` with `on_validation_epoch_end`. A `LightningModule`'s method `validation_epoch_end` is renamed to `on_validation_epoch_end` and some other changes made by https://github.com/Lightning-AI/lightning/pull/16520. ### Additional context (optional) PyTorch 2.0 and PyTorch Lightning 2.0.0 are release and started to be distributed from PyPI. Changes from PyTorch Lightning v1.5 to v2.0 is listed [here](https://lightning.ai/docs/pytorch/stable/upgrade/from_1_5.html). We would be grateful if you could find any other deprecated features used in `PyTorchLightningPruningCallback` and its test.
1.0
Support `PyTorch Lightning 2.0` in the unit-tests - ### Motivation The test for `PyTorchLightningPruningCallback` does not works with PyTorch Lightning v2.0.0. Currently, PyTorch Lightning version used in CI is restricted to be smaller than 2.0.0 by #4522. Please note that `PyTorchLightningPruningCallback` itself works with PyTorch Lightning v2.0.0 for now (See https://github.com/optuna/optuna-examples/pull/179). ### Suggestion Make a change in `tests/integration_tests/test_pytorch_lightning.py`. To be specific, - Remove `pytorch_lightning.strategies.ddp_spawn.DDPSpawnStrategy`. `DDPSpawnStrategy` is merged into `DDPStrategy` by https://github.com/Lightning-AI/lightning/pull/16809. We can just resolve it by passing `strategy='ddp_spawn` to `pl.Trainer`. - Replace `validation_epoch_end` with `on_validation_epoch_end`. A `LightningModule`'s method `validation_epoch_end` is renamed to `on_validation_epoch_end` and some other changes made by https://github.com/Lightning-AI/lightning/pull/16520. ### Additional context (optional) PyTorch 2.0 and PyTorch Lightning 2.0.0 are release and started to be distributed from PyPI. Changes from PyTorch Lightning v1.5 to v2.0 is listed [here](https://lightning.ai/docs/pytorch/stable/upgrade/from_1_5.html). We would be grateful if you could find any other deprecated features used in `PyTorchLightningPruningCallback` and its test.
non_defect
support pytorch lightning in the unit tests motivation the test for pytorchlightningpruningcallback does not works with pytorch lightning currently pytorch lightning version used in ci is restricted to be smaller than by please note that pytorchlightningpruningcallback itself works with pytorch lightning for now see suggestion make a change in tests integration tests test pytorch lightning py to be specific remove pytorch lightning strategies ddp spawn ddpspawnstrategy ddpspawnstrategy is merged into ddpstrategy by we can just resolve it by passing strategy ddp spawn to pl trainer replace validation epoch end with on validation epoch end a lightningmodule s method validation epoch end is renamed to on validation epoch end and some other changes made by additional context optional pytorch and pytorch lightning are release and started to be distributed from pypi changes from pytorch lightning to is listed we would be grateful if you could find any other deprecated features used in pytorchlightningpruningcallback and its test
0
6,647
14,978,612,504
IssuesEvent
2021-01-28 11:04:03
woocommerce/woocommerce-android
https://api.github.com/repos/woocommerce/woocommerce-android
closed
IndexOutOfBoundsException: Index: 0
Architecture Priority: High [Type] Crash
Sentry Issue: [WOOCOMMERCE-ANDROID-190](https://sentry.io/organizations/a8c/issues/2182840963/?referrer=github_integration) ``` IndexOutOfBoundsException: Index: 0 at com.woocommerce.android.ui.main.MainActivity.getHostChildFragment(MainActivity.kt:379) at com.woocommerce.android.ui.main.MainActivity.isAtTopLevelNavigation(MainActivity.kt:498) at com.woocommerce.android.ui.main.MainActivity.onDestinationChanged(MainActivity.kt:387) at com.woocommerce.android.ui.main.MainBottomNavigationView.onNavigationItemSelected(MainBottomNavigationView.kt:187) ... (20 additional frame(s) were not displayed) Index: 0 ```
1.0
IndexOutOfBoundsException: Index: 0 - Sentry Issue: [WOOCOMMERCE-ANDROID-190](https://sentry.io/organizations/a8c/issues/2182840963/?referrer=github_integration) ``` IndexOutOfBoundsException: Index: 0 at com.woocommerce.android.ui.main.MainActivity.getHostChildFragment(MainActivity.kt:379) at com.woocommerce.android.ui.main.MainActivity.isAtTopLevelNavigation(MainActivity.kt:498) at com.woocommerce.android.ui.main.MainActivity.onDestinationChanged(MainActivity.kt:387) at com.woocommerce.android.ui.main.MainBottomNavigationView.onNavigationItemSelected(MainBottomNavigationView.kt:187) ... (20 additional frame(s) were not displayed) Index: 0 ```
non_defect
indexoutofboundsexception index sentry issue indexoutofboundsexception index at com woocommerce android ui main mainactivity gethostchildfragment mainactivity kt at com woocommerce android ui main mainactivity isattoplevelnavigation mainactivity kt at com woocommerce android ui main mainactivity ondestinationchanged mainactivity kt at com woocommerce android ui main mainbottomnavigationview onnavigationitemselected mainbottomnavigationview kt additional frame s were not displayed index
0
66,536
20,261,610,665
IssuesEvent
2022-02-15 08:07:04
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Crash when sharing files stored on nextcloud
T-Defect
### Steps to reproduce 1. Where are you starting? What can you see? Trying to share a file/image from within a room or file manager (with destination element) ### Outcome #### What did you expect? File shared #### What happened instead? Crash [log.txt](https://github.com/vector-im/element-android/files/8067004/log.txt) ### Your phone model PixelXL ### Operating system version Android 10 (Lineageos, no Gapps) ### Application version and app store Element 1.4.0 from F-Droid ### Homeserver matrix.org ### Will you send logs? No
1.0
Crash when sharing files stored on nextcloud - ### Steps to reproduce 1. Where are you starting? What can you see? Trying to share a file/image from within a room or file manager (with destination element) ### Outcome #### What did you expect? File shared #### What happened instead? Crash [log.txt](https://github.com/vector-im/element-android/files/8067004/log.txt) ### Your phone model PixelXL ### Operating system version Android 10 (Lineageos, no Gapps) ### Application version and app store Element 1.4.0 from F-Droid ### Homeserver matrix.org ### Will you send logs? No
defect
crash when sharing files stored on nextcloud steps to reproduce where are you starting what can you see trying to share a file image from within a room or file manager with destination element outcome what did you expect file shared what happened instead crash your phone model pixelxl operating system version android lineageos no gapps application version and app store element from f droid homeserver matrix org will you send logs no
1
737,278
25,509,572,147
IssuesEvent
2022-11-28 12:06:39
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Single Window, without Tab => Open in Single window and not in Tab (Disable Tab's)
suggestion priority/P5 feature-request
## Description in the past times of FF was it possible to open a new Link in a Single Window open , this is possible but the Tab is already to show . ## Steps to Reproduce 1. open Google 2. search "test" 3. open an link in a new Window and you see the Tab and not a clean Window without Tab. ## Actual result: Tab not able to disable. ## Expected result: a clean window without a Tab, only the Buttons and Adressbar A possible to [X] disable the Tab ## Reproduces how often: ~ ## Brave version (brave://version info) <!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details--> Brave ist auf dem neuesten Stand Version 1.8.86 Chromium: 81.0.4044.129 (Official Build) (64-bit) best regards Blacky
1.0
Single Window, without Tab => Open in Single window and not in Tab (Disable Tab's) - ## Description in the past times of FF was it possible to open a new Link in a Single Window open , this is possible but the Tab is already to show . ## Steps to Reproduce 1. open Google 2. search "test" 3. open an link in a new Window and you see the Tab and not a clean Window without Tab. ## Actual result: Tab not able to disable. ## Expected result: a clean window without a Tab, only the Buttons and Adressbar A possible to [X] disable the Tab ## Reproduces how often: ~ ## Brave version (brave://version info) <!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details--> Brave ist auf dem neuesten Stand Version 1.8.86 Chromium: 81.0.4044.129 (Official Build) (64-bit) best regards Blacky
non_defect
single window without tab open in single window and not in tab disable tab s description in the past times of ff was it possible to open a new link in a single window open this is possible but the tab is already to show steps to reproduce open google search test open an link in a new window and you see the tab and not a clean window without tab actual result tab not able to disable expected result a clean window without a tab only the buttons and adressbar a possible to disable the tab reproduces how often brave version brave version info brave ist auf dem neuesten stand version chromium official build bit best regards blacky
0
45,532
12,835,028,812
IssuesEvent
2020-07-07 12:10:30
Reckue/post-api
https://api.github.com/repos/Reckue/post-api
closed
Fix rating problems
Blocker Defect
Please, fix the problem connecting with sorting by postId. When you use swagger and want to get a list of ratings sorted by postId you receive "INTERNAL_SERVER_ERROR". ```json { "message": null, "httpStatus": "INTERNAL_SERVER_ERROR", "status": 500 } ``` Something works wrong. Because, if you try to sort by another type, for example, like post Id (which we don't have as a sort type), you receive "BAD_REQUEST" ```json { "message": "Such field as post Id doesn't exist", "httpStatus": "BAD_REQUEST", "status": 400 } ```
1.0
Fix rating problems - Please, fix the problem connecting with sorting by postId. When you use swagger and want to get a list of ratings sorted by postId you receive "INTERNAL_SERVER_ERROR". ```json { "message": null, "httpStatus": "INTERNAL_SERVER_ERROR", "status": 500 } ``` Something works wrong. Because, if you try to sort by another type, for example, like post Id (which we don't have as a sort type), you receive "BAD_REQUEST" ```json { "message": "Such field as post Id doesn't exist", "httpStatus": "BAD_REQUEST", "status": 400 } ```
defect
fix rating problems please fix the problem connecting with sorting by postid when you use swagger and want to get a list of ratings sorted by postid you receive internal server error json message null httpstatus internal server error status something works wrong because if you try to sort by another type for example like post id which we don t have as a sort type you receive bad request json message such field as post id doesn t exist httpstatus bad request status
1
16,066
2,870,254,915
IssuesEvent
2015-06-07 00:42:00
pdelia/away3d
https://api.github.com/repos/pdelia/away3d
opened
OBJ files with mtl references, and line endings that are not in DOS format fail to load
auto-migrated Priority-Medium Type-Defect
#122 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:58Z ``` Create an obj file containing valid mtllib and usemtl references on a Linux PC. Make sure it does not have DOS line endings. Attempt to load it using Obj.load("http://localhost/mytest.obj"); The loader will throw an error containing: Error #1009: Cannot access a property or method of a null object reference away3d.loaders::Obj/parseMtl()... Now, open the same file in wordpad, save it and try to use it again. It should now work. Wordpad is changing the line endings when it saves. Occurs in revision 2684 at least. ``` Original issue reported on code.google.com by `brucewei...@googlemail.com` on 6 Jul 2010 at 3:53
1.0
OBJ files with mtl references, and line endings that are not in DOS format fail to load - #122 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:58Z ``` Create an obj file containing valid mtllib and usemtl references on a Linux PC. Make sure it does not have DOS line endings. Attempt to load it using Obj.load("http://localhost/mytest.obj"); The loader will throw an error containing: Error #1009: Cannot access a property or method of a null object reference away3d.loaders::Obj/parseMtl()... Now, open the same file in wordpad, save it and try to use it again. It should now work. Wordpad is changing the line endings when it saves. Occurs in revision 2684 at least. ``` Original issue reported on code.google.com by `brucewei...@googlemail.com` on 6 Jul 2010 at 3:53
defect
obj files with mtl references and line endings that are not in dos format fail to load issue by googlecodeexporter created on create an obj file containing valid mtllib and usemtl references on a linux pc make sure it does not have dos line endings attempt to load it using obj load the loader will throw an error containing error cannot access a property or method of a null object reference loaders obj parsemtl now open the same file in wordpad save it and try to use it again it should now work wordpad is changing the line endings when it saves occurs in revision at least original issue reported on code google com by brucewei googlemail com on jul at
1
2,447
3,462,295,140
IssuesEvent
2015-12-20 20:31:28
stamp-web/stamp-web-aurelia
https://api.github.com/repos/stamp-web/stamp-web-aurelia
closed
Implement the aurelia-cli build
performance
The latest skeleton has some of the instructions there https://github.com/aurelia/skeleton-navigation/blob/master/aureliafile.js The builder library is here https://github.com/aurelia/cli
True
Implement the aurelia-cli build - The latest skeleton has some of the instructions there https://github.com/aurelia/skeleton-navigation/blob/master/aureliafile.js The builder library is here https://github.com/aurelia/cli
non_defect
implement the aurelia cli build the latest skeleton has some of the instructions there the builder library is here
0
13,756
2,782,338,340
IssuesEvent
2015-05-06 17:38:59
biocodellc/biocode-fims
https://api.github.com/repos/biocodellc/biocode-fims
closed
2-factor authentication
auto-migrated Priority-Critical SI_v1 SI_v2 Type-Defect
``` Implement 2-factor authentication per instructions from SI. Currently this is proposed to be moved to FIMS 2.0. ``` Original issue reported on code.google.com by `jdec...@gmail.com` on 25 Feb 2015 at 1:09
1.0
2-factor authentication - ``` Implement 2-factor authentication per instructions from SI. Currently this is proposed to be moved to FIMS 2.0. ``` Original issue reported on code.google.com by `jdec...@gmail.com` on 25 Feb 2015 at 1:09
defect
factor authentication implement factor authentication per instructions from si currently this is proposed to be moved to fims original issue reported on code google com by jdec gmail com on feb at
1
49,602
13,187,238,799
IssuesEvent
2020-08-13 02:47:13
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[Steamshovel] artists python files don't like being called on their own which confuses the documentation (Trac #1736)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1736">https://code.icecube.wisc.edu/ticket/1736</a>, reported by kjmeagher and owned by hdembinski</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:12:38", "description": "It is not clear to me exactly how steamshovel loads these artist files but it causes problems with sphinx documentation. These can be tested by running the file directly for example calling `python ${I3_SRC}/CommonVariables/python/artists/direct_hits.py` instead of calling sphinx and it gets the same result.\n\n* common_variables/artists/direct_hits.py\n* common_variables/artists/hit_multiplicity.py\n* common_variables/artists/hit_statistics.py\n* common_variables/artists/track_characteristics.py\n* millipede/artists.py\n* steamshovel/artists/LEDPowerHouse.py\n* steamshovel/artists/ParticleUncertainty.py\n* steamshovel/sessions/IT73.py\n* steamshovel/sessions/Minimum.py\n\nFull error messages below\n{{{\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.common_variables.artists.rst:15: WARNING: autodoc: failed to import module u'icecube.common_variables.artists.direct_hits'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/direct_hits.py\", line 5, in <module>\n class I3DirectHitsValues(PyArtist):\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/direct_hits.py\", line 10, in I3DirectHitsValues\n requiredTypes = [ direct_hits.I3DirectHitsValues ]\nAttributeError: 'module' object has no attribute 'I3DirectHitsValues'\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.common_variables.artists.rst:23: WARNING: autodoc: failed to import module u'icecube.common_variables.artists.hit_multiplicity'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/hit_multiplicity.py\", line 4, in <module>\n class I3HitMultiplicityValues(PyArtist):\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/hit_multiplicity.py\", line 9, in I3HitMultiplicityValues\n requiredTypes = [ hit_multiplicity.I3HitMultiplicityValues ]\nAttributeError: 'module' object has no attribute 'I3HitMultiplicityValues'\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.common_variables.artists.rst:31: WARNING: autodoc: failed to import module u'icecube.common_variables.artists.hit_statistics'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/hit_statistics.py\", line 5, in <module>\n class I3HitStatisticsValues(PyArtist):\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/hit_statistics.py\", line 10, in I3HitStatisticsValues\n requiredTypes = [ hit_statistics.I3HitStatisticsValues ]\nAttributeError: 'module' object has no attribute 'I3HitStatisticsValues'\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.common_variables.artists.rst:39: WARNING: autodoc: failed to import module u'icecube.common_variables.artists.track_characteristics'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/track_characteristics.py\", line 5, in <module>\n class I3TrackCharacteristicsValues(PyArtist):\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/track_characteristics.py\", line 10, in I3TrackCharacteristicsValues\n requiredTypes = [ track_characteristics.I3TrackCharacteristicsValues ]\nAttributeError: 'module' object has no attribute 'I3TrackCharacteristicsValues'\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.ipdf.rst:23: WARNING: autodoc: failed to import module u'icecube.ipdf.test_bug'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/ipdf/test_bug.py\", line 3, in <module>\n scenario = window.gl.scenario\nNameError: name 'window' is not defined\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.millipede.rst:15: WARNING: autodoc: failed to import module u'icecube.millipede.artists'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/millipede/artists.py\", line 7, in <module>\n from icecube.steamshovel.artists.MPLArtist import MPLArtist\nImportError: No module named MPLArtist\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.steamshovel.artists.rst:70: WARNING: autodoc: failed to import module u'icecube.steamshovel.artists.LEDPowerHouse'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/steamshovel/artists/LEDPowerHouse.py\", line 9, in <module>\n import serial\nImportError: No module named serial\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.steamshovel.artists.rst:78: WARNING: autodoc: failed to import module u'icecube.steamshovel.artists.ParticleUncertainty'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/steamshovel/artists/ParticleUncertainty.py\", line 6, in <module>\n from .AnimatedParticle import PosAtTime\nImportError: No module named AnimatedParticle\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.steamshovel.sessions.rst:15: WARNING: autodoc: failed to import module u'icecube.steamshovel.sessions.IT73'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/steamshovel/sessions/IT73.py\", line 124, in <module>\n _dumpScenario()\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/steamshovel/sessions/IT73.py\", line 6, in _dumpScenario\n scenario = window.gl.scenario\nNameError: global name 'window' is not defined\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.steamshovel.sessions.rst:23: WARNING: autodoc: failed to import module u'icecube.steamshovel.sessions.Minimum'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/steamshovel/sessions/Minimum.py\", line 47, in <module>\n _dumpScenario()\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/steamshovel/sessions/Minimum.py\", line 6, in _dumpScenario\n scenario = window.gl.scenario\nNameError: global name 'window' is not defined\n}}}", "reporter": "kjmeagher", "cc": "", "resolution": "fixed", "_ts": "1550067158057333", "component": "combo core", "summary": "[Steamshovel] artists python files don't like being called on their own which confuses the documentation", "priority": "normal", "keywords": "documentation", "time": "2016-06-10T07:42:38", "milestone": "", "owner": "hdembinski", "type": "defect" } ``` </p> </details>
1.0
[Steamshovel] artists python files don't like being called on their own which confuses the documentation (Trac #1736) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1736">https://code.icecube.wisc.edu/ticket/1736</a>, reported by kjmeagher and owned by hdembinski</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:12:38", "description": "It is not clear to me exactly how steamshovel loads these artist files but it causes problems with sphinx documentation. These can be tested by running the file directly for example calling `python ${I3_SRC}/CommonVariables/python/artists/direct_hits.py` instead of calling sphinx and it gets the same result.\n\n* common_variables/artists/direct_hits.py\n* common_variables/artists/hit_multiplicity.py\n* common_variables/artists/hit_statistics.py\n* common_variables/artists/track_characteristics.py\n* millipede/artists.py\n* steamshovel/artists/LEDPowerHouse.py\n* steamshovel/artists/ParticleUncertainty.py\n* steamshovel/sessions/IT73.py\n* steamshovel/sessions/Minimum.py\n\nFull error messages below\n{{{\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.common_variables.artists.rst:15: WARNING: autodoc: failed to import module u'icecube.common_variables.artists.direct_hits'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/direct_hits.py\", line 5, in <module>\n class I3DirectHitsValues(PyArtist):\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/direct_hits.py\", line 10, in I3DirectHitsValues\n requiredTypes = [ direct_hits.I3DirectHitsValues ]\nAttributeError: 'module' object has no attribute 'I3DirectHitsValues'\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.common_variables.artists.rst:23: WARNING: autodoc: failed to import module u'icecube.common_variables.artists.hit_multiplicity'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/hit_multiplicity.py\", line 4, in <module>\n class I3HitMultiplicityValues(PyArtist):\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/hit_multiplicity.py\", line 9, in I3HitMultiplicityValues\n requiredTypes = [ hit_multiplicity.I3HitMultiplicityValues ]\nAttributeError: 'module' object has no attribute 'I3HitMultiplicityValues'\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.common_variables.artists.rst:31: WARNING: autodoc: failed to import module u'icecube.common_variables.artists.hit_statistics'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/hit_statistics.py\", line 5, in <module>\n class I3HitStatisticsValues(PyArtist):\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/hit_statistics.py\", line 10, in I3HitStatisticsValues\n requiredTypes = [ hit_statistics.I3HitStatisticsValues ]\nAttributeError: 'module' object has no attribute 'I3HitStatisticsValues'\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.common_variables.artists.rst:39: WARNING: autodoc: failed to import module u'icecube.common_variables.artists.track_characteristics'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/track_characteristics.py\", line 5, in <module>\n class I3TrackCharacteristicsValues(PyArtist):\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/common_variables/artists/track_characteristics.py\", line 10, in I3TrackCharacteristicsValues\n requiredTypes = [ track_characteristics.I3TrackCharacteristicsValues ]\nAttributeError: 'module' object has no attribute 'I3TrackCharacteristicsValues'\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.ipdf.rst:23: WARNING: autodoc: failed to import module u'icecube.ipdf.test_bug'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/ipdf/test_bug.py\", line 3, in <module>\n scenario = window.gl.scenario\nNameError: name 'window' is not defined\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.millipede.rst:15: WARNING: autodoc: failed to import module u'icecube.millipede.artists'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/millipede/artists.py\", line 7, in <module>\n from icecube.steamshovel.artists.MPLArtist import MPLArtist\nImportError: No module named MPLArtist\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.steamshovel.artists.rst:70: WARNING: autodoc: failed to import module u'icecube.steamshovel.artists.LEDPowerHouse'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/steamshovel/artists/LEDPowerHouse.py\", line 9, in <module>\n import serial\nImportError: No module named serial\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.steamshovel.artists.rst:78: WARNING: autodoc: failed to import module u'icecube.steamshovel.artists.ParticleUncertainty'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/steamshovel/artists/ParticleUncertainty.py\", line 6, in <module>\n from .AnimatedParticle import PosAtTime\nImportError: No module named AnimatedParticle\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.steamshovel.sessions.rst:15: WARNING: autodoc: failed to import module u'icecube.steamshovel.sessions.IT73'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/steamshovel/sessions/IT73.py\", line 124, in <module>\n _dumpScenario()\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/steamshovel/sessions/IT73.py\", line 6, in _dumpScenario\n scenario = window.gl.scenario\nNameError: global name 'window' is not defined\n/Users/kmeagher/icecube/combo/release/sphinx_build/source/python/icecube.steamshovel.sessions.rst:23: WARNING: autodoc: failed to import module u'icecube.steamshovel.sessions.Minimum'; the following exception was raised:\nTraceback (most recent call last):\n File \"/private/var/folders/rc/g_4_lyp9039cj1586zzg88f40000gn/T/pip-build-A327aa/sphinx/sphinx/ext/autodoc.py\", line 385, in import_object\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/steamshovel/sessions/Minimum.py\", line 47, in <module>\n _dumpScenario()\n File \"/Users/kmeagher/icecube/combo/release/lib/icecube/steamshovel/sessions/Minimum.py\", line 6, in _dumpScenario\n scenario = window.gl.scenario\nNameError: global name 'window' is not defined\n}}}", "reporter": "kjmeagher", "cc": "", "resolution": "fixed", "_ts": "1550067158057333", "component": "combo core", "summary": "[Steamshovel] artists python files don't like being called on their own which confuses the documentation", "priority": "normal", "keywords": "documentation", "time": "2016-06-10T07:42:38", "milestone": "", "owner": "hdembinski", "type": "defect" } ``` </p> </details>
defect
artists python files don t like being called on their own which confuses the documentation trac migrated from json status closed changetime description it is not clear to me exactly how steamshovel loads these artist files but it causes problems with sphinx documentation these can be tested by running the file directly for example calling python src commonvariables python artists direct hits py instead of calling sphinx and it gets the same result n n common variables artists direct hits py n common variables artists hit multiplicity py n common variables artists hit statistics py n common variables artists track characteristics py n millipede artists py n steamshovel artists ledpowerhouse py n steamshovel artists particleuncertainty py n steamshovel sessions py n steamshovel sessions minimum py n nfull error messages below n n users kmeagher icecube combo release sphinx build source python icecube common variables artists rst warning autodoc failed to import module u icecube common variables artists direct hits the following exception was raised ntraceback most recent call last n file private var folders rc g t pip build sphinx sphinx ext autodoc py line in import object n file users kmeagher icecube combo release lib icecube common variables artists direct hits py line in n class pyartist n file users kmeagher icecube combo release lib icecube common variables artists direct hits py line in n requiredtypes nattributeerror module object has no attribute n users kmeagher icecube combo release sphinx build source python icecube common variables artists rst warning autodoc failed to import module u icecube common variables artists hit multiplicity the following exception was raised ntraceback most recent call last n file private var folders rc g t pip build sphinx sphinx ext autodoc py line in import object n file users kmeagher icecube combo release lib icecube common variables artists hit multiplicity py line in n class pyartist n file users kmeagher icecube combo release lib icecube common variables artists hit multiplicity py line in n requiredtypes nattributeerror module object has no attribute n users kmeagher icecube combo release sphinx build source python icecube common variables artists rst warning autodoc failed to import module u icecube common variables artists hit statistics the following exception was raised ntraceback most recent call last n file private var folders rc g t pip build sphinx sphinx ext autodoc py line in import object n file users kmeagher icecube combo release lib icecube common variables artists hit statistics py line in n class pyartist n file users kmeagher icecube combo release lib icecube common variables artists hit statistics py line in n requiredtypes nattributeerror module object has no attribute n users kmeagher icecube combo release sphinx build source python icecube common variables artists rst warning autodoc failed to import module u icecube common variables artists track characteristics the following exception was raised ntraceback most recent call last n file private var folders rc g t pip build sphinx sphinx ext autodoc py line in import object n file users kmeagher icecube combo release lib icecube common variables artists track characteristics py line in n class pyartist n file users kmeagher icecube combo release lib icecube common variables artists track characteristics py line in n requiredtypes nattributeerror module object has no attribute n users kmeagher icecube combo release sphinx build source python icecube ipdf rst warning autodoc failed to import module u icecube ipdf test bug the following exception was raised ntraceback most recent call last n file private var folders rc g t pip build sphinx sphinx ext autodoc py line in import object n file users kmeagher icecube combo release lib icecube ipdf test bug py line in n scenario window gl scenario nnameerror name window is not defined n users kmeagher icecube combo release sphinx build source python icecube millipede rst warning autodoc failed to import module u icecube millipede artists the following exception was raised ntraceback most recent call last n file private var folders rc g t pip build sphinx sphinx ext autodoc py line in import object n file users kmeagher icecube combo release lib icecube millipede artists py line in n from icecube steamshovel artists mplartist import mplartist nimporterror no module named mplartist n users kmeagher icecube combo release sphinx build source python icecube steamshovel artists rst warning autodoc failed to import module u icecube steamshovel artists ledpowerhouse the following exception was raised ntraceback most recent call last n file private var folders rc g t pip build sphinx sphinx ext autodoc py line in import object n file users kmeagher icecube combo release lib icecube steamshovel artists ledpowerhouse py line in n import serial nimporterror no module named serial n users kmeagher icecube combo release sphinx build source python icecube steamshovel artists rst warning autodoc failed to import module u icecube steamshovel artists particleuncertainty the following exception was raised ntraceback most recent call last n file private var folders rc g t pip build sphinx sphinx ext autodoc py line in import object n file users kmeagher icecube combo release lib icecube steamshovel artists particleuncertainty py line in n from animatedparticle import posattime nimporterror no module named animatedparticle n users kmeagher icecube combo release sphinx build source python icecube steamshovel sessions rst warning autodoc failed to import module u icecube steamshovel sessions the following exception was raised ntraceback most recent call last n file private var folders rc g t pip build sphinx sphinx ext autodoc py line in import object n file users kmeagher icecube combo release lib icecube steamshovel sessions py line in n dumpscenario n file users kmeagher icecube combo release lib icecube steamshovel sessions py line in dumpscenario n scenario window gl scenario nnameerror global name window is not defined n users kmeagher icecube combo release sphinx build source python icecube steamshovel sessions rst warning autodoc failed to import module u icecube steamshovel sessions minimum the following exception was raised ntraceback most recent call last n file private var folders rc g t pip build sphinx sphinx ext autodoc py line in import object n file users kmeagher icecube combo release lib icecube steamshovel sessions minimum py line in n dumpscenario n file users kmeagher icecube combo release lib icecube steamshovel sessions minimum py line in dumpscenario n scenario window gl scenario nnameerror global name window is not defined n reporter kjmeagher cc resolution fixed ts component combo core summary artists python files don t like being called on their own which confuses the documentation priority normal keywords documentation time milestone owner hdembinski type defect
1
139,292
20,822,531,736
IssuesEvent
2022-03-18 16:48:25
zesty-io/nextjs-website
https://api.github.com/repos/zesty-io/nextjs-website
closed
Pricing Page - Table
High Priority CSS Design
- Table columns change depending on how long "Features" lines are - can we make these fixed all the way down and wrap text in the features line if need be? - Tables are coming in random order - can we implement a way to order them custom? - There is no "apps" section - need to add - Rows are not following sort order - Please also make all headers title case and bolded instead of all caps. Ensure font sizes are the same. ![image](https://user-images.githubusercontent.com/101665566/158908754-1c639661-a3ca-4174-bc7a-7f7227d06d11.png)
1.0
Pricing Page - Table - - Table columns change depending on how long "Features" lines are - can we make these fixed all the way down and wrap text in the features line if need be? - Tables are coming in random order - can we implement a way to order them custom? - There is no "apps" section - need to add - Rows are not following sort order - Please also make all headers title case and bolded instead of all caps. Ensure font sizes are the same. ![image](https://user-images.githubusercontent.com/101665566/158908754-1c639661-a3ca-4174-bc7a-7f7227d06d11.png)
non_defect
pricing page table table columns change depending on how long features lines are can we make these fixed all the way down and wrap text in the features line if need be tables are coming in random order can we implement a way to order them custom there is no apps section need to add rows are not following sort order please also make all headers title case and bolded instead of all caps ensure font sizes are the same
0
28,020
12,751,947,258
IssuesEvent
2020-06-27 13:55:38
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Move CallConv* to the same reference assembly as System.Object
area-System.Runtime.InteropServices
`CallConvCdecl`, `CallConvStdcall`, `CallConvFastcall`, and `CallConvThiscall` need to be moved from System.Runtime.CompilerServices.VisualC into System.Runtime (the same assembly that contains `System.Object` and contains no references) in order to support function pointers for C# 9.
1.0
Move CallConv* to the same reference assembly as System.Object - `CallConvCdecl`, `CallConvStdcall`, `CallConvFastcall`, and `CallConvThiscall` need to be moved from System.Runtime.CompilerServices.VisualC into System.Runtime (the same assembly that contains `System.Object` and contains no references) in order to support function pointers for C# 9.
non_defect
move callconv to the same reference assembly as system object callconvcdecl callconvstdcall callconvfastcall and callconvthiscall need to be moved from system runtime compilerservices visualc into system runtime the same assembly that contains system object and contains no references in order to support function pointers for c
0
63,322
17,597,681,379
IssuesEvent
2021-08-17 07:54:12
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
voice call doesn't work
T-Defect X-Regression S-Critical Z-Fire P-High
### What happened? If i call a person, that person can't hear me but i can hear that person and if the other person calls back, i cant hear that person but that person can hear me. When i get the call i can't hear the ringing also if i call other person that person can't hear the ringing either. ### What did you expect? voice should work for both side ### Operating system Windows 10 ### Browser information Chromium: 92.0.4515.131 ### URL for webapp app,element,io Element version: 1.8.0 Olm version: 3.2.3
1.0
voice call doesn't work - ### What happened? If i call a person, that person can't hear me but i can hear that person and if the other person calls back, i cant hear that person but that person can hear me. When i get the call i can't hear the ringing also if i call other person that person can't hear the ringing either. ### What did you expect? voice should work for both side ### Operating system Windows 10 ### Browser information Chromium: 92.0.4515.131 ### URL for webapp app,element,io Element version: 1.8.0 Olm version: 3.2.3
defect
voice call doesn t work what happened if i call a person that person can t hear me but i can hear that person and if the other person calls back i cant hear that person but that person can hear me when i get the call i can t hear the ringing also if i call other person that person can t hear the ringing either what did you expect voice should work for both side operating system windows browser information chromium url for webapp app element io element version olm version
1
65,184
19,252,394,503
IssuesEvent
2021-12-09 07:29:39
martinrotter/rssguard
https://api.github.com/repos/martinrotter/rssguard
closed
[BUG]: Adding RSS request a Proxy ?
Type-Defect
### Brief description of the issue Hi I'm new trying this software. I want to add some RSS feeds, but when I "Add Account" it asks me for a Proxy. I'm not sure if I'm doing it right. ### How to reproduce the bug? Add Acount Select RSS A Proxy requesting window appear. ### What was the expected result? I was expecting a place to put the RSS URL ### What actually happened? It asks me for a proxy server with userid and password. ### Other information _No response_ ### Operating system and version * OS: Windows * RSS Guard version: rssguard-4.0.4-9855b8a5-nowebengine-win64.exe
1.0
[BUG]: Adding RSS request a Proxy ? - ### Brief description of the issue Hi I'm new trying this software. I want to add some RSS feeds, but when I "Add Account" it asks me for a Proxy. I'm not sure if I'm doing it right. ### How to reproduce the bug? Add Acount Select RSS A Proxy requesting window appear. ### What was the expected result? I was expecting a place to put the RSS URL ### What actually happened? It asks me for a proxy server with userid and password. ### Other information _No response_ ### Operating system and version * OS: Windows * RSS Guard version: rssguard-4.0.4-9855b8a5-nowebengine-win64.exe
defect
adding rss request a proxy brief description of the issue hi i m new trying this software i want to add some rss feeds but when i add account it asks me for a proxy i m not sure if i m doing it right how to reproduce the bug add acount select rss a proxy requesting window appear what was the expected result i was expecting a place to put the rss url what actually happened it asks me for a proxy server with userid and password other information no response operating system and version os windows rss guard version rssguard nowebengine exe
1
56,663
15,266,903,317
IssuesEvent
2021-02-22 09:24:58
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Bad extra derived table generated when INSERT .. SELECT references target table from correlated subquery in MariaDB, MySQL
C: DB: MariaDB C: DB: MySQL C: Functionality E: All Editions P: Medium T: Defect
### Expected behavior `Exists` expressions should not generate extra SQL ### Actual behavior `.andNotExists(DSL.selectZero().from(RR).where(RR.ID.eq(TT.ID)))` generates: `AND NOT (EXISTS (SELECT * FROM (SELECT 0 AS ZERO FROM ... AS RR WHERE (RR.CHID = TT.ID)) AS T))` may be simplified to: `AND NOT EXISTS (SELECT 0 FROM ... AS rr WHERE (rr.id = tt.id))` Looks like applies to all xxxExists() functions. ### Steps to reproduce the problem Original query: ```sql ctx.insertInto(b) .columns(x,y,z) .select( ctx.select(x, y, z) .from(a) .where(...) .andNotExists(DSL.selectZero().from(b).where(b.id.eq(a.id))) ) .onDuplicateKeyIgnore() .execute(); ``` Minimal example: ```sql create table tmp(id int, name varchar(10)); create table tmp2(id int, name varchar(10)); insert into tmp(id, name) select id, name from tmp2 as v where 0=1 and not exists(select * from (select 0 from tmp2 as u where u.name=v.name) as t); ``` Error: Unknown column 'v.name' in 'where clause' 1 statement failed. ```sql insert into tmp(id, name) select id, name from tmp2 as v where 0=1 and not exists(select 0 from tmp2 as u where u.name=v.name); ``` INSERT INTO tmp successful 0 rows affected ### Versions - jOOQ: 3.14.7 - Java: 8, 11 - Database (include vendor): MariaDB 10.3.16-MariaDB - OS: Linux - JDBC Driver (include name if inofficial driver): com.mysql.jdbc.Driver, 5.1.49
1.0
Bad extra derived table generated when INSERT .. SELECT references target table from correlated subquery in MariaDB, MySQL - ### Expected behavior `Exists` expressions should not generate extra SQL ### Actual behavior `.andNotExists(DSL.selectZero().from(RR).where(RR.ID.eq(TT.ID)))` generates: `AND NOT (EXISTS (SELECT * FROM (SELECT 0 AS ZERO FROM ... AS RR WHERE (RR.CHID = TT.ID)) AS T))` may be simplified to: `AND NOT EXISTS (SELECT 0 FROM ... AS rr WHERE (rr.id = tt.id))` Looks like applies to all xxxExists() functions. ### Steps to reproduce the problem Original query: ```sql ctx.insertInto(b) .columns(x,y,z) .select( ctx.select(x, y, z) .from(a) .where(...) .andNotExists(DSL.selectZero().from(b).where(b.id.eq(a.id))) ) .onDuplicateKeyIgnore() .execute(); ``` Minimal example: ```sql create table tmp(id int, name varchar(10)); create table tmp2(id int, name varchar(10)); insert into tmp(id, name) select id, name from tmp2 as v where 0=1 and not exists(select * from (select 0 from tmp2 as u where u.name=v.name) as t); ``` Error: Unknown column 'v.name' in 'where clause' 1 statement failed. ```sql insert into tmp(id, name) select id, name from tmp2 as v where 0=1 and not exists(select 0 from tmp2 as u where u.name=v.name); ``` INSERT INTO tmp successful 0 rows affected ### Versions - jOOQ: 3.14.7 - Java: 8, 11 - Database (include vendor): MariaDB 10.3.16-MariaDB - OS: Linux - JDBC Driver (include name if inofficial driver): com.mysql.jdbc.Driver, 5.1.49
defect
bad extra derived table generated when insert select references target table from correlated subquery in mariadb mysql expected behavior exists expressions should not generate extra sql actual behavior andnotexists dsl selectzero from rr where rr id eq tt id generates and not exists select from select as zero from as rr where rr chid tt id as t may be simplified to and not exists select from as rr where rr id tt id looks like applies to all xxxexists functions steps to reproduce the problem original query sql ctx insertinto b columns x y z select ctx select x y z from a where andnotexists dsl selectzero from b where b id eq a id onduplicatekeyignore execute minimal example sql create table tmp id int name varchar create table id int name varchar insert into tmp id name select id name from as v where and not exists select from select from as u where u name v name as t error unknown column v name in where clause statement failed sql insert into tmp id name select id name from as v where and not exists select from as u where u name v name insert into tmp successful rows affected versions jooq java database include vendor mariadb mariadb os linux jdbc driver include name if inofficial driver com mysql jdbc driver
1
190,414
6,818,187,199
IssuesEvent
2017-11-07 03:42:22
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
Run syncer with Aliyun RDS failed.
compatibility priority/P2
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. 按文档测试syner导入数据,源数据库为阿里云RDS 2. What did you expect to see? 导入数据成功 3. What did you see instead? 导入失败,日志如下 2017/10/23 12:30:03 syncer.go:591: [info] [query]/* rds internal mark */ grant PROCESS,usage, REPLICATION SLAVE, REPLICATION CLIENT on *.* to 'xxxxxxxxxx'@'%' identified by password '*xxxxxxxxxxxxxxxxxxxxxxxxxxxx' with max_user_connections 0 [pos](mysql-bin.001723, 737295) [next pos](mysql-bin.001723, 737589) [gtid_next]7c3f79ac-652f-11e6-a6ab-6c92bf2c16c1:1-4632346 2017/10/23 12:30:03 syncer.go:849: [info] flush all jobs meta = syncer-binlog = (mysql-bin.001723, 732065), syncer-binlog-gtid = 7c3f79ac-652f-11e6-a6ab-6c92bf2c16c1:1-4632324 2017/10/23 12:30:03 meta.go:120: [info] save position to file, binlog-name:mysql-bin.001723 binlog-pos:732065 binlog-gtid:7c3f79ac-652f-11e6-a6ab-6c92bf2c16c1:1-4632324 2017/10/23 12:30:03 main.go:75: [error] /home/jenkins/workspace/build_tidb_enterprise_tools_master/go/src/github.com/pingcap/tidb-enterprise-tools/syncer/ddl.go:30: error while parsing sql: /* rds internal mark */ grant PROCESS,usage, REPLICATION SLAVE, REPLICATION CLIENT on *.* to 'xxxxxxxxxx'@'%' identified by password '*xxxxxxxxxxxxxxxxxxxxxxxxxxx' with max_user_connections 0, err:line 0 column 43 near ", REPLICATION SLAVE, REPLICATION CLIENT on *.* to 'xxxxxxxxx'@'%' identified by password '*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' with max_user_connections 0" (total length 202) 4. What version of TiDB are you using (`tidb-server -V`)? tidb-server -1.0
1.0
Run syncer with Aliyun RDS failed. - Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. 按文档测试syner导入数据,源数据库为阿里云RDS 2. What did you expect to see? 导入数据成功 3. What did you see instead? 导入失败,日志如下 2017/10/23 12:30:03 syncer.go:591: [info] [query]/* rds internal mark */ grant PROCESS,usage, REPLICATION SLAVE, REPLICATION CLIENT on *.* to 'xxxxxxxxxx'@'%' identified by password '*xxxxxxxxxxxxxxxxxxxxxxxxxxxx' with max_user_connections 0 [pos](mysql-bin.001723, 737295) [next pos](mysql-bin.001723, 737589) [gtid_next]7c3f79ac-652f-11e6-a6ab-6c92bf2c16c1:1-4632346 2017/10/23 12:30:03 syncer.go:849: [info] flush all jobs meta = syncer-binlog = (mysql-bin.001723, 732065), syncer-binlog-gtid = 7c3f79ac-652f-11e6-a6ab-6c92bf2c16c1:1-4632324 2017/10/23 12:30:03 meta.go:120: [info] save position to file, binlog-name:mysql-bin.001723 binlog-pos:732065 binlog-gtid:7c3f79ac-652f-11e6-a6ab-6c92bf2c16c1:1-4632324 2017/10/23 12:30:03 main.go:75: [error] /home/jenkins/workspace/build_tidb_enterprise_tools_master/go/src/github.com/pingcap/tidb-enterprise-tools/syncer/ddl.go:30: error while parsing sql: /* rds internal mark */ grant PROCESS,usage, REPLICATION SLAVE, REPLICATION CLIENT on *.* to 'xxxxxxxxxx'@'%' identified by password '*xxxxxxxxxxxxxxxxxxxxxxxxxxx' with max_user_connections 0, err:line 0 column 43 near ", REPLICATION SLAVE, REPLICATION CLIENT on *.* to 'xxxxxxxxx'@'%' identified by password '*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' with max_user_connections 0" (total length 202) 4. What version of TiDB are you using (`tidb-server -V`)? tidb-server -1.0
non_defect
run syncer with aliyun rds failed please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error 按文档测试syner导入数据,源数据库为阿里云rds what did you expect to see 导入数据成功 what did you see instead 导入失败,日志如下 syncer go rds internal mark grant process usage replication slave replication client on to xxxxxxxxxx identified by password xxxxxxxxxxxxxxxxxxxxxxxxxxxx with max user connections mysql bin mysql bin syncer go flush all jobs meta syncer binlog mysql bin syncer binlog gtid meta go save position to file binlog name mysql bin binlog pos binlog gtid main go home jenkins workspace build tidb enterprise tools master go src github com pingcap tidb enterprise tools syncer ddl go error while parsing sql rds internal mark grant process usage replication slave replication client on to xxxxxxxxxx identified by password xxxxxxxxxxxxxxxxxxxxxxxxxxx with max user connections err line column near replication slave replication client on to xxxxxxxxx identified by password xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx with max user connections total length what version of tidb are you using tidb server v tidb server
0
345,794
24,874,812,787
IssuesEvent
2022-10-27 18:07:52
bhuann/ICT2101-p3-07
https://api.github.com/repos/bhuann/ICT2101-p3-07
closed
Sequence Diagram
documentation SRS
Sequence diagram is used to explain our design flow between objects in a single use case. It illustrates how the different parts of our system interact with each other to carry out a function, and the order in which the interactions occur when a particular use case is executed. The [link](https://app.diagrams.net/#G1lQotp4TocoKEYydCjUKMe9KRM0uMYKeq) provided to the sequence diagram is for these selected use case: - 3 (Add Availability) ![Image](https://user-images.githubusercontent.com/64739248/198364519-40915d81-f0e5-4a95-9616-6129c5376d8a.png) - 4 (Edit Availability) ![Image](https://user-images.githubusercontent.com/64739248/198364597-00139e4b-0795-4719-8e92-1e4ba286f5cb.png) - 5 (View Monthly Workload) ![Image](https://user-images.githubusercontent.com/64739248/198364652-e9c82503-a5d7-4286-88fb-510e3b3c5b8d.png) - 9 (Allocate Work) ![Image](https://user-images.githubusercontent.com/64739248/198365860-8f8c039d-0371-470a-8194-936542d4ef66.png)
1.0
Sequence Diagram - Sequence diagram is used to explain our design flow between objects in a single use case. It illustrates how the different parts of our system interact with each other to carry out a function, and the order in which the interactions occur when a particular use case is executed. The [link](https://app.diagrams.net/#G1lQotp4TocoKEYydCjUKMe9KRM0uMYKeq) provided to the sequence diagram is for these selected use case: - 3 (Add Availability) ![Image](https://user-images.githubusercontent.com/64739248/198364519-40915d81-f0e5-4a95-9616-6129c5376d8a.png) - 4 (Edit Availability) ![Image](https://user-images.githubusercontent.com/64739248/198364597-00139e4b-0795-4719-8e92-1e4ba286f5cb.png) - 5 (View Monthly Workload) ![Image](https://user-images.githubusercontent.com/64739248/198364652-e9c82503-a5d7-4286-88fb-510e3b3c5b8d.png) - 9 (Allocate Work) ![Image](https://user-images.githubusercontent.com/64739248/198365860-8f8c039d-0371-470a-8194-936542d4ef66.png)
non_defect
sequence diagram sequence diagram is used to explain our design flow between objects in a single use case it illustrates how the different parts of our system interact with each other to carry out a function and the order in which the interactions occur when a particular use case is executed the provided to the sequence diagram is for these selected use case add availability edit availability view monthly workload allocate work
0
77,373
7,572,514,350
IssuesEvent
2018-04-23 15:08:36
Microsoft/vscode
https://api.github.com/repos/Microsoft/vscode
opened
Test: Running debug adapters in extension host
testplan-item
Test for #45129: - [ ] windows: @roblourens - [ ] linux: - [ ] macOS: @isidorn Complexity: 4 Authors: @weinand In this milestone we've refactored the VS Code debugger so that DAs can now alternatively launched from the EH in order to reduce the load of the renderer. Because this refactoring has touched lots of code, we need to verify that debug extensions continue to work as before (when launching their DAs from the renderer). Verify: - existing debugger functionality was not broken by the refactoring, - variable resolution in launch configs - automatic restart behaviour - try some popular debugger that are not built-into VS Code (e.g. Python, php, C#, C++)
1.0
Test: Running debug adapters in extension host - Test for #45129: - [ ] windows: @roblourens - [ ] linux: - [ ] macOS: @isidorn Complexity: 4 Authors: @weinand In this milestone we've refactored the VS Code debugger so that DAs can now alternatively launched from the EH in order to reduce the load of the renderer. Because this refactoring has touched lots of code, we need to verify that debug extensions continue to work as before (when launching their DAs from the renderer). Verify: - existing debugger functionality was not broken by the refactoring, - variable resolution in launch configs - automatic restart behaviour - try some popular debugger that are not built-into VS Code (e.g. Python, php, C#, C++)
non_defect
test running debug adapters in extension host test for windows roblourens linux macos isidorn complexity authors weinand in this milestone we ve refactored the vs code debugger so that das can now alternatively launched from the eh in order to reduce the load of the renderer because this refactoring has touched lots of code we need to verify that debug extensions continue to work as before when launching their das from the renderer verify existing debugger functionality was not broken by the refactoring variable resolution in launch configs automatic restart behaviour try some popular debugger that are not built into vs code e g python php c c
0
423,274
28,503,668,355
IssuesEvent
2023-04-18 19:27:23
go-recordkeeper/go-recordkeeper
https://api.github.com/repos/go-recordkeeper/go-recordkeeper
closed
Homogenize docker compose references
documentation
Docker compose v1 uses the `docker-compose` command, while Docker compose v2 uses `docker compose`. The READMEs should be consistent.
1.0
Homogenize docker compose references - Docker compose v1 uses the `docker-compose` command, while Docker compose v2 uses `docker compose`. The READMEs should be consistent.
non_defect
homogenize docker compose references docker compose uses the docker compose command while docker compose uses docker compose the readmes should be consistent
0
70,211
23,051,616,889
IssuesEvent
2022-07-24 18:10:03
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
Incorrect logic to set cooling and heating flag in UnitarySystem
Defect
Issue overview -------------- @rraustad found that the stageNum is used to set up heating and cooling in UnitarySys::initLoadBasedControl for staged thermostat control // Staged control if (this->m_Staged) { if (this->m_StageNum == 0) { state.dataUnitarySystems->HeatingLoad = false; state.dataUnitarySystems->CoolingLoad = false; QZnReq = 0.0; } else { QZnReq = state.dataZoneEnergyDemand->ZoneSysEnergyDemand(this->ControlZoneNum).RemainingOutputRequired / this->ControlZoneMassFlowFrac; if (this->m_StageNum > 0) { <--- shouldn't this be if (QZnReq > 0) state.dataUnitarySystems->HeatingLoad = true; state.dataUnitarySystems->CoolingLoad = false; } else { state.dataUnitarySystems->HeatingLoad = false; state.dataUnitarySystems->CoolingLoad = true; } } } The correct logic should be if (QZnReq > 0). ### Details Some additional details for this issue (if relevant): - Platform (Operating system, version) - Version of EnergyPlus (if using an intermediate build, include SHA) - Unmethours link or helpdesk ticket number ### Checklist Add to this list or remove from it as applicable. This is a simple templated set of guidelines. - [ ] Defect file added (list location of defect file here) - [ X] Ticket added to Pivotal for defect (development team task) - [ ] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
1.0
Incorrect logic to set cooling and heating flag in UnitarySystem - Issue overview -------------- @rraustad found that the stageNum is used to set up heating and cooling in UnitarySys::initLoadBasedControl for staged thermostat control // Staged control if (this->m_Staged) { if (this->m_StageNum == 0) { state.dataUnitarySystems->HeatingLoad = false; state.dataUnitarySystems->CoolingLoad = false; QZnReq = 0.0; } else { QZnReq = state.dataZoneEnergyDemand->ZoneSysEnergyDemand(this->ControlZoneNum).RemainingOutputRequired / this->ControlZoneMassFlowFrac; if (this->m_StageNum > 0) { <--- shouldn't this be if (QZnReq > 0) state.dataUnitarySystems->HeatingLoad = true; state.dataUnitarySystems->CoolingLoad = false; } else { state.dataUnitarySystems->HeatingLoad = false; state.dataUnitarySystems->CoolingLoad = true; } } } The correct logic should be if (QZnReq > 0). ### Details Some additional details for this issue (if relevant): - Platform (Operating system, version) - Version of EnergyPlus (if using an intermediate build, include SHA) - Unmethours link or helpdesk ticket number ### Checklist Add to this list or remove from it as applicable. This is a simple templated set of guidelines. - [ ] Defect file added (list location of defect file here) - [ X] Ticket added to Pivotal for defect (development team task) - [ ] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
defect
incorrect logic to set cooling and heating flag in unitarysystem issue overview rraustad found that the stagenum is used to set up heating and cooling in unitarysys initloadbasedcontrol for staged thermostat control staged control if this m staged if this m stagenum state dataunitarysystems heatingload false state dataunitarysystems coolingload false qznreq else qznreq state datazoneenergydemand zonesysenergydemand this controlzonenum remainingoutputrequired this controlzonemassflowfrac if this m stagenum state dataunitarysystems heatingload true state dataunitarysystems coolingload false else state dataunitarysystems heatingload false state dataunitarysystems coolingload true the correct logic should be if qznreq details some additional details for this issue if relevant platform operating system version version of energyplus if using an intermediate build include sha unmethours link or helpdesk ticket number checklist add to this list or remove from it as applicable this is a simple templated set of guidelines defect file added list location of defect file here ticket added to pivotal for defect development team task pull request created the pull request will have additional tasks related to reviewing changes that fix this defect
1
84,020
16,436,568,143
IssuesEvent
2021-05-20 09:53:59
yomorun/yomo
https://api.github.com/repos/yomorun/yomo
closed
Support basic JSON codec support
feat/codec
on 9a46852d56f151ab3d9accd71522b6f35f6f2188: for `WebSocket` / `Crawler` scenario, applications always running on JSON codec, implement basic support and give examples for users get there easily.
1.0
Support basic JSON codec support - on 9a46852d56f151ab3d9accd71522b6f35f6f2188: for `WebSocket` / `Crawler` scenario, applications always running on JSON codec, implement basic support and give examples for users get there easily.
non_defect
support basic json codec support on for websocket crawler scenario applications always running on json codec implement basic support and give examples for users get there easily
0
664,804
22,288,901,171
IssuesEvent
2022-06-12 04:02:05
bats-core/bats-core
https://api.github.com/repos/bats-core/bats-core
opened
test/test.bats: line 15: assert_output: command not found
Type: Bug Priority: NeedsTriage
**Describe the bug** Following the set-by-step [quick-installation documentation](https://bats-core.readthedocs.io/en/stable/tutorial.html#quick-installation) **To Reproduce** Steps to reproduce the behavior: 1. Follow the quick start instructions, to have to following setup: ```bash setup() { load 'test_helper/bats-support/load' load 'test_helper/bats-assert/load' # get the containing directory of this file # use $BATS_TEST_FILENAME instead of ${BASH_SOURCE[0]} or $0, # as those will point to the bats executable's location or the preprocessed file respectively DIR="$( cd "$( dirname "$BATS_TEST_FILENAME" )" >/dev/null 2>&1 && pwd )" # make executables in src/ visible to PATH PATH="$DIR/../scripts:$PATH" } @test "Can run RTM generate script" { run rtm-generate assert_output 'Welcome' } ``` 2. Run `./bats/bin/bats test.bats` 3. See error: ```bash test.bats ✗ Can run RTM generate script (in test file test.bats, line 15) `assert_output 'Welcome'' failed with status 127 /home/<user>/src/rtm/template/test/test.bats: line 15: assert_output: command not found 1 test, 1 failure ``` **Expected behavior** A clear and concise description of what you expected to happen. **Environment (please complete the following information):** - Bats Version: `1.7.0` - OS: `Linux local 5.4.0-117-generic #132~18.04.1-Ubuntu SMP Thu Jun 2 23:36:48 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux` - Bash version: `GNU bash, version 4.4.20(1)-release (x86_64-pc-linux-gnu)` **Additional context** Add any other context about the problem here.
1.0
test/test.bats: line 15: assert_output: command not found - **Describe the bug** Following the set-by-step [quick-installation documentation](https://bats-core.readthedocs.io/en/stable/tutorial.html#quick-installation) **To Reproduce** Steps to reproduce the behavior: 1. Follow the quick start instructions, to have to following setup: ```bash setup() { load 'test_helper/bats-support/load' load 'test_helper/bats-assert/load' # get the containing directory of this file # use $BATS_TEST_FILENAME instead of ${BASH_SOURCE[0]} or $0, # as those will point to the bats executable's location or the preprocessed file respectively DIR="$( cd "$( dirname "$BATS_TEST_FILENAME" )" >/dev/null 2>&1 && pwd )" # make executables in src/ visible to PATH PATH="$DIR/../scripts:$PATH" } @test "Can run RTM generate script" { run rtm-generate assert_output 'Welcome' } ``` 2. Run `./bats/bin/bats test.bats` 3. See error: ```bash test.bats ✗ Can run RTM generate script (in test file test.bats, line 15) `assert_output 'Welcome'' failed with status 127 /home/<user>/src/rtm/template/test/test.bats: line 15: assert_output: command not found 1 test, 1 failure ``` **Expected behavior** A clear and concise description of what you expected to happen. **Environment (please complete the following information):** - Bats Version: `1.7.0` - OS: `Linux local 5.4.0-117-generic #132~18.04.1-Ubuntu SMP Thu Jun 2 23:36:48 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux` - Bash version: `GNU bash, version 4.4.20(1)-release (x86_64-pc-linux-gnu)` **Additional context** Add any other context about the problem here.
non_defect
test test bats line assert output command not found describe the bug following the set by step to reproduce steps to reproduce the behavior follow the quick start instructions to have to following setup bash setup load test helper bats support load load test helper bats assert load get the containing directory of this file use bats test filename instead of bash source or as those will point to the bats executable s location or the preprocessed file respectively dir cd dirname bats test filename dev null pwd make executables in src visible to path path dir scripts path test can run rtm generate script run rtm generate assert output welcome run bats bin bats test bats see error bash test bats ✗ can run rtm generate script in test file test bats line assert output welcome failed with status home src rtm template test test bats line assert output command not found test failure expected behavior a clear and concise description of what you expected to happen environment please complete the following information bats version os linux local generic ubuntu smp thu jun utc gnu linux bash version gnu bash version release pc linux gnu additional context add any other context about the problem here
0
81,239
30,766,172,666
IssuesEvent
2023-07-30 10:26:40
zed-industries/community
https://api.github.com/repos/zed-industries/community
opened
LSP does not work for nested projects
defect triage admin read
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Given the following project structure: ``` abc ├── .git # Root here ├── def | ├── .venv │   ├── pyproject.toml │   ├── pyrightconfig.json │   └── test.py └── xyz ├── .venv ├── pyproject.toml    ├── pyrightconfig.json ├── test2.py ``` and the content of `pyrightconfig.json` is ``` { "venv": ".venv", "venvPath": "." } ``` 1. Open projects by `zed abc/def` or `zed abc/xyz`, everything (completion etc.) works fine. 2. Open root project by `zed abc`, completion for 3rd library will not work in `test.py` and `test2.py`. ### Environment Zed: v0.97.5 (preview) OS: macOS 13.2.1 Memory: 32 GiB Architecture: x86_64 ### If applicable, add mockups / screenshots to help explain present your vision of the feature _No response_ ### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue. If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000. _No response_
1.0
LSP does not work for nested projects - ### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Given the following project structure: ``` abc ├── .git # Root here ├── def | ├── .venv │   ├── pyproject.toml │   ├── pyrightconfig.json │   └── test.py └── xyz ├── .venv ├── pyproject.toml    ├── pyrightconfig.json ├── test2.py ``` and the content of `pyrightconfig.json` is ``` { "venv": ".venv", "venvPath": "." } ``` 1. Open projects by `zed abc/def` or `zed abc/xyz`, everything (completion etc.) works fine. 2. Open root project by `zed abc`, completion for 3rd library will not work in `test.py` and `test2.py`. ### Environment Zed: v0.97.5 (preview) OS: macOS 13.2.1 Memory: 32 GiB Architecture: x86_64 ### If applicable, add mockups / screenshots to help explain present your vision of the feature _No response_ ### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue. If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000. _No response_
defect
lsp does not work for nested projects check for existing issues completed describe the bug provide steps to reproduce it given the following project structure abc ├── git root here ├── def ├── venv │   ├── pyproject toml │   ├── pyrightconfig json │   └── test py └── xyz ├── venv ├── pyproject toml    ├── pyrightconfig json ├── py and the content of pyrightconfig json is venv venv venvpath open projects by zed abc def or zed abc xyz everything completion etc works fine open root project by zed abc completion for library will not work in test py and py environment zed preview os macos memory gib architecture if applicable add mockups screenshots to help explain present your vision of the feature no response if applicable attach your library logs zed zed log file to this issue if you only need the most recent lines you can run the zed open log command palette action to see the last no response
1