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
8,684
10,616,225,117
IssuesEvent
2019-10-12 10:06:19
arcticicestudio/snowsaw
https://api.github.com/repos/arcticicestudio/snowsaw
closed
Switch from npm to Yarn
context-workflow scope-compatibility scope-stability type-task
Since [Yarn][] is fully compatible with [npm][], but provides way more useful features and uses a stable dependency solution strategy, _snowsaw_ should use Yarn by default. Therefore the npm specific `package-lock.json` file should be removed and replaced with Yarn's `yarn.lock` file. [yarn]: https://yarnpkg.com [...
True
Switch from npm to Yarn - Since [Yarn][] is fully compatible with [npm][], but provides way more useful features and uses a stable dependency solution strategy, _snowsaw_ should use Yarn by default. Therefore the npm specific `package-lock.json` file should be removed and replaced with Yarn's `yarn.lock` file. [yar...
comp
switch from npm to yarn since is fully compatible with but provides way more useful features and uses a stable dependency solution strategy snowsaw should use yarn by default therefore the npm specific package lock json file should be removed and replaced with yarn s yarn lock file
1
183,023
31,141,929,913
IssuesEvent
2023-08-16 01:14:41
MetaMask/metamask-extension
https://api.github.com/repos/MetaMask/metamask-extension
opened
Replace deprecated Callout component with BannerAlert from the component-library
good first issue team-design-system
### Description Currently, the extension is using an outdated `Callout` component, which needs to be replaced with the new `BannerAlert` component. This is a massive undertaking by itself and creating a single PR would be too large. Smaller PRs can be submitted against this issue to ensure easier review and gra...
1.0
Replace deprecated Callout component with BannerAlert from the component-library - ### Description Currently, the extension is using an outdated `Callout` component, which needs to be replaced with the new `BannerAlert` component. This is a massive undertaking by itself and creating a single PR would be too lar...
non_comp
replace deprecated callout component with banneralert from the component library description currently the extension is using an outdated callout component which needs to be replaced with the new banneralert component this is a massive undertaking by itself and creating a single pr would be too lar...
0
38,879
15,819,733,994
IssuesEvent
2021-04-05 17:56:11
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
[actions] ensure connector URLs do not have auth info embedded in the URL
Feature:Actions Team:Alerting Services
From a [comment in PR 95365](https://github.com/elastic/kibana/pull/95365/files/93efea944ab1ca706fc36face773ccd990cb0279#r607159012), it was noted that we should not allow customers to associate URLs that have embedded auth info in them, where we currently allow URLs. For example, the url `https://elastic:changeme@e...
1.0
[actions] ensure connector URLs do not have auth info embedded in the URL - From a [comment in PR 95365](https://github.com/elastic/kibana/pull/95365/files/93efea944ab1ca706fc36face773ccd990cb0279#r607159012), it was noted that we should not allow customers to associate URLs that have embedded auth info in them, where ...
non_comp
ensure connector urls do not have auth info embedded in the url from a it was noted that we should not allow customers to associate urls that have embedded auth info in them where we currently allow urls for example the url contains an embedded userid password of elastic changeme allowing cus...
0
11,873
14,002,463,327
IssuesEvent
2020-10-28 14:48:55
gudmdharalds/vip-go-mu-plugins-test
https://api.github.com/repos/gudmdharalds/vip-go-mu-plugins-test
closed
PHP 7.4 Compatibility issuelib
PHP Compatibility PHP Compatiblity 7.4
Found issue in master: * <b>Warning in lib/class-apc-cache-interceptor.php</b>: Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found: $group{0} https://github.com/gudmdharalds/vip-go-mu-plugins-test/blob/ce30f521d2f76ff0fa94e5d7a9b7bda11f5f7f59/lib/class-apc-cache-in...
True
PHP 7.4 Compatibility issuelib - Found issue in master: * <b>Warning in lib/class-apc-cache-interceptor.php</b>: Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found: $group{0} https://github.com/gudmdharalds/vip-go-mu-plugins-test/blob/ce30f521d2f76ff0fa94e5d7a9b7bd...
comp
php compatibility issuelib found issue in master warning in lib class apc cache interceptor php curly brace syntax for accessing array elements and string offsets has been deprecated in php found group
1
20,421
30,207,577,571
IssuesEvent
2023-07-05 10:28:53
scylladb/scylladb
https://api.github.com/repos/scylladb/scylladb
closed
Bound variables not allowed as function parameters
bug CQL cassandra 3.x compatibility
In #12607 we noticed that constants are not accepted in some places where they should, such as function parameters. It turns out that this is also true for **bind markers**, which are sort of similar to constants (they are part of the query, not the data). For example, `UPDATE tbl SET v = CAST(? AS int) WHERE k = 1` wo...
True
Bound variables not allowed as function parameters - In #12607 we noticed that constants are not accepted in some places where they should, such as function parameters. It turns out that this is also true for **bind markers**, which are sort of similar to constants (they are part of the query, not the data). For exampl...
comp
bound variables not allowed as function parameters in we noticed that constants are not accepted in some places where they should such as function parameters it turns out that this is also true for bind markers which are sort of similar to constants they are part of the query not the data for example ...
1
664,453
22,270,964,802
IssuesEvent
2022-06-10 12:19:13
docker-mailserver/docker-mailserver
https://api.github.com/repos/docker-mailserver/docker-mailserver
opened
[BUG] /etc/init.d/opendkim fails
kind/bug meta/needs triage priority/medium
### Miscellaneous first checks - [X] I checked that all ports are open and not blocked by my ISP / hosting provider. - [X] I know that SSL errors are likely the result of a wrong setup on the user side and not caused by DMS itself. I'm confident my setup is correct. ### Affected Component(s) /etc/init.d/opendkim ##...
1.0
[BUG] /etc/init.d/opendkim fails - ### Miscellaneous first checks - [X] I checked that all ports are open and not blocked by my ISP / hosting provider. - [X] I know that SSL errors are likely the result of a wrong setup on the user side and not caused by DMS itself. I'm confident my setup is correct. ### Affected Com...
non_comp
etc init d opendkim fails miscellaneous first checks i checked that all ports are open and not blocked by my isp hosting provider i know that ssl errors are likely the result of a wrong setup on the user side and not caused by dms itself i m confident my setup is correct affected component s...
0
19,470
27,035,413,481
IssuesEvent
2023-02-12 18:12:49
skyjay1/GreekFantasy
https://api.github.com/repos/skyjay1/GreekFantasy
closed
[1.16.5]Potion transformed into mirroring
wontfix mod compatibility
No idea on why it happens did test alex's mobs potions but they were fine https://streamable.com/6zvwod Forge 36.2.39 ars_nouveau-1.16.5-1.25.10.jar greekfantasy-16.5.5.jar geckolib-forge-1.16.5-3.0.106.jar curios-forge-1.16.5-4.0.5.3.jar Attempting to make either spell damage or mana potion long form turns ...
True
[1.16.5]Potion transformed into mirroring - No idea on why it happens did test alex's mobs potions but they were fine https://streamable.com/6zvwod Forge 36.2.39 ars_nouveau-1.16.5-1.25.10.jar greekfantasy-16.5.5.jar geckolib-forge-1.16.5-3.0.106.jar curios-forge-1.16.5-4.0.5.3.jar Attempting to make either ...
comp
potion transformed into mirroring no idea on why it happens did test alex s mobs potions but they were fine forge ars nouveau jar greekfantasy jar geckolib forge jar curios forge jar attempting to make either spell damage or mana potion long form turns t...
1
256,615
22,067,323,884
IssuesEvent
2022-05-31 05:42:50
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: sqlsmith/setup=seed/setting=no-mutations failed
C-test-failure O-robot O-roachtest branch-master release-blocker T-sql-queries
roachtest.sqlsmith/setup=seed/setting=no-mutations [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/5323014?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/5323014?buildTab=artifacts#...
2.0
roachtest: sqlsmith/setup=seed/setting=no-mutations failed - roachtest.sqlsmith/setup=seed/setting=no-mutations [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/5323014?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_N...
non_comp
roachtest sqlsmith setup seed setting no mutations failed roachtest sqlsmith setup seed setting no mutations with on master the test failed on branch master cloud gce test artifacts and logs in artifacts sqlsmith setup seed setting no mutations run sqlsmith go sqlsmith go test runner g...
0
57,789
8,208,503,767
IssuesEvent
2018-09-04 02:11:23
vmware/kubernetes
https://api.github.com/repos/vmware/kubernetes
closed
Improve VCP Documentation for different Kubernetes versions
P0 customer documentation
<!-- This form is for bug reports and feature requests ONLY! If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/). If this may be security issue, please ...
1.0
Improve VCP Documentation for different Kubernetes versions - <!-- This form is for bug reports and feature requests ONLY! If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluste...
non_comp
improve vcp documentation for different kubernetes versions this form is for bug reports and feature requests only if you re looking for help check and the if this may be security issue please disclose it privately via is this a bug report or feature request uncomment only on...
0
30
2,511,572,262
IssuesEvent
2015-01-14 09:20:35
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Excess bind values reported by MERGE statements with USING DUAL clause
C: Functionality P: High T: Defect T: Incompatible change
The synthetic `USING DUAL` clause that can be passed to a `MERGE` statement emits a bind value on calls to `Query.getParams()`. This parameter is extracted by batch statements, which then expect an actual bind value for the statement. Obviously, this is very intransparent from a user perspective, as users would not ...
True
Excess bind values reported by MERGE statements with USING DUAL clause - The synthetic `USING DUAL` clause that can be passed to a `MERGE` statement emits a bind value on calls to `Query.getParams()`. This parameter is extracted by batch statements, which then expect an actual bind value for the statement. Obviously...
comp
excess bind values reported by merge statements with using dual clause the synthetic using dual clause that can be passed to a merge statement emits a bind value on calls to query getparams this parameter is extracted by batch statements which then expect an actual bind value for the statement obviously...
1
189,255
22,047,007,301
IssuesEvent
2022-05-30 03:42:00
madhans23/linux-4.1.15
https://api.github.com/repos/madhans23/linux-4.1.15
closed
CVE-2015-8964 (Low) detected in linux-stable-rtv4.1.33 - autoclosed
security vulnerability
## CVE-2015-8964 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page:...
True
CVE-2015-8964 (Low) detected in linux-stable-rtv4.1.33 - autoclosed - ## CVE-2015-8964 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Ju...
non_comp
cve low detected in linux stable autoclosed cve low severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable s...
0
605
3,022,744,030
IssuesEvent
2015-07-31 22:24:39
couchbase/couchbase-lite-ios
https://api.github.com/repos/couchbase/couchbase-lite-ios
closed
Disallow leading "_" in attachment name (for compatibility)
compatibility enhancement wontfix
CouchDB doesn't allow attachment names to start with an underscore. (There's a unit test for this, in attachment_names.js.) CBL should probably disallow this too, for compatibility — any such document would get errors replicating to CouchDB anyway.
True
Disallow leading "_" in attachment name (for compatibility) - CouchDB doesn't allow attachment names to start with an underscore. (There's a unit test for this, in attachment_names.js.) CBL should probably disallow this too, for compatibility — any such document would get errors replicating to CouchDB anyway.
comp
disallow leading in attachment name for compatibility couchdb doesn t allow attachment names to start with an underscore there s a unit test for this in attachment names js cbl should probably disallow this too for compatibility — any such document would get errors replicating to couchdb anyway
1
4,178
6,965,820,287
IssuesEvent
2017-12-09 11:25:25
rantav/reversim-summit-2017
https://api.github.com/repos/rantav/reversim-summit-2017
opened
Feature toggles
Backward Compatiblity
The conference has many phases over time. It would be ideal to be able to prepare everything in code and be able to manage the features and specific data for each phase in the admin page. Phases include: * pre team (don't show team section until team has assembled) * pre sponsors (don't show sponsors section and p...
True
Feature toggles - The conference has many phases over time. It would be ideal to be able to prepare everything in code and be able to manage the features and specific data for each phase in the admin page. Phases include: * pre team (don't show team section until team has assembled) * pre sponsors (don't show spon...
comp
feature toggles the conference has many phases over time it would be ideal to be able to prepare everything in code and be able to manage the features and specific data for each phase in the admin page phases include pre team don t show team section until team has assembled pre sponsors don t show spon...
1
98,188
29,504,153,179
IssuesEvent
2023-06-03 04:59:01
dapr/quickstarts
https://api.github.com/repos/dapr/quickstarts
closed
Test failure: golang quickstarts packages not found during `go build .`
P0 build language/golang
The recent [PR](https://github.com/dapr/quickstarts/pull/867) updated SDK package refs to 1.11 RC versions. While that works locally and in `make validate` it does not work in our automated CI/CD runners, and that created a regression. @yaron2 is consulting me on what to try. The specific error is: `== APP ...
1.0
Test failure: golang quickstarts packages not found during `go build .` - The recent [PR](https://github.com/dapr/quickstarts/pull/867) updated SDK package refs to 1.11 RC versions. While that works locally and in `make validate` it does not work in our automated CI/CD runners, and that created a regression. @yar...
non_comp
test failure golang quickstarts packages not found during go build the recent updated sdk package refs to rc versions while that works locally and in make validate it does not work in our automated ci cd runners and that created a regression is consulting me on what to try the specifi...
0
13,939
16,702,484,728
IssuesEvent
2021-06-09 05:43:58
json5/json5
https://api.github.com/repos/json5/json5
closed
many formats error problem to parser and solution work to me
incompatible-with-spec :-1:
i had probem to recive JSON, i recive for example: - `{street: LOG , block: 0, apartment: 0, room: 0 }` - `{street: 0 , block: 0, apartment: 0, room: 0 }` - `{"street": LOG , "block": 0, "apartment": 0, room: 0 }` when the i try to parser this: - `{street: LOG , block: 0, apartment: 0, room: 0 }` i ca...
True
many formats error problem to parser and solution work to me - i had probem to recive JSON, i recive for example: - `{street: LOG , block: 0, apartment: 0, room: 0 }` - `{street: 0 , block: 0, apartment: 0, room: 0 }` - `{"street": LOG , "block": 0, "apartment": 0, room: 0 }` when the i try to parser this:...
comp
many formats error problem to parser and solution work to me i had probem to recive json i recive for example street log block apartment room street block apartment room street log block apartment room when the i try to parser this ...
1
4,836
7,457,304,722
IssuesEvent
2018-03-30 03:19:52
mozilla/contain-facebook
https://api.github.com/repos/mozilla/contain-facebook
closed
Two tabs with the same website are wrongly opened when trying to log in on it with Facebook, if the website was previously assigned to a container
MAC-compatibility has PR
**[Notes]:** - If at step 2 the "Remember my decision for this site" option was not checked then the user will end with two confirmation windows. - Even if you are not logged in to Facebook, after following the normal log in flow, you will encounter the same issue. **[Affected versions]:** - Firefox 59.0.1 and up...
True
Two tabs with the same website are wrongly opened when trying to log in on it with Facebook, if the website was previously assigned to a container - **[Notes]:** - If at step 2 the "Remember my decision for this site" option was not checked then the user will end with two confirmation windows. - Even if you are not l...
comp
two tabs with the same website are wrongly opened when trying to log in on it with facebook if the website was previously assigned to a container if at step the remember my decision for this site option was not checked then the user will end with two confirmation windows even if you are not logged ...
1
11,552
13,549,075,824
IssuesEvent
2020-09-17 07:39:16
wp-media/wp-rocket
https://api.github.com/repos/wp-media/wp-rocket
opened
Automatically refresh cache when saving page with Oxygen builder
3rd party compatibility module: cache type: enhancement
**Describe the solution you'd like** Automatically refresh cache when saving page with Oxygen builder http://oxygenbuilder.com Currently I need to save in Oxygen then go to front end and refresh cache every time I make a change. This is extremely tedious. Having the cache automatically refresh every time would be...
True
Automatically refresh cache when saving page with Oxygen builder - **Describe the solution you'd like** Automatically refresh cache when saving page with Oxygen builder http://oxygenbuilder.com Currently I need to save in Oxygen then go to front end and refresh cache every time I make a change. This is extremely ...
comp
automatically refresh cache when saving page with oxygen builder describe the solution you d like automatically refresh cache when saving page with oxygen builder currently i need to save in oxygen then go to front end and refresh cache every time i make a change this is extremely tedious having the cac...
1
73,136
8,824,601,265
IssuesEvent
2019-01-02 17:45:04
TNRIS/data.tnris.org
https://api.github.com/repos/TNRIS/data.tnris.org
closed
Social Media Sharing Buttons
Design Ideas question
What is the case for social media shares on data catalog filtering options? I don't see them as necessary.
1.0
Social Media Sharing Buttons - What is the case for social media shares on data catalog filtering options? I don't see them as necessary.
non_comp
social media sharing buttons what is the case for social media shares on data catalog filtering options i don t see them as necessary
0
13,009
15,300,335,264
IssuesEvent
2021-02-24 12:10:28
wp-media/wp-rocket
https://api.github.com/repos/wp-media/wp-rocket
closed
WP rocket still loads the Elementor JS files that are disabled with the new Elementor asset loading experiment enabled
3rd party compatibility community invalid
**Before submitting an issue please check that you’ve completed the following steps:** X Made sure you’re on the latest version X Used the search feature to ensure that the bug hasn’t been reported before **Describe the bug** Tested: occurs with minification and concentation, as well delay javascript are on. Thes...
True
WP rocket still loads the Elementor JS files that are disabled with the new Elementor asset loading experiment enabled - **Before submitting an issue please check that you’ve completed the following steps:** X Made sure you’re on the latest version X Used the search feature to ensure that the bug hasn’t been reported...
comp
wp rocket still loads the elementor js files that are disabled with the new elementor asset loading experiment enabled before submitting an issue please check that you’ve completed the following steps x made sure you’re on the latest version x used the search feature to ensure that the bug hasn’t been reported...
1
299,592
25,912,149,915
IssuesEvent
2022-12-15 14:44:41
NatLibFi/Skosmos
https://api.github.com/repos/NatLibFi/Skosmos
closed
CI builds are failing due to dubious ownership in repository at '/app'
tests maintenance
It seems like there has been a change in how Git works in CI builds since https://github.com/NatLibFi/Skosmos/actions/runs/3544077105/jobs/5951055820 as builds will now fail with following errors: ``` 1) ModelTest::testGetVersion PHPUnit\Framework\Exception: fatal: detected dubious ownership in repository at '/app' ...
1.0
CI builds are failing due to dubious ownership in repository at '/app' - It seems like there has been a change in how Git works in CI builds since https://github.com/NatLibFi/Skosmos/actions/runs/3544077105/jobs/5951055820 as builds will now fail with following errors: ``` 1) ModelTest::testGetVersion PHPUnit\Framew...
non_comp
ci builds are failing due to dubious ownership in repository at app it seems like there has been a change in how git works in ci builds since as builds will now fail with following errors modeltest testgetversion phpunit framework exception fatal detected dubious ownership in repository at app ...
0
133,443
18,297,873,732
IssuesEvent
2021-10-05 22:27:30
ghc-dev/Colleen-Davis
https://api.github.com/repos/ghc-dev/Colleen-Davis
opened
CVE-2020-1738 (Low) detected in ansible-2.9.9.tar.gz
security vulnerability
## CVE-2020-1738 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansible-2.9.9.tar.gz</b></p></summary> <p>Radically simple IT automation</p> <p>Library home page: <a href="https://file...
True
CVE-2020-1738 (Low) detected in ansible-2.9.9.tar.gz - ## CVE-2020-1738 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansible-2.9.9.tar.gz</b></p></summary> <p>Radically simple IT aut...
non_comp
cve low detected in ansible tar gz cve low severity vulnerability vulnerable library ansible tar gz radically simple it automation library home page a href path to dependency file colleen davis requirements txt path to vulnerable library requirements txt depende...
0
239,140
19,823,402,587
IssuesEvent
2022-01-20 01:47:54
urapadmin/kiosk
https://api.github.com/repos/urapadmin/kiosk
closed
upload / download config files to kiosk
kiosk bigger task test-stage key-feature
a first and for v1 perhaps even sufficient step could be a UI that - simply lists all configuration files the server knows (we can configure that list in the config). The UI then allows to download those files or upload them again. - Allowing a new file to be uploaded would mean that the new file has to be added...
1.0
upload / download config files to kiosk - a first and for v1 perhaps even sufficient step could be a UI that - simply lists all configuration files the server knows (we can configure that list in the config). The UI then allows to download those files or upload them again. - Allowing a new file to be uploaded wo...
non_comp
upload download config files to kiosk a first and for perhaps even sufficient step could be a ui that simply lists all configuration files the server knows we can configure that list in the config the ui then allows to download those files or upload them again allowing a new file to be uploaded wou...
0
479,906
13,807,277,340
IssuesEvent
2020-10-11 21:21:01
robotframework/SeleniumLibrary
https://api.github.com/repos/robotframework/SeleniumLibrary
closed
Add support for xpath starting with ((//
beta 2 enhancement priority: medium
Currently, we are only treating `//` and `(//` as xpath expression Please help to add support also for `((//` For example, my xpath having union operator: ```((//label[contains(.,"ABC")]/input[@type="checkbox"]|//label[contains(.,"ABC")]/preceding-sibling::*[@type="checkbox"]))[1]``` It's still a vaid xpath e...
1.0
Add support for xpath starting with ((// - Currently, we are only treating `//` and `(//` as xpath expression Please help to add support also for `((//` For example, my xpath having union operator: ```((//label[contains(.,"ABC")]/input[@type="checkbox"]|//label[contains(.,"ABC")]/preceding-sibling::*[@type="chec...
non_comp
add support for xpath starting with currently we are only treating and as xpath expression please help to add support also for for example my xpath having union operator label input label preceding sibling it s still a vaid xpath expression but unable to be d...
0
116,386
4,701,015,090
IssuesEvent
2016-10-12 20:17:37
Lokiedu/libertysoil-site
https://api.github.com/repos/Lokiedu/libertysoil-site
closed
[enh] Any simple hack that will allow me to add "San Francisco (California)" geo tag to a post
! High priority on: Staging
Currently we don't have a way to add this tag, because we have too many suggestions and there's no way to select one that is not on the initial list. I need a hack. A quick interface change that would allow me (and any user, obviously) to select a tag that is 20th in the list of suggestions. I don't know what is the ...
1.0
[enh] Any simple hack that will allow me to add "San Francisco (California)" geo tag to a post - Currently we don't have a way to add this tag, because we have too many suggestions and there's no way to select one that is not on the initial list. I need a hack. A quick interface change that would allow me (and any use...
non_comp
any simple hack that will allow me to add san francisco california geo tag to a post currently we don t have a way to add this tag because we have too many suggestions and there s no way to select one that is not on the initial list i need a hack a quick interface change that would allow me and any user o...
0
20,285
29,510,541,918
IssuesEvent
2023-06-03 21:51:23
pimutils/khal
https://api.github.com/repos/pimutils/khal
closed
Crash when importing event with invalid VALARM/TRIGGER
type: bug type: 3rd party compatibility
I tried importing this file, which is generated by [NS International](https://www.nsinternational.com/en/traintickets-v3/). ``` BEGIN:VCALENDAR VERSION:2.0 PRODID:-//NS Internationaal B.V.//sales-v2//en BEGIN:VTIMEZONE TZID:Europe/Brussels LAST-MODIFIED:20221105T024525Z TZURL:http://www.tzurl.org/zoneinfo/Eur...
True
Crash when importing event with invalid VALARM/TRIGGER - I tried importing this file, which is generated by [NS International](https://www.nsinternational.com/en/traintickets-v3/). ``` BEGIN:VCALENDAR VERSION:2.0 PRODID:-//NS Internationaal B.V.//sales-v2//en BEGIN:VTIMEZONE TZID:Europe/Brussels LAST-MODIFIED:...
comp
crash when importing event with invalid valarm trigger i tried importing this file which is generated by begin vcalendar version prodid ns internationaal b v sales en begin vtimezone tzid europe brussels last modified tzurl x lic location europe brussels x proleptic tzname lmt be...
1
286,401
21,574,881,317
IssuesEvent
2022-05-02 12:45:53
MarketSquare/robotframework-camunda
https://api.github.com/repos/MarketSquare/robotframework-camunda
opened
Documentation for "deploy" has wrong example
documentation
The keyword in the example for the documentation of "deploy" states keyword `Deploy model from file` which was the old name of that keyword long time ago. The documentation should state the correct name of the keyword.
1.0
Documentation for "deploy" has wrong example - The keyword in the example for the documentation of "deploy" states keyword `Deploy model from file` which was the old name of that keyword long time ago. The documentation should state the correct name of the keyword.
non_comp
documentation for deploy has wrong example the keyword in the example for the documentation of deploy states keyword deploy model from file which was the old name of that keyword long time ago the documentation should state the correct name of the keyword
0
21,088
32,063,498,732
IssuesEvent
2023-09-24 22:54:03
dosbox-staging/dosbox-staging
https://api.github.com/repos/dosbox-staging/dosbox-staging
closed
Investigate playability issues with Psycho Killer (1993)
game compatibility
### Context Currently the eXoDOS project runs this game using [the DOSBox Daum fork](https://github.com/ykhwong/dosbox-svn-daum), which is understood to have specific emulation fixes not currently in upstream DOSBox (0.74.x and SVN) or active forks such as X, Pure, and Staging. DOSBox Daum had 51 releases that in...
True
Investigate playability issues with Psycho Killer (1993) - ### Context Currently the eXoDOS project runs this game using [the DOSBox Daum fork](https://github.com/ykhwong/dosbox-svn-daum), which is understood to have specific emulation fixes not currently in upstream DOSBox (0.74.x and SVN) or active forks such as X...
comp
investigate playability issues with psycho killer context currently the exodos project runs this game using which is understood to have specific emulation fixes not currently in upstream dosbox x and svn or active forks such as x pure and staging dosbox daum had releases that included dos...
1
17,520
24,154,901,700
IssuesEvent
2022-09-22 06:44:08
AdguardTeam/AdguardForWindows
https://api.github.com/repos/AdguardTeam/AdguardForWindows
closed
AdGuard's certificate isn't established when Kaspersky Internet Security is installed
bug compatibility P2: High Resolution: Fixed Status: Resolved Version: AdGuard v7.11
### Steps to reproduce <!--- Provide a link to a live example or a clear set of steps to reproduce the issue --> 1. Install the latest version of AdGuard 2. Install Kaspersky Internet Security 3. Reboot PC 4. Kill the process of AdGuard 5. Open AdGuard again ### Expected behavior <!--- Tell us what should hap...
True
AdGuard's certificate isn't established when Kaspersky Internet Security is installed - ### Steps to reproduce <!--- Provide a link to a live example or a clear set of steps to reproduce the issue --> 1. Install the latest version of AdGuard 2. Install Kaspersky Internet Security 3. Reboot PC 4. Kill the process o...
comp
adguard s certificate isn t established when kaspersky internet security is installed steps to reproduce install the latest version of adguard install kaspersky internet security reboot pc kill the process of adguard open adguard again expected behavior when opening the webpage t...
1
64,652
14,672,840,340
IssuesEvent
2020-12-30 11:36:22
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
[Security Solution] Error Handling for saving an empty query under timeline is not done gracefully
Team: SecuritySolution bug
**Describe the bug** Error Handling for saving an empty query is not done gracefully **Build Details:** ``` Platform: Staging Version: 7.10.2-SNAPSHOT Commit: 733d0aa29750868a043ec307f27a0506d9a3ed62 Build number: 36123 Artifact: https://artifacts-api.elastic.co/v1/search/7.10.2-SNAPSHOT ``` **Browser Detai...
True
[Security Solution] Error Handling for saving an empty query under timeline is not done gracefully - **Describe the bug** Error Handling for saving an empty query is not done gracefully **Build Details:** ``` Platform: Staging Version: 7.10.2-SNAPSHOT Commit: 733d0aa29750868a043ec307f27a0506d9a3ed62 Build numb...
non_comp
error handling for saving an empty query under timeline is not done gracefully describe the bug error handling for saving an empty query is not done gracefully build details platform staging version snapshot commit build number artifact browser details all pre...
0
25,781
5,198,865,261
IssuesEvent
2017-01-23 19:18:46
spring-cloud/spring-cloud-stream
https://api.github.com/repos/spring-cloud/spring-cloud-stream
closed
PartitionKeyExtractorStrategy instances do not have access to application context
documentation in pr
When selecting the partion of a kafka topic using a custom PartitionKeyExtractorStrategy, the instantiated objects are not initialized to use configuration values or beans from the application context. This would be very useful when selecting the partition based on a configurable value. I have a provided a [demo](http...
1.0
PartitionKeyExtractorStrategy instances do not have access to application context - When selecting the partion of a kafka topic using a custom PartitionKeyExtractorStrategy, the instantiated objects are not initialized to use configuration values or beans from the application context. This would be very useful when sel...
non_comp
partitionkeyextractorstrategy instances do not have access to application context when selecting the partion of a kafka topic using a custom partitionkeyextractorstrategy the instantiated objects are not initialized to use configuration values or beans from the application context this would be very useful when sel...
0
32,875
6,954,415,946
IssuesEvent
2017-12-07 01:18:43
smxi/inxi
https://api.github.com/repos/smxi/inxi
closed
Wrong Threadripper CPU count
Debugger-Data-Required Defect Enhancement Priority-Medium Waiting-Fix-Confirm
Hello, inxi reports this CPU incorrectly as an octa-core CPU. From the CPU specs this is a 16 core cpu / 32 threads. Inxi output: ``` $ ▶ inxi CPU~Octa core AMD Ryzen Threadripper 1950X 16-Core (-MCP-) speed/max~1999/4000 MHz Kernel~4.13.12-1-ARCH x86_64 Up~2 days Mem~11709.1/64356.7MB HDD~9281.8GB(64.5% used) Pr...
1.0
Wrong Threadripper CPU count - Hello, inxi reports this CPU incorrectly as an octa-core CPU. From the CPU specs this is a 16 core cpu / 32 threads. Inxi output: ``` $ ▶ inxi CPU~Octa core AMD Ryzen Threadripper 1950X 16-Core (-MCP-) speed/max~1999/4000 MHz Kernel~4.13.12-1-ARCH x86_64 Up~2 days Mem~11709.1/64356....
non_comp
wrong threadripper cpu count hello inxi reports this cpu incorrectly as an octa core cpu from the cpu specs this is a core cpu threads inxi output ▶ inxi cpu octa core amd ryzen threadripper core mcp speed max mhz kernel arch up days mem hdd used procs...
0
3,921
6,775,011,034
IssuesEvent
2017-10-27 12:48:38
DICE-UNC/jargon
https://api.github.com/repos/DICE-UNC/jargon
opened
Possible ticket iRODS issues surfacing in metalnx testing
bug iRODS Compatibility question
testing metalnx...note 'close()' of connections was missing, this may result in accumulation of open connections and eventual keeling over because the test only fails when run together, succeeds with single method invocation... https://github.com/DICE-UNC/metalnx-web/blob/master/src/emc-metalnx-services/src/test/jav...
True
Possible ticket iRODS issues surfacing in metalnx testing - testing metalnx...note 'close()' of connections was missing, this may result in accumulation of open connections and eventual keeling over because the test only fails when run together, succeeds with single method invocation... https://github.com/DICE-UNC/m...
comp
possible ticket irods issues surfacing in metalnx testing testing metalnx note close of connections was missing this may result in accumulation of open connections and eventual keeling over because the test only fails when run together succeeds with single method invocation irods logs show a lot ...
1
56,584
23,848,449,527
IssuesEvent
2022-09-06 15:43:19
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
Lower timeouts for all clients to 60s
console-services
## Description Rack-timeout will enforce a global timeout of 65s for all requests when it is added. Client timeouts should be lowered to 60s so that they can attempt to handle timeouts gracefully on their own rather than relying on the thread level exceptions raised by rack-timeout. ## Tasks - [ ] Change all clien...
1.0
Lower timeouts for all clients to 60s - ## Description Rack-timeout will enforce a global timeout of 65s for all requests when it is added. Client timeouts should be lowered to 60s so that they can attempt to handle timeouts gracefully on their own rather than relying on the thread level exceptions raised by rack-time...
non_comp
lower timeouts for all clients to description rack timeout will enforce a global timeout of for all requests when it is added client timeouts should be lowered to so that they can attempt to handle timeouts gracefully on their own rather than relying on the thread level exceptions raised by rack timeout ...
0
9,850
11,873,994,800
IssuesEvent
2020-03-26 18:13:26
tenpy/tenpy
https://api.github.com/repos/tenpy/tenpy
reopened
Consistent Parameter names
incompatible
Name the parameters of DMRG/TDVP/TEBD/... consistently. Maybe just the `params` attribute for the corresponding engine? Implementing this should probably wait until #49 is done.
True
Consistent Parameter names - Name the parameters of DMRG/TDVP/TEBD/... consistently. Maybe just the `params` attribute for the corresponding engine? Implementing this should probably wait until #49 is done.
comp
consistent parameter names name the parameters of dmrg tdvp tebd consistently maybe just the params attribute for the corresponding engine implementing this should probably wait until is done
1
66,520
14,788,910,472
IssuesEvent
2021-01-12 09:51:53
andygonzalez2010/store
https://api.github.com/repos/andygonzalez2010/store
opened
CVE-2020-36189 (High) detected in jackson-databind-2.9.8.jar
security vulnerability
## CVE-2020-36189 - 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.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2020-36189 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2020-36189 - 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.9.8.jar</b></p></summary> <p>General...
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 store pom xml path to vulnera...
0
39,108
5,218,758,393
IssuesEvent
2017-01-26 17:14:04
ValveSoftware/Source-1-Games
https://api.github.com/repos/ValveSoftware/Source-1-Games
closed
TF2 for Linux: Unusual hat effect on other players
All Platforms Need Retest Reviewed Team Fortress 2
Recently I started playing the scout again on TF2 on Linux. I own an Unusual Flipped Trilby with the Stormy Storm effect. When I die and see other people playing while I am waiting for the respawn, my Stormy Storm effect is visible above other player's heads and that in a rather glitchy fashion. (It jumps around instea...
1.0
TF2 for Linux: Unusual hat effect on other players - Recently I started playing the scout again on TF2 on Linux. I own an Unusual Flipped Trilby with the Stormy Storm effect. When I die and see other people playing while I am waiting for the respawn, my Stormy Storm effect is visible above other player's heads and that...
non_comp
for linux unusual hat effect on other players recently i started playing the scout again on on linux i own an unusual flipped trilby with the stormy storm effect when i die and see other people playing while i am waiting for the respawn my stormy storm effect is visible above other player s heads and that in ...
0
48,353
20,114,791,505
IssuesEvent
2022-02-07 18:20:15
cityofaustin/atd-data-tech
https://api.github.com/repos/cityofaustin/atd-data-tech
opened
Remove the following fields from atd_maintained_streets layer in GISMAINT. These fields are not used...
Workgroup: SMB Service: Geo
<!-- Email --> <!-- susanne.gov@austintexas.gov --> > What application are you using? ArcGIS > Describe the problem. Remove the following fields from atd_maintained_streets layer in GISMAINT. These fields are not used in our current business process, managed in other datasets, and are not maintained. PAVEMENT_COND...
1.0
Remove the following fields from atd_maintained_streets layer in GISMAINT. These fields are not used... - <!-- Email --> <!-- susanne.gov@austintexas.gov --> > What application are you using? ArcGIS > Describe the problem. Remove the following fields from atd_maintained_streets layer in GISMAINT. These fields are n...
non_comp
remove the following fields from atd maintained streets layer in gismaint these fields are not used what application are you using arcgis describe the problem remove the following fields from atd maintained streets layer in gismaint these fields are not used in our current business process managed...
0
126,494
4,996,498,053
IssuesEvent
2016-12-09 14:05:01
graphcool/console
https://api.github.com/repos/graphcool/console
closed
No pointer cursor on graphcool logo
area/sidebar enhancement priority/P3
The logo does not turn the cursor into a pointer, even though I can click on the "Graphcool" logo on the top left corner to select projects.
1.0
No pointer cursor on graphcool logo - The logo does not turn the cursor into a pointer, even though I can click on the "Graphcool" logo on the top left corner to select projects.
non_comp
no pointer cursor on graphcool logo the logo does not turn the cursor into a pointer even though i can click on the graphcool logo on the top left corner to select projects
0
5,318
7,835,066,128
IssuesEvent
2018-06-16 22:29:10
way-cooler/way-cooler
https://api.github.com/repos/way-cooler/way-cooler
opened
Remove dependency on GLib
Awesome Backwards Incompatible Bug Lua
Restarting Lua in place is an awesome feature. It means we can gracefully deal with errors in Lua code and still keep clients running. However, due to using GLib as a source of timers in the Lua code we can't have a graceful restart without breaking timers (see the mess that is #560). This is because the Lua code us...
True
Remove dependency on GLib - Restarting Lua in place is an awesome feature. It means we can gracefully deal with errors in Lua code and still keep clients running. However, due to using GLib as a source of timers in the Lua code we can't have a graceful restart without breaking timers (see the mess that is #560). Thi...
comp
remove dependency on glib restarting lua in place is an awesome feature it means we can gracefully deal with errors in lua code and still keep clients running however due to using glib as a source of timers in the lua code we can t have a graceful restart without breaking timers see the mess that is this ...
1
8,774
10,727,573,205
IssuesEvent
2019-10-28 12:02:32
zloirock/core-js
https://api.github.com/repos/zloirock/core-js
closed
Remaining V8 deoptimizations on features detection
compatibility help wanted v8
In addition to: - #306 - deoptimization of `RegExp` methods on `@@species` support detection or on any changes of `RegExp.prototype` - #677 - deoptimization of `Array#{ splice, filter, map }` methods on `@@species` support detection I see other cases: - deoptimization of `Array#concat` on [`@@isConcatSpreadable` ...
True
Remaining V8 deoptimizations on features detection - In addition to: - #306 - deoptimization of `RegExp` methods on `@@species` support detection or on any changes of `RegExp.prototype` - #677 - deoptimization of `Array#{ splice, filter, map }` methods on `@@species` support detection I see other cases: - deoptim...
comp
remaining deoptimizations on features detection in addition to deoptimization of regexp methods on species support detection or on any changes of regexp prototype deoptimization of array splice filter map methods on species support detection i see other cases deoptimizati...
1
13,525
16,018,414,810
IssuesEvent
2021-04-20 19:05:38
docker/compose-cli
https://api.github.com/repos/docker/compose-cli
closed
Add image digest to config hash
compatibility compose
When new images are built for a service, `compose up` does not recreate containers with the new image. ``` $ docker compose up -d [+] Building 6.3s (12/12) FINISHED => [backend internal] load bui...
True
Add image digest to config hash - When new images are built for a service, `compose up` does not recreate containers with the new image. ``` $ docker compose up -d [+] Building 6.3s (12/12) FINISHED ...
comp
add image digest to config hash when new images are built for a service compose up does not recreate containers with the new image docker compose up d building finished ...
1
15,922
20,971,902,939
IssuesEvent
2022-03-28 12:11:59
spring-projects-experimental/spring-native
https://api.github.com/repos/spring-projects-experimental/spring-native
opened
events fails with GraalVM 22.1
type: compatibility
``` openjdk version "17.0.3" 2022-04-19 OpenJDK Runtime Environment GraalVM CE 22.1.0-dev (build 17.0.3+4-jvmci-22.1-b03) OpenJDK 64-Bit Server VM GraalVM CE 22.1.0-dev (build 17.0.3+4-jvmci-22.1-b03, mixed mode, sharing) ``` build works fine, running it throws this exception: ``` 2022-03-28 14:09:25.755 IN...
True
events fails with GraalVM 22.1 - ``` openjdk version "17.0.3" 2022-04-19 OpenJDK Runtime Environment GraalVM CE 22.1.0-dev (build 17.0.3+4-jvmci-22.1-b03) OpenJDK 64-Bit Server VM GraalVM CE 22.1.0-dev (build 17.0.3+4-jvmci-22.1-b03, mixed mode, sharing) ``` build works fine, running it throws this exception: ...
comp
events fails with graalvm openjdk version openjdk runtime environment graalvm ce dev build jvmci openjdk bit server vm graalvm ce dev build jvmci mixed mode sharing build works fine running it throws this exception ...
1
165,455
20,591,799,017
IssuesEvent
2022-03-05 00:15:23
istio/istio
https://api.github.com/repos/istio/istio
opened
Envoy filter names should be unique
area/security
### Bug Description See https://github.com/grpc/grpc-go/issues/5159 for details - the RBAC filters for allow and deny use the same filter name, and this is not compatible with proxyless gRPC which validates name uniquness. Unique names seem to be the correct behavior - and envoy may enforce this at some point, so...
True
Envoy filter names should be unique - ### Bug Description See https://github.com/grpc/grpc-go/issues/5159 for details - the RBAC filters for allow and deny use the same filter name, and this is not compatible with proxyless gRPC which validates name uniquness. Unique names seem to be the correct behavior - and en...
non_comp
envoy filter names should be unique bug description see for details the rbac filters for allow and deny use the same filter name and this is not compatible with proxyless grpc which validates name uniquness unique names seem to be the correct behavior and envoy may enforce this at some point so it ...
0
206,637
16,048,485,219
IssuesEvent
2021-04-22 16:09:16
archivematica/Issues
https://api.github.com/repos/archivematica/Issues
closed
Problem: documentation on reviewing DIPs from dashboard is incorrect
Type: documentation
<!--- If this issue relates to a security vulnerability in Archivematica or any of the related repositories, DO NOT file the issue here. Please see the SECURITY.md file at https://github.com/archivematica/Issues for information on how to safely report a security vulnerability. ---> <!--- Please title your issue as a...
1.0
Problem: documentation on reviewing DIPs from dashboard is incorrect - <!--- If this issue relates to a security vulnerability in Archivematica or any of the related repositories, DO NOT file the issue here. Please see the SECURITY.md file at https://github.com/archivematica/Issues for information on how to safely repo...
non_comp
problem documentation on reviewing dips from dashboard is incorrect version of the documentation and earlier page and section if applicable where the issue occurs user manual access description of the issue the docs say regardless of the access path chosen an integrate...
0
209,632
23,730,713,796
IssuesEvent
2022-08-31 01:16:21
Xcov19/xcovfe
https://api.github.com/repos/Xcov19/xcovfe
closed
CVE-2018-11694 (High) detected in node-sass-v4.13.1, node-sass-4.13.1.tgz - autoclosed
security vulnerability
## CVE-2018-11694 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.13.1.tgz</b></p></summary> <p> <details><summary><b>node-sass-4.13.1.tgz</b></p></summary> <p>Wrapper a...
True
CVE-2018-11694 (High) detected in node-sass-v4.13.1, node-sass-4.13.1.tgz - autoclosed - ## CVE-2018-11694 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.13.1.tgz</b></p>...
non_comp
cve high detected in node sass node sass tgz autoclosed cve high severity vulnerability vulnerable libraries node sass tgz node sass tgz wrapper around libsass library home page a href path to dependency file tmp ws scm xcovfe package json pat...
0
6,519
8,792,848,471
IssuesEvent
2018-12-21 17:33:30
mozilla-mobile/firefox-echo-show
https://api.github.com/repos/mozilla-mobile/firefox-echo-show
closed
"Open Pandora" link is inert on pandora.com site
site-compatibility
## Steps to reproduce 1. Go to pandora.com 2. Click on "Open Pandora" ### Expected behavior 2. Not sure, since Pandora app not supported? ### Actual behavior 2. Link is inert ### NOTES If I say "Alexa open pandora" reply is: "the pandora skill is not enabled. Go to the Alexa app to enable it and link yo...
True
"Open Pandora" link is inert on pandora.com site - ## Steps to reproduce 1. Go to pandora.com 2. Click on "Open Pandora" ### Expected behavior 2. Not sure, since Pandora app not supported? ### Actual behavior 2. Link is inert ### NOTES If I say "Alexa open pandora" reply is: "the pandora skill is not ena...
comp
open pandora link is inert on pandora com site steps to reproduce go to pandora com click on open pandora expected behavior not sure since pandora app not supported actual behavior link is inert notes if i say alexa open pandora reply is the pandora skill is not ena...
1
15,144
19,043,770,165
IssuesEvent
2021-11-25 03:32:38
MattCzyr/EnderMail
https://api.github.com/repos/MattCzyr/EnderMail
closed
incompatibilities? 1.16 version sends packages to only one location, nowhere else
compatibility
I set up lockers, named them, i tried sending packages to specific coordinates, all of the packages end up stacked at -1, 80, -1. each packages gets stacked on the prior package sent so the 80 increments upwards so the next package is sent to -1, 81, -1 and so on. Packages don't get put in lockers, even if they're sen...
True
incompatibilities? 1.16 version sends packages to only one location, nowhere else - I set up lockers, named them, i tried sending packages to specific coordinates, all of the packages end up stacked at -1, 80, -1. each packages gets stacked on the prior package sent so the 80 increments upwards so the next package is ...
comp
incompatibilities version sends packages to only one location nowhere else i set up lockers named them i tried sending packages to specific coordinates all of the packages end up stacked at each packages gets stacked on the prior package sent so the increments upwards so the next package is sen...
1
61,499
15,015,924,029
IssuesEvent
2021-02-01 08:56:38
google/mediapipe
https://api.github.com/repos/google/mediapipe
closed
MediaPipe AAR File Generation
android build
Hello Developers I am new to MediaPipe Framework. I went through their documentation setup and installation guide for **opencv@3, bazel, homebrew**. I did everything and I'm also able compile and execute their Hello World CPP file. Now I want to generate AAR file of **face_detection**. Again I followed each and ...
1.0
MediaPipe AAR File Generation - Hello Developers I am new to MediaPipe Framework. I went through their documentation setup and installation guide for **opencv@3, bazel, homebrew**. I did everything and I'm also able compile and execute their Hello World CPP file. Now I want to generate AAR file of **face_detecti...
non_comp
mediapipe aar file generation hello developers i am new to mediapipe framework i went through their documentation setup and installation guide for opencv bazel homebrew i did everything and i m also able compile and execute their hello world cpp file now i want to generate aar file of face detecti...
0
196,175
14,826,487,209
IssuesEvent
2021-01-15 00:05:46
dapr/dapr
https://api.github.com/repos/dapr/dapr
closed
[E2E Scenario Tests] Add more E2E tests for StateTransaction API
P1 area/test/e2e
Fix E2E tests for StateTransaction API > /area runtime > /area operator > /area placement > /area docs /area test-and-release ## Describe the proposal E2E test for State Transaction API needs to both test transactional upserts and deletes
1.0
[E2E Scenario Tests] Add more E2E tests for StateTransaction API - Fix E2E tests for StateTransaction API > /area runtime > /area operator > /area placement > /area docs /area test-and-release ## Describe the proposal E2E test for State Transaction API needs to both test transactional upserts and deletes
non_comp
add more tests for statetransaction api fix tests for statetransaction api area runtime area operator area placement area docs area test and release describe the proposal test for state transaction api needs to both test transactional upserts and deletes
0
104,262
16,613,565,065
IssuesEvent
2021-06-02 14:15:31
Thanraj/linux-4.1.15
https://api.github.com/repos/Thanraj/linux-4.1.15
opened
CVE-2019-12379 (Medium) detected in linux-stable-rtv4.1.33
security vulnerability
## CVE-2019-12379 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home p...
True
CVE-2019-12379 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2019-12379 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia C...
non_comp
cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source f...
0
17,612
24,278,781,622
IssuesEvent
2022-09-28 15:39:05
oracle/truffleruby
https://api.github.com/repos/oracle/truffleruby
closed
UnboundMethod#hash should not hash the module it was retrieved on, only the method definition
compatibility
For compatibility with CRuby, see https://twitter.com/eregontp/status/1568923942533955584
True
UnboundMethod#hash should not hash the module it was retrieved on, only the method definition - For compatibility with CRuby, see https://twitter.com/eregontp/status/1568923942533955584
comp
unboundmethod hash should not hash the module it was retrieved on only the method definition for compatibility with cruby see
1
988
3,455,979,258
IssuesEvent
2015-12-17 22:35:24
InfinityRaider/AgriCraft
https://api.github.com/repos/InfinityRaider/AgriCraft
reopened
Kitchen mod
enhancement feature request incompatibility
Hey, if you have time take a look on kitchen mod aka modular sandviches, actually they dont have seeds but maybe you make own seeds and breed system?
True
Kitchen mod - Hey, if you have time take a look on kitchen mod aka modular sandviches, actually they dont have seeds but maybe you make own seeds and breed system?
comp
kitchen mod hey if you have time take a look on kitchen mod aka modular sandviches actually they dont have seeds but maybe you make own seeds and breed system
1
14,380
17,356,849,948
IssuesEvent
2021-07-29 15:17:51
ckeditor/ckeditor5
https://api.github.com/repos/ckeditor/ckeditor5
opened
An HTML comment is duplicated after removing adjacent paragraph and undoing the operation
domain:v4-compatibility package:html-support squad:compat type:bug
## 📝 Provide detailed reproduction steps (if any) 1. Open http://localhost:8125/ckeditor5-html-support/tests/manual/htmlcomment.html 2. Remove the first paragraph 3. Undo 4. Run `editor.getData()` or open the source mode ### ✔️ Expected result \`editor.getData()\` should return the same as after openin...
True
An HTML comment is duplicated after removing adjacent paragraph and undoing the operation - ## 📝 Provide detailed reproduction steps (if any) 1. Open http://localhost:8125/ckeditor5-html-support/tests/manual/htmlcomment.html 2. Remove the first paragraph 3. Undo 4. Run `editor.getData()` or open the source m...
comp
an html comment is duplicated after removing adjacent paragraph and undoing the operation 📝 provide detailed reproduction steps if any open remove the first paragraph undo run editor getdata or open the source mode ✔️ expected result editor getdata should return the s...
1
183,988
21,784,780,259
IssuesEvent
2022-05-14 01:17:33
mgh3326/railbook
https://api.github.com/repos/mgh3326/railbook
closed
CVE-2020-8166 (Medium) detected in actionpack-6.0.1.gem - autoclosed
security vulnerability
## CVE-2020-8166 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>actionpack-6.0.1.gem</b></p></summary> <p>Web apps on Rails. Simple, battle-tested conventions for building and testi...
True
CVE-2020-8166 (Medium) detected in actionpack-6.0.1.gem - autoclosed - ## CVE-2020-8166 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>actionpack-6.0.1.gem</b></p></summary> <p>Web ...
non_comp
cve medium detected in actionpack gem autoclosed cve medium severity vulnerability vulnerable library actionpack gem web apps on rails simple battle tested conventions for building and testing mvc web applications works with any rack compatible server library home page ...
0
216,205
7,302,178,049
IssuesEvent
2018-02-27 08:50:05
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
closed
No API available for adding notification subscriptions for APIs
2.2.0 Priority/Highest Severity/Blocker Type/Improvement
**Description:** I want to automate adding a subscription for notifications for lifecycle change of an API. Currently this can be done by mgt console API metadata section. Please see the below image. ![image](https://user-images.githubusercontent.com/7115693/34776502-2f7e8f46-f63d-11e7-8285-3674667951e0.png) cou...
1.0
No API available for adding notification subscriptions for APIs - **Description:** I want to automate adding a subscription for notifications for lifecycle change of an API. Currently this can be done by mgt console API metadata section. Please see the below image. ![image](https://user-images.githubusercontent.com...
non_comp
no api available for adding notification subscriptions for apis description i want to automate adding a subscription for notifications for lifecycle change of an api currently this can be done by mgt console api metadata section please see the below image couldn t find any api exist for the above ...
0
12,403
14,668,052,711
IssuesEvent
2020-12-29 20:12:58
juancarloscp52/BedrockIfy
https://api.github.com/repos/juancarloscp52/BedrockIfy
closed
Better controls Incompatibility
bug mod incompatibility
Got a crash when opening better controls settings (crashes in options and modmenu) Posted on better controls [Here ](https://github.com/chylex/Better-Controls/issues/5) ``` ---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 12/4/20 5:33 PM Description: Rendering screen java.lang.ClassC...
True
Better controls Incompatibility - Got a crash when opening better controls settings (crashes in options and modmenu) Posted on better controls [Here ](https://github.com/chylex/Better-Controls/issues/5) ``` ---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 12/4/20 5:33 PM Description: Re...
comp
better controls incompatibility got a crash when opening better controls settings crashes in options and modmenu posted on better controls minecraft crash report this doesn t make any sense time pm description rendering screen java lang classcastexception net minecra...
1
8,067
10,195,928,139
IssuesEvent
2019-08-12 19:24:01
yandex/ClickHouse
https://api.github.com/repos/yandex/ClickHouse
closed
Update to 19.13.1.11 causes error Table contains parts with adaptive and non adaptive marks ( and no auto recovery )
backward compatibility bug
After update server does not start: 019.08.08 08:05:45.337713 [ 1 ] {} <Error> Application: DB::Exception: Cannot create table from metadata file /var/lib/clickhouse/metadata/ethereum//transfers_tx_storage.sql, error: DB::Exception: Table contains parts with adaptive and non adaptive marks, but `setting enable_mixed...
True
Update to 19.13.1.11 causes error Table contains parts with adaptive and non adaptive marks ( and no auto recovery ) - After update server does not start: 019.08.08 08:05:45.337713 [ 1 ] {} <Error> Application: DB::Exception: Cannot create table from metadata file /var/lib/clickhouse/metadata/ethereum//transfers_tx_...
comp
update to causes error table contains parts with adaptive and non adaptive marks and no auto recovery after update server does not start application db exception cannot create table from metadata file var lib clickhouse metadata ethereum transfers tx storage sql error db e...
1
20,107
28,089,545,225
IssuesEvent
2023-03-30 12:11:02
grafana/xk6-browser
https://api.github.com/repos/grafana/xk6-browser
closed
Restrict options with a new env var
enhancement high prio cloud k6-core-compatibility team/k6browser
In #627, we implemented forcing some of the browser launch options when running in specific environments. However, it turned out that the variable wasn't an environment variable. Instead, we should define a new env var that can restrict options on the Cloud, such as `K6_BROWSER_RESTRICTED`. More discussion is here: ...
True
Restrict options with a new env var - In #627, we implemented forcing some of the browser launch options when running in specific environments. However, it turned out that the variable wasn't an environment variable. Instead, we should define a new env var that can restrict options on the Cloud, such as `K6_BROWSER_RES...
comp
restrict options with a new env var in we implemented forcing some of the browser launch options when running in specific environments however it turned out that the variable wasn t an environment variable instead we should define a new env var that can restrict options on the cloud such as browser restri...
1
160,410
6,088,818,002
IssuesEvent
2017-06-19 01:16:50
Pterodactyl/Panel
https://api.github.com/repos/Pterodactyl/Panel
closed
Disabling 2FA leads to a Method Not Allowed
bug priority: high
Running the latest Pterodactyl, trying to disable 2FA on an account leads to a "Method Not Allowed" error. ![image](https://user-images.githubusercontent.com/6174343/27227304-f86fd4ee-5270-11e7-9bae-36f2b51fe236.png) This happens on the demo as well.
1.0
Disabling 2FA leads to a Method Not Allowed - Running the latest Pterodactyl, trying to disable 2FA on an account leads to a "Method Not Allowed" error. ![image](https://user-images.githubusercontent.com/6174343/27227304-f86fd4ee-5270-11e7-9bae-36f2b51fe236.png) This happens on the demo as well.
non_comp
disabling leads to a method not allowed running the latest pterodactyl trying to disable on an account leads to a method not allowed error this happens on the demo as well
0
273,124
23,729,431,648
IssuesEvent
2022-08-30 23:28:02
eclipse-openj9/openj9
https://api.github.com/repos/eclipse-openj9/openj9
closed
jdk_util_0_FAILED java/util/zip/DeflateIn_InflateOut.java AssertionError: Some tests failed
test failure
Failure link ------------ From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk11_j9_sanity.openjdk_s390x_linux_testList_1/175/)(`rhel9s390xrt-1`): ``` java version "11.0.17" 2022-10-18 IBM Semeru Runtime Certified Edition 11.0.17+2 (build 11.0.17+2) Eclipse OpenJ9 VM 11.0.17+2 (...
1.0
jdk_util_0_FAILED java/util/zip/DeflateIn_InflateOut.java AssertionError: Some tests failed - Failure link ------------ From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk11_j9_sanity.openjdk_s390x_linux_testList_1/175/)(`rhel9s390xrt-1`): ``` java version "11.0.17" 2022-10-18 I...
non_comp
jdk util failed java util zip deflatein inflateout java assertionerror some tests failed failure link from java version ibm semeru runtime certified edition build eclipse vm build master jre linux bit compressed references jit en...
0
27,640
5,378,420,534
IssuesEvent
2017-02-23 14:56:02
NLeSC/Xenon
https://api.github.com/repos/NLeSC/Xenon
closed
README and Website should have list of adaptors in the first page
Documentation
I cannot seem to find a list of adaptors on the xenon website or readme. We should consider adding one.
1.0
README and Website should have list of adaptors in the first page - I cannot seem to find a list of adaptors on the xenon website or readme. We should consider adding one.
non_comp
readme and website should have list of adaptors in the first page i cannot seem to find a list of adaptors on the xenon website or readme we should consider adding one
0
60,801
17,023,526,160
IssuesEvent
2021-07-03 02:28:42
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Answer for an unknown node
Component: nominatim Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 5.38pm, Thursday, 17th December 2009]** Hi, I use to make reverse geocoding request(sss ;-) on nominatim giving a node ID. Most of the time I receive a filled answer. But some time I receive an xml string with a strange error message probably generated because the...
1.0
Answer for an unknown node - **[Submitted to the original trac issue database at 5.38pm, Thursday, 17th December 2009]** Hi, I use to make reverse geocoding request(sss ;-) on nominatim giving a node ID. Most of the time I receive a filled answer. But some time I receive an xml string with a strange error message p...
non_comp
answer for an unknown node hi i use to make reverse geocoding request sss on nominatim giving a node id most of the time i receive a filled answer but some time i receive an xml string with a strange error message probably generated because the node is actually unknown warning ...
0
3,739
6,612,272,765
IssuesEvent
2017-09-20 02:41:45
metarhia/common
https://api.github.com/repos/metarhia/common
opened
Rewrite lib/units without regexp parsing
compatibility optimization performance
Submodule `lib/units` uses regular expressions to parse duration intervals and file size. It would be great to rewrite it using simple string operations. I created branch: [rewrite-units-parsing](https://github.com/metarhia/common/tree/rewrite-units-parsing) and changed constants: `DURATION_UNITS` and `UNIT_SIZES`. Nex...
True
Rewrite lib/units without regexp parsing - Submodule `lib/units` uses regular expressions to parse duration intervals and file size. It would be great to rewrite it using simple string operations. I created branch: [rewrite-units-parsing](https://github.com/metarhia/common/tree/rewrite-units-parsing) and changed consta...
comp
rewrite lib units without regexp parsing submodule lib units uses regular expressions to parse duration intervals and file size it would be great to rewrite it using simple string operations i created branch and changed constants duration units and unit sizes next step is to rewrite functions dur...
1
21,003
31,924,738,287
IssuesEvent
2023-09-19 00:15:30
google/zerocopy
https://api.github.com/repos/google/zerocopy
closed
Optimize expensive Miri tests
help wanted experience-medium compatibility-nonbreaking
Some tests are either marked `#[cfg_attr(miri, ignore)]` or have parameters set to smaller values under `cfg!(miri)`. Even still, they are often expensive when executed, and it would be good to optimize them to save time in CI. EDIT: It looks like this and related Miri optimizations are backwards, doing the expensiv...
True
Optimize expensive Miri tests - Some tests are either marked `#[cfg_attr(miri, ignore)]` or have parameters set to smaller values under `cfg!(miri)`. Even still, they are often expensive when executed, and it would be good to optimize them to save time in CI. EDIT: It looks like this and related Miri optimizations a...
comp
optimize expensive miri tests some tests are either marked or have parameters set to smaller values under cfg miri even still they are often expensive when executed and it would be good to optimize them to save time in ci edit it looks like this and related miri optimizations are backwards doing the...
1
17,619
24,296,513,566
IssuesEvent
2022-09-29 10:30:01
fixrtm/fixRTM
https://api.github.com/repos/fixrtm/fixRTM
closed
Tracking issue: Magma server compatibility
compatibility
I've reported on discord. I've made a new small mod to reproduce: https://github.com/anatawa12/magma-nashorn-problem
True
Tracking issue: Magma server compatibility - I've reported on discord. I've made a new small mod to reproduce: https://github.com/anatawa12/magma-nashorn-problem
comp
tracking issue magma server compatibility i ve reported on discord i ve made a new small mod to reproduce
1
9,245
11,223,841,818
IssuesEvent
2020-01-08 00:01:30
GoogleWebComponents/model-viewer
https://api.github.com/repos/GoogleWebComponents/model-viewer
closed
Regression: white objects suddenly render yellow or blue
arc: compatibility arc: rendering & effects type: bug
### Description Regression: white objects suddenly render yellow or blue. Some parts of models that don't use textures have started to render yellow or blue. ![IMG_20191220_003317](https://user-images.githubusercontent.com/2693840/71218185-d9b7fb80-22c0-11ea-8100-b35cc1dc579e.jpg) ![IMG_20191220_003508](https:/...
True
Regression: white objects suddenly render yellow or blue - ### Description Regression: white objects suddenly render yellow or blue. Some parts of models that don't use textures have started to render yellow or blue. ![IMG_20191220_003317](https://user-images.githubusercontent.com/2693840/71218185-d9b7fb80-22c0-...
comp
regression white objects suddenly render yellow or blue description regression white objects suddenly render yellow or blue some parts of models that don t use textures have started to render yellow or blue the bike parts above and the cubes around the shark are untextured and shoul...
1
12,899
8,742,660,666
IssuesEvent
2018-12-12 16:57:20
keepassxreboot/keepassxc
https://api.github.com/repos/keepassxreboot/keepassxc
closed
Allow user to change number of key transformation rounds during database creation
new feature security user interface
<!--- Provide a general summary of the issue in the title above --> KeePassXC allows the user to modify the number of key transformation rounds. This is a tradeoff between security and decryption speed. High numbers induce a constant delay when opening a database but also harden the master key significantly against br...
True
Allow user to change number of key transformation rounds during database creation - <!--- Provide a general summary of the issue in the title above --> KeePassXC allows the user to modify the number of key transformation rounds. This is a tradeoff between security and decryption speed. High numbers induce a constant d...
non_comp
allow user to change number of key transformation rounds during database creation keepassxc allows the user to modify the number of key transformation rounds this is a tradeoff between security and decryption speed high numbers induce a constant delay when opening a database but also harden the master key signif...
0
4,601
2,736,213,790
IssuesEvent
2015-04-19 06:56:42
napaunderground/FuelFinder
https://api.github.com/repos/napaunderground/FuelFinder
closed
Settings View
View Construction/Design
Requirements: Input vehicle data, button to input another vehicle, button to run dijkstra's, autoselect. button to advance to selection screen (4 options)
1.0
Settings View - Requirements: Input vehicle data, button to input another vehicle, button to run dijkstra's, autoselect. button to advance to selection screen (4 options)
non_comp
settings view requirements input vehicle data button to input another vehicle button to run dijkstra s autoselect button to advance to selection screen options
0
8,886
10,878,370,148
IssuesEvent
2019-11-16 17:11:06
Rexbas/Bouncing-Balls
https://api.github.com/repos/Rexbas/Bouncing-Balls
closed
Make Bouncing Balls 1.4.1 compatible with 1.9.4
compatibility
Bouncing Balls 1.4.1 for 1.9.4-1.10.x is probably made with forge 1.10. Minecraft 1.9.4 can't start with this version.
True
Make Bouncing Balls 1.4.1 compatible with 1.9.4 - Bouncing Balls 1.4.1 for 1.9.4-1.10.x is probably made with forge 1.10. Minecraft 1.9.4 can't start with this version.
comp
make bouncing balls compatible with bouncing balls for x is probably made with forge minecraft can t start with this version
1
410,208
11,984,908,506
IssuesEvent
2020-04-07 16:35:27
threefoldfoundation/tft-stellar
https://api.github.com/repos/threefoldfoundation/tft-stellar
closed
in the transaction funding service, check if it are tft operations
priority_minor type_feature
not that important, 0.1 tft is charged anyway
1.0
in the transaction funding service, check if it are tft operations - not that important, 0.1 tft is charged anyway
non_comp
in the transaction funding service check if it are tft operations not that important tft is charged anyway
0
8,944
10,957,889,283
IssuesEvent
2019-11-27 08:11:11
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Insert snippet variable throws promise rejection IE11
Yoast: WP SEO issue backlog compatibility component: gutenberg severity: trivial
### How can we reproduce this behavior? 1. Yoast SEO version 8.3-RC2 or 8.2.1. 2. Gutenberg 3.9.0. 3. Browse to Dashboard in IE11. 4. Follow these strange steps. 5. Click to create new post. 6. Enter Title. 7. Publish your post. 8. Scroll down to meta box and click to open "Edit snippet". 9. Click "Insert snip...
True
Insert snippet variable throws promise rejection IE11 - ### How can we reproduce this behavior? 1. Yoast SEO version 8.3-RC2 or 8.2.1. 2. Gutenberg 3.9.0. 3. Browse to Dashboard in IE11. 4. Follow these strange steps. 5. Click to create new post. 6. Enter Title. 7. Publish your post. 8. Scroll down to meta box ...
comp
insert snippet variable throws promise rejection how can we reproduce this behavior yoast seo version or gutenberg browse to dashboard in follow these strange steps click to create new post enter title publish your post scroll down to meta box and clic...
1
238,158
18,235,102,782
IssuesEvent
2021-10-01 05:27:51
flyteorg/flyte
https://api.github.com/repos/flyteorg/flyte
opened
[Docs]FlytePropeller performance tuning and configuration documentation
documentation
**Describe the documentation update** Flytepropeller needs to be configured for large deployments and this needs a documentation for users to easily configure them - [ ] max streak length - [ ] configuring k8s client - [ ] tuning the cache - [ ] Understanding resource version caching / gate - [ ] Understanding ...
1.0
[Docs]FlytePropeller performance tuning and configuration documentation - **Describe the documentation update** Flytepropeller needs to be configured for large deployments and this needs a documentation for users to easily configure them - [ ] max streak length - [ ] configuring k8s client - [ ] tuning the cache ...
non_comp
flytepropeller performance tuning and configuration documentation describe the documentation update flytepropeller needs to be configured for large deployments and this needs a documentation for users to easily configure them max streak length configuring client tuning the cache understa...
0
33,654
12,216,790,391
IssuesEvent
2020-05-01 15:51:21
Watemlifts/wagtail
https://api.github.com/repos/Watemlifts/wagtail
opened
WS-2019-0307 (Medium) detected in mem-1.1.0.tgz
security vulnerability
## WS-2019-0307 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mem-1.1.0.tgz</b></p></summary> <p>Memoize functions - An optimization used to speed up consecutive function calls by ...
True
WS-2019-0307 (Medium) detected in mem-1.1.0.tgz - ## WS-2019-0307 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mem-1.1.0.tgz</b></p></summary> <p>Memoize functions - An optimizati...
non_comp
ws medium detected in mem tgz ws medium severity vulnerability vulnerable library mem tgz memoize functions an optimization used to speed up consecutive function calls by caching the result of calls with identical input library home page a href path to dependency file ...
0
1,590
6,572,372,993
IssuesEvent
2017-09-11 01:48:35
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
ecs_service - Application Load Balancer register
affects_2.1 aws cloud feature_idea waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Feature Idea ##### COMPONENT NAME ecs_service ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.1.1.0 co...
True
ecs_service - Application Load Balancer register - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Feature Idea ##### COMPONENT NAME ecs_service ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version”...
non_comp
ecs service application load balancer register issue type feature idea component name ecs service ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides os environment distributor id ubuntu desc...
0
138,143
5,328,543,558
IssuesEvent
2017-02-15 12:25:37
spring-projects/spring-boot
https://api.github.com/repos/spring-projects/spring-boot
closed
Align auto-configured SessionRepositoryFilter's dispatcher types with Spring Session's defaults
priority: normal type: enhancement
When you use Spring Session without Boot, `SessionRepositoryFilter` uses `ASYNC`, `REQUEST`, and `ERROR` as its dispatcher types. When used in Boot, it gets whatever our default is. We should align with what Spring Session gives you by default if you configure things yourself.
1.0
Align auto-configured SessionRepositoryFilter's dispatcher types with Spring Session's defaults - When you use Spring Session without Boot, `SessionRepositoryFilter` uses `ASYNC`, `REQUEST`, and `ERROR` as its dispatcher types. When used in Boot, it gets whatever our default is. We should align with what Spring Session...
non_comp
align auto configured sessionrepositoryfilter s dispatcher types with spring session s defaults when you use spring session without boot sessionrepositoryfilter uses async request and error as its dispatcher types when used in boot it gets whatever our default is we should align with what spring session...
0
12,190
14,381,837,659
IssuesEvent
2020-12-02 06:19:23
aws-amplify/amplify-js
https://api.github.com/repos/aws-amplify/amplify-js
closed
Amplify JS displays blank screen in 11.630.19041.0 when used.
Browser Compatibly to-be-reproduced
**Describe the bug** Vue.js app displays a blank screen after importing the 'aws-amplify' for IE version 11, 11.630.19041.0 (Update Version 11.0.220 KB4586768). Within vue.config.js the following has also been added: ``` transpileDependencies: [ /node_modules\/@aws-amplify/, /node_modules\/@aws-cryp...
True
Amplify JS displays blank screen in 11.630.19041.0 when used. - **Describe the bug** Vue.js app displays a blank screen after importing the 'aws-amplify' for IE version 11, 11.630.19041.0 (Update Version 11.0.220 KB4586768). Within vue.config.js the following has also been added: ``` transpileDependencies: [ ...
comp
amplify js displays blank screen in when used describe the bug vue js app displays a blank screen after importing the aws amplify for ie version update version within vue config js the following has also been added transpiledependencies node modules aws a...
1
304,226
9,329,086,746
IssuesEvent
2019-03-28 00:46:43
kubernetes-sigs/cluster-api-provider-vsphere
https://api.github.com/repos/kubernetes-sigs/cluster-api-provider-vsphere
opened
Applying provider-components.yaml onto a k8s 1.14 cluster results in error
kind/bug priority/important-soon
Once #240 and #241 are merged, we will be able to deploy a k8s 1.14 cluster. However, using clusterctl to create the cluster, I get the following error, ``` W0327 17:17:08.885352 78839 clusterclient.go:552] Waiting for kubectl apply... unknown error couldn't kubectl apply, output: error: SchemaError(io.k8s.api.a...
1.0
Applying provider-components.yaml onto a k8s 1.14 cluster results in error - Once #240 and #241 are merged, we will be able to deploy a k8s 1.14 cluster. However, using clusterctl to create the cluster, I get the following error, ``` W0327 17:17:08.885352 78839 clusterclient.go:552] Waiting for kubectl apply... ...
non_comp
applying provider components yaml onto a cluster results in error once and are merged we will be able to deploy a cluster however using clusterctl to create the cluster i get the following error clusterclient go waiting for kubectl apply unknown error couldn t kubec...
0
13,936
16,686,113,694
IssuesEvent
2021-06-08 08:13:23
Conjurinc-workato-dev/ldap-sync
https://api.github.com/repos/Conjurinc-workato-dev/ldap-sync
closed
test 3
Bugtype/Compatibility ONYX-8451 Severity/Low kind/bug team/Angry Birds
##Bug description Steps to reproduce: Current Results: Expected Results: Error Messages: Logs: Other Symptoms: Tenant ID / Pod Number: ##Found in version 12.0 ##Workaround Complexity NA ##Workaround Description ##Affects Version/s ##Link to JIRA bug http://ca-il-jira-test.il.cyber-ark.com/bro...
True
test 3 - ##Bug description Steps to reproduce: Current Results: Expected Results: Error Messages: Logs: Other Symptoms: Tenant ID / Pod Number: ##Found in version 12.0 ##Workaround Complexity NA ##Workaround Description ##Affects Version/s ##Link to JIRA bug http://ca-il-jira-test.il.cyber-ar...
comp
test bug description steps to reproduce current results expected results error messages logs other symptoms tenant id pod number found in version workaround complexity na workaround description affects version s link to jira bug
1
13,911
16,656,686,378
IssuesEvent
2021-06-05 16:57:21
storybookjs/storybook
https://api.github.com/repos/storybookjs/storybook
closed
Cannot access "ComponentName" before initialization
compatibility with other tools needs reproduction needs triage question / support
**Describe the bug** Given the following component: ```typescript import styled from "styled-components"; import {sizeToPixel} from "core"; export type MaterialIconStyle = "outlined" | "filled" | "rounded" | "sharp"; export type MaterialIconProps = { icon: string; className?: string; variant?...
True
Cannot access "ComponentName" before initialization - **Describe the bug** Given the following component: ```typescript import styled from "styled-components"; import {sizeToPixel} from "core"; export type MaterialIconStyle = "outlined" | "filled" | "rounded" | "sharp"; export type MaterialIconProps = { ...
comp
cannot access componentname before initialization describe the bug given the following component typescript import styled from styled components import sizetopixel from core export type materialiconstyle outlined filled rounded sharp export type materialiconprops ...
1
8,874
10,861,477,702
IssuesEvent
2019-11-14 11:10:12
cryptape/cita
https://api.github.com/repos/cryptape/cita
closed
different serde content in state account
compatibility vm & state
## Description CITA Account rlp content: ```rs /// Export to RLP. pub fn rlp(&self) -> Bytes { let mut stream = RlpStream::new_list(4); stream.append(&self.nonce); stream.append(&self.balance); stream.append(&self.storage_root); stream.append(&self.code_hash); ...
True
different serde content in state account - ## Description CITA Account rlp content: ```rs /// Export to RLP. pub fn rlp(&self) -> Bytes { let mut stream = RlpStream::new_list(4); stream.append(&self.nonce); stream.append(&self.balance); stream.append(&self.storage_root); ...
comp
different serde content in state account description cita account rlp content rs export to rlp pub fn rlp self bytes let mut stream rlpstream new list stream append self nonce stream append self balance stream append self storage root ...
1
6,426
8,721,484,757
IssuesEvent
2018-12-08 23:42:15
metarhia/impress
https://api.github.com/repos/metarhia/impress
closed
Compare host name without RegExp
compatibility optimization performance
In `lib/core.js/impress.dispatcher` we need no hostsRx (RegExp precompiled from `/applications/appName/confog/hosts.js`). We may add another restriction: only one `*` in host name. So we can use `startsWith` and `endsWith` instead of multiple regular expressions combined together. Also remove `lib/config.js/Config.p...
True
Compare host name without RegExp - In `lib/core.js/impress.dispatcher` we need no hostsRx (RegExp precompiled from `/applications/appName/confog/hosts.js`). We may add another restriction: only one `*` in host name. So we can use `startsWith` and `endsWith` instead of multiple regular expressions combined together. ...
comp
compare host name without regexp in lib core js impress dispatcher we need no hostsrx regexp precompiled from applications appname confog hosts js we may add another restriction only one in host name so we can use startswith and endswith instead of multiple regular expressions combined together ...
1
342
2,774,477,480
IssuesEvent
2015-05-04 09:15:35
contao/core
https://api.github.com/repos/contao/core
closed
do not print any html-tags if custom sections are empty
feature incompatible
If the default sections are empty (no article, module or other content is delivered) there will be no output in html code in frontend for this layout section - the section does not exist in frontend. For custom sections there is another functionality: it's all the same if there's content or not there will be an outp...
True
do not print any html-tags if custom sections are empty - If the default sections are empty (no article, module or other content is delivered) there will be no output in html code in frontend for this layout section - the section does not exist in frontend. For custom sections there is another functionality: it's al...
comp
do not print any html tags if custom sections are empty if the default sections are empty no article module or other content is delivered there will be no output in html code in frontend for this layout section the section does not exist in frontend for custom sections there is another functionality it s al...
1
691,995
23,719,549,321
IssuesEvent
2022-08-30 14:21:53
google/ground-platform
https://api.github.com/repos/google/ground-platform
closed
[Layer dialog] Prompt user to save unsaved changes when they click "Cancel"
type: feature request web priority: p3
If anything was changed on the layer dialog, prompt the user: > You have made unsaved changes to the layer. Would you like to save them? > Close without saving > Save and close. <-- default action @parulraheja98 Is this in your wheelhouse?
1.0
[Layer dialog] Prompt user to save unsaved changes when they click "Cancel" - If anything was changed on the layer dialog, prompt the user: > You have made unsaved changes to the layer. Would you like to save them? > Close without saving > Save and close. <-- default action @parulraheja98 Is this in your wheelh...
non_comp
prompt user to save unsaved changes when they click cancel if anything was changed on the layer dialog prompt the user you have made unsaved changes to the layer would you like to save them close without saving save and close default action is this in your wheelhouse
0
17,059
23,535,016,125
IssuesEvent
2022-08-19 19:35:36
hensm/fx_cast-compat
https://api.github.com/repos/hensm/fx_cast-compat
closed
[compat] South Park
compat-incompatible compat
**App name:** South Park **App URL:** [https://www.southparkstudios.com/](https://www.southparkstudios.com/) **App ID (if possible):** **Issues:** **Error log (if applicable):**
True
[compat] South Park - **App name:** South Park **App URL:** [https://www.southparkstudios.com/](https://www.southparkstudios.com/) **App ID (if possible):** **Issues:** **Error log (if applicable):**
comp
south park app name south park app url app id if possible issues error log if applicable
1
37,222
15,215,039,036
IssuesEvent
2021-02-17 13:57:45
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
Add Alert ID and Action/Connectors ID in Kibana UI
Team:Alerting Services
**Describe the feature:** Currently the ways to get knowledge about the alert IDs and action/connectors IDs are via one of the following ways: - Get Alert ID from URL - Get Alert ID from `.kibana` by searching for `type: alert` and then perform a search using `Find & Replace` - Via analysing the network packets...
1.0
Add Alert ID and Action/Connectors ID in Kibana UI - **Describe the feature:** Currently the ways to get knowledge about the alert IDs and action/connectors IDs are via one of the following ways: - Get Alert ID from URL - Get Alert ID from `.kibana` by searching for `type: alert` and then perform a search using ...
non_comp
add alert id and action connectors id in kibana ui describe the feature currently the ways to get knowledge about the alert ids and action connectors ids are via one of the following ways get alert id from url get alert id from kibana by searching for type alert and then perform a search using ...
0
8,010
10,150,592,059
IssuesEvent
2019-08-05 18:04:54
IronLanguages/ironpython2
https://api.github.com/repos/IronLanguages/ironpython2
opened
old-style classes should not have __init__ and __new__ attributes
CPython compatibility
```Python class test: pass try: test.__init__ assert False except AttributeError: pass try: test.__new__ assert False except AttributeError: pass ```
True
old-style classes should not have __init__ and __new__ attributes - ```Python class test: pass try: test.__init__ assert False except AttributeError: pass try: test.__new__ assert False except AttributeError: pass ```
comp
old style classes should not have init and new attributes python class test pass try test init assert false except attributeerror pass try test new assert false except attributeerror pass
1
352,368
32,062,532,301
IssuesEvent
2023-09-24 20:27:42
chaynHQ/bloom-frontend
https://api.github.com/repos/chaynHQ/bloom-frontend
closed
Testing: Outside Contributor Updates README.md
testing
### Overview Testing outside contributor permissions by updating README.md ### Action Items Update the README.md by replacing broken CI workflow link with a working one. Current: [![Bloom CI Pipeline](https://github.com/chaynHQ/bloom-frontend/actions/workflows/ci.yml/badge.svg)](https://github.com/chaynHQ/bloom...
1.0
Testing: Outside Contributor Updates README.md - ### Overview Testing outside contributor permissions by updating README.md ### Action Items Update the README.md by replacing broken CI workflow link with a working one. Current: [![Bloom CI Pipeline](https://github.com/chaynHQ/bloom-frontend/actions/workflows/c...
non_comp
testing outside contributor updates readme md overview testing outside contributor permissions by updating readme md action items update the readme md by replacing broken ci workflow link with a working one current new resources instructions
0
159,509
20,068,277,230
IssuesEvent
2022-02-04 01:06:35
emilwareus/spring-boot
https://api.github.com/repos/emilwareus/spring-boot
opened
CVE-2022-23221 (High) detected in h2-1.4.199.jar
security vulnerability
## CVE-2022-23221 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>h2-1.4.199.jar</b></p></summary> <p>H2 Database Engine</p> <p>Library home page: <a href="http://www.h2database.com">h...
True
CVE-2022-23221 (High) detected in h2-1.4.199.jar - ## CVE-2022-23221 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>h2-1.4.199.jar</b></p></summary> <p>H2 Database Engine</p> <p>Libra...
non_comp
cve high detected in jar cve high severity vulnerability vulnerable library jar database engine library home page a href path to dependency file spring boot spring boot project spring boot docs pom xml path to vulnerable library repository com ...
0
3,776
6,647,329,997
IssuesEvent
2017-09-28 03:12:07
CryptUp/cryptup-browser
https://api.github.com/repos/CryptUp/cryptup-browser
opened
test / fix GPGSuite for Mac compatibility
compatibility
- GPGSuite does not recognize encrypted messages - CryptUp does not recognize public keys sent from GPGSuite (because they are inside a signed message)
True
test / fix GPGSuite for Mac compatibility - - GPGSuite does not recognize encrypted messages - CryptUp does not recognize public keys sent from GPGSuite (because they are inside a signed message)
comp
test fix gpgsuite for mac compatibility gpgsuite does not recognize encrypted messages cryptup does not recognize public keys sent from gpgsuite because they are inside a signed message
1
344,788
10,349,640,117
IssuesEvent
2019-09-04 23:18:11
oslc-op/jira-migration-landfill
https://api.github.com/repos/oslc-op/jira-migration-landfill
closed
oslc.where syntax differs from Lyo reference implementation
Core: Query Priority: High Xtra: Jira
[https://open-services.net/bin/view/Main/OSLCCoreSpecQuery](https://open-services.net/bin/view/Main/OSLCCoreSpecQuery) description of the syntax of oslc.where only supports: value ::= uri\\\_ref\\\_esc | literal\\\_value uri\\\_ref\\\_esc ::= /\\\* an angle bracket-delimited URI reference in which > and \\\\ are -es...
1.0
oslc.where syntax differs from Lyo reference implementation - [https://open-services.net/bin/view/Main/OSLCCoreSpecQuery](https://open-services.net/bin/view/Main/OSLCCoreSpecQuery) description of the syntax of oslc.where only supports: value ::= uri\\\_ref\\\_esc | literal\\\_value uri\\\_ref\\\_esc ::= /\\\* an ang...
non_comp
oslc where syntax differs from lyo reference implementation description of the syntax of oslc where only supports value uri ref esc literal value uri ref esc an angle bracket delimited uri reference in which and are escaped however when i plaigerised the antlr d...
0
9,573
11,631,838,435
IssuesEvent
2020-02-28 02:48:54
sass/libsass
https://api.github.com/repos/sass/libsass
opened
@extend doesn't flatten idempotent selector pseudos
Compatibility - P3
The pseudoclass selectors with selector arguments `:matches()`, `:any()`, `:current()`, `:nth-child()`, and `:nth-last-child()` are all *idempotent*, which means that wrapping a selector in multiple layers of the same selector has no additional effect. Because of this, LibSass should flatten these selectors if they're ...
True
@extend doesn't flatten idempotent selector pseudos - The pseudoclass selectors with selector arguments `:matches()`, `:any()`, `:current()`, `:nth-child()`, and `:nth-last-child()` are all *idempotent*, which means that wrapping a selector in multiple layers of the same selector has no additional effect. Because of th...
comp
extend doesn t flatten idempotent selector pseudos the pseudoclass selectors with selector arguments matches any current nth child and nth last child are all idempotent which means that wrapping a selector in multiple layers of the same selector has no additional effect because of th...
1
47,786
12,122,132,465
IssuesEvent
2020-04-22 10:26:02
nearprotocol/nearcore
https://api.github.com/repos/nearprotocol/nearcore
closed
Testnet reset testing
build
There needs to be some tests to make sure that the state and config migration is successful. For state migration, we can do a reverse migration and check if the original state dump can be recovered (caveat: need to be extra careful when the migration is not a bijection). In addition, we also want to check: * stake in ...
1.0
Testnet reset testing - There needs to be some tests to make sure that the state and config migration is successful. For state migration, we can do a reverse migration and check if the original state dump can be recovered (caveat: need to be extra careful when the migration is not a bijection). In addition, we also wan...
non_comp
testnet reset testing there needs to be some tests to make sure that the state and config migration is successful for state migration we can do a reverse migration and check if the original state dump can be recovered caveat need to be extra careful when the migration is not a bijection in addition we also wan...
0
260,038
19,654,527,494
IssuesEvent
2022-01-10 11:03:36
spring-projects/spring-restdocs
https://api.github.com/repos/spring-projects/spring-restdocs
closed
Document how to use REST Docs with the new org.asciidoctor.jvm.convert Gradle plugin
type: documentation
spring-restdocs-asciidoctor seems that it doesn't support the latest asciidoctor plugin. Here is my config. ```groovy /*id 'org.asciidoctor.jvm.convert' version '3.2.0'*/ id 'org.asciidoctor.convert' version '2.4.0' /* for rest docs */ ext { set('snippetsDir', file('build/generated-snippets')) set('...
1.0
Document how to use REST Docs with the new org.asciidoctor.jvm.convert Gradle plugin - spring-restdocs-asciidoctor seems that it doesn't support the latest asciidoctor plugin. Here is my config. ```groovy /*id 'org.asciidoctor.jvm.convert' version '3.2.0'*/ id 'org.asciidoctor.convert' version '2.4.0' /* for r...
non_comp
document how to use rest docs with the new org asciidoctor jvm convert gradle plugin spring restdocs asciidoctor seems that it doesn t support the latest asciidoctor plugin here is my config groovy id org asciidoctor jvm convert version id org asciidoctor convert version for r...
0
250,540
7,978,553,202
IssuesEvent
2018-07-17 18:41:37
jaws/jaws
https://api.github.com/repos/jaws/jaws
opened
Fix error with GCNet data obtained by Dave Reusch
high priority
http://dust.ess.uci.edu/tmp/01c.dat_Req1217 contains a GCNet dataset obtained by Dave Reusch of NMIT. JAWS 0.4.7 fails to convert it. Please first verify that you can reproduce the problem. Then try to fix JAWS to process it. Dave is here in Madison and it would be great to provide him with a quick fix.
1.0
Fix error with GCNet data obtained by Dave Reusch - http://dust.ess.uci.edu/tmp/01c.dat_Req1217 contains a GCNet dataset obtained by Dave Reusch of NMIT. JAWS 0.4.7 fails to convert it. Please first verify that you can reproduce the problem. Then try to fix JAWS to process it. Dave is here in Madison and it would be...
non_comp
fix error with gcnet data obtained by dave reusch contains a gcnet dataset obtained by dave reusch of nmit jaws fails to convert it please first verify that you can reproduce the problem then try to fix jaws to process it dave is here in madison and it would be great to provide him with a quick fix
0
364,470
10,764,529,331
IssuesEvent
2019-11-01 08:34:09
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.google.com - see bug description
browser-focus-geckoview engine-gecko priority-critical
<!-- @browser: Firefox Mobile 71.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 --> <!-- @reported_with: --> <!-- @extra_labels: browser-focus-geckoview --> **URL**: https://www.google.com/search?q=Ft **Browser / Version**: Firefox Mobile 71.0 **Operating System**: Androi...
1.0
www.google.com - see bug description - <!-- @browser: Firefox Mobile 71.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 --> <!-- @reported_with: --> <!-- @extra_labels: browser-focus-geckoview --> **URL**: https://www.google.com/search?q=Ft **Browser / Version**: Firefox M...
non_comp
see bug description url browser version firefox mobile operating system android tested another browser yes problem type something else description showing texas not me steps to reproduce browser configuration none from with ❤️
0
15,197
19,255,299,607
IssuesEvent
2021-12-09 10:37:11
grafana/xk6-browser
https://api.github.com/repos/grafana/xk6-browser
closed
Update the chrome flags while launching the browser
feature playwright compatibility
While navigating Playwright code, I noticed [they updated the flags while launching Chrome](https://github.com/microsoft/playwright/blob/43b7e6c26db717f6711e37bf44e9623421fd5df9/packages/playwright-core/src/server/chromium/chromium.ts#L288-L315). We might want to update ours as well to keep the compatibility intact. ...
True
Update the chrome flags while launching the browser - While navigating Playwright code, I noticed [they updated the flags while launching Chrome](https://github.com/microsoft/playwright/blob/43b7e6c26db717f6711e37bf44e9623421fd5df9/packages/playwright-core/src/server/chromium/chromium.ts#L288-L315). We might want to up...
comp
update the chrome flags while launching the browser while navigating playwright code i noticed we might want to update ours as well to keep the compatibility intact here are the changes disable features before translateui blinkgenpropertytrees improvedcookiecontrols samesitebydefaultcookies lazyf...
1
202,884
15,860,321,882
IssuesEvent
2021-04-08 09:01:55
Azure/static-web-apps-cli
https://api.github.com/repos/Azure/static-web-apps-cli
closed
Azure static apps CLI : Cannot get it working with Angular App
runtime: node scope: cli status: invalid status: investigating type: documentation
**Describe the bug** I am not exactly sure if this is a bug. But i have a simple angular application and i installed the CLI for static web apps. When i tried to do a local build with the output path i am getting the below error! ![image](https://user-images.githubusercontent.com/4833351/113810469-f57e3400-9787-11e...
1.0
Azure static apps CLI : Cannot get it working with Angular App - **Describe the bug** I am not exactly sure if this is a bug. But i have a simple angular application and i installed the CLI for static web apps. When i tried to do a local build with the output path i am getting the below error! ![image](https://user...
non_comp
azure static apps cli cannot get it working with angular app describe the bug i am not exactly sure if this is a bug but i have a simple angular application and i installed the cli for static web apps when i tried to do a local build with the output path i am getting the below error to reproduc...
0
155,130
5,949,505,956
IssuesEvent
2017-05-26 14:27:28
healthlocker/healthlocker
https://api.github.com/repos/healthlocker/healthlocker
closed
Clinician view of Carer: Details and contacts
bug priority-3
the content has gone since new styling has been added. Macbook, chrome/ <img width="727" alt="screen shot 2017-05-26 at 08 49 22" src="https://cloud.githubusercontent.com/assets/25012688/26485902/baf1301c-41f0-11e7-9097-c5c85bfbb615.png"> Iphone 5s, safari, landscape. ![img_2460_720](https://cloud.githubusercon...
1.0
Clinician view of Carer: Details and contacts - the content has gone since new styling has been added. Macbook, chrome/ <img width="727" alt="screen shot 2017-05-26 at 08 49 22" src="https://cloud.githubusercontent.com/assets/25012688/26485902/baf1301c-41f0-11e7-9097-c5c85bfbb615.png"> Iphone 5s, safari, landsca...
non_comp
clinician view of carer details and contacts the content has gone since new styling has been added macbook chrome img width alt screen shot at src iphone safari landscape
0
2,338
5,079,421,321
IssuesEvent
2016-12-28 20:00:22
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Error adding Taxonomy Term with Custom field
compatibility javascript support
### What did you expect to happen? I expected to add a new term to a custom taxonomy which included a field for additional meta data (The field was an image field for a logo and was added using Advanced Custom Fields) ### What happened instead? The term was not added and the console displayed this error: wp-seo-prem...
True
Error adding Taxonomy Term with Custom field - ### What did you expect to happen? I expected to add a new term to a custom taxonomy which included a field for additional meta data (The field was an image field for a logo and was added using Advanced Custom Fields) ### What happened instead? The term was not added and...
comp
error adding taxonomy term with custom field what did you expect to happen i expected to add a new term to a custom taxonomy which included a field for additional meta data the field was an image field for a logo and was added using advanced custom fields what happened instead the term was not added and...
1
8,262
10,323,362,874
IssuesEvent
2019-08-31 20:43:58
midwan/amiberry
https://api.github.com/repos/midwan/amiberry
closed
WHDLoad First Samurai 1 & 2 Errors
compatibility fixed in dev
Hi, I tested these two games. First Samurai completely exits the emulator for some reason. Second Samurai AGA has completely corrupted graphics. All these games I think also suffer from the 'Play Too Fast, need Cycle Exact'. But that's a whole new problem. Will AmiBerry ever get some sort or Cycle Accuracy ?, maybe ...
True
WHDLoad First Samurai 1 & 2 Errors - Hi, I tested these two games. First Samurai completely exits the emulator for some reason. Second Samurai AGA has completely corrupted graphics. All these games I think also suffer from the 'Play Too Fast, need Cycle Exact'. But that's a whole new problem. Will AmiBerry ever get ...
comp
whdload first samurai errors hi i tested these two games first samurai completely exits the emulator for some reason second samurai aga has completely corrupted graphics all these games i think also suffer from the play too fast need cycle exact but that s a whole new problem will amiberry ever get ...
1