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
855
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
13 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
240k
binary_label
int64
0
1
792,040
27,943,705,604
IssuesEvent
2023-03-24 00:03:35
dmwm/WMCore
https://api.github.com/repos/dmwm/WMCore
closed
[MS] Create monitoring dashboard for MSPileup microservice
New Feature High Priority Stakeholders MSPileup QPrio: High
**Impact of the new feature** New WMCore microservice **Is your feature request related to a problem? Please describe.** Creation of a new microservice to make pileup management more efficient and easier. Subtask of https://github.com/dmwm/WMCore/issues/9779 **Describe the solution you'd like** This is a joint ticket between the WMCore and the CMS Monitoring team, such that we can define and provide a monitoring dashboard for the MSPileup. So, relevant JIRA ticket might have to be created to get the usual process monitoring, as we have for the other WMCore microservices. **Describe alternatives you've considered** We can eventually consider service specific metrics as well, but I'd call that to be an future enhancement and we can properly define that in the future. **Additional context** None
1.0
[MS] Create monitoring dashboard for MSPileup microservice - **Impact of the new feature** New WMCore microservice **Is your feature request related to a problem? Please describe.** Creation of a new microservice to make pileup management more efficient and easier. Subtask of https://github.com/dmwm/WMCore/issues/9779 **Describe the solution you'd like** This is a joint ticket between the WMCore and the CMS Monitoring team, such that we can define and provide a monitoring dashboard for the MSPileup. So, relevant JIRA ticket might have to be created to get the usual process monitoring, as we have for the other WMCore microservices. **Describe alternatives you've considered** We can eventually consider service specific metrics as well, but I'd call that to be an future enhancement and we can properly define that in the future. **Additional context** None
priority
create monitoring dashboard for mspileup microservice impact of the new feature new wmcore microservice is your feature request related to a problem please describe creation of a new microservice to make pileup management more efficient and easier subtask of describe the solution you d like this is a joint ticket between the wmcore and the cms monitoring team such that we can define and provide a monitoring dashboard for the mspileup so relevant jira ticket might have to be created to get the usual process monitoring as we have for the other wmcore microservices describe alternatives you ve considered we can eventually consider service specific metrics as well but i d call that to be an future enhancement and we can properly define that in the future additional context none
1
216,558
7,309,355,927
IssuesEvent
2018-02-28 11:28:51
geosolutions-it/clevmetro-nfd
https://api.github.com/repos/geosolutions-it/clevmetro-nfd
closed
Check upper_ranks in serializer (Internal Server Error)
Priority High backend bug in progress pending review review
Upper ranks should be checked before using them: https://github.com/geosolutions-it/clevmetro-nfd/blob/b2c5f663256ed73a8264716298e193dc8180de3c/nfdapi/nfdcore/nfdserializers.py#L1882 otherwise an[ Internal Server Error occurs](http://test.nfd.geo-solutions.it/nfdapi/taxon_search/202422/)
1.0
Check upper_ranks in serializer (Internal Server Error) - Upper ranks should be checked before using them: https://github.com/geosolutions-it/clevmetro-nfd/blob/b2c5f663256ed73a8264716298e193dc8180de3c/nfdapi/nfdcore/nfdserializers.py#L1882 otherwise an[ Internal Server Error occurs](http://test.nfd.geo-solutions.it/nfdapi/taxon_search/202422/)
priority
check upper ranks in serializer internal server error upper ranks should be checked before using them otherwise an
1
297,245
9,166,164,837
IssuesEvent
2019-03-02 01:02:13
octobercms/october
https://api.github.com/repos/octobercms/october
closed
Backend tabs and tables no longer horizontally scrollable
Priority: High Status: Completed Type: Bug
- OctoberCMS Build: 444-446 - PHP Version: 7.2 ### Description: Since the latest 444-446 build update, it is no longer possible to horizontally scroll backend tabs and tables on mobile view. ### Steps To Reproduce: Go to and backend view with tabs or tables that extend beyond the mobile viewport and try to swipe to scroll them horizontally as was previously possible prior to the Build 444 update. Swiping no longer results in the tabs or tables being scrolled.
1.0
Backend tabs and tables no longer horizontally scrollable - - OctoberCMS Build: 444-446 - PHP Version: 7.2 ### Description: Since the latest 444-446 build update, it is no longer possible to horizontally scroll backend tabs and tables on mobile view. ### Steps To Reproduce: Go to and backend view with tabs or tables that extend beyond the mobile viewport and try to swipe to scroll them horizontally as was previously possible prior to the Build 444 update. Swiping no longer results in the tabs or tables being scrolled.
priority
backend tabs and tables no longer horizontally scrollable octobercms build php version description since the latest build update it is no longer possible to horizontally scroll backend tabs and tables on mobile view steps to reproduce go to and backend view with tabs or tables that extend beyond the mobile viewport and try to swipe to scroll them horizontally as was previously possible prior to the build update swiping no longer results in the tabs or tables being scrolled
1
602,160
18,453,279,056
IssuesEvent
2021-10-15 13:31:05
AY2122S1-CS2103T-T15-4/tp
https://api.github.com/repos/AY2122S1-CS2103T-T15-4/tp
opened
Add residents to an Event
type.Story priority.High
As an admin in a hall/residence, I can add residents to an event so that I can keep track of the residents attending an event. ### Add residents to an event : `eadd ` Add multiple residents to an event based on the information given(name, email, room number or phone number), a resident is only expected to be given one piece of information. Format: `eadd e/EVENT_NAME i/INFORMATION INFORMATION, ...` * The information given can be the resident's name, email, room number or phone number * The information inputted is case-insensitive * Each piece of information is separated by a comma * If one or more of the given information is invalid, an error message is outputted and none of the residents are added to the event Examples: * `eadd e/football training i/A101, A102, A103` adds the residents who stay in rooms A101, A102 and A103 to the football training event * `eadd e/basketball training i/Alex Yeoh, A102, A103` adds the Alex Yeoh and residents who stay in rooms A101 and A102 to the basketball training event * `eadd e/gym session i/lidavid@example.com, 88889999, A103` adds the owner of email lidavid@example.com, the owner of phone number 88889999 and residents who stay in rooms A103 to the gym session
1.0
Add residents to an Event - As an admin in a hall/residence, I can add residents to an event so that I can keep track of the residents attending an event. ### Add residents to an event : `eadd ` Add multiple residents to an event based on the information given(name, email, room number or phone number), a resident is only expected to be given one piece of information. Format: `eadd e/EVENT_NAME i/INFORMATION INFORMATION, ...` * The information given can be the resident's name, email, room number or phone number * The information inputted is case-insensitive * Each piece of information is separated by a comma * If one or more of the given information is invalid, an error message is outputted and none of the residents are added to the event Examples: * `eadd e/football training i/A101, A102, A103` adds the residents who stay in rooms A101, A102 and A103 to the football training event * `eadd e/basketball training i/Alex Yeoh, A102, A103` adds the Alex Yeoh and residents who stay in rooms A101 and A102 to the basketball training event * `eadd e/gym session i/lidavid@example.com, 88889999, A103` adds the owner of email lidavid@example.com, the owner of phone number 88889999 and residents who stay in rooms A103 to the gym session
priority
add residents to an event as an admin in a hall residence i can add residents to an event so that i can keep track of the residents attending an event add residents to an event eadd add multiple residents to an event based on the information given name email room number or phone number a resident is only expected to be given one piece of information format eadd e event name i information information the information given can be the resident s name email room number or phone number the information inputted is case insensitive each piece of information is separated by a comma if one or more of the given information is invalid an error message is outputted and none of the residents are added to the event examples eadd e football training i adds the residents who stay in rooms and to the football training event eadd e basketball training i alex yeoh adds the alex yeoh and residents who stay in rooms and to the basketball training event eadd e gym session i lidavid example com adds the owner of email lidavid example com the owner of phone number and residents who stay in rooms to the gym session
1
345,730
10,372,191,725
IssuesEvent
2019-09-09 01:46:08
Shyam-Chen/React-Starter
https://api.github.com/repos/Shyam-Chen/React-Starter
closed
Lazy Loading in Redux
priority: high
### Need to * Redux Register Module * Redux Saga Register Module * Redux Observable Register Module https://github.com/Microsoft/redux-dynamic-modules *** https://github.com/Shyam-Chen/React-Starter/blob/master/src/core/store.js
1.0
Lazy Loading in Redux - ### Need to * Redux Register Module * Redux Saga Register Module * Redux Observable Register Module https://github.com/Microsoft/redux-dynamic-modules *** https://github.com/Shyam-Chen/React-Starter/blob/master/src/core/store.js
priority
lazy loading in redux need to redux register module redux saga register module redux observable register module
1
682,227
23,337,623,429
IssuesEvent
2022-08-09 11:25:04
ballerina-platform/ballerina-dev-website
https://api.github.com/repos/ballerina-platform/ballerina-dev-website
closed
Redesign the Release Notes Page
Priority/Highest Type/Improvement WebsiteRewrite Area/CommonPages
**Description:** Redesign the Release Notes page. **Describe your problem(s)** **Describe your solution(s)** **Related Issues (optional):** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> **Suggested Labels (optional):** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees (optional):** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
1.0
Redesign the Release Notes Page - **Description:** Redesign the Release Notes page. **Describe your problem(s)** **Describe your solution(s)** **Related Issues (optional):** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> **Suggested Labels (optional):** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees (optional):** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
priority
redesign the release notes page description redesign the release notes page describe your problem s describe your solution s related issues optional suggested labels optional suggested assignees optional
1
216,594
7,309,906,414
IssuesEvent
2018-02-28 13:28:15
Lapsang-boys/Crimson-Chronicles
https://api.github.com/repos/Lapsang-boys/Crimson-Chronicles
closed
Zone system
golden grail priority high
The system currently only works for one set of regions in the first zone, it needs to work for several regions using PlayerData to select the zone to use. Add zone finish sound effect
1.0
Zone system - The system currently only works for one set of regions in the first zone, it needs to work for several regions using PlayerData to select the zone to use. Add zone finish sound effect
priority
zone system the system currently only works for one set of regions in the first zone it needs to work for several regions using playerdata to select the zone to use add zone finish sound effect
1
788,686
27,761,694,910
IssuesEvent
2023-03-16 08:46:01
AY2223S2-CS2103T-W12-4/tp
https://api.github.com/repos/AY2223S2-CS2103T-W12-4/tp
closed
Find either only by name or by patient details
type.Story type.Task priority.High
As a doctor, I can find a particular patient by name or by their details so that I can find patients more easily.
1.0
Find either only by name or by patient details - As a doctor, I can find a particular patient by name or by their details so that I can find patients more easily.
priority
find either only by name or by patient details as a doctor i can find a particular patient by name or by their details so that i can find patients more easily
1
346,778
10,419,710,376
IssuesEvent
2019-09-15 18:34:11
Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
closed
[LOCALIZATION] | EVTDESC_WCCLS_500_moon_priest
:beetle: bug - localization :scroll: :exclamation: priority high
**DO NOT REMOVE PRE-EXISTING LINES** ------------------------------------------------------------------------------------------------------------ **Mod Version** https://github.com/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth/commit/efaf0829e654ec83cb1ff808f96521d50f3624cb **Please explain your issue in as much detail as possible:** No loc. **Upload screenshots of the problem localization:** <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/46384992/64643663-eacfb180-d421-11e9-82e7-f4a7e4331f12.png) </details>
1.0
[LOCALIZATION] | EVTDESC_WCCLS_500_moon_priest - **DO NOT REMOVE PRE-EXISTING LINES** ------------------------------------------------------------------------------------------------------------ **Mod Version** https://github.com/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth/commit/efaf0829e654ec83cb1ff808f96521d50f3624cb **Please explain your issue in as much detail as possible:** No loc. **Upload screenshots of the problem localization:** <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/46384992/64643663-eacfb180-d421-11e9-82e7-f4a7e4331f12.png) </details>
priority
evtdesc wccls moon priest do not remove pre existing lines mod version please explain your issue in as much detail as possible no loc upload screenshots of the problem localization click to expand
1
578,029
17,142,381,130
IssuesEvent
2021-07-13 11:04:59
JustArchiNET/ASF-ui
https://api.github.com/repos/JustArchiNET/ASF-ui
closed
Consider adding robots.txt with exclusion for web crawlers
✨ Enhancement 🔴 High priority
From my fast visit on Google today I found at least 3 insecure ASF IPC interfaces available from online with real bots added. While obviously we can't fix the brain damage of users and the fact that they completely ignored what ASF wiki written in **bold** about this, one thing we could do in theory is adding `robots.txt` with something like this: ``` User-agent: * Disallow: / ``` This should hopefully cause those insecure ASF instances harder to find and exploit. I don't believe there should be ANYBODY wanting to get their ASF-ui indexed, and if there really is such person then he can do that stupidity himself, it's a `txt` file after all. @MrBurrBurr Evaluation for you, since I don't know if I'm thinking in right direction. Marking this as high priority until then. For now good guy Archi used our awesome ASF-ui and ASF API to remotely disable their IPC interfaces and change nickname of all bots to `I FORGOT TO SECURE MY ASF'S IPC INTERFACE` to leave a message 🙂. This should limit the damage until they realize that somebody else could rob them out of accounts, items, and issue permanent VAC mark. WHOOPSIE.
1.0
Consider adding robots.txt with exclusion for web crawlers - From my fast visit on Google today I found at least 3 insecure ASF IPC interfaces available from online with real bots added. While obviously we can't fix the brain damage of users and the fact that they completely ignored what ASF wiki written in **bold** about this, one thing we could do in theory is adding `robots.txt` with something like this: ``` User-agent: * Disallow: / ``` This should hopefully cause those insecure ASF instances harder to find and exploit. I don't believe there should be ANYBODY wanting to get their ASF-ui indexed, and if there really is such person then he can do that stupidity himself, it's a `txt` file after all. @MrBurrBurr Evaluation for you, since I don't know if I'm thinking in right direction. Marking this as high priority until then. For now good guy Archi used our awesome ASF-ui and ASF API to remotely disable their IPC interfaces and change nickname of all bots to `I FORGOT TO SECURE MY ASF'S IPC INTERFACE` to leave a message 🙂. This should limit the damage until they realize that somebody else could rob them out of accounts, items, and issue permanent VAC mark. WHOOPSIE.
priority
consider adding robots txt with exclusion for web crawlers from my fast visit on google today i found at least insecure asf ipc interfaces available from online with real bots added while obviously we can t fix the brain damage of users and the fact that they completely ignored what asf wiki written in bold about this one thing we could do in theory is adding robots txt with something like this user agent disallow this should hopefully cause those insecure asf instances harder to find and exploit i don t believe there should be anybody wanting to get their asf ui indexed and if there really is such person then he can do that stupidity himself it s a txt file after all mrburrburr evaluation for you since i don t know if i m thinking in right direction marking this as high priority until then for now good guy archi used our awesome asf ui and asf api to remotely disable their ipc interfaces and change nickname of all bots to i forgot to secure my asf s ipc interface to leave a message 🙂 this should limit the damage until they realize that somebody else could rob them out of accounts items and issue permanent vac mark whoopsie
1
515,480
14,963,859,389
IssuesEvent
2021-01-27 11:08:38
Scholar-6/brillder
https://api.github.com/repos/Scholar-6/brillder
closed
Update play dashboard home
Adjustments High Level Priority Onboarding | UX
<img width="1806" alt="Screenshot 2021-01-18 at 14 01 14" src="https://user-images.githubusercontent.com/59654112/104919246-37bc8400-5996-11eb-8119-3cf214f6605b.png"> - [x] shapes get a bit bigger on hover - [x] hide all sidebar text and buttons for this page for auth user - [x] keep discover bricks text for unauth but change 'topic' to 'subject' - [x] hide 'general' and 'current affairs'
1.0
Update play dashboard home - <img width="1806" alt="Screenshot 2021-01-18 at 14 01 14" src="https://user-images.githubusercontent.com/59654112/104919246-37bc8400-5996-11eb-8119-3cf214f6605b.png"> - [x] shapes get a bit bigger on hover - [x] hide all sidebar text and buttons for this page for auth user - [x] keep discover bricks text for unauth but change 'topic' to 'subject' - [x] hide 'general' and 'current affairs'
priority
update play dashboard home img width alt screenshot at src shapes get a bit bigger on hover hide all sidebar text and buttons for this page for auth user keep discover bricks text for unauth but change topic to subject hide general and current affairs
1
625,296
19,724,460,906
IssuesEvent
2022-01-13 18:30:17
epam/ketcher
https://api.github.com/repos/epam/ketcher
closed
Cannot Install 'ketcher-react' or 'ketcher-standalone' Using NPM
bug priority: high
**Steps to Reproduce** 1. Run 'npm install ketcher-react' or 'npm install ketcher-standalone' 2. The following error is thrown: npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "workspace:": workspace:* **Expected behavior** The packages should install without throwing an error. **Actual behavior** The above error message is thrown. (This error message is not thrown when installing previous versions of ketcher packages). **Additional context** - npm version: 8.3.0 - node version: 16.13.2
1.0
Cannot Install 'ketcher-react' or 'ketcher-standalone' Using NPM - **Steps to Reproduce** 1. Run 'npm install ketcher-react' or 'npm install ketcher-standalone' 2. The following error is thrown: npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "workspace:": workspace:* **Expected behavior** The packages should install without throwing an error. **Actual behavior** The above error message is thrown. (This error message is not thrown when installing previous versions of ketcher packages). **Additional context** - npm version: 8.3.0 - node version: 16.13.2
priority
cannot install ketcher react or ketcher standalone using npm steps to reproduce run npm install ketcher react or npm install ketcher standalone the following error is thrown npm err code eunsupportedprotocol npm err unsupported url type workspace workspace expected behavior the packages should install without throwing an error actual behavior the above error message is thrown this error message is not thrown when installing previous versions of ketcher packages additional context npm version node version
1
340,267
10,270,039,459
IssuesEvent
2019-08-23 10:29:49
fusor/cpma
https://api.github.com/repos/fusor/cpma
closed
HTML Report, include PVs associated to a namespace
Priority: High enhancement
In the html report, would like to see info on PVs associated to a namespace. Cluster Report -> Namespaces would like to see another column capturing PVC/PV info. For the info displayed, lets include PVC name, PV name, access mode, reclaim policy, capacity, storage class
1.0
HTML Report, include PVs associated to a namespace - In the html report, would like to see info on PVs associated to a namespace. Cluster Report -> Namespaces would like to see another column capturing PVC/PV info. For the info displayed, lets include PVC name, PV name, access mode, reclaim policy, capacity, storage class
priority
html report include pvs associated to a namespace in the html report would like to see info on pvs associated to a namespace cluster report namespaces would like to see another column capturing pvc pv info for the info displayed lets include pvc name pv name access mode reclaim policy capacity storage class
1
240,131
7,800,458,964
IssuesEvent
2018-06-09 09:41:06
tine20/Tine-2.0-Open-Source-Groupware-and-CRM
https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM
closed
0009338: missing file cleanup function
Bug Calendar Mantis high priority
**Reported by Solivagus on 29 Nov 2013 08:54** **Version:** Collin (2013.10.2) Es fehlt eine Funktion in ./Tinebase/FileSystem.php **Additional information:** Code: (ph_il) /** * clears deleted files from filesystem + database * @return boolean */ public function clearDeletedFiles() { $this-&gt;clearDeletedFilesFromFilesystem(); $this-&gt;clearDeletedFilesFromDatabase(); }
1.0
0009338: missing file cleanup function - **Reported by Solivagus on 29 Nov 2013 08:54** **Version:** Collin (2013.10.2) Es fehlt eine Funktion in ./Tinebase/FileSystem.php **Additional information:** Code: (ph_il) /** * clears deleted files from filesystem + database * @return boolean */ public function clearDeletedFiles() { $this-&gt;clearDeletedFilesFromFilesystem(); $this-&gt;clearDeletedFilesFromDatabase(); }
priority
missing file cleanup function reported by solivagus on nov version collin es fehlt eine funktion in tinebase filesystem php additional information code ph il clears deleted files from filesystem database return boolean public function cleardeletedfiles this gt cleardeletedfilesfromfilesystem this gt cleardeletedfilesfromdatabase
1
336,100
10,171,421,905
IssuesEvent
2019-08-08 08:21:45
prisma/specs
https://api.github.com/repos/prisma/specs
closed
Process handling of embedded binaries
priority/high
Please write up a technical spec of how process handling for embedded binaries (both query engine and migration engine) works. This can also be used as a foundation for supporting new languages. This also includes database connection handling in different deployment environment (e.g. AWS Lambda).
1.0
Process handling of embedded binaries - Please write up a technical spec of how process handling for embedded binaries (both query engine and migration engine) works. This can also be used as a foundation for supporting new languages. This also includes database connection handling in different deployment environment (e.g. AWS Lambda).
priority
process handling of embedded binaries please write up a technical spec of how process handling for embedded binaries both query engine and migration engine works this can also be used as a foundation for supporting new languages this also includes database connection handling in different deployment environment e g aws lambda
1
145,923
5,584,008,570
IssuesEvent
2017-03-29 02:55:16
awslabs/s2n
https://api.github.com/repos/awslabs/s2n
closed
Add Support for ChaCha20-Poly1305
priority/high size/medium status/work_in_progress type/enhancement type/new_crypto
Recent vulnerabilities in 3DES-CBC3[1] pushed us to remove it from our default preference list. That has left us with only suites that use AES-{CBC,GCM}. To diversify our offerings, we consider adding the stream cipher ChaCha20-Poly1305 . ChaCha20-Poly1305 was added in Openssl 1.1.0 [2]. Supporting 1.1.0's libcrypto is a prerequisite. ChaCha20 has been found to be more performant than AES-GCM on some mobile devices[3]. I'm going to chalk that up to lack of AES-NI support. Relevant IANA info[4]: ``` 0xCC,0xA8 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 0xCC,0xAA TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 ``` [1] https://sweet32.info/ [2] https://www.openssl.org/news/openssl-1.1.0-notes.html [3] https://security.googleblog.com/2014/04/speeding-up-and-strengthening-https.html [4] https://tools.ietf.org/html/rfc7539
1.0
Add Support for ChaCha20-Poly1305 - Recent vulnerabilities in 3DES-CBC3[1] pushed us to remove it from our default preference list. That has left us with only suites that use AES-{CBC,GCM}. To diversify our offerings, we consider adding the stream cipher ChaCha20-Poly1305 . ChaCha20-Poly1305 was added in Openssl 1.1.0 [2]. Supporting 1.1.0's libcrypto is a prerequisite. ChaCha20 has been found to be more performant than AES-GCM on some mobile devices[3]. I'm going to chalk that up to lack of AES-NI support. Relevant IANA info[4]: ``` 0xCC,0xA8 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 0xCC,0xAA TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 ``` [1] https://sweet32.info/ [2] https://www.openssl.org/news/openssl-1.1.0-notes.html [3] https://security.googleblog.com/2014/04/speeding-up-and-strengthening-https.html [4] https://tools.ietf.org/html/rfc7539
priority
add support for recent vulnerabilities in pushed us to remove it from our default preference list that has left us with only suites that use aes cbc gcm to diversify our offerings we consider adding the stream cipher was added in openssl supporting s libcrypto is a prerequisite has been found to be more performant than aes gcm on some mobile devices i m going to chalk that up to lack of aes ni support relevant iana info tls ecdhe rsa with tls dhe rsa with
1
683,994
23,402,339,743
IssuesEvent
2022-08-12 09:15:33
owncloud/web
https://api.github.com/repos/owncloud/web
closed
Can't edit personal Quota in usermanagement
Type:Bug Priority:p2-high
### Steps to reproduce 1. login as admin on https://ocis.ocis-wopi.latest.owncloud.works/ 2. select User Management in the App Switcher 3. Select an existing user -> Quickation "edit" 4. There is not option to edit the personal quota of this user ### Expected behaviour - An option to edit the personal quota should be available - The dropdown should be the same as in the "Space Quota-Modal" - If an external IDP is used, the "personal quota" can still be managed in our (owncloud Web) Usermanagement UI ![image](https://user-images.githubusercontent.com/26610733/170225920-f87539a2-3847-4a60-9294-c949dad8b60a.png) ### Actual behaviour Can't edit personal quota of users
1.0
Can't edit personal Quota in usermanagement - ### Steps to reproduce 1. login as admin on https://ocis.ocis-wopi.latest.owncloud.works/ 2. select User Management in the App Switcher 3. Select an existing user -> Quickation "edit" 4. There is not option to edit the personal quota of this user ### Expected behaviour - An option to edit the personal quota should be available - The dropdown should be the same as in the "Space Quota-Modal" - If an external IDP is used, the "personal quota" can still be managed in our (owncloud Web) Usermanagement UI ![image](https://user-images.githubusercontent.com/26610733/170225920-f87539a2-3847-4a60-9294-c949dad8b60a.png) ### Actual behaviour Can't edit personal quota of users
priority
can t edit personal quota in usermanagement steps to reproduce login as admin on select user management in the app switcher select an existing user quickation edit there is not option to edit the personal quota of this user expected behaviour an option to edit the personal quota should be available the dropdown should be the same as in the space quota modal if an external idp is used the personal quota can still be managed in our owncloud web usermanagement ui actual behaviour can t edit personal quota of users
1
630,154
20,092,871,392
IssuesEvent
2022-02-06 02:56:54
yukiHaga/regex-hunting
https://api.github.com/repos/yukiHaga/regex-hunting
opened
メタ文字一覧とスライドを見るを押した後にキーを入力すると、モーダルが開くバグを修正する
Priority: high Problem: bug
## 概要 メタ文字一覧とスライドを見るを押した後にキーを入力すると、モーダルが開くバグを修正する。 ## やること - [ ] メタ文字一覧とスライドを見るを押した後にキーを入力すると、モーダルが開くバグを修正する。 ## 受け入れ条件 - [ ] メタ文字一覧とスライドを見るを押した後にキーを入力すると、モーダルが開かない。 ## 参考記事 特になし。
1.0
メタ文字一覧とスライドを見るを押した後にキーを入力すると、モーダルが開くバグを修正する - ## 概要 メタ文字一覧とスライドを見るを押した後にキーを入力すると、モーダルが開くバグを修正する。 ## やること - [ ] メタ文字一覧とスライドを見るを押した後にキーを入力すると、モーダルが開くバグを修正する。 ## 受け入れ条件 - [ ] メタ文字一覧とスライドを見るを押した後にキーを入力すると、モーダルが開かない。 ## 参考記事 特になし。
priority
メタ文字一覧とスライドを見るを押した後にキーを入力すると、モーダルが開くバグを修正する 概要 メタ文字一覧とスライドを見るを押した後にキーを入力すると、モーダルが開くバグを修正する。 やること メタ文字一覧とスライドを見るを押した後にキーを入力すると、モーダルが開くバグを修正する。 受け入れ条件 メタ文字一覧とスライドを見るを押した後にキーを入力すると、モーダルが開かない。 参考記事 特になし。
1
305,270
9,367,175,821
IssuesEvent
2019-04-03 04:15:48
CS2103-AY1819S2-T12-2/main
https://api.github.com/repos/CS2103-AY1819S2-T12-2/main
closed
As a sociable user, I want to be able to share a collection of flashcards
priority.High type.Story
The application should allow users to select a set of flashcards which they can then share through a text file to someone else.
1.0
As a sociable user, I want to be able to share a collection of flashcards - The application should allow users to select a set of flashcards which they can then share through a text file to someone else.
priority
as a sociable user i want to be able to share a collection of flashcards the application should allow users to select a set of flashcards which they can then share through a text file to someone else
1
763,442
26,756,648,158
IssuesEvent
2023-01-31 01:07:33
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
Feature Request - make it easier to pick an other identifier in search (no more checkboxes in controlled vocab search fields)
Priority-High (Needed for work) Function-SearchOrDownload Enhancement
**Is your feature request related to a problem? Please describe.** From the main search page when I want to search on an other identifier, I have to scroll around forever. <img width="960" alt="Screenshot 2022-04-25 11 38 37" src="https://user-images.githubusercontent.com/5725767/165143565-f9e0e7f2-5b6b-49a1-a01f-df61d645e47e.png"> **Describe what you're trying to accomplish** Because the list of other identifier types is so long, it can be a big time sink if I want to search USGS...I'd like to make selection for this field easier. **Describe the solution you'd like** It would be nice to start typing and get a list of potential matches (beyond "starts with"). So I type U and get every identifier type that contains "U", and so on. But at least we could make this consistent with other picks? I type U and am moved down to the terms in the list that start with U (the way Related Identifier Type: farther down the form works) <img width="960" alt="Screenshot 2022-04-25 11 51 40" src="https://user-images.githubusercontent.com/5725767/165145675-6ec470bb-8cf4-4302-ba76-1b8d496f277c.png"> **Describe alternatives you've considered** Just keep on scrolling **Additional context** There are few other search fields that work this way and should be updated: Sources Month (the separate thing - why do we have this?) **Priority** Please assign a priority-label. Unprioritized issues gets sent into a black hole of despair. Making this high, because more and more outsiders are going to be looking for these things.
1.0
Feature Request - make it easier to pick an other identifier in search (no more checkboxes in controlled vocab search fields) - **Is your feature request related to a problem? Please describe.** From the main search page when I want to search on an other identifier, I have to scroll around forever. <img width="960" alt="Screenshot 2022-04-25 11 38 37" src="https://user-images.githubusercontent.com/5725767/165143565-f9e0e7f2-5b6b-49a1-a01f-df61d645e47e.png"> **Describe what you're trying to accomplish** Because the list of other identifier types is so long, it can be a big time sink if I want to search USGS...I'd like to make selection for this field easier. **Describe the solution you'd like** It would be nice to start typing and get a list of potential matches (beyond "starts with"). So I type U and get every identifier type that contains "U", and so on. But at least we could make this consistent with other picks? I type U and am moved down to the terms in the list that start with U (the way Related Identifier Type: farther down the form works) <img width="960" alt="Screenshot 2022-04-25 11 51 40" src="https://user-images.githubusercontent.com/5725767/165145675-6ec470bb-8cf4-4302-ba76-1b8d496f277c.png"> **Describe alternatives you've considered** Just keep on scrolling **Additional context** There are few other search fields that work this way and should be updated: Sources Month (the separate thing - why do we have this?) **Priority** Please assign a priority-label. Unprioritized issues gets sent into a black hole of despair. Making this high, because more and more outsiders are going to be looking for these things.
priority
feature request make it easier to pick an other identifier in search no more checkboxes in controlled vocab search fields is your feature request related to a problem please describe from the main search page when i want to search on an other identifier i have to scroll around forever img width alt screenshot src describe what you re trying to accomplish because the list of other identifier types is so long it can be a big time sink if i want to search usgs i d like to make selection for this field easier describe the solution you d like it would be nice to start typing and get a list of potential matches beyond starts with so i type u and get every identifier type that contains u and so on but at least we could make this consistent with other picks i type u and am moved down to the terms in the list that start with u the way related identifier type farther down the form works img width alt screenshot src describe alternatives you ve considered just keep on scrolling additional context there are few other search fields that work this way and should be updated sources month the separate thing why do we have this priority please assign a priority label unprioritized issues gets sent into a black hole of despair making this high because more and more outsiders are going to be looking for these things
1
317,613
9,666,973,066
IssuesEvent
2019-05-21 12:12:32
conan-io/conan
https://api.github.com/repos/conan-io/conan
opened
SCM auto mode improvments
complex: medium priority: high stage: queue type: feature
This is a new issue to manage together #5126 and #4732 (probably some other). **Current pains** - `scm_folder.txt` is tricky and ugly (internal concern mostly). - Since the usage of the local sources should be avoided when running a `conan install` command (see next section), could be still a good mechanism to take benefit of the optimization without taking the sources from the local folder but not cloning the repo. (@niosHD at https://github.com/conan-io/conan/issues/4732) - A recipe containing `scm` with a real revision exported is dangerous if the folder was not pristine because the recipe could be uploaded and the CI could run something different from the expected. (@Mark-Hatch-Bose at https://github.com/conan-io/conan/issues/5126) **Already solved pains to be kept** - The local sources shouldn't be used in a `conan install --build XX` because it could take sources too much changed or belonging even to a different version. It should use the sources only for `conan create`. Solved at #4218 **Proposition** - The `scm` auto will copy the sources from the local directory to the `source` cache directory. It makes `scm_folder.txt` not needed (@niosHD) - The `scm` auto won't replace the revision if the repo is not pristine. `auto` will be kept. - The `conan upload` command won't allow uploading a recipe with `revision=auto`. - The `conan install` will work out of the box, because if the `source` folder exists, it will just use it, without trying to use changes from the local directory. - The `conan export` and `conan create` will accept a `--scm_dirty` parameter to force capturing the revision (commit) even if the repo is not pristine. Why? if a CI build clone the repository, it is common that some file is added or modified because of the pipeline, but indeed you want to force that commit to be considered valid, so you can write your CI script with the `--scm_dirty` because you know what are you doing. Feedback, please! Let's target `1.17` for this.
1.0
SCM auto mode improvments - This is a new issue to manage together #5126 and #4732 (probably some other). **Current pains** - `scm_folder.txt` is tricky and ugly (internal concern mostly). - Since the usage of the local sources should be avoided when running a `conan install` command (see next section), could be still a good mechanism to take benefit of the optimization without taking the sources from the local folder but not cloning the repo. (@niosHD at https://github.com/conan-io/conan/issues/4732) - A recipe containing `scm` with a real revision exported is dangerous if the folder was not pristine because the recipe could be uploaded and the CI could run something different from the expected. (@Mark-Hatch-Bose at https://github.com/conan-io/conan/issues/5126) **Already solved pains to be kept** - The local sources shouldn't be used in a `conan install --build XX` because it could take sources too much changed or belonging even to a different version. It should use the sources only for `conan create`. Solved at #4218 **Proposition** - The `scm` auto will copy the sources from the local directory to the `source` cache directory. It makes `scm_folder.txt` not needed (@niosHD) - The `scm` auto won't replace the revision if the repo is not pristine. `auto` will be kept. - The `conan upload` command won't allow uploading a recipe with `revision=auto`. - The `conan install` will work out of the box, because if the `source` folder exists, it will just use it, without trying to use changes from the local directory. - The `conan export` and `conan create` will accept a `--scm_dirty` parameter to force capturing the revision (commit) even if the repo is not pristine. Why? if a CI build clone the repository, it is common that some file is added or modified because of the pipeline, but indeed you want to force that commit to be considered valid, so you can write your CI script with the `--scm_dirty` because you know what are you doing. Feedback, please! Let's target `1.17` for this.
priority
scm auto mode improvments this is a new issue to manage together and probably some other current pains scm folder txt is tricky and ugly internal concern mostly since the usage of the local sources should be avoided when running a conan install command see next section could be still a good mechanism to take benefit of the optimization without taking the sources from the local folder but not cloning the repo nioshd at a recipe containing scm with a real revision exported is dangerous if the folder was not pristine because the recipe could be uploaded and the ci could run something different from the expected mark hatch bose at already solved pains to be kept the local sources shouldn t be used in a conan install build xx because it could take sources too much changed or belonging even to a different version it should use the sources only for conan create solved at proposition the scm auto will copy the sources from the local directory to the source cache directory it makes scm folder txt not needed nioshd the scm auto won t replace the revision if the repo is not pristine auto will be kept the conan upload command won t allow uploading a recipe with revision auto the conan install will work out of the box because if the source folder exists it will just use it without trying to use changes from the local directory the conan export and conan create will accept a scm dirty parameter to force capturing the revision commit even if the repo is not pristine why if a ci build clone the repository it is common that some file is added or modified because of the pipeline but indeed you want to force that commit to be considered valid so you can write your ci script with the scm dirty because you know what are you doing feedback please let s target for this
1
708,771
24,353,833,247
IssuesEvent
2022-10-03 04:45:18
trey-wallis/obsidian-notion-like-tables
https://api.github.com/repos/trey-wallis/obsidian-notion-like-tables
closed
Chinese bug still not fixed
bug high-priority
### Describe the bug Chinese entered in source mode can be displayed in reading mode, but inserting a column with Chinese characters directly using obsidian-notion-like-tables does not work. After I inserted a column using obsidian-notion-like-tables ["shift+cmd+\"](url) and edited its title to Chinese words, it looks good, but if I switch to another note file and go back, all the changes disappeared. This bug is still existing in 4.2.5 ( #227 ) release. ### Steps to reproduce - Create a table using `"shift + cmd + +"` or just type in source code - Add a column using `"shift + cmd + \"` or click the `"New"` button - Edit the inserted column by clicking the column name "New Column" - "Edit" - Type in some Chinese characters in Header Name - Click somewhere else, it displays correctly - Switch to other note pages, or restart Obsidian, and switch back - All the changes ( the new column and the Chinese characters) disappeared ### Expected behavior Display and save Chinese correctly. ### Are you using the mobile app? No ### Obsidian debug info No result when searching "Show debug info".. ### Relevant log output _No response_
1.0
Chinese bug still not fixed - ### Describe the bug Chinese entered in source mode can be displayed in reading mode, but inserting a column with Chinese characters directly using obsidian-notion-like-tables does not work. After I inserted a column using obsidian-notion-like-tables ["shift+cmd+\"](url) and edited its title to Chinese words, it looks good, but if I switch to another note file and go back, all the changes disappeared. This bug is still existing in 4.2.5 ( #227 ) release. ### Steps to reproduce - Create a table using `"shift + cmd + +"` or just type in source code - Add a column using `"shift + cmd + \"` or click the `"New"` button - Edit the inserted column by clicking the column name "New Column" - "Edit" - Type in some Chinese characters in Header Name - Click somewhere else, it displays correctly - Switch to other note pages, or restart Obsidian, and switch back - All the changes ( the new column and the Chinese characters) disappeared ### Expected behavior Display and save Chinese correctly. ### Are you using the mobile app? No ### Obsidian debug info No result when searching "Show debug info".. ### Relevant log output _No response_
priority
chinese bug still not fixed describe the bug chinese entered in source mode can be displayed in reading mode but inserting a column with chinese characters directly using obsidian notion like tables does not work after i inserted a column using obsidian notion like tables url and edited its title to chinese words it looks good but if i switch to another note file and go back all the changes disappeared this bug is still existing in release steps to reproduce create a table using shift cmd or just type in source code add a column using shift cmd or click the new button edit the inserted column by clicking the column name new column edit type in some chinese characters in header name click somewhere else it displays correctly switch to other note pages or restart obsidian and switch back all the changes the new column and the chinese characters disappeared expected behavior display and save chinese correctly are you using the mobile app no obsidian debug info no result when searching show debug info relevant log output no response
1
5,753
2,579,314,322
IssuesEvent
2015-02-13 09:10:20
Araq/Nim
https://api.github.com/repos/Araq/Nim
closed
Regression on exportc
High Priority Showstopper
foo.nim ```nim import bar proc main() = bar.start() main() ``` bar.nim ```nim proc fprintf*(f: File, formatstr: cstring) {.importc, varargs, header:"stdio.h", cdecl, raises:[].} proc exported_bar() {.raises:[], noinit, cdecl, exportc.} = stdout.fprintf "bar\n" proc start*() = stdout.fprintf "start\n" ``` Open nimcache/bar.c and there would be no 'exported_bar' method generated. In 0.10.2 and below, it was able to generate it.
1.0
Regression on exportc - foo.nim ```nim import bar proc main() = bar.start() main() ``` bar.nim ```nim proc fprintf*(f: File, formatstr: cstring) {.importc, varargs, header:"stdio.h", cdecl, raises:[].} proc exported_bar() {.raises:[], noinit, cdecl, exportc.} = stdout.fprintf "bar\n" proc start*() = stdout.fprintf "start\n" ``` Open nimcache/bar.c and there would be no 'exported_bar' method generated. In 0.10.2 and below, it was able to generate it.
priority
regression on exportc foo nim nim import bar proc main bar start main bar nim nim proc fprintf f file formatstr cstring importc varargs header stdio h cdecl raises proc exported bar raises noinit cdecl exportc stdout fprintf bar n proc start stdout fprintf start n open nimcache bar c and there would be no exported bar method generated in and below it was able to generate it
1
429,038
12,420,197,209
IssuesEvent
2020-05-23 10:41:44
nf-core/proteomicslfq
https://api.github.com/repos/nf-core/proteomicslfq
closed
Luciphor not working
bug high-priority
May-12 01:17:05.539 [Task monitor] ERROR nextflow.processor.TaskProcessor - Error executing process > 'luciphor (1)' Caused by: Process `luciphor (1)` terminated with an error exit status (1) Command executed: LuciphorAdapter -id 020320_FeNTA_phospho_idx_feat_perc_filter_switched.idXML \ -in 020320_FeNTA_phospho.mzML \ -out 020320_FeNTA_phospho_idx_feat_perc_filter_switched_luciphor.idXML \ -threads 2 \ -num_threads 2 \ -target_modifications 'Phospho (S)' 'Phospho (T)' 'Phospho (Y)' \ -fragment_method HCD \ \ \ \ -max_charge_state 4 \ -max_peptide_length 40 \ > 020320_FeNTA_phospho_idx_feat_perc_filter_switched_scoreswitcher.log Command exit status: 1 Command output: (empty) Command wrapper: pstat() { local x_pid=$1 local STATUS=$(2> /dev/null < /proc/$1/status egrep 'Vm|ctxt') if [ $? = 0 ]; then local x_vsz=$(echo "$STATUS" | grep VmSize | awk '{print $2}' || echo -n '0') local x_rss=$(echo "$STATUS" | grep VmRSS | awk '{print $2}' || echo -n '0') local x_peak=$(echo "$STATUS" | egrep 'VmPeak|VmHWM' | sed 's/^.*:\s*//' | sed 's/[\sa-zA-Z]*$//' | tr '\n' ' ' || echo -n '0 0') local x_pmem=$(awk -v rss=$x_rss -v mem_tot=$mem_tot 'BEGIN {printf "%.0f", rss/mem_tot*100*10}' || echo -n '0') local vol_ctxt=$(echo "$STATUS" | grep '\bvoluntary_ctxt_switches' | awk '{print $2}' || echo -n '0') local inv_ctxt=$(echo "$STATUS" | grep '\bnonvoluntary_ctxt_switches' | awk '{print $2}' || echo -n '0') cpu_stat[x_pid]="$x_pid $x_pmem $x_vsz $x_rss $x_peak $vol_ctxt $inv_ctxt" fi } pwalk() { pstat $1 for i in ${ALL_CHILDREN[$1]:=}; do pwalk $i; done } pwalk $1 } nxf_stat() { cpu_stat=() nxf_tree $1 declare -a sum=(0 0 0 0 0 0 0 0) (... more ...) ------------------------------------------------------------ Exited with exit code 1. Resource usage summary: CPU time : 349.28 sec. Max Memory : 6949 MB Average Memory : 2848.86 MB Total Requested Memory : 8192.00 MB Delta Memory : 1243.00 MB Max Swap : 8364 MB Max Processes : 10 Max Threads : 13 Run time : 211 sec. Turnaround time : 198 sec. The output (if any) is above this job summary. Work dir: /nfs/production3/pride/prod/cluster/reanalysis/PXD018241-phospho/work/1b/3e5863cfaac78d205ac0dec563350e Tip: you can replicate the issue by changing to the process work dir and entering the command `bash .command.run`
1.0
Luciphor not working - May-12 01:17:05.539 [Task monitor] ERROR nextflow.processor.TaskProcessor - Error executing process > 'luciphor (1)' Caused by: Process `luciphor (1)` terminated with an error exit status (1) Command executed: LuciphorAdapter -id 020320_FeNTA_phospho_idx_feat_perc_filter_switched.idXML \ -in 020320_FeNTA_phospho.mzML \ -out 020320_FeNTA_phospho_idx_feat_perc_filter_switched_luciphor.idXML \ -threads 2 \ -num_threads 2 \ -target_modifications 'Phospho (S)' 'Phospho (T)' 'Phospho (Y)' \ -fragment_method HCD \ \ \ \ -max_charge_state 4 \ -max_peptide_length 40 \ > 020320_FeNTA_phospho_idx_feat_perc_filter_switched_scoreswitcher.log Command exit status: 1 Command output: (empty) Command wrapper: pstat() { local x_pid=$1 local STATUS=$(2> /dev/null < /proc/$1/status egrep 'Vm|ctxt') if [ $? = 0 ]; then local x_vsz=$(echo "$STATUS" | grep VmSize | awk '{print $2}' || echo -n '0') local x_rss=$(echo "$STATUS" | grep VmRSS | awk '{print $2}' || echo -n '0') local x_peak=$(echo "$STATUS" | egrep 'VmPeak|VmHWM' | sed 's/^.*:\s*//' | sed 's/[\sa-zA-Z]*$//' | tr '\n' ' ' || echo -n '0 0') local x_pmem=$(awk -v rss=$x_rss -v mem_tot=$mem_tot 'BEGIN {printf "%.0f", rss/mem_tot*100*10}' || echo -n '0') local vol_ctxt=$(echo "$STATUS" | grep '\bvoluntary_ctxt_switches' | awk '{print $2}' || echo -n '0') local inv_ctxt=$(echo "$STATUS" | grep '\bnonvoluntary_ctxt_switches' | awk '{print $2}' || echo -n '0') cpu_stat[x_pid]="$x_pid $x_pmem $x_vsz $x_rss $x_peak $vol_ctxt $inv_ctxt" fi } pwalk() { pstat $1 for i in ${ALL_CHILDREN[$1]:=}; do pwalk $i; done } pwalk $1 } nxf_stat() { cpu_stat=() nxf_tree $1 declare -a sum=(0 0 0 0 0 0 0 0) (... more ...) ------------------------------------------------------------ Exited with exit code 1. Resource usage summary: CPU time : 349.28 sec. Max Memory : 6949 MB Average Memory : 2848.86 MB Total Requested Memory : 8192.00 MB Delta Memory : 1243.00 MB Max Swap : 8364 MB Max Processes : 10 Max Threads : 13 Run time : 211 sec. Turnaround time : 198 sec. The output (if any) is above this job summary. Work dir: /nfs/production3/pride/prod/cluster/reanalysis/PXD018241-phospho/work/1b/3e5863cfaac78d205ac0dec563350e Tip: you can replicate the issue by changing to the process work dir and entering the command `bash .command.run`
priority
luciphor not working may error nextflow processor taskprocessor error executing process luciphor caused by process luciphor terminated with an error exit status command executed luciphoradapter id fenta phospho idx feat perc filter switched idxml in fenta phospho mzml out fenta phospho idx feat perc filter switched luciphor idxml threads num threads target modifications phospho s phospho t phospho y fragment method hcd max charge state max peptide length fenta phospho idx feat perc filter switched scoreswitcher log command exit status command output empty command wrapper pstat local x pid local status dev null proc status egrep vm ctxt if then local x vsz echo status grep vmsize awk print echo n local x rss echo status grep vmrss awk print echo n local x peak echo status egrep vmpeak vmhwm sed s s sed s tr n echo n local x pmem awk v rss x rss v mem tot mem tot begin printf rss mem tot echo n local vol ctxt echo status grep bvoluntary ctxt switches awk print echo n local inv ctxt echo status grep bnonvoluntary ctxt switches awk print echo n cpu stat x pid x pmem x vsz x rss x peak vol ctxt inv ctxt fi pwalk pstat for i in all children do pwalk i done pwalk nxf stat cpu stat nxf tree declare a sum more exited with exit code resource usage summary cpu time sec max memory mb average memory mb total requested memory mb delta memory mb max swap mb max processes max threads run time sec turnaround time sec the output if any is above this job summary work dir nfs pride prod cluster reanalysis phospho work tip you can replicate the issue by changing to the process work dir and entering the command bash command run
1
192,187
6,847,484,793
IssuesEvent
2017-11-13 15:34:13
frontendbr/eventos-api
https://api.github.com/repos/frontendbr/eventos-api
closed
POC para validar stack MongoDB + NodeJS
high priority
Desenvolver uma POC para validar a utilização de MongoDB(mLab) + NodeJS + Autenticação com GitHub [Repositório da POC](https://github.com/MarcelLZ/poc-eventos-api)
1.0
POC para validar stack MongoDB + NodeJS - Desenvolver uma POC para validar a utilização de MongoDB(mLab) + NodeJS + Autenticação com GitHub [Repositório da POC](https://github.com/MarcelLZ/poc-eventos-api)
priority
poc para validar stack mongodb nodejs desenvolver uma poc para validar a utilização de mongodb mlab nodejs autenticação com github
1
23,837
2,664,159,542
IssuesEvent
2015-03-20 12:44:25
cs2103jan2015-w15-3j/main
https://api.github.com/repos/cs2103jan2015-w15-3j/main
closed
A user can search for tasks using filters
priority.high status.accepted status.ongoing type.story
so that tasks can be found easily. Filters can be: 1. Start/end time of task 2. Task venue 3. Task name 4. Priority
1.0
A user can search for tasks using filters - so that tasks can be found easily. Filters can be: 1. Start/end time of task 2. Task venue 3. Task name 4. Priority
priority
a user can search for tasks using filters so that tasks can be found easily filters can be start end time of task task venue task name priority
1
551,327
16,166,273,489
IssuesEvent
2021-05-01 15:05:24
sopra-fs21-group-01/client
https://api.github.com/repos/sopra-fs21-group-01/client
closed
Players when Lobby is closed
high priority task
When the Lobby is closed, the players are redirected to main screen Time: 2h Part of #2
1.0
Players when Lobby is closed - When the Lobby is closed, the players are redirected to main screen Time: 2h Part of #2
priority
players when lobby is closed when the lobby is closed the players are redirected to main screen time part of
1
335,999
10,169,698,412
IssuesEvent
2019-08-08 01:47:35
iotexproject/iotex-explorer
https://api.github.com/repos/iotexproject/iotex-explorer
closed
Smart Contract Deploy did not have amount section
bug high priority
We need to have an amount section, so that we can send money to smart contract when we create it.
1.0
Smart Contract Deploy did not have amount section - We need to have an amount section, so that we can send money to smart contract when we create it.
priority
smart contract deploy did not have amount section we need to have an amount section so that we can send money to smart contract when we create it
1
475,297
13,690,870,428
IssuesEvent
2020-09-30 14:53:16
OpticFusion1/MCAntiMalware
https://api.github.com/repos/OpticFusion1/MCAntiMalware
closed
[FEATURE REQUEST] Proguard
enhancement help wanted high-priority
**Is your feature request related to a problem? Please describe.** The compiled jar is dangerously close to the spigot resource limit (even when compressed) proguard should be used to obfuscate class, field, and package names as well as anything else that would lessen the file size as long as it follows the obfuscation gudelines laid out [here](https://www.spigotmc.org/wiki/spigot-rules/) You are allowed to obfuscate your resources, however the decompiled code must be somewhat legible by staff and is subject to the following limitations: Free resources may only use basic name obfuscation (ie what Mojang does with Minecraft). This limits you to certain free publicly available obfuscators (eg Proguard, yGuard). See https://www.spigotmc.org/threads/420746/ for a complete list of approved obfuscators and settings. Do not use string obfuscation or anything that hides code flow. In exceptional circumstances exceptions to this rule may be granted. All resources must retain an unobfuscated package root and main class name. com.example.myplugin.MyPlugin is an acceptable main class name, com.example.myplugin.a, a.a.a.MyPlugin or a.a.a.a. are not. com.example.myplugin.a.a is an acceptable secondary class name, a.a.a.SecondaryClass or a.a.a.a are not. Obfuscation designed to crash inspection tools is not allowed. All parts of a class must be visible when decompiled and it must be clear what all parts of the code is supposed to do. Class encryption is not allowed. It does not add meaningful security anyway. Obfuscated class or member names should not be unnecessarily long or difficult to inspect. Long (eg llililililillllllliiiillliiiiillii) or illegal (eg CON1) names are not more secure than any other method of name obfuscation — don't use them. Obfuscation techniques that unnecessarily increase the file size are not allowed. We may request you use a different obfuscator or none at all. We reserve the right to remove obfuscated resources without consultation, especially if we believe obfuscation is being used to hide rule-breaking code. **Describe the solution you'd like** N/A **Describe alternatives you've considered** N/A **Additional context** N/A
1.0
[FEATURE REQUEST] Proguard - **Is your feature request related to a problem? Please describe.** The compiled jar is dangerously close to the spigot resource limit (even when compressed) proguard should be used to obfuscate class, field, and package names as well as anything else that would lessen the file size as long as it follows the obfuscation gudelines laid out [here](https://www.spigotmc.org/wiki/spigot-rules/) You are allowed to obfuscate your resources, however the decompiled code must be somewhat legible by staff and is subject to the following limitations: Free resources may only use basic name obfuscation (ie what Mojang does with Minecraft). This limits you to certain free publicly available obfuscators (eg Proguard, yGuard). See https://www.spigotmc.org/threads/420746/ for a complete list of approved obfuscators and settings. Do not use string obfuscation or anything that hides code flow. In exceptional circumstances exceptions to this rule may be granted. All resources must retain an unobfuscated package root and main class name. com.example.myplugin.MyPlugin is an acceptable main class name, com.example.myplugin.a, a.a.a.MyPlugin or a.a.a.a. are not. com.example.myplugin.a.a is an acceptable secondary class name, a.a.a.SecondaryClass or a.a.a.a are not. Obfuscation designed to crash inspection tools is not allowed. All parts of a class must be visible when decompiled and it must be clear what all parts of the code is supposed to do. Class encryption is not allowed. It does not add meaningful security anyway. Obfuscated class or member names should not be unnecessarily long or difficult to inspect. Long (eg llililililillllllliiiillliiiiillii) or illegal (eg CON1) names are not more secure than any other method of name obfuscation — don't use them. Obfuscation techniques that unnecessarily increase the file size are not allowed. We may request you use a different obfuscator or none at all. We reserve the right to remove obfuscated resources without consultation, especially if we believe obfuscation is being used to hide rule-breaking code. **Describe the solution you'd like** N/A **Describe alternatives you've considered** N/A **Additional context** N/A
priority
proguard is your feature request related to a problem please describe the compiled jar is dangerously close to the spigot resource limit even when compressed proguard should be used to obfuscate class field and package names as well as anything else that would lessen the file size as long as it follows the obfuscation gudelines laid out you are allowed to obfuscate your resources however the decompiled code must be somewhat legible by staff and is subject to the following limitations free resources may only use basic name obfuscation ie what mojang does with minecraft this limits you to certain free publicly available obfuscators eg proguard yguard see for a complete list of approved obfuscators and settings do not use string obfuscation or anything that hides code flow in exceptional circumstances exceptions to this rule may be granted all resources must retain an unobfuscated package root and main class name com example myplugin myplugin is an acceptable main class name com example myplugin a a a a myplugin or a a a a are not com example myplugin a a is an acceptable secondary class name a a a secondaryclass or a a a a are not obfuscation designed to crash inspection tools is not allowed all parts of a class must be visible when decompiled and it must be clear what all parts of the code is supposed to do class encryption is not allowed it does not add meaningful security anyway obfuscated class or member names should not be unnecessarily long or difficult to inspect long eg llililililillllllliiiillliiiiillii or illegal eg names are not more secure than any other method of name obfuscation — don t use them obfuscation techniques that unnecessarily increase the file size are not allowed we may request you use a different obfuscator or none at all we reserve the right to remove obfuscated resources without consultation especially if we believe obfuscation is being used to hide rule breaking code describe the solution you d like n a describe alternatives you ve considered n a additional context n a
1
38,121
2,839,200,919
IssuesEvent
2015-05-27 12:30:10
matthias-samwald/find-me-evidence
https://api.github.com/repos/matthias-samwald/find-me-evidence
closed
Remove "Drug information" facet from UI
bug priority high
There are always no results for the "Drug information" facet, because it is not used in the in the index anymore. It should be removed from the UI.
1.0
Remove "Drug information" facet from UI - There are always no results for the "Drug information" facet, because it is not used in the in the index anymore. It should be removed from the UI.
priority
remove drug information facet from ui there are always no results for the drug information facet because it is not used in the in the index anymore it should be removed from the ui
1
3,378
2,537,845,621
IssuesEvent
2015-01-26 23:29:38
david415/HoneyBadger
https://api.github.com/repos/david415/HoneyBadger
closed
write performance benchmarks!
enhancement highest priority
we need to write this so that we can understand which feature additions caused performance loss! after skimming http://golang.org/pkg/testing/ it seems fairly easy to write benchmarks...
1.0
write performance benchmarks! - we need to write this so that we can understand which feature additions caused performance loss! after skimming http://golang.org/pkg/testing/ it seems fairly easy to write benchmarks...
priority
write performance benchmarks we need to write this so that we can understand which feature additions caused performance loss after skimming it seems fairly easy to write benchmarks
1
49,713
3,003,922,371
IssuesEvent
2015-07-25 11:49:02
upiq/uu.task
https://api.github.com/repos/upiq/uu.task
closed
Create 4 catalog indexes
high priority
- **Index/query requirement 1**: method gets all tasks not marked as not complete with notification date between (datetime1, datetime2) (inclusive)... method performing query could return catalog brains or actual content objects in list - **index/query requirement 2**: "overdue tasks" method queries all tasks not marked as complete, with due date before (datetime1) - **index requirement 3**: "my tasks or tasks for a specific party specified" -- query for all tasks, sorted in chronological order, that belong to an assigned principal (by user name), optionally excluding (or limiting to) tasks already marked as complete. Use case: page lists user's tasks broken down by "completed", "pending", "overdue" (it may be that sorting results into these categories need not necessarily perform 3 queries) - **index requirement 4**: "tasks that I assigned to other people" -- similar to above, but for tasks assigned by named project manager (by username) to others. In all these indexes, presumed path index used If data structure other than portal_catalog used for (some/all) indexing, assume that some "join" on the catalog results (for at least path index), filtering the non-catalog results by set-union of content UUIDs These four query scenarios, AFAICT, take care of 90% or more of use cases for special views or portlets we may create in future, and most of the requirements of notification daemon (other than the storage of whether a notification is sent)
1.0
Create 4 catalog indexes - - **Index/query requirement 1**: method gets all tasks not marked as not complete with notification date between (datetime1, datetime2) (inclusive)... method performing query could return catalog brains or actual content objects in list - **index/query requirement 2**: "overdue tasks" method queries all tasks not marked as complete, with due date before (datetime1) - **index requirement 3**: "my tasks or tasks for a specific party specified" -- query for all tasks, sorted in chronological order, that belong to an assigned principal (by user name), optionally excluding (or limiting to) tasks already marked as complete. Use case: page lists user's tasks broken down by "completed", "pending", "overdue" (it may be that sorting results into these categories need not necessarily perform 3 queries) - **index requirement 4**: "tasks that I assigned to other people" -- similar to above, but for tasks assigned by named project manager (by username) to others. In all these indexes, presumed path index used If data structure other than portal_catalog used for (some/all) indexing, assume that some "join" on the catalog results (for at least path index), filtering the non-catalog results by set-union of content UUIDs These four query scenarios, AFAICT, take care of 90% or more of use cases for special views or portlets we may create in future, and most of the requirements of notification daemon (other than the storage of whether a notification is sent)
priority
create catalog indexes index query requirement method gets all tasks not marked as not complete with notification date between inclusive method performing query could return catalog brains or actual content objects in list index query requirement overdue tasks method queries all tasks not marked as complete with due date before index requirement my tasks or tasks for a specific party specified query for all tasks sorted in chronological order that belong to an assigned principal by user name optionally excluding or limiting to tasks already marked as complete use case page lists user s tasks broken down by completed pending overdue it may be that sorting results into these categories need not necessarily perform queries index requirement tasks that i assigned to other people similar to above but for tasks assigned by named project manager by username to others in all these indexes presumed path index used if data structure other than portal catalog used for some all indexing assume that some join on the catalog results for at least path index filtering the non catalog results by set union of content uuids these four query scenarios afaict take care of or more of use cases for special views or portlets we may create in future and most of the requirements of notification daemon other than the storage of whether a notification is sent
1
764,387
26,798,156,278
IssuesEvent
2023-02-01 13:22:59
huridocs/uwazi
https://api.github.com/repos/huridocs/uwazi
closed
Training Model button not updating after a canceling action.
Bug :lady_beetle: Sprint Priority: High
**Describe the bug** If you start a training and then you cancel the process, the button remains in "Canceling..." untill you reload the page ![canceling](https://user-images.githubusercontent.com/948117/205307553-6a282c27-8264-4eb8-b004-cd9fb3a5433f.png)
1.0
Training Model button not updating after a canceling action. - **Describe the bug** If you start a training and then you cancel the process, the button remains in "Canceling..." untill you reload the page ![canceling](https://user-images.githubusercontent.com/948117/205307553-6a282c27-8264-4eb8-b004-cd9fb3a5433f.png)
priority
training model button not updating after a canceling action describe the bug if you start a training and then you cancel the process the button remains in canceling untill you reload the page
1
582,127
17,353,757,170
IssuesEvent
2021-07-29 12:05:23
MaibornWolff/codecharta
https://api.github.com/repos/MaibornWolff/codecharta
closed
Indicate if a metric is set to `sum` or `median`
Hackathon UX / UI feature pr-visualization priority:high
# Feature request ## Description As a user, I want to know what type a shown metric has so that I am able to properly read those numbers. ## Acceptance criteria - The panel indicates the metric type - Each metric sign has a title set with the description if it's a median or sum - Primary metrics show the metric type `after` the metric instead of the start - Show both metrics for primary metrics Please play around with the design, if it does not look aesthetic (e.g., move the metric sign to the end and similar) and post screenshots. ![image](https://user-images.githubusercontent.com/8822573/115867736-bca6b600-a43b-11eb-97cf-e7853399ea8d.png)
1.0
Indicate if a metric is set to `sum` or `median` - # Feature request ## Description As a user, I want to know what type a shown metric has so that I am able to properly read those numbers. ## Acceptance criteria - The panel indicates the metric type - Each metric sign has a title set with the description if it's a median or sum - Primary metrics show the metric type `after` the metric instead of the start - Show both metrics for primary metrics Please play around with the design, if it does not look aesthetic (e.g., move the metric sign to the end and similar) and post screenshots. ![image](https://user-images.githubusercontent.com/8822573/115867736-bca6b600-a43b-11eb-97cf-e7853399ea8d.png)
priority
indicate if a metric is set to sum or median feature request description as a user i want to know what type a shown metric has so that i am able to properly read those numbers acceptance criteria the panel indicates the metric type each metric sign has a title set with the description if it s a median or sum primary metrics show the metric type after the metric instead of the start show both metrics for primary metrics please play around with the design if it does not look aesthetic e g move the metric sign to the end and similar and post screenshots
1
601,546
18,416,160,701
IssuesEvent
2021-10-13 11:41:52
AY2122S1-CS2113-T16-1/tp
https://api.github.com/repos/AY2122S1-CS2113-T16-1/tp
opened
AddCommand: Duplicate ID entries are allowed
type.Bug priority.High severity.High
Adding first book with `ID: 123` and a second book with `ID: 123` is permitted, which should not be the case
1.0
AddCommand: Duplicate ID entries are allowed - Adding first book with `ID: 123` and a second book with `ID: 123` is permitted, which should not be the case
priority
addcommand duplicate id entries are allowed adding first book with id and a second book with id is permitted which should not be the case
1
26,661
2,685,183,852
IssuesEvent
2015-03-29 20:02:17
ArturKlesun/midiana
https://api.github.com/repos/ArturKlesun/midiana
opened
Узнай как и запили посылать в синтезатор сигнал питч-бенда
Feature Priority High UX
Это будет охуенно. Можно будет переходить на другие ноты не отпуская дыхание. (Заодно можешь посмотреть как послать сигнал громкости (наверняка можно) чтоб делать красивые диминендо)
1.0
Узнай как и запили посылать в синтезатор сигнал питч-бенда - Это будет охуенно. Можно будет переходить на другие ноты не отпуская дыхание. (Заодно можешь посмотреть как послать сигнал громкости (наверняка можно) чтоб делать красивые диминендо)
priority
узнай как и запили посылать в синтезатор сигнал питч бенда это будет охуенно можно будет переходить на другие ноты не отпуская дыхание заодно можешь посмотреть как послать сигнал громкости наверняка можно чтоб делать красивые диминендо
1
396,589
11,711,033,809
IssuesEvent
2020-03-09 03:27:36
cpeditor/cpeditor
https://api.github.com/repos/cpeditor/cpeditor
closed
Swapping places of "load" and "delete" of testcases
enhancement high_priority
**Is your feature request related to a problem? Please describe.** The load function and the delete function are the inverse of each other, it may be better to put them together in the drop-down menu and put the run button outside. Target version: v6.1.1 **Describe the solution you'd like** ``` ======================= | Run | | More v | | Load | | Delete| ``` **Describe alternatives you've considered** N/A **Additional context** N/A
1.0
Swapping places of "load" and "delete" of testcases - **Is your feature request related to a problem? Please describe.** The load function and the delete function are the inverse of each other, it may be better to put them together in the drop-down menu and put the run button outside. Target version: v6.1.1 **Describe the solution you'd like** ``` ======================= | Run | | More v | | Load | | Delete| ``` **Describe alternatives you've considered** N/A **Additional context** N/A
priority
swapping places of load and delete of testcases is your feature request related to a problem please describe the load function and the delete function are the inverse of each other it may be better to put them together in the drop down menu and put the run button outside target version describe the solution you d like run more v load delete describe alternatives you ve considered n a additional context n a
1
194,953
6,900,971,256
IssuesEvent
2017-11-24 23:45:28
SmartlyDressedGames/Unturned-4.x-Community
https://api.github.com/repos/SmartlyDressedGames/Unturned-4.x-Community
closed
Cleaning Day
Priority: High Status: Complete Type: Cleanup
- [x] Organize folder structure more especially UI stuff - [x] Basic loading screen - [x] Document code style in wiki - [x] Move to projects folder - [x] Automate doxygen upload - [x] Go over older code and bring up to date - [x] DenizenCharacter.h cleanup - [x] Setup build server - [x] Decide what to do about Unturned.h macros - [x] Fix component/actor naming - [x] Move all possible blueprint logic to C++ - [x] Fix event driven loader crash
1.0
Cleaning Day - - [x] Organize folder structure more especially UI stuff - [x] Basic loading screen - [x] Document code style in wiki - [x] Move to projects folder - [x] Automate doxygen upload - [x] Go over older code and bring up to date - [x] DenizenCharacter.h cleanup - [x] Setup build server - [x] Decide what to do about Unturned.h macros - [x] Fix component/actor naming - [x] Move all possible blueprint logic to C++ - [x] Fix event driven loader crash
priority
cleaning day organize folder structure more especially ui stuff basic loading screen document code style in wiki move to projects folder automate doxygen upload go over older code and bring up to date denizencharacter h cleanup setup build server decide what to do about unturned h macros fix component actor naming move all possible blueprint logic to c fix event driven loader crash
1
800,374
28,363,489,738
IssuesEvent
2023-04-12 12:28:19
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
opened
The ExportAs command's dropdown is blank when the exportAs configuration of the Editor is configured
Bug SEV: High C: Editor jQuery Priority 5
### Bug report The ExportAs command's dropdown options are not populated when the client-side `exportAs` configuration of the Editor is additionally configured. **Regression introduced with 2023.1.314** ### Reproduction of the problem 1. Open the following [dojo](https://dojo.telerik.com/@alexander64836/EmUKOrId/13) 2. Notice that the dropdown is blank and no data is populated. ![image](https://user-images.githubusercontent.com/92315320/231455511-351e9a09-505c-40e7-83dd-8cc1cefb3030.png) ### Current behavior The ExportAs command's dropdown is blank. ### Expected/desired behavior The ExportAs command's dropdown data should not be blank. ### Environment * **Kendo UI version:** 2023.1.314 * **Browser:** [all]
1.0
The ExportAs command's dropdown is blank when the exportAs configuration of the Editor is configured - ### Bug report The ExportAs command's dropdown options are not populated when the client-side `exportAs` configuration of the Editor is additionally configured. **Regression introduced with 2023.1.314** ### Reproduction of the problem 1. Open the following [dojo](https://dojo.telerik.com/@alexander64836/EmUKOrId/13) 2. Notice that the dropdown is blank and no data is populated. ![image](https://user-images.githubusercontent.com/92315320/231455511-351e9a09-505c-40e7-83dd-8cc1cefb3030.png) ### Current behavior The ExportAs command's dropdown is blank. ### Expected/desired behavior The ExportAs command's dropdown data should not be blank. ### Environment * **Kendo UI version:** 2023.1.314 * **Browser:** [all]
priority
the exportas command s dropdown is blank when the exportas configuration of the editor is configured bug report the exportas command s dropdown options are not populated when the client side exportas configuration of the editor is additionally configured regression introduced with reproduction of the problem open the following notice that the dropdown is blank and no data is populated current behavior the exportas command s dropdown is blank expected desired behavior the exportas command s dropdown data should not be blank environment kendo ui version browser
1
368,138
10,866,638,869
IssuesEvent
2019-11-14 21:43:34
Sage-Bionetworks/dccvalidator
https://api.github.com/repos/Sage-Bionetworks/dccvalidator
closed
When checking IDs in one direction, errors are reported for both
high priority
<img width="477" alt="Screen Shot 2019-11-12 at 3 45 41 PM" src="https://user-images.githubusercontent.com/4452678/68720250-80dba180-0563-11ea-9989-d15b9a57a99d.png"> Only "missing from individual" should be shown here since we are checking with `bidirectional = FALSE` (#190)
1.0
When checking IDs in one direction, errors are reported for both - <img width="477" alt="Screen Shot 2019-11-12 at 3 45 41 PM" src="https://user-images.githubusercontent.com/4452678/68720250-80dba180-0563-11ea-9989-d15b9a57a99d.png"> Only "missing from individual" should be shown here since we are checking with `bidirectional = FALSE` (#190)
priority
when checking ids in one direction errors are reported for both img width alt screen shot at pm src only missing from individual should be shown here since we are checking with bidirectional false
1
256,270
8,127,315,779
IssuesEvent
2018-08-17 07:36:00
aowen87/BAR
https://api.github.com/repos/aowen87/BAR
closed
The makemoviemain script could not locate the makemovie script!
Bug Likelihood: 5 - Always Priority: High Severity: 3 - Major Irritation
When making movies from the command line VisIt fails: The makemoviemain script could not locate the makemovie script! To reproduce the bug make a movie like using this command: visit -movie -start 0 -end 2 -frame 0 -geometry 1024x1280 -format tiff -output movie -sessionfile test.session -----------------------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: 2023 Status: Resolved Project: VisIt Tracker: Bug Priority: High Subject: The makemoviemain script could not locate the makemovie script! Assigned to: Eric Brugger Category: Target version: 2.8.2 Author: Allen Sanderson Start: 10/20/2014 Due date: % Done: 0 Estimated time: Created: 10/20/2014 01:50 pm Updated: 11/25/2014 11:51 am Likelihood: 5 - Always Severity: 3 - Major Irritation Found in version: 2.8.0 Impact: Expected Use: OS: All Support Group: Any Description: When making movies from the command line VisIt fails: The makemoviemain script could not locate the makemovie script! To reproduce the bug make a movie like using this command: visit -movie -start 0 -end 2 -frame 0 -geometry 1024x1280 -format tiff -output movie -sessionfile test.session Comments: With the help of Brad and Cyrus I have fixed this issue. It was indirectly caused by the changes to the cli.CRevision 24887/8 - trunk and RC I have similar problem.What is the solution? The solution involved changing 3 files in the source code. The fix will be in the 2.8.2 release, which should be released about December 7th.
1.0
The makemoviemain script could not locate the makemovie script! - When making movies from the command line VisIt fails: The makemoviemain script could not locate the makemovie script! To reproduce the bug make a movie like using this command: visit -movie -start 0 -end 2 -frame 0 -geometry 1024x1280 -format tiff -output movie -sessionfile test.session -----------------------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: 2023 Status: Resolved Project: VisIt Tracker: Bug Priority: High Subject: The makemoviemain script could not locate the makemovie script! Assigned to: Eric Brugger Category: Target version: 2.8.2 Author: Allen Sanderson Start: 10/20/2014 Due date: % Done: 0 Estimated time: Created: 10/20/2014 01:50 pm Updated: 11/25/2014 11:51 am Likelihood: 5 - Always Severity: 3 - Major Irritation Found in version: 2.8.0 Impact: Expected Use: OS: All Support Group: Any Description: When making movies from the command line VisIt fails: The makemoviemain script could not locate the makemovie script! To reproduce the bug make a movie like using this command: visit -movie -start 0 -end 2 -frame 0 -geometry 1024x1280 -format tiff -output movie -sessionfile test.session Comments: With the help of Brad and Cyrus I have fixed this issue. It was indirectly caused by the changes to the cli.CRevision 24887/8 - trunk and RC I have similar problem.What is the solution? The solution involved changing 3 files in the source code. The fix will be in the 2.8.2 release, which should be released about December 7th.
priority
the makemoviemain script could not locate the makemovie script when making movies from the command line visit fails the makemoviemain script could not locate the makemovie script to reproduce the bug make a movie like using this command visit movie start end frame geometry format tiff output movie sessionfile test session 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 bug priority high subject the makemoviemain script could not locate the makemovie script assigned to eric brugger category target version author allen sanderson start due date done estimated time created pm updated am likelihood always severity major irritation found in version impact expected use os all support group any description when making movies from the command line visit fails the makemoviemain script could not locate the makemovie script to reproduce the bug make a movie like using this command visit movie start end frame geometry format tiff output movie sessionfile test session comments with the help of brad and cyrus i have fixed this issue it was indirectly caused by the changes to the cli crevision trunk and rc i have similar problem what is the solution the solution involved changing files in the source code the fix will be in the release which should be released about december
1
459,897
13,200,973,892
IssuesEvent
2020-08-14 09:14:52
justincmendes/pd-bot
https://api.github.com/repos/justincmendes/pd-bot
closed
Fix Fast See When Fast In Progress - Fast Duration
bug enhancement high priority
`?fast see past 3` while user has a fast currently in progress ![image](https://user-images.githubusercontent.com/50083088/89974426-0e523c00-dc31-11ea-8e08-fffb5cebfe97.png) - Show what the **Fast Duration** would technically be if they ended now
1.0
Fix Fast See When Fast In Progress - Fast Duration - `?fast see past 3` while user has a fast currently in progress ![image](https://user-images.githubusercontent.com/50083088/89974426-0e523c00-dc31-11ea-8e08-fffb5cebfe97.png) - Show what the **Fast Duration** would technically be if they ended now
priority
fix fast see when fast in progress fast duration fast see past while user has a fast currently in progress show what the fast duration would technically be if they ended now
1
514,543
14,940,727,237
IssuesEvent
2021-01-25 18:42:02
RaenonX-DL/dragalia-site-front
https://api.github.com/repos/RaenonX-DL/dragalia-site-front
opened
Toggle to display unit name
Priority-High Type-Enhancements
### Page to be changed - Co-ab lookup - Attacking skill lookup ------- For the convenience of using Ctrl+F to find a certain unit.
1.0
Toggle to display unit name - ### Page to be changed - Co-ab lookup - Attacking skill lookup ------- For the convenience of using Ctrl+F to find a certain unit.
priority
toggle to display unit name page to be changed co ab lookup attacking skill lookup for the convenience of using ctrl f to find a certain unit
1
262,153
8,251,559,393
IssuesEvent
2018-09-12 08:12:56
OpenNebula/one
https://api.github.com/repos/OpenNebula/one
closed
Add debug information to vCenter drivers (stacktrace)
Category: vCenter Priority: High Status: Accepted Type: Feature
**Description** vCenter drivers should have a debug option to output stacktraces on every exception **Use case** Debug operation issues **Interface Changes** Driver .conf configuration file **Additional Context** <!--////////////////////////////////////////////--> <!-- THIS SECTION IS FOR THE DEVELOPMENT TEAM --> <!-- BOTH FOR BUGS AND ENHANCEMENT REQUESTS --> <!-- PROGRESS WILL BE REFLECTED HERE --> <!--////////////////////////////////////////////--> ## Progress Status - [x] Branch created - [x] Code committed to development branch - [x] Testing - QA - [x] Documentation - [x] Release notes - resolved issues, compatibility, known issues - [x] Code committed to upstream release/hotfix branches - [x] Documentation committed to upstream release/hotfix branches
1.0
Add debug information to vCenter drivers (stacktrace) - **Description** vCenter drivers should have a debug option to output stacktraces on every exception **Use case** Debug operation issues **Interface Changes** Driver .conf configuration file **Additional Context** <!--////////////////////////////////////////////--> <!-- THIS SECTION IS FOR THE DEVELOPMENT TEAM --> <!-- BOTH FOR BUGS AND ENHANCEMENT REQUESTS --> <!-- PROGRESS WILL BE REFLECTED HERE --> <!--////////////////////////////////////////////--> ## Progress Status - [x] Branch created - [x] Code committed to development branch - [x] Testing - QA - [x] Documentation - [x] Release notes - resolved issues, compatibility, known issues - [x] Code committed to upstream release/hotfix branches - [x] Documentation committed to upstream release/hotfix branches
priority
add debug information to vcenter drivers stacktrace description vcenter drivers should have a debug option to output stacktraces on every exception use case debug operation issues interface changes driver conf configuration file additional context progress status branch created code committed to development branch testing qa documentation release notes resolved issues compatibility known issues code committed to upstream release hotfix branches documentation committed to upstream release hotfix branches
1
760,712
26,653,780,858
IssuesEvent
2023-01-25 15:26:30
sjdv1982/seamless
https://api.github.com/repos/sjdv1982/seamless
closed
Module API bug
bug apifix high priority
```python def do_superposition(...): ... ctx.do_superposition = Module() ctx.do_superposition.code = do_superposition ``` `ctx.do_superposition` now becomes a Transformer
1.0
Module API bug - ```python def do_superposition(...): ... ctx.do_superposition = Module() ctx.do_superposition.code = do_superposition ``` `ctx.do_superposition` now becomes a Transformer
priority
module api bug python def do superposition ctx do superposition module ctx do superposition code do superposition ctx do superposition now becomes a transformer
1
73,205
3,409,295,176
IssuesEvent
2015-12-04 15:11:24
IQSS/dataverse
https://api.github.com/repos/IQSS/dataverse
closed
Dataset - Save Changes/Continue (Delete Files) Scroll To See Messages
Component: File Upload & Handling Component: UX & Upgrade Priority: High Status: Dev
- [x] Success msg for deleting files in the Upload + Edit Files view, displayed at top of page, and isn’t visible when the page stays on the files table. - [x] Fix dataset Save Changes scrolling, so that it doesn't jump the page to the top, when you're still on the edit view, unless there is a validation error to display. Related to #1865.
1.0
Dataset - Save Changes/Continue (Delete Files) Scroll To See Messages - - [x] Success msg for deleting files in the Upload + Edit Files view, displayed at top of page, and isn’t visible when the page stays on the files table. - [x] Fix dataset Save Changes scrolling, so that it doesn't jump the page to the top, when you're still on the edit view, unless there is a validation error to display. Related to #1865.
priority
dataset save changes continue delete files scroll to see messages success msg for deleting files in the upload edit files view displayed at top of page and isn’t visible when the page stays on the files table fix dataset save changes scrolling so that it doesn t jump the page to the top when you re still on the edit view unless there is a validation error to display related to
1
565,998
16,777,827,300
IssuesEvent
2021-06-15 01:05:32
AgoraCloud/server
https://api.github.com/repos/AgoraCloud/server
opened
Support Multiple AgoraCloud Instances in the Same Kubernetes Cluster
enhancement priority:high
To allow multiple instances of AgoraCloud to be deployed on the same Kubernetes cluster, the server has to be able to differentiate between the different instances of AgoraCloud. This will be accomplished by generating a unique instance id stored in MongoDB. This instance id will be attached, as a label, to all managed Kubernetes resources, such as `deployments` and `namespaces`, to allow for easy filtering by each individual AgoraCloud server.
1.0
Support Multiple AgoraCloud Instances in the Same Kubernetes Cluster - To allow multiple instances of AgoraCloud to be deployed on the same Kubernetes cluster, the server has to be able to differentiate between the different instances of AgoraCloud. This will be accomplished by generating a unique instance id stored in MongoDB. This instance id will be attached, as a label, to all managed Kubernetes resources, such as `deployments` and `namespaces`, to allow for easy filtering by each individual AgoraCloud server.
priority
support multiple agoracloud instances in the same kubernetes cluster to allow multiple instances of agoracloud to be deployed on the same kubernetes cluster the server has to be able to differentiate between the different instances of agoracloud this will be accomplished by generating a unique instance id stored in mongodb this instance id will be attached as a label to all managed kubernetes resources such as deployments and namespaces to allow for easy filtering by each individual agoracloud server
1
777,162
27,270,302,598
IssuesEvent
2023-02-22 21:40:22
GeneralBots/BotServer
https://api.github.com/repos/GeneralBots/BotServer
closed
A new security advisory on kind-of affects 2 of your repositories
high priority 3.0
Alerta da noite de 03/04 Parece se tratar de algum movimento externo a Pragmatismo. A vulnerabilidade alertada afetaria o OppBot? “ permite que a entrada do usuário externo substitua certos atributos internos por um nome conflitante, conforme demonstrado por 'constructor': {'name': 'Symbol'}. Portanto, uma carga útil criada pode substituir esse atributo interno para manipular o resultado da detecção de tipo. https://github.com/advisories/GHSA-6c8f-qphg-qjgp
1.0
A new security advisory on kind-of affects 2 of your repositories - Alerta da noite de 03/04 Parece se tratar de algum movimento externo a Pragmatismo. A vulnerabilidade alertada afetaria o OppBot? “ permite que a entrada do usuário externo substitua certos atributos internos por um nome conflitante, conforme demonstrado por 'constructor': {'name': 'Symbol'}. Portanto, uma carga útil criada pode substituir esse atributo interno para manipular o resultado da detecção de tipo. https://github.com/advisories/GHSA-6c8f-qphg-qjgp
priority
a new security advisory on kind of affects of your repositories alerta da noite de parece se tratar de algum movimento externo a pragmatismo a vulnerabilidade alertada afetaria o oppbot “ permite que a entrada do usuário externo substitua certos atributos internos por um nome conflitante conforme demonstrado por constructor name symbol portanto uma carga útil criada pode substituir esse atributo interno para manipular o resultado da detecção de tipo
1
644,361
20,975,518,817
IssuesEvent
2022-03-28 14:55:07
Automattic/newspack-plugin
https://api.github.com/repos/Automattic/newspack-plugin
closed
Site Kit crashes when "Back to Newspack" banner is displayed.
[Type] Bug [Priority] High Site Kit released released on @alpha
**Describe the bug** Ran across this bug earlier. If the "Back to Newspack" banner is displayed, the Site Kit dashboard crashes hard. **To Reproduce** Steps to reproduce the behavior: 1. Go to Newspack > Analytics. Click the 'View' on the Google Analytics card: <img width="1320" alt="Screen Shot 2022-02-24 at 2 49 09 PM" src="https://user-images.githubusercontent.com/7317227/155620601-a1b5c75d-9e8c-40e2-ae7b-8190e1a8d8d8.png"> 2. It will take you to the Site Kit dashboard, which will crash with a JS error: <img width="1520" alt="Screen Shot 2022-02-24 at 2 46 26 PM" src="https://user-images.githubusercontent.com/7317227/155620722-591b8cb1-86ae-4059-8c36-e7d17d56593e.png"> 3. Click the "Back to Newspack" in the banner. Visit the Site Kit dash directly at Site Kit > Dashboard. Observe it loads fine when the banner isn't there: <img width="1518" alt="Screen Shot 2022-02-24 at 2 47 00 PM" src="https://user-images.githubusercontent.com/7317227/155620846-8c39e52e-9eaf-46c7-88ef-243d0fca960b.png">
1.0
Site Kit crashes when "Back to Newspack" banner is displayed. - **Describe the bug** Ran across this bug earlier. If the "Back to Newspack" banner is displayed, the Site Kit dashboard crashes hard. **To Reproduce** Steps to reproduce the behavior: 1. Go to Newspack > Analytics. Click the 'View' on the Google Analytics card: <img width="1320" alt="Screen Shot 2022-02-24 at 2 49 09 PM" src="https://user-images.githubusercontent.com/7317227/155620601-a1b5c75d-9e8c-40e2-ae7b-8190e1a8d8d8.png"> 2. It will take you to the Site Kit dashboard, which will crash with a JS error: <img width="1520" alt="Screen Shot 2022-02-24 at 2 46 26 PM" src="https://user-images.githubusercontent.com/7317227/155620722-591b8cb1-86ae-4059-8c36-e7d17d56593e.png"> 3. Click the "Back to Newspack" in the banner. Visit the Site Kit dash directly at Site Kit > Dashboard. Observe it loads fine when the banner isn't there: <img width="1518" alt="Screen Shot 2022-02-24 at 2 47 00 PM" src="https://user-images.githubusercontent.com/7317227/155620846-8c39e52e-9eaf-46c7-88ef-243d0fca960b.png">
priority
site kit crashes when back to newspack banner is displayed describe the bug ran across this bug earlier if the back to newspack banner is displayed the site kit dashboard crashes hard to reproduce steps to reproduce the behavior go to newspack analytics click the view on the google analytics card img width alt screen shot at pm src it will take you to the site kit dashboard which will crash with a js error img width alt screen shot at pm src click the back to newspack in the banner visit the site kit dash directly at site kit dashboard observe it loads fine when the banner isn t there img width alt screen shot at pm src
1
786,844
27,695,955,221
IssuesEvent
2023-03-14 02:12:20
AY2223S2-CS2113-T13-1/tp
https://api.github.com/repos/AY2223S2-CS2113-T13-1/tp
closed
"exit" command
type.Task priority.High
Exits the program. ### Acceptance Criteria - Format: `exit` - Examples: ```java >> exit >> BYE! SEE YOU NEXT TIME! // Exits the program ```
1.0
"exit" command - Exits the program. ### Acceptance Criteria - Format: `exit` - Examples: ```java >> exit >> BYE! SEE YOU NEXT TIME! // Exits the program ```
priority
exit command exits the program acceptance criteria format exit examples java exit bye see you next time exits the program
1
520,891
15,096,733,379
IssuesEvent
2021-02-07 16:08:17
JoseExposito/touchegg
https://api.github.com/repos/JoseExposito/touchegg
closed
[Feature Request] Add a GUI for configuration
Priority-High enhancement
First of all, congrats on the 2.0 release! It's really awesome and I'm already using and loving it. This is more of an epic that could be built on a separate repository, but we can centralize the discussion on this issue for now. To make Touchégg even more user-friendly and accessible to everyone, we could build a GUI to allow changing the configuration. It could also automatically add itself to startup.
1.0
[Feature Request] Add a GUI for configuration - First of all, congrats on the 2.0 release! It's really awesome and I'm already using and loving it. This is more of an epic that could be built on a separate repository, but we can centralize the discussion on this issue for now. To make Touchégg even more user-friendly and accessible to everyone, we could build a GUI to allow changing the configuration. It could also automatically add itself to startup.
priority
add a gui for configuration first of all congrats on the release it s really awesome and i m already using and loving it this is more of an epic that could be built on a separate repository but we can centralize the discussion on this issue for now to make touchégg even more user friendly and accessible to everyone we could build a gui to allow changing the configuration it could also automatically add itself to startup
1
251,490
8,016,061,022
IssuesEvent
2018-07-25 12:11:58
VolmitSoftware/React
https://api.github.com/repos/VolmitSoftware/React
closed
React failing actions
blocked bug high priority
Sometimes, and this is happening randomly, actions are blocked, no output in chat. If you reload React, it work again. Paper 1.8.8 React 6.554
1.0
React failing actions - Sometimes, and this is happening randomly, actions are blocked, no output in chat. If you reload React, it work again. Paper 1.8.8 React 6.554
priority
react failing actions sometimes and this is happening randomly actions are blocked no output in chat if you reload react it work again paper react
1
56,276
3,078,745,558
IssuesEvent
2015-08-21 12:32:44
pavel-pimenov/flylinkdc-r5xx
https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx
opened
Ограничение общего количества соединений во избежании перегрузки сетевого оборудования.
enhancement imported Performance Priority-High Usability
_From [gi...@ya.ru](https://code.google.com/u/116323180820517604774/) on August 25, 2011 19:38:38_ DHT создает неограниченное количество потоков перегружая слабые роутеры или точнее забивая всю доступную RAM. После запуска флайлинка: 1) У пользователей со слабыми роутерам практически перестают открываться сайты 2) Иногда антивирус/фаерволл начинает весить систему от перегрузки (но это уже другая история) Все ADSL роутеры, используемые сейчас имеют от 4мб до 64мб RAM 4 мб - 1 тыс соединений 8 мб - 2 тыс соединений 16 мб - 4 тыс соединений 32 мб - 8 тыс соединений 64мб - 16 тыс соединений, но они (именно ADSL) редки, как впринципе и 32 мб Конечно это грубая таблица, в идеале выходит меньше. К пимеру 8 мб - это всего 1900 соединений. Есть 2 варианты, либо сделать автоматическую регулировку, определять максимум и высчитывать ограничение. У меня за первые 5 секунд флай забивает максимум 1920 соединений и сайты открываются уже с большими тормозами. Есть второй вариант, установить среднее значение под роутеры 8 мб, а кому надо - либо изменит, либо отключит его. 1500 соединений вполне достаточно для хорошего поиска файлов и еще остается 300 потоков на закачки и раздачи, этого вполне достаточно. Кстати, с 128 мегабайтами на борту сейчас существует всего один роутер - ASUS RT-N16 и стоит он 4 тыс. Тянет такой роутер почти 30 тыс потоков. _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=547_
1.0
Ограничение общего количества соединений во избежании перегрузки сетевого оборудования. - _From [gi...@ya.ru](https://code.google.com/u/116323180820517604774/) on August 25, 2011 19:38:38_ DHT создает неограниченное количество потоков перегружая слабые роутеры или точнее забивая всю доступную RAM. После запуска флайлинка: 1) У пользователей со слабыми роутерам практически перестают открываться сайты 2) Иногда антивирус/фаерволл начинает весить систему от перегрузки (но это уже другая история) Все ADSL роутеры, используемые сейчас имеют от 4мб до 64мб RAM 4 мб - 1 тыс соединений 8 мб - 2 тыс соединений 16 мб - 4 тыс соединений 32 мб - 8 тыс соединений 64мб - 16 тыс соединений, но они (именно ADSL) редки, как впринципе и 32 мб Конечно это грубая таблица, в идеале выходит меньше. К пимеру 8 мб - это всего 1900 соединений. Есть 2 варианты, либо сделать автоматическую регулировку, определять максимум и высчитывать ограничение. У меня за первые 5 секунд флай забивает максимум 1920 соединений и сайты открываются уже с большими тормозами. Есть второй вариант, установить среднее значение под роутеры 8 мб, а кому надо - либо изменит, либо отключит его. 1500 соединений вполне достаточно для хорошего поиска файлов и еще остается 300 потоков на закачки и раздачи, этого вполне достаточно. Кстати, с 128 мегабайтами на борту сейчас существует всего один роутер - ASUS RT-N16 и стоит он 4 тыс. Тянет такой роутер почти 30 тыс потоков. _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=547_
priority
ограничение общего количества соединений во избежании перегрузки сетевого оборудования from on august dht создает неограниченное количество потоков перегружая слабые роутеры или точнее забивая всю доступную ram после запуска флайлинка у пользователей со слабыми роутерам практически перестают открываться сайты иногда антивирус фаерволл начинает весить систему от перегрузки но это уже другая история все adsl роутеры используемые сейчас имеют от до ram мб тыс соединений мб тыс соединений мб тыс соединений мб тыс соединений тыс соединений но они именно adsl редки как впринципе и мб конечно это грубая таблица в идеале выходит меньше к пимеру мб это всего соединений есть варианты либо сделать автоматическую регулировку определять максимум и высчитывать ограничение у меня за первые секунд флай забивает максимум соединений и сайты открываются уже с большими тормозами есть второй вариант установить среднее значение под роутеры мб а кому надо либо изменит либо отключит его соединений вполне достаточно для хорошего поиска файлов и еще остается потоков на закачки и раздачи этого вполне достаточно кстати с мегабайтами на борту сейчас существует всего один роутер asus rt и стоит он тыс тянет такой роутер почти тыс потоков original issue
1
428,973
12,418,872,837
IssuesEvent
2020-05-23 02:30:52
Covid-Self-report-Tool/cov-self-report-frontend
https://api.github.com/repos/Covid-Self-report-Tool/cov-self-report-frontend
closed
Feature request -- explain login requirement
effort: 2 (low) focus: content priority: 4 (high) type: enhancement
### Related items - Should be completed in tandem with #34 in one branch/PR. - _Jira CSR-157_ has privacy policy modal stuff ### Description _(from Jira CSR-166)_ > > Please confirm you are human and prevent duplicate data by signing in. > > Your data will be anonymous and public. Google, Facebook or your Email provider will not receive any data you provide on this website. We use Firebase for secure logins and will never store your password on this website. Read our privacy policy to learn more. > ### Resolution * [x] Decide on layout (with #34) * [x] Add new text * [x] Use small Roboto font to increase chances of everything fitting on mobile. * [x] Make "Read our privacy policy" a link within the paragraph and remove the standalone one from the bottom. _Suggestion from orig. Jira issue, confirmation pending:_ ~~Change btn text from “Secure Submit” instead of “Login” (???).~~ **NOT doing this** because wording does not seem to fit the context of the form since Submit may imply that their case is being submitted when they are actually just logging in. "Login" also fits with "Login with Google" etc., so the inconsistent wording may be confusing.
1.0
Feature request -- explain login requirement - ### Related items - Should be completed in tandem with #34 in one branch/PR. - _Jira CSR-157_ has privacy policy modal stuff ### Description _(from Jira CSR-166)_ > > Please confirm you are human and prevent duplicate data by signing in. > > Your data will be anonymous and public. Google, Facebook or your Email provider will not receive any data you provide on this website. We use Firebase for secure logins and will never store your password on this website. Read our privacy policy to learn more. > ### Resolution * [x] Decide on layout (with #34) * [x] Add new text * [x] Use small Roboto font to increase chances of everything fitting on mobile. * [x] Make "Read our privacy policy" a link within the paragraph and remove the standalone one from the bottom. _Suggestion from orig. Jira issue, confirmation pending:_ ~~Change btn text from “Secure Submit” instead of “Login” (???).~~ **NOT doing this** because wording does not seem to fit the context of the form since Submit may imply that their case is being submitted when they are actually just logging in. "Login" also fits with "Login with Google" etc., so the inconsistent wording may be confusing.
priority
feature request explain login requirement related items should be completed in tandem with in one branch pr jira csr has privacy policy modal stuff description from jira csr please confirm you are human and prevent duplicate data by signing in your data will be anonymous and public google facebook or your email provider will not receive any data you provide on this website we use firebase for secure logins and will never store your password on this website read our privacy policy to learn more resolution decide on layout with add new text use small roboto font to increase chances of everything fitting on mobile make read our privacy policy a link within the paragraph and remove the standalone one from the bottom suggestion from orig jira issue confirmation pending change btn text from “secure submit” instead of “login” not doing this because wording does not seem to fit the context of the form since submit may imply that their case is being submitted when they are actually just logging in login also fits with login with google etc so the inconsistent wording may be confusing
1
51,948
3,015,877,698
IssuesEvent
2015-07-29 21:55:06
regan-sarwas/Observer
https://api.github.com/repos/regan-sarwas/Observer
opened
Support required fields
arena:field priority:high type:feature
This is related to issue #61 on popup dismiss would alert if a required field was empty. and abort the form dismiss. Requested by William Clark for the road ecology program
1.0
Support required fields - This is related to issue #61 on popup dismiss would alert if a required field was empty. and abort the form dismiss. Requested by William Clark for the road ecology program
priority
support required fields this is related to issue on popup dismiss would alert if a required field was empty and abort the form dismiss requested by william clark for the road ecology program
1
356,661
10,596,048,154
IssuesEvent
2019-10-09 20:21:18
ampproject/amp-github-apps
https://api.github.com/repos/ampproject/amp-github-apps
closed
[owners] Support top-level owners file `reviewerTeam` property
Category: Owners P1: High Priority
Per #499 , there is a need to have the owners check fail if a PR has approval from the OWNERS of the file, but not from someone in `ampproject/reviewers-amphtml` (or a comparable reviewer whitelist for other repositories). By integrating this into the owners check, we enable the repository to allow write-access to anyone. The proposed solution is to allow a `reviewerTeam` property in the repository root OWNERS file, which can specify a GitHub team name. The owners check will report a failure for any PR unless at least one member of this team has reviewed it. In any non-root owners file, this key will report an error and be ignored. If no such key is present in the repository root owners file, the condition will not be included.
1.0
[owners] Support top-level owners file `reviewerTeam` property - Per #499 , there is a need to have the owners check fail if a PR has approval from the OWNERS of the file, but not from someone in `ampproject/reviewers-amphtml` (or a comparable reviewer whitelist for other repositories). By integrating this into the owners check, we enable the repository to allow write-access to anyone. The proposed solution is to allow a `reviewerTeam` property in the repository root OWNERS file, which can specify a GitHub team name. The owners check will report a failure for any PR unless at least one member of this team has reviewed it. In any non-root owners file, this key will report an error and be ignored. If no such key is present in the repository root owners file, the condition will not be included.
priority
support top level owners file reviewerteam property per there is a need to have the owners check fail if a pr has approval from the owners of the file but not from someone in ampproject reviewers amphtml or a comparable reviewer whitelist for other repositories by integrating this into the owners check we enable the repository to allow write access to anyone the proposed solution is to allow a reviewerteam property in the repository root owners file which can specify a github team name the owners check will report a failure for any pr unless at least one member of this team has reviewed it in any non root owners file this key will report an error and be ignored if no such key is present in the repository root owners file the condition will not be included
1
769,728
27,017,873,801
IssuesEvent
2023-02-10 21:20:15
bcgov/bc-wallet-mobile
https://api.github.com/repos/bcgov/bc-wallet-mobile
closed
Support Deep links
priority/high
The wallet needs to support deep links for common functionality so that issuing and presenting from browser sessions on the same device are supported (i.e. without QR codes). Implementing the `didcomm://` and `bcwallet://` protocol. As example, our [demo app](https://bc-wallet-demo.apps.silver.devops.gov.bc.ca/demo) support a "open in wallet" link: ### ACCEPTANCE CRITEIA #### Scenario: User only have BC Wallet installed using a link with bcwallet:// protocol Given that the user is on the demo website on their phone with a QR Code being displayed When the user clicks on "Open in BC Wallet" (bcwallet://) Then BC Wallet is open and the user continue with the protocol #### Scenario: User only have BC Wallet installed using a link with didcomm:// protocol Given that the user has a link to "Open in Wallet (Webpage, email, etc) on their phone with a QR Code being displayed When the user clicks on "Open in Wallet" (didcomm://) Then BC Wallet is open and the user continue with the protocol #### Scenario: User has no wallets installed that implements "bcwallet://" protocol Out of Scope #### Scenario: User has multiple wallets installed that implements "bcwallet://" protocol Out of Scope Future Work: - Listen for a domain instead of custom protocol.
1.0
Support Deep links - The wallet needs to support deep links for common functionality so that issuing and presenting from browser sessions on the same device are supported (i.e. without QR codes). Implementing the `didcomm://` and `bcwallet://` protocol. As example, our [demo app](https://bc-wallet-demo.apps.silver.devops.gov.bc.ca/demo) support a "open in wallet" link: ### ACCEPTANCE CRITEIA #### Scenario: User only have BC Wallet installed using a link with bcwallet:// protocol Given that the user is on the demo website on their phone with a QR Code being displayed When the user clicks on "Open in BC Wallet" (bcwallet://) Then BC Wallet is open and the user continue with the protocol #### Scenario: User only have BC Wallet installed using a link with didcomm:// protocol Given that the user has a link to "Open in Wallet (Webpage, email, etc) on their phone with a QR Code being displayed When the user clicks on "Open in Wallet" (didcomm://) Then BC Wallet is open and the user continue with the protocol #### Scenario: User has no wallets installed that implements "bcwallet://" protocol Out of Scope #### Scenario: User has multiple wallets installed that implements "bcwallet://" protocol Out of Scope Future Work: - Listen for a domain instead of custom protocol.
priority
support deep links the wallet needs to support deep links for common functionality so that issuing and presenting from browser sessions on the same device are supported i e without qr codes implementing the didcomm and bcwallet protocol as example our support a open in wallet link acceptance criteia scenario user only have bc wallet installed using a link with bcwallet protocol given that the user is on the demo website on their phone with a qr code being displayed when the user clicks on open in bc wallet bcwallet then bc wallet is open and the user continue with the protocol scenario user only have bc wallet installed using a link with didcomm protocol given that the user has a link to open in wallet webpage email etc on their phone with a qr code being displayed when the user clicks on open in wallet didcomm then bc wallet is open and the user continue with the protocol scenario user has no wallets installed that implements bcwallet protocol out of scope scenario user has multiple wallets installed that implements bcwallet protocol out of scope future work listen for a domain instead of custom protocol
1
153,296
5,888,776,920
IssuesEvent
2017-05-17 11:05:19
wordsandwriting/huddl
https://api.github.com/repos/wordsandwriting/huddl
closed
rota descriptions
priority:high
allow descriptions for rotas <!--- @huboard:{"order":33.004950165000004,"milestone_order":17,"custom_state":""} -->
1.0
rota descriptions - allow descriptions for rotas <!--- @huboard:{"order":33.004950165000004,"milestone_order":17,"custom_state":""} -->
priority
rota descriptions allow descriptions for rotas huboard order milestone order custom state
1
469,747
13,524,799,781
IssuesEvent
2020-09-15 12:07:15
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
annotation notifications
Priority-High
Arctos currently sends emails as part of annotation submission, which isn't ideal for various reasons. Annotations are already summarized daily in cf_report_cache (and available in the not-dashboard at the top of the TSR widget). Need to 1. remove email call from annotation submission 2. send daily unresolved annotations email to collections Needs prioritized. I'll set up a no-notification API for https://github.com/ArctosDB/arctos/issues/2059; API will also be available to anyone who wants to use it. Those won't spawn emails until this is implemented.
1.0
annotation notifications - Arctos currently sends emails as part of annotation submission, which isn't ideal for various reasons. Annotations are already summarized daily in cf_report_cache (and available in the not-dashboard at the top of the TSR widget). Need to 1. remove email call from annotation submission 2. send daily unresolved annotations email to collections Needs prioritized. I'll set up a no-notification API for https://github.com/ArctosDB/arctos/issues/2059; API will also be available to anyone who wants to use it. Those won't spawn emails until this is implemented.
priority
annotation notifications arctos currently sends emails as part of annotation submission which isn t ideal for various reasons annotations are already summarized daily in cf report cache and available in the not dashboard at the top of the tsr widget need to remove email call from annotation submission send daily unresolved annotations email to collections needs prioritized i ll set up a no notification api for api will also be available to anyone who wants to use it those won t spawn emails until this is implemented
1
559,598
16,565,942,289
IssuesEvent
2021-05-29 12:09:08
NextFire/yuru-new-horizons
https://api.github.com/repos/NextFire/yuru-new-horizons
closed
Level up buildings
backlog high-priority town
Buildings can be leveled up to level 5. Inside the building menu a button "Level up" should open menu displaying the upgrade cost and the new stats. Once the level up is selected, the building re-enters "construction state" for a flat delay fixed per building level. **NOTE: Construction state will only be added with #26**
1.0
Level up buildings - Buildings can be leveled up to level 5. Inside the building menu a button "Level up" should open menu displaying the upgrade cost and the new stats. Once the level up is selected, the building re-enters "construction state" for a flat delay fixed per building level. **NOTE: Construction state will only be added with #26**
priority
level up buildings buildings can be leveled up to level inside the building menu a button level up should open menu displaying the upgrade cost and the new stats once the level up is selected the building re enters construction state for a flat delay fixed per building level note construction state will only be added with
1
378,262
11,199,608,110
IssuesEvent
2020-01-03 19:13:40
archesproject/arches
https://api.github.com/repos/archesproject/arches
closed
Projects fail to update if any collector projects are missing beginning or end dates
Priority: High Type: Bug
The serialize mobile projects method errors if one or more projects is missing a start or end date.
1.0
Projects fail to update if any collector projects are missing beginning or end dates - The serialize mobile projects method errors if one or more projects is missing a start or end date.
priority
projects fail to update if any collector projects are missing beginning or end dates the serialize mobile projects method errors if one or more projects is missing a start or end date
1
171,313
6,486,381,477
IssuesEvent
2017-08-19 19:08:26
zulip/zulip-electron
https://api.github.com/repos/zulip/zulip-electron
closed
Get Beta updates setting option not working
Priority: High Type: Bug
Even after setting the update option to true I'm not able to get the app updates. Steps to reproduce - * Download v1.2.0-beta * Set Get Beta updates to true * Restart app * Check logs in `/Users/%USERNAME%/Library/Application Support/Zulip`
1.0
Get Beta updates setting option not working - Even after setting the update option to true I'm not able to get the app updates. Steps to reproduce - * Download v1.2.0-beta * Set Get Beta updates to true * Restart app * Check logs in `/Users/%USERNAME%/Library/Application Support/Zulip`
priority
get beta updates setting option not working even after setting the update option to true i m not able to get the app updates steps to reproduce download beta set get beta updates to true restart app check logs in users username library application support zulip
1
760,384
26,638,281,409
IssuesEvent
2023-01-25 00:37:52
leandro2528/portifolio
https://api.github.com/repos/leandro2528/portifolio
closed
Alterar secao inicial do site
priority:high Weight: 2 Type: Improvement
## Descrição Alterar o cabeçãlho do site com minhas informações
1.0
Alterar secao inicial do site - ## Descrição Alterar o cabeçãlho do site com minhas informações
priority
alterar secao inicial do site descrição alterar o cabeçãlho do site com minhas informações
1
144,884
5,547,199,270
IssuesEvent
2017-03-23 04:24:32
nossas/bonde-client
https://api.github.com/repos/nossas/bonde-client
closed
Location "/account/edit" did not match any routes
Category: Frontend Priority: High Stage: Done Type: Bug
In sidebar when click on "Minha Conta" I catch this error `Location "/account/edit" did not match any routes`
1.0
Location "/account/edit" did not match any routes - In sidebar when click on "Minha Conta" I catch this error `Location "/account/edit" did not match any routes`
priority
location account edit did not match any routes in sidebar when click on minha conta i catch this error location account edit did not match any routes
1
581,621
17,297,662,591
IssuesEvent
2021-07-26 01:35:13
myConsciousness/insta-bot-j
https://api.github.com/repos/myConsciousness/insta-bot-j
opened
セッションクローズ後もプロセスが残存している
Priority: high Type: improvement
# Improvement # Improvement ## 1. Improvement details セッションクローズを実行した後もプロセスが残っている。 現在はSpringBootアプリケーションのコンテキストをクローズしているだけだが、 これではJavaプロセスを終了するには至らないらしい。 以下の方式でセッションを閉じるように修正する。 ```java final int exitCode = SpringApplication.exit(context, () -> 0); System.exit(exitCode); ``` ## 2. Why it is necessary セッションを閉じる際に処理が足りずJavaのプロセスが残ってしまう。 リソース管理上この状態は良くないので早急に修正を行う。 ## 3. How to improve セッションをクローズする箇所を以下の方式に変更する。 以下の方式でセッションを閉じるように修正する。 ```java final int exitCode = SpringApplication.exit(context, () -> 0); System.exit(exitCode); ``` ## 4. References
1.0
セッションクローズ後もプロセスが残存している - # Improvement # Improvement ## 1. Improvement details セッションクローズを実行した後もプロセスが残っている。 現在はSpringBootアプリケーションのコンテキストをクローズしているだけだが、 これではJavaプロセスを終了するには至らないらしい。 以下の方式でセッションを閉じるように修正する。 ```java final int exitCode = SpringApplication.exit(context, () -> 0); System.exit(exitCode); ``` ## 2. Why it is necessary セッションを閉じる際に処理が足りずJavaのプロセスが残ってしまう。 リソース管理上この状態は良くないので早急に修正を行う。 ## 3. How to improve セッションをクローズする箇所を以下の方式に変更する。 以下の方式でセッションを閉じるように修正する。 ```java final int exitCode = SpringApplication.exit(context, () -> 0); System.exit(exitCode); ``` ## 4. References
priority
セッションクローズ後もプロセスが残存している improvement improvement improvement details セッションクローズを実行した後もプロセスが残っている。 現在はspringbootアプリケーションのコンテキストをクローズしているだけだが、 これではjavaプロセスを終了するには至らないらしい。 以下の方式でセッションを閉じるように修正する。 java final int exitcode springapplication exit context system exit exitcode why it is necessary セッションを閉じる際に処理が足りずjavaのプロセスが残ってしまう。 リソース管理上この状態は良くないので早急に修正を行う。 how to improve セッションをクローズする箇所を以下の方式に変更する。 以下の方式でセッションを閉じるように修正する。 java final int exitcode springapplication exit context system exit exitcode references
1
799,945
28,320,641,447
IssuesEvent
2023-04-11 00:36:29
zulip/zulip
https://api.github.com/repos/zulip/zulip
closed
Add small spinner to locally echoed messages after 5s
help wanted area: compose priority: high
See https://chat.zulip.org/#narrow/stream/6-frontend/topic/unacknowledged.20messages/near/1234756 for more context. For users on a slow connection, we want to make it a bit more obvious that their locally echoed messages haven't actually hit the server yet. This is for a few reasons: * you can be confused about why others are "ignoring" your message * you can confuse others if you're sporadically falling behind in the conversation (or repeat what others say) * you often want to investigate why your connection is slow We still mostly want the local-echo experience to be "optimistic" and feel transparent, but if we're experiencing 5s between sending a message and getting it acked, we should at least have a tiny spinner. If you work on this, be sure to participate in the Zulip chat linked at the top of this message, as the exact proposal may evolve slightly here. Also, be aware that the local-echo code is a surprisingly tricky part of the codebase, so even though we're just adding a spinner here, this isn't really a beginner-friendly issue.
1.0
Add small spinner to locally echoed messages after 5s - See https://chat.zulip.org/#narrow/stream/6-frontend/topic/unacknowledged.20messages/near/1234756 for more context. For users on a slow connection, we want to make it a bit more obvious that their locally echoed messages haven't actually hit the server yet. This is for a few reasons: * you can be confused about why others are "ignoring" your message * you can confuse others if you're sporadically falling behind in the conversation (or repeat what others say) * you often want to investigate why your connection is slow We still mostly want the local-echo experience to be "optimistic" and feel transparent, but if we're experiencing 5s between sending a message and getting it acked, we should at least have a tiny spinner. If you work on this, be sure to participate in the Zulip chat linked at the top of this message, as the exact proposal may evolve slightly here. Also, be aware that the local-echo code is a surprisingly tricky part of the codebase, so even though we're just adding a spinner here, this isn't really a beginner-friendly issue.
priority
add small spinner to locally echoed messages after see for more context for users on a slow connection we want to make it a bit more obvious that their locally echoed messages haven t actually hit the server yet this is for a few reasons you can be confused about why others are ignoring your message you can confuse others if you re sporadically falling behind in the conversation or repeat what others say you often want to investigate why your connection is slow we still mostly want the local echo experience to be optimistic and feel transparent but if we re experiencing between sending a message and getting it acked we should at least have a tiny spinner if you work on this be sure to participate in the zulip chat linked at the top of this message as the exact proposal may evolve slightly here also be aware that the local echo code is a surprisingly tricky part of the codebase so even though we re just adding a spinner here this isn t really a beginner friendly issue
1
579,851
17,199,280,349
IssuesEvent
2021-07-16 23:53:48
nhn/tui.chart
https://api.github.com/repos/nhn/tui.chart
closed
Chart height grows indefinitely when width and height are set to 'auto'
Priority: High Type: Bug inactive
**Describe the bug** Setting width and height to 'auto', the chart height grows indefinitely **To Reproduce** Steps to reproduce the behavior: 1. Go to 'https://nhn.github.io/tui.chart/latest/tutorial-example06-01-column-chart-basic' 2. In the live example change chart options from width: 900, height: 400 to width: 'auto', height: 'auto' 3. Press "Run it" button **Expected behavior** Height should not grows indefinitely **Screenshots** -- **Desktop (please complete the following information):** - OS: [Windows] - Browser [Firefox] - Version [85] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Probably infinite loop chart resizes container -> container resizes chart
1.0
Chart height grows indefinitely when width and height are set to 'auto' - **Describe the bug** Setting width and height to 'auto', the chart height grows indefinitely **To Reproduce** Steps to reproduce the behavior: 1. Go to 'https://nhn.github.io/tui.chart/latest/tutorial-example06-01-column-chart-basic' 2. In the live example change chart options from width: 900, height: 400 to width: 'auto', height: 'auto' 3. Press "Run it" button **Expected behavior** Height should not grows indefinitely **Screenshots** -- **Desktop (please complete the following information):** - OS: [Windows] - Browser [Firefox] - Version [85] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Probably infinite loop chart resizes container -> container resizes chart
priority
chart height grows indefinitely when width and height are set to auto describe the bug setting width and height to auto the chart height grows indefinitely to reproduce steps to reproduce the behavior go to in the live example change chart options from width height to width auto height auto press run it button expected behavior height should not grows indefinitely screenshots desktop please complete the following information os browser version smartphone please complete the following information device os browser version additional context probably infinite loop chart resizes container container resizes chart
1
629,220
20,026,275,014
IssuesEvent
2022-02-01 21:42:54
Gilded-Games/The-Aether
https://api.github.com/repos/Gilded-Games/The-Aether
closed
Enhancement: Incubator (functionality)
priority/high status/pending-review type/enhancement feat/block
- [x] Incubators should have Hopper support for inputting fuel and eggs, the same way Aether II currently does.
1.0
Enhancement: Incubator (functionality) - - [x] Incubators should have Hopper support for inputting fuel and eggs, the same way Aether II currently does.
priority
enhancement incubator functionality incubators should have hopper support for inputting fuel and eggs the same way aether ii currently does
1
657,016
21,782,703,172
IssuesEvent
2022-05-13 20:51:27
UWB-Biocomputing/GraphSystemsAnalysis
https://api.github.com/repos/UWB-Biocomputing/GraphSystemsAnalysis
opened
Code up replacements for Matlab mex-file XML reading with native code
bug good first issue high priority
Matlab now [has the ability](https://www.mathworks.com/help/matlab/ref/xmlread.html) to load XML files and supports traversing the DOM to extract contents. So, there is no need to get the old C-based mex files working; just rewrite them in Matlab. This supersedes issue #3.
1.0
Code up replacements for Matlab mex-file XML reading with native code - Matlab now [has the ability](https://www.mathworks.com/help/matlab/ref/xmlread.html) to load XML files and supports traversing the DOM to extract contents. So, there is no need to get the old C-based mex files working; just rewrite them in Matlab. This supersedes issue #3.
priority
code up replacements for matlab mex file xml reading with native code matlab now to load xml files and supports traversing the dom to extract contents so there is no need to get the old c based mex files working just rewrite them in matlab this supersedes issue
1
486,024
14,003,107,988
IssuesEvent
2020-10-28 15:31:33
AY2021S1-CS2113T-T12-3/tp
https://api.github.com/repos/AY2021S1-CS2113T-T12-3/tp
closed
Complete DG section 3.4 and 3.5
priority.High type.Task
Update the DG section for the Object-Oriented models used for the application
1.0
Complete DG section 3.4 and 3.5 - Update the DG section for the Object-Oriented models used for the application
priority
complete dg section and update the dg section for the object oriented models used for the application
1
458,315
13,173,099,703
IssuesEvent
2020-08-11 19:39:49
MLH-Fellowship/nodemaker
https://api.github.com/repos/MLH-Fellowship/nodemaker
closed
Add support for all commands on frontend buttons
frontend high priority interface
| Script | Complete | | --------- | -------------------------------------------------------------------------------------------------- | | `nodegen` | ✅ for simple ✅ for complex| | `packgen` | 🚫 | | `docsgen` | ✅ | | `shotgen` | 🚫 ⛔ | | `icongen` | 🚫 ⛔ | | `resize` | 🚫 ⛔ | | `place` | ✅ | | `empty` | 🚫 | | Trigger node gen | ✅ |
1.0
Add support for all commands on frontend buttons - | Script | Complete | | --------- | -------------------------------------------------------------------------------------------------- | | `nodegen` | ✅ for simple ✅ for complex| | `packgen` | 🚫 | | `docsgen` | ✅ | | `shotgen` | 🚫 ⛔ | | `icongen` | 🚫 ⛔ | | `resize` | 🚫 ⛔ | | `place` | ✅ | | `empty` | 🚫 | | Trigger node gen | ✅ |
priority
add support for all commands on frontend buttons script complete nodegen ✅ for simple ✅ for complex packgen 🚫 docsgen ✅ shotgen 🚫 ⛔ icongen 🚫 ⛔ resize 🚫 ⛔ place ✅ empty 🚫 trigger node gen ✅
1
469,370
13,507,374,203
IssuesEvent
2020-09-14 05:48:54
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.facebook.com - see bug description
browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical
<!-- @browser: Firefox 81.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/58161 --> **URL**: https://www.facebook.com/coronavirus_info/?page_source=bookmark **Browser / Version**: Firefox 81.0 **Operating System**: Windows 7 **Tested Another Browser**: Yes Chrome **Problem type**: Something else **Description**: Laz i prevara **Steps to Reproduce**: Laz i prevara <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200906164749</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/9/62c25803-3578-4422-9dbb-ed96a4566405) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.facebook.com - see bug description - <!-- @browser: Firefox 81.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/58161 --> **URL**: https://www.facebook.com/coronavirus_info/?page_source=bookmark **Browser / Version**: Firefox 81.0 **Operating System**: Windows 7 **Tested Another Browser**: Yes Chrome **Problem type**: Something else **Description**: Laz i prevara **Steps to Reproduce**: Laz i prevara <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200906164749</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/9/62c25803-3578-4422-9dbb-ed96a4566405) _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
see bug description url browser version firefox operating system windows tested another browser yes chrome problem type something else description laz i prevara steps to reproduce laz i prevara browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
1
393,160
11,611,109,858
IssuesEvent
2020-02-26 05:29:46
wso2/product-microgateway
https://api.github.com/repos/wso2/product-microgateway
closed
removeAuthHeaderFromOutMessage config is not working
Priority/Highest Type/Bug
### Description: <!-- Describe the issue --> Microgateway always sends the authorization header to backend. This can't be disabled or enabled as `removeAuthHeaderFromOutMessage` configuration no longer works for some reason. ### Steps to reproduce: 1. `removeAuthHeaderFromOutMessage` should be true in `micro-gw.conf`. 1. Send a request and observe http tracelog for the backend request. 1. If possible monitor the request headers from backend. 1. Authorization header is sent to backend. ### Affected Product Version: <!-- Members can use Affected/*** labels --> 3.1.0-beta-SNAPSHOT ### Environment details (with versions): - OS: Mac - Client: curl - Env (Docker/K8s):
1.0
removeAuthHeaderFromOutMessage config is not working - ### Description: <!-- Describe the issue --> Microgateway always sends the authorization header to backend. This can't be disabled or enabled as `removeAuthHeaderFromOutMessage` configuration no longer works for some reason. ### Steps to reproduce: 1. `removeAuthHeaderFromOutMessage` should be true in `micro-gw.conf`. 1. Send a request and observe http tracelog for the backend request. 1. If possible monitor the request headers from backend. 1. Authorization header is sent to backend. ### Affected Product Version: <!-- Members can use Affected/*** labels --> 3.1.0-beta-SNAPSHOT ### Environment details (with versions): - OS: Mac - Client: curl - Env (Docker/K8s):
priority
removeauthheaderfromoutmessage config is not working description microgateway always sends the authorization header to backend this can t be disabled or enabled as removeauthheaderfromoutmessage configuration no longer works for some reason steps to reproduce removeauthheaderfromoutmessage should be true in micro gw conf send a request and observe http tracelog for the backend request if possible monitor the request headers from backend authorization header is sent to backend affected product version beta snapshot environment details with versions os mac client curl env docker
1
669,762
22,639,201,124
IssuesEvent
2022-06-30 22:50:41
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[xCluster] Replication fails with 'Error: Network error (yb/util/net/socket.cc:535): Unable to alter replication for universe XXXXX: recvmsg got EOF from remote (system error 108)'
kind/bug priority/high area/ycql
Jira Link: [DB-2232](https://yugabyte.atlassian.net/browse/DB-2232) **Issue** When the `Master Leader` is on a node, that is not is the `masterAddrs` under the `producerMap`, any `alter_universe_replication` command failed with the following error message: ``` [yugabyte@yb-dev-zd-1197-primary-n4 bin]$ ./yb-admin --master_addresses 10.204.0.7,10.204.0.8,10.204.0.9 alter_universe_replication fa98841d-6609-4e11-8d50-055befa9b535 add_table 5cfce69350ca4ae2a0f159634b472985 Error: Network error (yb/util/net/socket.cc:535): Unable to alter replication for universe fa98841d-6609-4e11-8d50-055befa9b535: recvmsg got EOF from remote (system error 108) ``` **Steps to reproduce** 1. Setup xCluster replication 2. From the Yugaware platform UI, stop all services on the `MasterLeader`/`Tserver` node 3. Start the `Master` process on a `TServer` node 4. From the CLI - issue, change the master - where the new `masterLeader` is the node that was only a `tserver` prior. ``` yb-admin -master_addresses <master-addresses> master_leader_stepdown [ <new_leader_id> ] ``` 5. Attempt to add bidirectional-replication for a new table ``` yb-admin master_addresses <master-addresses> alter_universe_replication <producer_universe_uuid> { set_master_addresses <producer_master_addresses> | add_table <table_id>[, <table_id>...] | remove_table <table_id>[, <table_id>...] } ``` **Request** Platform needs to update map when master leader changes Please see reference ticket: [1197](https://yugabyte.zendesk.com/agent/tickets/1197)
1.0
[xCluster] Replication fails with 'Error: Network error (yb/util/net/socket.cc:535): Unable to alter replication for universe XXXXX: recvmsg got EOF from remote (system error 108)' - Jira Link: [DB-2232](https://yugabyte.atlassian.net/browse/DB-2232) **Issue** When the `Master Leader` is on a node, that is not is the `masterAddrs` under the `producerMap`, any `alter_universe_replication` command failed with the following error message: ``` [yugabyte@yb-dev-zd-1197-primary-n4 bin]$ ./yb-admin --master_addresses 10.204.0.7,10.204.0.8,10.204.0.9 alter_universe_replication fa98841d-6609-4e11-8d50-055befa9b535 add_table 5cfce69350ca4ae2a0f159634b472985 Error: Network error (yb/util/net/socket.cc:535): Unable to alter replication for universe fa98841d-6609-4e11-8d50-055befa9b535: recvmsg got EOF from remote (system error 108) ``` **Steps to reproduce** 1. Setup xCluster replication 2. From the Yugaware platform UI, stop all services on the `MasterLeader`/`Tserver` node 3. Start the `Master` process on a `TServer` node 4. From the CLI - issue, change the master - where the new `masterLeader` is the node that was only a `tserver` prior. ``` yb-admin -master_addresses <master-addresses> master_leader_stepdown [ <new_leader_id> ] ``` 5. Attempt to add bidirectional-replication for a new table ``` yb-admin master_addresses <master-addresses> alter_universe_replication <producer_universe_uuid> { set_master_addresses <producer_master_addresses> | add_table <table_id>[, <table_id>...] | remove_table <table_id>[, <table_id>...] } ``` **Request** Platform needs to update map when master leader changes Please see reference ticket: [1197](https://yugabyte.zendesk.com/agent/tickets/1197)
priority
replication fails with error network error yb util net socket cc unable to alter replication for universe xxxxx recvmsg got eof from remote system error jira link issue when the master leader is on a node that is not is the masteraddrs under the producermap any alter universe replication command failed with the following error message yb admin master addresses alter universe replication add table error network error yb util net socket cc unable to alter replication for universe recvmsg got eof from remote system error steps to reproduce setup xcluster replication from the yugaware platform ui stop all services on the masterleader tserver node start the master process on a tserver node from the cli issue change the master where the new masterleader is the node that was only a tserver prior yb admin master addresses master leader stepdown attempt to add bidirectional replication for a new table yb admin master addresses alter universe replication set master addresses add table remove table request platform needs to update map when master leader changes please see reference ticket
1
309,898
9,481,245,148
IssuesEvent
2019-04-21 02:33:33
RITlug/teleirc
https://api.github.com/repos/RITlug/teleirc
closed
QoL Improvements
improvement priority:high
### What this is These are a collection of some quick quality of life improvements that don't necessarily warrant waiting for the 1.4 release. Items may or may not be added. - [x] Show filetype IRC-side when `sendDocument=false`. - [x] Insert ZWP into joining + leaving usernames Telegram-side. - [x] (Backend) -- Work on handling promise rejections.
1.0
QoL Improvements - ### What this is These are a collection of some quick quality of life improvements that don't necessarily warrant waiting for the 1.4 release. Items may or may not be added. - [x] Show filetype IRC-side when `sendDocument=false`. - [x] Insert ZWP into joining + leaving usernames Telegram-side. - [x] (Backend) -- Work on handling promise rejections.
priority
qol improvements what this is these are a collection of some quick quality of life improvements that don t necessarily warrant waiting for the release items may or may not be added show filetype irc side when senddocument false insert zwp into joining leaving usernames telegram side backend work on handling promise rejections
1
156,933
5,995,106,134
IssuesEvent
2017-06-03 00:30:25
CAGoodman/CareWheelsCorp
https://api.github.com/repos/CAGoodman/CareWheelsCorp
opened
Carebank is spelled "Care Bank" (with a space) in status bar in group view
bug High Priority
Make it consistent with whichever spelling we use.
1.0
Carebank is spelled "Care Bank" (with a space) in status bar in group view - Make it consistent with whichever spelling we use.
priority
carebank is spelled care bank with a space in status bar in group view make it consistent with whichever spelling we use
1
526,518
15,294,867,084
IssuesEvent
2021-02-24 03:27:04
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Config lang lib and configurable keyword are not showing as suggestions
Area/LanguageServer Priority/High SwanLakeDump Team/Tooling Type/Improvement
**Description:** When I type config in the vscode plugin it does not show any import to lang.config module. But for runtime module suggestions are showed as import ballerina/runtime. Once I manually add import ballerina/'lang.config then when I type conf, it shows the config module and its functions. ![image](https://user-images.githubusercontent.com/4163165/108320360-b7817c80-71e8-11eb-8831-e8b83725db2b.png) Also, there are no suggestions for the configurable keyword as well. **Test Environment:** Ubuntu , Sl alpha 2 pack, and vs code plugin
1.0
Config lang lib and configurable keyword are not showing as suggestions - **Description:** When I type config in the vscode plugin it does not show any import to lang.config module. But for runtime module suggestions are showed as import ballerina/runtime. Once I manually add import ballerina/'lang.config then when I type conf, it shows the config module and its functions. ![image](https://user-images.githubusercontent.com/4163165/108320360-b7817c80-71e8-11eb-8831-e8b83725db2b.png) Also, there are no suggestions for the configurable keyword as well. **Test Environment:** Ubuntu , Sl alpha 2 pack, and vs code plugin
priority
config lang lib and configurable keyword are not showing as suggestions description when i type config in the vscode plugin it does not show any import to lang config module but for runtime module suggestions are showed as import ballerina runtime once i manually add import ballerina lang config then when i type conf it shows the config module and its functions also there are no suggestions for the configurable keyword as well test environment ubuntu sl alpha pack and vs code plugin
1
231,086
7,623,543,854
IssuesEvent
2018-05-03 15:17:17
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[deployer] Add ssh_private_key_passphrase to create target API
bug priority: high
The create target API is missing the `ssh_private_key_passphrase`. Please add it and update the documentation.
1.0
[deployer] Add ssh_private_key_passphrase to create target API - The create target API is missing the `ssh_private_key_passphrase`. Please add it and update the documentation.
priority
add ssh private key passphrase to create target api the create target api is missing the ssh private key passphrase please add it and update the documentation
1
350,023
10,477,316,476
IssuesEvent
2019-09-23 20:37:09
telus/tds-core
https://api.github.com/repos/telus/tds-core
closed
Enterprise Icon request!
icon request priority: high status: completed :white_check_mark: type: enhancement
Hello! we are planning to segment the business website into 2 options for users, small business and medium & large business! we need a custom icon to explain the medium/large business and we were thinking of 2 buildings side by side. here is the invision link, the icon will need to be modified (please and thanks christinaaaaa) its 2 building icons side by side, one being a bit smaller! https://telus.invisionapp.com/share/BKTSC8UYZ96#/383458239_modal_Dialogue_Desktop_2 [](url) <!-- ### IMPORTANT SECURITY NOTE ### When opening issues, be sure NOT to include any private or personal information such as secrets, passwords, or any source code that involves data retrieval. Also, do not include links to sites on staging. --> <!-- ### TDS Timeline for releasing icons ### New icon requests will be released midway in the next month. Example 1: if you submit an icon request and it gets approved on August 3, it will be released on September 15. Example 2: if you submit an icon request and it gets approved on August 28, it will be released on September 15. --> ## Actions 1. Did you check to see if there are icons available in TDS that can be used instead? Yes/No 2. Is your proposed icon from the TELUS Brand-approved set from one of the appointed designers*? Yes/No 3. Has your Design Lead or Art Director approved the proposed icon? Yes/No **1. not available! 2. approved! 3. approved!** <!-- * Appointed designers with access to TELUS branded icons include: Catherine Roberston (UPC), Cherry Hung (My TELUS), Christina Lo (TDS), Francisco Pena (DRB), Gary Chow (CX), Laurel Terlesky (Home Solutions), Stu Brown (Mobility) --> ## Guidelines Icon name: ... <!-- What do you propose for the icon to be named? --> Usage criteria: ... <!-- Please add one line for usage criteria. If you require assistance, please refer to current criteria for decorative icons <https://tds.telus.com/components/index.html#decorativeicon>. --> <!-- If the icon has been approved, please attach an svg file to this ticket and include a screenshot. --> <!-- SVG preferences - It has been created with a 1px stroke at 24px - It can stay outlined -->
1.0
Enterprise Icon request! - Hello! we are planning to segment the business website into 2 options for users, small business and medium & large business! we need a custom icon to explain the medium/large business and we were thinking of 2 buildings side by side. here is the invision link, the icon will need to be modified (please and thanks christinaaaaa) its 2 building icons side by side, one being a bit smaller! https://telus.invisionapp.com/share/BKTSC8UYZ96#/383458239_modal_Dialogue_Desktop_2 [](url) <!-- ### IMPORTANT SECURITY NOTE ### When opening issues, be sure NOT to include any private or personal information such as secrets, passwords, or any source code that involves data retrieval. Also, do not include links to sites on staging. --> <!-- ### TDS Timeline for releasing icons ### New icon requests will be released midway in the next month. Example 1: if you submit an icon request and it gets approved on August 3, it will be released on September 15. Example 2: if you submit an icon request and it gets approved on August 28, it will be released on September 15. --> ## Actions 1. Did you check to see if there are icons available in TDS that can be used instead? Yes/No 2. Is your proposed icon from the TELUS Brand-approved set from one of the appointed designers*? Yes/No 3. Has your Design Lead or Art Director approved the proposed icon? Yes/No **1. not available! 2. approved! 3. approved!** <!-- * Appointed designers with access to TELUS branded icons include: Catherine Roberston (UPC), Cherry Hung (My TELUS), Christina Lo (TDS), Francisco Pena (DRB), Gary Chow (CX), Laurel Terlesky (Home Solutions), Stu Brown (Mobility) --> ## Guidelines Icon name: ... <!-- What do you propose for the icon to be named? --> Usage criteria: ... <!-- Please add one line for usage criteria. If you require assistance, please refer to current criteria for decorative icons <https://tds.telus.com/components/index.html#decorativeicon>. --> <!-- If the icon has been approved, please attach an svg file to this ticket and include a screenshot. --> <!-- SVG preferences - It has been created with a 1px stroke at 24px - It can stay outlined -->
priority
enterprise icon request hello we are planning to segment the business website into options for users small business and medium large business we need a custom icon to explain the medium large business and we were thinking of buildings side by side here is the invision link the icon will need to be modified please and thanks christinaaaaa its building icons side by side one being a bit smaller url important security note when opening issues be sure not to include any private or personal information such as secrets passwords or any source code that involves data retrieval also do not include links to sites on staging tds timeline for releasing icons new icon requests will be released midway in the next month example if you submit an icon request and it gets approved on august it will be released on september example if you submit an icon request and it gets approved on august it will be released on september actions did you check to see if there are icons available in tds that can be used instead yes no is your proposed icon from the telus brand approved set from one of the appointed designers yes no has your design lead or art director approved the proposed icon yes no not available approved approved appointed designers with access to telus branded icons include catherine roberston upc cherry hung my telus christina lo tds francisco pena drb gary chow cx laurel terlesky home solutions stu brown mobility guidelines icon name usage criteria svg preferences it has been created with a stroke at it can stay outlined
1
792,624
27,968,431,271
IssuesEvent
2023-03-24 22:08:49
MetaMask/metamask-mobile
https://api.github.com/repos/MetaMask/metamask-mobile
closed
Rejecting ETH Nano app install crash
type-bug Priority - High team-key-management Ledger
**Describe the bug** _A clear and concise description of what the bug is_ **Screenshots** _If applicable, add screenshots or links to help explain your problem_ **To Reproduce** _Steps to reproduce the behavior_ 1. open uniswap in MM browser 2. attempted to swap ETH for apecoin 3. Eth app not installed on Nano 4. Saw screen to inform me to install app :white_check_mark: 5. Clicked “reject” 6. Crash **Expected behavior** _A clear and concise description of what you expected to happen_ **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - App Version [e.g. 1.0.0] - find version number in app from Settings > About MetaMask ------------------------------------------------------------- _to be added after bug submission by internal support / PM_ **Severity** - How critical is the impact of this bug on a user? - Add stats if available on % of customers impacted - Is this visible to all users? - Is this tech debt?
1.0
Rejecting ETH Nano app install crash - **Describe the bug** _A clear and concise description of what the bug is_ **Screenshots** _If applicable, add screenshots or links to help explain your problem_ **To Reproduce** _Steps to reproduce the behavior_ 1. open uniswap in MM browser 2. attempted to swap ETH for apecoin 3. Eth app not installed on Nano 4. Saw screen to inform me to install app :white_check_mark: 5. Clicked “reject” 6. Crash **Expected behavior** _A clear and concise description of what you expected to happen_ **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - App Version [e.g. 1.0.0] - find version number in app from Settings > About MetaMask ------------------------------------------------------------- _to be added after bug submission by internal support / PM_ **Severity** - How critical is the impact of this bug on a user? - Add stats if available on % of customers impacted - Is this visible to all users? - Is this tech debt?
priority
rejecting eth nano app install crash describe the bug a clear and concise description of what the bug is screenshots if applicable add screenshots or links to help explain your problem to reproduce steps to reproduce the behavior open uniswap in mm browser attempted to swap eth for apecoin eth app not installed on nano saw screen to inform me to install app white check mark clicked “reject” crash expected behavior a clear and concise description of what you expected to happen smartphone please complete the following information device os app version find version number in app from settings about metamask to be added after bug submission by internal support pm severity how critical is the impact of this bug on a user add stats if available on of customers impacted is this visible to all users is this tech debt
1
588,926
17,686,033,797
IssuesEvent
2021-08-24 01:47:03
woowa-techcamp-2021/store-6
https://api.github.com/repos/woowa-techcamp-2021/store-6
closed
[FE] 상품 상세 정보에서 장바구니 & 좋아요 API 연동 처리
high priority feat
## :hammer: 기능 설명 상품 상세 페이지에서 좋아요 & 장바구니 버튼 클릭 시에 대한 API 요청 처리를 합니다. ## 📑 완료 조건 - [x] '장바구니에 추가'를 눌렀을 때 장바구니 추가 API 요청을 하고 confirm 모달을 띄워야 합니다. - [x] 띄운 모달에서 장바구니 페이지로 이동할 것인지를 물어봐야 합니다. - [x] '하트'를 클릭했을 때 좋아요 추가/삭제 API 요청 처리를 해야 합니다. ## :thought_balloon: 관련 Backlog > [대분류] - [중분류] - [Backlog 이름] - [FE] 상품 상세 페이지 - 상품 정보 - 장바구니 추가 API 연동 - [FE] 상품 상세 페이지 - 상품 정보 - 장바구니 추가 클릭 시 confirm 처리 - [FE] 상품 상세 페이지 - 상품 정보 - 좋아요 버튼 클릭 시 API 요청 후 색 변경
1.0
[FE] 상품 상세 정보에서 장바구니 & 좋아요 API 연동 처리 - ## :hammer: 기능 설명 상품 상세 페이지에서 좋아요 & 장바구니 버튼 클릭 시에 대한 API 요청 처리를 합니다. ## 📑 완료 조건 - [x] '장바구니에 추가'를 눌렀을 때 장바구니 추가 API 요청을 하고 confirm 모달을 띄워야 합니다. - [x] 띄운 모달에서 장바구니 페이지로 이동할 것인지를 물어봐야 합니다. - [x] '하트'를 클릭했을 때 좋아요 추가/삭제 API 요청 처리를 해야 합니다. ## :thought_balloon: 관련 Backlog > [대분류] - [중분류] - [Backlog 이름] - [FE] 상품 상세 페이지 - 상품 정보 - 장바구니 추가 API 연동 - [FE] 상품 상세 페이지 - 상품 정보 - 장바구니 추가 클릭 시 confirm 처리 - [FE] 상품 상세 페이지 - 상품 정보 - 좋아요 버튼 클릭 시 API 요청 후 색 변경
priority
상품 상세 정보에서 장바구니 좋아요 api 연동 처리 hammer 기능 설명 상품 상세 페이지에서 좋아요 장바구니 버튼 클릭 시에 대한 api 요청 처리를 합니다 📑 완료 조건 장바구니에 추가 를 눌렀을 때 장바구니 추가 api 요청을 하고 confirm 모달을 띄워야 합니다 띄운 모달에서 장바구니 페이지로 이동할 것인지를 물어봐야 합니다 하트 를 클릭했을 때 좋아요 추가 삭제 api 요청 처리를 해야 합니다 thought balloon 관련 backlog 상품 상세 페이지 상품 정보 장바구니 추가 api 연동 상품 상세 페이지 상품 정보 장바구니 추가 클릭 시 confirm 처리 상품 상세 페이지 상품 정보 좋아요 버튼 클릭 시 api 요청 후 색 변경
1
346,837
10,420,509,439
IssuesEvent
2019-09-16 00:58:47
neuropoly/spinalcordtoolbox
https://api.github.com/repos/neuropoly/spinalcordtoolbox
closed
Wrong center of mass detection caused by spurious blob related to NURBS instabilities caused by isolated voxels from segmentation
bug priority:HIGH sct_label_vertebrae
Based on a [user report](http://forum.spinalcordmri.org/t/sct-label-vertebrae-fails-v-4-0-0/162?u=jcohenadad), the center of mass of the c2-c3 label blob is improperly calculated. This only happens in the image below (but maybe more...). To reproduce, download this label: [labelz_straight.nii.gz](https://github.com/neuropoly/spinalcordtoolbox/files/3602043/labelz_straight.nii.gz) Then run: ~~~ source ${SCT_DIR}/python/etc/profile.d/conda.sh conda activate venv_sct python from spinalcordtoolbox.image import Image nii = Image('labelz_straight.nii.gz') import scipy.ndimage.measurements cx, cy, cz = scipy.ndimage.measurements.center_of_mass(nii.data) print(cx, cy, cz) 76.58216783216783 91.0367132867133 257.25174825174827 ~~~ When interrogating the voxel value of this center of mass (rounded), result is 0.0 whereas it should be 2.0: ~~~ nii.data[int(cx), int(cy), int(cz)] 0.0 ~~~ This can be verified, when opening the image with any viewer (e.g., fsleyes), it is clear that the center mass estimate is shifted by ~10 voxels. There might be an issue with the matrix definition of the image (something went wrong during the loading of the image???), although I doubt it (the shape is consistent: 139x139x338). So maybe there is a bug in `scipy.ndimage.measurements.center_of_mass`? And if this is the case, the function could be replaced by a [simple implementation](https://stackoverflow.com/a/29357037).
1.0
Wrong center of mass detection caused by spurious blob related to NURBS instabilities caused by isolated voxels from segmentation - Based on a [user report](http://forum.spinalcordmri.org/t/sct-label-vertebrae-fails-v-4-0-0/162?u=jcohenadad), the center of mass of the c2-c3 label blob is improperly calculated. This only happens in the image below (but maybe more...). To reproduce, download this label: [labelz_straight.nii.gz](https://github.com/neuropoly/spinalcordtoolbox/files/3602043/labelz_straight.nii.gz) Then run: ~~~ source ${SCT_DIR}/python/etc/profile.d/conda.sh conda activate venv_sct python from spinalcordtoolbox.image import Image nii = Image('labelz_straight.nii.gz') import scipy.ndimage.measurements cx, cy, cz = scipy.ndimage.measurements.center_of_mass(nii.data) print(cx, cy, cz) 76.58216783216783 91.0367132867133 257.25174825174827 ~~~ When interrogating the voxel value of this center of mass (rounded), result is 0.0 whereas it should be 2.0: ~~~ nii.data[int(cx), int(cy), int(cz)] 0.0 ~~~ This can be verified, when opening the image with any viewer (e.g., fsleyes), it is clear that the center mass estimate is shifted by ~10 voxels. There might be an issue with the matrix definition of the image (something went wrong during the loading of the image???), although I doubt it (the shape is consistent: 139x139x338). So maybe there is a bug in `scipy.ndimage.measurements.center_of_mass`? And if this is the case, the function could be replaced by a [simple implementation](https://stackoverflow.com/a/29357037).
priority
wrong center of mass detection caused by spurious blob related to nurbs instabilities caused by isolated voxels from segmentation based on a the center of mass of the label blob is improperly calculated this only happens in the image below but maybe more to reproduce download this label then run source sct dir python etc profile d conda sh conda activate venv sct python from spinalcordtoolbox image import image nii image labelz straight nii gz import scipy ndimage measurements cx cy cz scipy ndimage measurements center of mass nii data print cx cy cz when interrogating the voxel value of this center of mass rounded result is whereas it should be nii data this can be verified when opening the image with any viewer e g fsleyes it is clear that the center mass estimate is shifted by voxels there might be an issue with the matrix definition of the image something went wrong during the loading of the image although i doubt it the shape is consistent so maybe there is a bug in scipy ndimage measurements center of mass and if this is the case the function could be replaced by a
1
504,414
14,617,999,352
IssuesEvent
2020-12-22 15:35:20
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
Using %= performs an out-of-place operation instead of in-place
high priority module: bc-breaking module: correctness (silent) module: numpy small triaged
I need to modify a tensor value with % operation inplace. How can I do that ? ``` import torch a = torch.tensor([11,12,13]) id(a) a %= 10 id(a) ``` The ids shown are different. If I use "-=" instead of "%=", they will be the same. cc @ezyang @gchanan @zou3519 @bdhirsh @mruberry @rgommers @heitorschueroff
1.0
Using %= performs an out-of-place operation instead of in-place - I need to modify a tensor value with % operation inplace. How can I do that ? ``` import torch a = torch.tensor([11,12,13]) id(a) a %= 10 id(a) ``` The ids shown are different. If I use "-=" instead of "%=", they will be the same. cc @ezyang @gchanan @zou3519 @bdhirsh @mruberry @rgommers @heitorschueroff
priority
using performs an out of place operation instead of in place i need to modify a tensor value with operation inplace how can i do that import torch a torch tensor id a a id a the ids shown are different if i use instead of they will be the same cc ezyang gchanan bdhirsh mruberry rgommers heitorschueroff
1
384,004
11,372,759,208
IssuesEvent
2020-01-28 03:10:00
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[studio] Remove encoding changes made for PR 1853
CI enhancement priority: high
We've build a more general alternative solution for this need and thus would like to back out the updates made by this pull request. https://github.com/craftercms/studio/pull/1853
1.0
[studio] Remove encoding changes made for PR 1853 - We've build a more general alternative solution for this need and thus would like to back out the updates made by this pull request. https://github.com/craftercms/studio/pull/1853
priority
remove encoding changes made for pr we ve build a more general alternative solution for this need and thus would like to back out the updates made by this pull request
1
495,298
14,279,140,067
IssuesEvent
2020-11-23 01:45:01
ctm/mb2-doc
https://api.github.com/repos/ctm/mb2-doc
opened
Mexican all-in dealt cards claim to be dealt face up
chore easy high priority
When everyone but at most one person is all-in, the remaining cards should be dealt with a message that makes it clear that although they're appearing face up, they're evaluated as though they're face down. IOW, currently the right thing happens with respect to the cards that are shown to everyone and the way the cards are evaluated, but the text that explains what is happening is misleading. I'm making this high priority because it's exceedingly misleading and it's exceedingly easy to fix.
1.0
Mexican all-in dealt cards claim to be dealt face up - When everyone but at most one person is all-in, the remaining cards should be dealt with a message that makes it clear that although they're appearing face up, they're evaluated as though they're face down. IOW, currently the right thing happens with respect to the cards that are shown to everyone and the way the cards are evaluated, but the text that explains what is happening is misleading. I'm making this high priority because it's exceedingly misleading and it's exceedingly easy to fix.
priority
mexican all in dealt cards claim to be dealt face up when everyone but at most one person is all in the remaining cards should be dealt with a message that makes it clear that although they re appearing face up they re evaluated as though they re face down iow currently the right thing happens with respect to the cards that are shown to everyone and the way the cards are evaluated but the text that explains what is happening is misleading i m making this high priority because it s exceedingly misleading and it s exceedingly easy to fix
1
551,646
16,177,755,547
IssuesEvent
2021-05-03 09:43:39
sopra-fs21-group-4/server
https://api.github.com/repos/sopra-fs21-group-4/server
closed
Display Winner Meme after each Voting Round
high priority removed task
- [ ] The Meme of the Player who recieved the most points during the voting round is displayed - [ ] test #38 Story 16
1.0
Display Winner Meme after each Voting Round - - [ ] The Meme of the Player who recieved the most points during the voting round is displayed - [ ] test #38 Story 16
priority
display winner meme after each voting round the meme of the player who recieved the most points during the voting round is displayed test story
1
274,139
8,557,486,204
IssuesEvent
2018-11-08 15:49:59
CS2103-AY1819S1-W17-4/main
https://api.github.com/repos/CS2103-AY1819S1-W17-4/main
closed
Deadline is parsing two-digit 'year' as 20XX
priority.High type.Task
![image](https://user-images.githubusercontent.com/39241824/47901993-3dfcdd80-debc-11e8-9074-2bc5309ab289.png) ![image](https://user-images.githubusercontent.com/39241824/47902055-58cf5200-debc-11e8-89fb-bc11788aaf81.png) would have expected to see no task listed, becasue no task has a deadline before 12/12/12 <hr> **Reported by:** @kumuwu **Severity:** `Medium` <sub>[original: nus-cs2103-AY1819S1/pe-dry-run#141]</sub>
1.0
Deadline is parsing two-digit 'year' as 20XX - ![image](https://user-images.githubusercontent.com/39241824/47901993-3dfcdd80-debc-11e8-9074-2bc5309ab289.png) ![image](https://user-images.githubusercontent.com/39241824/47902055-58cf5200-debc-11e8-89fb-bc11788aaf81.png) would have expected to see no task listed, becasue no task has a deadline before 12/12/12 <hr> **Reported by:** @kumuwu **Severity:** `Medium` <sub>[original: nus-cs2103-AY1819S1/pe-dry-run#141]</sub>
priority
deadline is parsing two digit year as would have expected to see no task listed becasue no task has a deadline before reported by kumuwu severity medium
1
783,907
27,550,790,888
IssuesEvent
2023-03-07 14:49:30
sunpy/sunpy
https://api.github.com/repos/sunpy/sunpy
opened
Add interpolation options to `sample_at_coords()`
Feature Request Package Novice map Priority Low Effort High
### Provide a general description of the issue or problem. `sample_at_coords()` currently samples the value of the pixel that is nearest to the provided coordinate, which is essentially nearest-neighbor interpolation. We should create an interpolation keyword argument that defaults to the nearest-neighbor, but also supports higher orders of interpolation.
1.0
Add interpolation options to `sample_at_coords()` - ### Provide a general description of the issue or problem. `sample_at_coords()` currently samples the value of the pixel that is nearest to the provided coordinate, which is essentially nearest-neighbor interpolation. We should create an interpolation keyword argument that defaults to the nearest-neighbor, but also supports higher orders of interpolation.
priority
add interpolation options to sample at coords provide a general description of the issue or problem sample at coords currently samples the value of the pixel that is nearest to the provided coordinate which is essentially nearest neighbor interpolation we should create an interpolation keyword argument that defaults to the nearest neighbor but also supports higher orders of interpolation
1
353,617
10,555,007,820
IssuesEvent
2019-10-03 20:48:02
18F/samhsa-prototype
https://api.github.com/repos/18F/samhsa-prototype
opened
Move Age filter to the top of filters
enhancement high-priority
## Current state - towards the end of the list of filters we have "age" ## Problem - if you are searching for a youth, that is very important to tailoring search and definitely something you would want to select ## Suggestion - Move "Age" filter to the top of filters directly below location
1.0
Move Age filter to the top of filters - ## Current state - towards the end of the list of filters we have "age" ## Problem - if you are searching for a youth, that is very important to tailoring search and definitely something you would want to select ## Suggestion - Move "Age" filter to the top of filters directly below location
priority
move age filter to the top of filters current state towards the end of the list of filters we have age problem if you are searching for a youth that is very important to tailoring search and definitely something you would want to select suggestion move age filter to the top of filters directly below location
1
483,211
13,920,686,053
IssuesEvent
2020-10-21 10:48:27
AY2021S1-CS2103T-T17-4/tp
https://api.github.com/repos/AY2021S1-CS2103T-T17-4/tp
closed
Reflect changes in Model to the ModelManager API
priority.High type.Task
The Tag model has been modified, and a UniqueTagList class has been added to accommodate new features. However, these additions to the model cannot be used until its methods are exposed through ProjactManager class. Task: - Allow the methods of UniqueTagList to be called from ProjactManager class
1.0
Reflect changes in Model to the ModelManager API - The Tag model has been modified, and a UniqueTagList class has been added to accommodate new features. However, these additions to the model cannot be used until its methods are exposed through ProjactManager class. Task: - Allow the methods of UniqueTagList to be called from ProjactManager class
priority
reflect changes in model to the modelmanager api the tag model has been modified and a uniquetaglist class has been added to accommodate new features however these additions to the model cannot be used until its methods are exposed through projactmanager class task allow the methods of uniquetaglist to be called from projactmanager class
1
174,919
6,544,446,870
IssuesEvent
2017-09-03 16:24:43
opendatakit/collect
https://api.github.com/repos/opendatakit/collect
closed
Crash when rotating About screen
bug high priority
#### Software and hardware versions Collect v1.1.10 beta #### Problem description Reported [here](https://forum.opendatakit.org/t/odk-collect-1-10-0-beta-1/9618/7?u=ln) #### Steps to reproduce the problem Open the About menu. Rotate the screen. #### Other information Almost certainly related to #1289 ``` 09-01 17:28:41java.lang.RuntimeException: Unable to start activity ComponentInfo{org.odk.collect.android/org.odk.collect.android.preferences.AboutPreferencesActivity}: java.lang.IllegalArgumentException: connection is null 09-01 17:28:41 at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2659) 09-01 17:28:41 at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2724) 09-01 17:28:41 at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:4524) 09-01 17:28:41 at android.app.ActivityThread.-wrap19(ActivityThread.java) 09-01 17:28:41 at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1479) 09-01 17:28:41 at android.os.Handler.dispatchMessage(Handler.java:102) 09-01 17:28:41 at android.os.Looper.loop(Looper.java:154) 09-01 17:28:41 at android.app.ActivityThread.main(ActivityThread.java:6123) 09-01 17:28:41 at java.lang.reflect.Method.invoke(Native Method) 09-01 17:28:41 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867) 09-01 17:28:41 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:757) 09-01 17:28:41Caused by: java.lang.IllegalArgumentException: connection is null 09-01 17:28:41 at android.app.ContextImpl.unbindService(ContextImpl.java:1508) 09-01 17:28:41 at android.content.ContextWrapper.unbindService(ContextWrapper.java:648) 09-01 17:28:41 at org.odk.collect.android.preferences.AboutPreferencesFragment.onDestroy(AboutPreferencesFragment.java:73) 09-01 17:28:41 at android.app.Fragment.performDestroy(Fragment.java:2586) 09-01 17:28:41 at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1121) 09-01 17:28:41 at android.app.FragmentManagerImpl.removeFragment(FragmentManager.java:1276) 09-01 17:28:41 at android.app.BackStackRecord.run(BackStackRecord.java:766) 09-01 17:28:41 at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1580) 09-01 17:28:41 at android.app.FragmentController.execPendingActions(FragmentController.java:371) 09-01 17:28:41 at android.app.Activity.performStart(Activity.java:6688) 09-01 17:28:41 at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2622) ```
1.0
Crash when rotating About screen - #### Software and hardware versions Collect v1.1.10 beta #### Problem description Reported [here](https://forum.opendatakit.org/t/odk-collect-1-10-0-beta-1/9618/7?u=ln) #### Steps to reproduce the problem Open the About menu. Rotate the screen. #### Other information Almost certainly related to #1289 ``` 09-01 17:28:41java.lang.RuntimeException: Unable to start activity ComponentInfo{org.odk.collect.android/org.odk.collect.android.preferences.AboutPreferencesActivity}: java.lang.IllegalArgumentException: connection is null 09-01 17:28:41 at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2659) 09-01 17:28:41 at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2724) 09-01 17:28:41 at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:4524) 09-01 17:28:41 at android.app.ActivityThread.-wrap19(ActivityThread.java) 09-01 17:28:41 at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1479) 09-01 17:28:41 at android.os.Handler.dispatchMessage(Handler.java:102) 09-01 17:28:41 at android.os.Looper.loop(Looper.java:154) 09-01 17:28:41 at android.app.ActivityThread.main(ActivityThread.java:6123) 09-01 17:28:41 at java.lang.reflect.Method.invoke(Native Method) 09-01 17:28:41 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867) 09-01 17:28:41 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:757) 09-01 17:28:41Caused by: java.lang.IllegalArgumentException: connection is null 09-01 17:28:41 at android.app.ContextImpl.unbindService(ContextImpl.java:1508) 09-01 17:28:41 at android.content.ContextWrapper.unbindService(ContextWrapper.java:648) 09-01 17:28:41 at org.odk.collect.android.preferences.AboutPreferencesFragment.onDestroy(AboutPreferencesFragment.java:73) 09-01 17:28:41 at android.app.Fragment.performDestroy(Fragment.java:2586) 09-01 17:28:41 at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1121) 09-01 17:28:41 at android.app.FragmentManagerImpl.removeFragment(FragmentManager.java:1276) 09-01 17:28:41 at android.app.BackStackRecord.run(BackStackRecord.java:766) 09-01 17:28:41 at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1580) 09-01 17:28:41 at android.app.FragmentController.execPendingActions(FragmentController.java:371) 09-01 17:28:41 at android.app.Activity.performStart(Activity.java:6688) 09-01 17:28:41 at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2622) ```
priority
crash when rotating about screen software and hardware versions collect beta problem description reported steps to reproduce the problem open the about menu rotate the screen other information almost certainly related to lang runtimeexception unable to start activity componentinfo org odk collect android org odk collect android preferences aboutpreferencesactivity java lang illegalargumentexception connection is null at android app activitythread performlaunchactivity activitythread java at android app activitythread handlelaunchactivity activitythread java at android app activitythread handlerelaunchactivity activitythread java at android app activitythread activitythread java at android app activitythread h handlemessage activitythread java at android os handler dispatchmessage handler java at android os looper loop looper java at android app activitythread main activitythread java at java lang reflect method invoke native method at com android internal os zygoteinit methodandargscaller run zygoteinit java at com android internal os zygoteinit main zygoteinit java by java lang illegalargumentexception connection is null at android app contextimpl unbindservice contextimpl java at android content contextwrapper unbindservice contextwrapper java at org odk collect android preferences aboutpreferencesfragment ondestroy aboutpreferencesfragment java at android app fragment performdestroy fragment java at android app fragmentmanagerimpl movetostate fragmentmanager java at android app fragmentmanagerimpl removefragment fragmentmanager java at android app backstackrecord run backstackrecord java at android app fragmentmanagerimpl execpendingactions fragmentmanager java at android app fragmentcontroller execpendingactions fragmentcontroller java at android app activity performstart activity java at android app activitythread performlaunchactivity activitythread java
1
634,187
20,355,985,958
IssuesEvent
2022-02-20 00:12:34
khalidsaadat/soen341
https://api.github.com/repos/khalidsaadat/soen341
closed
[USER STORY] As a normal user and admin, I want to login or register to my account so that I can view my account details.
High Priority user story 3 pts High Risk
The user should be able to create an account and log in. Once logged in, the admin has the ability to create products and modify them. Once logged in, the user has the ability to browse the products, add them to the cart, and checkout. ### Structure - **Controller:** `AccountController` - **Function Name:** `signup` and `login` - **Model:** `User` and `Profile` - **View:** `account/signup` and `account/login` **Priority:** High **Story Point:** 3 ### Tasks - [x] #39 - [x] #40
1.0
[USER STORY] As a normal user and admin, I want to login or register to my account so that I can view my account details. - The user should be able to create an account and log in. Once logged in, the admin has the ability to create products and modify them. Once logged in, the user has the ability to browse the products, add them to the cart, and checkout. ### Structure - **Controller:** `AccountController` - **Function Name:** `signup` and `login` - **Model:** `User` and `Profile` - **View:** `account/signup` and `account/login` **Priority:** High **Story Point:** 3 ### Tasks - [x] #39 - [x] #40
priority
as a normal user and admin i want to login or register to my account so that i can view my account details the user should be able to create an account and log in once logged in the admin has the ability to create products and modify them once logged in the user has the ability to browse the products add them to the cart and checkout structure controller accountcontroller function name signup and login model user and profile view account signup and account login priority high story point tasks
1
537,046
15,722,155,124
IssuesEvent
2021-03-29 05:06:54
afgalvan/programmingII-finalProject
https://api.github.com/repos/afgalvan/programmingII-finalProject
closed
P2FP-6. Delivery document.
MVP priority: high
Duly presented PDF document, with the description of the problem raised and each of the items related in this delivery, in their order.
1.0
P2FP-6. Delivery document. - Duly presented PDF document, with the description of the problem raised and each of the items related in this delivery, in their order.
priority
delivery document duly presented pdf document with the description of the problem raised and each of the items related in this delivery in their order
1
109,762
4,408,517,426
IssuesEvent
2016-08-12 02:16:05
WordPress/meta-environment
https://api.github.com/repos/WordPress/meta-environment
closed
es/ja/global.wordpressorg.dev sites Warning/Fatal errors
priority: high type: bug
Open any of these sites: • http://ja.wordpressorg.dev/ • http://es.wordpressorg.dev/ • http://es.wordpressorg.dev/themes • http://global.wordpressorg.dev/ Results in: `Warning: require_once(/srv/www/wordpress-meta-environment/meta-repository/wordpress.org/public_html/../../translate.wordpressorg.dev/public_html/glotpress/locales/locales.php): failed to open stream: No such file or directory in /srv/www/wordpress-meta-environment/meta-repository/global.wordpress.org/public_html/wp-content/mu-plugins/roles/rosetta-roles.php on line 11` `Fatal error: require_once(): Failed opening required '/srv/www/wordpress-meta-environment/meta-repository/wordpress.org/public_html/../../translate.wordpressorg.dev/public_html/glotpress/locales/locales.php' (include_path='.:/usr/share/php') in /srv/www/wordpress-meta-environment/meta-repository/global.wordpress.org/public_html/wp-content/mu-plugins/roles/rosetta-roles.php on line 11`
1.0
es/ja/global.wordpressorg.dev sites Warning/Fatal errors - Open any of these sites: • http://ja.wordpressorg.dev/ • http://es.wordpressorg.dev/ • http://es.wordpressorg.dev/themes • http://global.wordpressorg.dev/ Results in: `Warning: require_once(/srv/www/wordpress-meta-environment/meta-repository/wordpress.org/public_html/../../translate.wordpressorg.dev/public_html/glotpress/locales/locales.php): failed to open stream: No such file or directory in /srv/www/wordpress-meta-environment/meta-repository/global.wordpress.org/public_html/wp-content/mu-plugins/roles/rosetta-roles.php on line 11` `Fatal error: require_once(): Failed opening required '/srv/www/wordpress-meta-environment/meta-repository/wordpress.org/public_html/../../translate.wordpressorg.dev/public_html/glotpress/locales/locales.php' (include_path='.:/usr/share/php') in /srv/www/wordpress-meta-environment/meta-repository/global.wordpress.org/public_html/wp-content/mu-plugins/roles/rosetta-roles.php on line 11`
priority
es ja global wordpressorg dev sites warning fatal errors open any of these sites • • • • results in warning require once srv www wordpress meta environment meta repository wordpress org public html translate wordpressorg dev public html glotpress locales locales php failed to open stream no such file or directory in srv www wordpress meta environment meta repository global wordpress org public html wp content mu plugins roles rosetta roles php on line fatal error require once failed opening required srv www wordpress meta environment meta repository wordpress org public html translate wordpressorg dev public html glotpress locales locales php include path usr share php in srv www wordpress meta environment meta repository global wordpress org public html wp content mu plugins roles rosetta roles php on line
1
258,414
8,170,634,115
IssuesEvent
2018-08-27 08:27:00
magicDGS/ReadTools
https://api.github.com/repos/magicDGS/ReadTools
closed
Add stacktrace to unexpected errors
Priority: High Status: In Progress Type: Enhancement
I keep asking users to run in DEBUG mode while reporting "UNEXPECTED ERROR: null" (e.g., #509), but also with other errors that have a message (e.g., https://github.com/magicDGS/ReadTools/issues/236). We should add the stacktrace to this errors, as they help me debugging and anyway it is not an user error, but a problem with either reporting the error or a real bug in the code.
1.0
Add stacktrace to unexpected errors - I keep asking users to run in DEBUG mode while reporting "UNEXPECTED ERROR: null" (e.g., #509), but also with other errors that have a message (e.g., https://github.com/magicDGS/ReadTools/issues/236). We should add the stacktrace to this errors, as they help me debugging and anyway it is not an user error, but a problem with either reporting the error or a real bug in the code.
priority
add stacktrace to unexpected errors i keep asking users to run in debug mode while reporting unexpected error null e g but also with other errors that have a message e g we should add the stacktrace to this errors as they help me debugging and anyway it is not an user error but a problem with either reporting the error or a real bug in the code
1
511,836
14,882,828,906
IssuesEvent
2021-01-20 12:28:29
ooni/ooni.org
https://api.github.com/repos/ooni/ooni.org
closed
Create tickets and detailed timeline based on DISRUPT milestones + activities workplan
effort/M funder/internews21 priority/high project management
Starting from 1st February 2021, we'll start working on the DISRUPT project to measure pluggable transports (for 12 months). We have already created a detailed (internal) timeline for the activities, but they need to be tracked on Github. Specifically, we need to: - [x] Create epics based on the milestones - [x] Create tickets for each epic/milestone - [x] Allocate epics in pre-determined timeline - [x] Determine start dates for all tickets
1.0
Create tickets and detailed timeline based on DISRUPT milestones + activities workplan - Starting from 1st February 2021, we'll start working on the DISRUPT project to measure pluggable transports (for 12 months). We have already created a detailed (internal) timeline for the activities, but they need to be tracked on Github. Specifically, we need to: - [x] Create epics based on the milestones - [x] Create tickets for each epic/milestone - [x] Allocate epics in pre-determined timeline - [x] Determine start dates for all tickets
priority
create tickets and detailed timeline based on disrupt milestones activities workplan starting from february we ll start working on the disrupt project to measure pluggable transports for months we have already created a detailed internal timeline for the activities but they need to be tracked on github specifically we need to create epics based on the milestones create tickets for each epic milestone allocate epics in pre determined timeline determine start dates for all tickets
1
66,576
3,255,937,052
IssuesEvent
2015-10-20 11:19:07
awesome-raccoons/gqt
https://api.github.com/repos/awesome-raccoons/gqt
opened
New shortcuts for moving layers up and down
bug high priority
The arrow keys are used for navigating between UI elements, so other keys should be used to move layers. Suggestion: Ctrl-Up Arrow/Ctrl-Down Arrow
1.0
New shortcuts for moving layers up and down - The arrow keys are used for navigating between UI elements, so other keys should be used to move layers. Suggestion: Ctrl-Up Arrow/Ctrl-Down Arrow
priority
new shortcuts for moving layers up and down the arrow keys are used for navigating between ui elements so other keys should be used to move layers suggestion ctrl up arrow ctrl down arrow
1
1,596
2,516,193,145
IssuesEvent
2015-01-16 00:09:37
learningequality/ka-lite
https://api.github.com/repos/learningequality/ka-lite
reopened
Have a ka-lite binary to stop and start the server
enhancement high priority Linux Mac
So for Ubuntu we have `service kalite (stop|start)`, but it would be nice to have a standardized command line interface for controlling the server. Hence I propose the `kalite` binary, with the following commands: `kalite start` `kalite stop` `kalite restart` `kalite gui` (if supported by the platform) Which should call out the right scripts found in the ka-lite/scripts/ directory. We can then modify the startup scripts to just simply call the right arguments.
1.0
Have a ka-lite binary to stop and start the server - So for Ubuntu we have `service kalite (stop|start)`, but it would be nice to have a standardized command line interface for controlling the server. Hence I propose the `kalite` binary, with the following commands: `kalite start` `kalite stop` `kalite restart` `kalite gui` (if supported by the platform) Which should call out the right scripts found in the ka-lite/scripts/ directory. We can then modify the startup scripts to just simply call the right arguments.
priority
have a ka lite binary to stop and start the server so for ubuntu we have service kalite stop start but it would be nice to have a standardized command line interface for controlling the server hence i propose the kalite binary with the following commands kalite start kalite stop kalite restart kalite gui if supported by the platform which should call out the right scripts found in the ka lite scripts directory we can then modify the startup scripts to just simply call the right arguments
1
157,358
5,997,424,266
IssuesEvent
2017-06-04 00:07:07
mreishman/Log-Hog
https://api.github.com/repos/mreishman/Log-Hog
opened
Right Click - 2
enhancement Priority - 2 - High
Gear icon - [ ] Change Log - [ ] Advanced - [ ] Dev Tools - [ ] Experimental Features Trashcan icon - [ ] Delete All Logs Triangle Warning Icon - [ ] Ignore Update Pause Icon - [ ] Disable auto pause - [ ] enable pause by default Refresh Icon - [ ] prevent default Log Name/Tab - [ ] Temporary hide log - [ ] clear log - [ ] delete log - [ ] Copy Name - [ ] Copy Filepath
1.0
Right Click - 2 - Gear icon - [ ] Change Log - [ ] Advanced - [ ] Dev Tools - [ ] Experimental Features Trashcan icon - [ ] Delete All Logs Triangle Warning Icon - [ ] Ignore Update Pause Icon - [ ] Disable auto pause - [ ] enable pause by default Refresh Icon - [ ] prevent default Log Name/Tab - [ ] Temporary hide log - [ ] clear log - [ ] delete log - [ ] Copy Name - [ ] Copy Filepath
priority
right click gear icon change log advanced dev tools experimental features trashcan icon delete all logs triangle warning icon ignore update pause icon disable auto pause enable pause by default refresh icon prevent default log name tab temporary hide log clear log delete log copy name copy filepath
1
611,172
18,947,326,758
IssuesEvent
2021-11-18 11:36:52
amosproj/amos2021ws05-fin-prod-port-quick-check
https://api.github.com/repos/amosproj/amos2021ws05-fin-prod-port-quick-check
closed
Define Definitions of Done
type: organisation est. size: 1 type: deliverables real size: 1 priority: high
## User story 1. As a software developer 2. I need a definition of done 3. So that I know what criteria I have to fullfil to be done ## Acceptance criteria * Definition of Done is uploaded in the planning documents ## Definition of done * Approved by product owner
1.0
Define Definitions of Done - ## User story 1. As a software developer 2. I need a definition of done 3. So that I know what criteria I have to fullfil to be done ## Acceptance criteria * Definition of Done is uploaded in the planning documents ## Definition of done * Approved by product owner
priority
define definitions of done user story as a software developer i need a definition of done so that i know what criteria i have to fullfil to be done acceptance criteria definition of done is uploaded in the planning documents definition of done approved by product owner
1