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
844
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
12 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
248k
binary_label
int64
0
1
338,607
10,232,228,934
IssuesEvent
2019-08-18 15:51:33
gdg-x/hoverboard
https://api.github.com/repos/gdg-x/hoverboard
opened
Signing out on "my schedule" path doesn't change
priority: low type: bug
1 Sign in and go to "my schedule" https://hoverboard-master.firebaseapp.com/schedule/my-schedule 2 Sign out 3 URL is still `/schedule/my-schedule` Tab's are weird and schedule page is still displayed. User should get redirected to `/schedule`.
1.0
Signing out on "my schedule" path doesn't change - 1 Sign in and go to "my schedule" https://hoverboard-master.firebaseapp.com/schedule/my-schedule 2 Sign out 3 URL is still `/schedule/my-schedule` Tab's are weird and schedule page is still displayed. User should get redirected to `/schedule`.
priority
signing out on my schedule path doesn t change sign in and go to my schedule sign out url is still schedule my schedule tab s are weird and schedule page is still displayed user should get redirected to schedule
1
49,809
3,004,504,066
IssuesEvent
2015-07-26 00:58:50
wwivbbs/wwiv
https://api.github.com/repos/wwivbbs/wwiv
closed
pausescr is broken when ansi is disabled
5.0 auto-migrated low priority sourceforge
the function prints pause then deletes what it printed and returns. Looks like this was broken in 4.3 Original comment by: wwiv
1.0
pausescr is broken when ansi is disabled - the function prints pause then deletes what it printed and returns. Looks like this was broken in 4.3 Original comment by: wwiv
priority
pausescr is broken when ansi is disabled the function prints pause then deletes what it printed and returns looks like this was broken in original comment by wwiv
1
301,000
9,214,619,273
IssuesEvent
2019-03-10 21:16:43
code4romania/civichq-client
https://api.github.com/repos/code4romania/civichq-client
closed
Add header for website
angular enhancement front-end low priority
Add a header with text and graphic that leads to the about section in order to explain what the app is about Depends on wireframe task https://github.com/code4romania/civichq-client/issues/64 Best practices - codebase language should be English - we :two_hearts: unit tests
1.0
Add header for website - Add a header with text and graphic that leads to the about section in order to explain what the app is about Depends on wireframe task https://github.com/code4romania/civichq-client/issues/64 Best practices - codebase language should be English - we :two_hearts: unit tests
priority
add header for website add a header with text and graphic that leads to the about section in order to explain what the app is about depends on wireframe task best practices codebase language should be english we two hearts unit tests
1
446,659
12,875,887,849
IssuesEvent
2020-07-11 01:16:31
poissonconsulting/nlist
https://api.github.com/repos/poissonconsulting/nlist
closed
Add as_list.nlists() and as_list.nlists()
Difficulty: 1 Novice Effort: 1 Low Priority: 3 Medium Type: Enhancement
More intuitive wrappers on `lapply(nlists, unclass)` and `unclass(nlist)`.
1.0
Add as_list.nlists() and as_list.nlists() - More intuitive wrappers on `lapply(nlists, unclass)` and `unclass(nlist)`.
priority
add as list nlists and as list nlists more intuitive wrappers on lapply nlists unclass and unclass nlist
1
251,367
8,014,280,895
IssuesEvent
2018-07-25 05:39:17
Sakuten/backend
https://api.github.com/repos/Sakuten/backend
closed
エラーをレスポンスから隠す
bug investigation required low priority
`flask initdb`する前にリクエスト飛ばしたらこんな感じになりました。 内部の色々を晒しているので非常によくないです。 initdb忘れに限らず、Python側の内部エラーがレスポンスに紛れ込まないようにしなければなりません。 <img width="1199" alt="2018-05-31 21 27 45" src="https://user-images.githubusercontent.com/16184855/40785117-94e138a8-6522-11e8-802b-89697a132740.png">
1.0
エラーをレスポンスから隠す - `flask initdb`する前にリクエスト飛ばしたらこんな感じになりました。 内部の色々を晒しているので非常によくないです。 initdb忘れに限らず、Python側の内部エラーがレスポンスに紛れ込まないようにしなければなりません。 <img width="1199" alt="2018-05-31 21 27 45" src="https://user-images.githubusercontent.com/16184855/40785117-94e138a8-6522-11e8-802b-89697a132740.png">
priority
エラーをレスポンスから隠す flask initdb する前にリクエスト飛ばしたらこんな感じになりました。 内部の色々を晒しているので非常によくないです。 initdb忘れに限らず、python側の内部エラーがレスポンスに紛れ込まないようにしなければなりません。 img width alt src
1
675,196
23,083,257,245
IssuesEvent
2022-07-26 09:07:45
woocommerce/google-listings-and-ads
https://api.github.com/repos/woocommerce/google-listings-and-ads
closed
Complete Setup note needs exactly 5 sales
type: bug priority: low
### Describe the bug: This is a followup from PR #136. In the issue the note should appear if setup has not been completed and 5 sales have been completed. I'm assuming this would mean at least 5 sales, otherwise there would be very few sites where this notice would show up. In the code we check `has_orders` using the following comparison: ``` $count === count( wc_get_orders( $args ) ) ``` Which means it would only return true if the site had exactly the same amount of completed orders. Also if we are querying completed orders and only comparing the count then we don't need the most recent orders. Ordering by date makes the DB query less performant if we are limiting it to only X results. So the [order arguments](https://github.com/woocommerce/google-listings-and-ads/blob/2.0.1/src/HelperTraits/Utilities.php#L32-L33) can be removed. ### Steps to reproduce: 1. Install the plugin on a site with 6 completed orders 2. Do not complete onboarding 3. Run the pending scheduled action `wc_gla_cron_daily_notes` 4. Confirm that the note does not show up in WooCommerce > Home ### Expected behavior: Notice to appear for any sites that had 5 or more sales and haven't completed setting up the Merchant Center. ### Actual behavior: Notice only appears for sites with exactly 5 sales that haven't completed setting up the Merchant Center.
1.0
Complete Setup note needs exactly 5 sales - ### Describe the bug: This is a followup from PR #136. In the issue the note should appear if setup has not been completed and 5 sales have been completed. I'm assuming this would mean at least 5 sales, otherwise there would be very few sites where this notice would show up. In the code we check `has_orders` using the following comparison: ``` $count === count( wc_get_orders( $args ) ) ``` Which means it would only return true if the site had exactly the same amount of completed orders. Also if we are querying completed orders and only comparing the count then we don't need the most recent orders. Ordering by date makes the DB query less performant if we are limiting it to only X results. So the [order arguments](https://github.com/woocommerce/google-listings-and-ads/blob/2.0.1/src/HelperTraits/Utilities.php#L32-L33) can be removed. ### Steps to reproduce: 1. Install the plugin on a site with 6 completed orders 2. Do not complete onboarding 3. Run the pending scheduled action `wc_gla_cron_daily_notes` 4. Confirm that the note does not show up in WooCommerce > Home ### Expected behavior: Notice to appear for any sites that had 5 or more sales and haven't completed setting up the Merchant Center. ### Actual behavior: Notice only appears for sites with exactly 5 sales that haven't completed setting up the Merchant Center.
priority
complete setup note needs exactly sales describe the bug this is a followup from pr in the issue the note should appear if setup has not been completed and sales have been completed i m assuming this would mean at least sales otherwise there would be very few sites where this notice would show up in the code we check has orders using the following comparison count count wc get orders args which means it would only return true if the site had exactly the same amount of completed orders also if we are querying completed orders and only comparing the count then we don t need the most recent orders ordering by date makes the db query less performant if we are limiting it to only x results so the can be removed steps to reproduce install the plugin on a site with completed orders do not complete onboarding run the pending scheduled action wc gla cron daily notes confirm that the note does not show up in woocommerce home expected behavior notice to appear for any sites that had or more sales and haven t completed setting up the merchant center actual behavior notice only appears for sites with exactly sales that haven t completed setting up the merchant center
1
554,699
16,436,318,254
IssuesEvent
2021-05-20 09:39:16
projecteon/MacroQuest
https://api.github.com/repos/projecteon/MacroQuest
opened
Bard basic handling
Low Priority enhancement
- [ ] Song swapping based on sitation - [ ] Item swapping for songs - [ ] Can we do mezz? - [ ] Howto paci with bard
1.0
Bard basic handling - - [ ] Song swapping based on sitation - [ ] Item swapping for songs - [ ] Can we do mezz? - [ ] Howto paci with bard
priority
bard basic handling song swapping based on sitation item swapping for songs can we do mezz howto paci with bard
1
254,026
8,069,001,809
IssuesEvent
2018-08-06 02:39:07
StillMooing/stillmooingfootball
https://api.github.com/repos/StillMooing/stillmooingfootball
closed
Need a Super Admin
Priority-Low Type-Enhancement
``` In order to avoid mucking in the db entirely, need to figure out how to make a Super Admin that can make alterations cross-year to allow for first Admin of year to be tagged as Admin ``` Original issue reported on code.google.com by `jud...@stillmooing.com` on 9 Mar 2013 at 8:45
1.0
Need a Super Admin - ``` In order to avoid mucking in the db entirely, need to figure out how to make a Super Admin that can make alterations cross-year to allow for first Admin of year to be tagged as Admin ``` Original issue reported on code.google.com by `jud...@stillmooing.com` on 9 Mar 2013 at 8:45
priority
need a super admin in order to avoid mucking in the db entirely need to figure out how to make a super admin that can make alterations cross year to allow for first admin of year to be tagged as admin original issue reported on code google com by jud stillmooing com on mar at
1
824,038
31,080,820,924
IssuesEvent
2023-08-13 03:31:21
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Request] shell-color-scripts
request:new-pkg priority:low
### Package: [shell-color-scripts](https://aur.archlinux.org/packages/shell-color-scripts) ### Purpose: A CLI tool for displaying a collection of colorscripts to the terminal. ### Benefits: It's just a small tool to help add some life and bling to the terminal, perhaps somewhat comparable to the purpose of neofetch. ### Building: _No response_ ### Copyright: MIT ### Expected Interest: Some ### Already available? No ### Unique request? Yes ### Banned package? No ### More information: _No response_
1.0
[Request] shell-color-scripts - ### Package: [shell-color-scripts](https://aur.archlinux.org/packages/shell-color-scripts) ### Purpose: A CLI tool for displaying a collection of colorscripts to the terminal. ### Benefits: It's just a small tool to help add some life and bling to the terminal, perhaps somewhat comparable to the purpose of neofetch. ### Building: _No response_ ### Copyright: MIT ### Expected Interest: Some ### Already available? No ### Unique request? Yes ### Banned package? No ### More information: _No response_
priority
shell color scripts package purpose a cli tool for displaying a collection of colorscripts to the terminal benefits it s just a small tool to help add some life and bling to the terminal perhaps somewhat comparable to the purpose of neofetch building no response copyright mit expected interest some already available no unique request yes banned package no more information no response
1
94,428
3,925,726,547
IssuesEvent
2016-04-22 20:08:36
DoSomething/gladiator
https://api.github.com/repos/DoSomething/gladiator
closed
Varying "no cache" results as false or null
priority-low
"Retrieving many" from the cache seems to vary how the results that are not found come back... as either `false` OR `null` which is confusing and seems like there's an underlying issue to look at.
1.0
Varying "no cache" results as false or null - "Retrieving many" from the cache seems to vary how the results that are not found come back... as either `false` OR `null` which is confusing and seems like there's an underlying issue to look at.
priority
varying no cache results as false or null retrieving many from the cache seems to vary how the results that are not found come back as either false or null which is confusing and seems like there s an underlying issue to look at
1
697,273
23,933,370,851
IssuesEvent
2022-09-10 22:04:32
afocommunity/suggestions
https://api.github.com/repos/afocommunity/suggestions
closed
[Bug]: Users sent a warning while in a squad
bug Priority: Low
### What Happened? User List is not properly updated when checking if a user is in a squad, prompting many users to freak out. ### Project Spaghetti (Squad) ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
1.0
[Bug]: Users sent a warning while in a squad - ### What Happened? User List is not properly updated when checking if a user is in a squad, prompting many users to freak out. ### Project Spaghetti (Squad) ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
priority
users sent a warning while in a squad what happened user list is not properly updated when checking if a user is in a squad prompting many users to freak out project spaghetti squad code of conduct i agree to follow this project s code of conduct
1
326,516
9,957,335,868
IssuesEvent
2019-07-05 16:27:16
TykTechnologies/tyk
https://api.github.com/repos/TykTechnologies/tyk
opened
Make oAuth error code configurable
Priority: Low customer request
**Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** At the moment we respond with 403 error code, and its hardcoded here https://github.com/TykTechnologies/tyk/blob/master/gateway/server.go#L448 RFC at the same time says that default option should be 400 https://tools.ietf.org/html/rfc6749#page-43, but leaves the window for custom codes as well. **What is the expected behavior?** It should be possible to tune oAuth error code via configuration. **Which versions of Tyk affected by this issue? Did this work in previous versions of Tyk?** All
1.0
Make oAuth error code configurable - **Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** At the moment we respond with 403 error code, and its hardcoded here https://github.com/TykTechnologies/tyk/blob/master/gateway/server.go#L448 RFC at the same time says that default option should be 400 https://tools.ietf.org/html/rfc6749#page-43, but leaves the window for custom codes as well. **What is the expected behavior?** It should be possible to tune oAuth error code via configuration. **Which versions of Tyk affected by this issue? Did this work in previous versions of Tyk?** All
priority
make oauth error code configurable do you want to request a feature or report a bug feature what is the current behavior at the moment we respond with error code and its hardcoded here rfc at the same time says that default option should be but leaves the window for custom codes as well what is the expected behavior it should be possible to tune oauth error code via configuration which versions of tyk affected by this issue did this work in previous versions of tyk all
1
668,895
22,602,649,053
IssuesEvent
2022-06-29 10:29:42
vaticle/typedb-studio
https://api.github.com/repos/vaticle/typedb-studio
opened
Indicate that results may be incomplete after a transaction errors
type: feature priority: low domain: error-experience
## Problem to Solve When running three Match queries in the same file, and Query 1 succeeds but Query 2 terminates with an error, the Graph output for Query 1 is left in an incomplete state (missing edges and roleplayers), with no notice saying that it might be incomplete. This is because the transaction is closed prematurely by Query 2, meaning that the edge loader cannot run. ## Proposed Solution What I think we need here is a message displayed somewhere visible from all output tabs, saying "The transaction was closed early due to an error. Results and graphs may be incomplete."
1.0
Indicate that results may be incomplete after a transaction errors - ## Problem to Solve When running three Match queries in the same file, and Query 1 succeeds but Query 2 terminates with an error, the Graph output for Query 1 is left in an incomplete state (missing edges and roleplayers), with no notice saying that it might be incomplete. This is because the transaction is closed prematurely by Query 2, meaning that the edge loader cannot run. ## Proposed Solution What I think we need here is a message displayed somewhere visible from all output tabs, saying "The transaction was closed early due to an error. Results and graphs may be incomplete."
priority
indicate that results may be incomplete after a transaction errors problem to solve when running three match queries in the same file and query succeeds but query terminates with an error the graph output for query is left in an incomplete state missing edges and roleplayers with no notice saying that it might be incomplete this is because the transaction is closed prematurely by query meaning that the edge loader cannot run proposed solution what i think we need here is a message displayed somewhere visible from all output tabs saying the transaction was closed early due to an error results and graphs may be incomplete
1
475,766
13,725,525,845
IssuesEvent
2020-10-03 18:53:44
NCIEVS/nci-protege5
https://api.github.com/repos/NCIEVS/nci-protege5
closed
lucene search fails with bad listener
bug low priority needs investigation ready for QA
From [TQ, 6/4/18]. "I have done a simple search for full syn contains Terminology Subset and it just keeps searching without returning results." "There is a bad listener in here…. Is that relevant?" Snippet of console output with the listener exception is below: Loaded ontology, now updating from server [34mClientSessionChangeEvent: org.protege.editor.owl.client.event.ClientSessionChangeEvent@7c3de2c7[0;39m [34mInstantiating node LuceneIndexPreferences[0;39m [34mInstantiating node KEY:ecd96c9c-1faa-40b6-a69f-912a54d1d3b1[0;39m **[31mException thrown by listener: edu.stanford.protege.search.lucene.tab.engine.SearchTabManager$$Lambda$45/1208043143. Detatching bad listener.[0;39m** [34mClientSessionChangeEvent: org.protege.editor.owl.client.event.ClientSessionChangeEvent@1a3bcb81[0;39m Voila
1.0
lucene search fails with bad listener - From [TQ, 6/4/18]. "I have done a simple search for full syn contains Terminology Subset and it just keeps searching without returning results." "There is a bad listener in here…. Is that relevant?" Snippet of console output with the listener exception is below: Loaded ontology, now updating from server [34mClientSessionChangeEvent: org.protege.editor.owl.client.event.ClientSessionChangeEvent@7c3de2c7[0;39m [34mInstantiating node LuceneIndexPreferences[0;39m [34mInstantiating node KEY:ecd96c9c-1faa-40b6-a69f-912a54d1d3b1[0;39m **[31mException thrown by listener: edu.stanford.protege.search.lucene.tab.engine.SearchTabManager$$Lambda$45/1208043143. Detatching bad listener.[0;39m** [34mClientSessionChangeEvent: org.protege.editor.owl.client.event.ClientSessionChangeEvent@1a3bcb81[0;39m Voila
priority
lucene search fails with bad listener from i have done a simple search for full syn contains terminology subset and it just keeps searching without returning results there is a bad listener in here… is that relevant snippet of console output with the listener exception is below loaded ontology now updating from server org protege editor owl client event clientsessionchangeevent node luceneindexpreferences node key thrown by listener edu stanford protege search lucene tab engine searchtabmanager lambda detatching bad listener org protege editor owl client event clientsessionchangeevent voila
1
328,730
9,999,281,974
IssuesEvent
2019-07-12 10:14:09
Einstore/Einstore
https://api.github.com/repos/Einstore/Einstore
closed
Sort should be persistent
admin enhancement low priority
When I come back to the store, the sort I have had selected previously should be retained
1.0
Sort should be persistent - When I come back to the store, the sort I have had selected previously should be retained
priority
sort should be persistent when i come back to the store the sort i have had selected previously should be retained
1
561,471
16,617,784,655
IssuesEvent
2021-06-02 19:08:06
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
closed
Reported virtual hearing emails not received
Priority: Medium Product: caseflow-hearings Stakeholder: BVA Team: Tango 💃
## Story Some Caseflow users are intermittently letting Caseflow members that virtual hearing email recipients are reporting not receiving emails that are generated by Caseflow. ## Adding information to table If an email is reported as not received, please add it to the table below with the status of "New". If you don't know the Hearing Detail or Daily Docket links, please leave that blank. ## Resolving Please note your first name in `Tango Assignee` along with any notes and status. Tango assignee | Tango notes | Status | Date reported | Reported issue | Caseflow link --- | -------- | ------------ | ---------------- | --- | --- Rubaiyat | Both vlj and rep emails had failed to send. Manually restarted the job which successfully sent out the emails | Completed from caseflow's perspective | 05/27/20 | VLJ bvamherman didn't receive email — May 29 hearing | https://appeals.cf.ds.va.gov/hearings/743077/details Rubaiyat | According to granicus email was sent out successfully | -- | 05/26/20 | Representative didn't receive email — May 26 hearing | https://appeals.cf.ds.va.gov/hearings/525352a4-fc74-40e8-9ae2-18942b77dadb/details Rubaiyat | According to granicus email was sent out successfully | -- | 05/26/20 | Representative didn't receive email — May 26 hearing | https://appeals.cf.ds.va.gov/hearings/ac00af2d-f156-4eb3-b53c-299e4f1671d6/details ## Possible resolutions - Check Granicus status If VLJ didn't receive email - Check to see if `BGS VLJ email address` is the same as `VA VLJ email address`. There have been reported cases of mismatching emails to other VA employees, which is resolved by Board members submitting tickets to CSUM/BGS.
1.0
Reported virtual hearing emails not received - ## Story Some Caseflow users are intermittently letting Caseflow members that virtual hearing email recipients are reporting not receiving emails that are generated by Caseflow. ## Adding information to table If an email is reported as not received, please add it to the table below with the status of "New". If you don't know the Hearing Detail or Daily Docket links, please leave that blank. ## Resolving Please note your first name in `Tango Assignee` along with any notes and status. Tango assignee | Tango notes | Status | Date reported | Reported issue | Caseflow link --- | -------- | ------------ | ---------------- | --- | --- Rubaiyat | Both vlj and rep emails had failed to send. Manually restarted the job which successfully sent out the emails | Completed from caseflow's perspective | 05/27/20 | VLJ bvamherman didn't receive email — May 29 hearing | https://appeals.cf.ds.va.gov/hearings/743077/details Rubaiyat | According to granicus email was sent out successfully | -- | 05/26/20 | Representative didn't receive email — May 26 hearing | https://appeals.cf.ds.va.gov/hearings/525352a4-fc74-40e8-9ae2-18942b77dadb/details Rubaiyat | According to granicus email was sent out successfully | -- | 05/26/20 | Representative didn't receive email — May 26 hearing | https://appeals.cf.ds.va.gov/hearings/ac00af2d-f156-4eb3-b53c-299e4f1671d6/details ## Possible resolutions - Check Granicus status If VLJ didn't receive email - Check to see if `BGS VLJ email address` is the same as `VA VLJ email address`. There have been reported cases of mismatching emails to other VA employees, which is resolved by Board members submitting tickets to CSUM/BGS.
priority
reported virtual hearing emails not received story some caseflow users are intermittently letting caseflow members that virtual hearing email recipients are reporting not receiving emails that are generated by caseflow adding information to table if an email is reported as not received please add it to the table below with the status of new if you don t know the hearing detail or daily docket links please leave that blank resolving please note your first name in tango assignee along with any notes and status tango assignee tango notes status date reported reported issue caseflow link rubaiyat both vlj and rep emails had failed to send manually restarted the job which successfully sent out the emails completed from caseflow s perspective vlj bvamherman didn t receive email — may hearing rubaiyat according to granicus email was sent out successfully representative didn t receive email — may hearing rubaiyat according to granicus email was sent out successfully representative didn t receive email — may hearing possible resolutions check granicus status if vlj didn t receive email check to see if bgs vlj email address is the same as va vlj email address there have been reported cases of mismatching emails to other va employees which is resolved by board members submitting tickets to csum bgs
1
202,209
7,045,294,078
IssuesEvent
2018-01-01 17:35:23
DjangoChained/Boogle
https://api.github.com/repos/DjangoChained/Boogle
closed
Optimisation du dictionnaire
low priority
Annihiler les mots de moins de trois lettres du dictionnaire pour accélérer la lecture de quelques microsecondes et atteindre l'objectif susmentionné.
1.0
Optimisation du dictionnaire - Annihiler les mots de moins de trois lettres du dictionnaire pour accélérer la lecture de quelques microsecondes et atteindre l'objectif susmentionné.
priority
optimisation du dictionnaire annihiler les mots de moins de trois lettres du dictionnaire pour accélérer la lecture de quelques microsecondes et atteindre l objectif susmentionné
1
334,219
10,137,479,588
IssuesEvent
2019-08-02 15:22:28
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
WorkFlow detail view does not display value field from condition.
Low Priority bug
<!--- Provide a general summary of the issue in the **Title** above --> WorkFlow detail view does not display value field from condition. <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> #### Issue <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> When i create WorkFlow for opportunities, and set up conditions, the value field doesnt display anything. #### Expected Behavior <!--- Tell us what should happen --> When i save condition with "value" field, i will be able see it in Detail View. #### Actual Behavior <!--- Tell us what happens instead --> When i save condition with "value" field, the set number in "value" field doesnt appear. #### Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> #### Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug include code to reproduce, if relevant --> 1. Create WorkFlow for opportunities 2. Set condition for: module: opportunities Field: ammount Operator: Greater or equal to Type: value Value: 10000 3. Hit Save button 4. In edit view number: 10000 for "value" field not appear. #### Context <!--- How has this bug affected you? What were you trying to accomplish? --> <!--- If you feel this should be a low/medium/high priority then please state so --> #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used: * Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)):Version 53.0.2785.143 Built on Ubuntu * Environment name and version (e.g. MySQL, PHP 7): * Operating System and version (e.g Ubuntu 16.04):Ubuntu 14.04 (64-bit)
1.0
WorkFlow detail view does not display value field from condition. - <!--- Provide a general summary of the issue in the **Title** above --> WorkFlow detail view does not display value field from condition. <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> #### Issue <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> When i create WorkFlow for opportunities, and set up conditions, the value field doesnt display anything. #### Expected Behavior <!--- Tell us what should happen --> When i save condition with "value" field, i will be able see it in Detail View. #### Actual Behavior <!--- Tell us what happens instead --> When i save condition with "value" field, the set number in "value" field doesnt appear. #### Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> #### Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug include code to reproduce, if relevant --> 1. Create WorkFlow for opportunities 2. Set condition for: module: opportunities Field: ammount Operator: Greater or equal to Type: value Value: 10000 3. Hit Save button 4. In edit view number: 10000 for "value" field not appear. #### Context <!--- How has this bug affected you? What were you trying to accomplish? --> <!--- If you feel this should be a low/medium/high priority then please state so --> #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used: * Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)):Version 53.0.2785.143 Built on Ubuntu * Environment name and version (e.g. MySQL, PHP 7): * Operating System and version (e.g Ubuntu 16.04):Ubuntu 14.04 (64-bit)
priority
workflow detail view does not display value field from condition workflow detail view does not display value field from condition issue when i create workflow for opportunities and set up conditions the value field doesnt display anything expected behavior when i save condition with value field i will be able see it in detail view actual behavior when i save condition with value field the set number in value field doesnt appear possible fix steps to reproduce create workflow for opportunities set condition for module opportunities field ammount operator greater or equal to type value value hit save button in edit view number for value field not appear context your environment suitecrm version used browser name and version e g chrome version bit version built on ubuntu environment name and version e g mysql php operating system and version e g ubuntu ubuntu bit
1
440,984
12,707,012,704
IssuesEvent
2020-06-23 08:12:52
luna/luna
https://api.github.com/repos/luna/luna
closed
Standard Library Improvements
Category: Libraries Change: Non-Breaking Difficulty: Intermediate Epic Priority: Low Type: Enhancement
### Summary Given that Luna aims to be as simply usable as Python while providing significant other benefits, we really need to improve the standard library. At the moment, it is very difficult to accomplish simple tasks in Luna, and while _some_ of that is down to the lack of maturity of the language, the vast majority comes down to the fact that the standard library is sorely lacking. While some changes to the standard library will require writing Haskell code to provide the system bindings, other parts of the library can be implemented in pure Luna. This issue aims to track all the various tasks for improving the standard library, each of which will have their own difficulty and specification. ### Value Improvements to the standard library are one of the biggest ways that we can improve both the usability and usefulness of Luna when it comes to actually creating software. ### Specification - Implement improvements to the standard library. - The standard library should become a broad base of useful tools, in a similar way to the [Python standard library](https://docs.python.org/3/library/index.html). ### Acceptance Criteria & Test Cases - This is an epic that is hard to determine acceptance criteria for, due to its inherent open-endedness. - Achieving some semblance of parity in functionality with Python would be ideal, but that is no small task.
1.0
Standard Library Improvements - ### Summary Given that Luna aims to be as simply usable as Python while providing significant other benefits, we really need to improve the standard library. At the moment, it is very difficult to accomplish simple tasks in Luna, and while _some_ of that is down to the lack of maturity of the language, the vast majority comes down to the fact that the standard library is sorely lacking. While some changes to the standard library will require writing Haskell code to provide the system bindings, other parts of the library can be implemented in pure Luna. This issue aims to track all the various tasks for improving the standard library, each of which will have their own difficulty and specification. ### Value Improvements to the standard library are one of the biggest ways that we can improve both the usability and usefulness of Luna when it comes to actually creating software. ### Specification - Implement improvements to the standard library. - The standard library should become a broad base of useful tools, in a similar way to the [Python standard library](https://docs.python.org/3/library/index.html). ### Acceptance Criteria & Test Cases - This is an epic that is hard to determine acceptance criteria for, due to its inherent open-endedness. - Achieving some semblance of parity in functionality with Python would be ideal, but that is no small task.
priority
standard library improvements summary given that luna aims to be as simply usable as python while providing significant other benefits we really need to improve the standard library at the moment it is very difficult to accomplish simple tasks in luna and while some of that is down to the lack of maturity of the language the vast majority comes down to the fact that the standard library is sorely lacking while some changes to the standard library will require writing haskell code to provide the system bindings other parts of the library can be implemented in pure luna this issue aims to track all the various tasks for improving the standard library each of which will have their own difficulty and specification value improvements to the standard library are one of the biggest ways that we can improve both the usability and usefulness of luna when it comes to actually creating software specification implement improvements to the standard library the standard library should become a broad base of useful tools in a similar way to the acceptance criteria test cases this is an epic that is hard to determine acceptance criteria for due to its inherent open endedness achieving some semblance of parity in functionality with python would be ideal but that is no small task
1
229,962
7,602,541,612
IssuesEvent
2018-04-29 02:34:42
gridcoin-community/BlockExplorer
https://api.github.com/repos/gridcoin-community/BlockExplorer
closed
Add status to console log during sync
Priority: Low Status: In Progress Type: Enhancement
By default, there's no way to know if the sync script is working without checking the node log. Add logging to the sync console.
1.0
Add status to console log during sync - By default, there's no way to know if the sync script is working without checking the node log. Add logging to the sync console.
priority
add status to console log during sync by default there s no way to know if the sync script is working without checking the node log add logging to the sync console
1
321,286
9,796,504,140
IssuesEvent
2019-06-11 07:48:25
bitshares/bitshares-ui
https://api.github.com/repos/bitshares/bitshares-ui
closed
Green and red feed price.
[1c] Task [2] Good First Issue [3] Enhancement [4a] Low Priority [5a] Tiny
I think it'll be nice to have an eye on feed and settlement price change directions. ![feedprice](https://user-images.githubusercontent.com/35542307/39662667-c4e7a63a-5065-11e8-9515-48149b5848a5.png) Red when price go down from last publication and green when go up. That's all :) Thank you.
1.0
Green and red feed price. - I think it'll be nice to have an eye on feed and settlement price change directions. ![feedprice](https://user-images.githubusercontent.com/35542307/39662667-c4e7a63a-5065-11e8-9515-48149b5848a5.png) Red when price go down from last publication and green when go up. That's all :) Thank you.
priority
green and red feed price i think it ll be nice to have an eye on feed and settlement price change directions red when price go down from last publication and green when go up that s all thank you
1
441,398
12,717,179,132
IssuesEvent
2020-06-24 04:18:48
kubeflow/pipelines
https://api.github.com/repos/kubeflow/pipelines
closed
PermissionDeniedError with Visualization Creator
area/deployment/kubeflow kind/bug lifecycle/stale priority/p1 status/triaged
**What happened:** When I tried to `Generate Visualization` with TFDV on running pipeline, I got static HTML with error as below. I can run all pipeline just normally. I can get object in bucket on pipeline running time. but this visualization step only have a problem ``` --------------------------------------------------------------------------- PermissionDeniedError Traceback (most recent call last) <ipython-input-18-e338bd9087f5> in <module> 21 # source 22 ---> 23 train_stats = tfdv.generate_statistics_from_csv(data_location=source) 24 25 tfdv.visualize_statistics(train_stats) /usr/local/lib/python3.5/dist-packages/tensorflow_data_validation/utils/stats_gen_lib.py in generate_statistics_from_csv(data_location, column_names, delimiter, output_path, stats_options, pipeline_options) 152 skip_header_lines = 1 if column_names is None else 0 153 if column_names is None: --> 154 column_names = _get_csv_header(data_location, delimiter) 155 _ = ( 156 p /usr/local/lib/python3.5/dist-packages/tensorflow_data_validation/utils/stats_gen_lib.py in _get_csv_header(data_location, delimiter) 290 different headers. 291 """ --> 292 matched_files = tf.gfile.Glob(data_location) 293 if not matched_files: 294 raise ValueError( /usr/local/lib/python3.5/dist-packages/tensorflow/python/lib/io/file_io.py in get_matching_files(filename) 359 errors.OpError: If there are filesystem / directory listing errors. 360 """ --> 361 return get_matching_files_v2(filename) 362 363 /usr/local/lib/python3.5/dist-packages/tensorflow/python/lib/io/file_io.py in get_matching_files_v2(pattern) 387 # Convert the filenames to string from bytes. 388 compat.as_str_any(matching_filename) --> 389 for single_filename in pattern 390 for matching_filename in pywrap_tensorflow.GetMatchingFiles( 391 compat.as_bytes(single_filename), status) /usr/local/lib/python3.5/dist-packages/tensorflow/python/framework/errors_impl.py in __exit__(self, type_arg, value_arg, traceback_arg) 526 None, None, 527 compat.as_text(c_api.TF_Message(self.status.status)), --> 528 c_api.TF_GetCode(self.status.status)) 529 # Delete the underlying status object from memory otherwise it stays alive 530 # as there is a reference to status from this from the traceback due to PermissionDeniedError: Error executing an HTTP request: HTTP response code 403 with body '{ "error": { "code": 403, "message": "Primary: /namespaces/[PROJECT_ID].svc.id.goog with additional claims does not have storage.objects.list access to [BUCKET_NAME].", "errors": [ { "message": "Primary: /namespaces/[PROJECT_ID].svc.id.goog with additional claims does not have storage.objects.list access to [BUCKET_NAME].", "domain": "global", "reason": "forbidden" } ] } } ' when reading gs://[BUCKET_NAME]/[PATH_TO_FILE] ``` It seems like I didn't set some permission to `identity-namespace`, but I don't know where I can set this. **What steps did you take:** I'm using latest kubeflow on GCP (0.7.0) and I deployed it using official guide [Deploy using CLI](https://www.kubeflow.org/docs/gke/deploy/deploy-cli/) and I updated `pipeline-visualization-service` to `version : 0.1.31` because of [this issue](https://github.com/kubeflow/pipelines/issues/2806)
1.0
PermissionDeniedError with Visualization Creator - **What happened:** When I tried to `Generate Visualization` with TFDV on running pipeline, I got static HTML with error as below. I can run all pipeline just normally. I can get object in bucket on pipeline running time. but this visualization step only have a problem ``` --------------------------------------------------------------------------- PermissionDeniedError Traceback (most recent call last) <ipython-input-18-e338bd9087f5> in <module> 21 # source 22 ---> 23 train_stats = tfdv.generate_statistics_from_csv(data_location=source) 24 25 tfdv.visualize_statistics(train_stats) /usr/local/lib/python3.5/dist-packages/tensorflow_data_validation/utils/stats_gen_lib.py in generate_statistics_from_csv(data_location, column_names, delimiter, output_path, stats_options, pipeline_options) 152 skip_header_lines = 1 if column_names is None else 0 153 if column_names is None: --> 154 column_names = _get_csv_header(data_location, delimiter) 155 _ = ( 156 p /usr/local/lib/python3.5/dist-packages/tensorflow_data_validation/utils/stats_gen_lib.py in _get_csv_header(data_location, delimiter) 290 different headers. 291 """ --> 292 matched_files = tf.gfile.Glob(data_location) 293 if not matched_files: 294 raise ValueError( /usr/local/lib/python3.5/dist-packages/tensorflow/python/lib/io/file_io.py in get_matching_files(filename) 359 errors.OpError: If there are filesystem / directory listing errors. 360 """ --> 361 return get_matching_files_v2(filename) 362 363 /usr/local/lib/python3.5/dist-packages/tensorflow/python/lib/io/file_io.py in get_matching_files_v2(pattern) 387 # Convert the filenames to string from bytes. 388 compat.as_str_any(matching_filename) --> 389 for single_filename in pattern 390 for matching_filename in pywrap_tensorflow.GetMatchingFiles( 391 compat.as_bytes(single_filename), status) /usr/local/lib/python3.5/dist-packages/tensorflow/python/framework/errors_impl.py in __exit__(self, type_arg, value_arg, traceback_arg) 526 None, None, 527 compat.as_text(c_api.TF_Message(self.status.status)), --> 528 c_api.TF_GetCode(self.status.status)) 529 # Delete the underlying status object from memory otherwise it stays alive 530 # as there is a reference to status from this from the traceback due to PermissionDeniedError: Error executing an HTTP request: HTTP response code 403 with body '{ "error": { "code": 403, "message": "Primary: /namespaces/[PROJECT_ID].svc.id.goog with additional claims does not have storage.objects.list access to [BUCKET_NAME].", "errors": [ { "message": "Primary: /namespaces/[PROJECT_ID].svc.id.goog with additional claims does not have storage.objects.list access to [BUCKET_NAME].", "domain": "global", "reason": "forbidden" } ] } } ' when reading gs://[BUCKET_NAME]/[PATH_TO_FILE] ``` It seems like I didn't set some permission to `identity-namespace`, but I don't know where I can set this. **What steps did you take:** I'm using latest kubeflow on GCP (0.7.0) and I deployed it using official guide [Deploy using CLI](https://www.kubeflow.org/docs/gke/deploy/deploy-cli/) and I updated `pipeline-visualization-service` to `version : 0.1.31` because of [this issue](https://github.com/kubeflow/pipelines/issues/2806)
priority
permissiondeniederror with visualization creator what happened when i tried to generate visualization with tfdv on running pipeline i got static html with error as below i can run all pipeline just normally i can get object in bucket on pipeline running time but this visualization step only have a problem permissiondeniederror traceback most recent call last in source train stats tfdv generate statistics from csv data location source tfdv visualize statistics train stats usr local lib dist packages tensorflow data validation utils stats gen lib py in generate statistics from csv data location column names delimiter output path stats options pipeline options skip header lines if column names is none else if column names is none column names get csv header data location delimiter p usr local lib dist packages tensorflow data validation utils stats gen lib py in get csv header data location delimiter different headers matched files tf gfile glob data location if not matched files raise valueerror usr local lib dist packages tensorflow python lib io file io py in get matching files filename errors operror if there are filesystem directory listing errors return get matching files filename usr local lib dist packages tensorflow python lib io file io py in get matching files pattern convert the filenames to string from bytes compat as str any matching filename for single filename in pattern for matching filename in pywrap tensorflow getmatchingfiles compat as bytes single filename status usr local lib dist packages tensorflow python framework errors impl py in exit self type arg value arg traceback arg none none compat as text c api tf message self status status c api tf getcode self status status delete the underlying status object from memory otherwise it stays alive as there is a reference to status from this from the traceback due to permissiondeniederror error executing an http request http response code with body error code message primary namespaces svc id goog with additional claims does not have storage objects list access to errors message primary namespaces svc id goog with additional claims does not have storage objects list access to domain global reason forbidden when reading gs it seems like i didn t set some permission to identity namespace but i don t know where i can set this what steps did you take i m using latest kubeflow on gcp and i deployed it using official guide and i updated pipeline visualization service to version because of
1
233,972
7,714,225,018
IssuesEvent
2018-05-23 00:44:48
der-On/XPlane2Blender
https://api.github.com/repos/der-On/XPlane2Blender
opened
Material with "Metalness" but no Normal Map should emit warning
priority low
From a conversation we had one person was confused about material usage: What happened: - User created new file, was surprised to see the supposedly (it is) depricated ATTR_shiny_rat in the OBJ - It was revealed the user did not check 'Normal Metalness' - It was revealed that NORMAL_METALNESS was not applied because there was no normal map used There is a validation warning not being used here: Material with "metalness" but no normal map should emit a warning.
1.0
Material with "Metalness" but no Normal Map should emit warning - From a conversation we had one person was confused about material usage: What happened: - User created new file, was surprised to see the supposedly (it is) depricated ATTR_shiny_rat in the OBJ - It was revealed the user did not check 'Normal Metalness' - It was revealed that NORMAL_METALNESS was not applied because there was no normal map used There is a validation warning not being used here: Material with "metalness" but no normal map should emit a warning.
priority
material with metalness but no normal map should emit warning from a conversation we had one person was confused about material usage what happened user created new file was surprised to see the supposedly it is depricated attr shiny rat in the obj it was revealed the user did not check normal metalness it was revealed that normal metalness was not applied because there was no normal map used there is a validation warning not being used here material with metalness but no normal map should emit a warning
1
19,006
2,616,017,225
IssuesEvent
2015-03-02 00:59:15
jasonhall/bwapi
https://api.github.com/repos/jasonhall/bwapi
closed
UMS getCountdownTimer
auto-migrated NewFeature Priority-Low Type-Enhancement
``` getCountdownTimer method for Use Map Settings maps. ``` Original issue reported on code.google.com by `AHeinerm` on 22 Jul 2011 at 8:26
1.0
UMS getCountdownTimer - ``` getCountdownTimer method for Use Map Settings maps. ``` Original issue reported on code.google.com by `AHeinerm` on 22 Jul 2011 at 8:26
priority
ums getcountdowntimer getcountdowntimer method for use map settings maps original issue reported on code google com by aheinerm on jul at
1
401,438
11,790,237,287
IssuesEvent
2020-03-17 18:35:03
SparkDevNetwork/Rock
https://api.github.com/repos/SparkDevNetwork/Rock
reopened
Connection Opportunities "Activity Added" Workflow Trigger Not Saving Activity Type
Not Yet Reproduced Priority: Low Topic: Workflows Type: Bug
### Description When editing a Connection Opportunity, and you set a workflow to be triggered by the adding of an activity, the Activity Type box doesn't seem to save your selection. You can hit save and then edit the same trigger and the box is empty, you can save, save the Connection Opportunity, edit it again, edit trigger and it'll be blank. Also, workflows don't seem to fire off the trigger in testing on my Install ### Steps to Reproduce 1. Home page -> Connections -> gear in top right -> Connection Type -> Any Connection Opportunity 1. scroll down -> Workflows -> Plus -> "Launch Workflow When" = Activity Added - "Workflow Type" = any Workflow Type - "Activity Type" = anything, even blank since it's not required. 1. add an activity to a Connection Request of that Connection Opportunity **Expected behavior:** I expected selecting an Activity Type would allow me to trigger a Workflow when an Activity of that Activity Type was saved to the Connection, and I expected that an empty Activity Type would trigger for ANY saved Activity **Actual behavior:** No workflows are fired by that kind of trigger. NOTE: It may be worth mentioning that these sorts of triggered events will be put into the Transaction Queue (as seen in the `Rock Information` Diagnostics tab; see screenshot below) and are generally executed within a minute or two. ![image](https://user-images.githubusercontent.com/383807/72921636-e50ba600-3d08-11ea-9e82-3fc39b8e77c1.png) ### Versions * **Rock Version:** 6.1 (mine), 6.2 (demo) * **Client Culture Setting** [en-us] Diagnostic data attached for good measure. [RockDiagnostics-ROCKPRODUCTION.txt ](https://github.com/SparkDevNetwork/Rock/files/780945/RockDiagnostics-ROCKPRODUCTION.txt)
1.0
Connection Opportunities "Activity Added" Workflow Trigger Not Saving Activity Type - ### Description When editing a Connection Opportunity, and you set a workflow to be triggered by the adding of an activity, the Activity Type box doesn't seem to save your selection. You can hit save and then edit the same trigger and the box is empty, you can save, save the Connection Opportunity, edit it again, edit trigger and it'll be blank. Also, workflows don't seem to fire off the trigger in testing on my Install ### Steps to Reproduce 1. Home page -> Connections -> gear in top right -> Connection Type -> Any Connection Opportunity 1. scroll down -> Workflows -> Plus -> "Launch Workflow When" = Activity Added - "Workflow Type" = any Workflow Type - "Activity Type" = anything, even blank since it's not required. 1. add an activity to a Connection Request of that Connection Opportunity **Expected behavior:** I expected selecting an Activity Type would allow me to trigger a Workflow when an Activity of that Activity Type was saved to the Connection, and I expected that an empty Activity Type would trigger for ANY saved Activity **Actual behavior:** No workflows are fired by that kind of trigger. NOTE: It may be worth mentioning that these sorts of triggered events will be put into the Transaction Queue (as seen in the `Rock Information` Diagnostics tab; see screenshot below) and are generally executed within a minute or two. ![image](https://user-images.githubusercontent.com/383807/72921636-e50ba600-3d08-11ea-9e82-3fc39b8e77c1.png) ### Versions * **Rock Version:** 6.1 (mine), 6.2 (demo) * **Client Culture Setting** [en-us] Diagnostic data attached for good measure. [RockDiagnostics-ROCKPRODUCTION.txt ](https://github.com/SparkDevNetwork/Rock/files/780945/RockDiagnostics-ROCKPRODUCTION.txt)
priority
connection opportunities activity added workflow trigger not saving activity type description when editing a connection opportunity and you set a workflow to be triggered by the adding of an activity the activity type box doesn t seem to save your selection you can hit save and then edit the same trigger and the box is empty you can save save the connection opportunity edit it again edit trigger and it ll be blank also workflows don t seem to fire off the trigger in testing on my install steps to reproduce home page connections gear in top right connection type any connection opportunity scroll down workflows plus launch workflow when activity added workflow type any workflow type activity type anything even blank since it s not required add an activity to a connection request of that connection opportunity expected behavior i expected selecting an activity type would allow me to trigger a workflow when an activity of that activity type was saved to the connection and i expected that an empty activity type would trigger for any saved activity actual behavior no workflows are fired by that kind of trigger note it may be worth mentioning that these sorts of triggered events will be put into the transaction queue as seen in the rock information diagnostics tab see screenshot below and are generally executed within a minute or two versions rock version mine demo client culture setting diagnostic data attached for good measure
1
225,188
7,479,370,488
IssuesEvent
2018-04-04 14:27:39
cjlee112/socraticqs2
https://api.github.com/repos/cjlee112/socraticqs2
reopened
The notification about entering incorrect password doesn't appear
Bug Low [Priority]
STR: 1. Open profile page 2. Change your current password entering different values in the "new password" and "confirm password" 3. Save and take a look at the reaction ER: The notification appears which shows what was going on ![notif](https://cloud.githubusercontent.com/assets/11578840/26355774/9aa22700-3fd2-11e7-89a6-c593a2c34153.png)
1.0
The notification about entering incorrect password doesn't appear - STR: 1. Open profile page 2. Change your current password entering different values in the "new password" and "confirm password" 3. Save and take a look at the reaction ER: The notification appears which shows what was going on ![notif](https://cloud.githubusercontent.com/assets/11578840/26355774/9aa22700-3fd2-11e7-89a6-c593a2c34153.png)
priority
the notification about entering incorrect password doesn t appear str open profile page change your current password entering different values in the new password and confirm password save and take a look at the reaction er the notification appears which shows what was going on
1
628,189
19,977,652,173
IssuesEvent
2022-01-29 11:02:45
zangGallery/contracts
https://api.github.com/repos/zangGallery/contracts
closed
test buyToken with small wei amount
Priority: Low Type: Bug
there could be a integer division approx. problem if it reverts make it unsafe
1.0
test buyToken with small wei amount - there could be a integer division approx. problem if it reverts make it unsafe
priority
test buytoken with small wei amount there could be a integer division approx problem if it reverts make it unsafe
1
26,539
2,684,840,018
IssuesEvent
2015-03-29 12:35:25
nodatime/nodatime
https://api.github.com/repos/nodatime/nodatime
closed
Update documentation building for Jekyll
low priority website
``` 'make docs' makes no sense now; we should remove it, or (better) make it use Jekyll, and document the requirements somewhere. ``` Original issue reported on code.google.com by `malcolm.rowe` on 26 Jul 2013 at 9:55
1.0
Update documentation building for Jekyll - ``` 'make docs' makes no sense now; we should remove it, or (better) make it use Jekyll, and document the requirements somewhere. ``` Original issue reported on code.google.com by `malcolm.rowe` on 26 Jul 2013 at 9:55
priority
update documentation building for jekyll make docs makes no sense now we should remove it or better make it use jekyll and document the requirements somewhere original issue reported on code google com by malcolm rowe on jul at
1
618,771
19,486,824,589
IssuesEvent
2021-12-26 14:46:40
OpenEnergyDashboard/OED
https://api.github.com/repos/OpenEnergyDashboard/OED
closed
allow the title to change with language choice of user
t-enhancement p-low-priority
This is a separate issue since it is a little different than other language translations. The site name is set by the admin on the admin page and varies by site (unlike buttons, etc. that are the same across all sites. We could ask the admin to edit the translation files but they may not be able to do this easily. Thus, we may need to think how to create an interface that allows the admin to enter this and then put in the proposed text in the language files. I also expect many admins will not put in another language so we need to be sure the original language shows up if they don't give a translation into the user language choice. This is not a critical issue but something that would be nice to do.
1.0
allow the title to change with language choice of user - This is a separate issue since it is a little different than other language translations. The site name is set by the admin on the admin page and varies by site (unlike buttons, etc. that are the same across all sites. We could ask the admin to edit the translation files but they may not be able to do this easily. Thus, we may need to think how to create an interface that allows the admin to enter this and then put in the proposed text in the language files. I also expect many admins will not put in another language so we need to be sure the original language shows up if they don't give a translation into the user language choice. This is not a critical issue but something that would be nice to do.
priority
allow the title to change with language choice of user this is a separate issue since it is a little different than other language translations the site name is set by the admin on the admin page and varies by site unlike buttons etc that are the same across all sites we could ask the admin to edit the translation files but they may not be able to do this easily thus we may need to think how to create an interface that allows the admin to enter this and then put in the proposed text in the language files i also expect many admins will not put in another language so we need to be sure the original language shows up if they don t give a translation into the user language choice this is not a critical issue but something that would be nice to do
1
78,860
3,518,394,499
IssuesEvent
2016-01-12 12:41:32
fgpv-vpgf/fgpv-vpgf
https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf
opened
refactor(ui): convert (small) image assets to data uri
priority: low type: perf type: refactor
Datatables uses small images for up/down sorting arrows. We can convert these (and other tiny assets) to data uris and include them with the styles.
1.0
refactor(ui): convert (small) image assets to data uri - Datatables uses small images for up/down sorting arrows. We can convert these (and other tiny assets) to data uris and include them with the styles.
priority
refactor ui convert small image assets to data uri datatables uses small images for up down sorting arrows we can convert these and other tiny assets to data uris and include them with the styles
1
229,601
7,581,783,445
IssuesEvent
2018-04-25 00:05:27
SparkDevNetwork/Rock
https://api.github.com/repos/SparkDevNetwork/Rock
closed
Error in WorkFlow Adding Person to New Family.
Fixed in v7.4 Priority: Low Status: Available Status: Confirmed Topic: Workflows Type: Bug
### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Can you reproduce the problem on a fresh install or the [demo site](http://rock.rocksolidchurchdemo.com/)? * Did you include your Rock version number and [client culture](https://github.com/SparkDevNetwork/Rock/wiki/Environment-and-Diagnostics-Information) setting? * Did you [perform a cursory search](https://github.com/issues?q=is%3Aissue+user%3ASparkDevNetwork+-repo%3ASparkDevNetwork%2FSlack) to see if your bug or enhancement is already reported? ### Description (I'm new to Rock development and this is my first bug report.) In a Workflow, trying to add a second person to a new family generates an exception. ### Steps to Reproduce 1. Create a workflow with two Person attributes and one Group attribute. 2. Use Person Attribute From Fields to create a Person1 in Rock. 3. Use a Lava Run workflow with {{ Workflow | Attribute:'Person1','Object' | Groups:'10','All' | First | Property:'Group.Guid' }} to get the newly created Family. 4. Use Person Attribute From Fields to create Person2 in Rock. 5. Use Group Member Add from Attribute to add second person to Family. 6. Error! **Expected behavior:** Successful add. **Actual behavior:** Error dump at top of page. The error occurs in AddPersonToGroupAttributeTo.cs public class AddPersonToGroupWFAttribute. if ( groupGuid.HasValue ) { group = new GroupService( rockContext ).Get( groupGuid.Value ); if ( group != null ) { // use the group's grouptype's default group role if a group role wasn't specified groupRoleId = group.GroupType.DefaultGroupRoleId; } } The issue is that group is not null but group.GroupType is null so it can't get the default role. Adding the lines below fixes the issue but I don't know if that is the proper fix because it seems like GroupService should not be returning a null GroupType object. if (group.GroupType == null) { group.GroupType = new GroupTypeService(rockContext).Get(group.GroupTypeId); } ### Versions * **Rock Version:** 7.3 * **Client Culture Setting:** Azure servers
1.0
Error in WorkFlow Adding Person to New Family. - ### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Can you reproduce the problem on a fresh install or the [demo site](http://rock.rocksolidchurchdemo.com/)? * Did you include your Rock version number and [client culture](https://github.com/SparkDevNetwork/Rock/wiki/Environment-and-Diagnostics-Information) setting? * Did you [perform a cursory search](https://github.com/issues?q=is%3Aissue+user%3ASparkDevNetwork+-repo%3ASparkDevNetwork%2FSlack) to see if your bug or enhancement is already reported? ### Description (I'm new to Rock development and this is my first bug report.) In a Workflow, trying to add a second person to a new family generates an exception. ### Steps to Reproduce 1. Create a workflow with two Person attributes and one Group attribute. 2. Use Person Attribute From Fields to create a Person1 in Rock. 3. Use a Lava Run workflow with {{ Workflow | Attribute:'Person1','Object' | Groups:'10','All' | First | Property:'Group.Guid' }} to get the newly created Family. 4. Use Person Attribute From Fields to create Person2 in Rock. 5. Use Group Member Add from Attribute to add second person to Family. 6. Error! **Expected behavior:** Successful add. **Actual behavior:** Error dump at top of page. The error occurs in AddPersonToGroupAttributeTo.cs public class AddPersonToGroupWFAttribute. if ( groupGuid.HasValue ) { group = new GroupService( rockContext ).Get( groupGuid.Value ); if ( group != null ) { // use the group's grouptype's default group role if a group role wasn't specified groupRoleId = group.GroupType.DefaultGroupRoleId; } } The issue is that group is not null but group.GroupType is null so it can't get the default role. Adding the lines below fixes the issue but I don't know if that is the proper fix because it seems like GroupService should not be returning a null GroupType object. if (group.GroupType == null) { group.GroupType = new GroupTypeService(rockContext).Get(group.GroupTypeId); } ### Versions * **Rock Version:** 7.3 * **Client Culture Setting:** Azure servers
priority
error in workflow adding person to new family prerequisites put an x between the brackets on this line if you have done all of the following can you reproduce the problem on a fresh install or the did you include your rock version number and setting did you to see if your bug or enhancement is already reported description i m new to rock development and this is my first bug report in a workflow trying to add a second person to a new family generates an exception steps to reproduce create a workflow with two person attributes and one group attribute use person attribute from fields to create a in rock use a lava run workflow with workflow attribute object groups all first property group guid to get the newly created family use person attribute from fields to create in rock use group member add from attribute to add second person to family error expected behavior successful add actual behavior error dump at top of page the error occurs in addpersontogroupattributeto cs public class addpersontogroupwfattribute if groupguid hasvalue group new groupservice rockcontext get groupguid value if group null use the group s grouptype s default group role if a group role wasn t specified grouproleid group grouptype defaultgrouproleid the issue is that group is not null but group grouptype is null so it can t get the default role adding the lines below fixes the issue but i don t know if that is the proper fix because it seems like groupservice should not be returning a null grouptype object if group grouptype null group grouptype new grouptypeservice rockcontext get group grouptypeid versions rock version client culture setting azure servers
1
247,618
7,921,010,708
IssuesEvent
2018-07-05 05:15:26
systers/volunteers-android
https://api.github.com/repos/systers/volunteers-android
closed
Fix Lint Errors
Priority: LOW Status: Available Type: Enhancement
This issue is to track the lint issues in the project and solve them. If you are going to fix a lint issue please mention as a comment about what lint issue you are working on. If the existing exported list is outdated, you can first add a new exported list and choose an issue. It is recommended that you do not pick more than two lint issues because we need to keep them if possible for the new contributors.
1.0
Fix Lint Errors - This issue is to track the lint issues in the project and solve them. If you are going to fix a lint issue please mention as a comment about what lint issue you are working on. If the existing exported list is outdated, you can first add a new exported list and choose an issue. It is recommended that you do not pick more than two lint issues because we need to keep them if possible for the new contributors.
priority
fix lint errors this issue is to track the lint issues in the project and solve them if you are going to fix a lint issue please mention as a comment about what lint issue you are working on if the existing exported list is outdated you can first add a new exported list and choose an issue it is recommended that you do not pick more than two lint issues because we need to keep them if possible for the new contributors
1
461,724
13,234,962,051
IssuesEvent
2020-08-18 17:11:36
PyTorchLightning/pytorch-lightning
https://api.github.com/repos/PyTorchLightning/pytorch-lightning
closed
Generalize i/o to other storage systems
Priority allowed_pre_1.0 discussion enhancement information needed
## 🚀 Feature ### Motivation Support checkpointing from storage systems, facebook is using this -> https://github.com/facebookresearch/fvcore/blob/master/fvcore/common/file_io.py Solution should be similar to what is[ proposed here](https://github.com/PyTorchLightning/pytorch-lightning/pull/2175).
1.0
Generalize i/o to other storage systems - ## 🚀 Feature ### Motivation Support checkpointing from storage systems, facebook is using this -> https://github.com/facebookresearch/fvcore/blob/master/fvcore/common/file_io.py Solution should be similar to what is[ proposed here](https://github.com/PyTorchLightning/pytorch-lightning/pull/2175).
priority
generalize i o to other storage systems 🚀 feature motivation support checkpointing from storage systems facebook is using this solution should be similar to what is
1
168,719
6,384,635,271
IssuesEvent
2017-08-03 05:57:21
pmem/issues
https://api.github.com/repos/pmem/issues
closed
test: obj_pmalloc_mt/TEST0: SETUP (all/pmem/debug/helgrind) fails
Exposure: Low OS: Linux Priority: 4 low Type: Bug
Fails on 981ba2fde7b30b4d6680e3689db3a903358069d4 > obj_pmalloc_mt/TEST0: SETUP (all/pmem/debug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x403C62: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== Address 0x5a8d004 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x40514A: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x40CC0E: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x41DEF1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x41EA20: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x40F4E5: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x417568: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x418867: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x418EE4: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x419006: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x40455B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== ERROR SUMMARY: 962 errors from 1 contexts (suppressed: 52295684 from 104) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=pmem BUILD=debug > obj_pmalloc_mt/TEST0: SETUP (all/pmem/nondebug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x403C62: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== Address 0x5a84c64 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x40514A: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x40CC0E: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x41DEF1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x41EA20: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x40F4E5: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x417568: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x418867: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x418EE4: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x419006: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x40455B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== ERROR SUMMARY: 80 errors from 1 contexts (suppressed: 52289851 from 103) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=pmem BUILD=nondebug > obj_pmalloc_mt/TEST0: SETUP (all/pmem/static-debug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x403B12: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== Address 0x587a004 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x404FFA: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x40CABE: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x41DDA1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x41E8D0: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x40F395: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x417418: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x418717: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x418D94: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x418EB6: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x40440B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== ERROR SUMMARY: 1147 errors from 1 contexts (suppressed: 53455681 from 106) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=pmem BUILD=static-debug > obj_pmalloc_mt/TEST0: SETUP (all/pmem/static-nondebug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x403C22: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== Address 0x5878c74 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x40510A: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x40CBCE: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x41DEB1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x41E9E0: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x40F4A5: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x417528: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x418827: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x418EA4: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x418FC6: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x40451B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== ERROR SUMMARY: 147 errors from 1 contexts (suppressed: 53604885 from 105) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=pmem BUILD=static-nondebug > obj_pmalloc_mt/TEST0: SETUP (all/non-pmem/debug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x403C62: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== Address 0x5a8d004 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x40514A: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x40CC0E: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x41DEF1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x41EA20: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x40F4E5: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x417568: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x418867: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x418EE4: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x419006: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x40455B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== ERROR SUMMARY: 991 errors from 1 contexts (suppressed: 52325406 from 99) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=non-pmem BUILD=debug > obj_pmalloc_mt/TEST0: SETUP (all/non-pmem/nondebug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x403C62: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== Address 0x5a84c64 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x40514A: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x40CC0E: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x41DEF1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x41EA20: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x40F4E5: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x417568: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x418867: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x418EE4: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x419006: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x40455B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== ERROR SUMMARY: 1373 errors from 1 contexts (suppressed: 53299750 from 105) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=non-pmem BUILD=nondebug > obj_pmalloc_mt/TEST0: SETUP (all/non-pmem/static-debug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x403B12: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== Address 0x587a014 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x404FFA: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x40CABE: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x41DDA1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x41E8D0: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x40F395: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x417418: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x418717: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x418D94: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x418EB6: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x40440B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== ERROR SUMMARY: 70 errors from 1 contexts (suppressed: 52475447 from 108) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=non-pmem BUILD=static-debug > obj_pmalloc_mt/TEST0: SETUP (all/non-pmem/static-nondebug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x403C22: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== Address 0x5878c84 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x40510A: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x40CBCE: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x41DEB1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x41E9E0: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x40F4A5: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x417528: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x418827: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x418EA4: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x418FC6: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x40451B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== ERROR SUMMARY: 553 errors from 1 contexts (suppressed: 54051918 from 103) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=non-pmem BUILD=static-nondebug > ../Makefile.inc:350: recipe for target 'TEST0' failed > make[3]: *** [TEST0] Error 1
1.0
test: obj_pmalloc_mt/TEST0: SETUP (all/pmem/debug/helgrind) fails - Fails on 981ba2fde7b30b4d6680e3689db3a903358069d4 > obj_pmalloc_mt/TEST0: SETUP (all/pmem/debug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x403C62: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== Address 0x5a8d004 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x40514A: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x40CC0E: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x41DEF1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x41EA20: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x40F4E5: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x417568: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x418867: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x418EE4: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x419006: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== by 0x40455B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==7662== ERROR SUMMARY: 962 errors from 1 contexts (suppressed: 52295684 from 104) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=pmem BUILD=debug > obj_pmalloc_mt/TEST0: SETUP (all/pmem/nondebug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x403C62: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== Address 0x5a84c64 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x40514A: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x40CC0E: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x41DEF1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x41EA20: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x40F4E5: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x417568: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x418867: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x418EE4: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x419006: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== by 0x40455B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==8071== ERROR SUMMARY: 80 errors from 1 contexts (suppressed: 52289851 from 103) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=pmem BUILD=nondebug > obj_pmalloc_mt/TEST0: SETUP (all/pmem/static-debug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x403B12: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== Address 0x587a004 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x404FFA: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x40CABE: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x41DDA1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x41E8D0: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x40F395: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x417418: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x418717: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x418D94: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x418EB6: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== by 0x40440B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==8459== ERROR SUMMARY: 1147 errors from 1 contexts (suppressed: 53455681 from 106) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=pmem BUILD=static-debug > obj_pmalloc_mt/TEST0: SETUP (all/pmem/static-nondebug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x403C22: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== Address 0x5878c74 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x40510A: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x40CBCE: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x41DEB1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x41E9E0: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x40F4A5: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x417528: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x418827: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x418EA4: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x418FC6: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== by 0x40451B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==8872== ERROR SUMMARY: 147 errors from 1 contexts (suppressed: 53604885 from 105) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=pmem BUILD=static-nondebug > obj_pmalloc_mt/TEST0: SETUP (all/non-pmem/debug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x403C62: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== Address 0x5a8d004 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x40514A: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x40CC0E: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x41DEF1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x41EA20: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x40F4E5: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x417568: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x418867: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x418EE4: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x419006: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== by 0x40455B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==9262== ERROR SUMMARY: 991 errors from 1 contexts (suppressed: 52325406 from 99) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=non-pmem BUILD=debug > obj_pmalloc_mt/TEST0: SETUP (all/non-pmem/nondebug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x403C62: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== Address 0x5a84c64 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x40514A: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x40CC0E: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x41DEF1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x41EA20: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x40F4E5: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x417568: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x418867: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x418EE4: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x419006: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== by 0x40455B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==9675== ERROR SUMMARY: 1373 errors from 1 contexts (suppressed: 53299750 from 105) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=non-pmem BUILD=nondebug > obj_pmalloc_mt/TEST0: SETUP (all/non-pmem/static-debug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x403B12: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== Address 0x587a014 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x404FFA: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x40CABE: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x41DDA1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x41E8D0: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x40F395: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x417418: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x418717: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x418D94: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x418EB6: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== by 0x40440B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==10072== ERROR SUMMARY: 70 errors from 1 contexts (suppressed: 52475447 from 108) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=non-pmem BUILD=static-debug > obj_pmalloc_mt/TEST0: SETUP (all/non-pmem/static-nondebug/helgrind) > obj_pmalloc_mt/TEST0: START: obj_pmalloc_mt > obj_pmalloc_mt/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below. > yes: standard output: Broken pipe > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x403C22: realloc_worker (obj_pmalloc_mt.c:80) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== Address 0x5878c84 is 20 bytes inside a block of size 163,841 alloc'd > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== at 0x4C2CF9E: malloc (vg_replace_malloc.c:296) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x40510A: alloc_class_collection_new (alloc_class.c:433) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x40CBCE: heap_boot (heap.c:1115) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x41DEB1: palloc_boot (palloc.c:498) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x41E9E0: pmalloc_boot (pmalloc.c:275) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x40F4A5: lane_recover_and_section_boot (lane.c:304) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x417528: obj_boot (obj.c:729) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x418827: obj_runtime_init (obj.c:1096) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x418EA4: pmemobj_createU (obj.c:1254) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x418FC6: pmemobj_create (obj.c:1287) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== by 0x40451B: main (obj_pmalloc_mt.c:213) > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== Block was alloc'd by thread #1 > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== For counts of detected and suppressed errors, rerun with: -v > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== Use --history-level=approx or =none to gain increased speed, at > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== the cost of reduced accuracy of conflicting-access information > obj_pmalloc_mt/TEST0 helgrind0.log ==10479== ERROR SUMMARY: 553 errors from 1 contexts (suppressed: 54051918 from 103) > RUNTESTS: stopping: obj_pmalloc_mt/TEST0 failed, TEST=all FS=non-pmem BUILD=static-nondebug > ../Makefile.inc:350: recipe for target 'TEST0' failed > make[3]: *** [TEST0] Error 1
priority
test obj pmalloc mt setup all pmem debug helgrind fails fails on obj pmalloc mt setup all pmem debug helgrind obj pmalloc mt start obj pmalloc mt obj pmalloc mt failed with valgrind see log first lines below yes standard output broken pipe obj pmalloc mt log by realloc worker obj pmalloc mt c obj pmalloc mt log address is bytes inside a block of size alloc d obj pmalloc mt log at malloc vg replace malloc c obj pmalloc mt log by alloc class collection new alloc class c obj pmalloc mt log by heap boot heap c obj pmalloc mt log by palloc boot palloc c obj pmalloc mt log by pmalloc boot pmalloc c obj pmalloc mt log by lane recover and section boot lane c obj pmalloc mt log by obj boot obj c obj pmalloc mt log by obj runtime init obj c obj pmalloc mt log by pmemobj createu obj c obj pmalloc mt log by pmemobj create obj c obj pmalloc mt log by main obj pmalloc mt c obj pmalloc mt log block was alloc d by thread obj pmalloc mt log obj pmalloc mt log obj pmalloc mt log for counts of detected and suppressed errors rerun with v obj pmalloc mt log use history level approx or none to gain increased speed at obj pmalloc mt log the cost of reduced accuracy of conflicting access information obj pmalloc mt log error summary errors from contexts suppressed from runtests stopping obj pmalloc mt failed test all fs pmem build debug obj pmalloc mt setup all pmem nondebug helgrind obj pmalloc mt start obj pmalloc mt obj pmalloc mt failed with valgrind see log first lines below yes standard output broken pipe obj pmalloc mt log by realloc worker obj pmalloc mt c obj pmalloc mt log address is bytes inside a block of size alloc d obj pmalloc mt log at malloc vg replace malloc c obj pmalloc mt log by alloc class collection new alloc class c obj pmalloc mt log by heap boot heap c obj pmalloc mt log by palloc boot palloc c obj pmalloc mt log by pmalloc boot pmalloc c obj pmalloc mt log by lane recover and section boot lane c obj pmalloc mt log by obj boot obj c obj pmalloc mt log by obj runtime init obj c obj pmalloc mt log by pmemobj createu obj c obj pmalloc mt log by pmemobj create obj c obj pmalloc mt log by main obj pmalloc mt c obj pmalloc mt log block was alloc d by thread obj pmalloc mt log obj pmalloc mt log obj pmalloc mt log for counts of detected and suppressed errors rerun with v obj pmalloc mt log use history level approx or none to gain increased speed at obj pmalloc mt log the cost of reduced accuracy of conflicting access information obj pmalloc mt log error summary errors from contexts suppressed from runtests stopping obj pmalloc mt failed test all fs pmem build nondebug obj pmalloc mt setup all pmem static debug helgrind obj pmalloc mt start obj pmalloc mt obj pmalloc mt failed with valgrind see log first lines below yes standard output broken pipe obj pmalloc mt log by realloc worker obj pmalloc mt c obj pmalloc mt log address is bytes inside a block of size alloc d obj pmalloc mt log at malloc vg replace malloc c obj pmalloc mt log by alloc class collection new alloc class c obj pmalloc mt log by heap boot heap c obj pmalloc mt log by palloc boot palloc c obj pmalloc mt log by pmalloc boot pmalloc c obj pmalloc mt log by lane recover and section boot lane c obj pmalloc mt log by obj boot obj c obj pmalloc mt log by obj runtime init obj c obj pmalloc mt log by pmemobj createu obj c obj pmalloc mt log by pmemobj create obj c obj pmalloc mt log by main obj pmalloc mt c obj pmalloc mt log block was alloc d by thread obj pmalloc mt log obj pmalloc mt log obj pmalloc mt log for counts of detected and suppressed errors rerun with v obj pmalloc mt log use history level approx or none to gain increased speed at obj pmalloc mt log the cost of reduced accuracy of conflicting access information obj pmalloc mt log error summary errors from contexts suppressed from runtests stopping obj pmalloc mt failed test all fs pmem build static debug obj pmalloc mt setup all pmem static nondebug helgrind obj pmalloc mt start obj pmalloc mt obj pmalloc mt failed with valgrind see log first lines below yes standard output broken pipe obj pmalloc mt log by realloc worker obj pmalloc mt c obj pmalloc mt log address is bytes inside a block of size alloc d obj pmalloc mt log at malloc vg replace malloc c obj pmalloc mt log by alloc class collection new alloc class c obj pmalloc mt log by heap boot heap c obj pmalloc mt log by palloc boot palloc c obj pmalloc mt log by pmalloc boot pmalloc c obj pmalloc mt log by lane recover and section boot lane c obj pmalloc mt log by obj boot obj c obj pmalloc mt log by obj runtime init obj c obj pmalloc mt log by pmemobj createu obj c obj pmalloc mt log by pmemobj create obj c obj pmalloc mt log by main obj pmalloc mt c obj pmalloc mt log block was alloc d by thread obj pmalloc mt log obj pmalloc mt log obj pmalloc mt log for counts of detected and suppressed errors rerun with v obj pmalloc mt log use history level approx or none to gain increased speed at obj pmalloc mt log the cost of reduced accuracy of conflicting access information obj pmalloc mt log error summary errors from contexts suppressed from runtests stopping obj pmalloc mt failed test all fs pmem build static nondebug obj pmalloc mt setup all non pmem debug helgrind obj pmalloc mt start obj pmalloc mt obj pmalloc mt failed with valgrind see log first lines below yes standard output broken pipe obj pmalloc mt log by realloc worker obj pmalloc mt c obj pmalloc mt log address is bytes inside a block of size alloc d obj pmalloc mt log at malloc vg replace malloc c obj pmalloc mt log by alloc class collection new alloc class c obj pmalloc mt log by heap boot heap c obj pmalloc mt log by palloc boot palloc c obj pmalloc mt log by pmalloc boot pmalloc c obj pmalloc mt log by lane recover and section boot lane c obj pmalloc mt log by obj boot obj c obj pmalloc mt log by obj runtime init obj c obj pmalloc mt log by pmemobj createu obj c obj pmalloc mt log by pmemobj create obj c obj pmalloc mt log by main obj pmalloc mt c obj pmalloc mt log block was alloc d by thread obj pmalloc mt log obj pmalloc mt log obj pmalloc mt log for counts of detected and suppressed errors rerun with v obj pmalloc mt log use history level approx or none to gain increased speed at obj pmalloc mt log the cost of reduced accuracy of conflicting access information obj pmalloc mt log error summary errors from contexts suppressed from runtests stopping obj pmalloc mt failed test all fs non pmem build debug obj pmalloc mt setup all non pmem nondebug helgrind obj pmalloc mt start obj pmalloc mt obj pmalloc mt failed with valgrind see log first lines below yes standard output broken pipe obj pmalloc mt log by realloc worker obj pmalloc mt c obj pmalloc mt log address is bytes inside a block of size alloc d obj pmalloc mt log at malloc vg replace malloc c obj pmalloc mt log by alloc class collection new alloc class c obj pmalloc mt log by heap boot heap c obj pmalloc mt log by palloc boot palloc c obj pmalloc mt log by pmalloc boot pmalloc c obj pmalloc mt log by lane recover and section boot lane c obj pmalloc mt log by obj boot obj c obj pmalloc mt log by obj runtime init obj c obj pmalloc mt log by pmemobj createu obj c obj pmalloc mt log by pmemobj create obj c obj pmalloc mt log by main obj pmalloc mt c obj pmalloc mt log block was alloc d by thread obj pmalloc mt log obj pmalloc mt log obj pmalloc mt log for counts of detected and suppressed errors rerun with v obj pmalloc mt log use history level approx or none to gain increased speed at obj pmalloc mt log the cost of reduced accuracy of conflicting access information obj pmalloc mt log error summary errors from contexts suppressed from runtests stopping obj pmalloc mt failed test all fs non pmem build nondebug obj pmalloc mt setup all non pmem static debug helgrind obj pmalloc mt start obj pmalloc mt obj pmalloc mt failed with valgrind see log first lines below yes standard output broken pipe obj pmalloc mt log by realloc worker obj pmalloc mt c obj pmalloc mt log address is bytes inside a block of size alloc d obj pmalloc mt log at malloc vg replace malloc c obj pmalloc mt log by alloc class collection new alloc class c obj pmalloc mt log by heap boot heap c obj pmalloc mt log by palloc boot palloc c obj pmalloc mt log by pmalloc boot pmalloc c obj pmalloc mt log by lane recover and section boot lane c obj pmalloc mt log by obj boot obj c obj pmalloc mt log by obj runtime init obj c obj pmalloc mt log by pmemobj createu obj c obj pmalloc mt log by pmemobj create obj c obj pmalloc mt log by main obj pmalloc mt c obj pmalloc mt log block was alloc d by thread obj pmalloc mt log obj pmalloc mt log obj pmalloc mt log for counts of detected and suppressed errors rerun with v obj pmalloc mt log use history level approx or none to gain increased speed at obj pmalloc mt log the cost of reduced accuracy of conflicting access information obj pmalloc mt log error summary errors from contexts suppressed from runtests stopping obj pmalloc mt failed test all fs non pmem build static debug obj pmalloc mt setup all non pmem static nondebug helgrind obj pmalloc mt start obj pmalloc mt obj pmalloc mt failed with valgrind see log first lines below yes standard output broken pipe obj pmalloc mt log by realloc worker obj pmalloc mt c obj pmalloc mt log address is bytes inside a block of size alloc d obj pmalloc mt log at malloc vg replace malloc c obj pmalloc mt log by alloc class collection new alloc class c obj pmalloc mt log by heap boot heap c obj pmalloc mt log by palloc boot palloc c obj pmalloc mt log by pmalloc boot pmalloc c obj pmalloc mt log by lane recover and section boot lane c obj pmalloc mt log by obj boot obj c obj pmalloc mt log by obj runtime init obj c obj pmalloc mt log by pmemobj createu obj c obj pmalloc mt log by pmemobj create obj c obj pmalloc mt log by main obj pmalloc mt c obj pmalloc mt log block was alloc d by thread obj pmalloc mt log obj pmalloc mt log obj pmalloc mt log for counts of detected and suppressed errors rerun with v obj pmalloc mt log use history level approx or none to gain increased speed at obj pmalloc mt log the cost of reduced accuracy of conflicting access information obj pmalloc mt log error summary errors from contexts suppressed from runtests stopping obj pmalloc mt failed test all fs non pmem build static nondebug makefile inc recipe for target failed make error
1
530,257
15,419,326,756
IssuesEvent
2021-03-05 10:00:40
ooni/probe
https://api.github.com/repos/ooni/probe
closed
Support Dark Mode for iOS >= 13 and Android
effort/XL enhancement ooni/probe-mobile platform/ios priority/low ux
Since iOS 13 Apple introduced a Dark Mode that is automatically enabled when it's night. https://nshipster.com/dark-mode/ https://developer.apple.com/documentation/appkit/supporting_dark_mode_in_your_interface/ https://developer.apple.com/videos/play/wwdc2019/214/ https://www.raywenderlich.com/10718147-supporting-dark-mode-adapting-your-app-to-support-dark-mode We need to redesign the screens to support this new mode, at the moment I disabled dark mode globally in the app as it doesn't look so good. ![IMG_0214](https://user-images.githubusercontent.com/1616097/66728742-61c0f580-ee79-11e9-995c-88798f01d0c0.PNG) ![IMG_0215](https://user-images.githubusercontent.com/1616097/66728743-61c0f580-ee79-11e9-8a6f-415cb8c73547.PNG)
1.0
Support Dark Mode for iOS >= 13 and Android - Since iOS 13 Apple introduced a Dark Mode that is automatically enabled when it's night. https://nshipster.com/dark-mode/ https://developer.apple.com/documentation/appkit/supporting_dark_mode_in_your_interface/ https://developer.apple.com/videos/play/wwdc2019/214/ https://www.raywenderlich.com/10718147-supporting-dark-mode-adapting-your-app-to-support-dark-mode We need to redesign the screens to support this new mode, at the moment I disabled dark mode globally in the app as it doesn't look so good. ![IMG_0214](https://user-images.githubusercontent.com/1616097/66728742-61c0f580-ee79-11e9-995c-88798f01d0c0.PNG) ![IMG_0215](https://user-images.githubusercontent.com/1616097/66728743-61c0f580-ee79-11e9-8a6f-415cb8c73547.PNG)
priority
support dark mode for ios and android since ios apple introduced a dark mode that is automatically enabled when it s night we need to redesign the screens to support this new mode at the moment i disabled dark mode globally in the app as it doesn t look so good
1
482,788
13,913,309,680
IssuesEvent
2020-10-20 20:14:35
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Upgrade Module Speciality icon updates
Category: Art Priority: Low
Some of the icons seem really out of place or use other object icons. I have made a list of the ones I think should have new icons. - [ ] Baking upgrade item-advanced - [ ] Carpentry -Advanced - [ ] Carpentry -Basic - [ ] Cooking upgrade -advanced - [ ] Farming upgrade- basic - [ ] Glassworking- modern - [ ] Logging -basic - [ ] mechanic-modern - [ ] mining -advanced maybe - [ ] mining -modern
1.0
Upgrade Module Speciality icon updates - Some of the icons seem really out of place or use other object icons. I have made a list of the ones I think should have new icons. - [ ] Baking upgrade item-advanced - [ ] Carpentry -Advanced - [ ] Carpentry -Basic - [ ] Cooking upgrade -advanced - [ ] Farming upgrade- basic - [ ] Glassworking- modern - [ ] Logging -basic - [ ] mechanic-modern - [ ] mining -advanced maybe - [ ] mining -modern
priority
upgrade module speciality icon updates some of the icons seem really out of place or use other object icons i have made a list of the ones i think should have new icons baking upgrade item advanced carpentry advanced carpentry basic cooking upgrade advanced farming upgrade basic glassworking modern logging basic mechanic modern mining advanced maybe mining modern
1
43,959
2,894,538,379
IssuesEvent
2015-06-16 00:37:45
MDAnalysis/mdanalysis
https://api.github.com/repos/MDAnalysis/mdanalysis
closed
add RMSF calculation to analysis.rms
Component-Analysis enhancement Priority-Low usability
The `analysis.rms` module is lacking a basic RMSF (residue root mean square fluctuations) calculation. @dotsdl wrote the following recently that could be used as a basis for a `RMSF` class similar to `RMSD`: ```python def get_rmsf(atomgroup, step=1): """Get RMSF of given atoms as a function of residue C-alphas. :Arguments: *atomgroup* atomgroup for which C-alpha RMSF will be calculated over *step* frame step :Returns: *rmsf* rmsf as a function of C-alpha atom """ CA = atomgroup.selectAtoms('name CA') # need two cumulative arrays cumsum = np.zeros((CA.numberOfAtoms(), 3)) cumsum2 = np.array(cumsum) atomgroup.universe.trajectory[0] com = CA.centerOfMass() i=0 for frame in atomgroup.universe.trajectory[::step]: i+=1 print '\rFrame {}'.format(frame.frame), cumsum = cumsum + (CA.positions - com) cumsum2 = cumsum2 + (CA.positions - com)**2 component_rmsf2 = cumsum2/i - (cumsum/i)**2 return pd.Series(np.sqrt(component_rmsf2.sum(1)), index=CA.resnums()) ``` (pandas optional...)
1.0
add RMSF calculation to analysis.rms - The `analysis.rms` module is lacking a basic RMSF (residue root mean square fluctuations) calculation. @dotsdl wrote the following recently that could be used as a basis for a `RMSF` class similar to `RMSD`: ```python def get_rmsf(atomgroup, step=1): """Get RMSF of given atoms as a function of residue C-alphas. :Arguments: *atomgroup* atomgroup for which C-alpha RMSF will be calculated over *step* frame step :Returns: *rmsf* rmsf as a function of C-alpha atom """ CA = atomgroup.selectAtoms('name CA') # need two cumulative arrays cumsum = np.zeros((CA.numberOfAtoms(), 3)) cumsum2 = np.array(cumsum) atomgroup.universe.trajectory[0] com = CA.centerOfMass() i=0 for frame in atomgroup.universe.trajectory[::step]: i+=1 print '\rFrame {}'.format(frame.frame), cumsum = cumsum + (CA.positions - com) cumsum2 = cumsum2 + (CA.positions - com)**2 component_rmsf2 = cumsum2/i - (cumsum/i)**2 return pd.Series(np.sqrt(component_rmsf2.sum(1)), index=CA.resnums()) ``` (pandas optional...)
priority
add rmsf calculation to analysis rms the analysis rms module is lacking a basic rmsf residue root mean square fluctuations calculation dotsdl wrote the following recently that could be used as a basis for a rmsf class similar to rmsd python def get rmsf atomgroup step get rmsf of given atoms as a function of residue c alphas arguments atomgroup atomgroup for which c alpha rmsf will be calculated over step frame step returns rmsf rmsf as a function of c alpha atom ca atomgroup selectatoms name ca need two cumulative arrays cumsum np zeros ca numberofatoms np array cumsum atomgroup universe trajectory com ca centerofmass i for frame in atomgroup universe trajectory i print rframe format frame frame cumsum cumsum ca positions com ca positions com component i cumsum i return pd series np sqrt component sum index ca resnums pandas optional
1
776,293
27,254,698,081
IssuesEvent
2023-02-22 10:37:41
SirEndii/AdvancedPeripherals
https://api.github.com/repos/SirEndii/AdvancedPeripherals
closed
[Suggestion] InventoryManager list items in connected inventory
enhancement Priority-Low Fixed/Added in dev 1.18x 1.19x
### Describe your idea It'd be nice if there was a way to list the items inside an Inventory Manager's connected inventory. Currently "list()" lists all the items inside of a player's inventory. So something like listInv("top") to return a list of items inside whatever inventory is connected. ### Describe alternatives you've considered if you've any Currently you are able to do something like this by just connect the inventory that the Inventory Manager uses to the computer network. It'd just be nice if you didn't have to do this extra step. ### Additional context _No response_ ### Linked Issues _No response_
1.0
[Suggestion] InventoryManager list items in connected inventory - ### Describe your idea It'd be nice if there was a way to list the items inside an Inventory Manager's connected inventory. Currently "list()" lists all the items inside of a player's inventory. So something like listInv("top") to return a list of items inside whatever inventory is connected. ### Describe alternatives you've considered if you've any Currently you are able to do something like this by just connect the inventory that the Inventory Manager uses to the computer network. It'd just be nice if you didn't have to do this extra step. ### Additional context _No response_ ### Linked Issues _No response_
priority
inventorymanager list items in connected inventory describe your idea it d be nice if there was a way to list the items inside an inventory manager s connected inventory currently list lists all the items inside of a player s inventory so something like listinv top to return a list of items inside whatever inventory is connected describe alternatives you ve considered if you ve any currently you are able to do something like this by just connect the inventory that the inventory manager uses to the computer network it d just be nice if you didn t have to do this extra step additional context no response linked issues no response
1
198,688
6,975,763,650
IssuesEvent
2017-12-12 08:38:23
taniman/profit-trailer
https://api.github.com/repos/taniman/profit-trailer
closed
Weekly/Daily profit in BTC + USD
enhancement frontend low priority
Add subtext for current USD earning. Current profit * current BTC/USD price Low priority, enhancement
1.0
Weekly/Daily profit in BTC + USD - Add subtext for current USD earning. Current profit * current BTC/USD price Low priority, enhancement
priority
weekly daily profit in btc usd add subtext for current usd earning current profit current btc usd price low priority enhancement
1
290,694
8,902,833,033
IssuesEvent
2019-01-17 08:52:09
open-learning-exchange/planet
https://api.github.com/repos/open-learning-exchange/planet
closed
ManagerDashboard update nation layout
low priority question
It would be better to show the courses or resources counts available or disable the button if not any available . <img width="1438" alt="screenshot 2018-12-13 20 40 26" src="https://user-images.githubusercontent.com/6964191/49946625-78c04f80-ff17-11e8-9b0c-49ada371f14c.png">
1.0
ManagerDashboard update nation layout - It would be better to show the courses or resources counts available or disable the button if not any available . <img width="1438" alt="screenshot 2018-12-13 20 40 26" src="https://user-images.githubusercontent.com/6964191/49946625-78c04f80-ff17-11e8-9b0c-49ada371f14c.png">
priority
managerdashboard update nation layout it would be better to show the courses or resources counts available or disable the button if not any available img width alt screenshot src
1
152,028
5,831,823,601
IssuesEvent
2017-05-08 20:18:32
DDMAL/Neon.js
https://api.github.com/repos/DDMAL/Neon.js
closed
Organize the JS files into MVC folders
Cosmetic Low Priority
Right now, all the JS files in src are in one big folder. Would be more organized and readable if all the code was separated into MVC folders.
1.0
Organize the JS files into MVC folders - Right now, all the JS files in src are in one big folder. Would be more organized and readable if all the code was separated into MVC folders.
priority
organize the js files into mvc folders right now all the js files in src are in one big folder would be more organized and readable if all the code was separated into mvc folders
1
106,319
4,269,947,521
IssuesEvent
2016-07-13 03:50:44
adamhalasz/cloudgate
https://api.github.com/repos/adamhalasz/cloudgate
closed
Server API
feature request Low Priority To-Do
## The Problem Collection Schemas/Models are required on Initialization to index the database with Complex Keys for Filtered Get Requests. Adding Views Manually into the source code is not just tedious but very hard to scale and share because it will create different versions of CloudGate. ## The Solution Configure CloudGate with Node.js Methods instead of JSON Config Files to simplify installation and configuration just like any other NPM Module. ## Requirements ### API Methods - [x] initialize with Port and SSL options - [x] db.set - [x] db.get - [x] db.connect - [x] db.start - [x] db.index ### Unit Testing - [x] refactor unit testing suite for the new exported CloudGate class Something like: ## Examples ```js // Require the CloudGate Module var CloudGate = require('cloudgate'); // Create new CloudGate Instance var db = new CloudGate(8000) // Configure couchdb db.couchdb({ host: 'http://localhost:5984' username: 'admin', password: 'admin' }) // Configure authentication db.auth({ identityKey: 'name', passwordKey: 'password', identityCollection: 'users' }) // Create a collection db.collection('posts', { '_id': 'string', 'creator': 'string', 'permissions': 'object', 'updatedAt': 'date', 'createdAt': 'date', 'title': 'string', 'body': 'string', 'comments': 'array' }) // Create a new role db.role('owner', { get: '*' put: '*' post: '*' delete: '*' }) // Create a server side relation db.relate.from('posts.comments').to('comments._id') // Start the Service db.start() ``` ### Methods ``` new CloudGate(port, httpOptions) db.auth(value) db.role(name, value) db.collection(name, value) db.relate.from(localPath).to(foreighPath) db.couchdb(conifg) db.start() ```
1.0
Server API - ## The Problem Collection Schemas/Models are required on Initialization to index the database with Complex Keys for Filtered Get Requests. Adding Views Manually into the source code is not just tedious but very hard to scale and share because it will create different versions of CloudGate. ## The Solution Configure CloudGate with Node.js Methods instead of JSON Config Files to simplify installation and configuration just like any other NPM Module. ## Requirements ### API Methods - [x] initialize with Port and SSL options - [x] db.set - [x] db.get - [x] db.connect - [x] db.start - [x] db.index ### Unit Testing - [x] refactor unit testing suite for the new exported CloudGate class Something like: ## Examples ```js // Require the CloudGate Module var CloudGate = require('cloudgate'); // Create new CloudGate Instance var db = new CloudGate(8000) // Configure couchdb db.couchdb({ host: 'http://localhost:5984' username: 'admin', password: 'admin' }) // Configure authentication db.auth({ identityKey: 'name', passwordKey: 'password', identityCollection: 'users' }) // Create a collection db.collection('posts', { '_id': 'string', 'creator': 'string', 'permissions': 'object', 'updatedAt': 'date', 'createdAt': 'date', 'title': 'string', 'body': 'string', 'comments': 'array' }) // Create a new role db.role('owner', { get: '*' put: '*' post: '*' delete: '*' }) // Create a server side relation db.relate.from('posts.comments').to('comments._id') // Start the Service db.start() ``` ### Methods ``` new CloudGate(port, httpOptions) db.auth(value) db.role(name, value) db.collection(name, value) db.relate.from(localPath).to(foreighPath) db.couchdb(conifg) db.start() ```
priority
server api the problem collection schemas models are required on initialization to index the database with complex keys for filtered get requests adding views manually into the source code is not just tedious but very hard to scale and share because it will create different versions of cloudgate the solution configure cloudgate with node js methods instead of json config files to simplify installation and configuration just like any other npm module requirements api methods initialize with port and ssl options db set db get db connect db start db index unit testing refactor unit testing suite for the new exported cloudgate class something like examples js require the cloudgate module var cloudgate require cloudgate create new cloudgate instance var db new cloudgate configure couchdb db couchdb host username admin password admin configure authentication db auth identitykey name passwordkey password identitycollection users create a collection db collection posts id string creator string permissions object updatedat date createdat date title string body string comments array create a new role db role owner get put post delete create a server side relation db relate from posts comments to comments id start the service db start methods new cloudgate port httpoptions db auth value db role name value db collection name value db relate from localpath to foreighpath db couchdb conifg db start
1
584,331
17,421,294,365
IssuesEvent
2021-08-04 01:52:14
UCSD-E4E/Pyrenote
https://api.github.com/repos/UCSD-E4E/Pyrenote
closed
In Project.py, check that label values are in the range of all possible label values
dev: backend priority: low
where there is if label_type_id not in [1, 2]: replcae [1,2] with a call to the labels_type table to get all label types, making it easier to add new label types in the future don't include in refractor
1.0
In Project.py, check that label values are in the range of all possible label values - where there is if label_type_id not in [1, 2]: replcae [1,2] with a call to the labels_type table to get all label types, making it easier to add new label types in the future don't include in refractor
priority
in project py check that label values are in the range of all possible label values where there is if label type id not in replcae with a call to the labels type table to get all label types making it easier to add new label types in the future don t include in refractor
1
329,890
10,026,218,815
IssuesEvent
2019-07-17 05:52:44
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
closed
(Minor) Wrong placement of pumpkin object? Midsummer Fire Festival
Priority - Low
<!-- IF YOU DO NOT FILL THIS TEMPLATE OUT, WE WILL CLOSE YOUR ISSUE! --> <!-- This template is for problem reports, for feature suggestion etc... feel free to edit it. If this is a crash report, upload the crashlog on https://gist.github.com/ For issues containing a fix, please create a Pull Request following this tutorial: http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request --> <!-- WRITE A RELEVANT TITLE --> (Minor) Wrong placement of pumpkin object? Midsummer Fire Festival ##### SMALL DESCRIPTION: <!-- Add a one line description of the bug --> Wrong placement of pumpkin object? Midsummer Fire Festival ##### EXPECTED BLIZZLIKE BEHAVIOUR: <!-- Describe how it should be working without the bug. --> No pumpkin on live server ##### CURRENT BEHAVIOUR: <!-- Describe the bug in detail. Database to link spells, NPCs, quests etc https://wowgaming.altervista.org/aowow/ --> No pumpkins at all on midsummer fire festival ![pumpkin](https://user-images.githubusercontent.com/18629476/60638447-08483400-9e51-11e9-86f8-9caf36245ba0.jpg) ##### STEPS TO REPRODUCE THE PROBLEM: <!-- Describe precisely how to reproduce the bug so we can fix it or confirm its existence: - Which commands to use? Which NPC to teleport to? - Do we need to have debug flags on Cmake? - Do we need to look at the console while the bug happens? - Other steps --> 1. Tele Silvermoon City 2. Find pumpkin! ##### EXTRA NOTES: <!-- Any information that can help the developers to identify and fix the issue should be put here. Examples: - was this bug always present in AzerothCore? if it was introduced after a change, please mention it - the code line(s) that cause the issue - does this feature work in other server appplications (e.g. CMaNGOS, TrinityCore, etc...) ? --> ##### BRANCH(ES): <!-- Specify the branch(es) affected by this issue: master, 0.x, 1.x, or another branch. --> master ##### AC HASH/COMMIT: <!-- IF YOU DO NOT FILL THIS OUT, WE WILL CLOSE YOUR ISSUE! NEVER WRITE "LATEST", ALWAYS PUT THE ACTUAL VALUE INSTEAD. Find the commit hash (unique identifier) by running "git log" on your own clone of AzerothCore or by looking at here https://github.com/azerothcore/azerothcore-wotlk/commits/master --> 5086af8190e82cf134ed6eed2d15406bb6daf64d ##### OPERATING SYSTEM: <!-- Windows 7/10, Debian 8/9/10, Ubuntu 16/18 etc... --> Ubuntu 16/18 ##### MODULES: <!-- Are you using modules? If yes, list them (note them down in a .txt for opening future issues) --> ##### OTHER CUSTOMIZATIONS: <!-- Are you using any extra script? - Did you apply any core patch/diff? - Did you modify your database? - Or do you have other customizations? If yes please specify them here. --> <!-- ------------------------- THE END ------------------------------ Thank you for your contribution. If you use AzerothCore regularly, we really NEED your help to: - TEST our fixes ( http://www.azerothcore.org/wiki/Contribute#how-to-test-a-pull-request ) - Report issues - Improve the documentation/wiki With your help the project can evolve much quicker! --> <!-- NOTE: If you intend to contribute more than once, you should really join us on our discord channel! We set cosmetic ranks for our contributors and may give access to special resources/knowledge to them! The link is on our site http://azerothcore.org/ --> <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/76450152-minor-wrong-placement-of-pumpkin-object-midsummer-fire-festival?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
(Minor) Wrong placement of pumpkin object? Midsummer Fire Festival - <!-- IF YOU DO NOT FILL THIS TEMPLATE OUT, WE WILL CLOSE YOUR ISSUE! --> <!-- This template is for problem reports, for feature suggestion etc... feel free to edit it. If this is a crash report, upload the crashlog on https://gist.github.com/ For issues containing a fix, please create a Pull Request following this tutorial: http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request --> <!-- WRITE A RELEVANT TITLE --> (Minor) Wrong placement of pumpkin object? Midsummer Fire Festival ##### SMALL DESCRIPTION: <!-- Add a one line description of the bug --> Wrong placement of pumpkin object? Midsummer Fire Festival ##### EXPECTED BLIZZLIKE BEHAVIOUR: <!-- Describe how it should be working without the bug. --> No pumpkin on live server ##### CURRENT BEHAVIOUR: <!-- Describe the bug in detail. Database to link spells, NPCs, quests etc https://wowgaming.altervista.org/aowow/ --> No pumpkins at all on midsummer fire festival ![pumpkin](https://user-images.githubusercontent.com/18629476/60638447-08483400-9e51-11e9-86f8-9caf36245ba0.jpg) ##### STEPS TO REPRODUCE THE PROBLEM: <!-- Describe precisely how to reproduce the bug so we can fix it or confirm its existence: - Which commands to use? Which NPC to teleport to? - Do we need to have debug flags on Cmake? - Do we need to look at the console while the bug happens? - Other steps --> 1. Tele Silvermoon City 2. Find pumpkin! ##### EXTRA NOTES: <!-- Any information that can help the developers to identify and fix the issue should be put here. Examples: - was this bug always present in AzerothCore? if it was introduced after a change, please mention it - the code line(s) that cause the issue - does this feature work in other server appplications (e.g. CMaNGOS, TrinityCore, etc...) ? --> ##### BRANCH(ES): <!-- Specify the branch(es) affected by this issue: master, 0.x, 1.x, or another branch. --> master ##### AC HASH/COMMIT: <!-- IF YOU DO NOT FILL THIS OUT, WE WILL CLOSE YOUR ISSUE! NEVER WRITE "LATEST", ALWAYS PUT THE ACTUAL VALUE INSTEAD. Find the commit hash (unique identifier) by running "git log" on your own clone of AzerothCore or by looking at here https://github.com/azerothcore/azerothcore-wotlk/commits/master --> 5086af8190e82cf134ed6eed2d15406bb6daf64d ##### OPERATING SYSTEM: <!-- Windows 7/10, Debian 8/9/10, Ubuntu 16/18 etc... --> Ubuntu 16/18 ##### MODULES: <!-- Are you using modules? If yes, list them (note them down in a .txt for opening future issues) --> ##### OTHER CUSTOMIZATIONS: <!-- Are you using any extra script? - Did you apply any core patch/diff? - Did you modify your database? - Or do you have other customizations? If yes please specify them here. --> <!-- ------------------------- THE END ------------------------------ Thank you for your contribution. If you use AzerothCore regularly, we really NEED your help to: - TEST our fixes ( http://www.azerothcore.org/wiki/Contribute#how-to-test-a-pull-request ) - Report issues - Improve the documentation/wiki With your help the project can evolve much quicker! --> <!-- NOTE: If you intend to contribute more than once, you should really join us on our discord channel! We set cosmetic ranks for our contributors and may give access to special resources/knowledge to them! The link is on our site http://azerothcore.org/ --> <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/76450152-minor-wrong-placement-of-pumpkin-object-midsummer-fire-festival?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github). </bountysource-plugin>
priority
minor wrong placement of pumpkin object midsummer fire festival this template is for problem reports for feature suggestion etc feel free to edit it if this is a crash report upload the crashlog on for issues containing a fix please create a pull request following this tutorial minor wrong placement of pumpkin object midsummer fire festival small description wrong placement of pumpkin object midsummer fire festival expected blizzlike behaviour no pumpkin on live server current behaviour no pumpkins at all on midsummer fire festival steps to reproduce the problem describe precisely how to reproduce the bug so we can fix it or confirm its existence which commands to use which npc to teleport to do we need to have debug flags on cmake do we need to look at the console while the bug happens other steps tele silvermoon city find pumpkin extra notes any information that can help the developers to identify and fix the issue should be put here examples was this bug always present in azerothcore if it was introduced after a change please mention it the code line s that cause the issue does this feature work in other server appplications e g cmangos trinitycore etc branch es master ac hash commit if you do not fill this out we will close your issue never write latest always put the actual value instead find the commit hash unique identifier by running git log on your own clone of azerothcore or by looking at here operating system ubuntu modules other customizations are you using any extra script did you apply any core patch diff did you modify your database or do you have other customizations if yes please specify them here the end thank you for your contribution if you use azerothcore regularly we really need your help to test our fixes report issues improve the documentation wiki with your help the project can evolve much quicker note if you intend to contribute more than once you should really join us on our discord channel we set cosmetic ranks for our contributors and may give access to special resources knowledge to them the link is on our site want to back this issue we accept bounties via
1
608,328
18,835,886,065
IssuesEvent
2021-11-11 00:47:41
bounswe/2021SpringGroup3
https://api.github.com/repos/bounswe/2021SpringGroup3
closed
Organizing Meetings Notes
Status: Completed Priority: Low Type: Organization Component: Wiki
Meetings notes should be organized and documented as: * Group meetings * Backend meetings * Frontend meetings * Mobile meetings These pages should be created and their links should be added to the sidebar & homepage. **Deadline**: 31.10.2021
1.0
Organizing Meetings Notes - Meetings notes should be organized and documented as: * Group meetings * Backend meetings * Frontend meetings * Mobile meetings These pages should be created and their links should be added to the sidebar & homepage. **Deadline**: 31.10.2021
priority
organizing meetings notes meetings notes should be organized and documented as group meetings backend meetings frontend meetings mobile meetings these pages should be created and their links should be added to the sidebar homepage deadline
1
40,120
2,865,821,764
IssuesEvent
2015-06-05 01:08:05
calblueprint/phc
https://api.github.com/repos/calblueprint/phc
closed
Disable sending multiple requests
low priority
In our database, we have duplicate entries for the same person, I think because people pushed the submit button twice. So can we make sure the submit button for registration is disabled when a HTTP request is currently occurring. There are about ~40 records that were duplicated.
1.0
Disable sending multiple requests - In our database, we have duplicate entries for the same person, I think because people pushed the submit button twice. So can we make sure the submit button for registration is disabled when a HTTP request is currently occurring. There are about ~40 records that were duplicated.
priority
disable sending multiple requests in our database we have duplicate entries for the same person i think because people pushed the submit button twice so can we make sure the submit button for registration is disabled when a http request is currently occurring there are about records that were duplicated
1
707,449
24,307,285,895
IssuesEvent
2022-09-29 18:36:50
6A1AC71C-60A7/disassembler
https://api.github.com/repos/6A1AC71C-60A7/disassembler
opened
[TOKENIZER] Modifiers handling is unfinished
enhancement low priority
Modifiers (`operand READ | WRITE`,` affected flags`) are handled but only for `unprefixed` instructions which resolution is performed directly through the lookup table. The same work must be done (create and fill lookup tables) for the `0x0F`, `0x0F38` and `0x0F3A` prefixes. Also for indexing, extensions, addons, overwrittings, ... ### NOTE: Maybe the kind of affected flags varies across the processor extensions. This may lead to more issues.
1.0
[TOKENIZER] Modifiers handling is unfinished - Modifiers (`operand READ | WRITE`,` affected flags`) are handled but only for `unprefixed` instructions which resolution is performed directly through the lookup table. The same work must be done (create and fill lookup tables) for the `0x0F`, `0x0F38` and `0x0F3A` prefixes. Also for indexing, extensions, addons, overwrittings, ... ### NOTE: Maybe the kind of affected flags varies across the processor extensions. This may lead to more issues.
priority
modifiers handling is unfinished modifiers operand read write affected flags are handled but only for unprefixed instructions which resolution is performed directly through the lookup table the same work must be done create and fill lookup tables for the and prefixes also for indexing extensions addons overwrittings note maybe the kind of affected flags varies across the processor extensions this may lead to more issues
1
329,455
10,020,043,681
IssuesEvent
2019-07-16 11:39:01
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
SQL: Transparent retries in case data was not returned to a user yet
Estimation Required Module: SQL Priority: Low Source: Internal Team: Core Type: Enhancement
There is a number of failures scenarios assuming that user can re-try the query immediately. E.g. concurrent migration and member leaves. We can perform transparent retries if we are sure that no data has been returned to the user yet. Proposed implementation: - Track whether the user consumed at least one row - If retry is possible (i.e. transient exception is caught) cancel current query and start a new one from scratch - Control the number of retries to avoid infinite loops
1.0
SQL: Transparent retries in case data was not returned to a user yet - There is a number of failures scenarios assuming that user can re-try the query immediately. E.g. concurrent migration and member leaves. We can perform transparent retries if we are sure that no data has been returned to the user yet. Proposed implementation: - Track whether the user consumed at least one row - If retry is possible (i.e. transient exception is caught) cancel current query and start a new one from scratch - Control the number of retries to avoid infinite loops
priority
sql transparent retries in case data was not returned to a user yet there is a number of failures scenarios assuming that user can re try the query immediately e g concurrent migration and member leaves we can perform transparent retries if we are sure that no data has been returned to the user yet proposed implementation track whether the user consumed at least one row if retry is possible i e transient exception is caught cancel current query and start a new one from scratch control the number of retries to avoid infinite loops
1
555,985
16,472,649,975
IssuesEvent
2021-05-23 18:21:47
sopra-fs21-group-15/server
https://api.github.com/repos/sopra-fs21-group-15/server
closed
Smooth pictures
low priority
Change the drawing API call to accept a list of brushstrokes at a time to make sure that less information gets dropped and the picture is just as smooth for the guesser as it is for the drawer.
1.0
Smooth pictures - Change the drawing API call to accept a list of brushstrokes at a time to make sure that less information gets dropped and the picture is just as smooth for the guesser as it is for the drawer.
priority
smooth pictures change the drawing api call to accept a list of brushstrokes at a time to make sure that less information gets dropped and the picture is just as smooth for the guesser as it is for the drawer
1
269,158
8,432,556,470
IssuesEvent
2018-10-17 02:42:37
minetest/minetest
https://api.github.com/repos/minetest/minetest
closed
not_in_creative_inventory group is not documented
@ Documentation Low priority Request / Suggestion
##### Issue type <!-- Pick one below and delete others --> - Documentation issue ##### Summary <!-- Describe your problem here --> `not_in_creative_inventory` is missing from the lua_api.txt. Should probably be listed under [Special Groups](https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L1526-L1553). Not that it is a huge problem, but I got really confused when I was searching for it to make sure I got the name right...
1.0
not_in_creative_inventory group is not documented - ##### Issue type <!-- Pick one below and delete others --> - Documentation issue ##### Summary <!-- Describe your problem here --> `not_in_creative_inventory` is missing from the lua_api.txt. Should probably be listed under [Special Groups](https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L1526-L1553). Not that it is a huge problem, but I got really confused when I was searching for it to make sure I got the name right...
priority
not in creative inventory group is not documented issue type documentation issue summary not in creative inventory is missing from the lua api txt should probably be listed under not that it is a huge problem but i got really confused when i was searching for it to make sure i got the name right
1
789,810
27,806,527,170
IssuesEvent
2023-03-17 20:30:50
ScicraftLearn/Minelabs
https://api.github.com/repos/ScicraftLearn/Minelabs
closed
The Box of Schrödinger's Cat
low priority shrodinger
Texture for the box to put our zombie cat in. For now I suggest we go with the zombie noises and either spawning a live cat or its loot, so no new cat texture is required.
1.0
The Box of Schrödinger's Cat - Texture for the box to put our zombie cat in. For now I suggest we go with the zombie noises and either spawning a live cat or its loot, so no new cat texture is required.
priority
the box of schrödinger s cat texture for the box to put our zombie cat in for now i suggest we go with the zombie noises and either spawning a live cat or its loot so no new cat texture is required
1
585,337
17,485,248,062
IssuesEvent
2021-08-09 10:08:51
rism-digital/verovio
https://api.github.com/repos/rism-digital/verovio
opened
Editorial accidental refinements
feature request low priority
Related to issue https://github.com/rism-digital/verovio/issues/2322 which allowed small editorial accidentals to be enclosed in parentheses and brackets, there could be some enhancement in the visual placements of parentheses/brackets around small editorial accidentals. The current tight spacing makes it difficult to see the difference between editorial accidentals in an enclosure and not in an enclosure (particularly for parentheses). <img width="907" alt="Screen Shot 2021-08-09 at 11 51 16 AM" src="https://user-images.githubusercontent.com/3487289/128689193-9d4b18d4-506b-4a6b-98b9-490340a4c784.png"> <details> <summary> Click to view MEI data for above example. </summary> ```xml <?xml version="1.0" encoding="UTF-8"?> <?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> <?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> <mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="4.0.0"> <meiHead> <fileDesc> <titleStmt> <title /> </titleStmt> <pubStmt /> </fileDesc> <encodingDesc> <appInfo> <application isodate="2021-08-09T11:52:56" version="3.6.0-dev-0abf482-dirty"> <name>Verovio</name> <p>Transcoded from Humdrum</p> </application> </appInfo> </encodingDesc> <workList> <work> <title /> </work> </workList> </meiHead> <music> <body> <mdiv xml:id="mdiv-0000000222374883"> <score xml:id="score-0000002091737657"> <scoreDef xml:id="scoredef-0000000210598957"> <staffGrp xml:id="staffgrp-0000000978835965"> <staffDef xml:id="staffdef-0000000169064387" n="1" lines="5"> <clef xml:id="clef-0000002110967572" shape="G" line="2" /> <meterSig xml:id="metersig-L2F1" count="4" unit="4" /> </staffDef> </staffGrp> </scoreDef> <section xml:id="section-L1F1"> <measure xml:id="measure-L1" n="1"> <staff xml:id="staff-0000001191213448" n="1"> <layer xml:id="layer-L1F1N1" n="1"> <note xml:id="note-L4F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L4F1" accid="s" func="edit" enclose="paren" /> </note> <note xml:id="note-L5F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L5F1" accid="n" func="edit" enclose="paren" /> </note> <note xml:id="note-L6F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L6F1" accid="f" func="edit" enclose="paren" /> </note> <note xml:id="note-L7F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L7F1" accid="ff" func="edit" enclose="paren" /> </note> <note xml:id="note-L8F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L8F1" accid="x" func="edit" enclose="paren" /> </note> </layer> </staff> </measure> <measure xml:id="measure-L9"> <staff xml:id="staff-L9F1N1" n="1"> <layer xml:id="layer-L9F1N1" n="1"> <note xml:id="note-L10F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L10F1" accid="s" func="edit" enclose="brack" /> </note> <note xml:id="note-L11F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L11F1" accid="n" func="edit" enclose="brack" /> </note> <note xml:id="note-L12F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L12F1" accid="f" func="edit" enclose="brack" /> </note> <note xml:id="note-L13F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L13F1" accid="ff" func="edit" enclose="brack" /> </note> <note xml:id="note-L14F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L14F1" accid="x" func="edit" enclose="brack" /> </note> </layer> </staff> </measure> <measure xml:id="measure-L15"> <staff xml:id="staff-L15F1N1" n="1"> <layer xml:id="layer-L15F1N1" n="1"> <note xml:id="note-L16F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L16F1" accid="s" enclose="paren" /> </note> <note xml:id="note-L17F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L17F1" accid="n" enclose="paren" /> </note> <note xml:id="note-L18F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L18F1" accid="f" enclose="paren" /> </note> <note xml:id="note-L19F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L19F1" accid="ff" enclose="paren" /> </note> <note xml:id="note-L20F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L20F1" accid="x" enclose="paren" /> </note> </layer> </staff> </measure> <measure xml:id="measure-L21"> <staff xml:id="staff-L21F1N1" n="1"> <layer xml:id="layer-L21F1N1" n="1"> <note xml:id="note-L22F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L22F1" accid="s" enclose="brack" /> </note> <note xml:id="note-L23F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L23F1" accid="n" enclose="brack" /> </note> <note xml:id="note-L24F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L24F1" accid="f" enclose="brack" /> </note> <note xml:id="note-L25F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L25F1" accid="ff" enclose="brack" /> </note> <note xml:id="note-L26F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L26F1" accid="x" enclose="brack" /> </note> </layer> </staff> </measure> </section> </score> </mdiv> </body> </music> </mei> ``` </details> Parentheses/brackets around regular-sized accidentals look fine (last two measures), but in many cases the parentheses/brackets are too close to the accidental when it is small and above the note. When the parentheses/brackets are on regular accidentals, the tight spacing is good because (1) the accidentals are larger, and (2) it is usually desirable to minimize the width of the accidentals to reduce stretching out the music. For smaller accidentals above the notes, keeping the enclosures compact is not as necessary, so it would be useful to add padding space between the enclosure and accidental: * The worst case are small naturals and flats above the notes enclosed in parentheses. It would good to add enough space so that the parentheses endpoints do not visually touch the accidentals. For flats, only the left side needs some padding, since the right side does not have problems with the parenthese endpoints. The double flat has the same property. The sharp is not too bad, but a tiny bit of space on both sides might be better. The double sharp looks good as it is. * When a bracket is used, there is less problem since there is a 90 degree angle at the junction between the parenthese endpoints and the accidental which it touches. But like with parentheses, a little more space between the enclosure and the accidental would increase readability.
1.0
Editorial accidental refinements - Related to issue https://github.com/rism-digital/verovio/issues/2322 which allowed small editorial accidentals to be enclosed in parentheses and brackets, there could be some enhancement in the visual placements of parentheses/brackets around small editorial accidentals. The current tight spacing makes it difficult to see the difference between editorial accidentals in an enclosure and not in an enclosure (particularly for parentheses). <img width="907" alt="Screen Shot 2021-08-09 at 11 51 16 AM" src="https://user-images.githubusercontent.com/3487289/128689193-9d4b18d4-506b-4a6b-98b9-490340a4c784.png"> <details> <summary> Click to view MEI data for above example. </summary> ```xml <?xml version="1.0" encoding="UTF-8"?> <?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> <?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> <mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="4.0.0"> <meiHead> <fileDesc> <titleStmt> <title /> </titleStmt> <pubStmt /> </fileDesc> <encodingDesc> <appInfo> <application isodate="2021-08-09T11:52:56" version="3.6.0-dev-0abf482-dirty"> <name>Verovio</name> <p>Transcoded from Humdrum</p> </application> </appInfo> </encodingDesc> <workList> <work> <title /> </work> </workList> </meiHead> <music> <body> <mdiv xml:id="mdiv-0000000222374883"> <score xml:id="score-0000002091737657"> <scoreDef xml:id="scoredef-0000000210598957"> <staffGrp xml:id="staffgrp-0000000978835965"> <staffDef xml:id="staffdef-0000000169064387" n="1" lines="5"> <clef xml:id="clef-0000002110967572" shape="G" line="2" /> <meterSig xml:id="metersig-L2F1" count="4" unit="4" /> </staffDef> </staffGrp> </scoreDef> <section xml:id="section-L1F1"> <measure xml:id="measure-L1" n="1"> <staff xml:id="staff-0000001191213448" n="1"> <layer xml:id="layer-L1F1N1" n="1"> <note xml:id="note-L4F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L4F1" accid="s" func="edit" enclose="paren" /> </note> <note xml:id="note-L5F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L5F1" accid="n" func="edit" enclose="paren" /> </note> <note xml:id="note-L6F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L6F1" accid="f" func="edit" enclose="paren" /> </note> <note xml:id="note-L7F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L7F1" accid="ff" func="edit" enclose="paren" /> </note> <note xml:id="note-L8F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L8F1" accid="x" func="edit" enclose="paren" /> </note> </layer> </staff> </measure> <measure xml:id="measure-L9"> <staff xml:id="staff-L9F1N1" n="1"> <layer xml:id="layer-L9F1N1" n="1"> <note xml:id="note-L10F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L10F1" accid="s" func="edit" enclose="brack" /> </note> <note xml:id="note-L11F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L11F1" accid="n" func="edit" enclose="brack" /> </note> <note xml:id="note-L12F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L12F1" accid="f" func="edit" enclose="brack" /> </note> <note xml:id="note-L13F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L13F1" accid="ff" func="edit" enclose="brack" /> </note> <note xml:id="note-L14F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L14F1" accid="x" func="edit" enclose="brack" /> </note> </layer> </staff> </measure> <measure xml:id="measure-L15"> <staff xml:id="staff-L15F1N1" n="1"> <layer xml:id="layer-L15F1N1" n="1"> <note xml:id="note-L16F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L16F1" accid="s" enclose="paren" /> </note> <note xml:id="note-L17F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L17F1" accid="n" enclose="paren" /> </note> <note xml:id="note-L18F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L18F1" accid="f" enclose="paren" /> </note> <note xml:id="note-L19F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L19F1" accid="ff" enclose="paren" /> </note> <note xml:id="note-L20F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L20F1" accid="x" enclose="paren" /> </note> </layer> </staff> </measure> <measure xml:id="measure-L21"> <staff xml:id="staff-L21F1N1" n="1"> <layer xml:id="layer-L21F1N1" n="1"> <note xml:id="note-L22F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L22F1" accid="s" enclose="brack" /> </note> <note xml:id="note-L23F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L23F1" accid="n" enclose="brack" /> </note> <note xml:id="note-L24F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L24F1" accid="f" enclose="brack" /> </note> <note xml:id="note-L25F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L25F1" accid="ff" enclose="brack" /> </note> <note xml:id="note-L26F1" dur="4" oct="5" pname="c"> <accid xml:id="accid-L26F1" accid="x" enclose="brack" /> </note> </layer> </staff> </measure> </section> </score> </mdiv> </body> </music> </mei> ``` </details> Parentheses/brackets around regular-sized accidentals look fine (last two measures), but in many cases the parentheses/brackets are too close to the accidental when it is small and above the note. When the parentheses/brackets are on regular accidentals, the tight spacing is good because (1) the accidentals are larger, and (2) it is usually desirable to minimize the width of the accidentals to reduce stretching out the music. For smaller accidentals above the notes, keeping the enclosures compact is not as necessary, so it would be useful to add padding space between the enclosure and accidental: * The worst case are small naturals and flats above the notes enclosed in parentheses. It would good to add enough space so that the parentheses endpoints do not visually touch the accidentals. For flats, only the left side needs some padding, since the right side does not have problems with the parenthese endpoints. The double flat has the same property. The sharp is not too bad, but a tiny bit of space on both sides might be better. The double sharp looks good as it is. * When a bracket is used, there is less problem since there is a 90 degree angle at the junction between the parenthese endpoints and the accidental which it touches. But like with parentheses, a little more space between the enclosure and the accidental would increase readability.
priority
editorial accidental refinements related to issue which allowed small editorial accidentals to be enclosed in parentheses and brackets there could be some enhancement in the visual placements of parentheses brackets around small editorial accidentals the current tight spacing makes it difficult to see the difference between editorial accidentals in an enclosure and not in an enclosure particularly for parentheses img width alt screen shot at am src click to view mei data for above example xml xml model href type application xml schematypens xml model href type application xml schematypens verovio transcoded from humdrum parentheses brackets around regular sized accidentals look fine last two measures but in many cases the parentheses brackets are too close to the accidental when it is small and above the note when the parentheses brackets are on regular accidentals the tight spacing is good because the accidentals are larger and it is usually desirable to minimize the width of the accidentals to reduce stretching out the music for smaller accidentals above the notes keeping the enclosures compact is not as necessary so it would be useful to add padding space between the enclosure and accidental the worst case are small naturals and flats above the notes enclosed in parentheses it would good to add enough space so that the parentheses endpoints do not visually touch the accidentals for flats only the left side needs some padding since the right side does not have problems with the parenthese endpoints the double flat has the same property the sharp is not too bad but a tiny bit of space on both sides might be better the double sharp looks good as it is when a bracket is used there is less problem since there is a degree angle at the junction between the parenthese endpoints and the accidental which it touches but like with parentheses a little more space between the enclosure and the accidental would increase readability
1
453,909
13,091,879,786
IssuesEvent
2020-08-03 07:31:23
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
0.9 Update description for Cloth Belt, Shorts, Garden boots
Category: UI Priority: Low Status: Fixed
2 first have old and incorrect tooltip, garden boots not have tooltip.
1.0
0.9 Update description for Cloth Belt, Shorts, Garden boots - 2 first have old and incorrect tooltip, garden boots not have tooltip.
priority
update description for cloth belt shorts garden boots first have old and incorrect tooltip garden boots not have tooltip
1
92,194
3,868,754,343
IssuesEvent
2016-04-10 05:33:42
cs2103jan2016-t16-4j/main
https://api.github.com/repos/cs2103jan2016-t16-4j/main
closed
A user can quick add tasks by ctrl a on a date box
cancelled priority.low type.story
As a user, I want to add certain tasks quickly by using a hot key on a gui so that it is convenient. (ctrl a on a date will add a text to the cli such as "add | on that selected date) where | is the cursor focus.
1.0
A user can quick add tasks by ctrl a on a date box - As a user, I want to add certain tasks quickly by using a hot key on a gui so that it is convenient. (ctrl a on a date will add a text to the cli such as "add | on that selected date) where | is the cursor focus.
priority
a user can quick add tasks by ctrl a on a date box as a user i want to add certain tasks quickly by using a hot key on a gui so that it is convenient ctrl a on a date will add a text to the cli such as add on that selected date where is the cursor focus
1
285,611
8,767,161,631
IssuesEvent
2018-12-17 18:55:25
workcraft/workcraft
https://api.github.com/repos/workcraft/workcraft
opened
Better handling of name clash exception
enhancement priority:low status:confirmed tag:core tag:ui
_Input name already taken_ error message with OK could suggest to automatically rename the match: * OK - rename the matched node automatically and proceed with assigning the entered name. * Cancel - do not rename anything.
1.0
Better handling of name clash exception - _Input name already taken_ error message with OK could suggest to automatically rename the match: * OK - rename the matched node automatically and proceed with assigning the entered name. * Cancel - do not rename anything.
priority
better handling of name clash exception input name already taken error message with ok could suggest to automatically rename the match ok rename the matched node automatically and proceed with assigning the entered name cancel do not rename anything
1
291,566
8,933,209,077
IssuesEvent
2019-01-23 00:58:25
tilezen/vector-datasource
https://api.github.com/repos/tilezen/vector-datasource
closed
Hide early parking when no area, show parking areas earlier
in review priority low send to staging
``` hide-until-z18-no-area: filter: $zoom: { max: 18 } area: false kind: [bench, parking, waste_basket] draw: mapzen_icon_library: visible: false ```
1.0
Hide early parking when no area, show parking areas earlier - ``` hide-until-z18-no-area: filter: $zoom: { max: 18 } area: false kind: [bench, parking, waste_basket] draw: mapzen_icon_library: visible: false ```
priority
hide early parking when no area show parking areas earlier hide until no area filter zoom max area false kind draw mapzen icon library visible false
1
822,302
30,864,317,923
IssuesEvent
2023-08-03 06:53:33
Automattic/woocommerce-payments
https://api.github.com/repos/Automattic/woocommerce-payments
closed
Jetpack "Return to your site" button redirects to Stripe KYC flow instead of returning to site
type: bug priority: low component: onboarding category: core
**Describe the bug** It seems there is no easy way to go back to the site once started WC Payments setup through the Home Screen Task. **To Reproduce** Steps to reproduce the behavior: 1. Create a new JN site. 2. Upload WC 4.7 Beta1. 3. Complete onboarding (US store + select to install free business extensions). 4. Once on the Home Screen, click on the task to set up WC Payments. 5. You will be presented with the modal to connect to WC.com/Jetpack - complete it. 6. Next, you will see the beginning of the WC Payments setup process. 7. At this point, try to go back to the site. The only way to do that seems to be using the browser's back button. 8. Please see below the gif of what happens - basically, you get back to the WC.com/Jetpack modal - from there you can go back to the site using 2 different ways (through the button and the link) but none of these take you back to the site. Instead, you are taken back to the WC Payments setup modal: ![](http://g.recordit.co/nBteB0H9aj.gif) **Expected behavior** I expected to be able to easily go back to the site if I didn't want to set up WC Payments right away. **Screenshots** See gif above. **Desktop (please complete the following information):** * OS: macOS Catalina 10.15.6 * Browser: Chrome * Version: 86.0.4240.80 (Official Build) (x86_64) **Additional context** N/A.
1.0
Jetpack "Return to your site" button redirects to Stripe KYC flow instead of returning to site - **Describe the bug** It seems there is no easy way to go back to the site once started WC Payments setup through the Home Screen Task. **To Reproduce** Steps to reproduce the behavior: 1. Create a new JN site. 2. Upload WC 4.7 Beta1. 3. Complete onboarding (US store + select to install free business extensions). 4. Once on the Home Screen, click on the task to set up WC Payments. 5. You will be presented with the modal to connect to WC.com/Jetpack - complete it. 6. Next, you will see the beginning of the WC Payments setup process. 7. At this point, try to go back to the site. The only way to do that seems to be using the browser's back button. 8. Please see below the gif of what happens - basically, you get back to the WC.com/Jetpack modal - from there you can go back to the site using 2 different ways (through the button and the link) but none of these take you back to the site. Instead, you are taken back to the WC Payments setup modal: ![](http://g.recordit.co/nBteB0H9aj.gif) **Expected behavior** I expected to be able to easily go back to the site if I didn't want to set up WC Payments right away. **Screenshots** See gif above. **Desktop (please complete the following information):** * OS: macOS Catalina 10.15.6 * Browser: Chrome * Version: 86.0.4240.80 (Official Build) (x86_64) **Additional context** N/A.
priority
jetpack return to your site button redirects to stripe kyc flow instead of returning to site describe the bug it seems there is no easy way to go back to the site once started wc payments setup through the home screen task to reproduce steps to reproduce the behavior create a new jn site upload wc complete onboarding us store select to install free business extensions once on the home screen click on the task to set up wc payments you will be presented with the modal to connect to wc com jetpack complete it next you will see the beginning of the wc payments setup process at this point try to go back to the site the only way to do that seems to be using the browser s back button please see below the gif of what happens basically you get back to the wc com jetpack modal from there you can go back to the site using different ways through the button and the link but none of these take you back to the site instead you are taken back to the wc payments setup modal expected behavior i expected to be able to easily go back to the site if i didn t want to set up wc payments right away screenshots see gif above desktop please complete the following information os macos catalina browser chrome version official build additional context n a
1
78,743
3,516,811,101
IssuesEvent
2016-01-12 02:08:27
18F/college-choice
https://api.github.com/repos/18F/college-choice
closed
Data site analytics: Data from all search requests
Backlog Bang 2 - Med Bang For Buck 1 - Low Buck 2 - Med Priority 2 Scrub (Sabrina) Stage 2 - Research
As a product team member, I would like to see analytics for data from all search requests (ie, I want to be able to answer "what's the most popular data summary/filter" etc)
1.0
Data site analytics: Data from all search requests - As a product team member, I would like to see analytics for data from all search requests (ie, I want to be able to answer "what's the most popular data summary/filter" etc)
priority
data site analytics data from all search requests as a product team member i would like to see analytics for data from all search requests ie i want to be able to answer what s the most popular data summary filter etc
1
292,634
8,960,463,375
IssuesEvent
2019-01-28 06:01:25
Text-Mining/Persian-NER
https://api.github.com/repos/Text-Mining/Persian-NER
opened
Moderators should get approval sentences from Panel API
Effort: Low Priority: Medium Product: Mobile App Product: Web App Type: enhancement
Instead of a random sentence, moderators should get a tagged sentence for approval This will affect the mobile app too
1.0
Moderators should get approval sentences from Panel API - Instead of a random sentence, moderators should get a tagged sentence for approval This will affect the mobile app too
priority
moderators should get approval sentences from panel api instead of a random sentence moderators should get a tagged sentence for approval this will affect the mobile app too
1
308,731
9,449,188,021
IssuesEvent
2019-04-16 00:42:44
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
soc/x86/apollo_lake/soc_gpio.h: leading zeros on decimal constants
bug priority: low
**Describe the bug** Some constants intended to be in base 10 are unintentionally in base 8, and are therefore malformed, e.g.,: `#define APL_GPIO_8 08` The leading zeroes should be stripped. The compiler will choke on these if they're used.
1.0
soc/x86/apollo_lake/soc_gpio.h: leading zeros on decimal constants - **Describe the bug** Some constants intended to be in base 10 are unintentionally in base 8, and are therefore malformed, e.g.,: `#define APL_GPIO_8 08` The leading zeroes should be stripped. The compiler will choke on these if they're used.
priority
soc apollo lake soc gpio h leading zeros on decimal constants describe the bug some constants intended to be in base are unintentionally in base and are therefore malformed e g define apl gpio the leading zeroes should be stripped the compiler will choke on these if they re used
1
370,442
10,932,415,358
IssuesEvent
2019-11-23 17:33:26
bounswe/bounswe2019group8
https://api.github.com/repos/bounswe/bounswe2019group8
closed
Add cronjob decoration to fill parities
Backend Effort: Low New feature Priority: High
**Actions:** 1. Added cronjob decoration for fill parities 1. Added kronos to installed apps. 1. Configured cronjob to work every 30 mins (job approximately take 17 mins). **Notes:** 1. In order to make it work, you need to execute the following: ``` python manage.py installtasks ``` **Deadline:** 22.11.2019
1.0
Add cronjob decoration to fill parities - **Actions:** 1. Added cronjob decoration for fill parities 1. Added kronos to installed apps. 1. Configured cronjob to work every 30 mins (job approximately take 17 mins). **Notes:** 1. In order to make it work, you need to execute the following: ``` python manage.py installtasks ``` **Deadline:** 22.11.2019
priority
add cronjob decoration to fill parities actions added cronjob decoration for fill parities added kronos to installed apps configured cronjob to work every mins job approximately take mins notes in order to make it work you need to execute the following python manage py installtasks deadline
1
750,584
26,207,046,213
IssuesEvent
2023-01-04 00:13:01
apify-projects/store-crawler-google-places
https://api.github.com/repos/apify-projects/store-crawler-google-places
closed
Add hotel prices to output
enhancement low priority
I tried to run the actor with several parameter combinations to scrape "Hotels" data for a specific location (url input) and it seems that the "price" field is not being scraped, All the rest is working perfectly. I'm attaching a sample output. Thanks for the help [dataset_crawler-google-places_2022-05-05_11-42-53-698.xlsx](https://github.com/drobnikj/crawler-google-places/files/8631700/dataset_crawler-google-places_2022-05-05_11-42-53-698.xlsx)
1.0
Add hotel prices to output - I tried to run the actor with several parameter combinations to scrape "Hotels" data for a specific location (url input) and it seems that the "price" field is not being scraped, All the rest is working perfectly. I'm attaching a sample output. Thanks for the help [dataset_crawler-google-places_2022-05-05_11-42-53-698.xlsx](https://github.com/drobnikj/crawler-google-places/files/8631700/dataset_crawler-google-places_2022-05-05_11-42-53-698.xlsx)
priority
add hotel prices to output i tried to run the actor with several parameter combinations to scrape hotels data for a specific location url input and it seems that the price field is not being scraped all the rest is working perfectly i m attaching a sample output thanks for the help
1
438,920
12,663,431,506
IssuesEvent
2020-06-18 01:20:18
theypsilon/Update_All_MiSTer
https://api.github.com/repos/theypsilon/Update_All_MiSTer
closed
Feature: Try to identify and remove broken symlinks from the _Organized folder
enhancement low priority
Not sure if it's better to do it here or in https://github.com/MAME-GETTER/_arcade-organizer Apparently they break when copying the _Organized folder under Windows.
1.0
Feature: Try to identify and remove broken symlinks from the _Organized folder - Not sure if it's better to do it here or in https://github.com/MAME-GETTER/_arcade-organizer Apparently they break when copying the _Organized folder under Windows.
priority
feature try to identify and remove broken symlinks from the organized folder not sure if it s better to do it here or in apparently they break when copying the organized folder under windows
1
406,767
11,902,665,655
IssuesEvent
2020-03-30 14:17:00
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
closed
Run through end-to-end virtual hearings flow
Priority: High Product: caseflow-hearings Stakeholder: BVA Team: Tango 💃
In advance of pilot, run through the end-to-end virtual hearings flow in UAT to ensure seamless connectivity after adjustments to timezones, Granicus, Pexip, and other integrations. - [x] Set up UAT - [x] Run through test scripts Test email - [x] Confirm "from" address - [x] Confirm email is sending with new key - [x] Confirm timezones by testing hearing scheduled for another (non-east coast) timezone - [x] Forward emails to stakeholders for content review Test Pexip - [x] Set up UAT - [x] Live test that the the emails send from Caseflow also allow the judge, user, and POA (using our email addresses for testing) to join the hearing - [ ] Email Pexip with screenshot of the conferences before the jobs run - [x] Check portal to ensure the jobs have deleted the conferences - [x] Wait for Pexip's email confirmation the following day that the Caseflow job has deleted the hearing ## Background Test script from our last round of dogfooding / end-to-end testing, for context: https://github.com/department-of-veterans-affairs/appeals-team/blob/master/qa/test-plans/virtualhearingsDogfooding-2020-01-13.md
1.0
Run through end-to-end virtual hearings flow - In advance of pilot, run through the end-to-end virtual hearings flow in UAT to ensure seamless connectivity after adjustments to timezones, Granicus, Pexip, and other integrations. - [x] Set up UAT - [x] Run through test scripts Test email - [x] Confirm "from" address - [x] Confirm email is sending with new key - [x] Confirm timezones by testing hearing scheduled for another (non-east coast) timezone - [x] Forward emails to stakeholders for content review Test Pexip - [x] Set up UAT - [x] Live test that the the emails send from Caseflow also allow the judge, user, and POA (using our email addresses for testing) to join the hearing - [ ] Email Pexip with screenshot of the conferences before the jobs run - [x] Check portal to ensure the jobs have deleted the conferences - [x] Wait for Pexip's email confirmation the following day that the Caseflow job has deleted the hearing ## Background Test script from our last round of dogfooding / end-to-end testing, for context: https://github.com/department-of-veterans-affairs/appeals-team/blob/master/qa/test-plans/virtualhearingsDogfooding-2020-01-13.md
priority
run through end to end virtual hearings flow in advance of pilot run through the end to end virtual hearings flow in uat to ensure seamless connectivity after adjustments to timezones granicus pexip and other integrations set up uat run through test scripts test email confirm from address confirm email is sending with new key confirm timezones by testing hearing scheduled for another non east coast timezone forward emails to stakeholders for content review test pexip set up uat live test that the the emails send from caseflow also allow the judge user and poa using our email addresses for testing to join the hearing email pexip with screenshot of the conferences before the jobs run check portal to ensure the jobs have deleted the conferences wait for pexip s email confirmation the following day that the caseflow job has deleted the hearing background test script from our last round of dogfooding end to end testing for context
1
50,998
3,009,648,586
IssuesEvent
2015-07-28 08:06:10
UnifiedViews/Core
https://api.github.com/repos/UnifiedViews/Core
closed
override installed dpus
priority: Low resolution: invalid severity: enhancement status: needs discussion
I want to upgrade all installed dpus There should be easy way how to do it.
1.0
override installed dpus - I want to upgrade all installed dpus There should be easy way how to do it.
priority
override installed dpus i want to upgrade all installed dpus there should be easy way how to do it
1
102,386
4,155,222,635
IssuesEvent
2016-06-16 14:19:59
jpppina/migracion-galeno-art-forms11g
https://api.github.com/repos/jpppina/migracion-galeno-art-forms11g
opened
ART - No aparece la Pantalla ARLPI031
Aplicación-ART Error Priority-Low
No aparece la pantalla: usuario: H20348 Pass: desaa002 Ruta: ARTManager --> Cuentas a Pagar --> Tablas de cuentas a pagar --> Configuracion de Multas a Prestadores
1.0
ART - No aparece la Pantalla ARLPI031 - No aparece la pantalla: usuario: H20348 Pass: desaa002 Ruta: ARTManager --> Cuentas a Pagar --> Tablas de cuentas a pagar --> Configuracion de Multas a Prestadores
priority
art no aparece la pantalla no aparece la pantalla usuario pass ruta artmanager cuentas a pagar tablas de cuentas a pagar configuracion de multas a prestadores
1
800,523
28,369,656,398
IssuesEvent
2023-04-12 16:02:09
pepkit/looper
https://api.github.com/repos/pepkit/looper
closed
clarify docs on variable namespaces
good first issue priority-low docs
http://looper.databio.org/en/latest/variable-namespaces/ in the looper namespace: - is `sample_output_folder -- a sample-specific output folder (results_subdir/sample.sample_name)` provided for project pipelines or only sample pipelines? - several things under 'other' are actually paths.
1.0
clarify docs on variable namespaces - http://looper.databio.org/en/latest/variable-namespaces/ in the looper namespace: - is `sample_output_folder -- a sample-specific output folder (results_subdir/sample.sample_name)` provided for project pipelines or only sample pipelines? - several things under 'other' are actually paths.
priority
clarify docs on variable namespaces in the looper namespace is sample output folder a sample specific output folder results subdir sample sample name provided for project pipelines or only sample pipelines several things under other are actually paths
1
754,634
26,396,575,991
IssuesEvent
2023-01-12 20:00:43
B4-Group/swe_b4
https://api.github.com/repos/B4-Group/swe_b4
closed
Traps not playing Animations
bug Optional Low Priority
# What is going on Traps (Spike) spielen nicht die Animation # What should happen Animation muss abgespielt werden, nachdem der Spieler damage von den Traps bekommt # Steps to reproduce 1. Go to Traps (In der Mitte der 1.Map) 2. Lauf gegen die Trap -> Der Spieler bekommt Damage # Platform - OS: [e.g. iOS] - In Editor: Im Builder # Additional Information Problem kann vlt gelöst werden, wenn im Trap-Script manuell der Parameter für die Animation gesetzt wird
1.0
Traps not playing Animations - # What is going on Traps (Spike) spielen nicht die Animation # What should happen Animation muss abgespielt werden, nachdem der Spieler damage von den Traps bekommt # Steps to reproduce 1. Go to Traps (In der Mitte der 1.Map) 2. Lauf gegen die Trap -> Der Spieler bekommt Damage # Platform - OS: [e.g. iOS] - In Editor: Im Builder # Additional Information Problem kann vlt gelöst werden, wenn im Trap-Script manuell der Parameter für die Animation gesetzt wird
priority
traps not playing animations what is going on traps spike spielen nicht die animation what should happen animation muss abgespielt werden nachdem der spieler damage von den traps bekommt steps to reproduce go to traps in der mitte der map lauf gegen die trap der spieler bekommt damage platform os in editor im builder additional information problem kann vlt gelöst werden wenn im trap script manuell der parameter für die animation gesetzt wird
1
453,258
13,067,294,513
IssuesEvent
2020-07-31 00:00:50
RTXteam/RTX
https://api.github.com/repos/RTXteam/RTX
closed
switch kg2steve.rtx.ai to a new EC2 instance type?
kg2 low priority question
In `us-west-2`, our current instance type, `r5a.8xlarge`, costs $1.808/h. But we could switch to `r6g.8xlarge`, which costs $1.6128/h. This might save about $30 for a KG2 build.
1.0
switch kg2steve.rtx.ai to a new EC2 instance type? - In `us-west-2`, our current instance type, `r5a.8xlarge`, costs $1.808/h. But we could switch to `r6g.8xlarge`, which costs $1.6128/h. This might save about $30 for a KG2 build.
priority
switch rtx ai to a new instance type in us west our current instance type costs h but we could switch to which costs h this might save about for a build
1
621,909
19,599,319,049
IssuesEvent
2022-01-05 22:15:33
aws-solutions/aws-content-analysis
https://api.github.com/repos/aws-solutions/aws-content-analysis
closed
Conflict with
priority: low
This resource `WorkflowExecutionLambdaDeadLetterQueue` has a fixed name and it's in conflict with Media Insight Engine ``` WorkflowExecutionLambdaDLQ already exists in stack arn:aws:cloudformation:us-east-1:xxxx:stack/mie202003-3/cd9rrrr ```
1.0
Conflict with - This resource `WorkflowExecutionLambdaDeadLetterQueue` has a fixed name and it's in conflict with Media Insight Engine ``` WorkflowExecutionLambdaDLQ already exists in stack arn:aws:cloudformation:us-east-1:xxxx:stack/mie202003-3/cd9rrrr ```
priority
conflict with this resource workflowexecutionlambdadeadletterqueue has a fixed name and it s in conflict with media insight engine workflowexecutionlambdadlq already exists in stack arn aws cloudformation us east xxxx stack
1
196,875
6,950,324,729
IssuesEvent
2017-12-06 10:22:23
cityofaustin/grackl
https://api.github.com/repos/cityofaustin/grackl
closed
Make "drawer" sidebar menu work
priority:low user_story:Consumer portal UI/UX
On the innovation fellow site, the drawer for mobile works using jQuery. https://github.com/cityofaustin/innovation-fellows/blob/master/assets/javascripts/scripts.js#L104-L123 We need to reimplement this with React. ### Grackl (not working yet) <img width="342" alt="screen shot 2017-10-04 at 11 34 37 am" src="https://user-images.githubusercontent.com/5697474/31187828-a6918fee-a8f8-11e7-8ba3-b1be6f6059e1.png"> ### Fellows example ![screen shot 2017-10-04 at 11 34 33 am](https://user-images.githubusercontent.com/5697474/31187829-a694b728-a8f8-11e7-802c-74f6393b7c21.png)
1.0
Make "drawer" sidebar menu work - On the innovation fellow site, the drawer for mobile works using jQuery. https://github.com/cityofaustin/innovation-fellows/blob/master/assets/javascripts/scripts.js#L104-L123 We need to reimplement this with React. ### Grackl (not working yet) <img width="342" alt="screen shot 2017-10-04 at 11 34 37 am" src="https://user-images.githubusercontent.com/5697474/31187828-a6918fee-a8f8-11e7-8ba3-b1be6f6059e1.png"> ### Fellows example ![screen shot 2017-10-04 at 11 34 33 am](https://user-images.githubusercontent.com/5697474/31187829-a694b728-a8f8-11e7-802c-74f6393b7c21.png)
priority
make drawer sidebar menu work on the innovation fellow site the drawer for mobile works using jquery we need to reimplement this with react grackl not working yet img width alt screen shot at am src fellows example
1
228,612
7,564,741,443
IssuesEvent
2018-04-21 01:01:17
ReikaKalseki/Reika_Mods_Issues
https://api.github.com/repos/ReikaKalseki/Reika_Mods_Issues
closed
Blocks Deleting Snow?
Bug Low Priority RotaryCraft
Whenever I place a block on snow from Reika's mods it deletes the snow and places it in the snow's place ![ezgif-4-49bc6058d1](https://user-images.githubusercontent.com/26043937/34073205-64fcfcc8-e262-11e7-88c1-4c0d531a9208.gif)
1.0
Blocks Deleting Snow? - Whenever I place a block on snow from Reika's mods it deletes the snow and places it in the snow's place ![ezgif-4-49bc6058d1](https://user-images.githubusercontent.com/26043937/34073205-64fcfcc8-e262-11e7-88c1-4c0d531a9208.gif)
priority
blocks deleting snow whenever i place a block on snow from reika s mods it deletes the snow and places it in the snow s place
1
816,347
30,596,788,477
IssuesEvent
2023-07-21 23:32:04
digitaldanny/LaserDefendersV2
https://api.github.com/repos/digitaldanny/LaserDefendersV2
opened
Enemy: Tank
priority-low gameplay
- Slow moving - Triple health - Lobs explosives that turn into circular waves that you must dash through.
1.0
Enemy: Tank - - Slow moving - Triple health - Lobs explosives that turn into circular waves that you must dash through.
priority
enemy tank slow moving triple health lobs explosives that turn into circular waves that you must dash through
1
394,878
11,660,185,216
IssuesEvent
2020-03-03 02:28:57
goharbor/harbor
https://api.github.com/repos/goharbor/harbor
closed
[Scanner] Default clair should not be allowed edit and delete in UI
priority/low staled
It's designed to be an immutable scanner, but it confuses the user as UI is editable/deletable even gives an error. ![image](https://user-images.githubusercontent.com/2841473/68365594-11813e80-016c-11ea-829c-c9e0db4c1241.png)
1.0
[Scanner] Default clair should not be allowed edit and delete in UI - It's designed to be an immutable scanner, but it confuses the user as UI is editable/deletable even gives an error. ![image](https://user-images.githubusercontent.com/2841473/68365594-11813e80-016c-11ea-829c-c9e0db4c1241.png)
priority
default clair should not be allowed edit and delete in ui it s designed to be an immutable scanner but it confuses the user as ui is editable deletable even gives an error
1
233,486
7,698,257,457
IssuesEvent
2018-05-18 22:12:05
wedeploy/marble
https://api.github.com/repos/wedeploy/marble
opened
Bottom margin of code blocks is not correct when scroll bar is present
3 - low priority bug
You can see the difference at [Data Getting Started](https://wedeploy.com/docs/data/getting-started/) on the first and second code blocks. <img width="619" alt="screen shot 2018-05-18 at 3 07 49 pm" src="https://user-images.githubusercontent.com/23219848/40260073-aabc2e96-5aad-11e8-87c6-dbd69664db64.png">
1.0
Bottom margin of code blocks is not correct when scroll bar is present - You can see the difference at [Data Getting Started](https://wedeploy.com/docs/data/getting-started/) on the first and second code blocks. <img width="619" alt="screen shot 2018-05-18 at 3 07 49 pm" src="https://user-images.githubusercontent.com/23219848/40260073-aabc2e96-5aad-11e8-87c6-dbd69664db64.png">
priority
bottom margin of code blocks is not correct when scroll bar is present you can see the difference at on the first and second code blocks img width alt screen shot at pm src
1
326,580
9,958,106,678
IssuesEvent
2019-07-05 19:35:35
CelestialPhoenix/BS-G-1.12-Pack
https://api.github.com/repos/CelestialPhoenix/BS-G-1.12-Pack
closed
Forestry log renaming
Low Priority
Renaming Forestry log blocks currently doesn't work with CT or .lang files. Fix later.
1.0
Forestry log renaming - Renaming Forestry log blocks currently doesn't work with CT or .lang files. Fix later.
priority
forestry log renaming renaming forestry log blocks currently doesn t work with ct or lang files fix later
1
658,198
21,880,532,431
IssuesEvent
2022-05-19 13:59:51
apache/incubator-devlake
https://api.github.com/repos/apache/incubator-devlake
closed
`feat` Config-UI : Pipelines - Add Timerange/Date Selector
type/feature-request priority/low Frontend
## Config-UI / Pipelines / Manage Pipelines - [ ] Apply Time Selector and Daterange Logic.
1.0
`feat` Config-UI : Pipelines - Add Timerange/Date Selector - ## Config-UI / Pipelines / Manage Pipelines - [ ] Apply Time Selector and Daterange Logic.
priority
feat config ui pipelines add timerange date selector config ui pipelines manage pipelines apply time selector and daterange logic
1
732,205
25,248,813,288
IssuesEvent
2022-11-15 13:14:01
Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2
https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2
opened
Hammer of Twilight
suggestion :question: priority low :grey_exclamation: artifact⚔️
<!-- **DO NOT REMOVE PRE-EXISTING LINES** ------------------------------------------------------------------------------------------------------------ --> **Describe your suggestion in full detail below:** Add Hammer of Twilight
1.0
Hammer of Twilight - <!-- **DO NOT REMOVE PRE-EXISTING LINES** ------------------------------------------------------------------------------------------------------------ --> **Describe your suggestion in full detail below:** Add Hammer of Twilight
priority
hammer of twilight do not remove pre existing lines describe your suggestion in full detail below add hammer of twilight
1
329,038
10,011,641,996
IssuesEvent
2019-07-15 11:10:06
AffectAge/Revival
https://api.github.com/repos/AffectAge/Revival
opened
Реалистичные факелы
Low priority enhancement
Torches are now unlit when crafting, and must be lit using a matchbox in a crafting grid or flint and steel after being placed. As a result, the matchbox must be acquired before players can do things like explore caves or prevent hostile spawning. Torches will burn out after a specified amount of time (60 minutes real time by default, can be changed in the config) and become unlit. This encourages players to seek more permanent light sources early on, such as glowstone or lava. Torches will be extinguished when rained on. Permanently lit torches can be crafted using a glowstone crystal instead of coal. Naturally light-emitting blocks (and some items) will emit light when held, making it easy to explore at night without having to constantly place torches. Torch recipes added by other mods will be removed to ensure that the matchbox or flint and steel must be acquired to craft lit torches. Torches generated in vanilla structures will be replaced by lit torches. Highly configurable in order to provide you precisely the play experience you want. Translations for English, Spanish, French, Italian, Portuguese, Russian, Chinese, Japanese, Korean, and Pirate. https://www.curseforge.com/minecraft/mc-mods/realistic-torches
1.0
Реалистичные факелы - Torches are now unlit when crafting, and must be lit using a matchbox in a crafting grid or flint and steel after being placed. As a result, the matchbox must be acquired before players can do things like explore caves or prevent hostile spawning. Torches will burn out after a specified amount of time (60 minutes real time by default, can be changed in the config) and become unlit. This encourages players to seek more permanent light sources early on, such as glowstone or lava. Torches will be extinguished when rained on. Permanently lit torches can be crafted using a glowstone crystal instead of coal. Naturally light-emitting blocks (and some items) will emit light when held, making it easy to explore at night without having to constantly place torches. Torch recipes added by other mods will be removed to ensure that the matchbox or flint and steel must be acquired to craft lit torches. Torches generated in vanilla structures will be replaced by lit torches. Highly configurable in order to provide you precisely the play experience you want. Translations for English, Spanish, French, Italian, Portuguese, Russian, Chinese, Japanese, Korean, and Pirate. https://www.curseforge.com/minecraft/mc-mods/realistic-torches
priority
реалистичные факелы torches are now unlit when crafting and must be lit using a matchbox in a crafting grid or flint and steel after being placed as a result the matchbox must be acquired before players can do things like explore caves or prevent hostile spawning torches will burn out after a specified amount of time minutes real time by default can be changed in the config and become unlit this encourages players to seek more permanent light sources early on such as glowstone or lava torches will be extinguished when rained on permanently lit torches can be crafted using a glowstone crystal instead of coal naturally light emitting blocks and some items will emit light when held making it easy to explore at night without having to constantly place torches torch recipes added by other mods will be removed to ensure that the matchbox or flint and steel must be acquired to craft lit torches torches generated in vanilla structures will be replaced by lit torches highly configurable in order to provide you precisely the play experience you want translations for english spanish french italian portuguese russian chinese japanese korean and pirate
1
5,928
2,580,913,404
IssuesEvent
2015-02-13 20:54:25
facelessuser/ExportHtml
https://api.github.com/repos/facelessuser/ExportHtml
closed
Would like a setting to ignore the fact that some text is selected when exporting
Enhancement Priority - Low
Suppose you have some text selected. If "highlight_selections" is true, it exports the entire file, and highlights the selected bit. If "highlight_selections" is false, it only exports the selected text. What I would like is a setting in which it exports the entire file, and ignores the fact that some of the text happens to be selected, not highlighting it at all. I don't like having to consciously make sure that there is no text selected before I go to export the file.
1.0
Would like a setting to ignore the fact that some text is selected when exporting - Suppose you have some text selected. If "highlight_selections" is true, it exports the entire file, and highlights the selected bit. If "highlight_selections" is false, it only exports the selected text. What I would like is a setting in which it exports the entire file, and ignores the fact that some of the text happens to be selected, not highlighting it at all. I don't like having to consciously make sure that there is no text selected before I go to export the file.
priority
would like a setting to ignore the fact that some text is selected when exporting suppose you have some text selected if highlight selections is true it exports the entire file and highlights the selected bit if highlight selections is false it only exports the selected text what i would like is a setting in which it exports the entire file and ignores the fact that some of the text happens to be selected not highlighting it at all i don t like having to consciously make sure that there is no text selected before i go to export the file
1
608,830
18,849,463,160
IssuesEvent
2021-11-11 18:49:20
oresat/uniclogs-yamcs
https://api.github.com/repos/oresat/uniclogs-yamcs
closed
Pull generate time out of packet
enhancement good first issue low priority
Yamcs should read the generate time from the beacon. It is currently just setting generate time to the local system time.
1.0
Pull generate time out of packet - Yamcs should read the generate time from the beacon. It is currently just setting generate time to the local system time.
priority
pull generate time out of packet yamcs should read the generate time from the beacon it is currently just setting generate time to the local system time
1
588,052
17,645,979,899
IssuesEvent
2021-08-20 06:08:19
francheska-vicente/cssweng
https://api.github.com/repos/francheska-vicente/cssweng
closed
Current date should be displayed in the Main Reservation Page
priority: medium front-end severity: low
### Summary: - Current date is not visible in the Reservation Page, which makes it hard to keep track of the date ### Steps to Reproduce: 1. Log in 2. Click on "Calendar" 3. Click on "August 17" in the Calendar ### Visual Proof: ![image](https://user-images.githubusercontent.com/75743382/129736225-67031a71-7fcb-4f0d-b995-fb5ffeb883ea.png) ### Expected Results: - August 17, 2021 should be visible somewhere on the page ### Actual Results: - No dates are seen on the screen | Additional Information | | | ----------- | ----------- | | Defect ID | 15-0003 | | Platform | V8 engine (Google) | | Operating System | Windows 10 |
1.0
Current date should be displayed in the Main Reservation Page - ### Summary: - Current date is not visible in the Reservation Page, which makes it hard to keep track of the date ### Steps to Reproduce: 1. Log in 2. Click on "Calendar" 3. Click on "August 17" in the Calendar ### Visual Proof: ![image](https://user-images.githubusercontent.com/75743382/129736225-67031a71-7fcb-4f0d-b995-fb5ffeb883ea.png) ### Expected Results: - August 17, 2021 should be visible somewhere on the page ### Actual Results: - No dates are seen on the screen | Additional Information | | | ----------- | ----------- | | Defect ID | 15-0003 | | Platform | V8 engine (Google) | | Operating System | Windows 10 |
priority
current date should be displayed in the main reservation page summary current date is not visible in the reservation page which makes it hard to keep track of the date steps to reproduce log in click on calendar click on august in the calendar visual proof expected results august should be visible somewhere on the page actual results no dates are seen on the screen additional information defect id platform engine google operating system windows
1
600,439
18,296,408,437
IssuesEvent
2021-10-05 20:54:45
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
reopened
Missing Movement - Mith'retis the Enchanter, The Hinterlands
50-59 Priority - Low
Original report: https://github.com/chromiecraft/chromiecraft/issues/993#issuecomment-873384238 <!-- BEFORE you fill out an issue, make these checks: - make sure you use an enUS client. We will just close your issue if you use enGB. - close wow, clear your cache by deleting the CACHE folder in you wow directory, try to reproduce the bug - if you have a suggestion, like increasing despawn timers, this is not an issue. Tell us in #suggestions on discord instead. <!-- IF YOU DO NOT FILL OUT THIS TEMPLATE, WE WILL CLOSE YOUR ISSUE! --> <!-- TYPE WHERE IT SAYS "TYPE HERE" --> <!-- WRITE A RELEVANT TITLE --> <!-- YOU CAN DRAG AND DROP IMAGES AND CONTROL-V SCREENSHOTS/VIDEOS INTO THIS REPORT --> <!-- ATTENTION: WRITE ACCURATE REPORTS THAT INCLUDE VALID SOURCES --> <!-- Example of an INVALID report: "this value is too low, we should increase it" --> <!-- Example of a VALID report: "this value is X but it should be Y instead as explained in this link/video" --> #### WHAT CLIENT DO YOU PLAY ON? - [ ] enGB - [x] enUS - [ ] other (specify) ##### FACTION <!-- AFTER YOU OPEN THE BUG REPORT, SELECT YOUR FACTION --> - [x] Alliance - [x] Horde ##### CONTENT PHASE: <!-- AFTER YOU OPEN THE BUG REPORT, SELECT THE CONTENT PHASE (OR SELECT GENERIC) --> - [ ] Generic - [ ] 1-19 - [ ] 20-29 - [ ] 30-39 - [ ] 40-49 - [x] 50-59 ##### CURRENT BEHAVIOUR: <!-- Describe the bug in detail. Database to link spells, NPCs, quests etc: https://wowgaming.altervista.org/aowow/ --> Mith'rethis th Enchanter GUID 82469 (https://wowgaming.altervista.org/aowow/?npc=8217) is stationary in his spawn. Tester: confirmed, MovementType = 0. ##### EXPECTED BLIZZLIKE BEHAVIOUR: <!-- Describe how it should be working without the bug. Link to evidence if possible such as YouTube videos or WoWHead comments from the time. --> He should be patroling the terrace in Jintha'alor as per wowhead comments. <html><body> <!--StartFragment--><div class="comment-header"> By simtin on 2007/08/17 (Patch 2.1.3) |   |   -- | -- | -- </div><div class="text comment-body comment-high-rating" lang="en"><span class="comment-imported-subject">Subject: <span>"Re: Mith'rethis the Enchanter"</span></span>K guys killed him again today. Killed him about 11:15 server time yesterday and found him again at 11:00 server time today. That is 11 in the morning. This time i found him on the left side of the ampitheater where all the tents are. I followed him for 3 routes. He walks from 66,80 to 63,83. So far i still havent gotten my robe so ill let u know where i find him next.</div><!--EndFragment--> </body> </html> <html><body> <!--StartFragment--><div class="comment-header"> By Diehorde on 2011/02/10 (Patch 4.0.3) |   |   -- | -- | -- </div><div class="text comment-body comment-high-rating" lang="en">Found him this morning at the top of Jintha'Alor. He doesn't seem to pat around like he did before cata. Found him again in the same exact spot just channeling a spell, about 17 hours later.<br><br>So 2 kills in 1 day, safe to say he's still spawning there.</div><!--EndFragment--> </body> </html> ##### SOURCE: <!-- HEADS UP: include sources in your bug report which are relevant to the 3.3.5a game version, we will close any bug like "X should be changed to Y" reported without sources --> https://tbc.wowhead.com/npc=8217/mithrethis-the-enchanter https://www.wowhead.com/npc=8217/mithrethis-the-enchanter#comments ##### STEPS TO REPRODUCE THE PROBLEM: <!-- Describe precisely how to reproduce the bug so we can fix it or confirm its existence: - Which commands to use? Which NPC to teleport to? - Do we need to have debug flags on Cmake? - Do we need to look at the console while the bug happens? - Other steps - Use the ingame commands to identify the unique GUID of an ore/herb/npc: .npc info / .gobject near --> 1. Teleport to GUID 82469 2. Observe no movement ##### EXTRA NOTES: <!-- Any information that can help the developers to identify and fix the issue should be put here. Examples: Links to items/NPCs/quests from https://wowgaming.altervista.org/aowow/ --> I couldnt find a video on this guy that is for certain from retail wow. There is a video from user Bue (https://www.youtube.com/watch?v=n4ltFdbAnmY&t=154s) but I have my doubts about it. I think that he recorded his video guides on a private vanilla server and not classic one. For instance the model for Mith'rethis in his video is wrong. His upload dates range from few months to few days before Classic WoW was released, and the videos are too high quality to have been recorded back in Vanilla WoW. There never is any chat shown, nor we see any other person around. The rares are always in same spot as in any private server DB. While Its prefectly valid for mobs that only wander around their spawn points as per wowhead comments or other real WoW videos, videos for mobs who clrearly should have patrol routes are invalid. I always try to find a different source than his videos but sometimes there are none so I don't include them in reports. I know (you) Azcobu used videos from Bue to link them in issues that I didnt not provide a video evidence (intentionally skipping his video because It contradicted Wowhead comments). I sent an email to Bue asking him if he recorded on private or retail wow but I havent got a response yet. <!--Thank you for your report. Please click submit new issue below.--> <!-----------Remember to tick all relevant boxes when done!----------> <!-------------------------------------------------------------------> <!-------------------------------------------------------------------> <!------------------ DO NOT MODIFY THE TEXT BELOW -------------------> <!-------------------------------------------------------------------> <!-------------------------------------------------------------------> ##### AC HASH/COMMIT: https://github.com/chromiecraft/azerothcore-wotlk/commit/cecbd604d3f57312165cc53f8ed40feae51ee45f ##### OPERATING SYSTEM: Ubuntu 20.04 ##### MODULES: - [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot) - [mod-cfbg](https://github.com/azerothcore/mod-cfbg) - [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp) - [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings) - [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset) - [mod-eluna-lua-engine](https://github.com/azerothcore/mod-eluna-lua-engine) - [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker) - [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena) - [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check) - [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles) - [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer) - [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache) - [mod-server-auto-shutdown](https://github.com/azerothcore/mod-server-auto-shutdown) - [lua-CarbonCopy](https://github.com/55Honey/Acore_CarbonCopy) - [lua-LevelUpReward](https://github.com/55Honey/Acore_LevelUpReward) - [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind) - [lua-Zonecheck](https://github.com/55Honey/acore_Zonecheck) ##### OTHER CUSTOMIZATIONS: None. ##### SERVER: ChromieCraft <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/99787342-missing-movement-mith-retis-the-enchanter-the-hinterlands?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
Missing Movement - Mith'retis the Enchanter, The Hinterlands - Original report: https://github.com/chromiecraft/chromiecraft/issues/993#issuecomment-873384238 <!-- BEFORE you fill out an issue, make these checks: - make sure you use an enUS client. We will just close your issue if you use enGB. - close wow, clear your cache by deleting the CACHE folder in you wow directory, try to reproduce the bug - if you have a suggestion, like increasing despawn timers, this is not an issue. Tell us in #suggestions on discord instead. <!-- IF YOU DO NOT FILL OUT THIS TEMPLATE, WE WILL CLOSE YOUR ISSUE! --> <!-- TYPE WHERE IT SAYS "TYPE HERE" --> <!-- WRITE A RELEVANT TITLE --> <!-- YOU CAN DRAG AND DROP IMAGES AND CONTROL-V SCREENSHOTS/VIDEOS INTO THIS REPORT --> <!-- ATTENTION: WRITE ACCURATE REPORTS THAT INCLUDE VALID SOURCES --> <!-- Example of an INVALID report: "this value is too low, we should increase it" --> <!-- Example of a VALID report: "this value is X but it should be Y instead as explained in this link/video" --> #### WHAT CLIENT DO YOU PLAY ON? - [ ] enGB - [x] enUS - [ ] other (specify) ##### FACTION <!-- AFTER YOU OPEN THE BUG REPORT, SELECT YOUR FACTION --> - [x] Alliance - [x] Horde ##### CONTENT PHASE: <!-- AFTER YOU OPEN THE BUG REPORT, SELECT THE CONTENT PHASE (OR SELECT GENERIC) --> - [ ] Generic - [ ] 1-19 - [ ] 20-29 - [ ] 30-39 - [ ] 40-49 - [x] 50-59 ##### CURRENT BEHAVIOUR: <!-- Describe the bug in detail. Database to link spells, NPCs, quests etc: https://wowgaming.altervista.org/aowow/ --> Mith'rethis th Enchanter GUID 82469 (https://wowgaming.altervista.org/aowow/?npc=8217) is stationary in his spawn. Tester: confirmed, MovementType = 0. ##### EXPECTED BLIZZLIKE BEHAVIOUR: <!-- Describe how it should be working without the bug. Link to evidence if possible such as YouTube videos or WoWHead comments from the time. --> He should be patroling the terrace in Jintha'alor as per wowhead comments. <html><body> <!--StartFragment--><div class="comment-header"> By simtin on 2007/08/17 (Patch 2.1.3) |   |   -- | -- | -- </div><div class="text comment-body comment-high-rating" lang="en"><span class="comment-imported-subject">Subject: <span>"Re: Mith'rethis the Enchanter"</span></span>K guys killed him again today. Killed him about 11:15 server time yesterday and found him again at 11:00 server time today. That is 11 in the morning. This time i found him on the left side of the ampitheater where all the tents are. I followed him for 3 routes. He walks from 66,80 to 63,83. So far i still havent gotten my robe so ill let u know where i find him next.</div><!--EndFragment--> </body> </html> <html><body> <!--StartFragment--><div class="comment-header"> By Diehorde on 2011/02/10 (Patch 4.0.3) |   |   -- | -- | -- </div><div class="text comment-body comment-high-rating" lang="en">Found him this morning at the top of Jintha'Alor. He doesn't seem to pat around like he did before cata. Found him again in the same exact spot just channeling a spell, about 17 hours later.<br><br>So 2 kills in 1 day, safe to say he's still spawning there.</div><!--EndFragment--> </body> </html> ##### SOURCE: <!-- HEADS UP: include sources in your bug report which are relevant to the 3.3.5a game version, we will close any bug like "X should be changed to Y" reported without sources --> https://tbc.wowhead.com/npc=8217/mithrethis-the-enchanter https://www.wowhead.com/npc=8217/mithrethis-the-enchanter#comments ##### STEPS TO REPRODUCE THE PROBLEM: <!-- Describe precisely how to reproduce the bug so we can fix it or confirm its existence: - Which commands to use? Which NPC to teleport to? - Do we need to have debug flags on Cmake? - Do we need to look at the console while the bug happens? - Other steps - Use the ingame commands to identify the unique GUID of an ore/herb/npc: .npc info / .gobject near --> 1. Teleport to GUID 82469 2. Observe no movement ##### EXTRA NOTES: <!-- Any information that can help the developers to identify and fix the issue should be put here. Examples: Links to items/NPCs/quests from https://wowgaming.altervista.org/aowow/ --> I couldnt find a video on this guy that is for certain from retail wow. There is a video from user Bue (https://www.youtube.com/watch?v=n4ltFdbAnmY&t=154s) but I have my doubts about it. I think that he recorded his video guides on a private vanilla server and not classic one. For instance the model for Mith'rethis in his video is wrong. His upload dates range from few months to few days before Classic WoW was released, and the videos are too high quality to have been recorded back in Vanilla WoW. There never is any chat shown, nor we see any other person around. The rares are always in same spot as in any private server DB. While Its prefectly valid for mobs that only wander around their spawn points as per wowhead comments or other real WoW videos, videos for mobs who clrearly should have patrol routes are invalid. I always try to find a different source than his videos but sometimes there are none so I don't include them in reports. I know (you) Azcobu used videos from Bue to link them in issues that I didnt not provide a video evidence (intentionally skipping his video because It contradicted Wowhead comments). I sent an email to Bue asking him if he recorded on private or retail wow but I havent got a response yet. <!--Thank you for your report. Please click submit new issue below.--> <!-----------Remember to tick all relevant boxes when done!----------> <!-------------------------------------------------------------------> <!-------------------------------------------------------------------> <!------------------ DO NOT MODIFY THE TEXT BELOW -------------------> <!-------------------------------------------------------------------> <!-------------------------------------------------------------------> ##### AC HASH/COMMIT: https://github.com/chromiecraft/azerothcore-wotlk/commit/cecbd604d3f57312165cc53f8ed40feae51ee45f ##### OPERATING SYSTEM: Ubuntu 20.04 ##### MODULES: - [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot) - [mod-cfbg](https://github.com/azerothcore/mod-cfbg) - [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp) - [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings) - [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset) - [mod-eluna-lua-engine](https://github.com/azerothcore/mod-eluna-lua-engine) - [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker) - [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena) - [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check) - [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles) - [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer) - [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache) - [mod-server-auto-shutdown](https://github.com/azerothcore/mod-server-auto-shutdown) - [lua-CarbonCopy](https://github.com/55Honey/Acore_CarbonCopy) - [lua-LevelUpReward](https://github.com/55Honey/Acore_LevelUpReward) - [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind) - [lua-Zonecheck](https://github.com/55Honey/acore_Zonecheck) ##### OTHER CUSTOMIZATIONS: None. ##### SERVER: ChromieCraft <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/99787342-missing-movement-mith-retis-the-enchanter-the-hinterlands?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github). </bountysource-plugin>
priority
missing movement mith retis the enchanter the hinterlands original report before you fill out an issue make these checks make sure you use an enus client we will just close your issue if you use engb close wow clear your cache by deleting the cache folder in you wow directory try to reproduce the bug if you have a suggestion like increasing despawn timers this is not an issue tell us in suggestions on discord instead what client do you play on engb enus other specify faction alliance horde content phase generic current behaviour mith rethis th enchanter guid is stationary in his spawn tester confirmed movementtype expected blizzlike behaviour he should be patroling the terrace in jintha alor as per wowhead comments by simtin on patch     subject re mith rethis the enchanter k guys killed him again today killed him about server time yesterday and found him again at server time today that is in the morning this time i found him on the left side of the ampitheater where all the tents are i followed him for routes he walks from to so far i still havent gotten my robe so ill let u know where i find him next by diehorde on patch     found him this morning at the top of jintha alor he doesn t seem to pat around like he did before cata found him again in the same exact spot just channeling a spell about hours later so kills in day safe to say he s still spawning there source heads up include sources in your bug report which are relevant to the game version we will close any bug like x should be changed to y reported without sources steps to reproduce the problem describe precisely how to reproduce the bug so we can fix it or confirm its existence which commands to use which npc to teleport to do we need to have debug flags on cmake do we need to look at the console while the bug happens other steps use the ingame commands to identify the unique guid of an ore herb npc npc info gobject near teleport to guid observe no movement extra notes any information that can help the developers to identify and fix the issue should be put here examples links to items npcs quests from i couldnt find a video on this guy that is for certain from retail wow there is a video from user bue but i have my doubts about it i think that he recorded his video guides on a private vanilla server and not classic one for instance the model for mith rethis in his video is wrong his upload dates range from few months to few days before classic wow was released and the videos are too high quality to have been recorded back in vanilla wow there never is any chat shown nor we see any other person around the rares are always in same spot as in any private server db while its prefectly valid for mobs that only wander around their spawn points as per wowhead comments or other real wow videos videos for mobs who clrearly should have patrol routes are invalid i always try to find a different source than his videos but sometimes there are none so i don t include them in reports i know you azcobu used videos from bue to link them in issues that i didnt not provide a video evidence intentionally skipping his video because it contradicted wowhead comments i sent an email to bue asking him if he recorded on private or retail wow but i havent got a response yet ac hash commit operating system ubuntu modules other customizations none server chromiecraft want to back this issue we accept bounties via
1
313,088
9,556,869,254
IssuesEvent
2019-05-03 09:42:11
huridocs/uwazi
https://api.github.com/repos/huridocs/uwazi
closed
Some labels for entity type are not legible: White letters with white background
Priority: Low Status: Sprint
When creating entity types, uwazi seems to randomly assign background colours to their labels, and one of them is white which ends me up with seemingly empty labels, with white text on whit background ![Screenshot_2019-03-14 Library • FPIC](https://user-images.githubusercontent.com/3313208/54370166-c9416900-463c-11e9-850d-5f14ea6e66e2.png)
1.0
Some labels for entity type are not legible: White letters with white background - When creating entity types, uwazi seems to randomly assign background colours to their labels, and one of them is white which ends me up with seemingly empty labels, with white text on whit background ![Screenshot_2019-03-14 Library • FPIC](https://user-images.githubusercontent.com/3313208/54370166-c9416900-463c-11e9-850d-5f14ea6e66e2.png)
priority
some labels for entity type are not legible white letters with white background when creating entity types uwazi seems to randomly assign background colours to their labels and one of them is white which ends me up with seemingly empty labels with white text on whit background
1
140,881
5,425,615,185
IssuesEvent
2017-03-03 07:02:34
NostraliaWoW/mangoszero
https://api.github.com/repos/NostraliaWoW/mangoszero
opened
Azshara - Timbermaw Shaman HP
NPC Priority - Low
Name - Timbermaw Shaman Summary - These mobs have approx 700 HP (listed between 1000-2000 on wowhead), which is much lower than the surrounding Timbermaw mobs (3k~) Location - Azshara - 44,26 Steps to Reproduce - N/A Screen Shots/Video - N/A Reported By - Dogtackler Extra Information - N/A post, https://nostralia.org/forums/viewtopic.php?f=28&t=299
1.0
Azshara - Timbermaw Shaman HP - Name - Timbermaw Shaman Summary - These mobs have approx 700 HP (listed between 1000-2000 on wowhead), which is much lower than the surrounding Timbermaw mobs (3k~) Location - Azshara - 44,26 Steps to Reproduce - N/A Screen Shots/Video - N/A Reported By - Dogtackler Extra Information - N/A post, https://nostralia.org/forums/viewtopic.php?f=28&t=299
priority
azshara timbermaw shaman hp name timbermaw shaman summary these mobs have approx hp listed between on wowhead which is much lower than the surrounding timbermaw mobs location azshara steps to reproduce n a screen shots video n a reported by dogtackler extra information n a post
1
617,771
19,404,253,259
IssuesEvent
2021-12-19 18:24:07
pixiebrix/pixiebrix-extension
https://api.github.com/repos/pixiebrix/pixiebrix-extension
closed
Move `HistoryStateUpdate` from the background to the devtools
performance low priority
> As mentioned in https://github.com/pixiebrix/webext-messenger/issues/3#issuecomment-905981914 - https://github.com/pixiebrix/pixiebrix-extension/issues/1276 👆 the same goes for the dev tools: https://github.com/pixiebrix/pixiebrix-extension/blob/6815bc01873e66d8f4fe545b1e05eb3cad92c9ae/src/background/devtools/internal.ts#L324-L326 https://developer.chrome.com/docs/extensions/reference/devtools_network/#event-onNavigated ```JavaScript // devtools.ts browser.devtools.network.onNavigated.addListener(() => { // The payload doesn't seem to be used anywhere navigationEvent.emit(browser.devtools.inspectedWindow.tabId); }); ``` Side note: So much redirection at the moment: 1. `browser.webNavigation.onHistoryStateUpdated` 2. calls `emitDevtools("HistoryStateUpdate", details)` 3. calls `port.postMessage()` 4. calls `navigationEvent.emit(event.payload.tabId, event.payload)` 5. `navigationEvent` passed to `useTabEventListener` 6. `useTabEventListener` used by `useDevConnection` 7. calls `connect` 8. calls `connectToFrame` ## Related / partial overlap - https://github.com/pixiebrix/pixiebrix-extension/issues/1006
1.0
Move `HistoryStateUpdate` from the background to the devtools - > As mentioned in https://github.com/pixiebrix/webext-messenger/issues/3#issuecomment-905981914 - https://github.com/pixiebrix/pixiebrix-extension/issues/1276 👆 the same goes for the dev tools: https://github.com/pixiebrix/pixiebrix-extension/blob/6815bc01873e66d8f4fe545b1e05eb3cad92c9ae/src/background/devtools/internal.ts#L324-L326 https://developer.chrome.com/docs/extensions/reference/devtools_network/#event-onNavigated ```JavaScript // devtools.ts browser.devtools.network.onNavigated.addListener(() => { // The payload doesn't seem to be used anywhere navigationEvent.emit(browser.devtools.inspectedWindow.tabId); }); ``` Side note: So much redirection at the moment: 1. `browser.webNavigation.onHistoryStateUpdated` 2. calls `emitDevtools("HistoryStateUpdate", details)` 3. calls `port.postMessage()` 4. calls `navigationEvent.emit(event.payload.tabId, event.payload)` 5. `navigationEvent` passed to `useTabEventListener` 6. `useTabEventListener` used by `useDevConnection` 7. calls `connect` 8. calls `connectToFrame` ## Related / partial overlap - https://github.com/pixiebrix/pixiebrix-extension/issues/1006
priority
move historystateupdate from the background to the devtools as mentioned in 👆 the same goes for the dev tools javascript devtools ts browser devtools network onnavigated addlistener the payload doesn t seem to be used anywhere navigationevent emit browser devtools inspectedwindow tabid side note so much redirection at the moment browser webnavigation onhistorystateupdated calls emitdevtools historystateupdate details calls port postmessage calls navigationevent emit event payload tabid event payload navigationevent passed to usetabeventlistener usetabeventlistener used by usedevconnection calls connect calls connecttoframe related partial overlap
1
141,010
5,427,854,797
IssuesEvent
2017-03-03 14:31:23
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
Transpose using negative dimension
enhancement low priority
Hi! It is not a major fix, however I think that x.transpose(-1,-3) should be valid, as it is in numpy: ``` x=np.zeros((3,5,7)) x.transpose(-1,0,-2).shape ``` > (7,3,5) ``` x=torch.FloatTensor(3,5,7) x.transpose(-1,-2) ``` >Traceback (most recent call last): > File "<stdin>", line 1, in <module> >RuntimeError: out of range at /data/users/soumith/miniconda2/conda-bld/pytorch- >cuda80-0.1.7_1485449073235/work/torch/lib/TH/generic/THTensor.c:398 Best, EO
1.0
Transpose using negative dimension - Hi! It is not a major fix, however I think that x.transpose(-1,-3) should be valid, as it is in numpy: ``` x=np.zeros((3,5,7)) x.transpose(-1,0,-2).shape ``` > (7,3,5) ``` x=torch.FloatTensor(3,5,7) x.transpose(-1,-2) ``` >Traceback (most recent call last): > File "<stdin>", line 1, in <module> >RuntimeError: out of range at /data/users/soumith/miniconda2/conda-bld/pytorch- >cuda80-0.1.7_1485449073235/work/torch/lib/TH/generic/THTensor.c:398 Best, EO
priority
transpose using negative dimension hi it is not a major fix however i think that x transpose should be valid as it is in numpy x np zeros x transpose shape x torch floattensor x transpose traceback most recent call last file line in runtimeerror out of range at data users soumith conda bld pytorch work torch lib th generic thtensor c best eo
1
146,764
5,627,248,470
IssuesEvent
2017-04-05 00:42:25
RoboJackets/robocup-software
https://api.github.com/repos/RoboJackets/robocup-software
closed
When stopped, halting and re-stopping play causes robots to shift positions
area / plays exp / expert priority / low status / new type / bug
This seems kind of weird, and might be a red flag of some bigger problems in our role assignments. When we stop play, halt, and restart play, no robots should move, because everything is in their correct places. However, robots often switch places for no apparent reason. This may be due to the ball obstacle for some reason, but this needs to be triaged to figure out the underlying cause.
1.0
When stopped, halting and re-stopping play causes robots to shift positions - This seems kind of weird, and might be a red flag of some bigger problems in our role assignments. When we stop play, halt, and restart play, no robots should move, because everything is in their correct places. However, robots often switch places for no apparent reason. This may be due to the ball obstacle for some reason, but this needs to be triaged to figure out the underlying cause.
priority
when stopped halting and re stopping play causes robots to shift positions this seems kind of weird and might be a red flag of some bigger problems in our role assignments when we stop play halt and restart play no robots should move because everything is in their correct places however robots often switch places for no apparent reason this may be due to the ball obstacle for some reason but this needs to be triaged to figure out the underlying cause
1
254,821
8,099,433,527
IssuesEvent
2018-08-11 08:35:32
Rsl1122/Plan-PlayerAnalytics
https://api.github.com/repos/Rsl1122/Plan-PlayerAnalytics
closed
False negative on successful connection using /plan setup
Bug Complexity: MEDIUM Priority: LOW
Every time setup succeeds it says that "Bungee failed to connect to this server"
1.0
False negative on successful connection using /plan setup - Every time setup succeeds it says that "Bungee failed to connect to this server"
priority
false negative on successful connection using plan setup every time setup succeeds it says that bungee failed to connect to this server
1
83,897
3,644,676,450
IssuesEvent
2016-02-15 11:01:16
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
closed
SaveNexus progress is not uniform
Component: Framework Priority: Low State: Review Required
This issue was originally [TRAC 10732](http://trac.mantidproject.org/mantid/ticket/10732) The script below creates quite a large workspace (just shy of 1GB): ```CreateSampleWorkspace(OutputWorkspace='sample', Function='Multiple Peaks', NumBanks='10', Random='1', XUnit='MomentumTransfer', XMin='-20', XMax='20', BinWidth='0.001')``` If I try and save this with SaveNexus or SaveNexusProcessed the progress bar "sticks" at 57% then 71%, whereas if I load the saved file I get a fairly constant change in progress between the algorithm staring and completing.
1.0
SaveNexus progress is not uniform - This issue was originally [TRAC 10732](http://trac.mantidproject.org/mantid/ticket/10732) The script below creates quite a large workspace (just shy of 1GB): ```CreateSampleWorkspace(OutputWorkspace='sample', Function='Multiple Peaks', NumBanks='10', Random='1', XUnit='MomentumTransfer', XMin='-20', XMax='20', BinWidth='0.001')``` If I try and save this with SaveNexus or SaveNexusProcessed the progress bar "sticks" at 57% then 71%, whereas if I load the saved file I get a fairly constant change in progress between the algorithm staring and completing.
priority
savenexus progress is not uniform this issue was originally the script below creates quite a large workspace just shy of createsampleworkspace outputworkspace sample function multiple peaks numbanks random xunit momentumtransfer xmin xmax binwidth if i try and save this with savenexus or savenexusprocessed the progress bar sticks at then whereas if i load the saved file i get a fairly constant change in progress between the algorithm staring and completing
1
276,932
8,614,698,416
IssuesEvent
2018-11-19 18:15:49
MoonchildProductions/UXP
https://api.github.com/repos/MoonchildProductions/UXP
closed
Add "media playing"/"mute" indicator/control to tabs
App: Pale Moon Assigned C: DOM C: Media C: Theme C: UI Enhancement Low Priority String Changes Theme Changes
As a requested enhancement, with UXP we now have the ductwork to detect media playing in tabs, and an indicator/control to display a tab's media playing state/muting capability should be fairly straightforward to hook up in Pale Moon's front-end. This will touch a number of things though, since we're adding a control to the tabs, adding an indicator, themes will have to be adjusted. New graphics in line with Pale Moon's theme are needed (SVG)
1.0
Add "media playing"/"mute" indicator/control to tabs - As a requested enhancement, with UXP we now have the ductwork to detect media playing in tabs, and an indicator/control to display a tab's media playing state/muting capability should be fairly straightforward to hook up in Pale Moon's front-end. This will touch a number of things though, since we're adding a control to the tabs, adding an indicator, themes will have to be adjusted. New graphics in line with Pale Moon's theme are needed (SVG)
priority
add media playing mute indicator control to tabs as a requested enhancement with uxp we now have the ductwork to detect media playing in tabs and an indicator control to display a tab s media playing state muting capability should be fairly straightforward to hook up in pale moon s front end this will touch a number of things though since we re adding a control to the tabs adding an indicator themes will have to be adjusted new graphics in line with pale moon s theme are needed svg
1
767,318
26,918,595,771
IssuesEvent
2023-02-07 08:50:01
fsfe/reuse-tool
https://api.github.com/repos/fsfe/reuse-tool
opened
Tool does not detect configured Meson subprojects directory
enhancement good first issue priority/low
This issue was raised in #664. Currently, the tool only ignores `./subprojects`.
1.0
Tool does not detect configured Meson subprojects directory - This issue was raised in #664. Currently, the tool only ignores `./subprojects`.
priority
tool does not detect configured meson subprojects directory this issue was raised in currently the tool only ignores subprojects
1
224,792
7,472,928,506
IssuesEvent
2018-04-03 14:04:09
facebook/create-react-app
https://api.github.com/repos/facebook/create-react-app
closed
Error: Cannot find module 'webpack/lib/node/NodeTemplatePlugin'
priority: low (needs more information)
<!-- PLEASE READ THE FIRST SECTION :-) --> ### Is this a bug report? YES (write your answer here) <!-- If you answered "Yes": Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo. If you're in a hurry or don't feel confident, it's fine to report bugs with less details, but this makes it less likely they'll get fixed soon. In either case, please fill as many fields below as you can. If you answered "No": If this is a question or a discussion, you may delete this template and write in a free form. Note that we don't provide help for webpack questions after ejecting. You can find webpack docs at https://webpack.js.org/. --> ### Did you try recovering your dependencies? <!-- Your module tree might be corrupted, and that might be causing the issues. Let's try to recover it. First, delete these files and folders in your project: * node_modules * package-lock.json * yarn.lock Then you need to decide which package manager you prefer to use. We support both npm (https://npmjs.com) and yarn (http://yarnpkg.com/). However, **they can't be used together in one project** so you need to pick one. If you decided to use npm, run this in your project directory: npm install -g npm@latest npm install This should fix your project. If you decided to use yarn, update it first (https://yarnpkg.com/en/docs/install). Then run in your project directory: yarn This should fix your project. Importantly, **if you decided to use yarn, you should never run `npm install` in the project**. For example, yarn users should run `yarn add <library>` instead of `npm install <library>`. Otherwise your project will break again. Have you done all these steps and still see the issue? Please paste the output of `npm --version` and/or `yarn --version` to confirm. --> 5.8.0 (Write your answer here.) ### Which terms did you search for in User Guide? <!-- There are a few common documented problems, such as watcher not detecting changes, or build failing. They are described in the Troubleshooting section of the User Guide: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#troubleshooting Please scan these few sections for common problems. Additionally, you can search the User Guide itself for something you're having issues with: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md If you didn't find the solution, please share which words you searched for. This helps us improve documentation for future readers who might encounter the same problem. --> Error: Cannot find module (Write your answer here if relevant.) ### Environment <!-- Please fill in all the relevant fields by running these commands in terminal. --> 1. `node -v`: v8.9.4 2. `npm -v`: 5.8.0 3. `yarn --version` (if you use Yarn): 4. `npm ls react-scripts` (if you haven’t ejected): Then, specify: 1. Operating system: 7.4.0 Darwin Kernel Version 17.4.0 AND Ubuntu 16.04 2. Browser and version (if relevant): ### Steps to Reproduce <!-- How would you describe your issue to someone who doesn’t know you or your project? Try to write a sequence of steps that anybody can repeat to see the issue. --> upgrade react-scripts from 1.0.11 to 1.1.1 and node from v7.4.0 to v8.9.4. simply upgrading react-scripts from 1.0.11 to 1.1.1 works with v7.4.0, build fails with v8.9.4 (Write your steps here:) 1. update package.json to react-scripts 1.1.1 2. bash$ n 8.9.4 3. bash$ rm -rf node_modes && npm i 4. bash$ npm run build ### Expected Behavior <!-- How did you expect the tool to behave? It’s fine if you’re not sure your understanding is correct. Just write down what you thought would happen. --> Expected to build to work as when running with `npm run build` with node v7.4.0. (Write what you thought would happen.) ### Actual Behavior <!-- Did something go wrong? Is something broken, or not behaving as you expected? Please attach screenshots if possible! They are extremely helpful for diagnosing issues. --> ``` > REACT_APP_ENV=production react-scripts build module.js:540 throw err; ^ Error: Cannot find module 'webpack/lib/node/NodeTemplatePlugin' at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (/Users/Barry/projects/e/node_modules/html-webpack-plugin/lib/compiler.js:11:26) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) at tryModuleLoad (module.js:499:12) at Function.Module._load (module.js:491:3) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (/Users/Barry/projects/e/node_modules/html-webpack-plugin/index.js:7:21) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! e@0.1.0 build: `REACT_APP_ENV=production react-scripts build` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the e@0.1.0 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. ``` (Write what happened. Please add screenshots!) ### Reproducible Demo <!-- If you can, please share a project that reproduces the issue. This is the single most effective way to get an issue fixed soon. There are two ways to do it: * Create a new app and try to reproduce the issue in it. This is useful if you roughly know where the problem is, or can’t share the real code. * Or, copy your app and remove things until you’re left with the minimal reproducible demo. This is useful for finding the root cause. You may then optionally create a new project. This is a good guide to creating bug demos: https://stackoverflow.com/help/mcve Once you’re done, push the project to GitHub and paste the link to it below: --> (Paste the link to an example project and exact instructions to reproduce the issue.) <!-- What happens if you skip this step? We will try to help you, but in many cases it is impossible because crucial information is missing. In that case we'll tag an issue as having a low priority, and eventually close it if there is no clear direction. We still appreciate the report though, as eventually somebody else might create a reproducible example for it. Thanks for helping us help you! -->
1.0
Error: Cannot find module 'webpack/lib/node/NodeTemplatePlugin' - <!-- PLEASE READ THE FIRST SECTION :-) --> ### Is this a bug report? YES (write your answer here) <!-- If you answered "Yes": Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo. If you're in a hurry or don't feel confident, it's fine to report bugs with less details, but this makes it less likely they'll get fixed soon. In either case, please fill as many fields below as you can. If you answered "No": If this is a question or a discussion, you may delete this template and write in a free form. Note that we don't provide help for webpack questions after ejecting. You can find webpack docs at https://webpack.js.org/. --> ### Did you try recovering your dependencies? <!-- Your module tree might be corrupted, and that might be causing the issues. Let's try to recover it. First, delete these files and folders in your project: * node_modules * package-lock.json * yarn.lock Then you need to decide which package manager you prefer to use. We support both npm (https://npmjs.com) and yarn (http://yarnpkg.com/). However, **they can't be used together in one project** so you need to pick one. If you decided to use npm, run this in your project directory: npm install -g npm@latest npm install This should fix your project. If you decided to use yarn, update it first (https://yarnpkg.com/en/docs/install). Then run in your project directory: yarn This should fix your project. Importantly, **if you decided to use yarn, you should never run `npm install` in the project**. For example, yarn users should run `yarn add <library>` instead of `npm install <library>`. Otherwise your project will break again. Have you done all these steps and still see the issue? Please paste the output of `npm --version` and/or `yarn --version` to confirm. --> 5.8.0 (Write your answer here.) ### Which terms did you search for in User Guide? <!-- There are a few common documented problems, such as watcher not detecting changes, or build failing. They are described in the Troubleshooting section of the User Guide: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#troubleshooting Please scan these few sections for common problems. Additionally, you can search the User Guide itself for something you're having issues with: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md If you didn't find the solution, please share which words you searched for. This helps us improve documentation for future readers who might encounter the same problem. --> Error: Cannot find module (Write your answer here if relevant.) ### Environment <!-- Please fill in all the relevant fields by running these commands in terminal. --> 1. `node -v`: v8.9.4 2. `npm -v`: 5.8.0 3. `yarn --version` (if you use Yarn): 4. `npm ls react-scripts` (if you haven’t ejected): Then, specify: 1. Operating system: 7.4.0 Darwin Kernel Version 17.4.0 AND Ubuntu 16.04 2. Browser and version (if relevant): ### Steps to Reproduce <!-- How would you describe your issue to someone who doesn’t know you or your project? Try to write a sequence of steps that anybody can repeat to see the issue. --> upgrade react-scripts from 1.0.11 to 1.1.1 and node from v7.4.0 to v8.9.4. simply upgrading react-scripts from 1.0.11 to 1.1.1 works with v7.4.0, build fails with v8.9.4 (Write your steps here:) 1. update package.json to react-scripts 1.1.1 2. bash$ n 8.9.4 3. bash$ rm -rf node_modes && npm i 4. bash$ npm run build ### Expected Behavior <!-- How did you expect the tool to behave? It’s fine if you’re not sure your understanding is correct. Just write down what you thought would happen. --> Expected to build to work as when running with `npm run build` with node v7.4.0. (Write what you thought would happen.) ### Actual Behavior <!-- Did something go wrong? Is something broken, or not behaving as you expected? Please attach screenshots if possible! They are extremely helpful for diagnosing issues. --> ``` > REACT_APP_ENV=production react-scripts build module.js:540 throw err; ^ Error: Cannot find module 'webpack/lib/node/NodeTemplatePlugin' at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (/Users/Barry/projects/e/node_modules/html-webpack-plugin/lib/compiler.js:11:26) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) at tryModuleLoad (module.js:499:12) at Function.Module._load (module.js:491:3) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (/Users/Barry/projects/e/node_modules/html-webpack-plugin/index.js:7:21) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! e@0.1.0 build: `REACT_APP_ENV=production react-scripts build` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the e@0.1.0 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. ``` (Write what happened. Please add screenshots!) ### Reproducible Demo <!-- If you can, please share a project that reproduces the issue. This is the single most effective way to get an issue fixed soon. There are two ways to do it: * Create a new app and try to reproduce the issue in it. This is useful if you roughly know where the problem is, or can’t share the real code. * Or, copy your app and remove things until you’re left with the minimal reproducible demo. This is useful for finding the root cause. You may then optionally create a new project. This is a good guide to creating bug demos: https://stackoverflow.com/help/mcve Once you’re done, push the project to GitHub and paste the link to it below: --> (Paste the link to an example project and exact instructions to reproduce the issue.) <!-- What happens if you skip this step? We will try to help you, but in many cases it is impossible because crucial information is missing. In that case we'll tag an issue as having a low priority, and eventually close it if there is no clear direction. We still appreciate the report though, as eventually somebody else might create a reproducible example for it. Thanks for helping us help you! -->
priority
error cannot find module webpack lib node nodetemplateplugin please read the first section is this a bug report yes write your answer here if you answered yes please note that your issue will be fixed much faster if you spend about half an hour preparing it including the exact reproduction steps and a demo if you re in a hurry or don t feel confident it s fine to report bugs with less details but this makes it less likely they ll get fixed soon in either case please fill as many fields below as you can if you answered no if this is a question or a discussion you may delete this template and write in a free form note that we don t provide help for webpack questions after ejecting you can find webpack docs at did you try recovering your dependencies your module tree might be corrupted and that might be causing the issues let s try to recover it first delete these files and folders in your project node modules package lock json yarn lock then you need to decide which package manager you prefer to use we support both npm and yarn however they can t be used together in one project so you need to pick one if you decided to use npm run this in your project directory npm install g npm latest npm install this should fix your project if you decided to use yarn update it first then run in your project directory yarn this should fix your project importantly if you decided to use yarn you should never run npm install in the project for example yarn users should run yarn add instead of npm install otherwise your project will break again have you done all these steps and still see the issue please paste the output of npm version and or yarn version to confirm write your answer here which terms did you search for in user guide there are a few common documented problems such as watcher not detecting changes or build failing they are described in the troubleshooting section of the user guide please scan these few sections for common problems additionally you can search the user guide itself for something you re having issues with if you didn t find the solution please share which words you searched for this helps us improve documentation for future readers who might encounter the same problem error cannot find module write your answer here if relevant environment please fill in all the relevant fields by running these commands in terminal node v npm v yarn version if you use yarn npm ls react scripts if you haven’t ejected then specify operating system darwin kernel version and ubuntu browser and version if relevant steps to reproduce how would you describe your issue to someone who doesn’t know you or your project try to write a sequence of steps that anybody can repeat to see the issue upgrade react scripts from to and node from to simply upgrading react scripts from to works with build fails with write your steps here update package json to react scripts bash n bash rm rf node modes npm i bash npm run build expected behavior how did you expect the tool to behave it’s fine if you’re not sure your understanding is correct just write down what you thought would happen expected to build to work as when running with npm run build with node write what you thought would happen actual behavior did something go wrong is something broken or not behaving as you expected please attach screenshots if possible they are extremely helpful for diagnosing issues react app env production react scripts build module js throw err error cannot find module webpack lib node nodetemplateplugin at function module resolvefilename module js at function module load module js at module require module js at require internal module js at object users barry projects e node modules html webpack plugin lib compiler js at module compile module js at object module extensions js module js at module load module js at trymoduleload module js at function module load module js at module require module js at require internal module js at object users barry projects e node modules html webpack plugin index js at module compile module js at object module extensions js module js at module load module js npm err code elifecycle npm err errno npm err e build react app env production react scripts build npm err exit status npm err npm err failed at the e build script npm err this is probably not a problem with npm there is likely additional logging output above write what happened please add screenshots reproducible demo if you can please share a project that reproduces the issue this is the single most effective way to get an issue fixed soon there are two ways to do it create a new app and try to reproduce the issue in it this is useful if you roughly know where the problem is or can’t share the real code or copy your app and remove things until you’re left with the minimal reproducible demo this is useful for finding the root cause you may then optionally create a new project this is a good guide to creating bug demos once you’re done push the project to github and paste the link to it below paste the link to an example project and exact instructions to reproduce the issue what happens if you skip this step we will try to help you but in many cases it is impossible because crucial information is missing in that case we ll tag an issue as having a low priority and eventually close it if there is no clear direction we still appreciate the report though as eventually somebody else might create a reproducible example for it thanks for helping us help you
1
197,643
6,962,252,442
IssuesEvent
2017-12-08 12:58:46
2sic/2sxc
https://api.github.com/repos/2sic/2sxc
closed
Feat: query designer - show all settings of all DataSource in Screenshot
closed because low priority - but not completed part:query
**I'm submitting a ...** <!-- remove lines which don't apply --> [x] feature request **...about** <!-- remove lines which don't apply --> [x] edit experience / UI [x] Content Types or data management **Current behavior** It's hard / impossible to show/include all settings for a query - for feedback or training. **Expected behavior** Would be nice to show all the data-source settings on-screen somewhere, so people could reproduce what was set/configured or see what is wrong. **What is the motivation / use case for changing the behavior?** Improve training & support. **Please tell us about your environment:** * **2sxc version(s):** 9.10 **Steps** * [ ] Figure out how to design/layout this * [ ] Implement design * [ ] Implement button to load / show this metadata
1.0
Feat: query designer - show all settings of all DataSource in Screenshot - **I'm submitting a ...** <!-- remove lines which don't apply --> [x] feature request **...about** <!-- remove lines which don't apply --> [x] edit experience / UI [x] Content Types or data management **Current behavior** It's hard / impossible to show/include all settings for a query - for feedback or training. **Expected behavior** Would be nice to show all the data-source settings on-screen somewhere, so people could reproduce what was set/configured or see what is wrong. **What is the motivation / use case for changing the behavior?** Improve training & support. **Please tell us about your environment:** * **2sxc version(s):** 9.10 **Steps** * [ ] Figure out how to design/layout this * [ ] Implement design * [ ] Implement button to load / show this metadata
priority
feat query designer show all settings of all datasource in screenshot i m submitting a feature request about edit experience ui content types or data management current behavior it s hard impossible to show include all settings for a query for feedback or training expected behavior would be nice to show all the data source settings on screen somewhere so people could reproduce what was set configured or see what is wrong what is the motivation use case for changing the behavior improve training support please tell us about your environment version s steps figure out how to design layout this implement design implement button to load show this metadata
1
444,420
12,812,036,497
IssuesEvent
2020-07-04 03:14:59
Pemigrade/Acorn
https://api.github.com/repos/Pemigrade/Acorn
closed
Change chat colors for staff
Feature Request Low Priority
**Brief Description** Change the font color for the /h chat, /tickets list, and ticket notifs **Why do you want the feature?** Will help staff see things quicker and easier
1.0
Change chat colors for staff - **Brief Description** Change the font color for the /h chat, /tickets list, and ticket notifs **Why do you want the feature?** Will help staff see things quicker and easier
priority
change chat colors for staff brief description change the font color for the h chat tickets list and ticket notifs why do you want the feature will help staff see things quicker and easier
1
64,777
3,218,571,497
IssuesEvent
2015-10-08 02:36:29
bioperl/bioperl-run
https://api.github.com/repos/bioperl/bioperl-run
opened
Implement a seqgen wrapper in bioperl-run
Priority: Low Status: New Tracker: Feature
--- Author Name: **Albert Vilella** (Albert Vilella) Original Redmine Issue: 1891, https://redmine.open-bio.org/issues/1891 Original Date: 2005-11-03 Original Assignee: Bioperl Guts --- http://evolve.zoo.ox.ac.uk/software.html?id=seqgen (1) Should call seqgen with the basics (2) Should ease the way of a codon rates/usage from a Bio::Tools::Phylo::PAML codonusage to a seqgen <CODON_POSITION_RATES> string. (I’ll try to find time for this by 200512-200601)
1.0
Implement a seqgen wrapper in bioperl-run - --- Author Name: **Albert Vilella** (Albert Vilella) Original Redmine Issue: 1891, https://redmine.open-bio.org/issues/1891 Original Date: 2005-11-03 Original Assignee: Bioperl Guts --- http://evolve.zoo.ox.ac.uk/software.html?id=seqgen (1) Should call seqgen with the basics (2) Should ease the way of a codon rates/usage from a Bio::Tools::Phylo::PAML codonusage to a seqgen <CODON_POSITION_RATES> string. (I’ll try to find time for this by 200512-200601)
priority
implement a seqgen wrapper in bioperl run author name albert vilella albert vilella original redmine issue original date original assignee bioperl guts should call seqgen with the basics should ease the way of a codon rates usage from a bio tools phylo paml codonusage to a seqgen string i’ll try to find time for this by
1
654,335
21,648,267,675
IssuesEvent
2022-05-06 06:20:29
RedHat-SP-Security/keylime-tests
https://api.github.com/repos/RedHat-SP-Security/keylime-tests
closed
Create own systemd unit files for keylime services
enhancement low priority
Instead of starting and killing keylime services in tests we could provide custom systemd unit files. Depending on what would be the actual plan in development, this may or may be not worth doing.
1.0
Create own systemd unit files for keylime services - Instead of starting and killing keylime services in tests we could provide custom systemd unit files. Depending on what would be the actual plan in development, this may or may be not worth doing.
priority
create own systemd unit files for keylime services instead of starting and killing keylime services in tests we could provide custom systemd unit files depending on what would be the actual plan in development this may or may be not worth doing
1
707,641
24,312,723,203
IssuesEvent
2022-09-30 01:12:31
CMU-313/fall22-hw3-f4
https://api.github.com/repos/CMU-313/fall22-hw3-f4
opened
POST requests only allow updates to the score from users who are reviewers
middleware priority - medium effort - low
Acceptance Criteria: - the score is updated when a reviewer adds a new score - the score can't be updated when the user is not a reviewer Dependencies: - issue #1 (the frontend needs to have a form that calls the corresponding method in the middleware with the score value(s)) - issue #? (the backend needs a setter method to that the POST request can call to set the score in the database)
1.0
POST requests only allow updates to the score from users who are reviewers - Acceptance Criteria: - the score is updated when a reviewer adds a new score - the score can't be updated when the user is not a reviewer Dependencies: - issue #1 (the frontend needs to have a form that calls the corresponding method in the middleware with the score value(s)) - issue #? (the backend needs a setter method to that the POST request can call to set the score in the database)
priority
post requests only allow updates to the score from users who are reviewers acceptance criteria the score is updated when a reviewer adds a new score the score can t be updated when the user is not a reviewer dependencies issue the frontend needs to have a form that calls the corresponding method in the middleware with the score value s issue the backend needs a setter method to that the post request can call to set the score in the database
1
297,649
9,179,768,418
IssuesEvent
2019-03-05 04:44:20
bdecon/econ_data
https://api.github.com/repos/bdecon/econ_data
opened
bd CPS: refactoring -- speed up
enhancement priority:low
The version 1.0 bd CPS will have lots of variables and lots of moving parts. See how to speed it up.
1.0
bd CPS: refactoring -- speed up - The version 1.0 bd CPS will have lots of variables and lots of moving parts. See how to speed it up.
priority
bd cps refactoring speed up the version bd cps will have lots of variables and lots of moving parts see how to speed it up
1
464,609
13,328,011,345
IssuesEvent
2020-08-27 13:57:31
eventespresso/barista
https://api.github.com/repos/eventespresso/barista
closed
Link to Default Prices Admin Page in the Ticket Prices Step
C: UI/UX 🚽 D: EDTR ✏️ P4: low priority 😎 T: enhancement ✨
The highlighted text in the following image: ![image](https://user-images.githubusercontent.com/1751030/91101776-aa5e4900-e61c-11ea-812c-a4e0d3f89284.png) needs to link to: `/wp-admin/admin.php?page=pricing` Let's also add line breaks (newlines: "\n") after each of the periods in those sentences so that it is broken up into three lines.
1.0
Link to Default Prices Admin Page in the Ticket Prices Step - The highlighted text in the following image: ![image](https://user-images.githubusercontent.com/1751030/91101776-aa5e4900-e61c-11ea-812c-a4e0d3f89284.png) needs to link to: `/wp-admin/admin.php?page=pricing` Let's also add line breaks (newlines: "\n") after each of the periods in those sentences so that it is broken up into three lines.
priority
link to default prices admin page in the ticket prices step the highlighted text in the following image needs to link to wp admin admin php page pricing let s also add line breaks newlines n after each of the periods in those sentences so that it is broken up into three lines
1