Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 757 | labels stringlengths 4 664 | body stringlengths 3 261k | index stringclasses 10
values | text_combine stringlengths 96 261k | label stringclasses 2
values | text stringlengths 96 232k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
36,685 | 8,058,675,976 | IssuesEvent | 2018-08-02 19:16:20 | extnet/Ext.NET | https://api.github.com/repos/extnet/Ext.NET | closed | Container with "frame: true" causes "Layout run failed" in IE8 | 2.x 3.x 4.x defect fixed-in-latest-extjs review-after-extjs-upgrade sencha | http://forums.ext.net/showthread.php?25563
http://www.sencha.com/forum/showthread.php?267623
**Update:** Issue still open after ExtJS 6.0.1 release.
| 1.0 | Container with "frame: true" causes "Layout run failed" in IE8 - http://forums.ext.net/showthread.php?25563
http://www.sencha.com/forum/showthread.php?267623
**Update:** Issue still open after ExtJS 6.0.1 release.
| defect | container with frame true causes layout run failed in update issue still open after extjs release | 1 |
80,078 | 29,993,934,392 | IssuesEvent | 2023-06-26 02:44:32 | CycloneDX/specification | https://api.github.com/repos/CycloneDX/specification | closed | [BUG] VulnerabilityReference contradicting definition in JSON and XML | defect | In XML schema definition for CDX-1.4 `vulnerabilityType.references.reference` the `id` and `source` are defined optional (`minOccurs="0"`)
see https://github.com/CycloneDX/specification/blob/ef71717ae0ecb564c0b4c9536d6e9e57e35f2e69/schema/bom-1.4.xsd#L1785-L1797
In JSON schema definition for CDX-1.4 the `/definitio... | 1.0 | [BUG] VulnerabilityReference contradicting definition in JSON and XML - In XML schema definition for CDX-1.4 `vulnerabilityType.references.reference` the `id` and `source` are defined optional (`minOccurs="0"`)
see https://github.com/CycloneDX/specification/blob/ef71717ae0ecb564c0b4c9536d6e9e57e35f2e69/schema/bom-1.4.... | defect | vulnerabilityreference contradicting definition in json and xml in xml schema definition for cdx vulnerabilitytype references reference the id and source are defined optional minoccurs see in json schema definition for cdx the definitions vulnerability properties references items the ... | 1 |
681,317 | 23,305,572,445 | IssuesEvent | 2022-08-08 00:02:15 | GTNewHorizons/GT-New-Horizons-Modpack | https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack | closed | [EMT] Cannot craft nanosuit googles of revealing | Type: bugMinor Priority: LOW Status: stale Mod: EMT Comment to reopen | ### Your GTNH Discord Username
Elan
### Your Pack Version
2.1.1.0
### Your Server
private
### Type of Server
Multiplayer LAN
### Your Expectation
Be able to craft the googles using infusion altar.
### The Reality
Nothing happens, lucky I've noticed error in the logs:
```
[02:13:17] [Server thread/WARN] [... | 1.0 | [EMT] Cannot craft nanosuit googles of revealing - ### Your GTNH Discord Username
Elan
### Your Pack Version
2.1.1.0
### Your Server
private
### Type of Server
Multiplayer LAN
### Your Expectation
Be able to craft the googles using infusion altar.
### The Reality
Nothing happens, lucky I've noticed error in ... | non_defect | cannot craft nanosuit googles of revealing your gtnh discord username elan your pack version your server private type of server multiplayer lan your expectation be able to craft the googles using infusion altar the reality nothing happens lucky i ve noticed error in the ... | 0 |
781,408 | 27,436,437,140 | IssuesEvent | 2023-03-02 07:51:07 | wso2/docs-apim | https://api.github.com/repos/wso2/docs-apim | closed | [4.x.x] Need to sync Migration docs | Type/Task Priority/Highest API-M-Master API-M 4.2.0 Area/Migration | **Description:**
Need to sync migration guides of master branch with the content from 4.1.0 branch.
**Affected Product Version:**
4.x.x doc space
| 1.0 | [4.x.x] Need to sync Migration docs - **Description:**
Need to sync migration guides of master branch with the content from 4.1.0 branch.
**Affected Product Version:**
4.x.x doc space
| non_defect | need to sync migration docs description need to sync migration guides of master branch with the content from branch affected product version x x doc space | 0 |
19,134 | 3,144,993,795 | IssuesEvent | 2015-09-14 15:52:21 | htty/htty | https://api.github.com/repos/htty/htty | closed | `strip!': can't modify frozen String (RuntimeError) | compatibility defect | When installing and running `htty` on OS X 10.10.5, I get the following error:
```
$ gem install htty
Fetching: mime-types-1.25.1.gem (100%)
Fetching: htty-1.5.0.gem (100%)
Successfully installed mime-types-1.25.1
Successfully installed htty-1.5.0
2 gems installed
Installing ri documentation for mime-types-1.... | 1.0 | `strip!': can't modify frozen String (RuntimeError) - When installing and running `htty` on OS X 10.10.5, I get the following error:
```
$ gem install htty
Fetching: mime-types-1.25.1.gem (100%)
Fetching: htty-1.5.0.gem (100%)
Successfully installed mime-types-1.25.1
Successfully installed htty-1.5.0
2 gems in... | defect | strip can t modify frozen string runtimeerror when installing and running htty on os x i get the following error gem install htty fetching mime types gem fetching htty gem successfully installed mime types successfully installed htty gems installed ... | 1 |
10,520 | 2,622,170,127 | IssuesEvent | 2015-03-04 00:14:07 | byzhang/rapidjson | https://api.github.com/repos/byzhang/rapidjson | closed | WriteDouble loses precision after 6 significant digits | auto-migrated Priority-Medium Type-Defect | ```
WriteDouble loses precision after 6 significant digits. It'd be useful to have
more than 6. E.g. something like 1338594359000 comes out as 1.33859e+12, losing
some information.
I notice this is because rapidjson uses %g in a format string. Would %f be
acceptable? There's also a todo comment stating "Optimizatio... | 1.0 | WriteDouble loses precision after 6 significant digits - ```
WriteDouble loses precision after 6 significant digits. It'd be useful to have
more than 6. E.g. something like 1338594359000 comes out as 1.33859e+12, losing
some information.
I notice this is because rapidjson uses %g in a format string. Would %f be
acc... | defect | writedouble loses precision after significant digits writedouble loses precision after significant digits it d be useful to have more than e g something like comes out as losing some information i notice this is because rapidjson uses g in a format string would f be acceptable there s a... | 1 |
104,443 | 13,079,312,539 | IssuesEvent | 2020-08-01 02:48:39 | microsoft/pyright | https://api.github.com/repos/microsoft/pyright | closed | createstub is generating a stub that is missing all of the code | as designed enhancement | I am using pyright 1.1.55 and trying to create a stub for a pyd file with:
pyright --createstub alt.hst.core.hstfitext
The messages seem to indicate that this was successful, but the type stub is basically empty. It only contains:
"""
This type stub file was generated by pyright.
"""
Below is the output from... | 1.0 | createstub is generating a stub that is missing all of the code - I am using pyright 1.1.55 and trying to create a stub for a pyd file with:
pyright --createstub alt.hst.core.hstfitext
The messages seem to indicate that this was successful, but the type stub is basically empty. It only contains:
"""
This type st... | non_defect | createstub is generating a stub that is missing all of the code i am using pyright and trying to create a stub for a pyd file with pyright createstub alt hst core hstfitext the messages seem to indicate that this was successful but the type stub is basically empty it only contains this type stu... | 0 |
779,048 | 27,337,155,754 | IssuesEvent | 2023-02-26 11:05:13 | AdrKacz/super-duper-guacamole | https://api.github.com/repos/AdrKacz/super-duper-guacamole | opened | 🌟 Ajouter les licenses et sources différemment | feature priority:P3 | # Is your feature request related to a problem? Please describe
Flutter permet d'ajouter un `AboutDialog` pour simplement afficher toutes les licenses et sources utilisé pour l'application, ce qui permet de toujours être à jour _légalement_.
On devrait peut-être faire ainsi au lieu de générer nous-même ce fichier.
... | 1.0 | 🌟 Ajouter les licenses et sources différemment - # Is your feature request related to a problem? Please describe
Flutter permet d'ajouter un `AboutDialog` pour simplement afficher toutes les licenses et sources utilisé pour l'application, ce qui permet de toujours être à jour _légalement_.
On devrait peut-être fai... | non_defect | 🌟 ajouter les licenses et sources différemment is your feature request related to a problem please describe flutter permet d ajouter un aboutdialog pour simplement afficher toutes les licenses et sources utilisé pour l application ce qui permet de toujours être à jour légalement on devrait peut être fai... | 0 |
116,094 | 11,900,754,766 | IssuesEvent | 2020-03-30 11:14:06 | lpang4203/notes-application | https://api.github.com/repos/lpang4203/notes-application | opened | Incomplete implementation- lack of user accounts management functions in note application | documentation enhancement | ## Incomplete implementation
The existing note application manage notes by user account. Currently, there is a login page to log into the user account to manage notes.
However, there is lack of a user accounts management pages in the web application for users/admin to manage user account details, such as change passw... | 1.0 | Incomplete implementation- lack of user accounts management functions in note application - ## Incomplete implementation
The existing note application manage notes by user account. Currently, there is a login page to log into the user account to manage notes.
However, there is lack of a user accounts management pages... | non_defect | incomplete implementation lack of user accounts management functions in note application incomplete implementation the existing note application manage notes by user account currently there is a login page to log into the user account to manage notes however there is lack of a user accounts management pages... | 0 |
17,002 | 6,332,319,278 | IssuesEvent | 2017-07-26 12:22:35 | travis-ci/travis-ci | https://api.github.com/repos/travis-ci/travis-ci | closed | Container-based Trusty: pypy and pypy3 are not installed; attempting download | 2017-Q3-trusty-env-update python travis-build trusty | pypy3 builds in container-based Trusty fail with:
```
pypy3 is not installed; attempting download
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
The command "sudo tar xjf -.tar.bz2 --directory /" failed and exited with 2 during .
```
Full build log: https:/... | 1.0 | Container-based Trusty: pypy and pypy3 are not installed; attempting download - pypy3 builds in container-based Trusty fail with:
```
pypy3 is not installed; attempting download
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
The command "sudo tar xjf -.tar.b... | non_defect | container based trusty pypy and are not installed attempting download builds in container based trusty fail with is not installed attempting download stdin is not a file tar child returned status tar error is not recoverable exiting now the command sudo tar xjf tar directory fail... | 0 |
69,581 | 22,548,383,797 | IssuesEvent | 2022-06-27 00:54:04 | networkx/networkx | https://api.github.com/repos/networkx/networkx | closed | Held-Karp ascent failures due to optimize.linprog infeasibility | Defect | The recent scipy 1.9rc release caught some failures related to our use of `optimize.linprog` in the Held-Karp implementations. For example, the following tests are failing:
```
FAILED networkx/algorithms/approximation/tests/test_traveling_salesman.py::test_held_karp_ascent
FAILED networkx/algorithms/approximation/... | 1.0 | Held-Karp ascent failures due to optimize.linprog infeasibility - The recent scipy 1.9rc release caught some failures related to our use of `optimize.linprog` in the Held-Karp implementations. For example, the following tests are failing:
```
FAILED networkx/algorithms/approximation/tests/test_traveling_salesman.py... | defect | held karp ascent failures due to optimize linprog infeasibility the recent scipy release caught some failures related to our use of optimize linprog in the held karp implementations for example the following tests are failing failed networkx algorithms approximation tests test traveling salesman py ... | 1 |
165,429 | 12,842,385,870 | IssuesEvent | 2020-07-08 01:53:01 | jbergstroem/mariadb-alpine | https://api.github.com/repos/jbergstroem/mariadb-alpine | closed | Global setup/teardown | enhancement test | Each test currently cleans up itself after successful finish. This adds a bit of delay to each test we could easily avoid by having a global teardown that would filters as a way of identifying volumes to remove. Also, the test itself shouldn't care so much about a dependency, so perhaps spinning up all containers can m... | 1.0 | Global setup/teardown - Each test currently cleans up itself after successful finish. This adds a bit of delay to each test we could easily avoid by having a global teardown that would filters as a way of identifying volumes to remove. Also, the test itself shouldn't care so much about a dependency, so perhaps spinning... | non_defect | global setup teardown each test currently cleans up itself after successful finish this adds a bit of delay to each test we could easily avoid by having a global teardown that would filters as a way of identifying volumes to remove also the test itself shouldn t care so much about a dependency so perhaps spinning... | 0 |
80,708 | 30,500,938,003 | IssuesEvent | 2023-07-18 13:55:16 | vector-im/element-x-android | https://api.github.com/repos/vector-im/element-x-android | closed | The Element logo in both modes is pixelated | S-Minor T-Defect O-Occasional A-Signin Z-Schedule Z-Polish | The Element logo in both modes is pixelated - can it be exported and then added in a higher resolution?
_Originally posted by @callumu in https://github.com/vector-im/element-x-android/issues/267#issuecomment-1623568147_
| 1.0 | The Element logo in both modes is pixelated - The Element logo in both modes is pixelated - can it be exported and then added in a higher resolution?
_Originally posted by @callumu in https://github.com/vector-im/element-x-android/issues/267#issuecomment-1623568147_
| defect | the element logo in both modes is pixelated the element logo in both modes is pixelated can it be exported and then added in a higher resolution originally posted by callumu in | 1 |
80,836 | 30,555,561,952 | IssuesEvent | 2023-07-20 11:27:20 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | closed | ZFS doesn't play nice with virtiofs | Type: Defect | I'm trying to share some ZFS datasets with a qemu guest using virtiofs.
So far, eveytime I try to launch my guest, it shows an empty folder (actually shares the mountpoint directory instead of the ZFS fs).
I had various times where it seemed like zfs would "unmount" itself once I launched my virtual guest.
After... | 1.0 | ZFS doesn't play nice with virtiofs - I'm trying to share some ZFS datasets with a qemu guest using virtiofs.
So far, eveytime I try to launch my guest, it shows an empty folder (actually shares the mountpoint directory instead of the ZFS fs).
I had various times where it seemed like zfs would "unmount" itself once... | defect | zfs doesn t play nice with virtiofs i m trying to share some zfs datasets with a qemu guest using virtiofs so far eveytime i try to launch my guest it shows an empty folder actually shares the mountpoint directory instead of the zfs fs i had various times where it seemed like zfs would unmount itself once... | 1 |
44,717 | 7,126,043,663 | IssuesEvent | 2018-01-20 04:47:49 | gorilla/mux | https://api.github.com/repos/gorilla/mux | closed | "Listing Routes" example does not work: mux: route doesn't have queries | documentation helpwanted question | **What version of Go are you running?** (Paste the output of `go version`)
go version go1.9.2 darwin/amd64
**What version of gorilla/mux are you at?** (Paste the output of `git rev-parse HEAD` inside `$GOPATH/src/github.com/gorilla/mux`)
`5ab525f4fb1678e197ae59401e9050fa0b6cb5fd`
**Describe your problem** (... | 1.0 | "Listing Routes" example does not work: mux: route doesn't have queries - **What version of Go are you running?** (Paste the output of `go version`)
go version go1.9.2 darwin/amd64
**What version of gorilla/mux are you at?** (Paste the output of `git rev-parse HEAD` inside `$GOPATH/src/github.com/gorilla/mux`)
... | non_defect | listing routes example does not work mux route doesn t have queries what version of go are you running paste the output of go version go version darwin what version of gorilla mux are you at paste the output of git rev parse head inside gopath src github com gorilla mux ... | 0 |
79,625 | 28,487,378,557 | IssuesEvent | 2023-04-18 08:48:23 | vector-im/element-android | https://api.github.com/repos/vector-im/element-android | closed | When I return to my phone desktop, I won't receive any messages unless I return to the app again | T-Defect A-Notifications S-Major O-Uncommon X-Needs-Info | ### Steps to reproduce
When I return to my phone desktop, I won't receive any messages unless I return to the app again
### Outcome
#### What did you expect?
#### What happened instead?
### Your phone model
huawei P40 samsung S21 xiaomi10Pro
### Operating system version
android12 harmonyOS 3.0
### Ap... | 1.0 | When I return to my phone desktop, I won't receive any messages unless I return to the app again - ### Steps to reproduce
When I return to my phone desktop, I won't receive any messages unless I return to the app again
### Outcome
#### What did you expect?
#### What happened instead?
### Your phone model
hu... | defect | when i return to my phone desktop i won t receive any messages unless i return to the app again steps to reproduce when i return to my phone desktop i won t receive any messages unless i return to the app again outcome what did you expect what happened instead your phone model hu... | 1 |
69,923 | 22,749,751,220 | IssuesEvent | 2022-07-07 12:13:44 | scipy/scipy | https://api.github.com/repos/scipy/scipy | opened | DOC: signal many window function's input doc is wrong. | defect | ### Describe your issue.
Almost window function docs in `signal.windows` says:
https://github.com/scipy/scipy/blob/b22d64791a70975b756f69dbf2a2a2b1080394e1/scipy/signal/windows/_windows.py#L879-L881
However, if we input a negative number, a `ValueError` is thrown, not an empty array.
I think the docs should be ... | 1.0 | DOC: signal many window function's input doc is wrong. - ### Describe your issue.
Almost window function docs in `signal.windows` says:
https://github.com/scipy/scipy/blob/b22d64791a70975b756f69dbf2a2a2b1080394e1/scipy/signal/windows/_windows.py#L879-L881
However, if we input a negative number, a `ValueError` is ... | defect | doc signal many window function s input doc is wrong describe your issue almost window function docs in signal windows says however if we input a negative number a valueerror is thrown not an empty array i think the docs should be updated and simple tests should be added reproducing c... | 1 |
25,950 | 4,537,378,436 | IssuesEvent | 2016-09-09 00:01:19 | bridgedotnet/Bridge | https://api.github.com/repos/bridgedotnet/Bridge | closed | Activator - Non generic create instance with two arguments with array | defect portarelle | ### Steps To Reproduce
```csharp
public class App
{
private class C3
{
public int i, j;
public C3(int i, int j)
{
this.i = i;
this.j = j;
}
}
public static void Main()
{
var arr = new object[] { 7, 8 };
... | 1.0 | Activator - Non generic create instance with two arguments with array - ### Steps To Reproduce
```csharp
public class App
{
private class C3
{
public int i, j;
public C3(int i, int j)
{
this.i = i;
this.j = j;
}
}
public static v... | defect | activator non generic create instance with two arguments with array steps to reproduce csharp public class app private class public int i j public int i int j this i i this j j public static voi... | 1 |
44,317 | 7,104,730,821 | IssuesEvent | 2018-01-16 10:59:33 | umbraco/UmbracoDocs | https://api.github.com/repos/umbraco/UmbracoDocs | closed | Document how to connect to sql azure databases on UaaS | missing documentation task | Specifically that you need to go into options and specify the database name:

| 1.0 | Document how to connect to sql azure databases on UaaS - Specifically that you need to go into options and specify the database name:

| non_defect | document how to connect to sql azure databases on uaas specifically that you need to go into options and specify the database name | 0 |
11,508 | 2,652,694,150 | IssuesEvent | 2015-03-16 18:43:56 | cfpb/hmda-pilot | https://api.github.com/repos/cfpb/hmda-pilot | opened | Don't highlight header rows | defect ready ui | The row highlighting added in #258 should only highlight rows in the table body. Currently it highlights all rows regardless of being in the header or the body. | 1.0 | Don't highlight header rows - The row highlighting added in #258 should only highlight rows in the table body. Currently it highlights all rows regardless of being in the header or the body. | defect | don t highlight header rows the row highlighting added in should only highlight rows in the table body currently it highlights all rows regardless of being in the header or the body | 1 |
249,180 | 7,953,967,069 | IssuesEvent | 2018-07-12 05:08:19 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Server won't start after creation of world (NullPointer on TimedTask) | Medium Priority | After starting Mono with the `-nogui` flag this happens. Even without `-nogui` this happens.
```Finished in 17.6msFinished in 210.8ms[28:08] Initializing plants...
Finished in 18.0msFinished in 308.8ms[28:08] Starting RouteProbingPlugin...
Finished in 6.4ms[28:08] Starting WorldLayerManager...
Finished in 34.... | 1.0 | Server won't start after creation of world (NullPointer on TimedTask) - After starting Mono with the `-nogui` flag this happens. Even without `-nogui` this happens.
```Finished in 17.6msFinished in 210.8ms[28:08] Initializing plants...
Finished in 18.0msFinished in 308.8ms[28:08] Starting RouteProbingPlugin...
F... | non_defect | server won t start after creation of world nullpointer on timedtask after starting mono with the nogui flag this happens even without nogui this happens finished in in initializing plants finished in in starting routeprobingplugin finished in starting worldlayermanager... | 0 |
14,488 | 3,274,095,020 | IssuesEvent | 2015-10-26 08:58:22 | geetsisbac/WCVVENIXYFVIRBXH3BYTI6TE | https://api.github.com/repos/geetsisbac/WCVVENIXYFVIRBXH3BYTI6TE | closed | XGQF4wJq4YQfCresSnxXG21YV9i191SpV0Ovrl7ZBuqBDtW/qzi7MCDNQ0Los/VKZE+YD1wtft3IJNJq2qp5hgAfMKHB9S/kRxq7OiM4jqwfwKW48M9Ti1Jorai2zuufPRgIyowxrO8k+DiIB6IPDC+hrZkp1vaP+KnGR4YZZ7Q= | design | yFzKgE2xzfI5SO/RpINgVtZ4NsU8I0eyqEePI3AyxpXQaKmvHn0Yj2/mQhcuf/0L9WnM2W32cfyishx8IOjUoK76meS7Gaelf7C8wjMP5D8F29pSNl+QZ2C5aIzlBk3r1+4Cc3n6Hx/ifEVm1lx0XZfUMSEL+d1XNg4/NMAXdDJtuA/buLs16x/KUeUaA4vxhWcQZB0/mpyjqbfITuG2AHfuEEQ40x2TYGJaMxTx6xc+PksLOz71AvZNviSSdjv15XnTjEuKj6mEyt8tTO9O7WEH6nd//XU3aXULnDjqhry0J/6yvo/aHyoYOn8r2bct... | 1.0 | XGQF4wJq4YQfCresSnxXG21YV9i191SpV0Ovrl7ZBuqBDtW/qzi7MCDNQ0Los/VKZE+YD1wtft3IJNJq2qp5hgAfMKHB9S/kRxq7OiM4jqwfwKW48M9Ti1Jorai2zuufPRgIyowxrO8k+DiIB6IPDC+hrZkp1vaP+KnGR4YZZ7Q= - yFzKgE2xzfI5SO/RpINgVtZ4NsU8I0eyqEePI3AyxpXQaKmvHn0Yj2/mQhcuf/0L9WnM2W32cfyishx8IOjUoK76meS7Gaelf7C8wjMP5D8F29pSNl+QZ2C5aIzlBk3r1+4Cc3n6Hx/ifEVm1... | non_defect | vkze mqhcuf nmaxddjtua xbkllsvcbgncamv | 0 |
153,544 | 24,143,390,670 | IssuesEvent | 2022-09-21 16:31:31 | baloise-incubator/design-system | https://api.github.com/repos/baloise-incubator/design-system | closed | [bal-button-group] wrong alignment | 🐛 Bug 🧑💻 Technical Design System 💅 Style Issue | **Tablet:** the buttons are aligned correct, but when a button text exceeds the width of the button, the text is aligned to the left.
<img width="236" alt="Screenshot 2022-09-19 at 09 04 43" src="https://user-images.githubusercontent.com/17945926/190958282-eee34335-1402-44e8-be07-4b4c7de533d1.png">
**Mobile:** butt... | 1.0 | [bal-button-group] wrong alignment - **Tablet:** the buttons are aligned correct, but when a button text exceeds the width of the button, the text is aligned to the left.
<img width="236" alt="Screenshot 2022-09-19 at 09 04 43" src="https://user-images.githubusercontent.com/17945926/190958282-eee34335-1402-44e8-be07-... | non_defect | wrong alignment tablet the buttons are aligned correct but when a button text exceeds the width of the button the text is aligned to the left img width alt screenshot at src mobile buttons are aligned to the left instead of being expanded img width alt screenshot ... | 0 |
32,624 | 6,876,904,613 | IssuesEvent | 2017-11-20 04:24:40 | jccastillo0007/eFacturaT | https://api.github.com/repos/jccastillo0007/eFacturaT | opened | CxC - marca internal error cuando solicitas la cartera por cliente | bug defect | lo intenté en 3.2 y 3.3, y se comporta igual
apliqué el filtro de vigentes mas vencidas de manera inicial marcó error; también después le agregué el filtro de fecha inicial, y el error fue el mismo | 1.0 | CxC - marca internal error cuando solicitas la cartera por cliente - lo intenté en 3.2 y 3.3, y se comporta igual
apliqué el filtro de vigentes mas vencidas de manera inicial marcó error; también después le agregué el filtro de fecha inicial, y el error fue el mismo | defect | cxc marca internal error cuando solicitas la cartera por cliente lo intenté en y y se comporta igual apliqué el filtro de vigentes mas vencidas de manera inicial marcó error también después le agregué el filtro de fecha inicial y el error fue el mismo | 1 |
403,026 | 27,398,288,540 | IssuesEvent | 2023-02-28 21:39:26 | GoogleContainerTools/kpt | https://api.github.com/repos/GoogleContainerTools/kpt | closed | output from kpt fn render -o unwrap cannot be piped with kubectl apply -f - | documentation area/hydrate triaged | ### Expected behavior
- When running command ``kpt fn render -o unwrap | kubectl apply -f -``, according to https://kpt.dev/reference/cli/fn/render/?id=examples I'd expect the command succeeds.
### Actual behavior
- got errors due to crd not installed
- example error message: ``error: resource mapping not ... | 1.0 | output from kpt fn render -o unwrap cannot be piped with kubectl apply -f - - ### Expected behavior
- When running command ``kpt fn render -o unwrap | kubectl apply -f -``, according to https://kpt.dev/reference/cli/fn/render/?id=examples I'd expect the command succeeds.
### Actual behavior
- got errors due t... | non_defect | output from kpt fn render o unwrap cannot be piped with kubectl apply f expected behavior when running command kpt fn render o unwrap kubectl apply f according to i d expect the command succeeds actual behavior got errors due to crd not installed example error message e... | 0 |
3,162 | 2,607,986,473 | IssuesEvent | 2015-02-26 00:51:57 | chrsmithdemos/zen-coding | https://api.github.com/repos/chrsmithdemos/zen-coding | closed | textmate 2 dosn't work | auto-migrated Priority-Medium Type-Defect | ```
Hello!
When Zen Coding was support textmate 2 (TextMate build 9090)?
```
-----
Original issue reported on code.google.com by `Enj.Z.S...@gmail.com` on 9 Jul 2012 at 11:56 | 1.0 | textmate 2 dosn't work - ```
Hello!
When Zen Coding was support textmate 2 (TextMate build 9090)?
```
-----
Original issue reported on code.google.com by `Enj.Z.S...@gmail.com` on 9 Jul 2012 at 11:56 | defect | textmate dosn t work hello when zen coding was support textmate textmate build original issue reported on code google com by enj z s gmail com on jul at | 1 |
64,804 | 18,909,787,128 | IssuesEvent | 2021-11-16 13:00:53 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | BUG: dimension doesn't change after indexing sparse matrices, unlike numpy arrays | defect | Invalid: follows `np.matrix` behavior. | 1.0 | BUG: dimension doesn't change after indexing sparse matrices, unlike numpy arrays - Invalid: follows `np.matrix` behavior. | defect | bug dimension doesn t change after indexing sparse matrices unlike numpy arrays invalid follows np matrix behavior | 1 |
7,747 | 3,601,449,733 | IssuesEvent | 2016-02-03 11:26:51 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | Fix com_contact > created vcf in contactform can´t handle german umlauts | No Code Attached Yet | #### Steps to reproduce the issue
Put in some contact information with ß ä ö ü inside and enable the Option .vcf for the contact view.
Download the vcf
#### Expected result
The vcf should contain the umlauts.
#### Actual result
On Apple devices the umlauts are shown correctly but but not in outlook on window... | 1.0 | Fix com_contact > created vcf in contactform can´t handle german umlauts - #### Steps to reproduce the issue
Put in some contact information with ß ä ö ü inside and enable the Option .vcf for the contact view.
Download the vcf
#### Expected result
The vcf should contain the umlauts.
#### Actual result
On App... | non_defect | fix com contact created vcf in contactform can´t handle german umlauts steps to reproduce the issue put in some contact information with ß ä ö ü inside and enable the option vcf for the contact view download the vcf expected result the vcf should contain the umlauts actual result on app... | 0 |
19,007 | 3,122,532,209 | IssuesEvent | 2015-09-06 16:36:26 | serverboy/frame | https://api.github.com/repos/serverboy/frame | closed | List Items/Print | auto-migrated Priority-Low Type-Defect | ```
List items don't render as list items in print view.
```
Original issue reported on code.google.com by `bastaw...@gmail.com` on 26 Feb 2010 at 8:55 | 1.0 | List Items/Print - ```
List items don't render as list items in print view.
```
Original issue reported on code.google.com by `bastaw...@gmail.com` on 26 Feb 2010 at 8:55 | defect | list items print list items don t render as list items in print view original issue reported on code google com by bastaw gmail com on feb at | 1 |
168,651 | 26,678,670,607 | IssuesEvent | 2023-01-26 16:02:15 | microsoft/pyright | https://api.github.com/repos/microsoft/pyright | closed | pyright does not accept `Pattern[AnyStr]` | as designed | **Describe the bug**
pyright does not accept `Pattern[AnyStr]`.
**To Reproduce**
Given this test file:
```python
from typing import AnyStr
from re import Match, Pattern
def check_re_search(pattern: Pattern[AnyStr], string: AnyStr) -> Match[AnyStr]:
match = pattern.search(string)
if match is... | 1.0 | pyright does not accept `Pattern[AnyStr]` - **Describe the bug**
pyright does not accept `Pattern[AnyStr]`.
**To Reproduce**
Given this test file:
```python
from typing import AnyStr
from re import Match, Pattern
def check_re_search(pattern: Pattern[AnyStr], string: AnyStr) -> Match[AnyStr]:
mat... | non_defect | pyright does not accept pattern describe the bug pyright does not accept pattern to reproduce given this test file python from typing import anystr from re import match pattern def check re search pattern pattern string anystr match match pattern search string ... | 0 |
13,741 | 2,781,055,643 | IssuesEvent | 2015-05-06 10:21:24 | rcasero/gerardus | https://api.github.com/repos/rcasero/gerardus | closed | change of resolution needed when rotating 3D image volume | invalid priority-low science defect | ```
What steps will reproduce the problem?
1. For example, rotate 90º to one side an image foo.mha with rotate3DImage
What is the expected output? What do you see instead?
Assume that foo.mha has resolution [sx, sy, sz].
The new image will have resolution [sx, sy, sz] too, but this means that in
fact the image cont... | 1.0 | change of resolution needed when rotating 3D image volume - ```
What steps will reproduce the problem?
1. For example, rotate 90º to one side an image foo.mha with rotate3DImage
What is the expected output? What do you see instead?
Assume that foo.mha has resolution [sx, sy, sz].
The new image will have resolution ... | defect | change of resolution needed when rotating image volume what steps will reproduce the problem for example rotate to one side an image foo mha with what is the expected output what do you see instead assume that foo mha has resolution the new image will have resolution too but this means that... | 1 |
58,406 | 14,383,132,978 | IssuesEvent | 2020-12-02 08:41:12 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | [flutter_tools] flutter build ios: Some keys in Info.plist (of extension services) are ignored | a: build a: release documentation passed first triage platform-ios waiting for customer response | The following key-value pairs are defined in the Info.plist file of both Notification Service and Share extension of my application:
```
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleShortVersionString</key>
<string>$(FLUTTER_BUILD_NAME)</string>
<ke... | 1.0 | [flutter_tools] flutter build ios: Some keys in Info.plist (of extension services) are ignored - The following key-value pairs are defined in the Info.plist file of both Notification Service and Share extension of my application:
```
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<... | non_defect | flutter build ios some keys in info plist of extension services are ignored the following key value pairs are defined in the info plist file of both notification service and share extension of my application cfbundlename product name cfbundleshortversionstring ... | 0 |
44,072 | 11,950,223,830 | IssuesEvent | 2020-04-03 14:52:24 | idaholab/moose | https://api.github.com/repos/idaholab/moose | closed | Interface kernels choke on gmsh "sidesets" | T: defect | ## Bug Description
Per this [moose user's issue](https://groups.google.com/d/msgid/moose-users/cfa45f58-fd8b-42cc-a70f-9f87d98bbfa2%40googlegroups.com?utm_medium=email&utm_source=footer): In libMesh we interact most regularly with cubit-generated exodus formats. In the exodus format a sideset is associated with a part... | 1.0 | Interface kernels choke on gmsh "sidesets" - ## Bug Description
Per this [moose user's issue](https://groups.google.com/d/msgid/moose-users/cfa45f58-fd8b-42cc-a70f-9f87d98bbfa2%40googlegroups.com?utm_medium=email&utm_source=footer): In libMesh we interact most regularly with cubit-generated exodus formats. In the exod... | defect | interface kernels choke on gmsh sidesets bug description per this in libmesh we interact most regularly with cubit generated exodus formats in the exodus format a sideset is associated with a particular element face however in the gmsh mesh format at least in the version format the sideset physical... | 1 |
67,681 | 9,084,700,601 | IssuesEvent | 2019-02-18 05:08:12 | chrislit/abydos | https://api.github.com/repos/chrislit/abydos | opened | distance test tasks 4 | documentation project management testing | - [ ] KendallTau
- [ ] check formula against original (py & TeX *2)
- [ ] sim/dist range [0,1]
- [ ] sim('', '')==1.0
- [ ] sim('abc', 'abc')==1.0
- [ ] sim/dist has right polarity & is not corr
- [x] create initial test set
- [ ] 100% test coverage
- [ ] KentFosterI
- [ ] check... | 1.0 | distance test tasks 4 - - [ ] KendallTau
- [ ] check formula against original (py & TeX *2)
- [ ] sim/dist range [0,1]
- [ ] sim('', '')==1.0
- [ ] sim('abc', 'abc')==1.0
- [ ] sim/dist has right polarity & is not corr
- [x] create initial test set
- [ ] 100% test coverage
- [ ] Kent... | non_defect | distance test tasks kendalltau check formula against original py tex sim dist range sim sim abc abc sim dist has right polarity is not corr create initial test set test coverage kentfosteri check f... | 0 |
35,635 | 7,974,874,047 | IssuesEvent | 2018-07-17 07:32:52 | Chisel-Team/ConnectedTexturesMod | https://api.github.com/repos/Chisel-Team/ConnectedTexturesMod | closed | Tesselating Block Model Crash | bug code-complete | I'm getting the following crash pretty regularly, but randomly in my world.
[crash-2018-07-10_13.12.19-client.txt](https://github.com/Chisel-Team/ConnectedTexturesMod/files/2181859/crash-2018-07-10_13.12.19-client.txt)
ModPack: Continuum 1.4.0
CTM version: CTM-MC1.12.2-0.3.1.16.jar
Chisel version: Chisel-MC1.12... | 1.0 | Tesselating Block Model Crash - I'm getting the following crash pretty regularly, but randomly in my world.
[crash-2018-07-10_13.12.19-client.txt](https://github.com/Chisel-Team/ConnectedTexturesMod/files/2181859/crash-2018-07-10_13.12.19-client.txt)
ModPack: Continuum 1.4.0
CTM version: CTM-MC1.12.2-0.3.1.16.ja... | non_defect | tesselating block model crash i m getting the following crash pretty regularly but randomly in my world modpack continuum ctm version ctm jar chisel version chisel jar forge versions the block that it crashes on seems to be different semi random but it s ... | 0 |
28,426 | 5,476,631,215 | IssuesEvent | 2017-03-11 22:27:51 | denali-js/denali | https://api.github.com/repos/denali-js/denali | opened | Remove or redirect denali.js.org | documentation good for new contributors | We should either remove denali.js.org, or redirect it to denalijs.org | 1.0 | Remove or redirect denali.js.org - We should either remove denali.js.org, or redirect it to denalijs.org | non_defect | remove or redirect denali js org we should either remove denali js org or redirect it to denalijs org | 0 |
28,880 | 5,412,003,025 | IssuesEvent | 2017-03-01 13:26:23 | coherence-community/oracle-bedrock | https://api.github.com/repos/coherence-community/oracle-bedrock | opened | DeferredCallable should not fail permanently on any exception | Module: Core Priority: Minor Type: Defect Type: Improvement | Reviewing the current DeferredCallable implementation, we noticed that it will fail permanently when any exception occurs. Given these things are often used with Eventually.assertThat(...) statements, it's probably a better idea to have them retry instead of fail fast. | 1.0 | DeferredCallable should not fail permanently on any exception - Reviewing the current DeferredCallable implementation, we noticed that it will fail permanently when any exception occurs. Given these things are often used with Eventually.assertThat(...) statements, it's probably a better idea to have them retry instea... | defect | deferredcallable should not fail permanently on any exception reviewing the current deferredcallable implementation we noticed that it will fail permanently when any exception occurs given these things are often used with eventually assertthat statements it s probably a better idea to have them retry instea... | 1 |
333,475 | 10,126,871,772 | IssuesEvent | 2019-08-01 08:56:48 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | t24.com.tr - design is broken | browser-fenix engine-gecko priority-normal | <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://t24.com.tr/
**Browser / Version**: Firefox Mobile 68.0
**Operating System**: Android 8.0.0
**Tested Another ... | 1.0 | t24.com.tr - design is broken - <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://t24.com.tr/
**Browser / Version**: Firefox Mobile 68.0
**Operating System**:... | non_defect | com tr design is broken url browser version firefox mobile operating system android tested another browser yes problem type design is broken description image slider is behaving abnormal steps to reproduce browser configuration none f... | 0 |
5,732 | 2,610,214,277 | IssuesEvent | 2015-02-26 19:08:23 | chrsmith/somefinders | https://api.github.com/repos/chrsmith/somefinders | opened | инструкция нокиа с3 01.rar | auto-migrated Priority-Medium Type-Defect | ```
'''Воислав Яковлев'''
День добрый никак не могу найти .инструкция
нокиа с3 01.rar. как то выкладывали уже
'''Афанасий Сидоров'''
Вот держи линк http://bit.ly/1a1jxEN
'''Вильям Рябов'''
Просит ввести номер мобилы!Не опасно ли это?
'''Гайдар Герасимов'''
Не это не влияет на баланс
'''Арефий Кошелев'''
Неа все ок... | 1.0 | инструкция нокиа с3 01.rar - ```
'''Воислав Яковлев'''
День добрый никак не могу найти .инструкция
нокиа с3 01.rar. как то выкладывали уже
'''Афанасий Сидоров'''
Вот держи линк http://bit.ly/1a1jxEN
'''Вильям Рябов'''
Просит ввести номер мобилы!Не опасно ли это?
'''Гайдар Герасимов'''
Не это не влияет на баланс
''... | defect | инструкция нокиа rar воислав яковлев день добрый никак не могу найти инструкция нокиа rar как то выкладывали уже афанасий сидоров вот держи линк вильям рябов просит ввести номер мобилы не опасно ли это гайдар герасимов не это не влияет на баланс арефий кошелев неа в... | 1 |
96,171 | 3,965,987,633 | IssuesEvent | 2016-05-03 10:53:46 | karimmtarek/timeliner | https://api.github.com/repos/karimmtarek/timeliner | closed | Limit milesones in timeline | enhancement priority | As a user I want to only see the first 4 milestones in my timeline and a button to show all the rest of the milestones | 1.0 | Limit milesones in timeline - As a user I want to only see the first 4 milestones in my timeline and a button to show all the rest of the milestones | non_defect | limit milesones in timeline as a user i want to only see the first milestones in my timeline and a button to show all the rest of the milestones | 0 |
38,294 | 8,738,602,214 | IssuesEvent | 2018-12-12 04:03:15 | supertuxkart/stk-code | https://api.github.com/repos/supertuxkart/stk-code | closed | With many karts, the right part of the result screen has reduced line height | C:GUI P4: minor T: defect | The left part of the result screen shows the list of karts with their time. With many karts, the line height has to be shrunk for all to fit, this is expected.
The right part of the result screen shows the highscores and some elementary information (laps number, difficulty, best lap time).
The size of the data to... | 1.0 | With many karts, the right part of the result screen has reduced line height - The left part of the result screen shows the list of karts with their time. With many karts, the line height has to be shrunk for all to fit, this is expected.
The right part of the result screen shows the highscores and some elementary i... | defect | with many karts the right part of the result screen has reduced line height the left part of the result screen shows the list of karts with their time with many karts the line height has to be shrunk for all to fit this is expected the right part of the result screen shows the highscores and some elementary i... | 1 |
8,653 | 2,611,534,503 | IssuesEvent | 2015-02-27 06:04:57 | chrsmith/hedgewars | https://api.github.com/repos/chrsmith/hedgewars | opened | XDG_CONFIG_HOME | auto-migrated Component-Engine Component-QtFrontend Milestone-Release1.0 OpSys-Linux Priority-Medium Type-Defect | ```
Currently hedgewars stores its config in ~/.hedgewars, while it is recommended
to use XDG_CONFIG_HOME variable, and if it is not set, use ~/.config/hedgewars
instead.
```
Original issue reported on code.google.com by `unC0Rr` on 13 Dec 2013 at 9:18 | 1.0 | XDG_CONFIG_HOME - ```
Currently hedgewars stores its config in ~/.hedgewars, while it is recommended
to use XDG_CONFIG_HOME variable, and if it is not set, use ~/.config/hedgewars
instead.
```
Original issue reported on code.google.com by `unC0Rr` on 13 Dec 2013 at 9:18 | defect | xdg config home currently hedgewars stores its config in hedgewars while it is recommended to use xdg config home variable and if it is not set use config hedgewars instead original issue reported on code google com by on dec at | 1 |
93,665 | 19,294,084,280 | IssuesEvent | 2021-12-12 09:35:41 | PranshuPandya/locus-stolker-app | https://api.github.com/repos/PranshuPandya/locus-stolker-app | closed | improvement in member of image_picker package | CodePeak easy | Inside the profile_screen.dart , getImage member is been used which is deprecated from ^0.8.2 version of image_picker package.
This member should be replaced by latest alternate option to pick image from user. | 1.0 | improvement in member of image_picker package - Inside the profile_screen.dart , getImage member is been used which is deprecated from ^0.8.2 version of image_picker package.
This member should be replaced by latest alternate option to pick image from user. | non_defect | improvement in member of image picker package inside the profile screen dart getimage member is been used which is deprecated from version of image picker package this member should be replaced by latest alternate option to pick image from user | 0 |
78,575 | 27,604,438,504 | IssuesEvent | 2023-03-09 12:05:26 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Emoji picker seems to occasionally make absurd suggestions | T-Defect S-Tolerable A-Emoji O-Frequent | ### Steps to reproduce
1. Type `:wea`
2. Check out what the emoji picker suggests
### Outcome
#### What did you expect?
If I typed something that matches exactly the beginning of any emoji names, those should be the top results above others. If it matches exactly a substring of any emoji names at least, those shou... | 1.0 | Emoji picker seems to occasionally make absurd suggestions - ### Steps to reproduce
1. Type `:wea`
2. Check out what the emoji picker suggests
### Outcome
#### What did you expect?
If I typed something that matches exactly the beginning of any emoji names, those should be the top results above others. If it matche... | defect | emoji picker seems to occasionally make absurd suggestions steps to reproduce type wea check out what the emoji picker suggests outcome what did you expect if i typed something that matches exactly the beginning of any emoji names those should be the top results above others if it matche... | 1 |
605,789 | 18,740,626,852 | IssuesEvent | 2021-11-04 13:13:46 | logseq/logseq | https://api.github.com/repos/logseq/logseq | closed | shift enter on an auto suggest will ignore the suggestion and complete the end tags | bug priority-A | **Is your feature request related to a problem? Please describe.**
I get frustrated when I want to make a new page, but the [[]] and # autocomplete forces me to mention something that already exists.
**Describe the solution you'd like**
shift enter will just complete the tag, move the cursor past the closing brace... | 1.0 | shift enter on an auto suggest will ignore the suggestion and complete the end tags - **Is your feature request related to a problem? Please describe.**
I get frustrated when I want to make a new page, but the [[]] and # autocomplete forces me to mention something that already exists.
**Describe the solution you'd ... | non_defect | shift enter on an auto suggest will ignore the suggestion and complete the end tags is your feature request related to a problem please describe i get frustrated when i want to make a new page but the and autocomplete forces me to mention something that already exists describe the solution you d li... | 0 |
72,747 | 24,271,828,858 | IssuesEvent | 2022-09-28 10:54:34 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | Table: sortMode multiple | defect | ### Describe the bug
When performing sorting, number 1 appears next to the icon

### Environment
The bug is appearing on the primeng website
### Reproducer
https://primefaces.org/primeng/tab... | 1.0 | Table: sortMode multiple - ### Describe the bug
When performing sorting, number 1 appears next to the icon

### Environment
The bug is appearing on the primeng website
### Reproducer
https:/... | defect | table sortmode multiple describe the bug when performing sorting number appears next to the icon environment the bug is appearing on the primeng website reproducer angular version primeng version build runtime angular cli app lang... | 1 |
656,692 | 21,772,423,116 | IssuesEvent | 2022-05-13 10:23:40 | netdata/netdata-cloud | https://api.github.com/repos/netdata/netdata-cloud | opened | [Bug]: Critical filter is always selected after switching tabs | bug priority/low alerts-team-bugs cloud-frontend alerts-team | ### Bug description
Only critical alerts are displayed after user switches between the alerts tab and any other tab and no alert filters are selected at all in the 1st place.
### Expected behavior
The previous filter selection should be remembered and displayed
### Steps to reproduce
1. Claim a node
2. Navigate t... | 1.0 | [Bug]: Critical filter is always selected after switching tabs - ### Bug description
Only critical alerts are displayed after user switches between the alerts tab and any other tab and no alert filters are selected at all in the 1st place.
### Expected behavior
The previous filter selection should be remembered and... | non_defect | critical filter is always selected after switching tabs bug description only critical alerts are displayed after user switches between the alerts tab and any other tab and no alert filters are selected at all in the place expected behavior the previous filter selection should be remembered and displ... | 0 |
15,329 | 2,850,628,919 | IssuesEvent | 2015-05-31 18:50:48 | damonkohler/android-scripting | https://api.github.com/repos/damonkohler/android-scripting | closed | smsSend does not store the message in the sms application | auto-migrated Priority-Medium Type-Defect | ```
What device(s) are you experiencing the problem on?
HTC Tattoo (Click)
What steps will reproduce the problem?
`droid.smsSend(address, msg)`
What is the expected output? What do you see instead?
I would expect that the sent message appears in the SMS application.
What version of the product are you using? On what... | 1.0 | smsSend does not store the message in the sms application - ```
What device(s) are you experiencing the problem on?
HTC Tattoo (Click)
What steps will reproduce the problem?
`droid.smsSend(address, msg)`
What is the expected output? What do you see instead?
I would expect that the sent message appears in the SMS appl... | defect | smssend does not store the message in the sms application what device s are you experiencing the problem on htc tattoo click what steps will reproduce the problem droid smssend address msg what is the expected output what do you see instead i would expect that the sent message appears in the sms appl... | 1 |
143,134 | 11,517,447,659 | IssuesEvent | 2020-02-14 08:23:17 | SCADA-LTS/Scada-LTS-E2E | https://api.github.com/repos/SCADA-LTS/Scada-LTS-E2E | opened | Test for setting point value change to watchlist | test page kind | ##Target
Creation of a test for changing the point value on the watchlist | 1.0 | Test for setting point value change to watchlist - ##Target
Creation of a test for changing the point value on the watchlist | non_defect | test for setting point value change to watchlist target creation of a test for changing the point value on the watchlist | 0 |
32,167 | 6,727,538,302 | IssuesEvent | 2017-10-17 14:06:20 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | Dialog Framework: Can't be used in iframe | defect | ## 1) Environment
- PrimeFaces version: 6.04
- Does it work on the newest PrimeFaces version?
- Application server + version:GlassFish v4
- Affected browsers:Chrome
## 2) Expected behavior
Dialog can be closed correctlty which opened through a button in a iframe.
## 3) Actual behavior
"dialogReturn" ajax listener was... | 1.0 | Dialog Framework: Can't be used in iframe - ## 1) Environment
- PrimeFaces version: 6.04
- Does it work on the newest PrimeFaces version?
- Application server + version:GlassFish v4
- Affected browsers:Chrome
## 2) Expected behavior
Dialog can be closed correctlty which opened through a button in a iframe.
## 3) Actu... | defect | dialog framework can t be used in iframe environment primefaces version does it work on the newest primefaces version application server version glassfish affected browsers chrome expected behavior dialog can be closed correctlty which opened through a button in a iframe actual... | 1 |
73,392 | 24,606,333,937 | IssuesEvent | 2022-10-14 16:34:34 | zed-industries/feedback | https://api.github.com/repos/zed-industries/feedback | closed | Editor skips over autoclosed characters even if the typed character differs | defect triage | ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
In Rust, when I type a parentheses, bracket or similar, the editor autocompletes the matching character automatically as expected. In addition, if I then type that character anyway, it skips over the autocomplete... | 1.0 | Editor skips over autoclosed characters even if the typed character differs - ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
In Rust, when I type a parentheses, bracket or similar, the editor autocompletes the matching character automatically as expected. In ... | defect | editor skips over autoclosed characters even if the typed character differs check for existing issues completed describe the bug provide steps to reproduce it in rust when i type a parentheses bracket or similar the editor autocompletes the matching character automatically as expected in ad... | 1 |
3,166 | 2,607,986,596 | IssuesEvent | 2015-02-26 00:52:02 | chrsmithdemos/zen-coding | https://api.github.com/repos/chrsmithdemos/zen-coding | closed | request a "Lorem" feature | auto-migrated Priority-Medium Type-Defect | ```
I saw this proposal at tutsplus.com by Jeffrey Way here :
http://net.tutsplus.com/tutorials/tools-and-tips/learn-how-to-write-lightning-fa
st-code-in-4-minutes-screencast/
Shortcut : div#header>p>lorem
After :
<div id="header">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
... | 1.0 | request a "Lorem" feature - ```
I saw this proposal at tutsplus.com by Jeffrey Way here :
http://net.tutsplus.com/tutorials/tools-and-tips/learn-how-to-write-lightning-fa
st-code-in-4-minutes-screencast/
Shortcut : div#header>p>lorem
After :
<div id="header">
<p>
Lorem ipsum dolor sit amet, conse... | defect | request a lorem feature i saw this proposal at tutsplus com by jeffrey way here st code in minutes screencast shortcut div header p lorem after lorem ipsum dolor sit amet consectetur adipisicing elit and maybe we can control the lorem lines like shortcut d... | 1 |
76,167 | 3,482,331,429 | IssuesEvent | 2015-12-29 22:30:44 | jkotlinski/durexforth | https://api.github.com/repos/jkotlinski/durexforth | closed | make quit reset system | auto-migrated Priority-Low Type-Enhancement | ```
fix it
```
Original issue reported on code.google.com by `kotlin...@gmail.com` on 24 Jan 2009 at 1:08 | 1.0 | make quit reset system - ```
fix it
```
Original issue reported on code.google.com by `kotlin...@gmail.com` on 24 Jan 2009 at 1:08 | non_defect | make quit reset system fix it original issue reported on code google com by kotlin gmail com on jan at | 0 |
61,759 | 17,023,773,624 | IssuesEvent | 2021-07-03 03:46:33 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | proj4 epsg:3857 hack should be removed | Component: tirex Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 8.51pm, Monday, 6th February 2012]**
The file /tirex/backend-mapnik/metatilehandler.cc around line 256 shouldn't have a special hardcode for epsg:3857 and should depend on the correct version of proj-data instead.
I've bumped into a number of "spherical mercatorto... | 1.0 | proj4 epsg:3857 hack should be removed - **[Submitted to the original trac issue database at 8.51pm, Monday, 6th February 2012]**
The file /tirex/backend-mapnik/metatilehandler.cc around line 256 shouldn't have a special hardcode for epsg:3857 and should depend on the correct version of proj-data instead.
I've bump... | defect | epsg hack should be removed the file tirex backend mapnik metatilehandler cc around line shouldn t have a special hardcode for epsg and should depend on the correct version of proj data instead i ve bumped into a number of spherical mercatorto spherical mercator raster reprojection issues becaus... | 1 |
530,868 | 15,437,494,518 | IssuesEvent | 2021-03-07 16:54:44 | co-cart/co-cart | https://api.github.com/repos/co-cart/co-cart | closed | Return `rest_authentication_error` filter true for any CoCart API request instead of unfiltering `rest_cookie_check_error` | enhancement priority:moderate | **Is this enhancement related to a problem? Please describe.**
Yes. Instead of removing the filter `rest_cookie_check_errors`. We simply filter in and check for any CoCart API requests made and return the value `true`. This will also help those who are developing locally without SSL enabled.
**Describe the solution... | 1.0 | Return `rest_authentication_error` filter true for any CoCart API request instead of unfiltering `rest_cookie_check_error` - **Is this enhancement related to a problem? Please describe.**
Yes. Instead of removing the filter `rest_cookie_check_errors`. We simply filter in and check for any CoCart API requests made and ... | non_defect | return rest authentication error filter true for any cocart api request instead of unfiltering rest cookie check error is this enhancement related to a problem please describe yes instead of removing the filter rest cookie check errors we simply filter in and check for any cocart api requests made and ... | 0 |
726,976 | 25,018,450,643 | IssuesEvent | 2022-11-03 21:09:17 | mozilla/addons-server | https://api.github.com/repos/mozilla/addons-server | closed | "This field is required" is hidden in case the reviewer won't add a reason | priority: p2 component: reviewer tools | Followup for https://github.com/mozilla/addons-server/issues/19843
I've noticed that the message is hidden when no reason is selected, I had to scroll down to see it:

| 1.0 | "This field is required" is hidden in case the reviewer won't add a reason - Followup for https://github.com/mozilla/addons-server/issues/19843
I've noticed that the message is hidden when no reason is selected, I had to scroll down to see it:
 shows up.
3. Round ended while in crit.
4. Back to lobby, new round started, forgot to ready up.
5. Spawned as observer.
Crit circle was present around my ob... | 1.0 | Crit indicator showing up as observer - Not sure on exact repro, but this is what happened.
1. Started round.
2. Got shot, entered crit, didn't leave body. Crit indicator (white circle thing) shows up.
3. Round ended while in crit.
4. Back to lobby, new round started, forgot to ready up.
5. Spawned as observer.... | non_defect | crit indicator showing up as observer not sure on exact repro but this is what happened started round got shot entered crit didn t leave body crit indicator white circle thing shows up round ended while in crit back to lobby new round started forgot to ready up spawned as observer ... | 0 |
38,355 | 8,786,458,552 | IssuesEvent | 2018-12-20 15:47:46 | techo/voluntariado-eventual | https://api.github.com/repos/techo/voluntariado-eventual | closed | Error al cargar un voluntario inscripto | Defecto | **Describí el error**
BE: Grupos - Error al cargar un voluntario inscripto
**Para reproducirlo**
Pasos para reproducir el comportamiento:
-. TESTING
-. Me logueo como un administrador
-. Menu - ADMIN - Mis Actividades
-. Selecciono una actividad (Por ej: "Encuestamientos 23/11")
-. Voy a la solapa "Grupos"
... | 1.0 | Error al cargar un voluntario inscripto - **Describí el error**
BE: Grupos - Error al cargar un voluntario inscripto
**Para reproducirlo**
Pasos para reproducir el comportamiento:
-. TESTING
-. Me logueo como un administrador
-. Menu - ADMIN - Mis Actividades
-. Selecciono una actividad (Por ej: "Encuestamien... | defect | error al cargar un voluntario inscripto describí el error be grupos error al cargar un voluntario inscripto para reproducirlo pasos para reproducir el comportamiento testing me logueo como un administrador menu admin mis actividades selecciono una actividad por ej encuestamien... | 1 |
751,882 | 26,262,876,961 | IssuesEvent | 2023-01-06 09:40:30 | Public-Health-Scotland/source-linkage-files | https://api.github.com/repos/Public-Health-Scotland/source-linkage-files | closed | Convert ltc tests into a function for processing | Priority: Low New Function | The file `extract_chi_lookup_ltc_tests.R` has been converted but needs to be put into a function for processing | 1.0 | Convert ltc tests into a function for processing - The file `extract_chi_lookup_ltc_tests.R` has been converted but needs to be put into a function for processing | non_defect | convert ltc tests into a function for processing the file extract chi lookup ltc tests r has been converted but needs to be put into a function for processing | 0 |
26,373 | 4,682,654,891 | IssuesEvent | 2016-10-09 11:20:02 | phingofficial/phing | https://api.github.com/repos/phingofficial/phing | opened | CopyTask can't copy to Windows network drive (Trac #1252) | defect Incomplete Migration Migrated from Trac phing-tasks-system | Migrated from http://localhost:3530/trac/ticket/1252
```json
{
"status": "new",
"changetime": "2016-09-29T08:11:21",
"description": "Windows only bug.\n\n== Steps ==\n1. Map network drive (for example, \"X:\\\")\n2. Create writable directory (for example, \"X:\\reception\")\n3. Copy file into this directo... | 1.0 | CopyTask can't copy to Windows network drive (Trac #1252) - Migrated from http://localhost:3530/trac/ticket/1252
```json
{
"status": "new",
"changetime": "2016-09-29T08:11:21",
"description": "Windows only bug.\n\n== Steps ==\n1. Map network drive (for example, \"X:\\\")\n2. Create writable directory (for... | defect | copytask can t copy to windows network drive trac migrated from json status new changetime description windows only bug n n steps map network drive for example x create writable directory for example x reception copy file into this ... | 1 |
60,500 | 17,023,442,591 | IssuesEvent | 2021-07-03 02:03:22 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | The website can not display Traditional Chinese correctly. | Component: website Priority: major Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 10.49pm, Wednesday, 15th July 2009]**
Since I sent zh-TW.yml, the openstreetmap website display Traditonal Chinese terms correctly, not display Simplified Chinese.
But yesterday the website display Simplified Chinese again, and I can not find any way to let it dis... | 1.0 | The website can not display Traditional Chinese correctly. - **[Submitted to the original trac issue database at 10.49pm, Wednesday, 15th July 2009]**
Since I sent zh-TW.yml, the openstreetmap website display Traditonal Chinese terms correctly, not display Simplified Chinese.
But yesterday the website display Simpl... | defect | the website can not display traditional chinese correctly since i sent zh tw yml the openstreetmap website display traditonal chinese terms correctly not display simplified chinese but yesterday the website display simplified chinese again and i can not find any way to let it display traditional chines... | 1 |
67,734 | 21,092,277,633 | IssuesEvent | 2022-04-04 06:54:55 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Creating a new space does not select it by default | T-Defect S-Minor A-Spaces O-Occasional | ### Steps to reproduce
1. Visit a space (to get off 'Home')
2. Use the `+` in the left panel to create a space
3. *follow instructions on screen*
4. Note that the space just created was not automatically selected in the left panel
### Outcome
#### What did you expect?
For the space to be selected automatical... | 1.0 | Creating a new space does not select it by default - ### Steps to reproduce
1. Visit a space (to get off 'Home')
2. Use the `+` in the left panel to create a space
3. *follow instructions on screen*
4. Note that the space just created was not automatically selected in the left panel
### Outcome
#### What did yo... | defect | creating a new space does not select it by default steps to reproduce visit a space to get off home use the in the left panel to create a space follow instructions on screen note that the space just created was not automatically selected in the left panel outcome what did yo... | 1 |
10,978 | 7,001,951,619 | IssuesEvent | 2017-12-18 12:15:03 | cnr-ibf-pa/hbp-bsp-issues | https://api.github.com/repos/cnr-ibf-pa/hbp-bsp-issues | closed | User Documentation General | Topic_General Type_Usability | Should the user documentation be put in extra document (like the [Guidebook](https://collab.humanbrainproject.eu/#/collab/1655/nav/185)) or put on the use case itself.
Example1: Guidebook for Trace Analysis / Feature Extraction [HERE](https://collab.humanbrainproject.eu/#/collab/1655/nav/20838)
Example 2: Inside n... | True | User Documentation General - Should the user documentation be put in extra document (like the [Guidebook](https://collab.humanbrainproject.eu/#/collab/1655/nav/185)) or put on the use case itself.
Example1: Guidebook for Trace Analysis / Feature Extraction [HERE](https://collab.humanbrainproject.eu/#/collab/1655/na... | non_defect | user documentation general should the user documentation be put in extra document like the or put on the use case itself guidebook for trace analysis feature extraction example inside notebook for morph analysis morph analysis | 0 |
721,327 | 24,823,844,766 | IssuesEvent | 2022-10-25 18:47:10 | gravitational/gravity | https://api.github.com/repos/gravitational/gravity | closed | [BUG] Kube-system is default namespace instead of 'default' | kind/bug priority/1 kind/ux port/7.0 | **Describe the bug**
If a helm chart does not specify the namespace, kube-system is used. 'default' is the expected namespace.
**To Reproduce**
Copy the alpine example from the workshop. Update the baseImage setting to 7.0.4 in app.yaml.
https://github.com/gravitational/workshop/tree/master/gravity101/v3
... | 1.0 | [BUG] Kube-system is default namespace instead of 'default' - **Describe the bug**
If a helm chart does not specify the namespace, kube-system is used. 'default' is the expected namespace.
**To Reproduce**
Copy the alpine example from the workshop. Update the baseImage setting to 7.0.4 in app.yaml.
https://g... | non_defect | kube system is default namespace instead of default describe the bug if a helm chart does not specify the namespace kube system is used default is the expected namespace to reproduce copy the alpine example from the workshop update the baseimage setting to in app yaml perform ... | 0 |
34,007 | 7,320,580,294 | IssuesEvent | 2018-03-02 08:03:06 | line/armeria | https://api.github.com/repos/line/armeria | closed | `MeterIdPrefixFunction.ofDefault` doesn't collect service level metrics for unframed request | defect | Please refer to https://gist.github.com/openaphid/63ee584a4b7bb4c646137ff5eea92dea for a reproducible case.
A custom `MeterIdPrefixFunction` could extract method name from `ServiceRequestContext` correctly, but I think there are some execution order issues in `UnframedGrpcService` and `GrpcService`.
For unframed ... | 1.0 | `MeterIdPrefixFunction.ofDefault` doesn't collect service level metrics for unframed request - Please refer to https://gist.github.com/openaphid/63ee584a4b7bb4c646137ff5eea92dea for a reproducible case.
A custom `MeterIdPrefixFunction` could extract method name from `ServiceRequestContext` correctly, but I think the... | defect | meteridprefixfunction ofdefault doesn t collect service level metrics for unframed request please refer to for a reproducible case a custom meteridprefixfunction could extract method name from servicerequestcontext correctly but i think there are some execution order issues in unframedgrpcservice and ... | 1 |
30,927 | 6,359,320,090 | IssuesEvent | 2017-07-31 06:47:48 | ironjan/metal-only | https://api.github.com/repos/ironjan/metal-only | closed | UnknownHostException | defect duplicate | Reported for 5 devices on 0.6.7
```
org.springframework.web.client.ResourceAccessException:
at org.springframework.web.client.RestTemplate.doExecute (RestTemplate.java:491)
at org.springframework.web.client.RestTemplate.execute (RestTemplate.java:439)
at org.springframework.web.client.RestTemplate.exchang... | 1.0 | UnknownHostException - Reported for 5 devices on 0.6.7
```
org.springframework.web.client.ResourceAccessException:
at org.springframework.web.client.RestTemplate.doExecute (RestTemplate.java:491)
at org.springframework.web.client.RestTemplate.execute (RestTemplate.java:439)
at org.springframework.web.clie... | defect | unknownhostexception reported for devices on org springframework web client resourceaccessexception at org springframework web client resttemplate doexecute resttemplate java at org springframework web client resttemplate execute resttemplate java at org springframework web client r... | 1 |
95,444 | 27,508,379,650 | IssuesEvent | 2023-03-06 06:32:55 | eclipse/sumo | https://api.github.com/repos/eclipse/sumo | closed | Compile error in GNEApplicationWindow.cpp Line 454 | c:build bug | Compile error
[ 96%] Building CXX object src/netedit/CMakeFiles/netedit.dir/GNEApplicationWindow.cpp.o
In file included from /dosd/src/opensource/Sumo/sumo-git-co/sumo/src/netedit/GNEApplicationWindow.cpp:61:
/dosd/src/opensource/Sumo/sumo-git-co/sumo/build/cmake-build/src/netedit/templates.h:454:45: error: expect... | 1.0 | Compile error in GNEApplicationWindow.cpp Line 454 - Compile error
[ 96%] Building CXX object src/netedit/CMakeFiles/netedit.dir/GNEApplicationWindow.cpp.o
In file included from /dosd/src/opensource/Sumo/sumo-git-co/sumo/src/netedit/GNEApplicationWindow.cpp:61:
/dosd/src/opensource/Sumo/sumo-git-co/sumo/build/cmak... | non_defect | compile error in gneapplicationwindow cpp line compile error building cxx object src netedit cmakefiles netedit dir gneapplicationwindow cpp o in file included from dosd src opensource sumo sumo git co sumo src netedit gneapplicationwindow cpp dosd src opensource sumo sumo git co sumo build cmake build ... | 0 |
78,918 | 27,819,959,089 | IssuesEvent | 2023-03-19 05:02:05 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | closed | zpool clear should continue scrub from point it left off, not restart from beginning | Type: Defect Status: Stale | I have a raidz pool that takes a very long time (almost a week) to scrub or rebuild, and the automatic halting of a scrub after some arbitrary number of repaired errors makes it effectively impossible to do maintenance on the pool. Because zfs automatically stops a scrub if some arbitrary number of "too many" repairs ... | 1.0 | zpool clear should continue scrub from point it left off, not restart from beginning - I have a raidz pool that takes a very long time (almost a week) to scrub or rebuild, and the automatic halting of a scrub after some arbitrary number of repaired errors makes it effectively impossible to do maintenance on the pool. ... | defect | zpool clear should continue scrub from point it left off not restart from beginning i have a raidz pool that takes a very long time almost a week to scrub or rebuild and the automatic halting of a scrub after some arbitrary number of repaired errors makes it effectively impossible to do maintenance on the pool ... | 1 |
222,961 | 17,098,833,543 | IssuesEvent | 2021-07-09 08:21:08 | dsccommunity/DnsServerDsc | https://api.github.com/repos/dsccommunity/DnsServerDsc | closed | Wiki: Write deprecation notice in the Wiki documentation | documentation good first issue help wanted | Resources that have been remove still have WIki pages in the GitHub repository Wiki. These should be manually updated with a notices that they are deprecated/removed and reference what resource(s) should be used instead. | 1.0 | Wiki: Write deprecation notice in the Wiki documentation - Resources that have been remove still have WIki pages in the GitHub repository Wiki. These should be manually updated with a notices that they are deprecated/removed and reference what resource(s) should be used instead. | non_defect | wiki write deprecation notice in the wiki documentation resources that have been remove still have wiki pages in the github repository wiki these should be manually updated with a notices that they are deprecated removed and reference what resource s should be used instead | 0 |
16,964 | 2,964,593,032 | IssuesEvent | 2015-07-10 17:33:36 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | dart2dart allows duplication in the implements list | Area-Dart2Dart NotPlanned Priority-Unassigned Triaged Type-Defect | The following tests are failing:
duplicate_implements_test/01
duplicate_implements_test/02
duplicate_implements_test/03
duplicate_implements_test/04
The related dart2js issue is issue #12991. | 1.0 | dart2dart allows duplication in the implements list - The following tests are failing:
duplicate_implements_test/01
duplicate_implements_test/02
duplicate_implements_test/03
duplicate_implements_test/04
The related dart2js issue is issue #12991. | defect | allows duplication in the implements list the following tests are failing nbsp nbsp duplicate implements test nbsp nbsp duplicate implements test nbsp nbsp duplicate implements test nbsp nbsp duplicate implements test the related issue is issue | 1 |
41,594 | 10,531,455,730 | IssuesEvent | 2019-10-01 08:34:20 | LiskHQ/lisk-hub | https://api.github.com/repos/LiskHQ/lisk-hub | closed | HW: Transaction list doesn't update on receiving the first one | type: defect | ### Steps to reproduce
<!-- Provide an unambiguous set of steps to reproduce the bug -->
1. Login with HW as untouched acc with empty state transaction list
1. Send some LSK to it
1. Check out the transaction list
### Actual result
<!--- Tell us what happens -->
Transaction list is not updated
### Expecte... | 1.0 | HW: Transaction list doesn't update on receiving the first one - ### Steps to reproduce
<!-- Provide an unambiguous set of steps to reproduce the bug -->
1. Login with HW as untouched acc with empty state transaction list
1. Send some LSK to it
1. Check out the transaction list
### Actual result
<!--- Tell us... | defect | hw transaction list doesn t update on receiving the first one steps to reproduce login with hw as untouched acc with empty state transaction list send some lsk to it check out the transaction list actual result transaction list is not updated expected result tx list display... | 1 |
58,211 | 16,438,254,006 | IssuesEvent | 2021-05-20 11:45:55 | Questie/Questie | https://api.github.com/repos/Questie/Questie | closed | Automatic Quest Accepting | Type - Defect | I was accepting quests in Eversong Woods, and the quests were automatically accepting themselves before I clicked the button. I had no settings for autoaccepting quests turned on, and nothing I did worked. After a few quests, the bug stopped. I was using Questie v6.3.10. | 1.0 | Automatic Quest Accepting - I was accepting quests in Eversong Woods, and the quests were automatically accepting themselves before I clicked the button. I had no settings for autoaccepting quests turned on, and nothing I did worked. After a few quests, the bug stopped. I was using Questie v6.3.10. | defect | automatic quest accepting i was accepting quests in eversong woods and the quests were automatically accepting themselves before i clicked the button i had no settings for autoaccepting quests turned on and nothing i did worked after a few quests the bug stopped i was using questie | 1 |
64,182 | 18,270,308,019 | IssuesEvent | 2021-10-04 13:12:29 | matrix-org/synapse | https://api.github.com/repos/matrix-org/synapse | closed | Exceptions from presence handling in 1.44.0rc1 | S-Minor T-Defect X-Release-Blocker X-Regression | ```
2021-09-29 16:09:28,131 - synapse.metrics.background_process_metrics - 215 - ERROR - notify_interested_services_ephemeral-0 - Background process 'notify_interested_services_ephemeral' threw an exception
Traceback (most recent call last):
File "synapse/metrics/background_process_metrics.py", line 213, in run
... | 1.0 | Exceptions from presence handling in 1.44.0rc1 - ```
2021-09-29 16:09:28,131 - synapse.metrics.background_process_metrics - 215 - ERROR - notify_interested_services_ephemeral-0 - Background process 'notify_interested_services_ephemeral' threw an exception
Traceback (most recent call last):
File "synapse/metrics/ba... | defect | exceptions from presence handling in synapse metrics background process metrics error notify interested services ephemeral background process notify interested services ephemeral threw an exception traceback most recent call last file synapse metrics background process... | 1 |
793,460 | 27,997,963,241 | IssuesEvent | 2023-03-27 09:44:54 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.ebay.de - site is not usable | browser-firefox priority-important engine-gecko | <!-- @browser: Firefox 111.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/120084 -->
**URL**: https://www.ebay.de/
**Browser / Version**: Firefox 111.0
**Operati... | 1.0 | www.ebay.de - site is not usable - <!-- @browser: Firefox 111.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/120084 -->
**URL**: https://www.ebay.de/
**Browser /... | non_defect | site is not usable url browser version firefox operating system windows tested another browser yes opera problem type site is not usable description buttons or links not working steps to reproduce dropdown links and dropdown form fields do not work brow... | 0 |
29,342 | 5,655,374,260 | IssuesEvent | 2017-04-09 17:04:51 | beefproject/beef | https://api.github.com/repos/beefproject/beef | closed | Tunneling Proxy doesn't render pages in browser if transfer encoding is chunked | Defect Priority High Proxy | Hi guys,
testing the tunneling proxy feature I found that if the required page is sent with the following header:
`Transfer-Encoding: chunked`
in the Rider > History panel I can see the response body but in the browser there is a blank page.
_Side note_: I used burp to debug a little bit and I found that the respons... | 1.0 | Tunneling Proxy doesn't render pages in browser if transfer encoding is chunked - Hi guys,
testing the tunneling proxy feature I found that if the required page is sent with the following header:
`Transfer-Encoding: chunked`
in the Rider > History panel I can see the response body but in the browser there is a blank ... | defect | tunneling proxy doesn t render pages in browser if transfer encoding is chunked hi guys testing the tunneling proxy feature i found that if the required page is sent with the following header transfer encoding chunked in the rider history panel i can see the response body but in the browser there is a blank ... | 1 |
62,161 | 25,891,231,747 | IssuesEvent | 2022-12-14 18:07:29 | cityofaustin/atd-data-tech | https://api.github.com/repos/cityofaustin/atd-data-tech | closed | [Enhancement] Improve project list view query performance | Service: Dev Need: 1-Must Have Type: Enhancement Product: Moped Project: Moped v2.0 | With a few thousand project phases, notes, and partners, the project list view performance drops significantly.
You can analyze the list view query by taking the output of this:
```sql
EXPLAIN ANALYZE SELECT * from project_list_view;
```
And running it through this service: https://explain.dalibo.com/.
W... | 1.0 | [Enhancement] Improve project list view query performance - With a few thousand project phases, notes, and partners, the project list view performance drops significantly.
You can analyze the list view query by taking the output of this:
```sql
EXPLAIN ANALYZE SELECT * from project_list_view;
```
And runnin... | non_defect | improve project list view query performance with a few thousand project phases notes and partners the project list view performance drops significantly you can analyze the list view query by taking the output of this sql explain analyze select from project list view and running it through... | 0 |
14,336 | 2,799,306,989 | IssuesEvent | 2015-05-12 23:34:03 | FIX94/Nintendont | https://api.github.com/repos/FIX94/Nintendont | closed | Burnout 1 sky colours issues | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1.Start Burnout 1
2.Enter Interstate track
3.You will get random colours everywhere in the sky
What is the expected output? What do you see instead?
Correct colours in sky but I get random colours in sky
What revision of Nintendont are you using? On what system Wii/Wii U?
2.... | 1.0 | Burnout 1 sky colours issues - ```
What steps will reproduce the problem?
1.Start Burnout 1
2.Enter Interstate track
3.You will get random colours everywhere in the sky
What is the expected output? What do you see instead?
Correct colours in sky but I get random colours in sky
What revision of Nintendont are you usin... | defect | burnout sky colours issues what steps will reproduce the problem start burnout enter interstate track you will get random colours everywhere in the sky what is the expected output what do you see instead correct colours in sky but i get random colours in sky what revision of nintendont are you usin... | 1 |
80,459 | 30,299,278,046 | IssuesEvent | 2023-07-10 03:42:31 | gperftools/gperftools | https://api.github.com/repos/gperftools/gperftools | closed | support to use with android ndk | Type-Defect Priority-Medium Status-New | Originally reported on Google Code with ID 578
```
trying to compile for x86 platform, got a lot of small errors
- no support for __android_log_print fixed easily
- no support for pthread_atfork in ndk headers fixed easily
- but this one is required more work to be fixed I think
In file included from src/malloc_hook... | 1.0 | support to use with android ndk - Originally reported on Google Code with ID 578
```
trying to compile for x86 platform, got a lot of small errors
- no support for __android_log_print fixed easily
- no support for pthread_atfork in ndk headers fixed easily
- but this one is required more work to be fixed I think
In... | defect | support to use with android ndk originally reported on google code with id trying to compile for platform got a lot of small errors no support for android log print fixed easily no support for pthread atfork in ndk headers fixed easily but this one is required more work to be fixed i think in fil... | 1 |
12,972 | 10,040,943,993 | IssuesEvent | 2019-07-18 21:16:27 | Daniel-Mietchen/ideas | https://api.github.com/repos/Daniel-Mietchen/ideas | opened | Look into Qeios | commons communities hackathon infrastructure open science tools workflows | They describe themselves as an (or even *the*) "open science platform", as per
https://www.qeios.com/ .
Seen via https://twitter.com/qeios/status/1151913618616836096 . | 1.0 | Look into Qeios - They describe themselves as an (or even *the*) "open science platform", as per
https://www.qeios.com/ .
Seen via https://twitter.com/qeios/status/1151913618616836096 . | non_defect | look into qeios they describe themselves as an or even the open science platform as per seen via | 0 |
5,822 | 2,610,216,134 | IssuesEvent | 2015-02-26 19:08:54 | chrsmith/somefinders | https://api.github.com/repos/chrsmith/somefinders | opened | футаж вручение дипломов | auto-migrated Priority-Medium Type-Defect | ```
'''Афиноген Савельев'''
День добрый никак не могу найти .футаж
вручение дипломов. как то выкладывали уже
'''Владислав Волков'''
Вот держи линк http://bit.ly/1aJ9NhB
'''Галий Новиков'''
Спасибо вроде то но просит телефон вводить
'''Афанасий Прохоров'''
Неа все ок у меня ничего не списало
'''Вальтер Гордеев'''
Н... | 1.0 | футаж вручение дипломов - ```
'''Афиноген Савельев'''
День добрый никак не могу найти .футаж
вручение дипломов. как то выкладывали уже
'''Владислав Волков'''
Вот держи линк http://bit.ly/1aJ9NhB
'''Галий Новиков'''
Спасибо вроде то но просит телефон вводить
'''Афанасий Прохоров'''
Неа все ок у меня ничего не списал... | defect | футаж вручение дипломов афиноген савельев день добрый никак не могу найти футаж вручение дипломов как то выкладывали уже владислав волков вот держи линк галий новиков спасибо вроде то но просит телефон вводить афанасий прохоров неа все ок у меня ничего не списало вальтер гордее... | 1 |
406,166 | 27,554,268,716 | IssuesEvent | 2023-03-07 16:48:48 | hashicorp/terraform-provider-external | https://api.github.com/repos/hashicorp/terraform-provider-external | closed | Enable go-changelog Automation | documentation provider | The "standard library" Terraform Providers should implement nascent provider development tooling to encourage consistency, foster automation where possible, and discover bugs/enhancements to that tooling. To that end, this provider's CHANGELOG handling should be switched to [`go-changelog`](https://github.com/hashicorp... | 1.0 | Enable go-changelog Automation - The "standard library" Terraform Providers should implement nascent provider development tooling to encourage consistency, foster automation where possible, and discover bugs/enhancements to that tooling. To that end, this provider's CHANGELOG handling should be switched to [`go-changel... | non_defect | enable go changelog automation the standard library terraform providers should implement nascent provider development tooling to encourage consistency foster automation where possible and discover bugs enhancements to that tooling to that end this provider s changelog handling should be switched to includin... | 0 |
407,292 | 27,609,935,426 | IssuesEvent | 2023-03-09 15:21:06 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | [01/06/23] Update ATO Docs to FY2023 Template | VEText vt Product Support vt Documentation vt | - [ ] Meet with @jwowk on outstanding AU questions
- [ ] Contingency Plan SOP (CP)
- [ ] Personnel Security (PS)
- [ ] Physical and Environment Protection SOP (PE) | 1.0 | [01/06/23] Update ATO Docs to FY2023 Template - - [ ] Meet with @jwowk on outstanding AU questions
- [ ] Contingency Plan SOP (CP)
- [ ] Personnel Security (PS)
- [ ] Physical and Environment Protection SOP (PE) | non_defect | update ato docs to template meet with jwowk on outstanding au questions contingency plan sop cp personnel security ps physical and environment protection sop pe | 0 |
64,370 | 18,516,943,873 | IssuesEvent | 2021-10-20 11:12:21 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Long space names overflow the space panel | T-Defect X-Regression S-Minor A-Spaces O-Occasional | ### Steps to reproduce
1. Create a space with a long name
2. Expand the space panel
### Outcome

#### What did you expect?
The name should be ellipsized
#### What happened instead?
The name ... | 1.0 | Long space names overflow the space panel - ### Steps to reproduce
1. Create a space with a long name
2. Expand the space panel
### Outcome

#### What did you expect?
The name should be ellipsized... | defect | long space names overflow the space panel steps to reproduce create a space with a long name expand the space panel outcome what did you expect the name should be ellipsized what happened instead the name overflowed the space panel operating system nixos unstable ... | 1 |
3,219 | 2,610,058,387 | IssuesEvent | 2015-02-26 18:17:15 | chrsmith/jsjsj122 | https://api.github.com/repos/chrsmith/jsjsj122 | opened | 台州治疗前列腺炎哪家医院好 | auto-migrated Priority-Medium Type-Defect | ```
台州治疗前列腺炎哪家医院好【台州五洲生殖医院】24小时健
康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:
台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104�
��108、118、198及椒江一金清公交车直达枫南小区,乘坐107、105
、109、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同... | 1.0 | 台州治疗前列腺炎哪家医院好 - ```
台州治疗前列腺炎哪家医院好【台州五洲生殖医院】24小时健
康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:
台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104�
��108、118、198及椒江一金清公交车直达枫南小区,乘坐107、105
、109、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
... | defect | 台州治疗前列腺炎哪家医院好 台州治疗前列腺炎哪家医院好【台州五洲生殖医院】 康咨询热线 微信号tzwzszyy 医院地址 (枫南大转盘旁)乘车线路 � �� 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ori... | 1 |
58,674 | 14,447,257,015 | IssuesEvent | 2020-12-08 03:19:28 | googleapis/python-aiplatform | https://api.github.com/repos/googleapis/python-aiplatform | closed | samples.snippets.get_model_evaluation_tabular_regression_sample_test: test_ucaip_generated_get_model_evaluation_sample failed | buildcop: flaky buildcop: issue priority: p1 samples type: bug | This test failed!
To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop).
If I'm commenting on this issue too often, add the `buildcop: quiet` label and
I will stop commenting.
---
commit: e6acf3781fe52eaa59dad97ccddeecfbe90c... | 2.0 | samples.snippets.get_model_evaluation_tabular_regression_sample_test: test_ucaip_generated_get_model_evaluation_sample failed - This test failed!
To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop).
If I'm commenting on this... | non_defect | samples snippets get model evaluation tabular regression sample test test ucaip generated get model evaluation sample failed this test failed to configure my behavior see if i m commenting on this issue too often add the buildcop quiet label and i will stop commenting commit buildurl s... | 0 |
19,690 | 3,244,237,308 | IssuesEvent | 2015-10-16 00:22:25 | googlei18n/noto-fonts | https://api.github.com/repos/googlei18n/noto-fonts | closed | Inscriptional Parthian: Nun and Sadhe designed assuming followed by another letter | FoundIn-1.x Script-Parthian Type-Defect | moved from https://github.com/googlei18n/noto-alpha/issues/14
Imported from Google Code issue #14 created by roozbeh@google.com on 2013-11-14T03:01:03.000Z:
Nun and Sadhe are designed assuming they are always followed by another Parthian letter. That doesn’t work well at the end of lines, next to Parthian numbers o... | 1.0 | Inscriptional Parthian: Nun and Sadhe designed assuming followed by another letter - moved from https://github.com/googlei18n/noto-alpha/issues/14
Imported from Google Code issue #14 created by roozbeh@google.com on 2013-11-14T03:01:03.000Z:
Nun and Sadhe are designed assuming they are always followed by another Pa... | defect | inscriptional parthian nun and sadhe designed assuming followed by another letter moved from imported from google code issue created by roozbeh google com on nun and sadhe are designed assuming they are always followed by another parthian letter that doesn’t work well at the end of lines next... | 1 |
36,775 | 8,128,063,987 | IssuesEvent | 2018-08-17 10:17:29 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | Parser cannot parse MySQL's DEFAULT CHARSET clause | C: Functionality P: High R: Fixed T: Defect | The following MySQL table definitions fail to parse due to the `DEFAULT CHARSET` specification:
```sql
CREATE TABLE `box`
(
`a` NT(10) UNSIGNED NOT NULL auto_increment,
`b` BIGINT(20) NOT NULL,
`c` BIGINT(20) NOT NULL,
`d` VARCHAR(45) DEFAULT NULL,
PRIMARY KEY (`box_id`)
)... | 1.0 | Parser cannot parse MySQL's DEFAULT CHARSET clause - The following MySQL table definitions fail to parse due to the `DEFAULT CHARSET` specification:
```sql
CREATE TABLE `box`
(
`a` NT(10) UNSIGNED NOT NULL auto_increment,
`b` BIGINT(20) NOT NULL,
`c` BIGINT(20) NOT NULL,
`d` VARCHAR(... | defect | parser cannot parse mysql s default charset clause the following mysql table definitions fail to parse due to the default charset specification sql create table box a nt unsigned not null auto increment b bigint not null c bigint not null d varchar ... | 1 |
276,726 | 20,997,717,043 | IssuesEvent | 2022-03-29 14:45:49 | bpampuch/pdfmake | https://api.github.com/repos/bpampuch/pdfmake | closed | New nice documentation | documentation help wanted | ### New documentation: https://pdfmake.github.io/docs/
Sources is available here: https://github.com/pdfmake/docs
Help with improvement documentation is welcome.
---
Create a nice and clear new documentation.
Now all documentation is in [readme file](https://github.com/bpampuch/pdfmake/blob/master/README... | 1.0 | New nice documentation - ### New documentation: https://pdfmake.github.io/docs/
Sources is available here: https://github.com/pdfmake/docs
Help with improvement documentation is welcome.
---
Create a nice and clear new documentation.
Now all documentation is in [readme file](https://github.com/bpampuch/p... | non_defect | new nice documentation new documentation sources is available here help with improvement documentation is welcome create a nice and clear new documentation now all documentation is in and on pdfmake org site is in old and not updated documentation which is confusing for vi... | 0 |
216,054 | 16,738,303,712 | IssuesEvent | 2021-06-11 06:32:33 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | roachtest: sqlsmith/setup=seed/setting=no-mutations failed | C-test-failure O-roachtest O-robot branch-release-21.1 release-blocker | roachtest.sqlsmith/setup=seed/setting=no-mutations [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3071093&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3071093&tab=artifacts#/sqlsmith/setup=seed/setting=no-mutations) on release-21.1 @ [3da8bae2842269ad9ce72b2250129... | 2.0 | roachtest: sqlsmith/setup=seed/setting=no-mutations failed - roachtest.sqlsmith/setup=seed/setting=no-mutations [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3071093&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3071093&tab=artifacts#/sqlsmith/setup=seed/setting=n... | non_defect | roachtest sqlsmith setup seed setting no mutations failed roachtest sqlsmith setup seed setting no mutations with on release the test failed on branch release cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts sqlsmith setup seed se... | 0 |
552,565 | 16,243,619,100 | IssuesEvent | 2021-05-07 12:30:37 | kirbydesign/designsystem | https://api.github.com/repos/kirbydesign/designsystem | closed | [Enhancement] Remove toolbar component | housekeeping priority 2 sm | ## Tasks
Remove toolbar from Kirby
### Code:
- [ ] Remove Toolbar from github
- [ ] Remove Toolbar from Cookbook
- [ ] Remove toolbar from sketch
- [ ] Smile
### Review:
- UX review:
- [ ] With UX agree on the absence of the implementation
- Code review:
- [ ] Ask a member of @kirbydesign/kirby-guild... | 1.0 | [Enhancement] Remove toolbar component - ## Tasks
Remove toolbar from Kirby
### Code:
- [ ] Remove Toolbar from github
- [ ] Remove Toolbar from Cookbook
- [ ] Remove toolbar from sketch
- [ ] Smile
### Review:
- UX review:
- [ ] With UX agree on the absence of the implementation
- Code review:
- [ ]... | non_defect | remove toolbar component tasks remove toolbar from kirby code remove toolbar from github remove toolbar from cookbook remove toolbar from sketch smile review ux review with ux agree on the absence of the implementation code review ask a member of kirbyd... | 0 |
165,981 | 14,016,820,081 | IssuesEvent | 2020-10-29 14:57:18 | arduino/Arduino | https://api.github.com/repos/arduino/Arduino | closed | Wrong example code for WiFi library Simple WebServer WiFi | Component: Documentation Library: Wifi Type: Bug | In this page:
https://www.arduino.cc/en/Tutorial/LibraryExamples
The example code for the Simple WebServer WiFi:
https://www.arduino.cc/en/Tutorial/SimpleWebServerWiFi
seems to be the same as the example for the WiFi Web Server:
https://www.arduino.cc/en/Tutorial/WiFiWebServer
The former is supposed to turn on/... | 1.0 | Wrong example code for WiFi library Simple WebServer WiFi - In this page:
https://www.arduino.cc/en/Tutorial/LibraryExamples
The example code for the Simple WebServer WiFi:
https://www.arduino.cc/en/Tutorial/SimpleWebServerWiFi
seems to be the same as the example for the WiFi Web Server:
https://www.arduino.cc/en/... | non_defect | wrong example code for wifi library simple webserver wifi in this page the example code for the simple webserver wifi seems to be the same as the example for the wifi web server the former is supposed to turn on off an arduino led but it sends back the value of analog inputs just like the second ... | 0 |
539,365 | 15,787,428,817 | IssuesEvent | 2021-04-01 19:12:45 | PMEAL/porespy | https://api.github.com/repos/PMEAL/porespy | closed | More robust determination of notebook vs. terminal-based progress bar | easy help wanted low priority maintenance | Need to replace this line:
https://github.com/PMEAL/porespy/blob/ec0b97a53d1e9c2f2e6cfaef2c86cdd1bc6bb033/porespy/__init__.py#L86
with:
```python
settings.notebook = is_notebook()
def is_notebook():
try:
shell = get_ipython().__class__.__name__
if shell == 'ZMQInteractiveShell':
... | 1.0 | More robust determination of notebook vs. terminal-based progress bar - Need to replace this line:
https://github.com/PMEAL/porespy/blob/ec0b97a53d1e9c2f2e6cfaef2c86cdd1bc6bb033/porespy/__init__.py#L86
with:
```python
settings.notebook = is_notebook()
def is_notebook():
try:
shell = get_ipython()... | non_defect | more robust determination of notebook vs terminal based progress bar need to replace this line with python settings notebook is notebook def is notebook try shell get ipython class name if shell zmqinteractiveshell return true jupyter ... | 0 |
45,826 | 13,055,753,478 | IssuesEvent | 2020-07-30 02:38:04 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | i3tv client should attempt to reconnect and disconnection should be obvious (Trac #102) | Incomplete Migration Migrated from Trac defect glshovel | Migrated from https://code.icecube.wisc.edu/ticket/102
```json
{
"status": "closed",
"changetime": "2007-11-11T03:39:34",
"description": "",
"reporter": "troy",
"cc": "",
"resolution": "duplicate",
"_ts": "1194752374000000",
"component": "glshovel",
"summary": "i3tv client sh... | 1.0 | i3tv client should attempt to reconnect and disconnection should be obvious (Trac #102) - Migrated from https://code.icecube.wisc.edu/ticket/102
```json
{
"status": "closed",
"changetime": "2007-11-11T03:39:34",
"description": "",
"reporter": "troy",
"cc": "",
"resolution": "duplicate",
... | defect | client should attempt to reconnect and disconnection should be obvious trac migrated from json status closed changetime description reporter troy cc resolution duplicate ts component glshovel summ... | 1 |
34,453 | 4,927,200,576 | IssuesEvent | 2016-11-26 16:09:37 | lumol-org/lumol | https://api.github.com/repos/lumol-org/lumol | opened | Implement Linear force-shift for pair potential | A:System A:Tests L:Easy | As defined in NIST reference data for LJ potential: https://www.nist.gov/mml/csd/chemical-informatics-research-group/lennard-jones-fluid-reference-calculations
And add corresponding tests in the NIST tests. | 1.0 | Implement Linear force-shift for pair potential - As defined in NIST reference data for LJ potential: https://www.nist.gov/mml/csd/chemical-informatics-research-group/lennard-jones-fluid-reference-calculations
And add corresponding tests in the NIST tests. | non_defect | implement linear force shift for pair potential as defined in nist reference data for lj potential and add corresponding tests in the nist tests | 0 |
535,118 | 15,682,634,998 | IssuesEvent | 2021-03-25 07:37:50 | arduino/arduino-ide | https://api.github.com/repos/arduino/arduino-ide | closed | Alpha 0.1.1 Debugging: breakpoints on local libraries are not considered | priority: high topic: debugger type: bug | **Describe the bug**
Breakpoints defined on local libraries are not considered.
**To Reproduce**
Very basic example with 3 files: `Blink.ino`, `LocalLibrary.h`, `LocalLibrary.cpp`
Two breakpoints defined: one in `Blink.ino`, another in `LocalLibrary.cpp`
**Expected behavior**
Breakpoints defined on loca... | 1.0 | Alpha 0.1.1 Debugging: breakpoints on local libraries are not considered - **Describe the bug**
Breakpoints defined on local libraries are not considered.
**To Reproduce**
Very basic example with 3 files: `Blink.ino`, `LocalLibrary.h`, `LocalLibrary.cpp`
Two breakpoints defined: one in `Blink.ino`, another in... | non_defect | alpha debugging breakpoints on local libraries are not considered describe the bug breakpoints defined on local libraries are not considered to reproduce very basic example with files blink ino locallibrary h locallibrary cpp two breakpoints defined one in blink ino another in... | 0 |
4,141 | 6,726,601,606 | IssuesEvent | 2017-10-17 10:27:48 | GreenlightIP/rd-tool | https://api.github.com/repos/GreenlightIP/rd-tool | closed | TU Color Coding | enhancement requirement revisit-issue | In multi-tags, lists, tree's etc. Any interface displaying the TU would like to have a standard color coding (this will slightly improve the UI) as follows:
1. "Red" Unsolved TU
2. "Green" Resolved
3. "Grey" Draft
4. "Yellow" Blocked
5. "Black" Abandoned
| 1.0 | TU Color Coding - In multi-tags, lists, tree's etc. Any interface displaying the TU would like to have a standard color coding (this will slightly improve the UI) as follows:
1. "Red" Unsolved TU
2. "Green" Resolved
3. "Grey" Draft
4. "Yellow" Blocked
5. "Black" Abandoned
| non_defect | tu color coding in multi tags lists tree s etc any interface displaying the tu would like to have a standard color coding this will slightly improve the ui as follows red unsolved tu green resolved grey draft yellow blocked black abandoned | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.