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
58,072
16,342,395,502
IssuesEvent
2021-05-13 00:12:19
darshan-hpc/darshan
https://api.github.com/repos/darshan-hpc/darshan
closed
F90 programs are not currently instrumented on BG/Q platforms
compiler scripts defect
In GitLab by @shanedsnyder on Sep 24, 2015, 16:26 The source of the problem is a lack of MPI profiling symbols available in the default MPICH build provided by IBM. Problem is not present in recent custom MPI builds on the same platform. Need to investigate if any workarounds (such as explicitly instrumenting Fortra...
1.0
F90 programs are not currently instrumented on BG/Q platforms - In GitLab by @shanedsnyder on Sep 24, 2015, 16:26 The source of the problem is a lack of MPI profiling symbols available in the default MPICH build provided by IBM. Problem is not present in recent custom MPI builds on the same platform. Need to investi...
defect
programs are not currently instrumented on bg q platforms in gitlab by shanedsnyder on sep the source of the problem is a lack of mpi profiling symbols available in the default mpich build provided by ibm problem is not present in recent custom mpi builds on the same platform need to investigate if ...
1
51,248
10,602,183,600
IssuesEvent
2019-10-10 13:47:23
fac-17/My-Body-Back
https://api.github.com/repos/fac-17/My-Body-Back
closed
♻️ Use reacts power
CODE REVIEW
https://github.com/fac-17/My-Body-Back/blob/7db9eac41abbc2e77244bb6ce16876cfa4952383/src/components/NotesOfLove/NotesOfLove.js#L20-L29 React is an abstraction layer on top of vanilla dom manipulation. It streamlines a lot for us, and does lot of magic optimisation. We shouldn't be accessing the dom directly. `cl...
1.0
♻️ Use reacts power - https://github.com/fac-17/My-Body-Back/blob/7db9eac41abbc2e77244bb6ce16876cfa4952383/src/components/NotesOfLove/NotesOfLove.js#L20-L29 React is an abstraction layer on top of vanilla dom manipulation. It streamlines a lot for us, and does lot of magic optimisation. We shouldn't be accessing the...
non_defect
♻️ use reacts power react is an abstraction layer on top of vanilla dom manipulation it streamlines a lot for us and does lot of magic optimisation we shouldn t be accessing the dom directly classname is reacts way of passing classes to elements this is where you should be adding removing classes you...
0
24,478
23,803,836,345
IssuesEvent
2022-09-03 18:22:41
bevyengine/bevy
https://api.github.com/repos/bevyengine/bevy
closed
Conversion of EntityMut into EntityRef
D-Good-First-Issue A-ECS C-Usability
## What problem does this solve or what need does it fill? If a function exists that takes an EntityRef, it would be nice to be able to call this function using an EntityMut. Currently, this is not possible and you have to do a second lookup to get the EntityRef you need. ## What solution would you like? Add ...
True
Conversion of EntityMut into EntityRef - ## What problem does this solve or what need does it fill? If a function exists that takes an EntityRef, it would be nice to be able to call this function using an EntityMut. Currently, this is not possible and you have to do a second lookup to get the EntityRef you need. ...
non_defect
conversion of entitymut into entityref what problem does this solve or what need does it fill if a function exists that takes an entityref it would be nice to be able to call this function using an entitymut currently this is not possible and you have to do a second lookup to get the entityref you need ...
0
650,289
21,367,481,928
IssuesEvent
2022-04-20 04:25:54
microsoft/terminal
https://api.github.com/repos/microsoft/terminal
closed
[Terminal> Rename Window]: Keyboard users are not able to access 'Window 1' pop-up when they open it using defined shortcut key.
Resolution-Fix-Available Issue-Bug Area-Accessibility Product-Terminal Priority-1 Tracking-External HCL-E+D A11yWCAG HCL-WindowsTerminal A11yCO A11ySev1 zAskModeBug
### Windows Terminal version 1.12.3472.0 ### Windows build number 10.0.22504.1010 ### Other Software **Test Environment:** OS: Windows 11 Version Dev (OS Build 22504.1010) App: Windows Terminal Preview Screen Reader: Narrator Tool: Accessibility Insights for Windows Version 1.1.1741.1 ### Steps to...
1.0
[Terminal> Rename Window]: Keyboard users are not able to access 'Window 1' pop-up when they open it using defined shortcut key. - ### Windows Terminal version 1.12.3472.0 ### Windows build number 10.0.22504.1010 ### Other Software **Test Environment:** OS: Windows 11 Version Dev (OS Build 22504.1010) ...
non_defect
keyboard users are not able to access window pop up when they open it using defined shortcut key windows terminal version windows build number other software test environment os windows version dev os build app windows terminal preview screen reader...
0
31,342
6,501,131,344
IssuesEvent
2017-08-23 08:25:44
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
[DateTime]Call to a member function format() on null
Defect
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.4.13 * Platform and Target: Apache2.4 + Mysql5.7 + Win10 + PHP5.6 ### What you did ```php $product = object(App\Model\Entity\Product) { 'id' => (int) 90462, 'name' => 'Long Thin Section Shirt ...
1.0
[DateTime]Call to a member function format() on null - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.4.13 * Platform and Target: Apache2.4 + Mysql5.7 + Win10 + PHP5.6 ### What you did ```php $product = object(App\Model\Entity\Product) { 'id...
defect
call to a member function format on null this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target what you did php product object app model entity product id int name long th...
1
106,336
13,262,256,257
IssuesEvent
2020-08-20 21:24:28
LibraryOfCongress/concordia
https://api.github.com/repos/LibraryOfCongress/concordia
opened
Move asset status to the top of thumbnail in asset view
design user experience
**User story/persona** As a user, I want to quickly be able to tell the status of assets when browsing the thumbnails on an asset view page. **Is your feature request related to a problem? Please describe.** Currently the page number is at the top of the thumbnails and the status is at the bottom. The status is mo...
1.0
Move asset status to the top of thumbnail in asset view - **User story/persona** As a user, I want to quickly be able to tell the status of assets when browsing the thumbnails on an asset view page. **Is your feature request related to a problem? Please describe.** Currently the page number is at the top of the th...
non_defect
move asset status to the top of thumbnail in asset view user story persona as a user i want to quickly be able to tell the status of assets when browsing the thumbnails on an asset view page is your feature request related to a problem please describe currently the page number is at the top of the th...
0
737,232
25,507,127,827
IssuesEvent
2022-11-28 10:17:03
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
closed
[suite_messaging / tst_ChatFlow] - "The user can delete his/her own message" scenario needs some fixes
bug Chat priority F2: important squish S:1 messenger
### Description 1. `The user can delete his/her own message` scenario works **standalone** but when it runs as part of the sequence, the action of **delete** is not done always (sometimes yes, so check it multiple times). The popup option to delete seems to not appear sometimes. 2. Once it is updated, remove `mayfa...
1.0
[suite_messaging / tst_ChatFlow] - "The user can delete his/her own message" scenario needs some fixes - ### Description 1. `The user can delete his/her own message` scenario works **standalone** but when it runs as part of the sequence, the action of **delete** is not done always (sometimes yes, so check it multiple ...
non_defect
the user can delete his her own message scenario needs some fixes description the user can delete his her own message scenario works standalone but when it runs as part of the sequence the action of delete is not done always sometimes yes so check it multiple times the popup option to del...
0
20,471
3,358,976,125
IssuesEvent
2015-11-19 12:19:47
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
3.6-RC1 NPE replicatedmap.impl.operation.PutOperation.run
SIMULATOR Team: Core Type: Critical Type: Defect
FAIL http://54.87.52.100/~jenkins/workspace/Hazelcast-Simulator-nightly/3.6-RC1/2015_11_18-16_42_49 full logs of run http://54.87.52.100/~jenkins/workspace/Hazelcast-Simulator-nightly/3.6-RC1/2015_11_18-16_42_49/ Test com.hazelcast.simulator.tests.replicatedmap.ReplicatedMapTimeToLiveTest ``` java.lang...
1.0
3.6-RC1 NPE replicatedmap.impl.operation.PutOperation.run - FAIL http://54.87.52.100/~jenkins/workspace/Hazelcast-Simulator-nightly/3.6-RC1/2015_11_18-16_42_49 full logs of run http://54.87.52.100/~jenkins/workspace/Hazelcast-Simulator-nightly/3.6-RC1/2015_11_18-16_42_49/ Test com.hazelcast.simulator.test...
defect
npe replicatedmap impl operation putoperation run fail full logs of run test com hazelcast simulator tests replicatedmap replicatedmaptimetolivetest java lang nullpointerexception at com hazelcast replicatedmap impl record abstractreplicatedrecordstore put abstractreplicatedrecordsto...
1
642,299
20,883,713,531
IssuesEvent
2022-03-23 01:04:37
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
opened
Update implementation of CreateAssociatedTokenAccount to match spl-associated-token-account v1.0.5
priority/P3 feature/wallet OS/Android OS/Desktop feature/wallet/solana
We're currently referencing https://docs.rs/spl-associated-token-account/1.0.3/spl_associated_token_account/fn.create_associated_token_account.html for our `SolanaInstructionBuilder::CreateAssociatedTokenAccount`, according to their documentation, we should update this to match instruction::create_associated_token_acc...
1.0
Update implementation of CreateAssociatedTokenAccount to match spl-associated-token-account v1.0.5 - We're currently referencing https://docs.rs/spl-associated-token-account/1.0.3/spl_associated_token_account/fn.create_associated_token_account.html for our `SolanaInstructionBuilder::CreateAssociatedTokenAccount`, accor...
non_defect
update implementation of createassociatedtokenaccount to match spl associated token account we re currently referencing for our solanainstructionbuilder createassociatedtokenaccount according to their documentation we should update this to match instruction create associated token account in spl associ...
0
73,060
24,435,705,433
IssuesEvent
2022-10-06 11:19:31
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Vulnerabilities in snakeyaml used by Jet
Type: Defect Source: Internal security severity:high Team: Platform
Elasticsearch 6 and 7 connector from HZ Jet is using snakeyaml in version 1.30 (HZ 5.0.z uses version 1.26) which includes following vulnerabilities: - CVE-2022-25857 - https://nvd.nist.gov/vuln/detail/CVE-2022-25857 (fixed in 1.31) - CVE-2022-38749 - https://nvd.nist.gov/vuln/detail/CVE-2022-38749 (fixed in 1.31) -...
1.0
Vulnerabilities in snakeyaml used by Jet - Elasticsearch 6 and 7 connector from HZ Jet is using snakeyaml in version 1.30 (HZ 5.0.z uses version 1.26) which includes following vulnerabilities: - CVE-2022-25857 - https://nvd.nist.gov/vuln/detail/CVE-2022-25857 (fixed in 1.31) - CVE-2022-38749 - https://nvd.nist.gov/vu...
defect
vulnerabilities in snakeyaml used by jet elasticsearch and connector from hz jet is using snakeyaml in version hz z uses version which includes following vulnerabilities cve fixed in cve fixed in cve fixed in cve fixed in cve ...
1
30,679
8,576,620,717
IssuesEvent
2018-11-12 20:58:35
typedefs/typedefs
https://api.github.com/repos/typedefs/typedefs
opened
nix-build fails on Travis with 'no such variable Vect'
build
Here's the Travis output: https://travis-ci.com/typedefs/typedefs/builds/89301620#L1051. This issue is blocking @clayrat's [very desirable PR](https://github.com/typedefs/typedefs/pull/68).
1.0
nix-build fails on Travis with 'no such variable Vect' - Here's the Travis output: https://travis-ci.com/typedefs/typedefs/builds/89301620#L1051. This issue is blocking @clayrat's [very desirable PR](https://github.com/typedefs/typedefs/pull/68).
non_defect
nix build fails on travis with no such variable vect here s the travis output this issue is blocking clayrat s
0
82,244
23,721,336,223
IssuesEvent
2022-08-30 15:34:23
Rust-SDL2/rust-sdl2
https://api.github.com/repos/Rust-SDL2/rust-sdl2
closed
could not find native static library `SDL2main` when building in manylinux2014 docker container
build-process
Build command: `cargo build --features bundled,static-link -vv` ```bash $ git clone https://github.com/Rust-SDL2/rust-sdl2.git $ cd rust-sdl2 $ docker run --rm -it -v $(pwd):/io -w /io quay.io/pypa/manylinux2014_x86_64 bash [root@59da2d03b40b io]# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh [...
1.0
could not find native static library `SDL2main` when building in manylinux2014 docker container - Build command: `cargo build --features bundled,static-link -vv` ```bash $ git clone https://github.com/Rust-SDL2/rust-sdl2.git $ cd rust-sdl2 $ docker run --rm -it -v $(pwd):/io -w /io quay.io/pypa/manylinux2014_x86_...
non_defect
could not find native static library when building in docker container build command cargo build features bundled static link vv bash git clone cd rust docker run rm it v pwd io w io quay io pypa bash curl proto https ssf sh source home cargo e...
0
6,168
2,610,222,634
IssuesEvent
2015-02-26 19:10:37
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
setup 6 bin.rar
auto-migrated Priority-Medium Type-Defect
``` '''Вильгельм Аксёнов''' Привет всем не подскажите где можно найти .setup 6 bin.rar. как то выкладывали уже '''Вилорг Баранов''' Качай тут http://bit.ly/1cArUvq '''Владимир Белов''' Спасибо вроде то но просит телефон вводить '''Виль Кириллов''' Не это не влияет на баланс '''Амос Родионов''' Неа все ок у меня ни...
1.0
setup 6 bin.rar - ``` '''Вильгельм Аксёнов''' Привет всем не подскажите где можно найти .setup 6 bin.rar. как то выкладывали уже '''Вилорг Баранов''' Качай тут http://bit.ly/1cArUvq '''Владимир Белов''' Спасибо вроде то но просит телефон вводить '''Виль Кириллов''' Не это не влияет на баланс '''Амос Родионов''' Не...
defect
setup bin rar вильгельм аксёнов привет всем не подскажите где можно найти setup bin rar как то выкладывали уже вилорг баранов качай тут владимир белов спасибо вроде то но просит телефон вводить виль кириллов не это не влияет на баланс амос родионов неа все ок у меня ниче...
1
1,519
2,641,831,989
IssuesEvent
2015-03-11 20:01:20
IQSS/dataverse
https://api.github.com/repos/IQSS/dataverse
opened
Create Dataset: Unused template with required field prevents creating datasets.
Component: Code Infrastructure Priority: High Status: Dev Type: Bug
When an a template is created in a dv that includes a block not show at dataset create time and has a required field, if a dataset is created in that dv without using that template, it cannot be saved, says validation error, required field not completed. Ex: 1. Create a new dv 2. Create template in that dv with ge...
1.0
Create Dataset: Unused template with required field prevents creating datasets. - When an a template is created in a dv that includes a block not show at dataset create time and has a required field, if a dataset is created in that dv without using that template, it cannot be saved, says validation error, required fiel...
non_defect
create dataset unused template with required field prevents creating datasets when an a template is created in a dv that includes a block not show at dataset create time and has a required field if a dataset is created in that dv without using that template it cannot be saved says validation error required fiel...
0
81,594
31,072,679,776
IssuesEvent
2023-08-12 05:08:52
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
zpool scrub detects CKSUM errors, but no dmesg details and might not update (error files list) status -v
Type: Defect Status: Stale
Distribution Name | Arch Linux Distribution Version | rolling Kernel Version | 5.17.1-arch1-1 Architecture | amd64 / x86-64 (an Intel model CPU) OpenZFS Version | 2.1.4-1 Yes, ECC RAM, and no dmesg to suspect underlying hardware issues (the only suspicious entry is related to perf). I recently rsynced from an...
1.0
zpool scrub detects CKSUM errors, but no dmesg details and might not update (error files list) status -v - Distribution Name | Arch Linux Distribution Version | rolling Kernel Version | 5.17.1-arch1-1 Architecture | amd64 / x86-64 (an Intel model CPU) OpenZFS Version | 2.1.4-1 Yes, ECC RAM, and no dmesg to suspe...
defect
zpool scrub detects cksum errors but no dmesg details and might not update error files list status v distribution name arch linux distribution version rolling kernel version architecture an intel model cpu openzfs version yes ecc ram and no dmesg to suspect underlyin...
1
70,146
22,971,158,522
IssuesEvent
2022-07-20 03:20:31
panoply/prettify
https://api.github.com/repos/panoply/prettify
closed
HTML5 Shiv Comments + External Embeds
Defect HTML Liquid
### Description The markup lexer has trouble processing HTML5 Shiv comments (ie: Conditional Comments) when an external embedded language region is preceded. This is a defect that was _partially_ inherited from PrettyDiff and partly introduced in the comment beautification overhaul for Prettify. ### Context T...
1.0
HTML5 Shiv Comments + External Embeds - ### Description The markup lexer has trouble processing HTML5 Shiv comments (ie: Conditional Comments) when an external embedded language region is preceded. This is a defect that was _partially_ inherited from PrettyDiff and partly introduced in the comment beautification ove...
defect
shiv comments external embeds description the markup lexer has trouble processing shiv comments ie conditional comments when an external embedded language region is preceded this is a defect that was partially inherited from prettydiff and partly introduced in the comment beautification overhaul fo...
1
19,539
3,219,365,982
IssuesEvent
2015-10-08 09:19:38
golang/freetype
https://api.github.com/repos/golang/freetype
closed
request: truetype font Name() API
auto-migrated Priority-Medium Type-Defect
``` I would like to be able to get at the font name(s) stored in the truetype in the font file. ``` Original issue reported on code.google.com by `snesse...@gmail.com` on 29 May 2014 at 12:39
1.0
request: truetype font Name() API - ``` I would like to be able to get at the font name(s) stored in the truetype in the font file. ``` Original issue reported on code.google.com by `snesse...@gmail.com` on 29 May 2014 at 12:39
defect
request truetype font name api i would like to be able to get at the font name s stored in the truetype in the font file original issue reported on code google com by snesse gmail com on may at
1
49,528
13,187,226,977
IssuesEvent
2020-08-13 02:45:04
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
icetray-inspect - on OSX `icetray.dylib` is included as an inspectable project (Trac #1604)
Incomplete Migration Migrated from Trac defect infrastructure
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1604">https://code.icecube.wisc.edu/ticket/1604</a>, reported by nega and owned by kjmeagher</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:42", "description": "dumping `args` before `ice...
1.0
icetray-inspect - on OSX `icetray.dylib` is included as an inspectable project (Trac #1604) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1604">https://code.icecube.wisc.edu/ticket/1604</a>, reported by nega and owned by kjmeagher</em></summary> <p> ```json { "status": "clo...
defect
icetray inspect on osx icetray dylib is included as an inspectable project trac migrated from json status closed changetime description dumping args before icetray inspect starts its magic n n n combo build n env shell sh users nega c...
1
123,385
10,266,113,200
IssuesEvent
2019-08-22 20:34:49
kodiondemand/addon
https://api.github.com/repos/kodiondemand/addon
closed
animesaturn
Test Canale
Di ogni test mantieni la voce dell'esito e cancella le altre, dove occorre aggiungi informazioni. Specifica, dove possibile, il tipo di problema che incontri in quel test. Se hai suggerimenti/consigli/dubbi sui test...Proponili e/o chiedi! *** Test N°.1: Lista Canali Cosa serve: il file .json 1. Verifica ...
1.0
animesaturn - Di ogni test mantieni la voce dell'esito e cancella le altre, dove occorre aggiungi informazioni. Specifica, dove possibile, il tipo di problema che incontri in quel test. Se hai suggerimenti/consigli/dubbi sui test...Proponili e/o chiedi! *** Test N°.1: Lista Canali Cosa serve: il file .json ...
non_defect
animesaturn di ogni test mantieni la voce dell esito e cancella le altre dove occorre aggiungi informazioni specifica dove possibile il tipo di problema che incontri in quel test se hai suggerimenti consigli dubbi sui test proponili e o chiedi test n° lista canali cosa serve il file json ...
0
42,640
11,194,703,974
IssuesEvent
2020-01-03 02:28:44
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
4.x: bug with numeric strings
defect
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 4.0 Typehints are going to bite us ... In this case also PHP and how it handles numeric array indexes. ### What you did Upgrade sandbox app to 4.x The config does not change: ```php 'Log' => ...
1.0
4.x: bug with numeric strings - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 4.0 Typehints are going to bite us ... In this case also PHP and how it handles numeric array indexes. ### What you did Upgrade sandbox app to 4.x The config does...
defect
x bug with numeric strings this is a multiple allowed bug enhancement feature discussion rfc cakephp version typehints are going to bite us in this case also php and how it handles numeric array indexes what you did upgrade sandbox app to x the config does not c...
1
711,912
24,479,531,880
IssuesEvent
2022-10-08 16:34:24
joomlahenk/fabrik
https://api.github.com/repos/joomlahenk/fabrik
opened
List copy plugin
Low Priority
"Default on copy" not working for repeat group fields. The records are copied but the fields are empty (nor default value nor the defaults). It's the same in Fabrik3, so I think low priority.
1.0
List copy plugin - "Default on copy" not working for repeat group fields. The records are copied but the fields are empty (nor default value nor the defaults). It's the same in Fabrik3, so I think low priority.
non_defect
list copy plugin default on copy not working for repeat group fields the records are copied but the fields are empty nor default value nor the defaults it s the same in so i think low priority
0
380,988
11,271,531,354
IssuesEvent
2020-01-14 13:15:10
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
opened
Problem setting Thumbnails, Map Details and Favourites in DEV
Priority: Blocker bug
## Description In DEV is no longer possible to create [Thumbnails](https://mapstore.readthedocs.io/en/latest/user-guide/resources-properties/#thumbnail), [Map Details](https://mapstore.readthedocs.io/en/latest/user-guide/resources-properties/#details) and put resources in [Favourites](https://mapstore.readthedocs.io/e...
1.0
Problem setting Thumbnails, Map Details and Favourites in DEV - ## Description In DEV is no longer possible to create [Thumbnails](https://mapstore.readthedocs.io/en/latest/user-guide/resources-properties/#thumbnail), [Map Details](https://mapstore.readthedocs.io/en/latest/user-guide/resources-properties/#details) and...
non_defect
problem setting thumbnails map details and favourites in dev description in dev is no longer possible to create and put resources in how to reproduce simply try to create them as reported in user guide expected result thumbnails map details and featured functionalities are workingas exp...
0
78,468
27,537,581,780
IssuesEvent
2023-03-07 05:27:49
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
opened
[🐛 Bug]: Browser gradually changing color after it has been applied
I-defect needs-triaging
### What happened? TLDR; When using WebDriverWait, it waits for the color style to be set in the source code, but the browser actually takes some time to progress towards the expected color gradually. 1. Apply style using execute_script: ```python self.driver.execute_script("arguments[0].style = argume...
1.0
[🐛 Bug]: Browser gradually changing color after it has been applied - ### What happened? TLDR; When using WebDriverWait, it waits for the color style to be set in the source code, but the browser actually takes some time to progress towards the expected color gradually. 1. Apply style using execute_script: ```pyt...
defect
browser gradually changing color after it has been applied what happened tldr when using webdriverwait it waits for the color style to be set in the source code but the browser actually takes some time to progress towards the expected color gradually apply style using execute script python ...
1
307,793
9,422,284,868
IssuesEvent
2019-04-11 09:01:12
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
[DOC] Migration guide link for Updating WSO2 Products redirects to non existing page
Affected/5.7.0 Component/Migration Priority/High Severity/Blocker Type/Docs
Doc: [1] https://docs.wso2.com/display/IS570/Upgrading+From+an+Older+Version+of+WSO2+IS#UpgradingFromanOlderVersionofWSO2IS-Migratingthedata [2] https://docs.wso2.com/display/IS570/Upgrading+from+the+Previous+Release ![migration](https://user-images.githubusercontent.com/5061791/52043784-964c8580-2566-11e9-9fbf-e...
1.0
[DOC] Migration guide link for Updating WSO2 Products redirects to non existing page - Doc: [1] https://docs.wso2.com/display/IS570/Upgrading+From+an+Older+Version+of+WSO2+IS#UpgradingFromanOlderVersionofWSO2IS-Migratingthedata [2] https://docs.wso2.com/display/IS570/Upgrading+from+the+Previous+Release ![migratio...
non_defect
migration guide link for updating products redirects to non existing page doc link doesnt exists it should be
0
27,950
5,141,818,895
IssuesEvent
2017-01-12 11:06:55
Schematron/schematron
https://api.github.com/repos/Schematron/schematron
closed
Will Schematron move from GoogleCode?
auto-migrated Priority-Medium Type-Defect
``` Is there a plan for Schematron to move away from GoogleCode before GoogleCode closes (http://google-opensource.blogspot.ie/2015/03/farewell-to-google-code.html)? Personally, I'd like to see it become an 'Organization' on GitHub since I have or use multiple GitHub projects that keep a copy of the Schematron XSLT...
1.0
Will Schematron move from GoogleCode? - ``` Is there a plan for Schematron to move away from GoogleCode before GoogleCode closes (http://google-opensource.blogspot.ie/2015/03/farewell-to-google-code.html)? Personally, I'd like to see it become an 'Organization' on GitHub since I have or use multiple GitHub projects...
defect
will schematron move from googlecode is there a plan for schematron to move away from googlecode before googlecode closes personally i d like to see it become an organization on github since i have or use multiple github projects that keep a copy of the schematron xslt files and it would be simpler i...
1
425,115
29,192,396,405
IssuesEvent
2023-05-19 21:32:02
Stoccoin-Official/Stoccoin-Website
https://api.github.com/repos/Stoccoin-Official/Stoccoin-Website
opened
Populate Fundamental Analysis
documentation good first issue
Populate file: fundamental-analysis.md Write the content for fundamental analysis for stocks and cryptocurrencies. Cover key factors to consider, such as financial statements, industry analysis, and management performance, to help beginners make informed investment decisions. Main issue: https://github.com/Stoc...
1.0
Populate Fundamental Analysis - Populate file: fundamental-analysis.md Write the content for fundamental analysis for stocks and cryptocurrencies. Cover key factors to consider, such as financial statements, industry analysis, and management performance, to help beginners make informed investment decisions. Mai...
non_defect
populate fundamental analysis populate file fundamental analysis md write the content for fundamental analysis for stocks and cryptocurrencies cover key factors to consider such as financial statements industry analysis and management performance to help beginners make informed investment decisions mai...
0
2,451
2,602,504,700
IssuesEvent
2015-02-24 09:26:01
olga-jane/prizm
https://api.github.com/repos/olga-jane/prizm
closed
Testing for 1.0.32.1 build
Testing
please start testing for 1.0.32.1 build - [x] Сохранение в Настройках версия 1.0.32.9992 с первого раза не работает DUPLICATE #1540 opened 3 hours ago by Chifuyu 1.0.32.x AleksMorozova 0 - [x] Incorrect error of invalid value in Settings->Componentry v. 1.0.32.9992 bug bug - validation Coding HIGH priority Sett...
1.0
Testing for 1.0.32.1 build - please start testing for 1.0.32.1 build - [x] Сохранение в Настройках версия 1.0.32.9992 с первого раза не работает DUPLICATE #1540 opened 3 hours ago by Chifuyu 1.0.32.x AleksMorozova 0 - [x] Incorrect error of invalid value in Settings->Componentry v. 1.0.32.9992 bug bug - validat...
non_defect
testing for build please start testing for build сохранение в настройках версия с первого раза не работает duplicate opened hours ago by chifuyu x aleksmorozova incorrect error of invalid value in settings componentry v bug bug validation coding high pr...
0
5,285
3,197,104,106
IssuesEvent
2015-10-01 01:13:49
MarcNo/lifelines
https://api.github.com/repos/MarcNo/lifelines
closed
givens() fails
auto-migrated Code_Cleanup sourceforge
While testing the changes I made to book-latex.ll last night, I found that the givens\(\) function appears to be broken. Although name\(indi\) will return, e.g., &amp;quot;Miriam Chivers&amp;quot;, givens\(indi\) will return &amp;quot;&amp;quot; \(in the example, it should be &amp;quot;Miriam&amp;quot;\). This produces...
1.0
givens() fails - While testing the changes I made to book-latex.ll last night, I found that the givens\(\) function appears to be broken. Although name\(indi\) will return, e.g., &amp;quot;Miriam Chivers&amp;quot;, givens\(indi\) will return &amp;quot;&amp;quot; \(in the example, it should be &amp;quot;Miriam&amp;quot;...
non_defect
givens fails while testing the changes i made to book latex ll last night i found that the givens function appears to be broken although name indi will return e g amp quot miriam chivers amp quot givens indi will return amp quot amp quot in the example it should be amp quot miriam amp quot ...
0
72,649
24,219,968,164
IssuesEvent
2022-09-26 10:00:20
zotonic/zotonic
https://api.github.com/repos/zotonic/zotonic
closed
CAPS cause wrong password reset to be sent
defect pending reply
If you use an email like michiel@LEARNINGSTONE.com - you get an email saying you don't have an account while the michiel@learningstone.com will send the correct reset email.
1.0
CAPS cause wrong password reset to be sent - If you use an email like michiel@LEARNINGSTONE.com - you get an email saying you don't have an account while the michiel@learningstone.com will send the correct reset email.
defect
caps cause wrong password reset to be sent if you use an email like michiel learningstone com you get an email saying you don t have an account while the michiel learningstone com will send the correct reset email
1
10,042
2,618,932,790
IssuesEvent
2015-03-03 00:00:55
chrsmith/open-ig
https://api.github.com/repos/chrsmith/open-ig
closed
Hubble 2 not accessible in skirmish mode
auto-migrated Priority-Medium Technology Type-Defect
``` Game version: open-ig-0.95.129 Operating System: Windows 7 x64 Java runtime version: 1.7.0_11 Installed using the Launcher? yes Game language (en, hu, de): hu, en What steps will reproduce the problem? 1. Skirmish mode 2. Tech level 6 3. Add players 4. Start game 5. Production screen, satellites 6. The "...
1.0
Hubble 2 not accessible in skirmish mode - ``` Game version: open-ig-0.95.129 Operating System: Windows 7 x64 Java runtime version: 1.7.0_11 Installed using the Launcher? yes Game language (en, hu, de): hu, en What steps will reproduce the problem? 1. Skirmish mode 2. Tech level 6 3. Add players 4. Start gam...
defect
hubble not accessible in skirmish mode game version open ig operating system windows java runtime version installed using the launcher yes game language en hu de hu en what steps will reproduce the problem skirmish mode tech level add players start game p...
1
44,244
13,049,809,519
IssuesEvent
2020-07-29 14:36:23
ThomasRuemmler/openspaceplanner
https://api.github.com/repos/ThomasRuemmler/openspaceplanner
opened
WS-2019-0424 (Medium) detected in elliptic-6.5.2.tgz
security vulnerability
## WS-2019-0424 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.2.tgz</b></p></summary> <p>EC cryptography</p> <p>Library home page: <a href="https://registry.npmjs.org/...
True
WS-2019-0424 (Medium) detected in elliptic-6.5.2.tgz - ## WS-2019-0424 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.2.tgz</b></p></summary> <p>EC cryptography</p> <p>...
non_defect
ws medium detected in elliptic tgz ws medium severity vulnerability vulnerable library elliptic tgz ec cryptography library home page a href path to dependency file tmp ws scm openspaceplanner web package json path to vulnerable library tmp ws scm openspaceplanner ...
0
65,055
19,074,701,532
IssuesEvent
2021-11-27 15:03:34
robolectric/robolectric
https://api.github.com/repos/robolectric/robolectric
closed
NoClassDefFoundError with Robolectric 4.7.2, sdk 30 and ContentProvider tests
defect
### Description When running a test that uses `Robolectric.setupContentProvider` or `Robolectric.buildContentProvider` with Robolectric 4.7.x and `compileSdk = 30` I get a `java.lang.NoClassDefFoundError` on class `android/content/AttributionSource` no matter which sdk I set in the `@Config` annotation. The same do...
1.0
NoClassDefFoundError with Robolectric 4.7.2, sdk 30 and ContentProvider tests - ### Description When running a test that uses `Robolectric.setupContentProvider` or `Robolectric.buildContentProvider` with Robolectric 4.7.x and `compileSdk = 30` I get a `java.lang.NoClassDefFoundError` on class `android/content/Attribut...
defect
noclassdeffounderror with robolectric sdk and contentprovider tests description when running a test that uses robolectric setupcontentprovider or robolectric buildcontentprovider with robolectric x and compilesdk i get a java lang noclassdeffounderror on class android content attributio...
1
9,020
2,615,121,785
IssuesEvent
2015-03-01 05:48:50
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
closed
FindBugs found: Synchronization issue in api.client.util.Data
auto-migrated Priority-Medium Type-Defect
``` This class is synchronizing on the monitor of a ConcurrentHashMap instance. Concurrent objects have their own concurrency controls that are distinct form and incompatible with the keyword synchronized. The following function will not prevent other threads from making changes to NULL_CHANGE because it uses the N...
1.0
FindBugs found: Synchronization issue in api.client.util.Data - ``` This class is synchronizing on the monitor of a ConcurrentHashMap instance. Concurrent objects have their own concurrency controls that are distinct form and incompatible with the keyword synchronized. The following function will not prevent other t...
defect
findbugs found synchronization issue in api client util data this class is synchronizing on the monitor of a concurrenthashmap instance concurrent objects have their own concurrency controls that are distinct form and incompatible with the keyword synchronized the following function will not prevent other t...
1
79,869
29,491,343,120
IssuesEvent
2023-06-02 13:41:18
matrix-org/matrix-appservice-irc
https://api.github.com/repos/matrix-org/matrix-appservice-irc
closed
Check if the passkey is able to unlock user passwords on startup
T-Defect S-Minor
If you pass in a passkey that is wrong, the bridge will fail to connect users and **kick them from rooms** if the passkey isn't valid. We should: A) Check the validity of the passkey by doing an unlock of any password in the datastore. B) Ideally not kick users on password unlock fails. The kick failure is tha...
1.0
Check if the passkey is able to unlock user passwords on startup - If you pass in a passkey that is wrong, the bridge will fail to connect users and **kick them from rooms** if the passkey isn't valid. We should: A) Check the validity of the passkey by doing an unlock of any password in the datastore. B) Ideally no...
defect
check if the passkey is able to unlock user passwords on startup if you pass in a passkey that is wrong the bridge will fail to connect users and kick them from rooms if the passkey isn t valid we should a check the validity of the passkey by doing an unlock of any password in the datastore b ideally no...
1
478,978
13,789,273,155
IssuesEvent
2020-10-09 08:37:30
magento/magento2
https://api.github.com/repos/magento/magento2
closed
"As low as" price display doesn't consider advanced pricing
Area: Frontend CD Component: Catalog Issue: Clear Description Issue: Confirmed Issue: Format is valid Issue: Ready for Work Priority: P2 Progress: done Reproduced on 2.4.x Severity: S2 Triage: Done
### Preconditions (*) <!--- Provide the exact Magento version (example: 2.3.2) and any important information on the environment where bug is reproducible. --> Magento 2.3.4 and `2.4-develop` ### Steps to reproduce (*) <!--- Important: Provide a set of clear steps to reproduce this bug. We can not provide suppo...
1.0
"As low as" price display doesn't consider advanced pricing - ### Preconditions (*) <!--- Provide the exact Magento version (example: 2.3.2) and any important information on the environment where bug is reproducible. --> Magento 2.3.4 and `2.4-develop` ### Steps to reproduce (*) <!--- Important: Provide a set ...
non_defect
as low as price display doesn t consider advanced pricing preconditions provide the exact magento version example and any important information on the environment where bug is reproducible magento and develop steps to reproduce important provide a set ...
0
40,775
6,848,036,061
IssuesEvent
2017-11-13 17:08:34
DanielBeato/GESPRO_PracticaGestionTareas_1718
https://api.github.com/repos/DanielBeato/GESPRO_PracticaGestionTareas_1718
opened
Documentar pre y post procesado
documentation
Documentar los algoritmos utilizados en el pre y post procesado en Conceptos Teóricos.
1.0
Documentar pre y post procesado - Documentar los algoritmos utilizados en el pre y post procesado en Conceptos Teóricos.
non_defect
documentar pre y post procesado documentar los algoritmos utilizados en el pre y post procesado en conceptos teóricos
0
141,634
21,575,706,927
IssuesEvent
2022-05-02 13:32:42
EscolaDeSaudePublica/DesignLab
https://api.github.com/repos/EscolaDeSaudePublica/DesignLab
opened
Relacionamento das histórias do DataLab | Sequenciador
PROJ: Soluções Digitais Prioridade Design: Alta
## **Objetivo** **Como** designer **Quero** mediar o relacionamento das tarefas do DataLab com as priorizações do sequenciador **Para** Para realizar o match das histórias do GitHub com as histórias mapeadas na Inception. ## **Contexto** - Após a conclusão do sequenciador da Inception de Projetos, é preciso ...
1.0
Relacionamento das histórias do DataLab | Sequenciador - ## **Objetivo** **Como** designer **Quero** mediar o relacionamento das tarefas do DataLab com as priorizações do sequenciador **Para** Para realizar o match das histórias do GitHub com as histórias mapeadas na Inception. ## **Contexto** - Após a concl...
non_defect
relacionamento das histórias do datalab sequenciador objetivo como designer quero mediar o relacionamento das tarefas do datalab com as priorizações do sequenciador para para realizar o match das histórias do github com as histórias mapeadas na inception contexto após a concl...
0
57,572
15,865,189,959
IssuesEvent
2021-04-08 14:30:04
hasse69/rar2fs
https://api.github.com/repos/hasse69/rar2fs
closed
Issue with folder structure
Defect Priority-High
Using ```rar2fs v1.29.4-gitcad225 (DLL version 8)``` Here's an example archive where only a folder with no contents shows up through rar2fs. https://drive.google.com/file/d/1osy5JNvdbgl40Gi19UmRPfMBIJ_xE2Ig/view Probably something weird in that rar archive, but it does extract properly so I think it should wor...
1.0
Issue with folder structure - Using ```rar2fs v1.29.4-gitcad225 (DLL version 8)``` Here's an example archive where only a folder with no contents shows up through rar2fs. https://drive.google.com/file/d/1osy5JNvdbgl40Gi19UmRPfMBIJ_xE2Ig/view Probably something weird in that rar archive, but it does extract pro...
defect
issue with folder structure using dll version here s an example archive where only a folder with no contents shows up through probably something weird in that rar archive but it does extract properly so i think it should work i have few archives that are like that oddly i am us...
1
15,458
19,672,734,344
IssuesEvent
2022-01-11 09:12:00
googleapis/gapic-generator-csharp
https://api.github.com/repos/googleapis/gapic-generator-csharp
closed
Work out why builds fail every so often
type: process
Quite often, we get this as a failure: ```text A total of 1 test files matched the specified pattern. [xUnit.net 00:00:14.63] Google.Api.Generator.Tests.InvocationTest.BadCmdLineInvocation [SKIP] ! Google.Api.Generator.Tests.InvocationTest.BadCmdLineInvocation [1ms] [xUnit.net 00:00:38.39] Google.Api.G...
1.0
Work out why builds fail every so often - Quite often, we get this as a failure: ```text A total of 1 test files matched the specified pattern. [xUnit.net 00:00:14.63] Google.Api.Generator.Tests.InvocationTest.BadCmdLineInvocation [SKIP] ! Google.Api.Generator.Tests.InvocationTest.BadCmdLineInvocation [1ms]...
non_defect
work out why builds fail every so often quite often we get this as a failure text a total of test files matched the specified pattern google api generator tests invocationtest badcmdlineinvocation google api generator tests invocationtest badcmdlineinvocation google api generator te...
0
448,893
12,959,871,603
IssuesEvent
2020-07-20 13:36:54
metabase/metabase
https://api.github.com/repos/metabase/metabase
closed
`master` Custom Expression in Summarize-section not available
.Frontend Priority:P1 Querying/Notebook Type:Bug
**Describe the bug** Seems like #12859 somehow removed Custom Expression from Summarize section. **To Reproduce** 1. Custom question > Sample Dataset > Orders 2. Click "Pick the metric you want to see" of Summarize-section - normally has Custom Expression as bottom option ![image](https://user-images.githubuserc...
1.0
`master` Custom Expression in Summarize-section not available - **Describe the bug** Seems like #12859 somehow removed Custom Expression from Summarize section. **To Reproduce** 1. Custom question > Sample Dataset > Orders 2. Click "Pick the metric you want to see" of Summarize-section - normally has Custom Expre...
non_defect
master custom expression in summarize section not available describe the bug seems like somehow removed custom expression from summarize section to reproduce custom question sample dataset orders click pick the metric you want to see of summarize section normally has custom expressio...
0
14,825
18,166,779,974
IssuesEvent
2021-09-27 15:20:53
googleapis/python-db-dtypes-pandas
https://api.github.com/repos/googleapis/python-db-dtypes-pandas
opened
unit test coverage missing `__arrow_array__` methods
type: process
``` db_dtypes/__init__.py 105 2 36 0 99% 100, 160 ``` https://github.com/googleapis/python-db-dtypes-pandas/blob/bc9f34d9930f0a394c4e3fd52bc61f71c597aebf/db_dtypes/__init__.py#L100 https://github.com/googleapis/python-db-dtypes-pandas/blob/bc9f34d9930f0a394c4e3fd52bc61f71c597aebf/...
1.0
unit test coverage missing `__arrow_array__` methods - ``` db_dtypes/__init__.py 105 2 36 0 99% 100, 160 ``` https://github.com/googleapis/python-db-dtypes-pandas/blob/bc9f34d9930f0a394c4e3fd52bc61f71c597aebf/db_dtypes/__init__.py#L100 https://github.com/googleapis/python-db-dtype...
non_defect
unit test coverage missing arrow array methods db dtypes init py
0
330,535
10,043,984,525
IssuesEvent
2019-07-19 08:55:25
projectacrn/acrn-hypervisor
https://api.github.com/repos/projectacrn/acrn-hypervisor
closed
dm: virtio: bugfix for polling mode
priority: P2-High type: bug
In vxworks, virtio-console FE driver only initiate 2 virtqueues, but BE creates 2+ virtqueues for it. So the rest of the virtqueues are not initiated. vq->used->flags cannot be used directly without any condition.
1.0
dm: virtio: bugfix for polling mode - In vxworks, virtio-console FE driver only initiate 2 virtqueues, but BE creates 2+ virtqueues for it. So the rest of the virtqueues are not initiated. vq->used->flags cannot be used directly without any condition.
non_defect
dm virtio bugfix for polling mode in vxworks virtio console fe driver only initiate virtqueues but be creates virtqueues for it so the rest of the virtqueues are not initiated vq used flags cannot be used directly without any condition
0
184,650
32,025,630,335
IssuesEvent
2023-09-22 08:38:13
polarsource/polar
https://api.github.com/repos/polarsource/polar
opened
Public API Auth Tokens
design needed draft
Create API tokens in personal settings to use as Bearer tokens in our Public API vs. cookie.
1.0
Public API Auth Tokens - Create API tokens in personal settings to use as Bearer tokens in our Public API vs. cookie.
non_defect
public api auth tokens create api tokens in personal settings to use as bearer tokens in our public api vs cookie
0
21,584
3,521,108,575
IssuesEvent
2016-01-12 23:50:23
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
dynamic invoke hint when nothing should be dynamic
analyzer-strong-mode area-analyzer priority-high Type-Defect
```class A { } void main() { A a; a ??= new A(); }``` gets: ```[hint] a ??= new A() requires dynamic invoke``` ...everything's typed, it doesn't seem like there'd be anything dynamic about it. This is with --strong-hints, dartanalyzer version 1.13.0-dev.6.0.
1.0
dynamic invoke hint when nothing should be dynamic - ```class A { } void main() { A a; a ??= new A(); }``` gets: ```[hint] a ??= new A() requires dynamic invoke``` ...everything's typed, it doesn't seem like there'd be anything dynamic about it. This is with --strong-hints, dartanalyzer version 1.13.0-dev.6.0.
defect
dynamic invoke hint when nothing should be dynamic class a void main a a a new a gets a new a requires dynamic invoke everything s typed it doesn t seem like there d be anything dynamic about it this is with strong hints dartanalyzer version dev
1
146,343
13,178,779,833
IssuesEvent
2020-08-12 09:43:50
openservicemesh/osm
https://api.github.com/repos/openservicemesh/osm
opened
Project Roadmap
documentation
Hi, i saw your project, it sounds pretty good, we have decided to use `Linkerd` for our production but your project design is impressive. Do you have any Roadmap? if you share a Roadmap or feature difference, we can make better decision I have another question do you suggest to use `OSM` in heavy load production ...
1.0
Project Roadmap - Hi, i saw your project, it sounds pretty good, we have decided to use `Linkerd` for our production but your project design is impressive. Do you have any Roadmap? if you share a Roadmap or feature difference, we can make better decision I have another question do you suggest to use `OSM` in heav...
non_defect
project roadmap hi i saw your project it sounds pretty good we have decided to use linkerd for our production but your project design is impressive do you have any roadmap if you share a roadmap or feature difference we can make better decision i have another question do you suggest to use osm in heav...
0
30,839
5,869,929,604
IssuesEvent
2017-05-15 01:31:55
deeplearning4j/deeplearning4j
https://api.github.com/repos/deeplearning4j/deeplearning4j
reopened
Document CuDNN workspace modes
documentation
CuDNN has different options/implementations with different memory/performance tradeoffs. We should document the options and their tradeoffs somewhere. For example, https://github.com/deeplearning4j/deeplearning4j/issues/3148#issuecomment-292464858 https://github.com/deeplearning4j/deeplearning4j/issues/3064#issue...
1.0
Document CuDNN workspace modes - CuDNN has different options/implementations with different memory/performance tradeoffs. We should document the options and their tradeoffs somewhere. For example, https://github.com/deeplearning4j/deeplearning4j/issues/3148#issuecomment-292464858 https://github.com/deeplearning4j...
non_defect
document cudnn workspace modes cudnn has different options implementations with different memory performance tradeoffs we should document the options and their tradeoffs somewhere for example
0
64,586
12,480,660,497
IssuesEvent
2020-05-29 20:47:02
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
code-generator: generate register.go
area/code-generation kind/feature lifecycle/rotten sig/api-machinery
There have been several questions asking if `register.go` is generated in the #sig-api-machinery channel on slack. I think it would be nice if we generate the `register.go` file as well. We probably need to add tags for identifying the `runtime.Object` types to be registered in the scheme. And if someone wants to...
1.0
code-generator: generate register.go - There have been several questions asking if `register.go` is generated in the #sig-api-machinery channel on slack. I think it would be nice if we generate the `register.go` file as well. We probably need to add tags for identifying the `runtime.Object` types to be registered in...
non_defect
code generator generate register go there have been several questions asking if register go is generated in the sig api machinery channel on slack i think it would be nice if we generate the register go file as well we probably need to add tags for identifying the runtime object types to be registered in...
0
13,978
3,790,238,418
IssuesEvent
2016-03-21 20:45:11
boto/boto3
https://api.github.com/repos/boto/boto3
closed
Documentation incorrect for Lambda's create_function
documentation
I've been trying to use Lambda's `create_function` by supplying a zip as an argument `Code={'ZipFile': ...}`, but have encountered problems with the documentation. The documentation says: ` ZipFile (bytes) -- A base64-encoded .zip file containing your deployment package. For more information about creating a .zip...
1.0
Documentation incorrect for Lambda's create_function - I've been trying to use Lambda's `create_function` by supplying a zip as an argument `Code={'ZipFile': ...}`, but have encountered problems with the documentation. The documentation says: ` ZipFile (bytes) -- A base64-encoded .zip file containing your deploym...
non_defect
documentation incorrect for lambda s create function i ve been trying to use lambda s create function by supplying a zip as an argument code zipfile but have encountered problems with the documentation the documentation says zipfile bytes a encoded zip file containing your deployment p...
0
32,791
6,935,778,953
IssuesEvent
2017-12-03 13:26:02
megandalster/sh-homeplate
https://api.github.com/repos/megandalster/sh-homeplate
closed
Standardize naming of unscheduled stops
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? Walmart is not scheduled on Thursday, but crew picks up food there and types in "Wallmart". System treats this a as a separate stop from Walmart. Please provide any additional information below. Need to standardize the naming of all stops so that unscheduled ones are selec...
1.0
Standardize naming of unscheduled stops - ``` What steps will reproduce the problem? Walmart is not scheduled on Thursday, but crew picks up food there and types in "Wallmart". System treats this a as a separate stop from Walmart. Please provide any additional information below. Need to standardize the naming of all...
defect
standardize naming of unscheduled stops what steps will reproduce the problem walmart is not scheduled on thursday but crew picks up food there and types in wallmart system treats this a as a separate stop from walmart please provide any additional information below need to standardize the naming of all...
1
6,300
2,610,240,052
IssuesEvent
2015-02-26 19:16:33
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
台州割包茎手术到哪家医院效果比较好
auto-migrated Priority-Medium Type-Defect
``` 台州割包茎手术到哪家医院效果比较好【台州五洲生殖医院�� �24小时健康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)� ��院地址:台州市椒江区枫南路229号(枫南大转盘旁)乘车线�� �:乘坐104、108、118、198及椒江一金清公交车直达枫南小区,乘 坐107、105、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端...
1.0
台州割包茎手术到哪家医院效果比较好 - ``` 台州割包茎手术到哪家医院效果比较好【台州五洲生殖医院�� �24小时健康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)� ��院地址:台州市椒江区枫南路229号(枫南大转盘旁)乘车线�� �:乘坐104、108、118、198及椒江一金清公交车直达枫南小区,乘 坐107、105、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治...
defect
台州割包茎手术到哪家医院效果比较好 台州割包茎手术到哪家医院效果比较好【台州五洲生殖医院�� � 微信号tzwzszyy � ��院地址 (枫南大转盘旁)乘车线�� � 、 、 、 ,乘 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ...
1
51,669
13,211,279,037
IssuesEvent
2020-08-15 22:00:38
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
dataclasses - doxygen errors, no uniquely matching class members (Trac #804)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/804">https://code.icecube.wisc.edu/projects/icecube/ticket/804</a>, reported by negaand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2015-04-17T00:14:20", "_ts": "14292296...
1.0
dataclasses - doxygen errors, no uniquely matching class members (Trac #804) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/804">https://code.icecube.wisc.edu/projects/icecube/ticket/804</a>, reported by negaand owned by olivas</em></summary> <p> ```json { "s...
defect
dataclasses doxygen errors no uniquely matching class members trac migrated from json status closed changetime ts description nerror fatal error at line column unexpected end of file nerror fatal error at line column error whil...
1
9,946
2,616,013,630
IssuesEvent
2015-03-02 00:56:40
jasonhall/bwapi
https://api.github.com/repos/jasonhall/bwapi
closed
getMinerals and getGeysers return 0. ExampleAIClient fails to do something.
auto-migrated Type-Defect
``` What steps will reproduce the problem? 1. use bwapi 3.1.1 beta 2. run exampleAIclient.exe (the one that came with bwapi) 3. launch singleplayer custom game "astral balance" What is the expected output? What do you see instead? i expect to see the workers harvesting minerals, but they just sit there. after adding c...
1.0
getMinerals and getGeysers return 0. ExampleAIClient fails to do something. - ``` What steps will reproduce the problem? 1. use bwapi 3.1.1 beta 2. run exampleAIclient.exe (the one that came with bwapi) 3. launch singleplayer custom game "astral balance" What is the expected output? What do you see instead? i expect t...
defect
getminerals and getgeysers return exampleaiclient fails to do something what steps will reproduce the problem use bwapi beta run exampleaiclient exe the one that came with bwapi launch singleplayer custom game astral balance what is the expected output what do you see instead i expect t...
1
528,207
15,361,892,003
IssuesEvent
2021-03-01 18:44:42
CCAFS/MARLO
https://api.github.com/repos/CCAFS/MARLO
closed
[GM] (MARLO) Change for Table 6 (Annual Report)
Priority - Medium Type -Task
[Currently](https://www.screencast.com/t/q80TT2Ok2dP), for the Evidence D table, we are displaying the _Journal Title_, but this field Is not as important as the unique identifier where the publication can be read from, so we need to change the _Journal Title_ with the _Permanent Unique Identifier_ one. Also, we wer...
1.0
[GM] (MARLO) Change for Table 6 (Annual Report) - [Currently](https://www.screencast.com/t/q80TT2Ok2dP), for the Evidence D table, we are displaying the _Journal Title_, but this field Is not as important as the unique identifier where the publication can be read from, so we need to change the _Journal Title_ with the ...
non_defect
marlo change for table annual report for the evidence d table we are displaying the journal title but this field is not as important as the unique identifier where the publication can be read from so we need to change the journal title with the permanent unique identifier one also we were as...
0
72,641
24,217,421,681
IssuesEvent
2022-09-26 08:03:36
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
home server url does not appear to be valid / browser opera / XMLHttpRequest from origin 'https://app.element.io' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
T-Defect
### Steps to reproduce Using Opera Stable Browser version 90.0.4480.84 Starting from a completely clean state (no cookies, no settings). Browsing to https://app.element.io/ Clicking on "edit homeserver". Entering my homeserver. Trying to accept, I get the message home server url does not appear to be vali...
1.0
home server url does not appear to be valid / browser opera / XMLHttpRequest from origin 'https://app.element.io' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. - ### Steps to reproduce Using Opera Stable Browser version 90.0.4480.84 Starting from a co...
defect
home server url does not appear to be valid browser opera xmlhttprequest from origin has been blocked by cors policy no access control allow origin header is present on the requested resource steps to reproduce using opera stable browser version starting from a completely clean state no co...
1
660,044
21,949,984,641
IssuesEvent
2022-05-24 06:58:51
googleapis/java-spanner
https://api.github.com/repos/googleapis/java-spanner
closed
spanner.it.ITDatabaseAdminTest: testDatabaseOperations failed
priority: p2 type: bug api: spanner flakybot: issue flakybot: flaky
Note: #1767 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 0be09d5f91521b0d23086a99f2ae46c2dd99b64a buildURL: [Build Status](https://source.cloud.google.com/results/invocations/ccd77b43-7529-4c3f-95e9-74e455f7d23c), [Sponge](http://sponge2/ccd77b43-7529-4c3f-...
1.0
spanner.it.ITDatabaseAdminTest: testDatabaseOperations failed - Note: #1767 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 0be09d5f91521b0d23086a99f2ae46c2dd99b64a buildURL: [Build Status](https://source.cloud.google.com/results/invocations/ccd77b43-7529-4c3f...
non_defect
spanner it itdatabaseadmintest testdatabaseoperations failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output java util concurrent executionexception com google cloud spanner spannerexception resou...
0
35,654
7,795,090,653
IssuesEvent
2018-06-08 06:44:34
StrikeNP/trac_test
https://api.github.com/repos/StrikeNP/trac_test
closed
Cannot use input fields with different grid spacings (Trac #124)
Migrated from Trac clubb_src defect dschanen@uwm.edu
Running run_inputfields.bash with different a different grid spacing fails. Steps to Reproduce: 1. Run a case with 20m grid spacing and 300 grid levels (save the output) 1. Edit the .in file input_misc/inputfields/ to use the data you generated 1. Edit the model.in file to use 50m grid spacing and 120 grid levels...
1.0
Cannot use input fields with different grid spacings (Trac #124) - Running run_inputfields.bash with different a different grid spacing fails. Steps to Reproduce: 1. Run a case with 20m grid spacing and 300 grid levels (save the output) 1. Edit the .in file input_misc/inputfields/ to use the data you generated 1....
defect
cannot use input fields with different grid spacings trac running run inputfields bash with different a different grid spacing fails steps to reproduce run a case with grid spacing and grid levels save the output edit the in file input misc inputfields to use the data you generated edit ...
1
72,186
23,978,001,212
IssuesEvent
2022-09-13 13:07:40
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
ParsingConnection doesn't correctly relay Statement::getResultSet, Statement::getUpdateCount, or Statement::getMoreResults on static Statement
T: Defect C: Functionality P: High E: All Editions
### Expected behavior No exception :) ### Actual behavior I have a liquibase file with only one changeSet with only one SQL statement written excplicitly in it. That SQL statement is written in MariaDB style syntax. (CREATE TABLE). To query the external MariaDB database a customer provided to me, I thought of ...
1.0
ParsingConnection doesn't correctly relay Statement::getResultSet, Statement::getUpdateCount, or Statement::getMoreResults on static Statement - ### Expected behavior No exception :) ### Actual behavior I have a liquibase file with only one changeSet with only one SQL statement written excplicitly in it. That SQL ...
defect
parsingconnection doesn t correctly relay statement getresultset statement getupdatecount or statement getmoreresults on static statement expected behavior no exception actual behavior i have a liquibase file with only one changeset with only one sql statement written excplicitly in it that sql ...
1
36,216
7,868,430,611
IssuesEvent
2018-06-23 21:42:23
StrikeNP/trac_test
https://api.github.com/repos/StrikeNP/trac_test
closed
Remove SCM_Activation_clubb folder from CLUBB (Trac #705)
Migrated from Trac clubb_src defect raut@uwm.edu
`SCM_Activation_clubb` points to an old checkout of CLUBB. This has caused confusion. Let's remove it! Attachments: [plot_explicit_ta_configs.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_explicit_ta_configs.maff) [plot_new_pdf_config_1_plot_2.maff](https://github.com/la...
1.0
Remove SCM_Activation_clubb folder from CLUBB (Trac #705) - `SCM_Activation_clubb` points to an old checkout of CLUBB. This has caused confusion. Let's remove it! Attachments: [plot_explicit_ta_configs.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_explicit_ta_configs.maf...
defect
remove scm activation clubb folder from clubb trac scm activation clubb points to an old checkout of clubb this has caused confusion let s remove it attachments migrated from json status closed changetime description scm...
1
161,861
6,137,527,155
IssuesEvent
2017-06-26 12:34:41
pmem/issues
https://api.github.com/repos/pmem/issues
closed
unit tests: pmempool_check/TEST25: SETUP (all/pmem/debug) fails
Exposure: Low OS: Linux Priority: 4 low State: To be verified Type: Bug
Found on 74543699159430bf25c288d09222450fb71e6c56 > mramotow@mramotow:~/repos/nvml/src/test (master)$ ./RUNTESTS pmempool_check -s TEST25 -t all > all valgrind tests disabled > pmempool_check/TEST25: SETUP (all/pmem/debug) > error: '/mnt/pmem//test_pmempool_check25😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/testset1' -- Non-empty file dete...
1.0
unit tests: pmempool_check/TEST25: SETUP (all/pmem/debug) fails - Found on 74543699159430bf25c288d09222450fb71e6c56 > mramotow@mramotow:~/repos/nvml/src/test (master)$ ./RUNTESTS pmempool_check -s TEST25 -t all > all valgrind tests disabled > pmempool_check/TEST25: SETUP (all/pmem/debug) > error: '/mnt/pmem//tes...
non_defect
unit tests pmempool check setup all pmem debug fails found on mramotow mramotow repos nvml src test master runtests pmempool check s t all all valgrind tests disabled pmempool check setup all pmem debug error mnt pmem test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 non empty file detec...
0
22,736
3,690,079,140
IssuesEvent
2016-02-25 18:41:25
viktorthang/wordpress-custom-content-type-manager
https://api.github.com/repos/viktorthang/wordpress-custom-content-type-manager
closed
Category empty
auto-migrated bug Component-UI Type-Defect Usability wontfix
``` Please make sure you are including enough information to make this a valid bug report: https://code.google.com/p/wordpress-custom-content-type- manager/wiki/ReportingBugs What steps will reproduce the problem? (Be *specific*) 1. Create a custom type and activate 'Enable Categories' on Taxonomies. On version 0.9.8...
1.0
Category empty - ``` Please make sure you are including enough information to make this a valid bug report: https://code.google.com/p/wordpress-custom-content-type- manager/wiki/ReportingBugs What steps will reproduce the problem? (Be *specific*) 1. Create a custom type and activate 'Enable Categories' on Taxonomies. ...
defect
category empty please make sure you are including enough information to make this a valid bug report manager wiki reportingbugs what steps will reproduce the problem be specific create a custom type and activate enable categories on taxonomies on version go to category page it wil...
1
2,437
2,607,902,758
IssuesEvent
2015-02-26 00:14:17
chrsmithdemos/zen-coding
https://api.github.com/repos/chrsmithdemos/zen-coding
closed
Не работает экспериментальная Tab-версия 0.6 для Aptana
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. скачал Zen.Coding-Aptana.v0.6-tabs.zip 2. подключил плагин к Aptana 3. попробовал использовать Tab клавишу для abbreviation expanding What is the expected output? What do you see instead? Функция не работает. What version of the product are you using? On what operating...
1.0
Не работает экспериментальная Tab-версия 0.6 для Aptana - ``` What steps will reproduce the problem? 1. скачал Zen.Coding-Aptana.v0.6-tabs.zip 2. подключил плагин к Aptana 3. попробовал использовать Tab клавишу для abbreviation expanding What is the expected output? What do you see instead? Функция не работает. Wh...
defect
не работает экспериментальная tab версия для aptana what steps will reproduce the problem скачал zen coding aptana tabs zip подключил плагин к aptana попробовал использовать tab клавишу для abbreviation expanding what is the expected output what do you see instead функция не работает wha...
1
33,789
14,218,380,442
IssuesEvent
2020-11-17 11:43:38
microsoft/vscode-cpptools
https://api.github.com/repos/microsoft/vscode-cpptools
closed
Look into potentially enabling sematic colorization for lexical scopes
Feature Request Feature: Colorization Language Service more votes needed
Right now, we still rely on VS Code's lexical colorization for things like strings and comments and other lexical cases, mainly due to performance issues. It's possible those performance issues might not be applicable with VS Code's new semantic colorization implementation. Might need more upvotes though.
1.0
Look into potentially enabling sematic colorization for lexical scopes - Right now, we still rely on VS Code's lexical colorization for things like strings and comments and other lexical cases, mainly due to performance issues. It's possible those performance issues might not be applicable with VS Code's new semantic c...
non_defect
look into potentially enabling sematic colorization for lexical scopes right now we still rely on vs code s lexical colorization for things like strings and comments and other lexical cases mainly due to performance issues it s possible those performance issues might not be applicable with vs code s new semantic c...
0
45,102
12,543,482,726
IssuesEvent
2020-06-05 15:37:27
extnet/Ext.NET
https://api.github.com/repos/extnet/Ext.NET
opened
Ext.Net.PagingToolbar custom text may not work due to defaults
5.x defect
Found: 5.2.0 Ext.NET forums' thread: If using Ext.NET in another locale and the `ext:PagingToolbar` (`Ext.Net.PagingToolbar`) values for custom text is set to the english value that matches its default to English, Ext.NET treats that provided value as "default", won't emit javascript config for it, and the default ...
1.0
Ext.Net.PagingToolbar custom text may not work due to defaults - Found: 5.2.0 Ext.NET forums' thread: If using Ext.NET in another locale and the `ext:PagingToolbar` (`Ext.Net.PagingToolbar`) values for custom text is set to the english value that matches its default to English, Ext.NET treats that provided value as...
defect
ext net pagingtoolbar custom text may not work due to defaults found ext net forums thread if using ext net in another locale and the ext pagingtoolbar ext net pagingtoolbar values for custom text is set to the english value that matches its default to english ext net treats that provided value as...
1
750,345
26,198,528,936
IssuesEvent
2023-01-03 15:28:36
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
rddrone_fmuk66: I2C configuration incorrect
bug priority: low area: I2C area: Boards platform: NXP Stale
@dleach02 @danieldegrasse I am submitting this issue for my own tracking, I do not expect you two to put much effort towards this at the moment. :) **Describe the bug** I2C bus on rddrone_fmuk66 is broken I have a branch on a fork to NXPHoverGames/zephyr where I am trying to add support for on-board sensors in t...
1.0
rddrone_fmuk66: I2C configuration incorrect - @dleach02 @danieldegrasse I am submitting this issue for my own tracking, I do not expect you two to put much effort towards this at the moment. :) **Describe the bug** I2C bus on rddrone_fmuk66 is broken I have a branch on a fork to NXPHoverGames/zephyr where I am t...
non_defect
rddrone configuration incorrect danieldegrasse i am submitting this issue for my own tracking i do not expect you two to put much effort towards this at the moment describe the bug bus on rddrone is broken i have a branch on a fork to nxphovergames zephyr where i am trying to add support ...
0
246,344
20,834,499,715
IssuesEvent
2022-03-20 00:54:47
backend-br/vagas
https://api.github.com/repos/backend-br/vagas
closed
[Remoto] Backend Developer na Méliuz
CLT Python Remoto DevOps Especialista AWS Testes automatizados NoSQL CI GraphQL Rest FullStack Stale
## Descrição da vaga: Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios. Fique atento ao redirecionamento que vai te levar para uma url [https://coodesh.com](https://coodesh.com/vagas/pessoa-desenvolvedora-backend-seniore...
1.0
[Remoto] Backend Developer na Méliuz - ## Descrição da vaga: Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios. Fique atento ao redirecionamento que vai te levar para uma url [https://coodesh.com](https://coodesh.com/vaga...
non_defect
backend developer na méliuz descrição da vaga esta é uma vaga de um parceiro da plataforma coodesh ao candidatar se você terá acesso as informações completas sobre a empresa e benefícios fique atento ao redirecionamento que vai te levar para uma url com o pop up personalizado de candidatura 👋 n...
0
41,148
10,318,697,689
IssuesEvent
2019-08-30 15:32:19
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
3.x: command abort() vs shell abort()
console defect enhancement
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) 3.x latest master ### What you did migrate shell to command CLI coding on 3.x Shell class: $this->abort('Invalid project path: ' . $path); CLI coding on 3.x Command class would create error: $this-...
1.0
3.x: command abort() vs shell abort() - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) 3.x latest master ### What you did migrate shell to command CLI coding on 3.x Shell class: $this->abort('Invalid project path: ' . $path); CLI coding on 3.x Command...
defect
x command abort vs shell abort this is a multiple allowed bug enhancement feature discussion rfc x latest master what you did migrate shell to command cli coding on x shell class this abort invalid project path path cli coding on x command class...
1
4,625
3,874,862,558
IssuesEvent
2016-04-11 22:02:04
lionheart/openradar-mirror
https://api.github.com/repos/lionheart/openradar-mirror
opened
22177559: UIStoryboard can't instantiate view controller referenced on it by class name when it's a specialization of a generic parent class
classification:ui/usability reproducible:always status:open
#### Description This is a duplicate of rdar://22177377 Steps to Reproduce: (Check out sample project) Create generic class that inherits from UIVC: class GenericViewController<GenericType>: UIViewController { } And a subclass that specializes it: class SpecificViewController: GenericViewController<String> { } R...
True
22177559: UIStoryboard can't instantiate view controller referenced on it by class name when it's a specialization of a generic parent class - #### Description This is a duplicate of rdar://22177377 Steps to Reproduce: (Check out sample project) Create generic class that inherits from UIVC: class GenericViewControll...
non_defect
uistoryboard can t instantiate view controller referenced on it by class name when it s a specialization of a generic parent class description this is a duplicate of rdar steps to reproduce check out sample project create generic class that inherits from uivc class genericviewcontroller uiviewcon...
0
44,658
9,620,627,072
IssuesEvent
2019-05-14 08:47:52
OpenSourceEconomics/norpy
https://api.github.com/repos/OpenSourceEconomics/norpy
closed
property test cleanup
pb-code-quality pb-testing priority-high size-M
Please move them to the usual test structure. We willl discuss some details on this in person. Finally, @peisenha needs to integrate their long runs into `development/tests/property` using `ose_utils`.
1.0
property test cleanup - Please move them to the usual test structure. We willl discuss some details on this in person. Finally, @peisenha needs to integrate their long runs into `development/tests/property` using `ose_utils`.
non_defect
property test cleanup please move them to the usual test structure we willl discuss some details on this in person finally peisenha needs to integrate their long runs into development tests property using ose utils
0
15,016
2,838,530,903
IssuesEvent
2015-05-27 08:18:29
plv8/plv8
https://api.github.com/repos/plv8/plv8
closed
jsonb support
auto-migrated Priority-Medium Type-Defect
``` Currently we need to cast jsonb to json to get them into plv8 procedures. ``` Original issue reported on code.google.com by `chiali...@gmail.com` on 28 Dec 2014 at 11:58
1.0
jsonb support - ``` Currently we need to cast jsonb to json to get them into plv8 procedures. ``` Original issue reported on code.google.com by `chiali...@gmail.com` on 28 Dec 2014 at 11:58
defect
jsonb support currently we need to cast jsonb to json to get them into procedures original issue reported on code google com by chiali gmail com on dec at
1
211,672
16,453,765,371
IssuesEvent
2021-05-21 09:37:04
cool-fe/winex-cli
https://api.github.com/repos/cool-fe/winex-cli
closed
improve log
documentation enhancement
![image](https://user-images.githubusercontent.com/17949342/119092079-8e1ef980-ba40-11eb-8226-6366504aab88.png) - 把所有的info信息作前置换行处理,要不会和上面的info信息混在一起。 - 需要把重要的错误信息打印出来,安装依赖出错的日子信息不能直接吞掉。 - 提示信息里的pm要动态取值
1.0
improve log - ![image](https://user-images.githubusercontent.com/17949342/119092079-8e1ef980-ba40-11eb-8226-6366504aab88.png) - 把所有的info信息作前置换行处理,要不会和上面的info信息混在一起。 - 需要把重要的错误信息打印出来,安装依赖出错的日子信息不能直接吞掉。 - 提示信息里的pm要动态取值
non_defect
improve log 把所有的info信息作前置换行处理,要不会和上面的info信息混在一起。 需要把重要的错误信息打印出来,安装依赖出错的日子信息不能直接吞掉。 提示信息里的pm要动态取值
0
267,254
8,380,924,586
IssuesEvent
2018-10-07 19:33:20
bbengfort/ledger
https://api.github.com/repos/bbengfort/ledger
closed
Server 500 on overview page when no current balances
priority: high type: bug
Handle the scenario when there are no balances on the front page. Note this also occurs with the credit score as well.
1.0
Server 500 on overview page when no current balances - Handle the scenario when there are no balances on the front page. Note this also occurs with the credit score as well.
non_defect
server on overview page when no current balances handle the scenario when there are no balances on the front page note this also occurs with the credit score as well
0
29,176
5,576,455,890
IssuesEvent
2017-03-28 06:48:00
sfepy/sfepy
https://api.github.com/repos/sfepy/sfepy
opened
resolve data sharing between State and Variables
defect
The current way is prone to hard-to-debug bugs - one can set DOF vector to a variable without changing the DOF vector in the State instance that contains the variable. A clear ownership of the DOF vectors is needed.
1.0
resolve data sharing between State and Variables - The current way is prone to hard-to-debug bugs - one can set DOF vector to a variable without changing the DOF vector in the State instance that contains the variable. A clear ownership of the DOF vectors is needed.
defect
resolve data sharing between state and variables the current way is prone to hard to debug bugs one can set dof vector to a variable without changing the dof vector in the state instance that contains the variable a clear ownership of the dof vectors is needed
1
3,124
8,972,202,604
IssuesEvent
2019-01-29 17:39:59
firecracker-microvm/firecracker
https://api.github.com/repos/firecracker-microvm/firecracker
closed
Add Try_Read Functionality to EventFd Implementation
Contribute: Good First Issue Priority: Low Program: Architecture Quality: Improvement
We are currently using EventFds via the implementation from the sys_util crate, inherited from crosvm. One potentially significant downside is that it only exposes a blocking `read()` API. There are places in our code where we use `read()` knowing that an event should definitely be available, because the logic is p...
1.0
Add Try_Read Functionality to EventFd Implementation - We are currently using EventFds via the implementation from the sys_util crate, inherited from crosvm. One potentially significant downside is that it only exposes a blocking `read()` API. There are places in our code where we use `read()` knowing that an event...
non_defect
add try read functionality to eventfd implementation we are currently using eventfds via the implementation from the sys util crate inherited from crosvm one potentially significant downside is that it only exposes a blocking read api there are places in our code where we use read knowing that an event...
0
19,250
5,830,727,017
IssuesEvent
2017-05-08 17:34:48
Chistaen/DraiWiki
https://api.github.com/repos/Chistaen/DraiWiki
closed
Setting keys should be lowercase
code cleanup
Apparently, after changing the constants to variables, I forgot to make the keys lowercase.
1.0
Setting keys should be lowercase - Apparently, after changing the constants to variables, I forgot to make the keys lowercase.
non_defect
setting keys should be lowercase apparently after changing the constants to variables i forgot to make the keys lowercase
0
699,840
24,034,153,937
IssuesEvent
2022-09-15 17:30:35
wso2/product-microgateway
https://api.github.com/repos/wso2/product-microgateway
closed
Router access log path does not contain the original path in the inbound request
Type/Improvement Priority/Normal
### Problem In the router access log, The path related entry only shows the outbound request's path. But for debugging purposes, it is important to have the inbound request's path. The reason is probably because the router suppress the x-envoy-original-path with its recent changes. %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% ...
1.0
Router access log path does not contain the original path in the inbound request - ### Problem In the router access log, The path related entry only shows the outbound request's path. But for debugging purposes, it is important to have the inbound request's path. The reason is probably because the router suppress the ...
non_defect
router access log path does not contain the original path in the inbound request problem in the router access log the path related entry only shows the outbound request s path but for debugging purposes it is important to have the inbound request s path the reason is probably because the router suppress the ...
0
343,368
30,660,341,770
IssuesEvent
2023-07-25 14:38:17
sebastianbergmann/phpunit
https://api.github.com/repos/sebastianbergmann/phpunit
closed
PHPUnit errors, for instance from invalid data providers, are not reported correctly
type/bug feature/test-runner version/10
| Q | A | --------------------| --------------- | PHPUnit version | 10.2.6 | PHP version | 8.2.5 | Installation Method | Composer #### Summary PHPUnit display OK even when having a PHPUnit error due to an invalid data provider. The PHPUnit error is displayed, the return is `2` b...
1.0
PHPUnit errors, for instance from invalid data providers, are not reported correctly - | Q | A | --------------------| --------------- | PHPUnit version | 10.2.6 | PHP version | 8.2.5 | Installation Method | Composer #### Summary PHPUnit display OK even when having a PHPUnit error ...
non_defect
phpunit errors for instance from invalid data providers are not reported correctly q a phpunit version php version installation method composer summary phpunit display ok even when having a phpunit error d...
0
186,157
6,733,905,734
IssuesEvent
2017-10-18 16:11:17
CanonicalLtd/maas-docs
https://api.github.com/repos/CanonicalLtd/maas-docs
closed
iSCSI is being replaced with HTTP for ephemeral images in 2.3.0
2.3 high priority
iSCSI/tgt ephemeral image retrieval is being replaced by HTTP in 2.3.0: https://lists.ubuntu.com/archives/maas-devel/2017-August/002659.html
1.0
iSCSI is being replaced with HTTP for ephemeral images in 2.3.0 - iSCSI/tgt ephemeral image retrieval is being replaced by HTTP in 2.3.0: https://lists.ubuntu.com/archives/maas-devel/2017-August/002659.html
non_defect
iscsi is being replaced with http for ephemeral images in iscsi tgt ephemeral image retrieval is being replaced by http in
0
59,689
17,023,205,934
IssuesEvent
2021-07-03 00:51:13
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Yahoo! imagery does not immediately appear in Potlatch
Component: potlatch (flash editor) Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 6.20am, Monday, 11th February 2008]** When you log into OpenStreetMap and the Potlatch editor appears, you have to zoom in or out for the Yahoo! imagery to appear. In other words, the imagery does not immediately appear when you start using Potlatch with the Yahoo! i...
1.0
Yahoo! imagery does not immediately appear in Potlatch - **[Submitted to the original trac issue database at 6.20am, Monday, 11th February 2008]** When you log into OpenStreetMap and the Potlatch editor appears, you have to zoom in or out for the Yahoo! imagery to appear. In other words, the imagery does not immediate...
defect
yahoo imagery does not immediately appear in potlatch when you log into openstreetmap and the potlatch editor appears you have to zoom in or out for the yahoo imagery to appear in other words the imagery does not immediately appear when you start using potlatch with the yahoo imagery set to appear in the...
1
99,599
4,057,238,646
IssuesEvent
2016-05-24 21:22:55
AZMAG/map-Projections
https://api.github.com/repos/AZMAG/map-Projections
closed
Flicker when tabbing to charts tab in reports
bug Priority: Low
Similar flicker to read on report. I suspect it is related to overflow property being set to auto.
1.0
Flicker when tabbing to charts tab in reports - Similar flicker to read on report. I suspect it is related to overflow property being set to auto.
non_defect
flicker when tabbing to charts tab in reports similar flicker to read on report i suspect it is related to overflow property being set to auto
0
6,990
2,610,320,843
IssuesEvent
2015-02-26 19:43:30
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Gameplay Error
auto-migrated Priority-Medium Type-Defect
``` The Bothans are allied with the CIS when they shouldn't be on Galactic conquest ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 8 May 2011 at 11:49
1.0
Gameplay Error - ``` The Bothans are allied with the CIS when they shouldn't be on Galactic conquest ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 8 May 2011 at 11:49
defect
gameplay error the bothans are allied with the cis when they shouldn t be on galactic conquest original issue reported on code google com by gmail com on may at
1
629,849
20,068,624,889
IssuesEvent
2022-02-04 01:46:47
apcountryman/picolibrary-microchip-megaavr
https://api.github.com/repos/apcountryman/picolibrary-microchip-megaavr
closed
Add GPIO facilities interactive testing skeleton
priority-normal status-awaiting_review type-feature
Add GPIO facilities (`::picolibrary::Microchip::megaAVR::GPIO`) interactive testing skeleton. - [x] Add `test/interactive/picolibrary/microchip/megaavr/gpio/CMakeLists.txt` - [x] Add the `test/interactive/picolibrary/microchip/megaavr/gpio/` directory to the build
1.0
Add GPIO facilities interactive testing skeleton - Add GPIO facilities (`::picolibrary::Microchip::megaAVR::GPIO`) interactive testing skeleton. - [x] Add `test/interactive/picolibrary/microchip/megaavr/gpio/CMakeLists.txt` - [x] Add the `test/interactive/picolibrary/microchip/megaavr/gpio/` directory to the build
non_defect
add gpio facilities interactive testing skeleton add gpio facilities picolibrary microchip megaavr gpio interactive testing skeleton add test interactive picolibrary microchip megaavr gpio cmakelists txt add the test interactive picolibrary microchip megaavr gpio directory to the build
0
75,917
26,149,471,031
IssuesEvent
2022-12-30 11:13:56
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Sync requests failing with ERR_NETWORK_CHANGED
T-Defect S-Major O-Uncommon
### Steps to reproduce I am experiencing a lot of „Connection to the server has been lost“ issues. 1. Open network tab 2. Have a look at the sync requests Maybe a solution for this one could be making the sync more robust. For me some syncs are working. So the error message should not be displayed. The `ERR_N...
1.0
Sync requests failing with ERR_NETWORK_CHANGED - ### Steps to reproduce I am experiencing a lot of „Connection to the server has been lost“ issues. 1. Open network tab 2. Have a look at the sync requests Maybe a solution for this one could be making the sync more robust. For me some syncs are working. So the ...
defect
sync requests failing with err network changed steps to reproduce i am experiencing a lot of „connection to the server has been lost“ issues open network tab have a look at the sync requests maybe a solution for this one could be making the sync more robust for me some syncs are working so the ...
1
3,812
16,541,533,819
IssuesEvent
2021-05-27 17:26:45
carbon-design-system/carbon
https://api.github.com/repos/carbon-design-system/carbon
reopened
[TableToolbarSearch] icon overlay on text
status: needs triage 🕵️‍♀️ status: waiting for maintainer response 💬 type: bug 🐛
<!-- Feel free to remove sections that aren't relevant. ## Title line template: [Title]: Brief description --> ## What package(s) are you using? <!-- Add an x in one of the options below, for example: - [x] package name --> - [x] `carbon-components` - [x] `carbon-components-react` ## Detailed de...
True
[TableToolbarSearch] icon overlay on text - <!-- Feel free to remove sections that aren't relevant. ## Title line template: [Title]: Brief description --> ## What package(s) are you using? <!-- Add an x in one of the options below, for example: - [x] package name --> - [x] `carbon-components` - [x]...
non_defect
icon overlay on text feel free to remove sections that aren t relevant title line template brief description what package s are you using add an x in one of the options below for example package name carbon components carbon components react ...
0
50,279
13,187,419,293
IssuesEvent
2020-08-13 03:21:14
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
trigger-sim triggers a known gcc bug (Trac #445)
Migrated from Trac combo simulation defect
On OSX Snow Leopard, trigger-sim triggers a known gcc bug. ```text [ 69%] Building CXX object trigger-sim/CMakeFiles/trigger-sim.dir/private/trigger-sim/modules/ClusterTrigger.cxx.o /Volumes/Macintosh_HD2/build/slave_build/buildbot/quick_simulation_osx_server_10_6_7/source/trigger-sim/private/trigger-sim/modules/Clus...
1.0
trigger-sim triggers a known gcc bug (Trac #445) - On OSX Snow Leopard, trigger-sim triggers a known gcc bug. ```text [ 69%] Building CXX object trigger-sim/CMakeFiles/trigger-sim.dir/private/trigger-sim/modules/ClusterTrigger.cxx.o /Volumes/Macintosh_HD2/build/slave_build/buildbot/quick_simulation_osx_server_10_6_7/...
defect
trigger sim triggers a known gcc bug trac on osx snow leopard trigger sim triggers a known gcc bug text building cxx object trigger sim cmakefiles trigger sim dir private trigger sim modules clustertrigger cxx o volumes macintosh build slave build buildbot quick simulation osx server source tri...
1
13,409
3,710,402,429
IssuesEvent
2016-03-02 03:59:08
KSP-KOS/KOS
https://api.github.com/repos/KSP-KOS/KOS
closed
Documentation for EC drain #1395
documentation
#1395 changed the EC calculation, and I merged it without noticing it lacked documentation (my bad). The following two things need to be documented about it: 1 - Explain power drain rules to people as part of the CPU hardware. 2 - For modders, and users of ModuleManager, a page that explains the part.cfg file op...
1.0
Documentation for EC drain #1395 - #1395 changed the EC calculation, and I merged it without noticing it lacked documentation (my bad). The following two things need to be documented about it: 1 - Explain power drain rules to people as part of the CPU hardware. 2 - For modders, and users of ModuleManager, a page...
non_defect
documentation for ec drain changed the ec calculation and i merged it without noticing it lacked documentation my bad the following two things need to be documented about it explain power drain rules to people as part of the cpu hardware for modders and users of modulemanager a page that ...
0
70,508
23,212,262,328
IssuesEvent
2022-08-02 11:12:45
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
Background process 'sync_partial_state_room' threw an exception
A-Federated-Join T-Defect
This seems to happen after there is an error contacting a server for state: ``` Traceback (most recent call last): File "/home/synapse/src/synapse/synapse/metrics/background_process_metrics.py", line 240, in run return await func(*args, **kwargs) File "/home/synapse/src/synapse/synapse/handlers/federatio...
1.0
Background process 'sync_partial_state_room' threw an exception - This seems to happen after there is an error contacting a server for state: ``` Traceback (most recent call last): File "/home/synapse/src/synapse/synapse/metrics/background_process_metrics.py", line 240, in run return await func(*args, **kwa...
defect
background process sync partial state room threw an exception this seems to happen after there is an error contacting a server for state traceback most recent call last file home synapse src synapse synapse metrics background process metrics py line in run return await func args kwarg...
1
69,827
9,335,363,913
IssuesEvent
2019-03-28 18:23:23
counterfactual/monorepo
https://api.github.com/repos/counterfactual/monorepo
opened
[repo] Investigate extension to n-party compatibility
📖 Documentation 📝 Needs Specification 🔐 Protocol Related
All of our work has been done to make n-party channels not that different from 2-party. However, in implementing the tech stack we decided on two-party for simplicity in the MVP. This issue is a spike. We should investigate what changes we need to make to the protocols, the machine, the node, and the APIs to be able...
1.0
[repo] Investigate extension to n-party compatibility - All of our work has been done to make n-party channels not that different from 2-party. However, in implementing the tech stack we decided on two-party for simplicity in the MVP. This issue is a spike. We should investigate what changes we need to make to the p...
non_defect
investigate extension to n party compatibility all of our work has been done to make n party channels not that different from party however in implementing the tech stack we decided on two party for simplicity in the mvp this issue is a spike we should investigate what changes we need to make to the protoc...
0
25,220
4,234,822,524
IssuesEvent
2016-07-05 13:23:30
CocoaPods/CocoaPods
https://api.github.com/repos/CocoaPods/CocoaPods
closed
Should error during install when there are duplicate library names
d1:easy s3:detailed t2:defect
I am building an app which uses cocoapods to handle my external dependencies. Cocoapods version 0.37.2 this works fine. But I got error after I upgrade Cocoapods to 0.38.2. Xcode version: 6.4 My Podfile: ``` platform :ios, "7.0" pod "Pingpp", "~> 2.1.0" pod "AFNetworking" ``` error: ``` Undefined symbols fo...
1.0
Should error during install when there are duplicate library names - I am building an app which uses cocoapods to handle my external dependencies. Cocoapods version 0.37.2 this works fine. But I got error after I upgrade Cocoapods to 0.38.2. Xcode version: 6.4 My Podfile: ``` platform :ios, "7.0" pod "Pingpp", "...
defect
should error during install when there are duplicate library names i am building an app which uses cocoapods to handle my external dependencies cocoapods version this works fine but i got error after i upgrade cocoapods to xcode version my podfile platform ios pod pingpp ...
1
77,360
9,559,771,575
IssuesEvent
2019-05-03 17:40:13
envoyproxy/envoy
https://api.github.com/repos/envoyproxy/envoy
closed
Disallow or limit changing default values in API protos across releases
design proposal stale v2 API
A sometimes used pattern when fixing bugs has been to add a `BoolValue` and default false for the fix in the current release and default true in the next. This is really a breaking wire change, since while it doesn't affect wire encoding, the semantics change in a way that makes it hard to consistently reuse protos acr...
1.0
Disallow or limit changing default values in API protos across releases - A sometimes used pattern when fixing bugs has been to add a `BoolValue` and default false for the fix in the current release and default true in the next. This is really a breaking wire change, since while it doesn't affect wire encoding, the se...
non_defect
disallow or limit changing default values in api protos across releases a sometimes used pattern when fixing bugs has been to add a boolvalue and default false for the fix in the current release and default true in the next this is really a breaking wire change since while it doesn t affect wire encoding the se...
0
501,736
14,532,526,411
IssuesEvent
2020-12-14 22:35:40
dtcenter/METplus
https://api.github.com/repos/dtcenter/METplus
opened
For METplus #731, create ascii2nc python-embedding script.
component: use case wrapper priority: high requestor: DTC/T&E type: sub-issue
This is a sub-issue of #731. ## Describe the Sub-Issue ## *Provide a description of the sub-issue here.* ### Time Estimate ### *Estimate the amount of work required here.* *Issues should represent approximately 1 to 3 days of work.* ## Define the Metadata ## ### Assignee ### - [ ] Select **engineer(s)**...
1.0
For METplus #731, create ascii2nc python-embedding script. - This is a sub-issue of #731. ## Describe the Sub-Issue ## *Provide a description of the sub-issue here.* ### Time Estimate ### *Estimate the amount of work required here.* *Issues should represent approximately 1 to 3 days of work.* ## Define the ...
non_defect
for metplus create python embedding script this is a sub issue of describe the sub issue provide a description of the sub issue here time estimate estimate the amount of work required here issues should represent approximately to days of work define the metadata ...
0
33,472
7,130,688,684
IssuesEvent
2018-01-22 08:01:45
opencaching/opencaching-pl
https://api.github.com/repos/opencaching/opencaching-pl
closed
Wrong locale in calendar picker
Component_CacheEdit Priority_Medium Type_Defect
new cache page calendar picker (date hidden) apparently uses polish locale. ![calendar](https://user-images.githubusercontent.com/3382777/34653760-5f2fb3e6-f3f9-11e7-8ea3-3c3c7bf084b2.png)
1.0
Wrong locale in calendar picker - new cache page calendar picker (date hidden) apparently uses polish locale. ![calendar](https://user-images.githubusercontent.com/3382777/34653760-5f2fb3e6-f3f9-11e7-8ea3-3c3c7bf084b2.png)
defect
wrong locale in calendar picker new cache page calendar picker date hidden apparently uses polish locale
1
371,121
10,961,806,542
IssuesEvent
2019-11-27 16:02:33
Midas-Financials/midas-ios
https://api.github.com/repos/Midas-Financials/midas-ios
opened
Login
priority:high
User can login by providing a valid email address as their account name, then click on the magic link sent to them
1.0
Login - User can login by providing a valid email address as their account name, then click on the magic link sent to them
non_defect
login user can login by providing a valid email address as their account name then click on the magic link sent to them
0
60,714
17,023,501,752
IssuesEvent
2021-07-03 02:21:07
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
mapnik collision too aggressive or multipolygon bug
Component: mapnik Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 3.20pm, Tuesday, 3rd November 2009]** The collision-control should allow text to be rendered above buildings (sometimes it does, sometimes it fails). Look here: http://www.openstreetmap.org/?lat=41.910933&lon=12.476553&zoom=18&layers=B000FTF the obelisk in the c...
1.0
mapnik collision too aggressive or multipolygon bug - **[Submitted to the original trac issue database at 3.20pm, Tuesday, 3rd November 2009]** The collision-control should allow text to be rendered above buildings (sometimes it does, sometimes it fails). Look here: http://www.openstreetmap.org/?lat=41.910933&lon=12...
defect
mapnik collision too aggressive or multipolygon bug the collision control should allow text to be rendered above buildings sometimes it does sometimes it fails look here the obelisk in the center of the square is not visible if this is not due to collision control it is about the mapnik multipolyg...
1
71,461
30,912,782,872
IssuesEvent
2023-08-05 00:20:48
Zahlungsmittel/Zahlungsmittel
https://api.github.com/repos/Zahlungsmittel/Zahlungsmittel
opened
🐛 [Bug] Mobile Optimization - GDT Value breaks to next line
service: wallet frontend bug imported
<a href="https://github.com/ulfgebhardt"><img src="https://avatars.githubusercontent.com/u/1238238?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [ulfgebhardt](https://github.com/ulfgebhardt)** _Sunday Sep 19, 2021 at 18:53 GMT_ _Originally opened as https://github.com/gradido/gradido/issues...
1.0
🐛 [Bug] Mobile Optimization - GDT Value breaks to next line - <a href="https://github.com/ulfgebhardt"><img src="https://avatars.githubusercontent.com/u/1238238?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [ulfgebhardt](https://github.com/ulfgebhardt)** _Sunday Sep 19, 2021 at 18:53 GMT_ ...
non_defect
🐛 mobile optimization gdt value breaks to next line issue by sunday sep at gmt originally opened as 🐛 bugreport
0
3,804
2,610,069,333
IssuesEvent
2015-02-26 18:20:20
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
台州割包茎哪个医院专业
auto-migrated Priority-Medium Type-Defect
``` 台州割包茎哪个医院专业【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。...
1.0
台州割包茎哪个医院专业 - ``` 台州割包茎哪个医院专业【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费...
defect
台州割包茎哪个医院专业 台州割包茎哪个医院专业【台州五洲生殖医院】 询热线 微信号tzwzszyy 医院地址 台州 (枫南大转盘旁)乘车线路 、 � �� 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original...
1
7,712
2,610,434,175
IssuesEvent
2015-02-26 20:22:14
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
opened
Save to Publish error
auto-migrated Priority-Medium Type-Defect
``` I am using windows 7 and on every time I press the save progress button it automatically publish the post. Is this the error or something normal. Then what is the point of adding the publish button if save button does the same. I have tried the latest version of extension on both Chrome and Firefox facing this ...
1.0
Save to Publish error - ``` I am using windows 7 and on every time I press the save progress button it automatically publish the post. Is this the error or something normal. Then what is the point of adding the publish button if save button does the same. I have tried the latest version of extension on both Chrome a...
defect
save to publish error i am using windows and on every time i press the save progress button it automatically publish the post is this the error or something normal then what is the point of adding the publish button if save button does the same i have tried the latest version of extension on both chrome a...
1
13,811
9,081,658,227
IssuesEvent
2019-02-17 03:53:49
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
closed
Vulnerability roundup 61: cairo-1.16.0: 1 advisory
1.severity: security
[search](https://search.nix.gsc.io/?q=cairo&i=fosho&repos=nixos-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=cairo+in%3Apath&type=Code) * [ ] [CVE-2018-19876](https://nvd.nist.gov/vuln/detail/CVE-2018-19876) (nixos-unstable) Scanned versions: nixos-unstable: 2d6f84c1090. May contain ...
True
Vulnerability roundup 61: cairo-1.16.0: 1 advisory - [search](https://search.nix.gsc.io/?q=cairo&i=fosho&repos=nixos-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=cairo+in%3Apath&type=Code) * [ ] [CVE-2018-19876](https://nvd.nist.gov/vuln/detail/CVE-2018-19876) (nixos-unstable) Scanne...
non_defect
vulnerability roundup cairo advisory nixos unstable scanned versions nixos unstable may contain false positives
0
443,957
12,804,122,019
IssuesEvent
2020-07-03 03:20:24
kubeflow/pipelines
https://api.github.com/repos/kubeflow/pipelines
closed
display call for loaded component should show better view of component info
area/sdk/components kind/feature lifecycle/stale priority/p2
This is a use case in notebook, when user use ipython display API to display a loaded component. Currently, it only displays a normal python function signature. It's better to show more metadata including: name, description, type information.
1.0
display call for loaded component should show better view of component info - This is a use case in notebook, when user use ipython display API to display a loaded component. Currently, it only displays a normal python function signature. It's better to show more metadata including: name, description, type information...
non_defect
display call for loaded component should show better view of component info this is a use case in notebook when user use ipython display api to display a loaded component currently it only displays a normal python function signature it s better to show more metadata including name description type information...
0
11,866
2,667,789,317
IssuesEvent
2015-03-22 22:40:17
laurentpetit/ccw
https://api.github.com/repos/laurentpetit/ccw
closed
Update of standalone product on Windows fails
Priority-Medium Type-Defect
Original [issue 677](https://code.google.com/p/counterclockwise/issues/detail?id=677) created by laurentpetit on 2014-12-04T14:33:57.000Z: <b>What steps will reproduce the problem?</b> 1. Install standalone product for Win32 v0.30 2. Update via &quot;Help-&gt;Check for Updates&quot; 3. Confirm all popups <b>Wha...
1.0
Update of standalone product on Windows fails - Original [issue 677](https://code.google.com/p/counterclockwise/issues/detail?id=677) created by laurentpetit on 2014-12-04T14:33:57.000Z: <b>What steps will reproduce the problem?</b> 1. Install standalone product for Win32 v0.30 2. Update via &quot;Help-&gt;Check fo...
defect
update of standalone product on windows fails original created by laurentpetit on what steps will reproduce the problem install standalone product for update via quot help gt check for updates quot confirm all popups what is the expected output what do you see instead ...
1
2,347
2,607,896,916
IssuesEvent
2015-02-26 00:11:48
chrsmithdemos/zen-coding
https://api.github.com/repos/chrsmithdemos/zen-coding
closed
Pair matcher error for HTML tags in XML mode
auto-migrated Milestone-0.6 Priority-Medium Type-Defect
``` Incorrect matching of INPUT element: <input type="text"> <xsl:apply-templates select="." mode="form_input_value"/> </input> ``` ----- Original issue reported on code.google.com by `serge....@gmail.com` on 5 Oct 2009 at 1:11
1.0
Pair matcher error for HTML tags in XML mode - ``` Incorrect matching of INPUT element: <input type="text"> <xsl:apply-templates select="." mode="form_input_value"/> </input> ``` ----- Original issue reported on code.google.com by `serge....@gmail.com` on 5 Oct 2009 at 1:11
defect
pair matcher error for html tags in xml mode incorrect matching of input element original issue reported on code google com by serge gmail com on oct at
1