Unnamed: 0
int64 0
832k
| id
float64 2.49B
32.1B
| type
stringclasses 1
value | created_at
stringlengths 19
19
| repo
stringlengths 5
112
| repo_url
stringlengths 34
141
| action
stringclasses 3
values | title
stringlengths 1
855
| labels
stringlengths 4
721
| body
stringlengths 1
261k
| index
stringclasses 13
values | text_combine
stringlengths 96
261k
| label
stringclasses 2
values | text
stringlengths 96
240k
| binary_label
int64 0
1
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
401,251
| 11,787,912,645
|
IssuesEvent
|
2020-03-17 14:46:21
|
OregonDigital/OD2
|
https://api.github.com/repos/OregonDigital/OD2
|
closed
|
Source Updates for Help Text and Form Label
|
Features Priority - High
|
### Descriptive summary
- [x] Shelf Location Help Text missing
|
1.0
|
Source Updates for Help Text and Form Label - ### Descriptive summary
- [x] Shelf Location Help Text missing
|
priority
|
source updates for help text and form label descriptive summary shelf location help text missing
| 1
|
418,776
| 12,203,185,987
|
IssuesEvent
|
2020-04-30 10:10:11
|
MHRA/products
|
https://api.github.com/repos/MHRA/products
|
closed
|
Delete can remove document from search index but not storage, making it impossible for Sentinel to delete it
|
BUG :bug: HIGH PRIORITY :arrow_double_up:
|
From @TimboTambo:
> There were around 30 errors from the batch run test last week that occurred with deleting files. Seems like in all cases the doc to delete was found in the search index, removed from the search index, failed when removing from the storage container, was retried and then the doc could no longer be found in the search index so was set to Error(: Cannot find document with ID …)
The following Azure log query brings up an example of this happening:
```
let correlationId = "bd582bbf-6a76-4708-9440-10aefc726d89";
let timeframeFrom = totimespan(6d);
let timeframeTo = totimespan(4d);
let clusterId = '/subscriptions/bec11470-1346-4cdd-af2e-ce1f360671a1/resourceGroups/adazr-rg-1001/providers/Microsoft.ContainerService/managedClusters/non-prod';
let ContainerIdList = KubePodInventory
| where TimeGenerated > now() - timeframeFrom and TimeGenerated < now() - timeframeTo
| where ContainerName contains 'doc-index-updater'
| where ClusterId =~ clusterId
| distinct ContainerID;
ContainerLog
| where TimeGenerated > now() - timeframeFrom and TimeGenerated < now() - timeframeTo
| where ContainerID in (ContainerIdList)
| project LogEntrySource, LogEntry, TimeGenerated, Computer, Image, Name, ContainerID
| order by TimeGenerated desc
| render table
| extend message_ = tostring(parse_json(tostring(parse_json(LogEntry).fields)).message)
| where parse_json(tostring(parse_json(LogEntry).span)).correlation_id == correlationId
```
|
1.0
|
Delete can remove document from search index but not storage, making it impossible for Sentinel to delete it - From @TimboTambo:
> There were around 30 errors from the batch run test last week that occurred with deleting files. Seems like in all cases the doc to delete was found in the search index, removed from the search index, failed when removing from the storage container, was retried and then the doc could no longer be found in the search index so was set to Error(: Cannot find document with ID …)
The following Azure log query brings up an example of this happening:
```
let correlationId = "bd582bbf-6a76-4708-9440-10aefc726d89";
let timeframeFrom = totimespan(6d);
let timeframeTo = totimespan(4d);
let clusterId = '/subscriptions/bec11470-1346-4cdd-af2e-ce1f360671a1/resourceGroups/adazr-rg-1001/providers/Microsoft.ContainerService/managedClusters/non-prod';
let ContainerIdList = KubePodInventory
| where TimeGenerated > now() - timeframeFrom and TimeGenerated < now() - timeframeTo
| where ContainerName contains 'doc-index-updater'
| where ClusterId =~ clusterId
| distinct ContainerID;
ContainerLog
| where TimeGenerated > now() - timeframeFrom and TimeGenerated < now() - timeframeTo
| where ContainerID in (ContainerIdList)
| project LogEntrySource, LogEntry, TimeGenerated, Computer, Image, Name, ContainerID
| order by TimeGenerated desc
| render table
| extend message_ = tostring(parse_json(tostring(parse_json(LogEntry).fields)).message)
| where parse_json(tostring(parse_json(LogEntry).span)).correlation_id == correlationId
```
|
priority
|
delete can remove document from search index but not storage making it impossible for sentinel to delete it from timbotambo there were around errors from the batch run test last week that occurred with deleting files seems like in all cases the doc to delete was found in the search index removed from the search index failed when removing from the storage container was retried and then the doc could no longer be found in the search index so was set to error cannot find document with id … the following azure log query brings up an example of this happening let correlationid let timeframefrom totimespan let timeframeto totimespan let clusterid subscriptions resourcegroups adazr rg providers microsoft containerservice managedclusters non prod let containeridlist kubepodinventory where timegenerated now timeframefrom and timegenerated now timeframeto where containername contains doc index updater where clusterid clusterid distinct containerid containerlog where timegenerated now timeframefrom and timegenerated now timeframeto where containerid in containeridlist project logentrysource logentry timegenerated computer image name containerid order by timegenerated desc render table extend message tostring parse json tostring parse json logentry fields message where parse json tostring parse json logentry span correlation id correlationid
| 1
|
75,647
| 3,470,548,826
|
IssuesEvent
|
2015-12-23 09:18:00
|
YetiForceCompany/YetiForceCRM
|
https://api.github.com/repos/YetiForceCompany/YetiForceCRM
|
closed
|
[Bug] Accounts - Switching between tabs is very slow
|
Label::Module Priority::#3 High Type::Bug
|
I tested on this record: https://gitdeveloper.yetiforce.com/index.php?module=Accounts&view=Detail&record=115&mode=showDetailViewByMode&requestMode=summary&tab_label=Summary
Developer 2.3.808
Click: Summary, Detail, Products&Services, Comments and then again P&S and then Detail etc. About every third time you have to wait a few seconds before page updates. The record I tested was related to two products: One in section "Interested in products" and one in section "Products outsourced".
|
1.0
|
[Bug] Accounts - Switching between tabs is very slow - I tested on this record: https://gitdeveloper.yetiforce.com/index.php?module=Accounts&view=Detail&record=115&mode=showDetailViewByMode&requestMode=summary&tab_label=Summary
Developer 2.3.808
Click: Summary, Detail, Products&Services, Comments and then again P&S and then Detail etc. About every third time you have to wait a few seconds before page updates. The record I tested was related to two products: One in section "Interested in products" and one in section "Products outsourced".
|
priority
|
accounts switching between tabs is very slow i tested on this record developer click summary detail products services comments and then again p s and then detail etc about every third time you have to wait a few seconds before page updates the record i tested was related to two products one in section interested in products and one in section products outsourced
| 1
|
36,449
| 2,799,355,455
|
IssuesEvent
|
2015-05-12 23:58:54
|
osulp/primo
|
https://api.github.com/repos/osulp/primo
|
reopened
|
Fix indenting issue when visiting a permalinked page
|
High Priority
|
The record is displayed on the right half of the page, leaving a large open area to the left.
Example:
http://search.library.oregonstate.edu/OSU:CP71137462960001451
|
1.0
|
Fix indenting issue when visiting a permalinked page - The record is displayed on the right half of the page, leaving a large open area to the left.
Example:
http://search.library.oregonstate.edu/OSU:CP71137462960001451
|
priority
|
fix indenting issue when visiting a permalinked page the record is displayed on the right half of the page leaving a large open area to the left example
| 1
|
700,875
| 24,076,438,531
|
IssuesEvent
|
2022-09-18 21:21:56
|
svelascodimate/demo
|
https://api.github.com/repos/svelascodimate/demo
|
opened
|
Create Project Structure
|
High Priority New Feature
|
# User Story
As a Project Lead, want to have a basic project structure on the repository so that Development Team could start making changes in the code.
# List of tasks
- [ ] Update Python
- [ ] Install nbdev on local machine
- [ ] Run command nbdev_new
- [ ] Modify settings.init
- [ ] Create Docker File
- [ ] Create Notebook with Project Description
# Definition of Done
- [ ] The project must be uploaded to gitlab
- [ ] All students understand the project-logistics
|
1.0
|
Create Project Structure - # User Story
As a Project Lead, want to have a basic project structure on the repository so that Development Team could start making changes in the code.
# List of tasks
- [ ] Update Python
- [ ] Install nbdev on local machine
- [ ] Run command nbdev_new
- [ ] Modify settings.init
- [ ] Create Docker File
- [ ] Create Notebook with Project Description
# Definition of Done
- [ ] The project must be uploaded to gitlab
- [ ] All students understand the project-logistics
|
priority
|
create project structure user story as a project lead want to have a basic project structure on the repository so that development team could start making changes in the code list of tasks update python install nbdev on local machine run command nbdev new modify settings init create docker file create notebook with project description definition of done the project must be uploaded to gitlab all students understand the project logistics
| 1
|
397,672
| 11,731,172,764
|
IssuesEvent
|
2020-03-10 23:16:19
|
openforcefield/openforcefield
|
https://api.github.com/repos/openforcefield/openforcefield
|
closed
|
Constrain H-bond lengths by default in appropriate OFFXML files
|
effort:low priority:high
|
Per @cbayly13 's post: https://openforcefieldgroup.slack.com/archives/C9NGV68BY/p1548376758135600 :
> Given the provenance of SMIRNOFF99Frosst, being from amber-type simulation force fields routinely employing constraints on bonds to hydrogen, I think that should be the default for SMIRNOFF99Frosst too.
This should certainly be applied to `openforcefield/data/forcefield/smirnoff99Frosst.offxml`. I'm on the fence about other `offxml`s, as they've already been used to generate data, so it might be best to leave them as they are for provenance.
I do not think that constraining _all_ H-bonds should be default behavior for the toolkit at this time, as we don't have a keyword for _not_ constraining something, therefore there wouldn't be a way for users to specify non-constrained hydrogen bonds.
|
1.0
|
Constrain H-bond lengths by default in appropriate OFFXML files - Per @cbayly13 's post: https://openforcefieldgroup.slack.com/archives/C9NGV68BY/p1548376758135600 :
> Given the provenance of SMIRNOFF99Frosst, being from amber-type simulation force fields routinely employing constraints on bonds to hydrogen, I think that should be the default for SMIRNOFF99Frosst too.
This should certainly be applied to `openforcefield/data/forcefield/smirnoff99Frosst.offxml`. I'm on the fence about other `offxml`s, as they've already been used to generate data, so it might be best to leave them as they are for provenance.
I do not think that constraining _all_ H-bonds should be default behavior for the toolkit at this time, as we don't have a keyword for _not_ constraining something, therefore there wouldn't be a way for users to specify non-constrained hydrogen bonds.
|
priority
|
constrain h bond lengths by default in appropriate offxml files per s post given the provenance of being from amber type simulation force fields routinely employing constraints on bonds to hydrogen i think that should be the default for too this should certainly be applied to openforcefield data forcefield offxml i m on the fence about other offxml s as they ve already been used to generate data so it might be best to leave them as they are for provenance i do not think that constraining all h bonds should be default behavior for the toolkit at this time as we don t have a keyword for not constraining something therefore there wouldn t be a way for users to specify non constrained hydrogen bonds
| 1
|
638,803
| 20,738,735,084
|
IssuesEvent
|
2022-03-14 15:48:13
|
LLK/scratchjr
|
https://api.github.com/repos/LLK/scratchjr
|
closed
|
Can't add reshape points to sharp triangle upper right border in the paint editor
|
priority 3 High Severity Low Impact Jira needed
|
### Expected Behavior
Should add points where the mouse is up
### Actual Behavior
The paint editor add a point to the upper left border
### Steps to Reproduce
1. open the painter to create a new sprite
2. select the `triangle` shape tool
3. draw a sharp triangle, the angle of top corner is less than 30 degree, the sharper the better
4. change to the `select` mode
5. click the upper right border near the top to add a reshape point
### Device and Operating System
This can be reproduced on Android, iOS and macOS
|
1.0
|
Can't add reshape points to sharp triangle upper right border in the paint editor - ### Expected Behavior
Should add points where the mouse is up
### Actual Behavior
The paint editor add a point to the upper left border
### Steps to Reproduce
1. open the painter to create a new sprite
2. select the `triangle` shape tool
3. draw a sharp triangle, the angle of top corner is less than 30 degree, the sharper the better
4. change to the `select` mode
5. click the upper right border near the top to add a reshape point
### Device and Operating System
This can be reproduced on Android, iOS and macOS
|
priority
|
can t add reshape points to sharp triangle upper right border in the paint editor expected behavior should add points where the mouse is up actual behavior the paint editor add a point to the upper left border steps to reproduce open the painter to create a new sprite select the triangle shape tool draw a sharp triangle the angle of top corner is less than degree the sharper the better change to the select mode click the upper right border near the top to add a reshape point device and operating system this can be reproduced on android ios and macos
| 1
|
613,997
| 19,103,217,493
|
IssuesEvent
|
2021-11-30 02:17:18
|
hadialaddin/crypto-genie
|
https://api.github.com/repos/hadialaddin/crypto-genie
|
closed
|
Enforce Take Profits feature
|
enhancement high-priority
|
Set Profit ratios at which to close partial position size (ratio). Bot should automatically calculate the quantity in real-time based on up-to-date position size, and auto adjust TP size and price levels should position change its size or entry price (so should react to manual take profit or loss).
Allow Tolerance which is the ratio of how far the level is considered valid to place a TP at (if too close, skip to move to the next level, to avoid repetition if price is volatile).
|
1.0
|
Enforce Take Profits feature - Set Profit ratios at which to close partial position size (ratio). Bot should automatically calculate the quantity in real-time based on up-to-date position size, and auto adjust TP size and price levels should position change its size or entry price (so should react to manual take profit or loss).
Allow Tolerance which is the ratio of how far the level is considered valid to place a TP at (if too close, skip to move to the next level, to avoid repetition if price is volatile).
|
priority
|
enforce take profits feature set profit ratios at which to close partial position size ratio bot should automatically calculate the quantity in real time based on up to date position size and auto adjust tp size and price levels should position change its size or entry price so should react to manual take profit or loss allow tolerance which is the ratio of how far the level is considered valid to place a tp at if too close skip to move to the next level to avoid repetition if price is volatile
| 1
|
262,167
| 8,251,778,307
|
IssuesEvent
|
2018-09-12 08:52:48
|
orbs-network/orbs-network-go
|
https://api.github.com/repos/orbs-network/orbs-network-go
|
closed
|
System gets choked up after a "long" time of running
|
bug help wanted high priority
|
System gets stuck after a while when running full steam on idle
### To see it in E2E:
Add the line
```
time.Sleep(10 * time.Second)
```
right before e2e is sending the 3 transactions.
The system in e2e should close an empty block every ~ 1 second (config setting `ConsensusContextMinimalBlockDelay`).
During the sleep, the system closes only 5 empty blocks and then stops closing blocks.. consensus stuck somehow.
|
1.0
|
System gets choked up after a "long" time of running - System gets stuck after a while when running full steam on idle
### To see it in E2E:
Add the line
```
time.Sleep(10 * time.Second)
```
right before e2e is sending the 3 transactions.
The system in e2e should close an empty block every ~ 1 second (config setting `ConsensusContextMinimalBlockDelay`).
During the sleep, the system closes only 5 empty blocks and then stops closing blocks.. consensus stuck somehow.
|
priority
|
system gets choked up after a long time of running system gets stuck after a while when running full steam on idle to see it in add the line time sleep time second right before is sending the transactions the system in should close an empty block every second config setting consensuscontextminimalblockdelay during the sleep the system closes only empty blocks and then stops closing blocks consensus stuck somehow
| 1
|
621,146
| 19,578,814,970
|
IssuesEvent
|
2022-01-04 18:24:18
|
mskcc/pluto-cwl
|
https://api.github.com/repos/mskcc/pluto-cwl
|
opened
|
need to update samples fillout workflow output
|
high priority
|
- need to update all portal files to include data for all new DMP samples included in output
@timosong @svural
|
1.0
|
need to update samples fillout workflow output - - need to update all portal files to include data for all new DMP samples included in output
@timosong @svural
|
priority
|
need to update samples fillout workflow output need to update all portal files to include data for all new dmp samples included in output timosong svural
| 1
|
230,837
| 7,620,151,415
|
IssuesEvent
|
2018-05-03 00:45:50
|
StrangeLoopGames/EcoIssues
|
https://api.github.com/repos/StrangeLoopGames/EcoIssues
|
closed
|
Crash while harvesting
|
High Priority
|
Der Wert darf nicht NULL sein.
The value can not be NULL.
Parametername: key
bei System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
bei System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
bei System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
bei Eco.Gameplay.Items.ItemAttribute.Get[T](Type itemType)
bei Eco.Gameplay.Plants.PlantEntity.TryHarvest(Player player, Boolean picked)
bei Eco.Mods.TechTree.ScytheItem.OnActLeft(InteractionContext context)
bei Eco.Gameplay.Interactions.InteractionExtensions.ExecuteUntilSuccess(IEnumerable`1 results)
bei Eco.Gameplay.Players.Player.PlayerInteract(InteractionInfo info)
|
1.0
|
Crash while harvesting - Der Wert darf nicht NULL sein.
The value can not be NULL.
Parametername: key
bei System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
bei System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
bei System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
bei Eco.Gameplay.Items.ItemAttribute.Get[T](Type itemType)
bei Eco.Gameplay.Plants.PlantEntity.TryHarvest(Player player, Boolean picked)
bei Eco.Mods.TechTree.ScytheItem.OnActLeft(InteractionContext context)
bei Eco.Gameplay.Interactions.InteractionExtensions.ExecuteUntilSuccess(IEnumerable`1 results)
bei Eco.Gameplay.Players.Player.PlayerInteract(InteractionInfo info)
|
priority
|
crash while harvesting der wert darf nicht null sein the value can not be null parametername key bei system throwhelper throwargumentnullexception exceptionargument argument bei system collections generic dictionary findentry tkey key bei system collections generic dictionary trygetvalue tkey key tvalue value bei eco gameplay items itemattribute get type itemtype bei eco gameplay plants plantentity tryharvest player player boolean picked bei eco mods techtree scytheitem onactleft interactioncontext context bei eco gameplay interactions interactionextensions executeuntilsuccess ienumerable results bei eco gameplay players player playerinteract interactioninfo info
| 1
|
153,415
| 5,891,879,972
|
IssuesEvent
|
2017-05-17 18:08:10
|
facebook/prepack
|
https://api.github.com/repos/facebook/prepack
|
closed
|
Support serialization of DataView, ArrayBuffer
|
help wanted high priority serializer
|
Make serialization work for the related cluster of DataView, ArrayBuffer, and all typed arrays.
Add individual test cases for the different required aspects.
Look at #505 for an example of how to add serialization capabilities for typed arrays.
|
1.0
|
Support serialization of DataView, ArrayBuffer - Make serialization work for the related cluster of DataView, ArrayBuffer, and all typed arrays.
Add individual test cases for the different required aspects.
Look at #505 for an example of how to add serialization capabilities for typed arrays.
|
priority
|
support serialization of dataview arraybuffer make serialization work for the related cluster of dataview arraybuffer and all typed arrays add individual test cases for the different required aspects look at for an example of how to add serialization capabilities for typed arrays
| 1
|
290,681
| 8,902,604,605
|
IssuesEvent
|
2019-01-17 08:08:03
|
canonical-websites/snapcraft.io
|
https://api.github.com/repos/canonical-websites/snapcraft.io
|
closed
|
Release UI: HTML errors result in JSON parse error
|
Priority: High
|
Sometimes API calls for release return HTML instead of JSON (for example in case of gateway timeout, etc). This causes release UI to show weird and unhelpful JSON parse error.
<img width="1663" alt="screen shot 2018-10-03 at 12 58 45" src="https://user-images.githubusercontent.com/83575/46406577-4a024d80-c70c-11e8-9f32-3541e573779f.png">
### Expected behaviour
We should show better error message when HTML error is returned.
|
1.0
|
Release UI: HTML errors result in JSON parse error - Sometimes API calls for release return HTML instead of JSON (for example in case of gateway timeout, etc). This causes release UI to show weird and unhelpful JSON parse error.
<img width="1663" alt="screen shot 2018-10-03 at 12 58 45" src="https://user-images.githubusercontent.com/83575/46406577-4a024d80-c70c-11e8-9f32-3541e573779f.png">
### Expected behaviour
We should show better error message when HTML error is returned.
|
priority
|
release ui html errors result in json parse error sometimes api calls for release return html instead of json for example in case of gateway timeout etc this causes release ui to show weird and unhelpful json parse error img width alt screen shot at src expected behaviour we should show better error message when html error is returned
| 1
|
413,897
| 12,093,280,750
|
IssuesEvent
|
2020-04-19 18:59:41
|
busy-beaver-dev/busy-beaver
|
https://api.github.com/repos/busy-beaver-dev/busy-beaver
|
closed
|
DevOps Best Practices
|
effort high epic priority medium
|
- [x] Infrastructure as Code with Terraform; automated via https://www.runatlantis.io/
- [x] **Staging environment** to confirm that changes work as expected. [Best Practices of Staging](https://increment.com/development/center-stage-best-practices-for-staging-environments/)
|
1.0
|
DevOps Best Practices - - [x] Infrastructure as Code with Terraform; automated via https://www.runatlantis.io/
- [x] **Staging environment** to confirm that changes work as expected. [Best Practices of Staging](https://increment.com/development/center-stage-best-practices-for-staging-environments/)
|
priority
|
devops best practices infrastructure as code with terraform automated via staging environment to confirm that changes work as expected
| 1
|
467,561
| 13,450,614,109
|
IssuesEvent
|
2020-09-08 18:49:43
|
gymh/GymHerzo-Android
|
https://api.github.com/repos/gymh/GymHerzo-Android
|
closed
|
🐞 [BUG] - Q11/Q12 filtering seems to be broken
|
Priority: High bug needs investigation
|
as reported by a user:
Q11/ Q12 filtering should work based on a simple "contains" condition - does not?
|
1.0
|
🐞 [BUG] - Q11/Q12 filtering seems to be broken - as reported by a user:
Q11/ Q12 filtering should work based on a simple "contains" condition - does not?
|
priority
|
🐞 filtering seems to be broken as reported by a user filtering should work based on a simple contains condition does not
| 1
|
115,662
| 4,677,385,755
|
IssuesEvent
|
2016-10-07 14:57:14
|
pombase/curation
|
https://api.github.com/repos/pombase/curation
|
closed
|
migrate annotations to GO:0051518
|
annotation priority high priority next quick
|
migrate terms
http://www.pombase.org/spombe/related/GO:0051518
should migrate to
establishment or maintenance of bipolar cell polarity regulating cell shape
or one of its children.
I think all of the genes we have annotated to this term are to do with the 'direction' of growth, not the increase in size per se. The mutants all increase in size in the same way, but they either lose polarity, or grow monopolarly
|
2.0
|
migrate annotations to GO:0051518 - migrate terms
http://www.pombase.org/spombe/related/GO:0051518
should migrate to
establishment or maintenance of bipolar cell polarity regulating cell shape
or one of its children.
I think all of the genes we have annotated to this term are to do with the 'direction' of growth, not the increase in size per se. The mutants all increase in size in the same way, but they either lose polarity, or grow monopolarly
|
priority
|
migrate annotations to go migrate terms should migrate to establishment or maintenance of bipolar cell polarity regulating cell shape or one of its children i think all of the genes we have annotated to this term are to do with the direction of growth not the increase in size per se the mutants all increase in size in the same way but they either lose polarity or grow monopolarly
| 1
|
231,306
| 7,625,899,310
|
IssuesEvent
|
2018-05-03 23:40:02
|
StrangeLoopGames/EcoIssues
|
https://api.github.com/repos/StrangeLoopGames/EcoIssues
|
closed
|
Crash in ChatManager
|
High Priority
|
Object reference not set to an instance of an object.
at Eco.Gameplay.Systems.Chat.ChatManager.<>c__DisplayClass36_0.<SetTag>b__0(ChatTagSetting x)
at System.Collections.Generic.List`1.RemoveAll(Predicate`1 match)
at Eco.Gameplay.Systems.Chat.ChatManager.SetTag(ChatTagSetting chatTagSetting, Int32 playerID)
|
1.0
|
Crash in ChatManager - Object reference not set to an instance of an object.
at Eco.Gameplay.Systems.Chat.ChatManager.<>c__DisplayClass36_0.<SetTag>b__0(ChatTagSetting x)
at System.Collections.Generic.List`1.RemoveAll(Predicate`1 match)
at Eco.Gameplay.Systems.Chat.ChatManager.SetTag(ChatTagSetting chatTagSetting, Int32 playerID)
|
priority
|
crash in chatmanager object reference not set to an instance of an object at eco gameplay systems chat chatmanager c b chattagsetting x at system collections generic list removeall predicate match at eco gameplay systems chat chatmanager settag chattagsetting chattagsetting playerid
| 1
|
291,890
| 8,951,096,896
|
IssuesEvent
|
2019-01-25 12:55:45
|
oVirt/ovirt-web-ui
|
https://api.github.com/repos/oVirt/ovirt-web-ui
|
closed
|
Wrong units in disk utilization tab
|
Flag: Needs QE Flag: Needs UI review Priority: High Scope: 2 Severity: Medium Type: Bug
|
1. 1024M -> 1G
When free space is almost 1G it shows 1024M instead

