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
562,653
16,665,941,286
IssuesEvent
2021-06-07 03:45:42
adirh3/Fluent-Search
https://api.github.com/repos/adirh3/Fluent-Search
closed
The scrollbar in Search window is pushed extra left in some searches
Medium Priority UI/UX bug
**Describe the bug** In some searches, the scrollbar in the search window is far left than it should be. confirmed by **Najah** in the discord channel. (using one image of his) ![image](https://user-images.githubusercontent.com/76395594/120925785-fb4ab400-c6fb-11eb-9f6a-c495ae6eeba3.png) ![image](https://user-images.githubusercontent.com/76395594/120925711-968f5980-c6fb-11eb-84a5-24db617cabbb.png) **To Reproduce** It's not constant. but usually appears in long number of results **Expected behavior** the scrollbar should be like in the picture ![image](https://user-images.githubusercontent.com/76395594/120925817-2e8d4300-c6fc-11eb-8545-bede1ee9475a.png) **Screenshots** posted above **Desktop (please complete the following information):** - Windows 10 Version: [21H1] - Fluent Search Version [0.9.86.1]
1.0
The scrollbar in Search window is pushed extra left in some searches - **Describe the bug** In some searches, the scrollbar in the search window is far left than it should be. confirmed by **Najah** in the discord channel. (using one image of his) ![image](https://user-images.githubusercontent.com/76395594/120925785-fb4ab400-c6fb-11eb-9f6a-c495ae6eeba3.png) ![image](https://user-images.githubusercontent.com/76395594/120925711-968f5980-c6fb-11eb-84a5-24db617cabbb.png) **To Reproduce** It's not constant. but usually appears in long number of results **Expected behavior** the scrollbar should be like in the picture ![image](https://user-images.githubusercontent.com/76395594/120925817-2e8d4300-c6fc-11eb-8545-bede1ee9475a.png) **Screenshots** posted above **Desktop (please complete the following information):** - Windows 10 Version: [21H1] - Fluent Search Version [0.9.86.1]
priority
the scrollbar in search window is pushed extra left in some searches describe the bug in some searches the scrollbar in the search window is far left than it should be confirmed by najah in the discord channel using one image of his to reproduce it s not constant but usually appears in long number of results expected behavior the scrollbar should be like in the picture screenshots posted above desktop please complete the following information windows version fluent search version
1
291,285
8,922,763,295
IssuesEvent
2019-01-21 13:55:36
inexorgame/entity-system
https://api.github.com/repos/inexorgame/entity-system
closed
Use std::variant for DataContainer class.
feature priority: medium problem: memory problem: performance research team: discussion
* [x] Use a type safe union like [std::variant](https://en.cppreference.com/w/cpp/utility/variant) or [std::any](https://en.cppreference.com/w/cpp/utility/any) in inexor::entity_system::DataContainer class. > This will replace the overhead of managing class members of different types as data containers. * [x] Implement exception handling for type casting in inexor::entity_system::DataContainer.
1.0
Use std::variant for DataContainer class. - * [x] Use a type safe union like [std::variant](https://en.cppreference.com/w/cpp/utility/variant) or [std::any](https://en.cppreference.com/w/cpp/utility/any) in inexor::entity_system::DataContainer class. > This will replace the overhead of managing class members of different types as data containers. * [x] Implement exception handling for type casting in inexor::entity_system::DataContainer.
priority
use std variant for datacontainer class use a type safe union like or in inexor entity system datacontainer class this will replace the overhead of managing class members of different types as data containers implement exception handling for type casting in inexor entity system datacontainer
1
365,998
10,807,536,413
IssuesEvent
2019-11-07 08:39:12
lallulli/songpress
https://api.github.com/repos/lallulli/songpress
closed
Font per strofe, accordi ecc.
Priority-Medium Type-Enhancement auto-migrated enhancement
``` Verrà implementata la possibilità di diversificare i font utilizzati per accordi e testo? Ti segnalo che il programma "Chord Pro Manager" lo fa. Non so come e non so soprattutto se sia uno "standard" de facto, crea dei metadati in testata al file con i riferimenti al font utilizzato. Ad esempio: {t:11} {st: titolo canzone} {chords_size: 1} {chords_position: 1} {print_chords:yes} {print_major:yes} {print_minor:yes} {print_seventh:yes} {print_bemol:yes} {print_bass_not_root:yes} {font:Title,Comic Sans MS, 20, 0,true,false} {font:SubTitle,Comic Sans MS, 16, 0,true,false} {font:Lyric,Comic Sans MS, 10, 0,false,false} {font:Chord,Arial, 9, 255,true,true} {font:Comment,Comic Sans MS, 8, 16711680,false,false} {font:Tablature,Courier New, 10, 65280,false,false} {font:Header,Comic Sans MS, 10, 0,true,false} {font:Footer,Comic Sans MS, 10, 0,true,false} {font:Control,MS Sans Serif, 8, 16711680,false,false} {left_margin: 800} {right_margin: 600} {top_margin: 1000} {botton_margin: 1000} {print_orientation: 1} {two_column_on} [C]Era un giorno [G]come tanti [F]altri, e quel [G]giorno lui pas[C]sò.[F][C][G] ... Magari può essere utile nel definire un approccio alla evolutiva.... my two cents. ``` Original issue reported on code.google.com by `l.allulli` on 25 Apr 2013 at 8:20
1.0
Font per strofe, accordi ecc. - ``` Verrà implementata la possibilità di diversificare i font utilizzati per accordi e testo? Ti segnalo che il programma "Chord Pro Manager" lo fa. Non so come e non so soprattutto se sia uno "standard" de facto, crea dei metadati in testata al file con i riferimenti al font utilizzato. Ad esempio: {t:11} {st: titolo canzone} {chords_size: 1} {chords_position: 1} {print_chords:yes} {print_major:yes} {print_minor:yes} {print_seventh:yes} {print_bemol:yes} {print_bass_not_root:yes} {font:Title,Comic Sans MS, 20, 0,true,false} {font:SubTitle,Comic Sans MS, 16, 0,true,false} {font:Lyric,Comic Sans MS, 10, 0,false,false} {font:Chord,Arial, 9, 255,true,true} {font:Comment,Comic Sans MS, 8, 16711680,false,false} {font:Tablature,Courier New, 10, 65280,false,false} {font:Header,Comic Sans MS, 10, 0,true,false} {font:Footer,Comic Sans MS, 10, 0,true,false} {font:Control,MS Sans Serif, 8, 16711680,false,false} {left_margin: 800} {right_margin: 600} {top_margin: 1000} {botton_margin: 1000} {print_orientation: 1} {two_column_on} [C]Era un giorno [G]come tanti [F]altri, e quel [G]giorno lui pas[C]sò.[F][C][G] ... Magari può essere utile nel definire un approccio alla evolutiva.... my two cents. ``` Original issue reported on code.google.com by `l.allulli` on 25 Apr 2013 at 8:20
priority
font per strofe accordi ecc verrà implementata la possibilità di diversificare i font utilizzati per accordi e testo ti segnalo che il programma chord pro manager lo fa non so come e non so soprattutto se sia uno standard de facto crea dei metadati in testata al file con i riferimenti al font utilizzato ad esempio t st titolo canzone chords size chords position print chords yes print major yes print minor yes print seventh yes print bemol yes print bass not root yes font title comic sans ms true false font subtitle comic sans ms true false font lyric comic sans ms false false font chord arial true true font comment comic sans ms false false font tablature courier new false false font header comic sans ms true false font footer comic sans ms true false font control ms sans serif false false left margin right margin top margin botton margin print orientation two column on era un giorno come tanti altri e quel giorno lui pas sò magari può essere utile nel definire un approccio alla evolutiva my two cents original issue reported on code google com by l allulli on apr at
1
245,094
7,881,082,254
IssuesEvent
2018-06-26 17:52:34
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Can't grant cart permissions in a contract
Medium Priority
I tried to make a contract that grants the accepter permission to use my cart for the duration, but I can't post the job unless the cart's authentication type is set to "Whitelist". There is no way to set a cart's authentication type on the deed or the cart object itself. ![authfail](https://user-images.githubusercontent.com/40051115/41139669-fa0c80a4-6a9d-11e8-81b9-0f825ed3ee85.jpg)
1.0
Can't grant cart permissions in a contract - I tried to make a contract that grants the accepter permission to use my cart for the duration, but I can't post the job unless the cart's authentication type is set to "Whitelist". There is no way to set a cart's authentication type on the deed or the cart object itself. ![authfail](https://user-images.githubusercontent.com/40051115/41139669-fa0c80a4-6a9d-11e8-81b9-0f825ed3ee85.jpg)
priority
can t grant cart permissions in a contract i tried to make a contract that grants the accepter permission to use my cart for the duration but i can t post the job unless the cart s authentication type is set to whitelist there is no way to set a cart s authentication type on the deed or the cart object itself
1
181,562
6,662,037,900
IssuesEvent
2017-10-02 11:23:32
AnSyn/ansyn
https://api.github.com/repos/AnSyn/ansyn
closed
Sensor name and sensor type mix up
Bug Priority: Medium Severity: High
8 band, panchromatic, etc.. - are all sensor types Geoeye, worldview, etc.. are al sensor names - [ ] change categories in filters menu - [ ] Imagery window header should indicate the sensor name (currently indicating type)
1.0
Sensor name and sensor type mix up - 8 band, panchromatic, etc.. - are all sensor types Geoeye, worldview, etc.. are al sensor names - [ ] change categories in filters menu - [ ] Imagery window header should indicate the sensor name (currently indicating type)
priority
sensor name and sensor type mix up band panchromatic etc are all sensor types geoeye worldview etc are al sensor names change categories in filters menu imagery window header should indicate the sensor name currently indicating type
1
91,035
3,835,867,811
IssuesEvent
2016-04-01 15:49:08
canadainc/sunnah10
https://api.github.com/repos/canadainc/sunnah10
opened
Use "Kitab" for missing book titles
Component-Logic Component-Persistence enhancement Priority-Medium
if (bookName == null) { bookName = "كتاب"; } Instead of relying on database.
1.0
Use "Kitab" for missing book titles - if (bookName == null) { bookName = "كتاب"; } Instead of relying on database.
priority
use kitab for missing book titles if bookname null bookname كتاب instead of relying on database
1
334,883
10,146,862,328
IssuesEvent
2019-08-05 09:11:45
chrisly-bear/PEBRApp
https://api.github.com/repos/chrisly-bear/PEBRApp
closed
Let PE Change his/her Phone Number
medium priority
Currently, the peer educator can only change his/her phone number during a preference assessment. Let the peer educator change his/her phone number in the settings screen as well. Make sure to call `utils/VisibleImpactUtils.dart/uploadPeerEducatorPhoneNumber` after editing the phone number so that the new peer educator phone number is in sync with the VisibleImpact database and the notifications that are sent out to the patients have the proper callback number. The code will look something like this: ```dart _loginData.phoneNumber = newPEPhoneNumber; _loginData.phoneNumberUploadRequired = true; await DatabaseProvider().insertUserData(_loginData); // PE's phone number changed, this affects all patients so we do a sync // with VisibleImpact for all patients uploadPeerEducatorPhoneNumber();; ```
1.0
Let PE Change his/her Phone Number - Currently, the peer educator can only change his/her phone number during a preference assessment. Let the peer educator change his/her phone number in the settings screen as well. Make sure to call `utils/VisibleImpactUtils.dart/uploadPeerEducatorPhoneNumber` after editing the phone number so that the new peer educator phone number is in sync with the VisibleImpact database and the notifications that are sent out to the patients have the proper callback number. The code will look something like this: ```dart _loginData.phoneNumber = newPEPhoneNumber; _loginData.phoneNumberUploadRequired = true; await DatabaseProvider().insertUserData(_loginData); // PE's phone number changed, this affects all patients so we do a sync // with VisibleImpact for all patients uploadPeerEducatorPhoneNumber();; ```
priority
let pe change his her phone number currently the peer educator can only change his her phone number during a preference assessment let the peer educator change his her phone number in the settings screen as well make sure to call utils visibleimpactutils dart uploadpeereducatorphonenumber after editing the phone number so that the new peer educator phone number is in sync with the visibleimpact database and the notifications that are sent out to the patients have the proper callback number the code will look something like this dart logindata phonenumber newpephonenumber logindata phonenumberuploadrequired true await databaseprovider insertuserdata logindata pe s phone number changed this affects all patients so we do a sync with visibleimpact for all patients uploadpeereducatorphonenumber
1
456,026
13,135,845,181
IssuesEvent
2020-08-07 04:11:51
anthem-audio/Anthem
https://api.github.com/repos/anthem-audio/Anthem
closed
Global signal propagation in the UI should avoid the presenter whenever possible
:heavy_check_mark: priority: low :rocket: enhancement ⏺complexity: medium
I just discovered that parents can be referenced by id, even if they're outside of the current file. This makes it easily possible to avoid using the presenter as a utility for signal plumbing in cases where the presenter has nothing to do with the signal at hand. Yay for proper separation!
1.0
Global signal propagation in the UI should avoid the presenter whenever possible - I just discovered that parents can be referenced by id, even if they're outside of the current file. This makes it easily possible to avoid using the presenter as a utility for signal plumbing in cases where the presenter has nothing to do with the signal at hand. Yay for proper separation!
priority
global signal propagation in the ui should avoid the presenter whenever possible i just discovered that parents can be referenced by id even if they re outside of the current file this makes it easily possible to avoid using the presenter as a utility for signal plumbing in cases where the presenter has nothing to do with the signal at hand yay for proper separation
1
371,245
10,963,629,183
IssuesEvent
2019-11-27 20:11:26
gitblit/gitblit
https://api.github.com/repos/gitblit/gitblit
closed
Update to JGit 4.5
Priority-Medium Status-Done Type-Enhancement
[JGit 4.2](https://projects.eclipse.org/projects/technology.jgit/releases/4.2) release supports GitLFS, this could allow mirroring of repositories using LFS and provide a means for handling LFS files during federation requests. Will need to determine the most appropriate route to integrate with GitBlit's LFS implementation.
1.0
Update to JGit 4.5 - [JGit 4.2](https://projects.eclipse.org/projects/technology.jgit/releases/4.2) release supports GitLFS, this could allow mirroring of repositories using LFS and provide a means for handling LFS files during federation requests. Will need to determine the most appropriate route to integrate with GitBlit's LFS implementation.
priority
update to jgit release supports gitlfs this could allow mirroring of repositories using lfs and provide a means for handling lfs files during federation requests will need to determine the most appropriate route to integrate with gitblit s lfs implementation
1
491,003
14,143,355,495
IssuesEvent
2020-11-10 15:10:44
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
closed
Litigation Support: Create new `SendCavcRemandProcessedLetterTask` type
Priority: Medium Product: caseflow-queue Stakeholder: BVA Team: Echo 🐬 Type: New Development
<!-- The goal of this template is to be a tool to communicate the requirements for a story related task. It is not intended as a mandate, adapt as needed. --> ## User or job story User story: As a Litigation Support, when I have completed the court remand kickoff form and have selected either a JMR or JMPR remand on the form, I need a "SendCavcRemandProcessedLetterTask" task to be created, so that I can take necessary action before sending the letter to an appellant. ## Acceptance criteria - [ ] This feature should be accessible to the following user groups: CAVC Litigation Support - [ ] Consider better naming of SendCavcRemandProcessedLetterTask - [ ] SendCavcRemandProcessedLetterTask is created on the new appeal stream as a child of the CAVC task - [ ] SendCavcRemandProcessedLetterTask is assigned to the CAVC Litigation Support organization as unassigned - [ ] The Actions drop-down has the following available for the Admin of the organization: - Assign to person - [ ] Once assigned by the Admin of the organization, the Actions drop-down has the following available for the assigned user: - Add Admin Action - Mark task complete - Indicates letter has been sent to veteran ### Out of scope <!-- Clarify what is out of scope if the designs include more or there are many tickets for this chunk of work --> ### Designs <!-- Include screenshots or links to designs if applicable. --> [➡️ UI Designs and flow ⬅️ ](https://www.figma.com/file/8noUqRbvCJzdpwkSNCb8lZ/CAVC-Remand-Designs?node-id=913%3A0) ### Background/context <!-- Include as needed, especially for issues that aren't part of epics. Include a value statement - why is this feature being developed? --> ### Technical notes <!-- Include notes that might help an engineer get started on this more quickly, or potential pitfalls to watch out for. --> ### Other notes ### Resources/other links <!-- E.g. links to other issues, PRs, Sentry alerts, or Slack threads, or external service requests. -->
1.0
Litigation Support: Create new `SendCavcRemandProcessedLetterTask` type - <!-- The goal of this template is to be a tool to communicate the requirements for a story related task. It is not intended as a mandate, adapt as needed. --> ## User or job story User story: As a Litigation Support, when I have completed the court remand kickoff form and have selected either a JMR or JMPR remand on the form, I need a "SendCavcRemandProcessedLetterTask" task to be created, so that I can take necessary action before sending the letter to an appellant. ## Acceptance criteria - [ ] This feature should be accessible to the following user groups: CAVC Litigation Support - [ ] Consider better naming of SendCavcRemandProcessedLetterTask - [ ] SendCavcRemandProcessedLetterTask is created on the new appeal stream as a child of the CAVC task - [ ] SendCavcRemandProcessedLetterTask is assigned to the CAVC Litigation Support organization as unassigned - [ ] The Actions drop-down has the following available for the Admin of the organization: - Assign to person - [ ] Once assigned by the Admin of the organization, the Actions drop-down has the following available for the assigned user: - Add Admin Action - Mark task complete - Indicates letter has been sent to veteran ### Out of scope <!-- Clarify what is out of scope if the designs include more or there are many tickets for this chunk of work --> ### Designs <!-- Include screenshots or links to designs if applicable. --> [➡️ UI Designs and flow ⬅️ ](https://www.figma.com/file/8noUqRbvCJzdpwkSNCb8lZ/CAVC-Remand-Designs?node-id=913%3A0) ### Background/context <!-- Include as needed, especially for issues that aren't part of epics. Include a value statement - why is this feature being developed? --> ### Technical notes <!-- Include notes that might help an engineer get started on this more quickly, or potential pitfalls to watch out for. --> ### Other notes ### Resources/other links <!-- E.g. links to other issues, PRs, Sentry alerts, or Slack threads, or external service requests. -->
priority
litigation support create new sendcavcremandprocessedlettertask type user or job story user story as a litigation support when i have completed the court remand kickoff form and have selected either a jmr or jmpr remand on the form i need a sendcavcremandprocessedlettertask task to be created so that i can take necessary action before sending the letter to an appellant acceptance criteria this feature should be accessible to the following user groups cavc litigation support consider better naming of sendcavcremandprocessedlettertask sendcavcremandprocessedlettertask is created on the new appeal stream as a child of the cavc task sendcavcremandprocessedlettertask is assigned to the cavc litigation support organization as unassigned the actions drop down has the following available for the admin of the organization assign to person once assigned by the admin of the organization the actions drop down has the following available for the assigned user add admin action mark task complete indicates letter has been sent to veteran out of scope designs ➡️ ui designs and flow ⬅️ background context technical notes other notes resources other links
1
367,389
10,853,179,883
IssuesEvent
2019-11-13 14:16:00
kiwicom/schemathesis
https://api.github.com/repos/kiwicom/schemathesis
closed
Verify response schema
Priority: Medium Type: Feature
An extra check in the runner, which will verify that the response schema conforms to the declared one.
1.0
Verify response schema - An extra check in the runner, which will verify that the response schema conforms to the declared one.
priority
verify response schema an extra check in the runner which will verify that the response schema conforms to the declared one
1
711,816
24,476,464,352
IssuesEvent
2022-10-08 08:17:46
100Devs-ADHD/think-big
https://api.github.com/repos/100Devs-ADHD/think-big
closed
UI: Style MainCalendar Component
stale beginner-friendly new-feature priority-medium 🙅 on hold
## Feature Description - Style main calender component from Mantine. - Component will be ready to be dropped into the project. ## Definition of Done ### Issue #140 must be completed first. - Style the main calendar component. - [ ] Place styling in /src/components/MainCalendar.jsx - [ ] Style component to match the aesthetics of the page (see /src/components/MainCalendar.jsx) - [ ] Does not need to be pixel-perfect, Just get styling such as border radius, color, text color etc. to fit well with the page using what is available in Mantine. ## Prototype ![image](https://user-images.githubusercontent.com/102709219/186549805-c2fca5ff-4578-4442-ae08-091001276f1e.png) ## Comments/Questions The font is defined globally, so for now, no need to alter it. [Start here for the Mantine documentation on styling.](https://mantine.dev/styles/create-styles/) This is a screenshot of the Mantine module you'll be using, from the [Mantine calendar documentation](https://mantine.dev/dates/calendar/). ![image](https://user-images.githubusercontent.com/102709219/186551215-b20db951-19e8-43ff-9909-6f1ad5ce3023.png)
1.0
UI: Style MainCalendar Component - ## Feature Description - Style main calender component from Mantine. - Component will be ready to be dropped into the project. ## Definition of Done ### Issue #140 must be completed first. - Style the main calendar component. - [ ] Place styling in /src/components/MainCalendar.jsx - [ ] Style component to match the aesthetics of the page (see /src/components/MainCalendar.jsx) - [ ] Does not need to be pixel-perfect, Just get styling such as border radius, color, text color etc. to fit well with the page using what is available in Mantine. ## Prototype ![image](https://user-images.githubusercontent.com/102709219/186549805-c2fca5ff-4578-4442-ae08-091001276f1e.png) ## Comments/Questions The font is defined globally, so for now, no need to alter it. [Start here for the Mantine documentation on styling.](https://mantine.dev/styles/create-styles/) This is a screenshot of the Mantine module you'll be using, from the [Mantine calendar documentation](https://mantine.dev/dates/calendar/). ![image](https://user-images.githubusercontent.com/102709219/186551215-b20db951-19e8-43ff-9909-6f1ad5ce3023.png)
priority
ui style maincalendar component feature description style main calender component from mantine component will be ready to be dropped into the project definition of done issue must be completed first style the main calendar component place styling in src components maincalendar jsx style component to match the aesthetics of the page see src components maincalendar jsx does not need to be pixel perfect just get styling such as border radius color text color etc to fit well with the page using what is available in mantine prototype comments questions the font is defined globally so for now no need to alter it this is a screenshot of the mantine module you ll be using from the
1
16,849
2,615,125,114
IssuesEvent
2015-03-01 05:53:10
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
opened
Need an Android Sample that integrates Google Docs
auto-migrated Priority-Medium Type-Sample
``` Which Google API and version (e.g. Google Calendar Data API version 2)? Google Docs API Version 3.0 What format (e.g. JSON, Atom)? JSON What Authentation (e.g. OAuth, OAuth 2, ClientLogin)? OAuth 2 Java environment (e.g. Java 6, Android 2.3, App Engine)? Java 6, Android 2.2 External references, such as API reference guide? Please provide any additional information below. ``` Original issue reported on code.google.com by `kunal.ka...@yahoo.com` on 20 Mar 2012 at 10:20
1.0
Need an Android Sample that integrates Google Docs - ``` Which Google API and version (e.g. Google Calendar Data API version 2)? Google Docs API Version 3.0 What format (e.g. JSON, Atom)? JSON What Authentation (e.g. OAuth, OAuth 2, ClientLogin)? OAuth 2 Java environment (e.g. Java 6, Android 2.3, App Engine)? Java 6, Android 2.2 External references, such as API reference guide? Please provide any additional information below. ``` Original issue reported on code.google.com by `kunal.ka...@yahoo.com` on 20 Mar 2012 at 10:20
priority
need an android sample that integrates google docs which google api and version e g google calendar data api version google docs api version what format e g json atom json what authentation e g oauth oauth clientlogin oauth java environment e g java android app engine java android external references such as api reference guide please provide any additional information below original issue reported on code google com by kunal ka yahoo com on mar at
1
282,855
8,711,006,161
IssuesEvent
2018-12-06 17:56:21
openshiftio/openshift.io
https://api.github.com/repos/openshiftio/openshift.io
reopened
Work item titles with special characters are displayed escaped in notification emails
SEV3-medium area/notifications priority/P4 team/platform type/bug
Sample this work item: https://openshift.io/openshiftio/Openshift_io/plan/detail/50 Actual title: **Add support for RPT tokens for providing scopes' information** The special charters in the title are displayed escaped in the notification email that we receive: ![escaped title in notify email](https://user-images.githubusercontent.com/28748448/42564277-fe486c2e-851d-11e8-90f3-eec8ad1ddd4b.png)
1.0
Work item titles with special characters are displayed escaped in notification emails - Sample this work item: https://openshift.io/openshiftio/Openshift_io/plan/detail/50 Actual title: **Add support for RPT tokens for providing scopes' information** The special charters in the title are displayed escaped in the notification email that we receive: ![escaped title in notify email](https://user-images.githubusercontent.com/28748448/42564277-fe486c2e-851d-11e8-90f3-eec8ad1ddd4b.png)
priority
work item titles with special characters are displayed escaped in notification emails sample this work item actual title add support for rpt tokens for providing scopes information the special charters in the title are displayed escaped in the notification email that we receive
1
176,973
6,572,255,596
IssuesEvent
2017-09-11 00:40:34
juju/docs
https://api.github.com/repos/juju/docs
closed
[2.2.3] remove-machine now has --keep-instance option
2.2 in progress medium priority
The `remove-machine` command has a `--keep-instance` flag which allows the cloud instance to be left running when the machine is removed from the Juju model.
1.0
[2.2.3] remove-machine now has --keep-instance option - The `remove-machine` command has a `--keep-instance` flag which allows the cloud instance to be left running when the machine is removed from the Juju model.
priority
remove machine now has keep instance option the remove machine command has a keep instance flag which allows the cloud instance to be left running when the machine is removed from the juju model
1
502,818
14,567,453,037
IssuesEvent
2020-12-17 10:16:31
creativecommons/chooser
https://api.github.com/repos/creativecommons/chooser
closed
Firefox not scrolling up before info modal appears
help wanted 🏁 status: ready for work 🕹 aspect: interface 🛠 goal: fix 🟨 priority: medium
## Description Clicking a question inside the help section ("CONFUSED? NEED HELP?") won't reveal the answer if scrolled down, i.e. it's not being scrolled up automatically. Scrolling manually doesn't work now. ## Reproduction 1. Visit the [chooser](https://chooser-beta.creativecommons.org/) on Firefox. 2. Click through until you can provide attribution details. 3. Scroll to the bottom. 4. Click on one of the questions. 5. Notice the outlined behaviour. ## Expectation The window should scroll up before the modal appears. ## Screenshots ![wrong](https://user-images.githubusercontent.com/12914806/96508570-16df7800-125b-11eb-871f-8d4757ca7039.png) ## Environment - Device: Laptop - OS: Fedora 31 - Browser: Firefox - Version: 81.0.1
1.0
Firefox not scrolling up before info modal appears - ## Description Clicking a question inside the help section ("CONFUSED? NEED HELP?") won't reveal the answer if scrolled down, i.e. it's not being scrolled up automatically. Scrolling manually doesn't work now. ## Reproduction 1. Visit the [chooser](https://chooser-beta.creativecommons.org/) on Firefox. 2. Click through until you can provide attribution details. 3. Scroll to the bottom. 4. Click on one of the questions. 5. Notice the outlined behaviour. ## Expectation The window should scroll up before the modal appears. ## Screenshots ![wrong](https://user-images.githubusercontent.com/12914806/96508570-16df7800-125b-11eb-871f-8d4757ca7039.png) ## Environment - Device: Laptop - OS: Fedora 31 - Browser: Firefox - Version: 81.0.1
priority
firefox not scrolling up before info modal appears description clicking a question inside the help section confused need help won t reveal the answer if scrolled down i e it s not being scrolled up automatically scrolling manually doesn t work now reproduction visit the on firefox click through until you can provide attribution details scroll to the bottom click on one of the questions notice the outlined behaviour expectation the window should scroll up before the modal appears screenshots environment device laptop os fedora browser firefox version
1
237,778
7,764,124,331
IssuesEvent
2018-06-01 19:04:46
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
drivers: can: stm32_can: bitrate ignored
bug priority: medium
The CAN peripheral prescaler is not calculated based on the bitrate passed in or overridden if not passed in, but always on cfg->bus_speed Also the can.h interface doesn't really specify that bitrate can be zero and will then be overridden with a value from dts or kconfig, not sure if that matters https://github.com/zephyrproject-rtos/zephyr/blob/8364b223e485c331f99c0c55c8064bce80dd857e/drivers/can/stm32_can.c#L165
1.0
drivers: can: stm32_can: bitrate ignored - The CAN peripheral prescaler is not calculated based on the bitrate passed in or overridden if not passed in, but always on cfg->bus_speed Also the can.h interface doesn't really specify that bitrate can be zero and will then be overridden with a value from dts or kconfig, not sure if that matters https://github.com/zephyrproject-rtos/zephyr/blob/8364b223e485c331f99c0c55c8064bce80dd857e/drivers/can/stm32_can.c#L165
priority
drivers can can bitrate ignored the can peripheral prescaler is not calculated based on the bitrate passed in or overridden if not passed in but always on cfg bus speed also the can h interface doesn t really specify that bitrate can be zero and will then be overridden with a value from dts or kconfig not sure if that matters
1
443,480
12,794,771,162
IssuesEvent
2020-07-02 07:34:42
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
closed
On Android the DateRangePicker change event close Calendar after selecting a Start Date
Bug C: DateRangePicker Kendo1 Next LIB Priority 1 SEV: Medium
### Bug report When the **change** event is used in kendoDateRangePicker the Calendar gets closed after selecting a Start Date. ### Reproduction of the problem https://dojo.telerik.com/equPapaJ https://dojo.telerik.com/@bratanov/OHikoHaC ### Current behavior The calendar in kendoDateRangePicker close after selecting Start Date. ### Expected/desired behavior The calendar in kendoDateRangePicker stays open after selecting Start Date and close after selecting End Date. ### Environment * **Kendo UI version:** 2020.1.406 * **jQuery version:** 1.12.4 * **Browser:** [Android Chrome Web Browser ]
1.0
On Android the DateRangePicker change event close Calendar after selecting a Start Date - ### Bug report When the **change** event is used in kendoDateRangePicker the Calendar gets closed after selecting a Start Date. ### Reproduction of the problem https://dojo.telerik.com/equPapaJ https://dojo.telerik.com/@bratanov/OHikoHaC ### Current behavior The calendar in kendoDateRangePicker close after selecting Start Date. ### Expected/desired behavior The calendar in kendoDateRangePicker stays open after selecting Start Date and close after selecting End Date. ### Environment * **Kendo UI version:** 2020.1.406 * **jQuery version:** 1.12.4 * **Browser:** [Android Chrome Web Browser ]
priority
on android the daterangepicker change event close calendar after selecting a start date bug report when the change event is used in kendodaterangepicker the calendar gets closed after selecting a start date reproduction of the problem current behavior the calendar in kendodaterangepicker close after selecting start date expected desired behavior the calendar in kendodaterangepicker stays open after selecting start date and close after selecting end date environment kendo ui version jquery version browser
1
120,276
4,787,579,227
IssuesEvent
2016-10-30 03:05:55
JKGDevs/JediKnightGalaxies
https://api.github.com/repos/JKGDevs/JediKnightGalaxies
closed
Server browser shows non-JKG servers with JKG-only filter on
bug priority:medium
Happening as of latest commit. Tried reverting 1e0fff7 but found the issue persists even after cycling game modes. This occurs in the FFA game mode only, as far as I can tell. Switching to Faction Battle shows the JKG dev server.
1.0
Server browser shows non-JKG servers with JKG-only filter on - Happening as of latest commit. Tried reverting 1e0fff7 but found the issue persists even after cycling game modes. This occurs in the FFA game mode only, as far as I can tell. Switching to Faction Battle shows the JKG dev server.
priority
server browser shows non jkg servers with jkg only filter on happening as of latest commit tried reverting but found the issue persists even after cycling game modes this occurs in the ffa game mode only as far as i can tell switching to faction battle shows the jkg dev server
1
19,624
2,622,156,513
IssuesEvent
2015-03-04 00:08:19
byzhang/terrastore
https://api.github.com/repos/byzhang/terrastore
closed
Algebraic sum update function
auto-migrated Milestone-0.6.0 Priority-Medium Project-Terrastore Type-Feature
``` Update Function for modifying integer values by addition or subtraction ``` Original issue reported on code.google.com by `johansso...@gmail.com` on 18 Jul 2010 at 6:06 * Blocking: #18
1.0
Algebraic sum update function - ``` Update Function for modifying integer values by addition or subtraction ``` Original issue reported on code.google.com by `johansso...@gmail.com` on 18 Jul 2010 at 6:06 * Blocking: #18
priority
algebraic sum update function update function for modifying integer values by addition or subtraction original issue reported on code google com by johansso gmail com on jul at blocking
1
559,548
16,565,549,750
IssuesEvent
2021-05-29 10:25:26
sopra-fs21-group-26/client
https://api.github.com/repos/sopra-fs21-group-26/client
closed
Rework CSS (px to % transformation)
medium priority task
<h2>Sub-Tasks:</h2> - [x] Rework Home Component - [x] Rework Login Component - [x] Rework Register Component - [x] Rework Menu Component - [x] Rework Profile Component - [x] Rework Leaderboard <h2>Estimate: 2h</h2>
1.0
Rework CSS (px to % transformation) - <h2>Sub-Tasks:</h2> - [x] Rework Home Component - [x] Rework Login Component - [x] Rework Register Component - [x] Rework Menu Component - [x] Rework Profile Component - [x] Rework Leaderboard <h2>Estimate: 2h</h2>
priority
rework css px to transformation sub tasks rework home component rework login component rework register component rework menu component rework profile component rework leaderboard estimate
1
693,136
23,764,643,281
IssuesEvent
2022-09-01 11:49:13
running-elephant/datart
https://api.github.com/repos/running-elephant/datart
closed
[bug] 创建图表<类型为表格> 列拖动到字段区后 字符串类型列 无法改变顺序 数值列可以
status: validating type: bug priority: p3 difficulty: medium
**Datart Version** rc1 /demo环境 **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. 创建图表<类型为表格> 2. 列拖动到字段区 3. 上下拖动字符串类型列改变显示顺序 发现无法改变列的位置顺序 但是数值列可以 **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** ![图片](https://user-images.githubusercontent.com/58576849/185085839-eef5c811-cfc2-41f8-825e-8d91a4a1cbff.png) 点击编辑上图的表格仪表盘 ![图片](https://user-images.githubusercontent.com/58576849/185086008-82eaeb85-5d85-44af-9fa9-92e701728558.png) 修改字符串列顺序 并无变化 ![图片](https://user-images.githubusercontent.com/58576849/185086158-67c51dcb-7109-47c0-bd6d-681b36787c45.png) 修改数值列顺序 正常 同时将上一步的顺序变更为正确的了 ![图片](https://user-images.githubusercontent.com/58576849/185086304-65d18cd8-0844-4d2a-9ff0-3f68a8965918.png) **Environmental details: (optional, depending on where the bug occurs)** - OS: [e.g. Windows 10] - Source Database: [e.g. MySQL 8.0.26] - Browser: [e.g. chrome 94, safari 15] **Additional context** Add any other context about the problem here.
1.0
[bug] 创建图表<类型为表格> 列拖动到字段区后 字符串类型列 无法改变顺序 数值列可以 - **Datart Version** rc1 /demo环境 **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. 创建图表<类型为表格> 2. 列拖动到字段区 3. 上下拖动字符串类型列改变显示顺序 发现无法改变列的位置顺序 但是数值列可以 **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** ![图片](https://user-images.githubusercontent.com/58576849/185085839-eef5c811-cfc2-41f8-825e-8d91a4a1cbff.png) 点击编辑上图的表格仪表盘 ![图片](https://user-images.githubusercontent.com/58576849/185086008-82eaeb85-5d85-44af-9fa9-92e701728558.png) 修改字符串列顺序 并无变化 ![图片](https://user-images.githubusercontent.com/58576849/185086158-67c51dcb-7109-47c0-bd6d-681b36787c45.png) 修改数值列顺序 正常 同时将上一步的顺序变更为正确的了 ![图片](https://user-images.githubusercontent.com/58576849/185086304-65d18cd8-0844-4d2a-9ff0-3f68a8965918.png) **Environmental details: (optional, depending on where the bug occurs)** - OS: [e.g. Windows 10] - Source Database: [e.g. MySQL 8.0.26] - Browser: [e.g. chrome 94, safari 15] **Additional context** Add any other context about the problem here.
priority
创建图表 列拖动到字段区后 字符串类型列 无法改变顺序 数值列可以 datart version demo环境 describe the bug a clear and concise description of what the bug is to reproduce steps to reproduce the behavior 创建图表 列拖动到字段区 上下拖动字符串类型列改变显示顺序 发现无法改变列的位置顺序 但是数值列可以 expected behavior a clear and concise description of what you expected to happen screenshots 点击编辑上图的表格仪表盘 修改字符串列顺序 并无变化 修改数值列顺序 正常 同时将上一步的顺序变更为正确的了 environmental details optional depending on where the bug occurs os source database browser additional context add any other context about the problem here
1
244,299
7,873,240,894
IssuesEvent
2018-06-25 13:46:53
Repair-DeskPOS/RepairDesk-Bugs
https://api.github.com/repos/Repair-DeskPOS/RepairDesk-Bugs
closed
Customer Group Discounts Incorrect on Invoice
Discount Medium Priority Resolved bug
I have a friends and family discount group that provides a 25% discount on all accessories. The discount applies properly to the ticket, but when it creates an invoice the discount calculates wrong. Look at open ticket #0-110 in my RepairDesk right now and you will see a tempered glass screen protector for $34.99 that is discounted 25% to $26.24 If you look at invoice #93 for the same transaction you will see that the price changes to $31.49
1.0
Customer Group Discounts Incorrect on Invoice - I have a friends and family discount group that provides a 25% discount on all accessories. The discount applies properly to the ticket, but when it creates an invoice the discount calculates wrong. Look at open ticket #0-110 in my RepairDesk right now and you will see a tempered glass screen protector for $34.99 that is discounted 25% to $26.24 If you look at invoice #93 for the same transaction you will see that the price changes to $31.49
priority
customer group discounts incorrect on invoice i have a friends and family discount group that provides a discount on all accessories the discount applies properly to the ticket but when it creates an invoice the discount calculates wrong look at open ticket in my repairdesk right now and you will see a tempered glass screen protector for that is discounted to if you look at invoice for the same transaction you will see that the price changes to
1
608,740
18,847,870,227
IssuesEvent
2021-11-11 16:53:23
wellcomecollection/wellcomecollection.org
https://api.github.com/repos/wellcomecollection/wellcomecollection.org
closed
Change email flow mixed up with membership flow
type: bug epic: requesting priority: medium needs: ux needs: dev
### Problem When a user changes their email address from the account page, this puts them into the same email verification flow that happens during new account creation. * They are redirected to a page that talks about verifying their account. * The link in the verification email takes them to a confirmation that says they have confirmed their account. * They get an email verified email that says the library team will confirm their membership within 72 hrs. * They get a welcome email that thanks them for applying for a membership and repeats the 72 hrs, plus asks them to bring in ID. I don't think we can go live with this, it's potentially far too confusing for existing members who change their email address. ### Suggestion We should change the Auth0 email verification templates back to being just that - things that only mention verifying your email address, removing all mentions of library membership and not send the new member email. We should treat new membership emails, including information about membership approval, as a separate problem that gets looked at as part of the membership work.
1.0
Change email flow mixed up with membership flow - ### Problem When a user changes their email address from the account page, this puts them into the same email verification flow that happens during new account creation. * They are redirected to a page that talks about verifying their account. * The link in the verification email takes them to a confirmation that says they have confirmed their account. * They get an email verified email that says the library team will confirm their membership within 72 hrs. * They get a welcome email that thanks them for applying for a membership and repeats the 72 hrs, plus asks them to bring in ID. I don't think we can go live with this, it's potentially far too confusing for existing members who change their email address. ### Suggestion We should change the Auth0 email verification templates back to being just that - things that only mention verifying your email address, removing all mentions of library membership and not send the new member email. We should treat new membership emails, including information about membership approval, as a separate problem that gets looked at as part of the membership work.
priority
change email flow mixed up with membership flow problem when a user changes their email address from the account page this puts them into the same email verification flow that happens during new account creation they are redirected to a page that talks about verifying their account the link in the verification email takes them to a confirmation that says they have confirmed their account they get an email verified email that says the library team will confirm their membership within hrs they get a welcome email that thanks them for applying for a membership and repeats the hrs plus asks them to bring in id i don t think we can go live with this it s potentially far too confusing for existing members who change their email address suggestion we should change the email verification templates back to being just that things that only mention verifying your email address removing all mentions of library membership and not send the new member email we should treat new membership emails including information about membership approval as a separate problem that gets looked at as part of the membership work
1
192,181
6,847,449,113
IssuesEvent
2017-11-13 15:28:16
huridocs/uwazi
https://api.github.com/repos/huridocs/uwazi
closed
Cannot see any uploaded files on ihrda.uwazi.io
Priority: Medium Type: Bug
Hey guys, So, we at IHRDA cannot see any files on Uploads in IHRDA.uwazi.io This is what we see. After uploading several docs. So, we are stuck. **Cannot #work.** @kjantin @danicatalan @konzz <img width="960" alt="ihrda1" src="https://user-images.githubusercontent.com/22650647/32490711-2deb7d10-c3c5-11e7-9584-386245afac94.png">
1.0
Cannot see any uploaded files on ihrda.uwazi.io - Hey guys, So, we at IHRDA cannot see any files on Uploads in IHRDA.uwazi.io This is what we see. After uploading several docs. So, we are stuck. **Cannot #work.** @kjantin @danicatalan @konzz <img width="960" alt="ihrda1" src="https://user-images.githubusercontent.com/22650647/32490711-2deb7d10-c3c5-11e7-9584-386245afac94.png">
priority
cannot see any uploaded files on ihrda uwazi io hey guys so we at ihrda cannot see any files on uploads in ihrda uwazi io this is what we see after uploading several docs so we are stuck cannot work kjantin danicatalan konzz img width alt src
1
41,033
2,868,966,308
IssuesEvent
2015-06-05 22:15:24
dart-lang/pub
https://api.github.com/repos/dart-lang/pub
closed
"pub serve" should provide the ability to look up mappings between source and output lines
enhancement Fixed Priority-Medium Pub-Serve
<a href="https://github.com/nex3"><img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [nex3](https://github.com/nex3)** _Originally opened as dart-lang/sdk#16061_ ---- It should be possible (via the &quot;pub serve&quot; websocket API) to provide the server with a source file and line number and get the corresponding output URL and line number, and vice versa. This particular bug is intended to track the bare minimum feature set necessary to provide parity with the editor's current server. Specifically, it only needs to support Dart inputs and outputs with no transformers in between. Issue dart-lang/sdk#12339 is tracking the broader use of this with all transformers.
1.0
"pub serve" should provide the ability to look up mappings between source and output lines - <a href="https://github.com/nex3"><img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [nex3](https://github.com/nex3)** _Originally opened as dart-lang/sdk#16061_ ---- It should be possible (via the &quot;pub serve&quot; websocket API) to provide the server with a source file and line number and get the corresponding output URL and line number, and vice versa. This particular bug is intended to track the bare minimum feature set necessary to provide parity with the editor's current server. Specifically, it only needs to support Dart inputs and outputs with no transformers in between. Issue dart-lang/sdk#12339 is tracking the broader use of this with all transformers.
priority
pub serve should provide the ability to look up mappings between source and output lines issue by originally opened as dart lang sdk it should be possible via the quot pub serve quot websocket api to provide the server with a source file and line number and get the corresponding output url and line number and vice versa this particular bug is intended to track the bare minimum feature set necessary to provide parity with the editor s current server specifically it only needs to support dart inputs and outputs with no transformers in between issue dart lang sdk is tracking the broader use of this with all transformers
1
386,143
11,432,706,210
IssuesEvent
2020-02-04 14:31:46
ooni/ooni.org
https://api.github.com/repos/ooni/ooni.org
opened
Add drill down searching for count tables
discuss priority/medium ux
Use them in the search page in Explorer to provide drill-down searching (e.g. avoid returning many thousand msmts if the users cannot reasonably browse them). This came from ooni/backend#234
1.0
Add drill down searching for count tables - Use them in the search page in Explorer to provide drill-down searching (e.g. avoid returning many thousand msmts if the users cannot reasonably browse them). This came from ooni/backend#234
priority
add drill down searching for count tables use them in the search page in explorer to provide drill down searching e g avoid returning many thousand msmts if the users cannot reasonably browse them this came from ooni backend
1
725,353
24,959,702,774
IssuesEvent
2022-11-01 14:37:45
AY2223S1-CS2103T-W15-4/tp
https://api.github.com/repos/AY2223S1-CS2103T-W15-4/tp
closed
[PE-D][Tester E] Not sure what alias done
type.Bug priority.High severity.Medium
![Not sure what does alias does.PNG](https://raw.githubusercontent.com/limweijun/ped/main/files/0e690ae8-46aa-49c0-9102-3d2fbdbe44b1.PNG) Think could be more specific when explaining what does alias mean and what the command does <!--session: 1666944265112-3d5780d8-add8-45ea-831e-933088a9871a--> <!--Version: Web v3.4.4--> ------------- Labels: `severity.VeryLow` `type.DocumentationBug` original: limweijun/ped#3
1.0
[PE-D][Tester E] Not sure what alias done - ![Not sure what does alias does.PNG](https://raw.githubusercontent.com/limweijun/ped/main/files/0e690ae8-46aa-49c0-9102-3d2fbdbe44b1.PNG) Think could be more specific when explaining what does alias mean and what the command does <!--session: 1666944265112-3d5780d8-add8-45ea-831e-933088a9871a--> <!--Version: Web v3.4.4--> ------------- Labels: `severity.VeryLow` `type.DocumentationBug` original: limweijun/ped#3
priority
not sure what alias done think could be more specific when explaining what does alias mean and what the command does labels severity verylow type documentationbug original limweijun ped
1
375,992
11,136,839,753
IssuesEvent
2019-12-20 17:37:42
SETI/pds-opus
https://api.github.com/repos/SETI/pds-opus
closed
Metadata Selector drag-and-drop broken when scrolling
A-Bug B-OPUS JS Effort 2 Medium Priority 4 Useful
B063: Add enough slugs to select metadata to require a scrollbar on the right side. Actually scroll down some. Then try to drag a metadata item. Instead of showing up under your mouse, it shows it being dragged further up on the screen by the amount the window has been scrolled.
1.0
Metadata Selector drag-and-drop broken when scrolling - B063: Add enough slugs to select metadata to require a scrollbar on the right side. Actually scroll down some. Then try to drag a metadata item. Instead of showing up under your mouse, it shows it being dragged further up on the screen by the amount the window has been scrolled.
priority
metadata selector drag and drop broken when scrolling add enough slugs to select metadata to require a scrollbar on the right side actually scroll down some then try to drag a metadata item instead of showing up under your mouse it shows it being dragged further up on the screen by the amount the window has been scrolled
1
97,369
3,989,296,213
IssuesEvent
2016-05-09 13:33:57
Victoire/victoire
https://api.github.com/repos/Victoire/victoire
opened
Cannot find a view reference for BE and the BT of a the BE parent's
Priority : Medium Type : Bug
-Create a jedi -Create a BusinessTemplate for characters -When you access to businessTemplates it will try to find a view Reference for the jedi and for character and cant find one.
1.0
Cannot find a view reference for BE and the BT of a the BE parent's - -Create a jedi -Create a BusinessTemplate for characters -When you access to businessTemplates it will try to find a view Reference for the jedi and for character and cant find one.
priority
cannot find a view reference for be and the bt of a the be parent s create a jedi create a businesstemplate for characters when you access to businesstemplates it will try to find a view reference for the jedi and for character and cant find one
1
593,426
18,006,809,409
IssuesEvent
2021-09-16 01:25:51
RoboJackets/apiary-mobile
https://api.github.com/repos/RoboJackets/apiary-mobile
opened
Add NFC tap tips to app directly
good first issue type / enhancement priority / medium
I've found myself telling people this anyways so may as well put it as in-app education: > - Align the center of the BuzzCard over the NFC on your phone. If you don't know where the NFC sensor is, search "<phone model> nfc sensor location" using your preferred search enginer > - You'll probably have to fiddle a little bit to find the best spot > - If you have a particularly thick case or your phone isn't recognizing BuzzCards (usually it should vibrate) at all, try removing your case > - Sometimes someone forgets their BuzzCard or one just won't scan. You can use the Enter GTID manually button and type in their GTID to take their attendance.
1.0
Add NFC tap tips to app directly - I've found myself telling people this anyways so may as well put it as in-app education: > - Align the center of the BuzzCard over the NFC on your phone. If you don't know where the NFC sensor is, search "<phone model> nfc sensor location" using your preferred search enginer > - You'll probably have to fiddle a little bit to find the best spot > - If you have a particularly thick case or your phone isn't recognizing BuzzCards (usually it should vibrate) at all, try removing your case > - Sometimes someone forgets their BuzzCard or one just won't scan. You can use the Enter GTID manually button and type in their GTID to take their attendance.
priority
add nfc tap tips to app directly i ve found myself telling people this anyways so may as well put it as in app education align the center of the buzzcard over the nfc on your phone if you don t know where the nfc sensor is search nfc sensor location using your preferred search enginer you ll probably have to fiddle a little bit to find the best spot if you have a particularly thick case or your phone isn t recognizing buzzcards usually it should vibrate at all try removing your case sometimes someone forgets their buzzcard or one just won t scan you can use the enter gtid manually button and type in their gtid to take their attendance
1
275,362
8,575,603,299
IssuesEvent
2018-11-12 17:44:56
aowen87/TicketTester
https://api.github.com/repos/aowen87/TicketTester
closed
Move query-over-time start/stop options out of global, into query window.
Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: Normal
Starting and ending timesteps seem more apropos to individual queries, rather than a global setting, so they should be moved to query windows, out of the global QueryOverTime window. (per team discussion regarding issue #554). -----------------------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: 579 Status: Resolved Project: VisIt Tracker: Feature Priority: Normal Subject: Move query-over-time start/stop options out of global, into query window. Assigned to: Kathleen Biagas Category: Target version: 2.4 Author: Kathleen Biagas Start: 02/02/2011 Due date: % Done: 0 Estimated time: Created: 02/02/2011 11:29 am Updated: 09/01/2011 05:44 pm Likelihood: Severity: Found in version: Impact: 3 - Medium Expected Use: 3 - Occasional OS: All Support Group: Any Description: Starting and ending timesteps seem more apropos to individual queries, rather than a global setting, so they should be moved to query windows, out of the global QueryOverTime window. (per team discussion regarding issue #554). Comments: Setting start/end times and stride now available in Query window, and in Pick window under TimePickOptions tab.They have been removed from global QueryOverTime window.Can also be set as named arguments from CLI in QueryOverTime method:QueryOverTime("Min", stride=5)Part of overall query changes, R16065.
1.0
Move query-over-time start/stop options out of global, into query window. - Starting and ending timesteps seem more apropos to individual queries, rather than a global setting, so they should be moved to query windows, out of the global QueryOverTime window. (per team discussion regarding issue #554). -----------------------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: 579 Status: Resolved Project: VisIt Tracker: Feature Priority: Normal Subject: Move query-over-time start/stop options out of global, into query window. Assigned to: Kathleen Biagas Category: Target version: 2.4 Author: Kathleen Biagas Start: 02/02/2011 Due date: % Done: 0 Estimated time: Created: 02/02/2011 11:29 am Updated: 09/01/2011 05:44 pm Likelihood: Severity: Found in version: Impact: 3 - Medium Expected Use: 3 - Occasional OS: All Support Group: Any Description: Starting and ending timesteps seem more apropos to individual queries, rather than a global setting, so they should be moved to query windows, out of the global QueryOverTime window. (per team discussion regarding issue #554). Comments: Setting start/end times and stride now available in Query window, and in Pick window under TimePickOptions tab.They have been removed from global QueryOverTime window.Can also be set as named arguments from CLI in QueryOverTime method:QueryOverTime("Min", stride=5)Part of overall query changes, R16065.
priority
move query over time start stop options out of global into query window starting and ending timesteps seem more apropos to individual queries rather than a global setting so they should be moved to query windows out of the global queryovertime window per team discussion regarding issue 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 project visit tracker feature priority normal subject move query over time start stop options out of global into query window assigned to kathleen biagas category target version author kathleen biagas start due date done estimated time created am updated pm likelihood severity found in version impact medium expected use occasional os all support group any description starting and ending timesteps seem more apropos to individual queries rather than a global setting so they should be moved to query windows out of the global queryovertime window per team discussion regarding issue comments setting start end times and stride now available in query window and in pick window under timepickoptions tab they have been removed from global queryovertime window can also be set as named arguments from cli in queryovertime method queryovertime min stride part of overall query changes
1
797,047
28,136,197,734
IssuesEvent
2023-04-01 12:11:39
AY2223S2-CS2113-F13-1/tp
https://api.github.com/repos/AY2223S2-CS2113-F13-1/tp
closed
[PE-D][Tester C] Link for jar not included in UG
type.Bug priority.High severity.Medium
(under Quick Start) ![Screenshot 2023-03-31 at 5.02.23 PM.png](https://raw.githubusercontent.com/honglinshang/ped/main/files/d3a94386-81eb-459c-ad74-265bcde018d1.png) <!--session: 1680252396534-5cf8226f-3652-415a-bc2a-4d5f2a727189--> <!--Version: Web v3.4.7--> ------------- Labels: `type.DocumentationBug` `severity.High` original: honglinshang/ped#8
1.0
[PE-D][Tester C] Link for jar not included in UG - (under Quick Start) ![Screenshot 2023-03-31 at 5.02.23 PM.png](https://raw.githubusercontent.com/honglinshang/ped/main/files/d3a94386-81eb-459c-ad74-265bcde018d1.png) <!--session: 1680252396534-5cf8226f-3652-415a-bc2a-4d5f2a727189--> <!--Version: Web v3.4.7--> ------------- Labels: `type.DocumentationBug` `severity.High` original: honglinshang/ped#8
priority
link for jar not included in ug under quick start labels type documentationbug severity high original honglinshang ped
1
663,093
22,161,773,802
IssuesEvent
2022-06-04 15:56:51
jmgilman/nixago
https://api.github.com/repos/jmgilman/nixago
closed
adding a Why section.
Status: In Progress Type: Maintenance Priority: Medium
hello, I would recommend adding a Why section to your readme. Helping to understand the benefits is sometimes more important then the features
1.0
adding a Why section. - hello, I would recommend adding a Why section to your readme. Helping to understand the benefits is sometimes more important then the features
priority
adding a why section hello i would recommend adding a why section to your readme helping to understand the benefits is sometimes more important then the features
1
198,267
6,971,875,593
IssuesEvent
2017-12-11 15:22:14
fgpv-vpgf/fgpv-vpgf
https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf
closed
Object can't be used in data-rv-config
bug-type: broken use case needs: estimate priority: medium problem: bug
The expectation is that the object accepted in the data-rv-config file instead of config file (json). From the authoring tool work, we have tried to load the object, and it doesn't seem to work.
1.0
Object can't be used in data-rv-config - The expectation is that the object accepted in the data-rv-config file instead of config file (json). From the authoring tool work, we have tried to load the object, and it doesn't seem to work.
priority
object can t be used in data rv config the expectation is that the object accepted in the data rv config file instead of config file json from the authoring tool work we have tried to load the object and it doesn t seem to work
1
215,878
7,298,912,995
IssuesEvent
2018-02-26 18:26:04
ngageoint/hootenanny
https://api.github.com/repos/ngageoint/hootenanny
closed
Move as many custom conflation opts used in the UI as possible to be core defaults
Category: Core Priority: Medium Status: In Progress Type: Task
The rationale behind this is that the simpler we can make the options used in the different types of conflation, the less error prone the UI will be in sending the options in. The two I have in mind specifically right now are the CornerSplitter and rubber sheeting. CornerSplitter is used with Network/Differential roads, but not Unifying. I made CornerSplitter a default cleaning op for all conflation types and it had positive a positive effect on one regression test and fairly minor impact on the rest of them (will add details later), so I think that's a no-brainer change. I would like to also do rubber sheeting, but it may not be a good idea, b/c 1) its likely to have a big impact on regression tests (both positive for some and negative for others 2) its can be an expensive operation for some input data. Users have requested making it the default in the UI for Network roads, which makes sense since its already a default for Network roads in the core. It may not make sense for Unifying roads, but I'll try it out anyway and see. Turning rubber sheeting on in the UI by default would make things even simpler.
1.0
Move as many custom conflation opts used in the UI as possible to be core defaults - The rationale behind this is that the simpler we can make the options used in the different types of conflation, the less error prone the UI will be in sending the options in. The two I have in mind specifically right now are the CornerSplitter and rubber sheeting. CornerSplitter is used with Network/Differential roads, but not Unifying. I made CornerSplitter a default cleaning op for all conflation types and it had positive a positive effect on one regression test and fairly minor impact on the rest of them (will add details later), so I think that's a no-brainer change. I would like to also do rubber sheeting, but it may not be a good idea, b/c 1) its likely to have a big impact on regression tests (both positive for some and negative for others 2) its can be an expensive operation for some input data. Users have requested making it the default in the UI for Network roads, which makes sense since its already a default for Network roads in the core. It may not make sense for Unifying roads, but I'll try it out anyway and see. Turning rubber sheeting on in the UI by default would make things even simpler.
priority
move as many custom conflation opts used in the ui as possible to be core defaults the rationale behind this is that the simpler we can make the options used in the different types of conflation the less error prone the ui will be in sending the options in the two i have in mind specifically right now are the cornersplitter and rubber sheeting cornersplitter is used with network differential roads but not unifying i made cornersplitter a default cleaning op for all conflation types and it had positive a positive effect on one regression test and fairly minor impact on the rest of them will add details later so i think that s a no brainer change i would like to also do rubber sheeting but it may not be a good idea b c its likely to have a big impact on regression tests both positive for some and negative for others its can be an expensive operation for some input data users have requested making it the default in the ui for network roads which makes sense since its already a default for network roads in the core it may not make sense for unifying roads but i ll try it out anyway and see turning rubber sheeting on in the ui by default would make things even simpler
1
517,966
15,021,566,630
IssuesEvent
2021-02-01 15:57:20
HabitRPG/habitica-android
https://api.github.com/repos/HabitRPG/habitica-android
closed
player should not be automatically removed from Challenges when leaving a Guild or Party
Help wanted Priority: medium Type: Bug
Currently on the Android app, when a player leaves a Guild, they are automatically removed from any challenges they have joined that are hosted in that Guild. This should not happen - they should remain as participants of the challenges, even for those hosted in private guilds. The same applies when the player is removed from a Guild - that should not remove them from challenges. The same applies to leaving or being removed from a Party. _(FYI, this bug also used to occur on the website but has been fixed there in https://github.com/HabitRPG/habitica/pull/8517. I'm going to ask other mods to test to see if it happens on the iOS app and if so I'll log an issue in that repo too.)_
1.0
player should not be automatically removed from Challenges when leaving a Guild or Party - Currently on the Android app, when a player leaves a Guild, they are automatically removed from any challenges they have joined that are hosted in that Guild. This should not happen - they should remain as participants of the challenges, even for those hosted in private guilds. The same applies when the player is removed from a Guild - that should not remove them from challenges. The same applies to leaving or being removed from a Party. _(FYI, this bug also used to occur on the website but has been fixed there in https://github.com/HabitRPG/habitica/pull/8517. I'm going to ask other mods to test to see if it happens on the iOS app and if so I'll log an issue in that repo too.)_
priority
player should not be automatically removed from challenges when leaving a guild or party currently on the android app when a player leaves a guild they are automatically removed from any challenges they have joined that are hosted in that guild this should not happen they should remain as participants of the challenges even for those hosted in private guilds the same applies when the player is removed from a guild that should not remove them from challenges the same applies to leaving or being removed from a party fyi this bug also used to occur on the website but has been fixed there in i m going to ask other mods to test to see if it happens on the ios app and if so i ll log an issue in that repo too
1
3,997
2,544,499,607
IssuesEvent
2015-01-29 10:24:12
olga-jane/prizm
https://api.github.com/repos/olga-jane/prizm
closed
GENERAL-USE: DB create/update at installation. Installation. Migrations.
Coding DB & sql & Hibernate general-use tasks Installation MEDIUM priority to share
GENERAL-USE: DB create/update at installation. Installation. Migrations.
1.0
GENERAL-USE: DB create/update at installation. Installation. Migrations. - GENERAL-USE: DB create/update at installation. Installation. Migrations.
priority
general use db create update at installation installation migrations general use db create update at installation installation migrations
1
146,020
5,592,127,670
IssuesEvent
2017-03-30 02:53:19
nus-mtp/nus-oracle
https://api.github.com/repos/nus-mtp/nus-oracle
opened
[Refactor] Form Inputs for Login, Signup and Forget Password
medium priority UI
* For more maintainability in the future, since many of these components have repeated properties
1.0
[Refactor] Form Inputs for Login, Signup and Forget Password - * For more maintainability in the future, since many of these components have repeated properties
priority
form inputs for login signup and forget password for more maintainability in the future since many of these components have repeated properties
1
754,682
26,398,349,551
IssuesEvent
2023-01-12 21:46:10
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YCQL] Thread Sanitizer data race observed in CppCassandraDriverTest_TestTableBackfillWithLeaderMoves
kind/bug priority/medium area/ycql status/awaiting-triage
Jira Link: [DB-3705](https://yugabyte.atlassian.net/browse/DB-3705) ### Description Thread Sanitizer data race observed in CppCassandraDriverTest_TestTableBackfillWithLeaderMoves in latest master 2.15.4.0-b40. This failure has been hit 184 times recently- https://detective-gcp.dev.yugabyte.com/stability?branch=master&fail_tag=tsan&num_commits=500 Stacktrace- https://gist.github.com/kripasreenivasan/87a0eda3e1fa5e08057d13864e55cf34
1.0
[YCQL] Thread Sanitizer data race observed in CppCassandraDriverTest_TestTableBackfillWithLeaderMoves - Jira Link: [DB-3705](https://yugabyte.atlassian.net/browse/DB-3705) ### Description Thread Sanitizer data race observed in CppCassandraDriverTest_TestTableBackfillWithLeaderMoves in latest master 2.15.4.0-b40. This failure has been hit 184 times recently- https://detective-gcp.dev.yugabyte.com/stability?branch=master&fail_tag=tsan&num_commits=500 Stacktrace- https://gist.github.com/kripasreenivasan/87a0eda3e1fa5e08057d13864e55cf34
priority
thread sanitizer data race observed in cppcassandradrivertest testtablebackfillwithleadermoves jira link description thread sanitizer data race observed in cppcassandradrivertest testtablebackfillwithleadermoves in latest master this failure has been hit times recently stacktrace
1
712,265
24,488,696,543
IssuesEvent
2022-10-09 19:38:03
joomlahenk/fabrik
https://api.github.com/repos/joomlahenk/fabrik
closed
Is Unique Value validation does not work
Medium Priority
Does not except any input. Tested with default setting
1.0
Is Unique Value validation does not work - Does not except any input. Tested with default setting
priority
is unique value validation does not work does not except any input tested with default setting
1
102,604
4,157,213,119
IssuesEvent
2016-06-16 20:33:42
kristovatlas/osx-config-check
https://api.github.com/repos/kristovatlas/osx-config-check
closed
review osxlockdown for configs
enhancement priority:medium
- [x] "Verify all application software is current" - [x] "Enable Auto Update" - [x] "Disable Bluetooth" - [x] "Disable infrared receiver" - [x] "Disable AirDrop" - [x] "Disable automatic setting of time and date" - [x] "Set an inactivity interval of 10 minutes or less for the screen saver" - [x] "Enable secure screen saver corners" - [x] "Require a password to wake the computer from sleep or screen saver" - [x] "Ensure screen locks immediately when requested" - [x] "Disable Remote Apple Events" - [x] "Disable Remote Login" - [x] "Disable Internet Sharing" - [ ] "Disable Screen Sharing" - [x] "Disable Printer Sharing" - [x] "Disable Wake on Network Access" - [x] "Disable File Sharing" - [x] "Disable Remote Management" - [x] "Enable FileVault" - [x] "Destroy File Vault Key when going to standby" - [x] "Enable hibernation mode (no memory power on sleep)" - [x] "Enable Gatekeeper" - [x] "Enable Firewall" - [x] "Enable Firewall Stealth Mode" - [x] "Disable signed apps from being auto-permitted to listen through firewall" - [x] "Disable iCloud drive" - [x] "Require an administrator password to access system-wide preferences" - [x] "Disable IPv6" - [x] "Disable Previews" - [x] "Secure Safari by crippling it" - [x] "Disable automatic loading of remote content by Mail.app" - [x] "Disable Captive Portal" - [x] "Enable logging" - [x] "Verify no HTTP update URLs for Sparkle Updater"
1.0
review osxlockdown for configs - - [x] "Verify all application software is current" - [x] "Enable Auto Update" - [x] "Disable Bluetooth" - [x] "Disable infrared receiver" - [x] "Disable AirDrop" - [x] "Disable automatic setting of time and date" - [x] "Set an inactivity interval of 10 minutes or less for the screen saver" - [x] "Enable secure screen saver corners" - [x] "Require a password to wake the computer from sleep or screen saver" - [x] "Ensure screen locks immediately when requested" - [x] "Disable Remote Apple Events" - [x] "Disable Remote Login" - [x] "Disable Internet Sharing" - [ ] "Disable Screen Sharing" - [x] "Disable Printer Sharing" - [x] "Disable Wake on Network Access" - [x] "Disable File Sharing" - [x] "Disable Remote Management" - [x] "Enable FileVault" - [x] "Destroy File Vault Key when going to standby" - [x] "Enable hibernation mode (no memory power on sleep)" - [x] "Enable Gatekeeper" - [x] "Enable Firewall" - [x] "Enable Firewall Stealth Mode" - [x] "Disable signed apps from being auto-permitted to listen through firewall" - [x] "Disable iCloud drive" - [x] "Require an administrator password to access system-wide preferences" - [x] "Disable IPv6" - [x] "Disable Previews" - [x] "Secure Safari by crippling it" - [x] "Disable automatic loading of remote content by Mail.app" - [x] "Disable Captive Portal" - [x] "Enable logging" - [x] "Verify no HTTP update URLs for Sparkle Updater"
priority
review osxlockdown for configs verify all application software is current enable auto update disable bluetooth disable infrared receiver disable airdrop disable automatic setting of time and date set an inactivity interval of minutes or less for the screen saver enable secure screen saver corners require a password to wake the computer from sleep or screen saver ensure screen locks immediately when requested disable remote apple events disable remote login disable internet sharing disable screen sharing disable printer sharing disable wake on network access disable file sharing disable remote management enable filevault destroy file vault key when going to standby enable hibernation mode no memory power on sleep enable gatekeeper enable firewall enable firewall stealth mode disable signed apps from being auto permitted to listen through firewall disable icloud drive require an administrator password to access system wide preferences disable disable previews secure safari by crippling it disable automatic loading of remote content by mail app disable captive portal enable logging verify no http update urls for sparkle updater
1
419,565
12,224,850,481
IssuesEvent
2020-05-03 01:14:25
dev-protocol/stakes.social
https://api.github.com/repos/dev-protocol/stakes.social
closed
Mobile support: PossessionOutline
Priority: Medium Type: Feature
On a mobile device, it would be a good look if it looked like this: ![PossessionOutline](https://user-images.githubusercontent.com/1970283/80284962-d21bce00-875c-11ea-812e-ced1a28c2fb4.png)
1.0
Mobile support: PossessionOutline - On a mobile device, it would be a good look if it looked like this: ![PossessionOutline](https://user-images.githubusercontent.com/1970283/80284962-d21bce00-875c-11ea-812e-ced1a28c2fb4.png)
priority
mobile support possessionoutline on a mobile device it would be a good look if it looked like this
1
564,569
16,736,322,729
IssuesEvent
2021-06-11 02:16:54
PlaceOS/drivers
https://api.github.com/repos/PlaceOS/drivers
closed
RFC: Seperate the test runner from `drivers` repository
focus: devops priority: medium type: enhancement
**Is your feature request related to a problem? Please describe.** The test runner is used via a docker-compose environment. The container can be easily vendored separately from the `drivers` repository. An immediate benefit would be a reduction in the dependency footprint of `drivers`, and thus a reduction in the install and update times. **Describe the solution you'd like** Pull the test runner application into a separate repository and build images to be referenced by `drivers`' docker-compose.yml Closes #126
1.0
RFC: Seperate the test runner from `drivers` repository - **Is your feature request related to a problem? Please describe.** The test runner is used via a docker-compose environment. The container can be easily vendored separately from the `drivers` repository. An immediate benefit would be a reduction in the dependency footprint of `drivers`, and thus a reduction in the install and update times. **Describe the solution you'd like** Pull the test runner application into a separate repository and build images to be referenced by `drivers`' docker-compose.yml Closes #126
priority
rfc seperate the test runner from drivers repository is your feature request related to a problem please describe the test runner is used via a docker compose environment the container can be easily vendored separately from the drivers repository an immediate benefit would be a reduction in the dependency footprint of drivers and thus a reduction in the install and update times describe the solution you d like pull the test runner application into a separate repository and build images to be referenced by drivers docker compose yml closes
1
201,534
7,033,093,223
IssuesEvent
2017-12-27 08:50:24
Eustacio/seed-starter-manager
https://api.github.com/repos/Eustacio/seed-starter-manager
closed
Replace usages of the error-label.directive by the input-with-validation.directive
Front-end Priority: medium Type: improvement
The input-with-validation.directive was created to replace the error-label.directive, therefore we need replace all usages and then delete it. The error-label.directive is currently used in the following places: - [ ] seed-variety.component.html - [ ] feature.component.html - [ ] material-type.component.html
1.0
Replace usages of the error-label.directive by the input-with-validation.directive - The input-with-validation.directive was created to replace the error-label.directive, therefore we need replace all usages and then delete it. The error-label.directive is currently used in the following places: - [ ] seed-variety.component.html - [ ] feature.component.html - [ ] material-type.component.html
priority
replace usages of the error label directive by the input with validation directive the input with validation directive was created to replace the error label directive therefore we need replace all usages and then delete it the error label directive is currently used in the following places seed variety component html feature component html material type component html
1
656,738
21,773,654,390
IssuesEvent
2022-05-13 11:40:56
momentum-mod/game
https://api.github.com/repos/momentum-mod/game
closed
Overlapping warning boxes
Type: Bug Priority: Medium Where: Game
**Describe the bug** The warnings for using practice mode and playing a map in a different gamemode overlap eachother **Expected behavior** One/both should move so that they do not overlap **Screenshots** ![image](https://user-images.githubusercontent.com/5162166/105423316-495e8f80-5c13-11eb-8d57-502f0ad7c632.png) **Desktop/Branch (please complete the following information):** - Branch: 0.8.7 steam release **Additional context** Reported by webby in discord
1.0
Overlapping warning boxes - **Describe the bug** The warnings for using practice mode and playing a map in a different gamemode overlap eachother **Expected behavior** One/both should move so that they do not overlap **Screenshots** ![image](https://user-images.githubusercontent.com/5162166/105423316-495e8f80-5c13-11eb-8d57-502f0ad7c632.png) **Desktop/Branch (please complete the following information):** - Branch: 0.8.7 steam release **Additional context** Reported by webby in discord
priority
overlapping warning boxes describe the bug the warnings for using practice mode and playing a map in a different gamemode overlap eachother expected behavior one both should move so that they do not overlap screenshots desktop branch please complete the following information branch steam release additional context reported by webby in discord
1
203,300
7,059,570,693
IssuesEvent
2018-01-05 02:34:10
bukinoshita/taskr
https://api.github.com/repos/bukinoshita/taskr
closed
[Feature Idea] - Send task back from Today to Backlog
Priority: Medium Type: Enhancement
I believe this would be a good feature to have, in case you put as "today" a task that wasn't supposed to be for today, but you don't want to delete/recreate it. I guess a "Backlog ↪" button or something under it whenever is on the "Today" Tab. Will try to implement if I have the time soon, but whoever want to go ahead and do it also would be awesome. 😃
1.0
[Feature Idea] - Send task back from Today to Backlog - I believe this would be a good feature to have, in case you put as "today" a task that wasn't supposed to be for today, but you don't want to delete/recreate it. I guess a "Backlog ↪" button or something under it whenever is on the "Today" Tab. Will try to implement if I have the time soon, but whoever want to go ahead and do it also would be awesome. 😃
priority
send task back from today to backlog i believe this would be a good feature to have in case you put as today a task that wasn t supposed to be for today but you don t want to delete recreate it i guess a backlog ↪ button or something under it whenever is on the today tab will try to implement if i have the time soon but whoever want to go ahead and do it also would be awesome 😃
1
493,530
14,234,285,928
IssuesEvent
2020-11-18 13:23:40
blockframes/blockframes
https://api.github.com/repos/blockframes/blockframes
closed
Homogenize the way users are mentioned
App - Festival 🎪 Front Medium priority Refactoring - enhancement Sanity-team
Homogenize the way users are mentioned. For now, sometimes they’re mentioned by their names (no email, no company information. In notifications for example), sometimes just their first name & company (email notifications), sometimes just by their email address (guest list). When we mention someone, wherever this is (in a notification/an invitation/a list/ an email), it should always show first name, last name, email address & company name. The format should be: "firstName lastName (orgName) blablabla" + adding the user email on link mailto on the firstname + lastName. e.g. [Vincent Choukroun](Vchoukroun@cascade8.com) (Cascade8) has accepted your invitation to screening "blabla""
1.0
Homogenize the way users are mentioned - Homogenize the way users are mentioned. For now, sometimes they’re mentioned by their names (no email, no company information. In notifications for example), sometimes just their first name & company (email notifications), sometimes just by their email address (guest list). When we mention someone, wherever this is (in a notification/an invitation/a list/ an email), it should always show first name, last name, email address & company name. The format should be: "firstName lastName (orgName) blablabla" + adding the user email on link mailto on the firstname + lastName. e.g. [Vincent Choukroun](Vchoukroun@cascade8.com) (Cascade8) has accepted your invitation to screening "blabla""
priority
homogenize the way users are mentioned homogenize the way users are mentioned for now sometimes they’re mentioned by their names no email no company information in notifications for example sometimes just their first name company email notifications sometimes just by their email address guest list when we mention someone wherever this is in a notification an invitation a list an email it should always show first name last name email address company name the format should be firstname lastname orgname blablabla adding the user email on link mailto on the firstname lastname e g vchoukroun com has accepted your invitation to screening blabla
1
276,655
8,607,134,864
IssuesEvent
2018-11-17 19:12:16
hassio-addons/addon-mqtt
https://api.github.com/repos/hassio-addons/addon-mqtt
closed
Connecting to CloudMQTT as a MQTT bridge
Priority: Medium Status: In progress Type: Enhancement Type: Feature
# Problem/Motivation Looking to move over from Official MQTT server for the WebUI for debugging -- Is there a way to configure an MQTT bridge to say cloud mqtt? I've accomplished this with the offical MQTT server using this setup: https://community.home-assistant.io/t/solved-mqtt-over-internet-aka-how-to-set-up-cloudmqtt-bridge-with-hassio-mosquitto-broker/49939/8 Does this still exist for this add on as well? <blockquote><img src="https://community.home-assistant.io/user_avatar/community.home-assistant.io/krash/200/20614_1.png" width="48" align="right"><div><img src="https://community.home-assistant.io/uploads/default/original/1X/510301398ed5188e395eafb0983fbf8fe8ffcbcf.png" height="14"> Home Assistant Community</div><div><strong><a href="https://community.home-assistant.io/t/solved-mqtt-over-internet-aka-how-to-set-up-cloudmqtt-bridge-with-hassio-mosquitto-broker/49939/8">[solved] Mqtt over internet? aka: "How to set up cloudMQTT bridge with Hassio mosquitto broker"</a></strong></div><div>I have not worked with NodeRed at all, but i figured it out without it. Here is how i did it, by compiling info from all around the community forums: Register CloudMQTT free account. Ignore the initial un/pw and create two (in my case) new users with their own passwords. In the users page of cloudMQTT, scroll down after creating the users and click topic, select the user, add # (in case you want them in on everything) in the pattern box, then tick read/write access accordingly and add them tw...</div></blockquote>
1.0
Connecting to CloudMQTT as a MQTT bridge - # Problem/Motivation Looking to move over from Official MQTT server for the WebUI for debugging -- Is there a way to configure an MQTT bridge to say cloud mqtt? I've accomplished this with the offical MQTT server using this setup: https://community.home-assistant.io/t/solved-mqtt-over-internet-aka-how-to-set-up-cloudmqtt-bridge-with-hassio-mosquitto-broker/49939/8 Does this still exist for this add on as well? <blockquote><img src="https://community.home-assistant.io/user_avatar/community.home-assistant.io/krash/200/20614_1.png" width="48" align="right"><div><img src="https://community.home-assistant.io/uploads/default/original/1X/510301398ed5188e395eafb0983fbf8fe8ffcbcf.png" height="14"> Home Assistant Community</div><div><strong><a href="https://community.home-assistant.io/t/solved-mqtt-over-internet-aka-how-to-set-up-cloudmqtt-bridge-with-hassio-mosquitto-broker/49939/8">[solved] Mqtt over internet? aka: "How to set up cloudMQTT bridge with Hassio mosquitto broker"</a></strong></div><div>I have not worked with NodeRed at all, but i figured it out without it. Here is how i did it, by compiling info from all around the community forums: Register CloudMQTT free account. Ignore the initial un/pw and create two (in my case) new users with their own passwords. In the users page of cloudMQTT, scroll down after creating the users and click topic, select the user, add # (in case you want them in on everything) in the pattern box, then tick read/write access accordingly and add them tw...</div></blockquote>
priority
connecting to cloudmqtt as a mqtt bridge problem motivation looking to move over from official mqtt server for the webui for debugging is there a way to configure an mqtt bridge to say cloud mqtt i ve accomplished this with the offical mqtt server using this setup does this still exist for this add on as well home assistant community i have not worked with nodered at all but i figured it out without it here is how i did it by compiling info from all around the community forums register cloudmqtt free account ignore the initial un pw and create two in my case new users with their own passwords in the users page of cloudmqtt scroll down after creating the users and click topic select the user add in case you want them in on everything in the pattern box then tick read write access accordingly and add them tw
1
586,335
17,575,475,114
IssuesEvent
2021-08-15 14:22:43
DSC-University-of-Seoul/2021-spring-project
https://api.github.com/repos/DSC-University-of-Seoul/2021-spring-project
closed
[스프린트 #9] 로그인 기능 구현
Priority ❗️ Medium Type 🛠 FEATURE Issue ⏩ IN PROGRESS
# 기능 Issue Linked Feature backlog : #KDSK-107 ## 필요한 기능 백엔드와 프론트엔드간 로그인 기능 연계 ## 설명 - 프론트엔드에서 로그인 기능 구현을 진행중입니다. - 백엔드에 POST로 입력받은 유저 정보를 전송할 계획입니다. - 백엔드에서 로그인 성공 / 실패 여부가 어떤 형식으로 반환되는지 명시 부탁드립니다. - 추가로 POST 시 필요한 헤더 정보가 있으면 명시 부탁드립니다. ## 담당자 할당 확인 담당자: @rxdcxdrnine - [ ] 담당자 접수 확인 ## 우선순위 확인 - [ ] 담당자의 우선순위 확인 - [x] PM의 최종 우선순위 확인 ###
1.0
[스프린트 #9] 로그인 기능 구현 - # 기능 Issue Linked Feature backlog : #KDSK-107 ## 필요한 기능 백엔드와 프론트엔드간 로그인 기능 연계 ## 설명 - 프론트엔드에서 로그인 기능 구현을 진행중입니다. - 백엔드에 POST로 입력받은 유저 정보를 전송할 계획입니다. - 백엔드에서 로그인 성공 / 실패 여부가 어떤 형식으로 반환되는지 명시 부탁드립니다. - 추가로 POST 시 필요한 헤더 정보가 있으면 명시 부탁드립니다. ## 담당자 할당 확인 담당자: @rxdcxdrnine - [ ] 담당자 접수 확인 ## 우선순위 확인 - [ ] 담당자의 우선순위 확인 - [x] PM의 최종 우선순위 확인 ###
priority
로그인 기능 구현 기능 issue linked feature backlog kdsk 필요한 기능 백엔드와 프론트엔드간 로그인 기능 연계 설명 프론트엔드에서 로그인 기능 구현을 진행중입니다 백엔드에 post로 입력받은 유저 정보를 전송할 계획입니다 백엔드에서 로그인 성공 실패 여부가 어떤 형식으로 반환되는지 명시 부탁드립니다 추가로 post 시 필요한 헤더 정보가 있으면 명시 부탁드립니다 담당자 할당 확인 담당자 rxdcxdrnine 담당자 접수 확인 우선순위 확인 담당자의 우선순위 확인 pm의 최종 우선순위 확인
1
448,641
12,955,030,692
IssuesEvent
2020-07-20 05:22:11
kubesphere/kubesphere
https://api.github.com/repos/kubesphere/kubesphere
closed
Edit service, labelSelector is not set, error occur after saving
area/console kind/bug kind/need-to-verify priority/medium
**Describe the Bug** The edit service page should not be saved successfully if LabelSelector is not set <img width="865" alt="selector" src="https://user-images.githubusercontent.com/36271543/87624649-d30c3c80-c75a-11ea-9555-55c1b78514c0.png"> If labelSelector was not set, it would receive an error: namespaces "undefined" not found <img width="903" alt="error5" src="https://user-images.githubusercontent.com/36271543/87624776-2088a980-c75b-11ea-833f-553c7534cbd1.png"> **Versions Used** KubeSphere:3.0.0 Kubernetes: host-v1.16.12 member1-v1.18.5 member2-v1.17.8 **Environment** host: 1node /ubuntu 16.04 4cpu/16g member1: 2 nodes /ubuntu 16.04 4cpu/16g member1: 2 nodes /centos7 8cpu/16g /kind bug /area console /assign @leoendless /milestone 3.0.0 /priority medium
1.0
Edit service, labelSelector is not set, error occur after saving - **Describe the Bug** The edit service page should not be saved successfully if LabelSelector is not set <img width="865" alt="selector" src="https://user-images.githubusercontent.com/36271543/87624649-d30c3c80-c75a-11ea-9555-55c1b78514c0.png"> If labelSelector was not set, it would receive an error: namespaces "undefined" not found <img width="903" alt="error5" src="https://user-images.githubusercontent.com/36271543/87624776-2088a980-c75b-11ea-833f-553c7534cbd1.png"> **Versions Used** KubeSphere:3.0.0 Kubernetes: host-v1.16.12 member1-v1.18.5 member2-v1.17.8 **Environment** host: 1node /ubuntu 16.04 4cpu/16g member1: 2 nodes /ubuntu 16.04 4cpu/16g member1: 2 nodes /centos7 8cpu/16g /kind bug /area console /assign @leoendless /milestone 3.0.0 /priority medium
priority
edit service labelselector is not set error occur after saving describe the bug the edit service page should not be saved successfully if labelselector is not set img width alt selector src if labelselector was not set it would receive an error namespaces undefined not found img width alt src versions used kubesphere kubernetes host environment host ubuntu nodes ubuntu nodes kind bug area console assign leoendless milestone priority medium
1
604,638
18,716,006,964
IssuesEvent
2021-11-03 04:52:51
AY2122S1-CS2103T-T15-2/tp
https://api.github.com/repos/AY2122S1-CS2103T-T15-2/tp
closed
A help/tutorial/guide.
type.Story priority.Medium type.Task
As a user, I want to know how to use the application, so that I can troubleshoot any problems myself easily.
1.0
A help/tutorial/guide. - As a user, I want to know how to use the application, so that I can troubleshoot any problems myself easily.
priority
a help tutorial guide as a user i want to know how to use the application so that i can troubleshoot any problems myself easily
1
108,964
4,365,084,533
IssuesEvent
2016-08-03 09:29:50
google/paco
https://api.github.com/repos/google/paco
opened
iOS - Last experiment on invitations page is not touchable
Component-iOS Component-UI Priority-Medium
With many experiments, more than one screen full, the last experiment is visible when scrolling done, but the screen stops and scrolls back up to hide it when you quit scrolling. This makes it hidden and untouchable.
1.0
iOS - Last experiment on invitations page is not touchable - With many experiments, more than one screen full, the last experiment is visible when scrolling done, but the screen stops and scrolls back up to hide it when you quit scrolling. This makes it hidden and untouchable.
priority
ios last experiment on invitations page is not touchable with many experiments more than one screen full the last experiment is visible when scrolling done but the screen stops and scrolls back up to hide it when you quit scrolling this makes it hidden and untouchable
1
492,758
14,219,455,195
IssuesEvent
2020-11-17 13:18:46
neuropoly/axondeepseg
https://api.github.com/repos/neuropoly/axondeepseg
opened
Dash app for morphometrics analysis
feature gui priority:MEDIUM
## Pre-planning stage * [ ] Attend live Plotly session on the topic * https://go.plotly.com/dash-image-processing/ * Registration requires. * [ ] Explore examples of similar features already available on the web * https://eoss-image-processing.github.io/2020/11/10/region-properties-exploration.html * [ ] Follow tutorials to get an idea of how to properly plan app. * https://www.youtube.com/playlist?list=PLCDERj-IUIFCaELQ2i7AwgD2M6Xvc4Slf * Documentation page https://dash.plotly.com/ ## Planning stage * [ ] Draw a rough design of the app * [ ] Draw logic for expected callbacks of the apps ... ## Implementation stage ...
1.0
Dash app for morphometrics analysis - ## Pre-planning stage * [ ] Attend live Plotly session on the topic * https://go.plotly.com/dash-image-processing/ * Registration requires. * [ ] Explore examples of similar features already available on the web * https://eoss-image-processing.github.io/2020/11/10/region-properties-exploration.html * [ ] Follow tutorials to get an idea of how to properly plan app. * https://www.youtube.com/playlist?list=PLCDERj-IUIFCaELQ2i7AwgD2M6Xvc4Slf * Documentation page https://dash.plotly.com/ ## Planning stage * [ ] Draw a rough design of the app * [ ] Draw logic for expected callbacks of the apps ... ## Implementation stage ...
priority
dash app for morphometrics analysis pre planning stage attend live plotly session on the topic registration requires explore examples of similar features already available on the web follow tutorials to get an idea of how to properly plan app documentation page planning stage draw a rough design of the app draw logic for expected callbacks of the apps implementation stage
1
483,148
13,919,394,004
IssuesEvent
2020-10-21 09:01:19
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
reopened
Identify maxItems cfg option removed
Good first issue Priority: Medium user feedback
### Description Hi In one of my localConfig.json I have set maxItems for the Identify plugin { "name": "Identify", "cfg": { "showHighlightFeatureButton": true, "draggable": false, "dock": true, "viewerOptions": { "container": "{context.ReactSwipe}" }, "maxItems": 200 }, "override": { "Toolbar": { "position": 11 } } }, However this cfg setting is no longer available, is there a replacement setting that I have missed? Was removed at this commit... https://github.com/geosolutions-it/MapStore2/commit/e68ce42ca1ad311767ec229ba8afcab83ce13e2b#diff-cb0e46ea9c7290f7a328445a8d05f9d7 This is very important as we are not able to display the correct number of records, for instance in the screenshot below there should be 39 Building Consents... ![wairoa_identify_error_no_records_displayed](https://user-images.githubusercontent.com/40550145/65396876-3c534580-ddff-11e9-8d39-b1225580009e.png) Cheers Si <!-- probot = {"9274843":{"who":"tdipisa","what":"","when":"2020-09-28T09:00:00.000Z"}} -->
1.0
Identify maxItems cfg option removed - ### Description Hi In one of my localConfig.json I have set maxItems for the Identify plugin { "name": "Identify", "cfg": { "showHighlightFeatureButton": true, "draggable": false, "dock": true, "viewerOptions": { "container": "{context.ReactSwipe}" }, "maxItems": 200 }, "override": { "Toolbar": { "position": 11 } } }, However this cfg setting is no longer available, is there a replacement setting that I have missed? Was removed at this commit... https://github.com/geosolutions-it/MapStore2/commit/e68ce42ca1ad311767ec229ba8afcab83ce13e2b#diff-cb0e46ea9c7290f7a328445a8d05f9d7 This is very important as we are not able to display the correct number of records, for instance in the screenshot below there should be 39 Building Consents... ![wairoa_identify_error_no_records_displayed](https://user-images.githubusercontent.com/40550145/65396876-3c534580-ddff-11e9-8d39-b1225580009e.png) Cheers Si <!-- probot = {"9274843":{"who":"tdipisa","what":"","when":"2020-09-28T09:00:00.000Z"}} -->
priority
identify maxitems cfg option removed description hi in one of my localconfig json i have set maxitems for the identify plugin name identify cfg showhighlightfeaturebutton true draggable false dock true vieweroptions container context reactswipe maxitems override toolbar position however this cfg setting is no longer available is there a replacement setting that i have missed was removed at this commit this is very important as we are not able to display the correct number of records for instance in the screenshot below there should be building consents cheers si
1
382,556
11,307,907,860
IssuesEvent
2020-01-19 00:45:27
buddyqc69/infernalwowproject
https://api.github.com/repos/buddyqc69/infernalwowproject
closed
Quêtes : L'arène de sang : l'ultime défi
Bugfix-Quest Bugfix-creatures Priority-Medium Resolu-Completed legion-7.3.5
niveaux 65 l'arène de sang quand on tue le pnj sela ne compte pas pour la quete https://fr.wowhead.com/quest=9977/lar%C3%A8ne-de-sang-lultime-d%C3%A9fi
1.0
Quêtes : L'arène de sang : l'ultime défi - niveaux 65 l'arène de sang quand on tue le pnj sela ne compte pas pour la quete https://fr.wowhead.com/quest=9977/lar%C3%A8ne-de-sang-lultime-d%C3%A9fi
priority
quêtes l arène de sang l ultime défi niveaux l arène de sang quand on tue le pnj sela ne compte pas pour la quete
1
382,484
11,307,153,650
IssuesEvent
2020-01-18 18:57:34
vacuumlabs/fine-tracker
https://api.github.com/repos/vacuumlabs/fine-tracker
opened
Show all shortcuts
:arrow_right: Frontend Priority: Medium Type: Bug :bug:
There are a little more shortcuts now as there were half a year ago. Hence, there is ~10px that I can scroll when I open shortcuts. It is kind of irritating to me :cry: I would probably just make the shortcuts text smaller so that it fits without scrolling.
1.0
Show all shortcuts - There are a little more shortcuts now as there were half a year ago. Hence, there is ~10px that I can scroll when I open shortcuts. It is kind of irritating to me :cry: I would probably just make the shortcuts text smaller so that it fits without scrolling.
priority
show all shortcuts there are a little more shortcuts now as there were half a year ago hence there is that i can scroll when i open shortcuts it is kind of irritating to me cry i would probably just make the shortcuts text smaller so that it fits without scrolling
1
707,726
24,316,106,022
IssuesEvent
2022-09-30 06:28:30
kubesphere/kubesphere
https://api.github.com/repos/kubesphere/kubesphere
closed
Proxy connected clusters should not have an update kubeconfig button
kind/bug priority/medium kind/need-to-verify
**Describe the Bug** 1、There is a multi-cluster environment, the mem cluster is a proxy connection, enter the cluster - "cluster settings -" basic information, click management, and display the update kubeconfig button ![image](https://user-images.githubusercontent.com/88183150/190955963-b2c02b56-562a-48b7-9e77-42fc0fd895ab.png)\ **Versions Used** KubeSphere: v3.3.1-rc.2 ks-console: weili520/ks-console:latest /king bug /assign @weili520 /priority medium
1.0
Proxy connected clusters should not have an update kubeconfig button - **Describe the Bug** 1、There is a multi-cluster environment, the mem cluster is a proxy connection, enter the cluster - "cluster settings -" basic information, click management, and display the update kubeconfig button ![image](https://user-images.githubusercontent.com/88183150/190955963-b2c02b56-562a-48b7-9e77-42fc0fd895ab.png)\ **Versions Used** KubeSphere: v3.3.1-rc.2 ks-console: weili520/ks-console:latest /king bug /assign @weili520 /priority medium
priority
proxy connected clusters should not have an update kubeconfig button describe the bug 、there is a multi cluster environment the mem cluster is a proxy connection enter the cluster cluster settings basic information click management and display the update kubeconfig button versions used kubesphere rc ks console ks console latest king bug assign priority medium
1
494,172
14,246,422,792
IssuesEvent
2020-11-19 10:02:54
r-lib/styler
https://api.github.com/repos/r-lib/styler
closed
dplyr pipe without branckets fails
Complexity: Medium Priority: High Status: Unassigned Type: Bug
The following fails ``` style_text('x %>% View') style_text('x %>% unique %>% View()') ``` with ``` Error: Columns `token_before`, `token_after`, `spaces`, `indention_ref_pos_id`, `indent`, `stylerignore`, `block`, `is_cached` must be length 2, not 1, 1, 1, 1, 1, 1, 1, 1 ``` adding "()" solves the error ``` style_text('x %>% View()') style_text('x %>% unique() %>% View()') ``` Regards
1.0
dplyr pipe without branckets fails - The following fails ``` style_text('x %>% View') style_text('x %>% unique %>% View()') ``` with ``` Error: Columns `token_before`, `token_after`, `spaces`, `indention_ref_pos_id`, `indent`, `stylerignore`, `block`, `is_cached` must be length 2, not 1, 1, 1, 1, 1, 1, 1, 1 ``` adding "()" solves the error ``` style_text('x %>% View()') style_text('x %>% unique() %>% View()') ``` Regards
priority
dplyr pipe without branckets fails the following fails style text x view style text x unique view with error columns token before token after spaces indention ref pos id indent stylerignore block is cached must be length not adding solves the error style text x view style text x unique view regards
1
73,013
3,398,840,466
IssuesEvent
2015-12-02 07:27:53
ckaiser79/webtest-rb
https://api.github.com/repos/ckaiser79/webtest-rb
closed
Use jquery datatables in report for easier filtering
enhancement Priority-Medium
The file log/last_run/run.log.html should be easier searchable. By using datatables, the columns should be orderable and filterable by text
1.0
Use jquery datatables in report for easier filtering - The file log/last_run/run.log.html should be easier searchable. By using datatables, the columns should be orderable and filterable by text
priority
use jquery datatables in report for easier filtering the file log last run run log html should be easier searchable by using datatables the columns should be orderable and filterable by text
1
151,235
5,808,230,256
IssuesEvent
2017-05-04 10:04:53
learnweb/moodle-mod_ratingallocate
https://api.github.com/repos/learnweb/moodle-mod_ratingallocate
closed
Feature Request: delete own rating (or even selected student ratings)
Effort: Medium Priority: High
Some teachers tend to test their acitivities before publishing them. If they try to rate the choices by simulating student role (or by using test students) this test ratings will be used for allocation and therefore disturb the allocation algorithm. Therefore it should be possible to delete ratings. In my opinion there are several options to solve this. Any idea itself can solve the problem. But they could also coexist and supplement each other. Idea 1. Option to delete his/her own rating for every user/rater. This option could be implemented in the "edit rating"-Screen. However: it might be useful to integrate a popup warning after selcting delete: "Do you really want to delete your rating? The data will be lost and to be included in the allocation process you have to submit a new rating before the rating ends." ![delete_own_rating](https://cloud.githubusercontent.com/assets/19570540/15540830/bf55b448-2289-11e6-8d85-37fef761ebc0.jpg) Idea 2. A bit more general would be the option to delete ratings from other users. Only teachers should be allowed to do that. It could be integrated in the "ratings and allocations"-Table. The standard moodle choice activity has a comparable feature and it could be solved similarly (for moodle choice see the "view responses"-table): There should be an additional column (e.g. at the end, could be the first column as well) with a checkbox for each user. Furhermore a "select all" and a "deselect all" text and a button (or select box) to delete the selected ratings (maybe again with a popup warning). ![delete_user_ratings](https://cloud.githubusercontent.com/assets/19570540/15540838/c6f8a0d4-2289-11e6-98ff-19b41a654ed9.jpg)
1.0
Feature Request: delete own rating (or even selected student ratings) - Some teachers tend to test their acitivities before publishing them. If they try to rate the choices by simulating student role (or by using test students) this test ratings will be used for allocation and therefore disturb the allocation algorithm. Therefore it should be possible to delete ratings. In my opinion there are several options to solve this. Any idea itself can solve the problem. But they could also coexist and supplement each other. Idea 1. Option to delete his/her own rating for every user/rater. This option could be implemented in the "edit rating"-Screen. However: it might be useful to integrate a popup warning after selcting delete: "Do you really want to delete your rating? The data will be lost and to be included in the allocation process you have to submit a new rating before the rating ends." ![delete_own_rating](https://cloud.githubusercontent.com/assets/19570540/15540830/bf55b448-2289-11e6-8d85-37fef761ebc0.jpg) Idea 2. A bit more general would be the option to delete ratings from other users. Only teachers should be allowed to do that. It could be integrated in the "ratings and allocations"-Table. The standard moodle choice activity has a comparable feature and it could be solved similarly (for moodle choice see the "view responses"-table): There should be an additional column (e.g. at the end, could be the first column as well) with a checkbox for each user. Furhermore a "select all" and a "deselect all" text and a button (or select box) to delete the selected ratings (maybe again with a popup warning). ![delete_user_ratings](https://cloud.githubusercontent.com/assets/19570540/15540838/c6f8a0d4-2289-11e6-98ff-19b41a654ed9.jpg)
priority
feature request delete own rating or even selected student ratings some teachers tend to test their acitivities before publishing them if they try to rate the choices by simulating student role or by using test students this test ratings will be used for allocation and therefore disturb the allocation algorithm therefore it should be possible to delete ratings in my opinion there are several options to solve this any idea itself can solve the problem but they could also coexist and supplement each other idea option to delete his her own rating for every user rater this option could be implemented in the edit rating screen however it might be useful to integrate a popup warning after selcting delete do you really want to delete your rating the data will be lost and to be included in the allocation process you have to submit a new rating before the rating ends idea a bit more general would be the option to delete ratings from other users only teachers should be allowed to do that it could be integrated in the ratings and allocations table the standard moodle choice activity has a comparable feature and it could be solved similarly for moodle choice see the view responses table there should be an additional column e g at the end could be the first column as well with a checkbox for each user furhermore a select all and a deselect all text and a button or select box to delete the selected ratings maybe again with a popup warning
1
356,000
10,587,328,696
IssuesEvent
2019-10-08 21:50:01
flextype/flextype
https://api.github.com/repos/flextype/flextype
closed
Flextype Core: Entries API - improve and_where & or_where for fetchAll method
priority: medium type: improvement
We should have ability to path unlimited and_where & or_where expressions Query example: <img width="668" alt="Screenshot 2019-09-23 at 23 59 53" src="https://user-images.githubusercontent.com/477114/65463605-b5cf5000-de60-11e9-98df-e7598b5cfdfa.png">
1.0
Flextype Core: Entries API - improve and_where & or_where for fetchAll method - We should have ability to path unlimited and_where & or_where expressions Query example: <img width="668" alt="Screenshot 2019-09-23 at 23 59 53" src="https://user-images.githubusercontent.com/477114/65463605-b5cf5000-de60-11e9-98df-e7598b5cfdfa.png">
priority
flextype core entries api improve and where or where for fetchall method we should have ability to path unlimited and where or where expressions query example img width alt screenshot at src
1
444,439
12,812,656,937
IssuesEvent
2020-07-04 07:55:21
shakram02/PiFloor
https://api.github.com/repos/shakram02/PiFloor
closed
Make an emulator for the detection and communication functionality
Medium Priority enhancement
It'll be convenient to make a desktop application that can facilitate testing, which has the following features 1. Websocket & http server 2. Directory to serve the page from 3. A method to select the invisible tile The downside to the current pipeline is that the person doing development needs to have android studio and the web stuff. Which isn't cool
1.0
Make an emulator for the detection and communication functionality - It'll be convenient to make a desktop application that can facilitate testing, which has the following features 1. Websocket & http server 2. Directory to serve the page from 3. A method to select the invisible tile The downside to the current pipeline is that the person doing development needs to have android studio and the web stuff. Which isn't cool
priority
make an emulator for the detection and communication functionality it ll be convenient to make a desktop application that can facilitate testing which has the following features websocket http server directory to serve the page from a method to select the invisible tile the downside to the current pipeline is that the person doing development needs to have android studio and the web stuff which isn t cool
1
424,586
12,313,364,510
IssuesEvent
2020-05-12 15:12:27
balena-io/balena-supervisor
https://api.github.com/repos/balena-io/balena-supervisor
reopened
Send an event when we poll with details of whether it gave us a new target state
Medium Priority area/state-engine type/enhancement
Using this information, we can decrease the poll interval if we find that it's rarely helpful, but currently we have no information on it.
1.0
Send an event when we poll with details of whether it gave us a new target state - Using this information, we can decrease the poll interval if we find that it's rarely helpful, but currently we have no information on it.
priority
send an event when we poll with details of whether it gave us a new target state using this information we can decrease the poll interval if we find that it s rarely helpful but currently we have no information on it
1
225,608
7,493,729,922
IssuesEvent
2018-04-07 00:16:43
AdChain/AdChainRegistryDapp
https://api.github.com/repos/AdChain/AdChainRegistryDapp
opened
Re-Design Claim Rewards in Governance Module
Priority: Medium Type: UX Enhancement
# Problem The claim rewards container in the governance module isn't working correctly. The purpose of the container is to alert the user when they have ADT rewards to claim from them voting on the winning side when a parameter proposal is in question. # Solution Foobar
1.0
Re-Design Claim Rewards in Governance Module - # Problem The claim rewards container in the governance module isn't working correctly. The purpose of the container is to alert the user when they have ADT rewards to claim from them voting on the winning side when a parameter proposal is in question. # Solution Foobar
priority
re design claim rewards in governance module problem the claim rewards container in the governance module isn t working correctly the purpose of the container is to alert the user when they have adt rewards to claim from them voting on the winning side when a parameter proposal is in question solution foobar
1
773,443
27,157,781,425
IssuesEvent
2023-02-17 09:22:24
memgraph/docs
https://api.github.com/repos/memgraph/docs
closed
Should we add EXPLAIN to Cypher manual?
priority: medium (missing info)
It seems that EXPLAIN clause is missing in the Cypher manual. Should we add it?
1.0
Should we add EXPLAIN to Cypher manual? - It seems that EXPLAIN clause is missing in the Cypher manual. Should we add it?
priority
should we add explain to cypher manual it seems that explain clause is missing in the cypher manual should we add it
1
38,673
2,849,991,260
IssuesEvent
2015-05-31 06:01:14
GLolol/PyLink
https://api.github.com/repos/GLolol/PyLink
closed
Add shared functions for sending messages to users (ircmsgs.py)
feature priority:medium
This is a lot simpler than writing `_sendFromUser('PRIVMSG person :hello!')` every time you want to send a message from a pseudoclient.
1.0
Add shared functions for sending messages to users (ircmsgs.py) - This is a lot simpler than writing `_sendFromUser('PRIVMSG person :hello!')` every time you want to send a message from a pseudoclient.
priority
add shared functions for sending messages to users ircmsgs py this is a lot simpler than writing sendfromuser privmsg person hello every time you want to send a message from a pseudoclient
1
673,318
22,957,819,855
IssuesEvent
2022-07-19 13:07:48
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
SHDGSS odd code
SeverityMedium PriorityLow
This code in SHDGSS seems odd/inefficient and possibly not as intended: ``` cpp NVR = HCNV( 1 ); for ( N = 1; N <= NumVertInShadowOrClippedSurface; ++N ) { for ( M = 1; M <= NVR; ++M ) { if ( std::abs( HCX( M, 1 ) - HCX( N, NS3 ) ) > 6 ) continue; if ( std::abs( HCY( M, 1 ) - HCY( N, NS3 ) ) > 6 ) continue; HCX( N, NS3 ) = HCX( M, 1 ); HCY( N, NS3 ) = HCY( M, 1 ); } } ``` `( N, NS3 )` is fixed in the M loop so the effect is just to assign those HCX/Y elements for the last M that gets past the `abs` checks. If it really needs the last one (doubt it) you could loop in reverse and then break. If it needs any then you can break after the assignments. Can someone who better understands the intent comment?
1.0
SHDGSS odd code - This code in SHDGSS seems odd/inefficient and possibly not as intended: ``` cpp NVR = HCNV( 1 ); for ( N = 1; N <= NumVertInShadowOrClippedSurface; ++N ) { for ( M = 1; M <= NVR; ++M ) { if ( std::abs( HCX( M, 1 ) - HCX( N, NS3 ) ) > 6 ) continue; if ( std::abs( HCY( M, 1 ) - HCY( N, NS3 ) ) > 6 ) continue; HCX( N, NS3 ) = HCX( M, 1 ); HCY( N, NS3 ) = HCY( M, 1 ); } } ``` `( N, NS3 )` is fixed in the M loop so the effect is just to assign those HCX/Y elements for the last M that gets past the `abs` checks. If it really needs the last one (doubt it) you could loop in reverse and then break. If it needs any then you can break after the assignments. Can someone who better understands the intent comment?
priority
shdgss odd code this code in shdgss seems odd inefficient and possibly not as intended cpp nvr hcnv for n n numvertinshadoworclippedsurface n for m m nvr m if std abs hcx m hcx n continue if std abs hcy m hcy n continue hcx n hcx m hcy n hcy m n is fixed in the m loop so the effect is just to assign those hcx y elements for the last m that gets past the abs checks if it really needs the last one doubt it you could loop in reverse and then break if it needs any then you can break after the assignments can someone who better understands the intent comment
1
180,748
6,652,990,981
IssuesEvent
2017-09-29 05:58:31
ocf/slackbridge
https://api.github.com/repos/ocf/slackbridge
closed
Make IRC bots show as away when the Slack user is inactive
enhancement medium-priority
Using [this API method](https://api.slack.com/events/presence_change), it could probably be done.
1.0
Make IRC bots show as away when the Slack user is inactive - Using [this API method](https://api.slack.com/events/presence_change), it could probably be done.
priority
make irc bots show as away when the slack user is inactive using it could probably be done
1
86,397
3,711,498,949
IssuesEvent
2016-03-02 10:35:16
CS2103jan2016-w13-3j/main
https://api.github.com/repos/CS2103jan2016-w13-3j/main
opened
Storage unit to store the completed tasks into a separate file
priority.medium type.enhancement
...so that the file reading process speeds up.
1.0
Storage unit to store the completed tasks into a separate file - ...so that the file reading process speeds up.
priority
storage unit to store the completed tasks into a separate file so that the file reading process speeds up
1
377,132
11,164,581,225
IssuesEvent
2019-12-27 05:45:22
space-wizards/RobustToolbox
https://api.github.com/repos/space-wizards/RobustToolbox
closed
Transforms should be linked to their grid
Area: Entities Priority: 2-medium Type: Refactor
Transforms should be made relative to a grid when a transform is located on that grid, and when a transform moves off that grid it should switch to using world space instead. What that allows: Grids themselves become able to move without affecting the transform of anything on the grid itself.
1.0
Transforms should be linked to their grid - Transforms should be made relative to a grid when a transform is located on that grid, and when a transform moves off that grid it should switch to using world space instead. What that allows: Grids themselves become able to move without affecting the transform of anything on the grid itself.
priority
transforms should be linked to their grid transforms should be made relative to a grid when a transform is located on that grid and when a transform moves off that grid it should switch to using world space instead what that allows grids themselves become able to move without affecting the transform of anything on the grid itself
1
320,641
9,784,177,375
IssuesEvent
2019-06-08 16:53:49
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Need to Add RoadGeometry::FindLane(const std::string& name).
priority: medium team: automotive type: feature request
And remove it from `AutomotiveSimulator`. See: https://reviewable.io/reviews/robotlocomotion/drake/5699#-Kgok7MShFFHKbN4xISv
1.0
Need to Add RoadGeometry::FindLane(const std::string& name). - And remove it from `AutomotiveSimulator`. See: https://reviewable.io/reviews/robotlocomotion/drake/5699#-Kgok7MShFFHKbN4xISv
priority
need to add roadgeometry findlane const std string name and remove it from automotivesimulator see
1
44,319
2,903,535,076
IssuesEvent
2015-06-18 13:55:48
greenlion/PHP-SQL-Parser
https://api.github.com/repos/greenlion/PHP-SQL-Parser
closed
Problem with parser and datatables
bug imported Priority-Medium
_From [thalesor...@gmail.com](https://code.google.com/u/103561826670313614456/) on June 17, 2015 22:51:29_ as you can see here: http://stackoverflow.com/questions/30732590/need-advice-to-make-php-server-side-datatables-work-properly00 , i have a huge problem going on _Original issue: http://code.google.com/p/php-sql-parser/issues/detail?id=159_
1.0
Problem with parser and datatables - _From [thalesor...@gmail.com](https://code.google.com/u/103561826670313614456/) on June 17, 2015 22:51:29_ as you can see here: http://stackoverflow.com/questions/30732590/need-advice-to-make-php-server-side-datatables-work-properly00 , i have a huge problem going on _Original issue: http://code.google.com/p/php-sql-parser/issues/detail?id=159_
priority
problem with parser and datatables from on june as you can see here i have a huge problem going on original issue
1
403,758
11,846,162,433
IssuesEvent
2020-03-24 09:42:39
IlchCMS/Ilch-2.0
https://api.github.com/repos/IlchCMS/Ilch-2.0
closed
Events-Modul: Art der Veranstaltung
Priority: Medium Status: Completed Type: Enhancement
> und zwar wäre es möglich im Backend (Admincenter) im Veranstaltungsmodul ebenfalls die Auswahl Möglichkeit hinzu zu fügen, sodass man direkt im Admincenter ( im Modul) die art der Veranstaltung erstellen kann. > Damit meine ich zb , Messe, Tanzabend, Karaoke Abend, Jubiläum, usw. > Dann braucht der Ersteller der Veranstaltung nur noch das passende auszuwählen. > Im Frontend sollte dieses dann auch sichtbar sein zb = Art der Veranstaltung: Messe https://www.ilch.de/forum-showposts-55688-p1.html#398546 ToDo: - Möglichkeit im Admincenter bieten Arten für Veranstaltungen zu erstellen, welche dann beim Erstellen einer Veranstaltung ausgewählt werden können. - Die Art der Veranstaltung sollte dann natürlich im Frontend angezeigt werden. - Filtermöglichkeit im Frontend: Der Besucher kann sich z.B. alle zukünftigen Messen anzeigen lassen. - ...
1.0
Events-Modul: Art der Veranstaltung - > und zwar wäre es möglich im Backend (Admincenter) im Veranstaltungsmodul ebenfalls die Auswahl Möglichkeit hinzu zu fügen, sodass man direkt im Admincenter ( im Modul) die art der Veranstaltung erstellen kann. > Damit meine ich zb , Messe, Tanzabend, Karaoke Abend, Jubiläum, usw. > Dann braucht der Ersteller der Veranstaltung nur noch das passende auszuwählen. > Im Frontend sollte dieses dann auch sichtbar sein zb = Art der Veranstaltung: Messe https://www.ilch.de/forum-showposts-55688-p1.html#398546 ToDo: - Möglichkeit im Admincenter bieten Arten für Veranstaltungen zu erstellen, welche dann beim Erstellen einer Veranstaltung ausgewählt werden können. - Die Art der Veranstaltung sollte dann natürlich im Frontend angezeigt werden. - Filtermöglichkeit im Frontend: Der Besucher kann sich z.B. alle zukünftigen Messen anzeigen lassen. - ...
priority
events modul art der veranstaltung und zwar wäre es möglich im backend admincenter im veranstaltungsmodul ebenfalls die auswahl möglichkeit hinzu zu fügen sodass man direkt im admincenter im modul die art der veranstaltung erstellen kann damit meine ich zb messe tanzabend karaoke abend jubiläum usw dann braucht der ersteller der veranstaltung nur noch das passende auszuwählen im frontend sollte dieses dann auch sichtbar sein zb art der veranstaltung messe todo möglichkeit im admincenter bieten arten für veranstaltungen zu erstellen welche dann beim erstellen einer veranstaltung ausgewählt werden können die art der veranstaltung sollte dann natürlich im frontend angezeigt werden filtermöglichkeit im frontend der besucher kann sich z b alle zukünftigen messen anzeigen lassen
1
192,037
6,846,068,646
IssuesEvent
2017-11-13 10:38:09
status-im/status-react
https://api.github.com/repos/status-im/status-react
closed
App crashes if continue to Reddit app while browsing reddit.com
android bounty bug medium-priority
### Description [comment]: # (Feature or Bug? i.e Type: Bug) *Type*: Bug [comment]: # (Describe the feature you would like, or briefly summarise the bug and what you did, what you expected to happen, and what actually happens. Sections below) *Summary*: App crashes if browse reddit.com and Continue to download reddit app ![reddit](https://cloud.githubusercontent.com/assets/6584810/26007314/414d4ad0-3740-11e7-86cd-ae891d05a4a4.png) #### Expected behavior [comment]: # (Describe what you expected to happen.) Play Store is opened with reddit app #### Actual behavior [comment]: # (Describe what actually happened.) App crashes ### Reproduction [comment]: # (Describe how we can replicate the bug step by step.) Video: https://drive.google.com/open?id=0Bz3t9zSg1wb7bmRWR2ZYMFJBTFE - Open Status - Open console - @browse reddit.com - after page is loaded popup is shown "View Reddit in the app..." - tap on button Continue on the popup ### Additional Information [comment]: # (Please do your best to fill this out.) * Status version: 0.9.7 * Operating System: Android only #### Logs [20171205181427-logcat.txt](https://github.com/status-im/status-react/files/997357/20171205181427-logcat.txt)
1.0
App crashes if continue to Reddit app while browsing reddit.com - ### Description [comment]: # (Feature or Bug? i.e Type: Bug) *Type*: Bug [comment]: # (Describe the feature you would like, or briefly summarise the bug and what you did, what you expected to happen, and what actually happens. Sections below) *Summary*: App crashes if browse reddit.com and Continue to download reddit app ![reddit](https://cloud.githubusercontent.com/assets/6584810/26007314/414d4ad0-3740-11e7-86cd-ae891d05a4a4.png) #### Expected behavior [comment]: # (Describe what you expected to happen.) Play Store is opened with reddit app #### Actual behavior [comment]: # (Describe what actually happened.) App crashes ### Reproduction [comment]: # (Describe how we can replicate the bug step by step.) Video: https://drive.google.com/open?id=0Bz3t9zSg1wb7bmRWR2ZYMFJBTFE - Open Status - Open console - @browse reddit.com - after page is loaded popup is shown "View Reddit in the app..." - tap on button Continue on the popup ### Additional Information [comment]: # (Please do your best to fill this out.) * Status version: 0.9.7 * Operating System: Android only #### Logs [20171205181427-logcat.txt](https://github.com/status-im/status-react/files/997357/20171205181427-logcat.txt)
priority
app crashes if continue to reddit app while browsing reddit com description feature or bug i e type bug type bug describe the feature you would like or briefly summarise the bug and what you did what you expected to happen and what actually happens sections below summary app crashes if browse reddit com and continue to download reddit app expected behavior describe what you expected to happen play store is opened with reddit app actual behavior describe what actually happened app crashes reproduction describe how we can replicate the bug step by step video open status open console browse reddit com after page is loaded popup is shown view reddit in the app tap on button continue on the popup additional information please do your best to fill this out status version operating system android only logs
1
813,184
30,448,047,032
IssuesEvent
2023-07-15 23:45:37
KingSupernova31/RulesGuru
https://api.github.com/repos/KingSupernova31/RulesGuru
opened
Restructure the editor layout
enhancement medium priority good first issue
It's annoying that you have to constantly scroll up and down on the editor. There's lots of wasted space at the top, so we should collapse the central nevigation column and move the relevant fields upwards.
1.0
Restructure the editor layout - It's annoying that you have to constantly scroll up and down on the editor. There's lots of wasted space at the top, so we should collapse the central nevigation column and move the relevant fields upwards.
priority
restructure the editor layout it s annoying that you have to constantly scroll up and down on the editor there s lots of wasted space at the top so we should collapse the central nevigation column and move the relevant fields upwards
1
313,857
9,576,578,767
IssuesEvent
2019-05-07 09:24:53
opencaching/opencaching-pl
https://api.github.com/repos/opencaching/opencaching-pl
opened
Reveal the number of users which ignore the cache
Component Cache Priority Medium Type Enhancement
from OCPL forum: > autor: Wesker » niedziela, 20 stycznia 2019, 21:38 > > Czy autor swojej skrzynki widzi, że ktoś ignoruje jego skrzynkę? Jeśli nie to czy dałoby się taką opcję dołożyć (także w samej skrzynce obok znalezionych/nieznalezionych)? > Po co? wydaje mi się, że niektórzy autorzy nie zdają sobie sprawy z tego ile osób ignoruje ich skrzynki. Dla przykładu: skrzynki typu own. Niby są dostępne bo autorzy tak twierdzą, ale nie sposób się z nimi skontaktować i wtedy pozostaje dać do ignorowanych bo to chyba jedyny skuteczny sposób aby dany kesz nie męczył na mapie. Ilość ignorowanych to byłby także sygnał dla innych poszukujących. Skrzynki o których wspominam powyżej były raz przez COGowiczów dodane jako nieaktywne, ale szybko zostały przywrócone jako dostępne przez samych autorów. Zaraz po tym zabiegu próbowałem się z tymi osobami kontaktować ale cisza i 0 odpowiedzi. Tych osób nawet nie widać w zabawie od dłuższego czasu. Celowo nie piszę o jakie skrzynki chodzi, ale są. My opinion is that the ignoring of the cache is a private decision of every user and should be a secret, but the number of ignoring users can be public.
1.0
Reveal the number of users which ignore the cache - from OCPL forum: > autor: Wesker » niedziela, 20 stycznia 2019, 21:38 > > Czy autor swojej skrzynki widzi, że ktoś ignoruje jego skrzynkę? Jeśli nie to czy dałoby się taką opcję dołożyć (także w samej skrzynce obok znalezionych/nieznalezionych)? > Po co? wydaje mi się, że niektórzy autorzy nie zdają sobie sprawy z tego ile osób ignoruje ich skrzynki. Dla przykładu: skrzynki typu own. Niby są dostępne bo autorzy tak twierdzą, ale nie sposób się z nimi skontaktować i wtedy pozostaje dać do ignorowanych bo to chyba jedyny skuteczny sposób aby dany kesz nie męczył na mapie. Ilość ignorowanych to byłby także sygnał dla innych poszukujących. Skrzynki o których wspominam powyżej były raz przez COGowiczów dodane jako nieaktywne, ale szybko zostały przywrócone jako dostępne przez samych autorów. Zaraz po tym zabiegu próbowałem się z tymi osobami kontaktować ale cisza i 0 odpowiedzi. Tych osób nawet nie widać w zabawie od dłuższego czasu. Celowo nie piszę o jakie skrzynki chodzi, ale są. My opinion is that the ignoring of the cache is a private decision of every user and should be a secret, but the number of ignoring users can be public.
priority
reveal the number of users which ignore the cache from ocpl forum autor wesker » niedziela stycznia czy autor swojej skrzynki widzi że ktoś ignoruje jego skrzynkę jeśli nie to czy dałoby się taką opcję dołożyć także w samej skrzynce obok znalezionych nieznalezionych po co wydaje mi się że niektórzy autorzy nie zdają sobie sprawy z tego ile osób ignoruje ich skrzynki dla przykładu skrzynki typu own niby są dostępne bo autorzy tak twierdzą ale nie sposób się z nimi skontaktować i wtedy pozostaje dać do ignorowanych bo to chyba jedyny skuteczny sposób aby dany kesz nie męczył na mapie ilość ignorowanych to byłby także sygnał dla innych poszukujących skrzynki o których wspominam powyżej były raz przez cogowiczów dodane jako nieaktywne ale szybko zostały przywrócone jako dostępne przez samych autorów zaraz po tym zabiegu próbowałem się z tymi osobami kontaktować ale cisza i odpowiedzi tych osób nawet nie widać w zabawie od dłuższego czasu celowo nie piszę o jakie skrzynki chodzi ale są my opinion is that the ignoring of the cache is a private decision of every user and should be a secret but the number of ignoring users can be public
1
509,344
14,728,821,745
IssuesEvent
2021-01-06 10:29:20
bounswe/bounswe2020group3
https://api.github.com/repos/bounswe/bounswe2020group3
opened
Filter on search results
Frontend Priority: Medium Status: In Progress Type: Enhancement
* **Project: FRONTEND** * **This is a: FEATURE REQUEST** * **Description of the issue** There is no filtering mechanism on the search results. Therefore, the users see also undesired results. * **For feature requests: Expected functionality of the requested feature** A menu includes filter related options should be added top of the results on the search page * **Deadline for resolution:** 11.01.2021
1.0
Filter on search results - * **Project: FRONTEND** * **This is a: FEATURE REQUEST** * **Description of the issue** There is no filtering mechanism on the search results. Therefore, the users see also undesired results. * **For feature requests: Expected functionality of the requested feature** A menu includes filter related options should be added top of the results on the search page * **Deadline for resolution:** 11.01.2021
priority
filter on search results project frontend this is a feature request description of the issue there is no filtering mechanism on the search results therefore the users see also undesired results for feature requests expected functionality of the requested feature a menu includes filter related options should be added top of the results on the search page deadline for resolution
1
412,084
12,035,073,053
IssuesEvent
2020-04-13 17:13:18
cloudfoundry-incubator/kubecf
https://api.github.com/repos/cloudfoundry-incubator/kubecf
closed
CATS: Properties not working as expected.
Priority: Medium Type: Bug
**Describe the bug** Setting following properties in `values.yaml` is expected run only `internetless` CATs suite, however in practice I have noticed it running `apps` suite in addition to `internetless`. This issue might not be specific to running any particular suite. ``` properties: acceptance-tests: acceptance-tests: acceptance_tests: include: '=internetless' ``` **To Reproduce** Set above properties in your `values.yaml` and run CATs: `bazel run //testing/acceptance_tests` **Expected behavior** A clear and concise description of what you expected to happen. **Environment** - Component/Plugin Name: CATs
1.0
CATS: Properties not working as expected. - **Describe the bug** Setting following properties in `values.yaml` is expected run only `internetless` CATs suite, however in practice I have noticed it running `apps` suite in addition to `internetless`. This issue might not be specific to running any particular suite. ``` properties: acceptance-tests: acceptance-tests: acceptance_tests: include: '=internetless' ``` **To Reproduce** Set above properties in your `values.yaml` and run CATs: `bazel run //testing/acceptance_tests` **Expected behavior** A clear and concise description of what you expected to happen. **Environment** - Component/Plugin Name: CATs
priority
cats properties not working as expected describe the bug setting following properties in values yaml is expected run only internetless cats suite however in practice i have noticed it running apps suite in addition to internetless this issue might not be specific to running any particular suite properties acceptance tests acceptance tests acceptance tests include internetless to reproduce set above properties in your values yaml and run cats bazel run testing acceptance tests expected behavior a clear and concise description of what you expected to happen environment component plugin name cats
1
726,573
25,003,863,987
IssuesEvent
2022-11-03 10:14:06
conan-io/conan
https://api.github.com/repos/conan-io/conan
closed
[bug] Conan v2 think that macOS SDK is an iOS SDK
stage: in-progress priority: medium complex: low bug
<!-- Please don't forget to update the issue title. Include all applicable information to help us reproduce your problem. To help us debug your issue please explain: --> ### Environment Details (include every applicable attribute) * Operating System+version: macos latest * Compiler+version: clang 14 * Conan version: 1.53 * Python version: 3.9 ### Steps to reproduce (Include if Applicable) ``` git clone https://github.com/nativium/nativium.git -b fix-conan-1-53 cd nativium python3 nativium.py conan setup python3 nativium.py target ios setup --arch=arm64 --build=debug --group=ios python3 nativium.py target ios build --arch=arm64 --build=debug --group=ios ``` ### Logs (Executed commands with output) (Include/Attach if Applicable) ``` CMake Error at /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/iOS-Initialize.cmake:4 (message): /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk is not an iOS SDK Call Stack (most recent call first): /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake:21 (include) CMakeLists.txt:8 (project) ``` The problem is here: https://github.com/nativium/nativium/blob/fix-conan-1-53/conan/darwin-toolchain/conanfile.py#L102 The `XCRun` object from conan don't check correctly the settings. It get the settings from conanfile, but need be something like i do, that is try to get `settings_target`. Or make XCRun receive `settings` and not `conanfile`: ``` settings_target = None if hasattr(self, "settings_target"): settings_target = self.settings_target self.output.info("Settings: Target") else: settings_target = self.settings self.output.info("Settings: Default") ``` The conan XCRun lines is here: https://github.com/conan-io/conan/blob/develop/conan/tools/apple/apple.py#L82-L87
1.0
[bug] Conan v2 think that macOS SDK is an iOS SDK - <!-- Please don't forget to update the issue title. Include all applicable information to help us reproduce your problem. To help us debug your issue please explain: --> ### Environment Details (include every applicable attribute) * Operating System+version: macos latest * Compiler+version: clang 14 * Conan version: 1.53 * Python version: 3.9 ### Steps to reproduce (Include if Applicable) ``` git clone https://github.com/nativium/nativium.git -b fix-conan-1-53 cd nativium python3 nativium.py conan setup python3 nativium.py target ios setup --arch=arm64 --build=debug --group=ios python3 nativium.py target ios build --arch=arm64 --build=debug --group=ios ``` ### Logs (Executed commands with output) (Include/Attach if Applicable) ``` CMake Error at /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/iOS-Initialize.cmake:4 (message): /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk is not an iOS SDK Call Stack (most recent call first): /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake:21 (include) CMakeLists.txt:8 (project) ``` The problem is here: https://github.com/nativium/nativium/blob/fix-conan-1-53/conan/darwin-toolchain/conanfile.py#L102 The `XCRun` object from conan don't check correctly the settings. It get the settings from conanfile, but need be something like i do, that is try to get `settings_target`. Or make XCRun receive `settings` and not `conanfile`: ``` settings_target = None if hasattr(self, "settings_target"): settings_target = self.settings_target self.output.info("Settings: Target") else: settings_target = self.settings self.output.info("Settings: Default") ``` The conan XCRun lines is here: https://github.com/conan-io/conan/blob/develop/conan/tools/apple/apple.py#L82-L87
priority
conan think that macos sdk is an ios sdk please don t forget to update the issue title include all applicable information to help us reproduce your problem to help us debug your issue please explain environment details include every applicable attribute operating system version macos latest compiler version clang conan version python version steps to reproduce include if applicable git clone b fix conan cd nativium nativium py conan setup nativium py target ios setup arch build debug group ios nativium py target ios build arch build debug group ios logs executed commands with output include attach if applicable cmake error at opt homebrew cellar cmake share cmake modules platform ios initialize cmake message applications xcode app contents developer platforms macosx platform developer sdks sdk is not an ios sdk call stack most recent call first opt homebrew cellar cmake share cmake modules cmakesystemspecificinitialize cmake include cmakelists txt project the problem is here the xcrun object from conan don t check correctly the settings it get the settings from conanfile but need be something like i do that is try to get settings target or make xcrun receive settings and not conanfile settings target none if hasattr self settings target settings target self settings target self output info settings target else settings target self settings self output info settings default the conan xcrun lines is here
1
293,509
8,996,805,600
IssuesEvent
2019-02-02 04:55:41
minio/minio
https://api.github.com/repos/minio/minio
closed
Docker Swarm and minio distributed - secrets issue
community priority: medium triage
Following this doc https://docs.minio.io/docs/deploy-minio-on-docker-swarm - results in the error below. Maybe this is docker secrets issue - can I set up the stack on swarm via a different method? **"starting container failed: RemoveSecretsPath failed: remove /var/lib/docker/containers/c6c4623343663d14cf3d551ae9067d32b2df7239e4f6d32fb36f7cd8cc13704b/secrets/access_key: read-only file system"** ## Expected Behavior Swarm services should start ## Current Behavior "starting container failed: RemoveSecretsPath failed: remove /var/lib/docker/containers/c6c4623343663d14cf3d551ae9067d32b2df7239e4f6d32fb36f7cd8cc13704b/secrets/access_key: read-only file system" ## Steps to Reproduce (for bugs) Follow this doc for Centos 7 https://docs.minio.io/docs/deploy-minio-on-docker-swarm
1.0
Docker Swarm and minio distributed - secrets issue - Following this doc https://docs.minio.io/docs/deploy-minio-on-docker-swarm - results in the error below. Maybe this is docker secrets issue - can I set up the stack on swarm via a different method? **"starting container failed: RemoveSecretsPath failed: remove /var/lib/docker/containers/c6c4623343663d14cf3d551ae9067d32b2df7239e4f6d32fb36f7cd8cc13704b/secrets/access_key: read-only file system"** ## Expected Behavior Swarm services should start ## Current Behavior "starting container failed: RemoveSecretsPath failed: remove /var/lib/docker/containers/c6c4623343663d14cf3d551ae9067d32b2df7239e4f6d32fb36f7cd8cc13704b/secrets/access_key: read-only file system" ## Steps to Reproduce (for bugs) Follow this doc for Centos 7 https://docs.minio.io/docs/deploy-minio-on-docker-swarm
priority
docker swarm and minio distributed secrets issue following this doc results in the error below maybe this is docker secrets issue can i set up the stack on swarm via a different method starting container failed removesecretspath failed remove var lib docker containers secrets access key read only file system expected behavior swarm services should start current behavior starting container failed removesecretspath failed remove var lib docker containers secrets access key read only file system steps to reproduce for bugs follow this doc for centos
1
642,467
20,888,499,402
IssuesEvent
2022-03-23 08:35:25
returntocorp/semgrep
https://api.github.com/repos/returntocorp/semgrep
closed
FP: string constant inference not correct for non-literal-require
bug priority:medium lang:typescript feature:const-propagation
**Describe the bug** https://semgrep.dev/s/0y95 should not trigger for the third case. Full string inference is hard but this is pretty basic and common and one line. The ? is to decide whether you are in prod/dev mode, e.g..
1.0
FP: string constant inference not correct for non-literal-require - **Describe the bug** https://semgrep.dev/s/0y95 should not trigger for the third case. Full string inference is hard but this is pretty basic and common and one line. The ? is to decide whether you are in prod/dev mode, e.g..
priority
fp string constant inference not correct for non literal require describe the bug should not trigger for the third case full string inference is hard but this is pretty basic and common and one line the is to decide whether you are in prod dev mode e g
1
429,013
12,419,801,466
IssuesEvent
2020-05-23 08:27:41
CSBiology/CSBAnnotatorAddIn
https://api.github.com/repos/CSBiology/CSBAnnotatorAddIn
opened
Improve FilePicker functionality
Area: Excel Area: Frontend Priority: Medium Status: In Progress Type: Enhancement
Necessary features: - [ ] Fill excel cells with file name(s) - [ ] make file names from list selectable -> insert only selected - [ ] fill column range with file names, extend range when file name list is larger than range
1.0
Improve FilePicker functionality - Necessary features: - [ ] Fill excel cells with file name(s) - [ ] make file names from list selectable -> insert only selected - [ ] fill column range with file names, extend range when file name list is larger than range
priority
improve filepicker functionality necessary features fill excel cells with file name s make file names from list selectable insert only selected fill column range with file names extend range when file name list is larger than range
1
194,779
6,898,967,563
IssuesEvent
2017-11-24 11:41:23
minio/mint
https://api.github.com/repos/minio/mint
closed
Gateway: Awscli head-object test fails
priority: medium
Awscli headobject test fails on all gateways. Here is the failure entry ``` {"name": "awscli", "duration": 7574, "function": "aws --endpoint-url http://192.168.86.102:9000 s3api head-object --bucket awscli-mint-test-bucket-11375 --key prefix/directory/\n", "status": "FAIL", "error": "An error occurred (404) when calling the HeadObject operation: Not Found"} ``` This call succeeds on regular server mode.
1.0
Gateway: Awscli head-object test fails - Awscli headobject test fails on all gateways. Here is the failure entry ``` {"name": "awscli", "duration": 7574, "function": "aws --endpoint-url http://192.168.86.102:9000 s3api head-object --bucket awscli-mint-test-bucket-11375 --key prefix/directory/\n", "status": "FAIL", "error": "An error occurred (404) when calling the HeadObject operation: Not Found"} ``` This call succeeds on regular server mode.
priority
gateway awscli head object test fails awscli headobject test fails on all gateways here is the failure entry name awscli duration function aws endpoint url head object bucket awscli mint test bucket key prefix directory n status fail error an error occurred when calling the headobject operation not found this call succeeds on regular server mode
1
59,589
3,114,532,498
IssuesEvent
2015-09-03 09:21:12
HubTurbo/HubTurbo
https://api.github.com/repos/HubTurbo/HubTurbo
closed
Ensure that globalConfigTest passes
priority.medium
Or at least most of the time, it seems to fail ~half the time now? ``` guitests.UseGlobalConfigsTest > globalConfigTest FAILED org.loadui.testfx.exceptions.NoNodesVisibleException: Matching nodes were found, but none of them were visible. Screenshot saved as /home/travis/build/HubTurbo/HubTurbo/screenshot1441084988176.png. at org.loadui.testfx.GuiTest.getVisibleNodes(GuiTest.java:238) at org.loadui.testfx.GuiTest.findAll(GuiTest.java:251) at org.loadui.testfx.GuiTest.findByCssSelector(GuiTest.java:432) at org.loadui.testfx.GuiTest.find(GuiTest.java:300) at org.loadui.testfx.GuiTest.pointFor(GuiTest.java:1159) at org.loadui.testfx.GuiTest.move(GuiTest.java:849) at org.loadui.testfx.GuiTest.click(GuiTest.java:627) at guitests.UseGlobalConfigsTest.globalConfigTest(UseGlobalConfigsTest.java:68) ```
1.0
Ensure that globalConfigTest passes - Or at least most of the time, it seems to fail ~half the time now? ``` guitests.UseGlobalConfigsTest > globalConfigTest FAILED org.loadui.testfx.exceptions.NoNodesVisibleException: Matching nodes were found, but none of them were visible. Screenshot saved as /home/travis/build/HubTurbo/HubTurbo/screenshot1441084988176.png. at org.loadui.testfx.GuiTest.getVisibleNodes(GuiTest.java:238) at org.loadui.testfx.GuiTest.findAll(GuiTest.java:251) at org.loadui.testfx.GuiTest.findByCssSelector(GuiTest.java:432) at org.loadui.testfx.GuiTest.find(GuiTest.java:300) at org.loadui.testfx.GuiTest.pointFor(GuiTest.java:1159) at org.loadui.testfx.GuiTest.move(GuiTest.java:849) at org.loadui.testfx.GuiTest.click(GuiTest.java:627) at guitests.UseGlobalConfigsTest.globalConfigTest(UseGlobalConfigsTest.java:68) ```
priority
ensure that globalconfigtest passes or at least most of the time it seems to fail half the time now guitests useglobalconfigstest globalconfigtest failed org loadui testfx exceptions nonodesvisibleexception matching nodes were found but none of them were visible screenshot saved as home travis build hubturbo hubturbo png at org loadui testfx guitest getvisiblenodes guitest java at org loadui testfx guitest findall guitest java at org loadui testfx guitest findbycssselector guitest java at org loadui testfx guitest find guitest java at org loadui testfx guitest pointfor guitest java at org loadui testfx guitest move guitest java at org loadui testfx guitest click guitest java at guitests useglobalconfigstest globalconfigtest useglobalconfigstest java
1
292,350
8,956,651,425
IssuesEvent
2019-01-26 19:20:25
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
torch.nn.functional.affine_grid on GPU crashes when batch size >= 256*256
medium priority
## 🐛 Bug torch.nn.functional.affine_grid on GPU crashes when batch size >= 256*256 ## To Reproduce ``` import torch batch_size = 256*256 transform_parameters = torch.cuda.FloatTensor([[1,0,0],[0,1,0]]) transform_parameters = torch.stack([transform_parameters] * batch_size, 0).contiguous() resampling_grids = torch.nn.functional.affine_grid(transform_parameters, torch.Size((batch_size, 1, 2, 2))) print(resampling_grids.size()) ``` crashes with the following error: ``` Traceback (most recent call last): File "bug.py", line 5, in <module> resampling_grids = torch.nn.functional.affine_grid(transform_parameters, torch.Size((batch_size, 1, 2, 2))) File "/home/aosokin/local/software/anaconda3/envs/pytorch/lib/python3.7/site-packages/torch/nn/functional.py", line 2615, in affine_grid return vision.affine_grid_generator(theta, size) File "/home/aosokin/local/software/anaconda3/envs/pytorch/lib/python3.7/site-packages/torch/nn/_functions/vision.py", line 10, in affine_grid_generator ret = torch.cudnn_affine_grid_generator(theta, N, C, H, W) RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED ``` If I set batch_size to 256*256 - 1 or do operation on a CPU everything works fine. Behavior is very similar to the torch.inverse bug #13276 , but with a different function and a different error message. ## Expected behavior The code should print `torch.Size([65536, 2, 2, 2])` ## Environment PyTorch version: 1.0.0 (checked with pytorch-nightly of 24.01.2019) Is debug build: No CUDA used to build PyTorch: 10.0.130 OS: Ubuntu 18.04.1 LTS GCC version: (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0 CMake version: Could not collect Python version: 3.7 Is CUDA available: Yes CUDA runtime version: 10.0.130 GPU models and configuration: GPU 0: GeForce GTX 1080 Ti Nvidia driver version: 410.79 cuDNN version: 7401 (installed by pytorch itself) Versions of relevant libraries: [pip3] maskrcnn-benchmark (0.1, /media/aosokin/kingston2tb/software/pytorch/maskrcnn-benchmark) [pip3] numpy (1.14.0) [pip3] numpydoc (0.7.0) [pip3] torch (1.0.0a0+db5d313) [pip3] torchfile (0.1.0) [pip3] torchvision (0.2.1) [conda] blas 1.0 mkl [conda] cuda100 1.0 0 pytorch [conda] mkl 2019.1 144 [conda] mkl_fft 1.0.6 py37hd81dba3_0 [conda] mkl_random 1.0.2 py37hd81dba3_0 [conda] pytorch 1.0.0 py3.7_cuda10.0.130_cudnn7.4.1_1 [cuda100] pytorch [conda] torchvision 0.2.1 py_2 pytorch
1.0
torch.nn.functional.affine_grid on GPU crashes when batch size >= 256*256 - ## 🐛 Bug torch.nn.functional.affine_grid on GPU crashes when batch size >= 256*256 ## To Reproduce ``` import torch batch_size = 256*256 transform_parameters = torch.cuda.FloatTensor([[1,0,0],[0,1,0]]) transform_parameters = torch.stack([transform_parameters] * batch_size, 0).contiguous() resampling_grids = torch.nn.functional.affine_grid(transform_parameters, torch.Size((batch_size, 1, 2, 2))) print(resampling_grids.size()) ``` crashes with the following error: ``` Traceback (most recent call last): File "bug.py", line 5, in <module> resampling_grids = torch.nn.functional.affine_grid(transform_parameters, torch.Size((batch_size, 1, 2, 2))) File "/home/aosokin/local/software/anaconda3/envs/pytorch/lib/python3.7/site-packages/torch/nn/functional.py", line 2615, in affine_grid return vision.affine_grid_generator(theta, size) File "/home/aosokin/local/software/anaconda3/envs/pytorch/lib/python3.7/site-packages/torch/nn/_functions/vision.py", line 10, in affine_grid_generator ret = torch.cudnn_affine_grid_generator(theta, N, C, H, W) RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED ``` If I set batch_size to 256*256 - 1 or do operation on a CPU everything works fine. Behavior is very similar to the torch.inverse bug #13276 , but with a different function and a different error message. ## Expected behavior The code should print `torch.Size([65536, 2, 2, 2])` ## Environment PyTorch version: 1.0.0 (checked with pytorch-nightly of 24.01.2019) Is debug build: No CUDA used to build PyTorch: 10.0.130 OS: Ubuntu 18.04.1 LTS GCC version: (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0 CMake version: Could not collect Python version: 3.7 Is CUDA available: Yes CUDA runtime version: 10.0.130 GPU models and configuration: GPU 0: GeForce GTX 1080 Ti Nvidia driver version: 410.79 cuDNN version: 7401 (installed by pytorch itself) Versions of relevant libraries: [pip3] maskrcnn-benchmark (0.1, /media/aosokin/kingston2tb/software/pytorch/maskrcnn-benchmark) [pip3] numpy (1.14.0) [pip3] numpydoc (0.7.0) [pip3] torch (1.0.0a0+db5d313) [pip3] torchfile (0.1.0) [pip3] torchvision (0.2.1) [conda] blas 1.0 mkl [conda] cuda100 1.0 0 pytorch [conda] mkl 2019.1 144 [conda] mkl_fft 1.0.6 py37hd81dba3_0 [conda] mkl_random 1.0.2 py37hd81dba3_0 [conda] pytorch 1.0.0 py3.7_cuda10.0.130_cudnn7.4.1_1 [cuda100] pytorch [conda] torchvision 0.2.1 py_2 pytorch
priority
torch nn functional affine grid on gpu crashes when batch size 🐛 bug torch nn functional affine grid on gpu crashes when batch size to reproduce import torch batch size transform parameters torch cuda floattensor transform parameters torch stack batch size contiguous resampling grids torch nn functional affine grid transform parameters torch size batch size print resampling grids size crashes with the following error traceback most recent call last file bug py line in resampling grids torch nn functional affine grid transform parameters torch size batch size file home aosokin local software envs pytorch lib site packages torch nn functional py line in affine grid return vision affine grid generator theta size file home aosokin local software envs pytorch lib site packages torch nn functions vision py line in affine grid generator ret torch cudnn affine grid generator theta n c h w runtimeerror cudnn error cudnn status execution failed if i set batch size to or do operation on a cpu everything works fine behavior is very similar to the torch inverse bug but with a different function and a different error message expected behavior the code should print torch size environment pytorch version checked with pytorch nightly of is debug build no cuda used to build pytorch os ubuntu lts gcc version ubuntu cmake version could not collect python version is cuda available yes cuda runtime version gpu models and configuration gpu geforce gtx ti nvidia driver version cudnn version installed by pytorch itself versions of relevant libraries maskrcnn benchmark media aosokin software pytorch maskrcnn benchmark numpy numpydoc torch torchfile torchvision blas mkl pytorch mkl mkl fft mkl random pytorch pytorch torchvision py pytorch
1
75,444
3,462,478,282
IssuesEvent
2015-12-20 23:37:50
nim-lang/Nim
https://api.github.com/repos/nim-lang/Nim
closed
Unable to echo unsigned ints at compile-time
Medium Priority Stdlib
```nim import macros macro foo(): stmt = var x = 8'u8 echo(x) foo() ``` ``` c:\users\dominik\appdata\local\temp\aporia\a14.nim(7, 3) Info: template/generic instantiation from here c:\users\dominik\git\nimrod\lib\system\repr.nim(25, 10) Error: cannot 'importc' variable at compile time ``` If anything, at least the error should be better.
1.0
Unable to echo unsigned ints at compile-time - ```nim import macros macro foo(): stmt = var x = 8'u8 echo(x) foo() ``` ``` c:\users\dominik\appdata\local\temp\aporia\a14.nim(7, 3) Info: template/generic instantiation from here c:\users\dominik\git\nimrod\lib\system\repr.nim(25, 10) Error: cannot 'importc' variable at compile time ``` If anything, at least the error should be better.
priority
unable to echo unsigned ints at compile time nim import macros macro foo stmt var x echo x foo c users dominik appdata local temp aporia nim info template generic instantiation from here c users dominik git nimrod lib system repr nim error cannot importc variable at compile time if anything at least the error should be better
1
809,705
30,206,385,112
IssuesEvent
2023-07-05 09:42:52
informalsystems/quint
https://api.github.com/repos/informalsystems/quint
closed
Topological sort of definitions in phase 2
W8 Fresolver (phase 2) impact-medium effort-hard product-priority-general
The language manual lets the user to write definitions out of order. For instance: ```scala module OutOfOrder { val n1 = e1 val n2 = n3 + 1 val n3 = n1 * 2 } ``` Currently, the parser (phase 1) and the name resolver (phase 2) keep the order of definitions. Moreover, the name resolver does not check for cyclic definitions. As a result, when writing a later phase (e.g., the simulator) with `IRVisitor`, I have to think about the out-of-order definitions. It looks like we have enough information to make a topological sort of definitions in phase 2. If we do so, using `IRVisitor` in later phases would be simpler, as we can assume that all names are defined before they are used (in the traversal order of `IRVisitor`). Apalache is doing a topological sort of definitions already, perhaps not optimally, so we can get some inspiration from [DeclarationSorter.scala](https://github.com/informalsystems/apalache/blob/unstable/tlair/src/main/scala/at/forsyte/apalache/tla/lir/transformations/standard/DeclarationSorter.scala). Once we have topological sort, we can detect cyclic references in phase 2.
1.0
Topological sort of definitions in phase 2 - The language manual lets the user to write definitions out of order. For instance: ```scala module OutOfOrder { val n1 = e1 val n2 = n3 + 1 val n3 = n1 * 2 } ``` Currently, the parser (phase 1) and the name resolver (phase 2) keep the order of definitions. Moreover, the name resolver does not check for cyclic definitions. As a result, when writing a later phase (e.g., the simulator) with `IRVisitor`, I have to think about the out-of-order definitions. It looks like we have enough information to make a topological sort of definitions in phase 2. If we do so, using `IRVisitor` in later phases would be simpler, as we can assume that all names are defined before they are used (in the traversal order of `IRVisitor`). Apalache is doing a topological sort of definitions already, perhaps not optimally, so we can get some inspiration from [DeclarationSorter.scala](https://github.com/informalsystems/apalache/blob/unstable/tlair/src/main/scala/at/forsyte/apalache/tla/lir/transformations/standard/DeclarationSorter.scala). Once we have topological sort, we can detect cyclic references in phase 2.
priority
topological sort of definitions in phase the language manual lets the user to write definitions out of order for instance scala module outoforder val val val currently the parser phase and the name resolver phase keep the order of definitions moreover the name resolver does not check for cyclic definitions as a result when writing a later phase e g the simulator with irvisitor i have to think about the out of order definitions it looks like we have enough information to make a topological sort of definitions in phase if we do so using irvisitor in later phases would be simpler as we can assume that all names are defined before they are used in the traversal order of irvisitor apalache is doing a topological sort of definitions already perhaps not optimally so we can get some inspiration from once we have topological sort we can detect cyclic references in phase
1
790,635
27,830,950,291
IssuesEvent
2023-03-20 04:49:49
AY2223S2-CS2103T-W14-1/tp
https://api.github.com/repos/AY2223S2-CS2103T-W14-1/tp
closed
Refactor UI package to be more extensible
priority.med type.refactor severity.Medium
UI package is a messy platter of java files with little to no organisation.
1.0
Refactor UI package to be more extensible - UI package is a messy platter of java files with little to no organisation.
priority
refactor ui package to be more extensible ui package is a messy platter of java files with little to no organisation
1
75,802
3,476,131,524
IssuesEvent
2015-12-26 14:23:50
Stephane-D/SGDK
https://api.github.com/repos/Stephane-D/SGDK
closed
recomp sprite collision, wrong label name
Priority-Medium
Labels name are generated multiple time: see https://gist.github.com/Ced2911/78f848ebb4bb1dba6a47#file-gfx-s-L1247 https://gist.github.com/Ced2911/78f848ebb4bb1dba6a47#file-gfx-s-L1259 using this .res file: https://gist.github.com/Ced2911/78f848ebb4bb1dba6a47#file-gfx-res
1.0
recomp sprite collision, wrong label name - Labels name are generated multiple time: see https://gist.github.com/Ced2911/78f848ebb4bb1dba6a47#file-gfx-s-L1247 https://gist.github.com/Ced2911/78f848ebb4bb1dba6a47#file-gfx-s-L1259 using this .res file: https://gist.github.com/Ced2911/78f848ebb4bb1dba6a47#file-gfx-res
priority
recomp sprite collision wrong label name labels name are generated multiple time see using this res file
1
257,649
8,140,033,770
IssuesEvent
2018-08-20 19:42:26
nprapps/elections18-graphics
https://api.github.com/repos/nprapps/elections18-graphics
closed
Run an informational member-station webinar
effort:medium priority:high
We'll be working with Janeen and Franklin to coordinate a webinar with member station staff. At this webinar, we'll present our existing design work, and show how it could be embedded on their site as a standalone page or widget. We'll also solicit feedback from the member stations, and incorporate these into the issue matrix (priority vs effort). cc @constancebmiller
1.0
Run an informational member-station webinar - We'll be working with Janeen and Franklin to coordinate a webinar with member station staff. At this webinar, we'll present our existing design work, and show how it could be embedded on their site as a standalone page or widget. We'll also solicit feedback from the member stations, and incorporate these into the issue matrix (priority vs effort). cc @constancebmiller
priority
run an informational member station webinar we ll be working with janeen and franklin to coordinate a webinar with member station staff at this webinar we ll present our existing design work and show how it could be embedded on their site as a standalone page or widget we ll also solicit feedback from the member stations and incorporate these into the issue matrix priority vs effort cc constancebmiller
1
502,887
14,569,265,032
IssuesEvent
2020-12-17 12:51:02
staxrip/staxrip
https://api.github.com/repos/staxrip/staxrip
closed
AOMENC Better defaults with explanations.
feature request fixed priority medium
Change: Basic > Mode: Change from One-pass to Two-pass  Reason(s):  1. first pass is usually always very fast  2. Aomenc does not use alt ref frames when performing a single pass, therefore it is generally recommended to always perform a 2-pass encode, no matter what Rate Mode is chosen.  ------------  Change: Basic > Rate Mode:  1. Rename "Q" to "Q (Constant Quality)" 2. Rename "CQ" to "CQ (Constrained Quality)"  Reason(s):  1. This will help eliminate confusion because users coming from x265 might choose "CQ", expecting it to behave similar to x265's CRF (CQ), but it will result in a terrible quality encode due to it producing a constrained quality video.  ------------ Change: Basic > Rate Mode: Change from VBR to Q  Reason(s):  1. Aomenc is less likely to be used for targeting precise filesizes, and more likely to be used for targeting quality at imprecise, yet small filesizes.  ------------ Change: Basic > Bit Depth: Change from 8 to 10  Reason(s):  1. 10bit is basically the new norm as, there are almost no new devices/software that do not support 10bit decoding  2. 10bit almost always produces a better quality encode with smoother gradients in skies.  3. It's safer to do 10bit final encode than 8bit, even if converting an 8bit source video into a 10bit result. There will almost always be fewer anomalies going with a 10bit final encode. ------------ Change: Basic > CPU Used: Change from 8 to 4 (Medium)  Reason(s): 1. 8 Will produce a very low quality encode with poor VMAF scores in a lot of cases.  2. 4 is a good balance in terms of speed and quality and produces good VMAF scores.  3. Charts show that cpu speeds 0-4 all have very close VMAF scores, but cpu speeds 5-8 begin producing much worse VMAF scores, therefore CPU 4 should be the default (in my opinion) ------------  Change: Basic > CQ Level: Change from 0 to 25  Reason(s):  1. 0 is lossless, and lossless should never be the default for a lossy encoder. This shouldn't require a huge explanation, as the reasons should be obvious.  2. 25 is a good default quality level since it produces a high quality encode at a small filesize. AV1 excels at higher CQ levels compared to x265, and AV1 is primarily used to create low filesize encodes at a target quality. AV1 isn't well optimized for low CQ levels due to quantizer related denoising anomalies (especially on grainy content). The goal of AV1 is to denoise / remove granular details without becoming a blocky, swimming mess, and it is better able to achieve that goal at higher CQ levels, until some kinks have been ironed out. Believe me, I would LOVE to use a lower CQ level as a default, but CQ 30 just, across the board, produces more consistent results. 3. CQ Level 25 provides good quality for both 8bit and native 10bit content. According to user BlueSwordM, native 10bit content benefits more from a CQ level of 25 compared with higher CQ levels. 25 is going to be a safe starting point for content of either bit depth.  ------------ Change: Analysis > Tile Columns: Change from 0 to 2 Analysis > Tile Rows: Change from 0 to 1  Reason(s):  1. Assists with multi-threaded encoding by better utilizing cores on your cpu, with a downside of a small hit to encoding compression. However, many AV1 users agree that the speed gained is worth the tradeoff.  3. Reddit user said this:   "By keeping tiles as "square" as possible, you have the lowest edge/area ratio. Edges cause a small loss in coding efficiency. So for a 16:9 video, 2x1, 2x2 or 4x2 is recommended depending on resolution. Most times 2x1 is good for 1080p, 2x2 for 1440p and 4x2 for 2160p and higher."   4. Since most content being encoded is still 1080p, then 2x1 is probably a safe default.  ------------ Change: Slice Decision > Min GOP Size: Rename to Keyframe Min Distance Slice Decision > Max GOP Size: Rename to Keyframe Max Distance Reason(s): 1. This will better reflect the parameter name since AV1 refers to this as keyframe distance, rather than "Group of Picture" size  2. Easier to understand without inexperienced users having to resort to google to figure out what GOP means. ------------ Change: Slice Decision > Max GOP Size (i.e. Keyframe Max Distance): Change from 0 to 240  Reason(s):  1. I heard AV1 users at one point discussing this number being recommended by the AV1 developers, and also I believe this is a recommended number even for VP9.  2. It represents approximately maximum of 10 seconds between keyframes (if your framerate is approximately 24fps), otherwise keyframes could be placed at "who knows". Better to specify than to leave it unspecified, since the AV1 parameter doesn't say what the default value is. ------------  Change: Slice Decision > Lag in Frames: Change from 0 to 25  Reason(s): 1. --lag-in-frames parameter defines an upper limit on the number of frames into the future that the encoder can look 2. I have seen people preferring 25 for AV1.  3. For VP9, a value of 16 was recommended. I have no idea what the recommended or the max value is in AV1, but it seems safe to default this to 25. ------------  Change: Performance > Add a checkbox called "Automatically determine thread count". Enabling this would gray out/disallow user input for "Threads", and the Thread count would be automatically determined based on the CPU's multi-threading capability.  Reason(s):  1. 0 doesn't actually cause aomenc to auto multi thread. 0 disables multi-threading.  2. Sloppy Workaround: You could try setting default thread count to 8 since that's a safe number in 2020, since most people doing video conversion in 2020 have at least a quad core with hyper threading, however it would be best if StaxRip could automatically determine the cpu's maximum thread capability and automatically set this number accordingly. ------------ Change: Misc 2 > Auto Alt Ref: Change from 0 to 1  Reason(s):  1. It is better to have "auto alt ref" Enabled because according to some AV1 users in discord, having it disabled will result in a "completely shit encode"  2. If you're doing a single pass encode, auto-alt-ref is actually disabled by default, but you can force it to be enabled by forcibly specifying it.  3. alt-ref frames are used when using a 2-pass encode by default if it is not specified. Based on my limited understanding, you are generally better off just forcibly enabling this setting for most case scenarios.
1.0
AOMENC Better defaults with explanations. - Change: Basic > Mode: Change from One-pass to Two-pass  Reason(s):  1. first pass is usually always very fast  2. Aomenc does not use alt ref frames when performing a single pass, therefore it is generally recommended to always perform a 2-pass encode, no matter what Rate Mode is chosen.  ------------  Change: Basic > Rate Mode:  1. Rename "Q" to "Q (Constant Quality)" 2. Rename "CQ" to "CQ (Constrained Quality)"  Reason(s):  1. This will help eliminate confusion because users coming from x265 might choose "CQ", expecting it to behave similar to x265's CRF (CQ), but it will result in a terrible quality encode due to it producing a constrained quality video.  ------------ Change: Basic > Rate Mode: Change from VBR to Q  Reason(s):  1. Aomenc is less likely to be used for targeting precise filesizes, and more likely to be used for targeting quality at imprecise, yet small filesizes.  ------------ Change: Basic > Bit Depth: Change from 8 to 10  Reason(s):  1. 10bit is basically the new norm as, there are almost no new devices/software that do not support 10bit decoding  2. 10bit almost always produces a better quality encode with smoother gradients in skies.  3. It's safer to do 10bit final encode than 8bit, even if converting an 8bit source video into a 10bit result. There will almost always be fewer anomalies going with a 10bit final encode. ------------ Change: Basic > CPU Used: Change from 8 to 4 (Medium)  Reason(s): 1. 8 Will produce a very low quality encode with poor VMAF scores in a lot of cases.  2. 4 is a good balance in terms of speed and quality and produces good VMAF scores.  3. Charts show that cpu speeds 0-4 all have very close VMAF scores, but cpu speeds 5-8 begin producing much worse VMAF scores, therefore CPU 4 should be the default (in my opinion) ------------  Change: Basic > CQ Level: Change from 0 to 25  Reason(s):  1. 0 is lossless, and lossless should never be the default for a lossy encoder. This shouldn't require a huge explanation, as the reasons should be obvious.  2. 25 is a good default quality level since it produces a high quality encode at a small filesize. AV1 excels at higher CQ levels compared to x265, and AV1 is primarily used to create low filesize encodes at a target quality. AV1 isn't well optimized for low CQ levels due to quantizer related denoising anomalies (especially on grainy content). The goal of AV1 is to denoise / remove granular details without becoming a blocky, swimming mess, and it is better able to achieve that goal at higher CQ levels, until some kinks have been ironed out. Believe me, I would LOVE to use a lower CQ level as a default, but CQ 30 just, across the board, produces more consistent results. 3. CQ Level 25 provides good quality for both 8bit and native 10bit content. According to user BlueSwordM, native 10bit content benefits more from a CQ level of 25 compared with higher CQ levels. 25 is going to be a safe starting point for content of either bit depth.  ------------ Change: Analysis > Tile Columns: Change from 0 to 2 Analysis > Tile Rows: Change from 0 to 1  Reason(s):  1. Assists with multi-threaded encoding by better utilizing cores on your cpu, with a downside of a small hit to encoding compression. However, many AV1 users agree that the speed gained is worth the tradeoff.  3. Reddit user said this:   "By keeping tiles as "square" as possible, you have the lowest edge/area ratio. Edges cause a small loss in coding efficiency. So for a 16:9 video, 2x1, 2x2 or 4x2 is recommended depending on resolution. Most times 2x1 is good for 1080p, 2x2 for 1440p and 4x2 for 2160p and higher."   4. Since most content being encoded is still 1080p, then 2x1 is probably a safe default.  ------------ Change: Slice Decision > Min GOP Size: Rename to Keyframe Min Distance Slice Decision > Max GOP Size: Rename to Keyframe Max Distance Reason(s): 1. This will better reflect the parameter name since AV1 refers to this as keyframe distance, rather than "Group of Picture" size  2. Easier to understand without inexperienced users having to resort to google to figure out what GOP means. ------------ Change: Slice Decision > Max GOP Size (i.e. Keyframe Max Distance): Change from 0 to 240  Reason(s):  1. I heard AV1 users at one point discussing this number being recommended by the AV1 developers, and also I believe this is a recommended number even for VP9.  2. It represents approximately maximum of 10 seconds between keyframes (if your framerate is approximately 24fps), otherwise keyframes could be placed at "who knows". Better to specify than to leave it unspecified, since the AV1 parameter doesn't say what the default value is. ------------  Change: Slice Decision > Lag in Frames: Change from 0 to 25  Reason(s): 1. --lag-in-frames parameter defines an upper limit on the number of frames into the future that the encoder can look 2. I have seen people preferring 25 for AV1.  3. For VP9, a value of 16 was recommended. I have no idea what the recommended or the max value is in AV1, but it seems safe to default this to 25. ------------  Change: Performance > Add a checkbox called "Automatically determine thread count". Enabling this would gray out/disallow user input for "Threads", and the Thread count would be automatically determined based on the CPU's multi-threading capability.  Reason(s):  1. 0 doesn't actually cause aomenc to auto multi thread. 0 disables multi-threading.  2. Sloppy Workaround: You could try setting default thread count to 8 since that's a safe number in 2020, since most people doing video conversion in 2020 have at least a quad core with hyper threading, however it would be best if StaxRip could automatically determine the cpu's maximum thread capability and automatically set this number accordingly. ------------ Change: Misc 2 > Auto Alt Ref: Change from 0 to 1  Reason(s):  1. It is better to have "auto alt ref" Enabled because according to some AV1 users in discord, having it disabled will result in a "completely shit encode"  2. If you're doing a single pass encode, auto-alt-ref is actually disabled by default, but you can force it to be enabled by forcibly specifying it.  3. alt-ref frames are used when using a 2-pass encode by default if it is not specified. Based on my limited understanding, you are generally better off just forcibly enabling this setting for most case scenarios.
priority
aomenc better defaults with explanations change basic mode change from one pass to two pass  reason s  first pass is usually always very fast  aomenc does not use alt ref frames when performing a single pass therefore it is generally recommended to always perform a pass encode no matter what rate mode is chosen       change basic rate mode  rename q to q constant quality  rename cq to cq constrained quality  reason s  this will help eliminate confusion because users coming from might choose cq expecting it to behave similar to s crf cq but it will result in a terrible quality encode due to it producing a constrained quality video      change basic rate mode change from vbr to q  reason s  aomenc is less likely to be used for targeting precise filesizes and more likely to be used for targeting quality at imprecise yet small filesizes       change basic bit depth change from to  reason s  is basically the new norm as there are almost no new devices software that do not support decoding  almost always produces a better quality encode with smoother gradients in skies  it s safer to do final encode than even if converting an source video into a result there will almost always be fewer anomalies going with a final encode     change basic cpu used change from to medium  reason s will produce a very low quality encode with poor vmaf scores in a lot of cases   is a good balance in terms of speed and quality and produces good vmaf scores   charts show that cpu speeds all have very close vmaf scores but cpu speeds begin producing much worse vmaf scores therefore cpu should be the default in my opinion      change basic cq level change from to  reason s  is lossless and lossless should never be the default for a lossy encoder this shouldn t require a huge explanation as the reasons should be obvious  is a good default quality level since it produces a high quality encode at a small filesize excels at higher cq levels compared to and is primarily used to create low filesize encodes at a target quality isn t well optimized for low cq levels due to quantizer related denoising anomalies especially on grainy content the goal of is to denoise remove granular details without becoming a blocky swimming mess and it is better able to achieve that goal at higher cq levels until some kinks have been ironed out believe me i would love to use a lower cq level as a default but cq just across the board produces more consistent results cq level provides good quality for both and native content according to user blueswordm native content benefits more from a cq level of compared with higher cq levels is going to be a safe starting point for content of either bit depth      change analysis tile columns change from to analysis tile rows change from to   reason s  assists with multi threaded encoding by better utilizing cores on your cpu with a downside of a small hit to encoding compression however many users agree that the speed gained is worth the tradeoff  reddit user said this   by keeping tiles as square as possible you have the lowest edge area ratio edges cause a small loss in coding efficiency so for a video or is recommended depending on resolution most times is good for for and for and higher   since most content being encoded is still then is probably a safe default      change slice decision min gop size rename to keyframe min distance slice decision max gop size rename to keyframe max distance reason s this will better reflect the parameter name since refers to this as keyframe distance rather than group of picture size  easier to understand without inexperienced users having to resort to google to figure out what gop means      change slice decision max gop size i e keyframe max distance change from to  reason s  i heard users at one point discussing this number being recommended by the developers and also i believe this is a recommended number even for  it represents approximately maximum of seconds between keyframes if your framerate is approximately otherwise keyframes could be placed at who knows better to specify than to leave it unspecified since the parameter doesn t say what the default value is      change slice decision lag in frames change from to  reason s  lag in frames parameter defines an upper limit on the number of frames into the future that the encoder can look i have seen people preferring for  for a value of was recommended i have no idea what the recommended or the max value is in but it seems safe to default this to      change performance add a checkbox called automatically determine thread count enabling this would gray out disallow user input for threads and the thread count would be automatically determined based on the cpu s multi threading capability  reason s  doesn t actually cause aomenc to auto multi thread disables multi threading  sloppy workaround you could try setting default thread count to since that s a safe number in since most people doing video conversion in have at least a quad core with hyper threading however it would be best if staxrip could automatically determine the cpu s maximum thread capability and automatically set this number accordingly     change misc auto alt ref change from to  reason s  it is better to have auto alt ref enabled because according to some users in discord having it disabled will result in a completely shit encode  if you re doing a single pass encode auto alt ref is actually disabled by default but you can force it to be enabled by forcibly specifying it  alt ref frames are used when using a pass encode by default if it is not specified based on my limited understanding you are generally better off just forcibly enabling this setting for most case scenarios
1
708,994
24,364,483,305
IssuesEvent
2022-10-03 14:13:02
IAmTamal/Milan
https://api.github.com/repos/IAmTamal/Milan
opened
[DOCS] Add setup instruction in the readme file
📄 aspect: text ✨ goal: improvement 🟨 priority: medium 🛠 status : under development
### Description There is no setup instructions in the readme file. i think we can add both setup steps in the readme file, one with npm and one with docker. ### Screenshots _No response_ ### Additional information _No response_
1.0
[DOCS] Add setup instruction in the readme file - ### Description There is no setup instructions in the readme file. i think we can add both setup steps in the readme file, one with npm and one with docker. ### Screenshots _No response_ ### Additional information _No response_
priority
add setup instruction in the readme file description there is no setup instructions in the readme file i think we can add both setup steps in the readme file one with npm and one with docker screenshots no response additional information no response
1
759,408
26,593,109,321
IssuesEvent
2023-01-23 10:19:09
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
closed
[Performance] Improve Reply message author detail fetch
priority 2: medium E:PerformanceImprovements S:3 messenger
### Description Right now, when there is a reply message, we get the details for the author of the replied message using the pubkey only and calling the backend to get JSON. That's very inefficient, as we need to do a back and forth and then parse the data. Plus, I needed to do a iterator property just to tell the frontend to call the JSON again. One way I realized that will improve that a lot is to just populate it all in the backend (in the module most likely). We just need to use the new properties Pascal added here: https://github.com/status-im/status-desktop/pull/9111/files#diff-4f86d004be69cc9b51a70273a5ec7ab80e851a4231773dad079e8c01afa753b5R53-R54 When we detect that the author was updated (the model already has `modelContactUpdateIterator` taht is called in those situations), we just update the details directly instead of relying on the iterator.
1.0
[Performance] Improve Reply message author detail fetch - ### Description Right now, when there is a reply message, we get the details for the author of the replied message using the pubkey only and calling the backend to get JSON. That's very inefficient, as we need to do a back and forth and then parse the data. Plus, I needed to do a iterator property just to tell the frontend to call the JSON again. One way I realized that will improve that a lot is to just populate it all in the backend (in the module most likely). We just need to use the new properties Pascal added here: https://github.com/status-im/status-desktop/pull/9111/files#diff-4f86d004be69cc9b51a70273a5ec7ab80e851a4231773dad079e8c01afa753b5R53-R54 When we detect that the author was updated (the model already has `modelContactUpdateIterator` taht is called in those situations), we just update the details directly instead of relying on the iterator.
priority
improve reply message author detail fetch description right now when there is a reply message we get the details for the author of the replied message using the pubkey only and calling the backend to get json that s very inefficient as we need to do a back and forth and then parse the data plus i needed to do a iterator property just to tell the frontend to call the json again one way i realized that will improve that a lot is to just populate it all in the backend in the module most likely we just need to use the new properties pascal added here when we detect that the author was updated the model already has modelcontactupdateiterator taht is called in those situations we just update the details directly instead of relying on the iterator
1
317,538
9,666,447,637
IssuesEvent
2019-05-21 10:50:39
oceanprotocol/ocean
https://api.github.com/repos/oceanprotocol/ocean
opened
Integration of Aquarius with Elastic Search for Commons
L2 Metadata bug commons priority:medium
In order to support better search capabilities, it would be necessary to integrate Aquarius with Elastic Search in the `Duero` and `Nile` environments. The tasks included are: - [ ] Deployment of Elastic Search in `Duero` https://github.com/oceanprotocol/atlantic/issues/54 - [ ] Integration of Aquarius with Elastic Search in `Duero` https://github.com/oceanprotocol/aquarius/issues/184 - [ ] Deployment of Elastic Search in `Nile` - [ ] Integration of Aquarius with Elastic Search in `Nile`
1.0
Integration of Aquarius with Elastic Search for Commons - In order to support better search capabilities, it would be necessary to integrate Aquarius with Elastic Search in the `Duero` and `Nile` environments. The tasks included are: - [ ] Deployment of Elastic Search in `Duero` https://github.com/oceanprotocol/atlantic/issues/54 - [ ] Integration of Aquarius with Elastic Search in `Duero` https://github.com/oceanprotocol/aquarius/issues/184 - [ ] Deployment of Elastic Search in `Nile` - [ ] Integration of Aquarius with Elastic Search in `Nile`
priority
integration of aquarius with elastic search for commons in order to support better search capabilities it would be necessary to integrate aquarius with elastic search in the duero and nile environments the tasks included are deployment of elastic search in duero integration of aquarius with elastic search in duero deployment of elastic search in nile integration of aquarius with elastic search in nile
1
29,588
2,716,608,483
IssuesEvent
2015-04-10 20:12:18
CruxFramework/crux
https://api.github.com/repos/CruxFramework/crux
closed
Error on JSON serialization (used on REST services or client DB transactions) when Class has an internal parameterized type
bug imported Milestone-M14-C3 Priority-Medium TargetVersion-5.1.3
_From [thi...@cruxframework.org](https://code.google.com/u/114650528804514463329/) on August 20, 2014 16:28:25_ Error when tryong to create a JSONSerializer for types like: public class MyClass{ private MyOtherClass<String> a; } _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=475_
1.0
Error on JSON serialization (used on REST services or client DB transactions) when Class has an internal parameterized type - _From [thi...@cruxframework.org](https://code.google.com/u/114650528804514463329/) on August 20, 2014 16:28:25_ Error when tryong to create a JSONSerializer for types like: public class MyClass{ private MyOtherClass<String> a; } _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=475_
priority
error on json serialization used on rest services or client db transactions when class has an internal parameterized type from on august error when tryong to create a jsonserializer for types like public class myclass private myotherclass a original issue
1
667,787
22,500,379,733
IssuesEvent
2022-06-23 11:16:19
ita-social-projects/horondi_client_fe
https://api.github.com/repos/ita-social-projects/horondi_client_fe
closed
[Product Details Page] Incorrect vertical alignment of currency icon on Product Details Page
bug UI FrontEnd part priority: medium severity: trivial
**Environment** Windows 10, Chrome Version 102.0.5005.63 **Reproducible:** Always **Preconditions:** Go to https://horondi-front-staging.azurewebsites.net/ **Steps to reproduce:** Open Catalog Click on any product to open Product Details Page Pay attention to currency icon **Actual result:** Currency icon is higher than price ![2022-06-06_15h46_51](https://user-images.githubusercontent.com/33963679/172163343-925bd4b7-85b7-4615-bfaa-8acd49d321b3.png) **Expected result:** Currency icon and price should be at the same level
1.0
[Product Details Page] Incorrect vertical alignment of currency icon on Product Details Page - **Environment** Windows 10, Chrome Version 102.0.5005.63 **Reproducible:** Always **Preconditions:** Go to https://horondi-front-staging.azurewebsites.net/ **Steps to reproduce:** Open Catalog Click on any product to open Product Details Page Pay attention to currency icon **Actual result:** Currency icon is higher than price ![2022-06-06_15h46_51](https://user-images.githubusercontent.com/33963679/172163343-925bd4b7-85b7-4615-bfaa-8acd49d321b3.png) **Expected result:** Currency icon and price should be at the same level
priority
incorrect vertical alignment of currency icon on product details page environment windows chrome version reproducible always preconditions go to steps to reproduce open catalog click on any product to open product details page pay attention to currency icon actual result currency icon is higher than price expected result currency icon and price should be at the same level
1
355,185
10,577,268,740
IssuesEvent
2019-10-07 19:44:06
red-hat-storage/ocs-ci
https://api.github.com/repos/red-hat-storage/ocs-ci
closed
must gather for OCP fails to run during deploy
Medium Priority
`oc adm must-gather` requires `KUBECONFIG` environment variable to properly run. It is set by `OCP.set_kubeconfig()`, but **only** if path to file exists. This file is created early in `openshift-install create cluster` execution, but earliest `OCP.set_kubeconfig()` call is usually near the end of `deploy` method (through `test_cluster()`). In other words, errors in `openshift-install` will trigger must gather, but without KUBECONFIG variable set. This causes must gather to fail. How to reproduce: 1. In config, set `gather_on_deploy_failure` to True and `installer_version` to `4.2.0-0.nightly` 2. Ensure your pull-secret **does not** have `registry.svc.ci.openshift.org` entry (this is sure way to make installer fail) 3. Run `run-ci -m deployment <options> --deploy` ``` $ run-ci -m deployment --ocsci-conf ocs_ci/framework/conf/config.yaml --cluster-conf conf/ocs_basic_install.yml --cluster-name mzalewsk-test --cluster-path /home/mzalewsk/ocs-test/ --deploy # snip 18:59:49 - MainThread - ocs_ci.utility.utils - INFO - Executing command: /home/mzalewsk/sources/ocs-ci/bin/openshift-install create cluster --dir /home/mzalewsk/ocs-test/ --log-level INFO 19:05:55 - MainThread - ocs_ci.ocs.utils - INFO - Must gather image: quay.io/openshift/origin-must-gather will be used. 19:05:55 - MainThread - ocs_ci.ocs.utils - INFO - OCS logs will be placed in location /tmp/failed_testcase_ocs_logs_1570208363/deployment_ocs_logs/ocp_must_gather 19:05:55 - MainThread - ocs_ci.utility.utils - INFO - Executing command: oc adm must-gather --image=quay.io/openshift/origin-must-gather --dest-dir=/tmp/failed_testcase_ocs_logs_1570208363/deployment_ocs_logs/ocp_must_gather 19:05:55 - MainThread - ocs_ci.ocs.utils - ERROR - Failed during must gather logs! Error: Error during execution of command: oc adm must-gather --image=quay.io/openshift/origin-must-gather --dest-dir=/tmp/failed_testcase_ocs_logs_1570208363/deployment_ocs_logs/ocp_must_gather. Error is error: Missing or incomplete configuration info. Please login or point to an existing, complete config file: 1. Via the command-line flag --config 2. Via the KUBECONFIG environment variable 3. In your home directory as ~/.kube/config To view or setup config directly use the 'config' command. 19:05:55 - MainThread - ocs_ci.ocs.utils - INFO - Must gather image: quay.io/openshift/origin-must-gather will be used. 19:05:55 - MainThread - ocs_ci.ocs.utils - INFO - OCS logs will be placed in location /tmp/failed_testcase_ocs_logs_1570208363/deployment_ocs_logs/ocp_must_gather 19:05:55 - MainThread - ocs_ci.utility.utils - INFO - Executing command: oc adm must-gather --image=quay.io/openshift/origin-must-gather --dest-dir=/tmp/failed_testcase_ocs_logs_1570208363/deployment_ocs_logs/ocp_must_gather -- /usr/bin/gather_service_logs worker 19:05:55 - MainThread - ocs_ci.ocs.utils - ERROR - Failed during must gather logs! Error: Error during execution of command: oc adm must-gather --image=quay.io/openshift/origin-must-gather --dest-dir=/tmp/failed_testcase_ocs_logs_1570208363/deployment_ocs_logs/ocp_must_gather -- /usr/bin/gather_service_logs worker. Error is error: Missing or incomplete configuration info. Please login or point to an existing, complete config file: 1. Via the command-line flag --config 2. Via the KUBECONFIG environment variable 3. In your home directory as ~/.kube/config To view or setup config directly use the 'config' command. ```
1.0
must gather for OCP fails to run during deploy - `oc adm must-gather` requires `KUBECONFIG` environment variable to properly run. It is set by `OCP.set_kubeconfig()`, but **only** if path to file exists. This file is created early in `openshift-install create cluster` execution, but earliest `OCP.set_kubeconfig()` call is usually near the end of `deploy` method (through `test_cluster()`). In other words, errors in `openshift-install` will trigger must gather, but without KUBECONFIG variable set. This causes must gather to fail. How to reproduce: 1. In config, set `gather_on_deploy_failure` to True and `installer_version` to `4.2.0-0.nightly` 2. Ensure your pull-secret **does not** have `registry.svc.ci.openshift.org` entry (this is sure way to make installer fail) 3. Run `run-ci -m deployment <options> --deploy` ``` $ run-ci -m deployment --ocsci-conf ocs_ci/framework/conf/config.yaml --cluster-conf conf/ocs_basic_install.yml --cluster-name mzalewsk-test --cluster-path /home/mzalewsk/ocs-test/ --deploy # snip 18:59:49 - MainThread - ocs_ci.utility.utils - INFO - Executing command: /home/mzalewsk/sources/ocs-ci/bin/openshift-install create cluster --dir /home/mzalewsk/ocs-test/ --log-level INFO 19:05:55 - MainThread - ocs_ci.ocs.utils - INFO - Must gather image: quay.io/openshift/origin-must-gather will be used. 19:05:55 - MainThread - ocs_ci.ocs.utils - INFO - OCS logs will be placed in location /tmp/failed_testcase_ocs_logs_1570208363/deployment_ocs_logs/ocp_must_gather 19:05:55 - MainThread - ocs_ci.utility.utils - INFO - Executing command: oc adm must-gather --image=quay.io/openshift/origin-must-gather --dest-dir=/tmp/failed_testcase_ocs_logs_1570208363/deployment_ocs_logs/ocp_must_gather 19:05:55 - MainThread - ocs_ci.ocs.utils - ERROR - Failed during must gather logs! Error: Error during execution of command: oc adm must-gather --image=quay.io/openshift/origin-must-gather --dest-dir=/tmp/failed_testcase_ocs_logs_1570208363/deployment_ocs_logs/ocp_must_gather. Error is error: Missing or incomplete configuration info. Please login or point to an existing, complete config file: 1. Via the command-line flag --config 2. Via the KUBECONFIG environment variable 3. In your home directory as ~/.kube/config To view or setup config directly use the 'config' command. 19:05:55 - MainThread - ocs_ci.ocs.utils - INFO - Must gather image: quay.io/openshift/origin-must-gather will be used. 19:05:55 - MainThread - ocs_ci.ocs.utils - INFO - OCS logs will be placed in location /tmp/failed_testcase_ocs_logs_1570208363/deployment_ocs_logs/ocp_must_gather 19:05:55 - MainThread - ocs_ci.utility.utils - INFO - Executing command: oc adm must-gather --image=quay.io/openshift/origin-must-gather --dest-dir=/tmp/failed_testcase_ocs_logs_1570208363/deployment_ocs_logs/ocp_must_gather -- /usr/bin/gather_service_logs worker 19:05:55 - MainThread - ocs_ci.ocs.utils - ERROR - Failed during must gather logs! Error: Error during execution of command: oc adm must-gather --image=quay.io/openshift/origin-must-gather --dest-dir=/tmp/failed_testcase_ocs_logs_1570208363/deployment_ocs_logs/ocp_must_gather -- /usr/bin/gather_service_logs worker. Error is error: Missing or incomplete configuration info. Please login or point to an existing, complete config file: 1. Via the command-line flag --config 2. Via the KUBECONFIG environment variable 3. In your home directory as ~/.kube/config To view or setup config directly use the 'config' command. ```
priority
must gather for ocp fails to run during deploy oc adm must gather requires kubeconfig environment variable to properly run it is set by ocp set kubeconfig but only if path to file exists this file is created early in openshift install create cluster execution but earliest ocp set kubeconfig call is usually near the end of deploy method through test cluster in other words errors in openshift install will trigger must gather but without kubeconfig variable set this causes must gather to fail how to reproduce in config set gather on deploy failure to true and installer version to nightly ensure your pull secret does not have registry svc ci openshift org entry this is sure way to make installer fail run run ci m deployment deploy run ci m deployment ocsci conf ocs ci framework conf config yaml cluster conf conf ocs basic install yml cluster name mzalewsk test cluster path home mzalewsk ocs test deploy snip mainthread ocs ci utility utils info executing command home mzalewsk sources ocs ci bin openshift install create cluster dir home mzalewsk ocs test log level info mainthread ocs ci ocs utils info must gather image quay io openshift origin must gather will be used mainthread ocs ci ocs utils info ocs logs will be placed in location tmp failed testcase ocs logs deployment ocs logs ocp must gather mainthread ocs ci utility utils info executing command oc adm must gather image quay io openshift origin must gather dest dir tmp failed testcase ocs logs deployment ocs logs ocp must gather mainthread ocs ci ocs utils error failed during must gather logs error error during execution of command oc adm must gather image quay io openshift origin must gather dest dir tmp failed testcase ocs logs deployment ocs logs ocp must gather error is error missing or incomplete configuration info please login or point to an existing complete config file via the command line flag config via the kubeconfig environment variable in your home directory as kube config to view or setup config directly use the config command mainthread ocs ci ocs utils info must gather image quay io openshift origin must gather will be used mainthread ocs ci ocs utils info ocs logs will be placed in location tmp failed testcase ocs logs deployment ocs logs ocp must gather mainthread ocs ci utility utils info executing command oc adm must gather image quay io openshift origin must gather dest dir tmp failed testcase ocs logs deployment ocs logs ocp must gather usr bin gather service logs worker mainthread ocs ci ocs utils error failed during must gather logs error error during execution of command oc adm must gather image quay io openshift origin must gather dest dir tmp failed testcase ocs logs deployment ocs logs ocp must gather usr bin gather service logs worker error is error missing or incomplete configuration info please login or point to an existing complete config file via the command line flag config via the kubeconfig environment variable in your home directory as kube config to view or setup config directly use the config command
1
400,571
11,777,182,114
IssuesEvent
2020-03-16 14:26:43
zebscripts/AFK-Daily
https://api.github.com/repos/zebscripts/AFK-Daily
closed
PvP events break the script
File: afk-daily.sh :file_folder: Priority: Medium 🌪 Status: Acknowledged :v: Type: Bug 🐞
Since the PvP events go on top of every other arena of heroes "section", it completely breaks. The script tries to fight in the arena of heroes but instead taps the event. The best would be to add a variable to the config like `pvp_event=true/false` to bypass this.
1.0
PvP events break the script - Since the PvP events go on top of every other arena of heroes "section", it completely breaks. The script tries to fight in the arena of heroes but instead taps the event. The best would be to add a variable to the config like `pvp_event=true/false` to bypass this.
priority
pvp events break the script since the pvp events go on top of every other arena of heroes section it completely breaks the script tries to fight in the arena of heroes but instead taps the event the best would be to add a variable to the config like pvp event true false to bypass this
1
402,067
11,801,678,041
IssuesEvent
2020-03-18 19:56:58
Thorium-Sim/thorium
https://api.github.com/repos/Thorium-Sim/thorium
opened
Thumbnails aren't working
priority/medium type/bug
### Requested By: Bracken ### Priority: Medium ### Version: 2.7.0 Thumbnails aren't loading in Thorium when assigning videos to Timeline steps. ### Steps to Reproduce I don't know...
1.0
Thumbnails aren't working - ### Requested By: Bracken ### Priority: Medium ### Version: 2.7.0 Thumbnails aren't loading in Thorium when assigning videos to Timeline steps. ### Steps to Reproduce I don't know...
priority
thumbnails aren t working requested by bracken priority medium version thumbnails aren t loading in thorium when assigning videos to timeline steps steps to reproduce i don t know
1