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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4,676 | 7,299,025,110 | IssuesEvent | 2018-02-26 18:47:58 | invoiceninja/invoiceninja | https://api.github.com/repos/invoiceninja/invoiceninja | closed | PHP 7.2 issues: count(): Parameter must be an array or an object that implements Countable | compatibility | ```
ErrorException in Builder.php line 1231:
count(): Parameter must be an array or an object that implements Countable
in Builder.php line 1231
at HandleExceptions->handleError('2', 'count(): Parameter must be an array or an object that implements Countable', '/var/www/app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php', '1231', array('scope' => object(Closure), 'parameters' => array(object(Builder)), 'query' => object(Builder)))
at count(null) in Builder.php line 1231
at Builder->callScope(object(Closure)) in Builder.php line 1262
at Builder->applyScopes() in Builder.php line 325
at Builder->get() in /var/www/app/app/Http/Middleware/StartupCheck.php line 208
```
```
// Check data has been cached
$cachedTables = unserialize(CACHED_TABLES);
if (Input::has('clear_cache')) {
Session::flash('message', 'Cache cleared');
}
foreach ($cachedTables as $name => $class) {
if (Input::has('clear_cache') || ! Cache::has($name)) {
// check that the table exists in case the migration is pending
if (! Schema::hasTable((new $class())->getTable())) {
continue;
}
if ($name == 'paymentTerms') {
$orderBy = 'num_days';
} elseif ($name == 'fonts') {
$orderBy = 'sort_order';
} elseif (in_array($name, ['currencies', 'industries', 'languages', 'countries', 'banks'])) {
$orderBy = 'name';
} else {
$orderBy = 'id';
}
$tableData = $class::orderBy($orderBy)->get(); // This line right here is the error
if (count($tableData)) {
Cache::forever($name, $tableData);
}
}
}
```
Clean install this happens immediately after setup is finished.
Database tables exist.
Clear compiled does not fix.
Latest download as of 8pm Eastern on 12/05/2017 | True | PHP 7.2 issues: count(): Parameter must be an array or an object that implements Countable - ```
ErrorException in Builder.php line 1231:
count(): Parameter must be an array or an object that implements Countable
in Builder.php line 1231
at HandleExceptions->handleError('2', 'count(): Parameter must be an array or an object that implements Countable', '/var/www/app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php', '1231', array('scope' => object(Closure), 'parameters' => array(object(Builder)), 'query' => object(Builder)))
at count(null) in Builder.php line 1231
at Builder->callScope(object(Closure)) in Builder.php line 1262
at Builder->applyScopes() in Builder.php line 325
at Builder->get() in /var/www/app/app/Http/Middleware/StartupCheck.php line 208
```
```
// Check data has been cached
$cachedTables = unserialize(CACHED_TABLES);
if (Input::has('clear_cache')) {
Session::flash('message', 'Cache cleared');
}
foreach ($cachedTables as $name => $class) {
if (Input::has('clear_cache') || ! Cache::has($name)) {
// check that the table exists in case the migration is pending
if (! Schema::hasTable((new $class())->getTable())) {
continue;
}
if ($name == 'paymentTerms') {
$orderBy = 'num_days';
} elseif ($name == 'fonts') {
$orderBy = 'sort_order';
} elseif (in_array($name, ['currencies', 'industries', 'languages', 'countries', 'banks'])) {
$orderBy = 'name';
} else {
$orderBy = 'id';
}
$tableData = $class::orderBy($orderBy)->get(); // This line right here is the error
if (count($tableData)) {
Cache::forever($name, $tableData);
}
}
}
```
Clean install this happens immediately after setup is finished.
Database tables exist.
Clear compiled does not fix.
Latest download as of 8pm Eastern on 12/05/2017 | comp | php issues count parameter must be an array or an object that implements countable errorexception in builder php line count parameter must be an array or an object that implements countable in builder php line at handleexceptions handleerror count parameter must be an array or an object that implements countable var www app vendor laravel framework src illuminate database eloquent builder php array scope object closure parameters array object builder query object builder at count null in builder php line at builder callscope object closure in builder php line at builder applyscopes in builder php line at builder get in var www app app http middleware startupcheck php line check data has been cached cachedtables unserialize cached tables if input has clear cache session flash message cache cleared foreach cachedtables as name class if input has clear cache cache has name check that the table exists in case the migration is pending if schema hastable new class gettable continue if name paymentterms orderby num days elseif name fonts orderby sort order elseif in array name orderby name else orderby id tabledata class orderby orderby get this line right here is the error if count tabledata cache forever name tabledata clean install this happens immediately after setup is finished database tables exist clear compiled does not fix latest download as of eastern on | 1 |
258,751 | 27,579,430,431 | IssuesEvent | 2023-03-08 15:15:02 | Dima2021/railsgoat | https://api.github.com/repos/Dima2021/railsgoat | closed | CVE-2022-30122 (High) detected in rack-2.2.3.gem - autoclosed | Mend: dependency security vulnerability | ## CVE-2022-30122 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rack-2.2.3.gem</b></p></summary>
<p>Rack provides a minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.
</p>
<p>Library home page: <a href="https://rubygems.org/gems/rack-2.2.3.gem">https://rubygems.org/gems/rack-2.2.3.gem</a></p>
<p>
Dependency Hierarchy:
- better_errors-2.5.1.gem (Root Library)
- :x: **rack-2.2.3.gem** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Dima2021/railsgoat/commit/ef980180214dbeaba07dbfcc87752fa216d3a34f">ef980180214dbeaba07dbfcc87752fa216d3a34f</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A possible denial of service vulnerability exists in Rack <2.0.9.1, <2.1.4.1 and <2.2.3.1 in the multipart parsing component of Rack.
<p>Publish Date: 2022-12-05
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-30122>CVE-2022-30122</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-hxqx-xwvh-44m2">https://github.com/advisories/GHSA-hxqx-xwvh-44m2</a></p>
<p>Release Date: 2022-12-05</p>
<p>Fix Resolution: rack - 2.0.9.1,2.1.4.1,2.2.3.1</p>
</p>
</details>
<p></p>
| True | CVE-2022-30122 (High) detected in rack-2.2.3.gem - autoclosed - ## CVE-2022-30122 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rack-2.2.3.gem</b></p></summary>
<p>Rack provides a minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.
</p>
<p>Library home page: <a href="https://rubygems.org/gems/rack-2.2.3.gem">https://rubygems.org/gems/rack-2.2.3.gem</a></p>
<p>
Dependency Hierarchy:
- better_errors-2.5.1.gem (Root Library)
- :x: **rack-2.2.3.gem** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Dima2021/railsgoat/commit/ef980180214dbeaba07dbfcc87752fa216d3a34f">ef980180214dbeaba07dbfcc87752fa216d3a34f</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A possible denial of service vulnerability exists in Rack <2.0.9.1, <2.1.4.1 and <2.2.3.1 in the multipart parsing component of Rack.
<p>Publish Date: 2022-12-05
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-30122>CVE-2022-30122</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-hxqx-xwvh-44m2">https://github.com/advisories/GHSA-hxqx-xwvh-44m2</a></p>
<p>Release Date: 2022-12-05</p>
<p>Fix Resolution: rack - 2.0.9.1,2.1.4.1,2.2.3.1</p>
</p>
</details>
<p></p>
| non_comp | cve high detected in rack gem autoclosed cve high severity vulnerability vulnerable library rack gem rack provides a minimal modular and adaptable interface for developing web applications in ruby by wrapping http requests and responses in the simplest way possible it unifies and distills the api for web servers web frameworks and software in between the so called middleware into a single method call library home page a href dependency hierarchy better errors gem root library x rack gem vulnerable library found in head commit a href found in base branch master vulnerability details a possible denial of service vulnerability exists in rack and in the multipart parsing component of rack publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rack | 0 |
20,047 | 27,976,459,764 | IssuesEvent | 2023-03-25 16:44:27 | sekiguchi-nagisa/ydsh | https://api.github.com/repos/sekiguchi-nagisa/ydsh | closed | Module#_fullname method should return unique fully qualified user-defined command name | incompatible change Builtin | currently, fully qualified user-defined command names depend on receiver module.
should always return unique (prefix with defined module name) name | True | Module#_fullname method should return unique fully qualified user-defined command name - currently, fully qualified user-defined command names depend on receiver module.
should always return unique (prefix with defined module name) name | comp | module fullname method should return unique fully qualified user defined command name currently fully qualified user defined command names depend on receiver module should always return unique prefix with defined module name name | 1 |
55,754 | 6,490,742,765 | IssuesEvent | 2017-08-21 08:13:35 | Interaktivtechnology/Raimon-Web | https://api.github.com/repos/Interaktivtechnology/Raimon-Web | closed | Save mode - Sales Matrix Firebase App. | bug Need Testing | When we finished to draw the new building layout, we can click save button but the building is not in the list. | 1.0 | Save mode - Sales Matrix Firebase App. - When we finished to draw the new building layout, we can click save button but the building is not in the list. | non_comp | save mode sales matrix firebase app when we finished to draw the new building layout we can click save button but the building is not in the list | 0 |
104,300 | 13,050,648,490 | IssuesEvent | 2020-07-29 15:48:43 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | opened | Conduct Content Review with Peggy (CH31) | design vsa vsa-ebenefits | ## Goal
We want to ensure that every piece of content we put in front of a Veteran is at the highest standard, so we need to get Peggy to take a look and verify what we have in place or provide suggestions.
## Tasks
- [ ] Provide PEggy with a link to the latest staging, prototype or mockup
- [ ] Request a review of the content
## Acceptance Criteria
- [ ] Feedback has been requested
### Next steps
- Implement changes before or after launch as needed. | 1.0 | Conduct Content Review with Peggy (CH31) - ## Goal
We want to ensure that every piece of content we put in front of a Veteran is at the highest standard, so we need to get Peggy to take a look and verify what we have in place or provide suggestions.
## Tasks
- [ ] Provide PEggy with a link to the latest staging, prototype or mockup
- [ ] Request a review of the content
## Acceptance Criteria
- [ ] Feedback has been requested
### Next steps
- Implement changes before or after launch as needed. | non_comp | conduct content review with peggy goal we want to ensure that every piece of content we put in front of a veteran is at the highest standard so we need to get peggy to take a look and verify what we have in place or provide suggestions tasks provide peggy with a link to the latest staging prototype or mockup request a review of the content acceptance criteria feedback has been requested next steps implement changes before or after launch as needed | 0 |
12,595 | 14,901,612,776 | IssuesEvent | 2021-01-21 16:39:25 | Vazkii/Quark | https://api.github.com/repos/Vazkii/Quark | closed | [1.16.4] Modded Chest Recipes Missing With Quark | bug compatibility | MC Version: Java Edition 1.16.4 - Forge
Quark Version: r2.4-295
BoP Version: 1.16.4-13.0.0.427-universal
Byg Version: 1.1.6
To recreate issue: Install Biome's O'Plenty, Oh the Biomes You'll Go and Quark, attempt to create a chest using planks from either BoP or Byg - recipe is missing but is available when Quark is not installed. | True | [1.16.4] Modded Chest Recipes Missing With Quark - MC Version: Java Edition 1.16.4 - Forge
Quark Version: r2.4-295
BoP Version: 1.16.4-13.0.0.427-universal
Byg Version: 1.1.6
To recreate issue: Install Biome's O'Plenty, Oh the Biomes You'll Go and Quark, attempt to create a chest using planks from either BoP or Byg - recipe is missing but is available when Quark is not installed. | comp | modded chest recipes missing with quark mc version java edition forge quark version bop version universal byg version to recreate issue install biome s o plenty oh the biomes you ll go and quark attempt to create a chest using planks from either bop or byg recipe is missing but is available when quark is not installed | 1 |
190,829 | 22,171,397,153 | IssuesEvent | 2022-06-06 01:22:27 | billmcchesney1/consensource-ui | https://api.github.com/repos/billmcchesney1/consensource-ui | opened | CVE-2021-43307 (Medium) detected in semver-regex-2.0.0.tgz | security vulnerability | ## CVE-2021-43307 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>semver-regex-2.0.0.tgz</b></p></summary>
<p>Regular expression for matching semver versions</p>
<p>Library home page: <a href="https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz">https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/semver-regex/package.json</p>
<p>
Dependency Hierarchy:
- husky-4.3.6.tgz (Root Library)
- find-versions-3.2.0.tgz
- :x: **semver-regex-2.0.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An exponential ReDoS (Regular Expression Denial of Service) can be triggered in the semver-regex npm package, when an attacker is able to supply arbitrary input to the test() method
<p>Publish Date: 2022-06-02
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43307>CVE-2021-43307</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/">https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/</a></p>
<p>Release Date: 2021-11-03</p>
<p>Fix Resolution (semver-regex): 3.1.4</p>
<p>Direct dependency fix Resolution (husky): 4.3.7</p>
</p>
</details>
<p></p>
***
<!-- REMEDIATE-OPEN-PR-START -->
- [ ] Check this box to open an automated fix PR
<!-- REMEDIATE-OPEN-PR-END -->
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"husky","packageVersion":"4.3.6","packageFilePaths":["/package.json"],"isTransitiveDependency":false,"dependencyTree":"husky:4.3.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"4.3.7","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2021-43307","vulnerabilityDetails":"An exponential ReDoS (Regular Expression Denial of Service) can be triggered in the semver-regex npm package, when an attacker is able to supply arbitrary input to the test() method","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43307","cvss3Severity":"medium","cvss3Score":"5.9","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | True | CVE-2021-43307 (Medium) detected in semver-regex-2.0.0.tgz - ## CVE-2021-43307 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>semver-regex-2.0.0.tgz</b></p></summary>
<p>Regular expression for matching semver versions</p>
<p>Library home page: <a href="https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz">https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/semver-regex/package.json</p>
<p>
Dependency Hierarchy:
- husky-4.3.6.tgz (Root Library)
- find-versions-3.2.0.tgz
- :x: **semver-regex-2.0.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An exponential ReDoS (Regular Expression Denial of Service) can be triggered in the semver-regex npm package, when an attacker is able to supply arbitrary input to the test() method
<p>Publish Date: 2022-06-02
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43307>CVE-2021-43307</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/">https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/</a></p>
<p>Release Date: 2021-11-03</p>
<p>Fix Resolution (semver-regex): 3.1.4</p>
<p>Direct dependency fix Resolution (husky): 4.3.7</p>
</p>
</details>
<p></p>
***
<!-- REMEDIATE-OPEN-PR-START -->
- [ ] Check this box to open an automated fix PR
<!-- REMEDIATE-OPEN-PR-END -->
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"husky","packageVersion":"4.3.6","packageFilePaths":["/package.json"],"isTransitiveDependency":false,"dependencyTree":"husky:4.3.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"4.3.7","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2021-43307","vulnerabilityDetails":"An exponential ReDoS (Regular Expression Denial of Service) can be triggered in the semver-regex npm package, when an attacker is able to supply arbitrary input to the test() method","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43307","cvss3Severity":"medium","cvss3Score":"5.9","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | non_comp | cve medium detected in semver regex tgz cve medium severity vulnerability vulnerable library semver regex tgz regular expression for matching semver versions library home page a href path to dependency file package json path to vulnerable library node modules semver regex package json dependency hierarchy husky tgz root library find versions tgz x semver regex tgz vulnerable library found in base branch main vulnerability details an exponential redos regular expression denial of service can be triggered in the semver regex npm package when an attacker is able to supply arbitrary input to the test method publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution semver regex direct dependency fix resolution husky check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree husky isminimumfixversionavailable true minimumfixversion isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails an exponential redos regular expression denial of service can be triggered in the semver regex npm package when an attacker is able to supply arbitrary input to the test method vulnerabilityurl | 0 |
20,924 | 31,708,698,692 | IssuesEvent | 2023-09-09 02:25:55 | google/zerocopy | https://api.github.com/repos/google/zerocopy | opened | Require opting in to repr-less types? | compatibility-breaking | Some of our derives support types without reprs because they're not required for soundness. This can be useful if you don't care about layout stability (and perhaps you care about allowing the compiler to make layout optimizations), but it's a big footgun: it makes it easy to accidentally write code which depends upon type layout without realizing it.
Perhaps we should require users who wish to not use reprs to opt-in to this behavior; something like:
```rust
#[derive(FromZeroes, FromBytes)]
#[allow(zerocopy::missing_repr)]
struct Foo;
```
This would be a semver-breaking change, but a minor one, and our error message could suggest the `allow` to steer users in the right direction. | True | Require opting in to repr-less types? - Some of our derives support types without reprs because they're not required for soundness. This can be useful if you don't care about layout stability (and perhaps you care about allowing the compiler to make layout optimizations), but it's a big footgun: it makes it easy to accidentally write code which depends upon type layout without realizing it.
Perhaps we should require users who wish to not use reprs to opt-in to this behavior; something like:
```rust
#[derive(FromZeroes, FromBytes)]
#[allow(zerocopy::missing_repr)]
struct Foo;
```
This would be a semver-breaking change, but a minor one, and our error message could suggest the `allow` to steer users in the right direction. | comp | require opting in to repr less types some of our derives support types without reprs because they re not required for soundness this can be useful if you don t care about layout stability and perhaps you care about allowing the compiler to make layout optimizations but it s a big footgun it makes it easy to accidentally write code which depends upon type layout without realizing it perhaps we should require users who wish to not use reprs to opt in to this behavior something like rust struct foo this would be a semver breaking change but a minor one and our error message could suggest the allow to steer users in the right direction | 1 |
17,926 | 24,758,761,335 | IssuesEvent | 2022-10-21 20:41:44 | aurora-is-near/aurora-engine | https://api.github.com/repos/aurora-is-near/aurora-engine | opened | Aurora Engine crashes before hitting the EVM call stack limit | C-bug P-high A-evm-compatibility | The EVM has a call stack limit of 1024. If there are more nested calls than this, then no call is performed and the failure is propagated back up the call chain. However, when executing a contract on Aurora that makes deeply nested calls, then it crashes before hitting this limit. This is an incompatibility with Ethereum and therefore must be addressed.
The core issue actually arises from SputnikVM, the EVM interpreter used by Aurora Engine. The way nested calls are executed is by literally recursively calling the `call_inner` [function](https://github.com/rust-blockchain/evm/blob/6534c1dd8ad77b53d05032f80e8a5f2de4d37fd2/src/executor/stack/executor.rs#L815), thus using Rust's call stack to implement the EVM call stack. The problem with this approach is that the Rust call stack can (and does) run out of space before hitting the EVM limit.
A better approach would be to have a data structure to model the EVM call stack and handle nested EVM calls in a loop rather than with recursive Rust function calls. | True | Aurora Engine crashes before hitting the EVM call stack limit - The EVM has a call stack limit of 1024. If there are more nested calls than this, then no call is performed and the failure is propagated back up the call chain. However, when executing a contract on Aurora that makes deeply nested calls, then it crashes before hitting this limit. This is an incompatibility with Ethereum and therefore must be addressed.
The core issue actually arises from SputnikVM, the EVM interpreter used by Aurora Engine. The way nested calls are executed is by literally recursively calling the `call_inner` [function](https://github.com/rust-blockchain/evm/blob/6534c1dd8ad77b53d05032f80e8a5f2de4d37fd2/src/executor/stack/executor.rs#L815), thus using Rust's call stack to implement the EVM call stack. The problem with this approach is that the Rust call stack can (and does) run out of space before hitting the EVM limit.
A better approach would be to have a data structure to model the EVM call stack and handle nested EVM calls in a loop rather than with recursive Rust function calls. | comp | aurora engine crashes before hitting the evm call stack limit the evm has a call stack limit of if there are more nested calls than this then no call is performed and the failure is propagated back up the call chain however when executing a contract on aurora that makes deeply nested calls then it crashes before hitting this limit this is an incompatibility with ethereum and therefore must be addressed the core issue actually arises from sputnikvm the evm interpreter used by aurora engine the way nested calls are executed is by literally recursively calling the call inner thus using rust s call stack to implement the evm call stack the problem with this approach is that the rust call stack can and does run out of space before hitting the evm limit a better approach would be to have a data structure to model the evm call stack and handle nested evm calls in a loop rather than with recursive rust function calls | 1 |
745,783 | 26,000,443,118 | IssuesEvent | 2022-12-20 14:56:35 | JuliaDynamics/Entropies.jl | https://api.github.com/repos/JuliaDynamics/Entropies.jl | closed | Register Complexity.jl once v2 is released | high priority | I've finished migration of the complexity measure to Complexity.jl. This is a reminder to register the package once we release v2.0 here. | 1.0 | Register Complexity.jl once v2 is released - I've finished migration of the complexity measure to Complexity.jl. This is a reminder to register the package once we release v2.0 here. | non_comp | register complexity jl once is released i ve finished migration of the complexity measure to complexity jl this is a reminder to register the package once we release here | 0 |
3,411 | 6,375,225,592 | IssuesEvent | 2017-08-02 02:01:00 | jupyter/notebook | https://api.github.com/repos/jupyter/notebook | closed | Scrollbar Bug in Notebook 5.0? | cat:Browser Compatibility component:Notebook status:Needs Info type:Bug | As can be seen in the screenshot below the cells have scrollbars instead of expanding to fit the contents of the cell. This is on a brand new install on a clean Azure VM.


| True | Scrollbar Bug in Notebook 5.0? - As can be seen in the screenshot below the cells have scrollbars instead of expanding to fit the contents of the cell. This is on a brand new install on a clean Azure VM.


| comp | scrollbar bug in notebook as can be seen in the screenshot below the cells have scrollbars instead of expanding to fit the contents of the cell this is on a brand new install on a clean azure vm | 1 |
553,759 | 16,381,651,931 | IssuesEvent | 2021-05-17 04:23:10 | ita-social-projects/TeachUA | https://api.github.com/repos/ita-social-projects/TeachUA | closed | [Головна сторінка] The "Користувач" label is present in the profile dropdown menu | Priority: High bug | **Environment:** macOS Big Sur 11.1, Google Chrome 89.0.4
**Reproducible:** always
**Build found:** last commit from https://speak-ukrainian.org.ua/dev/
**Preconditions**
1. Go to https://speak-ukrainian.org.ua/dev/
2. Log in as an admin (e.g. email: admin@gmail.com, password: admin).
**Steps to reproduce**
1. Hover on the login item.
2. Take a look at the "Користувач" label.
**Actual result**
The "Користувач" label is present in the profile dropdown menu and it is in grey color.
<img width="616" alt="Знімок екрана 2021-04-18 о 22 19 33" src="https://user-images.githubusercontent.com/78917926/115158032-e73bec00-a094-11eb-84ff-9573fd0dfdcf.png">
**Expected result**
The logo name label is present in the profile dropdown menu instead of the "Користувач" label. Also, it is in black color. At the same time, the "Адміністрування" label at the end of the list is present only for the admin role and it aligned according to bug #338. And all these items are aligned.
**Labels to be added**
"Bug", Priority ("pri: high"), Severity ("severity: major"), Type ("Functional"). | 1.0 | [Головна сторінка] The "Користувач" label is present in the profile dropdown menu - **Environment:** macOS Big Sur 11.1, Google Chrome 89.0.4
**Reproducible:** always
**Build found:** last commit from https://speak-ukrainian.org.ua/dev/
**Preconditions**
1. Go to https://speak-ukrainian.org.ua/dev/
2. Log in as an admin (e.g. email: admin@gmail.com, password: admin).
**Steps to reproduce**
1. Hover on the login item.
2. Take a look at the "Користувач" label.
**Actual result**
The "Користувач" label is present in the profile dropdown menu and it is in grey color.
<img width="616" alt="Знімок екрана 2021-04-18 о 22 19 33" src="https://user-images.githubusercontent.com/78917926/115158032-e73bec00-a094-11eb-84ff-9573fd0dfdcf.png">
**Expected result**
The logo name label is present in the profile dropdown menu instead of the "Користувач" label. Also, it is in black color. At the same time, the "Адміністрування" label at the end of the list is present only for the admin role and it aligned according to bug #338. And all these items are aligned.
**Labels to be added**
"Bug", Priority ("pri: high"), Severity ("severity: major"), Type ("Functional"). | non_comp | the користувач label is present in the profile dropdown menu environment macos big sur google chrome reproducible always build found last commit from preconditions go to log in as an admin e g email admin gmail com password admin steps to reproduce hover on the login item take a look at the користувач label actual result the користувач label is present in the profile dropdown menu and it is in grey color img width alt знімок екрана о src expected result the logo name label is present in the profile dropdown menu instead of the користувач label also it is in black color at the same time the адміністрування label at the end of the list is present only for the admin role and it aligned according to bug and all these items are aligned labels to be added bug priority pri high severity severity major type functional | 0 |
13,497 | 15,934,282,936 | IssuesEvent | 2021-04-14 08:29:50 | fvidak01/SeleniumFano | https://api.github.com/repos/fvidak01/SeleniumFano | closed | Have to build and quit WebDriver instance for each test with .click() | Incompatible Safari | - [x] omsSubheader/omsSubheaderLinks
- Having to restart and reset testing area for each test with click is major incompatibility.
- [x] helperOmsSubheader
- Had to add huge `Delay()` because Safari's issue with `.wait(until.elementLocated())`.
- [x] menuDesktop/menuRow4
- ElementNotInteractableError on search button click if while webdriver instance isn't restarted.
- [x] 404/404nyheter/404nyheterLeder
- Gotta restart the driver for every click for whatever the reason because I don't have to do that for 60ish other almost the same suites
- [x] 404/404sisteNytt
- Got go restart | True | Have to build and quit WebDriver instance for each test with .click() - - [x] omsSubheader/omsSubheaderLinks
- Having to restart and reset testing area for each test with click is major incompatibility.
- [x] helperOmsSubheader
- Had to add huge `Delay()` because Safari's issue with `.wait(until.elementLocated())`.
- [x] menuDesktop/menuRow4
- ElementNotInteractableError on search button click if while webdriver instance isn't restarted.
- [x] 404/404nyheter/404nyheterLeder
- Gotta restart the driver for every click for whatever the reason because I don't have to do that for 60ish other almost the same suites
- [x] 404/404sisteNytt
- Got go restart | comp | have to build and quit webdriver instance for each test with click omssubheader omssubheaderlinks having to restart and reset testing area for each test with click is major incompatibility helperomssubheader had to add huge delay because safari s issue with wait until elementlocated menudesktop elementnotinteractableerror on search button click if while webdriver instance isn t restarted gotta restart the driver for every click for whatever the reason because i don t have to do that for other almost the same suites got go restart | 1 |
364,163 | 10,759,863,027 | IssuesEvent | 2019-10-31 17:26:18 | Vhoyon/Vramework | https://api.github.com/repos/Vhoyon/Vramework | opened | Transform getOptions() abstract method to return a List<Option> instead of an Option[] (array) | !Enhancement: Framework !Priority: High ^Backward incompatible good first issue ~command parameter | We would of course need to also update everything that handles options so that it won't break our own framework.
This change would be backward incompatible, as it would change the core functionnality of Options in our Framework. But, in the end, it will be better as it will bring some coherence between our own methods (`getAliases()` switched to returning a `List` a while ago...) | 1.0 | Transform getOptions() abstract method to return a List<Option> instead of an Option[] (array) - We would of course need to also update everything that handles options so that it won't break our own framework.
This change would be backward incompatible, as it would change the core functionnality of Options in our Framework. But, in the end, it will be better as it will bring some coherence between our own methods (`getAliases()` switched to returning a `List` a while ago...) | non_comp | transform getoptions abstract method to return a list instead of an option array we would of course need to also update everything that handles options so that it won t break our own framework this change would be backward incompatible as it would change the core functionnality of options in our framework but in the end it will be better as it will bring some coherence between our own methods getaliases switched to returning a list a while ago | 0 |
17,884 | 24,679,637,241 | IssuesEvent | 2022-10-18 20:04:52 | apple/swift | https://api.github.com/repos/apple/swift | opened | [Source compatibility suite] Nimble fails to build tests using swift package | bug SourceCompatibility | **Describe the bug**
The source compatibility suite project https://github.com/Quick/Nimble/commit/eea5843b34beb559dd51cf004953f75028e47add is failing to build when --build-tests is passed to the invocation used to build the swift package.
**Steps To Reproduce**
Steps to reproduce the behavior:
1. Checkout https://github.com/Quick/Nimble/commit/eea5843b34beb559dd51cf004953f75028e47add
2. Run `xcrun swift build --build-tests -Xswiftc -enable-testing`
The output will contain
```
error: link command failed with exit code 1 (use -v to see invocation)
duplicate symbol '_NDR_record' in:
/Users/ec2-user/jenkins/workspace/swift-PR-source-compat-suite-test-macOS/swift-source-compat-suite/project_cache/Nimble/.build/x86_64-apple-macosx/release/CwlPreconditionTesting.build/CwlBadInstructionException.swift.o
/Users/ec2-user/jenkins/workspace/swift-PR-source-compat-suite-test-macOS/swift-source-compat-suite/project_cache/Nimble/.build/x86_64-apple-macosx/release/CwlPreconditionTesting.build/CwlCatchBadInstruction.swift.o
ld: 1 duplicate symbol for architecture x86_64
```
**Expected behavior**
Expecting the project to build correctly
**Environment (please fill out the following information)**
https://ci.swift.org/job/swift-PR-source-compat-suite-test-macOS/90/artifact/swift-source-compat-suite/XFAIL_Nimble_5.0_BuildSwiftPackage.log
| True | [Source compatibility suite] Nimble fails to build tests using swift package - **Describe the bug**
The source compatibility suite project https://github.com/Quick/Nimble/commit/eea5843b34beb559dd51cf004953f75028e47add is failing to build when --build-tests is passed to the invocation used to build the swift package.
**Steps To Reproduce**
Steps to reproduce the behavior:
1. Checkout https://github.com/Quick/Nimble/commit/eea5843b34beb559dd51cf004953f75028e47add
2. Run `xcrun swift build --build-tests -Xswiftc -enable-testing`
The output will contain
```
error: link command failed with exit code 1 (use -v to see invocation)
duplicate symbol '_NDR_record' in:
/Users/ec2-user/jenkins/workspace/swift-PR-source-compat-suite-test-macOS/swift-source-compat-suite/project_cache/Nimble/.build/x86_64-apple-macosx/release/CwlPreconditionTesting.build/CwlBadInstructionException.swift.o
/Users/ec2-user/jenkins/workspace/swift-PR-source-compat-suite-test-macOS/swift-source-compat-suite/project_cache/Nimble/.build/x86_64-apple-macosx/release/CwlPreconditionTesting.build/CwlCatchBadInstruction.swift.o
ld: 1 duplicate symbol for architecture x86_64
```
**Expected behavior**
Expecting the project to build correctly
**Environment (please fill out the following information)**
https://ci.swift.org/job/swift-PR-source-compat-suite-test-macOS/90/artifact/swift-source-compat-suite/XFAIL_Nimble_5.0_BuildSwiftPackage.log
| comp | nimble fails to build tests using swift package describe the bug the source compatibility suite project is failing to build when build tests is passed to the invocation used to build the swift package steps to reproduce steps to reproduce the behavior checkout run xcrun swift build build tests xswiftc enable testing the output will contain error link command failed with exit code use v to see invocation duplicate symbol ndr record in users user jenkins workspace swift pr source compat suite test macos swift source compat suite project cache nimble build apple macosx release cwlpreconditiontesting build cwlbadinstructionexception swift o users user jenkins workspace swift pr source compat suite test macos swift source compat suite project cache nimble build apple macosx release cwlpreconditiontesting build cwlcatchbadinstruction swift o ld duplicate symbol for architecture expected behavior expecting the project to build correctly environment please fill out the following information | 1 |
1,991 | 4,709,803,718 | IssuesEvent | 2016-10-14 07:47:25 | t9md/atom-vim-mode-plus | https://api.github.com/repos/t9md/atom-vim-mode-plus | closed | new operator convert hardTab <-> softTab | compatiblity-to-Vim enhancement | continuation of #432
[ ] respect users scope based tabLength
[ ] respect boundary of tab stop check code for tab-to-spaces package
| True | new operator convert hardTab <-> softTab - continuation of #432
[ ] respect users scope based tabLength
[ ] respect boundary of tab stop check code for tab-to-spaces package
| comp | new operator convert hardtab softtab continuation of respect users scope based tablength respect boundary of tab stop check code for tab to spaces package | 1 |
279,365 | 21,157,521,993 | IssuesEvent | 2022-04-07 05:59:54 | AY2122S2-CS2103T-W13-3/tp | https://api.github.com/repos/AY2122S2-CS2103T-W13-3/tp | closed | [PE-D] Unable to view proficiency level of skill | type.documentation severity.High | After adding the proficiency level of a skill for a person, I am unable to view the proficiency level that I had entered for the person. Thus it is hard to check and test whether the proficiency level that I had entered was correct.
<!--session: 1648793665681-0302108f-e6b3-4fef-8220-a4db7e68d12f-->
<!--Version: Web v3.4.2-->
-------------
Labels: `severity.High` `type.FeatureFlaw`
original: dionegoh/ped#3 | 1.0 | [PE-D] Unable to view proficiency level of skill - After adding the proficiency level of a skill for a person, I am unable to view the proficiency level that I had entered for the person. Thus it is hard to check and test whether the proficiency level that I had entered was correct.
<!--session: 1648793665681-0302108f-e6b3-4fef-8220-a4db7e68d12f-->
<!--Version: Web v3.4.2-->
-------------
Labels: `severity.High` `type.FeatureFlaw`
original: dionegoh/ped#3 | non_comp | unable to view proficiency level of skill after adding the proficiency level of a skill for a person i am unable to view the proficiency level that i had entered for the person thus it is hard to check and test whether the proficiency level that i had entered was correct labels severity high type featureflaw original dionegoh ped | 0 |
18,860 | 26,195,239,091 | IssuesEvent | 2023-01-03 12:53:07 | scylladb/scylladb | https://api.github.com/repos/scylladb/scylladb | closed | arithmetic operations on datetime in WHERE clause don't work | CQL cassandra 4.x compatibility | Scylla version (or git commit hash): master
https://github.com/scylladb/scylla/commit/fce10f2c6e721e5961261eca27955840d7c7bc85
Cluster size: single node
cqlsh> CREATE TABLE ks.time (k int, t timestamp, PRIMARY KEY (k, t));
cqlsh> insert INTO ks.time (k, t) VALUES (0, toTimeStamp(now()));
cqlsh> insert INTO ks.time (k, t) VALUES (0, toTimeStamp(now()));
cqlsh> insert INTO ks.time (k, t) VALUES (0, toTimeStamp(now()));
cqlsh> insert INTO ks.time (k, t) VALUES (0, toTimeStamp(now()));
cqlsh> insert INTO ks.time (k, t) VALUES (0, toTimeStamp(now()));
cqlsh> select * from ks.time ;
k | t
---+--------------------------
0 | 2018-08-07 13:32:40+0000
0 | 2018-08-07 13:33:20+0000
0 | 2018-08-07 13:33:24+0000
0 | 2018-08-07 13:33:26+0000
0 | 2018-08-07 13:33:28+0000
(5 rows)
cqlsh> select * from ks.time WHERE t >= '2018-08-07 13:33:28+0000' + 2s ALLOW FILTERING ;
**SyntaxException: line 1:60 : syntax error...**
cqlsh> select * from ks.time WHERE t >= toTimeStamp(now()) + 1d ALLOW FILTERING ;
**SyntaxException: line 1:52 : syntax error...**
even simple select without arithmetic didn't work:
cqlsh> select * from ks.time WHERE t = '2018-08-07 13:33:28+0000' ALLOW FILTERING ;
k | t
---+---
(0 rows)
| True | arithmetic operations on datetime in WHERE clause don't work - Scylla version (or git commit hash): master
https://github.com/scylladb/scylla/commit/fce10f2c6e721e5961261eca27955840d7c7bc85
Cluster size: single node
cqlsh> CREATE TABLE ks.time (k int, t timestamp, PRIMARY KEY (k, t));
cqlsh> insert INTO ks.time (k, t) VALUES (0, toTimeStamp(now()));
cqlsh> insert INTO ks.time (k, t) VALUES (0, toTimeStamp(now()));
cqlsh> insert INTO ks.time (k, t) VALUES (0, toTimeStamp(now()));
cqlsh> insert INTO ks.time (k, t) VALUES (0, toTimeStamp(now()));
cqlsh> insert INTO ks.time (k, t) VALUES (0, toTimeStamp(now()));
cqlsh> select * from ks.time ;
k | t
---+--------------------------
0 | 2018-08-07 13:32:40+0000
0 | 2018-08-07 13:33:20+0000
0 | 2018-08-07 13:33:24+0000
0 | 2018-08-07 13:33:26+0000
0 | 2018-08-07 13:33:28+0000
(5 rows)
cqlsh> select * from ks.time WHERE t >= '2018-08-07 13:33:28+0000' + 2s ALLOW FILTERING ;
**SyntaxException: line 1:60 : syntax error...**
cqlsh> select * from ks.time WHERE t >= toTimeStamp(now()) + 1d ALLOW FILTERING ;
**SyntaxException: line 1:52 : syntax error...**
even simple select without arithmetic didn't work:
cqlsh> select * from ks.time WHERE t = '2018-08-07 13:33:28+0000' ALLOW FILTERING ;
k | t
---+---
(0 rows)
| comp | arithmetic operations on datetime in where clause don t work scylla version or git commit hash master cluster size single node cqlsh create table ks time k int t timestamp primary key k t cqlsh insert into ks time k t values totimestamp now cqlsh insert into ks time k t values totimestamp now cqlsh insert into ks time k t values totimestamp now cqlsh insert into ks time k t values totimestamp now cqlsh insert into ks time k t values totimestamp now cqlsh select from ks time k t rows cqlsh select from ks time where t allow filtering syntaxexception line syntax error cqlsh select from ks time where t totimestamp now allow filtering syntaxexception line syntax error even simple select without arithmetic didn t work cqlsh select from ks time where t allow filtering k t rows | 1 |
443,015 | 30,870,459,744 | IssuesEvent | 2023-08-03 10:57:25 | appsmithorg/appsmith-docs | https://api.github.com/repos/appsmithorg/appsmith-docs | closed | [Docs]: Sendgrid email configuration | Documentation Doc Rehaul User Education Pod | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Documentation Link
https://docs.appsmith.com/getting-started/setup/instance-configuration/email/sendgrid
### Discord/slack/intercom Link
_No response_
### Describe the problem and improvement.
Rehaul the doc. | 1.0 | [Docs]: Sendgrid email configuration - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Documentation Link
https://docs.appsmith.com/getting-started/setup/instance-configuration/email/sendgrid
### Discord/slack/intercom Link
_No response_
### Describe the problem and improvement.
Rehaul the doc. | non_comp | sendgrid email configuration is there an existing issue for this i have searched the existing issues documentation link discord slack intercom link no response describe the problem and improvement rehaul the doc | 0 |
15,594 | 20,101,493,209 | IssuesEvent | 2022-02-07 05:07:47 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | closed | Quick-fixes which insert #pragma warning disable XXXX are incompatible with previous versions | Bug help wanted Area-Analyzers Tenet-Compatibility | The quick-fix will insert #pragma warnings in the style of:
```
#pragma warning disable CS4096
```
Where the older compiler only understands:
```
#pragma warning disable 4096
```
This is an annoyance...
| True | Quick-fixes which insert #pragma warning disable XXXX are incompatible with previous versions - The quick-fix will insert #pragma warnings in the style of:
```
#pragma warning disable CS4096
```
Where the older compiler only understands:
```
#pragma warning disable 4096
```
This is an annoyance...
| comp | quick fixes which insert pragma warning disable xxxx are incompatible with previous versions the quick fix will insert pragma warnings in the style of pragma warning disable where the older compiler only understands pragma warning disable this is an annoyance | 1 |
20,312 | 29,670,777,129 | IssuesEvent | 2023-06-11 11:32:48 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | Updating from 14.9.1 to 15.4.0, unresolvable validation errors because of anchors / id attributes | [Type] Bug [Status] In Progress Backwards Compatibility [Feature] Block Validation/Deprecation | ### Description
After updating from Gutenberg 14.9.1 to 15.4.0 I get a bunch of 'unresolvable' validation failed errors. Unfortunately the logs in the console were not helpful at all.
After some investigation I found out that the validation errors come from simple anchor tags.
In Gutenberg 14.9.1 when adding an anchor tag to a block this results in
Gutenberg 14.9.1
```
<!-- wp:group {"backgroundColor":"tertiary","layout":{"type":"constrained"}} -->
<div id="test" class="wp-block-group has-tertiary-background-color has-background"><!-- wp:heading -->
<h2 class="wp-block-heading">Test</h2>
<!-- /wp:heading --></div>
<!-- /wp:group -->
```
When I paste this code into an editor with Gutenberg v.15.4.0 this results in one of these
'unresolvable' validation failed errors (after a reload)
I found that that is simply because of the missing `"anchor": "test"` in the attributes.
Gutenberg v.15.4.0
```
<!-- wp:group {"align":"wide","backgroundColor":"tertiary","layout":{"type":"constrained"},"anchor":"test"} -->
<div class="wp-block-group alignwide has-tertiary-background-color has-background" id="test"><!-- wp:heading -->
<h2 class="wp-block-heading">Test</h2>
<!-- /wp:heading --></div>
<!-- /wp:group -->
```
That is an annoying situation since that does not only removes the anchor tags but also
requires to redo all the editing again.
### Step-by-step reproduction instructions
1. wp plugin install gutenberg --version=14.9.1 --force
2. add a group block with an anchor tag / HTML Anchor and some child blocks inside
3. copy the block markup
4. wp plugin update gutenberg (update to 15.4.0)
5. paste block markup, save and reload site, check console
### Screenshots, screen recording, code snippet

### Environment info
_No response_
### Please confirm that you have searched existing issues in the repo.
Yes
### Please confirm that you have tested with all plugins deactivated except Gutenberg.
No | True | Updating from 14.9.1 to 15.4.0, unresolvable validation errors because of anchors / id attributes - ### Description
After updating from Gutenberg 14.9.1 to 15.4.0 I get a bunch of 'unresolvable' validation failed errors. Unfortunately the logs in the console were not helpful at all.
After some investigation I found out that the validation errors come from simple anchor tags.
In Gutenberg 14.9.1 when adding an anchor tag to a block this results in
Gutenberg 14.9.1
```
<!-- wp:group {"backgroundColor":"tertiary","layout":{"type":"constrained"}} -->
<div id="test" class="wp-block-group has-tertiary-background-color has-background"><!-- wp:heading -->
<h2 class="wp-block-heading">Test</h2>
<!-- /wp:heading --></div>
<!-- /wp:group -->
```
When I paste this code into an editor with Gutenberg v.15.4.0 this results in one of these
'unresolvable' validation failed errors (after a reload)
I found that that is simply because of the missing `"anchor": "test"` in the attributes.
Gutenberg v.15.4.0
```
<!-- wp:group {"align":"wide","backgroundColor":"tertiary","layout":{"type":"constrained"},"anchor":"test"} -->
<div class="wp-block-group alignwide has-tertiary-background-color has-background" id="test"><!-- wp:heading -->
<h2 class="wp-block-heading">Test</h2>
<!-- /wp:heading --></div>
<!-- /wp:group -->
```
That is an annoying situation since that does not only removes the anchor tags but also
requires to redo all the editing again.
### Step-by-step reproduction instructions
1. wp plugin install gutenberg --version=14.9.1 --force
2. add a group block with an anchor tag / HTML Anchor and some child blocks inside
3. copy the block markup
4. wp plugin update gutenberg (update to 15.4.0)
5. paste block markup, save and reload site, check console
### Screenshots, screen recording, code snippet

### Environment info
_No response_
### Please confirm that you have searched existing issues in the repo.
Yes
### Please confirm that you have tested with all plugins deactivated except Gutenberg.
No | comp | updating from to unresolvable validation errors because of anchors id attributes description after updating from gutenberg to i get a bunch of unresolvable validation failed errors unfortunately the logs in the console were not helpful at all after some investigation i found out that the validation errors come from simple anchor tags in gutenberg when adding an anchor tag to a block this results in gutenberg test when i paste this code into an editor with gutenberg v this results in one of these unresolvable validation failed errors after a reload i found that that is simply because of the missing anchor test in the attributes gutenberg v test that is an annoying situation since that does not only removes the anchor tags but also requires to redo all the editing again step by step reproduction instructions wp plugin install gutenberg version force add a group block with an anchor tag html anchor and some child blocks inside copy the block markup wp plugin update gutenberg update to paste block markup save and reload site check console screenshots screen recording code snippet environment info no response please confirm that you have searched existing issues in the repo yes please confirm that you have tested with all plugins deactivated except gutenberg no | 1 |
305,343 | 9,368,172,912 | IssuesEvent | 2019-04-03 08:03:20 | Rut-B/IDE-project | https://api.github.com/repos/Rut-B/IDE-project | closed | Separate application - OCL | Task - medium priority task | create separate application - OCL application that get bin file and return kernel list:
during: 2 days
| 1.0 | Separate application - OCL - create separate application - OCL application that get bin file and return kernel list:
during: 2 days
| non_comp | separate application ocl create separate application ocl application that get bin file and return kernel list during days | 0 |
11,676 | 13,746,644,011 | IssuesEvent | 2020-10-06 06:11:53 | hydpy-dev/hydpy | https://api.github.com/repos/hydpy-dev/hydpy | opened | Control and condition file compatibility. | compatibility enhancement framework lland (LARSIM) model project configuration | This issue came up during adding the capillary rise to the available processes of [HydPy-L-Land](https://hydpy-dev.github.io/hydpy/lland.html) but addresses a more general problem. In the following, we restrict our discussion to control parameter files, but similar holds for initial condition files.
When we implement new processes into a base model like [HydPy-L-Land](https://hydpy-dev.github.io/hydpy/lland.html), we tend to make them available in all derived application models, as long as this does not inevitably change the old functioning of the application models. For example, when we implemented the capillary rise for the new application model [Version 3](https://hydpy-dev.github.io/hydpy/lland_v3.html), we also added it to [Version 1](https://hydpy-dev.github.io/hydpy/lland_v1.html) and [Version 2](https://hydpy-dev.github.io/hydpy/lland_v2.html). However, both old application models can still calculate the same results as before if we set the parameter [KapMax](https://hydpy-dev.github.io/hydpy/lland.html#hydpy.models.lland.lland_control.KapMax) to zero, which disables the capillary rise completely.
The problem is that already existing control files do not set the value of [KapMax](https://hydpy-dev.github.io/hydpy/lland.html#hydpy.models.lland.lland_control.KapMax) to zero. Updating these control files comes with a certain amount of work, which depends on your scripting skills. The alternative is to activate the [usedefaultvalue](https://hydpy-dev.github.io/hydpy/optiontools.html#hydpy.core.optiontools.Options.usedefaultvalues) option. The default value of [KapMax](https://hydpy-dev.github.io/hydpy/lland.html#hydpy.models.lland.lland_control.KapMax) is zero, and we should always prefer such "neutral" default values when adding new processes to existing application models. However, permanently enabling the [usedefaultvalue](https://hydpy-dev.github.io/hydpy/optiontools.html#hydpy.core.optiontools.Options.usedefaultvalues) option is not recommended.
We see two ways for improvement.
First, we could implement a compatibility flag. If the user sets it, for example, to HydPy 3.1, all parameters added in HydPy 4.0 and later would always use their default value (except, the user explicitly specifies another value, of course).
Second, we could implement a general function for updating project data. In essence, this function would enable the [usedefaultvalue](https://hydpy-dev.github.io/hydpy/optiontools.html#hydpy.core.optiontools.Options.usedefaultvalues) option temporarily, read all control files, and then overwrite them with the new, complete set of control parameters. Implementing such a function would also allow us to solve more special compatibility problems, which most likely will come up at some point and with which we do not want to burden the user too much. | True | Control and condition file compatibility. - This issue came up during adding the capillary rise to the available processes of [HydPy-L-Land](https://hydpy-dev.github.io/hydpy/lland.html) but addresses a more general problem. In the following, we restrict our discussion to control parameter files, but similar holds for initial condition files.
When we implement new processes into a base model like [HydPy-L-Land](https://hydpy-dev.github.io/hydpy/lland.html), we tend to make them available in all derived application models, as long as this does not inevitably change the old functioning of the application models. For example, when we implemented the capillary rise for the new application model [Version 3](https://hydpy-dev.github.io/hydpy/lland_v3.html), we also added it to [Version 1](https://hydpy-dev.github.io/hydpy/lland_v1.html) and [Version 2](https://hydpy-dev.github.io/hydpy/lland_v2.html). However, both old application models can still calculate the same results as before if we set the parameter [KapMax](https://hydpy-dev.github.io/hydpy/lland.html#hydpy.models.lland.lland_control.KapMax) to zero, which disables the capillary rise completely.
The problem is that already existing control files do not set the value of [KapMax](https://hydpy-dev.github.io/hydpy/lland.html#hydpy.models.lland.lland_control.KapMax) to zero. Updating these control files comes with a certain amount of work, which depends on your scripting skills. The alternative is to activate the [usedefaultvalue](https://hydpy-dev.github.io/hydpy/optiontools.html#hydpy.core.optiontools.Options.usedefaultvalues) option. The default value of [KapMax](https://hydpy-dev.github.io/hydpy/lland.html#hydpy.models.lland.lland_control.KapMax) is zero, and we should always prefer such "neutral" default values when adding new processes to existing application models. However, permanently enabling the [usedefaultvalue](https://hydpy-dev.github.io/hydpy/optiontools.html#hydpy.core.optiontools.Options.usedefaultvalues) option is not recommended.
We see two ways for improvement.
First, we could implement a compatibility flag. If the user sets it, for example, to HydPy 3.1, all parameters added in HydPy 4.0 and later would always use their default value (except, the user explicitly specifies another value, of course).
Second, we could implement a general function for updating project data. In essence, this function would enable the [usedefaultvalue](https://hydpy-dev.github.io/hydpy/optiontools.html#hydpy.core.optiontools.Options.usedefaultvalues) option temporarily, read all control files, and then overwrite them with the new, complete set of control parameters. Implementing such a function would also allow us to solve more special compatibility problems, which most likely will come up at some point and with which we do not want to burden the user too much. | comp | control and condition file compatibility this issue came up during adding the capillary rise to the available processes of but addresses a more general problem in the following we restrict our discussion to control parameter files but similar holds for initial condition files when we implement new processes into a base model like we tend to make them available in all derived application models as long as this does not inevitably change the old functioning of the application models for example when we implemented the capillary rise for the new application model we also added it to and however both old application models can still calculate the same results as before if we set the parameter to zero which disables the capillary rise completely the problem is that already existing control files do not set the value of to zero updating these control files comes with a certain amount of work which depends on your scripting skills the alternative is to activate the option the default value of is zero and we should always prefer such neutral default values when adding new processes to existing application models however permanently enabling the option is not recommended we see two ways for improvement first we could implement a compatibility flag if the user sets it for example to hydpy all parameters added in hydpy and later would always use their default value except the user explicitly specifies another value of course second we could implement a general function for updating project data in essence this function would enable the option temporarily read all control files and then overwrite them with the new complete set of control parameters implementing such a function would also allow us to solve more special compatibility problems which most likely will come up at some point and with which we do not want to burden the user too much | 1 |
307,243 | 9,414,979,138 | IssuesEvent | 2019-04-10 11:30:57 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.8.1.1] Lock mouse click in UI | High Priority Quality Assurance | 1. Open Menu.
2. The "General" tab.
3. Open the list of languages.

4. Press Escape.
5. You can no longer click in UI
6. Fixed by Alt+F4 only.
https://drive.google.com/file/d/1JWwll9YhxZBNn8b-AOnXxvMO7kdFH8uE/view?usp=sharing
| 1.0 | [0.8.1.1] Lock mouse click in UI - 1. Open Menu.
2. The "General" tab.
3. Open the list of languages.

4. Press Escape.
5. You can no longer click in UI
6. Fixed by Alt+F4 only.
https://drive.google.com/file/d/1JWwll9YhxZBNn8b-AOnXxvMO7kdFH8uE/view?usp=sharing
| non_comp | lock mouse click in ui open menu the general tab open the list of languages press escape you can no longer click in ui fixed by alt only | 0 |
7,332 | 9,577,306,738 | IssuesEvent | 2019-05-07 11:20:18 | ahmedkaludi/accelerated-mobile-pages | https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages | closed | Need to make compatible with clyp it iframe embed. | 3rd party Compatibility feature | Need to make compatible with clyp it iframe embed.
Ref : https://secure.helpscout.net/conversation/760854495/51805?folderId=2322652
<iframe src="https://clyp.it/hkojyqcv/widget" width="100%" height="200" frameborder="0"><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span></iframe>
| True | Need to make compatible with clyp it iframe embed. - Need to make compatible with clyp it iframe embed.
Ref : https://secure.helpscout.net/conversation/760854495/51805?folderId=2322652
<iframe src="https://clyp.it/hkojyqcv/widget" width="100%" height="200" frameborder="0"><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span></iframe>
| comp | need to make compatible with clyp it iframe embed need to make compatible with clyp it iframe embed ref | 1 |
599,549 | 18,276,787,596 | IssuesEvent | 2021-10-04 19:52:23 | magento/magento2 | https://api.github.com/repos/magento/magento2 | opened | Provide PHP 8.1 support for laminas/laminas-server | Progress: ready for dev Priority: P1 | To unblock the implementation of PHP 8.1 support for Magento Open Source, we need to help upgrade other Open Source libraries (Magento OS composer dependencies).
Implementation steps:
* check if the work has already started ([https://github.com/orgs/laminas/projects/16](https://github.com/orgs/laminas/projects/16] and [https://github.com/laminas/laminas-server/pulls|https://github.com/laminas/laminas-server/pulls) )
* create an issue to the corresponding repo and start work on it, or join the active ticket if possible
* you may also need to update the dependencies of this library. Please follow the same procedure
See the upgrade example for another Laminas library [https://github.com/laminas/laminas-mail/pull/166](https://github.com/laminas/laminas-mail/pull/166) | 1.0 | Provide PHP 8.1 support for laminas/laminas-server - To unblock the implementation of PHP 8.1 support for Magento Open Source, we need to help upgrade other Open Source libraries (Magento OS composer dependencies).
Implementation steps:
* check if the work has already started ([https://github.com/orgs/laminas/projects/16](https://github.com/orgs/laminas/projects/16] and [https://github.com/laminas/laminas-server/pulls|https://github.com/laminas/laminas-server/pulls) )
* create an issue to the corresponding repo and start work on it, or join the active ticket if possible
* you may also need to update the dependencies of this library. Please follow the same procedure
See the upgrade example for another Laminas library [https://github.com/laminas/laminas-mail/pull/166](https://github.com/laminas/laminas-mail/pull/166) | non_comp | provide php support for laminas laminas server to unblock the implementation of php support for magento open source we need to help upgrade other open source libraries magento os composer dependencies implementation steps check if the work has already started and create an issue to the corresponding repo and start work on it or join the active ticket if possible you may also need to update the dependencies of this library please follow the same procedure see the upgrade example for another laminas library | 0 |
212,860 | 16,485,558,718 | IssuesEvent | 2021-05-24 17:24:36 | Slimefun/Slimefun4 | https://api.github.com/repos/Slimefun/Slimefun4 | opened | Slimefun and PyroMining incompatibility | 🎯 Needs testing 🐞 Bug Report | <!-- FILL IN THE FORM BELOW -->
## :round_pushpin: Description (REQUIRED)
<!-- A clear and detailed description of what went wrong. -->
<!-- The more information you can provide, the easier we can handle this problem. -->
<!-- Start writing below this line -->
Upon using PyroMining and Slimefun, individuals are able to obtain PyroMining items if they break ores with a pickaxe that they don't have researched. I've spoken with the developer of the plugin and there is an is(canceled) even on his side which makes it odd, and leads me to suspect that it might be on Slimefun's end.
## :bookmark_tabs: Steps to reproduce the Issue (REQUIRED)
<!-- Tell us the exact steps to reproduce this issue, the more detailed the easier we can reproduce it. -->
<!-- Youtube Videos and Screenshots are recommended!!! -->
<!-- Start writing below this line -->
https://user-images.githubusercontent.com/16171807/119377175-d3366c00-bc8a-11eb-9d5f-826949ee7e5e.mp4
## :bulb: Expected behavior (REQUIRED)
<!-- What were you expecting to happen? -->
<!-- What do you think would have been the correct behaviour? -->
<!-- Start writing below this line -->
Expected behavior would have to be where it doesn't conflict with one another.
## :scroll: Server Log
<!-- Take a look at your Server Log and post any errors you can find via https://pastebin.com/ -->
<!-- If you are unsure about it, post your full log, you can find it under /logs/latest.log -->
<!-- Paste your link(s) below this line -->
## :open_file_folder: /error-reports/ Folder
<!-- Check the folder /plugins/Slimefun/error-reports/ and upload any files inside that folder. -->
<!-- You can also post these files via https://pastebin.com/ -->
<!-- Paste your link(s) below this line -->
## :compass: Environment (REQUIRED)
<!-- Any issue without the exact version numbers will be closed! -->
<!-- "latest" IS NOT A VERSION NUMBER. -->
<!-- We recommend running "/sf versions" and showing us a screenshot of that. -->
<!-- Make sure that the screenshot covers the entire output of that command. -->
<!-- If your issue is related to other plugins, make sure to include the versions of these plugins too! -->

| 1.0 | Slimefun and PyroMining incompatibility - <!-- FILL IN THE FORM BELOW -->
## :round_pushpin: Description (REQUIRED)
<!-- A clear and detailed description of what went wrong. -->
<!-- The more information you can provide, the easier we can handle this problem. -->
<!-- Start writing below this line -->
Upon using PyroMining and Slimefun, individuals are able to obtain PyroMining items if they break ores with a pickaxe that they don't have researched. I've spoken with the developer of the plugin and there is an is(canceled) even on his side which makes it odd, and leads me to suspect that it might be on Slimefun's end.
## :bookmark_tabs: Steps to reproduce the Issue (REQUIRED)
<!-- Tell us the exact steps to reproduce this issue, the more detailed the easier we can reproduce it. -->
<!-- Youtube Videos and Screenshots are recommended!!! -->
<!-- Start writing below this line -->
https://user-images.githubusercontent.com/16171807/119377175-d3366c00-bc8a-11eb-9d5f-826949ee7e5e.mp4
## :bulb: Expected behavior (REQUIRED)
<!-- What were you expecting to happen? -->
<!-- What do you think would have been the correct behaviour? -->
<!-- Start writing below this line -->
Expected behavior would have to be where it doesn't conflict with one another.
## :scroll: Server Log
<!-- Take a look at your Server Log and post any errors you can find via https://pastebin.com/ -->
<!-- If you are unsure about it, post your full log, you can find it under /logs/latest.log -->
<!-- Paste your link(s) below this line -->
## :open_file_folder: /error-reports/ Folder
<!-- Check the folder /plugins/Slimefun/error-reports/ and upload any files inside that folder. -->
<!-- You can also post these files via https://pastebin.com/ -->
<!-- Paste your link(s) below this line -->
## :compass: Environment (REQUIRED)
<!-- Any issue without the exact version numbers will be closed! -->
<!-- "latest" IS NOT A VERSION NUMBER. -->
<!-- We recommend running "/sf versions" and showing us a screenshot of that. -->
<!-- Make sure that the screenshot covers the entire output of that command. -->
<!-- If your issue is related to other plugins, make sure to include the versions of these plugins too! -->

| non_comp | slimefun and pyromining incompatibility round pushpin description required upon using pyromining and slimefun individuals are able to obtain pyromining items if they break ores with a pickaxe that they don t have researched i ve spoken with the developer of the plugin and there is an is canceled even on his side which makes it odd and leads me to suspect that it might be on slimefun s end bookmark tabs steps to reproduce the issue required bulb expected behavior required expected behavior would have to be where it doesn t conflict with one another scroll server log open file folder error reports folder compass environment required | 0 |
4,564 | 7,200,978,423 | IssuesEvent | 2018-02-05 20:55:29 | rust-lang-nursery/futures-rs | https://api.github.com/repos/rust-lang-nursery/futures-rs | closed | Consider removing the `Self::Error: From<Fut::Error>` bound on `fold` | 0.1-incompatible 0.2-blocker C-feature-request | This bound means that the error type of the inner closure cannot be inferred when it is always `Ok`.
My fold return value must now be:
```rust
Ok::<_, tower_grpc::Error>((summary, Some(point)))
```
All combinators should probably be inspected for such issues. | True | Consider removing the `Self::Error: From<Fut::Error>` bound on `fold` - This bound means that the error type of the inner closure cannot be inferred when it is always `Ok`.
My fold return value must now be:
```rust
Ok::<_, tower_grpc::Error>((summary, Some(point)))
```
All combinators should probably be inspected for such issues. | comp | consider removing the self error from bound on fold this bound means that the error type of the inner closure cannot be inferred when it is always ok my fold return value must now be rust ok summary some point all combinators should probably be inspected for such issues | 1 |
12,473 | 4,467,627,899 | IssuesEvent | 2016-08-25 06:00:55 | mikolalysenko/regl | https://api.github.com/repos/mikolalysenko/regl | closed | Remainders from the texture rewrite. | code quality question | In `lib/texture.js` we have this code
```javascript
image.needsPoll = true
```
but `needsPoll` is not used anywhere. I suspect this code is remainders from the texture rewrite last month. But this is safe to remove, right? | 1.0 | Remainders from the texture rewrite. - In `lib/texture.js` we have this code
```javascript
image.needsPoll = true
```
but `needsPoll` is not used anywhere. I suspect this code is remainders from the texture rewrite last month. But this is safe to remove, right? | non_comp | remainders from the texture rewrite in lib texture js we have this code javascript image needspoll true but needspoll is not used anywhere i suspect this code is remainders from the texture rewrite last month but this is safe to remove right | 0 |
20,299 | 29,523,258,991 | IssuesEvent | 2023-06-05 05:11:34 | oshi/oshi | https://api.github.com/repos/oshi/oshi | closed | cpu LogicalProcessor info not correct | compatibility | oshi version is 6.4.2
jna version is 5.13.0
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.5 (Santiago)
SystemInfoTest output
Intel Core Processor (Broadwell, IBRS)
1 physical CPU package(s)
1 physical CPU core(s)
1 logical CPU(s)
cat /proc/cpuinfo |grep processor
processor : 0
processor : 1
processor : 2
processor : 3 | True | cpu LogicalProcessor info not correct - oshi version is 6.4.2
jna version is 5.13.0
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.5 (Santiago)
SystemInfoTest output
Intel Core Processor (Broadwell, IBRS)
1 physical CPU package(s)
1 physical CPU core(s)
1 logical CPU(s)
cat /proc/cpuinfo |grep processor
processor : 0
processor : 1
processor : 2
processor : 3 | comp | cpu logicalprocessor info not correct oshi version is jna version is cat etc redhat release red hat enterprise linux server release santiago systeminfotest output intel core processor broadwell ibrs physical cpu package s physical cpu core s logical cpu s cat proc cpuinfo grep processor processor processor processor processor | 1 |
1,300 | 3,799,829,312 | IssuesEvent | 2016-03-23 17:06:13 | AdguardTeam/AdguardBrowserExtension | https://api.github.com/repos/AdguardTeam/AdguardBrowserExtension | opened | CCLeaner breaks chrome extension | Compatibility | We should reproduce this issue and then look what's wrong in the browser console (just in case) | True | CCLeaner breaks chrome extension - We should reproduce this issue and then look what's wrong in the browser console (just in case) | comp | ccleaner breaks chrome extension we should reproduce this issue and then look what s wrong in the browser console just in case | 1 |
109,298 | 16,843,675,688 | IssuesEvent | 2021-06-19 02:47:38 | bharathirajatut/fitbit-api-example-java2 | https://api.github.com/repos/bharathirajatut/fitbit-api-example-java2 | opened | CVE-2020-36182 (High) detected in jackson-databind-2.8.1.jar | security vulnerability | ## CVE-2020-36182 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.1.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: fitbit-api-example-java2/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.1/jackson-databind-2.8.1.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-1.4.0.RELEASE.jar (Root Library)
- :x: **jackson-databind-2.8.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://api.github.com/repos/bharathirajatut/fitbit-api-example-java2/commits/8c153ad064e8f07a4ddade35ac13a9b485ca3dac">8c153ad064e8f07a4ddade35ac13a9b485ca3dac</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS.
<p>Publish Date: 2021-01-07
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36182>CVE-2020-36182</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/3004">https://github.com/FasterXML/jackson-databind/issues/3004</a></p>
<p>Release Date: 2021-01-07</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-36182 (High) detected in jackson-databind-2.8.1.jar - ## CVE-2020-36182 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.1.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: fitbit-api-example-java2/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.1/jackson-databind-2.8.1.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-1.4.0.RELEASE.jar (Root Library)
- :x: **jackson-databind-2.8.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://api.github.com/repos/bharathirajatut/fitbit-api-example-java2/commits/8c153ad064e8f07a4ddade35ac13a9b485ca3dac">8c153ad064e8f07a4ddade35ac13a9b485ca3dac</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS.
<p>Publish Date: 2021-01-07
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36182>CVE-2020-36182</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/3004">https://github.com/FasterXML/jackson-databind/issues/3004</a></p>
<p>Release Date: 2021-01-07</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_comp | cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file fitbit api example pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter web release jar root library x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache tomcat dbcp cpdsadapter driveradaptercpds publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind step up your open source security game with whitesource | 0 |
14,005 | 16,795,550,172 | IssuesEvent | 2021-06-16 02:36:14 | ElfFriend-DnD/foundryvtt-gmScreen | https://api.github.com/repos/ElfFriend-DnD/foundryvtt-gmScreen | closed | Allow GMs to set which entity sheet should be used for Actors and Items on the GM Screen | compatibility configuration enhancement | At the moment Actors and Items use whatever sheet the Actor/Item is set to use, just rendered not as an Application.
Ideally, a GM could set a specific sheet to be used only for the GM screen. This would allow other module/system devs to create "abbreviated" sheets that work well in the limited space, but still have the full sheet available.
As part of this, we should come up with some guidelines for sheet compatibility, and start a list of "known good looking options" on the Readme/Wiki. | True | Allow GMs to set which entity sheet should be used for Actors and Items on the GM Screen - At the moment Actors and Items use whatever sheet the Actor/Item is set to use, just rendered not as an Application.
Ideally, a GM could set a specific sheet to be used only for the GM screen. This would allow other module/system devs to create "abbreviated" sheets that work well in the limited space, but still have the full sheet available.
As part of this, we should come up with some guidelines for sheet compatibility, and start a list of "known good looking options" on the Readme/Wiki. | comp | allow gms to set which entity sheet should be used for actors and items on the gm screen at the moment actors and items use whatever sheet the actor item is set to use just rendered not as an application ideally a gm could set a specific sheet to be used only for the gm screen this would allow other module system devs to create abbreviated sheets that work well in the limited space but still have the full sheet available as part of this we should come up with some guidelines for sheet compatibility and start a list of known good looking options on the readme wiki | 1 |
13,737 | 8,354,926,833 | IssuesEvent | 2018-10-02 14:30:35 | JuliaDynamics/DynamicalBilliards.jl | https://api.github.com/repos/JuliaDynamics/DynamicalBilliards.jl | closed | Change propagation algorithm? | breaking decision performance | I propose to change the propagation algorithm.
Right now, we propagate, check distance, and if bad we go backwards in time. In my eyes this is the most accurate approach possible.
But maybe it is much better to sacrifice this accuracy and make the propagation algorithm do the following:
`distance` is never used during propagation. Instead we change `collisiontime` to **guarantee** to return `Inf` if the particle position with respect to the compute collision point is less than some distance `DISTANCE{T}` which will set the accuracy of the billiard (typically `sqrt(eps(T))`.
This will make the propagation algorithm clearer and `distance` will be necessary only for implementing `randominside` . I think this will make raysplitting muuuuch much easier. | True | Change propagation algorithm? - I propose to change the propagation algorithm.
Right now, we propagate, check distance, and if bad we go backwards in time. In my eyes this is the most accurate approach possible.
But maybe it is much better to sacrifice this accuracy and make the propagation algorithm do the following:
`distance` is never used during propagation. Instead we change `collisiontime` to **guarantee** to return `Inf` if the particle position with respect to the compute collision point is less than some distance `DISTANCE{T}` which will set the accuracy of the billiard (typically `sqrt(eps(T))`.
This will make the propagation algorithm clearer and `distance` will be necessary only for implementing `randominside` . I think this will make raysplitting muuuuch much easier. | non_comp | change propagation algorithm i propose to change the propagation algorithm right now we propagate check distance and if bad we go backwards in time in my eyes this is the most accurate approach possible but maybe it is much better to sacrifice this accuracy and make the propagation algorithm do the following distance is never used during propagation instead we change collisiontime to guarantee to return inf if the particle position with respect to the compute collision point is less than some distance distance t which will set the accuracy of the billiard typically sqrt eps t this will make the propagation algorithm clearer and distance will be necessary only for implementing randominside i think this will make raysplitting muuuuch much easier | 0 |
335,918 | 30,106,471,347 | IssuesEvent | 2023-06-30 02:03:27 | Becksteinlab/MDPOW | https://api.github.com/repos/Becksteinlab/MDPOW | closed | update tests that follow old nose style | testing refactoring | PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
Rewrite tests that use `setup()` and `teardown()`. See https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose | 1.0 | update tests that follow old nose style - PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
Rewrite tests that use `setup()` and `teardown()`. See https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose | non_comp | update tests that follow old nose style support for nose tests is deprecated and will be removed in a future release rewrite tests that use setup and teardown see | 0 |
1,084 | 3,551,084,719 | IssuesEvent | 2016-01-21 01:07:29 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | closed | Breaking change involving method group conversion and new "betterness" rules in Overload Resolution. | 3 - Working Area-Compilers Bug Language-C# Resolution-Fixed Tenet-Compatibility Verified | ```
using System;
using System.Threading.Tasks;
class C
{
public static void Main()
{
}
public void CallMethods()
{
RunTaskOnUIThread(() => MethodReturnsVoid());
RunTaskOnUIThread(MethodReturnsVoid);
}
public static Task RunTaskOnUIThread(Action action)
{
return Task.FromResult(0);
}
public static Task RunTaskOnUIThread(Func<Task> action, bool checkThread = false)
{
return Task.FromResult(0);
}
private void MethodReturnsVoid()
{
}
}
```
Compiles without errors in VS2013.
Reports the following error in VS2015:
```
(13,31): error CS0407: 'void C.MethodReturnsVoid()' has the wrong return type
```
I believe the break is caused by the new rule that a void returning delegate type is worse than a non-void returning delegate type.
| True | Breaking change involving method group conversion and new "betterness" rules in Overload Resolution. - ```
using System;
using System.Threading.Tasks;
class C
{
public static void Main()
{
}
public void CallMethods()
{
RunTaskOnUIThread(() => MethodReturnsVoid());
RunTaskOnUIThread(MethodReturnsVoid);
}
public static Task RunTaskOnUIThread(Action action)
{
return Task.FromResult(0);
}
public static Task RunTaskOnUIThread(Func<Task> action, bool checkThread = false)
{
return Task.FromResult(0);
}
private void MethodReturnsVoid()
{
}
}
```
Compiles without errors in VS2013.
Reports the following error in VS2015:
```
(13,31): error CS0407: 'void C.MethodReturnsVoid()' has the wrong return type
```
I believe the break is caused by the new rule that a void returning delegate type is worse than a non-void returning delegate type.
| comp | breaking change involving method group conversion and new betterness rules in overload resolution using system using system threading tasks class c public static void main public void callmethods runtaskonuithread methodreturnsvoid runtaskonuithread methodreturnsvoid public static task runtaskonuithread action action return task fromresult public static task runtaskonuithread func action bool checkthread false return task fromresult private void methodreturnsvoid compiles without errors in reports the following error in error void c methodreturnsvoid has the wrong return type i believe the break is caused by the new rule that a void returning delegate type is worse than a non void returning delegate type | 1 |
96,329 | 19,986,127,566 | IssuesEvent | 2022-01-30 17:37:59 | heclak/community-a4e-c | https://api.github.com/repos/heclak/community-a4e-c | closed | add newly added DCS countries | Feature Request Code/LUA fixed in dev | The following countries should be added to the list of available operataors.
Additionally, all these should also be added to the default livery.
Malaysia TUDM livery should also be set as available to its country of origin.
LBN Lebanon
IDN Indonesia
LBY Libya
MYS Malaysia (revisit appropriate liveries)
MAR Morocco
MEX Mexico
PHL Phllipines
SDN Sudan
THA Thailand
TUN Tunisia
VNM Vietnam
VEN Venezuela
YEM Yemen | 1.0 | add newly added DCS countries - The following countries should be added to the list of available operataors.
Additionally, all these should also be added to the default livery.
Malaysia TUDM livery should also be set as available to its country of origin.
LBN Lebanon
IDN Indonesia
LBY Libya
MYS Malaysia (revisit appropriate liveries)
MAR Morocco
MEX Mexico
PHL Phllipines
SDN Sudan
THA Thailand
TUN Tunisia
VNM Vietnam
VEN Venezuela
YEM Yemen | non_comp | add newly added dcs countries the following countries should be added to the list of available operataors additionally all these should also be added to the default livery malaysia tudm livery should also be set as available to its country of origin lbn lebanon idn indonesia lby libya mys malaysia revisit appropriate liveries mar morocco mex mexico phl phllipines sdn sudan tha thailand tun tunisia vnm vietnam ven venezuela yem yemen | 0 |
9,868 | 11,888,868,441 | IssuesEvent | 2020-03-28 10:58:52 | csf-dev/CSF.Utils | https://api.github.com/repos/csf-dev/CSF.Utils | closed | Move bit number provider to a new service | breaks-compatibility enhancement wontfix | The integer extension which gets an array of bit numbers should be moved to a new service. | True | Move bit number provider to a new service - The integer extension which gets an array of bit numbers should be moved to a new service. | comp | move bit number provider to a new service the integer extension which gets an array of bit numbers should be moved to a new service | 1 |
100,818 | 12,566,120,463 | IssuesEvent | 2020-06-08 10:38:02 | NK-WebDev/learning-to-code | https://api.github.com/repos/NK-WebDev/learning-to-code | opened | Design Tip: Avoid Colored Text Syndrome! | UI design | # Avoid Colored Text
It’s an unavoidable truth of UI design that the world’s best designers use colored text way less frequently than beginners. I’m not saying it never happens. But if you crack open the popular apps on your phone, you’ll be hard pressed to find text that isn’t a.) black, b.) dark gray, or c.) white (if the background is darker, of course). In fact, if you define gray as inclusive of black and white (and you should), then pro designers are basically only making text gray.
But look at some beginner mockups, and you’ll be tasting the rainbow left and right. No bueno. Let’s leave that to the breakfast cereal and kid’s games.
Now we know good design has to meet a goal (that’s what separates it from art). And beginning designers will make their text colored as a way of trying to achieve a specific goal. So let’s break down some of those goals, and discuss how you might achieve the same ends without all the rainbow-tasting.
# Use Case #1: Scannability
OK, here’s an example based on an old client design that I saw. It uses a ton of colored text, and as you’ll see in a minute, the purpose of all this nonsense is scannability.

It’s a list of rooms in an app for hotel housekeepers.
It’s a bit of a mess right now. But let me explain it, and you’ll understand how we got into this situation.
- The room number color represents room state – clean, dirty, in-progress
- The occupancy status color represents priority status – gold is priority (VIPs, etc.), gray is regular
- The person icon represents the guest being in the room, which some small hotels keep track of
- The chat icon represents new messages about the room from other housekeepers or hotel staff
Each of these four items is sometimes or always colored. So yeah, plenty of colored text. Ouch.
But what’s the goal of the color? Scannability. The list needs to be scannable.
- You want to quickly pick out the dirty rooms, so you scan the left-hand side, looking for red
- You want to quickly pick out the priority rooms, so you scan the middle of the screen, looking for gold
- You want to quickly pick out the rooms with unread discussion, so you scan the right-hand side, looking for red
(Scroll up and try it. It works. You can pick these things out – it’s just gross-looking and not exactly user-friendly as to what each color means)
Anyhow, this is one of the most common reasons beginners color their text. They need items to appear quickly when scanning.
Unfortunately, colored text is a bad way to do this. Why?
- Representing state with only color means colorblind folks can’t always tell which state something is in
- It looks nasty
(Regarding the colorblindness issue, consider again that red-green colorblind is the most common type of colorblindness, and yet representing red=bad, green=good is the most common type of color-related state signaling. Oh snap! Stoplight-design won't cut it!)
So here are our goals:
- Keep the list scannable
- Don’t represent state only with color
- Make it look nice
One technique I often try is what I call “bulletizing”. Let’s turn the colored textinto gray text in a colored bullet (AKA pill AKA tag AKA chip).

OK, so we’ve uncolored the room number text. Dirty rooms have a red bullet. In-progress rooms have a really light yellow bullet. Normal rooms are displayed, well, normally. This is slightly better, but not amazing. While “bulletizing” colored text works sometimes, let’s try another marker of state here.
(Note: “Red box vs. yellow box! Isn’t that representing state with color!?” Technically, yes. However, light yellow is so luminous and the red so dark/rich that they’re not going to get mixed up, even if you can only see in grayscale)

Ooh, this is closer. I can feel it. The state marker is a simple band on the left-hand side, but we’ve also considered the use-case here. We’ve thought about the broader picture and said, hm, would it be useful for the user to see JUST the dirty rooms or JUST the clean rooms? And in this little made-up example, the answer is yes. So we’ve added a tab control that allows us to toggle views between the major room states.
You could call that the filter strategy for replacing scannability-oriented colored text: make the variable in question filterable so users can easily see JUST those items. This solves the scannability question by avoiding it entirely (although we still have these extra unexplained rectangles on the left-hand side of the screen that hopefully users will catch on to – and very well might, if they regularly look at the filtered views!)
Cool, let’s try our hand at the priority-marker next.

Well that was hard. This is the icon strategy for replacing colored text. (Maybe you thought of doing something similar for the room-cleaning status – in which case, that’s great! It’s definitely an option there too!)
But we’re not done yet. Remember: scannability. Why do you scan?
Well, let’s ask the users: why does priority status matter for a given room?
I’ve done this before, so I can answer this one: because you want to clean the priority rooms first.
This screen is being used to decide what room a housekeeper should clean, and in the current state, it’s really not easy to see which ones are priority. So we could a.) add another filter control to the top or b.) something else.

Something else, I choose you!
This solution may not work for big hotels where there are tons of priority rooms, but for smaller joints, the grouping strategy will be a viable way for meeting a goal previously achieved with colored text. Sweet!
Now I’m going to breeze through the last two steps real quick.

I’ve taken the color out of the room-occupancy status (which was a bit confusing – does green mean "yes, it’s occupied, so don't go in" or "yes, you can go in now"?). The grayed-out icons represent rooms where the occupants are away. I think this makes it a bit easier to comprehend at a glance.
Notice what I did with the message icons? Let’s call that the fill-in variation on the icon strategy. Instead of colored text, I have a filled-in colored icon with white text on it! Nice.
The final change was to tighten up the spacing of everything. Now each list item is about 50px tall (ignoring Retina multiplication here), which is perfect for a list of simple, tappable items on an iPhone.
And look, no colored text to boot!
So to review, here are the ways of removing colored text we’ve talked about so far.
- The bullet strategy. Change colored text into white text in a colored bullet (AKA pill AKA tag AKA chip).
- The icon strategy. Represent the state with an icon (colored or grayscale) instead of colored text.
- The grouping strategy. Show state by grouping like items rather than using colored text to distinguish them.
- The filter strategy. Allow users to filter down to relevant items instead of using colored text so users can browse for them.
- The fill-in variation on the icon strategy. If you’re using colored text inside of an icon, fill in the icon and make the text white.
| 1.0 | Design Tip: Avoid Colored Text Syndrome! - # Avoid Colored Text
It’s an unavoidable truth of UI design that the world’s best designers use colored text way less frequently than beginners. I’m not saying it never happens. But if you crack open the popular apps on your phone, you’ll be hard pressed to find text that isn’t a.) black, b.) dark gray, or c.) white (if the background is darker, of course). In fact, if you define gray as inclusive of black and white (and you should), then pro designers are basically only making text gray.
But look at some beginner mockups, and you’ll be tasting the rainbow left and right. No bueno. Let’s leave that to the breakfast cereal and kid’s games.
Now we know good design has to meet a goal (that’s what separates it from art). And beginning designers will make their text colored as a way of trying to achieve a specific goal. So let’s break down some of those goals, and discuss how you might achieve the same ends without all the rainbow-tasting.
# Use Case #1: Scannability
OK, here’s an example based on an old client design that I saw. It uses a ton of colored text, and as you’ll see in a minute, the purpose of all this nonsense is scannability.

It’s a list of rooms in an app for hotel housekeepers.
It’s a bit of a mess right now. But let me explain it, and you’ll understand how we got into this situation.
- The room number color represents room state – clean, dirty, in-progress
- The occupancy status color represents priority status – gold is priority (VIPs, etc.), gray is regular
- The person icon represents the guest being in the room, which some small hotels keep track of
- The chat icon represents new messages about the room from other housekeepers or hotel staff
Each of these four items is sometimes or always colored. So yeah, plenty of colored text. Ouch.
But what’s the goal of the color? Scannability. The list needs to be scannable.
- You want to quickly pick out the dirty rooms, so you scan the left-hand side, looking for red
- You want to quickly pick out the priority rooms, so you scan the middle of the screen, looking for gold
- You want to quickly pick out the rooms with unread discussion, so you scan the right-hand side, looking for red
(Scroll up and try it. It works. You can pick these things out – it’s just gross-looking and not exactly user-friendly as to what each color means)
Anyhow, this is one of the most common reasons beginners color their text. They need items to appear quickly when scanning.
Unfortunately, colored text is a bad way to do this. Why?
- Representing state with only color means colorblind folks can’t always tell which state something is in
- It looks nasty
(Regarding the colorblindness issue, consider again that red-green colorblind is the most common type of colorblindness, and yet representing red=bad, green=good is the most common type of color-related state signaling. Oh snap! Stoplight-design won't cut it!)
So here are our goals:
- Keep the list scannable
- Don’t represent state only with color
- Make it look nice
One technique I often try is what I call “bulletizing”. Let’s turn the colored textinto gray text in a colored bullet (AKA pill AKA tag AKA chip).

OK, so we’ve uncolored the room number text. Dirty rooms have a red bullet. In-progress rooms have a really light yellow bullet. Normal rooms are displayed, well, normally. This is slightly better, but not amazing. While “bulletizing” colored text works sometimes, let’s try another marker of state here.
(Note: “Red box vs. yellow box! Isn’t that representing state with color!?” Technically, yes. However, light yellow is so luminous and the red so dark/rich that they’re not going to get mixed up, even if you can only see in grayscale)

Ooh, this is closer. I can feel it. The state marker is a simple band on the left-hand side, but we’ve also considered the use-case here. We’ve thought about the broader picture and said, hm, would it be useful for the user to see JUST the dirty rooms or JUST the clean rooms? And in this little made-up example, the answer is yes. So we’ve added a tab control that allows us to toggle views between the major room states.
You could call that the filter strategy for replacing scannability-oriented colored text: make the variable in question filterable so users can easily see JUST those items. This solves the scannability question by avoiding it entirely (although we still have these extra unexplained rectangles on the left-hand side of the screen that hopefully users will catch on to – and very well might, if they regularly look at the filtered views!)
Cool, let’s try our hand at the priority-marker next.

Well that was hard. This is the icon strategy for replacing colored text. (Maybe you thought of doing something similar for the room-cleaning status – in which case, that’s great! It’s definitely an option there too!)
But we’re not done yet. Remember: scannability. Why do you scan?
Well, let’s ask the users: why does priority status matter for a given room?
I’ve done this before, so I can answer this one: because you want to clean the priority rooms first.
This screen is being used to decide what room a housekeeper should clean, and in the current state, it’s really not easy to see which ones are priority. So we could a.) add another filter control to the top or b.) something else.

Something else, I choose you!
This solution may not work for big hotels where there are tons of priority rooms, but for smaller joints, the grouping strategy will be a viable way for meeting a goal previously achieved with colored text. Sweet!
Now I’m going to breeze through the last two steps real quick.

I’ve taken the color out of the room-occupancy status (which was a bit confusing – does green mean "yes, it’s occupied, so don't go in" or "yes, you can go in now"?). The grayed-out icons represent rooms where the occupants are away. I think this makes it a bit easier to comprehend at a glance.
Notice what I did with the message icons? Let’s call that the fill-in variation on the icon strategy. Instead of colored text, I have a filled-in colored icon with white text on it! Nice.
The final change was to tighten up the spacing of everything. Now each list item is about 50px tall (ignoring Retina multiplication here), which is perfect for a list of simple, tappable items on an iPhone.
And look, no colored text to boot!
So to review, here are the ways of removing colored text we’ve talked about so far.
- The bullet strategy. Change colored text into white text in a colored bullet (AKA pill AKA tag AKA chip).
- The icon strategy. Represent the state with an icon (colored or grayscale) instead of colored text.
- The grouping strategy. Show state by grouping like items rather than using colored text to distinguish them.
- The filter strategy. Allow users to filter down to relevant items instead of using colored text so users can browse for them.
- The fill-in variation on the icon strategy. If you’re using colored text inside of an icon, fill in the icon and make the text white.
| non_comp | design tip avoid colored text syndrome avoid colored text it’s an unavoidable truth of ui design that the world’s best designers use colored text way less frequently than beginners i’m not saying it never happens but if you crack open the popular apps on your phone you’ll be hard pressed to find text that isn’t a black b dark gray or c white if the background is darker of course in fact if you define gray as inclusive of black and white and you should then pro designers are basically only making text gray but look at some beginner mockups and you’ll be tasting the rainbow left and right no bueno let’s leave that to the breakfast cereal and kid’s games now we know good design has to meet a goal that’s what separates it from art and beginning designers will make their text colored as a way of trying to achieve a specific goal so let’s break down some of those goals and discuss how you might achieve the same ends without all the rainbow tasting use case scannability ok here’s an example based on an old client design that i saw it uses a ton of colored text and as you’ll see in a minute the purpose of all this nonsense is scannability it’s a list of rooms in an app for hotel housekeepers it’s a bit of a mess right now but let me explain it and you’ll understand how we got into this situation the room number color represents room state – clean dirty in progress the occupancy status color represents priority status – gold is priority vips etc gray is regular the person icon represents the guest being in the room which some small hotels keep track of the chat icon represents new messages about the room from other housekeepers or hotel staff each of these four items is sometimes or always colored so yeah plenty of colored text ouch but what’s the goal of the color scannability the list needs to be scannable you want to quickly pick out the dirty rooms so you scan the left hand side looking for red you want to quickly pick out the priority rooms so you scan the middle of the screen looking for gold you want to quickly pick out the rooms with unread discussion so you scan the right hand side looking for red scroll up and try it it works you can pick these things out – it’s just gross looking and not exactly user friendly as to what each color means anyhow this is one of the most common reasons beginners color their text they need items to appear quickly when scanning unfortunately colored text is a bad way to do this why representing state with only color means colorblind folks can’t always tell which state something is in it looks nasty regarding the colorblindness issue consider again that red green colorblind is the most common type of colorblindness and yet representing red bad green good is the most common type of color related state signaling oh snap stoplight design won t cut it so here are our goals keep the list scannable don’t represent state only with color make it look nice one technique i often try is what i call “bulletizing” let’s turn the colored textinto gray text in a colored bullet aka pill aka tag aka chip ok so we’ve uncolored the room number text dirty rooms have a red bullet in progress rooms have a really light yellow bullet normal rooms are displayed well normally this is slightly better but not amazing while “bulletizing” colored text works sometimes let’s try another marker of state here note “red box vs yellow box isn’t that representing state with color ” technically yes however light yellow is so luminous and the red so dark rich that they’re not going to get mixed up even if you can only see in grayscale ooh this is closer i can feel it the state marker is a simple band on the left hand side but we’ve also considered the use case here we’ve thought about the broader picture and said hm would it be useful for the user to see just the dirty rooms or just the clean rooms and in this little made up example the answer is yes so we’ve added a tab control that allows us to toggle views between the major room states you could call that the filter strategy for replacing scannability oriented colored text make the variable in question filterable so users can easily see just those items this solves the scannability question by avoiding it entirely although we still have these extra unexplained rectangles on the left hand side of the screen that hopefully users will catch on to – and very well might if they regularly look at the filtered views cool let’s try our hand at the priority marker next well that was hard this is the icon strategy for replacing colored text maybe you thought of doing something similar for the room cleaning status – in which case that’s great it’s definitely an option there too but we’re not done yet remember scannability why do you scan well let’s ask the users why does priority status matter for a given room i’ve done this before so i can answer this one because you want to clean the priority rooms first this screen is being used to decide what room a housekeeper should clean and in the current state it’s really not easy to see which ones are priority so we could a add another filter control to the top or b something else something else i choose you this solution may not work for big hotels where there are tons of priority rooms but for smaller joints the grouping strategy will be a viable way for meeting a goal previously achieved with colored text sweet now i’m going to breeze through the last two steps real quick i’ve taken the color out of the room occupancy status which was a bit confusing – does green mean yes it’s occupied so don t go in or yes you can go in now the grayed out icons represent rooms where the occupants are away i think this makes it a bit easier to comprehend at a glance notice what i did with the message icons let’s call that the fill in variation on the icon strategy instead of colored text i have a filled in colored icon with white text on it nice the final change was to tighten up the spacing of everything now each list item is about tall ignoring retina multiplication here which is perfect for a list of simple tappable items on an iphone and look no colored text to boot so to review here are the ways of removing colored text we’ve talked about so far the bullet strategy change colored text into white text in a colored bullet aka pill aka tag aka chip the icon strategy represent the state with an icon colored or grayscale instead of colored text the grouping strategy show state by grouping like items rather than using colored text to distinguish them the filter strategy allow users to filter down to relevant items instead of using colored text so users can browse for them the fill in variation on the icon strategy if you’re using colored text inside of an icon fill in the icon and make the text white | 0 |
2,128 | 4,860,090,244 | IssuesEvent | 2016-11-13 23:27:52 | alafr/SVG-to-PDFKit | https://api.github.com/repos/alafr/SVG-to-PDFKit | closed | Positioning of elements not correct | compatibility | Great script, exactly what I needed. However I encountered two issues:
1. Number.isNaN() caused an error in IE11. I could fix this simply by removing "Number.".
2. The position of elements is not always correct. I used the script for a Highcharts graph. The txt file is the SVG code originally exported from the graph and shows it as it should be when the extension is changed to "svg". If compared to the PDF the position of the elements on the axes is not exactly correct. The left dots of the graph cover the "%" characters on the y axis.
Would be great if this could be fixed.
[mychart-svgtopdfkit.pdf](https://github.com/alafr/SVG-to-PDFKit/files/588134/mychart-svgtopdfkit.pdf)
[mychart-svgtopdfkit.txt](https://github.com/alafr/SVG-to-PDFKit/files/588136/mychart-svgtopdfkit.txt)
| True | Positioning of elements not correct - Great script, exactly what I needed. However I encountered two issues:
1. Number.isNaN() caused an error in IE11. I could fix this simply by removing "Number.".
2. The position of elements is not always correct. I used the script for a Highcharts graph. The txt file is the SVG code originally exported from the graph and shows it as it should be when the extension is changed to "svg". If compared to the PDF the position of the elements on the axes is not exactly correct. The left dots of the graph cover the "%" characters on the y axis.
Would be great if this could be fixed.
[mychart-svgtopdfkit.pdf](https://github.com/alafr/SVG-to-PDFKit/files/588134/mychart-svgtopdfkit.pdf)
[mychart-svgtopdfkit.txt](https://github.com/alafr/SVG-to-PDFKit/files/588136/mychart-svgtopdfkit.txt)
| comp | positioning of elements not correct great script exactly what i needed however i encountered two issues number isnan caused an error in i could fix this simply by removing number the position of elements is not always correct i used the script for a highcharts graph the txt file is the svg code originally exported from the graph and shows it as it should be when the extension is changed to svg if compared to the pdf the position of the elements on the axes is not exactly correct the left dots of the graph cover the characters on the y axis would be great if this could be fixed | 1 |
13,214 | 15,577,397,017 | IssuesEvent | 2021-03-17 13:29:51 | arcticicestudio/nord-alacritty | https://api.github.com/repos/arcticicestudio/nord-alacritty | closed | Terminal Bell Focuses Terminal Window | scope-compatibility status-pending status-reproduction status-requires-info type-support | So I found that this theme does this to me. I have two questions:
- Is this supposed to happen?
- How do I get rid of it?
--
OS: Fedora 33
Shell: ZSH
Alacritty: 0.8.0-dev | True | Terminal Bell Focuses Terminal Window - So I found that this theme does this to me. I have two questions:
- Is this supposed to happen?
- How do I get rid of it?
--
OS: Fedora 33
Shell: ZSH
Alacritty: 0.8.0-dev | comp | terminal bell focuses terminal window so i found that this theme does this to me i have two questions is this supposed to happen how do i get rid of it os fedora shell zsh alacritty dev | 1 |
8,216 | 10,293,577,720 | IssuesEvent | 2019-08-27 18:43:10 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | SQL generated with SQLDialect.DEFAULT should match closest supported parser syntax | C: Functionality E: All Editions P: Medium T: Enhancement T: Incompatible change | `SQLDialect.DEFAULT` corresponds to the "default dialect", or also the "jOOQ dialect", which does not really exist on any existing SQL database in exactly this form.
Historically, it often generated a somewhat standards compliant SQL string, or a SQL string matching a vendor specific feature in an obvious way.
Given that the `DEFAULT` dialect is also the default dialect for the parser (in case of ambiguities), and given that it understands synthetic SQL features like:
- The `UNIQUE` predicate: https://github.com/jOOQ/jOOQ/issues/1075
- The `LIKE ANY` predicate: https://github.com/jOOQ/jOOQ/issues/8577
It could be useful for this `DEFAULT` dialect to render this synthetic clauses as well. This would also benefit `QueryPart.toString()` evaluations, when debugging. | True | SQL generated with SQLDialect.DEFAULT should match closest supported parser syntax - `SQLDialect.DEFAULT` corresponds to the "default dialect", or also the "jOOQ dialect", which does not really exist on any existing SQL database in exactly this form.
Historically, it often generated a somewhat standards compliant SQL string, or a SQL string matching a vendor specific feature in an obvious way.
Given that the `DEFAULT` dialect is also the default dialect for the parser (in case of ambiguities), and given that it understands synthetic SQL features like:
- The `UNIQUE` predicate: https://github.com/jOOQ/jOOQ/issues/1075
- The `LIKE ANY` predicate: https://github.com/jOOQ/jOOQ/issues/8577
It could be useful for this `DEFAULT` dialect to render this synthetic clauses as well. This would also benefit `QueryPart.toString()` evaluations, when debugging. | comp | sql generated with sqldialect default should match closest supported parser syntax sqldialect default corresponds to the default dialect or also the jooq dialect which does not really exist on any existing sql database in exactly this form historically it often generated a somewhat standards compliant sql string or a sql string matching a vendor specific feature in an obvious way given that the default dialect is also the default dialect for the parser in case of ambiguities and given that it understands synthetic sql features like the unique predicate the like any predicate it could be useful for this default dialect to render this synthetic clauses as well this would also benefit querypart tostring evaluations when debugging | 1 |
132,037 | 18,474,933,445 | IssuesEvent | 2021-10-18 05:45:03 | CMPUT404F21TEAM/social-distribution | https://api.github.com/repos/CMPUT404F21TEAM/social-distribution | opened | Inbox model design won't work for remote authors | enhancement Design | At the moment, the Inbox model has three fields:
- author, which is a one-to-one field and serves as primary key for Inbox. Field stores a reference for the inbox owner.
- follow_requests, which is a many-to-many field and models the relation of follow/friend requests pushed to an author's inbox.
- posts, which is a many-to-many field and models the relation of posts pushed to an author's inbox.
This obviously won't work for remote authors.
We can have a FriendRequest model instead as @debecerra suggested in #77. We can use URLFields in that model instead of Author ids. From that, we can determine if the author is remote or local and work from there. We'll also probably have to remove the followers field in Author and create a new model to accommodate for the urls in FriendRequest.
We'll have to figure something out for posts. | 1.0 | Inbox model design won't work for remote authors - At the moment, the Inbox model has three fields:
- author, which is a one-to-one field and serves as primary key for Inbox. Field stores a reference for the inbox owner.
- follow_requests, which is a many-to-many field and models the relation of follow/friend requests pushed to an author's inbox.
- posts, which is a many-to-many field and models the relation of posts pushed to an author's inbox.
This obviously won't work for remote authors.
We can have a FriendRequest model instead as @debecerra suggested in #77. We can use URLFields in that model instead of Author ids. From that, we can determine if the author is remote or local and work from there. We'll also probably have to remove the followers field in Author and create a new model to accommodate for the urls in FriendRequest.
We'll have to figure something out for posts. | non_comp | inbox model design won t work for remote authors at the moment the inbox model has three fields author which is a one to one field and serves as primary key for inbox field stores a reference for the inbox owner follow requests which is a many to many field and models the relation of follow friend requests pushed to an author s inbox posts which is a many to many field and models the relation of posts pushed to an author s inbox this obviously won t work for remote authors we can have a friendrequest model instead as debecerra suggested in we can use urlfields in that model instead of author ids from that we can determine if the author is remote or local and work from there we ll also probably have to remove the followers field in author and create a new model to accommodate for the urls in friendrequest we ll have to figure something out for posts | 0 |
20,626 | 30,658,789,871 | IssuesEvent | 2023-07-25 13:48:46 | NEZNAMY/TAB | https://api.github.com/repos/NEZNAMY/TAB | closed | why?unexpected disabled | Compatibility Unable to reproduce | ### Server version
Folia 1.20.1
### TAB version
4.0.3
### Stack trace

### Steps to reproduce (if known)
_No response_
### Additional info
_No response_
### Checklist
- [X] I am running latest version of the plugin
- [X] I have included a paste of the error
- [X] I ticked all of the boxes without actually reading them
- [X] I have read the Compatibility wiki page and am not trying to run the plugin on an unsupported server version / platform | True | why?unexpected disabled - ### Server version
Folia 1.20.1
### TAB version
4.0.3
### Stack trace

### Steps to reproduce (if known)
_No response_
### Additional info
_No response_
### Checklist
- [X] I am running latest version of the plugin
- [X] I have included a paste of the error
- [X] I ticked all of the boxes without actually reading them
- [X] I have read the Compatibility wiki page and am not trying to run the plugin on an unsupported server version / platform | comp | why unexpected disabled server version folia tab version stack trace steps to reproduce if known no response additional info no response checklist i am running latest version of the plugin i have included a paste of the error i ticked all of the boxes without actually reading them i have read the compatibility wiki page and am not trying to run the plugin on an unsupported server version platform | 1 |
61,976 | 17,023,823,580 | IssuesEvent | 2021-07-03 04:02:28 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Nominatim doesn't report POIs mapped as a relation | Component: nominatim Priority: minor Resolution: invalid Type: defect | **[Submitted to the original trac issue database at 12.18pm, Sunday, 16th September 2012]**
When a POI (e.g. camping) is mapped as a relation of closed ways (several pieces of land) it is not reported as a result of the search.
e.g. looking for "camping oostwold" is returning 3 campings.
Camping Pool (http://www.openstreetmap.org/browse/relation/2267012) is missing.
Or is there something missing in the mapping? | 1.0 | Nominatim doesn't report POIs mapped as a relation - **[Submitted to the original trac issue database at 12.18pm, Sunday, 16th September 2012]**
When a POI (e.g. camping) is mapped as a relation of closed ways (several pieces of land) it is not reported as a result of the search.
e.g. looking for "camping oostwold" is returning 3 campings.
Camping Pool (http://www.openstreetmap.org/browse/relation/2267012) is missing.
Or is there something missing in the mapping? | non_comp | nominatim doesn t report pois mapped as a relation when a poi e g camping is mapped as a relation of closed ways several pieces of land it is not reported as a result of the search e g looking for camping oostwold is returning campings camping pool is missing or is there something missing in the mapping | 0 |
12,587 | 14,898,604,998 | IssuesEvent | 2021-01-21 13:20:55 | scylladb/scylla | https://api.github.com/repos/scylladb/scylla | opened | fromJson() should not accept the empty string "" as a number | CQL cassandra 2.2 compatibility low | When writing to an integer column, Cassandra's `fromJson()` function allows not just JSON number constants, it also allows a string containing a number. Strings which do not hold a number fail with a `FunctionFailure`.
However, currently the empty string "" is not _consistently_ recognized to be an invalid number: While for a column of type `int` the empty string results in an error as expected, for a column of type `varint` Scylla does not recognize the error.
This problem is reproduced by the Cassandra test `cassandra_tests/validation/entities/json_test.py`::`testFromJsonFct`, which among hundreds of other tests, tries to set a `varint` with `fromJson` of an empty string. It is aso reproduced by our own tests, in **json_test.py**: `test_fromjson_varint_empty_string_unprepared` and `test_fromjson_varint_empty_string_prepared`.
Curiously, Cassandra has the _opposite_ bug: It forbids an empty string for `varint` (as their test confirms), but allows it for `int`. I consider this to be a Cassandra bug, and we shouldn't be compatible for it. The tests **json_test.py**: `test_fromjson_int_empty_string_unprepared` and `test_fromjson_int_empty_string_prepared` are therefore marked "`cassandra_bug`" - they fail on Cassandra and pass on Scylla. | True | fromJson() should not accept the empty string "" as a number - When writing to an integer column, Cassandra's `fromJson()` function allows not just JSON number constants, it also allows a string containing a number. Strings which do not hold a number fail with a `FunctionFailure`.
However, currently the empty string "" is not _consistently_ recognized to be an invalid number: While for a column of type `int` the empty string results in an error as expected, for a column of type `varint` Scylla does not recognize the error.
This problem is reproduced by the Cassandra test `cassandra_tests/validation/entities/json_test.py`::`testFromJsonFct`, which among hundreds of other tests, tries to set a `varint` with `fromJson` of an empty string. It is aso reproduced by our own tests, in **json_test.py**: `test_fromjson_varint_empty_string_unprepared` and `test_fromjson_varint_empty_string_prepared`.
Curiously, Cassandra has the _opposite_ bug: It forbids an empty string for `varint` (as their test confirms), but allows it for `int`. I consider this to be a Cassandra bug, and we shouldn't be compatible for it. The tests **json_test.py**: `test_fromjson_int_empty_string_unprepared` and `test_fromjson_int_empty_string_prepared` are therefore marked "`cassandra_bug`" - they fail on Cassandra and pass on Scylla. | comp | fromjson should not accept the empty string as a number when writing to an integer column cassandra s fromjson function allows not just json number constants it also allows a string containing a number strings which do not hold a number fail with a functionfailure however currently the empty string is not consistently recognized to be an invalid number while for a column of type int the empty string results in an error as expected for a column of type varint scylla does not recognize the error this problem is reproduced by the cassandra test cassandra tests validation entities json test py testfromjsonfct which among hundreds of other tests tries to set a varint with fromjson of an empty string it is aso reproduced by our own tests in json test py test fromjson varint empty string unprepared and test fromjson varint empty string prepared curiously cassandra has the opposite bug it forbids an empty string for varint as their test confirms but allows it for int i consider this to be a cassandra bug and we shouldn t be compatible for it the tests json test py test fromjson int empty string unprepared and test fromjson int empty string prepared are therefore marked cassandra bug they fail on cassandra and pass on scylla | 1 |
6,539 | 6,525,044,625 | IssuesEvent | 2017-08-29 14:40:40 | nodejs/node | https://api.github.com/repos/nodejs/node | closed | Why do you trust CNNIC? | crypto question security | * **Subsystem**: tls
<!-- Enter your issue details below this comment. -->
- CNNIC has made tons of malware
- CNNIC has issued cert for possible MiTM attempt (distrust from Mozilla & Google)
- CNNIC has once banned personal registration for it's own profit (& political power)
- CNNIC has recalled several registered .cn domains arbitrarily for no prior acknowledgement from domains' owners (because domain name is same as names of Chinese athletes in 2008 Olympics)
You really shouldn't trust CNNIC. | True | Why do you trust CNNIC? - * **Subsystem**: tls
<!-- Enter your issue details below this comment. -->
- CNNIC has made tons of malware
- CNNIC has issued cert for possible MiTM attempt (distrust from Mozilla & Google)
- CNNIC has once banned personal registration for it's own profit (& political power)
- CNNIC has recalled several registered .cn domains arbitrarily for no prior acknowledgement from domains' owners (because domain name is same as names of Chinese athletes in 2008 Olympics)
You really shouldn't trust CNNIC. | non_comp | why do you trust cnnic subsystem tls cnnic has made tons of malware cnnic has issued cert for possible mitm attempt distrust from mozilla google cnnic has once banned personal registration for it s own profit political power cnnic has recalled several registered cn domains arbitrarily for no prior acknowledgement from domains owners because domain name is same as names of chinese athletes in olympics you really shouldn t trust cnnic | 0 |
142,264 | 11,461,774,496 | IssuesEvent | 2020-02-07 12:45:03 | valor-software/ngx-bootstrap | https://api.github.com/repos/valor-software/ngx-bootstrap | closed | feat(modals) add unit test opening ng modal window | comp(modal) effort2: medium (days) needs: tests | Hello guys! I need the unit test for opening the ngx-bootstrap modal window. But when I try it gives me a bunch of errors about undefined config, and backdrop property. And when I put this property, it gives another errors. Can you give a hint how to unit or maybe you know how test opening modal window function? I will be really appreciate for any help!
| 1.0 | feat(modals) add unit test opening ng modal window - Hello guys! I need the unit test for opening the ngx-bootstrap modal window. But when I try it gives me a bunch of errors about undefined config, and backdrop property. And when I put this property, it gives another errors. Can you give a hint how to unit or maybe you know how test opening modal window function? I will be really appreciate for any help!
| non_comp | feat modals add unit test opening ng modal window hello guys i need the unit test for opening the ngx bootstrap modal window but when i try it gives me a bunch of errors about undefined config and backdrop property and when i put this property it gives another errors can you give a hint how to unit or maybe you know how test opening modal window function i will be really appreciate for any help | 0 |
2,848 | 5,653,994,285 | IssuesEvent | 2017-04-09 03:53:37 | datafolklabs/cement | https://api.github.com/repos/datafolklabs/cement | closed | Drop Genshi Extension | incompatible | Genshi has not seen a release since 2013, and from what I can tell does not support Python 3. I don't know of anyone using this extension, so it is dropping. | True | Drop Genshi Extension - Genshi has not seen a release since 2013, and from what I can tell does not support Python 3. I don't know of anyone using this extension, so it is dropping. | comp | drop genshi extension genshi has not seen a release since and from what i can tell does not support python i don t know of anyone using this extension so it is dropping | 1 |
19,660 | 27,298,917,030 | IssuesEvent | 2023-02-23 23:09:51 | scikit-learn/scikit-learn | https://api.github.com/repos/scikit-learn/scikit-learn | closed | Support nullable pandas dtypes in `unique_labels` | New Feature Pandas compatibility | ### Describe the workflow you want to enable
I would like to be able to pass the nullable pandas dtypes ("Int64", "Float64", "boolean") into sklearn's `unique_labels` function. Because the dtypes become `object` dtype when converted to numpy arrays we get `ValueError: Mix type of y not allowed, got types {'binary', 'unknown'}`:
Repro with sklearn 1.2.1
```py
import pandas as pd
import pytest
from sklearn.utils.multiclass import unique_labels
for dtype in ["Int64", "Float64", "boolean"]:
y_true = pd.Series([1, 0, 0, 1, 0, 1, 1, 0, 1], dtype=dtype)
y_predicted = pd.Series([0, 0, 1, 1, 0, 1, 1, 1, 1], dtype="int64")
with pytest.raises(ValueError, match="Mix type of y not allowed, got types"):
unique_labels(y_true, y_predicted)
```
### Describe your proposed solution
We should get the same behavior as when `int64`, `float64`, and `bool` dtypes are used, which is no error:
```python
import pandas as pd
from sklearn.utils.multiclass import unique_labels
for dtype in ["int64", "float64", "bool"]:
y_true = pd.Series([1, 0, 0, 1, 0, 1, 1, 0, 1], dtype=dtype)
y_predicted = pd.Series([0, 0, 1, 1, 0, 1, 1, 1, 1], dtype="int64")
unique_labels(y_true, y_predicted)
```
### Describe alternatives you've considered, if relevant
Our current workaround is to convert the data to numpy arrays with the corresponding dtype that works prior to passing it into `unique_labels`.
### Additional context
_No response_ | True | Support nullable pandas dtypes in `unique_labels` - ### Describe the workflow you want to enable
I would like to be able to pass the nullable pandas dtypes ("Int64", "Float64", "boolean") into sklearn's `unique_labels` function. Because the dtypes become `object` dtype when converted to numpy arrays we get `ValueError: Mix type of y not allowed, got types {'binary', 'unknown'}`:
Repro with sklearn 1.2.1
```py
import pandas as pd
import pytest
from sklearn.utils.multiclass import unique_labels
for dtype in ["Int64", "Float64", "boolean"]:
y_true = pd.Series([1, 0, 0, 1, 0, 1, 1, 0, 1], dtype=dtype)
y_predicted = pd.Series([0, 0, 1, 1, 0, 1, 1, 1, 1], dtype="int64")
with pytest.raises(ValueError, match="Mix type of y not allowed, got types"):
unique_labels(y_true, y_predicted)
```
### Describe your proposed solution
We should get the same behavior as when `int64`, `float64`, and `bool` dtypes are used, which is no error:
```python
import pandas as pd
from sklearn.utils.multiclass import unique_labels
for dtype in ["int64", "float64", "bool"]:
y_true = pd.Series([1, 0, 0, 1, 0, 1, 1, 0, 1], dtype=dtype)
y_predicted = pd.Series([0, 0, 1, 1, 0, 1, 1, 1, 1], dtype="int64")
unique_labels(y_true, y_predicted)
```
### Describe alternatives you've considered, if relevant
Our current workaround is to convert the data to numpy arrays with the corresponding dtype that works prior to passing it into `unique_labels`.
### Additional context
_No response_ | comp | support nullable pandas dtypes in unique labels describe the workflow you want to enable i would like to be able to pass the nullable pandas dtypes boolean into sklearn s unique labels function because the dtypes become object dtype when converted to numpy arrays we get valueerror mix type of y not allowed got types binary unknown repro with sklearn py import pandas as pd import pytest from sklearn utils multiclass import unique labels for dtype in y true pd series dtype dtype y predicted pd series dtype with pytest raises valueerror match mix type of y not allowed got types unique labels y true y predicted describe your proposed solution we should get the same behavior as when and bool dtypes are used which is no error python import pandas as pd from sklearn utils multiclass import unique labels for dtype in y true pd series dtype dtype y predicted pd series dtype unique labels y true y predicted describe alternatives you ve considered if relevant our current workaround is to convert the data to numpy arrays with the corresponding dtype that works prior to passing it into unique labels additional context no response | 1 |
17,909 | 24,729,718,096 | IssuesEvent | 2022-10-20 16:31:32 | ricksouth/serilum-mc-mods | https://api.github.com/repos/ricksouth/serilum-mc-mods | opened | Easy Elytra Takeoff Compatibility with Reusable Rockets | Mod Label Missing Incompatibility | ## **Information**
Minecraft version: 1.19.2
Modloader: Forge
Forge version: 43.1.43
Environment: Singleplayer & Multiplayer
First mod name: [Easy Elytra Takeoff (Forge)](https://www.curseforge.com/minecraft/mc-mods/easy-elytra-takeoff)
First mod version: [1.19.2-3.0](https://www.curseforge.com/minecraft/mc-mods/easy-elytra-takeoff/files/3969772)
Second mod name: [Reusable Rockets](https://www.curseforge.com/minecraft/mc-mods/reusable-rockets)
Second mod version: [1.19.2-1.0.0](https://www.curseforge.com/minecraft/mc-mods/reusable-rockets/files/3920738)
## **Description**
Hi.
I've found that the reusable rockets from the Reusable Rockets mod cannot be used in a way intended by the Easy Elytra Takeoff mod.
When I use a vanilla firework on the ground, the "easy takeoff" works as intended. When I do the same with any of the reusable rockets - nothing happens. Reusable rockets can only be used the "vanilla" way, not the "easy takeoff" way.
Would it be possible to add compatibility between these two mods? | True | Easy Elytra Takeoff Compatibility with Reusable Rockets - ## **Information**
Minecraft version: 1.19.2
Modloader: Forge
Forge version: 43.1.43
Environment: Singleplayer & Multiplayer
First mod name: [Easy Elytra Takeoff (Forge)](https://www.curseforge.com/minecraft/mc-mods/easy-elytra-takeoff)
First mod version: [1.19.2-3.0](https://www.curseforge.com/minecraft/mc-mods/easy-elytra-takeoff/files/3969772)
Second mod name: [Reusable Rockets](https://www.curseforge.com/minecraft/mc-mods/reusable-rockets)
Second mod version: [1.19.2-1.0.0](https://www.curseforge.com/minecraft/mc-mods/reusable-rockets/files/3920738)
## **Description**
Hi.
I've found that the reusable rockets from the Reusable Rockets mod cannot be used in a way intended by the Easy Elytra Takeoff mod.
When I use a vanilla firework on the ground, the "easy takeoff" works as intended. When I do the same with any of the reusable rockets - nothing happens. Reusable rockets can only be used the "vanilla" way, not the "easy takeoff" way.
Would it be possible to add compatibility between these two mods? | comp | easy elytra takeoff compatibility with reusable rockets information minecraft version modloader forge forge version environment singleplayer multiplayer first mod name first mod version second mod name second mod version description hi i ve found that the reusable rockets from the reusable rockets mod cannot be used in a way intended by the easy elytra takeoff mod when i use a vanilla firework on the ground the easy takeoff works as intended when i do the same with any of the reusable rockets nothing happens reusable rockets can only be used the vanilla way not the easy takeoff way would it be possible to add compatibility between these two mods | 1 |
319,374 | 9,742,959,856 | IssuesEvent | 2019-06-02 21:36:32 | arcplanner/ArcPlanner | https://api.github.com/repos/arcplanner/ArcPlanner | opened | Need Parse Task Function | mode - missing priority - low severity - minor type - enhancement type - planned feature | The app will include a parser function(s) so the app can interpret text and convert it to a task. | 1.0 | Need Parse Task Function - The app will include a parser function(s) so the app can interpret text and convert it to a task. | non_comp | need parse task function the app will include a parser function s so the app can interpret text and convert it to a task | 0 |
2,836 | 5,636,820,875 | IssuesEvent | 2017-04-06 07:21:37 | asamuzaK/withExEditor | https://api.github.com/repos/asamuzaK/withExEditor | closed | Switch new line separator from <br/> to <div></div> | compatibility | See:
* [Rich text editor’s newline behaviour has been changed, now generates \<div\> instead of \<br\>](https://www.fxsitecompat.com/en-CA/docs/2017/rich-text-editor-s-newline-behaviour-has-been-changed-now-generates-div-instead-of-br/ "Rich text editor's newline behaviour has been changed, now generates \<div\> instead of \<br\> | Firefox Site Compatibility")
* [The defaultParagraphSeparator command](https://dvcs.w3.org/hg/editing/raw-file/329ddf94242a/editing.html#the-defaultparagraphseparator-command "HTML Editing APIs")
| True | Switch new line separator from <br/> to <div></div> - See:
* [Rich text editor’s newline behaviour has been changed, now generates \<div\> instead of \<br\>](https://www.fxsitecompat.com/en-CA/docs/2017/rich-text-editor-s-newline-behaviour-has-been-changed-now-generates-div-instead-of-br/ "Rich text editor's newline behaviour has been changed, now generates \<div\> instead of \<br\> | Firefox Site Compatibility")
* [The defaultParagraphSeparator command](https://dvcs.w3.org/hg/editing/raw-file/329ddf94242a/editing.html#the-defaultparagraphseparator-command "HTML Editing APIs")
| comp | switch new line separator from to see rich text editor s newline behaviour has been changed now generates instead of firefox site compatibility html editing apis | 1 |
13,818 | 16,543,296,083 | IssuesEvent | 2021-05-27 19:50:53 | ankidroid/Anki-Android | https://api.github.com/repos/ankidroid/Anki-Android | closed | Adding "pause" audio to AnkiDroid | Anki Ecosystem Compatibility Audio Enhancement Reviewer | I'd love to see the pausing of audio added to AnkiDroid. It is now included in both the Desktop version of Anki and in AnkiMobile. It had previously been accepted and given medium-priority as issue 1328 (https://github.com/ankidroid/Anki-Android/issues/1328), but because of inactivity was closed. | True | Adding "pause" audio to AnkiDroid - I'd love to see the pausing of audio added to AnkiDroid. It is now included in both the Desktop version of Anki and in AnkiMobile. It had previously been accepted and given medium-priority as issue 1328 (https://github.com/ankidroid/Anki-Android/issues/1328), but because of inactivity was closed. | comp | adding pause audio to ankidroid i d love to see the pausing of audio added to ankidroid it is now included in both the desktop version of anki and in ankimobile it had previously been accepted and given medium priority as issue but because of inactivity was closed | 1 |
14,536 | 17,628,325,724 | IssuesEvent | 2021-08-19 02:53:38 | illandril/FoundryVTT-chat-enhancements | https://api.github.com/repos/illandril/FoundryVTT-chat-enhancements | closed | Foundry 8.9 causes layout issues. | compatibility issue | Looks like something about the latest upgrade to 8.9 does some layout changes. The current speaker display element fills up available vertical space.
After experimenting it looks like a new `flexcol` class is taking priority. Changing the `.illandril-chat-enhancements--currentSpeaker` css flex declaration to be `!important` fixes the issue:
.illandril-chat-enhancements--currentSpeaker {
flex: 0 !important;
padding: 3px 0.5em;
}
Alternatively providing a more specific declaration including the new `flexcol` class works as well:
.flexcol > .illandril-chat-enhancements--currentSpeaker {
flex: 0;
padding: 3px 0.5em;
} | True | Foundry 8.9 causes layout issues. - Looks like something about the latest upgrade to 8.9 does some layout changes. The current speaker display element fills up available vertical space.
After experimenting it looks like a new `flexcol` class is taking priority. Changing the `.illandril-chat-enhancements--currentSpeaker` css flex declaration to be `!important` fixes the issue:
.illandril-chat-enhancements--currentSpeaker {
flex: 0 !important;
padding: 3px 0.5em;
}
Alternatively providing a more specific declaration including the new `flexcol` class works as well:
.flexcol > .illandril-chat-enhancements--currentSpeaker {
flex: 0;
padding: 3px 0.5em;
} | comp | foundry causes layout issues looks like something about the latest upgrade to does some layout changes the current speaker display element fills up available vertical space after experimenting it looks like a new flexcol class is taking priority changing the illandril chat enhancements currentspeaker css flex declaration to be important fixes the issue illandril chat enhancements currentspeaker flex important padding alternatively providing a more specific declaration including the new flexcol class works as well flexcol illandril chat enhancements currentspeaker flex padding | 1 |
594,681 | 18,051,221,967 | IssuesEvent | 2021-09-19 19:34:03 | mozilla/addons-server | https://api.github.com/repos/mozilla/addons-server | closed | TypeError: 'NoneType' object is not subscriptable | component: statistics priority: p3 state: stale | https://sentry.prod.mozaws.net/operations/olympia-prod/issues/9179328/?referrer=github_plugin
```
TypeError: 'NoneType' object is not subscriptable
File "olympia/amo/decorators.py", line 108, in wrapper
return f(*args, **kw)
File "olympia/addons/tasks.py", line 273, in update_addon_hotness
this = average['avg_this_week']
```
---
Looks like the `addon` does not have a GUID for some reasons.. | 1.0 | TypeError: 'NoneType' object is not subscriptable - https://sentry.prod.mozaws.net/operations/olympia-prod/issues/9179328/?referrer=github_plugin
```
TypeError: 'NoneType' object is not subscriptable
File "olympia/amo/decorators.py", line 108, in wrapper
return f(*args, **kw)
File "olympia/addons/tasks.py", line 273, in update_addon_hotness
this = average['avg_this_week']
```
---
Looks like the `addon` does not have a GUID for some reasons.. | non_comp | typeerror nonetype object is not subscriptable typeerror nonetype object is not subscriptable file olympia amo decorators py line in wrapper return f args kw file olympia addons tasks py line in update addon hotness this average looks like the addon does not have a guid for some reasons | 0 |
5,105 | 7,715,750,884 | IssuesEvent | 2018-05-23 08:38:59 | pojome/elementor | https://api.github.com/repos/pojome/elementor | closed | Wistia Video | compatibility | as to wistia's website by adding `wp_oembed_add_provider( '/https?:\/\/(.+)?(wistia.com|wi.st)\/(medias|embed)\/.*/', 'http://thinglogix.wistia.com/oembed', true);` Wordpress would support their video as well and oembed should work - entering a link to a video on their website works when entered into the regular WP text box - however, it does not work when entering the same url into a text- or html- box in Elementor - any ideas
it would be helpful as well if Wistia videos could be added to the Elementor video widget. | True | Wistia Video - as to wistia's website by adding `wp_oembed_add_provider( '/https?:\/\/(.+)?(wistia.com|wi.st)\/(medias|embed)\/.*/', 'http://thinglogix.wistia.com/oembed', true);` Wordpress would support their video as well and oembed should work - entering a link to a video on their website works when entered into the regular WP text box - however, it does not work when entering the same url into a text- or html- box in Elementor - any ideas
it would be helpful as well if Wistia videos could be added to the Elementor video widget. | comp | wistia video as to wistia s website by adding wp oembed add provider https wistia com wi st medias embed true wordpress would support their video as well and oembed should work entering a link to a video on their website works when entered into the regular wp text box however it does not work when entering the same url into a text or html box in elementor any ideas it would be helpful as well if wistia videos could be added to the elementor video widget | 1 |
383,792 | 11,362,409,635 | IssuesEvent | 2020-01-26 21:05:52 | teamforus/forus | https://api.github.com/repos/teamforus/forus | closed | Change e-mails header (from) back before it gets merged into the release | Priority: Critical - Next release | ## Main asssignee: @
## Context/goal:
For one of our projects we changed the FROM header to the name of our clients.
I am not sure how this is done, but before this gets merged into a release branch I would like to see his changed.

| 1.0 | Change e-mails header (from) back before it gets merged into the release - ## Main asssignee: @
## Context/goal:
For one of our projects we changed the FROM header to the name of our clients.
I am not sure how this is done, but before this gets merged into a release branch I would like to see his changed.

| non_comp | change e mails header from back before it gets merged into the release main asssignee context goal for one of our projects we changed the from header to the name of our clients i am not sure how this is done but before this gets merged into a release branch i would like to see his changed | 0 |
6,511 | 8,790,180,926 | IssuesEvent | 2018-12-21 08:01:45 | arcticicestudio/nord-docs | https://api.github.com/repos/arcticicestudio/nord-docs | opened | Gatsby Plugin "Sitemap" | context-api scope-compatibility type-feature | <p align="center"><img src="https://user-images.githubusercontent.com/7836623/50330182-920a6280-04fa-11e9-825d-157168c2eb93.png" width="20%" /></p>
This issue documents the integration of [gatsby-plugin-sitemap][gh-gatsby-gpsm] that automatically generates a [sitemap][wiki-sm] including all of _Nord Docs_ pages, except the ones excluded by default and custom configured routes.
Note that by default the plugin assumes that the default Gatsby config object field `siteMetadata.siteUrl` is set to the site's URL.
## Tasks
- [x] Install required packages:
- [gatsby-plugin-sitemap][npm-gpo]
- [x] Implement the plugin configuration.
[gh-gatsby-gpsm]: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap
[npm-gpsm]: https://www.npmjs.com/package/gatsby-plugin-sitemap
[wiki-sm]: https://en.wikipedia.org/wiki/Site_map
| True | Gatsby Plugin "Sitemap" - <p align="center"><img src="https://user-images.githubusercontent.com/7836623/50330182-920a6280-04fa-11e9-825d-157168c2eb93.png" width="20%" /></p>
This issue documents the integration of [gatsby-plugin-sitemap][gh-gatsby-gpsm] that automatically generates a [sitemap][wiki-sm] including all of _Nord Docs_ pages, except the ones excluded by default and custom configured routes.
Note that by default the plugin assumes that the default Gatsby config object field `siteMetadata.siteUrl` is set to the site's URL.
## Tasks
- [x] Install required packages:
- [gatsby-plugin-sitemap][npm-gpo]
- [x] Implement the plugin configuration.
[gh-gatsby-gpsm]: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap
[npm-gpsm]: https://www.npmjs.com/package/gatsby-plugin-sitemap
[wiki-sm]: https://en.wikipedia.org/wiki/Site_map
| comp | gatsby plugin sitemap this issue documents the integration of that automatically generates a including all of nord docs pages except the ones excluded by default and custom configured routes note that by default the plugin assumes that the default gatsby config object field sitemetadata siteurl is set to the site s url tasks install required packages implement the plugin configuration | 1 |
2,275 | 5,037,106,810 | IssuesEvent | 2016-12-17 13:19:59 | yvt/openspades | https://api.github.com/repos/yvt/openspades | closed | Left click action when bullet runs out | AoSβ compatibility bug | openspadesのプレイヤーが弾切れ時に左クリックを押した際、通常のクライアントから見ると射撃が行われているように見えます。
また、openspadesのプレイヤーが銃を持っているとき、Shiftキーを押してのスプリント状態で左クリックを押すと、通常のクライアントのプレイヤーからは射撃されているように見えます。
銃以外のspade等でも攻撃動作不能時に左クリックを行うことで通常クライアントとの見え方の差が生じるようです。
また、通常のクライアントでは弾切れ時やスプリント時に射撃が停止されるタイミングでpyspadesのserver.pyの"def on_shoot_set(self, shoot)"が、引数shootにFalseを持って呼び出されるのに対し、openspadesではこの関数が呼び出されません。
これによってスクリプトが正常に動作しないことがあるようです。
また、こちらはあまり支障のないバグでありますが、銃を持った通常のクライアントのプレイヤーが左クリックを非常に短い間隔で連打すると、openspadesのプレイヤーには弾が発射されていないように見える(攻撃判定は存在する)という現象が発見されましたので合わせて報告させていただきます。
-----English----
When the openspades player pushes the left click when the bullet runs out, it seems to be shooting from the normal clients.
Also, when a player of openspades has a gun, pressing the left click in the sprint state with pressing the Shift key appears to be shooting from regular client players.
Even with spades other than guns, it seems that there is a difference in appearance with normal clients by left clicking when the attack is inoperative.
Also, in normal clients, "def on_shoot_set (self, shoot)" of pyspades server.py is called with False as the argument ’shoot’ at the timing when the shooting is stopped at the time of out of bullet or at the time of sprint, openspades This function will not be called.
It seems that this may cause the script to not work properly.
Also, although this is a bug that is not a big hindrance, if players of ordinary clients with guns repeatedly pushes the left click at very short intervals, the phenomenon that openspades players seemed not to be fired was discovered, I will report it together.
| True | Left click action when bullet runs out - openspadesのプレイヤーが弾切れ時に左クリックを押した際、通常のクライアントから見ると射撃が行われているように見えます。
また、openspadesのプレイヤーが銃を持っているとき、Shiftキーを押してのスプリント状態で左クリックを押すと、通常のクライアントのプレイヤーからは射撃されているように見えます。
銃以外のspade等でも攻撃動作不能時に左クリックを行うことで通常クライアントとの見え方の差が生じるようです。
また、通常のクライアントでは弾切れ時やスプリント時に射撃が停止されるタイミングでpyspadesのserver.pyの"def on_shoot_set(self, shoot)"が、引数shootにFalseを持って呼び出されるのに対し、openspadesではこの関数が呼び出されません。
これによってスクリプトが正常に動作しないことがあるようです。
また、こちらはあまり支障のないバグでありますが、銃を持った通常のクライアントのプレイヤーが左クリックを非常に短い間隔で連打すると、openspadesのプレイヤーには弾が発射されていないように見える(攻撃判定は存在する)という現象が発見されましたので合わせて報告させていただきます。
-----English----
When the openspades player pushes the left click when the bullet runs out, it seems to be shooting from the normal clients.
Also, when a player of openspades has a gun, pressing the left click in the sprint state with pressing the Shift key appears to be shooting from regular client players.
Even with spades other than guns, it seems that there is a difference in appearance with normal clients by left clicking when the attack is inoperative.
Also, in normal clients, "def on_shoot_set (self, shoot)" of pyspades server.py is called with False as the argument ’shoot’ at the timing when the shooting is stopped at the time of out of bullet or at the time of sprint, openspades This function will not be called.
It seems that this may cause the script to not work properly.
Also, although this is a bug that is not a big hindrance, if players of ordinary clients with guns repeatedly pushes the left click at very short intervals, the phenomenon that openspades players seemed not to be fired was discovered, I will report it together.
| comp | left click action when bullet runs out openspadesのプレイヤーが弾切れ時に左クリックを押した際、通常のクライアントから見ると射撃が行われているように見えます。 また、openspadesのプレイヤーが銃を持っているとき、shiftキーを押してのスプリント状態で左クリックを押すと、通常のクライアントのプレイヤーからは射撃されているように見えます。 銃以外のspade等でも攻撃動作不能時に左クリックを行うことで通常クライアントとの見え方の差が生じるようです。 また、通常のクライアントでは弾切れ時やスプリント時に射撃が停止されるタイミングでpyspadesのserver pyの def on shoot set self shoot が、引数shootにfalseを持って呼び出されるのに対し、openspadesではこの関数が呼び出されません。 これによってスクリプトが正常に動作しないことがあるようです。 また、こちらはあまり支障のないバグでありますが、銃を持った通常のクライアントのプレイヤーが左クリックを非常に短い間隔で連打すると、openspadesのプレイヤーには弾が発射されていないように見える(攻撃判定は存在する)という現象が発見されましたので合わせて報告させていただきます。 english when the openspades player pushes the left click when the bullet runs out it seems to be shooting from the normal clients also when a player of openspades has a gun pressing the left click in the sprint state with pressing the shift key appears to be shooting from regular client players even with spades other than guns it seems that there is a difference in appearance with normal clients by left clicking when the attack is inoperative also in normal clients def on shoot set self shoot of pyspades server py is called with false as the argument ’shoot’ at the timing when the shooting is stopped at the time of out of bullet or at the time of sprint openspades this function will not be called it seems that this may cause the script to not work properly also although this is a bug that is not a big hindrance if players of ordinary clients with guns repeatedly pushes the left click at very short intervals the phenomenon that openspades players seemed not to be fired was discovered i will report it together | 1 |
54,536 | 13,912,429,382 | IssuesEvent | 2020-10-20 18:51:31 | jgeraigery/LocalCatalogManager | https://api.github.com/repos/jgeraigery/LocalCatalogManager | closed | CVE-2019-17531 (High) detected in jackson-databind-2.8.5.jar - autoclosed | security vulnerability | ## CVE-2019-17531 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.5.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: LocalCatalogManager/lcm-server/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.5/jackson-databind-2.8.5.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.5/jackson-databind-2.8.5.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.5/jackson-databind-2.8.5.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.5/jackson-databind-2.8.5.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.8.5.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/jgeraigery/LocalCatalogManager/commit/b8c24e199f2d440dea3ce3cc2c66ada102d5d922">b8c24e199f2d440dea3ce3cc2c66ada102d5d922</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the apache-log4j-extra (version 1.2.x) jar in the classpath, and an attacker can provide a JNDI service to access, it is possible to make the service execute a malicious payload.
<p>Publish Date: 2019-10-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-17531>CVE-2019-17531</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17531">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17531</a></p>
<p>Release Date: 2019-10-12</p>
<p>Fix Resolution: 2.10</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.5","isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.8.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.10"}],"vulnerabilityIdentifier":"CVE-2019-17531","vulnerabilityDetails":"A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the apache-log4j-extra (version 1.2.x) jar in the classpath, and an attacker can provide a JNDI service to access, it is possible to make the service execute a malicious payload.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-17531","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | True | CVE-2019-17531 (High) detected in jackson-databind-2.8.5.jar - autoclosed - ## CVE-2019-17531 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.5.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: LocalCatalogManager/lcm-server/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.5/jackson-databind-2.8.5.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.5/jackson-databind-2.8.5.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.5/jackson-databind-2.8.5.jar,canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.5/jackson-databind-2.8.5.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.8.5.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/jgeraigery/LocalCatalogManager/commit/b8c24e199f2d440dea3ce3cc2c66ada102d5d922">b8c24e199f2d440dea3ce3cc2c66ada102d5d922</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the apache-log4j-extra (version 1.2.x) jar in the classpath, and an attacker can provide a JNDI service to access, it is possible to make the service execute a malicious payload.
<p>Publish Date: 2019-10-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-17531>CVE-2019-17531</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17531">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17531</a></p>
<p>Release Date: 2019-10-12</p>
<p>Fix Resolution: 2.10</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.5","isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.8.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.10"}],"vulnerabilityIdentifier":"CVE-2019-17531","vulnerabilityDetails":"A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the apache-log4j-extra (version 1.2.x) jar in the classpath, and an attacker can provide a JNDI service to access, it is possible to make the service execute a malicious payload.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-17531","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | non_comp | cve high detected in jackson databind jar autoclosed cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file localcatalogmanager lcm server pom xml path to vulnerable library canner repository com fasterxml jackson core jackson databind jackson databind jar canner repository com fasterxml jackson core jackson databind jackson databind jar home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar canner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind through when default typing is enabled either globally or for a specific property for an externally exposed json endpoint and the service has the apache extra version x jar in the classpath and an attacker can provide a jndi service to access it is possible to make the service execute a malicious payload publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rescue worker helmet automatic remediation is available for this issue isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails a polymorphic typing issue was discovered in fasterxml jackson databind through when default typing is enabled either globally or for a specific property for an externally exposed json endpoint and the service has the apache extra version x jar in the classpath and an attacker can provide a jndi service to access it is possible to make the service execute a malicious payload vulnerabilityurl | 0 |
1,904 | 4,576,964,969 | IssuesEvent | 2016-09-17 00:06:39 | facebook/hhvm | https://api.github.com/repos/facebook/hhvm | closed | php compatibility: mb_strrpos() | mid-pri php5 incompatibility php7 incompatibility probably easy | ### HHVM Version
tested: hhvm-3.10.0 - 3.12.0
### Standalone code, or other way to reproduce the problem
```php
echo mb_strrpos('한국어', '국', 0, '8bit');
```
https://3v4l.org/2H3Lg
### Expected result
3
### Actual result
1
| True | php compatibility: mb_strrpos() - ### HHVM Version
tested: hhvm-3.10.0 - 3.12.0
### Standalone code, or other way to reproduce the problem
```php
echo mb_strrpos('한국어', '국', 0, '8bit');
```
https://3v4l.org/2H3Lg
### Expected result
3
### Actual result
1
| comp | php compatibility mb strrpos hhvm version tested hhvm standalone code or other way to reproduce the problem php echo mb strrpos 한국어 국 expected result actual result | 1 |
1,783 | 4,344,467,935 | IssuesEvent | 2016-07-29 08:31:26 | AdguardTeam/AdguardForAndroid | https://api.github.com/repos/AdguardTeam/AdguardForAndroid | closed | Smart appointments are blocked in Google Calendar | Compatibility | Adguard is blocking the smart appointments when creating a reminder in Google Calendar.
Open Google Calendar, click "+" > Goal/Reminder/Event. Type in anything, suggestions will come up, but they are absent if Adguard is on. Disabling ad filtering in Firewall seems to helps.
<details>

</details>
<details>

</details>
<details>

</details>
<details>

</details>
App version: 2.6.108
Noticed on Android 5.0.1 and 6.0.1 | True | Smart appointments are blocked in Google Calendar - Adguard is blocking the smart appointments when creating a reminder in Google Calendar.
Open Google Calendar, click "+" > Goal/Reminder/Event. Type in anything, suggestions will come up, but they are absent if Adguard is on. Disabling ad filtering in Firewall seems to helps.
<details>

</details>
<details>

</details>
<details>

</details>
<details>

</details>
App version: 2.6.108
Noticed on Android 5.0.1 and 6.0.1 | comp | smart appointments are blocked in google calendar adguard is blocking the smart appointments when creating a reminder in google calendar open google calendar click goal reminder event type in anything suggestions will come up but they are absent if adguard is on disabling ad filtering in firewall seems to helps app version noticed on android and | 1 |
516,150 | 14,976,003,172 | IssuesEvent | 2021-01-28 07:17:24 | OpenSRP/opensrp-client-reveal | https://api.github.com/repos/OpenSRP/opensrp-client-reveal | closed | Review of the VectorLink Databases | Priority: Medium | - [ ] Some users in Vectorlink have tasks with an updated business status that have no associated events. The follow-up activity was to get database dumps from users devices in the affected area to determine if the events existed and just failed to synchronize. This tickets seeks to facilitates the review of the provided database dumps for review and determine if there are events that can be used to update the existing entries in the database.
**Root cause**
During P2P sync events that had not been to server on the source device are marked as task processing is pending on the destination device if task is not yet sent
Upgrade of database also causing update of events to task processing pending that makes the events not to be synced
This happens if task has not be synced yet to the device, this happens in p2p especially since tasks will be synced after events
Some events are on the server but miss base entity ids and also task details. This seems not to happen anymore, however spray events created via the filled events may have such a bug
**Solutions**
- Remove the additional status (task not processed) for events
- Reset all event with task not processed to unsynced so that they can be synced
- Remove optimizations that may prevent events from being synced.
- Filled events view make sure the details of the current event being edited populate the new event
**Why did we need the additional status**
- Initially we used events to update tasks locally as task updates were not being saved, we now sync task status updates to server
- We now don't need the functionality to reprocess events when task,locations are synced.
- We generate server version for events and tasks real time on save/update on the server
- There is no way that events can sync before locations, structures or tasks, this could happen with schedule based server version generation | 1.0 | Review of the VectorLink Databases - - [ ] Some users in Vectorlink have tasks with an updated business status that have no associated events. The follow-up activity was to get database dumps from users devices in the affected area to determine if the events existed and just failed to synchronize. This tickets seeks to facilitates the review of the provided database dumps for review and determine if there are events that can be used to update the existing entries in the database.
**Root cause**
During P2P sync events that had not been to server on the source device are marked as task processing is pending on the destination device if task is not yet sent
Upgrade of database also causing update of events to task processing pending that makes the events not to be synced
This happens if task has not be synced yet to the device, this happens in p2p especially since tasks will be synced after events
Some events are on the server but miss base entity ids and also task details. This seems not to happen anymore, however spray events created via the filled events may have such a bug
**Solutions**
- Remove the additional status (task not processed) for events
- Reset all event with task not processed to unsynced so that they can be synced
- Remove optimizations that may prevent events from being synced.
- Filled events view make sure the details of the current event being edited populate the new event
**Why did we need the additional status**
- Initially we used events to update tasks locally as task updates were not being saved, we now sync task status updates to server
- We now don't need the functionality to reprocess events when task,locations are synced.
- We generate server version for events and tasks real time on save/update on the server
- There is no way that events can sync before locations, structures or tasks, this could happen with schedule based server version generation | non_comp | review of the vectorlink databases some users in vectorlink have tasks with an updated business status that have no associated events the follow up activity was to get database dumps from users devices in the affected area to determine if the events existed and just failed to synchronize this tickets seeks to facilitates the review of the provided database dumps for review and determine if there are events that can be used to update the existing entries in the database root cause during sync events that had not been to server on the source device are marked as task processing is pending on the destination device if task is not yet sent upgrade of database also causing update of events to task processing pending that makes the events not to be synced this happens if task has not be synced yet to the device this happens in especially since tasks will be synced after events some events are on the server but miss base entity ids and also task details this seems not to happen anymore however spray events created via the filled events may have such a bug solutions remove the additional status task not processed for events reset all event with task not processed to unsynced so that they can be synced remove optimizations that may prevent events from being synced filled events view make sure the details of the current event being edited populate the new event why did we need the additional status initially we used events to update tasks locally as task updates were not being saved we now sync task status updates to server we now don t need the functionality to reprocess events when task locations are synced we generate server version for events and tasks real time on save update on the server there is no way that events can sync before locations structures or tasks this could happen with schedule based server version generation | 0 |
19,245 | 26,742,467,942 | IssuesEvent | 2023-01-30 13:56:05 | elementor/elementor | https://api.github.com/repos/elementor/elementor | closed | ⛔ 🐞 Bug Report: Logged PHP Notice with Undefined index: the7_auto_width_table conditions.php on line 87 | compatibility/3rd_party type/developer-api | ### Prerequisites
- [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [X] The issue still exists against the latest stable version of Elementor.
### Description
I please you check problem with logging this PHP NOTICE:
[11-Jan-2023 14:51:52 UTC] PHP Notice: Undefined index: the7_auto_width_mobile in /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php on line 87
[11-Jan-2023 14:51:52 UTC] PHP Notice: Undefined index: the7_auto_width_tablet in /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php on line 87
The notice still repeated with any GET request. I know, that the problem has not direct affect to my site, but the notice still fullfill debug.log every day, and this debug.log is very huge after 1 week (about 400 MB).
My webhosting provider dont allowed me to ini set for ignoring E_NOTICE severity, and for my opinion it is not good practice to hide of any severity.
It seems to me as compatibility issue with The7 theme and Elementor.
Please, dont advise me with ignoring E_NOTICE severity, because I need the NOTICE severity for logging other compatibilities plugin issues.
Thank you.
Zbynek
Some screenshots:

[php_error.log](https://github.com/elementor/elementor/files/10437600/php_error.log)
### Steps to reproduce
1) I resolved my page https://choketopus.com/ at
2) In debug log are:
[error-log-chtktps-one-get.txt](https://github.com/elementor/elementor/files/10437611/error-log-chtktps-one-get.txt)
### Isolating the problem
- [X] This bug happens with only Elementor plugin active (and Elementor Pro).
- [ ] This bug happens with a Blank WordPress theme active ([Hello theme](https://wordpress.org/themes/hello-elementor/)).
- [X] I can reproduce this bug consistently using the steps above.
### System Info
== Server Environment ==
Operating System: Linux
Software: Apache
MySQL version: mariadb.org binary distribution v10.3.37
PHP Version: 7.4.33
PHP Memory Limit: 256M
PHP Max Input Vars: 5000
PHP Max Post Size: 256M
GD Installed: Yes
ZIP Installed: Yes
Write Permissions: All right
Elementor Library: Connected
== WordPress Environment ==
Version: 6.1.1
Site URL: https://choketopus.com
Home URL: https://choketopus.com
WP Multisite: No
Max Upload Size: 256 MB
Memory limit: 512M
Max Memory limit: 256M
Permalink Structure: /%postname%/
Language: cs
Timezone: Europe/Prague
Admin Email: zbynek.simek@outlook.com
Debug Mode: Active
== Theme ==
Name: the7dtchild
Version: 1.0.0
Author: Dream-Theme
Child Theme: Yes
Parent Theme Name: The7
Parent Theme Version: 11.3.0
Parent Theme Author: Dream-Theme
== User ==
Role: administrator
WP Profile lang: cs_CZ
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
== Active Plugins ==
Advanced Order Export For WooCommerce
Version: 3.3.3
Author: AlgolPlus
Booster for WooCommerce
Version: 6.0.1
Author: Pluggabl LLC
Choketopus Email Flow
Version: 2.1.0
Author: Webtories s.r.o
Duplicator Pro
Version: 4.5.9.1
Author: Snap Creek
Elementor
Version: 3.10.0
Author: Elementor.com
Elementor Pro
Version: 3.10.1
Author: Elementor.com
GTM4WP
Version: 1.16.2
Author: Thomas Geiger
PDF Invoices & Packing Slips for WooCommerce
Version: 3.2.6
Author: WP Overnight
Product Filter for WooCommerce
Version: 7.2.5
Author: 7VX LLC, USA CA
Product Size Chart for Woocommerce
Version: 1.1.3
Author: Ciobanu George
The7 Elements
Version: 2.7.1
Author: Dream-Theme
WooCommerce
Version: 7.2.3
Author: Automattic
WooCommerce Advanced Bulk Edit
Version: 5.0
Author: George Iron
Woo Fio
Version: 1.3
Author: Woo
Woo GoPay Inline
Version: 1.6.1
Author: Woo
Woo Zásilkovna
Version: 2.7.5
Author: WM
Wordfence Security
Version: 7.8.2
Author: Wordfence
WPML Multilingual CMS
Version: 4.5.14
Author: OnTheGoSystems
WPML String Translation
Version: 3.2.3
Author: OnTheGoSystems
Yoast SEO
Version: 19.14
Author: Team Yoast
== Použitím Elements ==
footer : 4
divider : 1
form : 1
heading : 3
icon-list : 1
image : 1
spacer : 1
the7_button_widget : 9
header : 2
divider : 1
html : 1
icon : 2
image : 1
nav-menu : 1
search-form : 1
social-icons : 1
spacer : 2
text-editor : 1
woocommerce-menu-cart : 1
page : 1
heading : 1
html : 2
text-editor : 3
product : 1
divider : 1
heading : 1
image : 1
the7-woocommerce-product-images : 1
woocommerce-breadcrumb : 1
woocommerce-product-add-to-cart : 1
woocommerce-product-data-tabs : 1
woocommerce-product-price : 1
woocommerce-product-rating : 1
woocommerce-product-short-description : 1
woocommerce-product-title : 1
woocommerce-product-upsell : 1
wp-post : 9
heading : 5
html : 8
image : 2
spacer : 5
text-editor : 23
video : 2
wp-page : 20
button : 64
divider : 94
form : 2
heading : 132
hotspot : 4
html : 1
icon-box : 8
image : 113
slides : 1
social-icons : 1
spacer : 44
text-editor : 42
video : 4
search-results : 1
archive-posts : 1
divider : 1
theme-archive-title : 1
product-archive : 5
wc-archive-products : 1
== Nastavení ==
cpt_support: post, page
allow_tracking: yes
css_print_method: internal
load_fa4_shim: yes
== Features ==
Custom Fonts: 0
Custom Icons: 0
== Integrations ==
woocommerce: Active
== Experimenty Elementoru ==
Optimalizováno DOM Output: Ve výchozím stavu neaktivní
Vylepšené načítání assetů: Ve výchozím stavu neaktivní
Vylepšené načítání CSS: Ve výchozím stavu neaktivní
Inline Font Icons: Ve výchozím stavu neaktivní
Vylepšení přístupnosti: Ve výchozím stavu neaktivní
Dodatečné vlastní body zalomení: Aktivní
Skrýt ve vyhledávání nativní widgety WordPress : Ve výchozím stavu aktivní
admin_menu_rearrangement: Ve výchozím stavu neaktivní
Flexbox kontejner: Ve výchozím stavu neaktivní
Default to New Theme Builder: Ve výchozím stavu aktivní
Vstupní stránky (Landing page): Ve výchozím stavu aktivní
Vložené prvky: Ve výchozím stavu neaktivní
Líné načítání obrázků na pozadí: Ve výchozím stavu neaktivní
Uložit jako výchozí: Ve výchozím stavu aktivní
Page Transitions: Ve výchozím stavu aktivní
Notes: Ve výchozím stavu aktivní
Loop: Ve výchozím stavu neaktivní
Form Submissions: Ve výchozím stavu aktivní
Scroll Snap: Ve výchozím stavu aktivní
== Log ==
Log: showing 20 of 332022-12-12 21:28:51 [info] Elementor data updater process has been completed. [array (
'plugin' => 'Elementor Pro',
'from' => '3.7.7',
'to' => '3.8.2',
)]
2022-12-19 07:56:27 [info] Elementor data updater process has been queued. [array (
'plugin' => 'Elementor Pro',
'from' => '3.8.2',
'to' => '3.9.1',
)]
2022-12-19 07:56:28 [info] elementor-pro::elementor_pro_updater Started
2022-12-19 07:56:28 [info] Elementor Pro/Upgrades - _on_each_version Start
2022-12-19 07:56:28 [info] Elementor Pro/Upgrades - _on_each_version Finished
2022-12-19 07:56:28 [info] Elementor data updater process has been completed. [array (
'plugin' => 'Elementor Pro',
'from' => '3.8.2',
'to' => '3.9.1',
)]
2023-01-11 12:39:46 [info] elementor::elementor_updater Started
2023-01-11 12:39:46 [info] Elementor/Upgrades - _on_each_version Start
2023-01-11 12:39:46 [info] Elementor/Upgrades - _on_each_version Finished
2023-01-11 12:39:46 [info] Elementor data updater process has been completed. [array (
'plugin' => 'Elementor',
'from' => '3.9.0',
'to' => '3.9.2',
)]
2023-01-11 15:33:07 [info] Elementor data updater process has been queued. [array (
'plugin' => 'Elementor',
'from' => '3.9.2',
'to' => '3.10.0',
)]
2023-01-11 15:33:07 [info] elementor::elementor_updater Started
2023-01-11 15:33:07 [info] Elementor/Upgrades - _on_each_version Start
2023-01-11 15:33:08 [info] Elementor/Upgrades - _on_each_version Finished
2023-01-11 15:33:08 [info] Elementor data updater process has been completed. [array (
'plugin' => 'Elementor',
'from' => '3.9.2',
'to' => '3.10.0',
)]
2023-01-11 15:42:08 [info] Elementor data updater process has been queued. [array (
'plugin' => 'Elementor Pro',
'from' => '3.9.1',
'to' => '3.10.1',
)]
2023-01-11 15:42:09 [info] elementor-pro::elementor_pro_updater Started
2023-01-11 15:42:09 [info] Elementor Pro/Upgrades - _on_each_version Start
2023-01-11 15:42:09 [info] Elementor Pro/Upgrades - _on_each_version Finished
2023-01-11 15:42:09 [info] Elementor data updater process has been completed. [array (
'plugin' => 'Elementor Pro',
'from' => '3.9.1',
'to' => '3.10.1',
)]
PHP: showing 9 of 9PHP: 2022-12-13 10:53:50 [notice X 61][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php::87] Undefined index: the7_auto_width_tablet [array (
'trace' => '
#0: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php(87): Elementor\Core\Logger\Manager -> rest_error_handler()
#1: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1383): Elementor\Conditions :: check()
#2: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1169): Elementor\Controls_Stack -> is_control_visible()
#3: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1210): Elementor\Controls_Stack -> get_active_settings()
#4: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/element-base.php(663): Elementor\Controls_Stack -> get_settings_for_display()
',
)]
PHP: 2022-12-13 10:53:50 [notice X 61][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php::87] Undefined index: the7_auto_width_mobile [array (
'trace' => '
#0: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php(87): Elementor\Core\Logger\Manager -> rest_error_handler()
#1: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1383): Elementor\Conditions :: check()
#2: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1169): Elementor\Controls_Stack -> is_control_visible()
#3: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1210): Elementor\Controls_Stack -> get_active_settings()
#4: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/element-base.php(663): Elementor\Controls_Stack -> get_settings_for_display()
',
)]
PHP: 2022-12-13 10:56:22 [notice X 58582][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php::87] Undefined index: the7_auto_width_mobile [array (
'trace' => '
#0: Elementor\Core\Logger\Manager -> shutdown()
',
)]
PHP: 2022-12-19 07:56:20 [error X 1][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor-pro/modules/posts/data/controller.php::12] Uncaught Error: Class 'ElementorPro\Data\Base\Controller' not found in /www/doc/www.choketopus.com/www/wp-content/plugins/elementor-pro/modules/posts/data/controller.php:12
Stack trace:
#0 /www/doc/www.choketopus.com/www/wp-content/plugins/elementor-pro/plugin.php(153): include()
#1 [internal function]: ElementorPro\Plugin->autoload('ElementorPro\\Mo...')
#2 /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/data/manager.php(88): spl_autoload_call('ElementorPro\\Mo...')
#3 /www/doc/www.choketopus.com/www/wp-content/plugins/elementor-pro/modules/posts/module.php(99): Elementor\Data\Manager->register_controller('ElementorPro\\Mo...')
#4 /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/core/base/module.php(85): ElementorPro\Modules\Posts\Module->__construct()
#5 /www/doc/www.choketopus.com/www/wp-content/plugins/elementor-pro/core/modules-manager.php(86): Elementor\Core\Base\Module::instance()
#6 /www/doc/www.choketopus.com/www/wp-content/plugins/elementor-pro/plugin.php(357): ElementorPro\ [array (
'trace' => '
#0: Elementor\Core\Logger\Manager -> shutdown()
',
)]
PHP: 2023-01-11 15:33:08 [notice X 2][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/core/base/document.php::1709] Trying to get property 'post_status' of non-object [array (
'trace' => '
#0: Elementor\Core\Logger\Manager -> shutdown()
',
)]
PHP: 2023-01-12 10:07:11 [error X 2][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/core/common/modules/ajax/module.php::266] Allowed memory size of 268435456 bytes exhausted (tried to allocate 872448 bytes) [array (
'trace' => '
#0: Elementor\Core\Logger\Manager -> shutdown()
',
)]
PHP: 2023-01-12 10:12:58 [notice X 1][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/core/common/modules/ajax/module.php::172] Undefined index: data [array (
'trace' => '
#0: Elementor\Core\Logger\Manager -> shutdown()
',
)]
PHP: 2023-01-12 10:16:15 [notice X 116][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php::87] Undefined index: the7_auto_width_tablet [array (
'trace' => '
#0: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php(87): Elementor\Core\Logger\Manager -> rest_error_handler()
#1: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1385): Elementor\Conditions :: check()
#2: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1171): Elementor\Controls_Stack -> is_control_visible()
#3: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1212): Elementor\Controls_Stack -> get_active_settings()
#4: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/element-base.php(669): Elementor\Controls_Stack -> get_settings_for_display()
',
)]
PHP: 2023-01-12 10:16:15 [notice X 116][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php::87] Undefined index: the7_auto_width_mobile [array (
'trace' => '
#0: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php(87): Elementor\Core\Logger\Manager -> rest_error_handler()
#1: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1385): Elementor\Conditions :: check()
#2: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1171): Elementor\Controls_Stack -> is_control_visible()
#3: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1212): Elementor\Controls_Stack -> get_active_settings()
#4: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/element-base.php(669): Elementor\Controls_Stack -> get_settings_for_display()
',
)]
== Elementor - Compatibility Tag ==
Elementor Pro: Nekompatibilní
== Elementor Pro - Compatibility Tag ==
| True | ⛔ 🐞 Bug Report: Logged PHP Notice with Undefined index: the7_auto_width_table conditions.php on line 87 - ### Prerequisites
- [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [X] The issue still exists against the latest stable version of Elementor.
### Description
I please you check problem with logging this PHP NOTICE:
[11-Jan-2023 14:51:52 UTC] PHP Notice: Undefined index: the7_auto_width_mobile in /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php on line 87
[11-Jan-2023 14:51:52 UTC] PHP Notice: Undefined index: the7_auto_width_tablet in /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php on line 87
The notice still repeated with any GET request. I know, that the problem has not direct affect to my site, but the notice still fullfill debug.log every day, and this debug.log is very huge after 1 week (about 400 MB).
My webhosting provider dont allowed me to ini set for ignoring E_NOTICE severity, and for my opinion it is not good practice to hide of any severity.
It seems to me as compatibility issue with The7 theme and Elementor.
Please, dont advise me with ignoring E_NOTICE severity, because I need the NOTICE severity for logging other compatibilities plugin issues.
Thank you.
Zbynek
Some screenshots:

[php_error.log](https://github.com/elementor/elementor/files/10437600/php_error.log)
### Steps to reproduce
1) I resolved my page https://choketopus.com/ at
2) In debug log are:
[error-log-chtktps-one-get.txt](https://github.com/elementor/elementor/files/10437611/error-log-chtktps-one-get.txt)
### Isolating the problem
- [X] This bug happens with only Elementor plugin active (and Elementor Pro).
- [ ] This bug happens with a Blank WordPress theme active ([Hello theme](https://wordpress.org/themes/hello-elementor/)).
- [X] I can reproduce this bug consistently using the steps above.
### System Info
== Server Environment ==
Operating System: Linux
Software: Apache
MySQL version: mariadb.org binary distribution v10.3.37
PHP Version: 7.4.33
PHP Memory Limit: 256M
PHP Max Input Vars: 5000
PHP Max Post Size: 256M
GD Installed: Yes
ZIP Installed: Yes
Write Permissions: All right
Elementor Library: Connected
== WordPress Environment ==
Version: 6.1.1
Site URL: https://choketopus.com
Home URL: https://choketopus.com
WP Multisite: No
Max Upload Size: 256 MB
Memory limit: 512M
Max Memory limit: 256M
Permalink Structure: /%postname%/
Language: cs
Timezone: Europe/Prague
Admin Email: zbynek.simek@outlook.com
Debug Mode: Active
== Theme ==
Name: the7dtchild
Version: 1.0.0
Author: Dream-Theme
Child Theme: Yes
Parent Theme Name: The7
Parent Theme Version: 11.3.0
Parent Theme Author: Dream-Theme
== User ==
Role: administrator
WP Profile lang: cs_CZ
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
== Active Plugins ==
Advanced Order Export For WooCommerce
Version: 3.3.3
Author: AlgolPlus
Booster for WooCommerce
Version: 6.0.1
Author: Pluggabl LLC
Choketopus Email Flow
Version: 2.1.0
Author: Webtories s.r.o
Duplicator Pro
Version: 4.5.9.1
Author: Snap Creek
Elementor
Version: 3.10.0
Author: Elementor.com
Elementor Pro
Version: 3.10.1
Author: Elementor.com
GTM4WP
Version: 1.16.2
Author: Thomas Geiger
PDF Invoices & Packing Slips for WooCommerce
Version: 3.2.6
Author: WP Overnight
Product Filter for WooCommerce
Version: 7.2.5
Author: 7VX LLC, USA CA
Product Size Chart for Woocommerce
Version: 1.1.3
Author: Ciobanu George
The7 Elements
Version: 2.7.1
Author: Dream-Theme
WooCommerce
Version: 7.2.3
Author: Automattic
WooCommerce Advanced Bulk Edit
Version: 5.0
Author: George Iron
Woo Fio
Version: 1.3
Author: Woo
Woo GoPay Inline
Version: 1.6.1
Author: Woo
Woo Zásilkovna
Version: 2.7.5
Author: WM
Wordfence Security
Version: 7.8.2
Author: Wordfence
WPML Multilingual CMS
Version: 4.5.14
Author: OnTheGoSystems
WPML String Translation
Version: 3.2.3
Author: OnTheGoSystems
Yoast SEO
Version: 19.14
Author: Team Yoast
== Použitím Elements ==
footer : 4
divider : 1
form : 1
heading : 3
icon-list : 1
image : 1
spacer : 1
the7_button_widget : 9
header : 2
divider : 1
html : 1
icon : 2
image : 1
nav-menu : 1
search-form : 1
social-icons : 1
spacer : 2
text-editor : 1
woocommerce-menu-cart : 1
page : 1
heading : 1
html : 2
text-editor : 3
product : 1
divider : 1
heading : 1
image : 1
the7-woocommerce-product-images : 1
woocommerce-breadcrumb : 1
woocommerce-product-add-to-cart : 1
woocommerce-product-data-tabs : 1
woocommerce-product-price : 1
woocommerce-product-rating : 1
woocommerce-product-short-description : 1
woocommerce-product-title : 1
woocommerce-product-upsell : 1
wp-post : 9
heading : 5
html : 8
image : 2
spacer : 5
text-editor : 23
video : 2
wp-page : 20
button : 64
divider : 94
form : 2
heading : 132
hotspot : 4
html : 1
icon-box : 8
image : 113
slides : 1
social-icons : 1
spacer : 44
text-editor : 42
video : 4
search-results : 1
archive-posts : 1
divider : 1
theme-archive-title : 1
product-archive : 5
wc-archive-products : 1
== Nastavení ==
cpt_support: post, page
allow_tracking: yes
css_print_method: internal
load_fa4_shim: yes
== Features ==
Custom Fonts: 0
Custom Icons: 0
== Integrations ==
woocommerce: Active
== Experimenty Elementoru ==
Optimalizováno DOM Output: Ve výchozím stavu neaktivní
Vylepšené načítání assetů: Ve výchozím stavu neaktivní
Vylepšené načítání CSS: Ve výchozím stavu neaktivní
Inline Font Icons: Ve výchozím stavu neaktivní
Vylepšení přístupnosti: Ve výchozím stavu neaktivní
Dodatečné vlastní body zalomení: Aktivní
Skrýt ve vyhledávání nativní widgety WordPress : Ve výchozím stavu aktivní
admin_menu_rearrangement: Ve výchozím stavu neaktivní
Flexbox kontejner: Ve výchozím stavu neaktivní
Default to New Theme Builder: Ve výchozím stavu aktivní
Vstupní stránky (Landing page): Ve výchozím stavu aktivní
Vložené prvky: Ve výchozím stavu neaktivní
Líné načítání obrázků na pozadí: Ve výchozím stavu neaktivní
Uložit jako výchozí: Ve výchozím stavu aktivní
Page Transitions: Ve výchozím stavu aktivní
Notes: Ve výchozím stavu aktivní
Loop: Ve výchozím stavu neaktivní
Form Submissions: Ve výchozím stavu aktivní
Scroll Snap: Ve výchozím stavu aktivní
== Log ==
Log: showing 20 of 332022-12-12 21:28:51 [info] Elementor data updater process has been completed. [array (
'plugin' => 'Elementor Pro',
'from' => '3.7.7',
'to' => '3.8.2',
)]
2022-12-19 07:56:27 [info] Elementor data updater process has been queued. [array (
'plugin' => 'Elementor Pro',
'from' => '3.8.2',
'to' => '3.9.1',
)]
2022-12-19 07:56:28 [info] elementor-pro::elementor_pro_updater Started
2022-12-19 07:56:28 [info] Elementor Pro/Upgrades - _on_each_version Start
2022-12-19 07:56:28 [info] Elementor Pro/Upgrades - _on_each_version Finished
2022-12-19 07:56:28 [info] Elementor data updater process has been completed. [array (
'plugin' => 'Elementor Pro',
'from' => '3.8.2',
'to' => '3.9.1',
)]
2023-01-11 12:39:46 [info] elementor::elementor_updater Started
2023-01-11 12:39:46 [info] Elementor/Upgrades - _on_each_version Start
2023-01-11 12:39:46 [info] Elementor/Upgrades - _on_each_version Finished
2023-01-11 12:39:46 [info] Elementor data updater process has been completed. [array (
'plugin' => 'Elementor',
'from' => '3.9.0',
'to' => '3.9.2',
)]
2023-01-11 15:33:07 [info] Elementor data updater process has been queued. [array (
'plugin' => 'Elementor',
'from' => '3.9.2',
'to' => '3.10.0',
)]
2023-01-11 15:33:07 [info] elementor::elementor_updater Started
2023-01-11 15:33:07 [info] Elementor/Upgrades - _on_each_version Start
2023-01-11 15:33:08 [info] Elementor/Upgrades - _on_each_version Finished
2023-01-11 15:33:08 [info] Elementor data updater process has been completed. [array (
'plugin' => 'Elementor',
'from' => '3.9.2',
'to' => '3.10.0',
)]
2023-01-11 15:42:08 [info] Elementor data updater process has been queued. [array (
'plugin' => 'Elementor Pro',
'from' => '3.9.1',
'to' => '3.10.1',
)]
2023-01-11 15:42:09 [info] elementor-pro::elementor_pro_updater Started
2023-01-11 15:42:09 [info] Elementor Pro/Upgrades - _on_each_version Start
2023-01-11 15:42:09 [info] Elementor Pro/Upgrades - _on_each_version Finished
2023-01-11 15:42:09 [info] Elementor data updater process has been completed. [array (
'plugin' => 'Elementor Pro',
'from' => '3.9.1',
'to' => '3.10.1',
)]
PHP: showing 9 of 9PHP: 2022-12-13 10:53:50 [notice X 61][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php::87] Undefined index: the7_auto_width_tablet [array (
'trace' => '
#0: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php(87): Elementor\Core\Logger\Manager -> rest_error_handler()
#1: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1383): Elementor\Conditions :: check()
#2: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1169): Elementor\Controls_Stack -> is_control_visible()
#3: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1210): Elementor\Controls_Stack -> get_active_settings()
#4: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/element-base.php(663): Elementor\Controls_Stack -> get_settings_for_display()
',
)]
PHP: 2022-12-13 10:53:50 [notice X 61][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php::87] Undefined index: the7_auto_width_mobile [array (
'trace' => '
#0: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php(87): Elementor\Core\Logger\Manager -> rest_error_handler()
#1: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1383): Elementor\Conditions :: check()
#2: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1169): Elementor\Controls_Stack -> is_control_visible()
#3: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1210): Elementor\Controls_Stack -> get_active_settings()
#4: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/element-base.php(663): Elementor\Controls_Stack -> get_settings_for_display()
',
)]
PHP: 2022-12-13 10:56:22 [notice X 58582][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php::87] Undefined index: the7_auto_width_mobile [array (
'trace' => '
#0: Elementor\Core\Logger\Manager -> shutdown()
',
)]
PHP: 2022-12-19 07:56:20 [error X 1][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor-pro/modules/posts/data/controller.php::12] Uncaught Error: Class 'ElementorPro\Data\Base\Controller' not found in /www/doc/www.choketopus.com/www/wp-content/plugins/elementor-pro/modules/posts/data/controller.php:12
Stack trace:
#0 /www/doc/www.choketopus.com/www/wp-content/plugins/elementor-pro/plugin.php(153): include()
#1 [internal function]: ElementorPro\Plugin->autoload('ElementorPro\\Mo...')
#2 /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/data/manager.php(88): spl_autoload_call('ElementorPro\\Mo...')
#3 /www/doc/www.choketopus.com/www/wp-content/plugins/elementor-pro/modules/posts/module.php(99): Elementor\Data\Manager->register_controller('ElementorPro\\Mo...')
#4 /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/core/base/module.php(85): ElementorPro\Modules\Posts\Module->__construct()
#5 /www/doc/www.choketopus.com/www/wp-content/plugins/elementor-pro/core/modules-manager.php(86): Elementor\Core\Base\Module::instance()
#6 /www/doc/www.choketopus.com/www/wp-content/plugins/elementor-pro/plugin.php(357): ElementorPro\ [array (
'trace' => '
#0: Elementor\Core\Logger\Manager -> shutdown()
',
)]
PHP: 2023-01-11 15:33:08 [notice X 2][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/core/base/document.php::1709] Trying to get property 'post_status' of non-object [array (
'trace' => '
#0: Elementor\Core\Logger\Manager -> shutdown()
',
)]
PHP: 2023-01-12 10:07:11 [error X 2][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/core/common/modules/ajax/module.php::266] Allowed memory size of 268435456 bytes exhausted (tried to allocate 872448 bytes) [array (
'trace' => '
#0: Elementor\Core\Logger\Manager -> shutdown()
',
)]
PHP: 2023-01-12 10:12:58 [notice X 1][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/core/common/modules/ajax/module.php::172] Undefined index: data [array (
'trace' => '
#0: Elementor\Core\Logger\Manager -> shutdown()
',
)]
PHP: 2023-01-12 10:16:15 [notice X 116][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php::87] Undefined index: the7_auto_width_tablet [array (
'trace' => '
#0: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php(87): Elementor\Core\Logger\Manager -> rest_error_handler()
#1: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1385): Elementor\Conditions :: check()
#2: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1171): Elementor\Controls_Stack -> is_control_visible()
#3: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1212): Elementor\Controls_Stack -> get_active_settings()
#4: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/element-base.php(669): Elementor\Controls_Stack -> get_settings_for_display()
',
)]
PHP: 2023-01-12 10:16:15 [notice X 116][/www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php::87] Undefined index: the7_auto_width_mobile [array (
'trace' => '
#0: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/conditions.php(87): Elementor\Core\Logger\Manager -> rest_error_handler()
#1: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1385): Elementor\Conditions :: check()
#2: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1171): Elementor\Controls_Stack -> is_control_visible()
#3: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/controls-stack.php(1212): Elementor\Controls_Stack -> get_active_settings()
#4: /www/doc/www.choketopus.com/www/wp-content/plugins/elementor/includes/base/element-base.php(669): Elementor\Controls_Stack -> get_settings_for_display()
',
)]
== Elementor - Compatibility Tag ==
Elementor Pro: Nekompatibilní
== Elementor Pro - Compatibility Tag ==
| comp | ⛔ 🐞 bug report logged php notice with undefined index auto width table conditions php on line 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 i please you check problem with logging this php notice php notice undefined index auto width mobile in www doc on line php notice undefined index auto width tablet in www doc on line the notice still repeated with any get request i know that the problem has not direct affect to my site but the notice still fullfill debug log every day and this debug log is very huge after week about mb my webhosting provider dont allowed me to ini set for ignoring e notice severity and for my opinion it is not good practice to hide of any severity it seems to me as compatibility issue with theme and elementor please dont advise me with ignoring e notice severity because i need the notice severity for logging other compatibilities plugin issues thank you zbynek some screenshots steps to reproduce i resolved my page at in debug log are isolating the problem this bug happens with only elementor plugin active and elementor pro this bug happens with a blank wordpress theme active i can reproduce this bug consistently using the steps above system info server environment operating system linux software apache mysql version mariadb org binary distribution php version php memory limit php max input vars php max post size gd installed yes zip installed yes write permissions all right elementor library connected wordpress environment version site url home url wp multisite no max upload size mb memory limit max memory limit permalink structure postname language cs timezone europe prague admin email zbynek simek outlook com debug mode active theme name version author dream theme child theme yes parent theme name parent theme version parent theme author dream theme user role administrator wp profile lang cs cz user agent mozilla windows nt applewebkit khtml like gecko chrome safari active plugins advanced order export for woocommerce version author algolplus booster for woocommerce version author pluggabl llc choketopus email flow version author webtories s r o duplicator pro version author snap creek elementor version author elementor com elementor pro version author elementor com version author thomas geiger pdf invoices packing slips for woocommerce version author wp overnight product filter for woocommerce version author llc usa ca product size chart for woocommerce version author ciobanu george elements version author dream theme woocommerce version author automattic woocommerce advanced bulk edit version author george iron woo fio version author woo woo gopay inline version author woo woo zásilkovna version author wm wordfence security version author wordfence wpml multilingual cms version author onthegosystems wpml string translation version author onthegosystems yoast seo version author team yoast použitím elements footer divider form heading icon list image spacer button widget header divider html icon image nav menu search form social icons spacer text editor woocommerce menu cart page heading html text editor product divider heading image woocommerce product images woocommerce breadcrumb woocommerce product add to cart woocommerce product data tabs woocommerce product price woocommerce product rating woocommerce product short description woocommerce product title woocommerce product upsell wp post heading html image spacer text editor video wp page button divider form heading hotspot html icon box image slides social icons spacer text editor video search results archive posts divider theme archive title product archive wc archive products nastavení cpt support post page allow tracking yes css print method internal load shim yes features custom fonts custom icons integrations woocommerce active experimenty elementoru optimalizováno dom output ve výchozím stavu neaktivní vylepšené načítání assetů ve výchozím stavu neaktivní vylepšené načítání css ve výchozím stavu neaktivní inline font icons ve výchozím stavu neaktivní vylepšení přístupnosti ve výchozím stavu neaktivní dodatečné vlastní body zalomení aktivní skrýt ve vyhledávání nativní widgety wordpress ve výchozím stavu aktivní admin menu rearrangement ve výchozím stavu neaktivní flexbox kontejner ve výchozím stavu neaktivní default to new theme builder ve výchozím stavu aktivní vstupní stránky landing page ve výchozím stavu aktivní vložené prvky ve výchozím stavu neaktivní líné načítání obrázků na pozadí ve výchozím stavu neaktivní uložit jako výchozí ve výchozím stavu aktivní page transitions ve výchozím stavu aktivní notes ve výchozím stavu aktivní loop ve výchozím stavu neaktivní form submissions ve výchozím stavu aktivní scroll snap ve výchozím stavu aktivní log log showing of elementor data updater process has been completed array plugin elementor pro from to elementor data updater process has been queued array plugin elementor pro from to elementor pro elementor pro updater started elementor pro upgrades on each version start elementor pro upgrades on each version finished elementor data updater process has been completed array plugin elementor pro from to elementor elementor updater started elementor upgrades on each version start elementor upgrades on each version finished elementor data updater process has been completed array plugin elementor from to elementor data updater process has been queued array plugin elementor from to elementor elementor updater started elementor upgrades on each version start elementor upgrades on each version finished elementor data updater process has been completed array plugin elementor from to elementor data updater process has been queued array plugin elementor pro from to elementor pro elementor pro updater started elementor pro upgrades on each version start elementor pro upgrades on each version finished elementor data updater process has been completed array plugin elementor pro from to php showing of undefined index auto width tablet array trace www doc elementor core logger manager rest error handler www doc elementor conditions check www doc elementor controls stack is control visible www doc elementor controls stack get active settings www doc elementor controls stack get settings for display php undefined index auto width mobile array trace www doc elementor core logger manager rest error handler www doc elementor conditions check www doc elementor controls stack is control visible www doc elementor controls stack get active settings www doc elementor controls stack get settings for display php undefined index auto width mobile array trace elementor core logger manager shutdown php uncaught error class elementorpro data base controller not found in www doc stack trace www doc include elementorpro plugin autoload elementorpro mo www doc spl autoload call elementorpro mo www doc elementor data manager register controller elementorpro mo www doc elementorpro modules posts module construct www doc elementor core base module instance www doc elementorpro array trace elementor core logger manager shutdown php trying to get property post status of non object array trace elementor core logger manager shutdown php allowed memory size of bytes exhausted tried to allocate bytes array trace elementor core logger manager shutdown php undefined index data array trace elementor core logger manager shutdown php undefined index auto width tablet array trace www doc elementor core logger manager rest error handler www doc elementor conditions check www doc elementor controls stack is control visible www doc elementor controls stack get active settings www doc elementor controls stack get settings for display php undefined index auto width mobile array trace www doc elementor core logger manager rest error handler www doc elementor conditions check www doc elementor controls stack is control visible www doc elementor controls stack get active settings www doc elementor controls stack get settings for display elementor compatibility tag elementor pro nekompatibilní elementor pro compatibility tag | 1 |
12,445 | 2,700,312,803 | IssuesEvent | 2015-04-04 01:22:47 | kuri65536/python-for-android | https://api.github.com/repos/kuri65536/python-for-android | closed | Missing almost everything on Samsung Galaxy Note | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1.Install the APK.
2.Install scripts from inside the application.
3.Nothing further can be done.
What is the expected output? What do you see instead?
I expect to be able to reach the menu to install python interprter,
And to otherwise run python scripts.
What version of the product are you using? On what operating system?
Please provide any additional information below.
Android 2.3.6
```
Original issue reported on code.google.com by `carmageddon` on 12 Feb 2012 at 5:54
Attachments:
* [SC20120201-004411.png](https://storage.googleapis.com/google-code-attachments/python-for-android/issue-41/comment-0/SC20120201-004411.png)
| 1.0 | Missing almost everything on Samsung Galaxy Note - ```
What steps will reproduce the problem?
1.Install the APK.
2.Install scripts from inside the application.
3.Nothing further can be done.
What is the expected output? What do you see instead?
I expect to be able to reach the menu to install python interprter,
And to otherwise run python scripts.
What version of the product are you using? On what operating system?
Please provide any additional information below.
Android 2.3.6
```
Original issue reported on code.google.com by `carmageddon` on 12 Feb 2012 at 5:54
Attachments:
* [SC20120201-004411.png](https://storage.googleapis.com/google-code-attachments/python-for-android/issue-41/comment-0/SC20120201-004411.png)
| non_comp | missing almost everything on samsung galaxy note what steps will reproduce the problem install the apk install scripts from inside the application nothing further can be done what is the expected output what do you see instead i expect to be able to reach the menu to install python interprter and to otherwise run python scripts what version of the product are you using on what operating system please provide any additional information below android original issue reported on code google com by carmageddon on feb at attachments | 0 |
98,401 | 29,828,897,466 | IssuesEvent | 2023-06-18 02:21:56 | bazelbuild/bazel-buildfarm | https://api.github.com/repos/bazelbuild/bazel-buildfarm | closed | Bazel client error: FMB size limit exceeded | bug help wanted java Build Failure | Any call/construction of FMB request on server should be size limited.
```
(18:37:35) ERROR: <redacted>:11:8: Testing <redacted> failed: (Exit 34): Remote Execution Failure:
Unknown: FINDMISSINGBLOBS IS TOO LARGE: 80650 digests are required in one request!
java.io.IOException: com.google.devtools.build.lib.remote.ExecutionStatusException: UNKNOWN: FINDMISSINGBLOBS IS TOO LARGE: 80650 digests are required in one request!
at com.google.devtools.build.lib.remote.GrpcRemoteExecutor.executeRemotely(GrpcRemoteExecutor.java:235)
at com.google.devtools.build.lib.remote.RemoteExecutionService.executeRemotely(RemoteExecutionService.java:1496)
at com.google.devtools.build.lib.remote.RemoteSpawnRunner.lambda$exec$2(RemoteSpawnRunner.java:269)
at com.google.devtools.build.lib.remote.Retrier.execute(Retrier.java:244)
at com.google.devtools.build.lib.remote.RemoteRetrier.execute(RemoteRetrier.java:127)
at com.google.devtools.build.lib.remote.RemoteRetrier.execute(RemoteRetrier.java:116)
at com.google.devtools.build.lib.remote.RemoteSpawnRunner.exec(RemoteSpawnRunner.java:244)
at com.google.devtools.build.lib.exec.SpawnRunner.execAsync(SpawnRunner.java:301)
at com.google.devtools.build.lib.exec.AbstractSpawnStrategy.exec(AbstractSpawnStrategy.java:152)
at com.google.devtools.build.lib.exec.AbstractSpawnStrategy.exec(AbstractSpawnStrategy.java:112)
at com.google.devtools.build.lib.actions.SpawnStrategy.beginExecution(SpawnStrategy.java:47)
at com.google.devtools.build.lib.exec.SpawnStrategyResolver.beginExecution(SpawnStrategyResolver.java:64)
at com.google.devtools.build.lib.exec.StandaloneTestStrategy.beginTestAttempt(StandaloneTestStrategy.java:323)
at com.google.devtools.build.lib.exec.StandaloneTestStrategy$StandaloneTestRunnerSpawn.beginExecution(StandaloneTestStrategy.java:599)
at com.google.devtools.build.lib.analysis.test.TestRunnerAction.beginIfNotCancelled(TestRunnerAction.java:991)
at com.google.devtools.build.lib.analysis.test.TestRunnerAction.beginExecution(TestRunnerAction.java:958)
at com.google.devtools.build.lib.analysis.test.TestRunnerAction.execute(TestRunnerAction.java:1015)
at com.google.devtools.build.lib.analysis.test.TestRunnerAction.execute(TestRunnerAction.java:1007)
at com.google.devtools.build.lib.skyframe.SkyframeActionExecutor$5.execute(SkyframeActionExecutor.java:957)
at com.google.devtools.build.lib.skyframe.SkyframeActionExecutor$ActionRunner.continueAction(SkyframeActionExecutor.java:1124)
at com.google.devtools.build.lib.skyframe.SkyframeActionExecutor$ActionRunner.run(SkyframeActionExecutor.java:1082)
at com.google.devtools.build.lib.skyframe.ActionExecutionState.runStateMachine(ActionExecutionState.java:160)
at com.google.devtools.build.lib.skyframe.ActionExecutionState.getResultOrDependOnFuture(ActionExecutionState.java:93)
at com.google.devtools.build.lib.skyframe.SkyframeActionExecutor.executeAction(SkyframeActionExecutor.java:516)
at com.google.devtools.build.lib.skyframe.ActionExecutionFunction.checkCacheAndExecuteIfNeeded(ActionExecutionFunction.java:827)
at com.google.devtools.build.lib.skyframe.ActionExecutionFunction.computeInternal(ActionExecutionFunction.java:323)
at com.google.devtools.build.lib.skyframe.ActionExecutionFunction.compute(ActionExecutionFunction.java:161)
at com.google.devtools.build.skyframe.AbstractParallelEvaluator$Evaluate.run(AbstractParallelEvaluator.java:571)
at com.google.devtools.build.lib.concurrent.AbstractQueueVisitor$WrappedRunnable.run(AbstractQueueVisitor.java:382)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.google.devtools.build.lib.remote.ExecutionStatusException: UNKNOWN: FINDMISSINGBLOBS IS TOO LARGE: 80650 digests are required in one request!
at com.google.devtools.build.lib.remote.GrpcRemoteExecutor.handleStatus(GrpcRemoteExecutor.java:71)
at com.google.devtools.build.lib.remote.GrpcRemoteExecutor.getOperationResponse(GrpcRemoteExecutor.java:83)
at com.google.devtools.build.lib.remote.GrpcRemoteExecutor.lambda$executeRemotely$2(GrpcRemoteExecutor.java:194)
at com.google.devtools.build.lib.remote.Retrier.execute(Retrier.java:244)
at com.google.devtools.build.lib.remote.RemoteRetrier.execute(RemoteRetrier.java:127)
at com.google.devtools.build.lib.remote.RemoteRetrier.execute(RemoteRetrier.java:116)
at com.google.devtools.build.lib.remote.GrpcRemoteExecutor.lambda$executeRemotely$3(GrpcRemoteExecutor.java:140)
at com.google.devtools.build.lib.remote.util.Utils.refreshIfUnauthenticated(Utils.java:523)
at com.google.devtools.build.lib.remote.GrpcRemoteExecutor.executeRemotely(GrpcRemoteExecutor.java:138)
... 31 more
``` | 1.0 | Bazel client error: FMB size limit exceeded - Any call/construction of FMB request on server should be size limited.
```
(18:37:35) ERROR: <redacted>:11:8: Testing <redacted> failed: (Exit 34): Remote Execution Failure:
Unknown: FINDMISSINGBLOBS IS TOO LARGE: 80650 digests are required in one request!
java.io.IOException: com.google.devtools.build.lib.remote.ExecutionStatusException: UNKNOWN: FINDMISSINGBLOBS IS TOO LARGE: 80650 digests are required in one request!
at com.google.devtools.build.lib.remote.GrpcRemoteExecutor.executeRemotely(GrpcRemoteExecutor.java:235)
at com.google.devtools.build.lib.remote.RemoteExecutionService.executeRemotely(RemoteExecutionService.java:1496)
at com.google.devtools.build.lib.remote.RemoteSpawnRunner.lambda$exec$2(RemoteSpawnRunner.java:269)
at com.google.devtools.build.lib.remote.Retrier.execute(Retrier.java:244)
at com.google.devtools.build.lib.remote.RemoteRetrier.execute(RemoteRetrier.java:127)
at com.google.devtools.build.lib.remote.RemoteRetrier.execute(RemoteRetrier.java:116)
at com.google.devtools.build.lib.remote.RemoteSpawnRunner.exec(RemoteSpawnRunner.java:244)
at com.google.devtools.build.lib.exec.SpawnRunner.execAsync(SpawnRunner.java:301)
at com.google.devtools.build.lib.exec.AbstractSpawnStrategy.exec(AbstractSpawnStrategy.java:152)
at com.google.devtools.build.lib.exec.AbstractSpawnStrategy.exec(AbstractSpawnStrategy.java:112)
at com.google.devtools.build.lib.actions.SpawnStrategy.beginExecution(SpawnStrategy.java:47)
at com.google.devtools.build.lib.exec.SpawnStrategyResolver.beginExecution(SpawnStrategyResolver.java:64)
at com.google.devtools.build.lib.exec.StandaloneTestStrategy.beginTestAttempt(StandaloneTestStrategy.java:323)
at com.google.devtools.build.lib.exec.StandaloneTestStrategy$StandaloneTestRunnerSpawn.beginExecution(StandaloneTestStrategy.java:599)
at com.google.devtools.build.lib.analysis.test.TestRunnerAction.beginIfNotCancelled(TestRunnerAction.java:991)
at com.google.devtools.build.lib.analysis.test.TestRunnerAction.beginExecution(TestRunnerAction.java:958)
at com.google.devtools.build.lib.analysis.test.TestRunnerAction.execute(TestRunnerAction.java:1015)
at com.google.devtools.build.lib.analysis.test.TestRunnerAction.execute(TestRunnerAction.java:1007)
at com.google.devtools.build.lib.skyframe.SkyframeActionExecutor$5.execute(SkyframeActionExecutor.java:957)
at com.google.devtools.build.lib.skyframe.SkyframeActionExecutor$ActionRunner.continueAction(SkyframeActionExecutor.java:1124)
at com.google.devtools.build.lib.skyframe.SkyframeActionExecutor$ActionRunner.run(SkyframeActionExecutor.java:1082)
at com.google.devtools.build.lib.skyframe.ActionExecutionState.runStateMachine(ActionExecutionState.java:160)
at com.google.devtools.build.lib.skyframe.ActionExecutionState.getResultOrDependOnFuture(ActionExecutionState.java:93)
at com.google.devtools.build.lib.skyframe.SkyframeActionExecutor.executeAction(SkyframeActionExecutor.java:516)
at com.google.devtools.build.lib.skyframe.ActionExecutionFunction.checkCacheAndExecuteIfNeeded(ActionExecutionFunction.java:827)
at com.google.devtools.build.lib.skyframe.ActionExecutionFunction.computeInternal(ActionExecutionFunction.java:323)
at com.google.devtools.build.lib.skyframe.ActionExecutionFunction.compute(ActionExecutionFunction.java:161)
at com.google.devtools.build.skyframe.AbstractParallelEvaluator$Evaluate.run(AbstractParallelEvaluator.java:571)
at com.google.devtools.build.lib.concurrent.AbstractQueueVisitor$WrappedRunnable.run(AbstractQueueVisitor.java:382)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.google.devtools.build.lib.remote.ExecutionStatusException: UNKNOWN: FINDMISSINGBLOBS IS TOO LARGE: 80650 digests are required in one request!
at com.google.devtools.build.lib.remote.GrpcRemoteExecutor.handleStatus(GrpcRemoteExecutor.java:71)
at com.google.devtools.build.lib.remote.GrpcRemoteExecutor.getOperationResponse(GrpcRemoteExecutor.java:83)
at com.google.devtools.build.lib.remote.GrpcRemoteExecutor.lambda$executeRemotely$2(GrpcRemoteExecutor.java:194)
at com.google.devtools.build.lib.remote.Retrier.execute(Retrier.java:244)
at com.google.devtools.build.lib.remote.RemoteRetrier.execute(RemoteRetrier.java:127)
at com.google.devtools.build.lib.remote.RemoteRetrier.execute(RemoteRetrier.java:116)
at com.google.devtools.build.lib.remote.GrpcRemoteExecutor.lambda$executeRemotely$3(GrpcRemoteExecutor.java:140)
at com.google.devtools.build.lib.remote.util.Utils.refreshIfUnauthenticated(Utils.java:523)
at com.google.devtools.build.lib.remote.GrpcRemoteExecutor.executeRemotely(GrpcRemoteExecutor.java:138)
... 31 more
``` | non_comp | bazel client error fmb size limit exceeded any call construction of fmb request on server should be size limited error testing failed exit remote execution failure unknown findmissingblobs is too large digests are required in one request java io ioexception com google devtools build lib remote executionstatusexception unknown findmissingblobs is too large digests are required in one request at com google devtools build lib remote grpcremoteexecutor executeremotely grpcremoteexecutor java at com google devtools build lib remote remoteexecutionservice executeremotely remoteexecutionservice java at com google devtools build lib remote remotespawnrunner lambda exec remotespawnrunner java at com google devtools build lib remote retrier execute retrier java at com google devtools build lib remote remoteretrier execute remoteretrier java at com google devtools build lib remote remoteretrier execute remoteretrier java at com google devtools build lib remote remotespawnrunner exec remotespawnrunner java at com google devtools build lib exec spawnrunner execasync spawnrunner java at com google devtools build lib exec abstractspawnstrategy exec abstractspawnstrategy java at com google devtools build lib exec abstractspawnstrategy exec abstractspawnstrategy java at com google devtools build lib actions spawnstrategy beginexecution spawnstrategy java at com google devtools build lib exec spawnstrategyresolver beginexecution spawnstrategyresolver java at com google devtools build lib exec standaloneteststrategy begintestattempt standaloneteststrategy java at com google devtools build lib exec standaloneteststrategy standalonetestrunnerspawn beginexecution standaloneteststrategy java at com google devtools build lib analysis test testrunneraction beginifnotcancelled testrunneraction java at com google devtools build lib analysis test testrunneraction beginexecution testrunneraction java at com google devtools build lib analysis test testrunneraction execute testrunneraction java at com google devtools build lib analysis test testrunneraction execute testrunneraction java at com google devtools build lib skyframe skyframeactionexecutor execute skyframeactionexecutor java at com google devtools build lib skyframe skyframeactionexecutor actionrunner continueaction skyframeactionexecutor java at com google devtools build lib skyframe skyframeactionexecutor actionrunner run skyframeactionexecutor java at com google devtools build lib skyframe actionexecutionstate runstatemachine actionexecutionstate java at com google devtools build lib skyframe actionexecutionstate getresultordependonfuture actionexecutionstate java at com google devtools build lib skyframe skyframeactionexecutor executeaction skyframeactionexecutor java at com google devtools build lib skyframe actionexecutionfunction checkcacheandexecuteifneeded actionexecutionfunction java at com google devtools build lib skyframe actionexecutionfunction computeinternal actionexecutionfunction java at com google devtools build lib skyframe actionexecutionfunction compute actionexecutionfunction java at com google devtools build skyframe abstractparallelevaluator evaluate run abstractparallelevaluator java at com google devtools build lib concurrent abstractqueuevisitor wrappedrunnable run abstractqueuevisitor java at java base java util concurrent threadpoolexecutor runworker unknown source at java base java util concurrent threadpoolexecutor worker run unknown source at java base java lang thread run unknown source caused by com google devtools build lib remote executionstatusexception unknown findmissingblobs is too large digests are required in one request at com google devtools build lib remote grpcremoteexecutor handlestatus grpcremoteexecutor java at com google devtools build lib remote grpcremoteexecutor getoperationresponse grpcremoteexecutor java at com google devtools build lib remote grpcremoteexecutor lambda executeremotely grpcremoteexecutor java at com google devtools build lib remote retrier execute retrier java at com google devtools build lib remote remoteretrier execute remoteretrier java at com google devtools build lib remote remoteretrier execute remoteretrier java at com google devtools build lib remote grpcremoteexecutor lambda executeremotely grpcremoteexecutor java at com google devtools build lib remote util utils refreshifunauthenticated utils java at com google devtools build lib remote grpcremoteexecutor executeremotely grpcremoteexecutor java more | 0 |
10,957 | 12,973,041,608 | IssuesEvent | 2020-07-21 13:28:35 | propelorm/Propel2 | https://api.github.com/repos/propelorm/Propel2 | opened | Introduce has() for DTO like classes | BC-break 2.0 Compatibility issue | https://github.com/propelorm/Propel2/pull/1624 and alike reveal a lot of the underlying nullable issues in the current code base
Instead of blindly reusing the return result, e.g. `$this->getFoo()->doSth()` on currently nullable ones, we should introduce a new has...() wrapper on top, and throw meaningful exception for getter if null.
For the cases currently used as finder, we need to rewrite using
$result = $x->hasFoo() ? $x->getFoo() : null
or alike.
This way we can also in the future add typehints and have a cleaner API moving towards PHP8 compatibility. | True | Introduce has() for DTO like classes - https://github.com/propelorm/Propel2/pull/1624 and alike reveal a lot of the underlying nullable issues in the current code base
Instead of blindly reusing the return result, e.g. `$this->getFoo()->doSth()` on currently nullable ones, we should introduce a new has...() wrapper on top, and throw meaningful exception for getter if null.
For the cases currently used as finder, we need to rewrite using
$result = $x->hasFoo() ? $x->getFoo() : null
or alike.
This way we can also in the future add typehints and have a cleaner API moving towards PHP8 compatibility. | comp | introduce has for dto like classes and alike reveal a lot of the underlying nullable issues in the current code base instead of blindly reusing the return result e g this getfoo dosth on currently nullable ones we should introduce a new has wrapper on top and throw meaningful exception for getter if null for the cases currently used as finder we need to rewrite using result x hasfoo x getfoo null or alike this way we can also in the future add typehints and have a cleaner api moving towards compatibility | 1 |
391,395 | 11,572,898,194 | IssuesEvent | 2020-02-21 01:36:04 | iterative/dvc.org | https://api.github.com/repos/iterative/dvc.org | closed | community: pending issues | doc-website enhancement priority-p1 | > Continued from https://github.com/iterative/dvc.org/pull/874#issuecomment-585459258
Let's use this issue to list all pending issues @shcheklein @SvetaGr @andronovhopf | 1.0 | community: pending issues - > Continued from https://github.com/iterative/dvc.org/pull/874#issuecomment-585459258
Let's use this issue to list all pending issues @shcheklein @SvetaGr @andronovhopf | non_comp | community pending issues continued from let s use this issue to list all pending issues shcheklein svetagr andronovhopf | 0 |
18,320 | 25,327,910,855 | IssuesEvent | 2022-11-18 10:48:40 | wp-media/wp-rocket | https://api.github.com/repos/wp-media/wp-rocket | closed | RUCSS compatibility with CF7 hidden fields | 3rd party compatibility module: remove unused css type: dynamic selectors | **Before submitting an issue please check that you’ve completed the following steps:**
- [x] Made sure you’re on the latest version `3.12.3.1`
- [x] Used the search feature to ensure that the bug hasn’t been reported before
**Describe the bug**
CF7 adds an inline style to control the fields visibility state.
RUCSS would generate the style for one, but will miss the next iterations of the selector, leading hidden fields to become visible.
```
<style id="wpcf7-637761153f9da-inline-inline-css">
#wpcf7-637761153f9da-wrapper {display:none !important; visibility:hidden !important;}
</style>
```
Preserving `wpcf7-` fixes the issue.
**To Reproduce**
Steps to reproduce the behavior:
1. Add CF7 form with a hidden field
2. Use RUCSS
3. See error
**Expected behavior**
The fields visibility should remain as is.
**Screenshots**
N/A
**Additional context**
Ticket - https://secure.helpscout.net/conversation/2063741088/380715/
Added to RUCSS preserve list on the backend.
**Backlog Grooming (for WP Media dev team use only)**
- [ ] Reproduce the problem
- [ ] Identify the root cause
- [ ] Scope a solution
- [ ] Estimate the effort
| True | RUCSS compatibility with CF7 hidden fields - **Before submitting an issue please check that you’ve completed the following steps:**
- [x] Made sure you’re on the latest version `3.12.3.1`
- [x] Used the search feature to ensure that the bug hasn’t been reported before
**Describe the bug**
CF7 adds an inline style to control the fields visibility state.
RUCSS would generate the style for one, but will miss the next iterations of the selector, leading hidden fields to become visible.
```
<style id="wpcf7-637761153f9da-inline-inline-css">
#wpcf7-637761153f9da-wrapper {display:none !important; visibility:hidden !important;}
</style>
```
Preserving `wpcf7-` fixes the issue.
**To Reproduce**
Steps to reproduce the behavior:
1. Add CF7 form with a hidden field
2. Use RUCSS
3. See error
**Expected behavior**
The fields visibility should remain as is.
**Screenshots**
N/A
**Additional context**
Ticket - https://secure.helpscout.net/conversation/2063741088/380715/
Added to RUCSS preserve list on the backend.
**Backlog Grooming (for WP Media dev team use only)**
- [ ] Reproduce the problem
- [ ] Identify the root cause
- [ ] Scope a solution
- [ ] Estimate the effort
| comp | rucss compatibility with hidden fields before submitting an issue please check that you’ve completed the following steps made sure you’re on the latest version used the search feature to ensure that the bug hasn’t been reported before describe the bug adds an inline style to control the fields visibility state rucss would generate the style for one but will miss the next iterations of the selector leading hidden fields to become visible wrapper display none important visibility hidden important preserving fixes the issue to reproduce steps to reproduce the behavior add form with a hidden field use rucss see error expected behavior the fields visibility should remain as is screenshots n a additional context ticket added to rucss preserve list on the backend backlog grooming for wp media dev team use only reproduce the problem identify the root cause scope a solution estimate the effort | 1 |
86,294 | 3,710,049,264 | IssuesEvent | 2016-03-02 01:36:53 | cs2103jan2016-w09-2j/main | https://api.github.com/repos/cs2103jan2016-w09-2j/main | closed | The user can include more details to tasks | priority.high type.story | such as contacts, locations, relevant email and projects the task is linked to etc. | 1.0 | The user can include more details to tasks - such as contacts, locations, relevant email and projects the task is linked to etc. | non_comp | the user can include more details to tasks such as contacts locations relevant email and projects the task is linked to etc | 0 |
3,919 | 6,773,508,976 | IssuesEvent | 2017-10-27 06:24:27 | swagger-api/swagger-codegen | https://api.github.com/repos/swagger-api/swagger-codegen | reopened | [Swift4] Interoperability with Objective C | Client: Swift Enhancement: Compatibility | ##### Description
We're looking to use Swagger codegen with SWG v3.0 to generate the model and api files. However, we need to use these with existing Objective C project eg. Need the model obejcts returned in the response to be stored in local model to be used with ObjC View controllers.
##### Swagger-codegen version
verion 2.2.3
##### Swagger declaration file content or url
any file will do. Nothing specific
##### Command line used for generation
plain generate commanf for -l swift4
##### Steps to reproduce
generate any SWG v3.0 file into swift classes
##### Related issues/PRs
##### Suggest a fix/enhancement
Along with declaring Codeable, which you already do, the model objects need to be subclassed from NSObject, have @objcMembers annotation etc.
| True | [Swift4] Interoperability with Objective C - ##### Description
We're looking to use Swagger codegen with SWG v3.0 to generate the model and api files. However, we need to use these with existing Objective C project eg. Need the model obejcts returned in the response to be stored in local model to be used with ObjC View controllers.
##### Swagger-codegen version
verion 2.2.3
##### Swagger declaration file content or url
any file will do. Nothing specific
##### Command line used for generation
plain generate commanf for -l swift4
##### Steps to reproduce
generate any SWG v3.0 file into swift classes
##### Related issues/PRs
##### Suggest a fix/enhancement
Along with declaring Codeable, which you already do, the model objects need to be subclassed from NSObject, have @objcMembers annotation etc.
| comp | interoperability with objective c description we re looking to use swagger codegen with swg to generate the model and api files however we need to use these with existing objective c project eg need the model obejcts returned in the response to be stored in local model to be used with objc view controllers swagger codegen version verion swagger declaration file content or url any file will do nothing specific command line used for generation plain generate commanf for l steps to reproduce generate any swg file into swift classes related issues prs suggest a fix enhancement along with declaring codeable which you already do the model objects need to be subclassed from nsobject have objcmembers annotation etc | 1 |
20,157 | 28,242,828,021 | IssuesEvent | 2023-04-06 08:32:19 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | Yoast conflict with Avada Builder text element | wait for feedback compatibility Can not reproduce | <!-- 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 searched for any related issues and avoided creating a duplicate issue.
### Please give us a description of what happened.
When I edit a page using Avada Builder, the Text element does not appear on the editing screen where it should. When I use the Avada Live Editor, I see the Text element and I am able to make edits and save them. This occurs mainly on Text elements that retrieve data from an ACF Field.
We disabled and enabled all plugins to determine if any plugin caused this problem. Seems to be Yoast SEO.
### Please describe what you expected to happen and why.
I expect to see the Avada Text element appear on the Avada Builder on the edit screen of the page. It was there in the first place.
### How can we reproduce this behavior?
1. Login to our wordpress admin.
2. Go to the Regions (custom post type).
3. Edit a region.
4. You will see that the Avada Text element is not showing where it should be on the editor.
### Technical info
<!-- You can check these boxes once you've created the issue.
- If you are using Gutenberg or the Classic Editor plugin, please make sure you have updated to the latest version.
-->
* If relevant, which editor is affected (or editors):
- [ ] Classic Editor
- [ ] Gutenberg
- [ ] Classic Editor plugin
- [ X] Avada Builder
<!-- You can check these boxes once you've created the issue. -->
* Which browser is affected (or browsers):
- [X ] Chrome
- [ X] Firefox
- [ ] Safari
- [ ] Other <!-- please specify -->
#### Used versions
* WordPress version: 6.02
* Yoast SEO version: 19.7.2
* <!-- If relevant -->Gutenberg plugin version:
* <!-- If relevant -->Classic Editor plugin version:
* Relevant plugins in case of a bug: ACF. The bug mainly occurs when using an Avada Text block element and ACF field.
<!-- Please make sure you can reproduce this bug with a default theme such as Twenty Seventeen. Sometimes issues may occur due to theme conflicts. -->
* Tested with theme: Avada 7.8.2. This bug is specific to Avada. I could not reproduce on default theme as it does not use the builder.
[Avada-ACF-Text-Block-Issue-20221006.pdf](https://github.com/Yoast/wordpress-seo/files/9725799/Avada-ACF-Text-Block-Issue-20221006.pdf)
| True | Yoast conflict with Avada Builder text element - <!-- 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 searched for any related issues and avoided creating a duplicate issue.
### Please give us a description of what happened.
When I edit a page using Avada Builder, the Text element does not appear on the editing screen where it should. When I use the Avada Live Editor, I see the Text element and I am able to make edits and save them. This occurs mainly on Text elements that retrieve data from an ACF Field.
We disabled and enabled all plugins to determine if any plugin caused this problem. Seems to be Yoast SEO.
### Please describe what you expected to happen and why.
I expect to see the Avada Text element appear on the Avada Builder on the edit screen of the page. It was there in the first place.
### How can we reproduce this behavior?
1. Login to our wordpress admin.
2. Go to the Regions (custom post type).
3. Edit a region.
4. You will see that the Avada Text element is not showing where it should be on the editor.
### Technical info
<!-- You can check these boxes once you've created the issue.
- If you are using Gutenberg or the Classic Editor plugin, please make sure you have updated to the latest version.
-->
* If relevant, which editor is affected (or editors):
- [ ] Classic Editor
- [ ] Gutenberg
- [ ] Classic Editor plugin
- [ X] Avada Builder
<!-- You can check these boxes once you've created the issue. -->
* Which browser is affected (or browsers):
- [X ] Chrome
- [ X] Firefox
- [ ] Safari
- [ ] Other <!-- please specify -->
#### Used versions
* WordPress version: 6.02
* Yoast SEO version: 19.7.2
* <!-- If relevant -->Gutenberg plugin version:
* <!-- If relevant -->Classic Editor plugin version:
* Relevant plugins in case of a bug: ACF. The bug mainly occurs when using an Avada Text block element and ACF field.
<!-- Please make sure you can reproduce this bug with a default theme such as Twenty Seventeen. Sometimes issues may occur due to theme conflicts. -->
* Tested with theme: Avada 7.8.2. This bug is specific to Avada. I could not reproduce on default theme as it does not use the builder.
[Avada-ACF-Text-Block-Issue-20221006.pdf](https://github.com/Yoast/wordpress-seo/files/9725799/Avada-ACF-Text-Block-Issue-20221006.pdf)
| comp | yoast conflict with avada builder text element 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 for any related issues and avoided creating a duplicate issue please give us a description of what happened when i edit a page using avada builder the text element does not appear on the editing screen where it should when i use the avada live editor i see the text element and i am able to make edits and save them this occurs mainly on text elements that retrieve data from an acf field we disabled and enabled all plugins to determine if any plugin caused this problem seems to be yoast seo please describe what you expected to happen and why i expect to see the avada text element appear on the avada builder on the edit screen of the page it was there in the first place how can we reproduce this behavior login to our wordpress admin go to the regions custom post type edit a region you will see that the avada text element is not showing where it should be on the editor technical info you can check these boxes once you ve created the issue if you are using gutenberg or the classic editor plugin please make sure you have updated to the latest version if relevant which editor is affected or editors classic editor gutenberg classic editor plugin avada builder which browser is affected or browsers chrome firefox safari other used versions wordpress version yoast seo version gutenberg plugin version classic editor plugin version relevant plugins in case of a bug acf the bug mainly occurs when using an avada text block element and acf field tested with theme avada this bug is specific to avada i could not reproduce on default theme as it does not use the builder | 1 |
15,481 | 19,785,349,850 | IssuesEvent | 2022-01-18 05:43:16 | remkop/picocli | https://api.github.com/repos/remkop/picocli | closed | Bash complains of a missing compopt command | enhancement auto-completion shell compatibility | I've got the following output every time I press <tab> after generating the completion script using the default AutoComplete subcommand from PicoCLI 4.6.2:
```
-bash: compopt: command not found
```
```sh
$ echo $BASH_VERSION
3.2.57(1)-release
$uname -a
Darwin aalmiray2.local 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64
```
Apparently `compopt` is an alias for `complete` that's added only if $ZSH_VERSION is set, however the functions applied for Bash will still call that alias. | True | Bash complains of a missing compopt command - I've got the following output every time I press <tab> after generating the completion script using the default AutoComplete subcommand from PicoCLI 4.6.2:
```
-bash: compopt: command not found
```
```sh
$ echo $BASH_VERSION
3.2.57(1)-release
$uname -a
Darwin aalmiray2.local 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64
```
Apparently `compopt` is an alias for `complete` that's added only if $ZSH_VERSION is set, however the functions applied for Bash will still call that alias. | comp | bash complains of a missing compopt command i ve got the following output every time i press after generating the completion script using the default autocomplete subcommand from picocli bash compopt command not found sh echo bash version release uname a darwin local darwin kernel version mon aug pdt root xnu release apparently compopt is an alias for complete that s added only if zsh version is set however the functions applied for bash will still call that alias | 1 |
139,848 | 11,288,679,631 | IssuesEvent | 2020-01-16 08:29:57 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | roachtest: restart/down-for-2m failed | C-test-failure O-roachtest O-robot | [(roachtest).restart/down-for-2m failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1693614&tab=buildLog) on [master@e2c2be6cbef07c7f2ee6341816f81f72a206c32a](https://github.com/cockroachdb/cockroach/commits/e2c2be6cbef07c7f2ee6341816f81f72a206c32a):
```
The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20200116-1693614/restart/down-for-2m/run_1
cluster.go:1296,context.go:135,cluster.go:1285,test_runner.go:753: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-1693614-1579160767-17-n3cpu4 --oneshot --ignore-empty-nodes: exit status 1 1: dead
3: 7441
2: 6619
Error: 1: dead
```
<details><summary>Repro</summary><p>
Artifacts: [/restart/down-for-2m](https://teamcity.cockroachdb.com/viewLog.html?buildId=1693614&tab=artifacts#/restart/down-for-2m)
```
make stressrace TESTS=restart/down-for-2m PKG=./pkg/roachtest TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1
```
<sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
| 2.0 | roachtest: restart/down-for-2m failed - [(roachtest).restart/down-for-2m failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1693614&tab=buildLog) on [master@e2c2be6cbef07c7f2ee6341816f81f72a206c32a](https://github.com/cockroachdb/cockroach/commits/e2c2be6cbef07c7f2ee6341816f81f72a206c32a):
```
The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20200116-1693614/restart/down-for-2m/run_1
cluster.go:1296,context.go:135,cluster.go:1285,test_runner.go:753: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-1693614-1579160767-17-n3cpu4 --oneshot --ignore-empty-nodes: exit status 1 1: dead
3: 7441
2: 6619
Error: 1: dead
```
<details><summary>Repro</summary><p>
Artifacts: [/restart/down-for-2m](https://teamcity.cockroachdb.com/viewLog.html?buildId=1693614&tab=artifacts#/restart/down-for-2m)
```
make stressrace TESTS=restart/down-for-2m PKG=./pkg/roachtest TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1
```
<sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
| non_comp | roachtest restart down for failed on the test failed on branch master cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts restart down for run cluster go context go cluster go test runner go dead node detection home agent work go src github com cockroachdb cockroach bin roachprod monitor teamcity oneshot ignore empty nodes exit status dead error dead repro artifacts make stressrace tests restart down for pkg pkg roachtest testtimeout stressflags timeout powered by | 0 |
25,836 | 3,967,428,488 | IssuesEvent | 2016-05-03 16:10:58 | mozilla/addons-server | https://api.github.com/repos/mozilla/addons-server | closed | String 'Featured' is used in different contexts and needs disambiguation context for localization | redesign | The string 'Featured' currently exists in over a dozen different places.
The thing is that in some languages, for example in Finnish, adjectives can be singular or plural depending on how many things it refers to.
In some places 'Featured' refers to the list of featured add-ons, meaning that 'Featured' is a category containing many add-ons as in plural. This is the case on the front page, to the left, below the heading 'Explore'. Thus there 'Featured' needs to be translated as plural.
In some other places 'Featured' refers to a single featured add-on. This is the case on the page of a single add-on where on the right it says that an add-on is 'Featured'. Thus there 'Featured' needs to be translated as singular.
Because of the way Gettext works, all instances of the string 'Featured' have to share the same translation if there is no disambiguation context. Thus, as a localizer, I would like there to be some disambiguation context between these two cases so that proper localization would be possible. | 1.0 | String 'Featured' is used in different contexts and needs disambiguation context for localization - The string 'Featured' currently exists in over a dozen different places.
The thing is that in some languages, for example in Finnish, adjectives can be singular or plural depending on how many things it refers to.
In some places 'Featured' refers to the list of featured add-ons, meaning that 'Featured' is a category containing many add-ons as in plural. This is the case on the front page, to the left, below the heading 'Explore'. Thus there 'Featured' needs to be translated as plural.
In some other places 'Featured' refers to a single featured add-on. This is the case on the page of a single add-on where on the right it says that an add-on is 'Featured'. Thus there 'Featured' needs to be translated as singular.
Because of the way Gettext works, all instances of the string 'Featured' have to share the same translation if there is no disambiguation context. Thus, as a localizer, I would like there to be some disambiguation context between these two cases so that proper localization would be possible. | non_comp | string featured is used in different contexts and needs disambiguation context for localization the string featured currently exists in over a dozen different places the thing is that in some languages for example in finnish adjectives can be singular or plural depending on how many things it refers to in some places featured refers to the list of featured add ons meaning that featured is a category containing many add ons as in plural this is the case on the front page to the left below the heading explore thus there featured needs to be translated as plural in some other places featured refers to a single featured add on this is the case on the page of a single add on where on the right it says that an add on is featured thus there featured needs to be translated as singular because of the way gettext works all instances of the string featured have to share the same translation if there is no disambiguation context thus as a localizer i would like there to be some disambiguation context between these two cases so that proper localization would be possible | 0 |
20,092 | 28,064,177,839 | IssuesEvent | 2023-03-29 14:24:24 | TycheSoftwares/woocommerce-abandoned-cart | https://api.github.com/repos/TycheSoftwares/woocommerce-abandoned-cart | opened | Compatibility review of our plugin by WP Hive. | severity: minor client issue compatibility: 3rd-party-extension | **Describe the bug**
Compatibility review of our plugin by WP Hive.
**To Reproduce**
Steps to reproduce the behavior:
One client has shared this compatibility review of our plugin by WP Hive.
https://www.shop.bestbuddies.org/wp-content/uploads/2023/03/wp-hive.webp
Please check the same and do the necessary.
**Additional context**
https://wordpress.org/support/topic/not-php-8-1-compatible/ | True | Compatibility review of our plugin by WP Hive. - **Describe the bug**
Compatibility review of our plugin by WP Hive.
**To Reproduce**
Steps to reproduce the behavior:
One client has shared this compatibility review of our plugin by WP Hive.
https://www.shop.bestbuddies.org/wp-content/uploads/2023/03/wp-hive.webp
Please check the same and do the necessary.
**Additional context**
https://wordpress.org/support/topic/not-php-8-1-compatible/ | comp | compatibility review of our plugin by wp hive describe the bug compatibility review of our plugin by wp hive to reproduce steps to reproduce the behavior one client has shared this compatibility review of our plugin by wp hive please check the same and do the necessary additional context | 1 |
399,848 | 27,258,782,915 | IssuesEvent | 2023-02-22 13:30:53 | KinsonDigital/GotNuget | https://api.github.com/repos/KinsonDigital/GotNuget | closed | 🚧Remove repo related docs | medium priority preview 📝documentation/product | ### Complete The Item Below
- [X] I have updated the title without removing the 🚧 emoji.
### Description
Remove repo specific docs that exist at the org level.
Update link in READme to point to the org level contribution document.
### Acceptance Criteria
- [x] Contributing
- [x] Code_of_Conduct
- [x] ./documentation/branching.md
- [x] Table of Contents folder
- [x] EnvironmentSetup folder
- [x] Funding
### ToDo Items
- [X] Change type labels added to this issue. Refer to the _**Change Type Labels**_ section below.
- [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below.
- [X] Issue linked to the correct project _(if applicable)_.
- [X] Issue linked to the correct milestone _(if applicable)_.
- [x] Draft pull request created and linked to this issue _(only required with code changes)_.
### Issue Dependencies
_No response_
### Related Work
_No response_
### Additional Information:
**_<details closed><summary>Change Type Labels</summary>_**
| Change Type | Label |
|---------------------|----------------------|
| Bug Fixes | `🐛bug` |
| Breaking Changes | `🧨breaking changes` |
| New Feature | `✨new feature` |
| Workflow Changes | `workflow` |
| Code Doc Changes | `🗒️documentation/code` |
| Product Doc Changes | `📝documentation/product` |
</details>
**_<details closed><summary>Priority Type Labels</summary>_**
| Priority Type | Label |
|---------------------|-------------------|
| Low Priority | `low priority` |
| Medium Priority | `medium priority` |
| High Priority | `high priority` |
</details>
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct. | 1.0 | 🚧Remove repo related docs - ### Complete The Item Below
- [X] I have updated the title without removing the 🚧 emoji.
### Description
Remove repo specific docs that exist at the org level.
Update link in READme to point to the org level contribution document.
### Acceptance Criteria
- [x] Contributing
- [x] Code_of_Conduct
- [x] ./documentation/branching.md
- [x] Table of Contents folder
- [x] EnvironmentSetup folder
- [x] Funding
### ToDo Items
- [X] Change type labels added to this issue. Refer to the _**Change Type Labels**_ section below.
- [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below.
- [X] Issue linked to the correct project _(if applicable)_.
- [X] Issue linked to the correct milestone _(if applicable)_.
- [x] Draft pull request created and linked to this issue _(only required with code changes)_.
### Issue Dependencies
_No response_
### Related Work
_No response_
### Additional Information:
**_<details closed><summary>Change Type Labels</summary>_**
| Change Type | Label |
|---------------------|----------------------|
| Bug Fixes | `🐛bug` |
| Breaking Changes | `🧨breaking changes` |
| New Feature | `✨new feature` |
| Workflow Changes | `workflow` |
| Code Doc Changes | `🗒️documentation/code` |
| Product Doc Changes | `📝documentation/product` |
</details>
**_<details closed><summary>Priority Type Labels</summary>_**
| Priority Type | Label |
|---------------------|-------------------|
| Low Priority | `low priority` |
| Medium Priority | `medium priority` |
| High Priority | `high priority` |
</details>
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct. | non_comp | 🚧remove repo related docs complete the item below i have updated the title without removing the 🚧 emoji description remove repo specific docs that exist at the org level update link in readme to point to the org level contribution document acceptance criteria contributing code of conduct documentation branching md table of contents folder environmentsetup folder funding todo items change type labels added to this issue refer to the change type labels section below priority label added to this issue refer to the priority type labels section below issue linked to the correct project if applicable issue linked to the correct milestone if applicable draft pull request created and linked to this issue only required with code changes issue dependencies no response related work no response additional information change type labels change type label bug fixes 🐛bug breaking changes 🧨breaking changes new feature ✨new feature workflow changes workflow code doc changes 🗒️documentation code product doc changes 📝documentation product priority type labels priority type label low priority low priority medium priority medium priority high priority high priority code of conduct i agree to follow this project s code of conduct | 0 |
17,691 | 24,388,834,150 | IssuesEvent | 2022-10-04 13:50:26 | ciulinuwu/cosmic-cat | https://api.github.com/repos/ciulinuwu/cosmic-cat | closed | Pale Moon greasemonkey support | bug compatibility issue | ### Type
Page Renderer
### Page URL
youtube.com/channel/\*, youtube.com/results/\*, youtube.com/watch?*
### Branch
beta
### Version
0.6-Beta7.Hotfix1
### A brief description
Using the Pale Moon web browser with the latest version of Greasemonkey (tampermonkey is unsupported on this browser) results in rendering errors on various webpages - pages will load with incomplete rendering that results in unusability
Support for Pale Moon would be wonderful for this project. If we are recreating 2012 youtube then I think it would be nice to have support for a browser based off 2012 firefox :)
### Screenshots or videos
Watchpage:

Results:

Channel:

### Console output
```
[Searchbox] Couldn't init!
ReferenceError: yt is not defined
Stack trace:
@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:3959:13
@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:3957:5
```
On channels page:
```
[Channels3] Something went wrong with sorting channel data:
ReferenceError: ytInitialData is not defined
Stack trace:
Header@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2547:21
@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:4042:25
cosmic-cat.user.js:2549:21
[Channels3] Something went wrong with sorting video data:
ReferenceError: ytInitialData is not defined
Stack trace:
Videos@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2558:25
@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:4043:26
cosmic-cat.user.js:2569:21
[Channels3] Something went wrong with executing "isOwner()":
ReferenceError: ytInitialData is not defined
Stack trace:
isOwner@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2501:17
Main@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:324:3
render@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2509:75
@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:4046:13
cosmic-cat.user.js:2503:17
[Channels3] Something went wrong with executing "isOwner()":
ReferenceError: ytInitialData is not defined
Stack trace:
isOwner@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2501:17
Subscribe@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:1454:5
Header@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:353:3
Main@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:325:3
render@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2509:75
@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:4046:13
cosmic-cat.user.js:2503:17
[Channels3] Something went wrong with executing "checkIfSubscribed()":
ReferenceError: ytInitialData is not defined
Stack trace:
checkIfSubscribed@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2461:21
channels3@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:1426:223
Subscribe@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:1454:119
Header@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:353:3
Main@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:325:3
render@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2509:75
@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:4046:13
``` | True | Pale Moon greasemonkey support - ### Type
Page Renderer
### Page URL
youtube.com/channel/\*, youtube.com/results/\*, youtube.com/watch?*
### Branch
beta
### Version
0.6-Beta7.Hotfix1
### A brief description
Using the Pale Moon web browser with the latest version of Greasemonkey (tampermonkey is unsupported on this browser) results in rendering errors on various webpages - pages will load with incomplete rendering that results in unusability
Support for Pale Moon would be wonderful for this project. If we are recreating 2012 youtube then I think it would be nice to have support for a browser based off 2012 firefox :)
### Screenshots or videos
Watchpage:

Results:

Channel:

### Console output
```
[Searchbox] Couldn't init!
ReferenceError: yt is not defined
Stack trace:
@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:3959:13
@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:3957:5
```
On channels page:
```
[Channels3] Something went wrong with sorting channel data:
ReferenceError: ytInitialData is not defined
Stack trace:
Header@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2547:21
@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:4042:25
cosmic-cat.user.js:2549:21
[Channels3] Something went wrong with sorting video data:
ReferenceError: ytInitialData is not defined
Stack trace:
Videos@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2558:25
@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:4043:26
cosmic-cat.user.js:2569:21
[Channels3] Something went wrong with executing "isOwner()":
ReferenceError: ytInitialData is not defined
Stack trace:
isOwner@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2501:17
Main@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:324:3
render@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2509:75
@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:4046:13
cosmic-cat.user.js:2503:17
[Channels3] Something went wrong with executing "isOwner()":
ReferenceError: ytInitialData is not defined
Stack trace:
isOwner@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2501:17
Subscribe@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:1454:5
Header@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:353:3
Main@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:325:3
render@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2509:75
@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:4046:13
cosmic-cat.user.js:2503:17
[Channels3] Something went wrong with executing "checkIfSubscribed()":
ReferenceError: ytInitialData is not defined
Stack trace:
checkIfSubscribed@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2461:21
channels3@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:1426:223
Subscribe@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:1454:119
Header@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:353:3
Main@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:325:3
render@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:2509:75
@chrome://greasemonkey-modules/content/sandbox.js -> file:///C:/Users/asdf/AppData/Roaming/Moonchild%20Productions/Pale%20Moon/Profiles/0vuc6r85.default/gm_scripts/Cosmic_Cat/cosmic-cat.user.js:4046:13
``` | comp | pale moon greasemonkey support type page renderer page url youtube com channel youtube com results youtube com watch branch beta version a brief description using the pale moon web browser with the latest version of greasemonkey tampermonkey is unsupported on this browser results in rendering errors on various webpages pages will load with incomplete rendering that results in unusability support for pale moon would be wonderful for this project if we are recreating youtube then i think it would be nice to have support for a browser based off firefox screenshots or videos watchpage results channel console output couldn t init referenceerror yt is not defined stack trace chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js on channels page something went wrong with sorting channel data referenceerror ytinitialdata is not defined stack trace header chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js cosmic cat user js something went wrong with sorting video data referenceerror ytinitialdata is not defined stack trace videos chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js cosmic cat user js something went wrong with executing isowner referenceerror ytinitialdata is not defined stack trace isowner chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js main chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js render chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js cosmic cat user js something went wrong with executing isowner referenceerror ytinitialdata is not defined stack trace isowner chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js subscribe chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js header chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js main chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js render chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js cosmic cat user js something went wrong with executing checkifsubscribed referenceerror ytinitialdata is not defined stack trace checkifsubscribed chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js subscribe chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js header chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js main chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js render chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js chrome greasemonkey modules content sandbox js file c users asdf appdata roaming moonchild pale profiles default gm scripts cosmic cat cosmic cat user js | 1 |
4,213 | 6,993,296,416 | IssuesEvent | 2017-12-15 10:45:18 | goaop/framework | https://api.github.com/repos/goaop/framework | opened | [Bug] Incorrect handling of special type hints | Bug Compatibility | Generated proxies don't support special typehints like `self`, `parent` because they are not builtin and are prefixed with leading slash like this: `\self`
Need to put them into exclusion list. | True | [Bug] Incorrect handling of special type hints - Generated proxies don't support special typehints like `self`, `parent` because they are not builtin and are prefixed with leading slash like this: `\self`
Need to put them into exclusion list. | comp | incorrect handling of special type hints generated proxies don t support special typehints like self parent because they are not builtin and are prefixed with leading slash like this self need to put them into exclusion list | 1 |
592,868 | 17,932,834,138 | IssuesEvent | 2021-09-10 11:41:52 | opensrp/fhircore | https://api.github.com/repos/opensrp/fhircore | closed | Implement missing functionalities after code refactor, also document new code structure | enhancement foundation Priority: high | **Name of features to enhance**
- [x] Load Record vaccine form
- [x] Notify register when sync is complete and when new client has been registered/vaccine recorded
- [x] Implement navigation buttons for the register (currently using infinite list from the `Paging3` library) i.e. add the Next and Previous button
- [x] Replace the login logo with a default image
- [x] Fix application crash on Android version 11
- [x] Disable Register New Client button until the questionnaire resource is available
- [x] Refactor Questionnaire/Record vaccine code
- [x] Fix ktfmt Jetpack Compose issue that is blocking `spotlessApply`
- [x] Update filter functionality to filter all data not the current page
**Description of feature**
Some of the issues above were existing before the code refactor others like last sync date were not yet implemented.
**Describe the enhancement**
This enhancement would ensure all the functionalities existing before the refactor are in the new code base plus bugs are fixed
| 1.0 | Implement missing functionalities after code refactor, also document new code structure - **Name of features to enhance**
- [x] Load Record vaccine form
- [x] Notify register when sync is complete and when new client has been registered/vaccine recorded
- [x] Implement navigation buttons for the register (currently using infinite list from the `Paging3` library) i.e. add the Next and Previous button
- [x] Replace the login logo with a default image
- [x] Fix application crash on Android version 11
- [x] Disable Register New Client button until the questionnaire resource is available
- [x] Refactor Questionnaire/Record vaccine code
- [x] Fix ktfmt Jetpack Compose issue that is blocking `spotlessApply`
- [x] Update filter functionality to filter all data not the current page
**Description of feature**
Some of the issues above were existing before the code refactor others like last sync date were not yet implemented.
**Describe the enhancement**
This enhancement would ensure all the functionalities existing before the refactor are in the new code base plus bugs are fixed
| non_comp | implement missing functionalities after code refactor also document new code structure name of features to enhance load record vaccine form notify register when sync is complete and when new client has been registered vaccine recorded implement navigation buttons for the register currently using infinite list from the library i e add the next and previous button replace the login logo with a default image fix application crash on android version disable register new client button until the questionnaire resource is available refactor questionnaire record vaccine code fix ktfmt jetpack compose issue that is blocking spotlessapply update filter functionality to filter all data not the current page description of feature some of the issues above were existing before the code refactor others like last sync date were not yet implemented describe the enhancement this enhancement would ensure all the functionalities existing before the refactor are in the new code base plus bugs are fixed | 0 |
161 | 2,637,849,108 | IssuesEvent | 2015-03-10 15:33:29 | groovy/GMavenPlus | https://api.github.com/repos/groovy/GMavenPlus | reopened | Stub generation doesn't work for older Groovy versions | Maybe Someday Version Compatibility | Stub generation doesn't work for Groovy < 1.8.2 | True | Stub generation doesn't work for older Groovy versions - Stub generation doesn't work for Groovy < 1.8.2 | comp | stub generation doesn t work for older groovy versions stub generation doesn t work for groovy | 1 |
151,722 | 23,865,272,264 | IssuesEvent | 2022-09-07 10:27:45 | runtimerevolution/revent-app | https://api.github.com/repos/runtimerevolution/revent-app | closed | Design thinking: Empathise & Define | design | Trying to understand the problem, main goal and core features to the problem. | 1.0 | Design thinking: Empathise & Define - Trying to understand the problem, main goal and core features to the problem. | non_comp | design thinking empathise define trying to understand the problem main goal and core features to the problem | 0 |
19,359 | 26,883,656,958 | IssuesEvent | 2023-02-05 23:02:47 | Uraneptus/Lycheed-Forge | https://api.github.com/repos/Uraneptus/Lycheed-Forge | closed | No items in FD tab if AD is loaded | Bug Planned Compatibility | For some reason the items/blocks that are supposed to be in the FD tab aren't there if Abnormals Delight is also loaded | True | No items in FD tab if AD is loaded - For some reason the items/blocks that are supposed to be in the FD tab aren't there if Abnormals Delight is also loaded | comp | no items in fd tab if ad is loaded for some reason the items blocks that are supposed to be in the fd tab aren t there if abnormals delight is also loaded | 1 |
50,789 | 10,555,847,758 | IssuesEvent | 2019-10-03 23:15:24 | dotnet/orleans | https://api.github.com/repos/dotnet/orleans | closed | Implementing a method in an interface which hides a method in a base interface will cause codegen errors which don't easily give in to human understanding | codegen | kidding but having an interface like
```csharp
interface BaseFoo : IGrainWithStringKey
{
Task Bar();
}
```
And another
```
interface Foo : BaseFoo
{
new Task Bar();
}
```
Will cause codegen issues using both the `Microsoft.Orleans.CodeGenerator.MSBuild` package and the older one and the error mentions the id of the interface/method being a duplicate but the id cannot be found in codegen, however thanks to @ReubenBond I found that if you look at the line mentioned, t he method will be there.
Double clicking in VS 2019 does not bring the codegen file up since it is in obj folder so you should know where it is to find it.
Best is to either have an analyzer not allowing methods hiding parent methods (since this is an error most of the times) or at least show an error with the method names involved. IMHO fixing this to generate correct code for it is not even required since almost always you don't want to do this in your interfaces | 1.0 | Implementing a method in an interface which hides a method in a base interface will cause codegen errors which don't easily give in to human understanding - kidding but having an interface like
```csharp
interface BaseFoo : IGrainWithStringKey
{
Task Bar();
}
```
And another
```
interface Foo : BaseFoo
{
new Task Bar();
}
```
Will cause codegen issues using both the `Microsoft.Orleans.CodeGenerator.MSBuild` package and the older one and the error mentions the id of the interface/method being a duplicate but the id cannot be found in codegen, however thanks to @ReubenBond I found that if you look at the line mentioned, t he method will be there.
Double clicking in VS 2019 does not bring the codegen file up since it is in obj folder so you should know where it is to find it.
Best is to either have an analyzer not allowing methods hiding parent methods (since this is an error most of the times) or at least show an error with the method names involved. IMHO fixing this to generate correct code for it is not even required since almost always you don't want to do this in your interfaces | non_comp | implementing a method in an interface which hides a method in a base interface will cause codegen errors which don t easily give in to human understanding kidding but having an interface like csharp interface basefoo igrainwithstringkey task bar and another interface foo basefoo new task bar will cause codegen issues using both the microsoft orleans codegenerator msbuild package and the older one and the error mentions the id of the interface method being a duplicate but the id cannot be found in codegen however thanks to reubenbond i found that if you look at the line mentioned t he method will be there double clicking in vs does not bring the codegen file up since it is in obj folder so you should know where it is to find it best is to either have an analyzer not allowing methods hiding parent methods since this is an error most of the times or at least show an error with the method names involved imho fixing this to generate correct code for it is not even required since almost always you don t want to do this in your interfaces | 0 |
120,111 | 25,742,219,450 | IssuesEvent | 2022-12-08 07:08:18 | appsmithorg/appsmith | https://api.github.com/repos/appsmithorg/appsmith | closed | [Bug]: Sync function is loaded on page load when accessing function as myFunc.data | Bug Needs More Info High Production JS Objects FE Coders Pod OnPageLoad | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Using `JSObject1.myFunc1.data` in a widget binding automatically shows the message `[JSObject1.myFunc1] will be executed automatically on page load` even when the function `myFunc1` is not an async function so this function will not have any settings on the JS objects and is executed on page load, i.e. a sync function runs on page load which is not allowed on the platform right now
### Steps To Reproduce
1. Use following code on the editor - observe that this function is not asycn hence does not appear on the settings tab of the object
```
myFunc1: () => {
console.log('Heloo')
}
```
2. Use {{JSObject1.myFunc1.data}} on widget binding and observe the message appear stating the function will be executed on page load
3. Refresh the page and observe browser console print `Hello` since this function was executed on page load
### Public Sample App
_No response_
### Version
Cloud | 1.0 | [Bug]: Sync function is loaded on page load when accessing function as myFunc.data - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Using `JSObject1.myFunc1.data` in a widget binding automatically shows the message `[JSObject1.myFunc1] will be executed automatically on page load` even when the function `myFunc1` is not an async function so this function will not have any settings on the JS objects and is executed on page load, i.e. a sync function runs on page load which is not allowed on the platform right now
### Steps To Reproduce
1. Use following code on the editor - observe that this function is not asycn hence does not appear on the settings tab of the object
```
myFunc1: () => {
console.log('Heloo')
}
```
2. Use {{JSObject1.myFunc1.data}} on widget binding and observe the message appear stating the function will be executed on page load
3. Refresh the page and observe browser console print `Hello` since this function was executed on page load
### Public Sample App
_No response_
### Version
Cloud | non_comp | sync function is loaded on page load when accessing function as myfunc data is there an existing issue for this i have searched the existing issues description using data in a widget binding automatically shows the message will be executed automatically on page load even when the function is not an async function so this function will not have any settings on the js objects and is executed on page load i e a sync function runs on page load which is not allowed on the platform right now steps to reproduce use following code on the editor observe that this function is not asycn hence does not appear on the settings tab of the object console log heloo use data on widget binding and observe the message appear stating the function will be executed on page load refresh the page and observe browser console print hello since this function was executed on page load public sample app no response version cloud | 0 |
20,163 | 28,292,022,472 | IssuesEvent | 2023-04-09 10:27:22 | freerange/mocha | https://api.github.com/repos/freerange/mocha | closed | Possible regression in JRuby v9.4.0.0 relating to keyword arguments | compatibility quality | This possible regression was highlighted by the scheduled weekly CircleCI build.
I've opened this issue partly to track [this JRuby issue](https://github.com/jruby/jruby/issues/7492) which I have opened and partly to track our own investigations.
* [ ] Revert b8e6d064b8b9bfeb37d6534bbb4e37856dfec5b7 when this fix is actually available in `jruby:latest` on CircleCI | True | Possible regression in JRuby v9.4.0.0 relating to keyword arguments - This possible regression was highlighted by the scheduled weekly CircleCI build.
I've opened this issue partly to track [this JRuby issue](https://github.com/jruby/jruby/issues/7492) which I have opened and partly to track our own investigations.
* [ ] Revert b8e6d064b8b9bfeb37d6534bbb4e37856dfec5b7 when this fix is actually available in `jruby:latest` on CircleCI | comp | possible regression in jruby relating to keyword arguments this possible regression was highlighted by the scheduled weekly circleci build i ve opened this issue partly to track which i have opened and partly to track our own investigations revert when this fix is actually available in jruby latest on circleci | 1 |
243,481 | 20,404,216,589 | IssuesEvent | 2022-02-23 02:00:00 | tgstation/tgstation | https://api.github.com/repos/tgstation/tgstation | opened | Opening an air alarm with a screwdriver leaves the overlays on top of it | Bug Good First Issue Tested/Reproduced | <!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable -->
## Round ID: 178840
## Reproduction:
Unscrew open an air alarm.

Almost certainly related to #64982.
<!-- Explain your issue in detail, including the steps to reproduce it. Issues without proper reproduction steps or explanation are open to being ignored/closed by maintainers.-->
<!-- **For Admins:** Oddities induced by var-edits and other admin tools are not necessarily bugs. Verify that your issues occur under regular circumstances before reporting them. -->
| 1.0 | Opening an air alarm with a screwdriver leaves the overlays on top of it - <!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable -->
## Round ID: 178840
## Reproduction:
Unscrew open an air alarm.

Almost certainly related to #64982.
<!-- Explain your issue in detail, including the steps to reproduce it. Issues without proper reproduction steps or explanation are open to being ignored/closed by maintainers.-->
<!-- **For Admins:** Oddities induced by var-edits and other admin tools are not necessarily bugs. Verify that your issues occur under regular circumstances before reporting them. -->
| non_comp | opening an air alarm with a screwdriver leaves the overlays on top of it round id reproduction unscrew open an air alarm almost certainly related to | 0 |
3,180 | 6,100,001,336 | IssuesEvent | 2017-06-20 11:30:00 | Prospress/woocommerce-subscribe-all-the-things | https://api.github.com/repos/Prospress/woocommerce-subscribe-all-the-things | closed | Custom Types: Look into bottlenecks and optimize integration performance | compatibility enhancement | SATT seems to be adding more time to loading Bundles / Composites than I'd like. It's not particularly troubling but noticeable, and needs to be looked into using xdebug to see where the inefficiency lies.
A hunch: I've seen that both PB/CP fail to cache calls to `get_bundle_price` and `get_composite_price`. Was surprised to see this didn't work at all after such a long time. There's definitely some work to do on the PB/CP side that could result in a significant reduction of loading times (and some other unpleasant implications). | True | Custom Types: Look into bottlenecks and optimize integration performance - SATT seems to be adding more time to loading Bundles / Composites than I'd like. It's not particularly troubling but noticeable, and needs to be looked into using xdebug to see where the inefficiency lies.
A hunch: I've seen that both PB/CP fail to cache calls to `get_bundle_price` and `get_composite_price`. Was surprised to see this didn't work at all after such a long time. There's definitely some work to do on the PB/CP side that could result in a significant reduction of loading times (and some other unpleasant implications). | comp | custom types look into bottlenecks and optimize integration performance satt seems to be adding more time to loading bundles composites than i d like it s not particularly troubling but noticeable and needs to be looked into using xdebug to see where the inefficiency lies a hunch i ve seen that both pb cp fail to cache calls to get bundle price and get composite price was surprised to see this didn t work at all after such a long time there s definitely some work to do on the pb cp side that could result in a significant reduction of loading times and some other unpleasant implications | 1 |
1,025 | 3,487,160,019 | IssuesEvent | 2016-01-01 15:42:09 | Roxxik/rusteezee | https://api.github.com/repos/Roxxik/rusteezee | opened | Minecraft Block Brightness | mc-compatibility | It seems to me that Blocks in Minecraft are slightly brighter on the North/South side | True | Minecraft Block Brightness - It seems to me that Blocks in Minecraft are slightly brighter on the North/South side | comp | minecraft block brightness it seems to me that blocks in minecraft are slightly brighter on the north south side | 1 |
3,839 | 6,690,511,347 | IssuesEvent | 2017-10-09 09:24:38 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | default unsigned integer column length is not consistent with MySQL. | compatibility | Please answer these questions before submitting your issue. Thanks!
```
mysql> create table `t1` (`c1` tinyint unsigned default null, `c2` smallint unsigned default null, `c3` mediumint unsigned default null, `c4` int unsigned default null, `c5` bigint unsigned default null);
Query OK, 0 rows affected (0.01 sec)
mysql> show create table t1;
+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Table | Create Table |
+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| t1 | CREATE TABLE `t1` (
`c1` tinyint(3) unsigned DEFAULT NULL,
`c2` smallint(5) unsigned DEFAULT NULL,
`c3` mediumint(8) unsigned DEFAULT NULL,
`c4` int(10) unsigned DEFAULT NULL,
`c5` bigint(20) unsigned DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
```
TiDB:
```
mysql> create table `t1` (`c1` tinyint unsigned default null, `c2` smallint unsigned default null, `c3` mediumint unsigned default null, `c4` int unsigned default null, `c5` bigint unsigned default null);
Query OK, 0 rows affected (0.09 sec)
mysql> show create table t1;
+-------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Table | Create Table
|
+-------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| t1 | CREATE TABLE `t1` (
`c1` tinyint(4) UNSIGNED DEFAULT NULL,
`c2` smallint(6) UNSIGNED DEFAULT NULL,
`c3` mediumint(9) UNSIGNED DEFAULT NULL,
`c4` int(11) UNSIGNED DEFAULT NULL,
`c5` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin |
+-------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
```
version:
```
mysql> select tidb_version();
+-----------------------------------------------------------------------------------------------------------------------------------------+
| tidb_version() |
+-----------------------------------------------------------------------------------------------------------------------------------------+
| Release Version: 0.9.0
Git Commit Hash: e599ceec2b32b450a1e42ef49cdf5be7ea5853da
Git Branch: master
UTC Build Time: 2017-09-26 07:32:19 |
+-----------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
```
| True | default unsigned integer column length is not consistent with MySQL. - Please answer these questions before submitting your issue. Thanks!
```
mysql> create table `t1` (`c1` tinyint unsigned default null, `c2` smallint unsigned default null, `c3` mediumint unsigned default null, `c4` int unsigned default null, `c5` bigint unsigned default null);
Query OK, 0 rows affected (0.01 sec)
mysql> show create table t1;
+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Table | Create Table |
+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| t1 | CREATE TABLE `t1` (
`c1` tinyint(3) unsigned DEFAULT NULL,
`c2` smallint(5) unsigned DEFAULT NULL,
`c3` mediumint(8) unsigned DEFAULT NULL,
`c4` int(10) unsigned DEFAULT NULL,
`c5` bigint(20) unsigned DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
```
TiDB:
```
mysql> create table `t1` (`c1` tinyint unsigned default null, `c2` smallint unsigned default null, `c3` mediumint unsigned default null, `c4` int unsigned default null, `c5` bigint unsigned default null);
Query OK, 0 rows affected (0.09 sec)
mysql> show create table t1;
+-------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Table | Create Table
|
+-------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| t1 | CREATE TABLE `t1` (
`c1` tinyint(4) UNSIGNED DEFAULT NULL,
`c2` smallint(6) UNSIGNED DEFAULT NULL,
`c3` mediumint(9) UNSIGNED DEFAULT NULL,
`c4` int(11) UNSIGNED DEFAULT NULL,
`c5` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin |
+-------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
```
version:
```
mysql> select tidb_version();
+-----------------------------------------------------------------------------------------------------------------------------------------+
| tidb_version() |
+-----------------------------------------------------------------------------------------------------------------------------------------+
| Release Version: 0.9.0
Git Commit Hash: e599ceec2b32b450a1e42ef49cdf5be7ea5853da
Git Branch: master
UTC Build Time: 2017-09-26 07:32:19 |
+-----------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
```
| comp | default unsigned integer column length is not consistent with mysql please answer these questions before submitting your issue thanks mysql create table tinyint unsigned default null smallint unsigned default null mediumint unsigned default null int unsigned default null bigint unsigned default null query ok rows affected sec mysql show create table table create table create table tinyint unsigned default null smallint unsigned default null mediumint unsigned default null int unsigned default null bigint unsigned default null engine innodb default charset row in set sec tidb mysql create table tinyint unsigned default null smallint unsigned default null mediumint unsigned default null int unsigned default null bigint unsigned default null query ok rows affected sec mysql show create table table create table create table tinyint unsigned default null smallint unsigned default null mediumint unsigned default null int unsigned default null bigint unsigned default null engine innodb default charset collate bin row in set sec version mysql select tidb version tidb version release version git commit hash git branch master utc build time row in set sec | 1 |
7,992 | 10,147,339,506 | IssuesEvent | 2019-08-05 10:18:37 | PG85/OpenTerrainGenerator | https://api.github.com/repos/PG85/OpenTerrainGenerator | closed | Request - Getting biome name or ID for an OTG biome | Mod Compatibility Spigot Story | So basically I need my Spigot plugin to be able to tell if a Location is within a custom biome created by Open Terrain Generator.
I was wondering if OTG had an API which would allow me to do this, or if there was any other way of getting the biome name of a custom biome.
| True | Request - Getting biome name or ID for an OTG biome - So basically I need my Spigot plugin to be able to tell if a Location is within a custom biome created by Open Terrain Generator.
I was wondering if OTG had an API which would allow me to do this, or if there was any other way of getting the biome name of a custom biome.
| comp | request getting biome name or id for an otg biome so basically i need my spigot plugin to be able to tell if a location is within a custom biome created by open terrain generator i was wondering if otg had an api which would allow me to do this or if there was any other way of getting the biome name of a custom biome | 1 |
4,633 | 7,268,248,064 | IssuesEvent | 2018-02-20 09:26:11 | storybooks/storybook | https://api.github.com/repos/storybooks/storybook | closed | Can't install with engine-strict | compatibility with other tools dependencies | Runnning `npm install @storybook/react --engine-strict` (or with `engine-strict` in .npmrc) with npm 5 fails with
```
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported engine for podda@1.2.2: wanted: {"npm":"^3.0.0"} (current: {"node":"8.9.1","npm":"5.6.0"})
npm ERR! notsup Not compatible with your version of node/npm: podda@1.2.2
npm ERR! notsup Not compatible with your version of node/npm: podda@1.2.2
npm ERR! notsup Required: {"npm":"^3.0.0"}
npm ERR! notsup Actual: {"npm":"5.6.0","node":"8.9.1"}
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/felix/.npm/_logs/2018-02-19T22_21_14_142Z-debug.log
```
Afaik yarn has this on by default too.
Dependency tree:
```
sourcegraph@0.0.1 /Users/felix/go/src/sourcegraph.com/sourcegraph/sourcegraph/web
└─┬ @storybook/react@3.3.13
└─┬ @storybook/ui@3.3.13
└── podda@1.2.2
```
Tracked in https://github.com/arunoda/podda/issues/6, but obviously severely impacting storybook.
PR has been open since August: https://github.com/arunoda/podda/pull/5 | True | Can't install with engine-strict - Runnning `npm install @storybook/react --engine-strict` (or with `engine-strict` in .npmrc) with npm 5 fails with
```
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported engine for podda@1.2.2: wanted: {"npm":"^3.0.0"} (current: {"node":"8.9.1","npm":"5.6.0"})
npm ERR! notsup Not compatible with your version of node/npm: podda@1.2.2
npm ERR! notsup Not compatible with your version of node/npm: podda@1.2.2
npm ERR! notsup Required: {"npm":"^3.0.0"}
npm ERR! notsup Actual: {"npm":"5.6.0","node":"8.9.1"}
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/felix/.npm/_logs/2018-02-19T22_21_14_142Z-debug.log
```
Afaik yarn has this on by default too.
Dependency tree:
```
sourcegraph@0.0.1 /Users/felix/go/src/sourcegraph.com/sourcegraph/sourcegraph/web
└─┬ @storybook/react@3.3.13
└─┬ @storybook/ui@3.3.13
└── podda@1.2.2
```
Tracked in https://github.com/arunoda/podda/issues/6, but obviously severely impacting storybook.
PR has been open since August: https://github.com/arunoda/podda/pull/5 | comp | can t install with engine strict runnning npm install storybook react engine strict or with engine strict in npmrc with npm fails with npm err code enotsup npm err notsup unsupported engine for podda wanted npm current node npm npm err notsup not compatible with your version of node npm podda npm err notsup not compatible with your version of node npm podda npm err notsup required npm npm err notsup actual npm node npm err a complete log of this run can be found in npm err users felix npm logs debug log afaik yarn has this on by default too dependency tree sourcegraph users felix go src sourcegraph com sourcegraph sourcegraph web └─┬ storybook react └─┬ storybook ui └── podda tracked in but obviously severely impacting storybook pr has been open since august | 1 |
108,430 | 23,605,681,874 | IssuesEvent | 2022-08-24 08:03:53 | AmitKumarDas/fun-with-programming | https://api.github.com/repos/AmitKumarDas/fun-with-programming | closed | [sticky] what's up | go deep todo book sticky code k8s awesome whatsup newsletters curated | ```go
// deep code // fellow // deep work // staff work
//
// https://github.com/praetorian-inc/gokart/blob/main/analyzers/rsa.go
// https://github.com/istio/istio/issues/8772 // code gen // api // protoc // openapi // crd // k8s
// https://github.com/banzaicloud/kurun [imp]
// https://github.com/kubernetes-sigs/kube-storage-version-migrator
// https://kube-vip.io/
// https://github.com/gorilla/websocket
// https://github.com/inlets
// https://github.com/ghostunnel
// https://kubernetes.io/docs/tasks/debug-application-cluster/audit/
// integrate governance toolkit with keptn.sh
// https://kubernetes.io/docs/reference/using-api/server-side-apply/
// https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/
```
```go
// Areas / Research
//
// Content Defined Chunking [todo]
// DB Design Book [todo]
// Designing Data Intensive Apps [todo]
```
```go
// Blog, CFP, Talks,...
//
// The only retrospective .. path of features or path of outcomes
// Testing.. let's not forget the basics
// Governance season 1 : Reduce the guesswork and focus on learning
// Governance season 2 : Outages are coming
// A blueprint for effective Design Sprints
// Spec is the new API / API has a new home
// Controller-RunKit
// --Self Servicing Controllers
// --Controllers for the masses
// --Controllers built around Clean Architecture
// Simple Go designs for your needs - Part 1, Part 2, .. [wip]
```
```go
// open source training
//
// https://github.com/todogroup/ospo101
``` | 1.0 | [sticky] what's up - ```go
// deep code // fellow // deep work // staff work
//
// https://github.com/praetorian-inc/gokart/blob/main/analyzers/rsa.go
// https://github.com/istio/istio/issues/8772 // code gen // api // protoc // openapi // crd // k8s
// https://github.com/banzaicloud/kurun [imp]
// https://github.com/kubernetes-sigs/kube-storage-version-migrator
// https://kube-vip.io/
// https://github.com/gorilla/websocket
// https://github.com/inlets
// https://github.com/ghostunnel
// https://kubernetes.io/docs/tasks/debug-application-cluster/audit/
// integrate governance toolkit with keptn.sh
// https://kubernetes.io/docs/reference/using-api/server-side-apply/
// https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/
```
```go
// Areas / Research
//
// Content Defined Chunking [todo]
// DB Design Book [todo]
// Designing Data Intensive Apps [todo]
```
```go
// Blog, CFP, Talks,...
//
// The only retrospective .. path of features or path of outcomes
// Testing.. let's not forget the basics
// Governance season 1 : Reduce the guesswork and focus on learning
// Governance season 2 : Outages are coming
// A blueprint for effective Design Sprints
// Spec is the new API / API has a new home
// Controller-RunKit
// --Self Servicing Controllers
// --Controllers for the masses
// --Controllers built around Clean Architecture
// Simple Go designs for your needs - Part 1, Part 2, .. [wip]
```
```go
// open source training
//
// https://github.com/todogroup/ospo101
``` | non_comp | what s up go deep code fellow deep work staff work code gen api protoc openapi crd integrate governance toolkit with keptn sh go areas research content defined chunking db design book designing data intensive apps go blog cfp talks the only retrospective path of features or path of outcomes testing let s not forget the basics governance season reduce the guesswork and focus on learning governance season outages are coming a blueprint for effective design sprints spec is the new api api has a new home controller runkit self servicing controllers controllers for the masses controllers built around clean architecture simple go designs for your needs part part go open source training | 0 |
8,193 | 10,273,134,992 | IssuesEvent | 2019-08-23 18:24:50 | GoogleWebComponents/model-viewer | https://api.github.com/repos/GoogleWebComponents/model-viewer | closed | Stabilize rendering strategy, including device-specific bugs | arc: compatibility arc: rendering & effects flag: meta | This is a meta-issue to track work for the 0.5.0 release related to stabilizing our rendering strategy and cleaning up device specific bugs. Related issues include (in rough order or prioritization):
## Primary work threads
In order of priority:
- [x] 🚧 #648 Select / author fidelity tests to judge rendering fidelity of PMREM overhaul
- [x] ⭐️ #647 Use consistent, cross-device compatible single rendering path for IBL
- [x] 🚧 #396 Deprecate stage-light-intensity / change default to 0
- [x] ⭐️ #181 Ability to blur environment map when applied to skybox
- [x] ⭐️ #650 Improved default material for loaded glTFs
## Adjacent issues
In no particular order:
- [x] 🐛 #649 PMREM appears to be generated twice
- [x] 🐛 #574 Environment map generation fails on some devices
- [x] 🐛 #587 Rendering inconsistencies with fine detailed normals + roughness
- [x] 🐛 #601 LDR environment maps without PMREM do not light nonmetallic, rough objects at all
- [x] 🐛 #528 HDR environment maps are not interpolated
- [x] 🐛 #632 Undesirable moiré effect apparent in some cases
- [x] 🚧 #521 Change fidelity tests to use new default IBL
| True | Stabilize rendering strategy, including device-specific bugs - This is a meta-issue to track work for the 0.5.0 release related to stabilizing our rendering strategy and cleaning up device specific bugs. Related issues include (in rough order or prioritization):
## Primary work threads
In order of priority:
- [x] 🚧 #648 Select / author fidelity tests to judge rendering fidelity of PMREM overhaul
- [x] ⭐️ #647 Use consistent, cross-device compatible single rendering path for IBL
- [x] 🚧 #396 Deprecate stage-light-intensity / change default to 0
- [x] ⭐️ #181 Ability to blur environment map when applied to skybox
- [x] ⭐️ #650 Improved default material for loaded glTFs
## Adjacent issues
In no particular order:
- [x] 🐛 #649 PMREM appears to be generated twice
- [x] 🐛 #574 Environment map generation fails on some devices
- [x] 🐛 #587 Rendering inconsistencies with fine detailed normals + roughness
- [x] 🐛 #601 LDR environment maps without PMREM do not light nonmetallic, rough objects at all
- [x] 🐛 #528 HDR environment maps are not interpolated
- [x] 🐛 #632 Undesirable moiré effect apparent in some cases
- [x] 🚧 #521 Change fidelity tests to use new default IBL
| comp | stabilize rendering strategy including device specific bugs this is a meta issue to track work for the release related to stabilizing our rendering strategy and cleaning up device specific bugs related issues include in rough order or prioritization primary work threads in order of priority 🚧 select author fidelity tests to judge rendering fidelity of pmrem overhaul ⭐️ use consistent cross device compatible single rendering path for ibl 🚧 deprecate stage light intensity change default to ⭐️ ability to blur environment map when applied to skybox ⭐️ improved default material for loaded gltfs adjacent issues in no particular order 🐛 pmrem appears to be generated twice 🐛 environment map generation fails on some devices 🐛 rendering inconsistencies with fine detailed normals roughness 🐛 ldr environment maps without pmrem do not light nonmetallic rough objects at all 🐛 hdr environment maps are not interpolated 🐛 undesirable moiré effect apparent in some cases 🚧 change fidelity tests to use new default ibl | 1 |
548,632 | 16,067,946,020 | IssuesEvent | 2021-04-23 23:00:30 | Energy-Innovation/eps-us | https://api.github.com/repos/Energy-Innovation/eps-us | closed | Disaggregate job impacts into demographic categories. | 3.3 high priority | This would disaggregate job impacts into different demographic categories, such as income, gender, and race or ethnicity.
We should explore what the right methodology is, but one example is to just maintain existing breakdowns by ISIC code and carry these forward, using data from BEA.
Original email:
You may remember that one of our EPS outputs is change in union jobs and change in non-union jobs. This is calculated based on the change in jobs in every ISIC code multiplied by the present-day share of jobs in that ISIC code that are represented by a union. It was a very straightforward and easy output to make (once we had the change in jobs by ISIC code).
Do you think it would be helpful to add similar outputs for:
• Change in jobs by income bracket
• Change in jobs by gender
• Change in jobs by race or ethnicity
In each of these cases, the only new input data we would need is the percentage of jobs in each ISIC code held by people of each type (each income bracket, each gender, etc.).
For the United States, I believe BLS already includes breakdowns of workers by income bracket and by gender, probably by industry. I don’t know if they offer race/ethnicity breakdowns. However, the U.S. Census tends to report lots of things with race/ethnicity breakdowns, and they might have data on workers by industry.
I haven’t looked for anything on this for non-U.S. countries. But this is just a new output, not needed for internal calculation or the accuracy of any other output. So if data cannot be found, it would be possible to simply disable the new output graphs in the Web App for a non-U.S. country.
If we add this feature, the new input variables likely should be time-series, so that people can simulate shifts in the future. For instance, today, most software engineers today are male, but I believe that is changing, with the female proportion growing every year. This might require additional data beyond what we can get from BLS and the Census (or we simply make assumptions) about how the percentages will change in the future.
More:
Well, we did have an outside expert review the methodology for union vs. non-union jobs, which is the same methodology as proposed to handle race/ethnicity and gender. (However, income is more complicated – see below.) That expert had no objections to the methodology we’re using for union membership. She did bring up the idea of the BAU input data file potentially projecting future changes in union representation percentage, but if you extrapolate from the past (which is the best methodology she could come up with to do this), you get the result that union membership declines to zero in every industry. We felt that was not realistic and also would send a negative political message that has nothing to do with energy policy or the policies in the simulator. So we rejected that suggestion and chose to use today’s constant shares of union vs. non-union jobs in each industry, which we felt produces the most accurate metric for policymakers.
If we do add these output graphs, we could simply use today’s shares of gender and race percentages by industry, exactly as we do for the union vs. non-union graph, and update the percentages as new data become available. (Also, we don’t have future projections of the key I/O variables that play into the jobs calculation, so keeping constant shares here would be in line with what we’re already doing in variables like DLIM and BObIC.) I notice the BLS has race/ethnicity and gender data by industry here, updated monthly, so these two graphs would be easy to put together in a matter of hours. In addition to a simple total, we might consider versions that normalize against the share of the population that has that trait (for example, “new Asian-held jobs per 100,000 Asian people in the population”) to understand whether jobs are disproportionately going toward any specific group. Otherwise, it might look like whichever group is in the majority is always the winner, even if they actually got fewer of the new jobs in percentage terms.
Unlike race/ethnicity/gender, income might not need new input data. We already have the total employment and the total employee compensation in every industry, so we can divide them to find the average compensation of a worker in each industry, then see if the industries with high-compensation-per-worker are gaining or losing jobs, and the same for industries with medium or low average compensation per worker. This isn’t a perfect measure of job quality – an industry that has 10 people earning $100,000 each would have the same mean compensation as an industry with 1 person earning $1,000,000 and 9 people earning $1. But in the real world, it might be a sufficiently good metric, since the industries that tend to have high income inequality between different roles within the company (say, discount retail chain CEO vs. store workers) tend to need large numbers of low-earning workers, which would pull down the mean. So having low average mean worker compensation might be a decent way to capture what we mean when we speak of “job quality” in the real world. But it is true that this adds a complicating factor to income outputs that we don’t have to deal with for race/ethnicity or gender outputs, so race/ethnicity/gender outputs might engender higher confidence.
Robbie response: I think these outputs would be very useful, but I am quite concerned about using the existing union methodology (or even something similar) to estimate this without doing a bit more research first. It’s true that our reviewer didn’t have any criticism, but that’s different than an endorsement, and it also doesn’t necessarily extend to the new metrics we are looking at. These outputs would be highly scrutinized since they are in such high demand and are so politically sensitive, so I’d want to make sure we feel really good about our methodology and that is very defensible.
Before heading down this path, I’d like us to research how other economists and economic models estimate these things, to see if we gain some insight there and possibly replicate methodologies.
One example is the employment methodology from the Princeton Net Zero America study: https://netzeroamerica.princeton.edu/img/Annex%20R.%20(NZA)%20Labor%20transitions%20methodology%20draft%202-17-21.pdf
Here, it does look like the modelers either held historical shares constant or projected future changes based on historical trends. They didn’t measure all the things we are talking about here, but they did measure some of them (as an aside, Jeff, I think you should read the linked appendix because it may generate some ideas on cool new features/improvements for our employment estimates).
| 1.0 | Disaggregate job impacts into demographic categories. - This would disaggregate job impacts into different demographic categories, such as income, gender, and race or ethnicity.
We should explore what the right methodology is, but one example is to just maintain existing breakdowns by ISIC code and carry these forward, using data from BEA.
Original email:
You may remember that one of our EPS outputs is change in union jobs and change in non-union jobs. This is calculated based on the change in jobs in every ISIC code multiplied by the present-day share of jobs in that ISIC code that are represented by a union. It was a very straightforward and easy output to make (once we had the change in jobs by ISIC code).
Do you think it would be helpful to add similar outputs for:
• Change in jobs by income bracket
• Change in jobs by gender
• Change in jobs by race or ethnicity
In each of these cases, the only new input data we would need is the percentage of jobs in each ISIC code held by people of each type (each income bracket, each gender, etc.).
For the United States, I believe BLS already includes breakdowns of workers by income bracket and by gender, probably by industry. I don’t know if they offer race/ethnicity breakdowns. However, the U.S. Census tends to report lots of things with race/ethnicity breakdowns, and they might have data on workers by industry.
I haven’t looked for anything on this for non-U.S. countries. But this is just a new output, not needed for internal calculation or the accuracy of any other output. So if data cannot be found, it would be possible to simply disable the new output graphs in the Web App for a non-U.S. country.
If we add this feature, the new input variables likely should be time-series, so that people can simulate shifts in the future. For instance, today, most software engineers today are male, but I believe that is changing, with the female proportion growing every year. This might require additional data beyond what we can get from BLS and the Census (or we simply make assumptions) about how the percentages will change in the future.
More:
Well, we did have an outside expert review the methodology for union vs. non-union jobs, which is the same methodology as proposed to handle race/ethnicity and gender. (However, income is more complicated – see below.) That expert had no objections to the methodology we’re using for union membership. She did bring up the idea of the BAU input data file potentially projecting future changes in union representation percentage, but if you extrapolate from the past (which is the best methodology she could come up with to do this), you get the result that union membership declines to zero in every industry. We felt that was not realistic and also would send a negative political message that has nothing to do with energy policy or the policies in the simulator. So we rejected that suggestion and chose to use today’s constant shares of union vs. non-union jobs in each industry, which we felt produces the most accurate metric for policymakers.
If we do add these output graphs, we could simply use today’s shares of gender and race percentages by industry, exactly as we do for the union vs. non-union graph, and update the percentages as new data become available. (Also, we don’t have future projections of the key I/O variables that play into the jobs calculation, so keeping constant shares here would be in line with what we’re already doing in variables like DLIM and BObIC.) I notice the BLS has race/ethnicity and gender data by industry here, updated monthly, so these two graphs would be easy to put together in a matter of hours. In addition to a simple total, we might consider versions that normalize against the share of the population that has that trait (for example, “new Asian-held jobs per 100,000 Asian people in the population”) to understand whether jobs are disproportionately going toward any specific group. Otherwise, it might look like whichever group is in the majority is always the winner, even if they actually got fewer of the new jobs in percentage terms.
Unlike race/ethnicity/gender, income might not need new input data. We already have the total employment and the total employee compensation in every industry, so we can divide them to find the average compensation of a worker in each industry, then see if the industries with high-compensation-per-worker are gaining or losing jobs, and the same for industries with medium or low average compensation per worker. This isn’t a perfect measure of job quality – an industry that has 10 people earning $100,000 each would have the same mean compensation as an industry with 1 person earning $1,000,000 and 9 people earning $1. But in the real world, it might be a sufficiently good metric, since the industries that tend to have high income inequality between different roles within the company (say, discount retail chain CEO vs. store workers) tend to need large numbers of low-earning workers, which would pull down the mean. So having low average mean worker compensation might be a decent way to capture what we mean when we speak of “job quality” in the real world. But it is true that this adds a complicating factor to income outputs that we don’t have to deal with for race/ethnicity or gender outputs, so race/ethnicity/gender outputs might engender higher confidence.
Robbie response: I think these outputs would be very useful, but I am quite concerned about using the existing union methodology (or even something similar) to estimate this without doing a bit more research first. It’s true that our reviewer didn’t have any criticism, but that’s different than an endorsement, and it also doesn’t necessarily extend to the new metrics we are looking at. These outputs would be highly scrutinized since they are in such high demand and are so politically sensitive, so I’d want to make sure we feel really good about our methodology and that is very defensible.
Before heading down this path, I’d like us to research how other economists and economic models estimate these things, to see if we gain some insight there and possibly replicate methodologies.
One example is the employment methodology from the Princeton Net Zero America study: https://netzeroamerica.princeton.edu/img/Annex%20R.%20(NZA)%20Labor%20transitions%20methodology%20draft%202-17-21.pdf
Here, it does look like the modelers either held historical shares constant or projected future changes based on historical trends. They didn’t measure all the things we are talking about here, but they did measure some of them (as an aside, Jeff, I think you should read the linked appendix because it may generate some ideas on cool new features/improvements for our employment estimates).
| non_comp | disaggregate job impacts into demographic categories this would disaggregate job impacts into different demographic categories such as income gender and race or ethnicity we should explore what the right methodology is but one example is to just maintain existing breakdowns by isic code and carry these forward using data from bea original email you may remember that one of our eps outputs is change in union jobs and change in non union jobs this is calculated based on the change in jobs in every isic code multiplied by the present day share of jobs in that isic code that are represented by a union it was a very straightforward and easy output to make once we had the change in jobs by isic code do you think it would be helpful to add similar outputs for • change in jobs by income bracket • change in jobs by gender • change in jobs by race or ethnicity in each of these cases the only new input data we would need is the percentage of jobs in each isic code held by people of each type each income bracket each gender etc for the united states i believe bls already includes breakdowns of workers by income bracket and by gender probably by industry i don’t know if they offer race ethnicity breakdowns however the u s census tends to report lots of things with race ethnicity breakdowns and they might have data on workers by industry i haven’t looked for anything on this for non u s countries but this is just a new output not needed for internal calculation or the accuracy of any other output so if data cannot be found it would be possible to simply disable the new output graphs in the web app for a non u s country if we add this feature the new input variables likely should be time series so that people can simulate shifts in the future for instance today most software engineers today are male but i believe that is changing with the female proportion growing every year this might require additional data beyond what we can get from bls and the census or we simply make assumptions about how the percentages will change in the future more well we did have an outside expert review the methodology for union vs non union jobs which is the same methodology as proposed to handle race ethnicity and gender however income is more complicated – see below that expert had no objections to the methodology we’re using for union membership she did bring up the idea of the bau input data file potentially projecting future changes in union representation percentage but if you extrapolate from the past which is the best methodology she could come up with to do this you get the result that union membership declines to zero in every industry we felt that was not realistic and also would send a negative political message that has nothing to do with energy policy or the policies in the simulator so we rejected that suggestion and chose to use today’s constant shares of union vs non union jobs in each industry which we felt produces the most accurate metric for policymakers if we do add these output graphs we could simply use today’s shares of gender and race percentages by industry exactly as we do for the union vs non union graph and update the percentages as new data become available also we don’t have future projections of the key i o variables that play into the jobs calculation so keeping constant shares here would be in line with what we’re already doing in variables like dlim and bobic i notice the bls has race ethnicity and gender data by industry here updated monthly so these two graphs would be easy to put together in a matter of hours in addition to a simple total we might consider versions that normalize against the share of the population that has that trait for example “new asian held jobs per asian people in the population” to understand whether jobs are disproportionately going toward any specific group otherwise it might look like whichever group is in the majority is always the winner even if they actually got fewer of the new jobs in percentage terms unlike race ethnicity gender income might not need new input data we already have the total employment and the total employee compensation in every industry so we can divide them to find the average compensation of a worker in each industry then see if the industries with high compensation per worker are gaining or losing jobs and the same for industries with medium or low average compensation per worker this isn’t a perfect measure of job quality – an industry that has people earning each would have the same mean compensation as an industry with person earning and people earning but in the real world it might be a sufficiently good metric since the industries that tend to have high income inequality between different roles within the company say discount retail chain ceo vs store workers tend to need large numbers of low earning workers which would pull down the mean so having low average mean worker compensation might be a decent way to capture what we mean when we speak of “job quality” in the real world but it is true that this adds a complicating factor to income outputs that we don’t have to deal with for race ethnicity or gender outputs so race ethnicity gender outputs might engender higher confidence robbie response i think these outputs would be very useful but i am quite concerned about using the existing union methodology or even something similar to estimate this without doing a bit more research first it’s true that our reviewer didn’t have any criticism but that’s different than an endorsement and it also doesn’t necessarily extend to the new metrics we are looking at these outputs would be highly scrutinized since they are in such high demand and are so politically sensitive so i’d want to make sure we feel really good about our methodology and that is very defensible before heading down this path i’d like us to research how other economists and economic models estimate these things to see if we gain some insight there and possibly replicate methodologies one example is the employment methodology from the princeton net zero america study here it does look like the modelers either held historical shares constant or projected future changes based on historical trends they didn’t measure all the things we are talking about here but they did measure some of them as an aside jeff i think you should read the linked appendix because it may generate some ideas on cool new features improvements for our employment estimates | 0 |
573,137 | 17,023,597,265 | IssuesEvent | 2021-07-03 02:50:36 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | [amenity-symbols] mapnik: render highway=ford on ways | Component: mapnik Priority: major Resolution: duplicate Type: enhancement | **[Submitted to the original trac issue database at 8.17am, Tuesday, 25th May 2010]**
Hi,
highway=ford already gets rendered for nodes, but not for ways although about one third of the tag is applied to ways.
Regards, Alex
| 1.0 | [amenity-symbols] mapnik: render highway=ford on ways - **[Submitted to the original trac issue database at 8.17am, Tuesday, 25th May 2010]**
Hi,
highway=ford already gets rendered for nodes, but not for ways although about one third of the tag is applied to ways.
Regards, Alex
| non_comp | mapnik render highway ford on ways hi highway ford already gets rendered for nodes but not for ways although about one third of the tag is applied to ways regards alex | 0 |
140,547 | 18,902,570,710 | IssuesEvent | 2021-11-16 03:55:46 | RG4421/HackShack-Session-Landing-Page | https://api.github.com/repos/RG4421/HackShack-Session-Landing-Page | opened | WS-2020-0091 (High) detected in http-proxy-1.18.0.tgz | security vulnerability | ## WS-2020-0091 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>http-proxy-1.18.0.tgz</b></p></summary>
<p>HTTP proxying for the masses</p>
<p>Library home page: <a href="https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz">https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz</a></p>
<p>Path to dependency file: HackShack-Session-Landing-Page/package.json</p>
<p>Path to vulnerable library: HackShack-Session-Landing-Page/node_modules/http-proxy/package.json</p>
<p>
Dependency Hierarchy:
- http-proxy-middleware-0.19.1.tgz (Root Library)
- :x: **http-proxy-1.18.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/RG4421/HackShack-Session-Landing-Page/commit/196c534e2c2a1163231768e8cdfd77089ddf7140">196c534e2c2a1163231768e8cdfd77089ddf7140</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Versions of http-proxy prior to 1.18.1 are vulnerable to Denial of Service. An HTTP request with a long body triggers an ERR_HTTP_HEADERS_SENT unhandled exception that crashes the proxy server. This is only possible when the proxy server sets headers in the proxy request using the proxyReq.setHeader function.
<p>Publish Date: 2020-05-14
<p>URL: <a href=https://github.com/http-party/node-http-proxy/pull/1447>WS-2020-0091</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1486">https://www.npmjs.com/advisories/1486</a></p>
<p>Release Date: 2020-05-14</p>
<p>Fix Resolution: http-proxy - 1.18.1 </p>
</p>
</details>
<p></p>
| True | WS-2020-0091 (High) detected in http-proxy-1.18.0.tgz - ## WS-2020-0091 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>http-proxy-1.18.0.tgz</b></p></summary>
<p>HTTP proxying for the masses</p>
<p>Library home page: <a href="https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz">https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz</a></p>
<p>Path to dependency file: HackShack-Session-Landing-Page/package.json</p>
<p>Path to vulnerable library: HackShack-Session-Landing-Page/node_modules/http-proxy/package.json</p>
<p>
Dependency Hierarchy:
- http-proxy-middleware-0.19.1.tgz (Root Library)
- :x: **http-proxy-1.18.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/RG4421/HackShack-Session-Landing-Page/commit/196c534e2c2a1163231768e8cdfd77089ddf7140">196c534e2c2a1163231768e8cdfd77089ddf7140</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Versions of http-proxy prior to 1.18.1 are vulnerable to Denial of Service. An HTTP request with a long body triggers an ERR_HTTP_HEADERS_SENT unhandled exception that crashes the proxy server. This is only possible when the proxy server sets headers in the proxy request using the proxyReq.setHeader function.
<p>Publish Date: 2020-05-14
<p>URL: <a href=https://github.com/http-party/node-http-proxy/pull/1447>WS-2020-0091</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1486">https://www.npmjs.com/advisories/1486</a></p>
<p>Release Date: 2020-05-14</p>
<p>Fix Resolution: http-proxy - 1.18.1 </p>
</p>
</details>
<p></p>
| non_comp | ws high detected in http proxy tgz ws high severity vulnerability vulnerable library http proxy tgz http proxying for the masses library home page a href path to dependency file hackshack session landing page package json path to vulnerable library hackshack session landing page node modules http proxy package json dependency hierarchy http proxy middleware tgz root library x http proxy tgz vulnerable library found in head commit a href vulnerability details versions of http proxy prior to are vulnerable to denial of service an http request with a long body triggers an err http headers sent unhandled exception that crashes the proxy server this is only possible when the proxy server sets headers in the proxy request using the proxyreq setheader function publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution http proxy | 0 |
315,220 | 9,607,843,261 | IssuesEvent | 2019-05-11 22:57:30 | ubclaunchpad/rocket2 | https://api.github.com/repos/ubclaunchpad/rocket2 | opened | Security issue with Github webhooks endpoint | bug help wanted high priority | Currently, we do not authenticate any of our webhook endpoints on the server-side. This means that any yahoo could go in and just pretend to be Github. Since we use Github as a primary sourece of truth, it will screw up all of our data in our database.
Fortunately, [Github signs their requests][signs]. Also remember to **be secure when comparing your strings**.
[signs]: https://developer.github.com/webhooks/securing/ | 1.0 | Security issue with Github webhooks endpoint - Currently, we do not authenticate any of our webhook endpoints on the server-side. This means that any yahoo could go in and just pretend to be Github. Since we use Github as a primary sourece of truth, it will screw up all of our data in our database.
Fortunately, [Github signs their requests][signs]. Also remember to **be secure when comparing your strings**.
[signs]: https://developer.github.com/webhooks/securing/ | non_comp | security issue with github webhooks endpoint currently we do not authenticate any of our webhook endpoints on the server side this means that any yahoo could go in and just pretend to be github since we use github as a primary sourece of truth it will screw up all of our data in our database fortunately also remember to be secure when comparing your strings | 0 |
3,670 | 6,543,167,781 | IssuesEvent | 2017-09-02 18:16:51 | STEllAR-GROUP/hpx | https://api.github.com/repos/STEllAR-GROUP/hpx | closed | Unify serialization of non-default-constructible types | category: serialization type: compatibility issue | Currently, serialization of non-default-constructible types is done differently for single instances and for collections of such types. This should be unified. | True | Unify serialization of non-default-constructible types - Currently, serialization of non-default-constructible types is done differently for single instances and for collections of such types. This should be unified. | comp | unify serialization of non default constructible types currently serialization of non default constructible types is done differently for single instances and for collections of such types this should be unified | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.