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 1k | labels stringlengths 4 1.38k | body stringlengths 1 262k | index stringclasses 16
values | text_combine stringlengths 96 262k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
232,144 | 18,847,409,445 | IssuesEvent | 2021-11-11 16:24:07 | ContinualAI/avalanche | https://api.github.com/repos/ContinualAI/avalanche | closed | Creation of a new envirnment failed for python 3.9 | test Continuous integration | Here are the differences between the last working environment and the new one that I tried to run:
```
9c9
< - absl-py=0.13.0=pyhd8ed1ab_0
---
> - absl-py=0.14.0=pyhd8ed1ab_0
20c20
< - cachetools=4.2.2=pyhd8ed1ab_0
---
> - cachetools=4.2.4=pyhd8ed1ab_0
22c22
< - cffi=1.14.6=py39he32792d_0
---
> - cffi=1.14... | 1.0 | Creation of a new envirnment failed for python 3.9 - Here are the differences between the last working environment and the new one that I tried to run:
```
9c9
< - absl-py=0.13.0=pyhd8ed1ab_0
---
> - absl-py=0.14.0=pyhd8ed1ab_0
20c20
< - cachetools=4.2.2=pyhd8ed1ab_0
---
> - cachetools=4.2.4=pyhd8ed1ab_0
22c22... | non_priority | creation of a new envirnment failed for python here are the differences between the last working environment and the new one that i tried to run absl py absl py cachetools cachetools cffi cffi ... | 0 |
432,836 | 12,499,027,401 | IssuesEvent | 2020-06-01 19:23:20 | googleapis/gapic-generator | https://api.github.com/repos/googleapis/gapic-generator | closed | Python 2.7 Deprecation Warning is missing whitespace | priority: p2 type: bug | e.g. [`python-automl/google/cloud/automl_v1/__init__.py:30`](https://github.com/googleapis/python-automl/blob/master/google/cloud/automl_v1/__init__.py#L30)
'''
DeprecationWarning: A future version of this library will drop support for Python **2.7.More** details about Python 2 support for Google Cloud Client **Libr... | 1.0 | Python 2.7 Deprecation Warning is missing whitespace - e.g. [`python-automl/google/cloud/automl_v1/__init__.py:30`](https://github.com/googleapis/python-automl/blob/master/google/cloud/automl_v1/__init__.py#L30)
'''
DeprecationWarning: A future version of this library will drop support for Python **2.7.More** detail... | priority | python deprecation warning is missing whitespace e g deprecationwarning a future version of this library will drop support for python more details about python support for google cloud client librariescan be found at | 1 |
26,538 | 6,777,631,570 | IssuesEvent | 2017-10-27 23:34:07 | opensecuritycontroller/osc-core | https://api.github.com/repos/opensecuritycontroller/osc-core | closed | Inconsistent update of Security Group members when adding/deleting VMs to a SG which has a network as its member | defect/product-code priority/3 - medium severity/2 - high triage/approved/active | ### Description
Inconsistent update of Security Group members when adding/deleting VMs to a SG which has a network as its member
### Expected Behavior
Membership information should be accurately updated when SG has a network as its member and a VM is added or deleted to the network
### Actual Behavior
Inconsistent... | 1.0 | Inconsistent update of Security Group members when adding/deleting VMs to a SG which has a network as its member - ### Description
Inconsistent update of Security Group members when adding/deleting VMs to a SG which has a network as its member
### Expected Behavior
Membership information should be accurately updated... | non_priority | inconsistent update of security group members when adding deleting vms to a sg which has a network as its member description inconsistent update of security group members when adding deleting vms to a sg which has a network as its member expected behavior membership information should be accurately updated... | 0 |
344,448 | 24,814,448,249 | IssuesEvent | 2022-10-25 12:06:29 | quarkusio/quarkus | https://api.github.com/repos/quarkusio/quarkus | closed | Doc: Missing dekorate upgrade on Quarkus 2.14 Migration guide | kind/bug area/documentation | ### Describe the bug
The current [migration guide](https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.14) doesn't have any reference to [dekorate upgrade](https://github.com/quarkusio/quarkus/pull/28438). In my opinion, this upgrade should be documented, because fix some issues but also introduce some inco... | 1.0 | Doc: Missing dekorate upgrade on Quarkus 2.14 Migration guide - ### Describe the bug
The current [migration guide](https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.14) doesn't have any reference to [dekorate upgrade](https://github.com/quarkusio/quarkus/pull/28438). In my opinion, this upgrade should be ... | non_priority | doc missing dekorate upgrade on quarkus migration guide describe the bug the current doesn t have any reference to in my opinion this upgrade should be documented because fix some issues but also introduce some incompatibilities for example the current quarkus helm this dekorate ... | 0 |
61,209 | 14,945,652,174 | IssuesEvent | 2021-01-26 04:43:03 | MasoniteFramework/orm | https://api.github.com/repos/MasoniteFramework/orm | closed | Multiple Group By | Query Builder feature request medium | I would like to request if we can have multiple fields in group_by. As of now when I try
```
query = query.group_by('pre_job_status, post_job_status')
or
query = query.group_by('`pre_job_status`, `post_job_status`')
or
query = query.group_by('pre_job_status').group_by('post_job_status')
```
I get this ... | 1.0 | Multiple Group By - I would like to request if we can have multiple fields in group_by. As of now when I try
```
query = query.group_by('pre_job_status, post_job_status')
or
query = query.group_by('`pre_job_status`, `post_job_status`')
or
query = query.group_by('pre_job_status').group_by('post_job_status')... | non_priority | multiple group by i would like to request if we can have multiple fields in group by as of now when i try query query group by pre job status post job status or query query group by pre job status post job status or query query group by pre job status group by post job status ... | 0 |
327,743 | 28,081,060,388 | IssuesEvent | 2023-03-30 06:23:08 | I-can-read/Server | https://api.github.com/repos/I-can-read/Server | closed | [Test] GCP 서버 연동 테스트 | ✅ Test | ## 📝 To Do List
<!-- 해야 할 일들을 적어주세요. -->
- [x] FE와의 연동 테스트
- [x] ML과의 연동 테스트
- [x] h2 DB → Cloud SQL로 변경하고 테스트
- [x] 종합 테스트 | 1.0 | [Test] GCP 서버 연동 테스트 - ## 📝 To Do List
<!-- 해야 할 일들을 적어주세요. -->
- [x] FE와의 연동 테스트
- [x] ML과의 연동 테스트
- [x] h2 DB → Cloud SQL로 변경하고 테스트
- [x] 종합 테스트 | non_priority | gcp 서버 연동 테스트 📝 to do list fe와의 연동 테스트 ml과의 연동 테스트 db → cloud sql로 변경하고 테스트 종합 테스트 | 0 |
141,981 | 5,447,880,271 | IssuesEvent | 2017-03-07 14:40:42 | fossasia/open-event-orga-server | https://api.github.com/repos/fossasia/open-event-orga-server | closed | Public Schedule Calendar View: Decrease width of header to 200px | enhancement Priority: High scheduling | Let's save some space to show more info on the screen. Please decrease the header of the table in the public schedule calendar view to 200px width.

| 1.0 | Public Schedule Calendar View: Decrease width of header to 200px - Let's save some space to show more info on the screen. Please decrease the header of the table in the public schedule calendar view to 200px width.

- custom header (we can add again, a cURL convention `--header`) so users can add auth header manually
A... | 1.0 | Runner. Provide a way to setup authorization - At the moment there is no way to setup auth in `runner._execute_all_tests`. But it should be configurable.
We can start with these options:
- basic auth (for CLI we can follow cURL convention `--user` option)
- custom header (we can add again, a cURL convention `--head... | priority | runner provide a way to setup authorization at the moment there is no way to setup auth in runner execute all tests but it should be configurable we can start with these options basic auth for cli we can follow curl convention user option custom header we can add again a curl convention head... | 1 |
6,663 | 2,856,202,265 | IssuesEvent | 2015-06-02 13:59:07 | luchanz/edilot-angular | https://api.github.com/repos/luchanz/edilot-angular | closed | No actualiza cantidades, ni precio en "Validar Pedidos" | bug Test | Mati,
Cuando voy tildando los pedidos que están ok en "Validar pedidos", no me actualiza las cantidades, ni el precio.
Te adjunto pantalla para que lo veas:
Fijate que me quedan 3 para validar y la sumatoria me muestra 9:
 Gecko/98.0 Firefox/98.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/98965 -->
