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
53,924
29,117,557,977
IssuesEvent
2023-05-17 03:15:34
QuantumSavory/QuantumClifford.jl
https://api.github.com/repos/QuantumSavory/QuantumClifford.jl
closed
Use SumTypes for operations (and define an `apply!` method for them)
enhancement performance bug
Julia, due to its dispatch mechanism, is quite bad at iterating over `Vector{Union{a_lot_of_things}}`, which is exactly what a circuit is. The standard solution is to use some form of sum types. A very useful discussion on this can be read here: https://discourse.julialang.org/t/ann-sumtypes-jl-v0-4/97038 (my questi...
True
Use SumTypes for operations (and define an `apply!` method for them) - Julia, due to its dispatch mechanism, is quite bad at iterating over `Vector{Union{a_lot_of_things}}`, which is exactly what a circuit is. The standard solution is to use some form of sum types. A very useful discussion on this can be read here: ...
non_defect
use sumtypes for operations and define an apply method for them julia due to its dispatch mechanism is quite bad at iterating over vector union a lot of things which is exactly what a circuit is the standard solution is to use some form of sum types a very useful discussion on this can be read here ...
0
31,281
6,486,876,675
IssuesEvent
2017-08-20 00:23:27
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
RemoveOperation returns old value, causes SerializationException in WanReplication when sources not available & store type is binary
Team: Core Type: Defect
Please see: https://github.com/hazelcast/hazelcast-enterprise/issues/1636 Other than `com.hazelcast.map.impl.operation.RemoveOperation`, all other remove operations (`RemoveIfSameOperation`, `DeleteOperation`, `TryRemoveOperation`, `TxnDeleteOperation`) return boolean status, instead of oldValue. Since Removed event...
1.0
RemoveOperation returns old value, causes SerializationException in WanReplication when sources not available & store type is binary - Please see: https://github.com/hazelcast/hazelcast-enterprise/issues/1636 Other than `com.hazelcast.map.impl.operation.RemoveOperation`, all other remove operations (`RemoveIfSameOpe...
defect
removeoperation returns old value causes serializationexception in wanreplication when sources not available store type is binary please see other than com hazelcast map impl operation removeoperation all other remove operations removeifsameoperation deleteoperation tryremoveoperation txndelete...
1
52,210
13,211,407,513
IssuesEvent
2020-08-15 22:55:35
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[tableio] Test failure (Trac #1854)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1854">https://code.icecube.wisc.edu/projects/icecube/ticket/1854</a>, reported by olivasand owned by jvansanten</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:18", "_ts": "...
1.0
[tableio] Test failure (Trac #1854) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1854">https://code.icecube.wisc.edu/projects/icecube/ticket/1854</a>, reported by olivasand owned by jvansanten</em></summary> <p> ```json { "status": "closed", "changetime...
defect
test failure trac migrated from json status closed changetime ts description on the bot n n n test tableio test converters py failed sec ninfo adding anonymous module of type ...
1
656,590
21,768,099,543
IssuesEvent
2022-05-13 05:55:24
Bridgeconn/VachanAppReact
https://api.github.com/repos/Bridgeconn/VachanAppReact
closed
Reading plan to be implemented in the language that the user is reading
enhancement Low priority VachanGo1.3.0-alpha.8
As discussed, the reading plan is to be implemented in the language that the user is reading. The reading plan when opened from the Bible reading plan should display the references in the language that the user was reading .
1.0
Reading plan to be implemented in the language that the user is reading - As discussed, the reading plan is to be implemented in the language that the user is reading. The reading plan when opened from the Bible reading plan should display the references in the language that the user was reading .
non_defect
reading plan to be implemented in the language that the user is reading as discussed the reading plan is to be implemented in the language that the user is reading the reading plan when opened from the bible reading plan should display the references in the language that the user was reading
0
51,400
13,207,463,632
IssuesEvent
2020-08-14 23:12:06
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
Shower core position in RASTAPlaneWaveFit (Trac #343)
Incomplete Migration Migrated from Trac RASTA defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/343">https://code.icecube.wisc.edu/projects/icecube/ticket/343</a>, reported by kargand owned by sboeser</em></summary> <p> ```json { "status": "closed", "changetime": "2012-01-16T09:54:10", "_ts": "1326707...
1.0
Shower core position in RASTAPlaneWaveFit (Trac #343) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/343">https://code.icecube.wisc.edu/projects/icecube/ticket/343</a>, reported by kargand owned by sboeser</em></summary> <p> ```json { "status": "closed", ...
defect
shower core position in rastaplanewavefit trac migrated from json status closed changetime ts description rastaplanewavefit assigns z to all shower core positions all antennas are located at z snow surface this parallel shift of the showe...
1
12,370
2,694,263,650
IssuesEvent
2015-04-01 19:16:16
google/google-api-go-client
https://api.github.com/repos/google/google-api-go-client
opened
Support resumable media upload
accepted priority-medium type-defect
**agoode@google.com** on 12 Nov 2012 at 4:15: ``` The library only supports the "simple" upload protocol. It would be very good to support "resumable" so that large files can be reliably uploaded. https://developers.google.com/discovery/v1/using#discovery-doc-methods-mediauplo ad ```
1.0
Support resumable media upload - **agoode@google.com** on 12 Nov 2012 at 4:15: ``` The library only supports the "simple" upload protocol. It would be very good to support "resumable" so that large files can be reliably uploaded. https://developers.google.com/discovery/v1/using#discovery-doc-methods-mediauplo ad ``...
defect
support resumable media upload agoode google com on nov at the library only supports the simple upload protocol it would be very good to support resumable so that large files can be reliably uploaded ad
1
13,128
2,732,908,096
IssuesEvent
2015-04-17 10:09:06
tiku01/oryx-editor
https://api.github.com/repos/tiku01/oryx-editor
closed
Disable shape menu while resizing
auto-migrated Component-Editor Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. create a shape in a diagram 2. resize the shape and move the mouse the a shape menu element (orange small lines) What is the expected output? the shape menu should not react or better be invisible What do you see instead? the shape menu pops up ``` Original issue reporte...
1.0
Disable shape menu while resizing - ``` What steps will reproduce the problem? 1. create a shape in a diagram 2. resize the shape and move the mouse the a shape menu element (orange small lines) What is the expected output? the shape menu should not react or better be invisible What do you see instead? the shape menu...
defect
disable shape menu while resizing what steps will reproduce the problem create a shape in a diagram resize the shape and move the mouse the a shape menu element orange small lines what is the expected output the shape menu should not react or better be invisible what do you see instead the shape menu...
1
49,917
13,187,291,616
IssuesEvent
2020-08-13 02:56:59
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[icetray] svn revision info required (Trac #2284)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2284">https://code.icecube.wisc.edu/ticket/2284</a>, reported by david.schultz and owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2019-05-16T22:09:18", "description": "If cmake can't detect ...
1.0
[icetray] svn revision info required (Trac #2284) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2284">https://code.icecube.wisc.edu/ticket/2284</a>, reported by david.schultz and owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2019-05-16T22...
defect
svn revision info required trac migrated from json status closed changetime description if cmake can t detect the svn revision the build fails n n nin file included from n cvmfs icecube opensciencegrid org metaprojects combo ic...
1
73,625
24,723,671,520
IssuesEvent
2022-10-20 12:38:57
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Support defaulted PL/SQL RECORD and TABLE parameters to stored procedures
T: Defect C: Functionality P: Medium R: Fixed E: Professional Edition E: Enterprise Edition
While investigating passing `NULL` values for PL/SQL `RECORD` parameters (https://github.com/jOOQ/jOOQ/issues/14112), I've noticed that the example made in the issue there isn't yet truly supported by jOOQ: ```sql SET SERVEROUTPUT ON DECLARE TYPE r IS RECORD (i VARCHAR2(10) DEFAULT 'A'); PROCEDURE p (i r := ...
1.0
Support defaulted PL/SQL RECORD and TABLE parameters to stored procedures - While investigating passing `NULL` values for PL/SQL `RECORD` parameters (https://github.com/jOOQ/jOOQ/issues/14112), I've noticed that the example made in the issue there isn't yet truly supported by jOOQ: ```sql SET SERVEROUTPUT ON DECLA...
defect
support defaulted pl sql record and table parameters to stored procedures while investigating passing null values for pl sql record parameters i ve noticed that the example made in the issue there isn t yet truly supported by jooq sql set serveroutput on declare type r is record i default a ...
1
67,415
20,961,610,791
IssuesEvent
2022-03-27 21:49:09
abedmaatalla/sipdroid
https://api.github.com/repos/abedmaatalla/sipdroid
closed
add preferred call type: ask when available
Priority-Medium Type-Defect auto-migrated
``` Hi I think there should be an aditional preferred call type: "Ask when available" This would great for all people which use Sipdroid only via WLan. In 3G Mode all calls would be regular calls. If WLan is avaiable, Sipdroid would ask the user if he wants to call via Sipdroid or do a regular Call. Right now I am...
1.0
add preferred call type: ask when available - ``` Hi I think there should be an aditional preferred call type: "Ask when available" This would great for all people which use Sipdroid only via WLan. In 3G Mode all calls would be regular calls. If WLan is avaiable, Sipdroid would ask the user if he wants to call via ...
defect
add preferred call type ask when available hi i think there should be an aditional preferred call type ask when available this would great for all people which use sipdroid only via wlan in mode all calls would be regular calls if wlan is avaiable sipdroid would ask the user if he wants to call via s...
1
238,114
7,770,514,345
IssuesEvent
2018-06-04 09:03:53
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
closed
Problem in crosslayers filtering (MS2) when urls of layers are different
Priority: Medium bug pending review review
### Description Problem in crosslayer filtering (MS2) when url of layers are different: the application checks the url of the layers to verify what layers are available for crossLayer filter (they have to be the same). If urls are different the crosslayer filtering found only the current layer in Target layer despite...
1.0
Problem in crosslayers filtering (MS2) when urls of layers are different - ### Description Problem in crosslayer filtering (MS2) when url of layers are different: the application checks the url of the layers to verify what layers are available for crossLayer filter (they have to be the same). If urls are different th...
non_defect
problem in crosslayers filtering when urls of layers are different description problem in crosslayer filtering when url of layers are different the application checks the url of the layers to verify what layers are available for crosslayer filter they have to be the same if urls are different the cr...
0
33,739
7,214,651,881
IssuesEvent
2018-02-08 03:33:00
mitlm/mitlm
https://api.github.com/repos/mitlm/mitlm
closed
Compilation error related to the 'fortran_wrapper'
Priority-Medium Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. Download the latest version 0.4.1 2. Make -j 3. What is the expected output? What do you see instead? Compilation errors related to the 'fortran_wrapper'. What version of the product are you using? On what operating system? Version 0.4.1 on Mac OSX 10.9.2 Please provi...
1.0
Compilation error related to the 'fortran_wrapper' - ``` What steps will reproduce the problem? 1. Download the latest version 0.4.1 2. Make -j 3. What is the expected output? What do you see instead? Compilation errors related to the 'fortran_wrapper'. What version of the product are you using? On what operating s...
defect
compilation error related to the fortran wrapper what steps will reproduce the problem download the latest version make j what is the expected output what do you see instead compilation errors related to the fortran wrapper what version of the product are you using on what operating s...
1
64,193
18,273,004,011
IssuesEvent
2021-10-04 15:34:44
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
Deactivated users still count towards the MAU count
T-Defect
Which feels like something that at the very least should be configurable, if not counted at all. An example is you can fill a host with 10 users, set a limit of 10 MAU, and if you deactivate your users you will still be affected by the limit.
1.0
Deactivated users still count towards the MAU count - Which feels like something that at the very least should be configurable, if not counted at all. An example is you can fill a host with 10 users, set a limit of 10 MAU, and if you deactivate your users you will still be affected by the limit.
defect
deactivated users still count towards the mau count which feels like something that at the very least should be configurable if not counted at all an example is you can fill a host with users set a limit of mau and if you deactivate your users you will still be affected by the limit
1
71,206
23,490,531,842
IssuesEvent
2022-08-17 18:15:27
dkfans/keeperfx
https://api.github.com/repos/dkfans/keeperfx
closed
Casting sight on marked low slabs causes graphical glitches
Type-Defect Priority-High
To reproduce: 1) Add to the original campaign first level this script: `MAGIC_AVAILABLE(PLAYER0,POWER_SIGHT,1,1)` 2) Cast Sight east of the gold to see water 3) Mark the water slabs so you remember where they are -> When Sight is finished, notice it now looks weird: ![image](https://user-images.githubusercontent...
1.0
Casting sight on marked low slabs causes graphical glitches - To reproduce: 1) Add to the original campaign first level this script: `MAGIC_AVAILABLE(PLAYER0,POWER_SIGHT,1,1)` 2) Cast Sight east of the gold to see water 3) Mark the water slabs so you remember where they are -> When Sight is finished, notice it now ...
defect
casting sight on marked low slabs causes graphical glitches to reproduce add to the original campaign first level this script magic available power sight cast sight east of the gold to see water mark the water slabs so you remember where they are when sight is finished notice it now looks ...
1
74,767
25,311,381,277
IssuesEvent
2022-11-17 17:43:26
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Element sends read receipts immediately in an open room, even if there has been no activity
T-Defect
### Steps to reproduce 1. Open a room in element 2. Receive a message from someone 3. Do *not* interact with the computer in anyway. ### Outcome #### What did you expect? Element to only send a read receipt once it saw some activity from the user #### What happened instead? A read receipt was sent immedia...
1.0
Element sends read receipts immediately in an open room, even if there has been no activity - ### Steps to reproduce 1. Open a room in element 2. Receive a message from someone 3. Do *not* interact with the computer in anyway. ### Outcome #### What did you expect? Element to only send a read receipt once it saw...
defect
element sends read receipts immediately in an open room even if there has been no activity steps to reproduce open a room in element receive a message from someone do not interact with the computer in anyway outcome what did you expect element to only send a read receipt once it saw...
1
65,225
7,867,519,079
IssuesEvent
2018-06-23 09:47:47
CodeWarriorsOrganization/CodeWarriorsFinalYearProject
https://api.github.com/repos/CodeWarriorsOrganization/CodeWarriorsFinalYearProject
closed
CW0013/T0013.3 - Design a Service to handle request (Priority 2)
design service
### User Story : > AS a player, > I NEED the game to contain at least 3 players ### Task : > **Design a Service to handle request**
1.0
CW0013/T0013.3 - Design a Service to handle request (Priority 2) - ### User Story : > AS a player, > I NEED the game to contain at least 3 players ### Task : > **Design a Service to handle request**
non_defect
design a service to handle request priority user story as a player i need the game to contain at least players task design a service to handle request
0
66,968
20,782,023,296
IssuesEvent
2022-03-16 15:31:10
hazelcast/hazelcast-csharp-client
https://api.github.com/repos/hazelcast/hazelcast-csharp-client
closed
Wrong documentation of credential usage [API-1212]
Type: Defect Priority: High Jira State: Active
Alternative credential options are documented wrong. The [documentation ](http://hazelcast.github.io/hazelcast-csharp-client/latest/doc/configuration/options.html#a-nameauthentication-authentication) explains alternative authentication options. However, `username-password`, `kerberos` and `token` are not working as...
1.0
Wrong documentation of credential usage [API-1212] - Alternative credential options are documented wrong. The [documentation ](http://hazelcast.github.io/hazelcast-csharp-client/latest/doc/configuration/options.html#a-nameauthentication-authentication) explains alternative authentication options. However, `username...
defect
wrong documentation of credential usage alternative credential options are documented wrong the explains alternative authentication options however username password kerberos and token are not working as documented in order to use these options parameters should be provided under args field wh...
1
642,197
20,870,244,781
IssuesEvent
2022-03-22 11:14:10
MinicraftPlus/minicraft-plus-revived
https://api.github.com/repos/MinicraftPlus/minicraft-plus-revived
closed
Too little durabillity!
Bug Improvement High priority
I think the durabillity is too low on tools of any kind, almost not enought to get another of the tool before it breaks. Also i have gone back and tried to play versions that didn't have durabillity but most of the old ones from 2.0.0 and back don't work anymore.
1.0
Too little durabillity! - I think the durabillity is too low on tools of any kind, almost not enought to get another of the tool before it breaks. Also i have gone back and tried to play versions that didn't have durabillity but most of the old ones from 2.0.0 and back don't work anymore.
non_defect
too little durabillity i think the durabillity is too low on tools of any kind almost not enought to get another of the tool before it breaks also i have gone back and tried to play versions that didn t have durabillity but most of the old ones from and back don t work anymore
0
114,942
9,769,883,896
IssuesEvent
2019-06-06 09:36:55
SatelliteQE/robottelo
https://api.github.com/repos/SatelliteQE/robottelo
closed
AssertionError: assert 'LkEcjBfUeN' == ['47g1ktdhid', '2c:73:3a:b9:8c:32']
6.4 test-failure
Test `tests.foreman.ui_airgun.test_smartclassparameter.test_positive_view_yaml_output_after_resubmit_array_type` fails with: ``` > assert output_scp == [domain.name, module_host.mac] E AssertionError: assert 'LkEcjBfUeN' == ['47g1ktdhid', '2c:73:3a:b9:8c:32'] ```
1.0
AssertionError: assert 'LkEcjBfUeN' == ['47g1ktdhid', '2c:73:3a:b9:8c:32'] - Test `tests.foreman.ui_airgun.test_smartclassparameter.test_positive_view_yaml_output_after_resubmit_array_type` fails with: ``` > assert output_scp == [domain.name, module_host.mac] E AssertionError: assert 'LkEcjBfUe...
non_defect
assertionerror assert lkecjbfuen test tests foreman ui airgun test smartclassparameter test positive view yaml output after resubmit array type fails with assert output scp e assertionerror assert lkecjbfuen
0
9,261
2,615,142,013
IssuesEvent
2015-03-01 06:16:54
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
closed
MAC address spoofing does not work properly
auto-migrated Priority-Medium Type-Defect
``` Pin attempts don't properly complete when spoofing the WiFi adapter's MAC address. This will hopefully be resolved once Reaver is integrated into the aircrack-ng tool suite using their injection libraries. ``` Original issue reported on code.google.com by `cheff...@tacnetsol.com` on 6 Jan 2012 at 4:39
1.0
MAC address spoofing does not work properly - ``` Pin attempts don't properly complete when spoofing the WiFi adapter's MAC address. This will hopefully be resolved once Reaver is integrated into the aircrack-ng tool suite using their injection libraries. ``` Original issue reported on code.google.com by `cheff...@...
defect
mac address spoofing does not work properly pin attempts don t properly complete when spoofing the wifi adapter s mac address this will hopefully be resolved once reaver is integrated into the aircrack ng tool suite using their injection libraries original issue reported on code google com by cheff ...
1
108,454
16,777,891,904
IssuesEvent
2021-06-15 01:15:09
solarwinds/ansible-swisnap
https://api.github.com/repos/solarwinds/ansible-swisnap
opened
CVE-2020-14039 (Medium) detected in gccgcc-10.2.0
security vulnerability
## CVE-2020-14039 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>gccgcc-10.2.0</b></p></summary> <p> <p>Gnu Distributions</p> <p>Library home page: <a href=https://ftp.gnu.org/gnu/g...
True
CVE-2020-14039 (Medium) detected in gccgcc-10.2.0 - ## CVE-2020-14039 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>gccgcc-10.2.0</b></p></summary> <p> <p>Gnu Distributions</p> <p>...
non_defect
cve medium detected in gccgcc cve medium severity vulnerability vulnerable library gccgcc gnu distributions library home page a href found in base branch master vulnerable source files canner goroot src crypto root windows go canne...
0
109,857
9,417,058,416
IssuesEvent
2019-04-10 15:53:24
chamilo/chamilo-lms
https://api.github.com/repos/chamilo/chamilo-lms
reopened
actualizar y migrar jqGrid + soporte de Bootstrap a yarn
Install/Upgrade Requires testing/validation
**Tu solicitud está relacionado con alguna molestia? Describe...** Me siento molesto porque el JqGrid es antiguito y feito, por eso hay que migrarlo a su versión más reciente con soporte para Bootstrap 4 indicado en esta web. esto es para la versión Chamilo 2 https://gijgo.com/grid/demos/jquery-grid-bootstrap **...
1.0
actualizar y migrar jqGrid + soporte de Bootstrap a yarn - **Tu solicitud está relacionado con alguna molestia? Describe...** Me siento molesto porque el JqGrid es antiguito y feito, por eso hay que migrarlo a su versión más reciente con soporte para Bootstrap 4 indicado en esta web. esto es para la versión Chamilo 2...
non_defect
actualizar y migrar jqgrid soporte de bootstrap a yarn tu solicitud está relacionado con alguna molestia describe me siento molesto porque el jqgrid es antiguito y feito por eso hay que migrarlo a su versión más reciente con soporte para bootstrap indicado en esta web esto es para la versión chamilo ...
0
438,674
30,656,169,993
IssuesEvent
2023-07-25 12:18:36
awslabs/smithy-rs
https://api.github.com/repos/awslabs/smithy-rs
closed
Misleading note that aws-config should not be used directly
documentation good first issue pending-release
It's misleading that it's stated in the docs that the `aws-config` crate [should not be used directly](https://github.com/awslabs/smithy-rs/blob/main/aws/rust-runtime/aws-config/README.md?plain=1#L71), even though it's used all over in the Developer Guide. Especially since there is also an `aws-sdk-config` crate withou...
1.0
Misleading note that aws-config should not be used directly - It's misleading that it's stated in the docs that the `aws-config` crate [should not be used directly](https://github.com/awslabs/smithy-rs/blob/main/aws/rust-runtime/aws-config/README.md?plain=1#L71), even though it's used all over in the Developer Guide. E...
non_defect
misleading note that aws config should not be used directly it s misleading that it s stated in the docs that the aws config crate even though it s used all over in the developer guide especially since there is also an aws sdk config crate without such a note that could be wrongly assumed to be the version o...
0
624,473
19,698,893,092
IssuesEvent
2022-01-12 14:51:15
matrixorigin/matrixone
https://api.github.com/repos/matrixorigin/matrixone
closed
necessary metadata for string BSI
help wanted priority/high
For string BSI, we need 1) `length` that indicates the **maximum number of characters** you want to store within a **CHAR** 2) `width` that indicates **how many bits that one character consists**, from upper layer. Please add those fields and clarify how to get them.
1.0
necessary metadata for string BSI - For string BSI, we need 1) `length` that indicates the **maximum number of characters** you want to store within a **CHAR** 2) `width` that indicates **how many bits that one character consists**, from upper layer. Please add those fields and clarify how to get them.
non_defect
necessary metadata for string bsi for string bsi we need length that indicates the maximum number of characters you want to store within a char width that indicates how many bits that one character consists from upper layer please add those fields and clarify how to get them
0
78,344
27,448,159,544
IssuesEvent
2023-03-02 15:34:59
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
opened
Incorrect average temperature used for condensate volume calculation in DXCoil object
Defect
Issue overview -------------- Condensate volume calculation in DXCoil [here](https://github.com/NREL/EnergyPlus/blob/develop/src/EnergyPlus/DXCoils.cc#L14771) and WaterCoil [here](https://github.com/NREL/EnergyPlus/blob/develop/src/EnergyPlus/WaterCoils.cc#L5199) uses incorrect average temperature. It should not be t...
1.0
Incorrect average temperature used for condensate volume calculation in DXCoil object - Issue overview -------------- Condensate volume calculation in DXCoil [here](https://github.com/NREL/EnergyPlus/blob/develop/src/EnergyPlus/DXCoils.cc#L14771) and WaterCoil [here](https://github.com/NREL/EnergyPlus/blob/develop/sr...
defect
incorrect average temperature used for condensate volume calculation in dxcoil object issue overview condensate volume calculation in dxcoil and watercoil uses incorrect average temperature it should not be temperature difference instead it should be absolute temperature only variable spee...
1
186,547
6,737,035,222
IssuesEvent
2017-10-19 07:51:33
octobercms/october
https://api.github.com/repos/octobercms/october
closed
datepicker widget default value
Priority: Medium Status: Revision Needed Type: Unconfirmed Bug
##### Expected behavior Add default value for datepicker with formExtendFields function. ##### Actual behavior This adds nothing to the field. ##### Reproduce steps Extend fields and add a $field->value to the datepicker field. ##### October build 416 Does anybody know how to add a date to the default ...
1.0
datepicker widget default value - ##### Expected behavior Add default value for datepicker with formExtendFields function. ##### Actual behavior This adds nothing to the field. ##### Reproduce steps Extend fields and add a $field->value to the datepicker field. ##### October build 416 Does anybody know...
non_defect
datepicker widget default value expected behavior add default value for datepicker with formextendfields function actual behavior this adds nothing to the field reproduce steps extend fields and add a field value to the datepicker field october build does anybody know h...
0
322,585
23,915,315,505
IssuesEvent
2022-09-09 12:10:02
DLR-RM/stable-baselines3
https://api.github.com/repos/DLR-RM/stable-baselines3
closed
set_parameters() listed as load_parameters() in documentation.
documentation
### 📚 Documentation The [documentation](https://stable-baselines.readthedocs.io/en/master/modules/td3.html) defines the set_parameters() method for TD3 as load_parameters(). Following the documentation results in ``` AttributeError: 'TD3' object has no attribute 'load_parameters' ``` ``` python import gym f...
1.0
set_parameters() listed as load_parameters() in documentation. - ### 📚 Documentation The [documentation](https://stable-baselines.readthedocs.io/en/master/modules/td3.html) defines the set_parameters() method for TD3 as load_parameters(). Following the documentation results in ``` AttributeError: 'TD3' object ha...
non_defect
set parameters listed as load parameters in documentation 📚 documentation the defines the set parameters method for as load parameters following the documentation results in attributeerror object has no attribute load parameters python import gym from stable import...
0
23,093
3,758,572,152
IssuesEvent
2016-03-14 09:34:26
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
Incorrect html transformation according to WAI
5.3.9 defect
Used Release: Primefaces 5.3. Community 1) `<p:selectBooleanCheckbox ...>` generates `<input type="checkbox" autocomplete="off" ...>` WAI Error: Attribute autocomplete is only allowed when the input type is color, date, datetime, datetime-local, email, month, number, password, range, search, tel, text, time, url, o...
1.0
Incorrect html transformation according to WAI - Used Release: Primefaces 5.3. Community 1) `<p:selectBooleanCheckbox ...>` generates `<input type="checkbox" autocomplete="off" ...>` WAI Error: Attribute autocomplete is only allowed when the input type is color, date, datetime, datetime-local, email, month, number,...
defect
incorrect html transformation according to wai used release primefaces community generates wai error attribute autocomplete is only allowed when the input type is color date datetime datetime local email month number password range search tel text time url or week note the same ...
1
53,566
13,261,920,004
IssuesEvent
2020-08-20 20:46:33
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
IceRec.IC2011-L2_V12-08-00_IceSim4compat_V5 compatible with version 10 of I3DOMCalibration (Trac #1691)
Migrated from Trac combo reconstruction defect
The latest IceRec for 2011 (IceSim4 compat) is not compatible with version I3DOMCalibration. We need a new release with a newer version of dataclasses that will support the official GCD. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1691">https://code.icecube.wisc...
1.0
IceRec.IC2011-L2_V12-08-00_IceSim4compat_V5 compatible with version 10 of I3DOMCalibration (Trac #1691) - The latest IceRec for 2011 (IceSim4 compat) is not compatible with version I3DOMCalibration. We need a new release with a newer version of dataclasses that will support the official GCD. <details> <summary><em>Mi...
defect
icerec compatible with version of trac the latest icerec for compat is not compatible with version we need a new release with a newer version of dataclasses that will support the official gcd migrated from json status closed changetime ...
1
1,211
2,601,759,723
IssuesEvent
2015-02-24 00:34:34
chrsmith/bwapi
https://api.github.com/repos/chrsmith/bwapi
closed
Tau Cross analyzing, and some other UMS.
auto-migrated Component-Logic Priority-Critical Type-Defect Usability
``` Exception Address: Exception Type: Starcraft error log (See Starcraft\Errors) or debug information: Not sure what these mean, but i have the screen shot: http://i.imgur.com/q1Msu.png and error log attached. What version of the product are you using? On what operating system? BWAPI 3.4, Win7 64 bit. ``` ----- Ori...
1.0
Tau Cross analyzing, and some other UMS. - ``` Exception Address: Exception Type: Starcraft error log (See Starcraft\Errors) or debug information: Not sure what these mean, but i have the screen shot: http://i.imgur.com/q1Msu.png and error log attached. What version of the product are you using? On what operating sys...
defect
tau cross analyzing and some other ums exception address exception type starcraft error log see starcraft errors or debug information not sure what these mean but i have the screen shot and error log attached what version of the product are you using on what operating system bwapi bit ...
1
11,762
2,664,696,451
IssuesEvent
2015-03-20 15:59:24
holahmeds/remotedroid
https://api.github.com/repos/holahmeds/remotedroid
closed
Keyboard doesn't work on the HTC Incredible
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Just launch it 2. 3. What is the expected output? What do you see instead? Mouse works great but the keyboard doesn't work What version of the product are you using? On what operating system? 1.4 on OS X 10.6 Please provide any additional information below. ``` Origi...
1.0
Keyboard doesn't work on the HTC Incredible - ``` What steps will reproduce the problem? 1. Just launch it 2. 3. What is the expected output? What do you see instead? Mouse works great but the keyboard doesn't work What version of the product are you using? On what operating system? 1.4 on OS X 10.6 Please provide ...
defect
keyboard doesn t work on the htc incredible what steps will reproduce the problem just launch it what is the expected output what do you see instead mouse works great but the keyboard doesn t work what version of the product are you using on what operating system on os x please provide a...
1
2,505
8,655,459,652
IssuesEvent
2018-11-27 16:00:30
codestation/qcma
https://api.github.com/repos/codestation/qcma
closed
When transferring homebrew files using psp savedata, *.lnk files will be omitted.
unmaintained
If the data contains a file with *.lnk extension, qcma will ignore it, and omit it in the upload. To fix it, QListDB::recursiveScanRootDirectory should be changed a little. `dir.entryInfoList(QDir::AllEntries | QDir::NoDotAndDotDot, QDir::Time);` To `dir.entryInfoList(QDir::AllEntries | QDir::NoDotAndDotDot | QDir::Sy...
True
When transferring homebrew files using psp savedata, *.lnk files will be omitted. - If the data contains a file with *.lnk extension, qcma will ignore it, and omit it in the upload. To fix it, QListDB::recursiveScanRootDirectory should be changed a little. `dir.entryInfoList(QDir::AllEntries | QDir::NoDotAndDotDot, QD...
non_defect
when transferring homebrew files using psp savedata lnk files will be omitted if the data contains a file with lnk extension qcma will ignore it and omit it in the upload to fix it qlistdb recursivescanrootdirectory should be changed a little dir entryinfolist qdir allentries qdir nodotanddotdot qd...
0
398,985
11,742,576,340
IssuesEvent
2020-03-12 01:18:20
thaliawww/concrexit
https://api.github.com/repos/thaliawww/concrexit
closed
Committee-names are not nicely aligned in their box.
bug priority: medium
In GitLab by bzandt on Dec 8, 2018, 12:08 ### One-sentence description The committee-names are not totally visible on smaller screens. ### Current behaviour / Reproducing the bug Visit the committee-page on a mobile device (or turn on responsive-mode on your laptop). See screenshots attached. ### Expected behaviour ...
1.0
Committee-names are not nicely aligned in their box. - In GitLab by bzandt on Dec 8, 2018, 12:08 ### One-sentence description The committee-names are not totally visible on smaller screens. ### Current behaviour / Reproducing the bug Visit the committee-page on a mobile device (or turn on responsive-mode on your lapt...
non_defect
committee names are not nicely aligned in their box in gitlab by bzandt on dec one sentence description the committee names are not totally visible on smaller screens current behaviour reproducing the bug visit the committee page on a mobile device or turn on responsive mode on your laptop ...
0
16,863
2,955,631,936
IssuesEvent
2015-07-08 05:19:32
Cockatrice/Cockatrice
https://api.github.com/repos/Cockatrice/Cockatrice
closed
Clicking bug
Cockatrice Defect Troubleshooting
The game works and launches fine, but as soon as a right-click the game seems to think my cursor stays in the same spot, where I clicked, although I am still able to move my mouse, and I am not able to do anything else. For example, if I right click the deck and click view library I am unable to close the library or mo...
1.0
Clicking bug - The game works and launches fine, but as soon as a right-click the game seems to think my cursor stays in the same spot, where I clicked, although I am still able to move my mouse, and I am not able to do anything else. For example, if I right click the deck and click view library I am unable to close th...
defect
clicking bug the game works and launches fine but as soon as a right click the game seems to think my cursor stays in the same spot where i clicked although i am still able to move my mouse and i am not able to do anything else for example if i right click the deck and click view library i am unable to close th...
1
281,657
24,411,046,538
IssuesEvent
2022-10-05 12:24:55
nextcloud/text
https://api.github.com/repos/nextcloud/text
closed
Tests for mentions
tests 1. to develop
- [ ] Jest unit test for markdown parsing of the mention - [ ] Cypress - [ ] Type @ and the user list is shown (might be tricky to check for actual users as we generate random user ids during cypress tests) - [ ] Select a user will insert the mention - [ ] Wait for request to the mention API to finish succe...
1.0
Tests for mentions - - [ ] Jest unit test for markdown parsing of the mention - [ ] Cypress - [ ] Type @ and the user list is shown (might be tricky to check for actual users as we generate random user ids during cypress tests) - [ ] Select a user will insert the mention - [ ] Wait for request to the mentio...
non_defect
tests for mentions jest unit test for markdown parsing of the mention cypress type and the user list is shown might be tricky to check for actual users as we generate random user ids during cypress tests select a user will insert the mention wait for request to the mention api to f...
0
215,396
24,165,976,476
IssuesEvent
2022-09-22 15:03:56
MatBenfield/news
https://api.github.com/repos/MatBenfield/news
closed
[SecurityWeek] Hundreds of eCommerce Domains Infected With Google Tag Manager-Based Skimmers
SecurityWeek Stale
**Security researchers with Recorded Future have identified a total of 569 ecommerce domains infected with skimmers, 314 of which have been infected with web skimmers leveraging Google Tag Manager (GTM) containers.** [read more](https://www.securityweek.com/hundreds-ecommerce-domains-infected-google-tag-manager-base...
True
[SecurityWeek] Hundreds of eCommerce Domains Infected With Google Tag Manager-Based Skimmers - **Security researchers with Recorded Future have identified a total of 569 ecommerce domains infected with skimmers, 314 of which have been infected with web skimmers leveraging Google Tag Manager (GTM) containers.** [read...
non_defect
hundreds of ecommerce domains infected with google tag manager based skimmers security researchers with recorded future have identified a total of ecommerce domains infected with skimmers of which have been infected with web skimmers leveraging google tag manager gtm containers
0
54,124
13,900,883,141
IssuesEvent
2020-10-20 01:32:08
gate5/angular
https://api.github.com/repos/gate5/angular
opened
WS-2019-0019 (Medium) detected in braces-1.8.5.tgz, braces-0.1.5.tgz
security vulnerability
## WS-2019-0019 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>braces-1.8.5.tgz</b>, <b>braces-0.1.5.tgz</b></p></summary> <p> <details><summary><b>braces-1.8.5.tgz</b></p></summa...
True
WS-2019-0019 (Medium) detected in braces-1.8.5.tgz, braces-0.1.5.tgz - ## WS-2019-0019 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>braces-1.8.5.tgz</b>, <b>braces-0.1.5.tgz</b><...
non_defect
ws medium detected in braces tgz braces tgz ws medium severity vulnerability vulnerable libraries braces tgz braces tgz braces tgz fastest brace expansion for node js with the most complete support for the bash braces specification library ...
0
20,018
3,290,941,390
IssuesEvent
2015-10-30 04:23:50
google/googletest
https://api.github.com/repos/google/googletest
closed
Support building as shared library with -fvisibility=hidden on Linux
auto-migrated Priority-Medium Type-Defect
``` On non-Windows systems GTEST_API_ is defined as empty macros which assumes default visibility. However if embedder's build is configured with -fvisibility=hidden GTEST_API_ should be defined as __attribute__ ((visibility ("default"))) otherwise embedder will not be able to link. Example of such embedder is Chr...
1.0
Support building as shared library with -fvisibility=hidden on Linux - ``` On non-Windows systems GTEST_API_ is defined as empty macros which assumes default visibility. However if embedder's build is configured with -fvisibility=hidden GTEST_API_ should be defined as __attribute__ ((visibility ("default"))) otherwi...
defect
support building as shared library with fvisibility hidden on linux on non windows systems gtest api is defined as empty macros which assumes default visibility however if embedder s build is configured with fvisibility hidden gtest api should be defined as attribute visibility default otherwi...
1
729,131
25,110,109,945
IssuesEvent
2022-11-08 19:46:28
streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit
closed
Timer component
type:enhancement priority:P4
Having a timer, which counts down would help a lot. As an example for holding an online exam timer would be necessary to limit each question for a period of some seconds. --- Community voting on feature requests enables the Streamlit team to understand which features are most important to our users. **If you'...
1.0
Timer component - Having a timer, which counts down would help a lot. As an example for holding an online exam timer would be necessary to limit each question for a period of some seconds. --- Community voting on feature requests enables the Streamlit team to understand which features are most important to our u...
non_defect
timer component having a timer which counts down would help a lot as an example for holding an online exam timer would be necessary to limit each question for a period of some seconds community voting on feature requests enables the streamlit team to understand which features are most important to our u...
0
125,277
4,955,268,970
IssuesEvent
2016-12-01 19:56:52
openshift/openshift-ansible
https://api.github.com/repos/openshift/openshift-ansible
closed
Misconfigured etcd_hosts var on scale up
kind/bug priority/P1
When running playbooks/byo/openshift-node/scaleup.yml and using dedicated etcd nodes, then list of etcd_hosts in flannel sysconfig file is set to the first master node instead of list of etcd nodes: https://github.com/openshift/openshift-ansible/blob/openshift-ansible-3.4.17-1/roles/flannel/tasks/main.yml#L16 This ...
1.0
Misconfigured etcd_hosts var on scale up - When running playbooks/byo/openshift-node/scaleup.yml and using dedicated etcd nodes, then list of etcd_hosts in flannel sysconfig file is set to the first master node instead of list of etcd nodes: https://github.com/openshift/openshift-ansible/blob/openshift-ansible-3.4.17-...
non_defect
misconfigured etcd hosts var on scale up when running playbooks byo openshift node scaleup yml and using dedicated etcd nodes then list of etcd hosts in flannel sysconfig file is set to the first master node instead of list of etcd nodes this is probably because for scaleup playbook openshift master etcd host...
0
725,640
24,969,506,068
IssuesEvent
2022-11-01 22:57:53
open-telemetry/opentelemetry-collector-contrib
https://api.github.com/repos/open-telemetry/opentelemetry-collector-contrib
closed
[admin] mark-issues-as-stale.sh not grabbing enough issues
priority:p3 ci-cd admin-issues
### Describe the issue you're reporting The new workflow to mark issues as stale worked, but I don’t think it processed enough issues since the gh command didn’t set a limit. I think this call https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/92ad54f707a967386b764b6fdaea5a2ba4377319/.github/...
1.0
[admin] mark-issues-as-stale.sh not grabbing enough issues - ### Describe the issue you're reporting The new workflow to mark issues as stale worked, but I don’t think it processed enough issues since the gh command didn’t set a limit. I think this call https://github.com/open-telemetry/opentelemetry-collector-c...
non_defect
mark issues as stale sh not grabbing enough issues describe the issue you re reporting the new workflow to mark issues as stale worked but i don’t think it processed enough issues since the gh command didn’t set a limit i think this call needs to include a at the moment i suspect it is using the ...
0
45,462
11,682,394,438
IssuesEvent
2020-03-05 00:06:31
GoogleContainerTools/skaffold
https://api.github.com/repos/GoogleContainerTools/skaffold
closed
Disable watching all artifact files except those specified in sync rules
area/build area/modules area/sync area/watch kind/feature-request kind/question priority/p3
### Expected behavior When I use manual file sync in `dev` mode, I expect Skaffold to watch **only** directories, specified in sync rules. The obvious use case for that is **not** to watch heavy directories, like `node_modules` for Javascript projects, while being able to run `npm install` locally for whatever reason...
1.0
Disable watching all artifact files except those specified in sync rules - ### Expected behavior When I use manual file sync in `dev` mode, I expect Skaffold to watch **only** directories, specified in sync rules. The obvious use case for that is **not** to watch heavy directories, like `node_modules` for Javascript ...
non_defect
disable watching all artifact files except those specified in sync rules expected behavior when i use manual file sync in dev mode i expect skaffold to watch only directories specified in sync rules the obvious use case for that is not to watch heavy directories like node modules for javascript ...
0
61,933
17,023,813,084
IssuesEvent
2021-07-03 03:59:38
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Cannot create a changeset on http://api06.dev.openstreetmap.org
Component: admin Priority: minor Resolution: invalid Type: defect
**[Submitted to the original trac issue database at 6.24pm, Thursday, 9th August 2012]** I cannot create a changeset on the master dev API server, I got an HTTP 500 error at each try: ``` PUT http://api06.dev.openstreetmap.org/api/0.6/changeset/create... Internal Server Error Error body: <!DOCTYPE HTML PUBLIC "-/...
1.0
Cannot create a changeset on http://api06.dev.openstreetmap.org - **[Submitted to the original trac issue database at 6.24pm, Thursday, 9th August 2012]** I cannot create a changeset on the master dev API server, I got an HTTP 500 error at each try: ``` PUT http://api06.dev.openstreetmap.org/api/0.6/changeset/create...
defect
cannot create a changeset on i cannot create a changeset on the master dev api server i got an http error at each try put internal server error error body doctype html public dtd html transitional en application error the openstreetmap server...
1
5,981
4,107,203,498
IssuesEvent
2016-06-06 12:05:42
prometheus/prometheus
https://api.github.com/repos/prometheus/prometheus
opened
Rename `target_groups` to `static_configs`
area/usability component/config kind/breaking change kind/friction
Our SD configurations are consistently suffixed with `_configs` and descriptive of what they do `target_groups` seems out of order. I'd suggest renaming it top `static_configs` as we have a break to configuration with the recent changes in file SD configs anyway.
True
Rename `target_groups` to `static_configs` - Our SD configurations are consistently suffixed with `_configs` and descriptive of what they do `target_groups` seems out of order. I'd suggest renaming it top `static_configs` as we have a break to configuration with the recent changes in file SD configs anyway.
non_defect
rename target groups to static configs our sd configurations are consistently suffixed with configs and descriptive of what they do target groups seems out of order i d suggest renaming it top static configs as we have a break to configuration with the recent changes in file sd configs anyway
0
44,684
12,325,640,886
IssuesEvent
2020-05-13 15:19:52
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
Outreach and materials page is empty
Critical defect Defect Frontend Outreach hub
**Describe the defect** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://www.va.gov/outreach-and-events/outreach-materials/ 2. It's empty. **Expected behavior** 1. Publications should be visile. **Screenshots**
2.0
Outreach and materials page is empty - **Describe the defect** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://www.va.gov/outreach-and-events/outreach-materials/ 2. It's empty. **Expected behavior** 1. Publications should be visile. **Screenshot...
defect
outreach and materials page is empty describe the defect a clear and concise description of what the bug is to reproduce steps to reproduce the behavior go to it s empty expected behavior publications should be visile screenshots
1
645,676
21,012,069,803
IssuesEvent
2022-03-30 07:40:13
googleapis/java-retail
https://api.github.com/repos/googleapis/java-retail
closed
product.RemoveFulfillmentPlacesTest: testRemoveFulfillmentPlaces failed
type: bug priority: p2 api: retail flakybot: issue
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 28ed4b12481c2e8c11d269f6596ea3cfe83c7274 b...
1.0
product.RemoveFulfillmentPlacesTest: testRemoveFulfillmentPlaces failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will...
non_defect
product removefulfillmentplacestest testremovefulfillmentplaces failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output java lang assertionerror...
0
59,292
17,020,325,053
IssuesEvent
2021-07-02 17:54:23
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
opened
Carta Porte - Nodo Figura Transporte, no reportar nodos vacíos
bug defect
Cuando no exista el nodo operador o propietario o arrendatario o notificado, NO se tiene que reportar en vacío. Creo que incluso, a nivel de nodo FiguraTransporte, podría ir así para el caso que no se capture ninguno de los nodos mencionados arriba: <cartaporte:FiguraTransporte CveTransporte="01"> ...
1.0
Carta Porte - Nodo Figura Transporte, no reportar nodos vacíos - Cuando no exista el nodo operador o propietario o arrendatario o notificado, NO se tiene que reportar en vacío. Creo que incluso, a nivel de nodo FiguraTransporte, podría ir así para el caso que no se capture ninguno de los nodos mencionados arriba: ...
defect
carta porte nodo figura transporte no reportar nodos vacíos cuando no exista el nodo operador o propietario o arrendatario o notificado no se tiene que reportar en vacío creo que incluso a nivel de nodo figuratransporte podría ir así para el caso que no se capture ninguno de los nodos mencionados arriba ...
1
43,016
11,432,441,925
IssuesEvent
2020-02-04 14:05:36
contao/contao
https://api.github.com/repos/contao/contao
closed
Replace the less.php dependency
defect
**Affected version(s)** 4.8.7 | 4.9.0-RC1 **Description** The repository [oyejorge/less.php](https://github.com/oyejorge/less.php) has been archived by the owner. We should replace this with another package. Alternatively, [leafo/lessphp](https://github.com/leafo/lessphp) could be considered.
1.0
Replace the less.php dependency - **Affected version(s)** 4.8.7 | 4.9.0-RC1 **Description** The repository [oyejorge/less.php](https://github.com/oyejorge/less.php) has been archived by the owner. We should replace this with another package. Alternatively, [leafo/lessphp](https://github.com/leafo/lessphp) could be...
defect
replace the less php dependency affected version s description the repository has been archived by the owner we should replace this with another package alternatively could be considered
1
24,539
4,007,419,513
IssuesEvent
2016-05-12 18:04:53
project8/katydid
https://api.github.com/repos/project8/katydid
closed
Conversion between frequency and power spectrum unreliable for some frequency bounds
Defect High Priority
I'm looking specifically at the CreatePowerSpectrum() method in KTFrequencySpectrumPolar.cc. The comments claim it can accommodate frequency spectra which are symmetric or not, and which cross DC or not. But as far as I can gather every implementation of this function that isn't in validation scripts uses a symmetric f...
1.0
Conversion between frequency and power spectrum unreliable for some frequency bounds - I'm looking specifically at the CreatePowerSpectrum() method in KTFrequencySpectrumPolar.cc. The comments claim it can accommodate frequency spectra which are symmetric or not, and which cross DC or not. But as far as I can gather ev...
defect
conversion between frequency and power spectrum unreliable for some frequency bounds i m looking specifically at the createpowerspectrum method in ktfrequencyspectrumpolar cc the comments claim it can accommodate frequency spectra which are symmetric or not and which cross dc or not but as far as i can gather ev...
1
380,633
11,268,824,753
IssuesEvent
2020-01-14 07:22:48
inspireui/support
https://api.github.com/repos/inspireui/support
closed
[FLUXSTORE WOOCOMMERCE 1.6.0] - SHIPPING TAB ERROR, RESET PASSWORD NOT WORKING
FluxStore priority !!! question ❓
please fix it asap.. 1. My issue: - SHIPPING TAB ERROR - RESET PASSWORD NOT WORKING (not working in your demo too) 2. Screenshots issues: reset password - http://prntscr.com/qllzng shipping tab - http://prntscr.com/qlm0et 3. Proof of my purchased: http://prntscr.com/qi9w8f 4. Config files (optional) c...
1.0
[FLUXSTORE WOOCOMMERCE 1.6.0] - SHIPPING TAB ERROR, RESET PASSWORD NOT WORKING - please fix it asap.. 1. My issue: - SHIPPING TAB ERROR - RESET PASSWORD NOT WORKING (not working in your demo too) 2. Screenshots issues: reset password - http://prntscr.com/qllzng shipping tab - http://prntscr.com/qlm0et 3. P...
non_defect
shipping tab error reset password not working please fix it asap my issue shipping tab error reset password not working not working in your demo too screenshots issues reset password shipping tab proof of my purchased config files optional config json con...
0
529,178
15,382,658,358
IssuesEvent
2021-03-03 01:05:46
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
closed
Implement data downloading and offline data reduction for HFIR powder reduction GUI
Diffraction Low Priority MantidPlot Stale
Implement a new feature to download HB2A's experiment data from data server. And implement the offline data reduction to load data from local disk.
1.0
Implement data downloading and offline data reduction for HFIR powder reduction GUI - Implement a new feature to download HB2A's experiment data from data server. And implement the offline data reduction to load data from local disk.
non_defect
implement data downloading and offline data reduction for hfir powder reduction gui implement a new feature to download s experiment data from data server and implement the offline data reduction to load data from local disk
0
23,744
3,851,867,326
IssuesEvent
2016-04-06 05:28:43
GPF/imame4all
https://api.github.com/repos/GPF/imame4all
closed
how to build the libMAME4droid.so
auto-migrated Priority-Medium Type-Defect
``` how to configure the makefile? $ make Compiling src/mame/tiny.c... In file included from src/emu/mamecore.h:18, from src/emu/devintrf.h:17, from src/emu/driver.h:22, from src/mame/tiny.c:20: D:\eclipse\androidndk\toolchains\arm-linux-androideabi-4.4.3\prebuilt\win...
1.0
how to build the libMAME4droid.so - ``` how to configure the makefile? $ make Compiling src/mame/tiny.c... In file included from src/emu/mamecore.h:18, from src/emu/devintrf.h:17, from src/emu/driver.h:22, from src/mame/tiny.c:20: D:\eclipse\androidndk\toolchains\arm-...
defect
how to build the so how to configure the makefile make compiling src mame tiny c in file included from src emu mamecore h from src emu devintrf h from src emu driver h from src mame tiny c d eclipse androidndk toolchains arm linux androideab...
1
490,104
14,115,547,181
IssuesEvent
2020-11-07 21:28:59
fossasia/open-event-frontend
https://api.github.com/repos/fossasia/open-event-frontend
closed
Speaker Edit shows error "call for speaker not issued yet" if there is no CfS
Priority: High bug
If a user edits and saves a speaker on an event with an deactivated call for speakers an error message appears "call for speaker not issued yet". The form also moves back to the event instead of the speaker page after editing. Compare: https://eventyay.com/e/1f720482/cfs/speaker/4885/edit
1.0
Speaker Edit shows error "call for speaker not issued yet" if there is no CfS - If a user edits and saves a speaker on an event with an deactivated call for speakers an error message appears "call for speaker not issued yet". The form also moves back to the event instead of the speaker page after editing. Compare: h...
non_defect
speaker edit shows error call for speaker not issued yet if there is no cfs if a user edits and saves a speaker on an event with an deactivated call for speakers an error message appears call for speaker not issued yet the form also moves back to the event instead of the speaker page after editing compare
0
148,333
19,529,619,588
IssuesEvent
2021-12-30 14:24:50
Gal-Doron/opensearch-build
https://api.github.com/repos/Gal-Doron/opensearch-build
opened
CVE-2021-21687 (High) detected in jenkins-core-2.176.2.jar
security vulnerability
## CVE-2021-21687 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jenkins-core-2.176.2.jar</b></p></summary> <p>Jenkins core code and view files to render HTML.</p> <p>Library home pag...
True
CVE-2021-21687 (High) detected in jenkins-core-2.176.2.jar - ## CVE-2021-21687 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jenkins-core-2.176.2.jar</b></p></summary> <p>Jenkins cor...
non_defect
cve high detected in jenkins core jar cve high severity vulnerability vulnerable library jenkins core jar jenkins core code and view files to render html library home page a href path to dependency file build gradle path to vulnerable library ches modules files ...
0
55,805
6,492,817,585
IssuesEvent
2017-08-21 14:45:23
chemheritage/chf-sufia
https://api.github.com/repos/chemheritage/chf-sufia
opened
Users click 'browse all' instead of search submit button
user testing
Rearrange elements in page to make these more distinct. Consider placement of 'browse collections at the same time.
1.0
Users click 'browse all' instead of search submit button - Rearrange elements in page to make these more distinct. Consider placement of 'browse collections at the same time.
non_defect
users click browse all instead of search submit button rearrange elements in page to make these more distinct consider placement of browse collections at the same time
0
34,684
9,436,086,453
IssuesEvent
2019-04-13 02:56:09
php-censor/php-censor
https://api.github.com/repos/php-censor/php-censor
closed
Add "remote" field for PR builds
component:build-source priority:normal type:enhancement
Add "remote" field for PR builds and filter branches with remote.
1.0
Add "remote" field for PR builds - Add "remote" field for PR builds and filter branches with remote.
non_defect
add remote field for pr builds add remote field for pr builds and filter branches with remote
0
77,171
21,689,910,574
IssuesEvent
2022-05-09 14:32:04
cryspen/hacl-packages
https://api.github.com/repos/cryspen/hacl-packages
closed
[cmake] Build
build 🔨 meta
Tracking the cmake build - [x] Allow disabling hardware features - [ ] setting compiler flags - [x] bundle files into units per hardware feature - [x] build and run tests - [ ] ~build and run benchmarks~ - [x] include vale
1.0
[cmake] Build - Tracking the cmake build - [x] Allow disabling hardware features - [ ] setting compiler flags - [x] bundle files into units per hardware feature - [x] build and run tests - [ ] ~build and run benchmarks~ - [x] include vale
non_defect
build tracking the cmake build allow disabling hardware features setting compiler flags bundle files into units per hardware feature build and run tests build and run benchmarks include vale
0
798,236
28,240,958,542
IssuesEvent
2023-04-06 07:06:45
sapa/performing-arts-ch-templates
https://api.github.com/repos/sapa/performing-arts-ch-templates
closed
Date(s)Cannot choose an switch case for set of types
Priority A Blocker BR-08
ex: http://data.performing-arts.ch/r/8405e62a-8078-4778-b145-4767eef9dfd5 Edit -> Warning : Parties de document - Date(s)Cannot choose an switch case for set of types We don't understand what to do? Voir WikiSAPA: https://wiki.sapa.swiss/index.php?title=Vimeo/SAPA#Liens_SPAP
1.0
Date(s)Cannot choose an switch case for set of types - ex: http://data.performing-arts.ch/r/8405e62a-8078-4778-b145-4767eef9dfd5 Edit -> Warning : Parties de document - Date(s)Cannot choose an switch case for set of types We don't understand what to do? Voir WikiSAPA: https://wiki.sapa.swiss/index.php?title...
non_defect
date s cannot choose an switch case for set of types ex edit warning parties de document date s cannot choose an switch case for set of types we don t understand what to do voir wikisapa
0
176,458
21,411,052,394
IssuesEvent
2022-04-22 06:00:53
pazhanivel07/frameworks_base_Aosp10_r33
https://api.github.com/repos/pazhanivel07/frameworks_base_Aosp10_r33
opened
CVE-2020-0135 (Medium) detected in baseandroid-10.0.0_r46
security vulnerability
## CVE-2020-0135 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>baseandroid-10.0.0_r46</b></p></summary> <p> <p>Android framework classes and services</p> <p>Library home page: <a h...
True
CVE-2020-0135 (Medium) detected in baseandroid-10.0.0_r46 - ## CVE-2020-0135 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>baseandroid-10.0.0_r46</b></p></summary> <p> <p>Android f...
non_defect
cve medium detected in baseandroid cve medium severity vulnerability vulnerable library baseandroid android framework classes and services library home page a href found in head commit a href found in base branch main vulnerable source files ...
0
52,368
13,749,702,968
IssuesEvent
2020-10-06 10:54:44
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
Support invalidating multiple API keys by their ID
:Security/Security >enhancement Team:Security Team:UI
Is there a way to support [invalidating](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-invalidate-api-key.html) multiple API keys via their IDs with a single request? For example, perhaps we could support comma-separated IDs? ``` DELETE /_security/api_key { "id" : "key1,key2,key3"...
True
Support invalidating multiple API keys by their ID - Is there a way to support [invalidating](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-invalidate-api-key.html) multiple API keys via their IDs with a single request? For example, perhaps we could support comma-separated IDs? ``` DE...
non_defect
support invalidating multiple api keys by their id is there a way to support multiple api keys via their ids with a single request for example perhaps we could support comma separated ids delete security api key id cc bizybot
0
7,710
5,162,603,996
IssuesEvent
2017-01-17 01:40:19
Sloeber/arduino-eclipse-plugin
https://api.github.com/repos/Sloeber/arduino-eclipse-plugin
closed
Project properties fails to open arduino page
domain: regression in nightly importance: usability OS: all status: fixed in 4.0
When I tried to see my arduino project properties I get following error "The current displayed page contains invalid values" ``` This is the stack trace java.lang.NullPointerException at io.sloeber.core.api.BoardID.getMenuOptions(BoardID.java:327) at io.sloeber.core.api.BoardID.<init>(BoardID.java:79) at i...
True
Project properties fails to open arduino page - When I tried to see my arduino project properties I get following error "The current displayed page contains invalid values" ``` This is the stack trace java.lang.NullPointerException at io.sloeber.core.api.BoardID.getMenuOptions(BoardID.java:327) at io.sloeber.c...
non_defect
project properties fails to open arduino page when i tried to see my arduino project properties i get following error the current displayed page contains invalid values this is the stack trace java lang nullpointerexception at io sloeber core api boardid getmenuoptions boardid java at io sloeber cor...
0
508,352
14,698,795,023
IssuesEvent
2021-01-04 07:17:11
aerospike/aerospike-server
https://api.github.com/repos/aerospike/aerospike-server
closed
single-bin in udf can't get bin data
Component: UDF Priority: Medium
# bugs __________ **OS:** *Docker Image* **Aerospike version:** *5.2.0.6"* **Client version:** *Python 4.0.0" __________ - namespace-config ```bash single-bin: true data-in-index: true ``` - define udf ```lua function get(rec) local m = map() names = record.bin_names(rec) for i, na...
1.0
single-bin in udf can't get bin data - # bugs __________ **OS:** *Docker Image* **Aerospike version:** *5.2.0.6"* **Client version:** *Python 4.0.0" __________ - namespace-config ```bash single-bin: true data-in-index: true ``` - define udf ```lua function get(rec) local m = map() nam...
non_defect
single bin in udf can t get bin data bugs os docker image aerospike version client version python namespace config bash single bin true data in index true define udf lua function get rec local m map nam...
0
60,482
17,023,438,642
IssuesEvent
2021-07-03 02:02:12
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Potlach randomly capitalizing letters
Component: potlatch (flash editor) Priority: critical Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 4.22am, Thursday, 9th July 2009]** The letters q,e,r,t,u,i,o,p,s,d,f,g,h,j,k,l,n, and m are all capitalizing when typed in any field. Thus no tags can be typed and are not formatting properly (for instance, oneway tags cannot be typed as due to capital 'O').
1.0
Potlach randomly capitalizing letters - **[Submitted to the original trac issue database at 4.22am, Thursday, 9th July 2009]** The letters q,e,r,t,u,i,o,p,s,d,f,g,h,j,k,l,n, and m are all capitalizing when typed in any field. Thus no tags can be typed and are not formatting properly (for instance, oneway tags cannot ...
defect
potlach randomly capitalizing letters the letters q e r t u i o p s d f g h j k l n and m are all capitalizing when typed in any field thus no tags can be typed and are not formatting properly for instance oneway tags cannot be typed as due to capital o
1
620,765
19,569,409,506
IssuesEvent
2022-01-04 07:55:29
portefaix/portefaix
https://api.github.com/repos/portefaix/portefaix
closed
AWS Load Balancer: additional labels and annotations
priority/low kind/feature area/kubernetes lifecycle/frozen cloud/aws todo
AWS Load Balancer: additional labels and annotations https://github.com/aws/eks-charts/pull/632 portefaix.xyz/version: v0.20.0 a8r.io/description: A Kubernetes controller for Elastic Load Balancers a8r.io/owner: aws a8r.io/bugs: https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues a8r.io/documen...
1.0
AWS Load Balancer: additional labels and annotations - AWS Load Balancer: additional labels and annotations https://github.com/aws/eks-charts/pull/632 portefaix.xyz/version: v0.20.0 a8r.io/description: A Kubernetes controller for Elastic Load Balancers a8r.io/owner: aws a8r.io/bugs: https://github.com/kubernetes-s...
non_defect
aws load balancer additional labels and annotations aws load balancer additional labels and annotations portefaix xyz version io description a kubernetes controller for elastic load balancers io owner aws io bugs io documentation io repository io support yaml cop...
0
47,150
13,056,042,020
IssuesEvent
2020-07-30 03:28:43
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
changing I3_WORK to I3_SRC and I3_BUILD (Trac #65)
Migrated from Trac cmake defect
With the current cmake compiling tool, we no longer have just the one main work directory (I3_WORK), but two relevant directories: source code dir (I3_SRC) and build dir (I3_BUILD). Some components of the code still expect I3_WORK, even though this is obsolete now. I created branches of both cmake and ithon called "src...
1.0
changing I3_WORK to I3_SRC and I3_BUILD (Trac #65) - With the current cmake compiling tool, we no longer have just the one main work directory (I3_WORK), but two relevant directories: source code dir (I3_SRC) and build dir (I3_BUILD). Some components of the code still expect I3_WORK, even though this is obsolete now. I...
defect
changing work to src and build trac with the current cmake compiling tool we no longer have just the one main work directory work but two relevant directories source code dir src and build dir build some components of the code still expect work even though this is obsolete now i created...
1
31,183
6,443,910,982
IssuesEvent
2017-08-12 02:29:03
opendatakit/opendatakit
https://api.github.com/repos/opendatakit/opendatakit
closed
Erorr Display wen Redirect to IP Public
Aggregate Priority-Medium Type-Defect
Originally reported on Google Code with ID 1124 ``` What steps will reproduce the problem? 1.I Just Deploy the ODK Aggregate on Windows Server 2012 R2 2.Install MYSQL 3. Install ODK What is the expected output? What do you see instead? setting up a localhost odk aggregate + mysql + tomcat. Instead, I still can not di...
1.0
Erorr Display wen Redirect to IP Public - Originally reported on Google Code with ID 1124 ``` What steps will reproduce the problem? 1.I Just Deploy the ODK Aggregate on Windows Server 2012 R2 2.Install MYSQL 3. Install ODK What is the expected output? What do you see instead? setting up a localhost odk aggregate + m...
defect
erorr display wen redirect to ip public originally reported on google code with id what steps will reproduce the problem i just deploy the odk aggregate on windows server install mysql install odk what is the expected output what do you see instead setting up a localhost odk aggregate mysql ...
1
738,487
25,562,317,955
IssuesEvent
2022-11-30 11:45:13
medialab/portic-storymaps-2022
https://api.github.com/repos/medialab/portic-storymaps-2022
opened
tonnages-1787-f12
domain:viz spec status:backlog difficulty:easy priority:high
Hint : issue name = visualization id **Data** See notebook/doc **Model/draft** **Interactions** ![tonnages-1787-f12](https://user-images.githubusercontent.com/1876890/204787880-43bd7a05-b300-4cb4-a63d-03ba1490205a.png)
1.0
tonnages-1787-f12 - Hint : issue name = visualization id **Data** See notebook/doc **Model/draft** **Interactions** ![tonnages-1787-f12](https://user-images.githubusercontent.com/1876890/204787880-43bd7a05-b300-4cb4-a63d-03ba1490205a.png)
non_defect
tonnages hint issue name visualization id data see notebook doc model draft interactions
0
102,486
16,574,560,560
IssuesEvent
2021-05-31 01:02:05
RG4421/skyux-forms
https://api.github.com/repos/RG4421/skyux-forms
opened
CVE-2021-33587 (Medium) detected in css-what-2.1.3.tgz
security vulnerability
## CVE-2021-33587 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>css-what-2.1.3.tgz</b></p></summary> <p>a CSS selector parser</p> <p>Library home page: <a href="https://registry.np...
True
CVE-2021-33587 (Medium) detected in css-what-2.1.3.tgz - ## CVE-2021-33587 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>css-what-2.1.3.tgz</b></p></summary> <p>a CSS selector pars...
non_defect
cve medium detected in css what tgz cve medium severity vulnerability vulnerable library css what tgz a css selector parser library home page a href path to dependency file skyux forms package json path to vulnerable library skyux forms node modules css what package ...
0
68,162
21,526,035,572
IssuesEvent
2022-04-28 18:32:45
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
opened
Lots of `AssertionError: pulled event unexpectedly flagged as outlier` errors on matrix.org
S-Major T-Defect
Sentry link (internal access only): https://sentry.matrix.org/sentry/synapse-matrixorg/issues/248052 We are repeatedly returning 403's to [`GET /_matrix/client/r0/rooms/{roomId}/messages`](https://spec.matrix.org/v1.2/client-server-api/#get_matrixclientv3roomsroomidmessages) requests due to trying to backfill old ev...
1.0
Lots of `AssertionError: pulled event unexpectedly flagged as outlier` errors on matrix.org - Sentry link (internal access only): https://sentry.matrix.org/sentry/synapse-matrixorg/issues/248052 We are repeatedly returning 403's to [`GET /_matrix/client/r0/rooms/{roomId}/messages`](https://spec.matrix.org/v1.2/clien...
defect
lots of assertionerror pulled event unexpectedly flagged as outlier errors on matrix org sentry link internal access only we are repeatedly returning s to requests due to trying to backfill old events in the room before then choking an event marked as an outlier which somehow exists in the set of ev...
1
2,567
2,607,928,650
IssuesEvent
2015-02-26 00:25:45
chrsmithdemos/minify
https://api.github.com/repos/chrsmithdemos/minify
closed
bug with IE conditional comments: <!--<![endif]-->
auto-migrated Priority-High Release-2.1.0 Type-Defect
``` Minify version: PHP version: 2.1.0 What steps will reproduce the problem? 1. insert IE conditional formating in HTML 2. <!--[if !IE]>--> is kept normally 3. but <!--<![endif]--> is emptied breaking contents Expected output: both should be kept Actual output: loop end is not present Did you run the unit tests? D...
1.0
bug with IE conditional comments: <!--<![endif]--> - ``` Minify version: PHP version: 2.1.0 What steps will reproduce the problem? 1. insert IE conditional formating in HTML 2. <!--[if !IE]>--> is kept normally 3. but <!--<![endif]--> is emptied breaking contents Expected output: both should be kept Actual output: l...
defect
bug with ie conditional comments minify version php version what steps will reproduce the problem insert ie conditional formating in html is kept normally but is emptied breaking contents expected output both should be kept actual output loop end is not present did you run the un...
1
447,445
31,710,907,330
IssuesEvent
2023-09-09 08:54:58
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
opened
Missing settings description on input_format_tsv_detect_header
comp-documentation
**Describe the issue** On [TabSeparated format settings](https://clickhouse.com/docs/en/interfaces/formats#tabseparated) of "Formats for Input and Output Data",the setting [input_format_tsv_detect_header](https://clickhouse.com/docs/en/operations/settings/formats#input_format_tsv_detect_header) is missing documents on...
1.0
Missing settings description on input_format_tsv_detect_header - **Describe the issue** On [TabSeparated format settings](https://clickhouse.com/docs/en/interfaces/formats#tabseparated) of "Formats for Input and Output Data",the setting [input_format_tsv_detect_header](https://clickhouse.com/docs/en/operations/setting...
non_defect
missing settings description on input format tsv detect header describe the issue on of formats for input and output data the setting is missing documents on both and this setting exists in source code of src core settings h and various tests
0
60,038
17,023,317,944
IssuesEvent
2021-07-03 01:24:11
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
osm2pgsql does not handle role=outer and role=inner on same polygon
Component: osm2pgsql Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 10.06pm, Monday, 3rd November 2008]** If you have a polygon that is both inner in one mulitpolygon and outer in another, rendering fails. Example: A lake is a whole in a forest (forest polygon=outer and the lake=inner). This lake may have islands (lake=outer and isla...
1.0
osm2pgsql does not handle role=outer and role=inner on same polygon - **[Submitted to the original trac issue database at 10.06pm, Monday, 3rd November 2008]** If you have a polygon that is both inner in one mulitpolygon and outer in another, rendering fails. Example: A lake is a whole in a forest (forest polygon=oute...
defect
does not handle role outer and role inner on same polygon if you have a polygon that is both inner in one mulitpolygon and outer in another rendering fails example a lake is a whole in a forest forest polygon outer and the lake inner this lake may have islands lake outer and islands inner see als...
1
120,840
12,098,464,105
IssuesEvent
2020-04-20 10:21:31
OpenRefine/OpenRefine
https://api.github.com/repos/OpenRefine/OpenRefine
closed
Migrate to a new documentation platform
documentation enhancement
We want to get ourselves better docs than those we have on the GitHub wiki at the moment. We need to decide which documentation system to use, where to host it, and so on. Let's use this issue to map the possibilities we are aware of. I will start: * Sphinx: documentation system based on reStructuredText or Markdow...
1.0
Migrate to a new documentation platform - We want to get ourselves better docs than those we have on the GitHub wiki at the moment. We need to decide which documentation system to use, where to host it, and so on. Let's use this issue to map the possibilities we are aware of. I will start: * Sphinx: documentation s...
non_defect
migrate to a new documentation platform we want to get ourselves better docs than those we have on the github wiki at the moment we need to decide which documentation system to use where to host it and so on let s use this issue to map the possibilities we are aware of i will start sphinx documentation s...
0
72,241
24,012,039,511
IssuesEvent
2022-09-14 19:46:32
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
Air film R-value for semi-exterior surfaces not used
Defect
Issue overview -------------- Section A9.4.1.2 in ASHRAE Standard 90.1-2019 states that "semi-exterior surfaces are protected surfaces that face attics, crawlspaces and parking garages with natural or mechanical ventilation". EnergyPlus currently uses the prescribed semi-exterior surface air film R-value as the de...
1.0
Air film R-value for semi-exterior surfaces not used - Issue overview -------------- Section A9.4.1.2 in ASHRAE Standard 90.1-2019 states that "semi-exterior surfaces are protected surfaces that face attics, crawlspaces and parking garages with natural or mechanical ventilation". EnergyPlus currently uses the pres...
defect
air film r value for semi exterior surfaces not used issue overview section in ashrae standard states that semi exterior surfaces are protected surfaces that face attics crawlspaces and parking garages with natural or mechanical ventilation energyplus currently uses the prescribe...
1
117,638
25,168,091,401
IssuesEvent
2022-11-10 23:05:31
iree-org/iree
https://api.github.com/repos/iree-org/iree
closed
[spirv] Add lowering configuration verification logic
codegen/spirv
Specifying lowering configuration in the original source module was enabled via https://github.com/iree-org/iree/pull/10430, which allows external searching/tuning. We'd need to add parameters verification to make sure external numbers are consistent. This should be doing something similar to the LLVM pipelines, e.g., ...
1.0
[spirv] Add lowering configuration verification logic - Specifying lowering configuration in the original source module was enabled via https://github.com/iree-org/iree/pull/10430, which allows external searching/tuning. We'd need to add parameters verification to make sure external numbers are consistent. This should ...
non_defect
add lowering configuration verification logic specifying lowering configuration in the original source module was enabled via which allows external searching tuning we d need to add parameters verification to make sure external numbers are consistent this should be doing something similar to the llvm pipelines ...
0
151,198
13,393,465,125
IssuesEvent
2020-09-03 04:18:53
felangel/bloc
https://api.github.com/repos/felangel/bloc
closed
A Question About the Implementation of the State Stream
documentation good first issue
I'm not that good at reactive programming, so this question might be a bit basic. But maybe it can help improving the docs if others share the same doubts. As far as I understand, the `mapEventToState` method returns a `Stream` which transforms an event internally to emit a state. However, if a new event enters the ...
1.0
A Question About the Implementation of the State Stream - I'm not that good at reactive programming, so this question might be a bit basic. But maybe it can help improving the docs if others share the same doubts. As far as I understand, the `mapEventToState` method returns a `Stream` which transforms an event inter...
non_defect
a question about the implementation of the state stream i m not that good at reactive programming so this question might be a bit basic but maybe it can help improving the docs if others share the same doubts as far as i understand the mapeventtostate method returns a stream which transforms an event inter...
0
4,017
2,610,085,884
IssuesEvent
2015-02-26 18:26:07
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳长了满脸痘痘怎么办
auto-migrated Priority-Medium Type-Defect
``` 深圳长了满脸痘痘怎么办【深圳韩方科颜全国热线400-869-1818�� �24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:08
1.0
深圳长了满脸痘痘怎么办 - ``` 深圳长了满脸痘痘怎么办【深圳韩方科颜全国热线400-869-1818�� �24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:08
defect
深圳长了满脸痘痘怎么办 深圳长了满脸痘痘怎么办【 �� � 】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 original issue reported on code google com by szft com on may at
1
44,092
11,962,216,779
IssuesEvent
2020-04-05 11:32:18
Ogeon/palette
https://api.github.com/repos/Ogeon/palette
closed
Replace the hidden module for derives with a hidden function
defect
This allows derives to be used in functions (see workaround from https://github.com/rust-lang/rust/pull/51952). The problem is that `extern crate` seems to be hard or impossible to use in a function scope, so it will most likely be a breaking change.
1.0
Replace the hidden module for derives with a hidden function - This allows derives to be used in functions (see workaround from https://github.com/rust-lang/rust/pull/51952). The problem is that `extern crate` seems to be hard or impossible to use in a function scope, so it will most likely be a breaking change.
defect
replace the hidden module for derives with a hidden function this allows derives to be used in functions see workaround from the problem is that extern crate seems to be hard or impossible to use in a function scope so it will most likely be a breaking change
1
49,760
6,256,823,114
IssuesEvent
2017-07-14 11:24:13
callemall/material-ui
https://api.github.com/repos/callemall/material-ui
closed
Inconsistent colors for checked checkbox and focused input
Material Design Spec Question v1
According to this [guidline](https://material.io/guidelines/components/data-tables.html#data-tables-interaction), [checked checkbox](https://www.screencast.com/t/8cyfv2fEN) and [focused input](https://www.screencast.com/t/LpZkSGw2AL) should have the same colors. But in MUI v1-alpha I've found the follovwing colors: ...
1.0
Inconsistent colors for checked checkbox and focused input - According to this [guidline](https://material.io/guidelines/components/data-tables.html#data-tables-interaction), [checked checkbox](https://www.screencast.com/t/8cyfv2fEN) and [focused input](https://www.screencast.com/t/LpZkSGw2AL) should have the same colo...
non_defect
inconsistent colors for checked checkbox and focused input according to this and should have the same colors but in mui alpha i ve found the follovwing colors input inkbar backgroundcolor theme palette primary checked checkbox color theme palette primary is it expected behavior...
0
679,776
23,244,721,213
IssuesEvent
2022-08-03 18:56:05
catalystneuro/neuroconv
https://api.github.com/repos/catalystneuro/neuroconv
closed
DataInterface for Neuralynx spike sorting formats
enhancement priority: medium
### What would you like to see added to nwb-conversion-tools? … ### Is your feature request related to a problem? _No response_ ### What solution would you like? … ### Do you have any interest in helping implement the feature? No. ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](htt...
1.0
DataInterface for Neuralynx spike sorting formats - ### What would you like to see added to nwb-conversion-tools? … ### Is your feature request related to a problem? _No response_ ### What solution would you like? … ### Do you have any interest in helping implement the feature? No. ### Code of Conduct - [X] I ...
non_defect
datainterface for neuralynx spike sorting formats what would you like to see added to nwb conversion tools … is your feature request related to a problem no response what solution would you like … do you have any interest in helping implement the feature no code of conduct i ag...
0
526,183
15,283,063,424
IssuesEvent
2021-02-23 10:22:18
technologiestiftung/giessdenkiez-de
https://api.github.com/repos/technologiestiftung/giessdenkiez-de
closed
datenschutz & cookie hinweis?
Priority HIGH
- [ ] needs pwiki infos tracing - [ ] needs essential cookies for auth0, deckgl - [x] click it that it writes a cookie for accpeted take text from https://www.technologiestiftung-berlin.de/de/startseite/
1.0
datenschutz & cookie hinweis? - - [ ] needs pwiki infos tracing - [ ] needs essential cookies for auth0, deckgl - [x] click it that it writes a cookie for accpeted take text from https://www.technologiestiftung-berlin.de/de/startseite/
non_defect
datenschutz cookie hinweis needs pwiki infos tracing needs essential cookies for deckgl click it that it writes a cookie for accpeted take text from
0
75,010
9,816,520,901
IssuesEvent
2019-06-13 14:49:22
adobe/aem-core-wcm-components
https://api.github.com/repos/adobe/aem-core-wcm-components
closed
[Wiki] Code example is incorrectly closing a <section> tag
bug documentation
## Bug Report **Current Behavior** The code example in the Wiki at [Place Use Data-sly-use Statements On Top-level Elements](https://github.com/adobe/aem-core-wcm-components/wiki/HTL-Style-Guide#place-use-data-sly-use-statements-on-top-level-elements) is incorrectly closing a `section` tag **Expected behavior/co...
1.0
[Wiki] Code example is incorrectly closing a <section> tag - ## Bug Report **Current Behavior** The code example in the Wiki at [Place Use Data-sly-use Statements On Top-level Elements](https://github.com/adobe/aem-core-wcm-components/wiki/HTL-Style-Guide#place-use-data-sly-use-statements-on-top-level-elements) is ...
non_defect
code example is incorrectly closing a tag bug report current behavior the code example in the wiki at is incorrectly closing a section tag expected behavior code the code example should close a div tag environment n a possible solution change to
0
68,670
14,943,245,439
IssuesEvent
2021-01-25 22:40:28
cBioPortal/cbioportal
https://api.github.com/repos/cBioPortal/cbioportal
opened
user can access small set of studies when authority is "app-name:"
api bug security
We observed that when a user in the authorities table was given an authority of the form "app-name:" (with an empty string for the cancer_study_identifier), it is possible for the user to access a small set of cancer studies (but not all, and not the public study set) We are not clear on why this is or what set is r...
True
user can access small set of studies when authority is "app-name:" - We observed that when a user in the authorities table was given an authority of the form "app-name:" (with an empty string for the cancer_study_identifier), it is possible for the user to access a small set of cancer studies (but not all, and not the ...
non_defect
user can access small set of studies when authority is app name we observed that when a user in the authorities table was given an authority of the form app name with an empty string for the cancer study identifier it is possible for the user to access a small set of cancer studies but not all and not the ...
0
60,804
17,023,526,626
IssuesEvent
2021-07-03 02:28:51
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Faulty rendering of adjacent advanced multipolygons
Component: osmarender Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 1.20pm, Monday, 21st December 2009]** [http://osm.org/go/0zL1Q8@A7-?layers=0B00FTF Here] adjacent multipolygons [http://www.openstreetmap.org/browse/relation/364557 water] and [http://www.openstreetmap.org/browse/relation/364558 park] are rendered wrong. Check Mapnik...
1.0
Faulty rendering of adjacent advanced multipolygons - **[Submitted to the original trac issue database at 1.20pm, Monday, 21st December 2009]** [http://osm.org/go/0zL1Q8@A7-?layers=0B00FTF Here] adjacent multipolygons [http://www.openstreetmap.org/browse/relation/364557 water] and [http://www.openstreetmap.org/browse/...
defect
faulty rendering of adjacent advanced multipolygons adjacent multipolygons and are rendered wrong check mapnik layer for correct image
1
95,174
3,934,998,785
IssuesEvent
2016-04-26 02:00:08
PolarisSS13/Polaris
https://api.github.com/repos/PolarisSS13/Polaris
closed
Tanks attached to voidsuits break horribly when the voidsuit is taken off.
Bug Priority: High
When a voidsuit with an attached tank is worn, the tank is placed into suit storage as expected. When the suit is removed, the tank *remains* in suit storage, as well as in the suit's contents. The tank can be removed by hand, and has odd contents list problems since it is two places at once. Suit internals c...
1.0
Tanks attached to voidsuits break horribly when the voidsuit is taken off. - When a voidsuit with an attached tank is worn, the tank is placed into suit storage as expected. When the suit is removed, the tank *remains* in suit storage, as well as in the suit's contents. The tank can be removed by hand, and has od...
non_defect
tanks attached to voidsuits break horribly when the voidsuit is taken off when a voidsuit with an attached tank is worn the tank is placed into suit storage as expected when the suit is removed the tank remains in suit storage as well as in the suit s contents the tank can be removed by hand and has od...
0
51,535
13,207,510,129
IssuesEvent
2020-08-14 23:23:07
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
Improved "I'm new and just getting started" docs. (Trac #589)
Incomplete Migration Migrated from Trac defect documentation
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/589">https://code.icecube.wisc.edu/projects/icecube/ticket/589</a>, reported by blaufussand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2011-05-11T20:15:12", "_ts": "130514...
1.0
Improved "I'm new and just getting started" docs. (Trac #589) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/589">https://code.icecube.wisc.edu/projects/icecube/ticket/589</a>, reported by blaufussand owned by nega</em></summary> <p> ```json { "status": "clos...
defect
improved i m new and just getting started docs trac migrated from json status closed changetime ts description these need help better end to end walkthru need to avoid making them time specific aka depending on a particular release ...
1
4,993
2,610,163,683
IssuesEvent
2015-02-26 18:51:54
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Text
auto-migrated Priority-Medium Type-Defect
``` Coruscant states it provides a bonus to AT-AP's and dwarf spiders, dwarf spiders are not in game. ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 3 May 2011 at 6:44
1.0
Text - ``` Coruscant states it provides a bonus to AT-AP's and dwarf spiders, dwarf spiders are not in game. ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 3 May 2011 at 6:44
defect
text coruscant states it provides a bonus to at ap s and dwarf spiders dwarf spiders are not in game original issue reported on code google com by gmail com on may at
1
55,986
14,882,732,825
IssuesEvent
2021-01-20 12:20:07
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Interpreter cannot find unique key if foreign key references columns in different order
C: Functionality E: All Editions P: Medium T: Defect
The test table introduced in #8553 causes trouble also when interpreting the SQL: ```sql CREATE TABLE t_8553_a ( c1 INT NOT NULL, c2 INT NOT NULL, CONSTRAINT pk_t_8553_a PRIMARY KEY (c1, c2) ); CREATE TABLE t_8553_b ( c1 INT NOT NULL, c2 INT NOT NULL, CONSTRAINT fk_t_8553_b FOREIGN KEY...
1.0
Interpreter cannot find unique key if foreign key references columns in different order - The test table introduced in #8553 causes trouble also when interpreting the SQL: ```sql CREATE TABLE t_8553_a ( c1 INT NOT NULL, c2 INT NOT NULL, CONSTRAINT pk_t_8553_a PRIMARY KEY (c1, c2) ); CREATE TABLE t_...
defect
interpreter cannot find unique key if foreign key references columns in different order the test table introduced in causes trouble also when interpreting the sql sql create table t a int not null int not null constraint pk t a primary key create table t b in...
1
59,482
17,023,139,800
IssuesEvent
2021-07-03 00:33:10
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Rendering arabic letters
Component: mapnik Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 10.51am, Wednesday, 6th December 2006]** Hi, There is a problem on rendering arabic names, check it below: http://labs.metacarta.com/osm/?lat=4005051.75&lon=-762244.11134&zoom=14&layers=B00 If you click on the street name on the right list " " it will show...
1.0
Rendering arabic letters - **[Submitted to the original trac issue database at 10.51am, Wednesday, 6th December 2006]** Hi, There is a problem on rendering arabic names, check it below: http://labs.metacarta.com/osm/?lat=4005051.75&lon=-762244.11134&zoom=14&layers=B00 If you click on the street name on the ...
defect
rendering arabic letters hi there is a problem on rendering arabic names check it below if you click on the street name on the right list it will show the correct arabic word
1
38,263
8,719,055,313
IssuesEvent
2018-12-07 22:42:03
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
opened
Cancelación por conector - Está enviando mensajes distintos al sat a consola y al pdf
bug defect
En el SAT está cancelada En la consola primero dice que canceló bien, y mas adelante que no se canceló. El PDF dice que no se canceló. El XML de cancelación no se genera Envíe un correo con evidencia
1.0
Cancelación por conector - Está enviando mensajes distintos al sat a consola y al pdf - En el SAT está cancelada En la consola primero dice que canceló bien, y mas adelante que no se canceló. El PDF dice que no se canceló. El XML de cancelación no se genera Envíe un correo con evidencia
defect
cancelación por conector está enviando mensajes distintos al sat a consola y al pdf en el sat está cancelada en la consola primero dice que canceló bien y mas adelante que no se canceló el pdf dice que no se canceló el xml de cancelación no se genera envíe un correo con evidencia
1
282,957
8,712,261,149
IssuesEvent
2018-12-06 21:40:51
aowen87/TicketTester
https://api.github.com/repos/aowen87/TicketTester
closed
Test QT5 on mac and fix any issues.
bug likelihood medium priority reviewed severity low
Allen has reported issues with QT 5 on his Mac. Qt 5 should be built on our Macs and the gui thoroughly tested, and any issues fixed. It may be we need a newer-than 5.6.0-rc (which is what I have been using on linux/windows). It looks like 5.6.0 is still the latest official release, but there are newer versions ...
1.0
Test QT5 on mac and fix any issues. - Allen has reported issues with QT 5 on his Mac. Qt 5 should be built on our Macs and the gui thoroughly tested, and any issues fixed. It may be we need a newer-than 5.6.0-rc (which is what I have been using on linux/windows). It looks like 5.6.0 is still the latest official ...
non_defect
test on mac and fix any issues allen has reported issues with qt on his mac qt should be built on our macs and the gui thoroughly tested and any issues fixed it may be we need a newer than rc which is what i have been using on linux windows it looks like is still the latest official re...
0
80,327
30,234,314,705
IssuesEvent
2023-07-06 09:10:24
snowplow/snowplow-ios-tracker
https://api.github.com/repos/snowplow/snowplow-ios-tracker
opened
Incorrect date serialization in the session context
type:defect
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Recently, we upgraded Snowplow iOS tracker in our app from version 1.6.0 to 5.3.0. We monitor the bad event stream from enricher and we observe a significant amount of errors: ``` $.firstEventTimestamp: 54117-05-18T03:59:1...
1.0
Incorrect date serialization in the session context - **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Recently, we upgraded Snowplow iOS tracker in our app from version 1.6.0 to 5.3.0. We monitor the bad event stream from enricher and we observe a significant amount of er...
defect
incorrect date serialization in the session context describe the bug a clear and concise description of what the bug is to reproduce recently we upgraded snowplow ios tracker in our app from version to we monitor the bad event stream from enricher and we observe a significant amount of er...
1
209,937
16,326,355,150
IssuesEvent
2021-05-12 01:33:57
Eazy-Sneezy/Eazy-Sneezy-Social-Production
https://api.github.com/repos/Eazy-Sneezy/Eazy-Sneezy-Social-Production
closed
Update README.md
documentation
Add the live heroku url: https://eazy-sneezy-social-media.herokuapp.com/ And update the content so it's more usefully descriptive...
1.0
Update README.md - Add the live heroku url: https://eazy-sneezy-social-media.herokuapp.com/ And update the content so it's more usefully descriptive...
non_defect
update readme md add the live heroku url and update the content so it s more usefully descriptive
0
436,768
30,569,096,529
IssuesEvent
2023-07-20 20:21:16
ToolJet/ToolJet
https://api.github.com/repos/ToolJet/ToolJet
opened
[docs]: GIFs present in the documentation appear to be outdated, showing features and functionalities from a previous version of ToolJet
documentation
### Summary The GIFs in the[ documentation](https://docs.tooljet.com/docs/data-sources/mssql) are outdated and display an older version of ToolJet. To ensure that the documentation is up-to-date and accurately reflects the latest version of ToolJet, it is essential to update the GIFs with the most recent ones. This wa...
1.0
[docs]: GIFs present in the documentation appear to be outdated, showing features and functionalities from a previous version of ToolJet - ### Summary The GIFs in the[ documentation](https://docs.tooljet.com/docs/data-sources/mssql) are outdated and display an older version of ToolJet. To ensure that the documentation...
non_defect
gifs present in the documentation appear to be outdated showing features and functionalities from a previous version of tooljet summary the gifs in the are outdated and display an older version of tooljet to ensure that the documentation is up to date and accurately reflects the latest version of tooljet...
0
223,998
17,148,036,308
IssuesEvent
2021-07-13 16:43:45
FirebaseExtended/flutterfire
https://api.github.com/repos/FirebaseExtended/flutterfire
opened
[📚] Social sign in: Facebook docs are outdated
good first issue type: documentation
In docs/auth/social/#facebook the package `flutter_facebook_auth` is used. FacebookAuth.instance.login() no longer returns `AccessToken` but it returns `LoginResult` which has a `accessToken` member as per [the package documentation](https://facebook.meedu.app/#/login)
1.0
[📚] Social sign in: Facebook docs are outdated - In docs/auth/social/#facebook the package `flutter_facebook_auth` is used. FacebookAuth.instance.login() no longer returns `AccessToken` but it returns `LoginResult` which has a `accessToken` member as per [the package documentation](https://facebook.meedu.app/#/login)
non_defect
social sign in facebook docs are outdated in docs auth social facebook the package flutter facebook auth is used facebookauth instance login no longer returns accesstoken but it returns loginresult which has a accesstoken member as per
0
297,516
25,738,577,141
IssuesEvent
2022-12-08 03:34:06
Myrfion/LinkFree
https://api.github.com/repos/Myrfion/LinkFree
opened
Testimonial
testimonial
### Title He is a grea guy ### Name myrfion ### Description Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has su...
1.0
Testimonial - ### Title He is a grea guy ### Name myrfion ### Description Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen b...
non_defect
testimonial title he is a grea guy name myrfion description lorem ipsum is simply dummy text of the printing and typesetting industry lorem ipsum has been the industry s standard dummy text ever since the when an unknown printer took a galley of type and scrambled it to make a type specimen book ...
0
47,769
13,066,214,646
IssuesEvent
2020-07-30 21:13:47
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[sim-services] GCD Validation docs (Trac #1155)
Migrated from Trac combo simulation defect
Update for 2015. Choose an MJD and generate another set of GCD files. This happens after the release, so I'm pushing the milestone slightly. Migrated from https://code.icecube.wisc.edu/ticket/1155 ```json { "status": "closed", "changetime": "2019-02-13T14:11:22", "description": "Update for 2015. Choo...
1.0
[sim-services] GCD Validation docs (Trac #1155) - Update for 2015. Choose an MJD and generate another set of GCD files. This happens after the release, so I'm pushing the milestone slightly. Migrated from https://code.icecube.wisc.edu/ticket/1155 ```json { "status": "closed", "changetime": "2019-02-13T14:1...
defect
gcd validation docs trac update for choose an mjd and generate another set of gcd files this happens after the release so i m pushing the milestone slightly migrated from json status closed changetime description update for choose an mjd and generate...
1
153,769
24,186,070,851
IssuesEvent
2022-09-23 13:25:17
xamarin/xamarin-macios
https://api.github.com/repos/xamarin/xamarin-macios
closed
Cannot open interface builder when a duplicate Objective-C type exists (but the project builds without error - perhaps it should not)
external-designer
### Steps to Reproduce 1. Have bindings in the project that create two types with the same name in Objective-C. 2. Build the project. 3. Attempt to open a storyboard file in interface builder. ### Expected Behavior Interface builder opens the storyboard. __OR__ The project actually not building because...
1.0
Cannot open interface builder when a duplicate Objective-C type exists (but the project builds without error - perhaps it should not) - ### Steps to Reproduce 1. Have bindings in the project that create two types with the same name in Objective-C. 2. Build the project. 3. Attempt to open a storyboard file in inter...
non_defect
cannot open interface builder when a duplicate objective c type exists but the project builds without error perhaps it should not steps to reproduce have bindings in the project that create two types with the same name in objective c build the project attempt to open a storyboard file in inter...
0
140,496
21,104,223,447
IssuesEvent
2022-04-04 17:06:29
popcorndao/Marketing-Ad-hoc
https://api.github.com/repos/popcorndao/Marketing-Ad-hoc
closed
Butter Promotion
needs design
We're looking for two sets of graphics to 1) hype the release of Butter and 2) announce the release. Copy: 1) v1: Butter is coming... v2: 🧈 soon 2) v1: Butter Has Arrived! Mint. Stake. Make an Impact. popcorndao.finance v2: Butter Has Landed! popcorndao.finance v3: Butter is Here! popcorndao.finance
1.0
Butter Promotion - We're looking for two sets of graphics to 1) hype the release of Butter and 2) announce the release. Copy: 1) v1: Butter is coming... v2: 🧈 soon 2) v1: Butter Has Arrived! Mint. Stake. Make an Impact. popcorndao.finance v2: Butter Has Landed! popcorndao.finance v3: Butter is Here! popcorndao...
non_defect
butter promotion we re looking for two sets of graphics to hype the release of butter and announce the release copy butter is coming 🧈 soon butter has arrived mint stake make an impact popcorndao finance butter has landed popcorndao finance butter is here popcorndao fina...
0
12,191
14,742,299,477
IssuesEvent
2021-01-07 12:03:12
kdjstudios/SABillingGitlab
https://api.github.com/repos/kdjstudios/SABillingGitlab
closed
Orlando 045- Missing Payment
anc-process anp-0.5 ant-enhancement
In GitLab by @kdjstudios on Apr 3, 2019, 11:50 **Submitted by:** "David Difo" <david.difo@answernet.com> **Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/2019-04-03-25939/conversation **Server:** Internal **Client/Site:** Orlando **Account:** **Issue:** We have client Ficurma 045-S8762 who ...
1.0
Orlando 045- Missing Payment - In GitLab by @kdjstudios on Apr 3, 2019, 11:50 **Submitted by:** "David Difo" <david.difo@answernet.com> **Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/2019-04-03-25939/conversation **Server:** Internal **Client/Site:** Orlando **Account:** **Issue:** We have...
non_defect
orlando missing payment in gitlab by kdjstudios on apr submitted by david difo helpdesk server internal client site orlando account issue we have client ficurma who has reached out stating e check payment processed on does not show under bank stat...
0