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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
691,926 | 23,716,805,189 | IssuesEvent | 2022-08-30 12:28:41 | hotosm/underpass | https://api.github.com/repos/hotosm/underpass | closed | Refactor threading to improve performance | type:bug priority:high Work in Progress | There are some current issues with the current thread code in Underpass that has database connections happening frequently in many spawned threads which reduces the performance. This task is to refactor away from the external thread_pool header file, and use boost::asio::pool instead. Also there should be only one moni... | 1.0 | Refactor threading to improve performance - There are some current issues with the current thread code in Underpass that has database connections happening frequently in many spawned threads which reduces the performance. This task is to refactor away from the external thread_pool header file, and use boost::asio::pool... | non_comp | refactor threading to improve performance there are some current issues with the current thread code in underpass that has database connections happening frequently in many spawned threads which reduces the performance this task is to refactor away from the external thread pool header file and use boost asio pool... | 0 |
8,290 | 10,326,139,702 | IssuesEvent | 2019-09-01 23:48:19 | thephpleague/html-to-markdown | https://api.github.com/repos/thephpleague/html-to-markdown | closed | Unexpected behaviour with p tag and number | commonmark-compatibility stale up-for-grabs | ```
$converter = new \League\HTMLToMarkdown\HtmlConverter();
echo $converter->convert('<p>1. Point</p>');
```
**Result:**
```
1\. Point
```
**Expected Result:**
```
1. Point
```
Adding a white space:
```
$converter = new \League\HTMLToMarkdown\HtmlConverter();
echo $converter->convert('<p> 1. Poin... | True | Unexpected behaviour with p tag and number - ```
$converter = new \League\HTMLToMarkdown\HtmlConverter();
echo $converter->convert('<p>1. Point</p>');
```
**Result:**
```
1\. Point
```
**Expected Result:**
```
1. Point
```
Adding a white space:
```
$converter = new \League\HTMLToMarkdown\HtmlConver... | comp | unexpected behaviour with p tag and number converter new league htmltomarkdown htmlconverter echo converter convert point result point expected result point adding a white space converter new league htmltomarkdown htmlconverter ... | 1 |
15,559 | 20,013,246,206 | IssuesEvent | 2022-02-01 09:23:59 | scylladb/scylla | https://api.github.com/repos/scylladb/scylla | closed | PER PARTITION LIMIT return empty pages | cassandra 3.x compatibility | While looking at failing test in java-driver-matrix run into a test [`should_select_with_per_partition_limit`](https://github.com/scylladb/java-driver/blob/4.x/integration-tests/src/test/java/com/datastax/oss/driver/mapper/SelectOtherClausesIT.java#L99)
which assume that `SELECT * FROM simple PER PARTITION LIMIT 5` ... | True | PER PARTITION LIMIT return empty pages - While looking at failing test in java-driver-matrix run into a test [`should_select_with_per_partition_limit`](https://github.com/scylladb/java-driver/blob/4.x/integration-tests/src/test/java/com/datastax/oss/driver/mapper/SelectOtherClausesIT.java#L99)
which assume that `SEL... | comp | per partition limit return empty pages while looking at failing test in java driver matrix run into a test which assume that select from simple per partition limit we should get only one page back this is a python reproduction of the same thing in dtest we get one page with the expected results and... | 1 |
25,101 | 4,141,149,764 | IssuesEvent | 2016-06-14 03:00:17 | restrictcontentpro/restrict-content-pro | https://api.github.com/repos/restrictcontentpro/restrict-content-pro | closed | Add subscription meta table | enhancement has PR needs testing needs unit tests | As more and more extensions are created for RCP, it's become clear that we need to offer a way to store metadata about subscription levels. For this, I propose we add a subscription meta table. This could be done just like the Affiliate Meta and Customer Meta tables recently added to AffiliateWP and Easy Digital Downlo... | 2.0 | Add subscription meta table - As more and more extensions are created for RCP, it's become clear that we need to offer a way to store metadata about subscription levels. For this, I propose we add a subscription meta table. This could be done just like the Affiliate Meta and Customer Meta tables recently added to Affil... | non_comp | add subscription meta table as more and more extensions are created for rcp it s become clear that we need to offer a way to store metadata about subscription levels for this i propose we add a subscription meta table this could be done just like the affiliate meta and customer meta tables recently added to affil... | 0 |
10,510 | 12,438,389,991 | IssuesEvent | 2020-05-26 08:20:26 | sudar/email-log | https://api.github.com/repos/sudar/email-log | closed | Compatibility with Gmail STMP plugin | Current Sprint compatibility | A user reported that emails sent via [Gmail STMP](https://wordpress.org/plugins/gmail-smtp/) plugin are not getting logged.
@esudalaimadan See if you are able to replicate the issue. | True | Compatibility with Gmail STMP plugin - A user reported that emails sent via [Gmail STMP](https://wordpress.org/plugins/gmail-smtp/) plugin are not getting logged.
@esudalaimadan See if you are able to replicate the issue. | comp | compatibility with gmail stmp plugin a user reported that emails sent via plugin are not getting logged esudalaimadan see if you are able to replicate the issue | 1 |
7,487 | 9,742,433,200 | IssuesEvent | 2019-06-02 17:03:59 | ScottishCyclops/tensionmap | https://api.github.com/repos/ScottishCyclops/tensionmap | closed | Blender 2.8 add-on | compatibility | Hi folks :)
Do you have any plan for realising 2.8 version of this amazing add-on?
Have a nice day,
Regards,
Caner | True | Blender 2.8 add-on - Hi folks :)
Do you have any plan for realising 2.8 version of this amazing add-on?
Have a nice day,
Regards,
Caner | comp | blender add on hi folks do you have any plan for realising version of this amazing add on have a nice day regards caner | 1 |
38,683 | 8,518,823,719 | IssuesEvent | 2018-11-01 12:59:23 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | Rename _wpGutenbergCodeEditorSettings | Code Editor [Type] Refactoring | `window._wpGutenbergCodeEditorSettings` needs to be renamed to remove the "Gutenberg" reference. | 1.0 | Rename _wpGutenbergCodeEditorSettings - `window._wpGutenbergCodeEditorSettings` needs to be renamed to remove the "Gutenberg" reference. | non_comp | rename wpgutenbergcodeeditorsettings window wpgutenbergcodeeditorsettings needs to be renamed to remove the gutenberg reference | 0 |
54,323 | 6,379,172,926 | IssuesEvent | 2017-08-02 14:15:29 | department-of-veterans-affairs/vets-website | https://api.github.com/repos/department-of-veterans-affairs/vets-website | closed | Sauce: failures on Firefox | ready testing | We have some failing tests against Firefox when running on Sauce. At least some of them are caused by an issue where the test harness seems to select the wrong value from a select box.
```
TEST FAILURE: 20 errors during execution, 3 assertions failed, 602 passed. (85m 37s)
✖ edu-benefits/1990/01-all-fields.e2e.spec
... | 1.0 | Sauce: failures on Firefox - We have some failing tests against Firefox when running on Sauce. At least some of them are caused by an issue where the test harness seems to select the wrong value from a select box.
```
TEST FAILURE: 20 errors during execution, 3 assertions failed, 602 passed. (85m 37s)
✖ edu-benefits... | non_comp | sauce failures on firefox we have some failing tests against firefox when running on sauce at least some of them are caused by an issue where the test harness seems to select the wrong value from a select box test failure errors during execution assertions failed passed ✖ edu benefits al... | 0 |
1,043 | 3,507,631,413 | IssuesEvent | 2016-01-08 14:22:49 | Vazkii/Botania | https://api.github.com/repos/Vazkii/Botania | closed | support Et Futurum stones in all Botania crafting recipes | change compatibility | Currently, only the smooth stone and brick recipes accept both Botania and Et Futurum stones as inputs. This means you cannot craft, for example, Granite Stairs, Granite Slabs, or Granite Walls using Granite generated in the world by Et Futurum. | True | support Et Futurum stones in all Botania crafting recipes - Currently, only the smooth stone and brick recipes accept both Botania and Et Futurum stones as inputs. This means you cannot craft, for example, Granite Stairs, Granite Slabs, or Granite Walls using Granite generated in the world by Et Futurum. | comp | support et futurum stones in all botania crafting recipes currently only the smooth stone and brick recipes accept both botania and et futurum stones as inputs this means you cannot craft for example granite stairs granite slabs or granite walls using granite generated in the world by et futurum | 1 |
7,787 | 10,012,247,612 | IssuesEvent | 2019-07-15 12:46:35 | STEllAR-GROUP/hpx | https://api.github.com/repos/STEllAR-GROUP/hpx | opened | Implement the C++20 Synchronization Library | category: LCOs tag: pinned type: compatibility issue type: feature request | C++20 will have a set of synchronization primitives (especially `counting_semaphore`, `latch`, and `barrier`) that we should implement (see http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1135r3.html).
The main issue here is that we already have objects with the same name but with possibly diverging interfa... | True | Implement the C++20 Synchronization Library - C++20 will have a set of synchronization primitives (especially `counting_semaphore`, `latch`, and `barrier`) that we should implement (see http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1135r3.html).
The main issue here is that we already have objects with the... | comp | implement the c synchronization library c will have a set of synchronization primitives especially counting semaphore latch and barrier that we should implement see the main issue here is that we already have objects with the same name but with possibly diverging interfaces we should investigat... | 1 |
6,204 | 8,606,830,833 | IssuesEvent | 2018-11-17 16:11:48 | acemod/ACE3 | https://api.github.com/repos/acemod/ACE3 | closed | allow barrel swap for ACE/RHS compatibility missing | area/compatibility | **Arma 3 Version:** `1.84` (stable)
**CBA Version:** `3.9.0` (stable)
**ACE3 Version:** `3.12.3` (stable)
**Mods:**
```
- CBA_A3
- ace
- RHSAFRF
- ACE Compat - RHS Armed Forces of the Russian Federation
```
**Description:**
- MGs that should have quick-change barrels do not have the swap barrel option. I... | True | allow barrel swap for ACE/RHS compatibility missing - **Arma 3 Version:** `1.84` (stable)
**CBA Version:** `3.9.0` (stable)
**ACE3 Version:** `3.12.3` (stable)
**Mods:**
```
- CBA_A3
- ace
- RHSAFRF
- ACE Compat - RHS Armed Forces of the Russian Federation
```
**Description:**
- MGs that should have quic... | comp | allow barrel swap for ace rhs compatibility missing arma version stable cba version stable version stable mods cba ace rhsafrf ace compat rhs armed forces of the russian federation description mgs that should have quick chan... | 1 |
17,415 | 24,021,814,239 | IssuesEvent | 2022-09-15 08:18:15 | mitoteam/jpgraph | https://api.github.com/repos/mitoteam/jpgraph | closed | Better Windows OS detection under Cygwin | php compatibility | I stumbled across this by accident, and it isn't all that important for PhpSpreadsheet since Cygwin Php is frozen at 7.3 and PhpSpreadsheet will soon stop supporting that release. But ...
In several places in jpgraph.php, it is coded:
```php
if (strstr( PHP_OS, 'WIN' ) {
```
with the intent of differentiating Wi... | True | Better Windows OS detection under Cygwin - I stumbled across this by accident, and it isn't all that important for PhpSpreadsheet since Cygwin Php is frozen at 7.3 and PhpSpreadsheet will soon stop supporting that release. But ...
In several places in jpgraph.php, it is coded:
```php
if (strstr( PHP_OS, 'WIN' ) {
... | comp | better windows os detection under cygwin i stumbled across this by accident and it isn t all that important for phpspreadsheet since cygwin php is frozen at and phpspreadsheet will soon stop supporting that release but in several places in jpgraph php it is coded php if strstr php os win ... | 1 |
36,561 | 17,783,637,660 | IssuesEvent | 2021-08-31 08:28:16 | tracim/tracim | https://api.github.com/repos/tracim/tracim | opened | Bug: one postgres "UPDATE" request use 100% of cpu and take long time to finish | backend to sort performance | ## Description and expectations
~~~
UPDATE revision_read_status SET view_datetime='2021-08-31T07:51:07.
857562'::timestamp WHERE revision_read_status.revision_id = 72323 AND revision_read_status.user_id = 290
~~~
### How to reproduce
I don't know. I have seen this request pg_activity tool and with this comm... | True | Bug: one postgres "UPDATE" request use 100% of cpu and take long time to finish - ## Description and expectations
~~~
UPDATE revision_read_status SET view_datetime='2021-08-31T07:51:07.
857562'::timestamp WHERE revision_read_status.revision_id = 72323 AND revision_read_status.user_id = 290
~~~
### How to repro... | non_comp | bug one postgres update request use of cpu and take long time to finish description and expectations update revision read status set view datetime timestamp where revision read status revision id and revision read status user id how to reproduce i don t know i... | 0 |
6,784 | 9,084,151,593 | IssuesEvent | 2019-02-18 02:00:58 | checkstyle/checkstyle | https://api.github.com/repos/checkstyle/checkstyle | closed | AnnotationLocation: Remove unused tokens | approved breaking compatibility | From #6379
https://checkstyle.org/config_annotation.html#AnnotationLocation
Acceptable tokens for `AnnotationLocationCheck` [are
](https://github.com/checkstyle/checkstyle/blob/master/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationLocationCheck.java#L238)
```
public int[] getAcc... | True | AnnotationLocation: Remove unused tokens - From #6379
https://checkstyle.org/config_annotation.html#AnnotationLocation
Acceptable tokens for `AnnotationLocationCheck` [are
](https://github.com/checkstyle/checkstyle/blob/master/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationLocationChe... | comp | annotationlocation remove unused tokens from acceptable tokens for annotationlocationcheck are public int getacceptabletokens return new int tokentypes class def tokentypes interface def tokentypes package def token... | 1 |
283,979 | 8,728,897,402 | IssuesEvent | 2018-12-10 18:41:47 | opencaching/okapi | https://api.github.com/repos/opencaching/okapi | closed | Migrate powertrail_ids search parameter to UUIDs | Component-CSearch Priority-Low | The `powertrail_ids` parameter of search methods currently expects internal IDs. Not good. Meanwhile, an (indexed) `uuid` field was added to the `PowerTrail` table, and I think we should use that instead.
Probably noone external uses this feature, so we may try to completely migrate to UUIds; and throw an exception ... | 1.0 | Migrate powertrail_ids search parameter to UUIDs - The `powertrail_ids` parameter of search methods currently expects internal IDs. Not good. Meanwhile, an (indexed) `uuid` field was added to the `PowerTrail` table, and I think we should use that instead.
Probably noone external uses this feature, so we may try to c... | non_comp | migrate powertrail ids search parameter to uuids the powertrail ids parameter of search methods currently expects internal ids not good meanwhile an indexed uuid field was added to the powertrail table and i think we should use that instead probably noone external uses this feature so we may try to c... | 0 |
18,681 | 26,028,143,472 | IssuesEvent | 2022-12-21 18:14:33 | libass/libass | https://api.github.com/repos/libass/libass | closed | Rendering: Decimal number with \b cause problem | compatibility | ### Screenshots
Libass

VSFilter

### Description of the issue
VSFilter take the f... | True | Rendering: Decimal number with \b cause problem - ### Screenshots
Libass

VSFilter

#... | comp | rendering decimal number with b cause problem screenshots libass vsfilter description of the issue vsfilter take the font with the weight but libass take the font with the weight libass version aegisubdc is it a regression no ass sample ... | 1 |
13,725 | 16,445,810,359 | IssuesEvent | 2021-05-20 19:26:11 | jptrrs/OpenTheWindows | https://api.github.com/repos/jptrrs/OpenTheWindows | opened | Ghost Drawing with Blueprints. | compatibility | ItsukaFurano @ Steam discussion:
getting this error when i try to use Blueprints mod by fluffy, removing open the windows then use blueprints seems fine for me. would be nice if i can use both mod
Exception in UIRootUpdate: System.NullReferenceException: Object reference not set to an instance of an object
at Op... | True | Ghost Drawing with Blueprints. - ItsukaFurano @ Steam discussion:
getting this error when i try to use Blueprints mod by fluffy, removing open the windows then use blueprints seems fine for me. would be nice if i can use both mod
Exception in UIRootUpdate: System.NullReferenceException: Object reference not set t... | comp | ghost drawing with blueprints itsukafurano steam discussion getting this error when i try to use blueprints mod by fluffy removing open the windows then use blueprints seems fine for me would be nice if i can use both mod exception in uirootupdate system nullreferenceexception object reference not set t... | 1 |
158,758 | 24,895,206,014 | IssuesEvent | 2022-10-28 15:13:27 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | Growl: allow to ignore for clientIds/keys | workaround Resolution: By Design | ### Description
Similar to #4748 but for Growl.
### Describe the solution you would like
My use case is two different configured growls where one is for all messages that the second one is not for.
### Additional context
_No response_ | 1.0 | Growl: allow to ignore for clientIds/keys - ### Description
Similar to #4748 but for Growl.
### Describe the solution you would like
My use case is two different configured growls where one is for all messages that the second one is not for.
### Additional context
_No response_ | non_comp | growl allow to ignore for clientids keys description similar to but for growl describe the solution you would like my use case is two different configured growls where one is for all messages that the second one is not for additional context no response | 0 |
582,103 | 17,353,210,558 | IssuesEvent | 2021-07-29 11:23:25 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.google.com - see bug description | browser-firefox engine-gecko priority-critical | <!-- @browser: Firefox 89.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/81612 -->
**URL**: https://www.google.com/
**Browser / Version**: Firefox 89.0
**Operating... | 1.0 | www.google.com - see bug description - <!-- @browser: Firefox 89.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/81612 -->
**URL**: https://www.google.com/
**Browse... | non_comp | see bug description url browser version firefox operating system windows tested another browser yes safari problem type something else description example steps to reproduce please describe what happened including any steps you took before you saw the probl... | 0 |
4,995 | 7,600,849,371 | IssuesEvent | 2018-04-28 07:08:57 | yksoft1/dosbox-x-821 | https://api.github.com/repos/yksoft1/dosbox-x-821 | reopened | Working PC-98 games / applications list | compatibility | 1. Mostly working:
Touhou 3
Touhou 4 (include trial version)
Touhou 5 (include trial version)
Rusty (with 2.5MHz GDC clock)
Nyahax '93
Photo Genic
Thexder (All dumps on the net are bad but this worked almost as NP2 does)
Metal Force
Flame Zapper Kotsujin
Burning Dragon (with 2.5MHz GDC clock)
Burning Dragon... | True | Working PC-98 games / applications list - 1. Mostly working:
Touhou 3
Touhou 4 (include trial version)
Touhou 5 (include trial version)
Rusty (with 2.5MHz GDC clock)
Nyahax '93
Photo Genic
Thexder (All dumps on the net are bad but this worked almost as NP2 does)
Metal Force
Flame Zapper Kotsujin
Burning Drag... | comp | working pc games applications list mostly working touhou touhou include trial version touhou include trial version rusty with gdc clock nyahax photo genic thexder all dumps on the net are bad but this worked almost as does metal force flame zapper kotsujin burning dragon wit... | 1 |
1,895 | 4,554,008,099 | IssuesEvent | 2016-09-13 07:53:51 | contao/core | https://api.github.com/repos/contao/core | closed | Palettes as array instead of string | feature incompatible | When you want to add fields to a dca of another module you have to change the string with str_replace or something like this. If you want to move the fields into the middle of the palette you have to rely on fields already existing.
This can cause to problems if two or more extensions extend the same module.
Wouldn... | True | Palettes as array instead of string - When you want to add fields to a dca of another module you have to change the string with str_replace or something like this. If you want to move the fields into the middle of the palette you have to rely on fields already existing.
This can cause to problems if two or more extens... | comp | palettes as array instead of string when you want to add fields to a dca of another module you have to change the string with str replace or something like this if you want to move the fields into the middle of the palette you have to rely on fields already existing this can cause to problems if two or more extens... | 1 |
260,109 | 8,204,349,452 | IssuesEvent | 2018-09-03 06:04:09 | FrancoisChabot/vecpp | https://api.github.com/repos/FrancoisChabot/vecpp | opened | Angle<> needs alternative representation control | enhancement low priority | Right now, `Angle<>`'s internal representation is fixed to be ]-pi.pi]. But that's not great because:
- It only works with floating point storage
- There is a fair bit of wasted bits.
I could easily see something like:
```
using Angle = vecpp::Angle<Fixed_point_representation<std::int16_t>;
```
Coming in han... | 1.0 | Angle<> needs alternative representation control - Right now, `Angle<>`'s internal representation is fixed to be ]-pi.pi]. But that's not great because:
- It only works with floating point storage
- There is a fair bit of wasted bits.
I could easily see something like:
```
using Angle = vecpp::Angle<Fixed_poin... | non_comp | angle needs alternative representation control right now angle s internal representation is fixed to be pi pi but that s not great because it only works with floating point storage there is a fair bit of wasted bits i could easily see something like using angle vecpp angle comi... | 0 |
135,068 | 30,240,711,633 | IssuesEvent | 2023-07-06 13:21:23 | gradle/gradle | https://api.github.com/repos/gradle/gradle | closed | Support Codenarc IDE-friendly output | a:feature in:codenarc-plugin | ### Expected Behavior
Would like to be able to do
```groovy
tasks.named('codenarcMain',CodeNarc) {
reports.getByName('ide').configure {
required = true
}
}
```
Having that can produce clickable links in IDEs such as Intellij when the build is run with `--info`
 {
reports.getByName('ide').configure {
required = true
}
}
```
Having that can produce clickable links in IDEs such as Intellij when the build is run with `--info`... | non_comp | support codenarc ide friendly output expected behavior would like to be able to do groovy tasks named codenarcmain codenarc reports getbyname ide configure required true having that can produce clickable links in ides such as intellij when the build is run with info ... | 0 |
9,601 | 8,050,021,083 | IssuesEvent | 2018-08-01 12:09:51 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | Prevent tools/test.py from including the "pkg" test suite in it's default selector list | area-infrastructure | Currently the entire VM team is forced to pass `--exclude-suite=pkg` to `tools/test.py` because
* the "pkg" suite is in the [default test selector list](https://github.com/dart-lang/sdk/blob/master/tools/testing/dart/test_options.dart#L14)
* the `pkg/pkg.status` file is not up-to-date
* the buildbot does not ... | 1.0 | Prevent tools/test.py from including the "pkg" test suite in it's default selector list - Currently the entire VM team is forced to pass `--exclude-suite=pkg` to `tools/test.py` because
* the "pkg" suite is in the [default test selector list](https://github.com/dart-lang/sdk/blob/master/tools/testing/dart/test_opti... | non_comp | prevent tools test py from including the pkg test suite in it s default selector list currently the entire vm team is forced to pass exclude suite pkg to tools test py because the pkg suite is in the the pkg pkg status file is not up to date the buildbot does not seem to be running the... | 0 |
19,231 | 26,730,200,529 | IssuesEvent | 2023-01-30 03:16:23 | illandril/FoundryVTT-token-tooltips | https://api.github.com/repos/illandril/FoundryVTT-token-tooltips | closed | PF2 system update - resistance, immunities, weaknesses refactored, don't show on tooltip anymore. | compatibility issue | The PF2 system just had a major update for automation of immunities, weaknesses and resistances. (https://github.com/foundryvtt/pf2e/releases/tag/4.6.0)
The data is now stored in
> actor.system.attributes.{resistances[];immunities[];weaknesses[]}
( https://discord.com/channels/880968862240239708/88096917466135348... | True | PF2 system update - resistance, immunities, weaknesses refactored, don't show on tooltip anymore. - The PF2 system just had a major update for automation of immunities, weaknesses and resistances. (https://github.com/foundryvtt/pf2e/releases/tag/4.6.0)
The data is now stored in
> actor.system.attributes.{resistanc... | comp | system update resistance immunities weaknesses refactored don t show on tooltip anymore the system just had a major update for automation of immunities weaknesses and resistances the data is now stored in actor system attributes resistances immunities weaknesses since the data mo... | 1 |
7,493 | 9,744,606,064 | IssuesEvent | 2019-06-03 07:29:20 | ballerina-platform/ballerina-spec | https://api.github.com/repos/ballerina-platform/ballerina-spec | closed | Make range expression return Iterable object | enhancement incompatible lang status/agreed | It currently returns a list of integers, which would make it hard to extend the list syntax to cover slices. See #19. | True | Make range expression return Iterable object - It currently returns a list of integers, which would make it hard to extend the list syntax to cover slices. See #19. | comp | make range expression return iterable object it currently returns a list of integers which would make it hard to extend the list syntax to cover slices see | 1 |
11,378 | 13,326,089,903 | IssuesEvent | 2020-08-27 11:02:29 | fourMs/MGT-python | https://api.github.com/repos/fourMs/MGT-python | closed | implement MgList for showing arrays of MgObjects | compatibility enhancement | This is necessary so that if we call `show()` on a function which returns more than one object - let's say the vertical and horizontal motiongrams for example - we get to see both images (in a succession), and the `show()` doesn't break the chain. The issue is related to #120. An example:
`MgObject.motiongrams().sho... | True | implement MgList for showing arrays of MgObjects - This is necessary so that if we call `show()` on a function which returns more than one object - let's say the vertical and horizontal motiongrams for example - we get to see both images (in a succession), and the `show()` doesn't break the chain. The issue is related ... | comp | implement mglist for showing arrays of mgobjects this is necessary so that if we call show on a function which returns more than one object let s say the vertical and horizontal motiongrams for example we get to see both images in a succession and the show doesn t break the chain the issue is related ... | 1 |
18,622 | 25,945,253,319 | IssuesEvent | 2022-12-16 23:34:45 | ValveSoftware/Proton | https://api.github.com/repos/ValveSoftware/Proton | closed | Bullet Witch (696180) | Game compatibility - Unofficial XAudio2 | # Compatibility Report
- Name of the game with compatibility issues: Bullet Witch
- Steam AppID of the game: 696180
## System Information
Distro: Linux Mint 19.1 Tessa (64 bit)
GPU: Vega 56
Driver/LLVM version: Mesa 19.1.0-devel/9.0.0
Kernel version: 5.0.7-050007-generic
Proton version: 4.2-3
## I confirm:... | True | Bullet Witch (696180) - # Compatibility Report
- Name of the game with compatibility issues: Bullet Witch
- Steam AppID of the game: 696180
## System Information
Distro: Linux Mint 19.1 Tessa (64 bit)
GPU: Vega 56
Driver/LLVM version: Mesa 19.1.0-devel/9.0.0
Kernel version: 5.0.7-050007-generic
Proton version... | comp | bullet witch compatibility report name of the game with compatibility issues bullet witch steam appid of the game system information distro linux mint tessa bit gpu vega driver llvm version mesa devel kernel version generic proton version i con... | 1 |
78,458 | 22,282,548,143 | IssuesEvent | 2022-06-11 04:56:42 | AERX-dev/aerx-frontend-near | https://api.github.com/repos/AERX-dev/aerx-frontend-near | closed | Vercel deployment 🚦 | bug help wanted build | Why is the build on vercel breaking?
Steps:
- Figure out why it is breaking
- Fix if possible
- Keep the fixed version on the vercel branch (that was a smart idea :)
- Update the link in the ReadMe | 1.0 | Vercel deployment 🚦 - Why is the build on vercel breaking?
Steps:
- Figure out why it is breaking
- Fix if possible
- Keep the fixed version on the vercel branch (that was a smart idea :)
- Update the link in the ReadMe | non_comp | vercel deployment 🚦 why is the build on vercel breaking steps figure out why it is breaking fix if possible keep the fixed version on the vercel branch that was a smart idea update the link in the readme | 0 |
230,051 | 18,491,520,641 | IssuesEvent | 2021-10-19 01:21:39 | mattermost/mattermost-server | https://api.github.com/repos/mattermost/mattermost-server | closed | Write Webapp E2E with Cypress: "MM-T165 Windows: Custom emoji don't overlap" | Difficulty/1:Easy Hacktoberfest Area/E2E Tests Help Wanted Tech/Automation |
See our [documentation for Webapp end-to-end testing with Cypress](https://developers.mattermost.com/contribute/webapp/end-to-end-tests/) for reference.
<article>
<h1>MM-T165 Windows: Custom emoji don't overlap</h1>
<div>
<div>
<h3>Steps </h3>Windows: Jumbo emoji don't overlap<br>--------------------<br>1. Copy the e... | 1.0 | Write Webapp E2E with Cypress: "MM-T165 Windows: Custom emoji don't overlap" -
See our [documentation for Webapp end-to-end testing with Cypress](https://developers.mattermost.com/contribute/webapp/end-to-end-tests/) for reference.
<article>
<h1>MM-T165 Windows: Custom emoji don't overlap</h1>
<div>
<div>
<h3>Steps <... | non_comp | write webapp with cypress mm windows custom emoji don t overlap see our for reference mm windows custom emoji don t overlap steps windows jumbo emoji don t overlap copy the emoji in the test data field gt and post in a message test data 😈🤣👘😘😋😋😛🤨😎😏😛🤓... | 0 |
4,161 | 6,961,629,352 | IssuesEvent | 2017-12-08 10:13:53 | presscustomizr/hueman | https://api.github.com/repos/presscustomizr/hueman | opened | Plugins compat: sidebar inner content hidden in tablets when expanding accordions | bug plugin compatibility | https://secure.helpscout.net/conversation/482961996/35286?folderId=607709
That's because the sidebar height is fixed and calculated when accordions are closed.
To avoid this issue (which can happen with whatever "growing" element ) we should set the` .sidebar-content` max-height to the `.sidebar` parent height (the... | True | Plugins compat: sidebar inner content hidden in tablets when expanding accordions - https://secure.helpscout.net/conversation/482961996/35286?folderId=607709
That's because the sidebar height is fixed and calculated when accordions are closed.
To avoid this issue (which can happen with whatever "growing" element ) ... | comp | plugins compat sidebar inner content hidden in tablets when expanding accordions that s because the sidebar height is fixed and calculated when accordions are closed to avoid this issue which can happen with whatever growing element we should set the sidebar content max height to the sidebar parent... | 1 |
373,035 | 11,032,158,015 | IssuesEvent | 2019-12-06 19:29:38 | jumptrading/FluentTerminal | https://api.github.com/repos/jumptrading/FluentTerminal | closed | Quick launch: indicate the type of each completion item | enhancement low-priority | It is a little difficult to figure out what the type of each Quick Launch completion item is. Could there be an icon next to each to indicate this? The different types would be:
- Profile
- SSH Profile
- Historical SSH/Mosh command
- Other command | 1.0 | Quick launch: indicate the type of each completion item - It is a little difficult to figure out what the type of each Quick Launch completion item is. Could there be an icon next to each to indicate this? The different types would be:
- Profile
- SSH Profile
- Historical SSH/Mosh command
- Other command | non_comp | quick launch indicate the type of each completion item it is a little difficult to figure out what the type of each quick launch completion item is could there be an icon next to each to indicate this the different types would be profile ssh profile historical ssh mosh command other command | 0 |
19,326 | 26,843,938,272 | IssuesEvent | 2023-02-03 04:31:10 | openxla/stablehlo | https://api.github.com/repos/openxla/stablehlo | opened | Consider aligning VhloAttrs.td with the spec | Compatibility | Having completed another round of reviews of #849, I was thinking about the overall design of VHLO. We've been working on it since October - it went through several iterations of design, and several big pull requests - so it felt like it's a good time to reflect.
Even though it's a lot of code, I'm quite pleased wit... | True | Consider aligning VhloAttrs.td with the spec - Having completed another round of reviews of #849, I was thinking about the overall design of VHLO. We've been working on it since October - it went through several iterations of design, and several big pull requests - so it felt like it's a good time to reflect.
Even t... | comp | consider aligning vhloattrs td with the spec having completed another round of reviews of i was thinking about the overall design of vhlo we ve been working on it since october it went through several iterations of design and several big pull requests so it felt like it s a good time to reflect even tho... | 1 |
3,783 | 6,651,172,635 | IssuesEvent | 2017-09-28 19:02:01 | MeGysssTaa/ReflexIssueTracker | https://api.github.com/repos/MeGysssTaa/ReflexIssueTracker | closed | Scaffold broken in 1.12.1 | BlockActions Bug Compatibility Console Error Fixed | ## Reflex Bug Report
**Issue type (console error/false positive/bypass/other):**
console error / other
**Do /reflex debug, and paste here the link you've got. Keep empty if on test server:**
**A video proving the bypass/false positive if reporting a bypass/false positive, a link to your server log if reporting ... | True | Scaffold broken in 1.12.1 - ## Reflex Bug Report
**Issue type (console error/false positive/bypass/other):**
console error / other
**Do /reflex debug, and paste here the link you've got. Keep empty if on test server:**
**A video proving the bypass/false positive if reporting a bypass/false positive, a link to y... | comp | scaffold broken in reflex bug report issue type console error false positive bypass other console error other do reflex debug and paste here the link you ve got keep empty if on test server a video proving the bypass false positive if reporting a bypass false positive a link to yo... | 1 |
17,614 | 24,280,274,244 | IssuesEvent | 2022-09-28 16:46:42 | elementor/elementor | https://api.github.com/repos/elementor/elementor | closed | 🐞 Bug Report: Responsive Controls not working Perfectly from latest version (Duplicate of #19894) | bug compatibility/3rd_party type/responsive type/developer-api | ### Prerequisites
- [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [X] The issue still exists against the latest stable version of Elementor.
### Description
Here is the code that works well before the latest version. Basically, the problem comes from **s... | True | 🐞 Bug Report: Responsive Controls not working Perfectly from latest version (Duplicate of #19894) - ### Prerequisites
- [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [X] The issue still exists against the latest stable version of Elementor.
### Description... | comp | 🐞 bug report responsive controls not working perfectly from latest version duplicate of prerequisites i have searched for similar issues in both open and closed tickets and cannot find a duplicate the issue still exists against the latest stable version of elementor description here... | 1 |
316,232 | 9,639,126,848 | IssuesEvent | 2019-05-16 12:53:29 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | JS error on expanding widgets due to R2 2019 compatibility issue with jQuery 1.10.x, 1.11.x, 2.0.x and 2.1.x | Bug F: FX FP: Approved Kendo1 Kendo2 Priority 5 SEV: Blocking Triaged | ### Bug report
$.uniqueSort() is not supported in jQuery versions prior 2.2.x and 3.x . Thus, using jQuery version 1.10.x, 1.11.x, 2.0.x or 2.1.x throws an error.
The usage of $.uniqueSort() in jQuery 1.10.x throws an error in multiple components like Menu, DropDownList, DropDownTree, and TreeView.
Related to #... | 1.0 | JS error on expanding widgets due to R2 2019 compatibility issue with jQuery 1.10.x, 1.11.x, 2.0.x and 2.1.x - ### Bug report
$.uniqueSort() is not supported in jQuery versions prior 2.2.x and 3.x . Thus, using jQuery version 1.10.x, 1.11.x, 2.0.x or 2.1.x throws an error.
The usage of $.uniqueSort() in jQuery 1.10... | non_comp | js error on expanding widgets due to compatibility issue with jquery x x x and x bug report uniquesort is not supported in jquery versions prior x and x thus using jquery version x x x or x throws an error the usage of uniquesort in jquery x throws... | 0 |
4,957 | 7,568,457,551 | IssuesEvent | 2018-04-22 20:02:59 | samuelnygaard/ng2-timezone-selector | https://api.github.com/repos/samuelnygaard/ng2-timezone-selector | closed | Update to Angular version 5 | compatibility | Using this selector in an angular 5 project gives the following warning:
`npm WARN ng2-timezone-selector@0.2.3 requires a peer of @angular/core@^4.0.0 but none is installed`
| True | Update to Angular version 5 - Using this selector in an angular 5 project gives the following warning:
`npm WARN ng2-timezone-selector@0.2.3 requires a peer of @angular/core@^4.0.0 but none is installed`
| comp | update to angular version using this selector in an angular project gives the following warning npm warn timezone selector requires a peer of angular core but none is installed | 1 |
102,585 | 32,051,688,948 | IssuesEvent | 2023-09-23 16:28:16 | qorelanguage/qore | https://api.github.com/repos/qorelanguage/qore | closed | module-process: build breaks on illumos due to missing declaration of getloadavg | fixed build c++ | Illumos/solaris has getloadavg in sys/loadavg.h not stdlib. | 1.0 | module-process: build breaks on illumos due to missing declaration of getloadavg - Illumos/solaris has getloadavg in sys/loadavg.h not stdlib. | non_comp | module process build breaks on illumos due to missing declaration of getloadavg illumos solaris has getloadavg in sys loadavg h not stdlib | 0 |
581 | 3,009,994,114 | IssuesEvent | 2015-07-28 10:19:34 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | Problems with Stockholm Theme | compatibility wait for feedback | Hi my website is having issues that seem to be solved always I deactivate the Yoast so plugin. This is happening since I installed the last update of the theme.
the url is https://remarkablemagazine.com
Is there a conflict or a bug either here or the WooCommerce plugin!
can anyone help me out with this?
| True | Problems with Stockholm Theme - Hi my website is having issues that seem to be solved always I deactivate the Yoast so plugin. This is happening since I installed the last update of the theme.
the url is https://remarkablemagazine.com
Is there a conflict or a bug either here or the WooCommerce plugin!
can anyone... | comp | problems with stockholm theme hi my website is having issues that seem to be solved always i deactivate the yoast so plugin this is happening since i installed the last update of the theme the url is is there a conflict or a bug either here or the woocommerce plugin can anyone help me out with this | 1 |
18,149 | 25,077,263,606 | IssuesEvent | 2022-11-07 16:21:59 | Minesraft2/Blooket-Cheats | https://api.github.com/repos/Minesraft2/Blooket-Cheats | closed | UI Contents cut off | compatibility issue | I am unable to view part of the UI Contents
Please make it so I can scroll in the UI

| True | UI Contents cut off - I am unable to view part of the UI Contents
Please make it so I can scroll in the UI

| comp | ui contents cut off i am unable to view part of the ui contents please make it so i can scroll in the ui | 1 |
13,496 | 5,389,389,637 | IssuesEvent | 2017-02-25 02:28:08 | ParabolInc/action | https://api.github.com/repos/ParabolInc/action | closed | Invoice v0.0.0 | building enhancement | ## Enhancement
When an organization is billed for monthly usage, the admin wants to access an invoice so that they can see the details and maintain appropriate records for their organization.
The user can access individual invoices from the invoice list panel under: My Account > Organizations > Single Org Billing... | 1.0 | Invoice v0.0.0 - ## Enhancement
When an organization is billed for monthly usage, the admin wants to access an invoice so that they can see the details and maintain appropriate records for their organization.
The user can access individual invoices from the invoice list panel under: My Account > Organizations > S... | non_comp | invoice enhancement when an organization is billed for monthly usage the admin wants to access an invoice so that they can see the details and maintain appropriate records for their organization the user can access individual invoices from the invoice list panel under my account organizations si... | 0 |
214,883 | 7,279,067,993 | IssuesEvent | 2018-02-22 02:09:32 | Chingu-cohorts/voyage-wiki | https://api.github.com/repos/Chingu-cohorts/voyage-wiki | closed | Toucans-8 needs a PM | priority:must have scope:story state:in progress type: wizard-related | **_About You_**
- Team Name: Toucans
- Slack Name: @shirlaine
- Timezone: +8 GMT
**_Issue Description & Expected Outcome_**
-PM/ team member missing in action. Hoping for a new PM to be assigned! Many thanks!
**_Symptoms:_**
**_Steps to Recreate:_**
**_Resolution:_**
| 1.0 | Toucans-8 needs a PM - **_About You_**
- Team Name: Toucans
- Slack Name: @shirlaine
- Timezone: +8 GMT
**_Issue Description & Expected Outcome_**
-PM/ team member missing in action. Hoping for a new PM to be assigned! Many thanks!
**_Symptoms:_**
**_Steps to Recreate:_**
**_Resolution:_**
| non_comp | toucans needs a pm about you team name toucans slack name shirlaine timezone gmt issue description expected outcome pm team member missing in action hoping for a new pm to be assigned many thanks symptoms steps to recreate resolution | 0 |
1,823 | 4,415,220,750 | IssuesEvent | 2016-08-13 23:00:46 | blay09/CraftingCraft | https://api.github.com/repos/blay09/CraftingCraft | closed | Crafting table GUIs not opening when Water Strainer mod is installed | compatibility fixed in next version | Stone , Netherrack, and the Crafting Table frame items are not functional when I right click with an open hand to use them as a crafting table. not functioning when right clicking with an item. either | True | Crafting table GUIs not opening when Water Strainer mod is installed - Stone , Netherrack, and the Crafting Table frame items are not functional when I right click with an open hand to use them as a crafting table. not functioning when right clicking with an item. either | comp | crafting table guis not opening when water strainer mod is installed stone netherrack and the crafting table frame items are not functional when i right click with an open hand to use them as a crafting table not functioning when right clicking with an item either | 1 |
359 | 2,791,864,738 | IssuesEvent | 2015-05-10 14:20:54 | la1k/libpredict | https://api.github.com/repos/la1k/libpredict | closed | Missing functionality: Calculation of Doppler shift | enhancement minor number bump (backward compatible) | Proposed prototype: double orbit_get_doppler_shift(orbit_t* orbit, double frequency, double time);
See line 5123, 5148 and 5154 in flyby.c. Should output frequency shift, or corrected frequency? Does this belong in this library?
Requires satellite range, see issue #4. | True | Missing functionality: Calculation of Doppler shift - Proposed prototype: double orbit_get_doppler_shift(orbit_t* orbit, double frequency, double time);
See line 5123, 5148 and 5154 in flyby.c. Should output frequency shift, or corrected frequency? Does this belong in this library?
Requires satellite range, see iss... | comp | missing functionality calculation of doppler shift proposed prototype double orbit get doppler shift orbit t orbit double frequency double time see line and in flyby c should output frequency shift or corrected frequency does this belong in this library requires satellite range see issue | 1 |
244,976 | 20,735,683,822 | IssuesEvent | 2022-03-14 13:32:20 | IgniteUI/igniteui-angular | https://api.github.com/repos/IgniteUI/igniteui-angular | closed | CellEditExit is calling twice when I change to another Cell in different Row | :bug: bug :x: status: awaiting-test | ## Description
The CellEditExit is triggered twice when I change to another Cell in a different row without closing the editing popup. The first event is for the current cell and the second time is for the new cell clicked.
* igniteui-angular version: 12.3.8 & 13.0.0
* browser: tested in Chrome
## Steps... | 1.0 | CellEditExit is calling twice when I change to another Cell in different Row - ## Description
The CellEditExit is triggered twice when I change to another Cell in a different row without closing the editing popup. The first event is for the current cell and the second time is for the new cell clicked.
* igniteui... | non_comp | celleditexit is calling twice when i change to another cell in different row description the celleditexit is triggered twice when i change to another cell in a different row without closing the editing popup the first event is for the current cell and the second time is for the new cell clicked igniteui... | 0 |
307,553 | 9,418,549,967 | IssuesEvent | 2019-04-10 19:31:14 | merenlab/anvio | https://api.github.com/repos/merenlab/anvio | closed | Real-time completion during binning: strange behavior using the Master | priority | On the master.
I have been doing extensive binning using the master of anvi'o, and I identified a strange behavior, which might be due to ongoing efforts to better identify eukaryotic MAGs.
I finally got a good example and here I am, sharing it here:
This is what I get with this first selection:
<img width... | 1.0 | Real-time completion during binning: strange behavior using the Master - On the master.
I have been doing extensive binning using the master of anvi'o, and I identified a strange behavior, which might be due to ongoing efforts to better identify eukaryotic MAGs.
I finally got a good example and here I am, shari... | non_comp | real time completion during binning strange behavior using the master on the master i have been doing extensive binning using the master of anvi o and i identified a strange behavior which might be due to ongoing efforts to better identify eukaryotic mags i finally got a good example and here i am shari... | 0 |
17,937 | 24,768,749,783 | IssuesEvent | 2022-10-22 21:51:42 | unascribed/Fabrication | https://api.github.com/repos/unascribed/Fabrication | closed | [Mod Incompability] WOINA Blinking Item Drops causes some items in EMI to not render. | k: Incompatibility n: Fabric | LOG: https://gist.github.com/f-raZ0R/35c89a2e8aa41a940ada334c9e6fb043
Turning on Blinking Item Drops in WOINA, causes some items in the EMI display to not render. Turning the option back off causes them to render properly again.
 for client authentication.
After doing more research (see [this thread](https://news.ycombinator.com/item?id=16006394), or [Why JWTs Suck as Session Tokens](https://developer.okta.com/blog/2017/08/17/why-jwts-suck-as-session-tokens) for example), I am wo... | 1.0 | Simplify auth & remove JWT? - Currently we are using JWT tokens (& refresh tokens - see #19) for client authentication.
After doing more research (see [this thread](https://news.ycombinator.com/item?id=16006394), or [Why JWTs Suck as Session Tokens](https://developer.okta.com/blog/2017/08/17/why-jwts-suck-as-session... | non_comp | simplify auth remove jwt currently we are using jwt tokens refresh tokens see for client authentication after doing more research see or for example i am wondering whether we can really simplify the auth implementation current solution user logs in generate jwt which encodes u... | 0 |
174,102 | 27,577,182,492 | IssuesEvent | 2023-03-08 13:52:55 | tjsrjs8282/react_diet | https://api.github.com/repos/tjsrjs8282/react_diet | closed | Change MyPage dark mode button cursor style | Markup Design | ### 목적
> 사용성을 향상 시키기 위한 다크모드 버튼 커서 스타일 변경
## 작업 내용
- 다크모드 버튼의 'label'에 커서 스타일을 'cursor: pointer'로 변경
| 1.0 | Change MyPage dark mode button cursor style - ### 목적
> 사용성을 향상 시키기 위한 다크모드 버튼 커서 스타일 변경
## 작업 내용
- 다크모드 버튼의 'label'에 커서 스타일을 'cursor: pointer'로 변경
| non_comp | change mypage dark mode button cursor style 목적 사용성을 향상 시키기 위한 다크모드 버튼 커서 스타일 변경 작업 내용 다크모드 버튼의 label 에 커서 스타일을 cursor pointer 로 변경 | 0 |
193,246 | 15,371,628,341 | IssuesEvent | 2021-03-02 10:14:34 | elastic/e2e-testing | https://api.github.com/repos/elastic/e2e-testing | closed | Document environment variables affecting the build process | documentation | Should documentation be added to indicate which environment variables can be set and how they can be used?
_Originally posted by @cachedout in https://github.com/elastic/e2e-testing/pull/560#discussion_r552452677_ | 1.0 | Document environment variables affecting the build process - Should documentation be added to indicate which environment variables can be set and how they can be used?
_Originally posted by @cachedout in https://github.com/elastic/e2e-testing/pull/560#discussion_r552452677_ | non_comp | document environment variables affecting the build process should documentation be added to indicate which environment variables can be set and how they can be used originally posted by cachedout in | 0 |
18,863 | 26,199,623,222 | IssuesEvent | 2023-01-03 16:17:58 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | Delay ExecuteContext::connection in BatchMultiple and BatchSingle | T: Enhancement C: Functionality P: Medium R: Fixed T: Incompatible change E: All Editions | ### Expected behavior
listener.start to be called before setting connection.
The reason for this is that we need special database connection logic that is applied during the ExecuteListener.
### Actual behavior
It is the other way around. Meaning the execute listener is too late.
See AbstractQuery in compariso... | True | Delay ExecuteContext::connection in BatchMultiple and BatchSingle - ### Expected behavior
listener.start to be called before setting connection.
The reason for this is that we need special database connection logic that is applied during the ExecuteListener.
### Actual behavior
It is the other way around. Meaning... | comp | delay executecontext connection in batchmultiple and batchsingle expected behavior listener start to be called before setting connection the reason for this is that we need special database connection logic that is applied during the executelistener actual behavior it is the other way around meaning... | 1 |
14,556 | 17,659,411,352 | IssuesEvent | 2021-08-21 07:10:33 | widelands/widelands | https://api.github.com/repos/widelands/widelands | closed | Save positions of unique windows | enhancement saveloading & compatibility ui | I would like that the positions of unique windows (e.g. the minimap or the statistics window) is stored when the game is saved and then reloaded.
It should be possible in a game (different in every savegame) and in the editor (maybe the tool arrangement per user?). The user can the continue the game like he saved and ... | True | Save positions of unique windows - I would like that the positions of unique windows (e.g. the minimap or the statistics window) is stored when the game is saved and then reloaded.
It should be possible in a game (different in every savegame) and in the editor (maybe the tool arrangement per user?). The user can the c... | comp | save positions of unique windows i would like that the positions of unique windows e g the minimap or the statistics window is stored when the game is saved and then reloaded it should be possible in a game different in every savegame and in the editor maybe the tool arrangement per user the user can the c... | 1 |
2,661 | 5,398,221,129 | IssuesEvent | 2017-02-27 16:27:20 | yarnpkg/yarn | https://api.github.com/repos/yarnpkg/yarn | closed | [npm compat] bundledDependencies in package.json is not considered optional as by npm | compatibility | **Do you want to request a *feature* or report a *bug*?**
feature
**What is the current behavior?**
```
yarn add tap@0.3.1
yarn add v0.18.1
info No lockfile found.
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
error Couldn't find a package.json file in "/... | True | [npm compat] bundledDependencies in package.json is not considered optional as by npm - **Do you want to request a *feature* or report a *bug*?**
feature
**What is the current behavior?**
```
yarn add tap@0.3.1
yarn add v0.18.1
info No lockfile found.
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packa... | comp | bundleddependencies in package json is not considered optional as by npm do you want to request a feature or report a bug feature what is the current behavior yarn add tap yarn add info no lockfile found 🔍 resolving packages 🚚 fetching packages 🔗 linking... | 1 |
11,591 | 13,638,861,276 | IssuesEvent | 2020-09-25 10:01:39 | storybookjs/storybook | https://api.github.com/repos/storybookjs/storybook | closed | Background and Grid toolbar options not working when ChakraProvider is in decorators | addon: backgrounds compatibility with other tools question / support | **Describe the bug**
When adding ChakraProvider in the decorators the background & grid toolbar option don't work
**To Reproduce**
1. Add `ChakraProvider` as a decorator in `preview.js`
```jsx
// preview.js
import { ChakraProvider, theme } from "@chakra-ui/core"
export const decorators = [
(Story) => ... | True | Background and Grid toolbar options not working when ChakraProvider is in decorators - **Describe the bug**
When adding ChakraProvider in the decorators the background & grid toolbar option don't work
**To Reproduce**
1. Add `ChakraProvider` as a decorator in `preview.js`
```jsx
// preview.js
import { Chakra... | comp | background and grid toolbar options not working when chakraprovider is in decorators describe the bug when adding chakraprovider in the decorators the background grid toolbar option don t work to reproduce add chakraprovider as a decorator in preview js jsx preview js import chakra... | 1 |
2,446 | 5,190,687,487 | IssuesEvent | 2017-01-21 12:17:31 | mike42/escpos-php | https://api.github.com/repos/mike42/escpos-php | closed | Epson TM-T88V | printer-compatibility | We are using this library successfully with the following printer:
Epson TM-T88V
Model M244A
| True | Epson TM-T88V - We are using this library successfully with the following printer:
Epson TM-T88V
Model M244A
| comp | epson tm we are using this library successfully with the following printer epson tm model | 1 |
635,918 | 20,513,949,556 | IssuesEvent | 2022-03-01 09:49:02 | mozilla/addons-frontend | https://api.github.com/repos/mozilla/addons-frontend | closed | Remove "Site Status " link from AMO footer | contrib: maybe good first bug priority: p4 | After some discussions on Slack, we agreed that we should remove the "Site status" link from AMO footer since the page is not active anymore and it is redirecting to https://www.mozilla.org .
Thanks.
| 1.0 | Remove "Site Status " link from AMO footer - After some discussions on Slack, we agreed that we should remove the "Site status" link from AMO footer since the page is not active anymore and it is redirecting to https://www.mozilla.org .
Thanks.
| non_comp | remove site status link from amo footer after some discussions on slack we agreed that we should remove the site status link from amo footer since the page is not active anymore and it is redirecting to thanks | 0 |
126,866 | 12,301,113,791 | IssuesEvent | 2020-05-11 14:57:03 | htw-pv3/weather-data | https://api.github.com/repos/htw-pv3/weather-data | closed | Add metadata from datapackage | documentation enhancement help wanted | ### The metadata for the following tables are available in an outdated version:
#### Empty Files v1.4 (to be filled)
- [x] db_log @khelfen
- [x] htw_wetter_sun_2015
- [x] htw_wetter_time_2015
#### Information v1.3 (filled with information but old version)
***Do not do this anymore***
* ***Clone my Br... | 1.0 | Add metadata from datapackage - ### The metadata for the following tables are available in an outdated version:
#### Empty Files v1.4 (to be filled)
- [x] db_log @khelfen
- [x] htw_wetter_sun_2015
- [x] htw_wetter_time_2015
#### Information v1.3 (filled with information but old version)
***Do not do t... | non_comp | add metadata from datapackage the metadata for the following tables are available in an outdated version empty files to be filled db log khelfen htw wetter sun htw wetter time information filled with information but old version do not do this anymore ... | 0 |
349,019 | 31,767,189,813 | IssuesEvent | 2023-09-12 09:29:02 | wazuh/wazuh | https://api.github.com/repos/wazuh/wazuh | closed | Release 4.6.0 - Alpha 1 - Service | type/test tracking level/subtask type/release | ### Packages tests metrics information
|||
| :-- | :-- |
| **Main release candidate issue** | #18858 |
| **Main packages metrics issue** | #18863 ... | 1.0 | Release 4.6.0 - Alpha 1 - Service - ### Packages tests metrics information
|||
| :-- | :-- |
| **Main release candidate issue** | #18858 |
| **Main packages metrics issue** | #18863 ... | non_comp | release alpha service packages tests metrics information main release candidate issue main packages metrics issue ... | 0 |
16,406 | 22,150,424,948 | IssuesEvent | 2022-06-03 16:09:22 | apache/beam | https://api.github.com/repos/apache/beam | opened | HolderCoder should be a StandardCoder and not a CustomCoder | P3 bug sdk-java-core clarified backward-incompatible | The issue is that the coder does not report component encodings which prevents effective runner inspection of the components.
Imported from Jira [BEAM-464](https://issues.apache.org/jira/browse/BEAM-464). Original Jira may contain additional context.
Reported by: lcwik. | True | HolderCoder should be a StandardCoder and not a CustomCoder - The issue is that the coder does not report component encodings which prevents effective runner inspection of the components.
Imported from Jira [BEAM-464](https://issues.apache.org/jira/browse/BEAM-464). Original Jira may contain additional context.
Report... | comp | holdercoder should be a standardcoder and not a customcoder the issue is that the coder does not report component encodings which prevents effective runner inspection of the components imported from jira original jira may contain additional context reported by lcwik | 1 |
713,023 | 24,515,103,209 | IssuesEvent | 2022-10-11 03:47:38 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Master UI page fails when https is enabled and node is not master leader | kind/bug area/docdb priority/medium | Jira Link: [DB-3298](https://yugabyte.atlassian.net/browse/DB-3298)
### Description
See image below. The Master UI page works fine when the current master UI we are visiting is the master leader. Otherwise, we will fail to get the correct information.
<img width="1791" alt="image" src="https://user-images.github... | 1.0 | [DocDB] Master UI page fails when https is enabled and node is not master leader - Jira Link: [DB-3298](https://yugabyte.atlassian.net/browse/DB-3298)
### Description
See image below. The Master UI page works fine when the current master UI we are visiting is the master leader. Otherwise, we will fail to get the cor... | non_comp | master ui page fails when https is enabled and node is not master leader jira link description see image below the master ui page works fine when the current master ui we are visiting is the master leader otherwise we will fail to get the correct information img width alt image src | 0 |
9,379 | 11,424,696,261 | IssuesEvent | 2020-02-03 18:17:29 | MoonchildProductions/UXP | https://api.github.com/repos/MoonchildProductions/UXP | opened | Floats are pushed down one line with white-space: nowrap | C: Layout - CSS Enhancement Web Compatibility | When using floats to position elements stacked left or right, `white-space: nowrap` on the parent will cause the floats to be moved to the next line. The spec (which Mozilla and pre-chrome Edge follow) says this shouldn't be done until there's a soft break opportunity.
As reported on the forum https://forum.palemoon... | True | Floats are pushed down one line with white-space: nowrap - When using floats to position elements stacked left or right, `white-space: nowrap` on the parent will cause the floats to be moved to the next line. The spec (which Mozilla and pre-chrome Edge follow) says this shouldn't be done until there's a soft break oppo... | comp | floats are pushed down one line with white space nowrap when using floats to position elements stacked left or right white space nowrap on the parent will cause the floats to be moved to the next line the spec which mozilla and pre chrome edge follow says this shouldn t be done until there s a soft break oppo... | 1 |
238,204 | 26,085,672,880 | IssuesEvent | 2022-12-26 02:12:17 | rvvergara/advanced-web-developer-bootcamp-notes-examples-and-exercises | https://api.github.com/repos/rvvergara/advanced-web-developer-bootcamp-notes-examples-and-exercises | opened | CVE-2022-46175 (High) detected in json5-0.5.1.tgz | security vulnerability | ## CVE-2022-46175 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json5-0.5.1.tgz</b></p></summary>
<p>JSON for the ES5 era.</p>
<p>Library home page: <a href="https://registry.npmjs.o... | True | CVE-2022-46175 (High) detected in json5-0.5.1.tgz - ## CVE-2022-46175 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json5-0.5.1.tgz</b></p></summary>
<p>JSON for the ES5 era.</p>
<p>... | non_comp | cve high detected in tgz cve high severity vulnerability vulnerable library tgz json for the era library home page a href path to dependency file warbler final project warbler warbler client package json path to vulnerable library the virtual dom event... | 0 |
63,217 | 17,464,065,803 | IssuesEvent | 2021-08-06 14:27:45 | FreeRADIUS/freeradius-server | https://api.github.com/repos/FreeRADIUS/freeradius-server | closed | Error: /etc/raddb/mods-available/README.rst[1]: Expecting section start brace '{' after "Modules in"[defect]: | defect | ### What type of defect/bug is this?
Crash or memory corruption (segv, abort, etc...)
### How can the issue be reproduced?
Hi team,
Need your help to resolve issue, tried to start server but got an error:
```
Fri Aug 6 13:35:27 2021 : Debug: including configuration file /etc/raddb/mods-available/README.r... | 1.0 | Error: /etc/raddb/mods-available/README.rst[1]: Expecting section start brace '{' after "Modules in"[defect]: - ### What type of defect/bug is this?
Crash or memory corruption (segv, abort, etc...)
### How can the issue be reproduced?
Hi team,
Need your help to resolve issue, tried to start server but got ... | non_comp | error etc raddb mods available readme rst expecting section start brace after modules in what type of defect bug is this crash or memory corruption segv abort etc how can the issue be reproduced hi team need your help to resolve issue tried to start server but got an error ... | 0 |
18,143 | 25,064,033,689 | IssuesEvent | 2022-11-07 06:19:03 | KnightMiner/Inspirations | https://api.github.com/repos/KnightMiner/Inspirations | closed | Support for Rockhounding Ore Tiers Smouldering Coal Deposit | bug compatibility 1.12 | Minecraft 1.12.2
Forge v14.23.5.2838
Inspirations v0.2.5
[Rockhounding Ore Tiers](https://www.curseforge.com/minecraft/mc-mods/rockhounding-mod-ore-tiers) v3.10
Rockhounding has a block called Smouldering Coal Deposit. The JEI block description for it says that it can be converted to a normal coal block by using ... | True | Support for Rockhounding Ore Tiers Smouldering Coal Deposit - Minecraft 1.12.2
Forge v14.23.5.2838
Inspirations v0.2.5
[Rockhounding Ore Tiers](https://www.curseforge.com/minecraft/mc-mods/rockhounding-mod-ore-tiers) v3.10
Rockhounding has a block called Smouldering Coal Deposit. The JEI block description for it ... | comp | support for rockhounding ore tiers smouldering coal deposit minecraft forge inspirations rockhounding has a block called smouldering coal deposit the jei block description for it says that it can be converted to a normal coal block by using it on a filled cauldron but there seems t... | 1 |
14,675 | 17,952,608,068 | IssuesEvent | 2021-09-13 00:36:27 | dloscutoff/pip | https://api.github.com/repos/dloscutoff/pip | closed | New single-letter operators | compatibility-breaking brainstorming | Several letters are available or could become available with some rearranging:
- Letters that are currently unassigned: D, H
- Letters that are binary operators but could have unary versions as well: M, N, Q
- Letters that are currently statements/other syntax elements but could potentially be repurposed as operat... | True | New single-letter operators - Several letters are available or could become available with some rearranging:
- Letters that are currently unassigned: D, H
- Letters that are binary operators but could have unary versions as well: M, N, Q
- Letters that are currently statements/other syntax elements but could poten... | comp | new single letter operators several letters are available or could become available with some rearranging letters that are currently unassigned d h letters that are binary operators but could have unary versions as well m n q letters that are currently statements other syntax elements but could poten... | 1 |
17,450 | 24,065,464,150 | IssuesEvent | 2022-09-17 12:22:21 | ricksouth/serilum-mc-mods | https://api.github.com/repos/ricksouth/serilum-mc-mods | closed | Requiem Softlock Bug/Collective Compatibility Issue. | Bug Library: Collective Incompatibility Modloader: Fabric | ## **Information**
Minecraft version: 1.18.2
Modloader: Fabric
Fabric loader version:
Environment: Singleplayer / Multiplayer
Mod name: Requiem
Mod version: 2.0.0-beta.8.jar
## **Description**
So, it seems your collective library mod seems to be making it impossible for players to self-cure while possess... | True | Requiem Softlock Bug/Collective Compatibility Issue. - ## **Information**
Minecraft version: 1.18.2
Modloader: Fabric
Fabric loader version:
Environment: Singleplayer / Multiplayer
Mod name: Requiem
Mod version: 2.0.0-beta.8.jar
## **Description**
So, it seems your collective library mod seems to be maki... | comp | requiem softlock bug collective compatibility issue information minecraft version modloader fabric fabric loader version environment singleplayer multiplayer mod name requiem mod version beta jar description so it seems your collective library mod seems to be makin... | 1 |
109,223 | 16,833,831,562 | IssuesEvent | 2021-06-18 09:16:19 | AlexRogalskiy/qiitos | https://api.github.com/repos/AlexRogalskiy/qiitos | opened | CVE-2021-33623 (High) detected in trim-newlines-1.0.0.tgz | security vulnerability | ## CVE-2021-33623 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>trim-newlines-1.0.0.tgz</b></p></summary>
<p>Trim newlines from the start and/or end of a string</p>
<p>Library home p... | True | CVE-2021-33623 (High) detected in trim-newlines-1.0.0.tgz - ## CVE-2021-33623 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>trim-newlines-1.0.0.tgz</b></p></summary>
<p>Trim newlines... | non_comp | cve high detected in trim newlines tgz cve high severity vulnerability vulnerable library trim newlines tgz trim newlines from the start and or end of a string library home page a href path to dependency file qiitos package json path to vulnerable library qiitos node... | 0 |
315 | 2,764,309,828 | IssuesEvent | 2015-04-29 14:52:25 | neovim/neovim | https://api.github.com/repos/neovim/neovim | closed | unexpected shell behaviour | compatibility shell | When executing a shell command like !rspec that has something that pauses the process, like https://github.com/pry/pry. nvim is not stopping and completing the entire process. In vim the process would pause allowing you to type in the shell prompt. | True | unexpected shell behaviour - When executing a shell command like !rspec that has something that pauses the process, like https://github.com/pry/pry. nvim is not stopping and completing the entire process. In vim the process would pause allowing you to type in the shell prompt. | comp | unexpected shell behaviour when executing a shell command like rspec that has something that pauses the process like nvim is not stopping and completing the entire process in vim the process would pause allowing you to type in the shell prompt | 1 |
9,174 | 11,201,243,798 | IssuesEvent | 2020-01-04 01:38:12 | AthenaSulisMinerva/CombatExtendedFastTrack | https://api.github.com/repos/AthenaSulisMinerva/CombatExtendedFastTrack | closed | Chicken Plucker's Rimmu-Nation & Red Horse Mods - Update all gun and melee tool stats | mod compatiblity patch | CE:FT version: 1.0.1.8-FT-012(latest release version
Rimworld version:1.0.2408
It seems rimmu-nation's weapon don't have the new melee armor penetration value, all their melee armor penetrations are 0. | True | Chicken Plucker's Rimmu-Nation & Red Horse Mods - Update all gun and melee tool stats - CE:FT version: 1.0.1.8-FT-012(latest release version
Rimworld version:1.0.2408
It seems rimmu-nation's weapon don't have the new melee armor penetration value, all their melee armor penetrations are 0. | comp | chicken plucker s rimmu nation red horse mods update all gun and melee tool stats ce ft version ft latest release version rimworld version it seems rimmu nation s weapon don t have the new melee armor penetration value all their melee armor penetrations are | 1 |
48,656 | 13,184,711,821 | IssuesEvent | 2020-08-12 19:57:20 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | Multiple problems with I3Frame serialization (Trac #13) | IceTray Incomplete Migration Migrated from Trac defect | <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/13
, reported by troy and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-11-11T03:51:18",
"description": " * crc calculation is in the wrong place\n * unnecessary buffer copies\n * crc calcula... | 1.0 | Multiple problems with I3Frame serialization (Trac #13) - <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/13
, reported by troy and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-11-11T03:51:18",
"description": " * crc calculation is in the wrong... | non_comp | multiple problems with serialization trac migrated from reported by troy and owned by troy json status closed changetime description crc calculation is in the wrong place n unnecessary buffer copies n crc calculation is incorrect it is... | 0 |
33,149 | 2,763,106,759 | IssuesEvent | 2015-04-29 06:29:42 | DeepskyLog/DeepskyLog | https://api.github.com/repos/DeepskyLog/DeepskyLog | opened | Make a google map with the sqm values from DeepskyLog | Category: Common Priority: Normal Status: New Tracker: Feature | ---
Author Name: **Wim De Meester** (@WimDeMeester)
Original Redmine Issue: 159, http://redmine.deepskylog.org/issues/159
Original Date: 2010-03-03
Original Assignee: David Erzeel
---
More info on how to do this :
http://code.google.com/intl/nl/apis/maps/articles/phpsqlajax.html
| 1.0 | Make a google map with the sqm values from DeepskyLog - ---
Author Name: **Wim De Meester** (@WimDeMeester)
Original Redmine Issue: 159, http://redmine.deepskylog.org/issues/159
Original Date: 2010-03-03
Original Assignee: David Erzeel
---
More info on how to do this :
http://code.google.com/intl/nl/apis/maps/ar... | non_comp | make a google map with the sqm values from deepskylog author name wim de meester wimdemeester original redmine issue original date original assignee david erzeel more info on how to do this | 0 |
33,922 | 12,228,580,876 | IssuesEvent | 2020-05-03 20:02:52 | uniquelyparticular/serverless-oauth | https://api.github.com/repos/uniquelyparticular/serverless-oauth | opened | CVE-2020-7608 (High) detected in yargs-parser-10.1.0.tgz, yargs-parser-9.0.2.tgz | security vulnerability | ## CVE-2020-7608 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>yargs-parser-10.1.0.tgz</b>, <b>yargs-parser-9.0.2.tgz</b></p></summary>
<p>
<details><summary><b>yargs-parser-10.1.0... | True | CVE-2020-7608 (High) detected in yargs-parser-10.1.0.tgz, yargs-parser-9.0.2.tgz - ## CVE-2020-7608 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>yargs-parser-10.1.0.tgz</b>, <b>yar... | non_comp | cve high detected in yargs parser tgz yargs parser tgz cve high severity vulnerability vulnerable libraries yargs parser tgz yargs parser tgz yargs parser tgz the mighty option parser used by yargs library home page a href path to dependenc... | 0 |
442,311 | 30,828,402,303 | IssuesEvent | 2023-08-01 22:19:02 | bastonero/aiida-vibroscopy | https://api.github.com/repos/bastonero/aiida-vibroscopy | opened | Add development guide | documentation enhancement priority/required | The `README` and the `docs` are missing a guide for external contributions. This should include information about:
1. Code standards: pre-commit, (py)tests, code versioning, how to do a release
2. CLA (contribution license agreement - to set up automatically via GitHub for signing up etc)
| 1.0 | Add development guide - The `README` and the `docs` are missing a guide for external contributions. This should include information about:
1. Code standards: pre-commit, (py)tests, code versioning, how to do a release
2. CLA (contribution license agreement - to set up automatically via GitHub for signing up etc)
| non_comp | add development guide the readme and the docs are missing a guide for external contributions this should include information about code standards pre commit py tests code versioning how to do a release cla contribution license agreement to set up automatically via github for signing up etc | 0 |
74,799 | 25,333,570,548 | IssuesEvent | 2022-11-18 15:04:39 | NREL/EnergyPlus | https://api.github.com/repos/NREL/EnergyPlus | closed | PlantEquipmentOperation objects function of outdoor air conditions are not working for Plant Loops | Defect | Issue overview
--------------
When changing the `PlantEquipmentOperation:HeatingLoad` object in the `5ZoneAirCooled.idf` model to a `PlantEquipmentOperation:OutdoorDryBulb` with a range lower limit to -70 deg C and an upper limit to 70 deg C (i.e., the equipment are always allowed to run) the boiler listed under the ... | 1.0 | PlantEquipmentOperation objects function of outdoor air conditions are not working for Plant Loops - Issue overview
--------------
When changing the `PlantEquipmentOperation:HeatingLoad` object in the `5ZoneAirCooled.idf` model to a `PlantEquipmentOperation:OutdoorDryBulb` with a range lower limit to -70 deg C and an... | non_comp | plantequipmentoperation objects function of outdoor air conditions are not working for plant loops issue overview when changing the plantequipmentoperation heatingload object in the idf model to a plantequipmentoperation outdoordrybulb with a range lower limit to deg c and an upper limit t... | 0 |
21,471 | 17,114,325,997 | IssuesEvent | 2021-07-11 02:14:30 | pyro-ppl/numpyro | https://api.github.com/repos/pyro-ppl/numpyro | closed | pip install numpyro failed on windows | usability |
Hello, I was also trying to install numpyro using pip, which seems to fail as well. What are the best ways to install numpyro on Windows? Thanks.
Collecting jax==0.2.3
Downloading jax-0.2.3.tar.gz (473 kB)
|████████████████████████████████| 473 kB 3.3 MB/s
Collecting numpyro
Using cached numpy... | True | pip install numpyro failed on windows -
Hello, I was also trying to install numpyro using pip, which seems to fail as well. What are the best ways to install numpyro on Windows? Thanks.
Collecting jax==0.2.3
Downloading jax-0.2.3.tar.gz (473 kB)
|████████████████████████████████| 473 kB 3.3 MB/s
... | non_comp | pip install numpyro failed on windows hello i was also trying to install numpyro using pip which seems to fail as well what are the best ways to install numpyro on windows thanks collecting jax downloading jax tar gz kb ████████████████████████████████ kb mb s col... | 0 |
3,002 | 5,895,494,938 | IssuesEvent | 2017-05-18 07:06:13 | Roave/BetterReflection | https://api.github.com/repos/Roave/BetterReflection | closed | ReflectionClass getMethods() and getProperties() do not filter | bug easypick reflection compatibility | http://php.net/manual/en/reflectionclass.getmethods.php
http://php.net/manual/en/reflectionclass.getproperties.php
The `getMethods()` and `getProperties()` both do not actually filter at all - they need to accept an integer parameter.
``` php
// Fetch all private methods
$classInfo->getMethods(ReflectionMethod::IS_PR... | True | ReflectionClass getMethods() and getProperties() do not filter - http://php.net/manual/en/reflectionclass.getmethods.php
http://php.net/manual/en/reflectionclass.getproperties.php
The `getMethods()` and `getProperties()` both do not actually filter at all - they need to accept an integer parameter.
``` php
// Fetch a... | comp | reflectionclass getmethods and getproperties do not filter the getmethods and getproperties both do not actually filter at all they need to accept an integer parameter php fetch all private methods classinfo getmethods reflectionmethod is private | 1 |
10,188 | 12,201,588,739 | IssuesEvent | 2020-04-30 07:30:34 | Foundry376/Mailspring | https://api.github.com/repos/Foundry376/Mailspring | opened | Email Scheduling | mailserver-incompatibility needs-reproduction | <!--
Thanks for taking the time to file an issue! The Mailspring community uses GitHub issues to coordinate development.
Before filling out this form, try searching for both open and closed issues here: https://github.com/Foundry376/Mailspring/issues. Upvoting an existing sync issue is MUCH better than submitting a... | True | Email Scheduling - <!--
Thanks for taking the time to file an issue! The Mailspring community uses GitHub issues to coordinate development.
Before filling out this form, try searching for both open and closed issues here: https://github.com/Foundry376/Mailspring/issues. Upvoting an existing sync issue is MUCH bett... | comp | email scheduling thanks for taking the time to file an issue the mailspring community uses github issues to coordinate development before filling out this form try searching for both open and closed issues here upvoting an existing sync issue is much better than submitting a new one it often takes a... | 1 |
2,828 | 5,631,631,531 | IssuesEvent | 2017-04-05 14:56:31 | mozilla/testpilot-containers | https://api.github.com/repos/mozilla/testpilot-containers | closed | Confusing interaction with Tab Center | addon incompatibility bug needs:Product | When using Containers, along with the Test Pilot project, Tab Center, there is a confusing interaction when combining the container's tab color and the active tab.
An example will help illustrate: By default, Containers comes with a "Personal" container that uses a blue tab coloring, and a "Work" container that use... | True | Confusing interaction with Tab Center - When using Containers, along with the Test Pilot project, Tab Center, there is a confusing interaction when combining the container's tab color and the active tab.
An example will help illustrate: By default, Containers comes with a "Personal" container that uses a blue tab c... | comp | confusing interaction with tab center when using containers along with the test pilot project tab center there is a confusing interaction when combining the container s tab color and the active tab an example will help illustrate by default containers comes with a personal container that uses a blue tab c... | 1 |
59,567 | 14,614,826,076 | IssuesEvent | 2020-12-22 10:30:58 | dusk-network/dusk-blockchain | https://api.github.com/repos/dusk-network/dusk-blockchain | closed | After start & stop a Dusk node, when attempting to restart, node reports (fail missing coinbase tx) | area:conf&build need:investigation type:bug | ```
{"app":"dusk","level":"panic","msg":"missing coinbase tx","prefix":"main","time":"2020-11-10T09:57:25+01:00"}
{"app":"dusk","error":"\u0026{Logger:0xc000152930 Data:map[app:dusk prefix:main] Time:2020-11-10 09:57:25.171204353 +0100 CET m=+0.019848977 Level:panic Caller:\u003cnil\u003e Message:missing coinbase tx Bu... | 1.0 | After start & stop a Dusk node, when attempting to restart, node reports (fail missing coinbase tx) - ```
{"app":"dusk","level":"panic","msg":"missing coinbase tx","prefix":"main","time":"2020-11-10T09:57:25+01:00"}
{"app":"dusk","error":"\u0026{Logger:0xc000152930 Data:map[app:dusk prefix:main] Time:2020-11-10 09:57:2... | non_comp | after start stop a dusk node when attempting to restart node reports fail missing coinbase tx app dusk level panic msg missing coinbase tx prefix main time app dusk error logger data map time cet m level panic caller message missin... | 0 |
17,366 | 23,936,952,659 | IssuesEvent | 2022-09-11 11:20:37 | elementor/elementor | https://api.github.com/repos/elementor/elementor | closed | echo \Elementor\Plugin::instance()->frontend->get_builder_content_for_display($templateid); does not show dynamic content no more | compatibility/3rd_party component/acf | <!-- ## BEFORE POSTING YOUR ISSUE
- Please create GitHub issues only for bugs and feature requests. GitHub issues ARE NOT FOR SUPPORT!
- If you have questions or need general support, Please use: https://wordpress.org/support/plugin/elementor
- For help and support from the Elementor community, see: https:... | True | echo \Elementor\Plugin::instance()->frontend->get_builder_content_for_display($templateid); does not show dynamic content no more - <!-- ## BEFORE POSTING YOUR ISSUE
- Please create GitHub issues only for bugs and feature requests. GitHub issues ARE NOT FOR SUPPORT!
- If you have questions or need general supp... | comp | echo elementor plugin instance frontend get builder content for display templateid does not show dynamic content no more before posting your issue please create github issues only for bugs and feature requests github issues are not for support if you have questions or need general supp... | 1 |
12,995 | 10,059,974,254 | IssuesEvent | 2019-07-22 17:42:20 | CodeSignal/dockerfiles | https://api.github.com/repos/CodeSignal/dockerfiles | opened | Create a Docker image for automated user tests | Infrastructure | https://app.asana.com/0/417895759505117/1132358108136274/f
Preferably not Galen. Needs Java, Selenium, some kind of driver -- WebdriverIO is fine, especially since we have experience with it already and it's a JS wrapper (no Java is great, and the sync API is nice too).
Consider the kinds of setup we do to get We... | 1.0 | Create a Docker image for automated user tests - https://app.asana.com/0/417895759505117/1132358108136274/f
Preferably not Galen. Needs Java, Selenium, some kind of driver -- WebdriverIO is fine, especially since we have experience with it already and it's a JS wrapper (no Java is great, and the sync API is nice too... | non_comp | create a docker image for automated user tests preferably not galen needs java selenium some kind of driver webdriverio is fine especially since we have experience with it already and it s a js wrapper no java is great and the sync api is nice too consider the kinds of setup we do to get webdriveri... | 0 |
20,598 | 30,603,151,361 | IssuesEvent | 2023-07-22 16:55:06 | thexaero/open-parties-and-claims | https://api.github.com/repos/thexaero/open-parties-and-claims | closed | mod is supposed to support argonauts but it does not | bug compatibility | so when i try to start my server with argonauts and open parties and claims the server crashes when loading the world, wich im guessing is not supposed to happen
crash log:
[crash-2023-07-16_22.56.43-server.txt](https://github.com/thexaero/open-parties-and-claims/files/12065070/crash-2023-07-16_22.56.43-server.txt)... | True | mod is supposed to support argonauts but it does not - so when i try to start my server with argonauts and open parties and claims the server crashes when loading the world, wich im guessing is not supposed to happen
crash log:
[crash-2023-07-16_22.56.43-server.txt](https://github.com/thexaero/open-parties-and-clai... | comp | mod is supposed to support argonauts but it does not so when i try to start my server with argonauts and open parties and claims the server crashes when loading the world wich im guessing is not supposed to happen crash log edit forgot to mention but the mod version i used was for fabric e... | 1 |
234,241 | 19,103,021,652 | IssuesEvent | 2021-11-30 01:56:26 | JuliaLang/julia | https://api.github.com/repos/JuliaLang/julia | closed | Errors in the REPL tests don't actually cause CI to fail | bug test | I saw this happening locally, though I don't know what it means
```
REPL (10) | started at 2021-11-19T19:32:30.340
From worker 10: foo
From worker 10: foo foo
From worker 10: UNHANDLED TASK ERROR: IOError: stream is closed or unusable
From worker ... | 1.0 | Errors in the REPL tests don't actually cause CI to fail - I saw this happening locally, though I don't know what it means
```
REPL (10) | started at 2021-11-19T19:32:30.340
From worker 10: foo
From worker 10: foo foo
From worker 10: UNHANDLED TASK ERROR... | non_comp | errors in the repl tests don t actually cause ci to fail i saw this happening locally though i don t know what it means repl started at from worker foo from worker foo foo from worker unhandled task error ioerror strea... | 0 |
59,662 | 24,846,287,849 | IssuesEvent | 2022-10-26 16:07:05 | dotnet/sign | https://api.github.com/repos/dotnet/sign | closed | Newtonsoft.Json vulnerability | legacy service | Newtonsoft.Json library is known to have a security vulnerability. In 13.0.1 version it has been resolved, could you update your dependency to this version? | 1.0 | Newtonsoft.Json vulnerability - Newtonsoft.Json library is known to have a security vulnerability. In 13.0.1 version it has been resolved, could you update your dependency to this version? | non_comp | newtonsoft json vulnerability newtonsoft json library is known to have a security vulnerability in version it has been resolved could you update your dependency to this version | 0 |
634,904 | 20,374,503,486 | IssuesEvent | 2022-02-21 14:24:13 | teamforus/general | https://api.github.com/repos/teamforus/general | closed | Add existing funds to potjeswijzer (give sponsor a choice) | Priority: Won't have Scope: Medium Impact: Significant Client: Westerkwartier Todo: Move to Productboard | Learn more about change requests here: https://bit.ly/39CWeEE
### Requested by:
Jamal
### Change description
As a sponsor I would like a setting where I can choose to show my fund(s) on potjeswijzer, next to my own implementation.
**Context:**
We have a pretty cool website with potjeswijzer now, and already... | 1.0 | Add existing funds to potjeswijzer (give sponsor a choice) - Learn more about change requests here: https://bit.ly/39CWeEE
### Requested by:
Jamal
### Change description
As a sponsor I would like a setting where I can choose to show my fund(s) on potjeswijzer, next to my own implementation.
**Context:**
We ... | non_comp | add existing funds to potjeswijzer give sponsor a choice learn more about change requests here requested by jamal change description as a sponsor i would like a setting where i can choose to show my fund s on potjeswijzer next to my own implementation context we have a pretty cool we... | 0 |
310,870 | 23,358,567,487 | IssuesEvent | 2022-08-10 09:36:39 | KinsonDigital/SWCM | https://api.github.com/repos/KinsonDigital/SWCM | closed | 🚧Update Code of Conduct | good first issue medium priority preview 📝documentation/product | ### I have done the items below . . .
- [X] I have updated the title without removing the 🚧 emoji.
### Description
Update code of conduct file. Use the file below:
[code_of_conduct.md](https://github.com/KinsonDigital/SWCM/files/9258326/code_of_conduct.md)
### Acceptance Criteria
**This issue is finished wh... | 1.0 | 🚧Update Code of Conduct - ### I have done the items below . . .
- [X] I have updated the title without removing the 🚧 emoji.
### Description
Update code of conduct file. Use the file below:
[code_of_conduct.md](https://github.com/KinsonDigital/SWCM/files/9258326/code_of_conduct.md)
### Acceptance Criteria
... | non_comp | 🚧update code of conduct i have done the items below i have updated the title without removing the 🚧 emoji description update code of conduct file use the file below acceptance criteria this issue is finished when code of conduct file updated todo items pr... | 0 |
171,347 | 13,229,241,125 | IssuesEvent | 2020-08-18 07:49:41 | NKCR-INPROVE/evidence.periodik | https://api.github.com/repos/NKCR-INPROVE/evidence.periodik | closed | menu v záhlaví | 2 návrh na rozšíření ready for test | Volba Domovská stránka je duplicitní s názvem evidence periodik vlevo. Navrhuji volbu odstranit. Volba English nic nedělá, ale ve zdrojáku anglická verze existuje. Nutno opravit nebo odstranit položku z menu, pokud angličtinu nechceme.
Volba vložit záznam u nepřihlášenho uživatele by měla být zašedlá nebo skrytá.
| 1.0 | menu v záhlaví - Volba Domovská stránka je duplicitní s názvem evidence periodik vlevo. Navrhuji volbu odstranit. Volba English nic nedělá, ale ve zdrojáku anglická verze existuje. Nutno opravit nebo odstranit položku z menu, pokud angličtinu nechceme.
Volba vložit záznam u nepřihlášenho uživatele by měla být zašedlá... | non_comp | menu v záhlaví volba domovská stránka je duplicitní s názvem evidence periodik vlevo navrhuji volbu odstranit volba english nic nedělá ale ve zdrojáku anglická verze existuje nutno opravit nebo odstranit položku z menu pokud angličtinu nechceme volba vložit záznam u nepřihlášenho uživatele by měla být zašedlá... | 0 |
12,426 | 14,677,935,524 | IssuesEvent | 2020-12-31 01:20:59 | MrJake222/AUNIS | https://api.github.com/repos/MrJake222/AUNIS | opened | Warpdrive compatibility | compatibility enhancement | Use WarpDrive [IBlockTransformer](https://github.com/LemADEC/WarpDrive/blob/MC1.12/src/main/java/cr0s/warpdrive/api/IBlockTransformer.java) to move and rotate stargate properly (and rings too)
Example implementations: [warpdrive/compat](https://github.com/LemADEC/WarpDrive/tree/MC1.12/src/main/java/cr0s/warpdrive/co... | True | Warpdrive compatibility - Use WarpDrive [IBlockTransformer](https://github.com/LemADEC/WarpDrive/blob/MC1.12/src/main/java/cr0s/warpdrive/api/IBlockTransformer.java) to move and rotate stargate properly (and rings too)
Example implementations: [warpdrive/compat](https://github.com/LemADEC/WarpDrive/tree/MC1.12/src/m... | comp | warpdrive compatibility use warpdrive to move and rotate stargate properly and rings too example implementations register block transformer with warpdriveconfig registerblocktransformer aunis new wdaunisblocktransformer | 1 |
27,993 | 22,709,595,818 | IssuesEvent | 2022-07-05 17:52:23 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | CI failure in "Build Browser wasm Release AllSubsets_Mono" leg | untriaged area-Infrastructure-mono | https://dev.azure.com/dnceng/public/_build/results?buildId=1391502&view=logs&j=2c1bc6b5-3ed2-590f-6f2c-e4b87c1ec8e3&t=99af3e6b-57ff-5563-f33d-f3cc56be1bd5&l=5666
```
##[error]Exit code 137 returned from process: file name '/usr/bin/docker', arguments 'exec -i -u 1000 -w /home/cloudtest_azpcontainer f01df44dbb38245... | 1.0 | CI failure in "Build Browser wasm Release AllSubsets_Mono" leg - https://dev.azure.com/dnceng/public/_build/results?buildId=1391502&view=logs&j=2c1bc6b5-3ed2-590f-6f2c-e4b87c1ec8e3&t=99af3e6b-57ff-5563-f33d-f3cc56be1bd5&l=5666
```
##[error]Exit code 137 returned from process: file name '/usr/bin/docker', arguments ... | non_comp | ci failure in build browser wasm release allsubsets mono leg exit code returned from process file name usr bin docker arguments exec i u w home cloudtest azpcontainer a externals node bin node w temp containerhandlerinvoker js finishing build product | 0 |
9,717 | 11,769,599,508 | IssuesEvent | 2020-03-15 15:34:08 | ankidroid/Anki-Android | https://api.github.com/repos/ankidroid/Anki-Android | closed | AnkiDroid doesn't allow parenthesis in the names of fields, Anki desktop does | Anki Ecosystem Compatibility Bug | ###### Reproduction Steps
1. Create a field or rename an existing field with parenthesis ( ) in the field name
2. AnkiDroid strips all "(" and ")"
###### Expected Result
( and ) should be allowed in the name of a field, as it is allowed in desktop Anki
###### Actual Result
###### Debug info
Refer... | True | AnkiDroid doesn't allow parenthesis in the names of fields, Anki desktop does - ###### Reproduction Steps
1. Create a field or rename an existing field with parenthesis ( ) in the field name
2. AnkiDroid strips all "(" and ")"
###### Expected Result
( and ) should be allowed in the name of a field, as it is a... | comp | ankidroid doesn t allow parenthesis in the names of fields anki desktop does reproduction steps create a field or rename an existing field with parenthesis in the field name ankidroid strips all and expected result and should be allowed in the name of a field as it is a... | 1 |
17,683 | 24,382,276,429 | IssuesEvent | 2022-10-04 08:50:58 | woocommerce/woocommerce-blocks | https://api.github.com/repos/woocommerce/woocommerce-blocks | opened | Elavon Converge Payment Gateway doesn't work with the Cart & Checkout Blocks | plugin incompatibility | ## This is a ticket that just **highlights the incompatibly of [Elavon Converge Payment Gateway](https://woocommerce.com/products/elavon-vm-payment-gateway/)** with the Cart and Checkout Blocks and tracks user reports
As a merchant, the best course of action right now if you are using a plugin that isn't working wit... | True | Elavon Converge Payment Gateway doesn't work with the Cart & Checkout Blocks - ## This is a ticket that just **highlights the incompatibly of [Elavon Converge Payment Gateway](https://woocommerce.com/products/elavon-vm-payment-gateway/)** with the Cart and Checkout Blocks and tracks user reports
As a merchant, the b... | comp | elavon converge payment gateway doesn t work with the cart checkout blocks this is a ticket that just highlights the incompatibly of with the cart and checkout blocks and tracks user reports as a merchant the best course of action right now if you are using a plugin that isn t working with the cart and... | 1 |
695,016 | 23,840,132,709 | IssuesEvent | 2022-09-06 09:32:49 | HughCraig/TLCMap | https://api.github.com/repos/HughCraig/TLCMap | opened | KML polygon upload search doesn't work in Views | priority 2 Scope 2 | Kml polygon search gives URL 'https://test.tlcmap.org/ghap/kmlpolygonsearch' so it shows nothing when passed to Views. It doesn't transform it into search params as it does for upload list. May need some thinking on how to best enable this. | 1.0 | KML polygon upload search doesn't work in Views - Kml polygon search gives URL 'https://test.tlcmap.org/ghap/kmlpolygonsearch' so it shows nothing when passed to Views. It doesn't transform it into search params as it does for upload list. May need some thinking on how to best enable this. | non_comp | kml polygon upload search doesn t work in views kml polygon search gives url so it shows nothing when passed to views it doesn t transform it into search params as it does for upload list may need some thinking on how to best enable this | 0 |
9,780 | 11,836,919,761 | IssuesEvent | 2020-03-23 13:23:19 | STEllAR-GROUP/hpx | https://api.github.com/repos/STEllAR-GROUP/hpx | closed | Installing HPX on fedora with dnf is not adding cmake files | category: CMake platform: Linux type: compatibility issue | ## Expected Behavior
It is expected to install cmake specific targets at `/usr/lib64/cmake/hpx`.
## Actual Behavior
There is no directory named `hpx` in `/usr/lib64/cmake`, while hpx is installed:
```
nk>/usr/lib64/cmake> ls
Breeze Qt5 Qt5Designer Qt5Network Qt5Sq... | True | Installing HPX on fedora with dnf is not adding cmake files - ## Expected Behavior
It is expected to install cmake specific targets at `/usr/lib64/cmake/hpx`.
## Actual Behavior
There is no directory named `hpx` in `/usr/lib64/cmake`, while hpx is installed:
```
nk>/usr/lib64/cmake> ls
Breeze ... | comp | installing hpx on fedora with dnf is not adding cmake files expected behavior it is expected to install cmake specific targets at usr cmake hpx actual behavior there is no directory named hpx in usr cmake while hpx is installed nk usr cmake ls breeze ... | 1 |
11,496 | 13,486,301,479 | IssuesEvent | 2020-09-11 09:16:07 | CobaltWolf/Bluedog-Design-Bureau | https://api.github.com/repos/CobaltWolf/Bluedog-Design-Bureau | closed | Engine Ignitor | Compatibility | - [x] Able engine
- [x] Ablestar engine
- [x] Delta F engine
- [x] Vanguard GE405
- [x] LR79 with air start fro RS27A
- [x] TR201
- [x] Aj10 118x
- [x] Agena XLR81 with subtypes
- [x] Agena 8096C
- [x] Juno 45K
- [x] Juno 6k
- [x] Redstone A7
- [x] RS-68
- [x] New RL10s
- [x] Vega | True | Engine Ignitor - - [x] Able engine
- [x] Ablestar engine
- [x] Delta F engine
- [x] Vanguard GE405
- [x] LR79 with air start fro RS27A
- [x] TR201
- [x] Aj10 118x
- [x] Agena XLR81 with subtypes
- [x] Agena 8096C
- [x] Juno 45K
- [x] Juno 6k
- [x] Redstone A7
- [x] RS-68
- [x] New RL10s
- [x] Vega | comp | engine ignitor able engine ablestar engine delta f engine vanguard with air start fro agena with subtypes agena juno juno redstone rs new vega | 1 |
1,304 | 3,152,175,580 | IssuesEvent | 2015-09-16 12:35:15 | zalando-stups/fullstop | https://api.github.com/repos/zalando-stups/fullstop | closed | collect all public interfaces (ELBs and public servers) | important Security Relevant | create a job that checks for every ELB and and other public facing servers | True | collect all public interfaces (ELBs and public servers) - create a job that checks for every ELB and and other public facing servers | non_comp | collect all public interfaces elbs and public servers create a job that checks for every elb and and other public facing servers | 0 |
10,786 | 12,768,345,287 | IssuesEvent | 2020-06-30 00:08:36 | libass/libass | https://api.github.com/repos/libass/libass | closed | "kf" tag and filling RTL text | bug compatibility shaper | There is a problem with filling Arabic text in case of "kf" tag is used, where the filling starts from the left of each letter instead of right.
Sample:
```
[V4+ Styles]
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spa... | True | "kf" tag and filling RTL text - There is a problem with filling Arabic text in case of "kf" tag is used, where the filling starts from the left of each letter instead of right.
Sample:
```
[V4+ Styles]
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline... | comp | kf tag and filling rtl text there is a problem with filling arabic text in case of kf tag is used where the filling starts from the left of each letter instead of right sample format name fontname fontsize primarycolour secondarycolour outlinecolour backcolour bold italic underline strikeout... | 1 |
8,063 | 10,195,343,331 | IssuesEvent | 2019-08-12 17:53:55 | GoogleWebComponents/model-viewer | https://api.github.com/repos/GoogleWebComponents/model-viewer | closed | Improved default material for loaded glTFs | arc: compatibility arc: rendering & effects type: feature | [According to the author of the PMREM generator for Three.js, the PMREM implementation currently wants for calibration](https://github.com/mrdoob/three.js/issues/13107#issuecomment-450952526). relatedly, @elalish has suggested that we experiment swapping Three.js' `MeshStandardMaterial`'s Blinn-Phong glossiness for Tro... | True | Improved default material for loaded glTFs - [According to the author of the PMREM generator for Three.js, the PMREM implementation currently wants for calibration](https://github.com/mrdoob/three.js/issues/13107#issuecomment-450952526). relatedly, @elalish has suggested that we experiment swapping Three.js' `MeshStand... | comp | improved default material for loaded gltfs relatedly elalish has suggested that we experiment swapping three js meshstandardmaterial s blinn phong glossiness for trowbridge reitz roughness to see if we can achieve more consistent results with filament let s experiment with replacing the default material ... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.