<!-- @extra_labels: browser-fenix -->
**URL**: http://d_.gitlab.io/... | 1.0 | d_.gitlab.io - Page does not load - <!-- @browser: Firefox Mobile 98.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 12; Mobile; rv:98.0) Gecko/98.0 Firefox/98.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/98965 -->
<!-- @extra_labels: browser-feni... | priority | d gitlab io page does not load url browser version firefox mobile operating system android tested another browser yes chrome problem type something else description can t resolve address steps to reproduce go to url and see that it can t find address chr... | 1 |
787,423 | 27,717,347,161 | IssuesEvent | 2023-03-14 17:49:53 | synonymdev/bitkit | https://api.github.com/repos/synonymdev/bitkit | closed | [Bug]: Text parser showing 0 as amount in LN invoice payment attempts | bug medium priority | ### Describe the bug
If I scan a QR code of a LN invoice, it shows the correct amount and I can attempt to pay it.
If I paste in a text version of the same invoice instead, it shows the amount as zero (amount is also not editable).
### Reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See... | 1.0 | [Bug]: Text parser showing 0 as amount in LN invoice payment attempts - ### Describe the bug
If I scan a QR code of a LN invoice, it shows the correct amount and I can attempt to pay it.
If I paste in a text version of the same invoice instead, it shows the amount as zero (amount is also not editable).
### Reprodu... | priority | text parser showing as amount in ln invoice payment attempts describe the bug if i scan a qr code of a ln invoice it shows the correct amount and i can attempt to pay it if i paste in a text version of the same invoice instead it shows the amount as zero amount is also not editable reproduce ... | 1 |
23,454 | 7,331,240,874 | IssuesEvent | 2018-03-05 12:50:59 | ShaikASK/Testing | https://api.github.com/repos/ShaikASK/Testing | closed | Issues related to Resolution :: Side Menu getting hide in 1024x768 resolution | Build Version #6 Defect P1 Ready To UAT- SumFive Reopen SumFive Team | Issue 01 :
Steps To Replicate ::
1. Change the desktop resolution to 1024 x 768
2. Launch the URL
3. login with HR Admin credentials
Experienced Behavior
Observed that Side menu is being completely hidden
Expected Behavior
Ensure that there should not be any UI discrepancy displayed in (1024 x 768) reso... | 1.0 | Issues related to Resolution :: Side Menu getting hide in 1024x768 resolution - Issue 01 :
Steps To Replicate ::
1. Change the desktop resolution to 1024 x 768
2. Launch the URL
3. login with HR Admin credentials
Experienced Behavior
Observed that Side menu is being completely hidden
Expected Behavior
E... | non_priority | issues related to resolution side menu getting hide in resolution issue steps to replicate change the desktop resolution to x launch the url login with hr admin credentials experienced behavior observed that side menu is being completely hidden expected behavior ensure that th... | 0 |
50,585 | 7,612,336,843 | IssuesEvent | 2018-05-01 17:11:04 | Eddypapa-Szakdoga/documentation | https://api.github.com/repos/Eddypapa-Szakdoga/documentation | opened | New task Komplex (design and establish infra) | Komplex documentation | Design and establish the required infrastructure | 1.0 | New task Komplex (design and establish infra) - Design and establish the required infrastructure | non_priority | new task komplex design and establish infra design and establish the required infrastructure | 0 |
450,170 | 12,991,238,561 | IssuesEvent | 2020-07-23 02:54:19 | lgvaz/mantisshrimp | https://api.github.com/repos/lgvaz/mantisshrimp | closed | COCOMetric bug with transforms | bug enhancement priority | Transform that resize the image changes the positions of `bboxes` and `segs`.
Currently `COCOMetric` will use the positions of the original records to calculate it's metrics. There are three possible solutions:
* Never scale validation images
* Don't use pycocotools, write metrics from scratch (good for longterm, ... | 1.0 | COCOMetric bug with transforms - Transform that resize the image changes the positions of `bboxes` and `segs`.
Currently `COCOMetric` will use the positions of the original records to calculate it's metrics. There are three possible solutions:
* Never scale validation images
* Don't use pycocotools, write metrics ... | priority | cocometric bug with transforms transform that resize the image changes the positions of bboxes and segs currently cocometric will use the positions of the original records to calculate it s metrics there are three possible solutions never scale validation images don t use pycocotools write metrics ... | 1 |
352,753 | 25,080,983,934 | IssuesEvent | 2022-11-07 19:16:36 | ably/ably-asset-tracking-swift | https://api.github.com/repos/ably/ably-asset-tracking-swift | opened | Clarify API rules re which from which threads the SDK can be interacted with | bug documentation api | WIP, will fill in details | 1.0 | Clarify API rules re which from which threads the SDK can be interacted with - WIP, will fill in details | non_priority | clarify api rules re which from which threads the sdk can be interacted with wip will fill in details | 0 |
75,805 | 3,476,154,828 | IssuesEvent | 2015-12-26 14:59:57 | mlhwang/monsterappetite | https://api.github.com/repos/mlhwang/monsterappetite | closed | Condition button's actions | Priority - High Snackazon _bug | Even without a snack selection you can click on the "Made my choice" button and move on to the next page. This should not happen. It is REQUIRED to make a snack selection. | 1.0 | Condition button's actions - Even without a snack selection you can click on the "Made my choice" button and move on to the next page. This should not happen. It is REQUIRED to make a snack selection. | priority | condition button s actions even without a snack selection you can click on the made my choice button and move on to the next page this should not happen it is required to make a snack selection | 1 |
171,907 | 6,496,604,084 | IssuesEvent | 2017-08-22 10:44:01 | huridocs/uwazi | https://api.github.com/repos/huridocs/uwazi | opened | Add blank state to search, toc, references and connection tabs | Priority: Medium Type: Enhancement | **Scope**
- Search tab
- Table of Content tab
- References tab
- Connections tab (in document viewer AND entity viewer)
You can copy the styles from `1179-blank-state` branch. Remember to make strings translatable.
** Behaviour **
When any of the tabs above doesn't have any result to show, render the next ... | 1.0 | Add blank state to search, toc, references and connection tabs - **Scope**
- Search tab
- Table of Content tab
- References tab
- Connections tab (in document viewer AND entity viewer)
You can copy the styles from `1179-blank-state` branch. Remember to make strings translatable.
** Behaviour **
When any of... | priority | add blank state to search toc references and connection tabs scope search tab table of content tab references tab connections tab in document viewer and entity viewer you can copy the styles from blank state branch remember to make strings translatable behaviour when any of th... | 1 |
170,955 | 20,905,337,280 | IssuesEvent | 2022-03-24 01:06:23 | ibm-cio-vulnerability-scanning/insomnia | https://api.github.com/repos/ibm-cio-vulnerability-scanning/insomnia | reopened | CVE-2021-44906 (High) detected in multiple libraries | security vulnerability | ## CVE-2021-44906 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-1.2.0.tgz</b>, <b>minimist-0.0.10.tgz</b>, <b>minimist-1.2.5.tgz</b></p></summary... | True | CVE-2021-44906 (High) detected in multiple libraries - ## CVE-2021-44906 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-1.2.0.tgz</b>, <b>minimist... | non_priority | cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file pac... | 0 |
300,752 | 9,212,314,359 | IssuesEvent | 2019-03-09 23:10:46 | yalla-coop/tempo | https://api.github.com/repos/yalla-coop/tempo | closed | I can view my volunteer transactions | T4h priority-4 user story | Relates to #14
Table of my transaction history with each row including:
- [x] Date
- [x] Parnter
- [x] Number of credits spent/earned
- [x] Button to find out more | 1.0 | I can view my volunteer transactions - Relates to #14
Table of my transaction history with each row including:
- [x] Date
- [x] Parnter
- [x] Number of credits spent/earned
- [x] Button to find out more | priority | i can view my volunteer transactions relates to table of my transaction history with each row including date parnter number of credits spent earned button to find out more | 1 |
249,487 | 7,962,458,268 | IssuesEvent | 2018-07-13 14:22:36 | PushTracker/EvalApp | https://api.github.com/repos/PushTracker/EvalApp | closed | in iOS, ActionBar shifts up after a navigation back to home occurs from a view that experienced an orientation change. | bug high-priority ios | Changing orientation fixes the ActionBar back to normal position. | 1.0 | in iOS, ActionBar shifts up after a navigation back to home occurs from a view that experienced an orientation change. - Changing orientation fixes the ActionBar back to normal position. | priority | in ios actionbar shifts up after a navigation back to home occurs from a view that experienced an orientation change changing orientation fixes the actionbar back to normal position | 1 |
291,905 | 8,951,283,937 | IssuesEvent | 2019-01-25 13:31:11 | lbryio/types | https://api.github.com/repos/lbryio/types | closed | Add "Release Date" attribute to content | priority: medium | _From @tzarebczan on September 22, 2017 21:23_
<!--
Thanks for reporting an issue to LBRY and helping us improve!
To make it possible for us to help you, please fill out below information carefully.
Before reporting any issues, please make sure that you're using the latest version.
- App releases: https://g... | 1.0 | Add "Release Date" attribute to content - _From @tzarebczan on September 22, 2017 21:23_
<!--
Thanks for reporting an issue to LBRY and helping us improve!
To make it possible for us to help you, please fill out below information carefully.
Before reporting any issues, please make sure that you're using the... | priority | add release date attribute to content from tzarebczan on september thanks for reporting an issue to lbry and helping us improve to make it possible for us to help you please fill out below information carefully before reporting any issues please make sure that you re using the lates... | 1 |
3,268 | 6,344,377,706 | IssuesEvent | 2017-07-27 19:46:34 | rubberduck-vba/Rubberduck | https://api.github.com/repos/rubberduck-vba/Rubberduck | closed | Resolver Error when method call has 0 or >1 args in parentheses on continued line | bug parse-tree-processing | This would appear to be a regression, and/or not covered by tests.
```vb
Sub test _
() 'These are fine
Debug.Print Now _
() 'These are not
End Sub
```
Refer #2888 | 1.0 | Resolver Error when method call has 0 or >1 args in parentheses on continued line - This would appear to be a regression, and/or not covered by tests.
```vb
Sub test _
() 'These are fine
Debug.Print Now _
() 'These are not
End Sub
```
Refer #2888 | non_priority | resolver error when method call has or args in parentheses on continued line this would appear to be a regression and or not covered by tests vb sub test these are fine debug print now these are not end sub refer | 0 |
387,796 | 11,470,564,137 | IssuesEvent | 2020-02-09 04:16:29 | WeakAuras/WeakAuras2 | https://api.github.com/repos/WeakAuras/WeakAuras2 | closed | Basic search function for Models (.m2) based on file name. | ⬇️Low Priority 🎨 Feature Request 🙏Help Wanted | It would be super useful to have a basic search function under models for searching things such as "priest" or "holy" to avoid having to go through the giant list.
Could be very basic just based off the file name.
The website suggested doesn't show the actual animation, like WA does in-game. | 1.0 | Basic search function for Models (.m2) based on file name. - It would be super useful to have a basic search function under models for searching things such as "priest" or "holy" to avoid having to go through the giant list.
Could be very basic just based off the file name.
The website suggested doesn't show the ac... | priority | basic search function for models based on file name it would be super useful to have a basic search function under models for searching things such as priest or holy to avoid having to go through the giant list could be very basic just based off the file name the website suggested doesn t show the act... | 1 |
636,753 | 20,608,170,294 | IssuesEvent | 2022-03-07 04:32:29 | zulip/zulip | https://api.github.com/repos/zulip/zulip | opened | Improve image title and tooltips | help wanted area: general UI priority: high area: message feed display | In the image lightbox, the title we currently display in the upper left is: `Download <file name> <image name>`. This looks quite odd/confusing, especially in the pretty common case when the file name and image name are the same (i.e. the user didn't rename the image after uploading):
![Screen Shot 2022-03-03 at 2 0... | 1.0 | Improve image title and tooltips - In the image lightbox, the title we currently display in the upper left is: `Download <file name> <image name>`. This looks quite odd/confusing, especially in the pretty common case when the file name and image name are the same (i.e. the user didn't rename the image after uploading):... | priority | improve image title and tooltips in the image lightbox the title we currently display in the upper left is download this looks quite odd confusing especially in the pretty common case when the file name and image name are the same i e the user didn t rename the image after uploading to addres... | 1 |
347,236 | 10,427,042,990 | IssuesEvent | 2019-09-16 18:59:46 | dailynowco/daily-apps | https://api.github.com/repos/dailynowco/daily-apps | opened | Radio button component | Priority: Medium Status: Available Type: Feature good first issue | @tsahimatsliah has added a radio button to Daily's design system and now we would like to implement it. Preferably the component should be based on `input` element with `type=radio`, otherwise must follow the same ux and accessibility of the native component.
Access to our InVision will be given to the contributor :)
... | 1.0 | Radio button component - @tsahimatsliah has added a radio button to Daily's design system and now we would like to implement it. Preferably the component should be based on `input` element with `type=radio`, otherwise must follow the same ux and accessibility of the native component.
Access to our InVision will be giv... | priority | radio button component tsahimatsliah has added a radio button to daily s design system and now we would like to implement it preferably the component should be based on input element with type radio otherwise must follow the same ux and accessibility of the native component access to our invision will be giv... | 1 |
385,913 | 11,427,782,593 | IssuesEvent | 2020-02-04 02:01:53 | iterative/dvc.org | https://api.github.com/repos/iterative/dvc.org | closed | server: better way to handle HTTP redirects | doc-website enhancement priority-p1 | Every time we move a page to a new URL we need to create a proper redirect.
The only way to this now is to create a 4-5 lines entry in our custom `server.js`. This is def. not scalable. We need to find an easier way to handle this.
The first solution that comes to my mind is a separate file with a list of simple... | 1.0 | server: better way to handle HTTP redirects - Every time we move a page to a new URL we need to create a proper redirect.
The only way to this now is to create a 4-5 lines entry in our custom `server.js`. This is def. not scalable. We need to find an easier way to handle this.
The first solution that comes to m... | priority | server better way to handle http redirects every time we move a page to a new url we need to create a proper redirect the only way to this now is to create a lines entry in our custom server js this is def not scalable we need to find an easier way to handle this the first solution that comes to m... | 1 |
476,709 | 13,748,846,522 | IssuesEvent | 2020-10-06 09:37:43 | canonical-web-and-design/canonicalwebteam.blog | https://api.github.com/repos/canonical-web-and-design/canonicalwebteam.blog | closed | Make thumbnail width setting | Priority: Medium | Info: https://cloudinary.com/documentation/image_transformation_reference
Use `pad` setting.
Ubuntu uses: 330px
Snapcraft uses: 354px
| 1.0 | Make thumbnail width setting - Info: https://cloudinary.com/documentation/image_transformation_reference
Use `pad` setting.
Ubuntu uses: 330px
Snapcraft uses: 354px
| priority | make thumbnail width setting info use pad setting ubuntu uses snapcraft uses | 1 |
81,698 | 31,390,145,418 | IssuesEvent | 2023-08-26 08:21:52 | scipy/scipy | https://api.github.com/repos/scipy/scipy | opened | BUG: cp312 wheel builds have been failing for a while - Pythran/complex related | defect | ### Describe your issue.
The cp312 wheels builds have all been failing for a while now. It seems to be arising from Pythran somewhere and is related to `complex` arithmetic.
I tried to see if there's been an issue reported over this, but couldn't see one.
### Reproducing Code Example
```python
The cibuildwheels f... | 1.0 | BUG: cp312 wheel builds have been failing for a while - Pythran/complex related - ### Describe your issue.
The cp312 wheels builds have all been failing for a while now. It seems to be arising from Pythran somewhere and is related to `complex` arithmetic.
I tried to see if there's been an issue reported over this, ... | non_priority | bug wheel builds have been failing for a while pythran complex related describe your issue the wheels builds have all been failing for a while now it seems to be arising from pythran somewhere and is related to complex arithmetic i tried to see if there s been an issue reported over this but coul... | 0 |
48,785 | 20,257,656,590 | IssuesEvent | 2022-02-15 01:58:33 | vmware/singleton | https://api.github.com/repos/vmware/singleton | closed | [i18n-manager] change parameter source to optional in string-based api | area/java-service kind/feature priority/high | **Is your feature request related to a problem? Please describe.**
when the source content is large, the request will be overweight.
**Describe the solution you'd like**
change to source parameter to optional
**Describe alternatives you've considered**
A clear and concise description of any alternative solutio... | 1.0 | [i18n-manager] change parameter source to optional in string-based api - **Is your feature request related to a problem? Please describe.**
when the source content is large, the request will be overweight.
**Describe the solution you'd like**
change to source parameter to optional
**Describe alternatives you'v... | non_priority | change parameter source to optional in string based api is your feature request related to a problem please describe when the source content is large the request will be overweight describe the solution you d like change to source parameter to optional describe alternatives you ve considered ... | 0 |
707,112 | 24,295,756,512 | IssuesEvent | 2022-09-29 09:54:41 | bigbio/pmultiqc | https://api.github.com/repos/bigbio/pmultiqc | closed | Delta mass plot labelling wrong | bug high-priority | In the beginning, "count" is selected but "frequency" is shown.
Tooltips always show "frequency". | 1.0 | Delta mass plot labelling wrong - In the beginning, "count" is selected but "frequency" is shown.
Tooltips always show "frequency". | priority | delta mass plot labelling wrong in the beginning count is selected but frequency is shown tooltips always show frequency | 1 |
362,855 | 10,732,722,987 | IssuesEvent | 2019-10-28 22:42:16 | googleapis/nodejs-storage | https://api.github.com/repos/googleapis/nodejs-storage | closed | createReadStream doesn't release enough memory since version 2.2.0 | :rotating_light: priority: p2 type: bug | #### Environment details
- OS: Google AppEngine (production) / macOS 10.13.6 (development)
- Node.js version: 10.15.3
- npm version: 6.9.0
- `@google-cloud/storage` version: 2.2.0 and up
Hi guys, I'm running into this issue when using the `file.createReadStream` method. It seems this problem was introd... | 1.0 | createReadStream doesn't release enough memory since version 2.2.0 - #### Environment details
- OS: Google AppEngine (production) / macOS 10.13.6 (development)
- Node.js version: 10.15.3
- npm version: 6.9.0
- `@google-cloud/storage` version: 2.2.0 and up
Hi guys, I'm running into this issue when using... | priority | createreadstream doesn t release enough memory since version environment details os google appengine production macos development node js version npm version google cloud storage version and up hi guys i m running into this issue when using the... | 1 |
166,067 | 20,711,410,964 | IssuesEvent | 2022-03-12 01:19:40 | SmartBear/Zephyr_for_Jira-server-to-cloud-migration | https://api.github.com/repos/SmartBear/Zephyr_for_Jira-server-to-cloud-migration | reopened | CVE-2019-10172 (High) detected in jackson-mapper-asl-1.9.2.jar | security vulnerability | ## CVE-2019-10172 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-mapper-asl-1.9.2.jar</b></p></summary>
<p>Data Mapper package is a high-performance data binding package
built... | True | CVE-2019-10172 (High) detected in jackson-mapper-asl-1.9.2.jar - ## CVE-2019-10172 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-mapper-asl-1.9.2.jar</b></p></summary>
<p>Dat... | non_priority | cve high detected in jackson mapper asl jar cve high severity vulnerability vulnerable library jackson mapper asl jar data mapper package is a high performance data binding package built on jackson json processor path to dependency file pom xml path to vulnerable library ... | 0 |
255,147 | 8,109,262,216 | IssuesEvent | 2018-08-14 06:50:08 | UniversityOfHelsinkiCS/oodikone2-frontend | https://api.github.com/repos/UniversityOfHelsinkiCS/oodikone2-frontend | closed | population statistics courses of population: problems with sorting | PRIORITY1 bug front | - [x] there should be an indication how the table is sorted
- [x] sorting behaves in unpredictable manner, take eg datatiede 2017, pressing "students" behaves differently if you sort courses by passing percentage normally or reversed | 1.0 | population statistics courses of population: problems with sorting - - [x] there should be an indication how the table is sorted
- [x] sorting behaves in unpredictable manner, take eg datatiede 2017, pressing "students" behaves differently if you sort courses by passing percentage normally or reversed | priority | population statistics courses of population problems with sorting there should be an indication how the table is sorted sorting behaves in unpredictable manner take eg datatiede pressing students behaves differently if you sort courses by passing percentage normally or reversed | 1 |
281,702 | 8,698,395,085 | IssuesEvent | 2018-12-04 23:16:13 | Dragoon-Lab/topomath | https://api.github.com/repos/Dragoon-Lab/topomath | closed | Variable order changes when a model is re-opened | Priority: Low bug | Fix for #414 missed one case. It works while the model is open, but when it is re-opened the order reverts to alphabetical order. Change it so that on the initial load, the variables are ordered by creation order. | 1.0 | Variable order changes when a model is re-opened - Fix for #414 missed one case. It works while the model is open, but when it is re-opened the order reverts to alphabetical order. Change it so that on the initial load, the variables are ordered by creation order. | priority | variable order changes when a model is re opened fix for missed one case it works while the model is open but when it is re opened the order reverts to alphabetical order change it so that on the initial load the variables are ordered by creation order | 1 |
73,470 | 8,876,961,465 | IssuesEvent | 2019-01-12 19:49:16 | Automattic/wp-calypso | https://api.github.com/repos/Automattic/wp-calypso | closed | Showcase: Add a "close" button to the banner ad and upgrade notification bar | Design Themes [Status] Stale [Type] Enhancement | Currently the banner ad and upgrade notification bar take up quite a bit of prime real estate in the Showcase. It would be great to offer the user the ability to close them, removing them from their view of the Showcase forever (or at least until the cookie is cleared).
Maybe something like this?
 | 1.0 | Education Tab - Change this statement to:
GrowthFountain receives a 6% payment in connection with the successful completion....
 | priority | education tab change this statement to growthfountain receives a payment in connection with the successful completion | 1 |
275,047 | 20,904,813,140 | IssuesEvent | 2022-03-24 00:10:15 | CliMA/ClimaCore.jl | https://api.github.com/repos/CliMA/ClimaCore.jl | closed | Add some introductory docs | documentation | Since we produced some useful material for the second ClimaWorkshop on ClimaCore.jl's API fundamentals, it would be good to port over some of that material and visual aid to our docs | 1.0 | Add some introductory docs - Since we produced some useful material for the second ClimaWorkshop on ClimaCore.jl's API fundamentals, it would be good to port over some of that material and visual aid to our docs | non_priority | add some introductory docs since we produced some useful material for the second climaworkshop on climacore jl s api fundamentals it would be good to port over some of that material and visual aid to our docs | 0 |
12,810 | 5,253,221,604 | IssuesEvent | 2017-02-02 08:50:34 | mitchellh/packer | https://api.github.com/repos/mitchellh/packer | closed | Packer should be able to run local builds via ssh | builder/parallels builder/qemu builder/virtualbox builder/vmware enhancement thinking | We like running packer from within a docker container - because it becomes a consistent toolset for all devs, CI jobs etc, and we can control the exact packer plugins in use by everyone without people having bespoke versions.
This works fine for AWS provisioning, but for local provisioning via vmware-iso or virtualbox... | 4.0 | Packer should be able to run local builds via ssh - We like running packer from within a docker container - because it becomes a consistent toolset for all devs, CI jobs etc, and we can control the exact packer plugins in use by everyone without people having bespoke versions.
This works fine for AWS provisioning, but... | non_priority | packer should be able to run local builds via ssh we like running packer from within a docker container because it becomes a consistent toolset for all devs ci jobs etc and we can control the exact packer plugins in use by everyone without people having bespoke versions this works fine for aws provisioning but... | 0 |
41,556 | 2,869,060,625 | IssuesEvent | 2015-06-05 23:00:52 | dart-lang/observe | https://api.github.com/repos/dart-lang/observe | closed | reconcile package:observe and observe-js API | Area-Polymer enhancement Fixed Priority-High | <a href="https://github.com/jmesserly"><img src="https://avatars.githubusercontent.com/u/1081711?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [jmesserly](https://github.com/jmesserly)**
_Originally opened as dart-lang/sdk#13554_
----
Now that Polymer.js includes observe-js (it was previou... | 1.0 | reconcile package:observe and observe-js API - <a href="https://github.com/jmesserly"><img src="https://avatars.githubusercontent.com/u/1081711?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [jmesserly](https://github.com/jmesserly)**
_Originally opened as dart-lang/sdk#13554_
----
Now that... | priority | reconcile package observe and observe js api issue by originally opened as dart lang sdk now that polymer js includes observe js it was previously just a set of utilities at it would be nice to align apis with dart s package observe where it makes sense pathobserver is in pretty good shap... | 1 |
714,129 | 24,551,922,892 | IssuesEvent | 2022-10-12 13:14:43 | owncloud/web | https://api.github.com/repos/owncloud/web | closed | Shared via link > "parent folder" shows "Resource not found" on click | Type:Bug Priority:p2-high GA-Blocker |
### Steps to reproduce
1. receive a share
2. go to "shares" > "shared with me" > create a link for the with-you-shared file
3. go to "shares" > "shared via link" > click on the parent folder of the shared resource
4. View shows "Resource not found"
https://user-images.githubusercontent.com/26610733/181061204-6... | 1.0 | Shared via link > "parent folder" shows "Resource not found" on click -
### Steps to reproduce
1. receive a share
2. go to "shares" > "shared with me" > create a link for the with-you-shared file
3. go to "shares" > "shared via link" > click on the parent folder of the shared resource
4. View shows "Resource not ... | priority | shared via link parent folder shows resource not found on click steps to reproduce receive a share go to shares shared with me create a link for the with you shared file go to shares shared via link click on the parent folder of the shared resource view shows resource not ... | 1 |
456,466 | 13,150,819,445 | IssuesEvent | 2020-08-09 13:41:14 | chrisjsewell/docutils | https://api.github.com/repos/chrisjsewell/docutils | closed | reStructuredText `` `` [SF:bugs:52] | bugs closed-invalid priority-5 |
author: keryell
created: 2005-10-20 11:44:08
assigned: None
SF_url: https://sourceforge.net/p/docutils/bugs/52
\`\` \`\` cannot touch other text without complaining such
as in :
dans \`\`/subversion/apache-auth-files/\`\`projet.
with in my Plone a
System Message: WARNING/2 \(<string>, line 9\); backlink
Inline ... | 1.0 | reStructuredText `` `` [SF:bugs:52] -
author: keryell
created: 2005-10-20 11:44:08
assigned: None
SF_url: https://sourceforge.net/p/docutils/bugs/52
\`\` \`\` cannot touch other text without complaining such
as in :
dans \`\`/subversion/apache-auth-files/\`\`projet.
with in my Plone a
System Message: WARNING/2 ... | priority | restructuredtext author keryell created assigned none sf url cannot touch other text without complaining such as in dans subversion apache auth files projet with in my plone a system message warning line backlink inline literal start string without ... | 1 |
5,795 | 2,579,760,544 | IssuesEvent | 2015-02-13 13:08:33 | pufexi/multiorder | https://api.github.com/repos/pufexi/multiorder | opened | Zrusit ID obj pri zadavani selectboxem | easy task :-) high priority | Je supr, ze jde nyni zadavat zbozi pomoci ID, ale v tom selectboxu nakonec to ID at neni, protoze pak pujde u selectboxu zadavat zbozi napsanim prvniho pismena zbozi na klavesnici, v pripade, ze zadavatel nezna ID, tak nemusi rolovat jak blazen.
Zaroven by bylo fajn, kdyby ENTER na pridani objednavky fungoval i v SE... | 1.0 | Zrusit ID obj pri zadavani selectboxem - Je supr, ze jde nyni zadavat zbozi pomoci ID, ale v tom selectboxu nakonec to ID at neni, protoze pak pujde u selectboxu zadavat zbozi napsanim prvniho pismena zbozi na klavesnici, v pripade, ze zadavatel nezna ID, tak nemusi rolovat jak blazen.
Zaroven by bylo fajn, kdyby EN... | priority | zrusit id obj pri zadavani selectboxem je supr ze jde nyni zadavat zbozi pomoci id ale v tom selectboxu nakonec to id at neni protoze pak pujde u selectboxu zadavat zbozi napsanim prvniho pismena zbozi na klavesnici v pripade ze zadavatel nezna id tak nemusi rolovat jak blazen zaroven by bylo fajn kdyby en... | 1 |
633,714 | 20,263,502,256 | IssuesEvent | 2022-02-15 09:52:13 | firecracker-microvm/firecracker | https://api.github.com/repos/firecracker-microvm/firecracker | closed | Slower networking of OSv on firecracker vs QEMU/KVM | Feature: IO Virtualization Performance: IO Priority: Low | Before I dive into details of my performance test results I would to take this occasion to announce on this forum that firecracker is officially and fully supported by OSv unikernel as of latest 0.53.0 release (nickname "Firebird", for details please read [here](https://github.com/cloudius-systems/osv/releases/tag/v0.5... | 1.0 | Slower networking of OSv on firecracker vs QEMU/KVM - Before I dive into details of my performance test results I would to take this occasion to announce on this forum that firecracker is officially and fully supported by OSv unikernel as of latest 0.53.0 release (nickname "Firebird", for details please read [here](htt... | priority | slower networking of osv on firecracker vs qemu kvm before i dive into details of my performance test results i would to take this occasion to announce on this forum that firecracker is officially and fully supported by osv unikernel as of latest release nickname firebird for details please read it can ... | 1 |
257,595 | 19,524,406,135 | IssuesEvent | 2021-12-30 03:26:19 | rust-lang/mdBook | https://api.github.com/repos/rust-lang/mdBook | closed | Add a list of preprocessors to the readme or the guide book? | A-Documentation | And if we create such a list, I'd like to add
[mdbook-classy](https://github.com/Reviewable/mdbook-classy)
to it for people who want to add kramdown-style css class annotations to their paragraphs. :smile_cat: | 1.0 | Add a list of preprocessors to the readme or the guide book? - And if we create such a list, I'd like to add
[mdbook-classy](https://github.com/Reviewable/mdbook-classy)
to it for people who want to add kramdown-style css class annotations to their paragraphs. :smile_cat: | non_priority | add a list of preprocessors to the readme or the guide book and if we create such a list i d like to add to it for people who want to add kramdown style css class annotations to their paragraphs smile cat | 0 |
55,321 | 6,470,031,577 | IssuesEvent | 2017-08-17 07:58:47 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | e2e test the Node Authorizer | area/test kind/feature sig/auth sig/cluster-lifecycle | **Is this a BUG REPORT or FEATURE REQUEST?** (choose one):
TESTING REQUEST
Spawned from: https://github.com/kubernetes/kubernetes/pull/46879
It would be nice with some e2e tests for the Node Authorizer so consumers of it (kubeadm, GCE, GKE, etc.) could easily make sure it's enabled and working, just by editing `... | 1.0 | e2e test the Node Authorizer - **Is this a BUG REPORT or FEATURE REQUEST?** (choose one):
TESTING REQUEST
Spawned from: https://github.com/kubernetes/kubernetes/pull/46879
It would be nice with some e2e tests for the Node Authorizer so consumers of it (kubeadm, GCE, GKE, etc.) could easily make sure it's enabled... | non_priority | test the node authorizer is this a bug report or feature request choose one testing request spawned from it would be nice with some tests for the node authorizer so consumers of it kubeadm gce gke etc could easily make sure it s enabled and working just by editing ginkgo focus when runn... | 0 |
347,600 | 10,431,897,447 | IssuesEvent | 2019-09-17 10:02:44 | OpenSRP/opensrp-client-chw-anc | https://api.github.com/repos/OpenSRP/opensrp-client-chw-anc | closed | Birth vaccines should not appear as a PNC task if birth vaccines are recorded in Pregnancy Outcome form | High Priority PNC bug | This was reported by the client.
Steps to reproduce:
- Open a record for an ANC woman and open the Pregnancy Outcome form
- Record the outcome is a Live Birth, and at the bottom of the form, record that the two birth vaccines, BCG and OPV 0, were given (enter a date for each vaccine)
- (Note: make sure you put t... | 1.0 | Birth vaccines should not appear as a PNC task if birth vaccines are recorded in Pregnancy Outcome form - This was reported by the client.
Steps to reproduce:
- Open a record for an ANC woman and open the Pregnancy Outcome form
- Record the outcome is a Live Birth, and at the bottom of the form, record that the tw... | priority | birth vaccines should not appear as a pnc task if birth vaccines are recorded in pregnancy outcome form this was reported by the client steps to reproduce open a record for an anc woman and open the pregnancy outcome form record the outcome is a live birth and at the bottom of the form record that the tw... | 1 |
148,429 | 23,349,579,501 | IssuesEvent | 2022-08-09 21:43:14 | unicode-org/icu4x | https://api.github.com/repos/unicode-org/icu4x | closed | Full-featured IETF datetime string parsing | T-core A-design discuss C-datetime S-medium C-calendar | We should implement a string parser conforming to [IETF Sedate](https://datatracker.ietf.org/wg/sedate/about/) that parses a string into its components (date, time, time zone, calendar), and use this parser in APIs and anywhere else we parse date strings. Think about where to put this code in the crate structure. | 1.0 | Full-featured IETF datetime string parsing - We should implement a string parser conforming to [IETF Sedate](https://datatracker.ietf.org/wg/sedate/about/) that parses a string into its components (date, time, time zone, calendar), and use this parser in APIs and anywhere else we parse date strings. Think about where t... | non_priority | full featured ietf datetime string parsing we should implement a string parser conforming to that parses a string into its components date time time zone calendar and use this parser in apis and anywhere else we parse date strings think about where to put this code in the crate structure | 0 |
351,324 | 10,515,687,738 | IssuesEvent | 2019-09-28 11:59:47 | HW-PlayersPatch/Development | https://api.github.com/repos/HW-PlayersPatch/Development | closed | SP Voiceactor Code | Priority1: High Status3: Actionable Type2: Bug Type4: Campaign | # commands.lua / SpeechRaceHelper
-race.lua is written by SpeechRaceHelper(), which is currently only ran by MP, not SP.
-commands.lua first looks for race.lua (SP and MP), if it doesn't exist it uses the default table written in commands.lua.
-The problem is any other mod could also write to race.lua with differen... | 1.0 | SP Voiceactor Code - # commands.lua / SpeechRaceHelper
-race.lua is written by SpeechRaceHelper(), which is currently only ran by MP, not SP.
-commands.lua first looks for race.lua (SP and MP), if it doesn't exist it uses the default table written in commands.lua.
-The problem is any other mod could also write to r... | priority | sp voiceactor code commands lua speechracehelper race lua is written by speechracehelper which is currently only ran by mp not sp commands lua first looks for race lua sp and mp if it doesn t exist it uses the default table written in commands lua the problem is any other mod could also write to r... | 1 |
69,128 | 9,257,286,618 | IssuesEvent | 2019-03-17 04:26:33 | publishing-bitbytebit/PlainTxtPodcast | https://api.github.com/repos/publishing-bitbytebit/PlainTxtPodcast | closed | Landscape/Environmental Scans | documentation | ## DH 501 Assignment
What’s at stake in building your project? As you begin designing and building your research project, examine some existing DH projects that are new to you in order to think through that project’s background, mission, and context. You should locate a project - chose: [_Note to Self_ podcast](http... | 1.0 | Landscape/Environmental Scans - ## DH 501 Assignment
What’s at stake in building your project? As you begin designing and building your research project, examine some existing DH projects that are new to you in order to think through that project’s background, mission, and context. You should locate a project - chos... | non_priority | landscape environmental scans dh assignment what’s at stake in building your project as you begin designing and building your research project examine some existing dh projects that are new to you in order to think through that project’s background mission and context you should locate a project chose ... | 0 |
424,372 | 12,309,849,170 | IssuesEvent | 2020-05-12 09:37:33 | geocollections/sarv-edit | https://api.github.com/repos/geocollections/sarv-edit | closed | Cannot edit taxon_list records and other issues | HIGH PRIORITY bug | In sample view in taxon subform user cannot edit records with error 'cant change field preparation'.
Preparation field is correct in config, but preparation_number should be removed from app - it is not in the models. Example record: https://edit2.geocollections.info/sample/174106
- In autocomplete field the selectio... | 1.0 | Cannot edit taxon_list records and other issues - In sample view in taxon subform user cannot edit records with error 'cant change field preparation'.
Preparation field is correct in config, but preparation_number should be removed from app - it is not in the models. Example record: https://edit2.geocollections.info/s... | priority | cannot edit taxon list records and other issues in sample view in taxon subform user cannot edit records with error cant change field preparation preparation field is correct in config but preparation number should be removed from app it is not in the models example record in autocomplete field the sele... | 1 |
4,802 | 7,273,652,918 | IssuesEvent | 2018-02-21 06:29:19 | comses/core.comses.net | https://api.github.com/repos/comses/core.comses.net | closed | Allow site users and administrators to edit content | decision requirements | Options
----------
- Use Wagtail
- Use a MarkDown editor. Could use [SimpleMDE](https://simplemde.com/) | 1.0 | Allow site users and administrators to edit content - Options
----------
- Use Wagtail
- Use a MarkDown editor. Could use [SimpleMDE](https://simplemde.com/) | non_priority | allow site users and administrators to edit content options use wagtail use a markdown editor could use | 0 |
41,105 | 5,332,693,683 | IssuesEvent | 2017-02-15 22:47:05 | FreeUKGen/MyopicVicar | https://api.github.com/repos/FreeUKGen/MyopicVicar | closed | Update update_freereg2 script | Actor: technician bug Performance testing Urgent | The current update-freereg2 script does a chown apache:apache at start and then a chown back to webserv:webserv. This means file uploads and log writes fail if they occur while the script is running.
If the update_freereg2 script fails or is aborted then writing to tmp or log is not permitted. Need to recover | 1.0 | Update update_freereg2 script - The current update-freereg2 script does a chown apache:apache at start and then a chown back to webserv:webserv. This means file uploads and log writes fail if they occur while the script is running.
If the update_freereg2 script fails or is aborted then writing to tmp or log is not perm... | non_priority | update update script the current update script does a chown apache apache at start and then a chown back to webserv webserv this means file uploads and log writes fail if they occur while the script is running if the update script fails or is aborted then writing to tmp or log is not permitted need to recove... | 0 |
7,392 | 2,850,524,421 | IssuesEvent | 2015-05-31 17:07:01 | JumberlackCoding/SpacerBaser | https://api.github.com/repos/JumberlackCoding/SpacerBaser | closed | Reposition upgrade and salvage buttons | Design GUI | A little nit-picky but the two buttons need to be repositioned and evened out. At the moment, the upgrade button is up against the top of the panel while the salvage button is floating a slot above the bottom. Looks weird and bad | 1.0 | Reposition upgrade and salvage buttons - A little nit-picky but the two buttons need to be repositioned and evened out. At the moment, the upgrade button is up against the top of the panel while the salvage button is floating a slot above the bottom. Looks weird and bad | non_priority | reposition upgrade and salvage buttons a little nit picky but the two buttons need to be repositioned and evened out at the moment the upgrade button is up against the top of the panel while the salvage button is floating a slot above the bottom looks weird and bad | 0 |
142,406 | 13,023,293,594 | IssuesEvent | 2020-07-27 09:45:28 | ytyubox/ithelp_from_swift_learn_objc | https://api.github.com/repos/ytyubox/ithelp_from_swift_learn_objc | closed | [文章相關] 04 Objective-C 的基本 C 語言 Array、String | documentation | ## 檢查項目
- [x] 要修改什麼: 增加新文章
- [x] 草稿有了嗎?
- [x] Branch建立了嗎?
## 描述
<!-- 大致上描述要怎麼編寫草稿。 -->
介紹 C 語言的 fix size array 與 NSArray、NSMutableArray
## 備註
<!-- 可以放referance,預備圖檔,筆記等等。-->
以下空白。
| 1.0 | [文章相關] 04 Objective-C 的基本 C 語言 Array、String - ## 檢查項目
- [x] 要修改什麼: 增加新文章
- [x] 草稿有了嗎?
- [x] Branch建立了嗎?
## 描述
<!-- 大致上描述要怎麼編寫草稿。 -->
介紹 C 語言的 fix size array 與 NSArray、NSMutableArray
## 備註
<!-- 可以放referance,預備圖檔,筆記等等。-->
以下空白。
| non_priority | objective c 的基本 c 語言 array、string 檢查項目 要修改什麼: 增加新文章 草稿有了嗎? branch建立了嗎? 描述 介紹 c 語言的 fix size array 與 nsarray、nsmutablearray 備註 以下空白。 | 0 |
816,463 | 30,599,852,065 | IssuesEvent | 2023-07-22 08:16:00 | SibTiger/PowerShell-Compact-Archive-Tool | https://api.github.com/repos/SibTiger/PowerShell-Compact-Archive-Tool | opened | One PSCAT for ALL Projects | Enhancement Priority: NORMAL | Finally, one PSCAT for ALL projects - no longer multiple PSCATs for per-project! This was the original goal of PSCAT, but had to be pushed back for incremental releases. Now is the time to support that idea!
With having the Embed Installer implemented, the user will be able to load projects wiyhin each session - wit... | 1.0 | One PSCAT for ALL Projects - Finally, one PSCAT for ALL projects - no longer multiple PSCATs for per-project! This was the original goal of PSCAT, but had to be pushed back for incremental releases. Now is the time to support that idea!
With having the Embed Installer implemented, the user will be able to load proje... | priority | one pscat for all projects finally one pscat for all projects no longer multiple pscats for per project this was the original goal of pscat but had to be pushed back for incremental releases now is the time to support that idea with having the embed installer implemented the user will be able to load proje... | 1 |
70,319 | 13,451,155,140 | IssuesEvent | 2020-09-08 19:45:35 | phetsims/griddle | https://api.github.com/repos/phetsims/griddle | closed | Remove getSpacingFromLineType | dev:code-review | During https://github.com/phetsims/griddle/issues/59 I noticed `getSpacingFromLineType`. During the review, I found that function may be unnecessary. Here is a proposed patch which seems to work properly in the griddle harness:
<details>
```diff
Index: js/ScrollingChartNode.js
IDEA additional info:
Subsyst... | 1.0 | Remove getSpacingFromLineType - During https://github.com/phetsims/griddle/issues/59 I noticed `getSpacingFromLineType`. During the review, I found that function may be unnecessary. Here is a proposed patch which seems to work properly in the griddle harness:
<details>
```diff
Index: js/ScrollingChartNode.js... | non_priority | remove getspacingfromlinetype during i noticed getspacingfromlinetype during the review i found that function may be unnecessary here is a proposed patch which seems to work properly in the griddle harness diff index js scrollingchartnode js idea additional info subsystem com intellij ope... | 0 |
116,752 | 9,882,697,211 | IssuesEvent | 2019-06-24 17:31:19 | QMCPACK/qmcpack | https://api.github.com/repos/QMCPACK/qmcpack | opened | QMCDrivers/QMCOptimize, QMCCostFunction, etc. have no unit tests. | testing | While in general the unit testing for QMCDrivers is quite poor it is not nonexistent and these drivers and support classes must gain unit tests if they are going to be part of the production code.
Unit tests define expected behavior for functions and methods while indicating dependencies via objects that must be moc... | 1.0 | QMCDrivers/QMCOptimize, QMCCostFunction, etc. have no unit tests. - While in general the unit testing for QMCDrivers is quite poor it is not nonexistent and these drivers and support classes must gain unit tests if they are going to be part of the production code.
Unit tests define expected behavior for functions an... | non_priority | qmcdrivers qmcoptimize qmccostfunction etc have no unit tests while in general the unit testing for qmcdrivers is quite poor it is not nonexistent and these drivers and support classes must gain unit tests if they are going to be part of the production code unit tests define expected behavior for functions an... | 0 |
707,575 | 24,310,115,590 | IssuesEvent | 2022-09-29 21:19:23 | o3de/o3de | https://api.github.com/repos/o3de/o3de | closed | Landscape Canvas: Duplicated or pasted nodes are incorrectly assigned to the graph/entity, which may result in a crash | kind/bug sig/content triage/accepted priority/critical feature/vegetation | **Describe the bug**
It has been noticed that duplicated or pasted nodes are added to the graph, but are not properly added to the parent entity in the **Entity Outliner**. Duplicating or deleting the previously duplicated node crashes the Editor.
**To Reproduce**
1. Open the **Landscape Canvas**.
2. Add any node... | 1.0 | Landscape Canvas: Duplicated or pasted nodes are incorrectly assigned to the graph/entity, which may result in a crash - **Describe the bug**
It has been noticed that duplicated or pasted nodes are added to the graph, but are not properly added to the parent entity in the **Entity Outliner**. Duplicating or deleting t... | priority | landscape canvas duplicated or pasted nodes are incorrectly assigned to the graph entity which may result in a crash describe the bug it has been noticed that duplicated or pasted nodes are added to the graph but are not properly added to the parent entity in the entity outliner duplicating or deleting t... | 1 |
447,414 | 12,888,647,714 | IssuesEvent | 2020-07-13 13:22:03 | carbon-design-system/ibm-dotcom-library | https://api.github.com/repos/carbon-design-system/ibm-dotcom-library | closed | Cleanup of Storybook stories for CTASection | Airtable Done dev package: react priority: medium | <!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own words or remove -->
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
IBM.com Library tester
> I need to:
see variations of... | 1.0 | Cleanup of Storybook stories for CTASection - <!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own words or remove -->
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
IBM.com Lib... | priority | cleanup of storybook stories for ctasection user story as a ibm com library tester i need to see variations of the ctasection component in storybook so that i can quickly see what available variations there are for the ctasection component additional information sto... | 1 |
88,360 | 11,084,087,355 | IssuesEvent | 2019-12-13 15:47:53 | brave/brave-ios | https://api.github.com/repos/brave/brave-ios | opened | Add a quick switch button for Private tab for iPad | QA/Yes iPad-specific needs design release-notes/include | <!-- Have you searched for similar issues on the repository?
Before submitting this issue, please visit our wiki for common ones: https://github.com/brave/browser-ios/wiki
For more, check out our community site: https://community.brave.com/ -->
### Description:
Add a quick switch button for Private tab for iPad
... | 1.0 | Add a quick switch button for Private tab for iPad - <!-- Have you searched for similar issues on the repository?
Before submitting this issue, please visit our wiki for common ones: https://github.com/brave/browser-ios/wiki
For more, check out our community site: https://community.brave.com/ -->
### Description: ... | non_priority | add a quick switch button for private tab for ipad have you searched for similar issues on the repository before submitting this issue please visit our wiki for common ones for more check out our community site description add a quick switch button for private tab for ipad actual re... | 0 |
342,378 | 24,740,911,803 | IssuesEvent | 2022-10-21 04:59:21 | thwn40/report | https://api.github.com/repos/thwn40/report | closed | Todo App 요구사항 명세서 | documentation | ## 만들고자 하는 기능
Todo 생성기능
## 기능을 구현하기 위해 할 일
1. [ ] Todo 생성
2. [ ] Todo 변경
3. [ ] Todo 읽기
4. [ ] Todo 삭제
## 예상작업시간
1시간 | 1.0 | Todo App 요구사항 명세서 - ## 만들고자 하는 기능
Todo 생성기능
## 기능을 구현하기 위해 할 일
1. [ ] Todo 생성
2. [ ] Todo 변경
3. [ ] Todo 읽기
4. [ ] Todo 삭제
## 예상작업시간
1시간 | non_priority | todo app 요구사항 명세서 만들고자 하는 기능 todo 생성기능 기능을 구현하기 위해 할 일 todo 생성 todo 변경 todo 읽기 todo 삭제 예상작업시간 | 0 |
247,700 | 20,987,735,317 | IssuesEvent | 2022-03-29 06:09:14 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | roachtest: kv95limited-spans/enc=false/nodes=1/cpu=32/splt=0/seq/no-load-splitting failed | C-test-failure O-robot O-roachtest branch-master release-blocker | roachtest.kv95limited-spans/enc=false/nodes=1/cpu=32/splt=0/seq/no-load-splitting [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4713655&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4713655&tab=artifacts#/kv95limited-spans/enc=false/nodes=1/cpu=32/splt=0/seq/no-lo... | 2.0 | roachtest: kv95limited-spans/enc=false/nodes=1/cpu=32/splt=0/seq/no-load-splitting failed - roachtest.kv95limited-spans/enc=false/nodes=1/cpu=32/splt=0/seq/no-load-splitting [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4713655&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.htm... | non_priority | roachtest spans enc false nodes cpu splt seq no load splitting failed roachtest spans enc false nodes cpu splt seq no load splitting with on master the test failed on branch master cloud aws test artifacts and logs in artifacts spans enc false nodes cpu splt seq no loa... | 0 |
370,867 | 25,927,447,087 | IssuesEvent | 2022-12-16 06:32:05 | appsmithorg/appsmith-docs | https://api.github.com/repos/appsmithorg/appsmith-docs | opened | [Docs]: Mongo update query: need to mention about replacement update and $set | Documentation User Education Pod | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Documentation Link
https://docs.appsmith.com/reference/datasources/querying-mongodb#3-update-documents
### Discord/slack/intercom Link
https://theappsmith.slack.com/archives/CGBPVEJ5C/p1671107849751089
### Describe the problem
... | 1.0 | [Docs]: Mongo update query: need to mention about replacement update and $set - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Documentation Link
https://docs.appsmith.com/reference/datasources/querying-mongodb#3-update-documents
### Discord/slack/intercom Link
https://theap... | non_priority | mongo update query need to mention about replacement update and set is there an existing issue for this i have searched the existing issues documentation link discord slack intercom link describe the problem currently the documentation does not clearly describe what the update ... | 0 |
764,091 | 26,784,299,057 | IssuesEvent | 2023-02-01 00:39:57 | grpc/grpc | https://api.github.com/repos/grpc/grpc | reopened | Proto comments in reflection | kind/enhancement disposition/help wanted priority/P3 lang/other disposition/stale | What do you think about adding code comments to reflection message for documentation purpose?
Then it will be possible to build documentation like this https://github.com/pseudomuto/protoc-gen-doc dynamically from server, and combine with UI like this https://github.com/gusaul/grpcox#demo
It can be like openapi f... | 1.0 | Proto comments in reflection - What do you think about adding code comments to reflection message for documentation purpose?
Then it will be possible to build documentation like this https://github.com/pseudomuto/protoc-gen-doc dynamically from server, and combine with UI like this https://github.com/gusaul/grpcox#d... | priority | proto comments in reflection what do you think about adding code comments to reflection message for documentation purpose then it will be possible to build documentation like this dynamically from server and combine with ui like this it can be like openapi for grpc may be can make comments more structu... | 1 |
190,746 | 14,576,993,009 | IssuesEvent | 2020-12-18 00:51:44 | new-smartnoter/assembla_developers | https://api.github.com/repos/new-smartnoter/assembla_developers | opened | "Ticket Id: 74387083 Number: 259 Progress on the script" | id:74387083 status:Test | "Hello,\ncould you please let me know about the progress of the script that you/someone working on to parse keywords and dump them into a separate collection in mongodb?\nCPI aspect is done (http://devstack.smartnoter.com/snios/managevocab) , but if you could decide on the structure and the collection that you are dum... | 1.0 | "Ticket Id: 74387083 Number: 259 Progress on the script" - "Hello,\ncould you please let me know about the progress of the script that you/someone working on to parse keywords and dump them into a separate collection in mongodb?\nCPI aspect is done (http://devstack.smartnoter.com/snios/managevocab) , but if you could ... | non_priority | ticket id number progress on the script hello ncould you please let me know about the progress of the script that you someone working on to parse keywords and dump them into a separate collection in mongodb ncpi aspect is done but if you could decide on the structure and the collection that you are d... | 0 |
460,573 | 13,213,034,055 | IssuesEvent | 2020-08-16 10:39:09 | clowdr-app/clowdr-web-app | https://api.github.com/repos/clowdr-app/clowdr-web-app | closed | Date+time on chats | Easy / small Low priority good first issue | See date-timestapms on chats; not only time
<img width="317" alt="Screen Shot 2020-08-14 at 12 13 08" src="https://user-images.githubusercontent.com/506426/90270116-b29dd380-de27-11ea-8267-d3c3e2cceba6.png">
| 1.0 | Date+time on chats - See date-timestapms on chats; not only time
<img width="317" alt="Screen Shot 2020-08-14 at 12 13 08" src="https://user-images.githubusercontent.com/506426/90270116-b29dd380-de27-11ea-8267-d3c3e2cceba6.png">
| priority | date time on chats see date timestapms on chats not only time img width alt screen shot at src | 1 |
702,954 | 24,142,700,153 | IssuesEvent | 2022-09-21 15:59:29 | Automattic/woocommerce-payments | https://api.github.com/repos/Automattic/woocommerce-payments | closed | [SPIKE] Break down outstanding platform checkout and WC Blocks incompatibilities | priority: low category: projects type: spike component: platform checkout | ### Description
Currently when wanting to benefit from the platform checkout, you need to use the shortcode checkout. The goal of this issue is to research the work needed to add Cart and Checkout Blocks compatibility and to create the issues necessary to add this implementation.
### Acceptance criteria
<!-- A l... | 1.0 | [SPIKE] Break down outstanding platform checkout and WC Blocks incompatibilities - ### Description
Currently when wanting to benefit from the platform checkout, you need to use the shortcode checkout. The goal of this issue is to research the work needed to add Cart and Checkout Blocks compatibility and to create th... | priority | break down outstanding platform checkout and wc blocks incompatibilities description currently when wanting to benefit from the platform checkout you need to use the shortcode checkout the goal of this issue is to research the work needed to add cart and checkout blocks compatibility and to create the issu... | 1 |
50,508 | 21,154,440,437 | IssuesEvent | 2022-04-07 00:31:44 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | How many images should be used to optimize enrollment template quality? Suggest adding that enrollment should be used for "High" quality images and that 5-10 images are recommended | cognitive-services/svc triaged cxp product-question face-api/subsvc Pri2 |
[Enter feedback here]
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 24f2953b-2900-322d-dbfd-a53846e75940
* Version Independent ID: 25af9875-58cf-69d5-478d-08fb888d12dc
* Content: [Quickstart: Use the Face client library - Azur... | 1.0 | How many images should be used to optimize enrollment template quality? Suggest adding that enrollment should be used for "High" quality images and that 5-10 images are recommended -
[Enter feedback here]
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub i... | non_priority | how many images should be used to optimize enrollment template quality suggest adding that enrollment should be used for high quality images and that images are recommended document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking i... | 0 |
324,030 | 9,882,730,283 | IssuesEvent | 2019-06-24 17:36:24 | wevote/WebApp | https://api.github.com/repos/wevote/WebApp | opened | Disable footer navigation for the page you are on | Difficulty: Easy Priority: 2 | Clicking on either Ballot, Values, or Vote when on the app while you are on that page causes you to go to the top of the page. This disorients the user and may confuse them as to what page is where.
| 1.0 | Disable footer navigation for the page you are on - Clicking on either Ballot, Values, or Vote when on the app while you are on that page causes you to go to the top of the page. This disorients the user and may confuse them as to what page is where.
| priority | disable footer navigation for the page you are on clicking on either ballot values or vote when on the app while you are on that page causes you to go to the top of the page this disorients the user and may confuse them as to what page is where | 1 |
173,736 | 6,530,439,137 | IssuesEvent | 2017-08-30 15:07:11 | keboola/developer-portal-ui | https://api.github.com/repos/keboola/developer-portal-ui | opened | Store "top 9 apps" to some data file | area:js module:open priority:low type:enhancement | Vybral by som tych 9 apiek, co tam maju byt a ulozil tieto data normalne do suboru ako js objekt, aby vyrenderovanie homepage bolo rychle a nezaviselo na API. | 1.0 | Store "top 9 apps" to some data file - Vybral by som tych 9 apiek, co tam maju byt a ulozil tieto data normalne do suboru ako js objekt, aby vyrenderovanie homepage bolo rychle a nezaviselo na API. | priority | store top apps to some data file vybral by som tych apiek co tam maju byt a ulozil tieto data normalne do suboru ako js objekt aby vyrenderovanie homepage bolo rychle a nezaviselo na api | 1 |
6,947 | 2,595,888,209 | IssuesEvent | 2015-02-20 17:04:19 | OpenSprites/OpenSprites | https://api.github.com/repos/OpenSprites/OpenSprites | closed | Translation of the site? | enhancement feature idea input wanted low priority ongoing question | ScratchBlocks2 supports translation since it gets the translations from the Scratch translation server. Perhaps we could implement translation at a much later stage to open the site to non-english speakers? I know we have some multilingual speakers in the development team, so that could be a bonus for translation? | 1.0 | Translation of the site? - ScratchBlocks2 supports translation since it gets the translations from the Scratch translation server. Perhaps we could implement translation at a much later stage to open the site to non-english speakers? I know we have some multilingual speakers in the development team, so that could be a ... | priority | translation of the site supports translation since it gets the translations from the scratch translation server perhaps we could implement translation at a much later stage to open the site to non english speakers i know we have some multilingual speakers in the development team so that could be a bonus for tra... | 1 |
236,107 | 19,513,094,353 | IssuesEvent | 2021-12-29 04:13:18 | LukeStanbery89/stonks | https://api.github.com/repos/LukeStanbery89/stonks | closed | Write unit tests for Alpaca provider | trading unit tests | ### Description
We should have a comprehensive suite of unit tests for the Alpaca broker provider
### Dependent On
- #5
- #4
| 1.0 | Write unit tests for Alpaca provider - ### Description
We should have a comprehensive suite of unit tests for the Alpaca broker provider
### Dependent On
- #5
- #4
| non_priority | write unit tests for alpaca provider description we should have a comprehensive suite of unit tests for the alpaca broker provider dependent on | 0 |
454,183 | 13,096,103,846 | IssuesEvent | 2020-08-03 15:09:16 | ansible/galaxy_ng | https://api.github.com/repos/ansible/galaxy_ng | closed | UI: User management extras | area/frontend priority/medium sprint/5 status/incomplete type/enhancement | We still have a few extra things to do finish up our user management page
- [x] add a password confirmation field
- [x] add pages for a user to either their own login information (https://marvelapp.com/4dijjai/screen/68954477) | 1.0 | UI: User management extras - We still have a few extra things to do finish up our user management page
- [x] add a password confirmation field
- [x] add pages for a user to either their own login information (https://marvelapp.com/4dijjai/screen/68954477) | priority | ui user management extras we still have a few extra things to do finish up our user management page add a password confirmation field add pages for a user to either their own login information | 1 |
667,724 | 22,498,455,816 | IssuesEvent | 2022-06-23 09:37:40 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | reopened | Intel CAVS: tests/subsys/logging/log_immediate/ failed due to non-intact log | bug priority: medium platform: Intel CAVS | **Describe the bug**
Twister now has a stricter pass/fail criterion by adding test suite name verification, that exposed some problems of several test cases on intel_adsp_cavs18/25.
For test cases below, logs are incomplete, missing the first half.
```
tests/subsys/logging/log_immediate/
```
**To Reproduce**
... | 1.0 | Intel CAVS: tests/subsys/logging/log_immediate/ failed due to non-intact log - **Describe the bug**
Twister now has a stricter pass/fail criterion by adding test suite name verification, that exposed some problems of several test cases on intel_adsp_cavs18/25.
For test cases below, logs are incomplete, missing the f... | priority | intel cavs tests subsys logging log immediate failed due to non intact log describe the bug twister now has a stricter pass fail criterion by adding test suite name verification that exposed some problems of several test cases on intel adsp for test cases below logs are incomplete missing the first h... | 1 |
702,495 | 24,123,676,912 | IssuesEvent | 2022-09-20 21:13:57 | google-github-actions/release-please-action | https://api.github.com/repos/google-github-actions/release-please-action | closed | on:release types: created does not fire after release-please issues a new release | type: question priority: p3 | ### TL;DR
I have the following yml:
```
name: NPM Package
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
...
...
```
I... | 1.0 | on:release types: created does not fire after release-please issues a new release - ### TL;DR
I have the following yml:
```
name: NPM Package
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3... | priority | on release types created does not fire after release please issues a new release tl dr i have the following yml name npm package on release types jobs build runs on ubuntu latest steps uses actions checkout uses actions setup node ... | 1 |
73,236 | 31,999,542,274 | IssuesEvent | 2023-09-21 11:22:33 | beam7894123/status | https://api.github.com/repos/beam7894123/status | closed | 🛑 Archive Service (Hydrus network api) is down | status archive-service-hydrus-network-api | In [`0041bc7`](https://github.com/beam7894123/status/commit/0041bc75980852f49e72b85874b07a34528bf1c0
), Archive Service (Hydrus network api) ($MAOW_VERY_SECRET_SITE_1) was **down**:
- HTTP code: 530
- Response time: 76 ms
| 1.0 | 🛑 Archive Service (Hydrus network api) is down - In [`0041bc7`](https://github.com/beam7894123/status/commit/0041bc75980852f49e72b85874b07a34528bf1c0
), Archive Service (Hydrus network api) ($MAOW_VERY_SECRET_SITE_1) was **down**:
- HTTP code: 530
- Response time: 76 ms
| non_priority | 🛑 archive service hydrus network api is down in archive service hydrus network api maow very secret site was down http code response time ms | 0 |
252,879 | 27,267,069,204 | IssuesEvent | 2023-02-22 18:55:37 | elastic/kibana | https://api.github.com/repos/elastic/kibana | reopened | [Security Solution]: Shared list does not display while user change Rows per page when user is in second page. | bug impact:medium Team:Detections and Resp Team: SecuritySolution Feature:Rule Exceptions Team:Security Solution Platform | **Describe the bug:**
Shared list does not display while user change row per page when user is in second page.
**Build Details:**
```
VERSION: 8.6.0-BC7
BUILD: 58773
COMMIT: 511e7c66ad8b290feb0af3ea262ab3fb08cc87be
```
**Preconditions**
1. Kibana should be running.
**Steps to Reproduce**
1. Navigate to... | True | [Security Solution]: Shared list does not display while user change Rows per page when user is in second page. - **Describe the bug:**
Shared list does not display while user change row per page when user is in second page.
**Build Details:**
```
VERSION: 8.6.0-BC7
BUILD: 58773
COMMIT: 511e7c66ad8b290feb0af3ea2... | non_priority | shared list does not display while user change rows per page when user is in second page describe the bug shared list does not display while user change row per page when user is in second page build details version build commit preconditions kibana should be ... | 0 |
435,261 | 12,533,472,318 | IssuesEvent | 2020-06-04 17:39:52 | pass-wall/passwall-server | https://api.github.com/repos/pass-wall/passwall-server | closed | Auth username and password should be "email" and "master_password" | Priority: Critical Status: Available Type: Enhancement | **Is your feature request related to a problem? Please describe.**
Our auth credential keys are not good for best practice in password manager ecosystem.
**Describe the solution you'd like**
In password manager ecosystem, it is always called master_password, not password. Because this master_password is also used ... | 1.0 | Auth username and password should be "email" and "master_password" - **Is your feature request related to a problem? Please describe.**
Our auth credential keys are not good for best practice in password manager ecosystem.
**Describe the solution you'd like**
In password manager ecosystem, it is always called mast... | priority | auth username and password should be email and master password is your feature request related to a problem please describe our auth credential keys are not good for best practice in password manager ecosystem describe the solution you d like in password manager ecosystem it is always called mast... | 1 |
3,437 | 4,418,037,090 | IssuesEvent | 2016-08-15 09:08:49 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | opened | 27843485: shouldAllowExtensionPointIdentifier return value ignored | classification:security reproducible:yes status:open | #### Description
We want to disable 3rd party keyboards for specific text fields, even when those are normal textfields. So What we did was returning NO in the - (BOOL)application:(UIApplication *)application shouldAllowExtensionPointIdentifier:(NSString *)extensionPointIdentifier method of the ApplicationDelegate. I... | True | 27843485: shouldAllowExtensionPointIdentifier return value ignored - #### Description
We want to disable 3rd party keyboards for specific text fields, even when those are normal textfields. So What we did was returning NO in the - (BOOL)application:(UIApplication *)application shouldAllowExtensionPointIdentifier:(NSSt... | non_priority | shouldallowextensionpointidentifier return value ignored description we want to disable party keyboards for specific text fields even when those are normal textfields so what we did was returning no in the bool application uiapplication application shouldallowextensionpointidentifier nsstring ex... | 0 |
161,040 | 25,278,501,857 | IssuesEvent | 2022-11-16 14:16:25 | jakartaee/data | https://api.github.com/repos/jakartaee/data | closed | Standard Exception Hierarchy? | design | **Description**
Currently the exception hierarchy is limited to `DataException`. One of the big value items of Spring/Micronaut Data is a standard access hierarchy for data access failures. In Spring this is:
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/dao/package-frame.ht... | 1.0 | Standard Exception Hierarchy? - **Description**
Currently the exception hierarchy is limited to `DataException`. One of the big value items of Spring/Micronaut Data is a standard access hierarchy for data access failures. In Spring this is:
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/spri... | non_priority | standard exception hierarchy description currently the exception hierarchy is limited to dataexception one of the big value items of spring micronaut data is a standard access hierarchy for data access failures in spring this is in micronaut this is less comprehensive but found here the ... | 0 |
274,503 | 20,834,789,398 | IssuesEvent | 2022-03-20 02:11:18 | interactions-py/library | https://api.github.com/repos/interactions-py/library | opened | [REQUEST] Helper method for Member object for timeouts | documentation enhancement | ### Describe the feature.
using _http is not ideal, `Member.add_timeout` and `Member.remove_timeout` would be very nice to have. possibly `Member.timeout`? i need some feedback on this
### Code of Conduct
- [X] I agree to follow the contribution requirements. | 1.0 | [REQUEST] Helper method for Member object for timeouts - ### Describe the feature.
using _http is not ideal, `Member.add_timeout` and `Member.remove_timeout` would be very nice to have. possibly `Member.timeout`? i need some feedback on this
### Code of Conduct
- [X] I agree to follow the contribution requirements. | non_priority | helper method for member object for timeouts describe the feature using http is not ideal member add timeout and member remove timeout would be very nice to have possibly member timeout i need some feedback on this code of conduct i agree to follow the contribution requirements | 0 |
478,634 | 13,782,673,483 | IssuesEvent | 2020-10-08 18:00:37 | samuelcolvin/nosht | https://api.github.com/repos/samuelcolvin/nosht | closed | For Nathan: Fix Facebook login on the event platform | PRIORITY | When someone wants to book a ticket, they need to sign up on the event platform. There are currently three options but the FB is not working. Can you please fix?

 detected in nokogiri-1.10.1.gem | security vulnerability | ## WS-2022-0089 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nokogiri-1.10.1.gem</b></p></summary>
<p>Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among
Nokogiri's many fe... | True | WS-2022-0089 (High) detected in nokogiri-1.10.1.gem - ## WS-2022-0089 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nokogiri-1.10.1.gem</b></p></summary>
<p>Nokogiri (鋸) is an HTML, ... | non_priority | ws high detected in nokogiri gem ws high severity vulnerability vulnerable library nokogiri gem nokogiri 鋸 is an html xml sax and reader parser among nokogiri s many features is the ability to search documents via xpath or selectors library home page a href d... | 0 |
47,682 | 13,066,085,605 | IssuesEvent | 2020-07-30 20:58:08 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | slc-veto: ‘GetMostEnergeticPrimary’ is not a member of ‘I3MCTreeUtils’ (Trac #976) | Migrated from Trac defect other | While building slc-veto, from http://code.icecube.wisc.edu/svn/sandbox/koskinen/slc-veto in rev. 132417, these two errors appear:
```text
/data/user/chraab/icerec-trunk/src/slc-veto/private/slc-veto/Q_Box.cxx: In
member function ‘virtual void Q_Box::Physics(I3FramePtr)’:
/data/user/chraab/icerec-trunk/src/slc-vet... | 1.0 | slc-veto: ‘GetMostEnergeticPrimary’ is not a member of ‘I3MCTreeUtils’ (Trac #976) - While building slc-veto, from http://code.icecube.wisc.edu/svn/sandbox/koskinen/slc-veto in rev. 132417, these two errors appear:
```text
/data/user/chraab/icerec-trunk/src/slc-veto/private/slc-veto/Q_Box.cxx: In
member function ... | non_priority | slc veto ‘getmostenergeticprimary’ is not a member of ‘ ’ trac while building slc veto from in rev these two errors appear text data user chraab icerec trunk src slc veto private slc veto q box cxx in member function ‘virtual void q box physics ’ data user chraab icerec trunk src slc vet... | 0 |
396,568 | 27,124,163,435 | IssuesEvent | 2023-02-16 02:52:09 | aae-stats/aae.pop.templates | https://api.github.com/repos/aae-stats/aae.pop.templates | opened | Update docs to specify parameters to be passed to `simulate` | documentation | Currently requires a deep dive into the code to find which parameters can be passed (e.g. to `covariates`). List these in docs or provide some method to print/plot them for each template. | 1.0 | Update docs to specify parameters to be passed to `simulate` - Currently requires a deep dive into the code to find which parameters can be passed (e.g. to `covariates`). List these in docs or provide some method to print/plot them for each template. | non_priority | update docs to specify parameters to be passed to simulate currently requires a deep dive into the code to find which parameters can be passed e g to covariates list these in docs or provide some method to print plot them for each template | 0 |
814,559 | 30,512,252,913 | IssuesEvent | 2023-07-18 22:00:26 | googleapis/google-cloud-go | https://api.github.com/repos/googleapis/google-cloud-go | closed | storage: TestIntegration_Copy failed | type: bug api: storage priority: p1 flakybot: issue flakybot: flaky | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 22a908b0bd26f131c6033ec3fc48eaa2d2cd0c0e
b... | 1.0 | storage: TestIntegration_Copy failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 22a... | priority | storage testintegration copy failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output integration test go copyobj delete googleapi error... | 1 |
238,271 | 19,707,228,946 | IssuesEvent | 2022-01-12 23:46:31 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | opened | filtered_categories is cleared and blocked ad is shown | QA/Yes QA/Test-Plan-Specified regression feature/ads OS/Desktop | Follow up to https://github.com/brave/brave-browser/issues/20206
When we attempt to serve the notification ads, the filtered_categories is cleared and blocked ad is shown
This is a regression in 1.36.x. Not reproducible in 1.34.x
## Steps to Reproduce
<!--Please add a series of steps to reproduce the issue-->
... | 1.0 | filtered_categories is cleared and blocked ad is shown - Follow up to https://github.com/brave/brave-browser/issues/20206
When we attempt to serve the notification ads, the filtered_categories is cleared and blocked ad is shown
This is a regression in 1.36.x. Not reproducible in 1.34.x
## Steps to Reproduce
<!-... | non_priority | filtered categories is cleared and blocked ad is shown follow up to when we attempt to serve the notification ads the filtered categories is cleared and blocked ad is shown this is a regression in x not reproducible in x steps to reproduce clear profile enable ads create a catal... | 0 |
284,581 | 21,445,894,917 | IssuesEvent | 2022-04-25 06:15:35 | iu7og/bongodb | https://api.github.com/repos/iu7og/bongodb | closed | Оформить документацию для `bongodb` | documentation core | Необходимо своевременно документировать core-код для последующей генерации [(про генерацию)](https://developer.lsst.io/cpp/api-docs.html) документации. | 1.0 | Оформить документацию для `bongodb` - Необходимо своевременно документировать core-код для последующей генерации [(про генерацию)](https://developer.lsst.io/cpp/api-docs.html) документации. | non_priority | оформить документацию для bongodb необходимо своевременно документировать core код для последующей генерации документации | 0 |
150,077 | 5,735,949,591 | IssuesEvent | 2017-04-22 03:13:28 | Angblah/Comparator | https://api.github.com/repos/Angblah/Comparator | closed | Adding/Deleting Item/Attribute UI | Priority: High Stack: UI Status: Completed Type: Feature | Updating the UI for adding and deleting things from the workspace. | 1.0 | Adding/Deleting Item/Attribute UI - Updating the UI for adding and deleting things from the workspace. | priority | adding deleting item attribute ui updating the ui for adding and deleting things from the workspace | 1 |
7,469 | 3,550,058,602 | IssuesEvent | 2016-01-20 20:26:27 | oppia/oppia | https://api.github.com/repos/oppia/oppia | closed | In the code interaction, show pre- and post-code blocks in the editor window. | feature: minor general/interactions starter project TODO: code | Currently, the code editor shows only the code that the student types, and does not show the pre-code and post-code that the exploration author writes. If the author has made a mistake, or if some sort of error occurs in the pre/post-code, this is mystifying to the student. It would be nicer to display all of the code ... | 1.0 | In the code interaction, show pre- and post-code blocks in the editor window. - Currently, the code editor shows only the code that the student types, and does not show the pre-code and post-code that the exploration author writes. If the author has made a mistake, or if some sort of error occurs in the pre/post-code, ... | non_priority | in the code interaction show pre and post code blocks in the editor window currently the code editor shows only the code that the student types and does not show the pre code and post code that the exploration author writes if the author has made a mistake or if some sort of error occurs in the pre post code ... | 0 |
126,816 | 17,110,310,220 | IssuesEvent | 2021-07-10 06:25:26 | m48483/SocializerRepo | https://api.github.com/repos/m48483/SocializerRepo | closed | 2021.07.04 [이승민] | design manage-folder | 📢 마감일 : 7월 7일
◾ 그래픽 원본 파일 저장 폴더 'source' 생성
◾ 그래픽 ui 폴더 화면별로 세분화
◾ 완료 후 'help wanted' 라벨로 이슈 열어 그래픽 부원들 확인했는지 확인하고 작업물 추가했는지 확인 | 1.0 | 2021.07.04 [이승민] - 📢 마감일 : 7월 7일
◾ 그래픽 원본 파일 저장 폴더 'source' 생성
◾ 그래픽 ui 폴더 화면별로 세분화
◾ 완료 후 'help wanted' 라벨로 이슈 열어 그래픽 부원들 확인했는지 확인하고 작업물 추가했는지 확인 | non_priority | 📢 마감일 ◾ 그래픽 원본 파일 저장 폴더 source 생성 ◾ 그래픽 ui 폴더 화면별로 세분화 ◾ 완료 후 help wanted 라벨로 이슈 열어 그래픽 부원들 확인했는지 확인하고 작업물 추가했는지 확인 | 0 |
72,354 | 24,069,543,233 | IssuesEvent | 2022-09-18 01:02:55 | dkfans/keeperfx | https://api.github.com/repos/dkfans/keeperfx | opened | Ranged units will hit corners and pillars if the see a unit behind it | Type-Defect Priority-High | See image and video:

https://clips.twitch.tv/GentleGrotesqueBobaBleedPurple-hLb5JwFhkh0CXhqN
Units if they can see any part of their target, they assume they have free line of sight. This will bug them... | 1.0 | Ranged units will hit corners and pillars if the see a unit behind it - See image and video:

https://clips.twitch.tv/GentleGrotesqueBobaBleedPurple-hLb5JwFhkh0CXhqN
Units if they can see any part of th... | non_priority | ranged units will hit corners and pillars if the see a unit behind it see image and video units if they can see any part of their target they assume they have free line of sight this will bug them out if they are false as they will just continue trying forever | 0 |
7,319 | 2,601,755,423 | IssuesEvent | 2015-02-24 00:32:45 | chrsmith/bwapi | https://api.github.com/repos/chrsmith/bwapi | closed | Exclude Observer players from StartLocation group and enemy list | auto-migrated Component-Logic Milestone-Tournament Offset-hunting Priority-Medium Type-Enhancement Usability | ```
Don't include observer players (UMS) in StartLocation group.
```
-----
Original issue reported on code.google.com by `AHeinerm` on 14 Oct 2010 at 3:51 | 1.0 | Exclude Observer players from StartLocation group and enemy list - ```
Don't include observer players (UMS) in StartLocation group.
```
-----
Original issue reported on code.google.com by `AHeinerm` on 14 Oct 2010 at 3:51 | priority | exclude observer players from startlocation group and enemy list don t include observer players ums in startlocation group original issue reported on code google com by aheinerm on oct at | 1 |
15,701 | 27,760,358,323 | IssuesEvent | 2023-03-16 07:45:17 | vmware-tanzu/velero | https://api.github.com/repos/vmware-tanzu/velero | closed | Need metrics to know last successful backup by schedule | Metrics kind/requirement | **Describe the problem/challenge you have**
We are trying to build an alert that fires per schedule if the last backup failed. The current metric `velero_backup_last_successful_timestamp` only exposes the timestamp of the last successful backup per schedule. It is difficult to figure out how to write the alert using t... | 1.0 | Need metrics to know last successful backup by schedule - **Describe the problem/challenge you have**
We are trying to build an alert that fires per schedule if the last backup failed. The current metric `velero_backup_last_successful_timestamp` only exposes the timestamp of the last successful backup per schedule. It... | non_priority | need metrics to know last successful backup by schedule describe the problem challenge you have we are trying to build an alert that fires per schedule if the last backup failed the current metric velero backup last successful timestamp only exposes the timestamp of the last successful backup per schedule it... | 0 |
539,003 | 15,782,041,919 | IssuesEvent | 2021-04-01 12:15:47 | michaelrsweet/htmldoc | https://api.github.com/repos/michaelrsweet/htmldoc | closed | AddressSanitizer: heap-buffer-overflow on render_table_row() ps-pdf.cxx:6123:34 | bug priority-high | Hello, While fuzzing htmldoc , I found a heap-buffer-overflow in the render_table_row() ps-pdf.cxx:6123:34
- test platform
htmldoc Version 1.9.12 git [master 6898d0a]
OS :Ubuntu 20.04.1 LTS x86_64
kernel: 5.4.0-53-generic
compiler: clang version 10.0.0-4ubuntu1
reproduced:
htmldoc -f demo.pdf poc7.html
p... | 1.0 | AddressSanitizer: heap-buffer-overflow on render_table_row() ps-pdf.cxx:6123:34 - Hello, While fuzzing htmldoc , I found a heap-buffer-overflow in the render_table_row() ps-pdf.cxx:6123:34
- test platform
htmldoc Version 1.9.12 git [master 6898d0a]
OS :Ubuntu 20.04.1 LTS x86_64
kernel: 5.4.0-53-generic
compil... | priority | addresssanitizer heap buffer overflow on render table row ps pdf cxx hello while fuzzing htmldoc i found a heap buffer overflow in the render table row ps pdf cxx test platform htmldoc version git os ubuntu lts kernel generic compiler clang version rep... | 1 |
299,034 | 9,204,399,468 | IssuesEvent | 2019-03-08 07:13:42 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | Georeferencer doesn't use decimals | Category: C++ Plugins Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report | ---
Author Name: **stuarteve-gmail-com -** (stuarteve-gmail-com -)
Original Redmine Issue: 479, https://issues.qgis.org/issues/479
Original Assignee: nobody -
---
I have been using the georeferencer plugin in v.0.7.4 and the 08 Preview2. I use a Helmert transformation, and am trying to get some 1:50 plans properly... | 1.0 | Georeferencer doesn't use decimals - ---
Author Name: **stuarteve-gmail-com -** (stuarteve-gmail-com -)
Original Redmine Issue: 479, https://issues.qgis.org/issues/479
Original Assignee: nobody -
---
I have been using the georeferencer plugin in v.0.7.4 and the 08 Preview2. I use a Helmert transformation, and am t... | priority | georeferencer doesn t use decimals author name stuarteve gmail com stuarteve gmail com original redmine issue original assignee nobody i have been using the georeferencer plugin in v and the i use a helmert transformation and am trying to get some plans properly georef... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.