2. null
When the allocated space is so small, there is 'null' instead of 'TiB' in donut

_Originally posted by @leistnerova in https://github.com/oVirt/ovirt-web-ui/pull/855#issuecomment-445181417_
|
1.0
|
Wrong units in disk utilization tab - 1. 1024M -> 1G
When free space is almost 1G it shows 1024M instead

2. null
When the allocated space is so small, there is 'null' instead of 'TiB' in donut

_Originally posted by @leistnerova in https://github.com/oVirt/ovirt-web-ui/pull/855#issuecomment-445181417_
|
priority
|
wrong units in disk utilization tab when free space is almost it shows instead null when the allocated space is so small there is null instead of tib in donut originally posted by leistnerova in
| 1
|
54,654
| 3,070,934,388
|
IssuesEvent
|
2015-08-19 08:49:56
|
pavel-pimenov/flylinkdc-r5xx
|
https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx
|
closed
|
Предложение: Добавить в свойства хаба галочку Send UserIP on logon
|
Component-Logic enhancement imported Priority-High
|
_From [albrez...@gmail.com](https://code.google.com/u/103855851184343035373/) on December 11, 2007 16:36:26_
При (пере)подключении к хабу отправлять на него команду (это ее
пользовательский эквивалент)
$UserIP %[myNI]|
и обрабатывать ответ как полагается, т.е. запоминать свой адрес.
Необходимо для работы в активном режиме за роутером с настроенным
перенаправлением портов, но с динамическим адресом, при отсутствии
поддержки UPnP и недоступности всяких getip сервисов.
Это правильно решение. Более того, это правильное поведение нормальных прог
в пассиве.
Я сильно удивлен что такой опции еще нет ни в одном клиенте, как нет и
автоматической отправки (некоторые хабы за это кикают, так что пусть будет
опция). Приходится команды пользователя использовать, но это же неудобно,
каждый раз тыкать.
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1_
|
1.0
|
Предложение: Добавить в свойства хаба галочку Send UserIP on logon - _From [albrez...@gmail.com](https://code.google.com/u/103855851184343035373/) on December 11, 2007 16:36:26_
При (пере)подключении к хабу отправлять на него команду (это ее
пользовательский эквивалент)
$UserIP %[myNI]|
и обрабатывать ответ как полагается, т.е. запоминать свой адрес.
Необходимо для работы в активном режиме за роутером с настроенным
перенаправлением портов, но с динамическим адресом, при отсутствии
поддержки UPnP и недоступности всяких getip сервисов.
Это правильно решение. Более того, это правильное поведение нормальных прог
в пассиве.
Я сильно удивлен что такой опции еще нет ни в одном клиенте, как нет и
автоматической отправки (некоторые хабы за это кикают, так что пусть будет
опция). Приходится команды пользователя использовать, но это же неудобно,
каждый раз тыкать.
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1_
|
priority
|
предложение добавить в свойства хаба галочку send userip on logon from on december при пере подключении к хабу отправлять на него команду это ее пользовательский эквивалент userip и обрабатывать ответ как полагается т е запоминать свой адрес необходимо для работы в активном режиме за роутером с настроенным перенаправлением портов но с динамическим адресом при отсутствии поддержки upnp и недоступности всяких getip сервисов это правильно решение более того это правильное поведение нормальных прог в пассиве я сильно удивлен что такой опции еще нет ни в одном клиенте как нет и автоматической отправки некоторые хабы за это кикают так что пусть будет опция приходится команды пользователя использовать но это же неудобно каждый раз тыкать original issue
| 1
|
238,064
| 7,769,871,660
|
IssuesEvent
|
2018-06-04 06:43:55
|
wso2/testgrid
|
https://api.github.com/repos/wso2/testgrid
|
closed
|
Database schema for adding is_ami_identifier column to infrastructure_parameter table
|
Priority/High Severity/Critical Type/New Feature
|
**Description:**
Database ALTER schema:
```
ALTER TABLE infrastructure_parameter ADD is_ami_identifier BOOLEAN DEFAULT FALSE NOT NULL;
UPDATE infrastructure_parameter
SET is_ami_identifier = FALSE;
```
**Affected Product Version:**
0.9.0-m11
**OS, DB, other environment details and versions:**
MySQL
**Steps to reproduce:**
See above
**Related Issues:**
N/A
|
1.0
|
Database schema for adding is_ami_identifier column to infrastructure_parameter table - **Description:**
Database ALTER schema:
```
ALTER TABLE infrastructure_parameter ADD is_ami_identifier BOOLEAN DEFAULT FALSE NOT NULL;
UPDATE infrastructure_parameter
SET is_ami_identifier = FALSE;
```
**Affected Product Version:**
0.9.0-m11
**OS, DB, other environment details and versions:**
MySQL
**Steps to reproduce:**
See above
**Related Issues:**
N/A
|
priority
|
database schema for adding is ami identifier column to infrastructure parameter table description database alter schema alter table infrastructure parameter add is ami identifier boolean default false not null update infrastructure parameter set is ami identifier false affected product version os db other environment details and versions mysql steps to reproduce see above related issues n a
| 1
|
796,294
| 28,105,844,346
|
IssuesEvent
|
2023-03-31 00:31:03
|
AY2223S2-CS2103-W17-2/tp
|
https://api.github.com/repos/AY2223S2-CS2103-W17-2/tp
|
closed
|
Application not opening with duplicates in csv
|
type.Bug priority.High
|
Expected behaviour should be to throw an error and open a blank program
|
1.0
|
Application not opening with duplicates in csv - Expected behaviour should be to throw an error and open a blank program
|
priority
|
application not opening with duplicates in csv expected behaviour should be to throw an error and open a blank program
| 1
|
133,287
| 5,200,281,605
|
IssuesEvent
|
2017-01-23 23:20:10
|
savoirfairelinux/sous-chef
|
https://api.github.com/repos/savoirfairelinux/sous-chef
|
closed
|
Repeat the fixes of #626 to the rest of the member quick search of the Client's form.
|
bug high priority member
|
### Expected Behaviour
Show a list with the members that match with the introduced query in the member search field. Inside the `Client` form, in order to include a `Member` as `Billing Info` and `Emergency Contact`.
### Actual Behaviour
By default, `semantic`'s search component use the URL to send the ajax request from `data-url="urlvalue"`, added to the search `HTML` component, We can see it [here...](https://github.com/savoirfairelinux/sous-chef/blob/dev/src/member/templates/client/partials/forms/referent_information.html#L5)
This URL override the URL set in the `JavaScript` definition [here...](https://github.com/savoirfairelinux/sous-chef/blob/dev/src/frontend/js/member.js#L138)
For that reason, the query value to filter the `Member` list in the Client form will never arrive, the param 'name' doesn't exist in the request because the called URL is `member/search` instead of `member/search?name=somevalue`.
### Steps to reproduce
* Click on `Client` item menu.
* Select to include a new `Client`.
* Go to the `Billing` and `Emergency` tabs and try to find different members using several queries in the quick `Member` search field. "No matter what is the introduced query, all members will be returned as result."
|
1.0
|
Repeat the fixes of #626 to the rest of the member quick search of the Client's form. - ### Expected Behaviour
Show a list with the members that match with the introduced query in the member search field. Inside the `Client` form, in order to include a `Member` as `Billing Info` and `Emergency Contact`.
### Actual Behaviour
By default, `semantic`'s search component use the URL to send the ajax request from `data-url="urlvalue"`, added to the search `HTML` component, We can see it [here...](https://github.com/savoirfairelinux/sous-chef/blob/dev/src/member/templates/client/partials/forms/referent_information.html#L5)
This URL override the URL set in the `JavaScript` definition [here...](https://github.com/savoirfairelinux/sous-chef/blob/dev/src/frontend/js/member.js#L138)
For that reason, the query value to filter the `Member` list in the Client form will never arrive, the param 'name' doesn't exist in the request because the called URL is `member/search` instead of `member/search?name=somevalue`.
### Steps to reproduce
* Click on `Client` item menu.
* Select to include a new `Client`.
* Go to the `Billing` and `Emergency` tabs and try to find different members using several queries in the quick `Member` search field. "No matter what is the introduced query, all members will be returned as result."
|
priority
|
repeat the fixes of to the rest of the member quick search of the client s form expected behaviour show a list with the members that match with the introduced query in the member search field inside the client form in order to include a member as billing info and emergency contact actual behaviour by default semantic s search component use the url to send the ajax request from data url urlvalue added to the search html component we can see it this url override the url set in the javascript definition for that reason the query value to filter the member list in the client form will never arrive the param name doesn t exist in the request because the called url is member search instead of member search name somevalue steps to reproduce click on client item menu select to include a new client go to the billing and emergency tabs and try to find different members using several queries in the quick member search field no matter what is the introduced query all members will be returned as result
| 1
|
205,956
| 7,107,513,177
|
IssuesEvent
|
2018-01-16 20:15:15
|
CodeGra-de/CodeGra.de
|
https://api.github.com/repos/CodeGra-de/CodeGra.de
|
closed
|
Expanding snippet results in `[Object object]` sometimes
|
Release bug bug can't reproduce priority-0-high
|
@DevinHillenius wrote:
> Using a snippet with tab completion resulted in [object Object] once, can not seem to replicate this error however. Seems to happen when using a snippet for the first time.
and later
> All using of snippets now result in [object Object]. Seems to be resolved after saving an inline feedback with the snippet in it.
|
1.0
|
Expanding snippet results in `[Object object]` sometimes - @DevinHillenius wrote:
> Using a snippet with tab completion resulted in [object Object] once, can not seem to replicate this error however. Seems to happen when using a snippet for the first time.
and later
> All using of snippets now result in [object Object]. Seems to be resolved after saving an inline feedback with the snippet in it.
|
priority
|
expanding snippet results in sometimes devinhillenius wrote using a snippet with tab completion resulted in once can not seem to replicate this error however seems to happen when using a snippet for the first time and later all using of snippets now result in seems to be resolved after saving an inline feedback with the snippet in it
| 1
|
618,812
| 19,487,930,194
|
IssuesEvent
|
2021-12-26 19:10:02
|
p0lygun/wallpaper-engine
|
https://api.github.com/repos/p0lygun/wallpaper-engine
|
opened
|
Pause the wallaper when a window is maximized to free up resources
|
enhancement high priority
|
- [ ] if a window is maximized -> pause the window
- [ ] if there is no visible area -> pause the window
- [ ] if can see the wallpaper -> play the wallpaper
|
1.0
|
Pause the wallaper when a window is maximized to free up resources - - [ ] if a window is maximized -> pause the window
- [ ] if there is no visible area -> pause the window
- [ ] if can see the wallpaper -> play the wallpaper
|
priority
|
pause the wallaper when a window is maximized to free up resources if a window is maximized pause the window if there is no visible area pause the window if can see the wallpaper play the wallpaper
| 1
|
159,508
| 6,047,905,244
|
IssuesEvent
|
2017-06-12 15:21:48
|
broadinstitute/gatk
|
https://api.github.com/repos/broadinstitute/gatk
|
closed
|
fix artifactory setup
|
DevOps PRIORITY_HIGH
|
The broad artifactory moved to https://broadinstitute.jfrog.io/broadinstitute/.
There is a redirect in place which as been working for downloads, but uploads are failing with `401 Unauthorized`. It seems like updating the url fixes the problem.
As a second issue, our builds try to upload archives for every integration test build, which worked when we only had 1 integration test build, but now that we have multiples we are uploading duplicates which isn't good. We should fix that, probably by adding either a new environment variable to the travis build, or a final build stage to perform the upload.
|
1.0
|
fix artifactory setup - The broad artifactory moved to https://broadinstitute.jfrog.io/broadinstitute/.
There is a redirect in place which as been working for downloads, but uploads are failing with `401 Unauthorized`. It seems like updating the url fixes the problem.
As a second issue, our builds try to upload archives for every integration test build, which worked when we only had 1 integration test build, but now that we have multiples we are uploading duplicates which isn't good. We should fix that, probably by adding either a new environment variable to the travis build, or a final build stage to perform the upload.
|
priority
|
fix artifactory setup the broad artifactory moved to there is a redirect in place which as been working for downloads but uploads are failing with unauthorized it seems like updating the url fixes the problem as a second issue our builds try to upload archives for every integration test build which worked when we only had integration test build but now that we have multiples we are uploading duplicates which isn t good we should fix that probably by adding either a new environment variable to the travis build or a final build stage to perform the upload
| 1
|
754,816
| 26,404,145,342
|
IssuesEvent
|
2023-01-13 05:55:39
|
mateuszrymar/gpx-analyzer
|
https://api.github.com/repos/mateuszrymar/gpx-analyzer
|
closed
|
404 Error on GitHub Pages.
|
bug high priority
|
Try to build a process that enables us to host on github.
If not possible, we'll switch to Netlify.
|
1.0
|
404 Error on GitHub Pages. - Try to build a process that enables us to host on github.
If not possible, we'll switch to Netlify.
|
priority
|
error on github pages try to build a process that enables us to host on github if not possible we ll switch to netlify
| 1
|
668,522
| 22,588,005,281
|
IssuesEvent
|
2022-06-28 16:55:16
|
sonia-auv/sonia-simulation
|
https://api.github.com/repos/sonia-auv/sonia-simulation
|
closed
|
Add new GrabCAD obstacles
|
Priority: High Type: Enhancement
|
**Warning :** Before creating an issue or task, make sure that it does not already exists in the [issue tracker](../). Thank you.
## Expected Enhancement
<!-- Give a brief description of how the system should work -->
## Current Behavior
<!-- Give a brief description of how the system actually works -->
## Possible Solution
<!-- If possible give some possible solutions -->
## Comments
<!-- Add further comments if needed -->
## Environment Used
- Project version : <!-- this projects version (see VERSION file) -->
- docker version : <!-- the version of docker (docker -v) -->
- docker-compose version : <!-- the version of docker-compose (docker-compose -v) -->
|
1.0
|
Add new GrabCAD obstacles - **Warning :** Before creating an issue or task, make sure that it does not already exists in the [issue tracker](../). Thank you.
## Expected Enhancement
<!-- Give a brief description of how the system should work -->
## Current Behavior
<!-- Give a brief description of how the system actually works -->
## Possible Solution
<!-- If possible give some possible solutions -->
## Comments
<!-- Add further comments if needed -->
## Environment Used
- Project version : <!-- this projects version (see VERSION file) -->
- docker version : <!-- the version of docker (docker -v) -->
- docker-compose version : <!-- the version of docker-compose (docker-compose -v) -->
|
priority
|
add new grabcad obstacles warning before creating an issue or task make sure that it does not already exists in the thank you expected enhancement current behavior possible solution comments environment used project version docker version docker compose version
| 1
|
494,485
| 14,259,591,930
|
IssuesEvent
|
2020-11-20 08:32:23
|
StrangeLoopGames/EcoIssues
|
https://api.github.com/repos/StrangeLoopGames/EcoIssues
|
closed
|
[0.9.2 develop-111] Display Layers and Layers name is broken in minimap
|
Category: UI Priority: High
|
- [x] Wrong names. Wolf should be Wolf Populatuon. also the words are written together - AgaveGrowth. what is AgaveGrowth?

- [x] Population layers works strange. For example I have good potential, and you can see a lot of birch on minimap:

but population is empty:

fly to this place, I have a lot of birches:

I have a dim highlight for some plants
|
1.0
|
[0.9.2 develop-111] Display Layers and Layers name is broken in minimap - - [x] Wrong names. Wolf should be Wolf Populatuon. also the words are written together - AgaveGrowth. what is AgaveGrowth?

- [x] Population layers works strange. For example I have good potential, and you can see a lot of birch on minimap:

but population is empty:

fly to this place, I have a lot of birches:

I have a dim highlight for some plants
|
priority
|
display layers and layers name is broken in minimap wrong names wolf should be wolf populatuon also the words are written together agavegrowth what is agavegrowth population layers works strange for example i have good potential and you can see a lot of birch on minimap but population is empty fly to this place i have a lot of birches i have a dim highlight for some plants
| 1
|
284,573
| 8,743,941,693
|
IssuesEvent
|
2018-12-12 20:41:28
|
infor-design/enterprise
|
https://api.github.com/repos/infor-design/enterprise
|
closed
|
Datagrid columns not sizing/aligning correct
|
[5] priority: high type: bug :bug:
|
<!-- Please be aware that this is a publicly visible bug report. Do not post any credentials, screenshots with proprietary information, or anything you think shouldn't be visible to the world. If private information is required to be shared for a quality bug report, please email one of the [code owners](https://github.com/infor-design/enterprise/blob/master/.github/CODEOWNERS) directly. -->
**Describe the bug**
Sometimes the last column of a datagrid list isn't sizing quite right to fit within the container, needing a horizontal scroll. Additionally, when using the horizontal scroll, grid header and data columns don't align correctly.
**To Reproduce**
Steps to reproduce the behavior:
1. Recruiter > Candidate Pool (ask for login info)
2. View last column in list
3. Scroll the list to the right
4. Collapse the application menu
5. Notice that the last column doesn't size correctly; misaligns with header on scroll
**List of Issues**
- [x] If last column is stretched and the menu is expanded, you have to scroll (doesnt run size logic)
- [ ] test minWidth setting
**On Hold**
- [x] http://jira.lawson.com/browse/LMCLIENT-22369 - not able to get the column settings and datagrid settings - not able to access the page as i am a recruiter not a manager - link not minified
- [ ] https://jira.lawson.com/browse/LMCLIENT-19853 - not able to get the column settings and datagrid settings - not able to access the page as i am a recruiter not a pay roll admin - link not minified
- [ ] https://jira.lawson.com/browse/LMCLIENT-22228 - not able to get the column settings and datagrid settings - not able to access the page as i am a recruiter not application admin - link not minified
- [ ] https://jira.lawson.com/browse/LMCLIENT-22495 - not able to get the column settings and datagrid settings - not able to access the page as i am a recruiter not true cost admin - link not minified
- [ ] https://jira.lawson.com/browse/LMCLIENT-22597 - not able to determine the column settings and datagrid settings and data to setup an example. What is a boolean column map to?
- [X] https://jira.lawson.com/browse/LMCLIENT-22228 - listed as can close
**Expected behavior**
Columns in grid should size to their content more efficiently. Columns should stay aligned with header on scroll. When collapsing the app menu, datagrid doesn't resize appropriately.
**Screenshots**
gif recording: http://recordit.co/vXZbc2V0Nd
**Other examples- -**
Benefits list after collapsing app menu:

Benefits enrollment groups - List/Detail example:

**Platform**
- Macbook pro/Chrome 70.0.3538.77
Another related Landmark ticket: http://jira.lawson.com/browse/LMCLIENT-22369
|
1.0
|
Datagrid columns not sizing/aligning correct - <!-- Please be aware that this is a publicly visible bug report. Do not post any credentials, screenshots with proprietary information, or anything you think shouldn't be visible to the world. If private information is required to be shared for a quality bug report, please email one of the [code owners](https://github.com/infor-design/enterprise/blob/master/.github/CODEOWNERS) directly. -->
**Describe the bug**
Sometimes the last column of a datagrid list isn't sizing quite right to fit within the container, needing a horizontal scroll. Additionally, when using the horizontal scroll, grid header and data columns don't align correctly.
**To Reproduce**
Steps to reproduce the behavior:
1. Recruiter > Candidate Pool (ask for login info)
2. View last column in list
3. Scroll the list to the right
4. Collapse the application menu
5. Notice that the last column doesn't size correctly; misaligns with header on scroll
**List of Issues**
- [x] If last column is stretched and the menu is expanded, you have to scroll (doesnt run size logic)
- [ ] test minWidth setting
**On Hold**
- [x] http://jira.lawson.com/browse/LMCLIENT-22369 - not able to get the column settings and datagrid settings - not able to access the page as i am a recruiter not a manager - link not minified
- [ ] https://jira.lawson.com/browse/LMCLIENT-19853 - not able to get the column settings and datagrid settings - not able to access the page as i am a recruiter not a pay roll admin - link not minified
- [ ] https://jira.lawson.com/browse/LMCLIENT-22228 - not able to get the column settings and datagrid settings - not able to access the page as i am a recruiter not application admin - link not minified
- [ ] https://jira.lawson.com/browse/LMCLIENT-22495 - not able to get the column settings and datagrid settings - not able to access the page as i am a recruiter not true cost admin - link not minified
- [ ] https://jira.lawson.com/browse/LMCLIENT-22597 - not able to determine the column settings and datagrid settings and data to setup an example. What is a boolean column map to?
- [X] https://jira.lawson.com/browse/LMCLIENT-22228 - listed as can close
**Expected behavior**
Columns in grid should size to their content more efficiently. Columns should stay aligned with header on scroll. When collapsing the app menu, datagrid doesn't resize appropriately.
**Screenshots**
gif recording: http://recordit.co/vXZbc2V0Nd
**Other examples- -**
Benefits list after collapsing app menu:

Benefits enrollment groups - List/Detail example:

**Platform**
- Macbook pro/Chrome 70.0.3538.77
Another related Landmark ticket: http://jira.lawson.com/browse/LMCLIENT-22369
|
priority
|
datagrid columns not sizing aligning correct describe the bug sometimes the last column of a datagrid list isn t sizing quite right to fit within the container needing a horizontal scroll additionally when using the horizontal scroll grid header and data columns don t align correctly to reproduce steps to reproduce the behavior recruiter candidate pool ask for login info view last column in list scroll the list to the right collapse the application menu notice that the last column doesn t size correctly misaligns with header on scroll list of issues if last column is stretched and the menu is expanded you have to scroll doesnt run size logic test minwidth setting on hold not able to get the column settings and datagrid settings not able to access the page as i am a recruiter not a manager link not minified not able to get the column settings and datagrid settings not able to access the page as i am a recruiter not a pay roll admin link not minified not able to get the column settings and datagrid settings not able to access the page as i am a recruiter not application admin link not minified not able to get the column settings and datagrid settings not able to access the page as i am a recruiter not true cost admin link not minified not able to determine the column settings and datagrid settings and data to setup an example what is a boolean column map to listed as can close expected behavior columns in grid should size to their content more efficiently columns should stay aligned with header on scroll when collapsing the app menu datagrid doesn t resize appropriately screenshots gif recording other examples benefits list after collapsing app menu benefits enrollment groups list detail example platform macbook pro chrome another related landmark ticket
| 1
|
183,130
| 6,677,462,769
|
IssuesEvent
|
2017-10-05 10:33:27
|
WordPress/gutenberg
|
https://api.github.com/repos/WordPress/gutenberg
|
closed
|
Internet Explorer 11: all the SVG icons are focusable
|
Accessibility Browser Issues Priority High
|
IE 11 suffers from a bug where all SVG icons _inside focusable elements_ default to `focusable=”true”`. As a consequence, both the wrapper focusable element _and_ the inner SVG get focus and create a tab stop.
This is new to me (not a great SVG expert here) but seems to be a well known bug. More details, for example, here: http://simplyaccessible.com/article/7-solutions-svgs/#acc-heading-4
I've reproduced this behavior testing with IE 11 on all the controls that use SVG icons, for example the ones highlighted in the screenshot below:

This is very annoying because, when using a keyboard, users have to tab twice to navigate content every time they encounter a control with a SVG icon.
I haven't been able to reproduce in Edge, where everything seems to work fine, but some more testing would be nice.
Seems the recommended fix is to add `focusable="false"` to the SVGs, but maybe worth researching if there are other, less intrusive, fixes.
|
1.0
|
Internet Explorer 11: all the SVG icons are focusable - IE 11 suffers from a bug where all SVG icons _inside focusable elements_ default to `focusable=”true”`. As a consequence, both the wrapper focusable element _and_ the inner SVG get focus and create a tab stop.
This is new to me (not a great SVG expert here) but seems to be a well known bug. More details, for example, here: http://simplyaccessible.com/article/7-solutions-svgs/#acc-heading-4
I've reproduced this behavior testing with IE 11 on all the controls that use SVG icons, for example the ones highlighted in the screenshot below:

This is very annoying because, when using a keyboard, users have to tab twice to navigate content every time they encounter a control with a SVG icon.
I haven't been able to reproduce in Edge, where everything seems to work fine, but some more testing would be nice.
Seems the recommended fix is to add `focusable="false"` to the SVGs, but maybe worth researching if there are other, less intrusive, fixes.
|
priority
|
internet explorer all the svg icons are focusable ie suffers from a bug where all svg icons inside focusable elements default to focusable ”true” as a consequence both the wrapper focusable element and the inner svg get focus and create a tab stop this is new to me not a great svg expert here but seems to be a well known bug more details for example here i ve reproduced this behavior testing with ie on all the controls that use svg icons for example the ones highlighted in the screenshot below this is very annoying because when using a keyboard users have to tab twice to navigate content every time they encounter a control with a svg icon i haven t been able to reproduce in edge where everything seems to work fine but some more testing would be nice seems the recommended fix is to add focusable false to the svgs but maybe worth researching if there are other less intrusive fixes
| 1
|
553,336
| 16,370,062,895
|
IssuesEvent
|
2021-05-15 00:22:20
|
Roadhog360/Et-Futurum
|
https://api.github.com/repos/Roadhog360/Et-Futurum
|
closed
|
Copper Blocks should only be registered to the OreDict when the Config makes their Recipe worth 9 Ingots.
|
Enhancement Priority: High
|
Just as the Title says, Copper Blocks should only be registered to the OreDict when the Config makes their Recipe worth 9 Ingots. Because "blockCopper" is assumed by every single other Mod to be worth 9 Ingots, resulting in a super easy exploit.
This is only about the OreDict registration, the 4 Ingot Recipe can stay as long as the Block is not OreDicted as "blockCopper".
|
1.0
|
Copper Blocks should only be registered to the OreDict when the Config makes their Recipe worth 9 Ingots. - Just as the Title says, Copper Blocks should only be registered to the OreDict when the Config makes their Recipe worth 9 Ingots. Because "blockCopper" is assumed by every single other Mod to be worth 9 Ingots, resulting in a super easy exploit.
This is only about the OreDict registration, the 4 Ingot Recipe can stay as long as the Block is not OreDicted as "blockCopper".
|
priority
|
copper blocks should only be registered to the oredict when the config makes their recipe worth ingots just as the title says copper blocks should only be registered to the oredict when the config makes their recipe worth ingots because blockcopper is assumed by every single other mod to be worth ingots resulting in a super easy exploit this is only about the oredict registration the ingot recipe can stay as long as the block is not oredicted as blockcopper
| 1
|
721,380
| 24,824,269,511
|
IssuesEvent
|
2022-10-25 19:09:16
|
dnnsoftware/Dnn.Platform
|
https://api.github.com/repos/dnnsoftware/Dnn.Platform
|
closed
|
Cannot delete too many files at once in new Resource Manager
|
Type: Bug Area: Platform > Admin Modules Effort: Medium Priority: High Status: Ready for Development
|
## Description of bug
When attempting to delete many files in the new Resource Manager, the UI does not allow for scrollable content.
## Steps to reproduce
1. Go to 'Site Assets' or `Global Assets`.
2. Upload a lot of files into the 'Images' folder.
3. Select a significant number of the files and click `Delete`.
4. See UI problem in screenshot below.
## Current behavior
The content is too tall for the page and the buttons are no longer viewable.
## Expected behavior
Content should be scrollable within the modal and limited to a percentage of the view height, allowing room for buttons.
## Screenshots

## Error information
n/a
## Additional context
n/a
## Affected version
* [ ] 10.00.00 alpha build
* [x] 09.11.00 release candidate
* [ ] 09.10.02 release candidate
* [ ] 09.10.01 latest supported release
## Affected browser
* [x] Chrome
* [x] Firefox
* [x] Safari
* [x] Internet Explorer 11
* [x] Microsoft Edge (Classic)
* [x] Microsoft Edge Chromium
|
1.0
|
Cannot delete too many files at once in new Resource Manager - ## Description of bug
When attempting to delete many files in the new Resource Manager, the UI does not allow for scrollable content.
## Steps to reproduce
1. Go to 'Site Assets' or `Global Assets`.
2. Upload a lot of files into the 'Images' folder.
3. Select a significant number of the files and click `Delete`.
4. See UI problem in screenshot below.
## Current behavior
The content is too tall for the page and the buttons are no longer viewable.
## Expected behavior
Content should be scrollable within the modal and limited to a percentage of the view height, allowing room for buttons.
## Screenshots

## Error information
n/a
## Additional context
n/a
## Affected version
* [ ] 10.00.00 alpha build
* [x] 09.11.00 release candidate
* [ ] 09.10.02 release candidate
* [ ] 09.10.01 latest supported release
## Affected browser
* [x] Chrome
* [x] Firefox
* [x] Safari
* [x] Internet Explorer 11
* [x] Microsoft Edge (Classic)
* [x] Microsoft Edge Chromium
|
priority
|
cannot delete too many files at once in new resource manager description of bug when attempting to delete many files in the new resource manager the ui does not allow for scrollable content steps to reproduce go to site assets or global assets upload a lot of files into the images folder select a significant number of the files and click delete see ui problem in screenshot below current behavior the content is too tall for the page and the buttons are no longer viewable expected behavior content should be scrollable within the modal and limited to a percentage of the view height allowing room for buttons screenshots error information n a additional context n a affected version alpha build release candidate release candidate latest supported release affected browser chrome firefox safari internet explorer microsoft edge classic microsoft edge chromium
| 1
|
212,285
| 7,235,349,353
|
IssuesEvent
|
2018-02-13 00:14:10
|
SmartlyDressedGames/Unturned-4.x-Community
|
https://api.github.com/repos/SmartlyDressedGames/Unturned-4.x-Community
|
closed
|
Recursive attachable slot search for T attachments view
|
Priority: High Status: Complete Type: Feature
|
Allow changing all attachments on the item in this view
|
1.0
|
Recursive attachable slot search for T attachments view - Allow changing all attachments on the item in this view
|
priority
|
recursive attachable slot search for t attachments view allow changing all attachments on the item in this view
| 1
|
237,834
| 7,767,107,230
|
IssuesEvent
|
2018-06-03 00:41:04
|
martchellop/Entretenibit
|
https://api.github.com/repos/martchellop/Entretenibit
|
closed
|
Add the user click in the card
|
enhancement priority: high
|
When the user clicks in a card, a bigger card will show up in the middle of the screen and the background will be out of focus.
See #44 for more reference.
|
1.0
|
Add the user click in the card - When the user clicks in a card, a bigger card will show up in the middle of the screen and the background will be out of focus.
See #44 for more reference.
|
priority
|
add the user click in the card when the user clicks in a card a bigger card will show up in the middle of the screen and the background will be out of focus see for more reference
| 1
|
167,462
| 6,338,997,834
|
IssuesEvent
|
2017-07-27 07:00:58
|
BinPar/PRM
|
https://api.github.com/repos/BinPar/PRM
|
closed
|
PRM UNI PRO: ERROR CREANDO LA NUEVA PROMOCION. REFERENCIA A OBJETO...
|
Priority: High
|

Usuario: Noemí
Promoción: Katch ebook
@CristianBinpar @minigoBinpar @franciscorrr
|
1.0
|
PRM UNI PRO: ERROR CREANDO LA NUEVA PROMOCION. REFERENCIA A OBJETO... - 
Usuario: Noemí
Promoción: Katch ebook
@CristianBinpar @minigoBinpar @franciscorrr
|
priority
|
prm uni pro error creando la nueva promocion referencia a objeto usuario noemí promoción katch ebook cristianbinpar minigobinpar franciscorrr
| 1
|
247,631
| 7,921,344,802
|
IssuesEvent
|
2018-07-05 07:08:32
|
hackoregon/data-science-pet-containers
|
https://api.github.com/repos/hackoregon/data-science-pet-containers
|
closed
|
refactor disturbance stops code to use less RAM
|
High priority bug
|
It's pushing past 7 GB when the rest of it works in 5 -
|
1.0
|
refactor disturbance stops code to use less RAM - It's pushing past 7 GB when the rest of it works in 5 -
|
priority
|
refactor disturbance stops code to use less ram it s pushing past gb when the rest of it works in
| 1
|
349,062
| 10,456,424,873
|
IssuesEvent
|
2019-09-20 01:04:17
|
busy-beaver-dev/busy-beaver
|
https://api.github.com/repos/busy-beaver-dev/busy-beaver
|
closed
|
Investigate alternative release workflow
|
effort high priority low spike
|
As a developer, I would like to have a nice release workflow
Right now everything that gets merged into master gets deployed. This is good, but also not good. It would be good to cut releases. Investigate a good pattern.
|
1.0
|
Investigate alternative release workflow - As a developer, I would like to have a nice release workflow
Right now everything that gets merged into master gets deployed. This is good, but also not good. It would be good to cut releases. Investigate a good pattern.
|
priority
|
investigate alternative release workflow as a developer i would like to have a nice release workflow right now everything that gets merged into master gets deployed this is good but also not good it would be good to cut releases investigate a good pattern
| 1
|
566,803
| 16,830,821,076
|
IssuesEvent
|
2021-06-18 04:20:11
|
openmsupply/msupply-dashboard
|
https://api.github.com/repos/openmsupply/msupply-dashboard
|
closed
|
User permissions
|
Priority: High
|
I've been meaning to write this out awhile ago, better late then never, this is one idea of how we can handle finer grained user permissions (looks like it can be done for Grafana Enterprise (paid version), but not for the free version.
### Exposing Grafana User to SQL
Can hard code a variable `$grafanaUser`

With this small change, we can access $grafanaUser as a template variable (will give the name of currently logged in user)
### Permission Restriction
Instead of restricting each sql query, we can restrict what facilities and items appear in filters, using user, `user_store` table and some master list -> user association
### Restricting Store
Can use `user_store` table to figure out which stores user 'can login to'. A helper `view` can be quite useful, would envision a filter like this:
`select name from store where name like '% AMS' and ID in (select ID from userStores($grafanaUser))`
### Restricting Items
Need to create a join table between user and master list, similar to store it will allow the following filter restriction.
`select item_name from item where ID (select ID from userItems($grafanaUser))`
|
1.0
|
User permissions - I've been meaning to write this out awhile ago, better late then never, this is one idea of how we can handle finer grained user permissions (looks like it can be done for Grafana Enterprise (paid version), but not for the free version.
### Exposing Grafana User to SQL
Can hard code a variable `$grafanaUser`

With this small change, we can access $grafanaUser as a template variable (will give the name of currently logged in user)
### Permission Restriction
Instead of restricting each sql query, we can restrict what facilities and items appear in filters, using user, `user_store` table and some master list -> user association
### Restricting Store
Can use `user_store` table to figure out which stores user 'can login to'. A helper `view` can be quite useful, would envision a filter like this:
`select name from store where name like '% AMS' and ID in (select ID from userStores($grafanaUser))`
### Restricting Items
Need to create a join table between user and master list, similar to store it will allow the following filter restriction.
`select item_name from item where ID (select ID from userItems($grafanaUser))`
|
priority
|
user permissions i ve been meaning to write this out awhile ago better late then never this is one idea of how we can handle finer grained user permissions looks like it can be done for grafana enterprise paid version but not for the free version exposing grafana user to sql can hard code a variable grafanauser with this small change we can access grafanauser as a template variable will give the name of currently logged in user permission restriction instead of restricting each sql query we can restrict what facilities and items appear in filters using user user store table and some master list user association restricting store can use user store table to figure out which stores user can login to a helper view can be quite useful would envision a filter like this select name from store where name like ams and id in select id from userstores grafanauser restricting items need to create a join table between user and master list similar to store it will allow the following filter restriction select item name from item where id select id from useritems grafanauser
| 1
|
288,872
| 8,852,541,138
|
IssuesEvent
|
2019-01-08 18:39:10
|
visit-dav/issues-test
|
https://api.github.com/repos/visit-dav/issues-test
|
closed
|
BOV reader coring in avtNekDomainBoundaries for certain settings for DATA_BRICKLETS
|
bug crash likelihood medium priority reviewed severity high wrong results
|
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 294
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Urgent
Subject: BOV reader coring in avtNekDomainBoundaries for certain settings for DATA_BRICKLETS
Assigned to: Mark Miller
Category: -
Target version: 2.0.2
Author: Mark Miller
Start: 07/28/2010
Due date:
% Done: 90%
Estimated time: 0.10 hour
Created: 07/28/2010 10:19 am
Updated: 08/03/2010 07:04 pm
Likelihood: 3 - Occasional
Severity: 4 - Crash / Wrong Results
Found in version: 2.0.0
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Comments:
There was an indexing loop variable error. Hank and I eye-balled together. Fixed in r12045
|
1.0
|
BOV reader coring in avtNekDomainBoundaries for certain settings for DATA_BRICKLETS -
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 294
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Urgent
Subject: BOV reader coring in avtNekDomainBoundaries for certain settings for DATA_BRICKLETS
Assigned to: Mark Miller
Category: -
Target version: 2.0.2
Author: Mark Miller
Start: 07/28/2010
Due date:
% Done: 90%
Estimated time: 0.10 hour
Created: 07/28/2010 10:19 am
Updated: 08/03/2010 07:04 pm
Likelihood: 3 - Occasional
Severity: 4 - Crash / Wrong Results
Found in version: 2.0.0
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Comments:
There was an indexing loop variable error. Hank and I eye-balled together. Fixed in r12045
|
priority
|
bov reader coring in avtnekdomainboundaries for certain settings for data bricklets redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority urgent subject bov reader coring in avtnekdomainboundaries for certain settings for data bricklets assigned to mark miller category target version author mark miller start due date done estimated time hour created am updated pm likelihood occasional severity crash wrong results found in version impact expected use os all support group any description comments there was an indexing loop variable error hank and i eye balled together fixed in
| 1
|
594,381
| 18,044,436,473
|
IssuesEvent
|
2021-09-18 16:39:32
|
Imanity-Software/ImanitySpigot3-git
|
https://api.github.com/repos/Imanity-Software/ImanitySpigot3-git
|
closed
|
無法使用/knockback
|
bug priority=high
|
### Expected behavior 預期狀況
knockback指令運作正常
### Observed/Actual behavior 實際狀況
當我使用/kb或是/knockback指令時後臺會報錯
### Steps/models to reproduce 重現的方式
[23:11:49 INFO]: [Server thread] Nw_Tohka_TW issued server command: /kb
[23:11:49 ERROR]: [Server thread] null
org.bukkit.command.CommandException: Unhandled exception executing 'kb' in org.imanity.imanityspigot.knockback.command.c(knockback)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:150) ~[spigot.jar:git-iSpigot-PaperEdition]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(SourceFile:714) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(SourceFile:1316) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(SourceFile:1128) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:47) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:13) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:21) ~[spigot.jar:git-iSpigot-PaperEdition]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_302]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_302]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:18) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(SourceFile:939) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(SourceFile:471) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(SourceFile:869) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(SourceFile:770) ~[spigot.jar:git-iSpigot-PaperEdition]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_302]
Caused by: java.lang.IllegalArgumentException: Duplicate handler name: Nw_Tohka_TW
at io.netty.channel.DefaultChannelPipeline.checkDuplicateName(DefaultChannelPipeline.java:1055) ~[netty-4.1.60.Final.jar:4.1.60.Final]
at io.netty.channel.DefaultChannelPipeline.filterName(DefaultChannelPipeline.java:284) ~[netty-4.1.60.Final.jar:4.1.60.Final]
at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:247) ~[netty-4.1.60.Final.jar:4.1.60.Final]
at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:237) ~[netty-4.1.60.Final.jar:4.1.60.Final]
at com.comphenix.protocol.injector.netty.PipelineProxy.addBefore(PipelineProxy.java:61) ~[?:?]
at com.comphenix.protocol.injector.netty.ChannelInjector$3$1.addBefore(ChannelInjector.java:314) ~[?:?]
at org.imanity.imanityspigot.db.c(SourceFile:68) ~[spigot.jar:git-iSpigot-PaperEdition]
at org.imanity.imanityspigot.db.a(SourceFile:33) ~[spigot.jar:git-iSpigot-PaperEdition]
at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660) ~[?:1.8.0_302]
at org.imanity.imanityspigot.db.a(SourceFile:33) ~[spigot.jar:git-iSpigot-PaperEdition]
at org.imanity.imanityspigot.cG.b(SourceFile:79) ~[spigot.jar:git-iSpigot-PaperEdition]
at org.imanity.imanityspigot.cD.a(SourceFile:83) ~[spigot.jar:git-iSpigot-PaperEdition]
at org.imanity.imanityspigot.ch.a(SourceFile:34) ~[spigot.jar:git-iSpigot-PaperEdition]
at org.imanity.imanityspigot.knockback.command.c.execute(SourceFile:60) ~[spigot.jar:git-iSpigot-PaperEdition]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:143) ~[spigot.jar:git-iSpigot-PaperEdition]
... 14 more
[23:12:06 WARN]: [er Thread - 2] Exception in thread "Craft Scheduler Thread - 2" org.apache.commons.lang.UnhandledException: Plugin PlaceholderAPI v2.10.9 generated an exception while executing task 8467
[23:12:06 WARN]: [er Thread - 2] at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(SourceFile:57)
[23:12:06 WARN]: [er Thread - 2] at org.github.paperspigot.ServerSchedulerReportingWrapper.run(SourceFile:22)
[23:12:06 WARN]: [er Thread - 2] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[23:12:06 WARN]: [er Thread - 2] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[23:12:06 WARN]: [er Thread - 2] at java.lang.Thread.run(Thread.java:748)
[23:12:06 WARN]: [er Thread - 2] Caused by: java.lang.NullPointerException
[23:12:06 WARN]: [er Thread - 2] at me.scruffyboy13.Economy.utils.EconomyUtils.getBalance(EconomyUtils.java:168)
[23:12:06 WARN]: [er Thread - 2] at com.extendedclip.papi.expansion.vault.VaultEcoHook.getBalance(VaultEcoHook.java:220)
[23:12:06 WARN]: [er Thread - 2] at com.extendedclip.papi.expansion.vault.BalTopTask.run(BalTopTask.java:48)
[23:12:06 WARN]: [er Thread - 2] at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(SourceFile:59)
[23:12:06 WARN]: [er Thread - 2] at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(SourceFile:53)
[23:12:06 WARN]: [er Thread - 2] ... 4 more

