Unnamed: 0 int64 3 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 2 430 | labels stringlengths 4 347 | body stringlengths 5 237k | index stringclasses 7
values | text_combine stringlengths 96 237k | label stringclasses 2
values | text stringlengths 96 219k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
70,499 | 23,199,643,638 | IssuesEvent | 2022-08-01 20:02:43 | NREL/EnergyPlus | https://api.github.com/repos/NREL/EnergyPlus | closed | Simulation crashes if no simulation is specified in SimulationControl. | Defect SeverityLow | Issue overview
--------------
Users may speed up reporting of sizing data by changing, in this example, Run Simulation for Weather File Run Periods = No, however the simulation will crash. It seems sizing information should be reported and the simulation should exit gracefully.
Test file was 5ZoneAirCooled_VRPSizi... | 1.0 | Simulation crashes if no simulation is specified in SimulationControl. - Issue overview
--------------
Users may speed up reporting of sizing data by changing, in this example, Run Simulation for Weather File Run Periods = No, however the simulation will crash. It seems sizing information should be reported and the s... | non_comp | simulation crashes if no simulation is specified in simulationcontrol issue overview users may speed up reporting of sizing data by changing in this example run simulation for weather file run periods no however the simulation will crash it seems sizing information should be reported and the s... | 0 |
20,681 | 30,763,113,565 | IssuesEvent | 2023-07-30 00:29:07 | elementor/elementor | https://api.github.com/repos/elementor/elementor | closed | β π Bug Report: Swiper update with fade transition doesn't work | product/pro compatibility/assets component/nested/carousel | ### Prerequisites
- [ ] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [ ] The issue still exists against the latest stable version of Elementor.
### Description
[Related Issue](https://github.com/orgs/elementor/discussions/16822)
It's 2023 and I still don't find "... | True | β π Bug Report: Swiper update with fade transition doesn't work - ### Prerequisites
- [ ] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [ ] The issue still exists against the latest stable version of Elementor.
### Description
[Related Issue](https://github.com/or... | comp | β π bug report swiper update with fade transition doesn t work prerequisites i have searched for similar issues in both open and closed tickets and cannot find a duplicate the issue still exists against the latest stable version of elementor description it s and i still don t find fade ... | 1 |
2,725 | 5,467,966,052 | IssuesEvent | 2017-03-10 03:31:43 | pods-framework/pods | https://api.github.com/repos/pods-framework/pods | closed | Explicitly call node for dfv build/test tasks | Compatibility in progress Tools | PR: #4044
Explicitly call node for dfv build/test tasks. Some Windows configurations don't associate the scripts as node scripts. | True | Explicitly call node for dfv build/test tasks - PR: #4044
Explicitly call node for dfv build/test tasks. Some Windows configurations don't associate the scripts as node scripts. | comp | explicitly call node for dfv build test tasks pr explicitly call node for dfv build test tasks some windows configurations don t associate the scripts as node scripts | 1 |
5,560 | 8,034,812,681 | IssuesEvent | 2018-07-29 23:17:50 | datafolklabs/cement | https://api.github.com/repos/datafolklabs/cement | closed | Deprecate App.Meta.override_arguments | incompatible portland refactoring | This was implemented for `--debug`, which is going away in favor of `-l debug` (log level toggle option)... and doesn't make sense for multi-tiered/nested configurations. | True | Deprecate App.Meta.override_arguments - This was implemented for `--debug`, which is going away in favor of `-l debug` (log level toggle option)... and doesn't make sense for multi-tiered/nested configurations. | comp | deprecate app meta override arguments this was implemented for debug which is going away in favor of l debug log level toggle option and doesn t make sense for multi tiered nested configurations | 1 |
346,328 | 10,410,938,935 | IssuesEvent | 2019-09-13 12:45:06 | our-city-app/oca-backend | https://api.github.com/repos/our-city-app/oca-backend | closed | RSS: relative links | priority_major state_verification type_bug | The links in the news item below don't work. Because they are relative (eg. bestanden/19706_formuliera.pdf) and don't contain the base URL, so we should add the baseURL based on the <link> tag of the item.
 and don't contain the base URL, so we should add the baseURL based on the <link> tag of the item.
: 1.7
```
CREATE TABLE foo (
k1 int,
k2 int,
v int,
PRIMARY KEY ((k1, k2))
)
```
we allow
```
SELECT * FROM foo WHERE k1 = 0 AND k2 IN (1, 2)
```
but not
```
SELECT * FROM foo WHERE k1 IN (0, 1) AND k2 IN (1, 2)
```
referenc... | True | Genralize use of IN for compound partition keys - *Installation details*
Scylla version (or git commit hash): 1.7
```
CREATE TABLE foo (
k1 int,
k2 int,
v int,
PRIMARY KEY ((k1, k2))
)
```
we allow
```
SELECT * FROM foo WHERE k1 = 0 AND k2 IN (1, 2)
```
but not
```
SELECT * FROM foo WH... | comp | genralize use of in for compound partition keys installation details scylla version or git commit hash create table foo int int v int primary key we allow select from foo where and in but not select from foo where ... | 1 |
218,148 | 16,750,624,845 | IssuesEvent | 2021-06-11 22:26:11 | nilisha-jais/Musicophilia | https://api.github.com/repos/nilisha-jais/Musicophilia | closed | [ADD] Adding a Code of conduct | Assigned LGMSOC21 documentation | ## π Documentation
Please add a Code of conduct for the project. Use the email jaiswal.nilisha05@gmail.com for the Contact method.
| 1.0 | [ADD] Adding a Code of conduct - ## π Documentation
Please add a Code of conduct for the project. Use the email jaiswal.nilisha05@gmail.com for the Contact method.
| non_comp | adding a code of conduct π documentation please add a code of conduct for the project use the email jaiswal gmail com for the contact method | 0 |
15,180 | 19,186,805,922 | IssuesEvent | 2021-12-05 10:43:07 | Roave/BetterReflection | https://api.github.com/repos/Roave/BetterReflection | closed | Make `Foo|null` reflection consistent with php-src | bug reflection compatibility | Currently, when running reflection on an `A|null` type, BetterReflection produces a `Roave\BetterReflection\Reflection\ReflectionUnionType`:
```php
var_dump(
get_class(
(new DefaultReflector(new StringSourceLocator(
<<<'PHP'
<?php
interface A {}
final class AClass {
private A|nul... | True | Make `Foo|null` reflection consistent with php-src - Currently, when running reflection on an `A|null` type, BetterReflection produces a `Roave\BetterReflection\Reflection\ReflectionUnionType`:
```php
var_dump(
get_class(
(new DefaultReflector(new StringSourceLocator(
<<<'PHP'
<?php
in... | comp | make foo null reflection consistent with php src currently when running reflection on an a null type betterreflection produces a roave betterreflection reflection reflectionuniontype php var dump get class new defaultreflector new stringsourcelocator php php in... | 1 |
199,947 | 22,738,717,312 | IssuesEvent | 2022-07-07 00:01:18 | PowerShell/PowerShell | https://api.github.com/repos/PowerShell/PowerShell | closed | Running script from WSL with noninteractive flag will show "SecurityError: AuthorizationManager check failed." | Resolution-Answered WG-Security | ### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)
- [X] Search the existing issues.
- [X] Refer to the [FAQ](https://github.com/PowerShell/PowerShell/blob/master/docs/FAQ.md).
- [X] Refer... | True | Running script from WSL with noninteractive flag will show "SecurityError: AuthorizationManager check failed." - ### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)
- [X] Search the existing ... | non_comp | running script from wsl with noninteractive flag will show securityerror authorizationmanager check failed prerequisites write a descriptive title make sure you are able to repro it on the search the existing issues refer to the refer to steps to reproduce ... | 0 |
18,999 | 26,422,880,380 | IssuesEvent | 2023-01-13 22:40:46 | opensearch-project/OpenSearch | https://api.github.com/repos/opensearch-project/OpenSearch | closed | [Proposal] Enable searchable snapshots to read legacy versions | enhancement discuss feature backwards-compatibility idea Indexing & Search distributed framework experimental Search | **Is your feature request related to a problem? Please describe.**
Expand [searchable snapshots](https://opensearch.org/docs/latest/opensearch/snapshots/searchable_snapshot/) to support read-only access to snapshots written by legacy versions. This would be useful to customers storing data for long periods of time (an... | True | [Proposal] Enable searchable snapshots to read legacy versions - **Is your feature request related to a problem? Please describe.**
Expand [searchable snapshots](https://opensearch.org/docs/latest/opensearch/snapshots/searchable_snapshot/) to support read-only access to snapshots written by legacy versions. This would... | comp | enable searchable snapshots to read legacy versions is your feature request related to a problem please describe expand to support read only access to snapshots written by legacy versions this would be useful to customers storing data for long periods of time and thereby across major version upgrades ... | 1 |
3,276 | 4,307,381,917 | IssuesEvent | 2016-07-21 08:48:15 | nextcloud/server | https://api.github.com/repos/nextcloud/server | opened | Give IPs more trust if they already logged-in previously to the same account | enhancement security | If an user has already logged-in previously to an account it may be sensible to give them a little bit more trust. We should also clear the throttling limit for that account then in case they want to relogin later or so.
Needs some more discussion and thoughts⦠| True | Give IPs more trust if they already logged-in previously to the same account - If an user has already logged-in previously to an account it may be sensible to give them a little bit more trust. We should also clear the throttling limit for that account then in case they want to relogin later or so.
Needs some more d... | non_comp | give ips more trust if they already logged in previously to the same account if an user has already logged in previously to an account it may be sensible to give them a little bit more trust we should also clear the throttling limit for that account then in case they want to relogin later or so needs some more d... | 0 |
17,195 | 23,713,090,386 | IssuesEvent | 2022-08-30 09:28:19 | Electroblob77/Wizardry | https://api.github.com/repos/Electroblob77/Wizardry | closed | cross-mod lag with rootsclassic | bug compatibility animation-related | Please read the [guide for contributing](https://github.com/Electroblob77/Wizardry/blob/1.12.2/CONTRIBUTING.md) before posting. You may also find the [troubleshooting page](https://github.com/Electroblob77/Wizardry/wiki/Troubleshooting) helpful.
Minecraft version: 1.12.2
Wizardry version: 4.3.4
Environment: Sing... | True | cross-mod lag with rootsclassic - Please read the [guide for contributing](https://github.com/Electroblob77/Wizardry/blob/1.12.2/CONTRIBUTING.md) before posting. You may also find the [troubleshooting page](https://github.com/Electroblob77/Wizardry/wiki/Troubleshooting) helpful.
Minecraft version: 1.12.2
Wizardry ... | comp | cross mod lag with rootsclassic please read the before posting you may also find the helpful minecraft version wizardry version environment singleplayer issue details it s weird that wizardry s armor doesn t make fps lag or memory leak on its own rootsclassic s ar... | 1 |
132,579 | 18,268,778,545 | IssuesEvent | 2021-10-04 11:37:26 | artsking/linux-3.0.35 | https://api.github.com/repos/artsking/linux-3.0.35 | opened | CVE-2020-1749 (High) detected in linux-stable-rtv3.8.6 | security vulnerability | ## CVE-2020-1749 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page:... | True | CVE-2020-1749 (High) detected in linux-stable-rtv3.8.6 - ## CVE-2020-1749 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary>
<p>
<p>Julia Cartwrigh... | non_comp | cve high detected in linux stable cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files... | 0 |
225,281 | 7,480,329,305 | IssuesEvent | 2018-04-04 17:03:18 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | opened | Unable to generate PDF documenation | Priority: Medium Type: Bug | No sure if its my environment that is missing something or if something was broken by the recent doc rework:
```
# make PacketFence_Network_Devices_Configuration_Guide.pdf
asciidoc \
-a docinfo2 \
-b docbook \
-d book \
-o docs/docbook/PacketFence_Network_Devices_Configuration_G... | 1.0 | Unable to generate PDF documenation - No sure if its my environment that is missing something or if something was broken by the recent doc rework:
```
# make PacketFence_Network_Devices_Configuration_Guide.pdf
asciidoc \
-a docinfo2 \
-b docbook \
-d book \
-o docs/docbook/Packe... | non_comp | unable to generate pdf documenation no sure if its my environment that is missing something or if something was broken by the recent doc rework make packetfence network devices configuration guide pdf asciidoc a b docbook d book o docs docbook packetfence ... | 0 |
11,224 | 13,213,590,971 | IssuesEvent | 2020-08-16 13:36:34 | hanubeki/noteskin-hanubeki | https://api.github.com/repos/hanubeki/noteskin-hanubeki | closed | Request: Compatible for Etterna | incompatibility question | I've downloaded 5.0 Final version and install in Etterna, but seems like the noteskin didn't show up and revert to default sm5 noteskin and also show this error.


[μ½ν
μΈ μ μ₯ λ° μΉ΄ν
κ³ λ¦¬ μ 체 μ μ±
_v1.2_230115](https://www.notion.so/_v1-2_230115-4382e6aa1bad4b929111d791291534ef)
μμ
νμ λͺ©λ‘
- [ ] μ½ν
μΈ μ μ₯
- [ ] μ¬λ¬ url ν λ²μ μ μ₯ μ μΉ΄ν
κ³ λ¦¬ μΌκ΄ μ§μ κΈ°λ₯(νμ¬λ μΉ΄ν
κ³ λ¦¬ κ°μ΄ λΉ μ±λ‘ μ μ₯λμμ)
- [ ] μΉ΄ν
κ³ λ¦¬
- [ ] κΈ°λ³Έ μΉ΄ν
κ³ λ¦¬ κ°λ
μμ (μμ§ κ΅¬ν μνμμ)
- [ ] λ μΉ΄ν
κ³ λ¦¬ λ¬΄λ£ λ²μ μμ 10κ°κΉμ§ μμ± κ°λ₯
... | 1.0 | μ½ν
μΈ μ μ₯ λ° μΈλΆ μΉ΄ν
κ³ λ¦¬ μ¬κ΅¬ν - μ½ν
μΈ μ μ₯ λ° μΉ΄ν
κ³ λ¦¬ μ 체 μ μ±
_v1.2_230115 - #137 μ΄ν μμ
(μ μ±
μμ μ λ°λ₯Έ μ¬μμ
νμ)
[μ½ν
μΈ μ μ₯ λ° μΉ΄ν
κ³ λ¦¬ μ 체 μ μ±
_v1.2_230115](https://www.notion.so/_v1-2_230115-4382e6aa1bad4b929111d791291534ef)
μμ
νμ λͺ©λ‘
- [ ] μ½ν
μΈ μ μ₯
- [ ] μ¬λ¬ url ν λ²μ μ μ₯ μ μΉ΄ν
κ³ λ¦¬ μΌκ΄ μ§μ κΈ°λ₯(νμ¬λ μΉ΄ν
κ³ λ¦¬ κ°μ΄ λΉ μ±λ‘ μ μ₯λμμ)
- [ ] μΉ΄ν
κ³ λ¦¬
- [ ] κΈ°λ³Έ μΉ΄ν
κ³ λ¦¬ κ°λ
μ... | non_comp | μ½ν
μΈ μ μ₯ λ° μΈλΆ μΉ΄ν
κ³ λ¦¬ μ¬κ΅¬ν μ½ν
μΈ μ μ₯ λ° μΉ΄ν
κ³ λ¦¬ μ 체 μ μ±
μ΄ν μμ
μ μ±
μμ μ λ°λ₯Έ μ¬μμ
νμ μμ
νμ λͺ©λ‘ μ½ν
μΈ μ μ₯ μ¬λ¬ url ν λ²μ μ μ₯ μ μΉ΄ν
κ³ λ¦¬ μΌκ΄ μ§μ κΈ°λ₯ νμ¬λ μΉ΄ν
κ³ λ¦¬ κ°μ΄ λΉ μ±λ‘ μ μ₯λμμ μΉ΄ν
κ³ λ¦¬ κΈ°λ³Έ μΉ΄ν
κ³ λ¦¬ κ°λ
μμ μμ§ κ΅¬ν μνμμ λ μΉ΄ν
κ³ λ¦¬ λ¬΄λ£ λ²μ μμ μμ± κ°λ₯ μΈλΆ μΈμΈλΆ μ΄μμ depth λΆκ°λ₯ μΉ΄ν
κ³ λ¦¬ μμ μ μ μ μ νμ λ°λΌ μΉ΄ν
κ³ λ¦¬ λ΄ μ½ν
μΈ ... | 0 |
775,284 | 27,227,715,768 | IssuesEvent | 2023-02-21 10:53:18 | testomatio/check-tests | https://api.github.com/repos/testomatio/check-tests | opened | Python RobotFramework integration | enhancement priority low python | - auto assign ids from testomat
- manual ids assignment
- sync with testomat.io
Support following actions:
- Importing Into Project
- Disable Detached Tests
- Synchronous Import
- Auto-assign Test IDs in Source Code
- Keep Test IDs Between Projects
- Clean Test IDs
- Import Into a Branch
- Keep Structure o... | 1.0 | Python RobotFramework integration - - auto assign ids from testomat
- manual ids assignment
- sync with testomat.io
Support following actions:
- Importing Into Project
- Disable Detached Tests
- Synchronous Import
- Auto-assign Test IDs in Source Code
- Keep Test IDs Between Projects
- Clean Test IDs
- Impo... | non_comp | python robotframework integration auto assign ids from testomat manual ids assignment sync with testomat io support following actions importing into project disable detached tests synchronous import auto assign test ids in source code keep test ids between projects clean test ids impo... | 0 |
10,664 | 12,603,095,205 | IssuesEvent | 2020-06-11 12:55:56 | wp-media/wp-rocket | https://api.github.com/repos/wp-media/wp-rocket | closed | Footprint duplicated on WP Engine | 3rd party compatibility invalid module: cache type: bug | On WP Engine sites, our caching footprint can appear **twice** in the HTML source:
```
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rock... | True | Footprint duplicated on WP Engine - On WP Engine sites, our caching footprint can appear **twice** in the HTML source:
```
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->
<!-- This website is like a Rocket, isn't it? Performance optimized by WP... | comp | footprint duplicated on wp engine on wp engine sites our caching footprint can appear twice in the html source ticket | 1 |
127,596 | 18,013,667,422 | IssuesEvent | 2021-09-16 11:35:33 | artsking/linux-4.1.15_CVE-2021-33034_withPatch | https://api.github.com/repos/artsking/linux-4.1.15_CVE-2021-33034_withPatch | closed | CVE-2017-1000251 (High) detected in linux-stable-rtv4.1.33 - autoclosed | security vulnerability | ## CVE-2017-1000251 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home p... | True | CVE-2017-1000251 (High) detected in linux-stable-rtv4.1.33 - autoclosed - ## CVE-2017-1000251 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p... | non_comp | cve high detected in linux stable autoclosed cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable... | 0 |
15,555 | 19,988,859,730 | IssuesEvent | 2022-01-31 01:54:11 | pods-framework/pods | https://api.github.com/repos/pods-framework/pods | closed | priority of pods_api_post_save_pod_item_ | Focus: Other Compatibility | I'm using facetWP (2.4.1) and pods (2.6.1) on WP 4.4.2.
Each time a post is saved, I save some content to add. fields using the
βpods_api_post_save_pod_item_**podsname** hook.
The data is saved correctly in the db.
Im also using facetWP which also hooks in the save_post hook and runs its own index tasks.
Unfortunate... | True | priority of pods_api_post_save_pod_item_ - I'm using facetWP (2.4.1) and pods (2.6.1) on WP 4.4.2.
Each time a post is saved, I save some content to add. fields using the
βpods_api_post_save_pod_item_**podsname** hook.
The data is saved correctly in the db.
Im also using facetWP which also hooks in the save_post ho... | comp | priority of pods api post save pod item i m using facetwp and pods on wp each time a post is saved i save some content to add fields using the βpods api post save pod item podsname hook the data is saved correctly in the db im also using facetwp which also hooks in the save post ho... | 1 |
78,175 | 27,356,334,404 | IssuesEvent | 2023-02-27 13:07:35 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Memory leak and high CPU usage when I use the Explore | T-Defect | ### Steps to reproduce
1. Open Explore;
2. Type "electron" to search
3. Monitor usage and check logs
4. Slowly scroll down to find the place where Element Desktop starts to destroy your hardware.
### Outcome
#### What did you expect?
Search does not ask hundreds MBs of RAM, Explore does not make jumps of R... | 1.0 | Memory leak and high CPU usage when I use the Explore - ### Steps to reproduce
1. Open Explore;
2. Type "electron" to search
3. Monitor usage and check logs
4. Slowly scroll down to find the place where Element Desktop starts to destroy your hardware.
### Outcome
#### What did you expect?
Search does not a... | non_comp | memory leak and high cpu usage when i use the explore steps to reproduce open explore type electron to search monitor usage and check logs slowly scroll down to find the place where element desktop starts to destroy your hardware outcome what did you expect search does not a... | 0 |
742,767 | 25,868,075,146 | IssuesEvent | 2022-12-13 22:58:33 | SETI/pds-website | https://api.github.com/repos/SETI/pds-website | closed | Ephemeris tools need to be converted to Python | Priority 5 Minor Effort 1 Hard A-Big Project | This is a placeholder from Mark so it doesn't get lost. The FORTAN-based Ephemeris Tools need to be converted to Python some day.
| 1.0 | Ephemeris tools need to be converted to Python - This is a placeholder from Mark so it doesn't get lost. The FORTAN-based Ephemeris Tools need to be converted to Python some day.
| non_comp | ephemeris tools need to be converted to python this is a placeholder from mark so it doesn t get lost the fortan based ephemeris tools need to be converted to python some day | 0 |
32,663 | 12,142,071,077 | IssuesEvent | 2020-04-24 00:25:24 | spinnaker/spinnaker | https://api.github.com/repos/spinnaker/spinnaker | closed | Load Balancer-terminated SSL for saml without specifying the keystore | bug component/fiat sig/security stale to-be-closed | ### Issue Summary:
I am unable to get Spinnaker to allow you to use Load Balancer-terminated SSL for SAML.
### Cloud Provider(s):
```
AWS
```
### Environment:
```
k8s 1.15.2
```
### Feature Area:
* gate
* deck
### Description:
When attempting to use SAML I am not getting any
```
$ hal c... | True | Load Balancer-terminated SSL for saml without specifying the keystore - ### Issue Summary:
I am unable to get Spinnaker to allow you to use Load Balancer-terminated SSL for SAML.
### Cloud Provider(s):
```
AWS
```
### Environment:
```
k8s 1.15.2
```
### Feature Area:
* gate
* deck
### Descri... | non_comp | load balancer terminated ssl for saml without specifying the keystore issue summary i am unable to get spinnaker to allow you to use load balancer terminated ssl for saml cloud provider s aws environment feature area gate deck descripti... | 0 |
13,563 | 16,082,302,222 | IssuesEvent | 2021-04-26 06:59:41 | ValveSoftware/Proton | https://api.github.com/repos/ValveSoftware/Proton | closed | Virtual Cottage (1369320) | Game compatibility - Unofficial | # Compatibility Report
- Name of the game with compatibility issues: Virtual Cottage
- Steam AppID of the game: 1369320
## System Information
- GPU: RX 560
- Driver/LLVM version: Mesa 20.2.1 - kisak-mesa PPA LLVM 11.0.0
- Kernel version: 5.8.15-xanmod1
- Link to full system information report as [Gist](https:/... | True | Virtual Cottage (1369320) - # Compatibility Report
- Name of the game with compatibility issues: Virtual Cottage
- Steam AppID of the game: 1369320
## System Information
- GPU: RX 560
- Driver/LLVM version: Mesa 20.2.1 - kisak-mesa PPA LLVM 11.0.0
- Kernel version: 5.8.15-xanmod1
- Link to full system informat... | comp | virtual cottage compatibility report name of the game with compatibility issues virtual cottage steam appid of the game system information gpu rx driver llvm version mesa kisak mesa ppa llvm kernel version link to full system information report as ... | 1 |
11,836 | 13,956,314,144 | IssuesEvent | 2020-10-24 00:34:40 | keymanapp/keyman | https://api.github.com/repos/keymanapp/keyman | closed | [Windows] Compatibility issues with Firefox | bug compatibility windows/ | A user reported to @DavidLRowe via email about compatibility issues involving the [Mozhi Malayalam](https://keyman.com/keyboards/mozhi_malayalam) keyboard with Firefox.
The expected output is different from Chrome, Notepad, and other apps.
### Configuration
Keyman Desktop 10.0.1200.0
Mozhi Malyalam keyboard v. ... | True | [Windows] Compatibility issues with Firefox - A user reported to @DavidLRowe via email about compatibility issues involving the [Mozhi Malayalam](https://keyman.com/keyboards/mozhi_malayalam) keyboard with Firefox.
The expected output is different from Chrome, Notepad, and other apps.
### Configuration
Keyman De... | comp | compatibility issues with firefox a user reported to davidlrowe via email about compatibility issues involving the keyboard with firefox the expected output is different from chrome notepad and other apps configuration keyman desktop mozhi malyalam keyboard v windows firefox qu... | 1 |
208,515 | 23,608,708,285 | IssuesEvent | 2022-08-24 10:28:34 | elastic/security-docs | https://api.github.com/repos/elastic/security-docs | closed | [DOCS][CSPM][8.4] Add KSPM docs for 8.4 | Team:Cloud Security Posture v8.4.0 Feature: Kubernetes | ## Description
the CSPM team is introducing KSPM capabilities in 8.4. These include a new integration ("Kubernetes Security Posture Management"), a new dashboard ("Cloud posture"), a new top-level page called "Findings", and a new page under Manage called "Benchmarks". This issue is to document the new pages, the n... | True | [DOCS][CSPM][8.4] Add KSPM docs for 8.4 - ## Description
the CSPM team is introducing KSPM capabilities in 8.4. These include a new integration ("Kubernetes Security Posture Management"), a new dashboard ("Cloud posture"), a new top-level page called "Findings", and a new page under Manage called "Benchmarks". This... | non_comp | add kspm docs for description the cspm team is introducing kspm capabilities in these include a new integration kubernetes security posture management a new dashboard cloud posture a new top level page called findings and a new page under manage called benchmarks this issue is to d... | 0 |
800,229 | 28,357,481,822 | IssuesEvent | 2023-04-12 08:24:41 | frequenz-floss/frequenz-sdk-python | https://api.github.com/repos/frequenz-floss/frequenz-sdk-python | opened | Add a `force` option in `PowerDistributingActor` `Request` | priority:high type:enhancement part:power-distribution | ### What's needed?
Sometimes a power request needs to be forced to implement safety mechanisms, even when some components might be seemingly failing (for example, *gap discharge* when doing peak shaving, i.e. when we don't have proper consumption information, we want to slowly discharge batteries to prevent potential ... | 1.0 | Add a `force` option in `PowerDistributingActor` `Request` - ### What's needed?
Sometimes a power request needs to be forced to implement safety mechanisms, even when some components might be seemingly failing (for example, *gap discharge* when doing peak shaving, i.e. when we don't have proper consumption information... | non_comp | add a force option in powerdistributingactor request what s needed sometimes a power request needs to be forced to implement safety mechanisms even when some components might be seemingly failing for example gap discharge when doing peak shaving i e when we don t have proper consumption information... | 0 |
196,004 | 15,571,267,124 | IssuesEvent | 2021-03-17 04:31:05 | IndianOpenSourceFoundation/dynamic-cli | https://api.github.com/repos/IndianOpenSourceFoundation/dynamic-cli | closed | Add Intro GIF in README.md | documentation | ## π Documentation
_"Embedding an animated gif in your README quickly demonstrates what your project does and catches the reader's eye"_
In the animated GIF, capture the project in action to help beginners get an idea of what the project is all about. For reference, check [this](https://github.com/flutter/flutte... | 1.0 | Add Intro GIF in README.md - ## π Documentation
_"Embedding an animated gif in your README quickly demonstrates what your project does and catches the reader's eye"_
In the animated GIF, capture the project in action to help beginners get an idea of what the project is all about. For reference, check [this](http... | non_comp | add intro gif in readme md π documentation embedding an animated gif in your readme quickly demonstrates what your project does and catches the reader s eye in the animated gif capture the project in action to help beginners get an idea of what the project is all about for reference check ... | 0 |
6,408 | 8,709,522,594 | IssuesEvent | 2018-12-06 14:12:20 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | show processlist 'mem' column always zero | type/compatibility | ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
In TiDB, the `show processlist` command has a column for 'mem'. It is always zero:
```
mysql> show processlist;
+------+------+-----------+------+---------+------+-------+------------------+------+
| Id ... | True | show processlist 'mem' column always zero - ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
In TiDB, the `show processlist` command has a column for 'mem'. It is always zero:
```
mysql> show processlist;
+------+------+-----------+------+---------+-----... | comp | show processlist mem column always zero bug report please answer these questions before submitting your issue thanks what did you do in tidb the show processlist command has a column for mem it is always zero mysql show processlist ... | 1 |
16,815 | 23,171,830,510 | IssuesEvent | 2022-07-30 20:57:35 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | Small tasks on SQL compatibility | feature sql-compatibility comp-sql warmup task | - [x] 1. Implement `UNION DISTINCT`. For implementation just add Distinct transform after union.
Add syntax `UNION` without ALL or DISTINCT and setting `union_default_mode` (similar to `join_default_strictness`) with values: empty string, ALL, DISTINCT. When set to empty string, UNION without ALL or DISTINCT will thro... | True | Small tasks on SQL compatibility - - [x] 1. Implement `UNION DISTINCT`. For implementation just add Distinct transform after union.
Add syntax `UNION` without ALL or DISTINCT and setting `union_default_mode` (similar to `join_default_strictness`) with values: empty string, ALL, DISTINCT. When set to empty string, UNIO... | comp | small tasks on sql compatibility implement union distinct for implementation just add distinct transform after union add syntax union without all or distinct and setting union default mode similar to join default strictness with values empty string all distinct when set to empty string union ... | 1 |
630,836 | 20,118,656,527 | IssuesEvent | 2022-02-07 22:34:25 | sonia-auv/sonia-simulation | https://api.github.com/repos/sonia-auv/sonia-simulation | closed | Add text indications for camera activation buttons | Priority: Medium Type: Enhancement | **Warning :** Before creating an issue or task, make sure that it does not already exists in the [issue tracker](../). Thank you.
## Expected Enhancement
The buttons to activate/stop the cameras are not in the buttons, it would be more user friendly to add them
| 1.0 | Add text indications for camera activation buttons - **Warning :** Before creating an issue or task, make sure that it does not already exists in the [issue tracker](../). Thank you.
## Expected Enhancement
The buttons to activate/stop the cameras are not in the buttons, it would be more user friendly to add them
| non_comp | add text indications for camera activation buttons warning before creating an issue or task make sure that it does not already exists in the thank you expected enhancement the buttons to activate stop the cameras are not in the buttons it would be more user friendly to add them | 0 |
52,304 | 6,226,742,519 | IssuesEvent | 2017-07-10 19:08:17 | ProjectSidewalk/SidewalkWebpage | https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage | closed | FAQ Links Calibration | EasyFix! Priority: Low pull-request-submitted Relaunch Testing | When clicking on "Is Google Street View a reliable data source?" , the page goes past the title a little further down than it should be.
Chrome:

Safari:

S... | non_comp | faq links calibration when clicking on is google street view a reliable data source the page goes past the title a little further down than it should be chrome safari | 0 |
588,558 | 17,662,406,530 | IssuesEvent | 2021-08-21 19:40:49 | kir-dev/blog-next | https://api.github.com/repos/kir-dev/blog-next | closed | Experiment with opengraph for blog posts | enhancement low priority | We could create opengraph images for our blog posts, so when we share them on facebook, we can get a fancy little opengraph picture as illustration. | 1.0 | Experiment with opengraph for blog posts - We could create opengraph images for our blog posts, so when we share them on facebook, we can get a fancy little opengraph picture as illustration. | non_comp | experiment with opengraph for blog posts we could create opengraph images for our blog posts so when we share them on facebook we can get a fancy little opengraph picture as illustration | 0 |
543,206 | 15,878,916,999 | IssuesEvent | 2021-04-09 11:43:53 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Error when duplicated purpose name is added. | Affected/5.5.0-Beta Complexity/Low Component/Consent Priority/Normal Severity/Minor improvement | ### Steps to reproduce
- Log into management console.
- Add a new Consent Purpose.
- Try to add another purpose with the same name.
### Observed behavior
Error message: "Purpose: testPurpose1 adding failed"
### Expected behavior
Meaningful error message stating that the purpose name already exists. | 1.0 | Error when duplicated purpose name is added. - ### Steps to reproduce
- Log into management console.
- Add a new Consent Purpose.
- Try to add another purpose with the same name.
### Observed behavior
Error message: "Purpose: testPurpose1 adding failed"
### Expected behavior
Meaningful error message stating ... | non_comp | error when duplicated purpose name is added steps to reproduce log into management console add a new consent purpose try to add another purpose with the same name observed behavior error message purpose adding failed expected behavior meaningful error message stating that the pu... | 0 |
4,045 | 6,889,851,282 | IssuesEvent | 2017-11-22 11:52:24 | skuschel/postpic | https://api.github.com/repos/skuschel/postpic | closed | savecsv option for plotField() broken | bug not downwards compatible question/support | If I set the option `savecsv=True` when calling `plotField()`, either of this happens:
- If it is a 2d plot, nothing happens.
- If it is a 1d plot, I get the following error:
``` python
postpic/postpic/plotting/plotter_matplotlib.py in plotFields1d(self, *fields, **kwargs)
325 ax = fig.add_subplot(1, 1, 1)... | True | savecsv option for plotField() broken - If I set the option `savecsv=True` when calling `plotField()`, either of this happens:
- If it is a 2d plot, nothing happens.
- If it is a 1d plot, I get the following error:
``` python
postpic/postpic/plotting/plotter_matplotlib.py in plotFields1d(self, *fields, **kwargs)
3... | comp | savecsv option for plotfield broken if i set the option savecsv true when calling plotfield either of this happens if it is a plot nothing happens if it is a plot i get the following error python postpic postpic plotting plotter matplotlib py in self fields kwargs ax ... | 1 |
71,605 | 30,913,782,239 | IssuesEvent | 2023-08-05 02:55:29 | Zahlungsmittel/Zahlungsmittel | https://api.github.com/repos/Zahlungsmittel/Zahlungsmittel | opened | π [Bug] No cookies - no page | service: wallet frontend bug imported | <a href="https://github.com/ulfgebhardt"><img src="https://avatars.githubusercontent.com/u/1238238?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [ulfgebhardt](https://github.com/ulfgebhardt)**
_Friday Oct 29, 2021 at 20:28 GMT_
_Originally opened as https://github.com/gradido/gradido/issues... | 1.0 | π [Bug] No cookies - no page - <a href="https://github.com/ulfgebhardt"><img src="https://avatars.githubusercontent.com/u/1238238?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [ulfgebhardt](https://github.com/ulfgebhardt)**
_Friday Oct 29, 2021 at 20:28 GMT_
_Originally opened as https://g... | non_comp | π no cookies no page issue by friday oct at gmt originally opened as π bugreport if you have cookies on localhost or any other domain running the wallet disabled the page stays empty the user is left without a hint what to do to fix it we should advice the us... | 0 |
7,854 | 25,838,421,149 | IssuesEvent | 2022-12-12 21:42:05 | Budibase/budibase | https://api.github.com/repos/Budibase/budibase | closed | Automation history(logs) disappear after unpublishing app | bug automations sev2 - severe env - production | 1. Create an app
2. Set an automation, CronJob 1min, Row created
3. Publish the app
4. Wait 1 min, and navigate to automation history.
5. 1 automation is displayed
6. Unpublishe the app
7. Navigate back to Automation History
Expected result: Automation history logs should be displayed
Actual result: Automat... | 1.0 | Automation history(logs) disappear after unpublishing app - 1. Create an app
2. Set an automation, CronJob 1min, Row created
3. Publish the app
4. Wait 1 min, and navigate to automation history.
5. 1 automation is displayed
6. Unpublishe the app
7. Navigate back to Automation History
Expected result: Automat... | non_comp | automation history logs disappear after unpublishing app create an app set an automation cronjob row created publish the app wait min and navigate to automation history automation is displayed unpublishe the app navigate back to automation history expected result automation... | 0 |
14,502 | 17,572,018,948 | IssuesEvent | 2021-08-14 22:29:37 | KiwiHawk/SeaBlock | https://api.github.com/repos/KiwiHawk/SeaBlock | opened | Startup error with MadClown's enabled | bug mod compatibility | 
Recipe category must have changed(?). From `ore-sorting-t1` to `ore-refining-t1`. | True | Startup error with MadClown's enabled - 
Recipe category must have changed(?). From `ore-sorting-t1` to `ore-refining-t1`. | comp | startup error with madclown s enabled recipe category must have changed from ore sorting to ore refining | 1 |
170,940 | 14,273,095,230 | IssuesEvent | 2020-11-21 19:58:55 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | sum function works unexpectedly when all values are null | comp-documentation prio-minor | When trying to use the sum function on a column that only contains null values, it returns a value of null instead of zero.
For example:
```
SELECT sum(v)
FROM
(
SELECT NULL AS v
)
ββsum(v)ββ
β α΄Ία΅α΄Έα΄Έ β
ββββββββββ
```
If there is a single non-null value, things work as expected:
```
SELECT s... | 1.0 | sum function works unexpectedly when all values are null - When trying to use the sum function on a column that only contains null values, it returns a value of null instead of zero.
For example:
```
SELECT sum(v)
FROM
(
SELECT NULL AS v
)
ββsum(v)ββ
β α΄Ία΅α΄Έα΄Έ β
ββββββββββ
```
If there is a singl... | non_comp | sum function works unexpectedly when all values are null when trying to use the sum function on a column that only contains null values it returns a value of null instead of zero for example select sum v from select null as v ββsum v ββ β α΄Ία΅α΄Έα΄Έ β ββββββββββ if there is a singl... | 0 |
51,222 | 12,691,250,281 | IssuesEvent | 2020-06-21 16:06:24 | supercollider/supercollider | https://api.github.com/repos/supercollider/supercollider | closed | consider using vcpkg on Windows | comp: appveyor comp: build os: Windows waiting for consensus waiting for information waiting for testing | Per discussion below, let's use this thread to discuss possible switch to using vcpkg for dependencies on Windows. Relevant portion of the comment from @brianlheim to follow
------------
### vcpkg
vcpkg is definitely worth another look based on what i'm seeing and what you said here. i searched around for w... | 1.0 | consider using vcpkg on Windows - Per discussion below, let's use this thread to discuss possible switch to using vcpkg for dependencies on Windows. Relevant portion of the comment from @brianlheim to follow
------------
### vcpkg
vcpkg is definitely worth another look based on what i'm seeing and what you ... | non_comp | consider using vcpkg on windows per discussion below let s use this thread to discuss possible switch to using vcpkg for dependencies on windows relevant portion of the comment from brianlheim to follow vcpkg vcpkg is definitely worth another look based on what i m seeing and what you ... | 0 |
6,585 | 8,853,072,051 | IssuesEvent | 2019-01-08 20:12:13 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | Incorrect DispatcherPriority on DispatcherSynchronizationContext from BeginInvoke | area-System.Threading bug tenet-compatibility | @nick-beer commented on [Fri Nov 16 2018](https://github.com/dotnet/core-sdk/issues/157)
In porting our test suite to .NET Core 3.0, I'm seeing a new failure in one of our tests. Code running as the result of a call to InvokeAsync/BeginInvoke should have a DispatcherSynchronization context whose internal priority mat... | True | Incorrect DispatcherPriority on DispatcherSynchronizationContext from BeginInvoke - @nick-beer commented on [Fri Nov 16 2018](https://github.com/dotnet/core-sdk/issues/157)
In porting our test suite to .NET Core 3.0, I'm seeing a new failure in one of our tests. Code running as the result of a call to InvokeAsync/Beg... | comp | incorrect dispatcherpriority on dispatchersynchronizationcontext from begininvoke nick beer commented on in porting our test suite to net core i m seeing a new failure in one of our tests code running as the result of a call to invokeasync begininvoke should have a dispatchersynchronization context whos... | 1 |
872 | 3,322,160,288 | IssuesEvent | 2015-11-09 13:09:16 | AdguardTeam/AdguardForWindows | https://api.github.com/repos/AdguardTeam/AdguardForWindows | closed | Compatibility with Agnitum | Compatibility | http://forum.adguard.com/showthread.php?6873-Adguard-for-Windows-Beta-version-6-0-67-364&p=61014&viewfull=1#post61014
The release version complains & refuses to install if it detects AdGuard on the system
@gshumihin test it and comment this issue | True | Compatibility with Agnitum - http://forum.adguard.com/showthread.php?6873-Adguard-for-Windows-Beta-version-6-0-67-364&p=61014&viewfull=1#post61014
The release version complains & refuses to install if it detects AdGuard on the system
@gshumihin test it and comment this issue | comp | compatibility with agnitum the release version complains refuses to install if it detects adguard on the system gshumihin test it and comment this issue | 1 |
7,026 | 9,304,554,637 | IssuesEvent | 2019-03-25 01:51:43 | AlphaNodes/additionals | https://api.github.com/repos/AlphaNodes/additionals | closed | ActiveRecord::StatementInvalid caused by "sorted" scope | compatibility not confirmed | I upgraded to `Redmine 4.0` with:
- rails 5.2.0
- ruby 2.4.1
But i get this error when i try to render `issues/:id`.
I tried to troubleshoot this and it seems like it's caused by the `sorted` method call added in this [commit](https://github.com/AlphaNodes/additionals/commit/bdbe24b219e55da4e4296699e45fdcdcef... | True | ActiveRecord::StatementInvalid caused by "sorted" scope - I upgraded to `Redmine 4.0` with:
- rails 5.2.0
- ruby 2.4.1
But i get this error when i try to render `issues/:id`.
I tried to troubleshoot this and it seems like it's caused by the `sorted` method call added in this [commit](https://github.com/AlphaN... | comp | activerecord statementinvalid caused by sorted scope i upgraded to redmine with rails ruby but i get this error when i try to render issues id i tried to troubleshoot this and it seems like it s caused by the sorted method call added in this activerecord statemen... | 1 |
5,366 | 7,855,037,760 | IssuesEvent | 2018-06-20 23:15:46 | Microsoft/ChakraCore | https://api.github.com/repos/Microsoft/ChakraCore | opened | Global var set before evaluating function declaration in non-strict block | Bug Compatibility Severity: 3 | For the following test case:
```js
function getF() { return f; }
{
if (getF() === f) {
print('Global var set before evaluating function declaration');
}
function f() { return "bar"; }
}
```
I see:
```
#### ch
Global var set before evaluating function declaration
#### sm
#### v8
... | True | Global var set before evaluating function declaration in non-strict block - For the following test case:
```js
function getF() { return f; }
{
if (getF() === f) {
print('Global var set before evaluating function declaration');
}
function f() { return "bar"; }
}
```
I see:
```
#### ch
Glob... | comp | global var set before evaluating function declaration in non strict block for the following test case js function getf return f if getf f print global var set before evaluating function declaration function f return bar i see ch glob... | 1 |
14,081 | 16,856,101,122 | IssuesEvent | 2021-06-21 06:56:14 | docker/compose-cli | https://api.github.com/repos/docker/compose-cli | closed | Entrypoint logs not captured? | compatibility compose | Using
```yaml
services:
toto:
image: alpine
entrypoint: echo
command: "hello"
```
docker-compose show the expected "hello", while docker compose complete quietly | True | Entrypoint logs not captured? - Using
```yaml
services:
toto:
image: alpine
entrypoint: echo
command: "hello"
```
docker-compose show the expected "hello", while docker compose complete quietly | comp | entrypoint logs not captured using yaml services toto image alpine entrypoint echo command hello docker compose show the expected hello while docker compose complete quietly | 1 |
256,832 | 27,561,728,355 | IssuesEvent | 2023-03-07 22:42:37 | samqws-marketing/coursera_naptime | https://api.github.com/repos/samqws-marketing/coursera_naptime | closed | WS-2020-0180 (High) detected in npm-2.11.2.jar - autoclosed | Mend: dependency security vulnerability | ## WS-2020-0180 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-2.11.2.jar</b></p></summary>
<p>WebJar for npm</p>
<p>Library home page: <a href="http://webjars.org">http://webjars... | True | WS-2020-0180 (High) detected in npm-2.11.2.jar - autoclosed - ## WS-2020-0180 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-2.11.2.jar</b></p></summary>
<p>WebJar for npm</p>
<p>... | non_comp | ws high detected in npm jar autoclosed ws high severity vulnerability vulnerable library npm jar webjar for npm library home page a href path to vulnerable library home wss scanner cache org webjars npm jars npm jar dependency hierarchy sbt plugin ... | 0 |
7,182 | 9,474,806,923 | IssuesEvent | 2019-04-19 08:51:06 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | Enabling the Yoast breadcrumbs on the Genesis theme results in an error in the Breadcrumbs code | bug compatibility support | <!-- Please use this template when creating an issue.
- Please check the boxes after you've created your issue.
- Please use the latest version of Yoast SEO.-->
* [X] I've read and understood the [contribution guidelines](https://github.com/Yoast/wordpress-seo/blob/trunk/.github/CONTRIBUTING.md).
* [X] I've sear... | True | Enabling the Yoast breadcrumbs on the Genesis theme results in an error in the Breadcrumbs code - <!-- Please use this template when creating an issue.
- Please check the boxes after you've created your issue.
- Please use the latest version of Yoast SEO.-->
* [X] I've read and understood the [contribution guidel... | comp | enabling the yoast breadcrumbs on the genesis theme results in an error in the breadcrumbs code please use this template when creating an issue please check the boxes after you ve created your issue please use the latest version of yoast seo i ve read and understood the i ve searched... | 1 |
249,557 | 26,950,010,521 | IssuesEvent | 2023-02-08 10:57:05 | thinktecture-labs/cloud-native-sample | https://api.github.com/repos/thinktecture-labs/cloud-native-sample | closed | Dockle report for Notification Service | containers security | The container image for Notification Service (`notification:93e4a32b80cba787bf3389d95f7b7fa67e50ba02`) was scanned during CI for 93e4a32b80cba787bf3389d95f7b7fa67e50ba02 using dockle. Please see the findings mentioned below:
## Dockle results
```json
{
"summary": {
"fatal": 1,
"warn": 0,
"info": 3,
... | True | Dockle report for Notification Service - The container image for Notification Service (`notification:93e4a32b80cba787bf3389d95f7b7fa67e50ba02`) was scanned during CI for 93e4a32b80cba787bf3389d95f7b7fa67e50ba02 using dockle. Please see the findings mentioned below:
## Dockle results
```json
{
"summary": {
"fata... | non_comp | dockle report for notification service the container image for notification service notification was scanned during ci for using dockle please see the findings mentioned below dockle results json summary fatal warn info skip pass deta... | 0 |
98,876 | 4,038,857,581 | IssuesEvent | 2016-05-20 00:23:33 | ampproject/amphtml | https://api.github.com/repos/ampproject/amphtml | closed | Add layout `flex-item` to validator | Priority: High Related to: Validator | https://github.com/ampproject/amphtml/pull/2856
cc: @Gregable @powdercloud
need help adding to validator | 1.0 | Add layout `flex-item` to validator - https://github.com/ampproject/amphtml/pull/2856
cc: @Gregable @powdercloud
need help adding to validator | non_comp | add layout flex item to validator cc gregable powdercloud need help adding to validator | 0 |
6,590 | 8,862,631,055 | IssuesEvent | 2019-01-10 06:53:30 | pytest-dev/pytest | https://api.github.com/repos/pytest-dev/pytest | opened | deprecate python 2.7 and 3.4 support | type: backward compatibility type: deprecation | i just noticed pip do this for py3.4 and i believe its nice to have that kind of warning (preferably without chaning exit codes)
| True | deprecate python 2.7 and 3.4 support - i just noticed pip do this for py3.4 and i believe its nice to have that kind of warning (preferably without chaning exit codes)
| comp | deprecate python and support i just noticed pip do this for and i believe its nice to have that kind of warning preferably without chaning exit codes | 1 |
332,768 | 29,493,045,344 | IssuesEvent | 2023-06-02 14:46:56 | MPMG-DCC-UFMG/F01 | https://api.github.com/repos/MPMG-DCC-UFMG/F01 | closed | Teste de generalizacao para a tag InformaΓ§Γ΅es Insitucionais - Estrutura Organizacional - Santa Juliana | generalization test development template - GRP (27) tag - InformaΓ§Γ΅es Institucionais subtag - Estrutura Organizacional | DoD: Realizar o teste de GeneralizaΓ§Γ£o do validador da tag InformaΓ§Γ΅es Insitucionais - Estrutura Organizacional para o MunicΓpio de Santa Juliana. | 1.0 | Teste de generalizacao para a tag InformaΓ§Γ΅es Insitucionais - Estrutura Organizacional - Santa Juliana - DoD: Realizar o teste de GeneralizaΓ§Γ£o do validador da tag InformaΓ§Γ΅es Insitucionais - Estrutura Organizacional para o MunicΓpio de Santa Juliana. | non_comp | teste de generalizacao para a tag informaΓ§Γ΅es insitucionais estrutura organizacional santa juliana dod realizar o teste de generalizaΓ§Γ£o do validador da tag informaΓ§Γ΅es insitucionais estrutura organizacional para o municΓpio de santa juliana | 0 |
20,413 | 30,191,146,881 | IssuesEvent | 2023-07-04 15:29:16 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | TiDB should support query argument with type `MYSQL_TIMESTAMP_DATETIME_TZ` | type/bug component/mysql-protocol severity/minor compatibility-mysql8 | ## Enhancement
Now TiDB can only handle three different kinds of date arguments:
```go
case mysql.TypeDate, mysql.TypeTimestamp, mysql.TypeDatetime:
if len(paramValues) < (pos + 1) {
err = mysql.ErrMalformPacket
return
}
// See https://dev.mysql.com/doc/internals/en/binary-protocol-value.html
// fo... | True | TiDB should support query argument with type `MYSQL_TIMESTAMP_DATETIME_TZ` - ## Enhancement
Now TiDB can only handle three different kinds of date arguments:
```go
case mysql.TypeDate, mysql.TypeTimestamp, mysql.TypeDatetime:
if len(paramValues) < (pos + 1) {
err = mysql.ErrMalformPacket
return
}
// ... | comp | tidb should support query argument with type mysql timestamp datetime tz enhancement now tidb can only handle three different kinds of date arguments go case mysql typedate mysql typetimestamp mysql typedatetime if len paramvalues pos err mysql errmalformpacket return ... | 1 |
34,488 | 30,022,153,609 | IssuesEvent | 2023-06-27 01:03:02 | dgrebb/dgrebb.com | https://api.github.com/repos/dgrebb/dgrebb.com | closed | [BUG] - add unique environment-specific name to Terraform `aws_security_group` | bug infrastructure | currently the `security` module is writing to the same security group for both production and staging environments. fix this. | 1.0 | [BUG] - add unique environment-specific name to Terraform `aws_security_group` - currently the `security` module is writing to the same security group for both production and staging environments. fix this. | non_comp | add unique environment specific name to terraform aws security group currently the security module is writing to the same security group for both production and staging environments fix this | 0 |
3,975 | 6,810,178,448 | IssuesEvent | 2017-11-05 02:04:55 | mike42/escpos-php | https://api.github.com/repos/mike42/escpos-php | closed | Printer support: Epson TM-T81 | printer-compatibility | Works great on Epson TM-T81 (South Asia Model) with **USB using windows 10**
| True | Printer support: Epson TM-T81 - Works great on Epson TM-T81 (South Asia Model) with **USB using windows 10**
| comp | printer support epson tm works great on epson tm south asia model with usb using windows | 1 |
765,825 | 26,862,475,805 | IssuesEvent | 2023-02-03 19:45:54 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Foreach op don't follow aten level debug asserts | high priority triage review triaged actionable module: mta | Since https://github.com/pytorch/pytorch/pull/91846 has moved to make torch.nn.utils.clip_grad_norm_() use foreach ops, it throws the error message:
*** RuntimeError: t.storage().use_count() == 1 INTERNAL ASSERT FAILED at "caffe2/torch/csrc/autograd/autograd_not_implemented_fallback.cpp":189, please report a bug to Py... | 1.0 | Foreach op don't follow aten level debug asserts - Since https://github.com/pytorch/pytorch/pull/91846 has moved to make torch.nn.utils.clip_grad_norm_() use foreach ops, it throws the error message:
*** RuntimeError: t.storage().use_count() == 1 INTERNAL ASSERT FAILED at "caffe2/torch/csrc/autograd/autograd_not_imple... | non_comp | foreach op don t follow aten level debug asserts since has moved to make torch nn utils clip grad norm use foreach ops it throws the error message runtimeerror t storage use count internal assert failed at torch csrc autograd autograd not implemented fallback cpp please report a bug to py... | 0 |
673,207 | 22,952,787,022 | IssuesEvent | 2022-07-19 08:54:38 | KinsonDigital/VersionMiner | https://api.github.com/repos/KinsonDigital/VersionMiner | closed | π§Add URL link to create issue to console output | good first issue medium priority preview πhas dependencies | ### I have done the items below . . .
- [X] I have updated the title without removing the π§ emoji.
### Description
After a bug issue template has been created (issue #26), add a URL link to the console output to create an issue for this project.
This will always be printed to the console. Print this as part... | 1.0 | π§Add URL link to create issue to console output - ### I have done the items below . . .
- [X] I have updated the title without removing the π§ emoji.
### Description
After a bug issue template has been created (issue #26), add a URL link to the console output to create an issue for this project.
This will al... | non_comp | π§add url link to create issue to console output i have done the items below i have updated the title without removing the π§ emoji description after a bug issue template has been created issue add a url link to the console output to create an issue for this project this will alway... | 0 |
46,475 | 5,814,082,800 | IssuesEvent | 2017-05-05 01:33:06 | twitter/heron | https://api.github.com/repos/twitter/heron | opened | server:tmaster_unittest FAILED | test | ```
//heron/uploaders/tests/java:HdfsUploaderTest PASSED in 1.9s
//heron/uploaders/tests/java:LocalFileSystemConfigTest PASSED in 1.6s
//heron/uploaders/tests/java:LocalFileSystemUploaderTest PASSED in 1.7s
//heron/uploaders/tests/java:S3UploaderTest ... | 1.0 | server:tmaster_unittest FAILED - ```
//heron/uploaders/tests/java:HdfsUploaderTest PASSED in 1.9s
//heron/uploaders/tests/java:LocalFileSystemConfigTest PASSED in 1.6s
//heron/uploaders/tests/java:LocalFileSystemUploaderTest PASSED in 1.7s
//heron/uploade... | non_comp | server tmaster unittest failed heron uploaders tests java hdfsuploadertest passed in heron uploaders tests java localfilesystemconfigtest passed in heron uploaders tests java localfilesystemuploadertest passed in heron uploaders ... | 0 |
10,315 | 12,299,638,175 | IssuesEvent | 2020-05-11 12:44:37 | SaucyPigeon/RW-Realistic-Planets-Fan-Update | https://api.github.com/repos/SaucyPigeon/RW-Realistic-Planets-Fan-Update | reopened | Boats - Settlements are not moved closer to sea with vanilla settings | bug mod compatibility | With RPFU's nation building setting set as "none" and "consider temperature when placing factions" set to false, Boats should be able to move settlements towards the coast. | True | Boats - Settlements are not moved closer to sea with vanilla settings - With RPFU's nation building setting set as "none" and "consider temperature when placing factions" set to false, Boats should be able to move settlements towards the coast. | comp | boats settlements are not moved closer to sea with vanilla settings with rpfu s nation building setting set as none and consider temperature when placing factions set to false boats should be able to move settlements towards the coast | 1 |
73,094 | 9,645,205,944 | IssuesEvent | 2019-05-17 08:02:40 | middyjs/middy | https://api.github.com/repos/middyjs/middy | closed | List 3rd party middlewares in a dedicated section of the documentation | documentation | as per title, this would be a great practice to encourage the middy ecosystem to do more and to make awesome third party middlewares easier to discover. | 1.0 | List 3rd party middlewares in a dedicated section of the documentation - as per title, this would be a great practice to encourage the middy ecosystem to do more and to make awesome third party middlewares easier to discover. | non_comp | list party middlewares in a dedicated section of the documentation as per title this would be a great practice to encourage the middy ecosystem to do more and to make awesome third party middlewares easier to discover | 0 |
54,856 | 13,966,276,255 | IssuesEvent | 2020-10-26 01:55:05 | dgerod/rosplan_pytools | https://api.github.com/repos/dgerod/rosplan_pytools | closed | The rosplan_pytools.init() method cannot be found | defect | i've cloned the code from master branch and catkin_make successfully. The 'rosplan_pytools.init()' cannot execute correctly.
after running the scripts
```python
import rosplan_pytools
if __name__=="__main__":
rospy.init_node("name")
rosplan_pytools.init()
rospy.spin()
```
a attribute error occurs... | 1.0 | The rosplan_pytools.init() method cannot be found - i've cloned the code from master branch and catkin_make successfully. The 'rosplan_pytools.init()' cannot execute correctly.
after running the scripts
```python
import rosplan_pytools
if __name__=="__main__":
rospy.init_node("name")
rosplan_pytools.ini... | non_comp | the rosplan pytools init method cannot be found i ve cloned the code from master branch and catkin make successfully the rosplan pytools init cannot execute correctly after running the scripts python import rosplan pytools if name main rospy init node name rosplan pytools ini... | 0 |
11,297 | 13,249,774,905 | IssuesEvent | 2020-08-19 21:26:28 | bergerhealer/BKCommonLib | https://api.github.com/repos/bergerhealer/BKCommonLib | closed | Support for Mohist on 1.12 | A. incompatibility D. wontfix | Hi!
Sorry for this request, i know 1.12 is kinda a dead version for developement, but i think its worth a shot.
I tried to load BKCommonLib on [Mohist](https://github.com/Mohist-Community/Mohist), the only active Paper/Forge hybrid at the moment, but i got [this crash](https://paste.dimdev.org/ejubalegaw.md) and ... | True | Support for Mohist on 1.12 - Hi!
Sorry for this request, i know 1.12 is kinda a dead version for developement, but i think its worth a shot.
I tried to load BKCommonLib on [Mohist](https://github.com/Mohist-Community/Mohist), the only active Paper/Forge hybrid at the moment, but i got [this crash](https://paste.d... | comp | support for mohist on hi sorry for this request i know is kinda a dead version for developement but i think its worth a shot i tried to load bkcommonlib on the only active paper forge hybrid at the moment but i got and neither bkcl or traincarts are activated i posted on their repo ... | 1 |
130,877 | 27,781,037,518 | IssuesEvent | 2023-03-16 21:05:39 | microsoft/azure-pipelines-tasks | https://api.github.com/repos/microsoft/azure-pipelines-tasks | closed | Xcode task args not parsed correctly | bug question Area: ABTT stale Task: Xcode | ## Required Information
Entering this information will route you directly to the right team and expedite traction.
**Question, Bug, or Feature?**
*Type*: Question/Bug
**Enter Task Name**: Xcode@5
list here (V# not needed):
https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks
## En... | 1.0 | Xcode task args not parsed correctly - ## Required Information
Entering this information will route you directly to the right team and expedite traction.
**Question, Bug, or Feature?**
*Type*: Question/Bug
**Enter Task Name**: Xcode@5
list here (V# not needed):
https://github.com/Microsoft/azure-pip... | non_comp | xcode task args not parsed correctly required information entering this information will route you directly to the right team and expedite traction question bug or feature type question bug enter task name xcode list here v not needed environment server agen... | 0 |
186,717 | 21,957,876,794 | IssuesEvent | 2022-05-24 13:36:10 | daniel-brown-ws-test/webgoat-4 | https://api.github.com/repos/daniel-brown-ws-test/webgoat-4 | opened | bootstrap-3.1.1.min.js: 6 vulnerabilities (highest severity is: 6.1) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.1.1.min.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page... | True | bootstrap-3.1.1.min.js: 6 vulnerabilities (highest severity is: 6.1) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.1.1.min.js</b></p></summary>
<p>The most popular front-end framework for developing... | non_comp | bootstrap min js vulnerabilities highest severity is vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to vulnerable library t webgoat lessons challenge src m... | 0 |
103,932 | 22,501,622,463 | IssuesEvent | 2022-06-23 12:21:33 | Onelinerhub/onelinerhub | https://api.github.com/repos/Onelinerhub/onelinerhub | closed | Short solution needed: "How to plot data frame on a world map (Geopandas)" (python-pandas) | help wanted good first issue code python-pandas | Please help us write most modern and shortest code solution for this issue:
**How to plot data frame on a world map (Geopandas)** (technology: [python-pandas](https://onelinerhub.com/python-pandas))
### Fast way
Just write the code solution in the comments.
### Prefered way
1. Create pull request with a new code file... | 1.0 | Short solution needed: "How to plot data frame on a world map (Geopandas)" (python-pandas) - Please help us write most modern and shortest code solution for this issue:
**How to plot data frame on a world map (Geopandas)** (technology: [python-pandas](https://onelinerhub.com/python-pandas))
### Fast way
Just write the... | non_comp | short solution needed how to plot data frame on a world map geopandas python pandas please help us write most modern and shortest code solution for this issue how to plot data frame on a world map geopandas technology fast way just write the code solution in the comments prefered way ... | 0 |
10,262 | 12,257,200,165 | IssuesEvent | 2020-05-06 13:20:50 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | yoast indexation warning - repeats over and over again | 14.0 release compatibility | * [X] I've read and understood the [contribution guidelines](https://github.com/Yoast/wordpress-seo/blob/trunk/.github/CONTRIBUTING.md).
* [X] I've searched for any related issues and avoided creating a duplicate issue.
### Please give us a description of what happened.
Yoast plugin keeps complaining following;
N... | True | yoast indexation warning - repeats over and over again - * [X] I've read and understood the [contribution guidelines](https://github.com/Yoast/wordpress-seo/blob/trunk/.github/CONTRIBUTING.md).
* [X] I've searched for any related issues and avoided creating a duplicate issue.
### Please give us a description of wha... | comp | yoast indexation warning repeats over and over again i ve read and understood the i ve searched for any related issues and avoided creating a duplicate issue please give us a description of what happened yoast plugin keeps complaining following new yoast seo can now store your siteβs seo d... | 1 |
13,408 | 15,819,661,196 | IssuesEvent | 2021-04-05 17:49:39 | Leaflet/Leaflet | https://api.github.com/repos/Leaflet/Leaflet | closed | Wrong relatedTarget on mouseout event (to close tooltip except if mouseout towards tooltip) | compatibility needs discussion | ## How to reproduce
- Leaflet version I'm using: 1.1.0
- Browser (with version) I'm using: IE 11 or Firefox 54
- OS/Platform (with version) I'm using: Windows 7
Open the fiddles below and hover over the markers while checking the console. The fiddle with Leaflet 0.5.1 works as expected but the one with Leaflet ... | True | Wrong relatedTarget on mouseout event (to close tooltip except if mouseout towards tooltip) - ## How to reproduce
- Leaflet version I'm using: 1.1.0
- Browser (with version) I'm using: IE 11 or Firefox 54
- OS/Platform (with version) I'm using: Windows 7
Open the fiddles below and hover over the markers while c... | comp | wrong relatedtarget on mouseout event to close tooltip except if mouseout towards tooltip how to reproduce leaflet version i m using browser with version i m using ie or firefox os platform with version i m using windows open the fiddles below and hover over the markers while che... | 1 |
17,514 | 24,149,206,350 | IssuesEvent | 2022-09-21 21:57:17 | evhub/coconut | https://api.github.com/repos/evhub/coconut | closed | Add typing_extensions automatic backporting | compatibility resolved | Should automatically compile `typing` imports into `typing_extensions` imports depending on target. | True | Add typing_extensions automatic backporting - Should automatically compile `typing` imports into `typing_extensions` imports depending on target. | comp | add typing extensions automatic backporting should automatically compile typing imports into typing extensions imports depending on target | 1 |
254,005 | 19,184,558,131 | IssuesEvent | 2021-12-05 00:51:05 | aquaproj/aqua | https://api.github.com/repos/aquaproj/aqua | closed | Compare aqua with `marcosnils/bin` and update document | documentation | * https://github.com/aquaproj/aqua/issues/429
* https://github.com/marcosnils/bin
* https://aquaproj.github.io/docs/comparison
## Disclaimer
Note that I'm an author of aqua, so this comparison may be not fair.
I haven't used `marcosnils/bin`.
## Pros of aqua
* aqua is declarative. On the other hand, bin ... | 1.0 | Compare aqua with `marcosnils/bin` and update document - * https://github.com/aquaproj/aqua/issues/429
* https://github.com/marcosnils/bin
* https://aquaproj.github.io/docs/comparison
## Disclaimer
Note that I'm an author of aqua, so this comparison may be not fair.
I haven't used `marcosnils/bin`.
## Pros ... | non_comp | compare aqua with marcosnils bin and update document disclaimer note that i m an author of aqua so this comparison may be not fair i haven t used marcosnils bin pros of aqua aqua is declarative on the other hand bin is imperative aqua managed tools with declarative yam... | 0 |
14,729 | 18,091,107,766 | IssuesEvent | 2021-09-22 01:47:10 | crash1115/5e-training | https://api.github.com/repos/crash1115/5e-training | closed | Betterrollsfor5e compatibility | Not Doing Compatibility Request | Would be super nice if this module could detect betterrollsfor5e and use those instead of "normal" rolls for skills.
https://github.com/Ethck/Ethck-s-Downtime-Tracking/issues/51#issuecomment-784391923 Ethk did something similar in his mod. | True | Betterrollsfor5e compatibility - Would be super nice if this module could detect betterrollsfor5e and use those instead of "normal" rolls for skills.
https://github.com/Ethck/Ethck-s-Downtime-Tracking/issues/51#issuecomment-784391923 Ethk did something similar in his mod. | comp | compatibility would be super nice if this module could detect and use those instead of normal rolls for skills ethk did something similar in his mod | 1 |
179,708 | 30,286,224,103 | IssuesEvent | 2023-07-08 18:10:53 | nextcloud/server | https://api.github.com/repos/nextcloud/server | closed | No printer icon present in official logos | enhancement design 0. Needs triage | <!--
Thanks for reporting issues back to Nextcloud!
Note: This is the **issue tracker of Nextcloud**, please do NOT use this to get answers to your questions or get help for fixing your installation. This is a place to report bugs to developers, after your server has been debugged. You can find help debugging your ... | 1.0 | No printer icon present in official logos - <!--
Thanks for reporting issues back to Nextcloud!
Note: This is the **issue tracker of Nextcloud**, please do NOT use this to get answers to your questions or get help for fixing your installation. This is a place to report bugs to developers, after your server has been... | non_comp | no printer icon present in official logos thanks for reporting issues back to nextcloud note this is the issue tracker of nextcloud please do not use this to get answers to your questions or get help for fixing your installation this is a place to report bugs to developers after your server has been... | 0 |
160,907 | 20,120,361,656 | IssuesEvent | 2022-02-08 01:11:30 | DavidSpek/pipelines | https://api.github.com/repos/DavidSpek/pipelines | opened | CVE-2022-23589 (Medium) detected in tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl | security vulnerability | ## CVE-2022-23589 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine lea... | True | CVE-2022-23589 (Medium) detected in tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl - ## CVE-2022-23589 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.15.0-cp27-c... | non_comp | cve medium detected in tensorflow whl cve medium severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file contrib components openv... | 0 |
8,831 | 10,780,813,212 | IssuesEvent | 2019-11-04 13:46:39 | Johni0702/BetterPortals | https://api.github.com/repos/Johni0702/BetterPortals | closed | Little Tiles Issues | bug compatibility | For some reason when this mod and Little Tiles are both installed, Lighting updates cause the LittleTiles blocks to dissapear and re-appear randomly.
After doing some testing with only this mod, Little Tiles, and Optifine (With the Specified Options Selected), Better Portals is the cause.
Mods Used -
1.12.2-forg... | True | Little Tiles Issues - For some reason when this mod and Little Tiles are both installed, Lighting updates cause the LittleTiles blocks to dissapear and re-appear randomly.
After doing some testing with only this mod, Little Tiles, and Optifine (With the Specified Options Selected), Better Portals is the cause.
Mo... | comp | little tiles issues for some reason when this mod and little tiles are both installed lighting updates cause the littletiles blocks to dissapear and re appear randomly after doing some testing with only this mod little tiles and optifine with the specified options selected better portals is the cause mo... | 1 |
4,491 | 7,156,266,312 | IssuesEvent | 2018-01-26 15:45:21 | cossacklabs/themis | https://api.github.com/repos/cossacklabs/themis | closed | PHP7 support | compatibility enhancement help wanted php | With php5.6 all is ok, but with php7:
```
[lagovas@localhost themis]$ php --version
PHP 7.0.14 (cli) (built: Dec 7 2016 17:11:27) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
```
```
[lagovas@localhost themis]$ sudo make phpthemis_install
link sot... | True | PHP7 support - With php5.6 all is ok, but with php7:
```
[lagovas@localhost themis]$ php --version
PHP 7.0.14 (cli) (built: Dec 7 2016 17:11:27) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
```
```
[lagovas@localhost themis]$ sudo make phpthemis_in... | comp | support with all is ok but with php version php cli built dec nts copyright c the php group zend engine copyright c zend technologies sudo make phpthemis install link soter static link themis static ... | 1 |
397,113 | 11,723,763,780 | IssuesEvent | 2020-03-10 09:43:18 | bbc/simorgh | https://api.github.com/repos/bbc/simorgh | closed | Update translations for serbian and ukchina | Refinement Needed high-priority ws-home | **Is your feature request related to a problem? Please describe.**
We're launching front pages for serbian and ukchina. We should make sure the translations for these services, for the two different scripts, are all correct. (Cyrillic and Latin for Serbian and Simplified and Traditional for UK China)
**Describe th... | 1.0 | Update translations for serbian and ukchina - **Is your feature request related to a problem? Please describe.**
We're launching front pages for serbian and ukchina. We should make sure the translations for these services, for the two different scripts, are all correct. (Cyrillic and Latin for Serbian and Simplified a... | non_comp | update translations for serbian and ukchina is your feature request related to a problem please describe we re launching front pages for serbian and ukchina we should make sure the translations for these services for the two different scripts are all correct cyrillic and latin for serbian and simplified a... | 0 |
275,496 | 20,923,723,573 | IssuesEvent | 2022-03-24 20:06:33 | cnsacramento/proyecto_Akebia | https://api.github.com/repos/cnsacramento/proyecto_Akebia | closed | Crear la estructura del manual del programador | documentation developed | Crear la estructura del manual del programador y subirla a la Wiki | 1.0 | Crear la estructura del manual del programador - Crear la estructura del manual del programador y subirla a la Wiki | non_comp | crear la estructura del manual del programador crear la estructura del manual del programador y subirla a la wiki | 0 |
12,831 | 15,094,713,909 | IssuesEvent | 2021-02-07 07:49:17 | activityMonitoring/biobankAccelerometerAnalysis | https://api.github.com/repos/activityMonitoring/biobankAccelerometerAnalysis | opened | FutureWarning: keyword arguments in sklearn functions | compatibility | @smallsr noticed a FutureWarning on some sklearn functions that in versions from 0.25/1.0 forwards arguments should be specified as keyword rather than positional arguments. This is a fairly straightforward fix, and probably worth anticipating.
https://scikit-learn.org/stable/whats_new/v0.23.html#enforcing-keyword-... | True | FutureWarning: keyword arguments in sklearn functions - @smallsr noticed a FutureWarning on some sklearn functions that in versions from 0.25/1.0 forwards arguments should be specified as keyword rather than positional arguments. This is a fairly straightforward fix, and probably worth anticipating.
https://scikit-... | comp | futurewarning keyword arguments in sklearn functions smallsr noticed a futurewarning on some sklearn functions that in versions from forwards arguments should be specified as keyword rather than positional arguments this is a fairly straightforward fix and probably worth anticipating | 1 |
241,943 | 18,504,343,411 | IssuesEvent | 2021-10-19 16:46:39 | whimc/Observations | https://api.github.com/repos/whimc/Observations | closed | Plugin documentation | Priority: Low documentation good first issue | `README.md` should be modified to contain more information about the plugin. For example, all commands with descriptions and all permissions.
Add JavaDocs to code. | 1.0 | Plugin documentation - `README.md` should be modified to contain more information about the plugin. For example, all commands with descriptions and all permissions.
Add JavaDocs to code. | non_comp | plugin documentation readme md should be modified to contain more information about the plugin for example all commands with descriptions and all permissions add javadocs to code | 0 |
407,202 | 11,908,000,886 | IssuesEvent | 2020-03-30 23:42:54 | PolarisSS13/Polaris | https://api.github.com/repos/PolarisSS13/Polaris | closed | Character setup and dialogue boxes | Bug Cannot Reproduce Priority: High | #### Brief description of the issue
You can get around some restrictions in character setup because dialogue boxes don't check if the template is still valid AFTER you activate them

#### What you expected to happen
Not to happen.
#### Wha... | 1.0 | Character setup and dialogue boxes - #### Brief description of the issue
You can get around some restrictions in character setup because dialogue boxes don't check if the template is still valid AFTER you activate them

#### What you expect... | non_comp | character setup and dialogue boxes brief description of the issue you can get around some restrictions in character setup because dialogue boxes don t check if the template is still valid after you activate them what you expected to happen not to happen what actually happened i don t have acc... | 0 |
20,699 | 30,774,360,072 | IssuesEvent | 2023-07-31 04:38:37 | LMMS/lmms | https://api.github.com/repos/LMMS/lmms | closed | MidiApple.cpp: error: cannot bind non-const lvalue reference of type 'void*&' to an rvalue of type 'void*' | bug compatibility | This is 1.2.2 (since it is the last one to support Qt4), building with gcc 12.3.0:
```
:info:build [ 56%] Building CXX object src/CMakeFiles/lmmsobjs.dir/core/midi/MidiPort.cpp.o
:info:build cd /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_multimedia_lmms/lmms/work/lmms-1.2.2/src && /opt/local/bin/g++-mp-... | True | MidiApple.cpp: error: cannot bind non-const lvalue reference of type 'void*&' to an rvalue of type 'void*' - This is 1.2.2 (since it is the last one to support Qt4), building with gcc 12.3.0:
```
:info:build [ 56%] Building CXX object src/CMakeFiles/lmmsobjs.dir/core/midi/MidiPort.cpp.o
:info:build cd /opt/local/v... | comp | midiapple cpp error cannot bind non const lvalue reference of type void to an rvalue of type void this is since it is the last one to support building with gcc info build building cxx object src cmakefiles lmmsobjs dir core midi midiport cpp o info build cd opt local var macpo... | 1 |
10,840 | 12,824,604,168 | IssuesEvent | 2020-07-06 13:44:33 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | ORM and application Support | status/TODO status/WIP type/compatibility | Python:
- [ ] SQLAlchemy
- [ ] Peewee
- [ ] django
- [ ] ponyorm
Go:
Orm:
- [x] xorm: https://github.com/go-xorm/xorm
- [x] beego: https://github.com/astaxie/beego/tree/master/orm
- [x] go-sql-test: https://github.com/bradfitz/go-sql-test
- [ ] upper.io: https://upper.io/db.v1/mysql
Application:
- [x] G... | True | ORM and application Support - Python:
- [ ] SQLAlchemy
- [ ] Peewee
- [ ] django
- [ ] ponyorm
Go:
Orm:
- [x] xorm: https://github.com/go-xorm/xorm
- [x] beego: https://github.com/astaxie/beego/tree/master/orm
- [x] go-sql-test: https://github.com/bradfitz/go-sql-test
- [ ] upper.io: https://upper.io/db.v1... | comp | orm and application support python sqlalchemy peewee django ponyorm go orm xorm beego go sql test upper io application gogs dalga javaοΌ mybatis jdbctemplate hibernate play php phabricator phpmyadmin... | 1 |
305,532 | 23,118,782,814 | IssuesEvent | 2022-07-27 19:08:48 | ludwig-ai/ludwig-docs | https://api.github.com/repos/ludwig-ai/ludwig-docs | closed | Naming parameters alphabetically | documentation | In many instances where parameters are defined in the Ludwig docs, the parameters are specified in no particular order (for e.g., https://ludwig-ai.github.io/ludwig-docs/0.5/configuration/features/text_features/). It would be easier to find relevant parameter descriptions for users if the parameters and their descripti... | 1.0 | Naming parameters alphabetically - In many instances where parameters are defined in the Ludwig docs, the parameters are specified in no particular order (for e.g., https://ludwig-ai.github.io/ludwig-docs/0.5/configuration/features/text_features/). It would be easier to find relevant parameter descriptions for users if... | non_comp | naming parameters alphabetically in many instances where parameters are defined in the ludwig docs the parameters are specified in no particular order for e g it would be easier to find relevant parameter descriptions for users if the parameters and their descriptions were listed in alphabetical order | 0 |
33,300 | 9,098,500,899 | IssuesEvent | 2019-02-20 00:12:37 | gini/dexter | https://api.github.com/repos/gini/dexter | closed | ID and Secret-id is still required even when the binary has been built with the said parameters | build question | Hey Team,
I tried out Dexter on an Ubuntu 18 host and looks to be id & secret id are still required to get a successful login.
Built the binary with following parameters:
`CLIENT_ID=529839178945-toh9cj642someid7hvu7id9n5.apps.googleusercontent.com CLIENT_SECRET=VzK7vrksome_secret3ts6AfZa6Diz OS=linux make`
... | 1.0 | ID and Secret-id is still required even when the binary has been built with the said parameters - Hey Team,
I tried out Dexter on an Ubuntu 18 host and looks to be id & secret id are still required to get a successful login.
Built the binary with following parameters:
`CLIENT_ID=529839178945-toh9cj642someid7hv... | non_comp | id and secret id is still required even when the binary has been built with the said parameters hey team i tried out dexter on an ubuntu host and looks to be id secret id are still required to get a successful login built the binary with following parameters client id apps googleusercontent com c... | 0 |
145,729 | 19,341,886,859 | IssuesEvent | 2021-12-15 06:10:20 | morrisjr/ArchiveBox | https://api.github.com/repos/morrisjr/ArchiveBox | opened | CVE-2020-11023 (Medium) detected in jquery-3.4.1.tgz | security vulnerability | ## CVE-2020-11023 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-3.4.1.tgz</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https... | True | CVE-2020-11023 (Medium) detected in jquery-3.4.1.tgz - ## CVE-2020-11023 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-3.4.1.tgz</b></p></summary>
<p>JavaScript library for ... | non_comp | cve medium detected in jquery tgz cve medium severity vulnerability vulnerable library jquery tgz javascript library for dom operations library home page a href path to dependency file archivebox archivebox package json path to vulnerable library archivebox archivebo... | 0 |
3,613 | 6,517,052,980 | IssuesEvent | 2017-08-27 17:59:04 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | System.Drawing.Imaging.Metafile(Stream) throws wrong Exception when Stream is Null on netcoreapp | area-System.Drawing bug tenet-compatibility | **Test Null Stream:**
```c#
[ConditionalFact(nameof(PlatformDetection) + "." + nameof(PlatformDetection.IsNotWindowsNanoServer))]
public void Ctor_NullStream_ThrowsArgumentException()
{
AssertExtensions.Throws<ArgumentException>(null, () => new Metafile((Stream)null));
}
```
Expected: `System.ArgumentEx... | True | System.Drawing.Imaging.Metafile(Stream) throws wrong Exception when Stream is Null on netcoreapp - **Test Null Stream:**
```c#
[ConditionalFact(nameof(PlatformDetection) + "." + nameof(PlatformDetection.IsNotWindowsNanoServer))]
public void Ctor_NullStream_ThrowsArgumentException()
{
AssertExtensions.Throws<... | comp | system drawing imaging metafile stream throws wrong exception when stream is null on netcoreapp test null stream c public void ctor nullstream throwsargumentexception assertextensions throws null new metafile stream null expected system argumentexception actual ... | 1 |
13,030 | 15,339,153,826 | IssuesEvent | 2021-02-27 00:56:57 | storybookjs/storybook | https://api.github.com/repos/storybookjs/storybook | closed | Svelte: support using svelte templates (v3) in stories | app: svelte compatibility with other tools feature request in progress | **Is your feature request related to a problem? Please describe.**
There are 2 ways a Svelte component can be created. Either the compiled component can be manually created and added to the DOM, or the component can be included in another Svelte component.
Current Svelte support in Storybook uses the first approa... | True | Svelte: support using svelte templates (v3) in stories - **Is your feature request related to a problem? Please describe.**
There are 2 ways a Svelte component can be created. Either the compiled component can be manually created and added to the DOM, or the component can be included in another Svelte component.
... | comp | svelte support using svelte templates in stories is your feature request related to a problem please describe there are ways a svelte component can be created either the compiled component can be manually created and added to the dom or the component can be included in another svelte component c... | 1 |
18,467 | 25,542,879,415 | IssuesEvent | 2022-11-29 16:29:30 | jbredwards/Fluidlogged-API | https://api.github.com/repos/jbredwards/Fluidlogged-API | closed | Sponge incompatibility: An Unexpected Journey (Pt4) | bug incompatibility | Maybe we should keep this open and, now that the code runs, just send me a file to test?
After the events of [part 3](https://github.com/jbredwards/Fluidlogged-API/issues/128), the sponge console still returns [this ](https://gist.github.com/Druwan-ctrl/69a9016c4c4392348750871e29a8a3fd) debug log | True | Sponge incompatibility: An Unexpected Journey (Pt4) - Maybe we should keep this open and, now that the code runs, just send me a file to test?
After the events of [part 3](https://github.com/jbredwards/Fluidlogged-API/issues/128), the sponge console still returns [this ](https://gist.github.com/Druwan-ctrl/69a9016c4... | comp | sponge incompatibility an unexpected journey maybe we should keep this open and now that the code runs just send me a file to test after the events of the sponge console still returns debug log | 1 |
5,240 | 7,777,256,132 | IssuesEvent | 2018-06-05 10:34:40 | pods-framework/pods | https://api.github.com/repos/pods-framework/pods | closed | jquery.pods.js?ver=2.6.7:1628 Uncaught TypeError: $(...).live is not a function | Compatibility/Deprecation Duplicate | Running into this error in a site that I just installed Pods into when `'jquery-migrate'` is dequeued.
Not being a heavy JS developer, I defer to StackExchange which says [`.live()` is deprecated](http://stackoverflow.com/questions/14354040/jquery-1-9-live-is-not-a-function).
Changing it from:
```
$( '.pods-toggled ... | True | jquery.pods.js?ver=2.6.7:1628 Uncaught TypeError: $(...).live is not a function - Running into this error in a site that I just installed Pods into when `'jquery-migrate'` is dequeued.
Not being a heavy JS developer, I defer to StackExchange which says [`.live()` is deprecated](http://stackoverflow.com/questions/14354... | comp | jquery pods js ver uncaught typeerror live is not a function running into this error in a site that i just installed pods into when jquery migrate is dequeued not being a heavy js developer i defer to stackexchange which says changing it from pods toggled handlediv pods toggl... | 1 |
17,729 | 24,473,852,665 | IssuesEvent | 2022-10-08 00:27:20 | VolmitSoftware/Adapt | https://api.github.com/repos/VolmitSoftware/Adapt | closed | Not compatible with Lands plugin | Enhancement New Ideas Plugin incompatibility | ### Problem
I use `Lands` plugin for anti-grief. people make claims and protect their stuff but with some skills, the claim protection is ignored
### Tested skills
- Can attack players/mobs inside a claim that you don't have access with poisoned and bloody blades. this only applies the appropriate potion effect ... | True | Not compatible with Lands plugin - ### Problem
I use `Lands` plugin for anti-grief. people make claims and protect their stuff but with some skills, the claim protection is ignored
### Tested skills
- Can attack players/mobs inside a claim that you don't have access with poisoned and bloody blades. this only app... | comp | not compatible with lands plugin problem i use lands plugin for anti grief people make claims and protect their stuff but with some skills the claim protection is ignored tested skills can attack players mobs inside a claim that you don t have access with poisoned and bloody blades this only app... | 1 |
7,996 | 10,147,487,944 | IssuesEvent | 2019-08-05 10:42:17 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | WooCommerce shop page fails to appear in a Yoast Breadcrumb pathway on a product page | backlog compatibility compatibility: WooCommerce component: breadcrumbs support type: bug | ### What did you expect to happen?
1. The shop page would appear in a Yoast Breadcrumb pathway on a product page
### What happened instead?
It didn't
### How can we reproduce this behavior?
**1.Create a product page**
**2.Implement Yoast Breadcrumbs: https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/*... | True | WooCommerce shop page fails to appear in a Yoast Breadcrumb pathway on a product page - ### What did you expect to happen?
1. The shop page would appear in a Yoast Breadcrumb pathway on a product page
### What happened instead?
It didn't
### How can we reproduce this behavior?
**1.Create a product page**
**2.Im... | comp | woocommerce shop page fails to appear in a yoast breadcrumb pathway on a product page what did you expect to happen the shop page would appear in a yoast breadcrumb pathway on a product page what happened instead it didn t how can we reproduce this behavior create a product page im... | 1 |
133,179 | 18,843,292,043 | IssuesEvent | 2021-11-11 12:10:40 | Altinn/altinn-studio | https://api.github.com/repos/Altinn/altinn-studio | closed | Uppercase names are not valid for nodes in data model editor | kind/bug area/data-modeling solution/studio/designer bug/c2 | ## Describe the bug
See title.
## To Reproduce
Steps to reproduce the behavior:
1. Go to data model editor
2. Add a field
3. Try renaming to a name with uppercase letter
## Expected behavior
Uppercase names are valid in JSON schema, this should also be valid in our tool.
## Screenshots
**
_Monday Aug 01, 2016 at 22:09 GMT_
_Originally opened as https://github.com/kolide/fleet/issues/11_
----
Rig... | True | [CLOSED] Create a session store backed by MySQL - <a href="https://github.com/marpaia"><img src="https://avatars2.githubusercontent.com/u/927168?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [marpaia](https://github.com/marpaia)**
_Monday Aug 01, 2016 at 22:09 GMT_
_Originally opened as htt... | non_comp | create a session store backed by mysql issue by monday aug at gmt originally opened as right now sessions are stored on the client in a cookie change this to use mysql instead one day when this is too slow we ll probably have to add memcached redis here | 0 |
6,989 | 9,276,492,237 | IssuesEvent | 2019-03-20 03:10:09 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | can not set variable in update statement | help wanted type/compatibility | ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```
create table tt (id int, v int);
insert into tt (id, v) values (1, 0);
update tt set v = @lv := v + 1 where id = 1;
select @lv;
```
2. What... | True | can not set variable in update statement - ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```
create table tt (id int, v int);
insert into tt (id, v) values (1, 0);
update tt set v = @lv := v + 1... | comp | can not set variable in update statement bug report please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error create table tt id int v int insert into tt id v values update tt set v lv v ... | 1 |
259,574 | 27,658,788,404 | IssuesEvent | 2023-03-12 09:25:00 | ghc-dev/8550019 | https://api.github.com/repos/ghc-dev/8550019 | opened | libpnglibpng-1.0.5: 2 vulnerabilities (highest severity is: 8.8) | Mend: dependency security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>libpnglibpng-1.0.5</b></p></summary>
<p>
<p>Library home page: <a href=https://sourceforge.net/projects/libpng/>https://sourceforge.net/projects/libpng/</a></p>
<p>Fo... | True | libpnglibpng-1.0.5: 2 vulnerabilities (highest severity is: 8.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>libpnglibpng-1.0.5</b></p></summary>
<p>
<p>Library home page: <a href=https://sourceforge.net/proj... | non_comp | libpnglibpng vulnerabilities highest severity is vulnerable library libpnglibpng library home page a href found in head commit a href vulnerable source files pngwutil c vulnerabilities cve severity cvss dependency type ... | 0 |
565,236 | 16,757,400,791 | IssuesEvent | 2021-06-13 04:17:46 | k-roffle/knitting-service | https://api.github.com/repos/k-roffle/knitting-service | closed | νΉμ APIμ μΈμ¦λ μ μ λ§ μ κ·Όν μ μλλ‘ μ νν©λλ€. | Feat Priority: Medium | API μμ²μ μΌλΆ μ μ μκ²λ§ 곡κ°λμ΄μΌ νλ κ²½μ° access tokenμ΄ μλμ§ μ²΄ν¬ν μ μλλ‘ μΈμ¦λ‘μ§μ μΆκ°ν©λλ€. | 1.0 | νΉμ APIμ μΈμ¦λ μ μ λ§ μ κ·Όν μ μλλ‘ μ νν©λλ€. - API μμ²μ μΌλΆ μ μ μκ²λ§ 곡κ°λμ΄μΌ νλ κ²½μ° access tokenμ΄ μλμ§ μ²΄ν¬ν μ μλλ‘ μΈμ¦λ‘μ§μ μΆκ°ν©λλ€. | non_comp | νΉμ apiμ μΈμ¦λ μ μ λ§ μ κ·Όν μ μλλ‘ μ νν©λλ€ api μμ²μ μΌλΆ μ μ μκ²λ§ 곡κ°λμ΄μΌ νλ κ²½μ° access tokenμ΄ μλμ§ μ²΄ν¬ν μ μλλ‘ μΈμ¦λ‘μ§μ μΆκ°ν©λλ€ | 0 |
443,903 | 12,803,460,086 | IssuesEvent | 2020-07-03 00:50:01 | NuGet/Home | https://api.github.com/repos/NuGet/Home | closed | IVsPackageInstallerServices should be async | Functionality:SDK Partner:Roslyn Priority:2 Product:VS.Client Tenet:Performance Type:Feature | Related:
https://github.com/NuGet/Home/issues/8872
[1116789](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1116789)
[1040578](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1040578)
[1040753](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1040753)
We need to make all our services asy... | 1.0 | IVsPackageInstallerServices should be async - Related:
https://github.com/NuGet/Home/issues/8872
[1116789](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1116789)
[1040578](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1040578)
[1040753](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/10... | non_comp | ivspackageinstallerservices should be async related we need to make all our services async codespaces capable we should also look into reliability issues and neatly document all expected scenarios see | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.