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 957 | labels stringlengths 4 795 | body stringlengths 1 259k | index stringclasses 12
values | text_combine stringlengths 96 259k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
99,703 | 4,059,591,085 | IssuesEvent | 2016-05-25 10:05:38 | arescentral/antares | https://api.github.com/repos/arescentral/antares | opened | Should remember window size | Complexity:Low Priority:Medium Type:Enhancement | At head, Antares no longer shows window size preferences, you just resize or maximize the window at run time and get whatever you want. However, those changes are forgotten when you quit. Antares should remember the settings and start with the same ones next time. | 1.0 | Should remember window size - At head, Antares no longer shows window size preferences, you just resize or maximize the window at run time and get whatever you want. However, those changes are forgotten when you quit. Antares should remember the settings and start with the same ones next time. | priority | should remember window size at head antares no longer shows window size preferences you just resize or maximize the window at run time and get whatever you want however those changes are forgotten when you quit antares should remember the settings and start with the same ones next time | 1 |
284,225 | 8,736,718,466 | IssuesEvent | 2018-12-11 20:21:02 | aowen87/TicketTester | https://api.github.com/repos/aowen87/TicketTester | closed | Query over time with "Total length" fails. | bug crash likelihood medium priority reviewed severity high wrong results |
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2846
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Hig... | 1.0 | Query over time with "Total length" fails. -
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2846
Status: Resol... | priority | query over time with total length fails redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved... | 1 |
152,143 | 5,833,672,122 | IssuesEvent | 2017-05-09 02:44:28 | michaelgira23/MyMICDS-v2 | https://api.github.com/repos/michaelgira23/MyMICDS-v2 | opened | Add Notifications if a Teacher Adds an Assignment to Canvas Last-Minute | effort: easy effort: medium priority: it can wait work length: medium | Don't you just hate it when teachers post assignments on Canvas last-minute so you and your classmates miss them? If we start caching Portal/Canvas feeds, we can check if any assignments were changed upon each query. Notify the user somehow (email, push notification, etc.) if an assignment is added that is due the next... | 1.0 | Add Notifications if a Teacher Adds an Assignment to Canvas Last-Minute - Don't you just hate it when teachers post assignments on Canvas last-minute so you and your classmates miss them? If we start caching Portal/Canvas feeds, we can check if any assignments were changed upon each query. Notify the user somehow (emai... | priority | add notifications if a teacher adds an assignment to canvas last minute don t you just hate it when teachers post assignments on canvas last minute so you and your classmates miss them if we start caching portal canvas feeds we can check if any assignments were changed upon each query notify the user somehow emai... | 1 |
28,044 | 2,698,910,344 | IssuesEvent | 2015-04-03 12:34:50 | Sistema-Integrado-Gestao-Academica/SiGA | https://api.github.com/repos/Sistema-Integrado-Gestao-Academica/SiGA | closed | Listagem de Solicitações Dinâmica - Orientador | enhancement [Medium Priority] | Como Orientador, desejo acessar um relatório das solicitações de todos os alunos (que são meus orientandos), indicando o status da solicitação, devidamente ordenados por status, para que possa acompanhar o processo de matrícula dos meus orientados e **RECUSAR** a solicitação para efetuar a matrícula.
---------------... | 1.0 | Listagem de Solicitações Dinâmica - Orientador - Como Orientador, desejo acessar um relatório das solicitações de todos os alunos (que são meus orientandos), indicando o status da solicitação, devidamente ordenados por status, para que possa acompanhar o processo de matrícula dos meus orientados e **RECUSAR** a solicit... | priority | listagem de solicitações dinâmica orientador como orientador desejo acessar um relatório das solicitações de todos os alunos que são meus orientandos indicando o status da solicitação devidamente ordenados por status para que possa acompanhar o processo de matrícula dos meus orientados e recusar a solicit... | 1 |
40,315 | 2,868,529,921 | IssuesEvent | 2015-06-05 19:23:42 | dart-lang/dart_style | https://api.github.com/repos/dart-lang/dart_style | closed | Formatter cannot handle comments before import statement. | bug Fixed Priority-Medium | <a href="https://github.com/larsbak"><img src="https://avatars.githubusercontent.com/u/5858078?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [larsbak](https://github.com/larsbak)**
_Originally opened as dart-lang/sdk#15876_
----
dart -p packages ~/dart/dart/pkg/analyzer/bin/formatter.dart ... | 1.0 | Formatter cannot handle comments before import statement. - <a href="https://github.com/larsbak"><img src="https://avatars.githubusercontent.com/u/5858078?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [larsbak](https://github.com/larsbak)**
_Originally opened as dart-lang/sdk#15876_
----
d... | priority | formatter cannot handle comments before import statement issue by originally opened as dart lang sdk dart p packages dart dart pkg analyzer bin formatter dart kalle dart unable to format quot usr local google home bak kalle dart quot expected quot fisk quot but got quot fiskim... | 1 |
355,496 | 10,581,444,736 | IssuesEvent | 2019-10-08 09:13:24 | Wiredcraft/loopback-n1ql-mixin | https://api.github.com/repos/Wiredcraft/loopback-n1ql-mixin | closed | use suffix search to fulfill like search in an effective way | Priority: Medium Status: Backlog | ### Context:
- Couchbase N1QL clause: `username like %name%` do not use index very well, it always becomes a seq scan and cost too many memory.
- According to this [article](https://dzone.com/articles/a-couchbase-index-technique-for-like-predicates-wi): We can use a suffix index to achieve a good performance.
... | 1.0 | use suffix search to fulfill like search in an effective way - ### Context:
- Couchbase N1QL clause: `username like %name%` do not use index very well, it always becomes a seq scan and cost too many memory.
- According to this [article](https://dzone.com/articles/a-couchbase-index-technique-for-like-predicates-wi)... | priority | use suffix search to fulfill like search in an effective way context couchbase clause username like name do not use index very well it always becomes a seq scan and cost too many memory according to this we can use a suffix index to achieve a good performance disadvantage the s... | 1 |
1,711 | 2,517,857,785 | IssuesEvent | 2015-01-16 17:41:08 | FWAJL/FieldWorkAssistantMVC | https://api.github.com/repos/FWAJL/FieldWorkAssistantMVC | opened | Add forms UI | assignee:lead dev priority:medium status: preliminary | I have decided how to implement the forms. We will add a left menu item for forms. This UI will look a lot like the services UI, so I started to prepare it, but then I realized the Services UI is not up to date.
forms/listALL: Left column: "Forms for the current project"; Right column: "All available forms"
for... | 1.0 | Add forms UI - I have decided how to implement the forms. We will add a left menu item for forms. This UI will look a lot like the services UI, so I started to prepare it, but then I realized the Services UI is not up to date.
forms/listALL: Left column: "Forms for the current project"; Right column: "All availabl... | priority | add forms ui i have decided how to implement the forms we will add a left menu item for forms this ui will look a lot like the services ui so i started to prepare it but then i realized the services ui is not up to date forms listall left column forms for the current project right column all availabl... | 1 |
174,337 | 6,539,335,783 | IssuesEvent | 2017-09-01 10:41:56 | ActivityWatch/activitywatch | https://api.github.com/repos/ActivityWatch/activitywatch | closed | Better tooling for using multirepos | help wanted priority: low size: medium type: question | So, I've been thinking a bunch about our multirepo strategy and its gone pretty back and forth.
My thoughts so far:
- Multirepos lead to clearer dependencies/modules/separation of concerns
- You can pretty easily (and cleanly) go from a multirepo to a monorepo. The other way isn't so easy.
- One downside i... | 1.0 | Better tooling for using multirepos - So, I've been thinking a bunch about our multirepo strategy and its gone pretty back and forth.
My thoughts so far:
- Multirepos lead to clearer dependencies/modules/separation of concerns
- You can pretty easily (and cleanly) go from a multirepo to a monorepo. The other ... | priority | better tooling for using multirepos so i ve been thinking a bunch about our multirepo strategy and its gone pretty back and forth my thoughts so far multirepos lead to clearer dependencies modules separation of concerns you can pretty easily and cleanly go from a multirepo to a monorepo the other ... | 1 |
410,138 | 11,984,038,901 | IssuesEvent | 2020-04-07 15:17:09 | AY1920S2-CS2103-W14-2/main | https://api.github.com/repos/AY1920S2-CS2103-W14-2/main | opened | Error message for delete good command is inconsistent | priority.Medium severity.Medium type.Chore | When I give index <= 0, it says that format is wrong.
However, when I give index > size, it says index is invalid | 1.0 | Error message for delete good command is inconsistent - When I give index <= 0, it says that format is wrong.
However, when I give index > size, it says index is invalid | priority | error message for delete good command is inconsistent when i give index it says that format is wrong however when i give index size it says index is invalid | 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... | priority | 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... | 1 |
677,549 | 23,165,522,057 | IssuesEvent | 2022-07-30 00:00:58 | MirageAegis/Sushi-Bot | https://api.github.com/repos/MirageAegis/Sushi-Bot | opened | Class system | priority: medium | **Feature description**
A class system for Sushi Bot's RPG which will differentiate users from each other.
**Acceptance criteria**
- Sushi Bot shall have multiple classes for users to choose from.
- Sushi Bot may have subclasses for users to choose from.
- Classes shall dictate the growth rates of users with the... | 1.0 | Class system - **Feature description**
A class system for Sushi Bot's RPG which will differentiate users from each other.
**Acceptance criteria**
- Sushi Bot shall have multiple classes for users to choose from.
- Sushi Bot may have subclasses for users to choose from.
- Classes shall dictate the growth rates of... | priority | class system feature description a class system for sushi bot s rpg which will differentiate users from each other acceptance criteria sushi bot shall have multiple classes for users to choose from sushi bot may have subclasses for users to choose from classes shall dictate the growth rates of... | 1 |
237,260 | 7,757,927,061 | IssuesEvent | 2018-05-31 17:54:13 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Prevent pollution - Owner not recognized | Medium Priority | Dear support,
we created a new law that should prevent emitting polution if taxes are not paid.
That worked fine but for the cars. If you use a car that emitts polution you won't be able using it, as it always states, that no owner is defined. Also placing it in your claimed land wont help
![2018-05-28 15_17_01-ec... | 1.0 | Prevent pollution - Owner not recognized - Dear support,
we created a new law that should prevent emitting polution if taxes are not paid.
That worked fine but for the cars. If you use a car that emitts polution you won't be able using it, as it always states, that no owner is defined. Also placing it in your claim... | priority | prevent pollution owner not recognized dear support we created a new law that should prevent emitting polution if taxes are not paid that worked fine but for the cars if you use a car that emitts polution you won t be able using it as it always states that no owner is defined also placing it in your claim... | 1 |
219,210 | 7,334,043,309 | IssuesEvent | 2018-03-05 21:24:53 | ProjectSidewalk/SidewalkWebpage | https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage | closed | Add priority functions for user experience and labeling frequency | Priority: Medium pull-request-submitted | Once the new priority-based routing system is merged, we need to add a few more priority functions. In particular, we are going to start off with total distance that each user has audited, as well as their labeling frequency (labels per distance). More details forthcoming.
This will guide the next round of turkers t... | 1.0 | Add priority functions for user experience and labeling frequency - Once the new priority-based routing system is merged, we need to add a few more priority functions. In particular, we are going to start off with total distance that each user has audited, as well as their labeling frequency (labels per distance). More... | priority | add priority functions for user experience and labeling frequency once the new priority based routing system is merged we need to add a few more priority functions in particular we are going to start off with total distance that each user has audited as well as their labeling frequency labels per distance more... | 1 |
689,443 | 23,620,628,463 | IssuesEvent | 2022-08-24 20:09:43 | CostasAK/d2-buddy | https://api.github.com/repos/CostasAK/d2-buddy | closed | database ior spreadsheet to store activity data in | priority::medium type::enhancement status::to do | instead of everything stored in an object in a function | 1.0 | database ior spreadsheet to store activity data in - instead of everything stored in an object in a function | priority | database ior spreadsheet to store activity data in instead of everything stored in an object in a function | 1 |
39,685 | 2,858,497,980 | IssuesEvent | 2015-06-03 03:06:12 | michaelcdillon/ice4j | https://api.github.com/repos/michaelcdillon/ice4j | closed | Implement support for draft-ietf-mmusic-ice-19 | auto-migrated Priority-Medium Type-Task | ```
A test issue.
```
Original issue reported on code.google.com by `e...@emcho.com` on 12 Jan 2010 at 12:53 | 1.0 | Implement support for draft-ietf-mmusic-ice-19 - ```
A test issue.
```
Original issue reported on code.google.com by `e...@emcho.com` on 12 Jan 2010 at 12:53 | priority | implement support for draft ietf mmusic ice a test issue original issue reported on code google com by e emcho com on jan at | 1 |
175,463 | 6,551,290,477 | IssuesEvent | 2017-09-05 14:18:34 | exonum/exonum | https://api.github.com/repos/exonum/exonum | opened | Missing encoding implementation for `Map<K, V>` | feature priority medium | Exonum should contain implementation of `SegmentField` for Key-Value storage.
This `Map` should be probably `BTreeMap` to achieve `zero-cost` requirement.
| 1.0 | Missing encoding implementation for `Map<K, V>` - Exonum should contain implementation of `SegmentField` for Key-Value storage.
This `Map` should be probably `BTreeMap` to achieve `zero-cost` requirement.
| priority | missing encoding implementation for map exonum should contain implementation of segmentfield for key value storage this map should be probably btreemap to achieve zero cost requirement | 1 |
229,542 | 7,575,738,913 | IssuesEvent | 2018-04-24 03:25:19 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [test-suite] Automate file rename then publish (page->rename->publish) | priority: medium task | Please automate file rename then publish (page->rename->publish) ID 41 in **Studio -> Content**.
**Setup**
1) Create a site using Editorial BP
2) Open the Sidebar if it's not yet open
3) Expand "Pages"
4) Right click on "articles/2016/12" and select "New Content"
5) Select "Page - Article" and click on the "Ok"... | 1.0 | [test-suite] Automate file rename then publish (page->rename->publish) - Please automate file rename then publish (page->rename->publish) ID 41 in **Studio -> Content**.
**Setup**
1) Create a site using Editorial BP
2) Open the Sidebar if it's not yet open
3) Expand "Pages"
4) Right click on "articles/2016/12" a... | priority | automate file rename then publish page rename publish please automate file rename then publish page rename publish id in studio content setup create a site using editorial bp open the sidebar if it s not yet open expand pages right click on articles and select new c... | 1 |
744,717 | 25,953,128,259 | IssuesEvent | 2022-12-17 21:47:21 | learnspigot/discord-bot | https://api.github.com/repos/learnspigot/discord-bot | closed | Messages do not get deleted in #suggestions | bug good first issue medium priority | ### Explain the issue.
Old bot impl was that non-bot messages get deleted in suggestions channel. This has disappeared!
### How to recreate?
_No response_
### Anything else?
_No response_ | 1.0 | Messages do not get deleted in #suggestions - ### Explain the issue.
Old bot impl was that non-bot messages get deleted in suggestions channel. This has disappeared!
### How to recreate?
_No response_
### Anything else?
_No response_ | priority | messages do not get deleted in suggestions explain the issue old bot impl was that non bot messages get deleted in suggestions channel this has disappeared how to recreate no response anything else no response | 1 |
188,043 | 6,767,694,477 | IssuesEvent | 2017-10-26 05:15:05 | CanberraOceanRacingClub/namadgi3 | https://api.github.com/repos/CanberraOceanRacingClub/namadgi3 | closed | N2 flush salt water tap and sinks | Elan Namadgi Elan Working Bee priority 2: Medium | N2 flush salt water tap. It gets very smelly after no use. Also flush sinks. | 1.0 | N2 flush salt water tap and sinks - N2 flush salt water tap. It gets very smelly after no use. Also flush sinks. | priority | flush salt water tap and sinks flush salt water tap it gets very smelly after no use also flush sinks | 1 |
147,663 | 5,643,468,910 | IssuesEvent | 2017-04-07 00:26:28 | fossasia/phimpme-android | https://api.github.com/repos/fossasia/phimpme-android | closed | Create option for whitelisting folders in the settings | Feature Priority: Medium | **Actual Behaviour**
Currently the app scans through the phone's folders to get all the images.
**Expected Behaviour**
The users will be able to whitelist folders in the settings to avoid those folders being scanned.
**Would you like to work on the issue?**
Yes, I would like to work on it.
| 1.0 | Create option for whitelisting folders in the settings - **Actual Behaviour**
Currently the app scans through the phone's folders to get all the images.
**Expected Behaviour**
The users will be able to whitelist folders in the settings to avoid those folders being scanned.
**Would you like to work on the is... | priority | create option for whitelisting folders in the settings actual behaviour currently the app scans through the phone s folders to get all the images expected behaviour the users will be able to whitelist folders in the settings to avoid those folders being scanned would you like to work on the is... | 1 |
209,110 | 7,165,323,743 | IssuesEvent | 2018-01-29 14:09:16 | agda/agda | https://api.github.com/repos/agda/agda | closed | Constructor-headed function makes type-checker diverge | auto-migrated injectivity meta priority: medium type: bug | ```
-- The following code makes the type-checker diverge. The bug was
-- reported by Brandon Moore:
--
-- "I think the problem is that the body has type ℕ × f n,
-- and unifying it with the expected type f n invokes the
-- constructor-headed function specialization to resolve
-- n to suc n', and the process repeats."
... | 1.0 | Constructor-headed function makes type-checker diverge - ```
-- The following code makes the type-checker diverge. The bug was
-- reported by Brandon Moore:
--
-- "I think the problem is that the body has type ℕ × f n,
-- and unifying it with the expected type f n invokes the
-- constructor-headed function specializati... | priority | constructor headed function makes type checker diverge the following code makes the type checker diverge the bug was reported by brandon moore i think the problem is that the body has type ℕ × f n and unifying it with the expected type f n invokes the constructor headed function specializati... | 1 |
78,523 | 3,510,777,981 | IssuesEvent | 2016-01-09 19:14:54 | jo-source/jo-client-platform | https://api.github.com/repos/jo-source/jo-client-platform | closed | Allow to add custom buttons additional to custom actions on bean forms | auto-migrated Priority-Medium Type-Enhancement | ```
Allow to add custom buttons additional to custom actions on bean forms
```
Original issue reported on code.google.com by `herr.gro...@gmx.de` on 28 Mar 2013 at 4:03 | 1.0 | Allow to add custom buttons additional to custom actions on bean forms - ```
Allow to add custom buttons additional to custom actions on bean forms
```
Original issue reported on code.google.com by `herr.gro...@gmx.de` on 28 Mar 2013 at 4:03 | priority | allow to add custom buttons additional to custom actions on bean forms allow to add custom buttons additional to custom actions on bean forms original issue reported on code google com by herr gro gmx de on mar at | 1 |
431,439 | 12,479,435,594 | IssuesEvent | 2020-05-29 18:17:24 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | closed | Cannot post blog links into Activity or Groups | bug priority: medium | **Describe the bug**
Trying to publish a message in activity or into a group containing a link to a blog post in the same site/domain throws an error in console.
The preview isn't generated and the message cannot be published.
The activity messages about blog post updates don't include a preview.
The preview wa... | 1.0 | Cannot post blog links into Activity or Groups - **Describe the bug**
Trying to publish a message in activity or into a group containing a link to a blog post in the same site/domain throws an error in console.
The preview isn't generated and the message cannot be published.
The activity messages about blog post ... | priority | cannot post blog links into activity or groups describe the bug trying to publish a message in activity or into a group containing a link to a blog post in the same site domain throws an error in console the preview isn t generated and the message cannot be published the activity messages about blog post ... | 1 |
237,045 | 7,755,126,366 | IssuesEvent | 2018-05-31 09:11:28 | flotos/idm_twitter | https://api.github.com/repos/flotos/idm_twitter | closed | Generate query twitter from DSL with mock geolocation data | Priority: Medium | Definition of Done :
* The DSL can do the query to the APIs and get a result | 1.0 | Generate query twitter from DSL with mock geolocation data - Definition of Done :
* The DSL can do the query to the APIs and get a result | priority | generate query twitter from dsl with mock geolocation data definition of done the dsl can do the query to the apis and get a result | 1 |
396,544 | 11,710,199,172 | IssuesEvent | 2020-03-08 23:16:55 | PastVu/pastvu | https://api.github.com/repos/PastVu/pastvu | opened | Additional warning for case with the repeated (after revision) premoderation | Moderation Priority: Medium | EN: It is necessary to somehow distinguish the images on the premoderation:
1. for the initial moderation
2. these same image that came from the revision.
Some users silently send the image for moderation again, without fixing anything. And there are moderators who silently publish such photos.
In the gallery w... | 1.0 | Additional warning for case with the repeated (after revision) premoderation - EN: It is necessary to somehow distinguish the images on the premoderation:
1. for the initial moderation
2. these same image that came from the revision.
Some users silently send the image for moderation again, without fixing anything.... | priority | additional warning for case with the repeated after revision premoderation en it is necessary to somehow distinguish the images on the premoderation for the initial moderation these same image that came from the revision some users silently send the image for moderation again without fixing anything ... | 1 |
637,196 | 20,623,111,207 | IssuesEvent | 2022-03-07 19:27:56 | bounswe/bounswe2022group9 | https://api.github.com/repos/bounswe/bounswe2022group9 | closed | Creating custom sidebar and editing | Enhancement Priority: Medium | I have created a custom sidebar to easily navigate through our pages. As the pages are being created, I will be adding appropriate links to the sidebar. | 1.0 | Creating custom sidebar and editing - I have created a custom sidebar to easily navigate through our pages. As the pages are being created, I will be adding appropriate links to the sidebar. | priority | creating custom sidebar and editing i have created a custom sidebar to easily navigate through our pages as the pages are being created i will be adding appropriate links to the sidebar | 1 |
135,585 | 5,254,854,930 | IssuesEvent | 2017-02-02 14:08:42 | GoldenSoftwareLtd/gedemin | https://api.github.com/repos/GoldenSoftwareLtd/gedemin | closed | 2.11. Добавить колонку Цена поставщика | Cash Garant Priority-Medium Type-Enhancement | Originally reported on Google Code with ID 1584
```
Добавить колонку «цена поставщика» в документ инвентаризации «ведомость
инвентаризации_» рядом с колонкой «цена».
```
Reported by `gs1994` on 2009-09-16 14:31:46
| 1.0 | 2.11. Добавить колонку Цена поставщика - Originally reported on Google Code with ID 1584
```
Добавить колонку «цена поставщика» в документ инвентаризации «ведомость
инвентаризации_» рядом с колонкой «цена».
```
Reported by `gs1994` on 2009-09-16 14:31:46
| priority | добавить колонку цена поставщика originally reported on google code with id добавить колонку «цена поставщика» в документ инвентаризации «ведомость инвентаризации » рядом с колонкой «цена» reported by on | 1 |
779,788 | 27,366,239,458 | IssuesEvent | 2023-02-27 19:24:18 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Test read replica blacklist behavior | kind/enhancement area/docdb priority/medium | Jira Link: [DB-5274](https://yugabyte.atlassian.net/browse/DB-5274)
### Description
We should have more tests for read replica load balancing, including a regression test for the empty replication info issue here: https://github.com/yugabyte/yugabyte-db/issues/15698.
[DB-5274]: https://yugabyte.atlassian.net/bro... | 1.0 | [DocDB] Test read replica blacklist behavior - Jira Link: [DB-5274](https://yugabyte.atlassian.net/browse/DB-5274)
### Description
We should have more tests for read replica load balancing, including a regression test for the empty replication info issue here: https://github.com/yugabyte/yugabyte-db/issues/15698.
... | priority | test read replica blacklist behavior jira link description we should have more tests for read replica load balancing including a regression test for the empty replication info issue here | 1 |
22,136 | 2,645,688,273 | IssuesEvent | 2015-03-13 01:07:19 | prikhi/evoluspencil | https://api.github.com/repos/prikhi/evoluspencil | closed | Enhancement: Possibility to clone page | 1 star bug imported Priority-Medium | _From [jose.je...@gmail.com](https://code.google.com/u/112754923660849174582/) on August 21, 2008 15:53:42_
What steps will reproduce the problem? 1. Create a new page with lots of widgets
2. Try to make a copy or clone of your precious work What is the expected output? What do you see instead? Not possible to "clone... | 1.0 | Enhancement: Possibility to clone page - _From [jose.je...@gmail.com](https://code.google.com/u/112754923660849174582/) on August 21, 2008 15:53:42_
What steps will reproduce the problem? 1. Create a new page with lots of widgets
2. Try to make a copy or clone of your precious work What is the expected output? What d... | priority | enhancement possibility to clone page from on august what steps will reproduce the problem create a new page with lots of widgets try to make a copy or clone of your precious work what is the expected output what do you see instead not possible to clone your page you basically need to ... | 1 |
677,618 | 23,168,015,689 | IssuesEvent | 2022-07-30 08:47:47 | mhamid49/Guess-the-Word-Javascript-Game | https://api.github.com/repos/mhamid49/Guess-the-Word-Javascript-Game | opened | calculate score a new way | type: enhancement priority: medium type: epic | Score should be calculated based on how much health is used.
e.g. 3 basic score for winning a round + remaining health
Also update index.html with the information | 1.0 | calculate score a new way - Score should be calculated based on how much health is used.
e.g. 3 basic score for winning a round + remaining health
Also update index.html with the information | priority | calculate score a new way score should be calculated based on how much health is used e g basic score for winning a round remaining health also update index html with the information | 1 |
284,224 | 8,736,717,130 | IssuesEvent | 2018-12-11 20:20:46 | aowen87/TicketTester | https://api.github.com/repos/aowen87/TicketTester | closed | Using an expression with value_for_material with material selection crashes VisIt. | bug crash likelihood medium priority reviewed severity high wrong results | Kevin Roe showed me where adding a plot with an expression that used value_for_material crashed VisIt. I haven't been able to reproduce it with rect2d.silo or ucd3d.silo, but it immediately crashed for Kevin, perhaps it has to do with running in parallel.
-----------------------REDMINE MIGRATION-------------------... | 1.0 | Using an expression with value_for_material with material selection crashes VisIt. - Kevin Roe showed me where adding a plot with an expression that used value_for_material crashed VisIt. I haven't been able to reproduce it with rect2d.silo or ucd3d.silo, but it immediately crashed for Kevin, perhaps it has to do with ... | priority | using an expression with value for material with material selection crashes visit kevin roe showed me where adding a plot with an expression that used value for material crashed visit i haven t been able to reproduce it with silo or silo but it immediately crashed for kevin perhaps it has to do with running i... | 1 |
324,831 | 9,913,233,556 | IssuesEvent | 2019-06-28 11:10:16 | Repair-DeskPOS/RepairDesk-BUGS-IMPROVEMENTS | https://api.github.com/repos/Repair-DeskPOS/RepairDesk-BUGS-IMPROVEMENTS | closed | Display serialize inventory info under product tab | Medium Priority cellclinic enhancement | we would like to change the listing of the device inventory so that the serials available are listed under product info tab rather stock tab

| 1.0 | Display serialize inventory info under product tab - we would like to change the listing of the device inventory so that the serials available are listed under product info tab rather stock tab
 type: feature request | ## Summary
Right now we reference the correct font weights for a lot of the of the titles and text in the website however we don't actually have them being fetched for the Encode Sans font. See the snippet below:
https://github.com/qhacks/qhacks-website/blob/de0a164ad75c732d7f69a481d9573810f78dfa02/src/pages/inde... | 1.0 | Add various different EncodeSans font weights to our project - ## Summary
Right now we reference the correct font weights for a lot of the of the titles and text in the website however we don't actually have them being fetched for the Encode Sans font. See the snippet below:
https://github.com/qhacks/qhacks-websi... | priority | add various different encodesans font weights to our project summary right now we reference the correct font weights for a lot of the of the titles and text in the website however we don t actually have them being fetched for the encode sans font see the snippet below as you can see we don t fetch fo... | 1 |
141,298 | 5,434,646,771 | IssuesEvent | 2017-03-05 09:25:19 | JuliaDocs/Documenter.jl | https://api.github.com/repos/JuliaDocs/Documenter.jl | closed | LatexWriter cannot find images generated from examples | Priority: Medium Status: Available Type: Bug | I have a few `@example` sections in the documentation, which generate a PNG using Gadfly. That PNG is then referenced in the doc in markdown: ``
This works fine for HTML documents. However, when using the LatexWriter, the images are not found during pdf generation. I believe this is due to the gene... | 1.0 | LatexWriter cannot find images generated from examples - I have a few `@example` sections in the documentation, which generate a PNG using Gadfly. That PNG is then referenced in the doc in markdown: ``
This works fine for HTML documents. However, when using the LatexWriter, the images are not found... | priority | latexwriter cannot find images generated from examples i have a few example sections in the documentation which generate a png using gadfly that png is then referenced in the doc in markdown generated png this works fine for html documents however when using the latexwriter the images are not found ... | 1 |
485,529 | 13,979,974,657 | IssuesEvent | 2020-10-27 01:34:10 | codidact/qpixel | https://api.github.com/repos/codidact/qpixel | opened | Indicate when a comment was last edited, and also indicate if a moderator edited it | area: frontend complexity: unassessed priority: medium type: change request | Broadening of https://meta.codidact.com/questions/277431.
Comments can be edited, but the UI currently doesn't indicate that. This could be confusing when comments are edited in the midst of comment conversations (which might be happening quickly). Could we have an indication that a comment was edited, with a tool... | 1.0 | Indicate when a comment was last edited, and also indicate if a moderator edited it - Broadening of https://meta.codidact.com/questions/277431.
Comments can be edited, but the UI currently doesn't indicate that. This could be confusing when comments are edited in the midst of comment conversations (which might be h... | priority | indicate when a comment was last edited and also indicate if a moderator edited it broadening of comments can be edited but the ui currently doesn t indicate that this could be confusing when comments are edited in the midst of comment conversations which might be happening quickly could we have an indic... | 1 |
360,321 | 10,687,160,625 | IssuesEvent | 2019-10-22 15:37:40 | AY1920S1-CS2103-T11-1/main | https://api.github.com/repos/AY1920S1-CS2103-T11-1/main | opened | Improve Incident Panel GUI | priority.Medium type.Task | Possible enhancements:
- Increase Incident panel card size to accommodate more fields
- Include colour-coded label for incident status indicating whether it is a draft, complete, or final report.
- Include a pop-up to show incident description and caller number when user clicks on an incident.
- List incidents by ... | 1.0 | Improve Incident Panel GUI - Possible enhancements:
- Increase Incident panel card size to accommodate more fields
- Include colour-coded label for incident status indicating whether it is a draft, complete, or final report.
- Include a pop-up to show incident description and caller number when user clicks on an in... | priority | improve incident panel gui possible enhancements increase incident panel card size to accommodate more fields include colour coded label for incident status indicating whether it is a draft complete or final report include a pop up to show incident description and caller number when user clicks on an in... | 1 |
418,586 | 12,200,130,394 | IssuesEvent | 2020-04-30 03:44:38 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | closed | Sent Invite Table doesn't scroll on iOS. | bug priority: medium | **Describe the bug**
Sent Invite Table doesn't scroll on mobile (iOS). Please check on real device to reproduce the issue.
**Screencast To Reproduce**
https://screencast-o-matic.com/watch/cYewi54YyE
**Expected behavior**
The table should scroll horizontally so that the user can see other details in the table... | 1.0 | Sent Invite Table doesn't scroll on iOS. - **Describe the bug**
Sent Invite Table doesn't scroll on mobile (iOS). Please check on real device to reproduce the issue.
**Screencast To Reproduce**
https://screencast-o-matic.com/watch/cYewi54YyE
**Expected behavior**
The table should scroll horizontally so that ... | priority | sent invite table doesn t scroll on ios describe the bug sent invite table doesn t scroll on mobile ios please check on real device to reproduce the issue screencast to reproduce expected behavior the table should scroll horizontally so that the user can see other details in the table ... | 1 |
26,000 | 2,684,093,095 | IssuesEvent | 2015-03-28 17:03:18 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | opened | Запаздывание обновления при использовании TrueMod в колорере | 2–5 stars bug imported Priority-Medium | _From [zinc...@gmail.com](https://code.google.com/u/117918677640869097048/) on May 31, 2012 11:15:34_
Required information! OS version: Win7 x64 ConEmu version: 120515
Far version: 3.0 (build 2697) x86 *Bug description* Когда в колорере включено использование TrueMod, в конэму, похоже, несколько запаздывает обновлени... | 1.0 | Запаздывание обновления при использовании TrueMod в колорере - _From [zinc...@gmail.com](https://code.google.com/u/117918677640869097048/) on May 31, 2012 11:15:34_
Required information! OS version: Win7 x64 ConEmu version: 120515
Far version: 3.0 (build 2697) x86 *Bug description* Когда в колорере включено использов... | priority | запаздывание обновления при использовании truemod в колорере from on may required information os version conemu version far version build bug description когда в колорере включено использование truemod в конэму похоже несколько запаздывает обновление текста по сравнению с о... | 1 |
698,612 | 23,986,846,153 | IssuesEvent | 2022-09-13 19:54:33 | authzed/spicedb | https://api.github.com/repos/authzed/spicedb | opened | Automatically set cache sizes based on available memory | priority/2 medium area/perf | We should have the option to automatically set cache sizes to a user configurable percentage of the total memory available to the SpiceDB process. | 1.0 | Automatically set cache sizes based on available memory - We should have the option to automatically set cache sizes to a user configurable percentage of the total memory available to the SpiceDB process. | priority | automatically set cache sizes based on available memory we should have the option to automatically set cache sizes to a user configurable percentage of the total memory available to the spicedb process | 1 |
460,520 | 13,211,695,805 | IssuesEvent | 2020-08-16 01:12:26 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | opened | Single LearnDash Group mapped to multiple BuddyBoss Social Groups with granular user role permission, capability and status update | feature: enhancement priority: medium | **Is your feature request related to a problem? Please describe.**
(1) One / Single LearnDash (LD) Group can be mapped to multiple BuddyBoss Social Groups
(2) BuddyBoss Social Groups navigation to have more tabs like Group Course Management only visible to Social Group Manager and Moderator roles to help view and man... | 1.0 | Single LearnDash Group mapped to multiple BuddyBoss Social Groups with granular user role permission, capability and status update - **Is your feature request related to a problem? Please describe.**
(1) One / Single LearnDash (LD) Group can be mapped to multiple BuddyBoss Social Groups
(2) BuddyBoss Social Groups n... | priority | single learndash group mapped to multiple buddyboss social groups with granular user role permission capability and status update is your feature request related to a problem please describe one single learndash ld group can be mapped to multiple buddyboss social groups buddyboss social groups n... | 1 |
450,528 | 13,012,937,896 | IssuesEvent | 2020-07-25 08:46:50 | Argia-Org/incodnito | https://api.github.com/repos/Argia-Org/incodnito | closed | No internet connectivity | Priority: Medium Status: Completed Type: Bug | Build version of the app can't communicate with internet due to lack of connectivity permission. | 1.0 | No internet connectivity - Build version of the app can't communicate with internet due to lack of connectivity permission. | priority | no internet connectivity build version of the app can t communicate with internet due to lack of connectivity permission | 1 |
722,809 | 24,874,495,887 | IssuesEvent | 2022-10-27 17:51:34 | bounswe/bounswe2022group6 | https://api.github.com/repos/bounswe/bounswe2022group6 | closed | Frontend Containerization | Priority: Medium State: Completed Type: Development Frontend | Frontend should be dockerized while preserving the required connections to the backend. While containerization, tests should also run for robust development cycle. | 1.0 | Frontend Containerization - Frontend should be dockerized while preserving the required connections to the backend. While containerization, tests should also run for robust development cycle. | priority | frontend containerization frontend should be dockerized while preserving the required connections to the backend while containerization tests should also run for robust development cycle | 1 |
616,099 | 19,293,686,112 | IssuesEvent | 2021-12-12 08:03:48 | bounswe/2021SpringGroup3 | https://api.github.com/repos/bounswe/2021SpringGroup3 | closed | Mobile: Post Detail Page | Type: Enhancement Status: Review Needed Priority: Medium Component: Mobile | The post detail page is currently running as a mock.
Required enhancements:
- It should be developed to map the post detail information received from the backend.
- The view should include:
1. Body of the post
2. Number of likes
3. Like button
4. Name of the user
... | 1.0 | Mobile: Post Detail Page - The post detail page is currently running as a mock.
Required enhancements:
- It should be developed to map the post detail information received from the backend.
- The view should include:
1. Body of the post
2. Number of likes
3. Like button
4.... | priority | mobile post detail page the post detail page is currently running as a mock required enhancements it should be developed to map the post detail information received from the backend the view should include body of the post number of likes like button ... | 1 |
637,372 | 20,626,429,721 | IssuesEvent | 2022-03-07 23:12:13 | bounswe/bounswe2022group7 | https://api.github.com/repos/bounswe/bounswe2022group7 | closed | Study git as a version management system and add info to a wiki page | Status: Completed Priority: Medium Type: Research Difficulty: Easy | - [x] Explore git and differences between git and GitHub. Study the git commands
- [x] After the research write the key points to [Using Git and GitHub](https://github.com/bounswe/bounswe2022group7/wiki/Using-Git-and-GitHub) | 1.0 | Study git as a version management system and add info to a wiki page - - [x] Explore git and differences between git and GitHub. Study the git commands
- [x] After the research write the key points to [Using Git and GitHub](https://github.com/bounswe/bounswe2022group7/wiki/Using-Git-and-GitHub) | priority | study git as a version management system and add info to a wiki page explore git and differences between git and github study the git commands after the research write the key points to | 1 |
373,633 | 11,046,617,574 | IssuesEvent | 2019-12-09 17:12:16 | opentargets/platform | https://api.github.com/repos/opentargets/platform | opened | Update logic that generates HTML <link rel="canonical" ...> meta tag | Kind: Enhancement Priority: Medium | Currently, the [controllers.js file](https://github.com/opentargets/webapp/blob/master/app/src/js/controllers.js) is responsible for setting the `<link rel="canonical href="...">` metatag.
However, there are cases where the `href` value that is set is incorrect. For example, on [the drug profile page for Mitoxantron... | 1.0 | Update logic that generates HTML <link rel="canonical" ...> meta tag - Currently, the [controllers.js file](https://github.com/opentargets/webapp/blob/master/app/src/js/controllers.js) is responsible for setting the `<link rel="canonical href="...">` metatag.
However, there are cases where the `href` value that is s... | priority | update logic that generates html meta tag currently the is responsible for setting the metatag however there are cases where the href value that is set is incorrect for example on the href value is set to instead of is it possible to update the logic so that the href set f... | 1 |
269,997 | 8,445,354,493 | IssuesEvent | 2018-10-18 21:13:33 | RoboJackets/apiary | https://api.github.com/repos/RoboJackets/apiary | closed | Symfony\Component\Debug\Exception\FatalThrowableError in GET /nova-api/attendance/lens/recent-inactive-users | area / nova priority / medium type / bug | ## Error in Apiary
**Symfony\Component\Debug\Exception\FatalThrowableError** in **GET /nova-api/attendance/lens/recent-inactive-users**
Call to undefined method stdClass::attendee()
[View on Bugsnag](https://app.bugsnag.com/robojackets/apiary/errors/5bc8c9ee984c7e00197cb250?event_id=5bc8f10a0030840aebaa0000&i=gh&m=ci... | 1.0 | Symfony\Component\Debug\Exception\FatalThrowableError in GET /nova-api/attendance/lens/recent-inactive-users - ## Error in Apiary
**Symfony\Component\Debug\Exception\FatalThrowableError** in **GET /nova-api/attendance/lens/recent-inactive-users**
Call to undefined method stdClass::attendee()
[View on Bugsnag](https:/... | priority | symfony component debug exception fatalthrowableerror in get nova api attendance lens recent inactive users error in apiary symfony component debug exception fatalthrowableerror in get nova api attendance lens recent inactive users call to undefined method stdclass attendee stacktrace a... | 1 |
341,265 | 10,291,488,138 | IssuesEvent | 2019-08-27 14:37:04 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | webadmin : add VLAN with type other results in type (None) | Priority: Medium Type: Bug | With packetfence-8.0.9-0.201806210000.el7.noarch, if I try to add a VLAN to an existing logical interface with :
* Type = Other
I get a new VLAN with :
* Type = (None)
Moreover, if I edit new VLAN to change its type from (None) to Other, I get success message but type stay at (None). Same behavior with an exi... | 1.0 | webadmin : add VLAN with type other results in type (None) - With packetfence-8.0.9-0.201806210000.el7.noarch, if I try to add a VLAN to an existing logical interface with :
* Type = Other
I get a new VLAN with :
* Type = (None)
Moreover, if I edit new VLAN to change its type from (None) to Other, I get succe... | priority | webadmin add vlan with type other results in type none with packetfence noarch if i try to add a vlan to an existing logical interface with type other i get a new vlan with type none moreover if i edit new vlan to change its type from none to other i get success message bu... | 1 |
592,829 | 17,931,797,232 | IssuesEvent | 2021-09-10 10:13:32 | debops/debops | https://api.github.com/repos/debops/debops | closed | [resolvconf] Task "Install required packages" incoherent with others? | meta priority: medium tag: DNS | The task `Install required packages` has a condition `when: resolvconf__enabled|bool`.
But following tasks has the condition `when: resolvconf__enabled|bool and resolvconf__static_enabled|bool`.
Is there any meaning to setup resolvconf static configuration without installing `resolvconf`? | 1.0 | [resolvconf] Task "Install required packages" incoherent with others? - The task `Install required packages` has a condition `when: resolvconf__enabled|bool`.
But following tasks has the condition `when: resolvconf__enabled|bool and resolvconf__static_enabled|bool`.
Is there any meaning to setup resolvconf stati... | priority | task install required packages incoherent with others the task install required packages has a condition when resolvconf enabled bool but following tasks has the condition when resolvconf enabled bool and resolvconf static enabled bool is there any meaning to setup resolvconf static configura... | 1 |
746,410 | 26,029,427,848 | IssuesEvent | 2022-12-21 19:32:44 | calcom/cal.com | https://api.github.com/repos/calcom/cal.com | closed | [CAL-615] Changing the time zone on a booking page makes the date override available available. | Medium priority | Changing the time zone on a booking page makes the day available.
<sub>From [SyncLinear.com](https://synclinear.com) | [CAL-615](https://linear.app/calcom/issue/CAL-615/changing-the-time-zone-on-a-booking-page-makes-the-date-override)</sub> | 1.0 | [CAL-615] Changing the time zone on a booking page makes the date override available available. - Changing the time zone on a booking page makes the day available.
<sub>From [SyncLinear.com](https://synclinear.com) | [CAL-615](https://linear.app/calcom/issue/CAL-615/changing-the-time-zone-on-a-booking-page-makes-the-d... | priority | changing the time zone on a booking page makes the date override available available changing the time zone on a booking page makes the day available from | 1 |
190,742 | 6,822,079,642 | IssuesEvent | 2017-11-07 18:51:24 | Rsl1122/Plan-PlayerAnalytics | https://api.github.com/repos/Rsl1122/Plan-PlayerAnalytics | closed | NullPointerException: Analysis Data has not been cached. | Priority: MEDIUM status: Done | Plan v4.0.5
Bungee + 2 Bukkit Server Setup
```
[05:47:27] [Craft Scheduler Thread - 22/WARN]: [Plan] Plugin Plan v4.0.5 generated an exception while executing task 340
java.lang.NullPointerException: Analysis Data has not been cached.
at main.java.com.djrapitops.plan.systems.info.BukkitInformationManager.getAna... | 1.0 | NullPointerException: Analysis Data has not been cached. - Plan v4.0.5
Bungee + 2 Bukkit Server Setup
```
[05:47:27] [Craft Scheduler Thread - 22/WARN]: [Plan] Plugin Plan v4.0.5 generated an exception while executing task 340
java.lang.NullPointerException: Analysis Data has not been cached.
at main.java.com.d... | priority | nullpointerexception analysis data has not been cached plan bungee bukkit server setup plugin plan generated an exception while executing task java lang nullpointerexception analysis data has not been cached at main java com djrapitops plan systems info bukkitinformationmanage... | 1 |
354,265 | 10,564,731,300 | IssuesEvent | 2019-10-05 04:47:47 | Porkins97/DinoNuggetsGame | https://api.github.com/repos/Porkins97/DinoNuggetsGame | closed | Steak and lettuce falls through the floor when dropped at certain angles | Fixed Priority Medium bug | Describe the bug
If a player and drops these items they sometime fall through the floor.
Version
DinoNuggetsPrototype
To Reproduce
Picking up either steak or lettuce and dropping them on the ground
Expected behavior
These items should stay on the floor so they can be picked up again when needed
Desktop ... | 1.0 | Steak and lettuce falls through the floor when dropped at certain angles - Describe the bug
If a player and drops these items they sometime fall through the floor.
Version
DinoNuggetsPrototype
To Reproduce
Picking up either steak or lettuce and dropping them on the ground
Expected behavior
These items shou... | priority | steak and lettuce falls through the floor when dropped at certain angles describe the bug if a player and drops these items they sometime fall through the floor version dinonuggetsprototype to reproduce picking up either steak or lettuce and dropping them on the ground expected behavior these items shou... | 1 |
503,645 | 14,596,275,158 | IssuesEvent | 2020-12-20 15:11:30 | bounswe/bounswe2020group7 | https://api.github.com/repos/bounswe/bounswe2020group7 | closed | Backend - Implement Trending Projects Functionality | Priority: Medium Status: Under review Subteam: Backend | Implement Trending Projects Functionality for Backend Server. | 1.0 | Backend - Implement Trending Projects Functionality - Implement Trending Projects Functionality for Backend Server. | priority | backend implement trending projects functionality implement trending projects functionality for backend server | 1 |
654,113 | 21,638,030,146 | IssuesEvent | 2022-05-05 15:51:33 | phetsims/qa | https://api.github.com/repos/phetsims/qa | closed | Investigate adding Android device testing to the test matrix | priority:3-medium | With an Android App, how much testing are we doing on Android devices? What devices are the most popular if we were to choose a couple? What would light testing look like to catch major issues like will not load? | 1.0 | Investigate adding Android device testing to the test matrix - With an Android App, how much testing are we doing on Android devices? What devices are the most popular if we were to choose a couple? What would light testing look like to catch major issues like will not load? | priority | investigate adding android device testing to the test matrix with an android app how much testing are we doing on android devices what devices are the most popular if we were to choose a couple what would light testing look like to catch major issues like will not load | 1 |
393,511 | 11,616,851,234 | IssuesEvent | 2020-02-26 16:20:44 | status-im/status-react | https://api.github.com/repos/status-im/status-react | closed | Asset selector is tappable when being on Recipient screen (iOS) | bug ios medium-priority medium-severity | # Problem
Can tap asset selector and be redirected to it when being on another screen.
## Steps:
1. open status
2. open wallet
3. tap Send
4. tap Specify recipient -> from contacts
5. tap the area where Asset selector should be
Please check the video attached
https://drive.google.com/open?id=1q5DI... | 1.0 | Asset selector is tappable when being on Recipient screen (iOS) - # Problem
Can tap asset selector and be redirected to it when being on another screen.
## Steps:
1. open status
2. open wallet
3. tap Send
4. tap Specify recipient -> from contacts
5. tap the area where Asset selector should be
Please c... | priority | asset selector is tappable when being on recipient screen ios problem can tap asset selector and be redirected to it when being on another screen steps open status open wallet tap send tap specify recipient from contacts tap the area where asset selector should be please c... | 1 |
538,502 | 15,770,299,488 | IssuesEvent | 2021-03-31 19:17:03 | ArchitectSMP/k8s-gitops | https://api.github.com/repos/ArchitectSMP/k8s-gitops | closed | Proxy Service for improving American connection to server | enhancement feature/cluster priority/medium | Look into Proxy Service for improving American connection to server | 1.0 | Proxy Service for improving American connection to server - Look into Proxy Service for improving American connection to server | priority | proxy service for improving american connection to server look into proxy service for improving american connection to server | 1 |
315,035 | 9,605,919,869 | IssuesEvent | 2019-05-11 05:04:52 | victor15210552/FinishProyect | https://api.github.com/repos/victor15210552/FinishProyect | closed | HU1 - Ingreso al sistema, Login | Priority: Medium Type: HU | ### Descripción
Yo como usuario requiero un modulo de login y signup para ingresar al sistema.
- ### Criterios de Aceptación
1. Dado un usuario que ingrese su usuario y contraseña correctos, al dar click al boton ingresar entonces el sistema permitirá el ingreso al sistema y redireccionara al usuario a la pa... | 1.0 | HU1 - Ingreso al sistema, Login - ### Descripción
Yo como usuario requiero un modulo de login y signup para ingresar al sistema.
- ### Criterios de Aceptación
1. Dado un usuario que ingrese su usuario y contraseña correctos, al dar click al boton ingresar entonces el sistema permitirá el ingreso al sistema y... | priority | ingreso al sistema login descripción yo como usuario requiero un modulo de login y signup para ingresar al sistema criterios de aceptación dado un usuario que ingrese su usuario y contraseña correctos al dar click al boton ingresar entonces el sistema permitirá el ingreso al sistema y r... | 1 |
77,131 | 3,506,264,029 | IssuesEvent | 2016-01-08 05:05:42 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | MotionMaster.cpp (BB #192) | migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:**
**Original Date:** 12.06.2010 19:00:48 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/192
<hr>
MotionMaster.cpp:430: error: expected `)' before ';' t... | 1.0 | MotionMaster.cpp (BB #192) - This issue was migrated from bitbucket.
**Original Reporter:**
**Original Date:** 12.06.2010 19:00:48 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/192
<hr>
MotionMaster.cpp:430: err... | priority | motionmaster cpp bb this issue was migrated from bitbucket original reporter original date gmt original priority major original type bug original state resolved direct link motionmaster cpp error expected before token in member function void motio... | 1 |
166,463 | 6,305,082,156 | IssuesEvent | 2017-07-21 17:28:48 | minio/minio-go | https://api.github.com/repos/minio/minio-go | closed | v3.0.0 breaks restic backend tests? | priority: medium triage | Hi,
I've tried to update the vendored minio-go for restic, but now the backend tests (using minio as the server) fail:
```
# restic/backend/s3
time="2017-07-17T19:49:10+02:00" level=error msg="{\"method\":\"PUT\",\"reqURI\":\"/restictestbucket/test-1500313750128396834/data/c3/c3ab8ff13720e8ad9047dd39466b3c8974e... | 1.0 | v3.0.0 breaks restic backend tests? - Hi,
I've tried to update the vendored minio-go for restic, but now the backend tests (using minio as the server) fail:
```
# restic/backend/s3
time="2017-07-17T19:49:10+02:00" level=error msg="{\"method\":\"PUT\",\"reqURI\":\"/restictestbucket/test-1500313750128396834/data/... | priority | breaks restic backend tests hi i ve tried to update the vendored minio go for restic but now the backend tests using minio as the server fail restic backend time level error msg method put requri restictestbucket test data header accept encod... | 1 |
429,492 | 12,425,522,820 | IssuesEvent | 2020-05-24 16:43:22 | DIT112-V20/group-06 | https://api.github.com/repos/DIT112-V20/group-06 | closed | Speed and delay parameters can be passed to the car | car medium priority sprint5 user story | ## User story
As a user, I want the car to dance change speed in line with the music so it is more entertaining.
## Acceptance criteria
* Car can handle `/dance` requests with `speed` and/or `delay` parameters which sets the speed and delay of the car. | 1.0 | Speed and delay parameters can be passed to the car - ## User story
As a user, I want the car to dance change speed in line with the music so it is more entertaining.
## Acceptance criteria
* Car can handle `/dance` requests with `speed` and/or `delay` parameters which sets the speed and delay of the car. | priority | speed and delay parameters can be passed to the car user story as a user i want the car to dance change speed in line with the music so it is more entertaining acceptance criteria car can handle dance requests with speed and or delay parameters which sets the speed and delay of the car | 1 |
802,745 | 29,045,328,671 | IssuesEvent | 2023-05-13 13:33:06 | robotframework/robotframework | https://api.github.com/repos/robotframework/robotframework | closed | Add forward compatible `start_time`, `end_time` and `elapsed_time` propertys to result objects | enhancement priority: medium effort: small | The plan is to enhance performance of getting and processing timestamps in RF 7.0 (#4258). Part of that is internally representing start and end times as `datetime` objects and elapsed time as a `timedelta`. The old `starttime`, `endtime` and `elapsed` time attributes will be preserved for backwards compatibility reaso... | 1.0 | Add forward compatible `start_time`, `end_time` and `elapsed_time` propertys to result objects - The plan is to enhance performance of getting and processing timestamps in RF 7.0 (#4258). Part of that is internally representing start and end times as `datetime` objects and elapsed time as a `timedelta`. The old `startt... | priority | add forward compatible start time end time and elapsed time propertys to result objects the plan is to enhance performance of getting and processing timestamps in rf part of that is internally representing start and end times as datetime objects and elapsed time as a timedelta the old starttime... | 1 |
788,081 | 27,742,548,493 | IssuesEvent | 2023-03-15 15:08:12 | quadratic-funding/mpc-phase2-suite | https://api.github.com/repos/quadratic-funding/mpc-phase2-suite | closed | Remove temporary/uncomplete data when timedout to avoid unstable contribution resumes | bug 🪲 Medium Priority ⏰ | ### Description
Suddenly interrupting a contribution due to a timeout results in the possibility of having incomplete or temporary information saved in the Firestore database. Consequently, a clean-up action must be contemplated when a timeout is triggered. | 1.0 | Remove temporary/uncomplete data when timedout to avoid unstable contribution resumes - ### Description
Suddenly interrupting a contribution due to a timeout results in the possibility of having incomplete or temporary information saved in the Firestore database. Consequently, a clean-up action must be contemplated wh... | priority | remove temporary uncomplete data when timedout to avoid unstable contribution resumes description suddenly interrupting a contribution due to a timeout results in the possibility of having incomplete or temporary information saved in the firestore database consequently a clean up action must be contemplated wh... | 1 |
282,946 | 8,712,147,069 | IssuesEvent | 2018-12-06 21:20:03 | blackbaud/skyux-forms | https://api.github.com/repos/blackbaud/skyux-forms | closed | Checkbox doesn't update when used in a component with OnPush detection strategy | Priority: Medium Status: Ready for release Type: Bug | ### Expected behavior
Checkbox should update immediately when a parent component changes the checkbox's bound property.
### Actual behavior
Checkbox won't update immediately, and requires additional click to change.
### Steps to reproduce
Put a checkbox in a component using `ChangeDetectionStrategy.OnPush`.
| 1.0 | Checkbox doesn't update when used in a component with OnPush detection strategy - ### Expected behavior
Checkbox should update immediately when a parent component changes the checkbox's bound property.
### Actual behavior
Checkbox won't update immediately, and requires additional click to change.
### Steps to r... | priority | checkbox doesn t update when used in a component with onpush detection strategy expected behavior checkbox should update immediately when a parent component changes the checkbox s bound property actual behavior checkbox won t update immediately and requires additional click to change steps to r... | 1 |
420,186 | 12,234,397,033 | IssuesEvent | 2020-05-04 13:21:56 | rikatz/kubepug | https://api.github.com/repos/rikatz/kubepug | closed | Replace all the 'panics' with something more user friendly | Priority/Medium enhancement | Replace all the 'panics' with something more user friendly
Maybe using "log" package? | 1.0 | Replace all the 'panics' with something more user friendly - Replace all the 'panics' with something more user friendly
Maybe using "log" package? | priority | replace all the panics with something more user friendly replace all the panics with something more user friendly maybe using log package | 1 |
22,785 | 2,650,923,960 | IssuesEvent | 2015-03-16 06:48:27 | grepper/tovid | https://api.github.com/repos/grepper/tovid | closed | todiscgui (svn-rsvn-r2384): submenus aren't being built at end. | bug imported Priority-Medium | _From [dan...@gmail.com](https://code.google.com/u/113834599056894001796/) on November 10, 2007 21:24:32_
@todiscgui developers:
I've made several tests with todiscgui using 5 small clips from tv series
in order to try build out a episodic DVD (for tests purpose). The GUI at
this revision is quite responsive to t... | 1.0 | todiscgui (svn-rsvn-r2384): submenus aren't being built at end. - _From [dan...@gmail.com](https://code.google.com/u/113834599056894001796/) on November 10, 2007 21:24:32_
@todiscgui developers:
I've made several tests with todiscgui using 5 small clips from tv series
in order to try build out a episodic DVD (for ... | priority | todiscgui svn rsvn submenus aren t being built at end from on november todiscgui developers i ve made several tests with todiscgui using small clips from tv series in order to try build out a episodic dvd for tests purpose the gui at this revision is quite responsive to the command... | 1 |
76,031 | 3,479,877,168 | IssuesEvent | 2015-12-29 00:06:48 | ableplayer/ableplayer | https://api.github.com/repos/ableplayer/ableplayer | closed | Add preferences for setting caption color, size, and background opacity. | enhancement - medium priority | Not asking for something as comprehensive as what YouTube offers, but I think it would be a good (expected?) accommodation to allow a user to select between white, yellow, and bright green for colors, small, normal, and large for size, and between no background (0.0), 25%, 50%, 75%, and solid/opaque background. | 1.0 | Add preferences for setting caption color, size, and background opacity. - Not asking for something as comprehensive as what YouTube offers, but I think it would be a good (expected?) accommodation to allow a user to select between white, yellow, and bright green for colors, small, normal, and large for size, and betwe... | priority | add preferences for setting caption color size and background opacity not asking for something as comprehensive as what youtube offers but i think it would be a good expected accommodation to allow a user to select between white yellow and bright green for colors small normal and large for size and betwe... | 1 |
750,785 | 26,217,520,447 | IssuesEvent | 2023-01-04 12:16:40 | nix-community/ethereum.nix | https://api.github.com/repos/nix-community/ethereum.nix | closed | Add a service for geth and it's forks | Priority: Medium Status: In Progress Type: Enhancement | # Background
We want to easily configure a geth instance within NixOS and support the different flavours.
# Tasks
1. Port geth's [service configuration](https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/blockchain/ethereum/geth.nix) from `nixpkgs`.
2. Improve/update the service to be generic a... | 1.0 | Add a service for geth and it's forks - # Background
We want to easily configure a geth instance within NixOS and support the different flavours.
# Tasks
1. Port geth's [service configuration](https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/blockchain/ethereum/geth.nix) from `nixpkgs`.
2. I... | priority | add a service for geth and it s forks background we want to easily configure a geth instance within nixos and support the different flavours tasks port geth s from nixpkgs improve update the service to be generic and to support the different instances of geth incorporate tests that con... | 1 |
382,305 | 11,303,651,771 | IssuesEvent | 2020-01-17 20:40:25 | Alluxio/alluxio | https://api.github.com/repos/Alluxio/alluxio | closed | Metrics JSON endpoint not reporting correct UFS metrics | area-apis priority-medium type-bug | **Alluxio Version:**
1.8.2
**Describe the bug**
UFS metrics are not reported correctly. When creating two different mount points on the same HDFS cluster, operations on the second mount point are incorrectly reported to the first mount point.
**To Reproduce**
Mount two different directories from an HDFS cluste... | 1.0 | Metrics JSON endpoint not reporting correct UFS metrics - **Alluxio Version:**
1.8.2
**Describe the bug**
UFS metrics are not reported correctly. When creating two different mount points on the same HDFS cluster, operations on the second mount point are incorrectly reported to the first mount point.
**To Reprod... | priority | metrics json endpoint not reporting correct ufs metrics alluxio version describe the bug ufs metrics are not reported correctly when creating two different mount points on the same hdfs cluster operations on the second mount point are incorrectly reported to the first mount point to reprod... | 1 |
753,099 | 26,339,971,816 | IssuesEvent | 2023-01-10 16:55:58 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Remove unsafe Operation::tablet() function returning a raw pointer. | kind/bug area/docdb priority/medium | Jira Link: [DB-4544](https://yugabyte.atlassian.net/browse/DB-4544)
### Description
Remove the unsafe Operation::tablet() function returning a raw pointer. | 1.0 | [DocDB] Remove unsafe Operation::tablet() function returning a raw pointer. - Jira Link: [DB-4544](https://yugabyte.atlassian.net/browse/DB-4544)
### Description
Remove the unsafe Operation::tablet() function returning a raw pointer. | priority | remove unsafe operation tablet function returning a raw pointer jira link description remove the unsafe operation tablet function returning a raw pointer | 1 |
16,833 | 2,615,124,771 | IssuesEvent | 2015-03-01 05:52:44 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | closed | Google Affiliate Network API Google Affiliate Network API Google Affiliate Network API | auto-migrated Priority-Medium Type-Sample | ```
Please provider me PHP API sample for affiliate network api so I can get event
list from there http://code.google.com/apis/gan/v1beta1/events.html
```
Original issue reported on code.google.com by `ihm2...@gmail.com` on 23 Feb 2012 at 10:23 | 1.0 | Google Affiliate Network API Google Affiliate Network API Google Affiliate Network API - ```
Please provider me PHP API sample for affiliate network api so I can get event
list from there http://code.google.com/apis/gan/v1beta1/events.html
```
Original issue reported on code.google.com by `ihm2...@gmail.com` on 23 F... | priority | google affiliate network api google affiliate network api google affiliate network api please provider me php api sample for affiliate network api so i can get event list from there original issue reported on code google com by gmail com on feb at | 1 |
797,872 | 28,182,108,935 | IssuesEvent | 2023-04-04 03:58:58 | AY2223S2-CS2103T-T14-4/tp | https://api.github.com/repos/AY2223S2-CS2103T-T14-4/tp | closed | [PE-D][Tester D] "Addressbook" still exists in the application | bug priority.Medium | 
The term "address book" is seen in the output log as shown in the image, and also in the bottom left in `./data/addressbook.json`
<!--session: 1680243384851-ea5fafea-1d6... | 1.0 | [PE-D][Tester D] "Addressbook" still exists in the application - 
The term "address book" is seen in the output log as shown in the image, and also in the bottom left in `.... | priority | addressbook still exists in the application the term address book is seen in the output log as shown in the image and also in the bottom left in data addressbook json labels type functionalitybug severity low original kennethk ped | 1 |
73,177 | 3,408,812,489 | IssuesEvent | 2015-12-04 12:47:30 | andresriancho/w3af | https://api.github.com/repos/andresriancho/w3af | closed | Multiple bug reports @ grep.form_autocomplete | bug plugin priority:medium | ## Description
The `grep.form_autocomplete` reports multiple (many, many, many!) vulnerabilities when the site has the following specifications:
* URL rewrite is used, so each "product" in the site has it's own unique URL path
* Each product URL has a login form
The plugin will report one vulnerability for each... | 1.0 | Multiple bug reports @ grep.form_autocomplete - ## Description
The `grep.form_autocomplete` reports multiple (many, many, many!) vulnerabilities when the site has the following specifications:
* URL rewrite is used, so each "product" in the site has it's own unique URL path
* Each product URL has a login form
T... | priority | multiple bug reports grep form autocomplete description the grep form autocomplete reports multiple many many many vulnerabilities when the site has the following specifications url rewrite is used so each product in the site has it s own unique url path each product url has a login form t... | 1 |
330,319 | 10,038,461,277 | IssuesEvent | 2019-07-18 15:11:47 | Polymer/tools | https://api.github.com/repos/Polymer/tools | closed | Proposal: Rename the filenames of the elements | Package: modulizer Priority: Medium Status: Pending Type: Enhancement | Now with the new bare module specifiers, to import a Polymer Element is like:
```javascript
import '@polymer/paper-thing/paper-thing';
```
What do you think to rename the filenames to `index.js`?
To import like:
```javascript
import '@polymer/paper-thing';
``` | 1.0 | Proposal: Rename the filenames of the elements - Now with the new bare module specifiers, to import a Polymer Element is like:
```javascript
import '@polymer/paper-thing/paper-thing';
```
What do you think to rename the filenames to `index.js`?
To import like:
```javascript
import '@polymer/paper-thing';... | priority | proposal rename the filenames of the elements now with the new bare module specifiers to import a polymer element is like javascript import polymer paper thing paper thing what do you think to rename the filenames to index js to import like javascript import polymer paper thing ... | 1 |
408,474 | 11,947,625,252 | IssuesEvent | 2020-04-03 10:15:56 | astropy/astropy | https://api.github.com/repos/astropy/astropy | closed | TimeSeries sorting fails when sorting by time | Bug Priority-Medium table timeseries | When sorting a TimeSeries by the time column after having sorted by another column, the sorting fails:
```
In [15]: ts = TimeSeries(time=['2016-01-01', '2018-01-01', '2017-01-01'])
In [16]: ts['flux'] = [3, 2, 1]
In [17]: ts ... | 1.0 | TimeSeries sorting fails when sorting by time - When sorting a TimeSeries by the time column after having sorted by another column, the sorting fails:
```
In [15]: ts = TimeSeries(time=['2016-01-01', '2018-01-01', '2017-01-01'])
In [16]: ts['flux'] = [3, 2, 1] ... | priority | timeseries sorting fails when sorting by time when sorting a timeseries by the time column after having sorted by another column the sorting fails in ts timeseries time in ts in ts ... | 1 |
40,312 | 2,868,529,735 | IssuesEvent | 2015-06-05 19:23:38 | dart-lang/dart_style | https://api.github.com/repos/dart-lang/dart_style | closed | analyzer_experimental - formatter: newline at the end of files | enhancement Fixed Priority-Medium | <a href="https://github.com/kevmoo"><img src="https://avatars.githubusercontent.com/u/17034?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [kevmoo](https://github.com/kevmoo)**
_Originally opened as dart-lang/sdk#13188_
----
Git/Github really like this. I'm a big fan, too. | 1.0 | analyzer_experimental - formatter: newline at the end of files - <a href="https://github.com/kevmoo"><img src="https://avatars.githubusercontent.com/u/17034?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [kevmoo](https://github.com/kevmoo)**
_Originally opened as dart-lang/sdk#13188_
----
G... | priority | analyzer experimental formatter newline at the end of files issue by originally opened as dart lang sdk git github really like this i m a big fan too | 1 |
358,889 | 10,651,512,164 | IssuesEvent | 2019-10-17 10:32:13 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | Virtualized MultiSelect shows loading and skips items when scrolling | Bug C: MultiSelect F: AngularJS FP: In Development Kendo2 Priority 5 SEV: Medium Triaged | ### Bug report
Virtualized MultiSelect shows loading and skips items when scrolling
~~http://dojo.telerik.com/anAsINUC~~
[Dojo with corrected Id field casing - 2019.3.917](https://dojo.telerik.com/@Dimitar-Goshev/OZaPURuh)
Click on the control and scroll down
### Current behavior
Some of the items are skipped... | 1.0 | Virtualized MultiSelect shows loading and skips items when scrolling - ### Bug report
Virtualized MultiSelect shows loading and skips items when scrolling
~~http://dojo.telerik.com/anAsINUC~~
[Dojo with corrected Id field casing - 2019.3.917](https://dojo.telerik.com/@Dimitar-Goshev/OZaPURuh)
Click on the contro... | priority | virtualized multiselect shows loading and skips items when scrolling bug report virtualized multiselect shows loading and skips items when scrolling click on the control and scroll down current behavior some of the items are skipped and some are displayed with loading expected desi... | 1 |
509,764 | 14,742,950,858 | IssuesEvent | 2021-01-07 13:10:07 | elabftw/elabftw | https://api.github.com/repos/elabftw/elabftw | closed | Sharing database across team | enhancement priority:medium | # Question / free support
I would like to create a shared item database for all the teams in my organization (for example to share a documentation of a tool)
However, if I use the permission to "Organization", they can load the page if I gave them the link but they can't see the shared database entry in their datab... | 1.0 | Sharing database across team - # Question / free support
I would like to create a shared item database for all the teams in my organization (for example to share a documentation of a tool)
However, if I use the permission to "Organization", they can load the page if I gave them the link but they can't see the share... | priority | sharing database across team question free support i would like to create a shared item database for all the teams in my organization for example to share a documentation of a tool however if i use the permission to organization they can load the page if i gave them the link but they can t see the share... | 1 |
111,770 | 4,487,846,893 | IssuesEvent | 2016-08-30 03:34:53 | DistrictDataLabs/partisan-discourse | https://api.github.com/repos/DistrictDataLabs/partisan-discourse | closed | Deploy intermediate release | priority: medium type: task | Deploy release with label description, admins, and election icons page. | 1.0 | Deploy intermediate release - Deploy release with label description, admins, and election icons page. | priority | deploy intermediate release deploy release with label description admins and election icons page | 1 |
541,431 | 15,826,915,206 | IssuesEvent | 2021-04-06 08:03:09 | hazelcast/hazelcast-python-client | https://api.github.com/repos/hazelcast/hazelcast-python-client | closed | Make client work when addresses configured via different interface than members | Estimation: S Priority: Medium Source: Internal Type: Enhancement | Clients and members were forced to configure the same interface when adding a member address to config.
https://github.com/hazelcast/hazelcast/pull/14104
With this prd on the java side, we have relaxed the rules. As long as hostnames are resolved to the same IP when DNS lookup made on the client side following setu... | 1.0 | Make client work when addresses configured via different interface than members - Clients and members were forced to configure the same interface when adding a member address to config.
https://github.com/hazelcast/hazelcast/pull/14104
With this prd on the java side, we have relaxed the rules. As long as hostnames ... | priority | make client work when addresses configured via different interface than members clients and members were forced to configure the same interface when adding a member address to config with this prd on the java side we have relaxed the rules as long as hostnames are resolved to the same ip when dns lookup made... | 1 |
675,379 | 23,092,690,048 | IssuesEvent | 2022-07-26 16:28:08 | vaticle/typedb-client-java | https://api.github.com/repos/vaticle/typedb-client-java | opened | Test connection to a Cluster node | type: feature priority: medium | ## Problem to Solve
Currently, there's no easy way to check the health of Cluster server nodes.
## Current Workaround
SSH into each machine individually, run `jps`, assuming that if the node is alive then it is responsive. Check its logs to make sure. Alternatively, try creating a Cluster client to each node a... | 1.0 | Test connection to a Cluster node - ## Problem to Solve
Currently, there's no easy way to check the health of Cluster server nodes.
## Current Workaround
SSH into each machine individually, run `jps`, assuming that if the node is alive then it is responsive. Check its logs to make sure. Alternatively, try crea... | priority | test connection to a cluster node problem to solve currently there s no easy way to check the health of cluster server nodes current workaround ssh into each machine individually run jps assuming that if the node is alive then it is responsive check its logs to make sure alternatively try crea... | 1 |
488,550 | 14,079,302,103 | IssuesEvent | 2020-11-04 14:42:47 | bounswe/bounswe2020group4 | https://api.github.com/repos/bounswe/bounswe2020group4 | opened | (AND) Navigation Bar and Manager | Android Coding Effort: High Priority: Medium Status: Pending | Navigation bar and manager will be added to main activity.

Deadline: 10.11.2020
| 1.0 | (AND) Navigation Bar and Manager - Navigation bar and manager will be added to main activity.

Deadline: 10.11.2020
| priority | and navigation bar and manager navigation bar and manager will be added to main activity deadline | 1 |
593,118 | 17,947,483,309 | IssuesEvent | 2021-09-12 04:12:28 | cch5ng/job_tracker | https://api.github.com/repos/cch5ng/job_tracker | closed | deploy | medium priority | deploy to heroku
set deployed version with a separate db instance (need to update env vars); need to get a new instance
do sanity testing after deployment
?figure out if there is some way to automate cleanup of the database? (like every 2 weeks, purge records?)
| 1.0 | deploy - deploy to heroku
set deployed version with a separate db instance (need to update env vars); need to get a new instance
do sanity testing after deployment
?figure out if there is some way to automate cleanup of the database? (like every 2 weeks, purge records?)
| priority | deploy deploy to heroku set deployed version with a separate db instance need to update env vars need to get a new instance do sanity testing after deployment figure out if there is some way to automate cleanup of the database like every weeks purge records | 1 |
147,405 | 5,638,996,046 | IssuesEvent | 2017-04-06 13:24:32 | Tour-de-Force/btc-app | https://api.github.com/repos/Tour-de-Force/btc-app | closed | "Save" button for track downloading doesn't do anything | bug Priority: Medium | Steps:
1. Go to "Download Track" page
2. Click "Save" on USBR 20
Results:
Nothing happens
| 1.0 | "Save" button for track downloading doesn't do anything - Steps:
1. Go to "Download Track" page
2. Click "Save" on USBR 20
Results:
Nothing happens
| priority | save button for track downloading doesn t do anything steps go to download track page click save on usbr results nothing happens | 1 |
545,810 | 15,963,746,142 | IssuesEvent | 2021-04-16 04:43:34 | amqkv/SOEN-341 | https://api.github.com/repos/amqkv/SOEN-341 | closed | Refactor Backend | 2 Back-End Low Risk Medium Priority Task | **Description**
Rearrange the files into correct folders & revise the naming convention
Optimize routing, functions. | 1.0 | Refactor Backend - **Description**
Rearrange the files into correct folders & revise the naming convention
Optimize routing, functions. | priority | refactor backend description rearrange the files into correct folders revise the naming convention optimize routing functions | 1 |
660,508 | 21,970,903,705 | IssuesEvent | 2022-05-25 03:34:23 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [PITR] Disable PITR create schedule on a cluster with any of its databases containing tablegroups. | kind/bug area/docdb priority/medium | Jira Link: [[DB-316]](https://yugabyte.atlassian.net/browse/DB-316)
### Description
- Create a database
- Create a table group in that database
- Create tables belonging to the above table group
- Insert data
- Tail warning and info logs at this point
- Create a snapshot schedule on the above database.
Please... | 1.0 | [PITR] Disable PITR create schedule on a cluster with any of its databases containing tablegroups. - Jira Link: [[DB-316]](https://yugabyte.atlassian.net/browse/DB-316)
### Description
- Create a database
- Create a table group in that database
- Create tables belonging to the above table group
- Insert data
- ... | priority | disable pitr create schedule on a cluster with any of its databases containing tablegroups jira link description create a database create a table group in that database create tables belonging to the above table group insert data tail warning and info logs at this point create a snap... | 1 |
631,426 | 20,151,623,557 | IssuesEvent | 2022-02-09 12:58:40 | ita-social-projects/horondi_client_fe | https://api.github.com/repos/ita-social-projects/horondi_client_fe | closed | [All product detail page] PDP present with inccorect price according to the Product Catalog Page | bug UI priority: medium severity: trivial | **Steps to reproduce:**
1. Go to: https://horondi-front-staging.azurewebsites.net/
2. Click to the menu on the left corner on the top of the pages
3. Choose any point on "Рюкзаки" tab
4. Open "Сумка шопер" product detail page
5. Pay attention that price on PDP (Screen 1) does not match to price in Product Cata... | 1.0 | [All product detail page] PDP present with inccorect price according to the Product Catalog Page - **Steps to reproduce:**
1. Go to: https://horondi-front-staging.azurewebsites.net/
2. Click to the menu on the left corner on the top of the pages
3. Choose any point on "Рюкзаки" tab
4. Open "Сумка шопер" product... | priority | pdp present with inccorect price according to the product catalog page steps to reproduce go to click to the menu on the left corner on the top of the pages choose any point on рюкзаки tab open сумка шопер product detail page pay attention that price on pdp screen does not ma... | 1 |
800,640 | 28,373,433,587 | IssuesEvent | 2023-04-12 18:49:19 | svthalia/concrexit | https://api.github.com/repos/svthalia/concrexit | closed | Events page looks very scuffed | priority: medium bug | ### Describe the bug
Look at the screenshot
### How to reproduce
Steps to reproduce the behaviour:
1. Go to https://staging.thalia.nu/admin/events/event/183/details/
2. See very bad UI
### Expected behaviour
The text should be layed out horizontal, its not a sign on the side of a building.
### Screenshots... | 1.0 | Events page looks very scuffed - ### Describe the bug
Look at the screenshot
### How to reproduce
Steps to reproduce the behaviour:
1. Go to https://staging.thalia.nu/admin/events/event/183/details/
2. See very bad UI
### Expected behaviour
The text should be layed out horizontal, its not a sign on the side ... | priority | events page looks very scuffed describe the bug look at the screenshot how to reproduce steps to reproduce the behaviour go to see very bad ui expected behaviour the text should be layed out horizontal its not a sign on the side of a building screenshots | 1 |
736,926 | 25,492,822,416 | IssuesEvent | 2022-11-27 09:47:41 | bounswe/bounswe2022group8 | https://api.github.com/repos/bounswe/bounswe2022group8 | opened | MOB-10: Changing password and the profile photo | Effort: Medium Priority: Medium Status: In Progress Coding Team: Mobile | ### What's up?
The Artopia mobile app users should be able to change their password and profile photo after they signed-in. Therefore a "settings page" should be implemented to provide this features. Users will be able to reach this settings page from their profile photo by simply pressing a gear icon that located on ... | 1.0 | MOB-10: Changing password and the profile photo - ### What's up?
The Artopia mobile app users should be able to change their password and profile photo after they signed-in. Therefore a "settings page" should be implemented to provide this features. Users will be able to reach this settings page from their profile pho... | priority | mob changing password and the profile photo what s up the artopia mobile app users should be able to change their password and profile photo after they signed in therefore a settings page should be implemented to provide this features users will be able to reach this settings page from their profile phot... | 1 |
530,774 | 15,436,551,472 | IssuesEvent | 2021-03-07 13:29:17 | teambit/bit | https://api.github.com/repos/teambit/bit | closed | bit should auto detect test files | area/add area/config priority/medium type/feature | ```
❯ mkdir /tmp/bittest
❯ cd /tmp/bittest
❯ bit init
❯ mkdir comp
❯ echo "" > comp/index.js
❯ echo "" > comp/file.js
❯ echo "" > comp/file.spec.js
❯ bit add comp
❯ bit show comp
╔══════════════════╤════════════════════════════════════════════════════╗
║ Id │ comp ... | 1.0 | bit should auto detect test files - ```
❯ mkdir /tmp/bittest
❯ cd /tmp/bittest
❯ bit init
❯ mkdir comp
❯ echo "" > comp/index.js
❯ echo "" > comp/file.js
❯ echo "" > comp/file.spec.js
❯ bit add comp
❯ bit show comp
╔══════════════════╤════════════════════════════════════════════════════╗
║ Id ... | priority | bit should auto detect test files ❯ mkdir tmp bittest ❯ cd tmp bittest ❯ bit init ❯ mkdir comp ❯ echo comp index js ❯ echo comp file js ❯ echo comp file spec js ❯ bit add comp ❯ bit show comp ╔══════════════════╤════════════════════════════════════════════════════╗ ║ id ... | 1 |
632,017 | 20,168,165,043 | IssuesEvent | 2022-02-10 07:46:50 | SAP/xsk | https://api.github.com/repos/SAP/xsk | closed | [Logging] Configuration credentials logged | bug priority-medium security shadow | **Describe the bug**
Upon startup the whole configuration is logged on INFO level. This includes credentials for connecting to HANA Cloud instance
> What version of the XSK are you using?
0.9.3
**To Reproduce**
Steps to reproduce the behavior:
1. Start XSK
2. See credentials in logs
**Expected behavior**
... | 1.0 | [Logging] Configuration credentials logged - **Describe the bug**
Upon startup the whole configuration is logged on INFO level. This includes credentials for connecting to HANA Cloud instance
> What version of the XSK are you using?
0.9.3
**To Reproduce**
Steps to reproduce the behavior:
1. Start XSK
2. See ... | priority | configuration credentials logged describe the bug upon startup the whole configuration is logged on info level this includes credentials for connecting to hana cloud instance what version of the xsk are you using to reproduce steps to reproduce the behavior start xsk see credenti... | 1 |
568,949 | 16,991,360,611 | IssuesEvent | 2021-06-30 20:59:34 | NOAA-GSL/MATS | https://api.github.com/repos/NOAA-GSL/MATS | closed | Rename AQPI Precipitation app to Gauge Precipitation | Priority: Medium Project: MATS Type: Task client server | If we rename the app it can expand beyond the scope of the original AQPI project. | 1.0 | Rename AQPI Precipitation app to Gauge Precipitation - If we rename the app it can expand beyond the scope of the original AQPI project. | priority | rename aqpi precipitation app to gauge precipitation if we rename the app it can expand beyond the scope of the original aqpi project | 1 |
160,062 | 6,068,721,050 | IssuesEvent | 2017-06-15 00:59:34 | OperationCode/operationcode | https://api.github.com/repos/OperationCode/operationcode | closed | Pull code schools from API | Priority: Medium Status: Blocked Type: Maintenance | Please use one of the following templates to create new issues:
For a new feature:
As a visitor
When I visit /code_schools
It should pull a list of code schools from an API. This is blocked until operationcode/operationcode_backend#2 is complete | 1.0 | Pull code schools from API - Please use one of the following templates to create new issues:
For a new feature:
As a visitor
When I visit /code_schools
It should pull a list of code schools from an API. This is blocked until operationcode/operationcode_backend#2 is complete | priority | pull code schools from api please use one of the following templates to create new issues for a new feature as a visitor when i visit code schools it should pull a list of code schools from an api this is blocked until operationcode operationcode backend is complete | 1 |
747,733 | 26,096,839,964 | IssuesEvent | 2022-12-26 21:35:27 | dogukanarslan/software-development-practice | https://api.github.com/repos/dogukanarslan/software-development-practice | closed | Update pins you own | bug priority: high effort: medium state: pending improvement | Updating a ping should be available only if you own that pin. Currently, users can update every pin.
- [ ] Check before updating if current user owns that pin | 1.0 | Update pins you own - Updating a ping should be available only if you own that pin. Currently, users can update every pin.
- [ ] Check before updating if current user owns that pin | priority | update pins you own updating a ping should be available only if you own that pin currently users can update every pin check before updating if current user owns that pin | 1 |
758,163 | 26,545,062,183 | IssuesEvent | 2023-01-19 23:02:58 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [YSQL] Push down arithmetic operators to docDB | kind/enhancement area/ysql priority/medium | Jira Link: [DB-1582](https://yugabyte.atlassian.net/browse/DB-1582)
Push down simple arithmetic operators to docDB:
`update table set col = col + 1`
`select * from table where col / 100 < 20`
These should be done in docDB instead of PG layer.
| 1.0 | [YSQL] Push down arithmetic operators to docDB - Jira Link: [DB-1582](https://yugabyte.atlassian.net/browse/DB-1582)
Push down simple arithmetic operators to docDB:
`update table set col = col + 1`
`select * from table where col / 100 < 20`
These should be done in docDB instead of PG layer.
| priority | push down arithmetic operators to docdb jira link push down simple arithmetic operators to docdb update table set col col select from table where col these should be done in docdb instead of pg layer | 1 |
658,048 | 21,876,813,630 | IssuesEvent | 2022-05-19 10:55:57 | bounswe/bounswe2022group9 | https://api.github.com/repos/bounswe/bounswe2022group9 | closed | Practice App: Creating Github Api | Priority: Medium Completed Practice Application | Deadline: 19.05.2022 23.59
TODO:
- [x] Creating new api called github_api
- [x] Creating views.py, serializer.py and models.py
- [x] implementing GET and POST requests
- [x] Response format should be JSON | 1.0 | Practice App: Creating Github Api - Deadline: 19.05.2022 23.59
TODO:
- [x] Creating new api called github_api
- [x] Creating views.py, serializer.py and models.py
- [x] implementing GET and POST requests
- [x] Response format should be JSON | priority | practice app creating github api deadline todo creating new api called github api creating views py serializer py and models py implementing get and post requests response format should be json | 1 |
828,762 | 31,841,573,082 | IssuesEvent | 2023-09-14 16:41:51 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | opened | Update "toolchain" in go.mod | type:feature priority-3-medium manager:gomod status:ready reproduction:provided | ### Discussed in https://github.com/renovatebot/renovate/discussions/24419
<div type='discussions-op-text'>
<sup>Originally posted by **dornimaug** September 14, 2023</sup>
### Tell us more.
Starting with Go 1.21 there is a new directive in go.mod called "toolchain", which can be used to declare the actual to... | 1.0 | Update "toolchain" in go.mod - ### Discussed in https://github.com/renovatebot/renovate/discussions/24419
<div type='discussions-op-text'>
<sup>Originally posted by **dornimaug** September 14, 2023</sup>
### Tell us more.
Starting with Go 1.21 there is a new directive in go.mod called "toolchain", which can b... | priority | update toolchain in go mod discussed in originally posted by dornimaug september tell us more starting with go there is a new directive in go mod called toolchain which can be used to declare the actual toolchain used to build a module in forward compatible way see and ... | 1 |
796,107 | 28,099,293,855 | IssuesEvent | 2023-03-30 18:09:10 | bounswe/bounswe2023group6 | https://api.github.com/repos/bounswe/bounswe2023group6 | closed | Creating mockups for forum and create post pop-up | priority: medium type: task area: wiki status: review-needed | ### Problem
I will create mock-up of forum and post creation pop-up for web.
### Solution
Solution will be in our [canva link](https://www.canva.com/design/DAFdqnceS1g/w6aX4gu2bvV_ONFZYhnPzg/edit)
### Documentation
_No response_
### Additional notes
_No response_
### Reviewers
_No response_
### Deadline
... | 1.0 | Creating mockups for forum and create post pop-up - ### Problem
I will create mock-up of forum and post creation pop-up for web.
### Solution
Solution will be in our [canva link](https://www.canva.com/design/DAFdqnceS1g/w6aX4gu2bvV_ONFZYhnPzg/edit)
### Documentation
_No response_
### Additional notes
_No res... | priority | creating mockups for forum and create post pop up problem i will create mock up of forum and post creation pop up for web solution solution will be in our documentation no response additional notes no response reviewers no response deadline | 1 |
536,802 | 15,715,293,444 | IssuesEvent | 2021-03-28 00:26:36 | space-wizards/space-station-14 | https://api.github.com/repos/space-wizards/space-station-14 | closed | Combat Mode needs improvement | Priority: 2-medium Type: Feature | In my opinion, while in combat mode:
- You should be able to pick up items with an empty hand
- In general, any non-combat mode actions should be taken if no combat mode override is found unless it's explicitly combat oriented, like firing a gun
- Combat hotkey should be C by default, easy to press and nobody cares ... | 1.0 | Combat Mode needs improvement - In my opinion, while in combat mode:
- You should be able to pick up items with an empty hand
- In general, any non-combat mode actions should be taken if no combat mode override is found unless it's explicitly combat oriented, like firing a gun
- Combat hotkey should be C by default,... | priority | combat mode needs improvement in my opinion while in combat mode you should be able to pick up items with an empty hand in general any non combat mode actions should be taken if no combat mode override is found unless it s explicitly combat oriented like firing a gun combat hotkey should be c by default ... | 1 |
47,229 | 2,974,602,198 | IssuesEvent | 2015-07-15 02:16:17 | Reimashi/jotai | https://api.github.com/repos/Reimashi/jotai | closed | Add support for LCD displays | auto-migrated Priority-Medium Type-Enhancement | ```
Add a solution to display data on LCD displays, maybe via an LCDHype plugin
http://lcdhype.condense.de/
or with an Open Hardware Monitor plugin system.
```
Original issue reported on code.google.com by `moel.mich` on 6 Dec 2010 at 1:51 | 1.0 | Add support for LCD displays - ```
Add a solution to display data on LCD displays, maybe via an LCDHype plugin
http://lcdhype.condense.de/
or with an Open Hardware Monitor plugin system.
```
Original issue reported on code.google.com by `moel.mich` on 6 Dec 2010 at 1:51 | priority | add support for lcd displays add a solution to display data on lcd displays maybe via an lcdhype plugin or with an open hardware monitor plugin system original issue reported on code google com by moel mich on dec at | 1 |
187,683 | 6,760,230,753 | IssuesEvent | 2017-10-24 19:53:19 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | DAL rework: Node with empty MAC gets created | Priority: Medium Type: Bug | It happened to me twice since I started testing it where a node with an empty MAC gets created in my DB even if I delete it.
Couldn't find relevant log entries by digging into it.
We should have a protection in pf::dal::node that checks its a valid MAC before inserting | 1.0 | DAL rework: Node with empty MAC gets created - It happened to me twice since I started testing it where a node with an empty MAC gets created in my DB even if I delete it.
Couldn't find relevant log entries by digging into it.
We should have a protection in pf::dal::node that checks its a valid MAC before inserti... | priority | dal rework node with empty mac gets created it happened to me twice since i started testing it where a node with an empty mac gets created in my db even if i delete it couldn t find relevant log entries by digging into it we should have a protection in pf dal node that checks its a valid mac before inserti... | 1 |
543,239 | 15,879,099,199 | IssuesEvent | 2021-04-09 11:59:39 | TEAM-SUITS/Suits | https://api.github.com/repos/TEAM-SUITS/Suits | closed | feat: common styles에 말줄임표 스타일 추가 | :cup_with_straw: request :yellow_circle: Priority: Medium | # ✨Feature Request
## common styles에 말줄임표 스타일 추가
- 재사용을 위해 common styles에 말줄임표 스타일 미리 추가해두기
| 1.0 | feat: common styles에 말줄임표 스타일 추가 - # ✨Feature Request
## common styles에 말줄임표 스타일 추가
- 재사용을 위해 common styles에 말줄임표 스타일 미리 추가해두기
| priority | feat common styles에 말줄임표 스타일 추가 ✨feature request common styles에 말줄임표 스타일 추가 재사용을 위해 common styles에 말줄임표 스타일 미리 추가해두기 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.