[latest.log](https://github.com/Imanity-Software/ImanitySpigot3-git/files/7190165/latest.log)
### Plugin list 插件列表
.
### ImanitySpigot3 的版本
2021.09.2 BUILD 1
### Agreements 同意事項
- [X] 我目前運行的 ImanitySpigot3 版本在 #client-info 頻道中有顯示在 正在支援 的版本列表裡.
- [X] 我有在這個 Issue Tracker 中搜尋過並沒有發現類似的問題回報.
- [X] 我已經把原版的 TacoSpigot 1.8.8 和 ImanitySpigot3 互相比較過並且確定只有 ImanitySpigot3 會發生這個問題.
### Others 額外資訊
none
|
1.0
|
無法使用/knockback - ### Expected behavior 預期狀況
knockback指令運作正常
### Observed/Actual behavior 實際狀況
當我使用/kb或是/knockback指令時後臺會報錯
### Steps/models to reproduce 重現的方式
[23:11:49 INFO]: [Server thread] Nw_Tohka_TW issued server command: /kb
[23:11:49 ERROR]: [Server thread] null
org.bukkit.command.CommandException: Unhandled exception executing 'kb' in org.imanity.imanityspigot.knockback.command.c(knockback)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:150) ~[spigot.jar:git-iSpigot-PaperEdition]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(SourceFile:714) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(SourceFile:1316) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(SourceFile:1128) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:47) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:13) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:21) ~[spigot.jar:git-iSpigot-PaperEdition]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_302]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_302]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:18) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(SourceFile:939) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(SourceFile:471) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(SourceFile:869) ~[spigot.jar:git-iSpigot-PaperEdition]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(SourceFile:770) ~[spigot.jar:git-iSpigot-PaperEdition]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_302]
Caused by: java.lang.IllegalArgumentException: Duplicate handler name: Nw_Tohka_TW
at io.netty.channel.DefaultChannelPipeline.checkDuplicateName(DefaultChannelPipeline.java:1055) ~[netty-4.1.60.Final.jar:4.1.60.Final]
at io.netty.channel.DefaultChannelPipeline.filterName(DefaultChannelPipeline.java:284) ~[netty-4.1.60.Final.jar:4.1.60.Final]
at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:247) ~[netty-4.1.60.Final.jar:4.1.60.Final]
at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:237) ~[netty-4.1.60.Final.jar:4.1.60.Final]
at com.comphenix.protocol.injector.netty.PipelineProxy.addBefore(PipelineProxy.java:61) ~[?:?]
at com.comphenix.protocol.injector.netty.ChannelInjector$3$1.addBefore(ChannelInjector.java:314) ~[?:?]
at org.imanity.imanityspigot.db.c(SourceFile:68) ~[spigot.jar:git-iSpigot-PaperEdition]
at org.imanity.imanityspigot.db.a(SourceFile:33) ~[spigot.jar:git-iSpigot-PaperEdition]
at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660) ~[?:1.8.0_302]
at org.imanity.imanityspigot.db.a(SourceFile:33) ~[spigot.jar:git-iSpigot-PaperEdition]
at org.imanity.imanityspigot.cG.b(SourceFile:79) ~[spigot.jar:git-iSpigot-PaperEdition]
at org.imanity.imanityspigot.cD.a(SourceFile:83) ~[spigot.jar:git-iSpigot-PaperEdition]
at org.imanity.imanityspigot.ch.a(SourceFile:34) ~[spigot.jar:git-iSpigot-PaperEdition]
at org.imanity.imanityspigot.knockback.command.c.execute(SourceFile:60) ~[spigot.jar:git-iSpigot-PaperEdition]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:143) ~[spigot.jar:git-iSpigot-PaperEdition]
... 14 more
[23:12:06 WARN]: [er Thread - 2] Exception in thread "Craft Scheduler Thread - 2" org.apache.commons.lang.UnhandledException: Plugin PlaceholderAPI v2.10.9 generated an exception while executing task 8467
[23:12:06 WARN]: [er Thread - 2] at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(SourceFile:57)
[23:12:06 WARN]: [er Thread - 2] at org.github.paperspigot.ServerSchedulerReportingWrapper.run(SourceFile:22)
[23:12:06 WARN]: [er Thread - 2] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[23:12:06 WARN]: [er Thread - 2] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[23:12:06 WARN]: [er Thread - 2] at java.lang.Thread.run(Thread.java:748)
[23:12:06 WARN]: [er Thread - 2] Caused by: java.lang.NullPointerException
[23:12:06 WARN]: [er Thread - 2] at me.scruffyboy13.Economy.utils.EconomyUtils.getBalance(EconomyUtils.java:168)
[23:12:06 WARN]: [er Thread - 2] at com.extendedclip.papi.expansion.vault.VaultEcoHook.getBalance(VaultEcoHook.java:220)
[23:12:06 WARN]: [er Thread - 2] at com.extendedclip.papi.expansion.vault.BalTopTask.run(BalTopTask.java:48)
[23:12:06 WARN]: [er Thread - 2] at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(SourceFile:59)
[23:12:06 WARN]: [er Thread - 2] at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(SourceFile:53)
[23:12:06 WARN]: [er Thread - 2] ... 4 more

