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
159,102
12,462,918,544
IssuesEvent
2020-05-28 09:42:25
braind3d/traffic-brain
https://api.github.com/repos/braind3d/traffic-brain
closed
[Test] Unit tests for embedded flask server
embedded research test
**Describe the feature you'd like** Research on how you test the following Flask server requests: - [x] GET /information/live - Check if it returns a stream of .jpg images for 2 seconds - [x] GET /information/status - Check if it returns a valid status dictionary. - [x] POST /traffic-light/change_lights?red=filled&yellow=empty&green=empty - Check if it returns {"green":"empty","red":"filled","yellow":"empty"} without errors on the Pi - [x] POST /traffic-light/change_lights?red=wrong_arg - Check if it returns "Invalid animation passed for "red"." with status code 400. - [x] POST /traffic-light/animation - Check if JSON is stored on valid input. - [x] POST /traffic-light/animation - Check if an error 400 is returned with message "Invalid animation JSON.".
1.0
[Test] Unit tests for embedded flask server - **Describe the feature you'd like** Research on how you test the following Flask server requests: - [x] GET /information/live - Check if it returns a stream of .jpg images for 2 seconds - [x] GET /information/status - Check if it returns a valid status dictionary. - [x] POST /traffic-light/change_lights?red=filled&yellow=empty&green=empty - Check if it returns {"green":"empty","red":"filled","yellow":"empty"} without errors on the Pi - [x] POST /traffic-light/change_lights?red=wrong_arg - Check if it returns "Invalid animation passed for "red"." with status code 400. - [x] POST /traffic-light/animation - Check if JSON is stored on valid input. - [x] POST /traffic-light/animation - Check if an error 400 is returned with message "Invalid animation JSON.".
non_defect
unit tests for embedded flask server describe the feature you d like research on how you test the following flask server requests get information live check if it returns a stream of jpg images for seconds get information status check if it returns a valid status dictionary post traffic light change lights red filled yellow empty green empty check if it returns green empty red filled yellow empty without errors on the pi post traffic light change lights red wrong arg check if it returns invalid animation passed for red with status code post traffic light animation check if json is stored on valid input post traffic light animation check if an error is returned with message invalid animation json
0
177,119
13,684,115,101
IssuesEvent
2020-09-30 03:55:41
WordPress/twentytwentyone
https://api.github.com/repos/WordPress/twentytwentyone
closed
Testing and adjusting default WP pages
Help wanted Needs testing [Component] Default views [Type] Overview
We need to check that the default pages provided by core are matching the design and adjust them if needed. - [ ] 404 page - [x] No content - [ ] Attachment (Seedlet theme provided an image.php file)
1.0
Testing and adjusting default WP pages - We need to check that the default pages provided by core are matching the design and adjust them if needed. - [ ] 404 page - [x] No content - [ ] Attachment (Seedlet theme provided an image.php file)
non_defect
testing and adjusting default wp pages we need to check that the default pages provided by core are matching the design and adjust them if needed page no content attachment seedlet theme provided an image php file
0
519,510
15,052,436,031
IssuesEvent
2021-02-03 15:11:56
wso2/docs-apim
https://api.github.com/repos/wso2/docs-apim
closed
Revamp Getting Started page in CTL Docs
API-M-4.0.0 Priority/High Type/Improvement
**Description:** The doc page [1] should be revamped by moving following sections to another page titled "Managing APIM Related Operations with CTL" or another. - Add APIs/API Products/Applications in an environment - Get APIs/API Products/Applications in an environment - Delete an API/API Product/Application in an environment - Change status of an API in an environment - Formatting the outputs of get - Available formatting options [1] https://apim.docs.wso2.com/en/next/install-and-setup/setup/api-controller/getting-started-with-wso2-api-controller
1.0
Revamp Getting Started page in CTL Docs - **Description:** The doc page [1] should be revamped by moving following sections to another page titled "Managing APIM Related Operations with CTL" or another. - Add APIs/API Products/Applications in an environment - Get APIs/API Products/Applications in an environment - Delete an API/API Product/Application in an environment - Change status of an API in an environment - Formatting the outputs of get - Available formatting options [1] https://apim.docs.wso2.com/en/next/install-and-setup/setup/api-controller/getting-started-with-wso2-api-controller
non_defect
revamp getting started page in ctl docs description the doc page should be revamped by moving following sections to another page titled managing apim related operations with ctl or another add apis api products applications in an environment get apis api products applications in an environment delete an api api product application in an environment change status of an api in an environment formatting the outputs of get available formatting options
0
94,183
3,922,323,278
IssuesEvent
2016-04-22 05:37:44
OctopusDeploy/Issues
https://api.github.com/repos/OctopusDeploy/Issues
closed
Recent db upgrade script for script steps missed step templates
bug priority ready
Reports that there are step templates that are unable to be added or edited within projects. `There was a problem with your request: Providing a nuget feed is not valid for inline scripts.` Sources: http://help.octopusdeploy.com/discussions/problems/45580 https://secure.helpscout.net/conversation/194037319/6513/?folderId=557082
1.0
Recent db upgrade script for script steps missed step templates - Reports that there are step templates that are unable to be added or edited within projects. `There was a problem with your request: Providing a nuget feed is not valid for inline scripts.` Sources: http://help.octopusdeploy.com/discussions/problems/45580 https://secure.helpscout.net/conversation/194037319/6513/?folderId=557082
non_defect
recent db upgrade script for script steps missed step templates reports that there are step templates that are unable to be added or edited within projects there was a problem with your request providing a nuget feed is not valid for inline scripts sources
0
64,296
18,401,723,808
IssuesEvent
2021-10-12 17:04:42
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
opened
DataTable: Sort is lost after data refresh
defect
**Describe the defect** When using a DataTable with sortable columns, the sort order is lost after refreshing/replacing the underlying data model (List) in an AJAX request. The header still indicates the sorting in the column, but the data is no longer ordnered. In PF 8.0 this still worked, but since 10.0 the sorting is no longer kept after the list is recreated. Sometimes it is necessary to e.g. periodically update the displayed data from DB, but still keep the currently selected sorting. **Environment:** - PF Version: 10.0.7 (also tested the current master 11.0.0-SNAPSHOT with commit 9ea38543) - JSF + version: Mojarra 2.3.9 - Affected browsers: Firefox **To Reproduce** Steps to reproduce the behavior: 1. Display Datatable in a view 2. Sort by clicking a sortable header. 3. The data is correctly sorted by this column. THe column header indicates sorting. 4. Trigger reloading the data for this datatable by AJAX (and alos the update of the datatable), e.g. via a CommandButton 5. Now the table header still indicates that the data is sorted by this column. But the updated data is no longer sorted **Expected behavior** Even after a reloading of the data, I would expect the data in the table to be sorted by the column. This was also the behaviour in PrimeFaces 8.0. **Example XHTML** ```html <h:form> <p:dataTable value="#{dataBean.data}" var="data"> <p:column headerText="Text" sortBy="#{data.text}"> <h:outputText value="#{data.text}"/> </p:column> <p:column headerText="Number" sortBy="#{data.num}"> <h:outputText value="#{data.num}"/> </p:column> </p:dataTable> <h:panelGroup> <p:commandButton value="Refresh" process="@this" update="@form" actionListener="#{dataBean.refresh}" /> </h:panelGroup> </h:form> ``` **Example Bean** ```java @ViewScoped @Named("dataBean") public class DataBean implements Serializable { public static class Data { private final String text; private final int num; public Data(String text, int num) { this.text = text; this.num = num; } public String getText() { return text; } public int getNum() { return num; } } private List<Data> data; public List<Data> getData() { return data; } @PostConstruct public void refresh() { List<Data> newData = new ArrayList<>(); for (int i = 0; i < 10; i++) { // Generate random letter and number to test sorting newData.add(new Data("Data " + ((char) ((int) 'A' + ThreadLocalRandom.current().nextInt(26))), ThreadLocalRandom.current().nextInt(100))); } this.data = newData; } } ```
1.0
DataTable: Sort is lost after data refresh - **Describe the defect** When using a DataTable with sortable columns, the sort order is lost after refreshing/replacing the underlying data model (List) in an AJAX request. The header still indicates the sorting in the column, but the data is no longer ordnered. In PF 8.0 this still worked, but since 10.0 the sorting is no longer kept after the list is recreated. Sometimes it is necessary to e.g. periodically update the displayed data from DB, but still keep the currently selected sorting. **Environment:** - PF Version: 10.0.7 (also tested the current master 11.0.0-SNAPSHOT with commit 9ea38543) - JSF + version: Mojarra 2.3.9 - Affected browsers: Firefox **To Reproduce** Steps to reproduce the behavior: 1. Display Datatable in a view 2. Sort by clicking a sortable header. 3. The data is correctly sorted by this column. THe column header indicates sorting. 4. Trigger reloading the data for this datatable by AJAX (and alos the update of the datatable), e.g. via a CommandButton 5. Now the table header still indicates that the data is sorted by this column. But the updated data is no longer sorted **Expected behavior** Even after a reloading of the data, I would expect the data in the table to be sorted by the column. This was also the behaviour in PrimeFaces 8.0. **Example XHTML** ```html <h:form> <p:dataTable value="#{dataBean.data}" var="data"> <p:column headerText="Text" sortBy="#{data.text}"> <h:outputText value="#{data.text}"/> </p:column> <p:column headerText="Number" sortBy="#{data.num}"> <h:outputText value="#{data.num}"/> </p:column> </p:dataTable> <h:panelGroup> <p:commandButton value="Refresh" process="@this" update="@form" actionListener="#{dataBean.refresh}" /> </h:panelGroup> </h:form> ``` **Example Bean** ```java @ViewScoped @Named("dataBean") public class DataBean implements Serializable { public static class Data { private final String text; private final int num; public Data(String text, int num) { this.text = text; this.num = num; } public String getText() { return text; } public int getNum() { return num; } } private List<Data> data; public List<Data> getData() { return data; } @PostConstruct public void refresh() { List<Data> newData = new ArrayList<>(); for (int i = 0; i < 10; i++) { // Generate random letter and number to test sorting newData.add(new Data("Data " + ((char) ((int) 'A' + ThreadLocalRandom.current().nextInt(26))), ThreadLocalRandom.current().nextInt(100))); } this.data = newData; } } ```
defect
datatable sort is lost after data refresh describe the defect when using a datatable with sortable columns the sort order is lost after refreshing replacing the underlying data model list in an ajax request the header still indicates the sorting in the column but the data is no longer ordnered in pf this still worked but since the sorting is no longer kept after the list is recreated sometimes it is necessary to e g periodically update the displayed data from db but still keep the currently selected sorting environment pf version also tested the current master snapshot with commit jsf version mojarra affected browsers firefox to reproduce steps to reproduce the behavior display datatable in a view sort by clicking a sortable header the data is correctly sorted by this column the column header indicates sorting trigger reloading the data for this datatable by ajax and alos the update of the datatable e g via a commandbutton now the table header still indicates that the data is sorted by this column but the updated data is no longer sorted expected behavior even after a reloading of the data i would expect the data in the table to be sorted by the column this was also the behaviour in primefaces example xhtml html example bean java viewscoped named databean public class databean implements serializable public static class data private final string text private final int num public data string text int num this text text this num num public string gettext return text public int getnum return num private list data public list getdata return data postconstruct public void refresh list newdata new arraylist for int i i i generate random letter and number to test sorting newdata add new data data char int a threadlocalrandom current nextint threadlocalrandom current nextint this data newdata
1
9,914
2,616,010,140
IssuesEvent
2015-03-02 00:53:42
jasonhall/bwapi
https://api.github.com/repos/jasonhall/bwapi
closed
Hotkey defect
auto-migrated Priority-Low Type-Defect
``` What steps will reproduce the problem? 1. I was not viewing a replay but playing against computer while Bwapi is on to practice build orders. 2. Only Build order was set to 1 and supply count 50 in replaypp.ini 3. What is the expected output? What do you see instead? Double tapping a group hotkey (example overlord as 2) won't bring you to the location of that unit or building. What version of the product are you using? On what operating system? XP - 1914 Please provide any additional information below. ``` Original issue reported on code.google.com by `Wes.Pall...@gmail.com` on 7 Feb 2010 at 7:14
1.0
Hotkey defect - ``` What steps will reproduce the problem? 1. I was not viewing a replay but playing against computer while Bwapi is on to practice build orders. 2. Only Build order was set to 1 and supply count 50 in replaypp.ini 3. What is the expected output? What do you see instead? Double tapping a group hotkey (example overlord as 2) won't bring you to the location of that unit or building. What version of the product are you using? On what operating system? XP - 1914 Please provide any additional information below. ``` Original issue reported on code.google.com by `Wes.Pall...@gmail.com` on 7 Feb 2010 at 7:14
defect
hotkey defect what steps will reproduce the problem i was not viewing a replay but playing against computer while bwapi is on to practice build orders only build order was set to and supply count in replaypp ini what is the expected output what do you see instead double tapping a group hotkey example overlord as won t bring you to the location of that unit or building what version of the product are you using on what operating system xp please provide any additional information below original issue reported on code google com by wes pall gmail com on feb at
1
397,618
11,730,557,396
IssuesEvent
2020-03-10 21:38:43
clearlinux/clr-installer
https://api.github.com/repos/clearlinux/clr-installer
closed
Raw Image file removed when ISO generation fails
CLI bug low priority
**Describe the bug** Building an ISO for desktop failed "Installing the base system for initrd [*failed*]", but the raw image was still removed. If there are failures during the ISO creation stage we should not remove the raw image if it was successful. **To Reproduce** Steps to reproduce the behavior: 1. Difficult to remove a failure during install -- add too many packages so the image is oversize? **Expected behavior** The raw image is not removed and we stop execution if the ISO generation fails. **Additional context** It would be awesome if we could pass a raw image to the installer and have it use that for creating an ISO.
1.0
Raw Image file removed when ISO generation fails - **Describe the bug** Building an ISO for desktop failed "Installing the base system for initrd [*failed*]", but the raw image was still removed. If there are failures during the ISO creation stage we should not remove the raw image if it was successful. **To Reproduce** Steps to reproduce the behavior: 1. Difficult to remove a failure during install -- add too many packages so the image is oversize? **Expected behavior** The raw image is not removed and we stop execution if the ISO generation fails. **Additional context** It would be awesome if we could pass a raw image to the installer and have it use that for creating an ISO.
non_defect
raw image file removed when iso generation fails describe the bug building an iso for desktop failed installing the base system for initrd but the raw image was still removed if there are failures during the iso creation stage we should not remove the raw image if it was successful to reproduce steps to reproduce the behavior difficult to remove a failure during install add too many packages so the image is oversize expected behavior the raw image is not removed and we stop execution if the iso generation fails additional context it would be awesome if we could pass a raw image to the installer and have it use that for creating an iso
0
111,229
4,467,003,056
IssuesEvent
2016-08-25 01:49:01
JuliaLang/julia
https://api.github.com/repos/JuliaLang/julia
closed
precompile loads the wrong library after recompile_stale
bug precompile priority
the return value of `compilecache` is being ignored by `recompile_stale`, leading to state corruption and loading of the wrong file: ```julia juser@juliabox:~$ /opt/julia-0.4.6/bin/julia _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: http://docs.julialang.org _ _ _| |_ __ _ | Type "?help" for help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 0.4.6 (2016-06-19 17:16 UTC) _/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release |__/ | x86_64-unknown-linux-gnu julia> using JSON INFO: Recompiling stale cache file /opt/julia_packages/.julia/lib/v0.4/JSON.ji for module JSON. julia> Base.module_uuid(JSON) 0x0000000000096afb julia> juser@juliabox:~$ /opt/julia-0.4.6/bin/julia _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: http://docs.julialang.org _ _ _| |_ __ _ | Type "?help" for help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 0.4.6 (2016-06-19 17:16 UTC) _/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release |__/ | x86_64-unknown-linux-gnu julia> using JSON julia> Base.module_uuid(JSON) 0x000000001644d120 ```
1.0
precompile loads the wrong library after recompile_stale - the return value of `compilecache` is being ignored by `recompile_stale`, leading to state corruption and loading of the wrong file: ```julia juser@juliabox:~$ /opt/julia-0.4.6/bin/julia _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: http://docs.julialang.org _ _ _| |_ __ _ | Type "?help" for help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 0.4.6 (2016-06-19 17:16 UTC) _/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release |__/ | x86_64-unknown-linux-gnu julia> using JSON INFO: Recompiling stale cache file /opt/julia_packages/.julia/lib/v0.4/JSON.ji for module JSON. julia> Base.module_uuid(JSON) 0x0000000000096afb julia> juser@juliabox:~$ /opt/julia-0.4.6/bin/julia _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: http://docs.julialang.org _ _ _| |_ __ _ | Type "?help" for help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 0.4.6 (2016-06-19 17:16 UTC) _/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release |__/ | x86_64-unknown-linux-gnu julia> using JSON julia> Base.module_uuid(JSON) 0x000000001644d120 ```
non_defect
precompile loads the wrong library after recompile stale the return value of compilecache is being ignored by recompile stale leading to state corruption and loading of the wrong file julia juser juliabox opt julia bin julia a fresh approach to technical computing documentation type help for help version utc official release unknown linux gnu julia using json info recompiling stale cache file opt julia packages julia lib json ji for module json julia base module uuid json julia juser juliabox opt julia bin julia a fresh approach to technical computing documentation type help for help version utc official release unknown linux gnu julia using json julia base module uuid json
0
38,385
8,792,448,682
IssuesEvent
2018-12-21 16:09:04
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Incorrect Methods results from System.Reflection (GetProperties, GetCustomAttributes)
defect in-progress
Wrong result from Method `type.GetProperties()` Wrong result from Method `property.GetCustomAttributes()` ### Steps To Reproduce https://deck.net/2f3e67829d75dbd74a77b715053c87f7 // Wrong Result https://dotnetfiddle.net/NwSxZQ // Right Result ```csharp public class Program { public static void Main() { Console.WriteLine("Start Check Property"); CheckGetProperty(); Console.WriteLine("End Check Property"); Console.WriteLine("==================="); Console.WriteLine("Start Check Properties"); CheckGetProperties(); Console.WriteLine("End Check Properties"); } static void CheckGetProperty() { var type = typeof(PropertyViewItem); var property = type.GetProperty("ReadOnly"); Console.WriteLine(property.Name); var attr = property.GetCustomAttributes().OfType<DynamicPropertyAttribute>().FirstOrDefault(); Console.WriteLine(attr != null); } static void CheckGetProperties() { var type = typeof(PropertyViewItem); var properties = type.GetProperties(); foreach (var property in properties) { Console.WriteLine(property.Name); var attr = property.GetCustomAttributes().OfType<DynamicPropertyAttribute>().FirstOrDefault(); Console.WriteLine(attr != null); } } } [AttributeUsage(AttributeTargets.Property, AllowMultiple = false)] public class DynamicPropertyAttribute : Attribute { } public class RootViewItem { [DynamicProperty] public virtual bool ReadOnly { get; set; } } public class PropertyViewItem : RootViewItem { public override bool ReadOnly { get; set; } } ``` ### Expected Result .NET ``` Start Check Property ReadOnly True End Check Property =================== Start Check Properties ReadOnly True End Check Properties ``` ### Actual Result Bridge.NET ``` Start Check Property ReadOnly False End Check Property =================== Start Check Properties ReadOnly True ReadOnly False End Check Properties ```
1.0
Incorrect Methods results from System.Reflection (GetProperties, GetCustomAttributes) - Wrong result from Method `type.GetProperties()` Wrong result from Method `property.GetCustomAttributes()` ### Steps To Reproduce https://deck.net/2f3e67829d75dbd74a77b715053c87f7 // Wrong Result https://dotnetfiddle.net/NwSxZQ // Right Result ```csharp public class Program { public static void Main() { Console.WriteLine("Start Check Property"); CheckGetProperty(); Console.WriteLine("End Check Property"); Console.WriteLine("==================="); Console.WriteLine("Start Check Properties"); CheckGetProperties(); Console.WriteLine("End Check Properties"); } static void CheckGetProperty() { var type = typeof(PropertyViewItem); var property = type.GetProperty("ReadOnly"); Console.WriteLine(property.Name); var attr = property.GetCustomAttributes().OfType<DynamicPropertyAttribute>().FirstOrDefault(); Console.WriteLine(attr != null); } static void CheckGetProperties() { var type = typeof(PropertyViewItem); var properties = type.GetProperties(); foreach (var property in properties) { Console.WriteLine(property.Name); var attr = property.GetCustomAttributes().OfType<DynamicPropertyAttribute>().FirstOrDefault(); Console.WriteLine(attr != null); } } } [AttributeUsage(AttributeTargets.Property, AllowMultiple = false)] public class DynamicPropertyAttribute : Attribute { } public class RootViewItem { [DynamicProperty] public virtual bool ReadOnly { get; set; } } public class PropertyViewItem : RootViewItem { public override bool ReadOnly { get; set; } } ``` ### Expected Result .NET ``` Start Check Property ReadOnly True End Check Property =================== Start Check Properties ReadOnly True End Check Properties ``` ### Actual Result Bridge.NET ``` Start Check Property ReadOnly False End Check Property =================== Start Check Properties ReadOnly True ReadOnly False End Check Properties ```
defect
incorrect methods results from system reflection getproperties getcustomattributes wrong result from method type getproperties wrong result from method property getcustomattributes steps to reproduce wrong result right result csharp public class program public static void main console writeline start check property checkgetproperty console writeline end check property console writeline console writeline start check properties checkgetproperties console writeline end check properties static void checkgetproperty var type typeof propertyviewitem var property type getproperty readonly console writeline property name var attr property getcustomattributes oftype firstordefault console writeline attr null static void checkgetproperties var type typeof propertyviewitem var properties type getproperties foreach var property in properties console writeline property name var attr property getcustomattributes oftype firstordefault console writeline attr null public class dynamicpropertyattribute attribute public class rootviewitem public virtual bool readonly get set public class propertyviewitem rootviewitem public override bool readonly get set expected result net start check property readonly true end check property start check properties readonly true end check properties actual result bridge net start check property readonly false end check property start check properties readonly true readonly false end check properties
1
314,895
9,604,160,636
IssuesEvent
2019-05-10 19:08:16
kubernetes-sigs/federation-v2
https://api.github.com/repos/kubernetes-sigs/federation-v2
closed
The default system namespace should be prefixed with `kube-`
kind/bug priority/critical-urgent
As per the kube api convention [on system namespaces](https://github.com/kubernetes/community/blob/20c1e33a741f238ec0428f7fdc096ca1ff0d862d/contributors/devel/sig-architecture/api-conventions.md#namespace-names), the default federation system namespace should have the `kube-` prefix reserved for system namespaces to avoid collision with user namespaces. Suggested options: - `kube-fed` - `kube-fed-system` - `kube-federation` - `kube-federation-system`
1.0
The default system namespace should be prefixed with `kube-` - As per the kube api convention [on system namespaces](https://github.com/kubernetes/community/blob/20c1e33a741f238ec0428f7fdc096ca1ff0d862d/contributors/devel/sig-architecture/api-conventions.md#namespace-names), the default federation system namespace should have the `kube-` prefix reserved for system namespaces to avoid collision with user namespaces. Suggested options: - `kube-fed` - `kube-fed-system` - `kube-federation` - `kube-federation-system`
non_defect
the default system namespace should be prefixed with kube as per the kube api convention the default federation system namespace should have the kube prefix reserved for system namespaces to avoid collision with user namespaces suggested options kube fed kube fed system kube federation kube federation system
0
16,833
2,948,321,519
IssuesEvent
2015-07-06 01:29:52
Winetricks/winetricks
https://api.github.com/repos/Winetricks/winetricks
closed
XPSEP (prereq for dotnet30sp1) install flaky
auto-migrated Priority-Medium Type-Defect
``` Running "winetricks -q dotnet35sp1" in a loop failed for me on the 8th try with Executing mkdir -p /home/dank/.cache/winetricks/dotnet30sp1 Executing /home/dank/wine32/wine msiexec /i XPSEP XP and Server 2003 32 bit.msi /qb ... Note: command '/home/dank/wine32/wine msiexec /i XPSEP XP and Server 2003 32 bit.msi /qb' returned status 194. Aborting. Status 194 is said to mean "needs to reboot machine", maybe that exit code should be accepted? ``` Original issue reported on code.google.com by `daniel.r...@gmail.com` on 13 Jul 2012 at 12:51
1.0
XPSEP (prereq for dotnet30sp1) install flaky - ``` Running "winetricks -q dotnet35sp1" in a loop failed for me on the 8th try with Executing mkdir -p /home/dank/.cache/winetricks/dotnet30sp1 Executing /home/dank/wine32/wine msiexec /i XPSEP XP and Server 2003 32 bit.msi /qb ... Note: command '/home/dank/wine32/wine msiexec /i XPSEP XP and Server 2003 32 bit.msi /qb' returned status 194. Aborting. Status 194 is said to mean "needs to reboot machine", maybe that exit code should be accepted? ``` Original issue reported on code.google.com by `daniel.r...@gmail.com` on 13 Jul 2012 at 12:51
defect
xpsep prereq for install flaky running winetricks q in a loop failed for me on the try with executing mkdir p home dank cache winetricks executing home dank wine msiexec i xpsep xp and server bit msi qb note command home dank wine msiexec i xpsep xp and server bit msi qb returned status aborting status is said to mean needs to reboot machine maybe that exit code should be accepted original issue reported on code google com by daniel r gmail com on jul at
1
69,417
22,340,485,441
IssuesEvent
2022-06-14 23:59:33
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
[Manager] wxWidgets debug alert when switching between advanced and simple view.
C: Manager P: Blocker T: Defect
**Describe the bug** wxWidgets has an error message when switching from advanced to simple view in the manager. Or, the Manager will close unexpectedly (see additional context below). **Steps To Reproduce** 1. Open BOINC Manager (already in advanced view). 2. Switch to simple view, either by mouse click in menu or with ctrl + shift + A 3. See screenshot below for the debug message. Pressing stop will close the Manager. Hitting continue will display another debug message (similar information). You need to click few a few of them before simple view is displayed. **Expected behavior** A seamless transition from the two views. **Screenshots** ![image](https://user-images.githubusercontent.com/58096400/173486339-b9d8b8a8-6f28-4633-8752-831714328c85.png) **System Information** - OS: Windows 10, simliar for Ubuntu 18.04 - BOINC Version: 7.20.0 Pre-Release, wxWidgets 3.1.6 (Windows), 3.0.4 (Ubuntu 18.04) **Additional context** For my Ubuntu system, it switches to simple view with no problems, but it will close the Manager unexpectedly when switching back to advance view. No debug or other warning message displayed.
1.0
[Manager] wxWidgets debug alert when switching between advanced and simple view. - **Describe the bug** wxWidgets has an error message when switching from advanced to simple view in the manager. Or, the Manager will close unexpectedly (see additional context below). **Steps To Reproduce** 1. Open BOINC Manager (already in advanced view). 2. Switch to simple view, either by mouse click in menu or with ctrl + shift + A 3. See screenshot below for the debug message. Pressing stop will close the Manager. Hitting continue will display another debug message (similar information). You need to click few a few of them before simple view is displayed. **Expected behavior** A seamless transition from the two views. **Screenshots** ![image](https://user-images.githubusercontent.com/58096400/173486339-b9d8b8a8-6f28-4633-8752-831714328c85.png) **System Information** - OS: Windows 10, simliar for Ubuntu 18.04 - BOINC Version: 7.20.0 Pre-Release, wxWidgets 3.1.6 (Windows), 3.0.4 (Ubuntu 18.04) **Additional context** For my Ubuntu system, it switches to simple view with no problems, but it will close the Manager unexpectedly when switching back to advance view. No debug or other warning message displayed.
defect
wxwidgets debug alert when switching between advanced and simple view describe the bug wxwidgets has an error message when switching from advanced to simple view in the manager or the manager will close unexpectedly see additional context below steps to reproduce open boinc manager already in advanced view switch to simple view either by mouse click in menu or with ctrl shift a see screenshot below for the debug message pressing stop will close the manager hitting continue will display another debug message similar information you need to click few a few of them before simple view is displayed expected behavior a seamless transition from the two views screenshots system information os windows simliar for ubuntu boinc version pre release wxwidgets windows ubuntu additional context for my ubuntu system it switches to simple view with no problems but it will close the manager unexpectedly when switching back to advance view no debug or other warning message displayed
1
65,428
19,502,815,221
IssuesEvent
2021-12-28 07:39:49
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Password Overlay not properly destroyed
defect LTS-PORTABLE
**I'm submitting a ...** (check one with "x") ``` [x] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` **Plunkr Case (Bug Reports)** https://stackblitz.com/edit/github-e2q1p4?file=src/app/app.component.html **Current behavior** 1. Press the Button to open a Dialog 2. Focus the Password Field to open the overlay 3. Press Escape to close the Dialog 4. The Dialog closes but the password overlay stays **Expected behavior** The password overlay should be destroyed when the dialog closes * **Angular version:** 13.x * **PrimeNG version:** 13.X * **Browser:** [all]
1.0
Password Overlay not properly destroyed - **I'm submitting a ...** (check one with "x") ``` [x] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` **Plunkr Case (Bug Reports)** https://stackblitz.com/edit/github-e2q1p4?file=src/app/app.component.html **Current behavior** 1. Press the Button to open a Dialog 2. Focus the Password Field to open the overlay 3. Press Escape to close the Dialog 4. The Dialog closes but the password overlay stays **Expected behavior** The password overlay should be destroyed when the dialog closes * **Angular version:** 13.x * **PrimeNG version:** 13.X * **Browser:** [all]
defect
password overlay not properly destroyed i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead see plunkr case bug reports current behavior press the button to open a dialog focus the password field to open the overlay press escape to close the dialog the dialog closes but the password overlay stays expected behavior the password overlay should be destroyed when the dialog closes angular version x primeng version x browser
1
46,947
7,296,368,694
IssuesEvent
2018-02-26 10:31:25
reactor/reactor-core
https://api.github.com/repos/reactor/reactor-core
closed
Not all doFinally called when cancelling intermediate subscription
documentation ideal for contribution
I was using this code: ``` .doOnSubscribe(subscription -> executions.put(tenant, subscription)) .doFinally(signal -> { executions.remove(tenant); }) ``` When calling `executions.get(tenant).cancel()`, the doFinally is not called I wrote a small test: (in groovy spock, my bad 😄 ) ``` def "should execute 3 finally"() { given: def holder = new Holder() def flux = Flux.just(1, 2, 3, 4, 5, 6).delayElements(Duration.ofSeconds(1)) .doFinally({ signal -> holder.count.incrementAndGet() }) .doFinally({ signal -> holder.count.incrementAndGet() }) .doOnSubscribe({ sub -> holder.sub = sub }) .doFinally({ signal -> holder.count.incrementAndGet() }) when: flux.subscribe({ it -> println "ok: $it" }, { it -> println "ko: $it" }) Thread.sleep(2000) holder.sub.cancel() then: holder.count.get() == 3 } class Holder { AtomicLong count = new AtomicLong() Subscription sub } ``` In that case only the 2 firsts doFinally are called, I was expecting that all doFinally to be called. Is this a bug? or just the expected behavior? or is this not the way to cancel a flux? I think doFinally would need some javadoc update regarding the subscription cancel if its the accepted behavior.
1.0
Not all doFinally called when cancelling intermediate subscription - I was using this code: ``` .doOnSubscribe(subscription -> executions.put(tenant, subscription)) .doFinally(signal -> { executions.remove(tenant); }) ``` When calling `executions.get(tenant).cancel()`, the doFinally is not called I wrote a small test: (in groovy spock, my bad 😄 ) ``` def "should execute 3 finally"() { given: def holder = new Holder() def flux = Flux.just(1, 2, 3, 4, 5, 6).delayElements(Duration.ofSeconds(1)) .doFinally({ signal -> holder.count.incrementAndGet() }) .doFinally({ signal -> holder.count.incrementAndGet() }) .doOnSubscribe({ sub -> holder.sub = sub }) .doFinally({ signal -> holder.count.incrementAndGet() }) when: flux.subscribe({ it -> println "ok: $it" }, { it -> println "ko: $it" }) Thread.sleep(2000) holder.sub.cancel() then: holder.count.get() == 3 } class Holder { AtomicLong count = new AtomicLong() Subscription sub } ``` In that case only the 2 firsts doFinally are called, I was expecting that all doFinally to be called. Is this a bug? or just the expected behavior? or is this not the way to cancel a flux? I think doFinally would need some javadoc update regarding the subscription cancel if its the accepted behavior.
non_defect
not all dofinally called when cancelling intermediate subscription i was using this code doonsubscribe subscription executions put tenant subscription dofinally signal executions remove tenant when calling executions get tenant cancel the dofinally is not called i wrote a small test in groovy spock my bad 😄 def should execute finally given def holder new holder def flux flux just delayelements duration ofseconds dofinally signal holder count incrementandget dofinally signal holder count incrementandget doonsubscribe sub holder sub sub dofinally signal holder count incrementandget when flux subscribe it println ok it it println ko it thread sleep holder sub cancel then holder count get class holder atomiclong count new atomiclong subscription sub in that case only the firsts dofinally are called i was expecting that all dofinally to be called is this a bug or just the expected behavior or is this not the way to cancel a flux i think dofinally would need some javadoc update regarding the subscription cancel if its the accepted behavior
0
6,728
2,610,273,912
IssuesEvent
2015-02-26 19:27:40
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
Can't add Livejournal Account
auto-migrated Priority-Medium Type-Defect
``` What's the problem? I downloaded Scribefire 1.4.5 for Opera and when I go to add my livejournal account (blackpsychi.livejournal.com), it gives me an unkown_blog_type error. What browser are you using? Opera What version of ScribeFire are you running? 1.4.5 ``` ----- Original issue reported on code.google.com by `kerryma...@yahoo.com` on 18 Feb 2011 at 7:11 * Merged into: #69
1.0
Can't add Livejournal Account - ``` What's the problem? I downloaded Scribefire 1.4.5 for Opera and when I go to add my livejournal account (blackpsychi.livejournal.com), it gives me an unkown_blog_type error. What browser are you using? Opera What version of ScribeFire are you running? 1.4.5 ``` ----- Original issue reported on code.google.com by `kerryma...@yahoo.com` on 18 Feb 2011 at 7:11 * Merged into: #69
defect
can t add livejournal account what s the problem i downloaded scribefire for opera and when i go to add my livejournal account blackpsychi livejournal com it gives me an unkown blog type error what browser are you using opera what version of scribefire are you running original issue reported on code google com by kerryma yahoo com on feb at merged into
1
57,229
15,727,062,646
IssuesEvent
2021-03-29 12:11:29
danmar/testissues
https://api.github.com/repos/danmar/testissues
opened
reserved keywords will be handled as variables in return statements (Trac #124)
Incomplete Migration Migrated from Trac Other defect hyd_danmar
Migrated from https://trac.cppcheck.net/ticket/124 ```json { "status": "closed", "changetime": "2009-03-01T13:49:21", "description": "Here are two examples I have seen so far:\n\n{{{\n17: return * this@1 ;\n}}}\n\n{{{\n4: return true@1 ;\n}}}\n\n\n", "reporter": "kidkat", "cc": "", "resolution": "fixed", "_ts": "1235915361000000", "component": "Other", "summary": "reserved keywords will be handled as variables in return statements", "priority": "", "keywords": "", "time": "2009-02-28T11:47:49", "milestone": "1.29", "owner": "hyd_danmar", "type": "defect" } ```
1.0
reserved keywords will be handled as variables in return statements (Trac #124) - Migrated from https://trac.cppcheck.net/ticket/124 ```json { "status": "closed", "changetime": "2009-03-01T13:49:21", "description": "Here are two examples I have seen so far:\n\n{{{\n17: return * this@1 ;\n}}}\n\n{{{\n4: return true@1 ;\n}}}\n\n\n", "reporter": "kidkat", "cc": "", "resolution": "fixed", "_ts": "1235915361000000", "component": "Other", "summary": "reserved keywords will be handled as variables in return statements", "priority": "", "keywords": "", "time": "2009-02-28T11:47:49", "milestone": "1.29", "owner": "hyd_danmar", "type": "defect" } ```
defect
reserved keywords will be handled as variables in return statements trac migrated from json status closed changetime description here are two examples i have seen so far n n return this n n n return true n n n n reporter kidkat cc resolution fixed ts component other summary reserved keywords will be handled as variables in return statements priority keywords time milestone owner hyd danmar type defect
1
15,503
2,858,497,984
IssuesEvent
2015-06-03 03:06:12
michaelcdillon/ice4j
https://api.github.com/repos/michaelcdillon/ice4j
closed
Java 1.5 compiler codes
auto-migrated Priority-Medium Type-Defect
``` The Java 1.5 compiler don't allow @Override annotation on interface implementations. The joined patch fix the problem. ``` Original issue reported on code.google.com by `sam...@loopingz.com` on 16 Apr 2013 at 3:35 Attachments: * [ice4j-java-1.5.patch](https://storage.googleapis.com/google-code-attachments/ice4j/issue-17/comment-0/ice4j-java-1.5.patch)
1.0
Java 1.5 compiler codes - ``` The Java 1.5 compiler don't allow @Override annotation on interface implementations. The joined patch fix the problem. ``` Original issue reported on code.google.com by `sam...@loopingz.com` on 16 Apr 2013 at 3:35 Attachments: * [ice4j-java-1.5.patch](https://storage.googleapis.com/google-code-attachments/ice4j/issue-17/comment-0/ice4j-java-1.5.patch)
defect
java compiler codes the java compiler don t allow override annotation on interface implementations the joined patch fix the problem original issue reported on code google com by sam loopingz com on apr at attachments
1
24,969
4,157,869,497
IssuesEvent
2016-06-16 23:03:21
DivinumOfficium/divinum-officium
https://api.github.com/repos/DivinumOfficium/divinum-officium
closed
The whole Italian Apostles' Creed is shown instead of "Credo"
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Go to the Mass of the day 2. Select Italian What is the expected output? What do you see instead? The whole text of the Apostles' Creed is printed. Instead we should only see "Credo" . ``` Original issue reported on code.google.com by `roberto....@gmail.com` on 15 Nov 2014 at 2:30
1.0
The whole Italian Apostles' Creed is shown instead of "Credo" - ``` What steps will reproduce the problem? 1. Go to the Mass of the day 2. Select Italian What is the expected output? What do you see instead? The whole text of the Apostles' Creed is printed. Instead we should only see "Credo" . ``` Original issue reported on code.google.com by `roberto....@gmail.com` on 15 Nov 2014 at 2:30
defect
the whole italian apostles creed is shown instead of credo what steps will reproduce the problem go to the mass of the day select italian what is the expected output what do you see instead the whole text of the apostles creed is printed instead we should only see credo original issue reported on code google com by roberto gmail com on nov at
1
68,228
9,160,319,087
IssuesEvent
2019-03-01 06:55:51
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
Scipy.opimize.fmin_powell direc argument syntax unclear
Documentation scipy.optimize
There is no information on how the direc argument of fmin-powell is supposed to be entered. All the scipy documentation for fmin_powell says is ``` direc : ndarray, optional Initial direction set. ``` I thought that by giving direc=(0.1,0.1,1), I was telling it to start with step sizes of 0.1 for the first two fitting parameters and 1 for the third, which are needed in my case since the 3rd parameter is not sensitive to step sizes of 0.1. However, with this code it starts with 0.1 for all of the fitting parameters. If I try direc=(1,0.1,1), it uses an initial step of 1 for all parameters which destroys the fit, as the second parameter has a range of (0,1) and results in a division by zero if it ever goes negative (if the step is 0.1, it sees the bad negative if it hits it and steps back to positive). We need a clearer explanation of how this argument works.
1.0
Scipy.opimize.fmin_powell direc argument syntax unclear - There is no information on how the direc argument of fmin-powell is supposed to be entered. All the scipy documentation for fmin_powell says is ``` direc : ndarray, optional Initial direction set. ``` I thought that by giving direc=(0.1,0.1,1), I was telling it to start with step sizes of 0.1 for the first two fitting parameters and 1 for the third, which are needed in my case since the 3rd parameter is not sensitive to step sizes of 0.1. However, with this code it starts with 0.1 for all of the fitting parameters. If I try direc=(1,0.1,1), it uses an initial step of 1 for all parameters which destroys the fit, as the second parameter has a range of (0,1) and results in a division by zero if it ever goes negative (if the step is 0.1, it sees the bad negative if it hits it and steps back to positive). We need a clearer explanation of how this argument works.
non_defect
scipy opimize fmin powell direc argument syntax unclear there is no information on how the direc argument of fmin powell is supposed to be entered all the scipy documentation for fmin powell says is direc ndarray optional initial direction set i thought that by giving direc i was telling it to start with step sizes of for the first two fitting parameters and for the third which are needed in my case since the parameter is not sensitive to step sizes of however with this code it starts with for all of the fitting parameters if i try direc it uses an initial step of for all parameters which destroys the fit as the second parameter has a range of and results in a division by zero if it ever goes negative if the step is it sees the bad negative if it hits it and steps back to positive we need a clearer explanation of how this argument works
0
77,984
27,263,941,952
IssuesEvent
2023-02-22 16:39:14
idaholab/moose
https://api.github.com/repos/idaholab/moose
opened
VectorPostprocessorFunction random behavior when using parallel execution
T: defect P: normal
## Bug Description <!--A clear and concise description of the problem (Note: A missing feature is not a bug).--> When using `VectorPostprocessorFunction`, simulation produces random results with parallel execution depending on the number of CPUs used. ## Steps to Reproduce <!--Steps to reproduce the behavior (input file, or modifications to an existing input file, etc.)--> The error could be reproduced with the attached input file. [VecPPSFn.txt](https://github.com/idaholab/moose/files/10806248/VecPPSFn.txt) The input file describes a one-dimensional diffusion equation with body force and two Dirichlet BCs. For the body force, - when a constant value is used, the results are as expected using one CPU or parallel run - when a linear function is used, all good (1 CPU or n CPUs) - when the combination of `ConstantVectorPostprocessor` and `VectorPostprocessorFunction` is used, the results are good using 1 CPU, while it generates random results depending on the number of CPUs are used. ## Impact <!--Does this prevent you from getting your work done, or is it more of an annoyance?--> Since it gives random results depending on the number of CPUs used, so this defect affects our simulations.
1.0
VectorPostprocessorFunction random behavior when using parallel execution - ## Bug Description <!--A clear and concise description of the problem (Note: A missing feature is not a bug).--> When using `VectorPostprocessorFunction`, simulation produces random results with parallel execution depending on the number of CPUs used. ## Steps to Reproduce <!--Steps to reproduce the behavior (input file, or modifications to an existing input file, etc.)--> The error could be reproduced with the attached input file. [VecPPSFn.txt](https://github.com/idaholab/moose/files/10806248/VecPPSFn.txt) The input file describes a one-dimensional diffusion equation with body force and two Dirichlet BCs. For the body force, - when a constant value is used, the results are as expected using one CPU or parallel run - when a linear function is used, all good (1 CPU or n CPUs) - when the combination of `ConstantVectorPostprocessor` and `VectorPostprocessorFunction` is used, the results are good using 1 CPU, while it generates random results depending on the number of CPUs are used. ## Impact <!--Does this prevent you from getting your work done, or is it more of an annoyance?--> Since it gives random results depending on the number of CPUs used, so this defect affects our simulations.
defect
vectorpostprocessorfunction random behavior when using parallel execution bug description when using vectorpostprocessorfunction simulation produces random results with parallel execution depending on the number of cpus used steps to reproduce the error could be reproduced with the attached input file the input file describes a one dimensional diffusion equation with body force and two dirichlet bcs for the body force when a constant value is used the results are as expected using one cpu or parallel run when a linear function is used all good cpu or n cpus when the combination of constantvectorpostprocessor and vectorpostprocessorfunction is used the results are good using cpu while it generates random results depending on the number of cpus are used impact since it gives random results depending on the number of cpus used so this defect affects our simulations
1
311,880
26,823,094,331
IssuesEvent
2023-02-02 10:51:49
ks-no/fiks-protokoll-validator
https://api.github.com/repos/ks-no/fiks-protokoll-validator
closed
OppdaterJournalpostAnsvarlig - normalsituasjon 2
Testtrinn
Input Ansvarlig med enhet med retur av Journalpost
1.0
OppdaterJournalpostAnsvarlig - normalsituasjon 2 - Input Ansvarlig med enhet med retur av Journalpost
non_defect
oppdaterjournalpostansvarlig normalsituasjon input ansvarlig med enhet med retur av journalpost
0
33,231
7,056,907,120
IssuesEvent
2018-01-04 14:38:38
maloep/romcollectionbrowser
https://api.github.com/repos/maloep/romcollectionbrowser
closed
NOTICE: 'module' object has no attribute 'localize'
auto-migrated Priority-Low Type-Defect
``` What steps will reproduce the problem? 1.Maybe installing libpython3.4 (not shure, dependecy for intel-linux-graphics-installer) 2.nothing just start xbmc What is the expected output? What do you see instead? a) When xbmc start: Unhandled exception occured during execution of RCB: 16:59:29 T:140470999054080 NOTICE: 'module' object has no attribute 'localize' b) When start RCB: No module named pysqlite2 but: when i install it, the secondary error message is: name 'Logutil' is not defined c) I newer install pysqlite2 before, i had allways sqlite3, like now. What version of the product are you using? On what operating system? 2.0.17 Ubuntu-mini, only xinit, xbmc and some small important things. Please provide any additional information below. I am trying set old version of python (2.7), reinstall python, reinstall RCB etc. My theory is, that RCB is not abble to find some libraries (for example sqlite3). Others plugins works perfectly. I am not able to get some other informations from xbmc log (DEBUG level). Thanx for your great work! ``` Original issue reported on code.google.com by `Rostisla...@gmail.com` on 23 Jul 2014 at 3:28
1.0
NOTICE: 'module' object has no attribute 'localize' - ``` What steps will reproduce the problem? 1.Maybe installing libpython3.4 (not shure, dependecy for intel-linux-graphics-installer) 2.nothing just start xbmc What is the expected output? What do you see instead? a) When xbmc start: Unhandled exception occured during execution of RCB: 16:59:29 T:140470999054080 NOTICE: 'module' object has no attribute 'localize' b) When start RCB: No module named pysqlite2 but: when i install it, the secondary error message is: name 'Logutil' is not defined c) I newer install pysqlite2 before, i had allways sqlite3, like now. What version of the product are you using? On what operating system? 2.0.17 Ubuntu-mini, only xinit, xbmc and some small important things. Please provide any additional information below. I am trying set old version of python (2.7), reinstall python, reinstall RCB etc. My theory is, that RCB is not abble to find some libraries (for example sqlite3). Others plugins works perfectly. I am not able to get some other informations from xbmc log (DEBUG level). Thanx for your great work! ``` Original issue reported on code.google.com by `Rostisla...@gmail.com` on 23 Jul 2014 at 3:28
defect
notice module object has no attribute localize what steps will reproduce the problem maybe installing not shure dependecy for intel linux graphics installer nothing just start xbmc what is the expected output what do you see instead a when xbmc start unhandled exception occured during execution of rcb t notice module object has no attribute localize b when start rcb no module named but when i install it the secondary error message is name logutil is not defined c i newer install before i had allways like now what version of the product are you using on what operating system ubuntu mini only xinit xbmc and some small important things please provide any additional information below i am trying set old version of python reinstall python reinstall rcb etc my theory is that rcb is not abble to find some libraries for example others plugins works perfectly i am not able to get some other informations from xbmc log debug level thanx for your great work original issue reported on code google com by rostisla gmail com on jul at
1
462,069
13,240,608,418
IssuesEvent
2020-08-19 06:42:43
fossasia/open-event-frontend
https://api.github.com/repos/fossasia/open-event-frontend
closed
Organizer: Session List Page - Type column showing date instead of type
Priority: High bug speaker and session flow
The type column shows the submission date instead of the session type. If no type is present it should be empty, e.g. here https://eventyay.com/events/16fa59c7/sessions/all ![Screenshot from 2020-08-19 01-00-59](https://user-images.githubusercontent.com/1583873/90573879-ce9ecd80-e1b7-11ea-8d06-b0e19a29fc50.png)
1.0
Organizer: Session List Page - Type column showing date instead of type - The type column shows the submission date instead of the session type. If no type is present it should be empty, e.g. here https://eventyay.com/events/16fa59c7/sessions/all ![Screenshot from 2020-08-19 01-00-59](https://user-images.githubusercontent.com/1583873/90573879-ce9ecd80-e1b7-11ea-8d06-b0e19a29fc50.png)
non_defect
organizer session list page type column showing date instead of type the type column shows the submission date instead of the session type if no type is present it should be empty e g here
0
166,577
6,306,902,567
IssuesEvent
2017-07-21 22:29:26
idaholab/raven
https://api.github.com/repos/idaholab/raven
closed
Remove mentions of hpcgitlab
improvement priority_normal
-------- Issue Description -------- ##### What did you expect to see happen? No mentions of hpcgitlab ##### What did you see instead? The manual mentions hpcgitlab several places. ##### Do you have a suggested fix for the development team? Move everything that is in hpcgitlab to raven.inl.gov or github. ##### Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue. ---------------- For Change Control Board: Issue Review ---------------- This review should occur before any development is performed as a response to this issue. - [ ] 1. Is it tagged with a type: defect or improvement? - [ ] 2. Is it tagged with a priority: critical, normal or minor? - [ ] 3. If it will impact requirements or requirements tests, is it tagged with requirements? - [ ] 4. If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [ ] 5. Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ------- For Change Control Board: Issue Closure ------- This review should occur when the issue is imminently going to be closed. - [ ] 1. If the issue is a defect, is the defect fixed? - [ ] 2. If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [ ] 3. If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)? - [ ] 4. If the issue is a defect, does it impact the latest stable branch? If yes, is there any issue tagged with stable (create if needed)? - [ ] 5. If the issue is being closed without a merge request, has an explanation of why it is being closed been provided?
1.0
Remove mentions of hpcgitlab - -------- Issue Description -------- ##### What did you expect to see happen? No mentions of hpcgitlab ##### What did you see instead? The manual mentions hpcgitlab several places. ##### Do you have a suggested fix for the development team? Move everything that is in hpcgitlab to raven.inl.gov or github. ##### Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue. ---------------- For Change Control Board: Issue Review ---------------- This review should occur before any development is performed as a response to this issue. - [ ] 1. Is it tagged with a type: defect or improvement? - [ ] 2. Is it tagged with a priority: critical, normal or minor? - [ ] 3. If it will impact requirements or requirements tests, is it tagged with requirements? - [ ] 4. If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [ ] 5. Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ------- For Change Control Board: Issue Closure ------- This review should occur when the issue is imminently going to be closed. - [ ] 1. If the issue is a defect, is the defect fixed? - [ ] 2. If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [ ] 3. If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)? - [ ] 4. If the issue is a defect, does it impact the latest stable branch? If yes, is there any issue tagged with stable (create if needed)? - [ ] 5. If the issue is being closed without a merge request, has an explanation of why it is being closed been provided?
non_defect
remove mentions of hpcgitlab issue description what did you expect to see happen no mentions of hpcgitlab what did you see instead the manual mentions hpcgitlab several places do you have a suggested fix for the development team move everything that is in hpcgitlab to raven inl gov or github please attach the input file s that generate this error the simpler the input the faster we can find the issue for change control board issue review this review should occur before any development is performed as a response to this issue is it tagged with a type defect or improvement is it tagged with a priority critical normal or minor if it will impact requirements or requirements tests is it tagged with requirements if it is a defect can it cause wrong results for users if so an email needs to be sent to the users is a rationale provided such as explaining why the improvement is needed or why current code is wrong for change control board issue closure this review should occur when the issue is imminently going to be closed if the issue is a defect is the defect fixed if the issue is a defect is the defect tested for in the regression test system if not explain why not if the issue can impact users has an email to the users group been written the email should specify if the defect impacts stable or master if the issue is a defect does it impact the latest stable branch if yes is there any issue tagged with stable create if needed if the issue is being closed without a merge request has an explanation of why it is being closed been provided
0
5,942
2,610,218,338
IssuesEvent
2015-02-26 19:09:27
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
торрент fmodex dll
auto-migrated Priority-Medium Type-Defect
``` '''Аверкий Дроздов''' День добрый никак не могу найти .торрент fmodex dll. как то выкладывали уже '''Алексей Щукин''' Вот держи линк http://bit.ly/17DerkJ '''Баграт Родионов''' Спасибо вроде то но просит телефон вводить '''Арий Бобылёв''' Не это не влияет на баланс '''Андриан Семёнов''' Неа все ок у меня ничего не списало Информация о файле: торрент fmodex dll Загружен: В этом месяце Скачан раз: 1345 Рейтинг: 1115 Средняя скорость скачивания: 1007 Похожих файлов: 21 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 17 Dec 2013 at 1:41
1.0
торрент fmodex dll - ``` '''Аверкий Дроздов''' День добрый никак не могу найти .торрент fmodex dll. как то выкладывали уже '''Алексей Щукин''' Вот держи линк http://bit.ly/17DerkJ '''Баграт Родионов''' Спасибо вроде то но просит телефон вводить '''Арий Бобылёв''' Не это не влияет на баланс '''Андриан Семёнов''' Неа все ок у меня ничего не списало Информация о файле: торрент fmodex dll Загружен: В этом месяце Скачан раз: 1345 Рейтинг: 1115 Средняя скорость скачивания: 1007 Похожих файлов: 21 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 17 Dec 2013 at 1:41
defect
торрент fmodex dll аверкий дроздов день добрый никак не могу найти торрент fmodex dll как то выкладывали уже алексей щукин вот держи линк баграт родионов спасибо вроде то но просит телефон вводить арий бобылёв не это не влияет на баланс андриан семёнов неа все ок у меня ничего не списало информация о файле торрент fmodex dll загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
1
18,454
3,062,336,377
IssuesEvent
2015-08-16 13:47:45
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Properties with [InlineConst] are not resolved correctly in some situations
defect
Reported on [7th post in const string on static class not resolving during compile](http://forums.bridge.net/forum/bridge-net-pro/bugs/439?p=445) The following C# code ```csharp public class HomeIndexApp { [InlineConst] public const string TextAreaId = "textarea"; [Ready] public static void Main() { TextAreaElement textArea = Document.GetElementById<TextAreaElement>(TextAreaId); } } ``` Results in the following JavaScript: ```javascript Bridge.define('Bridge.Client.HomeIndexApp', { statics: { TextAreaId: "textarea", config: { init: function () { Bridge.ready(this.main); } }, main: function () { var textArea = document.getElementById(Bridge.Client.HomeIndexApp."textarea"); } } } ``` Which would result in a wrong property reference in the `HomeIndexApp` class.
1.0
Properties with [InlineConst] are not resolved correctly in some situations - Reported on [7th post in const string on static class not resolving during compile](http://forums.bridge.net/forum/bridge-net-pro/bugs/439?p=445) The following C# code ```csharp public class HomeIndexApp { [InlineConst] public const string TextAreaId = "textarea"; [Ready] public static void Main() { TextAreaElement textArea = Document.GetElementById<TextAreaElement>(TextAreaId); } } ``` Results in the following JavaScript: ```javascript Bridge.define('Bridge.Client.HomeIndexApp', { statics: { TextAreaId: "textarea", config: { init: function () { Bridge.ready(this.main); } }, main: function () { var textArea = document.getElementById(Bridge.Client.HomeIndexApp."textarea"); } } } ``` Which would result in a wrong property reference in the `HomeIndexApp` class.
defect
properties with are not resolved correctly in some situations reported on the following c code csharp public class homeindexapp public const string textareaid textarea public static void main textareaelement textarea document getelementbyid textareaid results in the following javascript javascript bridge define bridge client homeindexapp statics textareaid textarea config init function bridge ready this main main function var textarea document getelementbyid bridge client homeindexapp textarea which would result in a wrong property reference in the homeindexapp class
1
38,070
8,652,231,997
IssuesEvent
2018-11-27 07:15:07
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
p-dialog onHide event doesn't execute callback when closing the dialog with X button in the top-right corner
defect
**I'm submitting a ...** (check one with "x") ``` [ x ] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` **Plunkr Case (Bug Reports)** https://github-g4ddqf.stackblitz.io/ **Current behavior** When closing a p-dialog with the X button in the top-right corner the provided callback function doesn't execute onHide. **Expected behavior** When closing a p-dialog with the X button in the top-right corner the provided callback function should execute onHide. **Minimal reproduction of the problem with instructions** https://github-g4ddqf.stackblitz.io/ **Please tell us about your environment:** macOS Mojave 10.14.1 IntelliJ IDEA * **Angular version:** 7.0.3 * **PrimeNG version:** 7.0.0-beta.1 * **Browser:** all * **Language:** TypeScript 3.1.6
1.0
p-dialog onHide event doesn't execute callback when closing the dialog with X button in the top-right corner - **I'm submitting a ...** (check one with "x") ``` [ x ] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` **Plunkr Case (Bug Reports)** https://github-g4ddqf.stackblitz.io/ **Current behavior** When closing a p-dialog with the X button in the top-right corner the provided callback function doesn't execute onHide. **Expected behavior** When closing a p-dialog with the X button in the top-right corner the provided callback function should execute onHide. **Minimal reproduction of the problem with instructions** https://github-g4ddqf.stackblitz.io/ **Please tell us about your environment:** macOS Mojave 10.14.1 IntelliJ IDEA * **Angular version:** 7.0.3 * **PrimeNG version:** 7.0.0-beta.1 * **Browser:** all * **Language:** TypeScript 3.1.6
defect
p dialog onhide event doesn t execute callback when closing the dialog with x button in the top right corner i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead see plunkr case bug reports current behavior when closing a p dialog with the x button in the top right corner the provided callback function doesn t execute onhide expected behavior when closing a p dialog with the x button in the top right corner the provided callback function should execute onhide minimal reproduction of the problem with instructions please tell us about your environment macos mojave intellij idea angular version primeng version beta browser all language typescript
1
61,219
17,023,638,911
IssuesEvent
2021-07-03 03:03:09
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
"Tomsk city" poligon is too far
Component: nominatim Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 2.57am, Thursday, 30th September 2010]** When searching http://nominatim.openstreetmap.org/search?q=tomsk&polygon=1 i get polygon with a point that is >600km far away from the town. It should show something like [http://nominatim.openstreetmap.org/details.php?place_id=59054462 this] (administrative borders of Tomsk) There is no such far point in "parentOf" section of [http://nominatim.openstreetmap.org/details.php?place_id=464601 details]. There was a couple of days ago, but now there isn't.
1.0
"Tomsk city" poligon is too far - **[Submitted to the original trac issue database at 2.57am, Thursday, 30th September 2010]** When searching http://nominatim.openstreetmap.org/search?q=tomsk&polygon=1 i get polygon with a point that is >600km far away from the town. It should show something like [http://nominatim.openstreetmap.org/details.php?place_id=59054462 this] (administrative borders of Tomsk) There is no such far point in "parentOf" section of [http://nominatim.openstreetmap.org/details.php?place_id=464601 details]. There was a couple of days ago, but now there isn't.
defect
tomsk city poligon is too far when searching i get polygon with a point that is far away from the town it should show something like administrative borders of tomsk there is no such far point in parentof section of there was a couple of days ago but now there isn t
1
442,201
30,822,779,076
IssuesEvent
2023-08-01 17:35:23
dogboy21/serializationisbad
https://api.github.com/repos/dogboy21/serializationisbad
closed
bdlib has released patches
documentation
Per the last comment here: https://github.com/bdew-minecraft/bdlib/issues/57 bdlib has patched the issue in two of the older releases, so this information can be added to the README.
1.0
bdlib has released patches - Per the last comment here: https://github.com/bdew-minecraft/bdlib/issues/57 bdlib has patched the issue in two of the older releases, so this information can be added to the README.
non_defect
bdlib has released patches per the last comment here bdlib has patched the issue in two of the older releases so this information can be added to the readme
0
44,979
12,500,946,553
IssuesEvent
2020-06-01 23:44:02
babybunny/rebuildingtogethercaptain
https://api.github.com/repos/babybunny/rebuildingtogethercaptain
closed
crasher in site_budget
Type-Defect bug
TypeError: float argument required, not NoneType at block "body" (/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue488.426256471359964762/room/templates/site_budget.html:97) at top-level template code (/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue488.426256471359964762/room/templates/base.html:74) at top-level template code (/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue488.426256471359964762/room/templates/site_budget.html:1) at render (/base/alloc/tmpfs/dynamic_runtimes/python27g/96042b99a0720f74/python27/python27_lib/versions/third_party/jinja2-2.6/jinja2/environment.py:894) at Respond (/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue488.426256471359964762/room/common.py:193) at get (/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue488.426256471359964762/room/staff.py:319) at dispatch (/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue488.426256471359964762/room/staff.py:75) ebuildingtogethercaptain.appspot.com/room/site_budget?j=
1.0
crasher in site_budget - TypeError: float argument required, not NoneType at block "body" (/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue488.426256471359964762/room/templates/site_budget.html:97) at top-level template code (/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue488.426256471359964762/room/templates/base.html:74) at top-level template code (/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue488.426256471359964762/room/templates/site_budget.html:1) at render (/base/alloc/tmpfs/dynamic_runtimes/python27g/96042b99a0720f74/python27/python27_lib/versions/third_party/jinja2-2.6/jinja2/environment.py:894) at Respond (/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue488.426256471359964762/room/common.py:193) at get (/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue488.426256471359964762/room/staff.py:319) at dispatch (/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue488.426256471359964762/room/staff.py:75) ebuildingtogethercaptain.appspot.com/room/site_budget?j=
defect
crasher in site budget typeerror float argument required not nonetype at block body base data home apps s rebuildingtogethercaptain hrd room templates site budget html at top level template code base data home apps s rebuildingtogethercaptain hrd room templates base html at top level template code base data home apps s rebuildingtogethercaptain hrd room templates site budget html at render base alloc tmpfs dynamic runtimes lib versions third party environment py at respond base data home apps s rebuildingtogethercaptain hrd room common py at get base data home apps s rebuildingtogethercaptain hrd room staff py at dispatch base data home apps s rebuildingtogethercaptain hrd room staff py ebuildingtogethercaptain appspot com room site budget j
1
66,428
20,194,507,353
IssuesEvent
2022-02-11 09:25:15
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Desktop notifications for invites show user IDs instead of displaynames
T-Defect S-Minor A-DMs A-Invite O-Occasional
### Steps to reproduce - desktop notifications must be enabled and authorized - being invited by someone into a room ### Outcome #### What did you expect? Show displaynames just like in the timeline #### What happened instead? ![image](https://user-images.githubusercontent.com/57274151/153410299-786ce027-ceb4-4843-bc01-378c8089f6a8.png) ### Operating system _No response_ ### Browser information _No response_ ### URL for webapp https://develop.element.io ### Application version Element version: d4a019b27a40-react-f6565bfbc806-js-ea0eaff212a7 ### Homeserver _No response_ ### Will you send logs? No
1.0
Desktop notifications for invites show user IDs instead of displaynames - ### Steps to reproduce - desktop notifications must be enabled and authorized - being invited by someone into a room ### Outcome #### What did you expect? Show displaynames just like in the timeline #### What happened instead? ![image](https://user-images.githubusercontent.com/57274151/153410299-786ce027-ceb4-4843-bc01-378c8089f6a8.png) ### Operating system _No response_ ### Browser information _No response_ ### URL for webapp https://develop.element.io ### Application version Element version: d4a019b27a40-react-f6565bfbc806-js-ea0eaff212a7 ### Homeserver _No response_ ### Will you send logs? No
defect
desktop notifications for invites show user ids instead of displaynames steps to reproduce desktop notifications must be enabled and authorized being invited by someone into a room outcome what did you expect show displaynames just like in the timeline what happened instead operating system no response browser information no response url for webapp application version element version react js homeserver no response will you send logs no
1
181,522
21,664,368,913
IssuesEvent
2022-05-07 01:08:26
fasttrack-solutions/jQuery-QueryBuilder
https://api.github.com/repos/fasttrack-solutions/jQuery-QueryBuilder
opened
CVE-2022-29167 (High) detected in hawk-3.1.3.tgz
security vulnerability
## CVE-2022-29167 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hawk-3.1.3.tgz</b></p></summary> <p>HTTP Hawk Authentication Scheme</p> <p>Library home page: <a href="https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz">https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/hawk/package.json</p> <p> Dependency Hierarchy: - grunt-coveralls-1.0.1.tgz (Root Library) - coveralls-2.13.3.tgz - request-2.79.0.tgz - :x: **hawk-3.1.3.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/fasttrack-solutions/jQuery-QueryBuilder/commit/9291825bff1e01bb64535f99d7badac198ddbca0">9291825bff1e01bb64535f99d7badac198ddbca0</a></p> <p>Found in base branch: <b>dev</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Hawk is an HTTP authentication scheme providing mechanisms for making authenticated HTTP requests with partial cryptographic verification of the request and response, covering the HTTP method, request URI, host, and optionally the request payload. Hawk used a regular expression to parse `Host` HTTP header (`Hawk.utils.parseHost()`), which was subject to regular expression DoS attack - meaning each added character in the attacker's input increases the computation time exponentially. `parseHost()` was patched in `9.0.1` to use built-in `URL` class to parse hostname instead. `Hawk.authenticate()` accepts `options` argument. If that contains `host` and `port`, those would be used instead of a call to `utils.parseHost()`. <p>Publish Date: 2022-05-05 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-29167>CVE-2022-29167</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.4</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: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/mozilla/hawk/security/advisories/GHSA-44pw-h2cw-w3vq">https://github.com/mozilla/hawk/security/advisories/GHSA-44pw-h2cw-w3vq</a></p> <p>Release Date: 2022-05-05</p> <p>Fix Resolution: hawk - 9.0.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-29167 (High) detected in hawk-3.1.3.tgz - ## CVE-2022-29167 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hawk-3.1.3.tgz</b></p></summary> <p>HTTP Hawk Authentication Scheme</p> <p>Library home page: <a href="https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz">https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/hawk/package.json</p> <p> Dependency Hierarchy: - grunt-coveralls-1.0.1.tgz (Root Library) - coveralls-2.13.3.tgz - request-2.79.0.tgz - :x: **hawk-3.1.3.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/fasttrack-solutions/jQuery-QueryBuilder/commit/9291825bff1e01bb64535f99d7badac198ddbca0">9291825bff1e01bb64535f99d7badac198ddbca0</a></p> <p>Found in base branch: <b>dev</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Hawk is an HTTP authentication scheme providing mechanisms for making authenticated HTTP requests with partial cryptographic verification of the request and response, covering the HTTP method, request URI, host, and optionally the request payload. Hawk used a regular expression to parse `Host` HTTP header (`Hawk.utils.parseHost()`), which was subject to regular expression DoS attack - meaning each added character in the attacker's input increases the computation time exponentially. `parseHost()` was patched in `9.0.1` to use built-in `URL` class to parse hostname instead. `Hawk.authenticate()` accepts `options` argument. If that contains `host` and `port`, those would be used instead of a call to `utils.parseHost()`. <p>Publish Date: 2022-05-05 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-29167>CVE-2022-29167</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.4</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: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/mozilla/hawk/security/advisories/GHSA-44pw-h2cw-w3vq">https://github.com/mozilla/hawk/security/advisories/GHSA-44pw-h2cw-w3vq</a></p> <p>Release Date: 2022-05-05</p> <p>Fix Resolution: hawk - 9.0.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in hawk tgz cve high severity vulnerability vulnerable library hawk tgz http hawk authentication scheme library home page a href path to dependency file package json path to vulnerable library node modules hawk package json dependency hierarchy grunt coveralls tgz root library coveralls tgz request tgz x hawk tgz vulnerable library found in head commit a href found in base branch dev vulnerability details hawk is an http authentication scheme providing mechanisms for making authenticated http requests with partial cryptographic verification of the request and response covering the http method request uri host and optionally the request payload hawk used a regular expression to parse host http header hawk utils parsehost which was subject to regular expression dos attack meaning each added character in the attacker s input increases the computation time exponentially parsehost was patched in to use built in url class to parse hostname instead hawk authenticate accepts options argument if that contains host and port those would be used instead of a call to utils parsehost 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 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 hawk step up your open source security game with whitesource
0
79,154
28,019,051,856
IssuesEvent
2023-03-28 02:48:38
salsadigitalauorg/civictheme_source
https://api.github.com/repos/salsadigitalauorg/civictheme_source
opened
[DEFECT] Test Jira GH integration
Type: Defect
### Summary Summary ### Steps to reproduce Steps ### Observed outcome Observed ### Expected outcome Expected
1.0
[DEFECT] Test Jira GH integration - ### Summary Summary ### Steps to reproduce Steps ### Observed outcome Observed ### Expected outcome Expected
defect
test jira gh integration summary summary steps to reproduce steps observed outcome observed expected outcome expected
1
79,814
7,725,304,398
IssuesEvent
2018-05-24 17:32:10
WebliniaERP/webliniaerp-web
https://api.github.com/repos/WebliniaERP/webliniaerp-web
closed
Incluir identificação de transferência entre contas nos lançamentos financeiros
1-melhoria 2-prioridade media 3-ALPHAPOINT test
cliente deseja visualizar de forma rápida se o lançamento de uma conta é transferência de outra conta
1.0
Incluir identificação de transferência entre contas nos lançamentos financeiros - cliente deseja visualizar de forma rápida se o lançamento de uma conta é transferência de outra conta
non_defect
incluir identificação de transferência entre contas nos lançamentos financeiros cliente deseja visualizar de forma rápida se o lançamento de uma conta é transferência de outra conta
0
392,097
26,924,101,176
IssuesEvent
2023-02-07 12:37:06
adapt-security/adapt-authoring
https://api.github.com/repos/adapt-security/adapt-authoring
closed
REST APIs must be documented
help wanted documentation R&D
There's currently no mechanism to document the external API endpoints. - OpenAPI-based? (Swagger, ReDoc) - Integrate with ESDoc?
1.0
REST APIs must be documented - There's currently no mechanism to document the external API endpoints. - OpenAPI-based? (Swagger, ReDoc) - Integrate with ESDoc?
non_defect
rest apis must be documented there s currently no mechanism to document the external api endpoints openapi based swagger redoc integrate with esdoc
0
20,437
3,355,888,074
IssuesEvent
2015-11-18 18:11:55
jarz/slimtune
https://api.github.com/repos/jarz/slimtune
closed
visualize time in milliseconds
auto-migrated Priority-Medium Type-Defect
``` it would be nice to have the times spent in the profiled function, in addition to percentage ``` Original issue reported on code.google.com by `marco.ga...@gmail.com` on 20 Apr 2011 at 7:47
1.0
visualize time in milliseconds - ``` it would be nice to have the times spent in the profiled function, in addition to percentage ``` Original issue reported on code.google.com by `marco.ga...@gmail.com` on 20 Apr 2011 at 7:47
defect
visualize time in milliseconds it would be nice to have the times spent in the profiled function in addition to percentage original issue reported on code google com by marco ga gmail com on apr at
1
24,894
4,120,702,319
IssuesEvent
2016-06-08 18:45:56
bwu-dart/bwu_datagrid
https://api.github.com/repos/bwu-dart/bwu_datagrid
reopened
Random Uncaught Unhandled exception when clicking on column headers
status:accepted type:defect
I can't seem to pin-point the culprit, but this is happening at random... I made sure to use CSS classes for my columns' headers. This is the error I'm seeing in Chromium: ![screen shot 2016-06-06 at 7 11 50 pm](https://cloud.githubusercontent.com/assets/10780925/15843894/8c978f96-2c1a-11e6-917c-e259b5872d72.png) After this error, It takes a few seconds for subsequent clicks to sort correctly. I'm on: SDK 1.15.0 OS X 10.11.5 from pubspec.lock: bwu_datagrid: description: ref: polymer1 resolved-ref: "627bba819a9db00aa186567b74a58e6b6d7df9d8" url: "https://github.com/bwu-dart/bwu_datagrid.git" source: git version: "0.1.0-dev.1"
1.0
Random Uncaught Unhandled exception when clicking on column headers - I can't seem to pin-point the culprit, but this is happening at random... I made sure to use CSS classes for my columns' headers. This is the error I'm seeing in Chromium: ![screen shot 2016-06-06 at 7 11 50 pm](https://cloud.githubusercontent.com/assets/10780925/15843894/8c978f96-2c1a-11e6-917c-e259b5872d72.png) After this error, It takes a few seconds for subsequent clicks to sort correctly. I'm on: SDK 1.15.0 OS X 10.11.5 from pubspec.lock: bwu_datagrid: description: ref: polymer1 resolved-ref: "627bba819a9db00aa186567b74a58e6b6d7df9d8" url: "https://github.com/bwu-dart/bwu_datagrid.git" source: git version: "0.1.0-dev.1"
defect
random uncaught unhandled exception when clicking on column headers i can t seem to pin point the culprit but this is happening at random i made sure to use css classes for my columns headers this is the error i m seeing in chromium after this error it takes a few seconds for subsequent clicks to sort correctly i m on sdk os x from pubspec lock bwu datagrid description ref resolved ref url source git version dev
1
30,489
11,826,310,268
IssuesEvent
2020-03-21 17:14:52
lgmorand/aks-checklist
https://api.github.com/repos/lgmorand/aks-checklist
closed
CVE-2020-7598 (High) detected in multiple libraries
security vulnerability
## CVE-2020-7598 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-1.1.3.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary> <p> <details><summary><b>minimist-0.0.8.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/aks-checklist/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/aks-checklist/node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - babel-cli-6.26.0.tgz (Root Library) - chokidar-1.7.0.tgz - fsevents-1.2.4.tgz - node-pre-gyp-0.10.0.tgz - mkdirp-0.5.1.tgz - :x: **minimist-0.0.8.tgz** (Vulnerable Library) </details> <details><summary><b>minimist-1.1.3.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz">https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/aks-checklist/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/aks-checklist/node_modules/gonzales-pe/node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - stylelint-9.6.0.tgz (Root Library) - postcss-sass-0.3.3.tgz - gonzales-pe-4.2.3.tgz - :x: **minimist-1.1.3.tgz** (Vulnerable Library) </details> <details><summary><b>minimist-1.2.0.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/aks-checklist/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/aks-checklist/node_modules/find-versions/node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - babel-cli-6.26.0.tgz (Root Library) - chokidar-1.7.0.tgz - fsevents-1.2.4.tgz - node-pre-gyp-0.10.0.tgz - rc-1.2.7.tgz - :x: **minimist-1.2.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/lgmorand/aks-checklist/commit/533e79eb6c84e6d6672a4b46a7e1aa68d584ee56">533e79eb6c84e6d6672a4b46a7e1aa68d584ee56</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload. <p>Publish Date: 2020-03-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</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/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94">https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94</a></p> <p>Release Date: 2020-03-11</p> <p>Fix Resolution: minimist - 0.2.1,1.2.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-7598 (High) detected in multiple libraries - ## CVE-2020-7598 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-1.1.3.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary> <p> <details><summary><b>minimist-0.0.8.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/aks-checklist/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/aks-checklist/node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - babel-cli-6.26.0.tgz (Root Library) - chokidar-1.7.0.tgz - fsevents-1.2.4.tgz - node-pre-gyp-0.10.0.tgz - mkdirp-0.5.1.tgz - :x: **minimist-0.0.8.tgz** (Vulnerable Library) </details> <details><summary><b>minimist-1.1.3.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz">https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/aks-checklist/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/aks-checklist/node_modules/gonzales-pe/node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - stylelint-9.6.0.tgz (Root Library) - postcss-sass-0.3.3.tgz - gonzales-pe-4.2.3.tgz - :x: **minimist-1.1.3.tgz** (Vulnerable Library) </details> <details><summary><b>minimist-1.2.0.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/aks-checklist/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/aks-checklist/node_modules/find-versions/node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - babel-cli-6.26.0.tgz (Root Library) - chokidar-1.7.0.tgz - fsevents-1.2.4.tgz - node-pre-gyp-0.10.0.tgz - rc-1.2.7.tgz - :x: **minimist-1.2.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/lgmorand/aks-checklist/commit/533e79eb6c84e6d6672a4b46a7e1aa68d584ee56">533e79eb6c84e6d6672a4b46a7e1aa68d584ee56</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload. <p>Publish Date: 2020-03-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</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/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94">https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94</a></p> <p>Release Date: 2020-03-11</p> <p>Fix Resolution: minimist - 0.2.1,1.2.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file tmp ws scm aks checklist package json path to vulnerable library tmp ws scm aks checklist node modules minimist package json dependency hierarchy babel cli tgz root library chokidar tgz fsevents tgz node pre gyp tgz mkdirp tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href path to dependency file tmp ws scm aks checklist package json path to vulnerable library tmp ws scm aks checklist node modules gonzales pe node modules minimist package json dependency hierarchy stylelint tgz root library postcss sass tgz gonzales pe tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href path to dependency file tmp ws scm aks checklist package json path to vulnerable library tmp ws scm aks checklist node modules find versions node modules minimist package json dependency hierarchy babel cli tgz root library chokidar tgz fsevents tgz node pre gyp tgz rc tgz x minimist tgz vulnerable library found in head commit a href vulnerability details minimist before could be tricked into adding or modifying properties of object prototype using a constructor or proto payload 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 minimist step up your open source security game with whitesource
0
489,191
14,102,365,685
IssuesEvent
2020-11-06 08:38:21
redhat-developer/vscode-openshift-tools
https://api.github.com/repos/redhat-developer/vscode-openshift-tools
closed
Add badge declarations to package.json
kind/task priority/major
package.json has a section where badges should be declared, lets use it for consistency and move all our badges there. It is currently has only one badge definition. ``` json ... "badges": [ { "url": "https://badges.gitter.im/redhat-developer/openshift-connector.svg", "href": "https://gitter.im/redhat-developer/openshift-connector", "description": "Join us at #openshift-connector channel" } ], ... ```
1.0
Add badge declarations to package.json - package.json has a section where badges should be declared, lets use it for consistency and move all our badges there. It is currently has only one badge definition. ``` json ... "badges": [ { "url": "https://badges.gitter.im/redhat-developer/openshift-connector.svg", "href": "https://gitter.im/redhat-developer/openshift-connector", "description": "Join us at #openshift-connector channel" } ], ... ```
non_defect
add badge declarations to package json package json has a section where badges should be declared lets use it for consistency and move all our badges there it is currently has only one badge definition json badges url href description join us at openshift connector channel
0
35,329
7,697,864,910
IssuesEvent
2018-05-18 20:26:58
megandalster/bmac-warehouse
https://api.github.com/repos/megandalster/bmac-warehouse
closed
Shipments and Receipts tab key
Priority-Medium Type-Defect auto-migrated
``` make sure the tab key takes you from one box to the next in the product list and the rest of the form. ``` Original issue reported on code.google.com by `al...@bowdoin.edu` on 6 Apr 2015 at 5:00
1.0
Shipments and Receipts tab key - ``` make sure the tab key takes you from one box to the next in the product list and the rest of the form. ``` Original issue reported on code.google.com by `al...@bowdoin.edu` on 6 Apr 2015 at 5:00
defect
shipments and receipts tab key make sure the tab key takes you from one box to the next in the product list and the rest of the form original issue reported on code google com by al bowdoin edu on apr at
1
710,239
24,411,814,886
IssuesEvent
2022-10-05 13:00:39
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.disneyplus.com - video or audio doesn't play
priority-important os-win browser-slim
<!-- @browser: slimbrowser --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/111853 --> **URL**: https://www.disneyplus.com/es-419/video/cb30a363-70a8-464c-aaef-ebcdf7f6bf44 **Browser / Version**: slimbrowser **Operating System**: Windows 11 **Tested Another Browser**: Yes Edge **Problem type**: Video or audio doesn't play **Description**: The video or audio does not play **Steps to Reproduce**: dice que se esta bajando un complemento para rproducir audio y video pero nunca termina de hacerlo. Tengo el mismo navegador en otra pc y solo descargo el complemento y funciono normalmente <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/10/54a3b464-a054-4557-b2f3-b18ed42e2229.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: 20220816234037</li><li>channel: default</li><li>hasTouchScreen: false</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/2022/10/3d1c54f9-712b-49c8-af63-f1a30d70a69d) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.disneyplus.com - video or audio doesn't play - <!-- @browser: slimbrowser --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/111853 --> **URL**: https://www.disneyplus.com/es-419/video/cb30a363-70a8-464c-aaef-ebcdf7f6bf44 **Browser / Version**: slimbrowser **Operating System**: Windows 11 **Tested Another Browser**: Yes Edge **Problem type**: Video or audio doesn't play **Description**: The video or audio does not play **Steps to Reproduce**: dice que se esta bajando un complemento para rproducir audio y video pero nunca termina de hacerlo. Tengo el mismo navegador en otra pc y solo descargo el complemento y funciono normalmente <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/10/54a3b464-a054-4557-b2f3-b18ed42e2229.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: 20220816234037</li><li>channel: default</li><li>hasTouchScreen: false</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/2022/10/3d1c54f9-712b-49c8-af63-f1a30d70a69d) _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
video or audio doesn t play url browser version slimbrowser operating system windows tested another browser yes edge problem type video or audio doesn t play description the video or audio does not play steps to reproduce dice que se esta bajando un complemento para rproducir audio y video pero nunca termina de hacerlo tengo el mismo navegador en otra pc y solo descargo el complemento y funciono normalmente 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 default hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
0
70,105
22,946,681,172
IssuesEvent
2022-07-19 01:10:00
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
Query engine cannot handle enums with constants that have overridden methods
Type: Defect
If I have an enum class such as the following: ``` public enum MyEnum { VAL0, VAL1 { @Override public boolean isTest() { return false; } }, ; public boolean isTest() { return true; } } ``` Hazelcast will fail if I query against an attribute of this enum on any cache entry that has a value of VAL1 (with the overridden method): ``` Unknown attribute type: MyEnum$2 for attribute: myAttribute: com.hazelcast.query.QueryException: Unknown attribute type: MyEnum$2 for attribute: myAttribute com.hazelcast.query.impl.predicates.AbstractPredicate.convert(AbstractPredicate.java:148) at com.hazelcast.query.impl.predicates.AbstractPredicate.convert(AbstractPredicate.java:132) at com.hazelcast.query.impl.predicates.InPredicate.applyForSingleAttributeValue(InPredicate.java:100) ``` For an enum constant with an overridden method, the compiler creates an anonymous class that extends the enum's class and this anonymous class returns *false* for Class.isEnum(). com.hazelcast.query.impl.getters.ReflectionHelper.getAttributeType( Class klass ) makes use of *isEnum*. Maybe it should use Enum.isAssignableFrom( klass ).
1.0
Query engine cannot handle enums with constants that have overridden methods - If I have an enum class such as the following: ``` public enum MyEnum { VAL0, VAL1 { @Override public boolean isTest() { return false; } }, ; public boolean isTest() { return true; } } ``` Hazelcast will fail if I query against an attribute of this enum on any cache entry that has a value of VAL1 (with the overridden method): ``` Unknown attribute type: MyEnum$2 for attribute: myAttribute: com.hazelcast.query.QueryException: Unknown attribute type: MyEnum$2 for attribute: myAttribute com.hazelcast.query.impl.predicates.AbstractPredicate.convert(AbstractPredicate.java:148) at com.hazelcast.query.impl.predicates.AbstractPredicate.convert(AbstractPredicate.java:132) at com.hazelcast.query.impl.predicates.InPredicate.applyForSingleAttributeValue(InPredicate.java:100) ``` For an enum constant with an overridden method, the compiler creates an anonymous class that extends the enum's class and this anonymous class returns *false* for Class.isEnum(). com.hazelcast.query.impl.getters.ReflectionHelper.getAttributeType( Class klass ) makes use of *isEnum*. Maybe it should use Enum.isAssignableFrom( klass ).
defect
query engine cannot handle enums with constants that have overridden methods if i have an enum class such as the following public enum myenum override public boolean istest return false public boolean istest return true hazelcast will fail if i query against an attribute of this enum on any cache entry that has a value of with the overridden method unknown attribute type myenum for attribute myattribute com hazelcast query queryexception unknown attribute type myenum for attribute myattribute com hazelcast query impl predicates abstractpredicate convert abstractpredicate java at com hazelcast query impl predicates abstractpredicate convert abstractpredicate java at com hazelcast query impl predicates inpredicate applyforsingleattributevalue inpredicate java for an enum constant with an overridden method the compiler creates an anonymous class that extends the enum s class and this anonymous class returns false for class isenum com hazelcast query impl getters reflectionhelper getattributetype class klass makes use of isenum maybe it should use enum isassignablefrom klass
1
53,179
13,261,141,951
IssuesEvent
2020-08-20 19:21:45
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
[gotoblas] add checksuming to make files for lapack (Trac #917)
Migrated from Trac defect infrastructure
The GotoBLAS makefiles are a bit fragile and will happily try to patch and build a bad download of LAPACK. Add a checksum test and fail FABULOUSLY if the LAPACK d/l fails. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/917">https://code.icecube.wisc.edu/projects/icecube/ticket/917</a>, reported by negaand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2015-04-17T01:11:52", "_ts": "1429233112808376", "description": "The GotoBLAS makefiles are a bit fragile and will happily try to patch and build a bad download of LAPACK. Add a checksum test and fail FABULOUSLY if the LAPACK d/l fails.", "reporter": "nega", "cc": "", "resolution": "wontfix", "time": "2015-04-10T03:02:48", "component": "infrastructure", "summary": "[gotoblas] add checksuming to make files for lapack", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
[gotoblas] add checksuming to make files for lapack (Trac #917) - The GotoBLAS makefiles are a bit fragile and will happily try to patch and build a bad download of LAPACK. Add a checksum test and fail FABULOUSLY if the LAPACK d/l fails. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/917">https://code.icecube.wisc.edu/projects/icecube/ticket/917</a>, reported by negaand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2015-04-17T01:11:52", "_ts": "1429233112808376", "description": "The GotoBLAS makefiles are a bit fragile and will happily try to patch and build a bad download of LAPACK. Add a checksum test and fail FABULOUSLY if the LAPACK d/l fails.", "reporter": "nega", "cc": "", "resolution": "wontfix", "time": "2015-04-10T03:02:48", "component": "infrastructure", "summary": "[gotoblas] add checksuming to make files for lapack", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
defect
add checksuming to make files for lapack trac the gotoblas makefiles are a bit fragile and will happily try to patch and build a bad download of lapack add a checksum test and fail fabulously if the lapack d l fails migrated from json status closed changetime ts description the gotoblas makefiles are a bit fragile and will happily try to patch and build a bad download of lapack add a checksum test and fail fabulously if the lapack d l fails reporter nega cc resolution wontfix time component infrastructure summary add checksuming to make files for lapack priority normal keywords milestone owner nega type defect
1
2,426
2,613,945,965
IssuesEvent
2015-02-28 01:35:42
arlolra/ctypes-otr
https://api.github.com/repos/arlolra/ctypes-otr
closed
Manual fingerprint verification UI
design
The UI for manual fingerprint verification looks like: ![2015-02-27-234935_444x95_scrot](https://cloud.githubusercontent.com/assets/368098/6418448/31c09f20-bedb-11e4-97a3-d8aa1fbce6d0.png) Perhaps we can redesign this? "I have verified that this is in fact the correct fingerprint" [Dropdown] The dropdown options will be "Yes" and "No". Somehow I feel that this is more natural that saying "I have" and "I have not" and the options being in the front of the text. (Feel free to ignore this.)
1.0
Manual fingerprint verification UI - The UI for manual fingerprint verification looks like: ![2015-02-27-234935_444x95_scrot](https://cloud.githubusercontent.com/assets/368098/6418448/31c09f20-bedb-11e4-97a3-d8aa1fbce6d0.png) Perhaps we can redesign this? "I have verified that this is in fact the correct fingerprint" [Dropdown] The dropdown options will be "Yes" and "No". Somehow I feel that this is more natural that saying "I have" and "I have not" and the options being in the front of the text. (Feel free to ignore this.)
non_defect
manual fingerprint verification ui the ui for manual fingerprint verification looks like perhaps we can redesign this i have verified that this is in fact the correct fingerprint the dropdown options will be yes and no somehow i feel that this is more natural that saying i have and i have not and the options being in the front of the text feel free to ignore this
0
372,645
11,018,437,814
IssuesEvent
2019-12-05 10:30:19
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
drudgereport.com - site is not usable
browser-firefox-mobile engine-gecko ml-needsdiagnosis-false priority-important
<!-- @browser: Firefox Mobile 71.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 --> <!-- @reported_with: --> **URL**: https://drudgereport.com/ **Browser / Version**: Firefox Mobile 71.0 **Operating System**: Android **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: blank page unless i request desktop site **Steps to Reproduce**: <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
drudgereport.com - site is not usable - <!-- @browser: Firefox Mobile 71.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 --> <!-- @reported_with: --> **URL**: https://drudgereport.com/ **Browser / Version**: Firefox Mobile 71.0 **Operating System**: Android **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: blank page unless i request desktop site **Steps to Reproduce**: <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
drudgereport com site is not usable url browser version firefox mobile operating system android tested another browser yes problem type site is not usable description blank page unless i request desktop site steps to reproduce browser configuration none from with ❤️
0
80,727
30,506,367,535
IssuesEvent
2023-07-18 17:12:02
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
opened
Alteza - no envía al PDF la descripción del régimen emisor, ni receptor.
defect
Solamente está enviando la clave de los regímenes al PDF.
1.0
Alteza - no envía al PDF la descripción del régimen emisor, ni receptor. - Solamente está enviando la clave de los regímenes al PDF.
defect
alteza no envía al pdf la descripción del régimen emisor ni receptor solamente está enviando la clave de los regímenes al pdf
1
31,140
6,425,516,378
IssuesEvent
2017-08-09 15:33:04
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Using statements on static fields don't work
defect
Using statements on static fields don't call **Dispose** methods. ### Steps To Reproduce https://deck.net/2003ed047c87580eb75bbe7d17415727 https://dotnetfiddle.net/cu3A8E ```c# public class ADisposable : IDisposable { public void Dispose() { Program.pass = true; } } public static class Program { public static ADisposable Disposable = new ADisposable(); public static bool pass; public static int Something { get { using (Disposable) return 1; } } public static void Main(string[] args) { var t = Something; Console.WriteLine(pass ? "Passed" : "Failed"); } } ``` ### Actual Result ``` ReferenceError: Disposable is not defined at Function.get [as Something] (https://deck.net/RunHandler.ashx?h=-349586886:34:49) at Function.Main (https://deck.net/RunHandler.ashx?h=-349586886:19:33) at https://deck.net/resources/js/bridge/bridge.js?16.0.0:3205:39 ```
1.0
Using statements on static fields don't work - Using statements on static fields don't call **Dispose** methods. ### Steps To Reproduce https://deck.net/2003ed047c87580eb75bbe7d17415727 https://dotnetfiddle.net/cu3A8E ```c# public class ADisposable : IDisposable { public void Dispose() { Program.pass = true; } } public static class Program { public static ADisposable Disposable = new ADisposable(); public static bool pass; public static int Something { get { using (Disposable) return 1; } } public static void Main(string[] args) { var t = Something; Console.WriteLine(pass ? "Passed" : "Failed"); } } ``` ### Actual Result ``` ReferenceError: Disposable is not defined at Function.get [as Something] (https://deck.net/RunHandler.ashx?h=-349586886:34:49) at Function.Main (https://deck.net/RunHandler.ashx?h=-349586886:19:33) at https://deck.net/resources/js/bridge/bridge.js?16.0.0:3205:39 ```
defect
using statements on static fields don t work using statements on static fields don t call dispose methods steps to reproduce c public class adisposable idisposable public void dispose program pass true public static class program public static adisposable disposable new adisposable public static bool pass public static int something get using disposable return public static void main string args var t something console writeline pass passed failed actual result referenceerror disposable is not defined at function get at function main at
1
83,978
24,187,114,554
IssuesEvent
2022-09-23 14:11:30
intellij-rust/intellij-rust
https://api.github.com/repos/intellij-rust/intellij-rust
opened
Incorrect warning for build script evaluation
bug subsystem::build scripts
## Environment * **IntelliJ Rust plugin version:** 0.4.179.4887-222-beta * **Rust toolchain version:** 1.66.0-nightly (432abd86f 2022-09-20) x86_64-apple-darwin * **IDE name and version:** CLion 2022.2.3 (CL-222.4167.35) * **Operating system:** macOS 11.5.1 * **Macro expansion:** enabled * **Additional experimental features:** org.rust.cargo.evaluate.build.scripts, org.rust.macros.proc ## Problem description `Build scripts evaluation failed` warning is shown despite what exactly happened for "build script and macro expansion task" ## Steps to reproduce 1. Open the project [pr_9176.zip](https://github.com/intellij-rust/intellij-rust/files/9634339/pr_9176.zip) 2. Run `Refresh Cargo Project` task ## Expected Results Error is shown in "with-proc-macro" project ## Actual Results `Build scripts evaluation failed.` also is shown, which is incorrect <img width="817" alt="Screenshot 2022-09-23 at 16 10 27" src="https://user-images.githubusercontent.com/1213122/191979978-ae2a7e29-25d0-4d3e-989a-6c612d968d03.png">
1.0
Incorrect warning for build script evaluation - ## Environment * **IntelliJ Rust plugin version:** 0.4.179.4887-222-beta * **Rust toolchain version:** 1.66.0-nightly (432abd86f 2022-09-20) x86_64-apple-darwin * **IDE name and version:** CLion 2022.2.3 (CL-222.4167.35) * **Operating system:** macOS 11.5.1 * **Macro expansion:** enabled * **Additional experimental features:** org.rust.cargo.evaluate.build.scripts, org.rust.macros.proc ## Problem description `Build scripts evaluation failed` warning is shown despite what exactly happened for "build script and macro expansion task" ## Steps to reproduce 1. Open the project [pr_9176.zip](https://github.com/intellij-rust/intellij-rust/files/9634339/pr_9176.zip) 2. Run `Refresh Cargo Project` task ## Expected Results Error is shown in "with-proc-macro" project ## Actual Results `Build scripts evaluation failed.` also is shown, which is incorrect <img width="817" alt="Screenshot 2022-09-23 at 16 10 27" src="https://user-images.githubusercontent.com/1213122/191979978-ae2a7e29-25d0-4d3e-989a-6c612d968d03.png">
non_defect
incorrect warning for build script evaluation environment intellij rust plugin version beta rust toolchain version nightly apple darwin ide name and version clion cl operating system macos macro expansion enabled additional experimental features org rust cargo evaluate build scripts org rust macros proc problem description build scripts evaluation failed warning is shown despite what exactly happened for build script and macro expansion task steps to reproduce open the project run refresh cargo project task expected results error is shown in with proc macro project actual results build scripts evaluation failed also is shown which is incorrect img width alt screenshot at src
0
23,871
3,863,516,870
IssuesEvent
2016-04-08 09:45:42
iamxavier/elmah
https://api.github.com/repos/iamxavier/elmah
closed
MySql AllXml-column is too small
auto-migrated Component-Persistence Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Get an error on a page with a lot of text in the error message. What is the expected output? What do you see instead? The error is logged to the database but is truncated so I can't open it later on when I visit elmah.axd. What version of the product are you using? On what operating system? Elmah 1.2, self compiled with a few modifications. Please provide any additional information below. The MySql AllXml-column is of type "text" which only handles up to 16kb of text which is enough for most cases but not all. It should be changed to "mediumtext" instead to be sure that the whole error log fits in it. ``` Original issue reported on code.google.com by `karl.sjo...@gmail.com` on 19 Aug 2011 at 9:08
1.0
MySql AllXml-column is too small - ``` What steps will reproduce the problem? 1. Get an error on a page with a lot of text in the error message. What is the expected output? What do you see instead? The error is logged to the database but is truncated so I can't open it later on when I visit elmah.axd. What version of the product are you using? On what operating system? Elmah 1.2, self compiled with a few modifications. Please provide any additional information below. The MySql AllXml-column is of type "text" which only handles up to 16kb of text which is enough for most cases but not all. It should be changed to "mediumtext" instead to be sure that the whole error log fits in it. ``` Original issue reported on code.google.com by `karl.sjo...@gmail.com` on 19 Aug 2011 at 9:08
defect
mysql allxml column is too small what steps will reproduce the problem get an error on a page with a lot of text in the error message what is the expected output what do you see instead the error is logged to the database but is truncated so i can t open it later on when i visit elmah axd what version of the product are you using on what operating system elmah self compiled with a few modifications please provide any additional information below the mysql allxml column is of type text which only handles up to of text which is enough for most cases but not all it should be changed to mediumtext instead to be sure that the whole error log fits in it original issue reported on code google com by karl sjo gmail com on aug at
1
67,070
20,833,919,775
IssuesEvent
2022-03-19 22:23:01
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
DataTable: Sorting columns in reflow is wrong
defect
**Describe the defect** Selecting a column from the sorting menu on mobile screens for a datatable with `reflow=true`, sorts an other column instead of the selected column. **Environment:** - PF Version: 12.x.x, 11.0.2 - Affected browsers: ALL **To Reproduce** Steps to reproduce the behavior: 1. Go to [DataTable Crud](https://www.primefaces.org/showcase/ui/data/datatable/crud.xhtml) 2. Make the browser small enough, so the table shows responsive 3. Select from the sorting menu the entry "Code Ascending" 4. In the sorting menu the entry "Category Ascending" is shown, and the table is sorted by it **Expected behavior** Selecting a column to sort for should sort that column.
1.0
DataTable: Sorting columns in reflow is wrong - **Describe the defect** Selecting a column from the sorting menu on mobile screens for a datatable with `reflow=true`, sorts an other column instead of the selected column. **Environment:** - PF Version: 12.x.x, 11.0.2 - Affected browsers: ALL **To Reproduce** Steps to reproduce the behavior: 1. Go to [DataTable Crud](https://www.primefaces.org/showcase/ui/data/datatable/crud.xhtml) 2. Make the browser small enough, so the table shows responsive 3. Select from the sorting menu the entry "Code Ascending" 4. In the sorting menu the entry "Category Ascending" is shown, and the table is sorted by it **Expected behavior** Selecting a column to sort for should sort that column.
defect
datatable sorting columns in reflow is wrong describe the defect selecting a column from the sorting menu on mobile screens for a datatable with reflow true sorts an other column instead of the selected column environment pf version x x affected browsers all to reproduce steps to reproduce the behavior go to make the browser small enough so the table shows responsive select from the sorting menu the entry code ascending in the sorting menu the entry category ascending is shown and the table is sorted by it expected behavior selecting a column to sort for should sort that column
1
182,627
30,875,355,480
IssuesEvent
2023-08-03 13:59:15
kodadot/nft-gallery
https://api.github.com/repos/kodadot/nft-gallery
opened
Followup: Transfer Redesign
bug A-transfer redesign
### What happened? https://github.com/kodadot/nft-gallery/assets/36627808/acebd3c6-3c4c-4bae-bc3b-e81773a709d5 problems found in the video: - page "jumping" when typing value - Total of $xxx dollars always showing no matter what you type on ksm transfer page, prob because this browser address is not getting updated: ![image](https://github.com/kodadot/nft-gallery/assets/36627808/b9019189-f377-4e76-9dcf-8a4218ddfe13) - dollar calculation seems wrong - i think the total should appear as: ($0.00) 0.00 KSM when you chose KSM as unit and (0.00 KSM) $0.00 when you choose USD wdyt @exezbcz ### Please reproduce in steps https://deploy-preview-6486--koda-canary.netlify.app/ksm/transfer?redesign=true https://deploy-preview-6486--koda-canary.netlify.app/dot/transfer?redesign=true ### Expected Behavior . ### What browsers are you seeing the problem on? _No response_ ### At which address did you encounter bug? _No response_ ### Are you logged in? None ### Which wallet you are using? _No response_ ### At which chain did you encounter bug? _No response_ ### Screenshots ^ ### Relevant log output _No response_ ### Payment link for reward _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
1.0
Followup: Transfer Redesign - ### What happened? https://github.com/kodadot/nft-gallery/assets/36627808/acebd3c6-3c4c-4bae-bc3b-e81773a709d5 problems found in the video: - page "jumping" when typing value - Total of $xxx dollars always showing no matter what you type on ksm transfer page, prob because this browser address is not getting updated: ![image](https://github.com/kodadot/nft-gallery/assets/36627808/b9019189-f377-4e76-9dcf-8a4218ddfe13) - dollar calculation seems wrong - i think the total should appear as: ($0.00) 0.00 KSM when you chose KSM as unit and (0.00 KSM) $0.00 when you choose USD wdyt @exezbcz ### Please reproduce in steps https://deploy-preview-6486--koda-canary.netlify.app/ksm/transfer?redesign=true https://deploy-preview-6486--koda-canary.netlify.app/dot/transfer?redesign=true ### Expected Behavior . ### What browsers are you seeing the problem on? _No response_ ### At which address did you encounter bug? _No response_ ### Are you logged in? None ### Which wallet you are using? _No response_ ### At which chain did you encounter bug? _No response_ ### Screenshots ^ ### Relevant log output _No response_ ### Payment link for reward _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
non_defect
followup transfer redesign what happened problems found in the video page jumping when typing value total of xxx dollars always showing no matter what you type on ksm transfer page prob because this browser address is not getting updated dollar calculation seems wrong i think the total should appear as ksm when you chose ksm as unit and ksm when you choose usd wdyt exezbcz please reproduce in steps expected behavior what browsers are you seeing the problem on no response at which address did you encounter bug no response are you logged in none which wallet you are using no response at which chain did you encounter bug no response screenshots relevant log output no response payment link for reward no response code of conduct i agree to follow this project s code of conduct
0
67,802
21,162,688,916
IssuesEvent
2022-04-07 10:49:06
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Home Screen Room List Updates
T-Defect X-Regression A-Room-List S-Major O-Occasional
Looks like we're reloading some sections (or even the whole screen) unnecessarily. Can be seen at https://matrix.to/#/!NMoyFpQxIVYaQIfQHG:matrix.org/$dch6ts0ZkLhwrGGzUSeQyJ3WSI4i9YuB1pT9oICllhI?via=matrix.org&via=element.io&via=one.ems.host ### Steps to reproduce 1. Try to scroll a home section like Favourites to browse updated rooms In case it matters, I have both pin rooms settings enabled. ### Outcome #### What did you expect? I expect to freely scroll the home screen rows, just like in previous versions. #### What happened instead? After a recent update, the home screen rows seem to jump to the start of row after a few seconds as I try to scroll, perhaps whenever any room is updated. It’s much harder to use like this. ### Your phone model iPhone 8 Plus ### Operating system version 15.3 ### Application version 1.8.0 ### Homeserver matrix.org
1.0
Home Screen Room List Updates - Looks like we're reloading some sections (or even the whole screen) unnecessarily. Can be seen at https://matrix.to/#/!NMoyFpQxIVYaQIfQHG:matrix.org/$dch6ts0ZkLhwrGGzUSeQyJ3WSI4i9YuB1pT9oICllhI?via=matrix.org&via=element.io&via=one.ems.host ### Steps to reproduce 1. Try to scroll a home section like Favourites to browse updated rooms In case it matters, I have both pin rooms settings enabled. ### Outcome #### What did you expect? I expect to freely scroll the home screen rows, just like in previous versions. #### What happened instead? After a recent update, the home screen rows seem to jump to the start of row after a few seconds as I try to scroll, perhaps whenever any room is updated. It’s much harder to use like this. ### Your phone model iPhone 8 Plus ### Operating system version 15.3 ### Application version 1.8.0 ### Homeserver matrix.org
defect
home screen room list updates looks like we re reloading some sections or even the whole screen unnecessarily can be seen at steps to reproduce try to scroll a home section like favourites to browse updated rooms in case it matters i have both pin rooms settings enabled outcome what did you expect i expect to freely scroll the home screen rows just like in previous versions what happened instead after a recent update the home screen rows seem to jump to the start of row after a few seconds as i try to scroll perhaps whenever any room is updated it’s much harder to use like this your phone model iphone plus operating system version application version homeserver matrix org
1
67,534
20,980,422,580
IssuesEvent
2022-03-28 19:20:00
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
Intermittent /bin/ls EIO for .zfs over NFS
Component: Share Type: Defect
### System information Type | Version/Name --- | --- Distribution Name | Scientific Linux Distribution Version | 7.8 Linux Kernel | 3.10.0-1127.18.2.el7 Architecture | x86_64 ZFS Version | 0.8.4 SPL Version | 0.8.4 ### Describe the problem you're observing /bin/ls is occasionally returning EIO for .zfs over NFS (vers=3). Note, I do not see this problem directly on the ZFS server, the underlying zpool is healthy, and I also don't see this problem on the NFS client for any other directory besides .zfs. ### Describe how to reproduce the problem ``` # # Start with filesystem unmounted on NFS client and let the automounter do its thing # [root@ldas-pcdev10 ~]# ls /home/stuart.anderson/.zfs shares snapshot [root@ldas-pcdev10 ~]# ls /home/stuart.anderson/.zfs/oops ls: cannot access /home/stuart.anderson/.zfs/oops: Input/output error [root@ldas-pcdev10 ~]# ls /home/stuart.anderson/.zfs ls: cannot open directory /home/stuart.anderson/.zfs: Input/output error [root@ldas-pcdev10 ~]# umount /home/stuart.anderson [root@ldas-pcdev10 ~]# ls /home/stuart.anderson/.zfs shares snapshot [root@ldas-pcdev10 ~]# ls /home/stuart.anderson/.zfs/oops ls: cannot access /home/stuart.anderson/.zfs/oops: No such file or directory [root@ldas-pcdev10 ~]# ls /home/stuart.anderson/.zfs shares snapshot ``` ### Include any warning/errors/backtraces from the system logs ``` # # NFS client mount options # [root@ldas-pcdev10 ~]# grep stuart.anderson /proc/mounts zfshome1:/home1/stuart.anderson /home/stuart.anderson nfs rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,local_lock=none,addr=10.14.0.154 0 0 # # NFS server sharenfs options # [root@cascade2 ~]# zfs get sharenfs home1/stuart.anderson NAME PROPERTY VALUE SOURCE home1/stuart.anderson sharenfs rw=@10.14.0.0/16:@10.9.0.0/16,sync,root_squash,crossmnt,no_subtree_check inherited from home1 ```
1.0
Intermittent /bin/ls EIO for .zfs over NFS - ### System information Type | Version/Name --- | --- Distribution Name | Scientific Linux Distribution Version | 7.8 Linux Kernel | 3.10.0-1127.18.2.el7 Architecture | x86_64 ZFS Version | 0.8.4 SPL Version | 0.8.4 ### Describe the problem you're observing /bin/ls is occasionally returning EIO for .zfs over NFS (vers=3). Note, I do not see this problem directly on the ZFS server, the underlying zpool is healthy, and I also don't see this problem on the NFS client for any other directory besides .zfs. ### Describe how to reproduce the problem ``` # # Start with filesystem unmounted on NFS client and let the automounter do its thing # [root@ldas-pcdev10 ~]# ls /home/stuart.anderson/.zfs shares snapshot [root@ldas-pcdev10 ~]# ls /home/stuart.anderson/.zfs/oops ls: cannot access /home/stuart.anderson/.zfs/oops: Input/output error [root@ldas-pcdev10 ~]# ls /home/stuart.anderson/.zfs ls: cannot open directory /home/stuart.anderson/.zfs: Input/output error [root@ldas-pcdev10 ~]# umount /home/stuart.anderson [root@ldas-pcdev10 ~]# ls /home/stuart.anderson/.zfs shares snapshot [root@ldas-pcdev10 ~]# ls /home/stuart.anderson/.zfs/oops ls: cannot access /home/stuart.anderson/.zfs/oops: No such file or directory [root@ldas-pcdev10 ~]# ls /home/stuart.anderson/.zfs shares snapshot ``` ### Include any warning/errors/backtraces from the system logs ``` # # NFS client mount options # [root@ldas-pcdev10 ~]# grep stuart.anderson /proc/mounts zfshome1:/home1/stuart.anderson /home/stuart.anderson nfs rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,local_lock=none,addr=10.14.0.154 0 0 # # NFS server sharenfs options # [root@cascade2 ~]# zfs get sharenfs home1/stuart.anderson NAME PROPERTY VALUE SOURCE home1/stuart.anderson sharenfs rw=@10.14.0.0/16:@10.9.0.0/16,sync,root_squash,crossmnt,no_subtree_check inherited from home1 ```
defect
intermittent bin ls eio for zfs over nfs system information type version name distribution name scientific linux distribution version linux kernel architecture zfs version spl version describe the problem you re observing bin ls is occasionally returning eio for zfs over nfs vers note i do not see this problem directly on the zfs server the underlying zpool is healthy and i also don t see this problem on the nfs client for any other directory besides zfs describe how to reproduce the problem start with filesystem unmounted on nfs client and let the automounter do its thing ls home stuart anderson zfs shares snapshot ls home stuart anderson zfs oops ls cannot access home stuart anderson zfs oops input output error ls home stuart anderson zfs ls cannot open directory home stuart anderson zfs input output error umount home stuart anderson ls home stuart anderson zfs shares snapshot ls home stuart anderson zfs oops ls cannot access home stuart anderson zfs oops no such file or directory ls home stuart anderson zfs shares snapshot include any warning errors backtraces from the system logs nfs client mount options grep stuart anderson proc mounts stuart anderson home stuart anderson nfs rw relatime vers rsize wsize namlen hard proto tcp timeo retrans sec sys local lock none addr nfs server sharenfs options zfs get sharenfs stuart anderson name property value source stuart anderson sharenfs rw sync root squash crossmnt no subtree check inherited from
1
79,639
28,495,661,223
IssuesEvent
2023-04-18 14:02:28
contao-community-alliance/meta-palettes
https://api.github.com/repos/contao-community-alliance/meta-palettes
closed
Versions since 2.1.0 only for Contao 4.13
Defect
Since the changes from Version 2.1.1 and 2.1.2 the package requires `doctrine/dbal` in version 3.X. This version is only available since Contao 4.13, so the minimum version of Contao should be moved from 4.9 to 4.13. Currently all my all older installations are installing the latest 2.1.2 and I have to add a conflict to all installation to prevent this.
1.0
Versions since 2.1.0 only for Contao 4.13 - Since the changes from Version 2.1.1 and 2.1.2 the package requires `doctrine/dbal` in version 3.X. This version is only available since Contao 4.13, so the minimum version of Contao should be moved from 4.9 to 4.13. Currently all my all older installations are installing the latest 2.1.2 and I have to add a conflict to all installation to prevent this.
defect
versions since only for contao since the changes from version and the package requires doctrine dbal in version x this version is only available since contao so the minimum version of contao should be moved from to currently all my all older installations are installing the latest and i have to add a conflict to all installation to prevent this
1
58,229
16,442,388,331
IssuesEvent
2021-05-20 15:38:45
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
Benchmark and remove the unnecessary thread hop after job completion
Module: Jet Type: Defect
In #18728 we offloaded the completion action to another thread to avoid calling `P.close()` and `PS.close()` methods on a cooperative thread. We need to benchmark the real cost of this and potentially address it - using the `P.closeIsCooperative()` and `PS.closeIsCooperative` methods.
1.0
Benchmark and remove the unnecessary thread hop after job completion - In #18728 we offloaded the completion action to another thread to avoid calling `P.close()` and `PS.close()` methods on a cooperative thread. We need to benchmark the real cost of this and potentially address it - using the `P.closeIsCooperative()` and `PS.closeIsCooperative` methods.
defect
benchmark and remove the unnecessary thread hop after job completion in we offloaded the completion action to another thread to avoid calling p close and ps close methods on a cooperative thread we need to benchmark the real cost of this and potentially address it using the p closeiscooperative and ps closeiscooperative methods
1
34,046
28,127,549,377
IssuesEvent
2023-03-31 19:09:37
alan-turing-institute/the-turing-way
https://api.github.com/repos/alan-turing-institute/the-turing-way
closed
[BUG] pull_files.py cannot handle 404 response
bug infrastructure
The test script isn't really prepared to handle 404, and etc errors: ``` In [2]: %debug > /Users/bsipocz/munka/turing/the-turing-way/tests/pull_files.py(38)get_files_from_pr() 36 37 for item in resp.json(): ---> 38 files.append(item["filename"]) 39 40 return files ipdb> item 'message' ipdb> resp.json <bound method Response.json of <Response [404]>> ipdb> resp.json() {'message': 'Not Found', 'documentation_url': 'https://docs.github.com/rest/reference/pulls#list-pull-requests-files'} ```
1.0
[BUG] pull_files.py cannot handle 404 response - The test script isn't really prepared to handle 404, and etc errors: ``` In [2]: %debug > /Users/bsipocz/munka/turing/the-turing-way/tests/pull_files.py(38)get_files_from_pr() 36 37 for item in resp.json(): ---> 38 files.append(item["filename"]) 39 40 return files ipdb> item 'message' ipdb> resp.json <bound method Response.json of <Response [404]>> ipdb> resp.json() {'message': 'Not Found', 'documentation_url': 'https://docs.github.com/rest/reference/pulls#list-pull-requests-files'} ```
non_defect
pull files py cannot handle response the test script isn t really prepared to handle and etc errors in debug users bsipocz munka turing the turing way tests pull files py get files from pr for item in resp json files append item return files ipdb item message ipdb resp json ipdb resp json message not found documentation url
0
2,879
4,045,813,896
IssuesEvent
2016-05-22 08:40:59
Skalar/google_distance_matrix
https://api.github.com/repos/Skalar/google_distance_matrix
closed
ActiveSupport::Notifications.instrument
security
I have noticed the following https://github.com/Skalar/google_distance_matrix/blob/master/lib/google_distance_matrix/client.rb#L15 ``` instrumentation = {url: url}.merge(options[:instrumentation] || {}) response = ActiveSupport::Notifications.instrument "client_request_matrix_data.google_distance_matrix", instrumentation do Net::HTTP.get_response uri end ``` Won't this output the `url` in the logs? AFAIK the url contains a Google Map key
True
ActiveSupport::Notifications.instrument - I have noticed the following https://github.com/Skalar/google_distance_matrix/blob/master/lib/google_distance_matrix/client.rb#L15 ``` instrumentation = {url: url}.merge(options[:instrumentation] || {}) response = ActiveSupport::Notifications.instrument "client_request_matrix_data.google_distance_matrix", instrumentation do Net::HTTP.get_response uri end ``` Won't this output the `url` in the logs? AFAIK the url contains a Google Map key
non_defect
activesupport notifications instrument i have noticed the following instrumentation url url merge options response activesupport notifications instrument client request matrix data google distance matrix instrumentation do net http get response uri end won t this output the url in the logs afaik the url contains a google map key
0
27,450
4,311,883,176
IssuesEvent
2016-07-22 01:16:44
RcppCore/Rcpp
https://api.github.com/repos/RcppCore/Rcpp
closed
tests for automatically generated math functions
testing
new autogenerated sugar functions: cos, acosh, atan, cos, cosh, log, log10, sqrt, sin, sinh, tan, tanh
1.0
tests for automatically generated math functions - new autogenerated sugar functions: cos, acosh, atan, cos, cosh, log, log10, sqrt, sin, sinh, tan, tanh
non_defect
tests for automatically generated math functions new autogenerated sugar functions cos acosh atan cos cosh log sqrt sin sinh tan tanh
0
37,318
8,355,087,409
IssuesEvent
2018-10-02 14:52:44
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
Permission problem causes the message of "Another instance of BOINC is running"
C: Client - Daemon E: to be determined T: Defect
OS: ubuntu boinc version: 7.6.31+dfsg-6ubuntu1 Problem reduplication: ### When user [otheruser] uses the working directory [boinctest] of the user [boinc], boinc program showes "Another instance of BOINC is running": ``` otheruser@linux $ sudo chown boinc:boinc -R /home/otheruser/boinctest otheruser@linux $ /usr/bin/boinc --dir /home/otheruser/boinctest ``` > 28-Nov-2017 22:21:07 Another instance of BOINC is running. ### With enough permission, no message of "Another instance of BOINC is running": otheruser@linux $ sudo chown boinc:boinc -R /home/otheruser/boinctest otheruser@linux $ sudo -**u boinc** /usr/bin/boinc --dir /home/otheruser/boinctest )) Some files under [boinctest] may need root permission, so the commands here are just for test. > 28-Nov-2017 22:53:04 [---] Starting BOINC client version 7.6.31 for x86_64-pc-linux-gnu > 28-Nov-2017 22:53:04 [---] log flags: file_xfer, sched_ops, task > 28-Nov-2017 22:53:04 [---] Libraries: libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 librtmp/2.3 > 28-Nov-2017 22:53:04 [---] Data directory: /home/otheruser/boinctest > 28-Nov-2017 22:53:04 [---] No usable GPUs found > 28-Nov-2017 22:53:04 [---] Host name: linux > ... ... > 28-Nov-2017 22:53:04 [---] This computer is not attached to any projects > 28-Nov-2017 22:53:04 [---] Visit http://boinc.berkeley.edu for instructions > 28-Nov-2017 22:53:04 Initialization completed ### More info: I think the problem may lie somewhere around the functions of [wait_client_mutex] and [get_client_mutex] in the lib/util.cpp. //Codes around here below look suspicious. Perhaps we need to check "retval" for more types of error messages or error handlers. Even better if the file path is attached in the error messages. ``` int retval = file_lock.lock(path); if (retval == ERR_FCNTL) { return ERR_ALREADY_RUNNING; } else if (retval) { return retval; ```
1.0
Permission problem causes the message of "Another instance of BOINC is running" - OS: ubuntu boinc version: 7.6.31+dfsg-6ubuntu1 Problem reduplication: ### When user [otheruser] uses the working directory [boinctest] of the user [boinc], boinc program showes "Another instance of BOINC is running": ``` otheruser@linux $ sudo chown boinc:boinc -R /home/otheruser/boinctest otheruser@linux $ /usr/bin/boinc --dir /home/otheruser/boinctest ``` > 28-Nov-2017 22:21:07 Another instance of BOINC is running. ### With enough permission, no message of "Another instance of BOINC is running": otheruser@linux $ sudo chown boinc:boinc -R /home/otheruser/boinctest otheruser@linux $ sudo -**u boinc** /usr/bin/boinc --dir /home/otheruser/boinctest )) Some files under [boinctest] may need root permission, so the commands here are just for test. > 28-Nov-2017 22:53:04 [---] Starting BOINC client version 7.6.31 for x86_64-pc-linux-gnu > 28-Nov-2017 22:53:04 [---] log flags: file_xfer, sched_ops, task > 28-Nov-2017 22:53:04 [---] Libraries: libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 librtmp/2.3 > 28-Nov-2017 22:53:04 [---] Data directory: /home/otheruser/boinctest > 28-Nov-2017 22:53:04 [---] No usable GPUs found > 28-Nov-2017 22:53:04 [---] Host name: linux > ... ... > 28-Nov-2017 22:53:04 [---] This computer is not attached to any projects > 28-Nov-2017 22:53:04 [---] Visit http://boinc.berkeley.edu for instructions > 28-Nov-2017 22:53:04 Initialization completed ### More info: I think the problem may lie somewhere around the functions of [wait_client_mutex] and [get_client_mutex] in the lib/util.cpp. //Codes around here below look suspicious. Perhaps we need to check "retval" for more types of error messages or error handlers. Even better if the file path is attached in the error messages. ``` int retval = file_lock.lock(path); if (retval == ERR_FCNTL) { return ERR_ALREADY_RUNNING; } else if (retval) { return retval; ```
defect
permission problem causes the message of another instance of boinc is running os ubuntu boinc version dfsg problem reduplication when user uses the working directory of the user boinc program showes another instance of boinc is running otheruser linux sudo chown boinc boinc r home otheruser boinctest otheruser linux usr bin boinc dir home otheruser boinctest nov another instance of boinc is running with enough permission no message of another instance of boinc is running otheruser linux sudo chown boinc boinc r home otheruser boinctest otheruser linux sudo u boinc usr bin boinc dir home otheruser boinctest some files under may need root permission so the commands here are just for test nov starting boinc client version for pc linux gnu nov log flags file xfer sched ops task nov libraries libcurl openssl zlib libidn librtmp nov data directory home otheruser boinctest nov no usable gpus found nov host name linux nov this computer is not attached to any projects nov visit for instructions nov initialization completed more info i think the problem may lie somewhere around the functions of and in the lib util cpp codes around here below look suspicious perhaps we need to check retval for more types of error messages or error handlers even better if the file path is attached in the error messages int retval file lock lock path if retval err fcntl return err already running else if retval return retval
1
751,433
26,245,069,140
IssuesEvent
2023-01-05 14:39:20
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
IPv4 address autoconfiguration leaks TX packets/buffers
bug priority: low area: Networking
If I enable CONFIG_NET_IPV4_AUTO in my prj.cfg, the system will start leaking TX packets/buffers as shown by "net mem" on the console shell (the Avail field of the "TX" row goes to zero over a couple of minutes). Within a few minutes, the system runs out of TX packets/buffers and all network operations will fail. I had CONFIG_NET_PKT_TX_COUNT=20, CONFIG_NET_BUF_TX_COUNT=30. The leak also seems to happen if the application doesn't actually initiate anything network-related, even DHCP. The problem goes away if I disable CONFIG_NET_IPV4_AUTO. [I did also have DHCP4 enabled; I had no statically configured addresses.] I haven't debugged this extensively and don't actually need CONFIG_NET_IPV4_AUTO, but it still took three days to figure out what was causing the network to fail in my application after initially working for a couple of minutes after boot. I'm using a custom STM32F407ZG board using its native ethernet (CONFIG_ETH_STM32_HAL) (network aspects of the board are similar to olimex_stm32_e407). I build using Ubuntu 22.4. Since I don't actually need CONFIG_NET_IPV4_AUTO, this won't impact my work further, but losing packet buffers makes the whole network subsystem look bad and not ready for use (especially in combination with Zephyr apparently still answering PINGs with incorrect checksums! - cf. https://github.com/zephyrproject-rtos/zephyr/issues/7989), and made me almost ready to give up using Zephyr. I think enabling CONFIG_NET_IPV4_AUTO is an an error Zephyr novices might easily make, and the error just makes Zephyr look bad more than being critical functionality. [Incorrect checksums in PING replies still look very bad!]
1.0
IPv4 address autoconfiguration leaks TX packets/buffers - If I enable CONFIG_NET_IPV4_AUTO in my prj.cfg, the system will start leaking TX packets/buffers as shown by "net mem" on the console shell (the Avail field of the "TX" row goes to zero over a couple of minutes). Within a few minutes, the system runs out of TX packets/buffers and all network operations will fail. I had CONFIG_NET_PKT_TX_COUNT=20, CONFIG_NET_BUF_TX_COUNT=30. The leak also seems to happen if the application doesn't actually initiate anything network-related, even DHCP. The problem goes away if I disable CONFIG_NET_IPV4_AUTO. [I did also have DHCP4 enabled; I had no statically configured addresses.] I haven't debugged this extensively and don't actually need CONFIG_NET_IPV4_AUTO, but it still took three days to figure out what was causing the network to fail in my application after initially working for a couple of minutes after boot. I'm using a custom STM32F407ZG board using its native ethernet (CONFIG_ETH_STM32_HAL) (network aspects of the board are similar to olimex_stm32_e407). I build using Ubuntu 22.4. Since I don't actually need CONFIG_NET_IPV4_AUTO, this won't impact my work further, but losing packet buffers makes the whole network subsystem look bad and not ready for use (especially in combination with Zephyr apparently still answering PINGs with incorrect checksums! - cf. https://github.com/zephyrproject-rtos/zephyr/issues/7989), and made me almost ready to give up using Zephyr. I think enabling CONFIG_NET_IPV4_AUTO is an an error Zephyr novices might easily make, and the error just makes Zephyr look bad more than being critical functionality. [Incorrect checksums in PING replies still look very bad!]
non_defect
address autoconfiguration leaks tx packets buffers if i enable config net auto in my prj cfg the system will start leaking tx packets buffers as shown by net mem on the console shell the avail field of the tx row goes to zero over a couple of minutes within a few minutes the system runs out of tx packets buffers and all network operations will fail i had config net pkt tx count config net buf tx count the leak also seems to happen if the application doesn t actually initiate anything network related even dhcp the problem goes away if i disable config net auto i haven t debugged this extensively and don t actually need config net auto but it still took three days to figure out what was causing the network to fail in my application after initially working for a couple of minutes after boot i m using a custom board using its native ethernet config eth hal network aspects of the board are similar to olimex i build using ubuntu since i don t actually need config net auto this won t impact my work further but losing packet buffers makes the whole network subsystem look bad and not ready for use especially in combination with zephyr apparently still answering pings with incorrect checksums cf and made me almost ready to give up using zephyr i think enabling config net auto is an an error zephyr novices might easily make and the error just makes zephyr look bad more than being critical functionality
0
82,985
23,933,931,412
IssuesEvent
2022-09-11 00:21:42
apache/camel-k
https://api.github.com/repos/apache/camel-k
closed
support for multiple type of builders
area/build-system status/stale
at the moment we have a single general builder but we could need to have specialized builder for specific runtime and features, ideally the builder could be selected using a label
1.0
support for multiple type of builders - at the moment we have a single general builder but we could need to have specialized builder for specific runtime and features, ideally the builder could be selected using a label
non_defect
support for multiple type of builders at the moment we have a single general builder but we could need to have specialized builder for specific runtime and features ideally the builder could be selected using a label
0
14,319
2,798,009,574
IssuesEvent
2015-05-12 16:25:19
twogee/ant-http
https://api.github.com/repos/twogee/ant-http
opened
Equal sign in query value
auto-migrated Priority-Medium Project-ant-http Type-Defect
<a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)** _Monday May 11, 2015 at 22:05 GMT_ _Originally opened as https://github.com/twogee/missing-link/issues/39_ ---- ``` What steps will reproduce the problem? 1. Add a query with a parameter that has equal sign in the value. <http url="https://testorg.cs10.my.salesforce.com/services/data/v32/query/?q=SELECT Id,Email FROM Account WHERE Email = 'test@test.com'" method="GET"> What is the expected output? What do you see instead? Expected: [http] HTTP GET https://testorg.cs10.my.salesforce.com/services/data/v32.0/query/?q=SELECT+Id%2C Email+FROM+Account+WHERE+Email+%3D+%test%test.com%27 Actual: [http] HTTP GET https://testorg.cs10.my.salesforce.com/services/data/v32.0/query/?q=SELECT+Id%2C Email+FROM+Account+WHERE+Email+ What version of the product are you using? On what operating system? 1.1.3 / Windows 7 / JRE 1.7 Please provide any additional information below. Currently, only second part of the split by equal sign is used to set the value (HttpClient.java file). I added a loop to add the rest of the values if there are more than two parts. The patch is attached. ``` Original issue reported on code.google.com by `ashevt...@rbauction.com` on 7 Apr 2015 at 1:25 Attachments: * [HttpClient.java.patch](https://storage.googleapis.com/google-code-attachments/missing-link/issue-39/comment-0/HttpClient.java.patch)
1.0
Equal sign in query value - <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)** _Monday May 11, 2015 at 22:05 GMT_ _Originally opened as https://github.com/twogee/missing-link/issues/39_ ---- ``` What steps will reproduce the problem? 1. Add a query with a parameter that has equal sign in the value. <http url="https://testorg.cs10.my.salesforce.com/services/data/v32/query/?q=SELECT Id,Email FROM Account WHERE Email = 'test@test.com'" method="GET"> What is the expected output? What do you see instead? Expected: [http] HTTP GET https://testorg.cs10.my.salesforce.com/services/data/v32.0/query/?q=SELECT+Id%2C Email+FROM+Account+WHERE+Email+%3D+%test%test.com%27 Actual: [http] HTTP GET https://testorg.cs10.my.salesforce.com/services/data/v32.0/query/?q=SELECT+Id%2C Email+FROM+Account+WHERE+Email+ What version of the product are you using? On what operating system? 1.1.3 / Windows 7 / JRE 1.7 Please provide any additional information below. Currently, only second part of the split by equal sign is used to set the value (HttpClient.java file). I added a loop to add the rest of the values if there are more than two parts. The patch is attached. ``` Original issue reported on code.google.com by `ashevt...@rbauction.com` on 7 Apr 2015 at 1:25 Attachments: * [HttpClient.java.patch](https://storage.googleapis.com/google-code-attachments/missing-link/issue-39/comment-0/HttpClient.java.patch)
defect
equal sign in query value issue by monday may at gmt originally opened as what steps will reproduce the problem add a query with a parameter that has equal sign in the value http url id email from account where email test test com method get what is the expected output what do you see instead expected http get email from account where email test test com actual http get email from account where email what version of the product are you using on what operating system windows jre please provide any additional information below currently only second part of the split by equal sign is used to set the value httpclient java file i added a loop to add the rest of the values if there are more than two parts the patch is attached original issue reported on code google com by ashevt rbauction com on apr at attachments
1
200,810
15,158,576,290
IssuesEvent
2021-02-12 01:32:20
gaj23/rancid
https://api.github.com/repos/gaj23/rancid
closed
Back Testing
MVP testing
# Story As a dev, I want to test my previous logic so that I can confirm usability. ## Acceptance Criteria > How will we know that the user story is complete? ### Concerns - [ ] What are we testing, dummy or "real" data? - [ ] How will we know if we're successful? - [ ] Are we testing happy and sad paths? - [ ] Are APIs stubbed? - [ ] What is a stubbed API?
1.0
Back Testing - # Story As a dev, I want to test my previous logic so that I can confirm usability. ## Acceptance Criteria > How will we know that the user story is complete? ### Concerns - [ ] What are we testing, dummy or "real" data? - [ ] How will we know if we're successful? - [ ] Are we testing happy and sad paths? - [ ] Are APIs stubbed? - [ ] What is a stubbed API?
non_defect
back testing story as a dev i want to test my previous logic so that i can confirm usability acceptance criteria how will we know that the user story is complete concerns what are we testing dummy or real data how will we know if we re successful are we testing happy and sad paths are apis stubbed what is a stubbed api
0
114,131
24,552,857,457
IssuesEvent
2022-10-12 13:50:59
sanger/General-Backlog-Items
https://api.github.com/repos/sanger/General-Backlog-Items
closed
DPL-364 - As developers we would like to consolidate the tube barcode printing templates for Sequencescape and Limber to make the labels easier to print and reduce maintenance [C=M, V=4]
enhancement Barcode printing
**User story** As developers we would like to consolidate the tube barcode printing templates for Sequencescape and Limber to make the labels easier to print and reduce maintenance **Who are the primary contacts for this story** Steve / James **Acceptance criteria** To be considered successful the solution must allow: - [ ] There should be a single template for printing labels from Sequencescape and Limber for tubes - [ ] The labels should print correctly on all Squix printers - [ ] The labels should contain sufficient information - [ ] In Sequencescape change the field names to send to pmb so they are the same as the Limber template - [ ] In Limber change over to pmb v2 **Dependencies** This story is blocked by the following dependencies: - #<issue_no.> - sanger/<repo>#<issue_no.> References This story has a non-blocking relationship with: - #<issue_no.> - sanger/<repo>#<issue_no.> **Additional context** Add any other context or screenshots about the feature request here.
1.0
DPL-364 - As developers we would like to consolidate the tube barcode printing templates for Sequencescape and Limber to make the labels easier to print and reduce maintenance [C=M, V=4] - **User story** As developers we would like to consolidate the tube barcode printing templates for Sequencescape and Limber to make the labels easier to print and reduce maintenance **Who are the primary contacts for this story** Steve / James **Acceptance criteria** To be considered successful the solution must allow: - [ ] There should be a single template for printing labels from Sequencescape and Limber for tubes - [ ] The labels should print correctly on all Squix printers - [ ] The labels should contain sufficient information - [ ] In Sequencescape change the field names to send to pmb so they are the same as the Limber template - [ ] In Limber change over to pmb v2 **Dependencies** This story is blocked by the following dependencies: - #<issue_no.> - sanger/<repo>#<issue_no.> References This story has a non-blocking relationship with: - #<issue_no.> - sanger/<repo>#<issue_no.> **Additional context** Add any other context or screenshots about the feature request here.
non_defect
dpl as developers we would like to consolidate the tube barcode printing templates for sequencescape and limber to make the labels easier to print and reduce maintenance user story as developers we would like to consolidate the tube barcode printing templates for sequencescape and limber to make the labels easier to print and reduce maintenance who are the primary contacts for this story steve james acceptance criteria to be considered successful the solution must allow there should be a single template for printing labels from sequencescape and limber for tubes the labels should print correctly on all squix printers the labels should contain sufficient information in sequencescape change the field names to send to pmb so they are the same as the limber template in limber change over to pmb dependencies this story is blocked by the following dependencies sanger references this story has a non blocking relationship with sanger additional context add any other context or screenshots about the feature request here
0
523,661
15,187,297,471
IssuesEvent
2021-02-15 13:36:37
Madek/madek
https://api.github.com/repos/Madek/madek
closed
Make support-email-adress configurable, and show in error messages
Priority: low external
Write "..., dann kontaktieren SIe bitte den Support ihrer Institution mit einer Beschreibung ..." --> ohne E-Mail-Adresse. <img width="665" alt="bildschirmfoto 2018-02-26 um 15 22 47" src="https://user-images.githubusercontent.com/3356016/36675328-ed43abf2-1b08-11e8-846b-12a8720eaf0b.png">
1.0
Make support-email-adress configurable, and show in error messages - Write "..., dann kontaktieren SIe bitte den Support ihrer Institution mit einer Beschreibung ..." --> ohne E-Mail-Adresse. <img width="665" alt="bildschirmfoto 2018-02-26 um 15 22 47" src="https://user-images.githubusercontent.com/3356016/36675328-ed43abf2-1b08-11e8-846b-12a8720eaf0b.png">
non_defect
make support email adress configurable and show in error messages write dann kontaktieren sie bitte den support ihrer institution mit einer beschreibung ohne e mail adresse img width alt bildschirmfoto um src
0
253,594
19,142,715,366
IssuesEvent
2021-12-02 01:57:06
oceanprotocol/DAOBot
https://api.github.com/repos/oceanprotocol/DAOBot
opened
Documentation - Update [Staging Airtable] documentation.
Priority: Mid Type: Documentation Type: Dev
Let's document in README.md, or another doc. #### Dev -> Staging -> Production Workflow 1. Iterate on branch + test on **[Local Airtable]** 2. Update **[Staging Airtable]** to include all required changes 3. Verify CI/CD is passing + Submit review 4. Integrate PR 5. Update VM ### Exterior PR Workflow Same as above, but please pay attention to items (1)(2)(3) 1. Exterior PR needs to include all required fields + type 2. **[Staging Airtable]** admin needs to integrate changes to pass CI/CD 3. Admin can then provide review / sign off on changes.
1.0
Documentation - Update [Staging Airtable] documentation. - Let's document in README.md, or another doc. #### Dev -> Staging -> Production Workflow 1. Iterate on branch + test on **[Local Airtable]** 2. Update **[Staging Airtable]** to include all required changes 3. Verify CI/CD is passing + Submit review 4. Integrate PR 5. Update VM ### Exterior PR Workflow Same as above, but please pay attention to items (1)(2)(3) 1. Exterior PR needs to include all required fields + type 2. **[Staging Airtable]** admin needs to integrate changes to pass CI/CD 3. Admin can then provide review / sign off on changes.
non_defect
documentation update documentation let s document in readme md or another doc dev staging production workflow iterate on branch test on update to include all required changes verify ci cd is passing submit review integrate pr update vm exterior pr workflow same as above but please pay attention to items exterior pr needs to include all required fields type admin needs to integrate changes to pass ci cd admin can then provide review sign off on changes
0
31,033
6,403,836,082
IssuesEvent
2017-08-06 22:19:10
contao/core-bundle
https://api.github.com/repos/contao/core-bundle
closed
Forms with empty actions cannot be sent since version 4.4.2
defect
By fixing contao/core#8538 in bd3c74904293cf32deac821ac7b6506b248f5f1b the space before `method=` was removed accidentally in the *form_wrapper.html5* template which renders forms with an empty `action` as `<formmethod="post"…` now. Because of that the form cannot be sent. Empty actions occur mostly on home pages without a language prefix.
1.0
Forms with empty actions cannot be sent since version 4.4.2 - By fixing contao/core#8538 in bd3c74904293cf32deac821ac7b6506b248f5f1b the space before `method=` was removed accidentally in the *form_wrapper.html5* template which renders forms with an empty `action` as `<formmethod="post"…` now. Because of that the form cannot be sent. Empty actions occur mostly on home pages without a language prefix.
defect
forms with empty actions cannot be sent since version by fixing contao core in the space before method was removed accidentally in the form wrapper template which renders forms with an empty action as formmethod post … now because of that the form cannot be sent empty actions occur mostly on home pages without a language prefix
1
30,599
6,192,309,834
IssuesEvent
2017-07-05 00:54:36
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
opened
Conector CFDI v3.3 - Cuando ingresas 2 productos marca error en el nodo de impuestos trasladados
bug defect
El nodo general de impuestos trasladados (es decir, no los impuestos a nivel producto), deben sumar los impuestos que tengan la misma combinación de impuesto, factor y tasa. Actualmente forma el xml así, es decir está repitiendo el registro: <cfdi:Impuestos TotalImpuestosTrasladados="1120.00"> <cfdi:Traslados> <cfdi:Traslado Impuesto="001" TipoFactor="Tasa" TasaOCuota="0.160000 " Importe="560.00"/> <cfdi:Traslado Impuesto="001" TipoFactor="Tasa" TasaOCuota="0.160000 " Importe="560.00"/> </cfdi:Traslados>
1.0
Conector CFDI v3.3 - Cuando ingresas 2 productos marca error en el nodo de impuestos trasladados - El nodo general de impuestos trasladados (es decir, no los impuestos a nivel producto), deben sumar los impuestos que tengan la misma combinación de impuesto, factor y tasa. Actualmente forma el xml así, es decir está repitiendo el registro: <cfdi:Impuestos TotalImpuestosTrasladados="1120.00"> <cfdi:Traslados> <cfdi:Traslado Impuesto="001" TipoFactor="Tasa" TasaOCuota="0.160000 " Importe="560.00"/> <cfdi:Traslado Impuesto="001" TipoFactor="Tasa" TasaOCuota="0.160000 " Importe="560.00"/> </cfdi:Traslados>
defect
conector cfdi cuando ingresas productos marca error en el nodo de impuestos trasladados el nodo general de impuestos trasladados es decir no los impuestos a nivel producto deben sumar los impuestos que tengan la misma combinación de impuesto factor y tasa actualmente forma el xml así es decir está repitiendo el registro cfdi traslado impuesto tipofactor tasa tasaocuota importe cfdi traslado impuesto tipofactor tasa tasaocuota importe
1
17,937
3,013,796,516
IssuesEvent
2015-07-29 11:17:44
yawlfoundation/yawl
https://api.github.com/repos/yawlfoundation/yawl
closed
leaving optional textfield empty leads task into nirvana with error message
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. create simple workflow with at least one net variable (e.g. string) 2. create task with at least one variable, set attribute optional true 3. map task variable to net variable 4. run case 5. leave that optional variable empty What is the expected output? What do you see instead? - task should finish with empty textfield and just map empty element to net - but throws error (see attachment) and falls into nirvana What version of the product are you using? On what operating system? YAWL 2.3.5 on tomcat win7/debian Please provide any additional information below. ``` Original issue reported on code.google.com by `anwim...@gmail.com` on 14 Feb 2014 at 10:47 Attachments: * [yawl_optional.PNG](https://storage.googleapis.com/google-code-attachments/yawl/issue-504/comment-0/yawl_optional.PNG)
1.0
leaving optional textfield empty leads task into nirvana with error message - ``` What steps will reproduce the problem? 1. create simple workflow with at least one net variable (e.g. string) 2. create task with at least one variable, set attribute optional true 3. map task variable to net variable 4. run case 5. leave that optional variable empty What is the expected output? What do you see instead? - task should finish with empty textfield and just map empty element to net - but throws error (see attachment) and falls into nirvana What version of the product are you using? On what operating system? YAWL 2.3.5 on tomcat win7/debian Please provide any additional information below. ``` Original issue reported on code.google.com by `anwim...@gmail.com` on 14 Feb 2014 at 10:47 Attachments: * [yawl_optional.PNG](https://storage.googleapis.com/google-code-attachments/yawl/issue-504/comment-0/yawl_optional.PNG)
defect
leaving optional textfield empty leads task into nirvana with error message what steps will reproduce the problem create simple workflow with at least one net variable e g string create task with at least one variable set attribute optional true map task variable to net variable run case leave that optional variable empty what is the expected output what do you see instead task should finish with empty textfield and just map empty element to net but throws error see attachment and falls into nirvana what version of the product are you using on what operating system yawl on tomcat debian please provide any additional information below original issue reported on code google com by anwim gmail com on feb at attachments
1
259,554
22,498,715,570
IssuesEvent
2022-06-23 09:50:07
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
Wrong text alignment in Create Account button in login form
Priority/High Severity/Major bug UI Component/User Management Affected-6.0.0 IS-6.0.0-Test-Hackathon
**Describe the issue:** The text in the Create Account button is the log in form is left aligned while the Continue button in the same form is centre aligned. <img width="538" alt="Screenshot 2022-06-01 at 09 28 56" src="https://user-images.githubusercontent.com/42939752/171325491-d668e9c0-48d6-4b87-bb1f-95a5a95fe513.png"> **How to reproduce:** Allow user self registration from the Management Console Go to URL <IAM_SERVER_HOST>/myaccount/ **Expected behaviour:** Text in the Create Account button is center aligned to match with the rest of the UI **Environment information** - Product Version: IS 6.0.0 M1 - OS: Windows 2019 - Database: PostgreSQL - Userstore: JDBC
1.0
Wrong text alignment in Create Account button in login form - **Describe the issue:** The text in the Create Account button is the log in form is left aligned while the Continue button in the same form is centre aligned. <img width="538" alt="Screenshot 2022-06-01 at 09 28 56" src="https://user-images.githubusercontent.com/42939752/171325491-d668e9c0-48d6-4b87-bb1f-95a5a95fe513.png"> **How to reproduce:** Allow user self registration from the Management Console Go to URL <IAM_SERVER_HOST>/myaccount/ **Expected behaviour:** Text in the Create Account button is center aligned to match with the rest of the UI **Environment information** - Product Version: IS 6.0.0 M1 - OS: Windows 2019 - Database: PostgreSQL - Userstore: JDBC
non_defect
wrong text alignment in create account button in login form describe the issue the text in the create account button is the log in form is left aligned while the continue button in the same form is centre aligned img width alt screenshot at src how to reproduce allow user self registration from the management console go to url myaccount expected behaviour text in the create account button is center aligned to match with the rest of the ui environment information product version is os windows database postgresql userstore jdbc
0
14,430
17,480,984,049
IssuesEvent
2021-08-09 02:11:59
Leviatan-Analytics/LA-data-processing
https://api.github.com/repos/Leviatan-Analytics/LA-data-processing
closed
Test or research optimizations EasyOCR text recognition [3]
Data Processing Week 1 Sprint 3
Find ways to optimize EasyOCR. Improve: - Accuracy - Processing time
1.0
Test or research optimizations EasyOCR text recognition [3] - Find ways to optimize EasyOCR. Improve: - Accuracy - Processing time
non_defect
test or research optimizations easyocr text recognition find ways to optimize easyocr improve accuracy processing time
0
79,482
28,305,831,602
IssuesEvent
2023-04-10 10:54:59
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
opened
[🐛 Bug]:
I-defect needs-triaging
### What happened? The C# ChromeDriver interface exposes two similar functions: `TakeScreenshot()` and `GetScreenshot()`, and there's no documentation of when to choose either. It seems like TakeScreenshot does the same but with more error checking. ### How can we reproduce the issue? ```shell - ``` ### Relevant log output ```shell - ``` ### Operating System Windows 10 ### Selenium version C# 4.8.2 ### What are the browser(s) and version(s) where you see this issue? Chrome 111 ### What are the browser driver(s) and version(s) where you see this issue? Chromedriver 111 ### Are you using Selenium Grid? _No response_
1.0
[🐛 Bug]: - ### What happened? The C# ChromeDriver interface exposes two similar functions: `TakeScreenshot()` and `GetScreenshot()`, and there's no documentation of when to choose either. It seems like TakeScreenshot does the same but with more error checking. ### How can we reproduce the issue? ```shell - ``` ### Relevant log output ```shell - ``` ### Operating System Windows 10 ### Selenium version C# 4.8.2 ### What are the browser(s) and version(s) where you see this issue? Chrome 111 ### What are the browser driver(s) and version(s) where you see this issue? Chromedriver 111 ### Are you using Selenium Grid? _No response_
defect
what happened the c chromedriver interface exposes two similar functions takescreenshot and getscreenshot and there s no documentation of when to choose either it seems like takescreenshot does the same but with more error checking how can we reproduce the issue shell relevant log output shell operating system windows selenium version c what are the browser s and version s where you see this issue chrome what are the browser driver s and version s where you see this issue chromedriver are you using selenium grid no response
1
735,934
25,448,549,360
IssuesEvent
2022-11-24 08:39:06
FrontMen/resumator
https://api.github.com/repos/FrontMen/resumator
opened
Add a city name to work experience
good first issue type: requested priority: high
as a manager I want to add a city to the work experience. The city is the city of the office the teammember worked. This option is required for europass specific resumes. this field is not required.
1.0
Add a city name to work experience - as a manager I want to add a city to the work experience. The city is the city of the office the teammember worked. This option is required for europass specific resumes. this field is not required.
non_defect
add a city name to work experience as a manager i want to add a city to the work experience the city is the city of the office the teammember worked this option is required for europass specific resumes this field is not required
0
143,336
19,177,922,743
IssuesEvent
2021-12-04 00:06:01
samq-ghdemo/js-monorepo
https://api.github.com/repos/samq-ghdemo/js-monorepo
opened
CVE-2019-10795 (Medium) detected in undefsafe-2.0.2.tgz
security vulnerability
## CVE-2019-10795 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>undefsafe-2.0.2.tgz</b></p></summary> <p>Undefined safe way of extracting object properties</p> <p>Library home page: <a href="https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.2.tgz">https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.2.tgz</a></p> <p>Path to dependency file: js-monorepo/NodeGoat/package.json</p> <p>Path to vulnerable library: js-monorepo/NodeGoat/node_modules/undefsafe/package.json</p> <p> Dependency Hierarchy: - nodemon-1.19.1.tgz (Root Library) - :x: **undefsafe-2.0.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/samq-ghdemo/js-monorepo/commit/f3701923c18333c1e4e49bf595dd36b3f186812f">f3701923c18333c1e4e49bf595dd36b3f186812f</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> undefsafe before 2.0.3 is vulnerable to Prototype Pollution. The 'a' function could be tricked into adding or modifying properties of Object.prototype using a __proto__ payload. <p>Publish Date: 2020-02-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10795>CVE-2019-10795</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.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10795">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10795</a></p> <p>Release Date: 2020-02-27</p> <p>Fix Resolution: 2.0.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"undefsafe","packageVersion":"2.0.2","packageFilePaths":["/NodeGoat/package.json"],"isTransitiveDependency":true,"dependencyTree":"nodemon:1.19.1;undefsafe:2.0.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.0.3","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2019-10795","vulnerabilityDetails":"undefsafe before 2.0.3 is vulnerable to Prototype Pollution. The \u0027a\u0027 function could be tricked into adding or modifying properties of Object.prototype using a __proto__ payload.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10795","cvss3Severity":"medium","cvss3Score":"6.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"Low","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2019-10795 (Medium) detected in undefsafe-2.0.2.tgz - ## CVE-2019-10795 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>undefsafe-2.0.2.tgz</b></p></summary> <p>Undefined safe way of extracting object properties</p> <p>Library home page: <a href="https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.2.tgz">https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.2.tgz</a></p> <p>Path to dependency file: js-monorepo/NodeGoat/package.json</p> <p>Path to vulnerable library: js-monorepo/NodeGoat/node_modules/undefsafe/package.json</p> <p> Dependency Hierarchy: - nodemon-1.19.1.tgz (Root Library) - :x: **undefsafe-2.0.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/samq-ghdemo/js-monorepo/commit/f3701923c18333c1e4e49bf595dd36b3f186812f">f3701923c18333c1e4e49bf595dd36b3f186812f</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> undefsafe before 2.0.3 is vulnerable to Prototype Pollution. The 'a' function could be tricked into adding or modifying properties of Object.prototype using a __proto__ payload. <p>Publish Date: 2020-02-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10795>CVE-2019-10795</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.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10795">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10795</a></p> <p>Release Date: 2020-02-27</p> <p>Fix Resolution: 2.0.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"undefsafe","packageVersion":"2.0.2","packageFilePaths":["/NodeGoat/package.json"],"isTransitiveDependency":true,"dependencyTree":"nodemon:1.19.1;undefsafe:2.0.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.0.3","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2019-10795","vulnerabilityDetails":"undefsafe before 2.0.3 is vulnerable to Prototype Pollution. The \u0027a\u0027 function could be tricked into adding or modifying properties of Object.prototype using a __proto__ payload.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10795","cvss3Severity":"medium","cvss3Score":"6.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"Low","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_defect
cve medium detected in undefsafe tgz cve medium severity vulnerability vulnerable library undefsafe tgz undefined safe way of extracting object properties library home page a href path to dependency file js monorepo nodegoat package json path to vulnerable library js monorepo nodegoat node modules undefsafe package json dependency hierarchy nodemon tgz root library x undefsafe tgz vulnerable library found in head commit a href found in base branch main vulnerability details undefsafe before is vulnerable to prototype pollution the a function could be tricked into adding or modifying properties of object prototype using a proto payload publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree nodemon undefsafe isminimumfixversionavailable true minimumfixversion isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails undefsafe before is vulnerable to prototype pollution the function could be tricked into adding or modifying properties of object prototype using a proto payload vulnerabilityurl
0
65,138
19,180,176,202
IssuesEvent
2021-12-04 08:34:02
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Crashed every time when i try to get backup
T-Defect
### Steps to reproduce 1. When i click set to secure backup 2. Screen got black 3. After that app closed ### Outcome I think it will make backup but i get https://paste.crdroid.net/T8ZlTB ### Your phone model Redmi note 7 pro ### Operating system version Android 11 ### Application version and app store 1.3.7. ### Homeserver Matrix.org ### Will you send logs? Yes
1.0
Crashed every time when i try to get backup - ### Steps to reproduce 1. When i click set to secure backup 2. Screen got black 3. After that app closed ### Outcome I think it will make backup but i get https://paste.crdroid.net/T8ZlTB ### Your phone model Redmi note 7 pro ### Operating system version Android 11 ### Application version and app store 1.3.7. ### Homeserver Matrix.org ### Will you send logs? Yes
defect
crashed every time when i try to get backup steps to reproduce when i click set to secure backup screen got black after that app closed outcome i think it will make backup but i get your phone model redmi note pro operating system version android application version and app store homeserver matrix org will you send logs yes
1
54,612
13,786,167,619
IssuesEvent
2020-10-09 00:59:47
line/armeria
https://api.github.com/repos/line/armeria
opened
NumberFormatException while reading an HTTP chunk
defect needs info
In a certain situation we do not know exactly yet, a `NumberFormatException` is triggered while reading HTTP request body: ``` java.lang.NumberFormatException.forInputString at java.lang.Integer.parseInt at io.netty.handler.codec.http.HttpObjectDecoder.getChunkSize(HttpObjectDecoder.java:792) at io.netty.handler.codec.http.HttpObjectDecoder.decode(HttpObjectDecoder.java:357) at io.netty.handler.codec.http.HttpServerCodec$HttpServerRequestDecoder.decode(HttpServerCodec.java:123) ... ``` A workaround is to switch to HTTP/2, which never uses chunked encoding. So far we could not reproduce it or observe it in production at all. I'd be nice if we have a standalone reproducer for this issue.
1.0
NumberFormatException while reading an HTTP chunk - In a certain situation we do not know exactly yet, a `NumberFormatException` is triggered while reading HTTP request body: ``` java.lang.NumberFormatException.forInputString at java.lang.Integer.parseInt at io.netty.handler.codec.http.HttpObjectDecoder.getChunkSize(HttpObjectDecoder.java:792) at io.netty.handler.codec.http.HttpObjectDecoder.decode(HttpObjectDecoder.java:357) at io.netty.handler.codec.http.HttpServerCodec$HttpServerRequestDecoder.decode(HttpServerCodec.java:123) ... ``` A workaround is to switch to HTTP/2, which never uses chunked encoding. So far we could not reproduce it or observe it in production at all. I'd be nice if we have a standalone reproducer for this issue.
defect
numberformatexception while reading an http chunk in a certain situation we do not know exactly yet a numberformatexception is triggered while reading http request body java lang numberformatexception forinputstring at java lang integer parseint at io netty handler codec http httpobjectdecoder getchunksize httpobjectdecoder java at io netty handler codec http httpobjectdecoder decode httpobjectdecoder java at io netty handler codec http httpservercodec httpserverrequestdecoder decode httpservercodec java a workaround is to switch to http which never uses chunked encoding so far we could not reproduce it or observe it in production at all i d be nice if we have a standalone reproducer for this issue
1
348,247
31,476,790,630
IssuesEvent
2023-08-30 11:17:40
wazuh/wazuh
https://api.github.com/repos/wazuh/wazuh
closed
Release 4.5.2 - RC 1 - Packages tests
type/test level/task
# Packages tests information ||| | :-- | :-- | | **Main release candidate issue** | https://github.com/wazuh/wazuh/issues/18618 | | **Version** | 4.5.2 | | **Release candidate** | RC 1 | | **Tag** | [v4.5.2-rc1](https://github.com/wazuh/wazuh/tree/v4.5.2-rc1) | | **Previous packages metrics** | https://github.com/wazuh/wazuh/issues/18482 | --- # Tasks | Status | Test | Issue | | :--: | :-- | :--: | | :purple_circle: | Installation | https://github.com/wazuh/wazuh/issues/18623 | | :purple_circle: | Upgrade | https://github.com/wazuh/wazuh/issues/18625 | | :purple_circle: | SELinux | https://github.com/wazuh/wazuh/issues/18624 | | :purple_circle: | Register | https://github.com/wazuh/wazuh/issues/18626 | | :purple_circle: | Service |https://github.com/wazuh/wazuh/issues/18627 | | :purple_circle:| Specific systems | https://github.com/wazuh/wazuh/issues/18628 | |:purple_circle: | Indexer/Dashboard | https://github.com/wazuh/wazuh/issues/18621 | > :black_circle: Not Started: The tasks didn't start yet. > :yellow_circle: In progress: The team is already working on it. > :green_circle: Ready to review: The auditors must validate the results. > :white_circle: Skipped: The task has been deemed not necessary for this stage. > :brown_circle: Partially skipped: Some parts of the task are skipped._ > :purple_circle: Completed: Task finished. Nothing to do here. > :red_circle: Completed with failures: Some issues were raised here. --- # Auditor's validation In order to close and proceed with the release or the next candidate version, the following auditors must give the green light to this RC. - [x] @mauromalara / @davidjiglesias
1.0
Release 4.5.2 - RC 1 - Packages tests - # Packages tests information ||| | :-- | :-- | | **Main release candidate issue** | https://github.com/wazuh/wazuh/issues/18618 | | **Version** | 4.5.2 | | **Release candidate** | RC 1 | | **Tag** | [v4.5.2-rc1](https://github.com/wazuh/wazuh/tree/v4.5.2-rc1) | | **Previous packages metrics** | https://github.com/wazuh/wazuh/issues/18482 | --- # Tasks | Status | Test | Issue | | :--: | :-- | :--: | | :purple_circle: | Installation | https://github.com/wazuh/wazuh/issues/18623 | | :purple_circle: | Upgrade | https://github.com/wazuh/wazuh/issues/18625 | | :purple_circle: | SELinux | https://github.com/wazuh/wazuh/issues/18624 | | :purple_circle: | Register | https://github.com/wazuh/wazuh/issues/18626 | | :purple_circle: | Service |https://github.com/wazuh/wazuh/issues/18627 | | :purple_circle:| Specific systems | https://github.com/wazuh/wazuh/issues/18628 | |:purple_circle: | Indexer/Dashboard | https://github.com/wazuh/wazuh/issues/18621 | > :black_circle: Not Started: The tasks didn't start yet. > :yellow_circle: In progress: The team is already working on it. > :green_circle: Ready to review: The auditors must validate the results. > :white_circle: Skipped: The task has been deemed not necessary for this stage. > :brown_circle: Partially skipped: Some parts of the task are skipped._ > :purple_circle: Completed: Task finished. Nothing to do here. > :red_circle: Completed with failures: Some issues were raised here. --- # Auditor's validation In order to close and proceed with the release or the next candidate version, the following auditors must give the green light to this RC. - [x] @mauromalara / @davidjiglesias
non_defect
release rc packages tests packages tests information main release candidate issue version release candidate rc tag previous packages metrics tasks status test issue purple circle installation purple circle upgrade purple circle selinux purple circle register purple circle service purple circle specific systems purple circle indexer dashboard black circle not started the tasks didn t start yet yellow circle in progress the team is already working on it green circle ready to review the auditors must validate the results white circle skipped the task has been deemed not necessary for this stage brown circle partially skipped some parts of the task are skipped purple circle completed task finished nothing to do here red circle completed with failures some issues were raised here auditor s validation in order to close and proceed with the release or the next candidate version the following auditors must give the green light to this rc mauromalara davidjiglesias
0
49,097
13,185,230,927
IssuesEvent
2020-08-12 20:59:11
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
gulliver chooses whatever Minuit it feels like (Trac #744)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/744 , reported by nega and owned by boersma</em></summary> <p> ```json { "status": "closed", "changetime": "2014-10-08T09:27:57", "description": "This causes issues like:\n\n{{{\nLinking CXX shared library ../lib/liblilliput.dylib\nUndefined symbols for architecture x86_64:\n \"ROOT::Minuit2::MinimumBuilder::MinimumBuilder()\", referenced from:\n ROOT::Minuit2::SimplexBuilder::SimplexBuilder() in I3GulliverMinuit2.cxx.o\n ROOT::Minuit2::FumiliBuilder::FumiliBuilder() in I3GulliverMinuit2.cxx.o\n ROOT::Minuit2::CombinedMinimumBuilder::CombinedMinimumBuilder() in I3GulliverMinuit2.cxx.o\n ROOT::Minuit2::VariableMetricBuilder::VariableMetricBuilder() in I3GulliverMinuit2.cxx.o\nld: symbol(s) not found for architecture x86_64\nclang: error: linker command failed with exit code 1 (use -v to see invocation)\nmake[2]: *** [lib/liblilliput.dylib] Error 1\nmake[1]: *** [lilliput/CMakeFiles/lilliput.dir/all] Error 2\nmake: *** [all] Error 2\nprogram finished with exit code 2\n}}}\n\nGulliver needs a way to pick a Minuit that is consistent with Lilliput", "reporter": "nega", "cc": "dataclass@icecube.wisc.edu", "resolution": "fixed", "_ts": "1412760477377993", "component": "combo reconstruction", "summary": "gulliver chooses whatever Minuit it feels like", "priority": "normal", "keywords": "lilliput gulliver minuit", "time": "2014-09-05T20:55:44", "milestone": "", "owner": "boersma", "type": "defect" } ``` </p> </details>
1.0
gulliver chooses whatever Minuit it feels like (Trac #744) - <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/744 , reported by nega and owned by boersma</em></summary> <p> ```json { "status": "closed", "changetime": "2014-10-08T09:27:57", "description": "This causes issues like:\n\n{{{\nLinking CXX shared library ../lib/liblilliput.dylib\nUndefined symbols for architecture x86_64:\n \"ROOT::Minuit2::MinimumBuilder::MinimumBuilder()\", referenced from:\n ROOT::Minuit2::SimplexBuilder::SimplexBuilder() in I3GulliverMinuit2.cxx.o\n ROOT::Minuit2::FumiliBuilder::FumiliBuilder() in I3GulliverMinuit2.cxx.o\n ROOT::Minuit2::CombinedMinimumBuilder::CombinedMinimumBuilder() in I3GulliverMinuit2.cxx.o\n ROOT::Minuit2::VariableMetricBuilder::VariableMetricBuilder() in I3GulliverMinuit2.cxx.o\nld: symbol(s) not found for architecture x86_64\nclang: error: linker command failed with exit code 1 (use -v to see invocation)\nmake[2]: *** [lib/liblilliput.dylib] Error 1\nmake[1]: *** [lilliput/CMakeFiles/lilliput.dir/all] Error 2\nmake: *** [all] Error 2\nprogram finished with exit code 2\n}}}\n\nGulliver needs a way to pick a Minuit that is consistent with Lilliput", "reporter": "nega", "cc": "dataclass@icecube.wisc.edu", "resolution": "fixed", "_ts": "1412760477377993", "component": "combo reconstruction", "summary": "gulliver chooses whatever Minuit it feels like", "priority": "normal", "keywords": "lilliput gulliver minuit", "time": "2014-09-05T20:55:44", "milestone": "", "owner": "boersma", "type": "defect" } ``` </p> </details>
defect
gulliver chooses whatever minuit it feels like trac migrated from reported by nega and owned by boersma json status closed changetime description this causes issues like n n nlinking cxx shared library lib liblilliput dylib nundefined symbols for architecture n root minimumbuilder minimumbuilder referenced from n root simplexbuilder simplexbuilder in cxx o n root fumilibuilder fumilibuilder in cxx o n root combinedminimumbuilder combinedminimumbuilder in cxx o n root variablemetricbuilder variablemetricbuilder in cxx o nld symbol s not found for architecture nclang error linker command failed with exit code use v to see invocation nmake error nmake error nmake error nprogram finished with exit code n n ngulliver needs a way to pick a minuit that is consistent with lilliput reporter nega cc dataclass icecube wisc edu resolution fixed ts component combo reconstruction summary gulliver chooses whatever minuit it feels like priority normal keywords lilliput gulliver minuit time milestone owner boersma type defect
1
365,211
10,779,431,059
IssuesEvent
2019-11-04 10:35:26
inland-empire-software-development/main
https://api.github.com/repos/inland-empire-software-development/main
closed
Component: Modal
high priority
We need a modal component to open up on the screen for different purposes. It can be fixed, dead center and only take up the space required by the contents within it. We also need to make sure that whatever we drop in, like an iframe or any content is also centered. Example use case: We will be using this for the sponsorship component - we will be dropping in an iframe for donation payments via WePay. Notes: Ideally, you can wrap whatever content goes in to the modal in a div with a class that will make sure its all centered within the modal. During development, you can use this iframe to fill the modal: ``` <iframe frameborder = "0" height="1100" scrolling="no" src = "https://give.donatekindly.org/ie544/makedonation/donation/c711001e-0442-4c13-adeb-feb07e121807" width="560" ></iframe> ``` **Desktop** ![modal-desktop](https://user-images.githubusercontent.com/3924990/62820052-46510b80-bb13-11e9-9f40-978ed3e1b8fd.jpg) **Mobile** ![modal-mobile](https://user-images.githubusercontent.com/3924990/62820053-46510b80-bb13-11e9-9b35-6a306cc31fee.jpg)
1.0
Component: Modal - We need a modal component to open up on the screen for different purposes. It can be fixed, dead center and only take up the space required by the contents within it. We also need to make sure that whatever we drop in, like an iframe or any content is also centered. Example use case: We will be using this for the sponsorship component - we will be dropping in an iframe for donation payments via WePay. Notes: Ideally, you can wrap whatever content goes in to the modal in a div with a class that will make sure its all centered within the modal. During development, you can use this iframe to fill the modal: ``` <iframe frameborder = "0" height="1100" scrolling="no" src = "https://give.donatekindly.org/ie544/makedonation/donation/c711001e-0442-4c13-adeb-feb07e121807" width="560" ></iframe> ``` **Desktop** ![modal-desktop](https://user-images.githubusercontent.com/3924990/62820052-46510b80-bb13-11e9-9f40-978ed3e1b8fd.jpg) **Mobile** ![modal-mobile](https://user-images.githubusercontent.com/3924990/62820053-46510b80-bb13-11e9-9b35-6a306cc31fee.jpg)
non_defect
component modal we need a modal component to open up on the screen for different purposes it can be fixed dead center and only take up the space required by the contents within it we also need to make sure that whatever we drop in like an iframe or any content is also centered example use case we will be using this for the sponsorship component we will be dropping in an iframe for donation payments via wepay notes ideally you can wrap whatever content goes in to the modal in a div with a class that will make sure its all centered within the modal during development you can use this iframe to fill the modal desktop mobile
0
30,095
6,021,464,877
IssuesEvent
2017-06-07 18:45:14
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
ndimage.geometric_transform endianness-linked bug when affine is 1d
defect scipy.ndimage
Results are byteswapped when `out` is passed into `ndimage.affine_transform` and `out` has a non-native endianness. This is a similar issue as https://github.com/scipy/scipy/issues/4127 when the affine transformation is given as a 1d array (in #4127, which was fixed in 0.15, the affine transformation was given as a 2d array). ### Reproducing code example ```py import numpy as np from scipy import ndimage data = np.ones((2, 2)) out = np.empty_like(data, dtype='>f8') ndimage.affine_transform(data, np.array([1., 1.]), output=out, order=0) print(out) ``` ### Expected behaviour The affine I am passing is the identity so I expect to have `(out == data).all()`, i.e. `out` should contain only ones. ### Actual behaviour `out` is: ``` [[ 3.03865194e-319 3.03865194e-319] [ 3.03865194e-319 3.03865194e-319]] ``` ### Other comments The fix should be very similar to https://github.com/scipy/scipy/pull/4150, i.e. you need to call `.byteswap` when `output.dtype.isnative` is `False`. I am guessing the code path for the 1d affine is slightly different than the one for the 2d affine, hence it was missed in the original fix. This bug has been present in scipy for a while (I tried as far back as 0.14).
1.0
ndimage.geometric_transform endianness-linked bug when affine is 1d - Results are byteswapped when `out` is passed into `ndimage.affine_transform` and `out` has a non-native endianness. This is a similar issue as https://github.com/scipy/scipy/issues/4127 when the affine transformation is given as a 1d array (in #4127, which was fixed in 0.15, the affine transformation was given as a 2d array). ### Reproducing code example ```py import numpy as np from scipy import ndimage data = np.ones((2, 2)) out = np.empty_like(data, dtype='>f8') ndimage.affine_transform(data, np.array([1., 1.]), output=out, order=0) print(out) ``` ### Expected behaviour The affine I am passing is the identity so I expect to have `(out == data).all()`, i.e. `out` should contain only ones. ### Actual behaviour `out` is: ``` [[ 3.03865194e-319 3.03865194e-319] [ 3.03865194e-319 3.03865194e-319]] ``` ### Other comments The fix should be very similar to https://github.com/scipy/scipy/pull/4150, i.e. you need to call `.byteswap` when `output.dtype.isnative` is `False`. I am guessing the code path for the 1d affine is slightly different than the one for the 2d affine, hence it was missed in the original fix. This bug has been present in scipy for a while (I tried as far back as 0.14).
defect
ndimage geometric transform endianness linked bug when affine is results are byteswapped when out is passed into ndimage affine transform and out has a non native endianness this is a similar issue as when the affine transformation is given as a array in which was fixed in the affine transformation was given as a array reproducing code example py import numpy as np from scipy import ndimage data np ones out np empty like data dtype ndimage affine transform data np array output out order print out expected behaviour the affine i am passing is the identity so i expect to have out data all i e out should contain only ones actual behaviour out is other comments the fix should be very similar to i e you need to call byteswap when output dtype isnative is false i am guessing the code path for the affine is slightly different than the one for the affine hence it was missed in the original fix this bug has been present in scipy for a while i tried as far back as
1
64,533
18,726,310,070
IssuesEvent
2021-11-03 16:36:27
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Incorrect MERGE statement syntax generated in FIREBIRD when aliasing USING derived table
T: Defect C: Functionality C: DB: Firebird P: Medium R: Fixed E: All Editions
When using the translator to translate this input query: ```sql merge into t using (select 1 a) s on (1 = 1) when matched then update set x = 1 ``` Then we get the following invalid output for Firebird: ```sql merge into T using ( ( select 1 A from RDB$DATABASE ) ) S on 1 = 1 when matched then update set I = 1; ``` The error is: > SQL-Fehler [335544634] [42000]: Dynamic SQL Error; SQL error code = -104; Token unknown - line 7, column 1; ) [SQLState:42000, ISC error code:335544634] If the alias is removed: ```sql merge into t using (select 1 a) on (1 = 1) when matched then update set x = 1 ``` Then the output is correct: ```sql merge into T using ( select 1 A from RDB$DATABASE ) on 1 = 1 when matched then update set i = 1; ``` The limitation of syntax in Firebird seems to be quite arbitrary, yet, other dialects might be affected as well.
1.0
Incorrect MERGE statement syntax generated in FIREBIRD when aliasing USING derived table - When using the translator to translate this input query: ```sql merge into t using (select 1 a) s on (1 = 1) when matched then update set x = 1 ``` Then we get the following invalid output for Firebird: ```sql merge into T using ( ( select 1 A from RDB$DATABASE ) ) S on 1 = 1 when matched then update set I = 1; ``` The error is: > SQL-Fehler [335544634] [42000]: Dynamic SQL Error; SQL error code = -104; Token unknown - line 7, column 1; ) [SQLState:42000, ISC error code:335544634] If the alias is removed: ```sql merge into t using (select 1 a) on (1 = 1) when matched then update set x = 1 ``` Then the output is correct: ```sql merge into T using ( select 1 A from RDB$DATABASE ) on 1 = 1 when matched then update set i = 1; ``` The limitation of syntax in Firebird seems to be quite arbitrary, yet, other dialects might be affected as well.
defect
incorrect merge statement syntax generated in firebird when aliasing using derived table when using the translator to translate this input query sql merge into t using select a s on when matched then update set x then we get the following invalid output for firebird sql merge into t using select a from rdb database s on when matched then update set i the error is sql fehler dynamic sql error sql error code token unknown line column if the alias is removed sql merge into t using select a on when matched then update set x then the output is correct sql merge into t using select a from rdb database on when matched then update set i the limitation of syntax in firebird seems to be quite arbitrary yet other dialects might be affected as well
1
70,342
23,130,748,162
IssuesEvent
2022-07-28 10:07:57
dkfans/keeperfx
https://api.github.com/repos/dkfans/keeperfx
closed
Unable to pick up gold in frail corner
Type-Defect Priority-Low
![image](https://user-images.githubusercontent.com/13840686/171992984-0c9bc456-84d6-4f40-9c66-3b0c33bddbdd.png) See the image above. The gold pot got dropped there by a dying hero, and it cannot be picked up by hand.
1.0
Unable to pick up gold in frail corner - ![image](https://user-images.githubusercontent.com/13840686/171992984-0c9bc456-84d6-4f40-9c66-3b0c33bddbdd.png) See the image above. The gold pot got dropped there by a dying hero, and it cannot be picked up by hand.
defect
unable to pick up gold in frail corner see the image above the gold pot got dropped there by a dying hero and it cannot be picked up by hand
1
68,111
21,481,611,992
IssuesEvent
2022-04-26 18:19:16
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
508-defect-3 [AXE-CORE]: Elements MUST have their visible text as part of their accessible name - Feedback button issue
508/Accessibility sitewide 508-defect-3 508-issue-cognition vsp-design-system-team DST-audited
**Feedback framework** - **❗️ Must** for if the feedback must be applied - **⚠️Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Description Elements **MUST** have the accessible name — such as the aria-label — contain the text of the visible label in the same order in which it appears. While it is not necessary that the visible label and accessible name match exactly, it is a best practice to have the accessible name begin with the visible text. In this case, the text inside the element is currently not included in the accessible name. ### Why it Matters Speech input users can interact with a webpage by speaking the visible text labels of menus, links, and buttons that appear on the screen. It is confusing to speech input users when they say a visible text label they see, but the speech command does not work because the component's accessible (programmatic) name does not match the visible label. When a user interface component has a visible text label — whether it be real text or an image of text — that text must also be found in the component's accessible (programmatic) name. When the visible label and accessible (programmatic) name for interactive components are in sync, speech input users can effectively interact with those components. This rule applies to any element that has: - a semantic role that is a widget that supports name from content, and - visible text content, and - an aria-label or aria-labelledby attribute. **Note:** widget roles that supports name from content are: button, checkbox, gridcell, link, menuitem, menuitemcheckbox, menuitemradio, option, radio, searchbox, switch, tab, treeitem. **Expectation:** The complete visible text content of the target element either matches or is contained within its accessible name. **Note:** Leading and trailing whitespace and difference in case sensitivity should be ignored. ## Point of Contact **VFS Point of Contact:** Jennifer ## Acceptance Criteria As a speech input user, I want to interact with the map controls by speaking the visible text labels. ## Environment * Operating System: any * Browser: any * Server destination: production ## Steps to Recreate 1. Enter `https://www.va.gov/decision-reviews/` in browser (or pretty much anywhere on VA.gov that displays the Feedback button 2. Scan the page using axe-coconut extension (https://chrome.google.com/webstore/detail/axe-coconut-web-accessibi/iobddmbdndbbbfjopjdgadphaoihpojp?hl=en) 3. Verify there is an issue with the text and name/label 4. As a speech input user, test that activating the button works using the visible text of the button ## WCAG or Vendor Guidance (optional) * [Label and name from content mismatch](https://dequeuniversity.com/rules/axe/3.5/label-content-name-mismatch?application=coconut) * [W3C aria-haspopup (property)](https://www.w3.org/WAI/PF/aria/states_and_properties#aria-haspopup) ## Screenshots or Trace Logs ![VAgov-Feedback-visible-text-name](https://user-images.githubusercontent.com/57469/75718014-3b70ea80-5ca0-11ea-9d51-13a0d3a23d8b.png)
1.0
508-defect-3 [AXE-CORE]: Elements MUST have their visible text as part of their accessible name - Feedback button issue - **Feedback framework** - **❗️ Must** for if the feedback must be applied - **⚠️Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Description Elements **MUST** have the accessible name — such as the aria-label — contain the text of the visible label in the same order in which it appears. While it is not necessary that the visible label and accessible name match exactly, it is a best practice to have the accessible name begin with the visible text. In this case, the text inside the element is currently not included in the accessible name. ### Why it Matters Speech input users can interact with a webpage by speaking the visible text labels of menus, links, and buttons that appear on the screen. It is confusing to speech input users when they say a visible text label they see, but the speech command does not work because the component's accessible (programmatic) name does not match the visible label. When a user interface component has a visible text label — whether it be real text or an image of text — that text must also be found in the component's accessible (programmatic) name. When the visible label and accessible (programmatic) name for interactive components are in sync, speech input users can effectively interact with those components. This rule applies to any element that has: - a semantic role that is a widget that supports name from content, and - visible text content, and - an aria-label or aria-labelledby attribute. **Note:** widget roles that supports name from content are: button, checkbox, gridcell, link, menuitem, menuitemcheckbox, menuitemradio, option, radio, searchbox, switch, tab, treeitem. **Expectation:** The complete visible text content of the target element either matches or is contained within its accessible name. **Note:** Leading and trailing whitespace and difference in case sensitivity should be ignored. ## Point of Contact **VFS Point of Contact:** Jennifer ## Acceptance Criteria As a speech input user, I want to interact with the map controls by speaking the visible text labels. ## Environment * Operating System: any * Browser: any * Server destination: production ## Steps to Recreate 1. Enter `https://www.va.gov/decision-reviews/` in browser (or pretty much anywhere on VA.gov that displays the Feedback button 2. Scan the page using axe-coconut extension (https://chrome.google.com/webstore/detail/axe-coconut-web-accessibi/iobddmbdndbbbfjopjdgadphaoihpojp?hl=en) 3. Verify there is an issue with the text and name/label 4. As a speech input user, test that activating the button works using the visible text of the button ## WCAG or Vendor Guidance (optional) * [Label and name from content mismatch](https://dequeuniversity.com/rules/axe/3.5/label-content-name-mismatch?application=coconut) * [W3C aria-haspopup (property)](https://www.w3.org/WAI/PF/aria/states_and_properties#aria-haspopup) ## Screenshots or Trace Logs ![VAgov-Feedback-visible-text-name](https://user-images.githubusercontent.com/57469/75718014-3b70ea80-5ca0-11ea-9d51-13a0d3a23d8b.png)
defect
defect elements must have their visible text as part of their accessible name feedback button issue feedback framework ❗️ must for if the feedback must be applied ⚠️should if the feedback is best practice ✔️ consider for suggestions enhancements description elements must have the accessible name — such as the aria label — contain the text of the visible label in the same order in which it appears while it is not necessary that the visible label and accessible name match exactly it is a best practice to have the accessible name begin with the visible text in this case the text inside the element is currently not included in the accessible name why it matters speech input users can interact with a webpage by speaking the visible text labels of menus links and buttons that appear on the screen it is confusing to speech input users when they say a visible text label they see but the speech command does not work because the component s accessible programmatic name does not match the visible label when a user interface component has a visible text label — whether it be real text or an image of text — that text must also be found in the component s accessible programmatic name when the visible label and accessible programmatic name for interactive components are in sync speech input users can effectively interact with those components this rule applies to any element that has a semantic role that is a widget that supports name from content and visible text content and an aria label or aria labelledby attribute note widget roles that supports name from content are button checkbox gridcell link menuitem menuitemcheckbox menuitemradio option radio searchbox switch tab treeitem expectation the complete visible text content of the target element either matches or is contained within its accessible name note leading and trailing whitespace and difference in case sensitivity should be ignored point of contact vfs point of contact jennifer acceptance criteria as a speech input user i want to interact with the map controls by speaking the visible text labels environment operating system any browser any server destination production steps to recreate enter in browser or pretty much anywhere on va gov that displays the feedback button scan the page using axe coconut extension verify there is an issue with the text and name label as a speech input user test that activating the button works using the visible text of the button wcag or vendor guidance optional screenshots or trace logs
1
549,713
16,098,776,943
IssuesEvent
2021-04-27 06:24:37
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
community.kaspersky.com - No CSS until page fully loads
browser-firefox engine-gecko priority-normal severity-minor type-no-css
<!-- @browser: Firefox 82.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0 --> <!-- @reported_with: addon-reporter-firefox --> **URL**: https://community.kaspersky.com/ **Browser / Version**: Firefox 82.0 **Operating System**: Windows 8.1 **Tested Another Browser**: Yes Internet Explorer **Problem type**: Something else **Description**: FOUC on this website **Steps to Reproduce**: There are FOUCs (flash of unstyled content) on all the webpages of this community. I don't understand why there are FOUC with firefox and not with internet explorer. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
community.kaspersky.com - No CSS until page fully loads - <!-- @browser: Firefox 82.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0 --> <!-- @reported_with: addon-reporter-firefox --> **URL**: https://community.kaspersky.com/ **Browser / Version**: Firefox 82.0 **Operating System**: Windows 8.1 **Tested Another Browser**: Yes Internet Explorer **Problem type**: Something else **Description**: FOUC on this website **Steps to Reproduce**: There are FOUCs (flash of unstyled content) on all the webpages of this community. I don't understand why there are FOUC with firefox and not with internet explorer. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
community kaspersky com no css until page fully loads url browser version firefox operating system windows tested another browser yes internet explorer problem type something else description fouc on this website steps to reproduce there are foucs flash of unstyled content on all the webpages of this community i don t understand why there are fouc with firefox and not with internet explorer browser configuration none from with ❤️
0
221,052
17,288,538,575
IssuesEvent
2021-07-24 08:01:30
WoWManiaUK/Blackwing-Lair
https://api.github.com/repos/WoWManiaUK/Blackwing-Lair
closed
[Random Battleground] SoTA + AV + IoC
Fixed in Dev - Confirmed by tester
### Rushor removed on mania needs removing here too All those 3 battlegrounds are removed from Random BG selection for now, since those bgs require way too many people and stay too long note SoTa is still bugged https://github.com/WoWManiaUK/Blackwing-Lair/issues/896
1.0
[Random Battleground] SoTA + AV + IoC - ### Rushor removed on mania needs removing here too All those 3 battlegrounds are removed from Random BG selection for now, since those bgs require way too many people and stay too long note SoTa is still bugged https://github.com/WoWManiaUK/Blackwing-Lair/issues/896
non_defect
sota av ioc rushor removed on mania needs removing here too all those battlegrounds are removed from random bg selection for now since those bgs require way too many people and stay too long note sota is still bugged
0
7,772
25,576,633,150
IssuesEvent
2022-11-30 22:51:02
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
opened
[YSQL][Upgrade] Query error: ybctid arguments can be batched only
area/ysql status/awaiting-triage qa_automation
### Description I am in the process of improving verification of objects during an ongoing upgrade: https://phabricator.dev.yugabyte.com/D20539 Some tests are failing with this error during upgrade to 2.17.1.0-b259: ``` testupgrade-aws-rf3-upgrade-2.14.4.0_26: Start ( 0.661s) User Login : Success ( 0.337s) Refresh YB Version : Success ( 90.960s) Setup Provider : Success ( 0.137s) Updating Health Check Interval to 60000 sec : Success ( 452.034s) Create universe dfel-isd2335-97e201408e-20221129-085612 : Success ( 37.960s) Start sample workloads : Success ( 714.465s) Creating V2 backups in S3 : Success ( 431.671s) Verify geo-partitioned objects : Success ( 425.422s) Executing yb-admin upgrade_ysql : Success ( 0.001s) Executing yb-admin upgrade_ysql : >>> Integration Test Failed <<< Verifying during upgrade failed: Query error: ybctid arguments can be batched only ( 22.457s) Saved server log files and keys at /share/jenkins/workspace/itest-system-developer/logs/2.17.1.0_testupgrade-aws-rf3-upgrade-2.14.4.0_26_20221129_133628 : Success ( 95.920s) Destroy universe : Success ( 0.273s) Check and stop workloads : Success testupgrade-aws-rf3-upgrade-2.14.4.0_26: End ``` as well as `testupgrade-k8s-rf3-upgrade-2.15.1.0_175`. The check in productive code is in https://github.com/yugabyte/yugabyte-db/blob/ae4a6ae164a2e3e3ce067a91c246310eba4957d1/src/yb/docdb/pgsql_operation.cc#L1335-L1337 Postgres log: ``` 2022-11-29 09:30:06.177 UTC [54892] ERROR: Query error: ybctid arguments can be batched only 2022-11-29 09:30:06.177 UTC [54892] STATEMENT: SELECT * FROM gin_upgrade_table_2_14_4_0 WHERE introduction @@ to_tsquery('simple', 'the'); ``` Full logs: https://drive.google.com/file/d/1b024Qk9DtX1X-Z-bMOXxrHfwFzA1v0TN/view?usp=share_link
1.0
[YSQL][Upgrade] Query error: ybctid arguments can be batched only - ### Description I am in the process of improving verification of objects during an ongoing upgrade: https://phabricator.dev.yugabyte.com/D20539 Some tests are failing with this error during upgrade to 2.17.1.0-b259: ``` testupgrade-aws-rf3-upgrade-2.14.4.0_26: Start ( 0.661s) User Login : Success ( 0.337s) Refresh YB Version : Success ( 90.960s) Setup Provider : Success ( 0.137s) Updating Health Check Interval to 60000 sec : Success ( 452.034s) Create universe dfel-isd2335-97e201408e-20221129-085612 : Success ( 37.960s) Start sample workloads : Success ( 714.465s) Creating V2 backups in S3 : Success ( 431.671s) Verify geo-partitioned objects : Success ( 425.422s) Executing yb-admin upgrade_ysql : Success ( 0.001s) Executing yb-admin upgrade_ysql : >>> Integration Test Failed <<< Verifying during upgrade failed: Query error: ybctid arguments can be batched only ( 22.457s) Saved server log files and keys at /share/jenkins/workspace/itest-system-developer/logs/2.17.1.0_testupgrade-aws-rf3-upgrade-2.14.4.0_26_20221129_133628 : Success ( 95.920s) Destroy universe : Success ( 0.273s) Check and stop workloads : Success testupgrade-aws-rf3-upgrade-2.14.4.0_26: End ``` as well as `testupgrade-k8s-rf3-upgrade-2.15.1.0_175`. The check in productive code is in https://github.com/yugabyte/yugabyte-db/blob/ae4a6ae164a2e3e3ce067a91c246310eba4957d1/src/yb/docdb/pgsql_operation.cc#L1335-L1337 Postgres log: ``` 2022-11-29 09:30:06.177 UTC [54892] ERROR: Query error: ybctid arguments can be batched only 2022-11-29 09:30:06.177 UTC [54892] STATEMENT: SELECT * FROM gin_upgrade_table_2_14_4_0 WHERE introduction @@ to_tsquery('simple', 'the'); ``` Full logs: https://drive.google.com/file/d/1b024Qk9DtX1X-Z-bMOXxrHfwFzA1v0TN/view?usp=share_link
non_defect
query error ybctid arguments can be batched only description i am in the process of improving verification of objects during an ongoing upgrade some tests are failing with this error during upgrade to testupgrade aws upgrade start user login success refresh yb version success setup provider success updating health check interval to sec success create universe dfel success start sample workloads success creating backups in success verify geo partitioned objects success executing yb admin upgrade ysql success executing yb admin upgrade ysql integration test failed verifying during upgrade failed query error ybctid arguments can be batched only saved server log files and keys at share jenkins workspace itest system developer logs testupgrade aws upgrade success destroy universe success check and stop workloads success testupgrade aws upgrade end as well as testupgrade upgrade the check in productive code is in postgres log utc error query error ybctid arguments can be batched only utc statement select from gin upgrade table where introduction to tsquery simple the full logs
0
29,558
5,720,711,188
IssuesEvent
2017-04-20 03:03:23
Right2Drive/ease
https://api.github.com/repos/Right2Drive/ease
opened
Not cleaning up pages on unmount
Defect
Not cleaning up - Video listeners on video pages - Video resize listener Causing setState(...) to be called on components that have already unmounted
1.0
Not cleaning up pages on unmount - Not cleaning up - Video listeners on video pages - Video resize listener Causing setState(...) to be called on components that have already unmounted
defect
not cleaning up pages on unmount not cleaning up video listeners on video pages video resize listener causing setstate to be called on components that have already unmounted
1
35,499
7,755,444,938
IssuesEvent
2018-05-31 10:10:46
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Float label not moving over input in Firefox
defect
**I'm submitting a ...** (check one with "x") ``` [ X ] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` **Current behavior** After updating to PrimeNG 5.2.5, all the float label inputs in my app stopped moving the label above the input when the user clicks on them. This is how they look now: ![imagen](https://user-images.githubusercontent.com/28951240/39423379-e75ccb2a-4c71-11e8-833b-7d73f229baff.png) Also, I realized that the example on the PrimeNG website does the same: ![imagen](https://user-images.githubusercontent.com/28951240/39423411-10dbd7c0-4c72-11e8-9b28-7f272543024d.png) I've tried this on several computers: Firefox 51 for MacOS, Firefox 57 on Ubuntu 17.10 and Firefox 59 on Ubuntu 17.10 and 18.04. On Google Chrome, it seems to work fine. **Expected behavior** The float label show position itself above the inputs when the user clicked on them. This is an screenshot of the app running on Chrome: ![imagen](https://user-images.githubusercontent.com/28951240/39423519-8e408508-4c72-11e8-9fad-3b1ade7132c6.png) **Please tell us about your environment:** I use Ubuntu 18.04 x64. The web server is NG Live Development Server 1.7.4 and Node 9.9.0. * **Angular version:** 5.X 5.2.10 * **PrimeNG version:** 5.X 5.2.5 * **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] Firefox 59 on Ubuntu 18.04 x64 Firefox 59 on Ubuntu 17.10 x64 Firefox 51 on MacOSX Sierra Firefox 57 on Ubuntu 17.10 * **Language:** [all | TypeScript X.X | ES6/7 | ES5] all * **Node (for AoT issues):** `node --version` = v9.9.0
1.0
Float label not moving over input in Firefox - **I'm submitting a ...** (check one with "x") ``` [ X ] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` **Current behavior** After updating to PrimeNG 5.2.5, all the float label inputs in my app stopped moving the label above the input when the user clicks on them. This is how they look now: ![imagen](https://user-images.githubusercontent.com/28951240/39423379-e75ccb2a-4c71-11e8-833b-7d73f229baff.png) Also, I realized that the example on the PrimeNG website does the same: ![imagen](https://user-images.githubusercontent.com/28951240/39423411-10dbd7c0-4c72-11e8-9b28-7f272543024d.png) I've tried this on several computers: Firefox 51 for MacOS, Firefox 57 on Ubuntu 17.10 and Firefox 59 on Ubuntu 17.10 and 18.04. On Google Chrome, it seems to work fine. **Expected behavior** The float label show position itself above the inputs when the user clicked on them. This is an screenshot of the app running on Chrome: ![imagen](https://user-images.githubusercontent.com/28951240/39423519-8e408508-4c72-11e8-9fad-3b1ade7132c6.png) **Please tell us about your environment:** I use Ubuntu 18.04 x64. The web server is NG Live Development Server 1.7.4 and Node 9.9.0. * **Angular version:** 5.X 5.2.10 * **PrimeNG version:** 5.X 5.2.5 * **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] Firefox 59 on Ubuntu 18.04 x64 Firefox 59 on Ubuntu 17.10 x64 Firefox 51 on MacOSX Sierra Firefox 57 on Ubuntu 17.10 * **Language:** [all | TypeScript X.X | ES6/7 | ES5] all * **Node (for AoT issues):** `node --version` = v9.9.0
defect
float label not moving over input in firefox i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead see current behavior after updating to primeng all the float label inputs in my app stopped moving the label above the input when the user clicks on them this is how they look now also i realized that the example on the primeng website does the same i ve tried this on several computers firefox for macos firefox on ubuntu and firefox on ubuntu and on google chrome it seems to work fine expected behavior the float label show position itself above the inputs when the user clicked on them this is an screenshot of the app running on chrome please tell us about your environment i use ubuntu the web server is ng live development server and node angular version x primeng version x browser firefox on ubuntu firefox on ubuntu firefox on macosx sierra firefox on ubuntu language all node for aot issues node version
1
72,816
24,312,645,002
IssuesEvent
2022-09-30 01:04:30
zed-industries/feedback
https://api.github.com/repos/zed-industries/feedback
closed
`page up` and `page down` don't work
defect workspace
### Check for existing issues - [X] Completed ### Describe the bug @Windsoilder discovered that these actions are currently doing nothing ### To reproduce - ### Expected behavior - ### Environment Zed 0.55.0 – /Applications/Zed.app macOS 12.6 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 _No response_
1.0
`page up` and `page down` don't work - ### Check for existing issues - [X] Completed ### Describe the bug @Windsoilder discovered that these actions are currently doing nothing ### To reproduce - ### Expected behavior - ### Environment Zed 0.55.0 – /Applications/Zed.app macOS 12.6 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 _No response_
defect
page up and page down don t work check for existing issues completed describe the bug windsoilder discovered that these actions are currently doing nothing to reproduce expected behavior environment zed – applications zed app macos 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 no response
1
88,746
17,659,177,625
IssuesEvent
2021-08-21 06:05:45
karaoke-dev/karaoke
https://api.github.com/repos/karaoke-dev/karaoke
opened
Collect all `GetProperty` in extension.
code quality
Not really sure should collect GetProperty() because it's not a safe way to access the property.
1.0
Collect all `GetProperty` in extension. - Not really sure should collect GetProperty() because it's not a safe way to access the property.
non_defect
collect all getproperty in extension not really sure should collect getproperty because it s not a safe way to access the property
0
181,235
6,657,397,418
IssuesEvent
2017-09-30 04:51:53
webpack-contrib/file-loader
https://api.github.com/repos/webpack-contrib/file-loader
closed
Module build failed: Error: Cannot find module './options.json'
priority: 1 (critical) severity: 2 (regression) type: Bug
version:file-loader@1.1.2 error stack: ``` ERROR in ./imgs/bg.jpeg Module build failed: Error: Cannot find module './options.json' at Function.Module._resolveFilename (module.js:527:15) at Function.Module._load (module.js:476:23) at Module.require (module.js:568:17) at require (internal/module.js:11:18) at Object.<anonymous> (node_modules/file-loader/dist/index.js:21:16) ``` in file `node_modules/file-loader/dist/index.js:21:16` is: ``` var _options = require('./options.json'); ``` `file-loader/dist/` dir struct: ``` node_modules/file-loader/dist |-- cjs.js `-- index.js ``` Is clearly that `node_modules/file-loader/dist/index.js` require no exit file `./options.json` lead to this error.
1.0
Module build failed: Error: Cannot find module './options.json' - version:file-loader@1.1.2 error stack: ``` ERROR in ./imgs/bg.jpeg Module build failed: Error: Cannot find module './options.json' at Function.Module._resolveFilename (module.js:527:15) at Function.Module._load (module.js:476:23) at Module.require (module.js:568:17) at require (internal/module.js:11:18) at Object.<anonymous> (node_modules/file-loader/dist/index.js:21:16) ``` in file `node_modules/file-loader/dist/index.js:21:16` is: ``` var _options = require('./options.json'); ``` `file-loader/dist/` dir struct: ``` node_modules/file-loader/dist |-- cjs.js `-- index.js ``` Is clearly that `node_modules/file-loader/dist/index.js` require no exit file `./options.json` lead to this error.
non_defect
module build failed error cannot find module options json version file loader error stack error in imgs bg jpeg module build failed error cannot find module options json at function module resolvefilename module js at function module load module js at module require module js at require internal module js at object node modules file loader dist index js in file node modules file loader dist index js is var options require options json file loader dist dir struct node modules file loader dist cjs js index js is clearly that node modules file loader dist index js require no exit file options json lead to this error
0
3,445
2,610,062,931
IssuesEvent
2015-02-26 18:18:29
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、1 98及椒江一金清公交车直达枫南小区,乘坐107、105、109、112、 901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 7:44
1.0
黄岩治疗不育价格 - ``` 黄岩治疗不育价格【台州五洲生殖医院】24小时健康咨询热线 :0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市椒江 区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、118、1 98及椒江一金清公交车直达枫南小区,乘坐107、105、109、112、 901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 7:44
defect
黄岩治疗不育价格 黄岩治疗不育价格【台州五洲生殖医院】 微信号tzwzszyy 医院地址 台州市椒江 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
67,728
21,083,857,285
IssuesEvent
2022-04-03 10:06:55
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Emoji does not align well with text on chats
T-Defect
### Steps to reproduce 1. Enter a text on the composer followed by an emoji. ### Outcome #### What did you expect? ![issue2](https://user-images.githubusercontent.com/38439166/161422335-99d1ccb2-052d-4eeb-bbeb-8504a2538ac8.PNG) #### What happened instead? ![issue1](https://user-images.githubusercontent.com/38439166/161422267-e4d12cea-7f5a-4a7b-8ff2-95b88b9cce55.PNG) ### Operating system windows 10 ### Browser information _No response_ ### URL for webapp app.element.io ### Application version _No response_ ### Homeserver matrix.org ### Will you send logs? No
1.0
Emoji does not align well with text on chats - ### Steps to reproduce 1. Enter a text on the composer followed by an emoji. ### Outcome #### What did you expect? ![issue2](https://user-images.githubusercontent.com/38439166/161422335-99d1ccb2-052d-4eeb-bbeb-8504a2538ac8.PNG) #### What happened instead? ![issue1](https://user-images.githubusercontent.com/38439166/161422267-e4d12cea-7f5a-4a7b-8ff2-95b88b9cce55.PNG) ### Operating system windows 10 ### Browser information _No response_ ### URL for webapp app.element.io ### Application version _No response_ ### Homeserver matrix.org ### Will you send logs? No
defect
emoji does not align well with text on chats steps to reproduce enter a text on the composer followed by an emoji outcome what did you expect what happened instead operating system windows browser information no response url for webapp app element io application version no response homeserver matrix org will you send logs no
1
263,164
19,901,434,680
IssuesEvent
2022-01-25 08:23:20
fsoco/fsoco-dataset
https://api.github.com/repos/fsoco/fsoco-dataset
closed
Labeling tips and tricks
documentation
**Bounding boxes** - _placeholder_ **Segmentation** - Assing different color to each instance: `SHIFT + H` - Pick "Add bitmap" (left bar), click on the cone, pick "polygon fill" (top bar), select points on the cone's border
1.0
Labeling tips and tricks - **Bounding boxes** - _placeholder_ **Segmentation** - Assing different color to each instance: `SHIFT + H` - Pick "Add bitmap" (left bar), click on the cone, pick "polygon fill" (top bar), select points on the cone's border
non_defect
labeling tips and tricks bounding boxes placeholder segmentation assing different color to each instance shift h pick add bitmap left bar click on the cone pick polygon fill top bar select points on the cone s border
0
254,068
8,069,612,125
IssuesEvent
2018-08-06 06:45:07
strapi/strapi
https://api.github.com/repos/strapi/strapi
closed
Association is not defined (on removing)
priority: medium status: have to reproduce type: bug 🐛
**Informations** - **Node.js version**: 10.5.0 - **npm version**: 5.6.0 - **Strapi version**: 12.7.1 - **Database**: pg - **Operating system**: Mac **What is the current behavior?** So, what do we have. I had this issue before 12.7. When you try to delete some of your api with relations, in my case my model has relation 'one to many' and also it has file field. So, trying to delete some field, got this error . ![screen shot 2018-07-11 at 17 33 28](https://user-images.githubusercontent.com/15520510/42580147-939b2f46-8532-11e8-9472-37819c039021.png) I don't know what exactly occurs this problem, relation 1xM or file field. I tried to delete this model without file associated to it, but still got that error. **Steps to reproduce the problem** I have PG databas, model with associated file and relations: 1xM, 1x1. **What is the expected behavior?** To make removing work. <!-- ⚠️ Make sure to browse the opened and closed issues before submitting your issue. -->
1.0
Association is not defined (on removing) - **Informations** - **Node.js version**: 10.5.0 - **npm version**: 5.6.0 - **Strapi version**: 12.7.1 - **Database**: pg - **Operating system**: Mac **What is the current behavior?** So, what do we have. I had this issue before 12.7. When you try to delete some of your api with relations, in my case my model has relation 'one to many' and also it has file field. So, trying to delete some field, got this error . ![screen shot 2018-07-11 at 17 33 28](https://user-images.githubusercontent.com/15520510/42580147-939b2f46-8532-11e8-9472-37819c039021.png) I don't know what exactly occurs this problem, relation 1xM or file field. I tried to delete this model without file associated to it, but still got that error. **Steps to reproduce the problem** I have PG databas, model with associated file and relations: 1xM, 1x1. **What is the expected behavior?** To make removing work. <!-- ⚠️ Make sure to browse the opened and closed issues before submitting your issue. -->
non_defect
association is not defined on removing informations node js version npm version strapi version database pg operating system mac what is the current behavior so what do we have i had this issue before when you try to delete some of your api with relations in my case my model has relation one to many and also it has file field so trying to delete some field got this error i don t know what exactly occurs this problem relation or file field i tried to delete this model without file associated to it but still got that error steps to reproduce the problem i have pg databas model with associated file and relations what is the expected behavior to make removing work
0
134,761
5,233,950,503
IssuesEvent
2017-01-30 14:27:00
ctsit/qipr_approver
https://api.github.com/repos/ctsit/qipr_approver
opened
Index isn't built with layout
Low Priority
Index needs to user the layout render function, we are having to duplicate code and things are able to slip through because it is easy to forget to change both
1.0
Index isn't built with layout - Index needs to user the layout render function, we are having to duplicate code and things are able to slip through because it is easy to forget to change both
non_defect
index isn t built with layout index needs to user the layout render function we are having to duplicate code and things are able to slip through because it is easy to forget to change both
0
16,341
2,889,774,940
IssuesEvent
2015-06-13 19:00:02
damonkohler/android-scripting
https://api.github.com/repos/damonkohler/android-scripting
closed
Bluetooth device chooser from script as APK
auto-migrated Priority-Medium Type-Defect
``` # HG changeset patch # User Naranjo Manuel Francisco <manuel@aircable.net> # Date 1286731477 10800 # Node ID abed8b245b8184d2518f61c506ec383e88f65900 # Parent ff8831a5f99f04eb06a5a5348d1497986b143d1f Added Activity from the Android SDK sample applications that allows to do Bluetooth inquiring. This is needed because for some reason I couldn't launch the included activity when doing a self contained APK, this also allows my Python code to scan for more than one device, and run inquiring even though I don't want to connect, or if I'm connected. diff -r ff8831a5f99f -r abed8b245b81 android/ScriptForAndroidTemplate/AndroidManifest.xml --- a/android/ScriptForAndroidTemplate/AndroidManifest.xml Sun Oct 10 14:22:02 2010 -0300 +++ b/android/ScriptForAndroidTemplate/AndroidManifest.xml Sun Oct 10 14:24:37 2010 -0300 @@ -35,6 +35,19 @@ <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboardHidden|orientation" android:name=".DialogActivity"/> + <!-- + uncomment the next activity if you want to be able to run Bluetooth + inquires, make sure you provide the proper permissions + --> + <!--activity android:name=".DeviceListActivity" + android:label="@string/select_device" + android:theme="@android:style/Theme.Dialog" + android:configChanges="orientation|keyboardHidden"> + <intent-filter> + <action android:name="net.aircable.test.DeviceListActivity"/> + <category android:name="android.intent.category.DEFAULT"/> + </intent-filter> + </activity--> </application> <uses-sdk android:minSdkVersion="3" /> diff -r ff8831a5f99f -r abed8b245b81 android/ScriptForAndroidTemplate/res/layout/device_list.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/android/ScriptForAndroidTemplate/res/layout/device_list.xml Sun Oct 10 14:24:37 2010 -0300 @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2009 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical" + android:layout_height="fill_parent" + android:layout_width="fill_parent" + > + <TextView android:id="@+id/title_paired_devices" + android:layout_height="wrap_content" + android:layout_width="fill_parent" + android:text="@string/title_paired_devices" + android:visibility="gone" + android:background="#666" + android:textColor="#fff" + android:paddingLeft="5dp" + /> + <ListView android:id="@+id/paired_devices" + android:layout_height="wrap_content" + android:layout_width="fill_parent" + android:stackFromBottom="true" + android:layout_weight="1" + /> + <TextView android:id="@+id/title_new_devices" + android:layout_height="wrap_content" + android:layout_width="fill_parent" + android:text="@string/title_other_devices" + android:visibility="gone" + android:background="#666" + android:textColor="#fff" + android:paddingLeft="5dp" + /> + <ListView android:id="@+id/new_devices" + android:layout_height="wrap_content" + android:layout_width="fill_parent" + android:stackFromBottom="true" + android:layout_weight="2" + /> + <Button android:id="@+id/button_scan" + android:layout_height="wrap_content" + android:layout_width="fill_parent" + android:text="@string/button_scan" + /> +</LinearLayout> diff -r ff8831a5f99f -r abed8b245b81 android/ScriptForAndroidTemplate/res/layout/device_name.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/android/ScriptForAndroidTemplate/res/layout/device_name.xml Sun Oct 10 14:24:37 2010 -0300 @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2009 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_height="wrap_content" + android:layout_width="fill_parent" + android:textSize="18sp" + android:padding="5dp" +/> diff -r ff8831a5f99f -r abed8b245b81 android/ScriptForAndroidTemplate/res/values/strings.xml --- a/android/ScriptForAndroidTemplate/res/values/strings.xml Sun Oct 10 14:22:02 2010 -0300 +++ b/android/ScriptForAndroidTemplate/res/values/strings.xml Sun Oct 10 14:24:37 2010 -0300 @@ -1,5 +1,14 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <string name="hello">Hello World!</string> - <string name="app_name">Dummy Script</string> + <string name="app_name">Dummy String</string> + + <!-- DeviceListActivity strings --> + <string name="scanning">scanning for devices...</string> + <string name="select_device">select a device to connect</string> + <string name="none_paired">No devices have been paired</string> + <string name="none_found">No devices found</string> + <string name="title_paired_devices">Paired Devices</string> + <string name="title_other_devices">Other Available Devices</string> + <string name="button_scan">Scan for devices</string> </resources> diff -r ff8831a5f99f -r abed8b245b81 android/ScriptForAndroidTemplate/src/com/dummy/fooforandroid/DeviceListActivity. java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/android/ScriptForAndroidTemplate/src/com/dummy/fooforandroid/DeviceListActivit y.java Sun Oct 10 14:24:37 2010 -0300 @@ -0,0 +1,202 @@ +/* + * Copyright (C) 2009 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package net.aircable.test; + +import java.util.Set; + +import android.app.Activity; +import android.bluetooth.BluetoothAdapter; +import android.bluetooth.BluetoothDevice; +import android.content.BroadcastReceiver; +import android.content.Context; +import android.content.Intent; +import android.content.IntentFilter; +import android.os.Bundle; +import android.util.Log; +import android.view.View; +import android.view.Window; +import android.view.View.OnClickListener; +import android.widget.AdapterView; +import android.widget.ArrayAdapter; +import android.widget.Button; +import android.widget.ListView; +import android.widget.TextView; +import android.widget.AdapterView.OnItemClickListener; + +/** + * This Activity appears as a dialog. It lists any paired devices and + * devices detected in the area after discovery. When a device is chosen + * by the user, the MAC address of the device is sent back to the parent + * Activity in the result Intent. + */ +public class DeviceListActivity extends Activity { + // Debugging + private static final String TAG = "DeviceListActivity"; + private static final boolean D = true; + + // Return Intent extra + public static String EXTRA_DEVICE_ADDRESS = "device_address"; + + // Member fields + private BluetoothAdapter mBtAdapter; + private ArrayAdapter<String> mPairedDevicesArrayAdapter; + private ArrayAdapter<String> mNewDevicesArrayAdapter; + + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + + // Setup the window + requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); + setContentView(R.layout.device_list); + + // Set result CANCELED incase the user backs out + setResult(Activity.RESULT_CANCELED); + + // Initialize the button to perform device discovery + Button scanButton = (Button) findViewById(R.id.button_scan); + scanButton.setOnClickListener(new OnClickListener() { + public void onClick(View v) { + doDiscovery(); + v.setVisibility(View.GONE); + } + }); + + // Initialize array adapters. One for already paired devices and + // one for newly discovered devices + mPairedDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name); + mNewDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name); + + // Find and set up the ListView for paired devices + ListView pairedListView = (ListView) findViewById(R.id.paired_devices); + pairedListView.setAdapter(mPairedDevicesArrayAdapter); + pairedListView.setOnItemClickListener(mDeviceClickListener); + + // Find and set up the ListView for newly discovered devices + ListView newDevicesListView = (ListView) findViewById(R.id.new_devices); + newDevicesListView.setAdapter(mNewDevicesArrayAdapter); + newDevicesListView.setOnItemClickListener(mDeviceClickListener); + + // Register for broadcasts when a device is discovered + IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_FOUND); + this.registerReceiver(mReceiver, filter); + + // Register for broadcasts when discovery has finished + filter = new IntentFilter(BluetoothAdapter.ACTION_DISCOVERY_FINISHED); + this.registerReceiver(mReceiver, filter); + + // Get the local Bluetooth adapter + mBtAdapter = BluetoothAdapter.getDefaultAdapter(); + + // Get a set of currently paired devices + Set<BluetoothDevice> pairedDevices = mBtAdapter.getBondedDevices(); + + // If there are paired devices, add each one to the ArrayAdapter + if (pairedDevices.size() > 0) { + findViewById(R.id.title_paired_devices).setVisibility(View.VISIBLE); + for (BluetoothDevice device : pairedDevices) { + mPairedDevicesArrayAdapter.add(device.getName() + "\n" + device.getAddress()); + } + } else { + String noDevices = getResources().getText(R.string.none_paired).toString(); + mPairedDevicesArrayAdapter.add(noDevices); + } + } + + @Override + protected void onDestroy() { + super.onDestroy(); + + // Make sure we're not doing discovery anymore + if (mBtAdapter != null) { + mBtAdapter.cancelDiscovery(); + } + + // Unregister broadcast listeners + this.unregisterReceiver(mReceiver); + } + + /** + * Start device discover with the BluetoothAdapter + */ + private void doDiscovery() { + if (D) Log.d(TAG, "doDiscovery()"); + + // Indicate scanning in the title + setProgressBarIndeterminateVisibility(true); + setTitle(R.string.scanning); + + // Turn on sub-title for new devices + findViewById(R.id.title_new_devices).setVisibility(View.VISIBLE); + + // If we're already discovering, stop it + if (mBtAdapter.isDiscovering()) { + mBtAdapter.cancelDiscovery(); + } + + // Request discover from BluetoothAdapter + mBtAdapter.startDiscovery(); + } + + // The on-click listener for all devices in the ListViews + private OnItemClickListener mDeviceClickListener = new OnItemClickListener() { + public void onItemClick(AdapterView<?> av, View v, int arg2, long arg3) { + // Cancel discovery because it's costly and we're about to connect + mBtAdapter.cancelDiscovery(); + + // Get the device MAC address, which is the last 17 chars in the View + String info = ((TextView) v).getText().toString(); + String address = info.substring(info.length() - 17); + + // Create the result Intent and include the MAC address + Intent intent = new Intent(); + intent.putExtra(EXTRA_DEVICE_ADDRESS, address); + + // Set result and finish this Activity + setResult(Activity.RESULT_OK, intent); + finish(); + } + }; + + // The BroadcastReceiver that listens for discovered devices and + // changes the title when discovery is finished + private final BroadcastReceiver mReceiver = new BroadcastReceiver() { + @Override + public void onReceive(Context context, Intent intent) { + String action = intent.getAction(); + + // When discovery finds a device + if (BluetoothDevice.ACTION_FOUND.equals(action)) { + // Get the BluetoothDevice object from the Intent + BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); + // If it's already paired, skip it, because it's been listed already + if (device.getBondState() != BluetoothDevice.BOND_BONDED) { + mNewDevicesArrayAdapter.add(device.getName() + "\n" + device.getAddress()); + } + // When discovery is finished, change the Activity title + } else if (BluetoothAdapter.ACTION_DISCOVERY_FINISHED.equals(action)) { + setProgressBarIndeterminateVisibility(false); + setTitle(R.string.select_device); + if (mNewDevicesArrayAdapter.getCount() == 0) { + String noDevices = getResources().getText(R.string.none_found).toString(); + mNewDevicesArrayAdapter.add(noDevices); + } + } + } + }; + +} ``` Original issue reported on code.google.com by `damonkoh...@gmail.com` on 6 Nov 2010 at 5:50
1.0
Bluetooth device chooser from script as APK - ``` # HG changeset patch # User Naranjo Manuel Francisco <manuel@aircable.net> # Date 1286731477 10800 # Node ID abed8b245b8184d2518f61c506ec383e88f65900 # Parent ff8831a5f99f04eb06a5a5348d1497986b143d1f Added Activity from the Android SDK sample applications that allows to do Bluetooth inquiring. This is needed because for some reason I couldn't launch the included activity when doing a self contained APK, this also allows my Python code to scan for more than one device, and run inquiring even though I don't want to connect, or if I'm connected. diff -r ff8831a5f99f -r abed8b245b81 android/ScriptForAndroidTemplate/AndroidManifest.xml --- a/android/ScriptForAndroidTemplate/AndroidManifest.xml Sun Oct 10 14:22:02 2010 -0300 +++ b/android/ScriptForAndroidTemplate/AndroidManifest.xml Sun Oct 10 14:24:37 2010 -0300 @@ -35,6 +35,19 @@ <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboardHidden|orientation" android:name=".DialogActivity"/> + <!-- + uncomment the next activity if you want to be able to run Bluetooth + inquires, make sure you provide the proper permissions + --> + <!--activity android:name=".DeviceListActivity" + android:label="@string/select_device" + android:theme="@android:style/Theme.Dialog" + android:configChanges="orientation|keyboardHidden"> + <intent-filter> + <action android:name="net.aircable.test.DeviceListActivity"/> + <category android:name="android.intent.category.DEFAULT"/> + </intent-filter> + </activity--> </application> <uses-sdk android:minSdkVersion="3" /> diff -r ff8831a5f99f -r abed8b245b81 android/ScriptForAndroidTemplate/res/layout/device_list.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/android/ScriptForAndroidTemplate/res/layout/device_list.xml Sun Oct 10 14:24:37 2010 -0300 @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2009 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical" + android:layout_height="fill_parent" + android:layout_width="fill_parent" + > + <TextView android:id="@+id/title_paired_devices" + android:layout_height="wrap_content" + android:layout_width="fill_parent" + android:text="@string/title_paired_devices" + android:visibility="gone" + android:background="#666" + android:textColor="#fff" + android:paddingLeft="5dp" + /> + <ListView android:id="@+id/paired_devices" + android:layout_height="wrap_content" + android:layout_width="fill_parent" + android:stackFromBottom="true" + android:layout_weight="1" + /> + <TextView android:id="@+id/title_new_devices" + android:layout_height="wrap_content" + android:layout_width="fill_parent" + android:text="@string/title_other_devices" + android:visibility="gone" + android:background="#666" + android:textColor="#fff" + android:paddingLeft="5dp" + /> + <ListView android:id="@+id/new_devices" + android:layout_height="wrap_content" + android:layout_width="fill_parent" + android:stackFromBottom="true" + android:layout_weight="2" + /> + <Button android:id="@+id/button_scan" + android:layout_height="wrap_content" + android:layout_width="fill_parent" + android:text="@string/button_scan" + /> +</LinearLayout> diff -r ff8831a5f99f -r abed8b245b81 android/ScriptForAndroidTemplate/res/layout/device_name.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/android/ScriptForAndroidTemplate/res/layout/device_name.xml Sun Oct 10 14:24:37 2010 -0300 @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2009 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_height="wrap_content" + android:layout_width="fill_parent" + android:textSize="18sp" + android:padding="5dp" +/> diff -r ff8831a5f99f -r abed8b245b81 android/ScriptForAndroidTemplate/res/values/strings.xml --- a/android/ScriptForAndroidTemplate/res/values/strings.xml Sun Oct 10 14:22:02 2010 -0300 +++ b/android/ScriptForAndroidTemplate/res/values/strings.xml Sun Oct 10 14:24:37 2010 -0300 @@ -1,5 +1,14 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <string name="hello">Hello World!</string> - <string name="app_name">Dummy Script</string> + <string name="app_name">Dummy String</string> + + <!-- DeviceListActivity strings --> + <string name="scanning">scanning for devices...</string> + <string name="select_device">select a device to connect</string> + <string name="none_paired">No devices have been paired</string> + <string name="none_found">No devices found</string> + <string name="title_paired_devices">Paired Devices</string> + <string name="title_other_devices">Other Available Devices</string> + <string name="button_scan">Scan for devices</string> </resources> diff -r ff8831a5f99f -r abed8b245b81 android/ScriptForAndroidTemplate/src/com/dummy/fooforandroid/DeviceListActivity. java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/android/ScriptForAndroidTemplate/src/com/dummy/fooforandroid/DeviceListActivit y.java Sun Oct 10 14:24:37 2010 -0300 @@ -0,0 +1,202 @@ +/* + * Copyright (C) 2009 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package net.aircable.test; + +import java.util.Set; + +import android.app.Activity; +import android.bluetooth.BluetoothAdapter; +import android.bluetooth.BluetoothDevice; +import android.content.BroadcastReceiver; +import android.content.Context; +import android.content.Intent; +import android.content.IntentFilter; +import android.os.Bundle; +import android.util.Log; +import android.view.View; +import android.view.Window; +import android.view.View.OnClickListener; +import android.widget.AdapterView; +import android.widget.ArrayAdapter; +import android.widget.Button; +import android.widget.ListView; +import android.widget.TextView; +import android.widget.AdapterView.OnItemClickListener; + +/** + * This Activity appears as a dialog. It lists any paired devices and + * devices detected in the area after discovery. When a device is chosen + * by the user, the MAC address of the device is sent back to the parent + * Activity in the result Intent. + */ +public class DeviceListActivity extends Activity { + // Debugging + private static final String TAG = "DeviceListActivity"; + private static final boolean D = true; + + // Return Intent extra + public static String EXTRA_DEVICE_ADDRESS = "device_address"; + + // Member fields + private BluetoothAdapter mBtAdapter; + private ArrayAdapter<String> mPairedDevicesArrayAdapter; + private ArrayAdapter<String> mNewDevicesArrayAdapter; + + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + + // Setup the window + requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); + setContentView(R.layout.device_list); + + // Set result CANCELED incase the user backs out + setResult(Activity.RESULT_CANCELED); + + // Initialize the button to perform device discovery + Button scanButton = (Button) findViewById(R.id.button_scan); + scanButton.setOnClickListener(new OnClickListener() { + public void onClick(View v) { + doDiscovery(); + v.setVisibility(View.GONE); + } + }); + + // Initialize array adapters. One for already paired devices and + // one for newly discovered devices + mPairedDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name); + mNewDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name); + + // Find and set up the ListView for paired devices + ListView pairedListView = (ListView) findViewById(R.id.paired_devices); + pairedListView.setAdapter(mPairedDevicesArrayAdapter); + pairedListView.setOnItemClickListener(mDeviceClickListener); + + // Find and set up the ListView for newly discovered devices + ListView newDevicesListView = (ListView) findViewById(R.id.new_devices); + newDevicesListView.setAdapter(mNewDevicesArrayAdapter); + newDevicesListView.setOnItemClickListener(mDeviceClickListener); + + // Register for broadcasts when a device is discovered + IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_FOUND); + this.registerReceiver(mReceiver, filter); + + // Register for broadcasts when discovery has finished + filter = new IntentFilter(BluetoothAdapter.ACTION_DISCOVERY_FINISHED); + this.registerReceiver(mReceiver, filter); + + // Get the local Bluetooth adapter + mBtAdapter = BluetoothAdapter.getDefaultAdapter(); + + // Get a set of currently paired devices + Set<BluetoothDevice> pairedDevices = mBtAdapter.getBondedDevices(); + + // If there are paired devices, add each one to the ArrayAdapter + if (pairedDevices.size() > 0) { + findViewById(R.id.title_paired_devices).setVisibility(View.VISIBLE); + for (BluetoothDevice device : pairedDevices) { + mPairedDevicesArrayAdapter.add(device.getName() + "\n" + device.getAddress()); + } + } else { + String noDevices = getResources().getText(R.string.none_paired).toString(); + mPairedDevicesArrayAdapter.add(noDevices); + } + } + + @Override + protected void onDestroy() { + super.onDestroy(); + + // Make sure we're not doing discovery anymore + if (mBtAdapter != null) { + mBtAdapter.cancelDiscovery(); + } + + // Unregister broadcast listeners + this.unregisterReceiver(mReceiver); + } + + /** + * Start device discover with the BluetoothAdapter + */ + private void doDiscovery() { + if (D) Log.d(TAG, "doDiscovery()"); + + // Indicate scanning in the title + setProgressBarIndeterminateVisibility(true); + setTitle(R.string.scanning); + + // Turn on sub-title for new devices + findViewById(R.id.title_new_devices).setVisibility(View.VISIBLE); + + // If we're already discovering, stop it + if (mBtAdapter.isDiscovering()) { + mBtAdapter.cancelDiscovery(); + } + + // Request discover from BluetoothAdapter + mBtAdapter.startDiscovery(); + } + + // The on-click listener for all devices in the ListViews + private OnItemClickListener mDeviceClickListener = new OnItemClickListener() { + public void onItemClick(AdapterView<?> av, View v, int arg2, long arg3) { + // Cancel discovery because it's costly and we're about to connect + mBtAdapter.cancelDiscovery(); + + // Get the device MAC address, which is the last 17 chars in the View + String info = ((TextView) v).getText().toString(); + String address = info.substring(info.length() - 17); + + // Create the result Intent and include the MAC address + Intent intent = new Intent(); + intent.putExtra(EXTRA_DEVICE_ADDRESS, address); + + // Set result and finish this Activity + setResult(Activity.RESULT_OK, intent); + finish(); + } + }; + + // The BroadcastReceiver that listens for discovered devices and + // changes the title when discovery is finished + private final BroadcastReceiver mReceiver = new BroadcastReceiver() { + @Override + public void onReceive(Context context, Intent intent) { + String action = intent.getAction(); + + // When discovery finds a device + if (BluetoothDevice.ACTION_FOUND.equals(action)) { + // Get the BluetoothDevice object from the Intent + BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); + // If it's already paired, skip it, because it's been listed already + if (device.getBondState() != BluetoothDevice.BOND_BONDED) { + mNewDevicesArrayAdapter.add(device.getName() + "\n" + device.getAddress()); + } + // When discovery is finished, change the Activity title + } else if (BluetoothAdapter.ACTION_DISCOVERY_FINISHED.equals(action)) { + setProgressBarIndeterminateVisibility(false); + setTitle(R.string.select_device); + if (mNewDevicesArrayAdapter.getCount() == 0) { + String noDevices = getResources().getText(R.string.none_found).toString(); + mNewDevicesArrayAdapter.add(noDevices); + } + } + } + }; + +} ``` Original issue reported on code.google.com by `damonkoh...@gmail.com` on 6 Nov 2010 at 5:50
defect
bluetooth device chooser from script as apk hg changeset patch user naranjo manuel francisco date node id parent added activity from the android sdk sample applications that allows to do bluetooth inquiring this is needed because for some reason i couldn t launch the included activity when doing a self contained apk this also allows my python code to scan for more than one device and run inquiring even though i don t want to connect or if i m connected diff r r android scriptforandroidtemplate androidmanifest xml a android scriptforandroidtemplate androidmanifest xml sun oct b android scriptforandroidtemplate androidmanifest xml sun oct activity android theme android style theme translucent notitlebar android configchanges keyboardhidden orientation android name dialogactivity uncomment the next activity if you want to be able to run bluetooth inquires make sure you provide the proper permissions activity android name devicelistactivity android label string select device android theme android style theme dialog android configchanges orientation keyboardhidden uses sdk android minsdkversion diff r r android scriptforandroidtemplate res layout device list xml dev null thu jan b android scriptforandroidtemplate res layout device list xml sun oct copyright c the android open source project licensed under the apache license version the license you may not use this file except in compliance with the license you may obtain a copy of the license at unless required by applicable law or agreed to in writing software distributed under the license is distributed on an as is basis without warranties or conditions of any kind either express or implied see the license for the specific language governing permissions and limitations under the license linearlayout xmlns android android orientation vertical android layout height fill parent android layout width fill parent textview android id id title paired devices android layout height wrap content android layout width fill parent android text string title paired devices android visibility gone android background android textcolor fff android paddingleft listview android id id paired devices android layout height wrap content android layout width fill parent android stackfrombottom true android layout weight textview android id id title new devices android layout height wrap content android layout width fill parent android text string title other devices android visibility gone android background android textcolor fff android paddingleft listview android id id new devices android layout height wrap content android layout width fill parent android stackfrombottom true android layout weight button android id id button scan android layout height wrap content android layout width fill parent android text string button scan diff r r android scriptforandroidtemplate res layout device name xml dev null thu jan b android scriptforandroidtemplate res layout device name xml sun oct copyright c the android open source project licensed under the apache license version the license you may not use this file except in compliance with the license you may obtain a copy of the license at unless required by applicable law or agreed to in writing software distributed under the license is distributed on an as is basis without warranties or conditions of any kind either express or implied see the license for the specific language governing permissions and limitations under the license textview xmlns android android layout height wrap content android layout width fill parent android textsize android padding diff r r android scriptforandroidtemplate res values strings xml a android scriptforandroidtemplate res values strings xml sun oct b android scriptforandroidtemplate res values strings xml sun oct hello world dummy script dummy string scanning for devices select a device to connect no devices have been paired no devices found paired devices other available devices scan for devices diff r r android scriptforandroidtemplate src com dummy fooforandroid devicelistactivity java dev null thu jan b android scriptforandroidtemplate src com dummy fooforandroid devicelistactivit y java sun oct copyright c the android open source project licensed under the apache license version the license you may not use this file except in compliance with the license you may obtain a copy of the license at unless required by applicable law or agreed to in writing software distributed under the license is distributed on an as is basis without warranties or conditions of any kind either express or implied see the license for the specific language governing permissions and limitations under the license package net aircable test import java util set import android app activity import android bluetooth bluetoothadapter import android bluetooth bluetoothdevice import android content broadcastreceiver import android content context import android content intent import android content intentfilter import android os bundle import android util log import android view view import android view window import android view view onclicklistener import android widget adapterview import android widget arrayadapter import android widget button import android widget listview import android widget textview import android widget adapterview onitemclicklistener this activity appears as a dialog it lists any paired devices and devices detected in the area after discovery when a device is chosen by the user the mac address of the device is sent back to the parent activity in the result intent public class devicelistactivity extends activity debugging private static final string tag devicelistactivity private static final boolean d true return intent extra public static string extra device address device address member fields private bluetoothadapter mbtadapter private arrayadapter mpaireddevicesarrayadapter private arrayadapter mnewdevicesarrayadapter override protected void oncreate bundle savedinstancestate super oncreate savedinstancestate setup the window requestwindowfeature window feature indeterminate progress setcontentview r layout device list set result canceled incase the user backs out setresult activity result canceled initialize the button to perform device discovery button scanbutton button findviewbyid r id button scan scanbutton setonclicklistener new onclicklistener public void onclick view v dodiscovery v setvisibility view gone initialize array adapters one for already paired devices and one for newly discovered devices mpaireddevicesarrayadapter new arrayadapter this r layout device name mnewdevicesarrayadapter new arrayadapter this r layout device name find and set up the listview for paired devices listview pairedlistview listview findviewbyid r id paired devices pairedlistview setadapter mpaireddevicesarrayadapter pairedlistview setonitemclicklistener mdeviceclicklistener find and set up the listview for newly discovered devices listview newdeviceslistview listview findviewbyid r id new devices newdeviceslistview setadapter mnewdevicesarrayadapter newdeviceslistview setonitemclicklistener mdeviceclicklistener register for broadcasts when a device is discovered intentfilter filter new intentfilter bluetoothdevice action found this registerreceiver mreceiver filter register for broadcasts when discovery has finished filter new intentfilter bluetoothadapter action discovery finished this registerreceiver mreceiver filter get the local bluetooth adapter mbtadapter bluetoothadapter getdefaultadapter get a set of currently paired devices set paireddevices mbtadapter getbondeddevices if there are paired devices add each one to the arrayadapter if paireddevices size findviewbyid r id title paired devices setvisibility view visible for bluetoothdevice device paireddevices mpaireddevicesarrayadapter add device getname n device getaddress else string nodevices getresources gettext r string none paired tostring mpaireddevicesarrayadapter add nodevices override protected void ondestroy super ondestroy make sure we re not doing discovery anymore if mbtadapter null mbtadapter canceldiscovery unregister broadcast listeners this unregisterreceiver mreceiver start device discover with the bluetoothadapter private void dodiscovery if d log d tag dodiscovery indicate scanning in the title setprogressbarindeterminatevisibility true settitle r string scanning turn on sub title for new devices findviewbyid r id title new devices setvisibility view visible if we re already discovering stop it if mbtadapter isdiscovering mbtadapter canceldiscovery request discover from bluetoothadapter mbtadapter startdiscovery the on click listener for all devices in the listviews private onitemclicklistener mdeviceclicklistener new onitemclicklistener public void onitemclick adapterview av view v int long cancel discovery because it s costly and we re about to connect mbtadapter canceldiscovery get the device mac address which is the last chars in the view string info textview v gettext tostring string address info substring info length create the result intent and include the mac address intent intent new intent intent putextra extra device address address set result and finish this activity setresult activity result ok intent finish the broadcastreceiver that listens for discovered devices and changes the title when discovery is finished private final broadcastreceiver mreceiver new broadcastreceiver override public void onreceive context context intent intent string action intent getaction when discovery finds a device if bluetoothdevice action found equals action get the bluetoothdevice object from the intent bluetoothdevice device intent getparcelableextra bluetoothdevice extra device if it s already paired skip it because it s been listed already if device getbondstate bluetoothdevice bond bonded mnewdevicesarrayadapter add device getname n device getaddress when discovery is finished change the activity title else if bluetoothadapter action discovery finished equals action setprogressbarindeterminatevisibility false settitle r string select device if mnewdevicesarrayadapter getcount string nodevices getresources gettext r string none found tostring mnewdevicesarrayadapter add nodevices original issue reported on code google com by damonkoh gmail com on nov at
1
74,340
25,075,925,700
IssuesEvent
2022-11-07 15:29:22
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
PHP 8.1 Tugboat - composer install - generating autoload - "Fatal error: Invalid opcode"
Defect ⭐️ Sitewide CMS
See https://github.com/department-of-veterans-affairs/va.gov-cms/issues/11191#issuecomment-1287025577_ for more context. ``` composer install ... Generating optimized autoload files Fatal error: Invalid opcode 137/1/0. in phar:///usr/local/bin/composer/vendor/composer/class-map-generator/src/PhpFileCleaner.php on line 168 2022-10-20T19:50:28.070Z - Command Failed (Tugboat Error 1064): Exit code (255) ```` _Originally posted by @ElijahLynn in https://github.com/department-of-veterans-affairs/va.gov-cms/issues/11191#issuecomment-1287025577_
1.0
PHP 8.1 Tugboat - composer install - generating autoload - "Fatal error: Invalid opcode" - See https://github.com/department-of-veterans-affairs/va.gov-cms/issues/11191#issuecomment-1287025577_ for more context. ``` composer install ... Generating optimized autoload files Fatal error: Invalid opcode 137/1/0. in phar:///usr/local/bin/composer/vendor/composer/class-map-generator/src/PhpFileCleaner.php on line 168 2022-10-20T19:50:28.070Z - Command Failed (Tugboat Error 1064): Exit code (255) ```` _Originally posted by @ElijahLynn in https://github.com/department-of-veterans-affairs/va.gov-cms/issues/11191#issuecomment-1287025577_
defect
php tugboat composer install generating autoload fatal error invalid opcode see for more context composer install generating optimized autoload files fatal error invalid opcode in phar usr local bin composer vendor composer class map generator src phpfilecleaner php on line command failed tugboat error exit code originally posted by elijahlynn in
1
287,826
21,674,773,999
IssuesEvent
2022-05-08 14:35:48
brigadecore/docs-portuguese
https://api.github.com/repos/brigadecore/docs-portuguese
closed
Translate quickstart
documentation
It was suggested in yesterday's community meeting that we don't need to wait for the entire doc tree to be translated in order to start publishing the Portuguese translation. We can prioritize and go after the highest value content first. I'm opening this issue just to suggest that the [QuickStart](https://github.com/brigadecore/brigade/blob/main/docs/content/intro/quickstart.md) is our highest value piece of content. We could start publishing the Portuguese translation as soon as even just that one page is translated. 😄
1.0
Translate quickstart - It was suggested in yesterday's community meeting that we don't need to wait for the entire doc tree to be translated in order to start publishing the Portuguese translation. We can prioritize and go after the highest value content first. I'm opening this issue just to suggest that the [QuickStart](https://github.com/brigadecore/brigade/blob/main/docs/content/intro/quickstart.md) is our highest value piece of content. We could start publishing the Portuguese translation as soon as even just that one page is translated. 😄
non_defect
translate quickstart it was suggested in yesterday s community meeting that we don t need to wait for the entire doc tree to be translated in order to start publishing the portuguese translation we can prioritize and go after the highest value content first i m opening this issue just to suggest that the is our highest value piece of content we could start publishing the portuguese translation as soon as even just that one page is translated 😄
0
118,871
4,757,197,709
IssuesEvent
2016-10-24 15:56:06
BinPar/PPD
https://api.github.com/repos/BinPar/PPD
closed
USUARIO ELIMINADO SIGUE RECIBIENDO MENSAJES
Priority: High Priority: Medium
![image](https://cloud.githubusercontent.com/assets/22589031/19378703/6caa8528-91ee-11e6-8cc5-75d545d5284e.png) Este usuario SANDRITA se creó para realizar pruebas y ya se ha eliminado, sin embargo sigue recibiendo los mails ya que tiene asociado un perfil. Lo mismo sucede con el usuario MAC angelescastrof@gmail.com Los usuarios eliminados no debieran de recibir ningún mail. @CristianBinpar
2.0
USUARIO ELIMINADO SIGUE RECIBIENDO MENSAJES - ![image](https://cloud.githubusercontent.com/assets/22589031/19378703/6caa8528-91ee-11e6-8cc5-75d545d5284e.png) Este usuario SANDRITA se creó para realizar pruebas y ya se ha eliminado, sin embargo sigue recibiendo los mails ya que tiene asociado un perfil. Lo mismo sucede con el usuario MAC angelescastrof@gmail.com Los usuarios eliminados no debieran de recibir ningún mail. @CristianBinpar
non_defect
usuario eliminado sigue recibiendo mensajes este usuario sandrita se creó para realizar pruebas y ya se ha eliminado sin embargo sigue recibiendo los mails ya que tiene asociado un perfil lo mismo sucede con el usuario mac angelescastrof gmail com los usuarios eliminados no debieran de recibir ningún mail cristianbinpar
0