[latest.log](https://github.com/Imanity-Software/ImanitySpigot3-git/files/7190165/latest.log)
### Plugin list 插件列表
.
### ImanitySpigot3 的版本
2021.09.2 BUILD 1
### Agreements 同意事項
- [X] 我目前運行的 ImanitySpigot3 版本在 #client-info 頻道中有顯示在 正在支援 的版本列表裡.
- [X] 我有在這個 Issue Tracker 中搜尋過並沒有發現類似的問題回報.
- [X] 我已經把原版的 TacoSpigot 1.8.8 和 ImanitySpigot3 互相比較過並且確定只有 ImanitySpigot3 會發生這個問題.
### Others 額外資訊
none
|
priority
|
無法使用 knockback expected behavior 預期狀況 knockback指令運作正常 observed actual behavior 實際狀況 當我使用 kb或是 knockback指令時後臺會報錯 steps models to reproduce 重現的方式 nw tohka tw issued server command kb null org bukkit command commandexception unhandled exception executing kb in org imanity imanityspigot knockback command c knockback at org bukkit command simplecommandmap dispatch simplecommandmap java at org bukkit craftbukkit craftserver dispatchcommand sourcefile at net minecraft server playerconnection handlecommand sourcefile at net minecraft server playerconnection a sourcefile at net minecraft server packetplayinchat a sourcefile at net minecraft server packetplayinchat a sourcefile at net minecraft server playerconnectionutils run sourcefile at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at net minecraft server systemutils a sourcefile at net minecraft server minecraftserver b sourcefile at net minecraft server dedicatedserver b sourcefile at net minecraft server minecraftserver a sourcefile at net minecraft server minecraftserver run sourcefile at java lang thread run thread java caused by java lang illegalargumentexception duplicate handler name nw tohka tw at io netty channel defaultchannelpipeline checkduplicatename defaultchannelpipeline java at io netty channel defaultchannelpipeline filtername defaultchannelpipeline java at io netty channel defaultchannelpipeline addbefore defaultchannelpipeline java at io netty channel defaultchannelpipeline addbefore defaultchannelpipeline java at com comphenix protocol injector netty pipelineproxy addbefore pipelineproxy java at com comphenix protocol injector netty channelinjector addbefore channelinjector java at org imanity imanityspigot db c sourcefile at org imanity imanityspigot db a sourcefile at java util concurrent concurrenthashmap computeifabsent concurrenthashmap java at org imanity imanityspigot db a sourcefile at org imanity imanityspigot cg b sourcefile at org imanity imanityspigot cd a sourcefile at org imanity imanityspigot ch a sourcefile at org imanity imanityspigot knockback command c execute sourcefile at org bukkit command simplecommandmap dispatch simplecommandmap java more exception in thread craft scheduler thread org apache commons lang unhandledexception plugin placeholderapi generated an exception while executing task at org bukkit craftbukkit scheduler craftasynctask run sourcefile at org github paperspigot serverschedulerreportingwrapper run sourcefile at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java caused by java lang nullpointerexception at me economy utils economyutils getbalance economyutils java at com extendedclip papi expansion vault vaultecohook getbalance vaultecohook java at com extendedclip papi expansion vault baltoptask run baltoptask java at org bukkit craftbukkit scheduler crafttask run sourcefile at org bukkit craftbukkit scheduler craftasynctask run sourcefile more plugin list 插件列表 的版本 build agreements 同意事項 我目前運行的 版本在 client info 頻道中有顯示在 正在支援 的版本列表裡 我有在這個 issue tracker 中搜尋過並沒有發現類似的問題回報 我已經把原版的 tacospigot 和 互相比較過並且確定只有 會發生這個問題 others 額外資訊 none
| 1
|
738,615
| 25,569,059,567
|
IssuesEvent
|
2022-11-30 16:16:55
|
oncokb/oncokb
|
https://api.github.com/repos/oncokb/oncokb
|
closed
|
Prepare for data v3.18 release
|
high priority
|
- [x] Generate database
- [x] Run mvn test to make sure all tests pass, update tests accordingly
- [x] Generate v3.18 database dumps by running https://github.com/knowledgesystems/oncokb-deployment/blob/master/oncokb-data-release/release.sh
- [x] Update News
- [x] Update release note
- [x] Update oncokb-annotator tests
- [x] Update oncokb_summary image and update the index.html in oncokb-public for the tags <meta name="twitter:image"> and <meta property="og:image">
- [x] Update public site
- [ ] Update database
- [ ] Update website using latest image
- [x] Update EU public site
- [ ] Update database
- [ ] Update website using latest image
- [x] Update demo site
- [ ] Update database
- [ ] Update website using latest image
- [x] Update trimmed public site
- [ ] Update database
- [ ] Update website using latest image
|
1.0
|
Prepare for data v3.18 release - - [x] Generate database
- [x] Run mvn test to make sure all tests pass, update tests accordingly
- [x] Generate v3.18 database dumps by running https://github.com/knowledgesystems/oncokb-deployment/blob/master/oncokb-data-release/release.sh
- [x] Update News
- [x] Update release note
- [x] Update oncokb-annotator tests
- [x] Update oncokb_summary image and update the index.html in oncokb-public for the tags <meta name="twitter:image"> and <meta property="og:image">
- [x] Update public site
- [ ] Update database
- [ ] Update website using latest image
- [x] Update EU public site
- [ ] Update database
- [ ] Update website using latest image
- [x] Update demo site
- [ ] Update database
- [ ] Update website using latest image
- [x] Update trimmed public site
- [ ] Update database
- [ ] Update website using latest image
|
priority
|
prepare for data release generate database run mvn test to make sure all tests pass update tests accordingly generate database dumps by running update news update release note update oncokb annotator tests update oncokb summary image and update the index html in oncokb public for the tags and update public site update database update website using latest image update eu public site update database update website using latest image update demo site update database update website using latest image update trimmed public site update database update website using latest image
| 1
|
297,170
| 9,161,370,731
|
IssuesEvent
|
2019-03-01 10:16:49
|
rubykube/barong
|
https://api.github.com/repos/rubykube/barong
|
closed
|
Ability to specify multiple cors in 1.8
|
Priority: high
|
We need ability for few cors domain origins in `1-8-stable`.
|
1.0
|
Ability to specify multiple cors in 1.8 - We need ability for few cors domain origins in `1-8-stable`.
|
priority
|
ability to specify multiple cors in we need ability for few cors domain origins in stable
| 1
|
321,174
| 9,794,475,932
|
IssuesEvent
|
2019-06-10 23:07:04
|
ilevkivskyi/com2ann
|
https://api.github.com/repos/ilevkivskyi/com2ann
|
closed
|
Crash when first statement in a function body is a decorator (class or function)
|
bug priority-high
|
For example this crashes:
```python
def outer():
# type: () -> None
@wrapper
def inner():
# type: () -> None
pass
```
|
1.0
|
Crash when first statement in a function body is a decorator (class or function) - For example this crashes:
```python
def outer():
# type: () -> None
@wrapper
def inner():
# type: () -> None
pass
```
|
priority
|
crash when first statement in a function body is a decorator class or function for example this crashes python def outer type none wrapper def inner type none pass
| 1
|
377,141
| 11,165,079,879
|
IssuesEvent
|
2019-12-27 07:59:01
|
webcompat/web-bugs
|
https://api.github.com/repos/webcompat/web-bugs
|
closed
|
m.mobile.de - site is not usable
|
browser-firefox-mobile engine-gecko ml-needsdiagnosis-false ml-probability-high priority-important
|
<!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://m.mobile.de/lkw-inserat/mercedes-benz-lf-409-so-kfz-l%C3%B6schfahrzeug-mit-feuerl%C3%B6schpumpe-n%C3%BCrnberg/279478145.html?ref=srp
**Browser / Version**: Firefox Mobile 68.0
**Operating System**: Android
**Tested Another Browser**: Yes
**Problem type**: Site is not usable
**Description**: links to detailed view falls mostly
**Steps to Reproduce**:
When one wants to see The Details oft a car of interest and click onto it the NEW Page ist empty mostly in Very rare cases it works
[](https://webcompat.com/uploads/2019/12/b3ed1c82-f0c6-48c4-98d3-751339c17b0d.jpeg)
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20191222171214</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2019/12/b3e50aba-2ee8-45ac-953a-76d5bd2be42c)
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
1.0
|
m.mobile.de - site is not usable - <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://m.mobile.de/lkw-inserat/mercedes-benz-lf-409-so-kfz-l%C3%B6schfahrzeug-mit-feuerl%C3%B6schpumpe-n%C3%BCrnberg/279478145.html?ref=srp
**Browser / Version**: Firefox Mobile 68.0
**Operating System**: Android
**Tested Another Browser**: Yes
**Problem type**: Site is not usable
**Description**: links to detailed view falls mostly
**Steps to Reproduce**:
When one wants to see The Details oft a car of interest and click onto it the NEW Page ist empty mostly in Very rare cases it works
[](https://webcompat.com/uploads/2019/12/b3ed1c82-f0c6-48c4-98d3-751339c17b0d.jpeg)
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20191222171214</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2019/12/b3e50aba-2ee8-45ac-953a-76d5bd2be42c)
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
priority
|
m mobile de site is not usable url browser version firefox mobile operating system android tested another browser yes problem type site is not usable description links to detailed view falls mostly steps to reproduce when one wants to see the details oft a car of interest and click onto it the new page ist empty mostly in very rare cases it works browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
| 1
|
176,385
| 6,558,869,421
|
IssuesEvent
|
2017-09-06 23:48:20
|
washingtonstateuniversity/WSUWP-Plugin-iDonate
|
https://api.github.com/repos/washingtonstateuniversity/WSUWP-Plugin-iDonate
|
opened
|
Update iDonate Data Tags
|
priority: 1 severity: 2 - High
|
We are currently using extra data tags that we don't need for single designations, which may be causing some additional issues. See below for a response from iDonate
For single designations, should we only use data-designation and set the data-cash-default to pass in the amount? Currently, we also set data-designations.
Yes only setting data-designation for single designation donations.
Data-gift-arrays – What is this tag doing and when should we use it? Is the second number in the array a gift amount?
This is for the different options that are presented to the user. data-gift_arrays=‘[[“Title”,Amount],[“Title”,Amount]]’
data-cash_default=“150” //this should be set to one of the available amounts, it will preselect, note the underscore and not a hyphen
We'll still want to set data-cash_default, but we should remove the data-designations and data-gift-arrays tags.
|
1.0
|
Update iDonate Data Tags - We are currently using extra data tags that we don't need for single designations, which may be causing some additional issues. See below for a response from iDonate
For single designations, should we only use data-designation and set the data-cash-default to pass in the amount? Currently, we also set data-designations.
Yes only setting data-designation for single designation donations.
Data-gift-arrays – What is this tag doing and when should we use it? Is the second number in the array a gift amount?
This is for the different options that are presented to the user. data-gift_arrays=‘[[“Title”,Amount],[“Title”,Amount]]’
data-cash_default=“150” //this should be set to one of the available amounts, it will preselect, note the underscore and not a hyphen
We'll still want to set data-cash_default, but we should remove the data-designations and data-gift-arrays tags.
|
priority
|
update idonate data tags we are currently using extra data tags that we don t need for single designations which may be causing some additional issues see below for a response from idonate for single designations should we only use data designation and set the data cash default to pass in the amount currently we also set data designations yes only setting data designation for single designation donations data gift arrays – what is this tag doing and when should we use it is the second number in the array a gift amount this is for the different options that are presented to the user data gift arrays ‘ ’ data cash default “ ” this should be set to one of the available amounts it will preselect note the underscore and not a hyphen we ll still want to set data cash default but we should remove the data designations and data gift arrays tags
| 1
|
445,895
| 12,837,778,498
|
IssuesEvent
|
2020-07-07 16:19:07
|
hydroshare/hydroshare
|
https://api.github.com/repos/hydroshare/hydroshare
|
closed
|
bag it creation fails for resource with hidden chararacter in title
|
High Priority bug
|
@Castronova discover that for this resource https://www.hydroshare.org/resource/1fedd80cd20245409a0ea02cc2a1ecf0/ downloading as a bagit file fails . Downloading a simple zip works. I did some resource and the title does contain hidden characters:
Achieving Reproducible Computational Hydrologic Models by Integrating Scientific Cyberinfrastructures
Testing on beta by removing the characters does indeed solve the problem and the BagIt file creates correctly.
we should consider to
1. add additional checks to sanitize the title and other textfields
2. develop a management script to remove illegal characters
|
1.0
|
bag it creation fails for resource with hidden chararacter in title - @Castronova discover that for this resource https://www.hydroshare.org/resource/1fedd80cd20245409a0ea02cc2a1ecf0/ downloading as a bagit file fails . Downloading a simple zip works. I did some resource and the title does contain hidden characters:
Achieving Reproducible Computational Hydrologic Models by Integrating Scientific Cyberinfrastructures
Testing on beta by removing the characters does indeed solve the problem and the BagIt file creates correctly.
we should consider to
1. add additional checks to sanitize the title and other textfields
2. develop a management script to remove illegal characters
|
priority
|
bag it creation fails for resource with hidden chararacter in title castronova discover that for this resource downloading as a bagit file fails downloading a simple zip works i did some resource and the title does contain hidden characters achieving reproducible computational hydrologic models by integrating scientific cyberinfrastructures testing on beta by removing the characters does indeed solve the problem and the bagit file creates correctly we should consider to add additional checks to sanitize the title and other textfields develop a management script to remove illegal characters
| 1
|
736,660
| 25,482,085,854
|
IssuesEvent
|
2022-11-25 23:28:05
|
Jexactyl/Jexactyl
|
https://api.github.com/repos/Jexactyl/Jexactyl
|
closed
|
Create server doesn't work after update
|
type: bug report priority: high
|
### Current Behavior
When i try to create new server, i get error Unable to create this server. Please contact an administrator.
also, sometime if you write less ram etc, it sais Memory must be greater than or equal to 256 on all (256 instead of 4,096 RAM example)
### Expected Behavior
When you press create server it should create server
### Steps to Reproduce
For creation, go to store set it up and click create, error appears and server is not created
For the text bug, go to store set RAM, Disk to for example 4MB, you will see text Memory must be greater than or equal to 256 (this 256 is the bug)
### Panel Version
3.6.0
### Wings Version
1.7.2
### Games and/or Eggs Affected
Minecraft (all, bungee, paper etc)
### Docker Image
_No response_
### Error Logs
```bash
http://bin.ptdl.co/kr8n4
```
### Is there an existing issue for this?
- [X] I have searched the existing issues before opening this issue.
- [X] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
- [X] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
|
1.0
|
Create server doesn't work after update - ### Current Behavior
When i try to create new server, i get error Unable to create this server. Please contact an administrator.
also, sometime if you write less ram etc, it sais Memory must be greater than or equal to 256 on all (256 instead of 4,096 RAM example)
### Expected Behavior
When you press create server it should create server
### Steps to Reproduce
For creation, go to store set it up and click create, error appears and server is not created
For the text bug, go to store set RAM, Disk to for example 4MB, you will see text Memory must be greater than or equal to 256 (this 256 is the bug)
### Panel Version
3.6.0
### Wings Version
1.7.2
### Games and/or Eggs Affected
Minecraft (all, bungee, paper etc)
### Docker Image
_No response_
### Error Logs
```bash
http://bin.ptdl.co/kr8n4
```
### Is there an existing issue for this?
- [X] I have searched the existing issues before opening this issue.
- [X] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
- [X] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
|
priority
|
create server doesn t work after update current behavior when i try to create new server i get error unable to create this server please contact an administrator also sometime if you write less ram etc it sais memory must be greater than or equal to on all instead of ram example expected behavior when you press create server it should create server steps to reproduce for creation go to store set it up and click create error appears and server is not created for the text bug go to store set ram disk to for example you will see text memory must be greater than or equal to this is the bug panel version wings version games and or eggs affected minecraft all bungee paper etc docker image no response error logs bash is there an existing issue for this i have searched the existing issues before opening this issue i have provided all relevant details including the specific game and docker images i am using if this issue is related to running a server i have checked in the discord server and believe this is a bug with the software and not a configuration issue with my specific system
| 1
|
265,393
| 8,353,762,047
|
IssuesEvent
|
2018-10-02 11:09:54
|
handsontable/handsontable
|
https://api.github.com/repos/handsontable/handsontable
|
closed
|
[Column sorting] New, inserted row breaks the table data
|
Plugin: column sorting Priority: high Regression Status: Released
|
### Description
After creating new rows, Handsontable breaks the dataset.
### Steps to reproduce
<!--- Provide steps to reproduce this issue -->
1. Insert new row when the `columnSorting` plugin is enabled.
2. You can see broken dataset (first row with improper data).

### Your environment
* Handsontable version: 6.0.0
|
1.0
|
[Column sorting] New, inserted row breaks the table data - ### Description
After creating new rows, Handsontable breaks the dataset.
### Steps to reproduce
<!--- Provide steps to reproduce this issue -->
1. Insert new row when the `columnSorting` plugin is enabled.
2. You can see broken dataset (first row with improper data).

### Your environment
* Handsontable version: 6.0.0
|
priority
|
new inserted row breaks the table data description after creating new rows handsontable breaks the dataset steps to reproduce insert new row when the columnsorting plugin is enabled you can see broken dataset first row with improper data your environment handsontable version
| 1
|
118,189
| 4,732,918,810
|
IssuesEvent
|
2016-10-19 09:27:36
|
bespokeinteractive/mchapp
|
https://api.github.com/repos/bespokeinteractive/mchapp
|
closed
|
ANC clinic> Add Tetanus immunization: the system gives this error “Saving Failed! Internal Server Error”
|
bug High Priority
|
ANC clinic> Add Tetanus immunization: the system gives this error “Saving Failed! Internal Server Error”
Suggestion
---------------
Allow updating of tetanus vaccine administered to the ANC patient.
Display a pop-up message "tetanus vaccine updated successfully" on successfully updating the vaccine details.
|
1.0
|
ANC clinic> Add Tetanus immunization: the system gives this error “Saving Failed! Internal Server Error” - ANC clinic> Add Tetanus immunization: the system gives this error “Saving Failed! Internal Server Error”
Suggestion
---------------
Allow updating of tetanus vaccine administered to the ANC patient.
Display a pop-up message "tetanus vaccine updated successfully" on successfully updating the vaccine details.
|
priority
|
anc clinic add tetanus immunization the system gives this error “saving failed internal server error” anc clinic add tetanus immunization the system gives this error “saving failed internal server error” suggestion allow updating of tetanus vaccine administered to the anc patient display a pop up message tetanus vaccine updated successfully on successfully updating the vaccine details
| 1
|
343,798
| 10,336,590,178
|
IssuesEvent
|
2019-09-03 13:17:17
|
wherebyus/general-tasks
|
https://api.github.com/repos/wherebyus/general-tasks
|
closed
|
We need to add Call To Action to the Event model, then add that choice for inline events in promos
|
Priority: High Product: Events UX: Not Validated
|
## Feature or problem
- [ ] Update the event model with a `callToAction` property
- [ ] Add call to action to the inline event editor in promos
- [ ] Update the AggregateEvent component to handle a `callToAction` property
## UX Validation
Not Validated
### Suggested priority
High
### Stakeholders
*Submitted:* michael
### Definition of done
How will we know when this feature is complete?
### Subtasks
A detailed list of changes that need to be made or subtasks. One checkbox per.
- [ ] Brew the coffee
## Developer estimate
To help the team accurately estimate the complexity of this task,
take a moment to walk through this list and estimate each item. At the end, you can total
the estimates and round to the nearest prime number.
If any of these are at a `5` or higher, or if the total is above a `5`, consider breaking
this issue into multiple smaller issues.
- [ ] Changes to the database ()
- [ ] Changes to the API ()
- [ ] Testing Changes to the API ()
- [ ] Changes to Application Code ()
- [ ] Adding or updating unit tests ()
- [ ] Local developer testing ()
### Total developer estimate: 0
## Additional estimate
- [ ] Code review ()
- [ ] QA Testing ()
- [ ] Stakeholder Sign-off ()
- [ ] Deploy to Production ()
### Total additional estimate: 5
## QA Notes
Detailed instructions for testing, one checkbox per test to be completed.
### Contextual tests
- [ ] Accessibility check
- [ ] Cross-browser check (Edge, Chrome, Firefox)
- [ ] Responsive check
|
1.0
|
We need to add Call To Action to the Event model, then add that choice for inline events in promos - ## Feature or problem
- [ ] Update the event model with a `callToAction` property
- [ ] Add call to action to the inline event editor in promos
- [ ] Update the AggregateEvent component to handle a `callToAction` property
## UX Validation
Not Validated
### Suggested priority
High
### Stakeholders
*Submitted:* michael
### Definition of done
How will we know when this feature is complete?
### Subtasks
A detailed list of changes that need to be made or subtasks. One checkbox per.
- [ ] Brew the coffee
## Developer estimate
To help the team accurately estimate the complexity of this task,
take a moment to walk through this list and estimate each item. At the end, you can total
the estimates and round to the nearest prime number.
If any of these are at a `5` or higher, or if the total is above a `5`, consider breaking
this issue into multiple smaller issues.
- [ ] Changes to the database ()
- [ ] Changes to the API ()
- [ ] Testing Changes to the API ()
- [ ] Changes to Application Code ()
- [ ] Adding or updating unit tests ()
- [ ] Local developer testing ()
### Total developer estimate: 0
## Additional estimate
- [ ] Code review ()
- [ ] QA Testing ()
- [ ] Stakeholder Sign-off ()
- [ ] Deploy to Production ()
### Total additional estimate: 5
## QA Notes
Detailed instructions for testing, one checkbox per test to be completed.
### Contextual tests
- [ ] Accessibility check
- [ ] Cross-browser check (Edge, Chrome, Firefox)
- [ ] Responsive check
|
priority
|
we need to add call to action to the event model then add that choice for inline events in promos feature or problem update the event model with a calltoaction property add call to action to the inline event editor in promos update the aggregateevent component to handle a calltoaction property ux validation not validated suggested priority high stakeholders submitted michael definition of done how will we know when this feature is complete subtasks a detailed list of changes that need to be made or subtasks one checkbox per brew the coffee developer estimate to help the team accurately estimate the complexity of this task take a moment to walk through this list and estimate each item at the end you can total the estimates and round to the nearest prime number if any of these are at a or higher or if the total is above a consider breaking this issue into multiple smaller issues changes to the database changes to the api testing changes to the api changes to application code adding or updating unit tests local developer testing total developer estimate additional estimate code review qa testing stakeholder sign off deploy to production total additional estimate qa notes detailed instructions for testing one checkbox per test to be completed contextual tests accessibility check cross browser check edge chrome firefox responsive check
| 1
|
565,138
| 16,749,684,632
|
IssuesEvent
|
2021-06-11 20:45:55
|
DSpace/dspace-angular
|
https://api.github.com/repos/DSpace/dspace-angular
|
closed
|
Authors section appears twice on every Item page
|
bug component: Item e/2 high priority
|
**Describe the bug**
On every item page (including Entities like Publication) the list of Authors appears twice...once on the left & once on the right.
**To Reproduce**
Some examples from the demo site:
* Regular Item: https://demo7.dspace.org/items/80b35f2d-cd10-4281-b180-fc6378b02d4c
* Publication Entity: https://demo7.dspace.org/entities/publication/12623672-25a9-4df2-ab36-699c4c240c7e
**Expected behavior**
The Authors should only be listed once on the Item page.
|
1.0
|
Authors section appears twice on every Item page - **Describe the bug**
On every item page (including Entities like Publication) the list of Authors appears twice...once on the left & once on the right.
**To Reproduce**
Some examples from the demo site:
* Regular Item: https://demo7.dspace.org/items/80b35f2d-cd10-4281-b180-fc6378b02d4c
* Publication Entity: https://demo7.dspace.org/entities/publication/12623672-25a9-4df2-ab36-699c4c240c7e
**Expected behavior**
The Authors should only be listed once on the Item page.
|
priority
|
authors section appears twice on every item page describe the bug on every item page including entities like publication the list of authors appears twice once on the left once on the right to reproduce some examples from the demo site regular item publication entity expected behavior the authors should only be listed once on the item page
| 1
|
707,501
| 24,308,887,186
|
IssuesEvent
|
2022-09-29 20:06:16
|
smcnab1/op-question-mark
|
https://api.github.com/repos/smcnab1/op-question-mark
|
closed
|
[BUG] Frigate Cards not loading
|
✔️Status: Confirmed 🐛Type: Bug 🏔Priority: High 👗For: Frontend
|
=======
labels: "\U0001F3F7️ Needs Triage, \U0001F41BType: Bug"
assignees: smcnab1
---
## **🐛Bug Report**
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
* Frigate card not loading after latest frigate update
---
**To Reproduce**
<!-- Steps to reproduce the error:
(e.g.:)
1. Use x argument / navigate to
2. Fill this information
3. Go to...
4. See error -->
<!-- Write the steps here (add or remove as many steps as needed)-->
1.
2.
3.
4.
---
**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->
*
---
**Screenshots**
<!-- If applicable, add screenshots or videos to help explain your problem. -->
---
**Desktop (please complete the following information):**
<!-- use all the applicable bulleted list element for this specific issue,
and remove all the bulleted list elements that are not relevant for this issue. -->
- OS:
- Browser
- Version
**Smartphone (please complete the following information):**
- Device:
- OS:
- Browser
- Version
---
**Additional context**
<!-- Add any other context or additional information about the problem here.-->
*
<!--📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛
Oh, hi there! 😄
To expedite issue processing please search open and closed issues before submitting a new one.
Please read our Rules of Conduct at this repository's `.github/CODE_OF_CONDUCT.md`
📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛-->
|
1.0
|
[BUG] Frigate Cards not loading - =======
labels: "\U0001F3F7️ Needs Triage, \U0001F41BType: Bug"
assignees: smcnab1
---
## **🐛Bug Report**
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
* Frigate card not loading after latest frigate update
---
**To Reproduce**
<!-- Steps to reproduce the error:
(e.g.:)
1. Use x argument / navigate to
2. Fill this information
3. Go to...
4. See error -->
<!-- Write the steps here (add or remove as many steps as needed)-->
1.
2.
3.
4.
---
**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->
*
---
**Screenshots**
<!-- If applicable, add screenshots or videos to help explain your problem. -->
---
**Desktop (please complete the following information):**
<!-- use all the applicable bulleted list element for this specific issue,
and remove all the bulleted list elements that are not relevant for this issue. -->
- OS:
- Browser
- Version
**Smartphone (please complete the following information):**
- Device:
- OS:
- Browser
- Version
---
**Additional context**
<!-- Add any other context or additional information about the problem here.-->
*
<!--📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛
Oh, hi there! 😄
To expedite issue processing please search open and closed issues before submitting a new one.
Please read our Rules of Conduct at this repository's `.github/CODE_OF_CONDUCT.md`
📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛-->
|
priority
|
frigate cards not loading labels ️ needs triage bug assignees 🐛bug report describe the bug frigate card not loading after latest frigate update to reproduce steps to reproduce the error e g use x argument navigate to fill this information go to see error expected behavior screenshots desktop please complete the following information use all the applicable bulleted list element for this specific issue and remove all the bulleted list elements that are not relevant for this issue os browser version smartphone please complete the following information device os browser version additional context 📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛 oh hi there 😄 to expedite issue processing please search open and closed issues before submitting a new one please read our rules of conduct at this repository s github code of conduct md 📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛
| 1
|
597,172
| 18,156,780,903
|
IssuesEvent
|
2021-09-27 03:24:07
|
11ty/eleventy
|
https://api.github.com/repos/11ty/eleventy
|
closed
|
data cascade precedence not matching docs
|
bug high-priority
|
The docs say that the precedence order for data in a template is:
- front matter in the template
- layouts used by the template
- template data files
- directory data files
- global data files
But it seems to me that layouts get the lowest precedence.
This GitHub repo. demonstrates what I'm seeing https://github.com/mvolkmann/11ty-demo
**To Reproduce**
Steps to reproduce the behavior:
1. Clone the repo.
2. `npm install`
3. `npm start`
4. Browse http://localhost:8080/level1/level2/demo/.
Note that the dog names displayed are those from _data/dogs.json, not those from _includes/layout.njk. However, we know the layout is getting used because we see "layout.njk header" at the top and "layout.njk header" at the bottom.
If we rename _data/dogs.json to _data/dogsx.json and refresh the browser then the names from the layout are displayed.
**Expected behavior**
The dog data in the layout should take precedence over every other definition of dogs except front matter in the demo.md file.
**Environment:**
- OS and Version: macOS 10.15.1
- Eleventy Version 0.10.0
|
1.0
|
data cascade precedence not matching docs - The docs say that the precedence order for data in a template is:
- front matter in the template
- layouts used by the template
- template data files
- directory data files
- global data files
But it seems to me that layouts get the lowest precedence.
This GitHub repo. demonstrates what I'm seeing https://github.com/mvolkmann/11ty-demo
**To Reproduce**
Steps to reproduce the behavior:
1. Clone the repo.
2. `npm install`
3. `npm start`
4. Browse http://localhost:8080/level1/level2/demo/.
Note that the dog names displayed are those from _data/dogs.json, not those from _includes/layout.njk. However, we know the layout is getting used because we see "layout.njk header" at the top and "layout.njk header" at the bottom.
If we rename _data/dogs.json to _data/dogsx.json and refresh the browser then the names from the layout are displayed.
**Expected behavior**
The dog data in the layout should take precedence over every other definition of dogs except front matter in the demo.md file.
**Environment:**
- OS and Version: macOS 10.15.1
- Eleventy Version 0.10.0
|
priority
|
data cascade precedence not matching docs the docs say that the precedence order for data in a template is front matter in the template layouts used by the template template data files directory data files global data files but it seems to me that layouts get the lowest precedence this github repo demonstrates what i m seeing to reproduce steps to reproduce the behavior clone the repo npm install npm start browse note that the dog names displayed are those from data dogs json not those from includes layout njk however we know the layout is getting used because we see layout njk header at the top and layout njk header at the bottom if we rename data dogs json to data dogsx json and refresh the browser then the names from the layout are displayed expected behavior the dog data in the layout should take precedence over every other definition of dogs except front matter in the demo md file environment os and version macos eleventy version
| 1
|
766,086
| 26,871,297,418
|
IssuesEvent
|
2023-02-04 13:54:27
|
LIKELION-FE-LAB9/Market-Karly
|
https://api.github.com/repos/LIKELION-FE-LAB9/Market-Karly
|
closed
|
Product-List | Navigator 구현
|
❤️ Feature 🟠 Priority: High
|
# 🌳 작업 브랜치
ukss
# 📝 TASK 개요
Navigator 구현
# ✅ To Do 및 진행상황
- [x] checkbox 구현
- [x] 더보기 버튼 구현
- [x] 초기화 버튼 구현
- [x] 체크항목 수량 표시
|
1.0
|
Product-List | Navigator 구현 - # 🌳 작업 브랜치
ukss
# 📝 TASK 개요
Navigator 구현
# ✅ To Do 및 진행상황
- [x] checkbox 구현
- [x] 더보기 버튼 구현
- [x] 초기화 버튼 구현
- [x] 체크항목 수량 표시
|
priority
|
product list navigator 구현 🌳 작업 브랜치 ukss 📝 task 개요 navigator 구현 ✅ to do 및 진행상황 checkbox 구현 더보기 버튼 구현 초기화 버튼 구현 체크항목 수량 표시
| 1
|
262,512
| 8,271,776,994
|
IssuesEvent
|
2018-09-16 13:12:01
|
Nukkit-coders/MobPlugin
|
https://api.github.com/repos/Nukkit-coders/MobPlugin
|
reopened
|
Mobs and server chat freezes every 20-30 min
|
confirmed high priority
|
only when the mob-plugin is enabled, every 20-30 min the mobs will freeze and chat messages in game stop updating, no error messages are generated, and on multiple servers, relogging fixes the issue for another 20-30 min.
this has been a problem for weeks and even with the latest nukkitx and mob plugin build(as of today).
with mob plugin removed the problem does not happen.
One of the Nukkit Devs worked on this issue and was unable to resolve it and recommended i put in a issue request here.
Client: Win 10 and IOS
config-version: 2
entities:
auto-spawn-tick: 200
worlds-spawn-disabled: "exampleworld1,exampleworld2"
despawn-entities: true
despawn-ticks: 12000
max-spawns:
bat: 2
blaze: 1
chicken: 4
cow: 2
creeper: 1
enderman: 1
ghast: 0
husk: 0
horse: 1
mooshroom: 0
ocelot: 1
pig: 1
polarbear: 1
rabbit: 3
stray: 0
sheep: 3
skeleton: 1
spider: 1
wolf: 1
zombie: 2
|
1.0
|
Mobs and server chat freezes every 20-30 min - only when the mob-plugin is enabled, every 20-30 min the mobs will freeze and chat messages in game stop updating, no error messages are generated, and on multiple servers, relogging fixes the issue for another 20-30 min.
this has been a problem for weeks and even with the latest nukkitx and mob plugin build(as of today).
with mob plugin removed the problem does not happen.
One of the Nukkit Devs worked on this issue and was unable to resolve it and recommended i put in a issue request here.
Client: Win 10 and IOS
config-version: 2
entities:
auto-spawn-tick: 200
worlds-spawn-disabled: "exampleworld1,exampleworld2"
despawn-entities: true
despawn-ticks: 12000
max-spawns:
bat: 2
blaze: 1
chicken: 4
cow: 2
creeper: 1
enderman: 1
ghast: 0
husk: 0
horse: 1
mooshroom: 0
ocelot: 1
pig: 1
polarbear: 1
rabbit: 3
stray: 0
sheep: 3
skeleton: 1
spider: 1
wolf: 1
zombie: 2
|
priority
|
mobs and server chat freezes every min only when the mob plugin is enabled every min the mobs will freeze and chat messages in game stop updating no error messages are generated and on multiple servers relogging fixes the issue for another min this has been a problem for weeks and even with the latest nukkitx and mob plugin build as of today with mob plugin removed the problem does not happen one of the nukkit devs worked on this issue and was unable to resolve it and recommended i put in a issue request here client win and ios config version entities auto spawn tick worlds spawn disabled despawn entities true despawn ticks max spawns bat blaze chicken cow creeper enderman ghast husk horse mooshroom ocelot pig polarbear rabbit stray sheep skeleton spider wolf zombie
| 1
|
415,992
| 12,138,167,836
|
IssuesEvent
|
2020-04-23 16:48:28
|
MT-CTF/capturetheflag
|
https://api.github.com/repos/MT-CTF/capturetheflag
|
closed
|
Shotgun is way too OP
|
:gear: Weapons Bug / Bugfix High Priority :grey_exclamation:
|
The _humble_ shotgun's fire-rate is much faster in shooter v0.6.1. This corresponds to how fast shotguns fire IRL a _little_ more accurately, but it's now on the faster side. This makes the shotgun way too OP, as its rounds/ammopack or rounds/reload is way too high (~40-ish rounds/ammopack). The increase in fire-rate seems to be an intentional change, but I'd consider this a bug nonetheless.
Possible solutions (non-exhaustive):
- Reduce fire-rate
The fire-rate is a little more realistic, but it's now on the faster side and it's still insanely fast.
- Reduce rounds/ammopack
This stat is extremely unrealistic, as shotgun ammo is physically much larger than the normal variants.
- Nerf reload mechanics
This option is a little more thorough, and requires a sizeable chunk of modification to `shooter`'s API. The idea is to make reloads last longer than a left-click, by actually implementing a "cool-down" time during which guns can't be fired. Implementing this approach would also nerf the SMG, which is insanely OP in v0.6.1, due to automatic fire.
- Combinations of individual options
I'd personally prefer this approach, as multiple aspects of individual guns (and shooter as a whole) are unrealistic and OP.
****
This is game-breaking, as players wielding shotguns or SMGs are virtually invincible as long as they have ammo. Needs to be fixed before the release of v2.0.
|
1.0
|
Shotgun is way too OP - The _humble_ shotgun's fire-rate is much faster in shooter v0.6.1. This corresponds to how fast shotguns fire IRL a _little_ more accurately, but it's now on the faster side. This makes the shotgun way too OP, as its rounds/ammopack or rounds/reload is way too high (~40-ish rounds/ammopack). The increase in fire-rate seems to be an intentional change, but I'd consider this a bug nonetheless.
Possible solutions (non-exhaustive):
- Reduce fire-rate
The fire-rate is a little more realistic, but it's now on the faster side and it's still insanely fast.
- Reduce rounds/ammopack
This stat is extremely unrealistic, as shotgun ammo is physically much larger than the normal variants.
- Nerf reload mechanics
This option is a little more thorough, and requires a sizeable chunk of modification to `shooter`'s API. The idea is to make reloads last longer than a left-click, by actually implementing a "cool-down" time during which guns can't be fired. Implementing this approach would also nerf the SMG, which is insanely OP in v0.6.1, due to automatic fire.
- Combinations of individual options
I'd personally prefer this approach, as multiple aspects of individual guns (and shooter as a whole) are unrealistic and OP.
****
This is game-breaking, as players wielding shotguns or SMGs are virtually invincible as long as they have ammo. Needs to be fixed before the release of v2.0.
|
priority
|
shotgun is way too op the humble shotgun s fire rate is much faster in shooter this corresponds to how fast shotguns fire irl a little more accurately but it s now on the faster side this makes the shotgun way too op as its rounds ammopack or rounds reload is way too high ish rounds ammopack the increase in fire rate seems to be an intentional change but i d consider this a bug nonetheless possible solutions non exhaustive reduce fire rate the fire rate is a little more realistic but it s now on the faster side and it s still insanely fast reduce rounds ammopack this stat is extremely unrealistic as shotgun ammo is physically much larger than the normal variants nerf reload mechanics this option is a little more thorough and requires a sizeable chunk of modification to shooter s api the idea is to make reloads last longer than a left click by actually implementing a cool down time during which guns can t be fired implementing this approach would also nerf the smg which is insanely op in due to automatic fire combinations of individual options i d personally prefer this approach as multiple aspects of individual guns and shooter as a whole are unrealistic and op this is game breaking as players wielding shotguns or smgs are virtually invincible as long as they have ammo needs to be fixed before the release of
| 1
|
102,625
| 4,157,467,253
|
IssuesEvent
|
2016-06-16 21:25:17
|
raml-org/raml-js-parser-2
|
https://api.github.com/repos/raml-org/raml-js-parser-2
|
closed
|
Object properties with question marks in their names
|
bug priority:high raml-1.0
|
According to the spec,
When the required facet on a property is specified explicitly in a type declaration, any question mark in its property name is treated as part of the property name rather than as an indicator that the property is optional.
In the example below
```
properties:
requiredProperty?:
required: true
nonRequiredProperty?:
required: false
```
the properties must have "requiredProperty?" and " nonRequiredProperty?" names.
The parser still does not follow this rule.
|
1.0
|
Object properties with question marks in their names - According to the spec,
When the required facet on a property is specified explicitly in a type declaration, any question mark in its property name is treated as part of the property name rather than as an indicator that the property is optional.
In the example below
```
properties:
requiredProperty?:
required: true
nonRequiredProperty?:
required: false
```
the properties must have "requiredProperty?" and " nonRequiredProperty?" names.
The parser still does not follow this rule.
|
priority
|
object properties with question marks in their names according to the spec when the required facet on a property is specified explicitly in a type declaration any question mark in its property name is treated as part of the property name rather than as an indicator that the property is optional in the example below properties requiredproperty required true nonrequiredproperty required false the properties must have requiredproperty and nonrequiredproperty names the parser still does not follow this rule
| 1
|
337,269
| 10,212,889,263
|
IssuesEvent
|
2019-08-14 20:37:24
|
material-components/material-components-web-components
|
https://api.github.com/repos/material-components/material-components-web-components
|
closed
|
Generated decorator helper causes build failure in rollup
|
Priority: High Source: Hooli Type: Bug
|
Repro steps:
* Import an element: `import '@material/mwc-tab-bar'`
* Build using rollup
Actual:
* Build failure:
```
(!) `this` has been rewritten to `undefined`
https://rollupjs.org/guide/en#error-this-is-undefined
node_modules/@material/mwc-tab-bar/mwc-tab-bar.js
11: }
12:
13: var __decorate = this && this.__decorate || function (decorators, target, key, desc) {
^
14: var c = arguments.length,
15: r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
...and 1 other occurrence
```
because the generated decorator helper references `this`. `this` in ES modules is `undefined`.
Expected: can easily build in rollup and/or documented workarounds.
A potential workaround is to redefine `this` in your rollup configuration.
```
...
moduleContext: {
[require.resolve('@material/mwc-tab-bar')]: 'window',
}
```
|
1.0
|
Generated decorator helper causes build failure in rollup - Repro steps:
* Import an element: `import '@material/mwc-tab-bar'`
* Build using rollup
Actual:
* Build failure:
```
(!) `this` has been rewritten to `undefined`
https://rollupjs.org/guide/en#error-this-is-undefined
node_modules/@material/mwc-tab-bar/mwc-tab-bar.js
11: }
12:
13: var __decorate = this && this.__decorate || function (decorators, target, key, desc) {
^
14: var c = arguments.length,
15: r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
...and 1 other occurrence
```
because the generated decorator helper references `this`. `this` in ES modules is `undefined`.
Expected: can easily build in rollup and/or documented workarounds.
A potential workaround is to redefine `this` in your rollup configuration.
```
...
moduleContext: {
[require.resolve('@material/mwc-tab-bar')]: 'window',
}
```
|
priority
|
generated decorator helper causes build failure in rollup repro steps import an element import material mwc tab bar build using rollup actual build failure this has been rewritten to undefined node modules material mwc tab bar mwc tab bar js var decorate this this decorate function decorators target key desc var c arguments length r c target desc null desc object getownpropertydescriptor target key desc and other occurrence because the generated decorator helper references this this in es modules is undefined expected can easily build in rollup and or documented workarounds a potential workaround is to redefine this in your rollup configuration modulecontext window
| 1
|
151,423
| 5,815,529,934
|
IssuesEvent
|
2017-05-05 08:54:14
|
learnweb/moodle-mod_ratingallocate
|
https://api.github.com/repos/learnweb/moodle-mod_ratingallocate
|
closed
|
Usability Manual Allocation Form
|
Effort: High Priority: High
|
For huge courses a manual allocation of students can be pittysome.
Use case is the following:
The automatic distribution has been run and all students were assigned.
A student tells the teacher that he made a mistake and can not attend the seminar assigned to him.
The teacher wants to assign him to another seminar, but the course is huge (>500 students)
Here it gets difficult to manage the manual allocation form of all students.
Task:
Find a way this use case can be managed more easily.
Ideas:
Pagination and search functionality.
|
1.0
|
Usability Manual Allocation Form - For huge courses a manual allocation of students can be pittysome.
Use case is the following:
The automatic distribution has been run and all students were assigned.
A student tells the teacher that he made a mistake and can not attend the seminar assigned to him.
The teacher wants to assign him to another seminar, but the course is huge (>500 students)
Here it gets difficult to manage the manual allocation form of all students.
Task:
Find a way this use case can be managed more easily.
Ideas:
Pagination and search functionality.
|
priority
|
usability manual allocation form for huge courses a manual allocation of students can be pittysome use case is the following the automatic distribution has been run and all students were assigned a student tells the teacher that he made a mistake and can not attend the seminar assigned to him the teacher wants to assign him to another seminar but the course is huge students here it gets difficult to manage the manual allocation form of all students task find a way this use case can be managed more easily ideas pagination and search functionality
| 1
|
243,171
| 7,853,909,213
|
IssuesEvent
|
2018-06-20 18:57:38
|
creativecommons/commoners
|
https://api.github.com/repos/creativecommons/commoners
|
closed
|
Remove application id=586
|
Priority: High 🔥
|
Please. If you need it, I can explain it on Slack. Let me know when it's done.
|
1.0
|
Remove application id=586 - Please. If you need it, I can explain it on Slack. Let me know when it's done.
|
priority
|
remove application id please if you need it i can explain it on slack let me know when it s done
| 1
|
533,442
| 15,590,930,323
|
IssuesEvent
|
2021-03-18 09:56:56
|
frontity/wp-plugins
|
https://api.github.com/repos/frontity/wp-plugins
|
closed
|
REST API - Head Tags doesn't work with AIOSEOP ^4.0.0 [13pt]
|
bug priority: high
|
Our Head Tags plugin stopped working with the All In One SEO Pack plugin after they released the 4.0.0 version.
As the new version is a major refactor, we would have to take a deep look into the new code in order to update our AIOSEOP integration accordingly.
My guess is that finding the specific problem involved and come up with a proper solution would be a time-consuming task.
The issue was found while working on https://github.com/frontity/frontity/pull/664
|
1.0
|
REST API - Head Tags doesn't work with AIOSEOP ^4.0.0 [13pt] - Our Head Tags plugin stopped working with the All In One SEO Pack plugin after they released the 4.0.0 version.
As the new version is a major refactor, we would have to take a deep look into the new code in order to update our AIOSEOP integration accordingly.
My guess is that finding the specific problem involved and come up with a proper solution would be a time-consuming task.
The issue was found while working on https://github.com/frontity/frontity/pull/664
|
priority
|
rest api head tags doesn t work with aioseop our head tags plugin stopped working with the all in one seo pack plugin after they released the version as the new version is a major refactor we would have to take a deep look into the new code in order to update our aioseop integration accordingly my guess is that finding the specific problem involved and come up with a proper solution would be a time consuming task the issue was found while working on
| 1
|
312,865
| 9,554,168,985
|
IssuesEvent
|
2019-05-02 21:14:59
|
abetusk/gbl2ngc
|
https://api.github.com/repos/abetusk/gbl2ngc
|
closed
|
Implement circle arcs (G2/G3)
|
difficulty:low in progress priority:high staged
|
This has been started by adding the `quadrent_mode` to the `gerber_state_t` structure, but the actual parsing and realization of the G2 and G3 (clockwise/counter-clockwise circle arc commands, resp.) still needs to be implemented.
|
1.0
|
Implement circle arcs (G2/G3) - This has been started by adding the `quadrent_mode` to the `gerber_state_t` structure, but the actual parsing and realization of the G2 and G3 (clockwise/counter-clockwise circle arc commands, resp.) still needs to be implemented.
|
priority
|
implement circle arcs this has been started by adding the quadrent mode to the gerber state t structure but the actual parsing and realization of the and clockwise counter clockwise circle arc commands resp still needs to be implemented
| 1
|
786,669
| 27,661,723,753
|
IssuesEvent
|
2023-03-12 15:50:44
|
amplication/amplication
|
https://api.github.com/repos/amplication/amplication
|
closed
|
Data Service Generator: Handle Date Time Options
|
type: bug priority: high
|
Handle the date-time field properties:
- Time Zone:
- Local Time
- Server Time
- Date Only: Yes / No
|
1.0
|
Data Service Generator: Handle Date Time Options - Handle the date-time field properties:
- Time Zone:
- Local Time
- Server Time
- Date Only: Yes / No
|
priority
|
data service generator handle date time options handle the date time field properties time zone local time server time date only yes no
| 1
|
448,279
| 12,946,771,135
|
IssuesEvent
|
2020-07-18 20:22:13
|
ProjectSidewalk/SidewalkWebpage
|
https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage
|
opened
|
Losing tag data in Spanish version?
|
Audit Priority: Very High bug
|
During the mapathon today, @gari01234 showed off an unfortunate bug. It appears that maybe the tag info is not being saved when using the Spanish version of the website. Here's how he showed it to me (and replicated it multiple times). I'm marking this is `Priority: Very High` because we could be losing tag data here...
1. Add a label
2. Click on tags
3. Close label box (either OK or hitting 'X')
4. Reopen label box by clicking on label and the tag highlights are gone
Here's his demonstration (sorry, a static shot but this shows the label dialog *after* reopening and showing that the tag highlights no longer show up):

|
1.0
|
Losing tag data in Spanish version? - During the mapathon today, @gari01234 showed off an unfortunate bug. It appears that maybe the tag info is not being saved when using the Spanish version of the website. Here's how he showed it to me (and replicated it multiple times). I'm marking this is `Priority: Very High` because we could be losing tag data here...
1. Add a label
2. Click on tags
3. Close label box (either OK or hitting 'X')
4. Reopen label box by clicking on label and the tag highlights are gone
Here's his demonstration (sorry, a static shot but this shows the label dialog *after* reopening and showing that the tag highlights no longer show up):

|
priority
|
losing tag data in spanish version during the mapathon today showed off an unfortunate bug it appears that maybe the tag info is not being saved when using the spanish version of the website here s how he showed it to me and replicated it multiple times i m marking this is priority very high because we could be losing tag data here add a label click on tags close label box either ok or hitting x reopen label box by clicking on label and the tag highlights are gone here s his demonstration sorry a static shot but this shows the label dialog after reopening and showing that the tag highlights no longer show up
| 1
|
416,239
| 12,141,674,490
|
IssuesEvent
|
2020-04-23 23:12:14
|
opendifferentialprivacy/whitenoise-core
|
https://api.github.com/repos/opendifferentialprivacy/whitenoise-core
|
reopened
|
Namespace issues for python and whitenoise
|
Effort 2 - Medium :cookie: Effort 3 - Large :cake: Priority 1: High
|
(This was a known issue and overlooked in the conversion from yarrow->whitenoise)
- [ ] change namespace to `opendp.whitenoise_core`, as in:
- `import opendp.whitenoise_core`
- [ ] In the **setup.cfg file**, the `packages` value should be `opendp.whitenoise_core`
- e.g. the **setup.py** equivalent of:
- ` packages=['opendp.whitenoise_core'],`
- [ ] important. The **opendp** directory should NOT have an `__init__.py` file
- reference: https://packaging.python.org/guides/packaging-namespace-packages/#native-namespace-packages
- This allows the whitenoise-system pypi package to also use the `opendp` namespace
- related ticket opendifferentialprivacy/whitenoise-system#189
---
Need to namespace with **opendp**. Whitenoise is already in use in pypi:
```python
from opendp.whitenoise.sql import PandasReader, PrivateReader
from opendp.whitenoise.metadata import CollectionMetadata
```
source: https://github.com/opendifferentialprivacy/whitenoise-samples/blob/master/data/SQL%20Queries.ipynb
---
Example of how it is currently in the whitenoise-core notebooks and **will conflict** with the current pypi whitenoise package (that package is used for serving static files--nothing to do with our project).
```python
import whitenoise
import whitenoise.components as op
```
source: https://github.com/opendifferentialprivacy/whitenoise-samples/blob/master/analysis/basic_data_analysis.ipynb
---
# secondary checklist
- [ ] python tests
- [ ] sample notebooks (may move this to a separate issue)
|
1.0
|
Namespace issues for python and whitenoise - (This was a known issue and overlooked in the conversion from yarrow->whitenoise)
- [ ] change namespace to `opendp.whitenoise_core`, as in:
- `import opendp.whitenoise_core`
- [ ] In the **setup.cfg file**, the `packages` value should be `opendp.whitenoise_core`
- e.g. the **setup.py** equivalent of:
- ` packages=['opendp.whitenoise_core'],`
- [ ] important. The **opendp** directory should NOT have an `__init__.py` file
- reference: https://packaging.python.org/guides/packaging-namespace-packages/#native-namespace-packages
- This allows the whitenoise-system pypi package to also use the `opendp` namespace
- related ticket opendifferentialprivacy/whitenoise-system#189
---
Need to namespace with **opendp**. Whitenoise is already in use in pypi:
```python
from opendp.whitenoise.sql import PandasReader, PrivateReader
from opendp.whitenoise.metadata import CollectionMetadata
```
source: https://github.com/opendifferentialprivacy/whitenoise-samples/blob/master/data/SQL%20Queries.ipynb
---
Example of how it is currently in the whitenoise-core notebooks and **will conflict** with the current pypi whitenoise package (that package is used for serving static files--nothing to do with our project).
```python
import whitenoise
import whitenoise.components as op
```
source: https://github.com/opendifferentialprivacy/whitenoise-samples/blob/master/analysis/basic_data_analysis.ipynb
---
# secondary checklist
- [ ] python tests
- [ ] sample notebooks (may move this to a separate issue)
|
priority
|
namespace issues for python and whitenoise this was a known issue and overlooked in the conversion from yarrow whitenoise change namespace to opendp whitenoise core as in import opendp whitenoise core in the setup cfg file the packages value should be opendp whitenoise core e g the setup py equivalent of packages important the opendp directory should not have an init py file reference this allows the whitenoise system pypi package to also use the opendp namespace related ticket opendifferentialprivacy whitenoise system need to namespace with opendp whitenoise is already in use in pypi python from opendp whitenoise sql import pandasreader privatereader from opendp whitenoise metadata import collectionmetadata source example of how it is currently in the whitenoise core notebooks and will conflict with the current pypi whitenoise package that package is used for serving static files nothing to do with our project python import whitenoise import whitenoise components as op source secondary checklist python tests sample notebooks may move this to a separate issue
| 1
|
53,036
| 3,032,657,647
|
IssuesEvent
|
2015-08-05 10:14:05
|
enviroCar/enviroCar-app
|
https://api.github.com/repos/enviroCar/enviroCar-app
|
opened
|
Track Download not complete every time
|
bug Priority - 1 - High
|
from time to time it happens that a track is not downloaded completely, resulting in a track excerpt in the local database. check whats happening there!
|
1.0
|
Track Download not complete every time - from time to time it happens that a track is not downloaded completely, resulting in a track excerpt in the local database. check whats happening there!
|
priority
|
track download not complete every time from time to time it happens that a track is not downloaded completely resulting in a track excerpt in the local database check whats happening there
| 1
|
333,324
| 10,120,576,526
|
IssuesEvent
|
2019-07-31 14:00:18
|
11ty/eleventy
|
https://api.github.com/repos/11ty/eleventy
|
closed
|
false permalinks: v0.9.0-beta.1 wants distinct values to resolve conflict
|
bug high-priority
|
**Describe the bug**
I have folder whose contents I don’t want written to disk, so [set the `permalink` value to `false`](https://www.11ty.io/docs/permalinks/#permalink%3A-false) in the folder data file:
```json
{
"permalink": false,
"tags": ["testimonial"],
"vocab": "review"
}
```
Eleventy build fails with `DuplicatePermalinkOutputError`.
**Environment:**
- OS and Version: macOS 10.14.6
- Eleventy Version: 0.9.0-beta.1
**Additional context**
0.9.0-beta.1 doesn’t like this!
```
Problem writing Eleventy templates: (more in DEBUG output)
> Output conflict: multiple input files are writing to `false`. Use distinct `permalink` values to resolve this conflict.
1. ./src/_content/testimonials/emma_begg.md
2. ./src/_content/testimonials/richard_rutter.md
`DuplicatePermalinkOutputError` was thrown:
(Repeated output has been truncated…)
at TemplateMap.checkForDuplicatePermalinks (/Users/paulrobertlloyd/Sites/paulrobertlloyd-v4/node_modules/@11ty/eleventy/src/TemplateMap.js:535:13)
at TemplateMap.cache (/Users/paulrobertlloyd/Sites/paulrobertlloyd-v4/node_modules/@11ty/eleventy/src/TemplateMap.js:310:10)
at async TemplateWriter._createTemplateMap (/Users/paulrobertlloyd/Sites/paulrobertlloyd-v4/node_modules/@11ty/eleventy/src/TemplateWriter.js:124:3)
at async TemplateWriter.write (/Users/paulrobertlloyd/Sites/paulrobertlloyd-v4/node_modules/@11ty/eleventy/src/TemplateWriter.js:155:3)
at async Eleventy.write (/Users/paulrobertlloyd/Sites/paulrobertlloyd-v4/node_modules/@11ty/eleventy/src/Eleventy.js:423:13)
```
|
1.0
|
false permalinks: v0.9.0-beta.1 wants distinct values to resolve conflict - **Describe the bug**
I have folder whose contents I don’t want written to disk, so [set the `permalink` value to `false`](https://www.11ty.io/docs/permalinks/#permalink%3A-false) in the folder data file:
```json
{
"permalink": false,
"tags": ["testimonial"],
"vocab": "review"
}
```
Eleventy build fails with `DuplicatePermalinkOutputError`.
**Environment:**
- OS and Version: macOS 10.14.6
- Eleventy Version: 0.9.0-beta.1
**Additional context**
0.9.0-beta.1 doesn’t like this!
```
Problem writing Eleventy templates: (more in DEBUG output)
> Output conflict: multiple input files are writing to `false`. Use distinct `permalink` values to resolve this conflict.
1. ./src/_content/testimonials/emma_begg.md
2. ./src/_content/testimonials/richard_rutter.md
`DuplicatePermalinkOutputError` was thrown:
(Repeated output has been truncated…)
at TemplateMap.checkForDuplicatePermalinks (/Users/paulrobertlloyd/Sites/paulrobertlloyd-v4/node_modules/@11ty/eleventy/src/TemplateMap.js:535:13)
at TemplateMap.cache (/Users/paulrobertlloyd/Sites/paulrobertlloyd-v4/node_modules/@11ty/eleventy/src/TemplateMap.js:310:10)
at async TemplateWriter._createTemplateMap (/Users/paulrobertlloyd/Sites/paulrobertlloyd-v4/node_modules/@11ty/eleventy/src/TemplateWriter.js:124:3)
at async TemplateWriter.write (/Users/paulrobertlloyd/Sites/paulrobertlloyd-v4/node_modules/@11ty/eleventy/src/TemplateWriter.js:155:3)
at async Eleventy.write (/Users/paulrobertlloyd/Sites/paulrobertlloyd-v4/node_modules/@11ty/eleventy/src/Eleventy.js:423:13)
```
|
priority
|
false permalinks beta wants distinct values to resolve conflict describe the bug i have folder whose contents i don’t want written to disk so in the folder data file json permalink false tags vocab review eleventy build fails with duplicatepermalinkoutputerror environment os and version macos eleventy version beta additional context beta doesn’t like this problem writing eleventy templates more in debug output output conflict multiple input files are writing to false use distinct permalink values to resolve this conflict src content testimonials emma begg md src content testimonials richard rutter md duplicatepermalinkoutputerror was thrown repeated output has been truncated… at templatemap checkforduplicatepermalinks users paulrobertlloyd sites paulrobertlloyd node modules eleventy src templatemap js at templatemap cache users paulrobertlloyd sites paulrobertlloyd node modules eleventy src templatemap js at async templatewriter createtemplatemap users paulrobertlloyd sites paulrobertlloyd node modules eleventy src templatewriter js at async templatewriter write users paulrobertlloyd sites paulrobertlloyd node modules eleventy src templatewriter js at async eleventy write users paulrobertlloyd sites paulrobertlloyd node modules eleventy src eleventy js
| 1
|
566,448
| 16,821,849,525
|
IssuesEvent
|
2021-06-17 13:58:31
|
yuki0920/supplebox
|
https://api.github.com/repos/yuki0920/supplebox
|
closed
|
トップページをVueコンポーネント化する
|
backend frontend priority: high
|
Atomic Design的に必要なコンポーネント
- トップページの Pageコンポーネント
- お気に入りアイテムランキングの Organisms コンポーネント
- お気に入りアイテムランキングの Organisms コンポーネント
- FooterのOrganismsコンポーネント <- 独立したPRでできそう
API
- 商品一覧
- 口コミ一覧
|
1.0
|
トップページをVueコンポーネント化する - Atomic Design的に必要なコンポーネント
- トップページの Pageコンポーネント
- お気に入りアイテムランキングの Organisms コンポーネント
- お気に入りアイテムランキングの Organisms コンポーネント
- FooterのOrganismsコンポーネント <- 独立したPRでできそう
API
- 商品一覧
- 口コミ一覧
|
priority
|
トップページをvueコンポーネント化する atomic design的に必要なコンポーネント トップページの pageコンポーネント お気に入りアイテムランキングの organisms コンポーネント お気に入りアイテムランキングの organisms コンポーネント footerのorganismsコンポーネント 独立したprでできそう api 商品一覧 口コミ一覧
| 1
|
691,448
| 23,697,155,083
|
IssuesEvent
|
2022-08-29 15:32:42
|
dart-lang/test
|
https://api.github.com/repos/dart-lang/test
|
opened
|
Web tests crash on load in 2.19 dev sdks
|
bug high priority
|
Originally this issue surfaced in the build repo, where we run regular tests against bleeding edge of the SDK.
Tried running normal web tests here as well (`cd pkgs/test && dart run test -p chrome --pause-after-load`) and I see the same problem.
The issue is in [host.dart](https://github.com/dart-lang/test/blob/5f52c524cd10ba3dd9aa5614955c338d50b29d21/pkgs/test/tool/host.dart#L123). It appears that the object we get back from `Url.queryParameters` is not a Map as expected.
|
1.0
|
Web tests crash on load in 2.19 dev sdks - Originally this issue surfaced in the build repo, where we run regular tests against bleeding edge of the SDK.
Tried running normal web tests here as well (`cd pkgs/test && dart run test -p chrome --pause-after-load`) and I see the same problem.
The issue is in [host.dart](https://github.com/dart-lang/test/blob/5f52c524cd10ba3dd9aa5614955c338d50b29d21/pkgs/test/tool/host.dart#L123). It appears that the object we get back from `Url.queryParameters` is not a Map as expected.
|
priority
|
web tests crash on load in dev sdks originally this issue surfaced in the build repo where we run regular tests against bleeding edge of the sdk tried running normal web tests here as well cd pkgs test dart run test p chrome pause after load and i see the same problem the issue is in it appears that the object we get back from url queryparameters is not a map as expected
| 1
|
146,106
| 5,607,348,172
|
IssuesEvent
|
2017-04-01 04:15:11
|
emukidid/swiss-gc
|
https://api.github.com/repos/emukidid/swiss-gc
|
closed
|
Add DVD patch code
|
auto-migrated Priority-High Type-Enhancement
|
```
Create a 0x80001800 patch which will house the various functions we would need
when running a DVD based game such as:
1. Live patching for multi-dol games and video mode forcing
2. 2 Disc patch code
3. Disc idle detection code
```
Original issue reported on code.google.com by `emuki...@gmail.com` on 8 Feb 2013 at 12:43
|
1.0
|
Add DVD patch code - ```
Create a 0x80001800 patch which will house the various functions we would need
when running a DVD based game such as:
1. Live patching for multi-dol games and video mode forcing
2. 2 Disc patch code
3. Disc idle detection code
```
Original issue reported on code.google.com by `emuki...@gmail.com` on 8 Feb 2013 at 12:43
|
priority
|
add dvd patch code create a patch which will house the various functions we would need when running a dvd based game such as live patching for multi dol games and video mode forcing disc patch code disc idle detection code original issue reported on code google com by emuki gmail com on feb at
| 1
|
485,379
| 13,964,663,292
|
IssuesEvent
|
2020-10-25 19:04:17
|
jcr7467/UCLAbookstack
|
https://api.github.com/repos/jcr7467/UCLAbookstack
|
closed
|
Add an 'edit' post form
|
Priority - High new feature
|
**Is your feature request related to a problem? Please describe.**
When we create a post, we can only delete the post as of now. This is an issue if you only want to change one thing.
**Proposed Solution**
Next to the delete button, I would like to add an edit button just in case you just want to change one thing about the post but not necessarily delete it entirely.
|
1.0
|
Add an 'edit' post form - **Is your feature request related to a problem? Please describe.**
When we create a post, we can only delete the post as of now. This is an issue if you only want to change one thing.
**Proposed Solution**
Next to the delete button, I would like to add an edit button just in case you just want to change one thing about the post but not necessarily delete it entirely.
|
priority
|
add an edit post form is your feature request related to a problem please describe when we create a post we can only delete the post as of now this is an issue if you only want to change one thing proposed solution next to the delete button i would like to add an edit button just in case you just want to change one thing about the post but not necessarily delete it entirely
| 1
|
33,821
| 2,772,809,376
|
IssuesEvent
|
2015-05-03 01:28:47
|
Glavin001/atom-beautify
|
https://api.github.com/repos/Glavin001/atom-beautify
|
closed
|
EJS Beautification support
|
add-language feature high priority
|
It might be hard to deal with given that it will work as a html an html and js thing running over eachother but hey. It'd be awesome and you'd be one of the few if not the most complete out there yet.
|
1.0
|
EJS Beautification support - It might be hard to deal with given that it will work as a html an html and js thing running over eachother but hey. It'd be awesome and you'd be one of the few if not the most complete out there yet.
|
priority
|
ejs beautification support it might be hard to deal with given that it will work as a html an html and js thing running over eachother but hey it d be awesome and you d be one of the few if not the most complete out there yet
| 1
|
641,203
| 20,821,145,352
|
IssuesEvent
|
2022-03-18 15:29:28
|
huridocs/uwazi
|
https://api.github.com/repos/huridocs/uwazi
|
closed
|
SYNC is syncing all the files not taking into account the entity they might belong to. (13 pts)
|
Bug :lady_beetle: Sprint Priority: High
|
Current sync configuration whitelists the Files collection, entirely! This syncs all the files, not taking into account if they should actually exist on the target instance.
For other similar situations. We have small functions in the syncConfig that:
- approve thesauri based on if they are directly whitelisted of they belong to a whitelisted template
- approve relationTypes based on the same criteria
We should probably look into deciding which files to upload, depending on if they belong to an entity that would pass validation (through template, and now, conditional sync).
|
1.0
|
SYNC is syncing all the files not taking into account the entity they might belong to. (13 pts) - Current sync configuration whitelists the Files collection, entirely! This syncs all the files, not taking into account if they should actually exist on the target instance.
For other similar situations. We have small functions in the syncConfig that:
- approve thesauri based on if they are directly whitelisted of they belong to a whitelisted template
- approve relationTypes based on the same criteria
We should probably look into deciding which files to upload, depending on if they belong to an entity that would pass validation (through template, and now, conditional sync).
|
priority
|
sync is syncing all the files not taking into account the entity they might belong to pts current sync configuration whitelists the files collection entirely this syncs all the files not taking into account if they should actually exist on the target instance for other similar situations we have small functions in the syncconfig that approve thesauri based on if they are directly whitelisted of they belong to a whitelisted template approve relationtypes based on the same criteria we should probably look into deciding which files to upload depending on if they belong to an entity that would pass validation through template and now conditional sync
| 1
|
459,389
| 13,192,396,538
|
IssuesEvent
|
2020-08-13 13:43:27
|
StrangeLoopGames/EcoIssues
|
https://api.github.com/repos/StrangeLoopGames/EcoIssues
|
closed
|
0.9.0.0 beta staging-1706 : Manage treasury with TAX no allowed permission denied on personal account.
|
Category: Gameplay Priority: High Status: Fixed
|
When trying to use action TAX in a executive office desk on a players personal account it will not approve and give following error due to not having access or permissions to this account.

But it will give a notification saying the player was indeed taxed the amount which is not the case money was never transfered over.

Steps to reproduce.
Send money to player, go to a executive office and use direct tax on player .
|
1.0
|
0.9.0.0 beta staging-1706 : Manage treasury with TAX no allowed permission denied on personal account. - When trying to use action TAX in a executive office desk on a players personal account it will not approve and give following error due to not having access or permissions to this account.

But it will give a notification saying the player was indeed taxed the amount which is not the case money was never transfered over.

Steps to reproduce.
Send money to player, go to a executive office and use direct tax on player .
|
priority
|
beta staging manage treasury with tax no allowed permission denied on personal account when trying to use action tax in a executive office desk on a players personal account it will not approve and give following error due to not having access or permissions to this account but it will give a notification saying the player was indeed taxed the amount which is not the case money was never transfered over steps to reproduce send money to player go to a executive office and use direct tax on player
| 1
|
818,104
| 30,671,064,831
|
IssuesEvent
|
2023-07-25 22:34:19
|
Haidoe/arc
|
https://api.github.com/repos/Haidoe/arc
|
closed
|
Report page - preview and download CTA
|
bug priority-high fix
|
## Bug Report
**Reporter: ❗️**
@StephanyJade
**Describe the bug: ❗️**
Missing preview and download CTA in the report page.
**Screenshots or Video**
<img width="647" alt="image" src="https://github.com/Haidoe/arc/assets/128421316/775ced3f-3f9e-4aa3-8713-aa988830743a">
**Expected behavior: ❗️**
Add the CTAs and functionality for each one.
**Actual behavior: ❗️**
No CTAs to finish the report process.
**Follow up checklist: ❗️**
- [ ] Add Assignee
- [ ] Label priority ( priority-low, priority-medium, priority-high )
- [ ] Label Milestone ( Alpha, Beta )
- [ ] Label Issue Type ( Style, Code, API )
|
1.0
|
Report page - preview and download CTA - ## Bug Report
**Reporter: ❗️**
@StephanyJade
**Describe the bug: ❗️**
Missing preview and download CTA in the report page.
**Screenshots or Video**
<img width="647" alt="image" src="https://github.com/Haidoe/arc/assets/128421316/775ced3f-3f9e-4aa3-8713-aa988830743a">
**Expected behavior: ❗️**
Add the CTAs and functionality for each one.
**Actual behavior: ❗️**
No CTAs to finish the report process.
**Follow up checklist: ❗️**
- [ ] Add Assignee
- [ ] Label priority ( priority-low, priority-medium, priority-high )
- [ ] Label Milestone ( Alpha, Beta )
- [ ] Label Issue Type ( Style, Code, API )
|
priority
|
report page preview and download cta bug report reporter ❗️ stephanyjade describe the bug ❗️ missing preview and download cta in the report page screenshots or video img width alt image src expected behavior ❗️ add the ctas and functionality for each one actual behavior ❗️ no ctas to finish the report process follow up checklist ❗️ add assignee label priority priority low priority medium priority high label milestone alpha beta label issue type style code api
| 1
|
108,167
| 4,328,568,231
|
IssuesEvent
|
2016-07-26 14:26:10
|
RepreZen/SwagEdit
|
https://api.github.com/repos/RepreZen/SwagEdit
|
closed
|
Invalid Swagger File shows error message dialog on open
|
High Priority
|
The attached swagger spec immediately shows errors in a modal dialog box when opened.
I expect it to show validation error markers and entries in the problems view, but not to show error dialogs like this.

|
1.0
|
Invalid Swagger File shows error message dialog on open - The attached swagger spec immediately shows errors in a modal dialog box when opened.
I expect it to show validation error markers and entries in the problems view, but not to show error dialogs like this.

|
priority
|
invalid swagger file shows error message dialog on open the attached swagger spec immediately shows errors in a modal dialog box when opened i expect it to show validation error markers and entries in the problems view but not to show error dialogs like this
| 1
|
496,506
| 14,348,895,058
|
IssuesEvent
|
2020-11-29 14:25:11
|
red-hat-storage/ocs-ci
|
https://api.github.com/repos/red-hat-storage/ocs-ci
|
opened
|
RBD multi snapshot creation faild on teardown
|
High Priority bug performance
|
The multi snapshot creation test failed on teardown
> instance.wait_for_delete(instance.namespace, timeout=300)
|
1.0
|
RBD multi snapshot creation faild on teardown - The multi snapshot creation test failed on teardown
> instance.wait_for_delete(instance.namespace, timeout=300)
|
priority
|
rbd multi snapshot creation faild on teardown the multi snapshot creation test failed on teardown instance wait for delete instance namespace timeout
| 1
|
351,433
| 10,518,600,331
|
IssuesEvent
|
2019-09-29 12:03:05
|
OpenLiberty/ci.maven
|
https://api.github.com/repos/OpenLiberty/ci.maven
|
closed
|
devMode is only looking at artifactId in determining whether to update classpath on pom.xml dependency changes.
|
devMode high priority vNext
|
If we look at the logic in [DevMojo.getNewDependencies](https://github.com/OpenLiberty/ci.maven/blob/0e32ad14105b5ba6ee1c7f81090ad86b9baef75d/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/DevMojo.java#L570-L587) we see it only compares artifactId to detect a difference that it needs to react to (by updating the classpath, etc.).
It doesn't account for a difference in version: e.g. **mygroup:myartifact:1.0** vs. **mygroup:myartifact:2.0**, and it doesn't account for a difference in groupid: e.g. **mygroup:myartifact:1.0** vs. **yourgroup:myartifact:1.0**.
The first one is maybe more likely to occur, but it's harder to fix, since you have to resolve the dependencies against dependencyManagement potentially, etc. The second one is probably harder to imagine... but I guess I'll mention it for completeness.
|
1.0
|
devMode is only looking at artifactId in determining whether to update classpath on pom.xml dependency changes. - If we look at the logic in [DevMojo.getNewDependencies](https://github.com/OpenLiberty/ci.maven/blob/0e32ad14105b5ba6ee1c7f81090ad86b9baef75d/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/DevMojo.java#L570-L587) we see it only compares artifactId to detect a difference that it needs to react to (by updating the classpath, etc.).
It doesn't account for a difference in version: e.g. **mygroup:myartifact:1.0** vs. **mygroup:myartifact:2.0**, and it doesn't account for a difference in groupid: e.g. **mygroup:myartifact:1.0** vs. **yourgroup:myartifact:1.0**.
The first one is maybe more likely to occur, but it's harder to fix, since you have to resolve the dependencies against dependencyManagement potentially, etc. The second one is probably harder to imagine... but I guess I'll mention it for completeness.
|
priority
|
devmode is only looking at artifactid in determining whether to update classpath on pom xml dependency changes if we look at the logic in we see it only compares artifactid to detect a difference that it needs to react to by updating the classpath etc it doesn t account for a difference in version e g mygroup myartifact vs mygroup myartifact and it doesn t account for a difference in groupid e g mygroup myartifact vs yourgroup myartifact the first one is maybe more likely to occur but it s harder to fix since you have to resolve the dependencies against dependencymanagement potentially etc the second one is probably harder to imagine but i guess i ll mention it for completeness
| 1
|
503,924
| 14,601,774,724
|
IssuesEvent
|
2020-12-21 09:13:01
|
wso2/product-is
|
https://api.github.com/repos/wso2/product-is
|
closed
|
There is no any warning or restriction to enable account lock when the user accounts that are assigned with the Internal/system user role
|
Priority/Highest Severity/Major bug
|
**Describe the issue:**
There are no warnings or restrictions on activating the account lock on user accounts assigned with the internal / system user role
**How to reproduce:**
Login to Console/Manage with admin credentials
2. Enable claims for account locking
3. Create a new user and assign internal / system user role
4. Try to enable account lock
**Expected behavior:**
The user accounts that are assigned with the Internal/system user role cannot be locked.
**Environment information** (_Please complete the following information; remove any unnecessary fields_) **:**
- Product Version: 5.12 M2
- OS: Mac
- Database: Oracle 19c
- Userstore: JDBC
---
|
1.0
|
There is no any warning or restriction to enable account lock when the user accounts that are assigned with the Internal/system user role - **Describe the issue:**
There are no warnings or restrictions on activating the account lock on user accounts assigned with the internal / system user role
**How to reproduce:**
Login to Console/Manage with admin credentials
2. Enable claims for account locking
3. Create a new user and assign internal / system user role
4. Try to enable account lock
**Expected behavior:**
The user accounts that are assigned with the Internal/system user role cannot be locked.
**Environment information** (_Please complete the following information; remove any unnecessary fields_) **:**
- Product Version: 5.12 M2
- OS: Mac
- Database: Oracle 19c
- Userstore: JDBC
---
|
priority
|
there is no any warning or restriction to enable account lock when the user accounts that are assigned with the internal system user role describe the issue there are no warnings or restrictions on activating the account lock on user accounts assigned with the internal system user role how to reproduce login to console manage with admin credentials enable claims for account locking create a new user and assign internal system user role try to enable account lock expected behavior the user accounts that are assigned with the internal system user role cannot be locked environment information please complete the following information remove any unnecessary fields product version os mac database oracle userstore jdbc
| 1
|
117,185
| 4,712,124,267
|
IssuesEvent
|
2016-10-14 15:47:29
|
GoogleCloudPlatform/google-cloud-eclipse
|
https://api.github.com/repos/GoogleCloudPlatform/google-cloud-eclipse
|
closed
|
Creating a maven project at a non-workspace location doesn't work
|
beta blocker bug high priority
|
It always goes in the workspace, even when setting a different directory in the wizard.
|
1.0
|
Creating a maven project at a non-workspace location doesn't work - It always goes in the workspace, even when setting a different directory in the wizard.
|
priority
|
creating a maven project at a non workspace location doesn t work it always goes in the workspace even when setting a different directory in the wizard
| 1
|
680,393
| 23,268,668,374
|
IssuesEvent
|
2022-08-04 20:08:51
|
open-apparel-registry/open-apparel-registry
|
https://api.github.com/repos/open-apparel-registry/open-apparel-registry
|
closed
|
Parent company dropdown in facility claims and facility search
|
bug high priority EP_feedback task 49
|
## Overview
When submitting the form to claim a facility, the parent company field is populated with the listing of all contributors.
Also, when managing the claimed facility as an approved claimant, the parent company field operates the same way.
### Expected Behavior
The parent company field on both the claim form and the search form should be populated with parent company entries from EP submissions or previous facility claims (previous facility claims create EP field values, so we only have to worry about pulling values from the ExtendedFields table).
### Actual Behavior
Drop down fields for parent company is populated with all contributor data
### Steps to Reproduce
* [Facility claim](https://staging.openapparel.org/facilities/BR2020057K5F3HZ/claim)
* [Facility owner/claimed facility management page](https://staging.openapparel.org/claimed/71/)
* both fields for parent company list all OAR contributors and not designated parent company names
### Demo


### Technical Implementation
- Add an API endpoint for valid parent company values similar to `GET /api/sector`
- Ensure that the values match what is saved in the FacilityIndex
- On the search page, load the choices when "More filters" is clicked
- On the facility claim form use the choices loaded from the new API instead of the list of registered contributors.
|
1.0
|
Parent company dropdown in facility claims and facility search - ## Overview
When submitting the form to claim a facility, the parent company field is populated with the listing of all contributors.
Also, when managing the claimed facility as an approved claimant, the parent company field operates the same way.
### Expected Behavior
The parent company field on both the claim form and the search form should be populated with parent company entries from EP submissions or previous facility claims (previous facility claims create EP field values, so we only have to worry about pulling values from the ExtendedFields table).
### Actual Behavior
Drop down fields for parent company is populated with all contributor data
### Steps to Reproduce
* [Facility claim](https://staging.openapparel.org/facilities/BR2020057K5F3HZ/claim)
* [Facility owner/claimed facility management page](https://staging.openapparel.org/claimed/71/)
* both fields for parent company list all OAR contributors and not designated parent company names
### Demo


### Technical Implementation
- Add an API endpoint for valid parent company values similar to `GET /api/sector`
- Ensure that the values match what is saved in the FacilityIndex
- On the search page, load the choices when "More filters" is clicked
- On the facility claim form use the choices loaded from the new API instead of the list of registered contributors.
|
priority
|
parent company dropdown in facility claims and facility search overview when submitting the form to claim a facility the parent company field is populated with the listing of all contributors also when managing the claimed facility as an approved claimant the parent company field operates the same way expected behavior the parent company field on both the claim form and the search form should be populated with parent company entries from ep submissions or previous facility claims previous facility claims create ep field values so we only have to worry about pulling values from the extendedfields table actual behavior drop down fields for parent company is populated with all contributor data steps to reproduce both fields for parent company list all oar contributors and not designated parent company names demo technical implementation add an api endpoint for valid parent company values similar to get api sector ensure that the values match what is saved in the facilityindex on the search page load the choices when more filters is clicked on the facility claim form use the choices loaded from the new api instead of the list of registered contributors
| 1
|
557,760
| 16,518,459,345
|
IssuesEvent
|
2021-05-26 12:16:12
|
Koreyoshi159/SDG-Tool
|
https://api.github.com/repos/Koreyoshi159/SDG-Tool
|
closed
|
As a guest I want to see all the blogs from all SDGs on one page so I can have a over view on all the blog what is there
|
High Priority
|
Acceptance Criteria:
GIVEN On the home page
WHEN Click on a button
THEN Show all the blogs on one page.
|
1.0
|
As a guest I want to see all the blogs from all SDGs on one page so I can have a over view on all the blog what is there - Acceptance Criteria:
GIVEN On the home page
WHEN Click on a button
THEN Show all the blogs on one page.
|
priority
|
as a guest i want to see all the blogs from all sdgs on one page so i can have a over view on all the blog what is there acceptance criteria given on the home page when click on a button then show all the blogs on one page
| 1
|
402,774
| 11,824,683,969
|
IssuesEvent
|
2020-03-21 08:06:13
|
ahmedkaludi/accelerated-mobile-pages
|
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
|
closed
|
Treeshaking is not working with "Product Review Lite Plugin".
|
[Priority: HIGH] bug
|
At user's end, tree shaking is not working.
Ref: https://secure.helpscout.net/conversation/1092092231/113049?folderId=3257665
|
1.0
|
Treeshaking is not working with "Product Review Lite Plugin". - At user's end, tree shaking is not working.
Ref: https://secure.helpscout.net/conversation/1092092231/113049?folderId=3257665
|
priority
|
treeshaking is not working with product review lite plugin at user s end tree shaking is not working ref
| 1
|
794,353
| 28,032,623,735
|
IssuesEvent
|
2023-03-28 13:19:10
|
submariner-io/submariner
|
https://api.github.com/repos/submariner-io/submariner
|
closed
|
Submariner support on air-gapped environments
|
wontfix priority:high
|
Running Kubernetes in air-gapped environments (i.e using offline private container registries and repositories without any access to the public Internet) seems to be a common request. The goal of this issue to assess Submariner's readiness to support such environments.
### Work items:
* [x] [Allow overriding the default image repository and version in subctl diagnose command](submariner-io/subctl#34)
* [x] [Subctl uninstall references an hard-coded image](https://github.com/submariner-io/submariner-operator/issues/2001)
* [x] [Make nettest image configurable in test framework](https://github.com/submariner-io/shipyard/pull/839)
* [x] [Support for air-gapped KIND environment](https://github.com/submariner-io/shipyard/pull/940)
* [x] [Air gapped support in Operator: Changes to submariner CR, config changes to submariner GW pod etc](https://github.com/submariner-io/submariner-operator/pull/2272)
* [x] [Changes in Submariner Gateway pod to avoid making API calls to public servers in air-gapped env](https://github.com/submariner-io/submariner/pull/2053)
* [x] [Support for specifying –air-gapped flag as part of join command](https://github.com/submariner-io/subctl/pull/299)
* [x] Allow overriding the public-ip of the Gateway node using the annotation on the GW node.
* [x] [Update SubmarinerConfig with airGappedDeployment flag](https://github.com/stolostron/submariner-addon/pull/524)
* [x] [Support for air-gapped KIND environment](https://github.com/submariner-io/shipyard/pull/940)
* [x] [Updates to upstream documentation](https://github.com/submariner-io/submariner-website/pull/838)
* [ ] [Document how to deploy and use Submariner on Air-gapped clusters](https://github.com/submariner-io/submariner-website/issues/852)
## Acceptance Criteria
In an air-gapped environment, when using Submariner, the following requirements should be met
1. All Submariner pods in submariner-operator namespace should be running without any CrashloopBackoff/ImagePull errors.
2. The connections between all the clusters is successfully established.
3. All submariner e2e tests should be passing.
4. subctl diagnose should work fine without any errors.
## Definition of Done (Checklist)
Tasks:
* [x] Code complete (Dev)
* [x] Functionality working (Dev)
|
1.0
|
Submariner support on air-gapped environments - Running Kubernetes in air-gapped environments (i.e using offline private container registries and repositories without any access to the public Internet) seems to be a common request. The goal of this issue to assess Submariner's readiness to support such environments.
### Work items:
* [x] [Allow overriding the default image repository and version in subctl diagnose command](submariner-io/subctl#34)
* [x] [Subctl uninstall references an hard-coded image](https://github.com/submariner-io/submariner-operator/issues/2001)
* [x] [Make nettest image configurable in test framework](https://github.com/submariner-io/shipyard/pull/839)
* [x] [Support for air-gapped KIND environment](https://github.com/submariner-io/shipyard/pull/940)
* [x] [Air gapped support in Operator: Changes to submariner CR, config changes to submariner GW pod etc](https://github.com/submariner-io/submariner-operator/pull/2272)
* [x] [Changes in Submariner Gateway pod to avoid making API calls to public servers in air-gapped env](https://github.com/submariner-io/submariner/pull/2053)
* [x] [Support for specifying –air-gapped flag as part of join command](https://github.com/submariner-io/subctl/pull/299)
* [x] Allow overriding the public-ip of the Gateway node using the annotation on the GW node.
* [x] [Update SubmarinerConfig with airGappedDeployment flag](https://github.com/stolostron/submariner-addon/pull/524)
* [x] [Support for air-gapped KIND environment](https://github.com/submariner-io/shipyard/pull/940)
* [x] [Updates to upstream documentation](https://github.com/submariner-io/submariner-website/pull/838)
* [ ] [Document how to deploy and use Submariner on Air-gapped clusters](https://github.com/submariner-io/submariner-website/issues/852)
## Acceptance Criteria
In an air-gapped environment, when using Submariner, the following requirements should be met
1. All Submariner pods in submariner-operator namespace should be running without any CrashloopBackoff/ImagePull errors.
2. The connections between all the clusters is successfully established.
3. All submariner e2e tests should be passing.
4. subctl diagnose should work fine without any errors.
## Definition of Done (Checklist)
Tasks:
* [x] Code complete (Dev)
* [x] Functionality working (Dev)
|
priority
|
submariner support on air gapped environments running kubernetes in air gapped environments i e using offline private container registries and repositories without any access to the public internet seems to be a common request the goal of this issue to assess submariner s readiness to support such environments work items submariner io subctl allow overriding the public ip of the gateway node using the annotation on the gw node acceptance criteria in an air gapped environment when using submariner the following requirements should be met all submariner pods in submariner operator namespace should be running without any crashloopbackoff imagepull errors the connections between all the clusters is successfully established all submariner tests should be passing subctl diagnose should work fine without any errors definition of done checklist tasks code complete dev functionality working dev
| 1
|
111,194
| 4,466,804,843
|
IssuesEvent
|
2016-08-25 00:36:14
|
influxdata/docs.influxdata.com
|
https://api.github.com/repos/influxdata/docs.influxdata.com
|
closed
|
SHOW TAG VALUES needs more docs
|
Fix underway Priority: high Time commitment: quick task
|
I was trying to figure out how to list tag values for a "host" tag which would match only if "cluster" tag was set to something specific.
It turns out you need to specify a metric in your SHOW TAG VALUES query to be able to do this. The documentation does not mention this at all. So something like SHOW TAG VALUES FROM cpu WITH key = host WHERE cluster = 'A'
I figured it out by looking at what kind of queries Grafana was doing.
###### URL for relevant page?
https://docs.influxdata.com/influxdb/v0.13/query_language/schema_exploration/#explore-tag-values-with-show-tag-values
|
1.0
|
SHOW TAG VALUES needs more docs - I was trying to figure out how to list tag values for a "host" tag which would match only if "cluster" tag was set to something specific.
It turns out you need to specify a metric in your SHOW TAG VALUES query to be able to do this. The documentation does not mention this at all. So something like SHOW TAG VALUES FROM cpu WITH key = host WHERE cluster = 'A'
I figured it out by looking at what kind of queries Grafana was doing.
###### URL for relevant page?
https://docs.influxdata.com/influxdb/v0.13/query_language/schema_exploration/#explore-tag-values-with-show-tag-values
|
priority
|
show tag values needs more docs i was trying to figure out how to list tag values for a host tag which would match only if cluster tag was set to something specific it turns out you need to specify a metric in your show tag values query to be able to do this the documentation does not mention this at all so something like show tag values from cpu with key host where cluster a i figured it out by looking at what kind of queries grafana was doing url for relevant page
| 1
|
394,460
| 11,644,005,582
|
IssuesEvent
|
2020-02-29 16:44:57
|
LordNed/Winditor
|
https://api.github.com/repos/LordNed/Winditor
|
closed
|
Ensure that collision meshes are destroyed when a room is unloaded.
|
Priority: High
|
A crash with WCollisionMesh's shader revealed that the collision mesh is not currently being disposed properly when a map is unloaded. This causes conflicts within OpenTK, which ultimately leads to a crash when the shader attempts to get disposed twice.
|
1.0
|
Ensure that collision meshes are destroyed when a room is unloaded. - A crash with WCollisionMesh's shader revealed that the collision mesh is not currently being disposed properly when a map is unloaded. This causes conflicts within OpenTK, which ultimately leads to a crash when the shader attempts to get disposed twice.
|
priority
|
ensure that collision meshes are destroyed when a room is unloaded a crash with wcollisionmesh s shader revealed that the collision mesh is not currently being disposed properly when a map is unloaded this causes conflicts within opentk which ultimately leads to a crash when the shader attempts to get disposed twice
| 1
|
529,843
| 15,396,434,451
|
IssuesEvent
|
2021-03-03 20:38:18
|
SzFMV2021-Tavasz/AutomatedCar-A
|
https://api.github.com/repos/SzFMV2021-Tavasz/AutomatedCar-A
|
opened
|
Kamera közepébe transzformálni az autót
|
effort: high modul: visualization priority: critical type: user story
|
Az autónak a kép közepén kell megjelennie és képesnek kell tudnia forogni.
Az autónak képesnek kell tudnia forogni!!
|
1.0
|
Kamera közepébe transzformálni az autót - Az autónak a kép közepén kell megjelennie és képesnek kell tudnia forogni.
Az autónak képesnek kell tudnia forogni!!
|
priority
|
kamera közepébe transzformálni az autót az autónak a kép közepén kell megjelennie és képesnek kell tudnia forogni az autónak képesnek kell tudnia forogni
| 1
|
454,322
| 13,098,565,502
|
IssuesEvent
|
2020-08-03 19:44:42
|
covidsafe/App-iOS
|
https://api.github.com/repos/covidsafe/App-iOS
|
opened
|
[Settings - Delete All Data] When trying to close, app crashes
|
Android bug crash - high priority
|
_Version 1.13, Android only_
Scenario:
- Open settings
- Select "delete all data"
- See new leafnode
- Try to close (not trying to hit "delete" button
This does not consistently repro, but is still occurring as of today.
|
1.0
|
[Settings - Delete All Data] When trying to close, app crashes - _Version 1.13, Android only_
Scenario:
- Open settings
- Select "delete all data"
- See new leafnode
- Try to close (not trying to hit "delete" button
This does not consistently repro, but is still occurring as of today.
|
priority
|
when trying to close app crashes version android only scenario open settings select delete all data see new leafnode try to close not trying to hit delete button this does not consistently repro but is still occurring as of today
| 1
|
663,663
| 22,201,169,210
|
IssuesEvent
|
2022-06-07 11:20:15
|
coronasafe/care
|
https://api.github.com/repos/coronasafe/care
|
closed
|
Authentication for Middleware Requests
|
High Priority TeleICU
|
Create Authentication Classes to Accept JWT RSA Tokens from the Middleware.
|
1.0
|
Authentication for Middleware Requests - Create Authentication Classes to Accept JWT RSA Tokens from the Middleware.
|
priority
|
authentication for middleware requests create authentication classes to accept jwt rsa tokens from the middleware
| 1
|
19,666
| 2,622,158,559
|
IssuesEvent
|
2015-03-04 00:09:07
|
byzhang/terrastore
|
https://api.github.com/repos/byzhang/terrastore
|
closed
|
Integrate predicate-based queries into web console
|
auto-migrated Milestone-0.3 Priority-High Project-Terrastore-Console Type-Feature
|
```
Terrastore web console should support the execution of predicate-based queries.
```
Original issue reported on code.google.com by `sergio.b...@gmail.com` on 25 Oct 2010 at 5:07
|
1.0
|
Integrate predicate-based queries into web console - ```
Terrastore web console should support the execution of predicate-based queries.
```
Original issue reported on code.google.com by `sergio.b...@gmail.com` on 25 Oct 2010 at 5:07
|
priority
|
integrate predicate based queries into web console terrastore web console should support the execution of predicate based queries original issue reported on code google com by sergio b gmail com on oct at
| 1
|
726,819
| 25,012,475,197
|
IssuesEvent
|
2022-11-03 16:13:40
|
AY2223S1-CS2103T-W15-1/tp
|
https://api.github.com/repos/AY2223S1-CS2103T-W15-1/tp
|
closed
|
[PE-D][Tester D] Search tag
|
bug priority.High
|
Searching for single letter tags displays all contacts with tags instead of only those with valid tags


<!--session: 1666946063451-78bcbad8-8d39-4cfc-ad74-d59594777065-->
<!--Version: Web v3.4.4-->
-------------
Labels: `type.FunctionalityBug` `severity.Low`
original: shamooose/ped#3
|
1.0
|
[PE-D][Tester D] Search tag - Searching for single letter tags displays all contacts with tags instead of only those with valid tags


<!--session: 1666946063451-78bcbad8-8d39-4cfc-ad74-d59594777065-->
<!--Version: Web v3.4.4-->
-------------
Labels: `type.FunctionalityBug` `severity.Low`
original: shamooose/ped#3
|
priority
|
search tag searching for single letter tags displays all contacts with tags instead of only those with valid tags labels type functionalitybug severity low original shamooose ped
| 1
|
59,417
| 3,110,003,431
|
IssuesEvent
|
2015-09-02 02:26:42
|
cs2103aug2015-w14-2j/main
|
https://api.github.com/repos/cs2103aug2015-w14-2j/main
|
opened
|
A user can set the path to save their to-do list
|
priority.high type.story
|
so that the user can choose their preferred location to store their to-do list
|
1.0
|
A user can set the path to save their to-do list - so that the user can choose their preferred location to store their to-do list
|
priority
|
a user can set the path to save their to do list so that the user can choose their preferred location to store their to do list
| 1
|
384,017
| 11,382,049,560
|
IssuesEvent
|
2020-01-29 00:20:10
|
Seneca-CDOT/telescope
|
https://api.github.com/repos/Seneca-CDOT/telescope
|
closed
|
Wrong port used in env.example file
|
5 min fix Priority: High area: docker area: redis type: bug
|
**What happened**:
Currently, our `env.example` has:
`REDIS_URL=redis://127.0.0.1:6379`
`REDIS_PORT=6739`
In our `docker-compose-yml`, we use [`REDIS_PORT` with a wrong port number](https://github.com/Seneca-CDOT/telescope/blob/2074cc592a92c8a7d95f164f0a35aec45ca2fa55/env.example#L20) for deployment, and it crashes at launch.
The port number should be `6379`, as we use in `REDIS_URL`
Also, we should consider having only one var with the port number. We could combine them or just get rid of one of them.
**How to reproduce it (as precise as possible)**:
Run telescope with docker-compose using default values in `env.example` (`REDIS_PORT=6739`).
**Environment**
- OS:
Linux, Windows
|
1.0
|
Wrong port used in env.example file - **What happened**:
Currently, our `env.example` has:
`REDIS_URL=redis://127.0.0.1:6379`
`REDIS_PORT=6739`
In our `docker-compose-yml`, we use [`REDIS_PORT` with a wrong port number](https://github.com/Seneca-CDOT/telescope/blob/2074cc592a92c8a7d95f164f0a35aec45ca2fa55/env.example#L20) for deployment, and it crashes at launch.
The port number should be `6379`, as we use in `REDIS_URL`
Also, we should consider having only one var with the port number. We could combine them or just get rid of one of them.
**How to reproduce it (as precise as possible)**:
Run telescope with docker-compose using default values in `env.example` (`REDIS_PORT=6739`).
**Environment**
- OS:
Linux, Windows
|
priority
|
wrong port used in env example file what happened currently our env example has redis url redis redis port in our docker compose yml we use for deployment and it crashes at launch the port number should be as we use in redis url also we should consider having only one var with the port number we could combine them or just get rid of one of them how to reproduce it as precise as possible run telescope with docker compose using default values in env example redis port environment os linux windows
| 1
|
204,340
| 7,087,024,292
|
IssuesEvent
|
2018-01-11 16:30:21
|
inverse-inc/packetfence
|
https://api.github.com/repos/inverse-inc/packetfence
|
closed
|
Issue with ip4log since DAL merge in devel
|
Priority: High Status: For review Type: Bug
|
Getting this error in the logs now:
```
Dec 8 10:18:47 pf-julien pfqueue: pfqueue(18665) ERROR: [mac:94:db:c9:38:85:5b] Database query failed with non retryable error: Duplicate entry '172.21.157.95' for key 'PRIMARY' (errno: 1062) [INSERT INTO `ip4log` ( `end_time`, `ip`, `mac
`, `start_time`) VALUES ( DATE_ADD(NOW(), INTERVAL ? SECOND), ?, ?, NOW() )]{120, 172.21.157.95, 94:db:c9:38:85:5b} (pf::dal::db_execute)
```
|
1.0
|
Issue with ip4log since DAL merge in devel - Getting this error in the logs now:
```
Dec 8 10:18:47 pf-julien pfqueue: pfqueue(18665) ERROR: [mac:94:db:c9:38:85:5b] Database query failed with non retryable error: Duplicate entry '172.21.157.95' for key 'PRIMARY' (errno: 1062) [INSERT INTO `ip4log` ( `end_time`, `ip`, `mac
`, `start_time`) VALUES ( DATE_ADD(NOW(), INTERVAL ? SECOND), ?, ?, NOW() )]{120, 172.21.157.95, 94:db:c9:38:85:5b} (pf::dal::db_execute)
```
|
priority
|
issue with since dal merge in devel getting this error in the logs now dec pf julien pfqueue pfqueue error database query failed with non retryable error duplicate entry for key primary errno insert into end time ip mac start time values date add now interval second now db pf dal db execute
| 1
|
818,360
| 30,685,417,037
|
IssuesEvent
|
2023-07-26 12:02:23
|
TaoStats/bittensor-explorer-ui
|
https://api.github.com/repos/TaoStats/bittensor-explorer-ui
|
closed
|
Hooks - Blocks
|
Priority: High
|
- [x] `useBlocks(network, filter, order, options)`
- [x] `useBlock(network, filter)`
|
1.0
|
Hooks - Blocks - - [x] `useBlocks(network, filter, order, options)`
- [x] `useBlock(network, filter)`
|
priority
|
hooks blocks useblocks network filter order options useblock network filter
| 1
|
818,205
| 30,678,385,795
|
IssuesEvent
|
2023-07-26 07:27:44
|
ivpn/ios-app
|
https://api.github.com/repos/ivpn/ios-app
|
closed
|
WKWebView not working on 2.9.1
|
priority: high status: investigating iOS bug
|
### Description:
When trying to access any URL/website pages from the app, the WKWebView doesn't work, a blank page appears instead of the expected content.
### Expected result:
WKWebView should work and display properly the content from the IVPN website accessible from the app.
### Environment:
IVPN: 2.9.1
OS: iPhone XR iOS 16.6, iPad 6 iOS 15.7.1
|
1.0
|
WKWebView not working on 2.9.1 - ### Description:
When trying to access any URL/website pages from the app, the WKWebView doesn't work, a blank page appears instead of the expected content.
### Expected result:
WKWebView should work and display properly the content from the IVPN website accessible from the app.
### Environment:
IVPN: 2.9.1
OS: iPhone XR iOS 16.6, iPad 6 iOS 15.7.1
|
priority
|
wkwebview not working on description when trying to access any url website pages from the app the wkwebview doesn t work a blank page appears instead of the expected content expected result wkwebview should work and display properly the content from the ivpn website accessible from the app environment ivpn os iphone xr ios ipad ios
| 1
|
438,384
| 12,627,132,750
|
IssuesEvent
|
2020-06-14 19:56:21
|
Dapp3rCraft/jazz-bot
|
https://api.github.com/repos/Dapp3rCraft/jazz-bot
|
opened
|
UnhandledPromiseRejectionWarning: TypeError: evt.bind is not a function
|
priority: high type: bug/fix type: discussion
|
```
[2020-06-14 13:52:02] [LOG]: Loading 2 events
(node:2592) UnhandledPromiseRejectionWarning: TypeError: evt.bind is not a function
at C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:106:46
at Array.forEach (<anonymous>)
at Object.<anonymous> (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:103:28)
at step (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:32:23)
at Object.next (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:13:53)
at fulfilled (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:4:58)
(node:2592) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see http
a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.orga/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) non-zero exit code.
(node:2592) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a
a non-zero exit code.
```
[`./src/modules/Loader.js:40`](https://github.com/Dapp3rCraft/jazz-bot/blob/feature/typescript/src/modules/Loader.js#L40) shows that `bind()` is not a function. This works fine with [`master`](https://github.com/Dapp3rCraft/jazz-bot/blob/master/src/modules/Loader.js).
|
1.0
|
UnhandledPromiseRejectionWarning: TypeError: evt.bind is not a function - ```
[2020-06-14 13:52:02] [LOG]: Loading 2 events
(node:2592) UnhandledPromiseRejectionWarning: TypeError: evt.bind is not a function
at C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:106:46
at Array.forEach (<anonymous>)
at Object.<anonymous> (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:103:28)
at step (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:32:23)
at Object.next (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:13:53)
at fulfilled (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:4:58)
(node:2592) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see http
a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.orga/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) non-zero exit code.
(node:2592) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a
a non-zero exit code.
```
[`./src/modules/Loader.js:40`](https://github.com/Dapp3rCraft/jazz-bot/blob/feature/typescript/src/modules/Loader.js#L40) shows that `bind()` is not a function. This works fine with [`master`](https://github.com/Dapp3rCraft/jazz-bot/blob/master/src/modules/Loader.js).
|
priority
|
unhandledpromiserejectionwarning typeerror evt bind is not a function loading events node unhandledpromiserejectionwarning typeerror evt bind is not a function at c users ryan documents github jazz bot dist modules loader js at array foreach at object c users ryan documents github jazz bot dist modules loader js at step c users ryan documents github jazz bot dist modules loader js at object next c users ryan documents github jazz bot dist modules loader js at fulfilled c users ryan documents github jazz bot dist modules loader js node unhandledpromiserejectionwarning unhandled promise rejection this error originated either by throwing inside of an async function without a catch block or by rejecting a promise which was not handled with catch to terminate the node process on unhandled promise rejection use the cli flag unhandled rejections strict see http a promise which was not handled with catch to terminate the node process on unhandled promise rejection use the cli flag unhandled rejections strict see rejection id non zero exit code node deprecationwarning unhandled promise rejections are deprecated in the future promise rejections that are not handled will terminate the node js process with a a non zero exit code shows that bind is not a function this works fine with
| 1
|
144,951
| 5,555,659,322
|
IssuesEvent
|
2017-03-24 06:05:21
|
NPException/Dimensional-Pockets
|
https://api.github.com/repos/NPException/Dimensional-Pockets
|
opened
|
Potentiall issue in 1.0.2
|
bug Priority: HIGH
|
Sable_1977 on Curse wrote:
> Can not enter a pocket within a pocket with this update. :( And where did the cool animated walls go? This is one of my all time favorite mods.
|
1.0
|
Potentiall issue in 1.0.2 - Sable_1977 on Curse wrote:
> Can not enter a pocket within a pocket with this update. :( And where did the cool animated walls go? This is one of my all time favorite mods.
|
priority
|
potentiall issue in sable on curse wrote can not enter a pocket within a pocket with this update and where did the cool animated walls go this is one of my all time favorite mods
| 1
|
241,658
| 7,818,922,835
|
IssuesEvent
|
2018-06-13 13:44:37
|
SparkDevNetwork/Rock
|
https://api.github.com/repos/SparkDevNetwork/Rock
|
closed
|
v5.1 Match Transactions exceptions thrown
|
Priority: High Status: Confirmed Type: Bug
|
We upgraded from v4.6 to v5.1 on Monday. This morning (Tuesday) our accounting team did the following:
- Created a new batch, scanned checks into it, matched the transactions and closed the batch
- Created a second batch, scanned cash envelopes into it and matched the transactions
- Scanned checks into the second batch
When they then clicked the "Match Transactions" button, the following exception was thrown:
> Message
> Collection was modified; enumeration operation may not execute.
> Stack Trace
> at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
> at RockWeb.Blocks.Finance.TransactionMatching.btnNext_Click(Object sender, EventArgs e)
> at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)
> at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Further attempts to match transactions on the batch resulted in the following exception:
> Message
> Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request.
> Stack Trace
> at System.Web.UI.Control.LoadViewStateRecursive(Object savedState)
> at System.Web.UI.Control.AddedControl(Control control, Int32 index)
> at Rock.Web.UI.Controls.GridFilter.CreateChildControls()
> at System.Web.UI.Control.EnsureChildControls()
> at System.Web.UI.Control.FindControl(String id, Int32 pathOffset)
> at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad)
> at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
I was not able to get to a computer for about 20 minutes. Once I did, I logged on as our Rock Administrator (Person.Id=1), found the batch and clicked "Match Transactions". It took me to the appropriate screen, so I had our staff try again. This time it worked for them.
They have had no further issues, so unfortunately I can't suggest what might have caused the error. Thought it was worth mentioning though. I'll report back in again next week if it happens again.
|
1.0
|
v5.1 Match Transactions exceptions thrown - We upgraded from v4.6 to v5.1 on Monday. This morning (Tuesday) our accounting team did the following:
- Created a new batch, scanned checks into it, matched the transactions and closed the batch
- Created a second batch, scanned cash envelopes into it and matched the transactions
- Scanned checks into the second batch
When they then clicked the "Match Transactions" button, the following exception was thrown:
> Message
> Collection was modified; enumeration operation may not execute.
> Stack Trace
> at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
> at RockWeb.Blocks.Finance.TransactionMatching.btnNext_Click(Object sender, EventArgs e)
> at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)
> at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Further attempts to match transactions on the batch resulted in the following exception:
> Message
> Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request.
> Stack Trace
> at System.Web.UI.Control.LoadViewStateRecursive(Object savedState)
> at System.Web.UI.Control.AddedControl(Control control, Int32 index)
> at Rock.Web.UI.Controls.GridFilter.CreateChildControls()
> at System.Web.UI.Control.EnsureChildControls()
> at System.Web.UI.Control.FindControl(String id, Int32 pathOffset)
> at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad)
> at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
I was not able to get to a computer for about 20 minutes. Once I did, I logged on as our Rock Administrator (Person.Id=1), found the batch and clicked "Match Transactions". It took me to the appropriate screen, so I had our staff try again. This time it worked for them.
They have had no further issues, so unfortunately I can't suggest what might have caused the error. Thought it was worth mentioning though. I'll report back in again next week if it happens again.
|
priority
|
match transactions exceptions thrown we upgraded from to on monday this morning tuesday our accounting team did the following created a new batch scanned checks into it matched the transactions and closed the batch created a second batch scanned cash envelopes into it and matched the transactions scanned checks into the second batch when they then clicked the match transactions button the following exception was thrown message collection was modified enumeration operation may not execute stack trace at system collections generic list enumerator movenextrare at rockweb blocks finance transactionmatching btnnext click object sender eventargs e at system web ui webcontrols linkbutton raisepostbackevent string eventargument at system web ui page processrequestmain boolean includestagesbeforeasyncpoint boolean includestagesafterasyncpoint further attempts to match transactions on the batch resulted in the following exception message failed to load viewstate the control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request for example when adding controls dynamically the controls added during a post back must match the type and position of the controls added during the initial request stack trace at system web ui control loadviewstaterecursive object savedstate at system web ui control addedcontrol control control index at rock web ui controls gridfilter createchildcontrols at system web ui control ensurechildcontrols at system web ui control findcontrol string id pathoffset at system web ui page processpostdata namevaluecollection postdata boolean fbeforeload at system web ui page processrequestmain boolean includestagesbeforeasyncpoint boolean includestagesafterasyncpoint i was not able to get to a computer for about minutes once i did i logged on as our rock administrator person id found the batch and clicked match transactions it took me to the appropriate screen so i had our staff try again this time it worked for them they have had no further issues so unfortunately i can t suggest what might have caused the error thought it was worth mentioning though i ll report back in again next week if it happens again
| 1
|
215,135
| 7,290,610,666
|
IssuesEvent
|
2018-02-24 03:47:42
|
ropensci/drake
|
https://api.github.com/repos/ropensci/drake
|
closed
|
Master aborts with staged parallelism and failing dependencies even if keep_going is TRUE
|
high priority
|
This isn't mentioned in the "Caution" vignette, looks like a bug to me. Workflow plan (from an earlier version with a different random seed) and reprex below:

``` r
library(drake)
library(tidyverse)
N <- 4
R <- 2 / N
set.seed(5)
make_job <- function(i, dep = NULL) {
if (is.null(dep)) {
deps_sym <- list()
} else {
deps_sym <- syms(paste0(dep, i))
}
if (runif(1) < R) {
expr(fail(!!! deps_sym))
} else {
expr(succeed(!!! deps_sym))
}
}
fail <- function(...) {
stop("oops")
}
succeed <- function(...) {}
plan_a <-
seq_len(N) %>%
as_tibble() %>%
transmute(
target = paste0("a", value),
call = map(value, make_job)
) %>%
deframe() %>%
drake_plan(list = .)
plan_b <-
seq_len(N) %>%
as_tibble() %>%
transmute(
target = paste0("b", value),
call = map(value, make_job, dep = "a")
) %>%
deframe() %>%
drake_plan(list = .)
plan <-
bind_rows(plan_a, plan_b)
clean()
#> cache /tmp/RtmpfQ4PI9/.drake
make(plan, jobs = 2)
#> cache /tmp/RtmpfQ4PI9/.drake
#> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R
#> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4
#> check 2 items: stop, succeed
#> check 1 item: fail
#> check 4 items: a1, a2, a3, a4
#> Warning in mclapply(X = targets, FUN = drake_build_worker, meta_list =
#> meta_list, : all scheduled cores encountered errors in user code
#> check 4 items: b1, b2, b3, b4
#> load 4 items: a1, a2, a3, a4
#> Error: key 'a1' ('objects') not found
clean()
#> cache /tmp/RtmpfQ4PI9/.drake
make(plan, keep_going = TRUE, jobs = 2)
#> cache /tmp/RtmpfQ4PI9/.drake
#> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R
#> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4
#> check 2 items: stop, succeed
#> check 1 item: fail
#> check 4 items: a1, a2, a3, a4
#> check 4 items: b1, b2, b3, b4
#> load 4 items: a1, a2, a3, a4
#> Error: key 'a1' ('objects') not found
make(plan, keep_going = TRUE, jobs = 2)
#> cache /tmp/RtmpfQ4PI9/.drake
#> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R
#> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4
#> check 2 items: stop, succeed
#> check 1 item: fail
#> check 4 items: a1, a2, a3, a4
#> check 2 items: b2, b3
#> load 2 items: a2, a3
#> check 2 items: b1, b4
#> unload 2 items: a2, a3
#> load 2 items: a1, a4
#> Error: key 'a1' ('objects') not found
make(plan, keep_going = TRUE, jobs = 2)
#> cache /tmp/RtmpfQ4PI9/.drake
#> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R
#> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4
#> check 2 items: stop, succeed
#> check 1 item: fail
#> check 4 items: a1, a2, a3, a4
#> check 2 items: b2, b3
#> check 2 items: b1, b4
#> load 2 items: a1, a4
#> Error: key 'a1' ('objects') not found
make(plan, keep_going = TRUE)
#> cache /tmp/RtmpfQ4PI9/.drake
#> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R
#> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4
#> check 2 items: stop, succeed
#> check 1 item: fail
#> check 4 items: a1, a2, a3, a4
#> check 2 items: b2, b3
#> target a1
#> fail a1
#> target a4
#> fail a4
#> check 2 items: b1, b4
#> target b1
#> fail b1
#> target b4
```
> Created on 2018-02-23 by the [reprex package](http://reprex.tidyverse.org) (v0.2.0).
|
1.0
|
Master aborts with staged parallelism and failing dependencies even if keep_going is TRUE - This isn't mentioned in the "Caution" vignette, looks like a bug to me. Workflow plan (from an earlier version with a different random seed) and reprex below:

``` r
library(drake)
library(tidyverse)
N <- 4
R <- 2 / N
set.seed(5)
make_job <- function(i, dep = NULL) {
if (is.null(dep)) {
deps_sym <- list()
} else {
deps_sym <- syms(paste0(dep, i))
}
if (runif(1) < R) {
expr(fail(!!! deps_sym))
} else {
expr(succeed(!!! deps_sym))
}
}
fail <- function(...) {
stop("oops")
}
succeed <- function(...) {}
plan_a <-
seq_len(N) %>%
as_tibble() %>%
transmute(
target = paste0("a", value),
call = map(value, make_job)
) %>%
deframe() %>%
drake_plan(list = .)
plan_b <-
seq_len(N) %>%
as_tibble() %>%
transmute(
target = paste0("b", value),
call = map(value, make_job, dep = "a")
) %>%
deframe() %>%
drake_plan(list = .)
plan <-
bind_rows(plan_a, plan_b)
clean()
#> cache /tmp/RtmpfQ4PI9/.drake
make(plan, jobs = 2)
#> cache /tmp/RtmpfQ4PI9/.drake
#> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R
#> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4
#> check 2 items: stop, succeed
#> check 1 item: fail
#> check 4 items: a1, a2, a3, a4
#> Warning in mclapply(X = targets, FUN = drake_build_worker, meta_list =
#> meta_list, : all scheduled cores encountered errors in user code
#> check 4 items: b1, b2, b3, b4
#> load 4 items: a1, a2, a3, a4
#> Error: key 'a1' ('objects') not found
clean()
#> cache /tmp/RtmpfQ4PI9/.drake
make(plan, keep_going = TRUE, jobs = 2)
#> cache /tmp/RtmpfQ4PI9/.drake
#> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R
#> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4
#> check 2 items: stop, succeed
#> check 1 item: fail
#> check 4 items: a1, a2, a3, a4
#> check 4 items: b1, b2, b3, b4
#> load 4 items: a1, a2, a3, a4
#> Error: key 'a1' ('objects') not found
make(plan, keep_going = TRUE, jobs = 2)
#> cache /tmp/RtmpfQ4PI9/.drake
#> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R
#> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4
#> check 2 items: stop, succeed
#> check 1 item: fail
#> check 4 items: a1, a2, a3, a4
#> check 2 items: b2, b3
#> load 2 items: a2, a3
#> check 2 items: b1, b4
#> unload 2 items: a2, a3
#> load 2 items: a1, a4
#> Error: key 'a1' ('objects') not found
make(plan, keep_going = TRUE, jobs = 2)
#> cache /tmp/RtmpfQ4PI9/.drake
#> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R
#> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4
#> check 2 items: stop, succeed
#> check 1 item: fail
#> check 4 items: a1, a2, a3, a4
#> check 2 items: b2, b3
#> check 2 items: b1, b4
#> load 2 items: a1, a4
#> Error: key 'a1' ('objects') not found
make(plan, keep_going = TRUE)
#> cache /tmp/RtmpfQ4PI9/.drake
#> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R
#> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4
#> check 2 items: stop, succeed
#> check 1 item: fail
#> check 4 items: a1, a2, a3, a4
#> check 2 items: b2, b3
#> target a1
#> fail a1
#> target a4
#> fail a4
#> check 2 items: b1, b4
#> target b1
#> fail b1
#> target b4
```
> Created on 2018-02-23 by the [reprex package](http://reprex.tidyverse.org) (v0.2.0).
|
priority
|
master aborts with staged parallelism and failing dependencies even if keep going is true this isn t mentioned in the caution vignette looks like a bug to me workflow plan from an earlier version with a different random seed and reprex below r library drake library tidyverse n r n set seed make job function i dep null if is null dep deps sym list else deps sym syms dep i if runif r expr fail deps sym else expr succeed deps sym fail function stop oops succeed function plan a seq len n as tibble transmute target a value call map value make job deframe drake plan list plan b seq len n as tibble transmute target b value call map value make job dep a deframe drake plan list plan bind rows plan a plan b clean cache tmp drake make plan jobs cache tmp drake connect imports plan a plan b make job succeed fail n plan r connect targets check items stop succeed check item fail check items warning in mclapply x targets fun drake build worker meta list meta list all scheduled cores encountered errors in user code check items load items error key objects not found clean cache tmp drake make plan keep going true jobs cache tmp drake connect imports plan a plan b make job succeed fail n plan r connect targets check items stop succeed check item fail check items check items load items error key objects not found make plan keep going true jobs cache tmp drake connect imports plan a plan b make job succeed fail n plan r connect targets check items stop succeed check item fail check items check items load items check items unload items load items error key objects not found make plan keep going true jobs cache tmp drake connect imports plan a plan b make job succeed fail n plan r connect targets check items stop succeed check item fail check items check items check items load items error key objects not found make plan keep going true cache tmp drake connect imports plan a plan b make job succeed fail n plan r connect targets check items stop succeed check item fail check items check items target fail target fail check items target fail target created on by the
| 1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.