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
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
147,358
| 5,638,278,684
|
IssuesEvent
|
2017-04-06 11:30:16
|
jmatheson/OnMe-Backend
|
https://api.github.com/repos/jmatheson/OnMe-Backend
|
closed
|
Notification Settings API
|
high priority
|
As per #52.
Each user should have an ability to disable/enable some push notifications at will.
Notification settings could be updated and retrieved from server.
There're 4 type of notifications to store:
1) Drink related ( buy/receive, view, redeem, video )
2) User birthday
3) Friend joined
4) Near Venue (this one is fully managed on client)
First part of the task is to implement 2 API methods for storing and retrieving settings. For example:
GET /api/push-settings/
POST /api/push-settings/
Settings serialization might look like:
{
"drink" : boolean,
"birthday" : boolean,
"friendJoined" : boolean,
"nearVenue" : boolean
}
By default all push notification types are enabled and should be set to `true`
Second task - update push sending logic to take into account User's settings. For server these are pushes of types 1,2,3. `Near Venue` push type will be managed on the client
|
1.0
|
Notification Settings API - As per #52.
Each user should have an ability to disable/enable some push notifications at will.
Notification settings could be updated and retrieved from server.
There're 4 type of notifications to store:
1) Drink related ( buy/receive, view, redeem, video )
2) User birthday
3) Friend joined
4) Near Venue (this one is fully managed on client)
First part of the task is to implement 2 API methods for storing and retrieving settings. For example:
GET /api/push-settings/
POST /api/push-settings/
Settings serialization might look like:
{
"drink" : boolean,
"birthday" : boolean,
"friendJoined" : boolean,
"nearVenue" : boolean
}
By default all push notification types are enabled and should be set to `true`
Second task - update push sending logic to take into account User's settings. For server these are pushes of types 1,2,3. `Near Venue` push type will be managed on the client
|
priority
|
notification settings api as per each user should have an ability to disable enable some push notifications at will notification settings could be updated and retrieved from server there re type of notifications to store drink related buy receive view redeem video user birthday friend joined near venue this one is fully managed on client first part of the task is to implement api methods for storing and retrieving settings for example get api push settings post api push settings settings serialization might look like drink boolean birthday boolean friendjoined boolean nearvenue boolean by default all push notification types are enabled and should be set to true second task update push sending logic to take into account user s settings for server these are pushes of types near venue push type will be managed on the client
| 1
|
607,002
| 18,771,808,997
|
IssuesEvent
|
2021-11-07 00:26:01
|
magma/magma
|
https://api.github.com/repos/magma/magma
|
closed
|
[AMF]: PDUSessionResourceSetup Response not received from GNB
|
type: bug component: agw priority: high product: 5g sa
|
As part of the SIT testing PDUSessionResourceSetup is not received.
|
1.0
|
[AMF]: PDUSessionResourceSetup Response not received from GNB - As part of the SIT testing PDUSessionResourceSetup is not received.
|
priority
|
pdusessionresourcesetup response not received from gnb as part of the sit testing pdusessionresourcesetup is not received
| 1
|
663,698
| 22,202,400,390
|
IssuesEvent
|
2022-06-07 12:23:46
|
Project-Books/book-project
|
https://api.github.com/repos/Project-Books/book-project
|
closed
|
Handle Cross Site Request Forgery (CSRF)
|
enhancement wontfix high-priority frontend
|
**Describe the solution you'd like**
We have re-enabled CSRF protection on the backend, so we need to handle this on the frontend.
As this is a high-priority task, this needs to be completed relatively quickly. Let us know how long you estimate it'll take you.
**Additional context**
- Be sure to read the contributing guidelines first!
- Discuss your implementation approach with us before we assign you to it
- Branch from `main` and set `main` as the destination branch in your pull request
If you need help with anything, we'll be happy to help you over a [GitHub Q&A discussion](https://github.com/Project-Books/book-project/discussions/categories/q-a) or our [Slack workspace](https://camo.githubusercontent.com/eef8443bce0a2fdc0706ffcd99f91181ac849a4ef423a1ed61386ca0a8b448bb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736c61636b2d7465616d626f6f6b70726f6a6563742d3441313534423f6c6f676f3d736c61636b)
|
1.0
|
Handle Cross Site Request Forgery (CSRF) - **Describe the solution you'd like**
We have re-enabled CSRF protection on the backend, so we need to handle this on the frontend.
As this is a high-priority task, this needs to be completed relatively quickly. Let us know how long you estimate it'll take you.
**Additional context**
- Be sure to read the contributing guidelines first!
- Discuss your implementation approach with us before we assign you to it
- Branch from `main` and set `main` as the destination branch in your pull request
If you need help with anything, we'll be happy to help you over a [GitHub Q&A discussion](https://github.com/Project-Books/book-project/discussions/categories/q-a) or our [Slack workspace](https://camo.githubusercontent.com/eef8443bce0a2fdc0706ffcd99f91181ac849a4ef423a1ed61386ca0a8b448bb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736c61636b2d7465616d626f6f6b70726f6a6563742d3441313534423f6c6f676f3d736c61636b)
|
priority
|
handle cross site request forgery csrf describe the solution you d like we have re enabled csrf protection on the backend so we need to handle this on the frontend as this is a high priority task this needs to be completed relatively quickly let us know how long you estimate it ll take you additional context be sure to read the contributing guidelines first discuss your implementation approach with us before we assign you to it branch from main and set main as the destination branch in your pull request if you need help with anything we ll be happy to help you over a or our
| 1
|
344,683
| 10,348,324,146
|
IssuesEvent
|
2019-09-04 19:31:33
|
RobertsLab/resources
|
https://api.github.com/repos/RobertsLab/resources
|
closed
|
Re-Run Maker on Geoduck Genome (v074)
|
duck-genome-bs high priority
|
As per https://robertslab.github.io/sams-notebook/2019/07/22/Genome-Annotation-Pgenerosa_v070-and-v074-Top-18-Scaffolds-Feature-Count-Comparisons.html
and our conversation of on parameters that differed in the two runs above, re-run Maker presumably getting a higher gene count.
|
1.0
|
Re-Run Maker on Geoduck Genome (v074) - As per https://robertslab.github.io/sams-notebook/2019/07/22/Genome-Annotation-Pgenerosa_v070-and-v074-Top-18-Scaffolds-Feature-Count-Comparisons.html
and our conversation of on parameters that differed in the two runs above, re-run Maker presumably getting a higher gene count.
|
priority
|
re run maker on geoduck genome as per and our conversation of on parameters that differed in the two runs above re run maker presumably getting a higher gene count
| 1
|
317,395
| 9,664,577,266
|
IssuesEvent
|
2019-05-21 06:05:39
|
kartoza/ford3
|
https://api.github.com/repos/kartoza/ford3
|
closed
|
the webapp must be protected by a login page.
|
Size: 3 auth in review priority: high review
|
An user must be authenticated and authorized to see the resource he's trying to see.
I started to work on this here: https://github.com/pierrealixt/ford3/tree/login-198
<img width="575" alt="Screen Shot 2019-05-16 at 08 49 52" src="https://user-images.githubusercontent.com/35932320/57832319-a9066580-77b7-11e9-8a94-9d00a6afcf97.png">
|
1.0
|
the webapp must be protected by a login page. -
An user must be authenticated and authorized to see the resource he's trying to see.
I started to work on this here: https://github.com/pierrealixt/ford3/tree/login-198
<img width="575" alt="Screen Shot 2019-05-16 at 08 49 52" src="https://user-images.githubusercontent.com/35932320/57832319-a9066580-77b7-11e9-8a94-9d00a6afcf97.png">
|
priority
|
the webapp must be protected by a login page an user must be authenticated and authorized to see the resource he s trying to see i started to work on this here img width alt screen shot at src
| 1
|
622,185
| 19,609,763,509
|
IssuesEvent
|
2022-01-06 14:06:55
|
decompme/decomp.me
|
https://api.github.com/repos/decompme/decomp.me
|
closed
|
Use custom modal dialog instead of using HTML <dialog>
|
bug frontend high priority
|
`<dialog>` is really buggy on some browsers (read: older Safari) and its getting annoying to manually fix issues; we should just use a react modal library
|
1.0
|
Use custom modal dialog instead of using HTML <dialog> - `<dialog>` is really buggy on some browsers (read: older Safari) and its getting annoying to manually fix issues; we should just use a react modal library
|
priority
|
use custom modal dialog instead of using html is really buggy on some browsers read older safari and its getting annoying to manually fix issues we should just use a react modal library
| 1
|
391,573
| 11,575,921,405
|
IssuesEvent
|
2020-02-21 10:46:09
|
ahmedkaludi/accelerated-mobile-pages
|
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
|
closed
|
Warning issue on AMP option panel.
|
NEXT UPDATE [Priority: HIGH] bug
|
/var/www/html/wp-content/plugins/accelerated-mobile-pages/includes/ampforwp-fields-array.php on line 122
ref) https://secure.helpscout.net/conversation/1059605973/107207?folderId=3514643
|
1.0
|
Warning issue on AMP option panel. - /var/www/html/wp-content/plugins/accelerated-mobile-pages/includes/ampforwp-fields-array.php on line 122
ref) https://secure.helpscout.net/conversation/1059605973/107207?folderId=3514643
|
priority
|
warning issue on amp option panel var www html wp content plugins accelerated mobile pages includes ampforwp fields array php on line ref
| 1
|
51,136
| 3,011,103,551
|
IssuesEvent
|
2015-07-28 16:13:59
|
MinetestForFun/minetest-minetestforfun-server
|
https://api.github.com/repos/MinetestForFun/minetest-minetestforfun-server
|
closed
|
Crash [Throwing]
|
Modding@BugFix Priority@High Server crash
|
#### Crash logs
http://zerobin.qbuissondebon.info/?643a724274bfff1b#Yx4yITyQ80CCU6zVWE5BxC6rUNT4bP1I1WveaZlO1Ho=
```
n]: [mana] Wrote mana data into /home/quentinbd/minetest/worlds/minetestforfun//mana.mt.
01:31:34: ACTION[main]: compassgps writing settings
01:31:34: ACTION[main]: Wrote quests to file
01:31:34: ACTION[main]: [PClasses] Datas saved
01:31:34: ACTION[main]: [tsm_pyramids] Chests saved
01:31:34: ACTION[main]: [fishing] Server shuts down. saving trophies table
01:31:35: ERROR[main]: ERROR: An unhandled exception occurred: ...uentinbd/minetest/bin/../mods/throwing/functions.lua:36: attempt to index a nil value
01:31:35: ERROR[main]: stack traceback:
01:31:35: ERROR[main]: ...uentinbd/minetest/bin/../mods/throwing/functions.lua:36: in function 'throwing_shoot_arrow'
01:31:35: ERROR[main]: ...uentinbd/minetest/bin/../mods/throwing/functions.lua:109: in function <...uentinbd/minetest/bin/../mods/throwing/functions.lua:103>
In thread 7f076f4d2740:
/home/quentinbd/minetest/src/main.cpp:882: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD 7f0768b3c700:
#0 virtual void* CurlFetchThread::Thread()
DEBUG STACK FOR THREAD 7f076f4d2740:
#0 int main(int, char**)
(Leftover data: #1 Dedicated server branch)
(Leftover data: #2 virtual void ServerMap::save(ModifiedState))
(Leftover data: #3 void ItemStack::serialize(std::ostream&) const)
/home/quentinbd/script/start02.sh : ligne 26 : 20913 Abandon /home/quentinbd/minetest/bin/minetestserver --world /home/quentinbd/minetest/worlds/minetestforfun/ --config /home/quentinbd/minetest/minetest.conf --gameid minetestforfun_game --port 30001
----------------------
Server restarted at mardi 28 juillet 2015, 01:32:05 (UTC+0200)
----------------------
WARNING: system-wide share not found at "/usr/share/minetest"
WARNING: system-wide share not found at "/home/quentinbd/minetest/bin/../share/minetest"
WARNING: system-wide share found at "/home/quentinbd/minetest/bin/.."
Using game specified by --gameid on the command line
01:32:05: WARNING: Undeclared global variable "handlers" accessed at ...home/quentinbd/minetest/bin/../mods/irc/irc/main.lua:188
```
|
1.0
|
Crash [Throwing] - #### Crash logs
http://zerobin.qbuissondebon.info/?643a724274bfff1b#Yx4yITyQ80CCU6zVWE5BxC6rUNT4bP1I1WveaZlO1Ho=
```
n]: [mana] Wrote mana data into /home/quentinbd/minetest/worlds/minetestforfun//mana.mt.
01:31:34: ACTION[main]: compassgps writing settings
01:31:34: ACTION[main]: Wrote quests to file
01:31:34: ACTION[main]: [PClasses] Datas saved
01:31:34: ACTION[main]: [tsm_pyramids] Chests saved
01:31:34: ACTION[main]: [fishing] Server shuts down. saving trophies table
01:31:35: ERROR[main]: ERROR: An unhandled exception occurred: ...uentinbd/minetest/bin/../mods/throwing/functions.lua:36: attempt to index a nil value
01:31:35: ERROR[main]: stack traceback:
01:31:35: ERROR[main]: ...uentinbd/minetest/bin/../mods/throwing/functions.lua:36: in function 'throwing_shoot_arrow'
01:31:35: ERROR[main]: ...uentinbd/minetest/bin/../mods/throwing/functions.lua:109: in function <...uentinbd/minetest/bin/../mods/throwing/functions.lua:103>
In thread 7f076f4d2740:
/home/quentinbd/minetest/src/main.cpp:882: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD 7f0768b3c700:
#0 virtual void* CurlFetchThread::Thread()
DEBUG STACK FOR THREAD 7f076f4d2740:
#0 int main(int, char**)
(Leftover data: #1 Dedicated server branch)
(Leftover data: #2 virtual void ServerMap::save(ModifiedState))
(Leftover data: #3 void ItemStack::serialize(std::ostream&) const)
/home/quentinbd/script/start02.sh : ligne 26 : 20913 Abandon /home/quentinbd/minetest/bin/minetestserver --world /home/quentinbd/minetest/worlds/minetestforfun/ --config /home/quentinbd/minetest/minetest.conf --gameid minetestforfun_game --port 30001
----------------------
Server restarted at mardi 28 juillet 2015, 01:32:05 (UTC+0200)
----------------------
WARNING: system-wide share not found at "/usr/share/minetest"
WARNING: system-wide share not found at "/home/quentinbd/minetest/bin/../share/minetest"
WARNING: system-wide share found at "/home/quentinbd/minetest/bin/.."
Using game specified by --gameid on the command line
01:32:05: WARNING: Undeclared global variable "handlers" accessed at ...home/quentinbd/minetest/bin/../mods/irc/irc/main.lua:188
```
|
priority
|
crash crash logs n wrote mana data into home quentinbd minetest worlds minetestforfun mana mt action compassgps writing settings action wrote quests to file action datas saved action chests saved action server shuts down saving trophies table error error an unhandled exception occurred uentinbd minetest bin mods throwing functions lua attempt to index a nil value error stack traceback error uentinbd minetest bin mods throwing functions lua in function throwing shoot arrow error uentinbd minetest bin mods throwing functions lua in function in thread home quentinbd minetest src main cpp int main int char assertion failed debug stacks debug stack for thread virtual void curlfetchthread thread debug stack for thread int main int char leftover data dedicated server branch leftover data virtual void servermap save modifiedstate leftover data void itemstack serialize std ostream const home quentinbd script sh ligne abandon home quentinbd minetest bin minetestserver world home quentinbd minetest worlds minetestforfun config home quentinbd minetest minetest conf gameid minetestforfun game port server restarted at mardi juillet utc warning system wide share not found at usr share minetest warning system wide share not found at home quentinbd minetest bin share minetest warning system wide share found at home quentinbd minetest bin using game specified by gameid on the command line warning undeclared global variable handlers accessed at home quentinbd minetest bin mods irc irc main lua
| 1
|
359,219
| 10,666,969,701
|
IssuesEvent
|
2019-10-19 08:36:17
|
kobotoolbox/kpi
|
https://api.github.com/repos/kobotoolbox/kpi
|
closed
|
Allow users to add custom wrapper code for REST submissions
|
enhancement high priority
| ERROR: type should be string, got "https://www.flowdock.com/app/kobotoolbox/kobo/threads/mRpcBQgbF0_UeIgyXybyDxueOW3\r\n\r\n- [x] FE UI work as shown below\r\n- [x] FE interchange with \"Add custom wrapper\" using `hook` attribute called `payload_template`\r\n- [x] BE uses template when `POST`ing to external server (@noliveleger)\r\n\r\n## Description\r\n\r\nAs a user I'd like to be able to submit data to AirTable and similar services. AirTable requires a wrapper around the actual JSON submission, which I would like to specify in the UI when creating a new REST service. \r\n\r\n## Suggested UI design\r\n\r\n\r\n\r\n## Example wrapper code \r\n\r\n```\r\n{\r\n \"fields\": %SUBMISSION%\r\n}\r\n```\r\n"
|
1.0
|
Allow users to add custom wrapper code for REST submissions - https://www.flowdock.com/app/kobotoolbox/kobo/threads/mRpcBQgbF0_UeIgyXybyDxueOW3
- [x] FE UI work as shown below
- [x] FE interchange with "Add custom wrapper" using `hook` attribute called `payload_template`
- [x] BE uses template when `POST`ing to external server (@noliveleger)
## Description
As a user I'd like to be able to submit data to AirTable and similar services. AirTable requires a wrapper around the actual JSON submission, which I would like to specify in the UI when creating a new REST service.
## Suggested UI design

## Example wrapper code
```
{
"fields": %SUBMISSION%
}
```
|
priority
|
allow users to add custom wrapper code for rest submissions fe ui work as shown below fe interchange with add custom wrapper using hook attribute called payload template be uses template when post ing to external server noliveleger description as a user i d like to be able to submit data to airtable and similar services airtable requires a wrapper around the actual json submission which i would like to specify in the ui when creating a new rest service suggested ui design example wrapper code fields submission
| 1
|
362,796
| 10,732,119,268
|
IssuesEvent
|
2019-10-28 21:05:20
|
yugabyte/yugabyte-db
|
https://api.github.com/repos/yugabyte/yugabyte-db
|
closed
|
[Platform] Fix the master placement logic when doing a full move
|
area/platform kind/bug priority/high
|
There seem to be some issue with the master placement logic when doing a large cluster full move.
|
1.0
|
[Platform] Fix the master placement logic when doing a full move - There seem to be some issue with the master placement logic when doing a large cluster full move.
|
priority
|
fix the master placement logic when doing a full move there seem to be some issue with the master placement logic when doing a large cluster full move
| 1
|
510,540
| 14,792,557,414
|
IssuesEvent
|
2021-01-12 14:53:31
|
myConsciousness/java-generator-commons
|
https://api.github.com/repos/myConsciousness/java-generator-commons
|
closed
|
AnnotationParameterの引数生成処理を改善
|
Priority: high Type: improvement
|
# Improvement
## 1. Improvement details
`AnnotationParameter` クラスにおける引数生成処理を改善する。
## 2. Why it is necessary
より柔軟な値設定を可能にするため。
## 3. How to improve
現状 `createParameter` メソッドが呼び出された場合に文字列であればダブルクオーテーションを付けて返却しているが、
ダブルクオーテーションを付与するかどうかを実装に委ねるようにする。
## 4. References
|
1.0
|
AnnotationParameterの引数生成処理を改善 - # Improvement
## 1. Improvement details
`AnnotationParameter` クラスにおける引数生成処理を改善する。
## 2. Why it is necessary
より柔軟な値設定を可能にするため。
## 3. How to improve
現状 `createParameter` メソッドが呼び出された場合に文字列であればダブルクオーテーションを付けて返却しているが、
ダブルクオーテーションを付与するかどうかを実装に委ねるようにする。
## 4. References
|
priority
|
annotationparameterの引数生成処理を改善 improvement improvement details annotationparameter クラスにおける引数生成処理を改善する。 why it is necessary より柔軟な値設定を可能にするため。 how to improve 現状 createparameter メソッドが呼び出された場合に文字列であればダブルクオーテーションを付けて返却しているが、 ダブルクオーテーションを付与するかどうかを実装に委ねるようにする。 references
| 1
|
281,170
| 8,692,018,542
|
IssuesEvent
|
2018-12-04 04:10:07
|
AugurProject/augur
|
https://api.github.com/repos/AugurProject/augur
|
opened
|
Trade cost calculated incorrectly
|
500013923 Bug Bugs Priority: Very High
|
A user reported that they are getting an incorrect estimated cost when filling out an order form. I was able to reproduce this on mainnet fairly easily as well.
The behavior seems to have something to do with ASK orders on the book which when taken by making the price appropriate to take the first order causes the price to suddenly jump to a point which makes no sense.



...
tried to repro on mainnet and couldn't. Seems it was an issue with the order. Need to use tools to grab mainnet blockchain while that weird order exists in order to debug it.
-bthaile
...

Screenshot of the values of the order that was causing the issues.
-bthaile
...
not able to repro the issue by taking partial order in trade and using a different user to take the rest of the buy order.
-bthaile
|
1.0
|
Trade cost calculated incorrectly - A user reported that they are getting an incorrect estimated cost when filling out an order form. I was able to reproduce this on mainnet fairly easily as well.
The behavior seems to have something to do with ASK orders on the book which when taken by making the price appropriate to take the first order causes the price to suddenly jump to a point which makes no sense.



...
tried to repro on mainnet and couldn't. Seems it was an issue with the order. Need to use tools to grab mainnet blockchain while that weird order exists in order to debug it.
-bthaile
...

Screenshot of the values of the order that was causing the issues.
-bthaile
...
not able to repro the issue by taking partial order in trade and using a different user to take the rest of the buy order.
-bthaile
|
priority
|
trade cost calculated incorrectly a user reported that they are getting an incorrect estimated cost when filling out an order form i was able to reproduce this on mainnet fairly easily as well the behavior seems to have something to do with ask orders on the book which when taken by making the price appropriate to take the first order causes the price to suddenly jump to a point which makes no sense tried to repro on mainnet and couldn t seems it was an issue with the order need to use tools to grab mainnet blockchain while that weird order exists in order to debug it bthaile screenshot of the values of the order that was causing the issues bthaile not able to repro the issue by taking partial order in trade and using a different user to take the rest of the buy order bthaile
| 1
|
134,014
| 5,218,783,475
|
IssuesEvent
|
2017-01-26 17:17:47
|
duckduckgo/zeroclickinfo-fathead
|
https://api.github.com/repos/duckduckgo/zeroclickinfo-fathead
|
opened
|
Objective-C: Create new Objective-C Reference Fathead
|
Difficulty: High Mission: Programming New Instant Answer Priority: High Status: Needs a Developer Topic: Objective-C Topic: Reference
|
# Create a new C Fathead Instant Answer
Help us make DuckDuckGo the best search engine for programmers!
### What do I need to know?
You'll need to know how to code in **Perl**, **Python**, **Ruby**, or **JavaScript**.

### What am I doing?
You will write a script that scrapes or downloads the data source below, and generates an **output.txt** file containing the parsed documentation. You can learn more about Fatheads and the `output.txt` syntax [**here**](https://docs.duckduckhack.com/resources/fathead-overview.html).
**Data source**: https://developer.apple.com/reference/objectivec
**Instant Answer Page**: *To be created by developer*
<!-- ^^^ FILL THIS IN, AFTER ISSUE IS CLAIMED ^^^ -->
### What is the Goal?
As part of our [Programming Mission](https://forum.duckduckhack.com/t/duckduckhack-programming-mission-overview/53), we're aiming to reach 100% Instant Answer (IA) coverage for searches related to programming languages by creating new Instant Answers, and improving existing ones.
Here are some Fathead examples:
- Ruby Docs
- [Code](https://github.com/duckduckgo/zeroclickinfo-fathead/tree/master/lib/fathead/ruby) | [Example Query](https://duckduckgo.com/?q=array+bsearch&ia=about)
- MDN CSS
- [Code](https://github.com/duckduckgo/zeroclickinfo-fathead/tree/master/lib/fathead/mdn_css) | [Example Query](https://duckduckgo.com/?q=css+background-position&ia=about)

[See more related Instant Answers](https://duck.co/ia?repo=fathead)
## Get Started
- [ ] 1) Claim this issue by commenting below
- [ ] 2) Review our [Contributing Guide](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/CONTRIBUTING.md)
- [ ] 3) [Set up your development environment](https://docs.duckduckhack.com/welcome/setup-dev-environment.html), and fork this repository
- [ ] 4) Create a new Instant Answer Page: https://duck.co/ia/new_ia (then let us know, here!)
- [ ] 5) Create the Fathead
- [ ] 6) Create a Pull Request
- [ ] 7) Ping @pjhampton for a review
<!-- ^^^ FILL THIS IN ^^^ -->
## Resources
- Join [DuckDuckHack Slack](https://quackslack.herokuapp.com/) to ask questions
- Join the [DuckDuckHack Forum](https://forum.duckduckhack.com/) to discuss project planning and Instant Answer metrics
- Read the [DuckDuckHack Documentation](https://docs.duckduckhack.com/) for technical help
|
1.0
|
Objective-C: Create new Objective-C Reference Fathead - # Create a new C Fathead Instant Answer
Help us make DuckDuckGo the best search engine for programmers!
### What do I need to know?
You'll need to know how to code in **Perl**, **Python**, **Ruby**, or **JavaScript**.

### What am I doing?
You will write a script that scrapes or downloads the data source below, and generates an **output.txt** file containing the parsed documentation. You can learn more about Fatheads and the `output.txt` syntax [**here**](https://docs.duckduckhack.com/resources/fathead-overview.html).
**Data source**: https://developer.apple.com/reference/objectivec
**Instant Answer Page**: *To be created by developer*
<!-- ^^^ FILL THIS IN, AFTER ISSUE IS CLAIMED ^^^ -->
### What is the Goal?
As part of our [Programming Mission](https://forum.duckduckhack.com/t/duckduckhack-programming-mission-overview/53), we're aiming to reach 100% Instant Answer (IA) coverage for searches related to programming languages by creating new Instant Answers, and improving existing ones.
Here are some Fathead examples:
- Ruby Docs
- [Code](https://github.com/duckduckgo/zeroclickinfo-fathead/tree/master/lib/fathead/ruby) | [Example Query](https://duckduckgo.com/?q=array+bsearch&ia=about)
- MDN CSS
- [Code](https://github.com/duckduckgo/zeroclickinfo-fathead/tree/master/lib/fathead/mdn_css) | [Example Query](https://duckduckgo.com/?q=css+background-position&ia=about)

[See more related Instant Answers](https://duck.co/ia?repo=fathead)
## Get Started
- [ ] 1) Claim this issue by commenting below
- [ ] 2) Review our [Contributing Guide](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/CONTRIBUTING.md)
- [ ] 3) [Set up your development environment](https://docs.duckduckhack.com/welcome/setup-dev-environment.html), and fork this repository
- [ ] 4) Create a new Instant Answer Page: https://duck.co/ia/new_ia (then let us know, here!)
- [ ] 5) Create the Fathead
- [ ] 6) Create a Pull Request
- [ ] 7) Ping @pjhampton for a review
<!-- ^^^ FILL THIS IN ^^^ -->
## Resources
- Join [DuckDuckHack Slack](https://quackslack.herokuapp.com/) to ask questions
- Join the [DuckDuckHack Forum](https://forum.duckduckhack.com/) to discuss project planning and Instant Answer metrics
- Read the [DuckDuckHack Documentation](https://docs.duckduckhack.com/) for technical help
|
priority
|
objective c create new objective c reference fathead create a new c fathead instant answer help us make duckduckgo the best search engine for programmers what do i need to know you ll need to know how to code in perl python ruby or javascript what am i doing you will write a script that scrapes or downloads the data source below and generates an output txt file containing the parsed documentation you can learn more about fatheads and the output txt syntax data source instant answer page to be created by developer what is the goal as part of our we re aiming to reach instant answer ia coverage for searches related to programming languages by creating new instant answers and improving existing ones here are some fathead examples ruby docs mdn css get started claim this issue by commenting below review our and fork this repository create a new instant answer page then let us know here create the fathead create a pull request ping pjhampton for a review resources join to ask questions join the to discuss project planning and instant answer metrics read the for technical help
| 1
|
235,213
| 7,735,453,222
|
IssuesEvent
|
2018-05-27 15:17:40
|
ream/ream
|
https://api.github.com/repos/ream/ream
|
closed
|
Prefetch data for route components
|
contribution welcome enhancement priority: high
|
Currently we have [getInitialData](https://github.com/ream/ream/blob/master/docs/guides/preloading-data.md) but it does not inject data or props to relevant route component, hopefully we can implement a _real_ `getInitialData` which injects resolved object to component data or `getInitialProps` which injects props instead.
`getInitialData`:
```js
export default {
async getInitialData() {
return { count: 0 }
},
render() {
return <button>{this.count /* this.$data.count */}</button>
}
}
```
`getInitialProps`:
```js
export default {
async getInitialProps() {
return { count: 0 }
},
props: ['count']
render() {
return <button>{this.count /* this.$props.count */}</button>
}
}
```
If it's possible to have `getInitialProps` then we don't need to implement `getInitialData`
---
Refs:
- [getInitialProps](https://github.com/zeit/next.js/#fetching-data-and-component-lifecycle) in Next.js
- [asyncData](https://nuxtjs.org/api/) in Nuxt.js
|
1.0
|
Prefetch data for route components - Currently we have [getInitialData](https://github.com/ream/ream/blob/master/docs/guides/preloading-data.md) but it does not inject data or props to relevant route component, hopefully we can implement a _real_ `getInitialData` which injects resolved object to component data or `getInitialProps` which injects props instead.
`getInitialData`:
```js
export default {
async getInitialData() {
return { count: 0 }
},
render() {
return <button>{this.count /* this.$data.count */}</button>
}
}
```
`getInitialProps`:
```js
export default {
async getInitialProps() {
return { count: 0 }
},
props: ['count']
render() {
return <button>{this.count /* this.$props.count */}</button>
}
}
```
If it's possible to have `getInitialProps` then we don't need to implement `getInitialData`
---
Refs:
- [getInitialProps](https://github.com/zeit/next.js/#fetching-data-and-component-lifecycle) in Next.js
- [asyncData](https://nuxtjs.org/api/) in Nuxt.js
|
priority
|
prefetch data for route components currently we have but it does not inject data or props to relevant route component hopefully we can implement a real getinitialdata which injects resolved object to component data or getinitialprops which injects props instead getinitialdata js export default async getinitialdata return count render return this count this data count getinitialprops js export default async getinitialprops return count props render return this count this props count if it s possible to have getinitialprops then we don t need to implement getinitialdata refs in next js in nuxt js
| 1
|
266,464
| 8,367,974,659
|
IssuesEvent
|
2018-10-04 13:42:16
|
ballerina-platform/ballerina-lang
|
https://api.github.com/repos/ballerina-platform/ballerina-lang
|
closed
|
Improve program directory related experience
|
Component/Composer Imported Priority/High Type/Improvement
|
<a href="https://github.com/kaviththiranga"><img src="https://avatars3.githubusercontent.com/u/1505855?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [kaviththiranga](https://github.com/kaviththiranga)**
_Tuesday Oct 31, 2017 at 03:12 GMT_
_Originally opened as https://github.com/ballerina-lang/composer/issues/4306_
----
- When a user tries to open a packaged file within a program dir, ask whether user wants to open the program dir too and open upon confirmation.
- When a user adds a package to a file for the first time,
- If it's a new file which not yet persisted, upon save, in save dialog, show a check box with message that we need to create the sub folder for package structure.
- if it's file which is already saved, display an alert with same message and provide a btn to create folder structure and move file there
- when a user changes the package of a opened file, ask and move file to correct directory
- provide a wizard to create a file within program dir and a package
|
1.0
|
Improve program directory related experience - <a href="https://github.com/kaviththiranga"><img src="https://avatars3.githubusercontent.com/u/1505855?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [kaviththiranga](https://github.com/kaviththiranga)**
_Tuesday Oct 31, 2017 at 03:12 GMT_
_Originally opened as https://github.com/ballerina-lang/composer/issues/4306_
----
- When a user tries to open a packaged file within a program dir, ask whether user wants to open the program dir too and open upon confirmation.
- When a user adds a package to a file for the first time,
- If it's a new file which not yet persisted, upon save, in save dialog, show a check box with message that we need to create the sub folder for package structure.
- if it's file which is already saved, display an alert with same message and provide a btn to create folder structure and move file there
- when a user changes the package of a opened file, ask and move file to correct directory
- provide a wizard to create a file within program dir and a package
|
priority
|
improve program directory related experience issue by tuesday oct at gmt originally opened as when a user tries to open a packaged file within a program dir ask whether user wants to open the program dir too and open upon confirmation when a user adds a package to a file for the first time if it s a new file which not yet persisted upon save in save dialog show a check box with message that we need to create the sub folder for package structure if it s file which is already saved display an alert with same message and provide a btn to create folder structure and move file there when a user changes the package of a opened file ask and move file to correct directory provide a wizard to create a file within program dir and a package
| 1
|
611,988
| 18,988,281,137
|
IssuesEvent
|
2021-11-22 01:44:23
|
boostcampwm-2021/iOS05-Escaper
|
https://api.github.com/repos/boostcampwm-2021/iOS05-Escaper
|
closed
|
[E8 S2 T1] 랭킹 View를 구현한다.
|
feature High Priority
|
### Epic - Story - Task
Epic : 상세 페이지
Story : 방에 대한 랭킹을 보낼 수 있다
Task : 랭킹 Cell을 구현한다.
|
1.0
|
[E8 S2 T1] 랭킹 View를 구현한다. - ### Epic - Story - Task
Epic : 상세 페이지
Story : 방에 대한 랭킹을 보낼 수 있다
Task : 랭킹 Cell을 구현한다.
|
priority
|
랭킹 view를 구현한다 epic story task epic 상세 페이지 story 방에 대한 랭킹을 보낼 수 있다 task 랭킹 cell을 구현한다
| 1
|
158,288
| 6,025,001,058
|
IssuesEvent
|
2017-06-08 07:27:09
|
VirtoCommerce/vc-platform
|
https://api.github.com/repos/VirtoCommerce/vc-platform
|
closed
|
Theme colors stopped working
|
bug Priority: High
|
When changing theme default definition from Blue to Dark, color schema no longer changes, only left filter changes. This is a showcase feature during the demo and needs to work. The bug is current in dev branch.
|
1.0
|
Theme colors stopped working - When changing theme default definition from Blue to Dark, color schema no longer changes, only left filter changes. This is a showcase feature during the demo and needs to work. The bug is current in dev branch.
|
priority
|
theme colors stopped working when changing theme default definition from blue to dark color schema no longer changes only left filter changes this is a showcase feature during the demo and needs to work the bug is current in dev branch
| 1
|
446,697
| 12,876,716,568
|
IssuesEvent
|
2020-07-11 06:41:57
|
luksan47/mars
|
https://api.github.com/repos/luksan47/mars
|
closed
|
Deleting mac addresses is not working
|
Priority: HIGH bug
|
on list.blade and and admin.internet.mac_addresses.list.blade also
|
1.0
|
Deleting mac addresses is not working - on list.blade and and admin.internet.mac_addresses.list.blade also
|
priority
|
deleting mac addresses is not working on list blade and and admin internet mac addresses list blade also
| 1
|
653,761
| 21,626,002,868
|
IssuesEvent
|
2022-05-05 02:18:17
|
bossbuwi/reality
|
https://api.github.com/repos/bossbuwi/reality
|
closed
|
Create event list view logic
|
enhancement logic high priority
|
The event list view must fetch and display data from the server. Clear any hard coded data.
|
1.0
|
Create event list view logic - The event list view must fetch and display data from the server. Clear any hard coded data.
|
priority
|
create event list view logic the event list view must fetch and display data from the server clear any hard coded data
| 1
|
307,274
| 9,415,227,394
|
IssuesEvent
|
2019-04-10 12:09:29
|
bio-tools/biotoolsRegistry
|
https://api.github.com/repos/bio-tools/biotoolsRegistry
|
closed
|
Count of search results not being cleared
|
GUI bug high priority
|
e.g. when navigating to Tool Card or other page (having done a search) the number of results remains visible in the search box - which looks bad.
|
1.0
|
Count of search results not being cleared - e.g. when navigating to Tool Card or other page (having done a search) the number of results remains visible in the search box - which looks bad.
|
priority
|
count of search results not being cleared e g when navigating to tool card or other page having done a search the number of results remains visible in the search box which looks bad
| 1
|
160,215
| 6,084,950,851
|
IssuesEvent
|
2017-06-17 09:43:21
|
climu/openstudyroom
|
https://api.github.com/repos/climu/openstudyroom
|
closed
|
Create a method that return all users one can play with
|
enhancement help wanted high priority
|
We need to calculate this players results for each divisions and then to filter the users with whom he didn't play the max_number of games.
|
1.0
|
Create a method that return all users one can play with - We need to calculate this players results for each divisions and then to filter the users with whom he didn't play the max_number of games.
|
priority
|
create a method that return all users one can play with we need to calculate this players results for each divisions and then to filter the users with whom he didn t play the max number of games
| 1
|
230,674
| 7,612,865,291
|
IssuesEvent
|
2018-05-01 19:05:06
|
fgpv-vpgf/fgpv-vpgf
|
https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf
|
closed
|
Reordering layers has no effect on map
|
bug-type: broken use case bug-type: regression priority: high problem: bug
|
Tested build: http://fgpv.cloudapp.net/demo/develop/prod/samples/index-fgp-en.html
Imported 2 layers (`happy.json` and then `convert.json`) and reordering them had no effect.
`happy.json` always remained below the other layer even if it was above in the legend stack.
Expected behaviour would be to see `happy.json` layer above `convert.json`
|
1.0
|
Reordering layers has no effect on map - Tested build: http://fgpv.cloudapp.net/demo/develop/prod/samples/index-fgp-en.html
Imported 2 layers (`happy.json` and then `convert.json`) and reordering them had no effect.
`happy.json` always remained below the other layer even if it was above in the legend stack.
Expected behaviour would be to see `happy.json` layer above `convert.json`
|
priority
|
reordering layers has no effect on map tested build imported layers happy json and then convert json and reordering them had no effect happy json always remained below the other layer even if it was above in the legend stack expected behaviour would be to see happy json layer above convert json
| 1
|
414,126
| 12,099,647,314
|
IssuesEvent
|
2020-04-20 12:33:18
|
rubyforgood/casa
|
https://api.github.com/repos/rubyforgood/casa
|
closed
|
Add contact medium to new case contact success page
|
:raised_hands: Volunteer Priority: High Status: Available
|
relates to epic #3
**What type of user is this for? [volunteer/supervisor/admin/all]**
**Where does/should this occur**
On the page a volunteer views after successfully creating a new `case_contact`.
**Description**
_Contact medium_ should display underneath _Contact type:_
**Screenshots**
<img width="1237" alt="volunteer_bug" src="https://user-images.githubusercontent.com/62810851/79702174-b8a7ed00-8257-11ea-8491-5fa83662ddc7.png">
**Relates to issues...**
dependent on #121, relates to #129
|
1.0
|
Add contact medium to new case contact success page - relates to epic #3
**What type of user is this for? [volunteer/supervisor/admin/all]**
**Where does/should this occur**
On the page a volunteer views after successfully creating a new `case_contact`.
**Description**
_Contact medium_ should display underneath _Contact type:_
**Screenshots**
<img width="1237" alt="volunteer_bug" src="https://user-images.githubusercontent.com/62810851/79702174-b8a7ed00-8257-11ea-8491-5fa83662ddc7.png">
**Relates to issues...**
dependent on #121, relates to #129
|
priority
|
add contact medium to new case contact success page relates to epic what type of user is this for where does should this occur on the page a volunteer views after successfully creating a new case contact description contact medium should display underneath contact type screenshots img width alt volunteer bug src relates to issues dependent on relates to
| 1
|
820,370
| 30,770,357,905
|
IssuesEvent
|
2023-07-30 20:43:33
|
CueToDo/Free-Vote-SPA
|
https://api.github.com/repos/CueToDo/Free-Vote-SPA
|
closed
|
Remove HTML encoding from website preview meta data description
|
bug high priority
|
https://free.vote/Money/merchant-bankers-and-charity
Plus we don't need the url and the actual link
|
1.0
|
Remove HTML encoding from website preview meta data description - https://free.vote/Money/merchant-bankers-and-charity
Plus we don't need the url and the actual link
|
priority
|
remove html encoding from website preview meta data description plus we don t need the url and the actual link
| 1
|
257,581
| 8,139,280,981
|
IssuesEvent
|
2018-08-20 17:11:27
|
nprapps/elections18-general
|
https://api.github.com/repos/nprapps/elections18-general
|
closed
|
Check in on admin panel
|
effort:medium priority:high
|
We'll need to touch up our logic around "who's won the chamber" and handle a few other related aspects, such as whether it can show two Senate races in a single state.
|
1.0
|
Check in on admin panel - We'll need to touch up our logic around "who's won the chamber" and handle a few other related aspects, such as whether it can show two Senate races in a single state.
|
priority
|
check in on admin panel we ll need to touch up our logic around who s won the chamber and handle a few other related aspects such as whether it can show two senate races in a single state
| 1
|
612,878
| 19,058,331,235
|
IssuesEvent
|
2021-11-26 01:40:40
|
micronaut-projects/micronaut-kafka
|
https://api.github.com/repos/micronaut-projects/micronaut-kafka
|
closed
|
Micronaut Kafka Listener commits messages at shutdown that should not be commited with offset strategy SYNC
|
priority: high
|
With OffsetStrategy set to SYNC or ASYNC the KafkaListner should not commit messages when an Exception occurs. However during shutdown all messages get committed regardless if there was an Exception or not.
### Task List
- [X ] Steps to reproduce provided
- [x] Stacktrace (if present) provided
- [x] Example that reproduces the problem uploaded to Github
- [ X] Full description of the issue provided (see below)
### Steps to Reproduce
1. Have an Micronaut application with a KafkaListener in SYNC mode listening to a Kafka topic.
2. Submit an event to this topic.
3. Start process the event but have an Exception thrown during processing (like a SqlException during a database operation).
4. You now have one message lag on your consumer group as you can validate on Kafka. (as documented)
5. Stop the application
6. You now have a zero message lag on your consumer group as you can validate on Kafka.
### Expected Behaviour
The KafkaListener should not commit messages with offset strategy SYNC (or ASYNC) at shutdown time that could not be processed due to an Exception.
### Actual Behaviour
All events get committed. Only with offset strategy DISABLED this set is skipped.
|
1.0
|
Micronaut Kafka Listener commits messages at shutdown that should not be commited with offset strategy SYNC - With OffsetStrategy set to SYNC or ASYNC the KafkaListner should not commit messages when an Exception occurs. However during shutdown all messages get committed regardless if there was an Exception or not.
### Task List
- [X ] Steps to reproduce provided
- [x] Stacktrace (if present) provided
- [x] Example that reproduces the problem uploaded to Github
- [ X] Full description of the issue provided (see below)
### Steps to Reproduce
1. Have an Micronaut application with a KafkaListener in SYNC mode listening to a Kafka topic.
2. Submit an event to this topic.
3. Start process the event but have an Exception thrown during processing (like a SqlException during a database operation).
4. You now have one message lag on your consumer group as you can validate on Kafka. (as documented)
5. Stop the application
6. You now have a zero message lag on your consumer group as you can validate on Kafka.
### Expected Behaviour
The KafkaListener should not commit messages with offset strategy SYNC (or ASYNC) at shutdown time that could not be processed due to an Exception.
### Actual Behaviour
All events get committed. Only with offset strategy DISABLED this set is skipped.
|
priority
|
micronaut kafka listener commits messages at shutdown that should not be commited with offset strategy sync with offsetstrategy set to sync or async the kafkalistner should not commit messages when an exception occurs however during shutdown all messages get committed regardless if there was an exception or not task list steps to reproduce provided stacktrace if present provided example that reproduces the problem uploaded to github full description of the issue provided see below steps to reproduce have an micronaut application with a kafkalistener in sync mode listening to a kafka topic submit an event to this topic start process the event but have an exception thrown during processing like a sqlexception during a database operation you now have one message lag on your consumer group as you can validate on kafka as documented stop the application you now have a zero message lag on your consumer group as you can validate on kafka expected behaviour the kafkalistener should not commit messages with offset strategy sync or async at shutdown time that could not be processed due to an exception actual behaviour all events get committed only with offset strategy disabled this set is skipped
| 1
|
279,904
| 8,675,466,654
|
IssuesEvent
|
2018-11-30 10:57:58
|
supergiant/control
|
https://api.github.com/repos/supergiant/control
|
opened
|
Current UI do not allow to leave SubnetID empty to let SG create Subnet
|
High Priority Needs Standup Review aws
|
When provision cluster on AWS there is no way to create security group for cluster.
New security group gets created only when SubnetID is empty, but it is prohibited on the UI to have this
field empty. This forces user to use either default or existing subnet which is bad for deletion of resources - dependencies between those resources are uncontrolled.
|
1.0
|
Current UI do not allow to leave SubnetID empty to let SG create Subnet - When provision cluster on AWS there is no way to create security group for cluster.
New security group gets created only when SubnetID is empty, but it is prohibited on the UI to have this
field empty. This forces user to use either default or existing subnet which is bad for deletion of resources - dependencies between those resources are uncontrolled.
|
priority
|
current ui do not allow to leave subnetid empty to let sg create subnet when provision cluster on aws there is no way to create security group for cluster new security group gets created only when subnetid is empty but it is prohibited on the ui to have this field empty this forces user to use either default or existing subnet which is bad for deletion of resources dependencies between those resources are uncontrolled
| 1
|
304,830
| 9,336,206,263
|
IssuesEvent
|
2019-03-28 20:36:32
|
fecgov/fec-cms
|
https://api.github.com/repos/fecgov/fec-cms
|
opened
|
Events and deadlines do not populate on homepage
|
Bug High priority
|
Events and deadlines no longer populate on our homepage. See below screenshot:

|
1.0
|
Events and deadlines do not populate on homepage - Events and deadlines no longer populate on our homepage. See below screenshot:

|
priority
|
events and deadlines do not populate on homepage events and deadlines no longer populate on our homepage see below screenshot
| 1
|
589,357
| 17,695,160,368
|
IssuesEvent
|
2021-08-24 14:33:59
|
eclipse/dirigible
|
https://api.github.com/repos/eclipse/dirigible
|
opened
|
[IDE] Editors - CSVIM Editor doesn't support # quote character
|
bug enhancement component-ide usability priority-high efforts-low
|
**Describe the bug**
Unable to select # as a quote character in CSVIM Editor.
**To Reproduce**
Steps to reproduce the behavior:
1. Open csvim file
2. Select the quote character dropdown
3. See issue
**Expected behavior**
CSVIM Editor should support # as a quote character.
**Desktop:**
- OS: macOS 11.5
- Browser: Firefox 91
- Version: Dirigible 5.12.13
|
1.0
|
[IDE] Editors - CSVIM Editor doesn't support # quote character - **Describe the bug**
Unable to select # as a quote character in CSVIM Editor.
**To Reproduce**
Steps to reproduce the behavior:
1. Open csvim file
2. Select the quote character dropdown
3. See issue
**Expected behavior**
CSVIM Editor should support # as a quote character.
**Desktop:**
- OS: macOS 11.5
- Browser: Firefox 91
- Version: Dirigible 5.12.13
|
priority
|
editors csvim editor doesn t support quote character describe the bug unable to select as a quote character in csvim editor to reproduce steps to reproduce the behavior open csvim file select the quote character dropdown see issue expected behavior csvim editor should support as a quote character desktop os macos browser firefox version dirigible
| 1
|
150,367
| 5,765,562,281
|
IssuesEvent
|
2017-04-27 03:01:08
|
sussol/mobile
|
https://api.github.com/repos/sussol/mobile
|
closed
|
Item usage not aggregated across batches correctly
|
Bug Priority: High ~in review
|
Build Number: 30
Description: It looks like item.dailyUsage() is summing the dailyUsage for each batch, which would over-estimate usage when there are multiple batches. If daily usage for batch 1 is 15, and daily usage for batch 2 is also 15, it looks like item.dailyUsage() would return 30. The spreadsheet example linked in issue #405 also includes something about this. It seems like the correct approach to get the total daily usage for an item across batches would be to sum up the total usage for all batches and the number of days each batch was used, then do the division in Item.
Comments: Happy to take a crack at this ticket or #405, but I don't have a server I could test on at the moment..
|
1.0
|
Item usage not aggregated across batches correctly - Build Number: 30
Description: It looks like item.dailyUsage() is summing the dailyUsage for each batch, which would over-estimate usage when there are multiple batches. If daily usage for batch 1 is 15, and daily usage for batch 2 is also 15, it looks like item.dailyUsage() would return 30. The spreadsheet example linked in issue #405 also includes something about this. It seems like the correct approach to get the total daily usage for an item across batches would be to sum up the total usage for all batches and the number of days each batch was used, then do the division in Item.
Comments: Happy to take a crack at this ticket or #405, but I don't have a server I could test on at the moment..
|
priority
|
item usage not aggregated across batches correctly build number description it looks like item dailyusage is summing the dailyusage for each batch which would over estimate usage when there are multiple batches if daily usage for batch is and daily usage for batch is also it looks like item dailyusage would return the spreadsheet example linked in issue also includes something about this it seems like the correct approach to get the total daily usage for an item across batches would be to sum up the total usage for all batches and the number of days each batch was used then do the division in item comments happy to take a crack at this ticket or but i don t have a server i could test on at the moment
| 1
|
657,135
| 21,786,573,448
|
IssuesEvent
|
2022-05-14 08:12:23
|
bossbuwi/reality
|
https://api.github.com/repos/bossbuwi/reality
|
closed
|
Add rules
|
enhancement ui logic high priority
|
Rules for system use must be added on the dashboard. The implementation must be aesthetically pleasing.
_The server needs to implement this as well._
|
1.0
|
Add rules - Rules for system use must be added on the dashboard. The implementation must be aesthetically pleasing.
_The server needs to implement this as well._
|
priority
|
add rules rules for system use must be added on the dashboard the implementation must be aesthetically pleasing the server needs to implement this as well
| 1
|
338,561
| 10,231,634,779
|
IssuesEvent
|
2019-08-18 11:20:01
|
codetapacademy/codetap.academy
|
https://api.github.com/repos/codetapacademy/codetap.academy
|
opened
|
feat: create a route that will load the play-video component
|
Priority: High Status: Available Type: Enhancement
|
create a route **/video/:[youtubeVideoId]** that will load the **play-video** component
This is part of ** feat: create play video component route** #143
|
1.0
|
feat: create a route that will load the play-video component - create a route **/video/:[youtubeVideoId]** that will load the **play-video** component
This is part of ** feat: create play video component route** #143
|
priority
|
feat create a route that will load the play video component create a route video that will load the play video component this is part of feat create play video component route
| 1
|
250,400
| 7,976,422,688
|
IssuesEvent
|
2018-07-17 12:39:35
|
pyrocms/pyrocms
|
https://api.github.com/repos/pyrocms/pyrocms
|
closed
|
[upload-field_type/files-module] String replace does not support G.
|
Priority: High Type: Bug Report
|
**Describe the bug**
Both upload field type and files module use str_replace('M', '' ...) to get the current upload max. This does not support gigabyte shorthand as set in nginx, for example.
**To Reproduce**
Steps to reproduce the behavior:
1. Set nginx / PHP max upload size to 2G or similar
2. Attempt to upload
**Expected behavior**
Gigabyte values are correctly converted.
|
1.0
|
[upload-field_type/files-module] String replace does not support G. - **Describe the bug**
Both upload field type and files module use str_replace('M', '' ...) to get the current upload max. This does not support gigabyte shorthand as set in nginx, for example.
**To Reproduce**
Steps to reproduce the behavior:
1. Set nginx / PHP max upload size to 2G or similar
2. Attempt to upload
**Expected behavior**
Gigabyte values are correctly converted.
|
priority
|
string replace does not support g describe the bug both upload field type and files module use str replace m to get the current upload max this does not support gigabyte shorthand as set in nginx for example to reproduce steps to reproduce the behavior set nginx php max upload size to or similar attempt to upload expected behavior gigabyte values are correctly converted
| 1
|
463,852
| 13,302,412,475
|
IssuesEvent
|
2020-08-25 14:14:19
|
fossasia/open-event-frontend
|
https://api.github.com/repos/fossasia/open-event-frontend
|
opened
|
Schedule Calendar View: Changing Timezone can Result in Disappearing Sessions from Schedule
|
Priority: High bug
|
If a user changes the timezone to a time that is not covered in the original calendar time the sessions disappear from the calendar view.
Compare https://eventyay.com/e/16fa59c7/schedule

|
1.0
|
Schedule Calendar View: Changing Timezone can Result in Disappearing Sessions from Schedule - If a user changes the timezone to a time that is not covered in the original calendar time the sessions disappear from the calendar view.
Compare https://eventyay.com/e/16fa59c7/schedule

|
priority
|
schedule calendar view changing timezone can result in disappearing sessions from schedule if a user changes the timezone to a time that is not covered in the original calendar time the sessions disappear from the calendar view compare
| 1
|
707,808
| 24,319,995,204
|
IssuesEvent
|
2022-09-30 09:51:29
|
JPGallegos1/crypto-monorepo
|
https://api.github.com/repos/JPGallegos1/crypto-monorepo
|
closed
|
Final documentation project
|
enhancement priority:HIGH
|
As a developer, I want to see some documentation about how to start the project on another machine
- [x] Make the final documentation before other people can see it
|
1.0
|
Final documentation project - As a developer, I want to see some documentation about how to start the project on another machine
- [x] Make the final documentation before other people can see it
|
priority
|
final documentation project as a developer i want to see some documentation about how to start the project on another machine make the final documentation before other people can see it
| 1
|
458,471
| 13,175,590,858
|
IssuesEvent
|
2020-08-12 02:07:53
|
trustwallet/wallet-core
|
https://api.github.com/repos/trustwallet/wallet-core
|
closed
|
[Keystore] Support side chain
|
enhancement priority: high
|
To better support binance smart chain or other side chains, we could probably extend current keystore json like
```json
{
"sidechain": [
{
"name": "Smart Chain",
"type": "Ethereum",
"address": "0x"
}
]
}
```
|
1.0
|
[Keystore] Support side chain - To better support binance smart chain or other side chains, we could probably extend current keystore json like
```json
{
"sidechain": [
{
"name": "Smart Chain",
"type": "Ethereum",
"address": "0x"
}
]
}
```
|
priority
|
support side chain to better support binance smart chain or other side chains we could probably extend current keystore json like json sidechain name smart chain type ethereum address
| 1
|
789,168
| 27,781,437,148
|
IssuesEvent
|
2023-03-16 21:26:59
|
PrefectHQ/prefect
|
https://api.github.com/repos/PrefectHQ/prefect
|
closed
|
Flow with many mapped tasks fails
|
bug priority:high status:in-progress from:sales
|
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this issue.
- [X] I checked that this issue is related to Prefect and not one of its dependencies.
### Bug summary
When I run a flow after deployment with a Prefect Agent, I run into crashed running more than 100 mapped tasks. A full run of my current flow is about 3100 mapped tasks, but I have flows I want to migrate to 2.0 that have 10ks.
### Reproduction
```python3
import time
from datetime import datetime
from prefect import flow, task, get_run_logger
@task(name="Test Task")
def test_task(my_range):
logger = get_run_logger()
logger.info(my_range)
time.sleep(5)
logger.info(datetime.today())
@flow(name="Test Flow")
def test_flow():
iterate_list = [x for x in range(3000)]
blah = test_task.map(iterate_list)
print(blah)
if __name__ == "__main__":
test_flow()
```
### Error
```python3
(most recent call last):
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/prefect/engine.py", line 1334, in report_task_run_crashes
yield
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/prefect/engine.py", line 1070, in begin_task_run
connect_error = await client.api_healthcheck()
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/prefect/client/orion.py", line 204, in api_healthcheck
await self._client.get("/health")
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpx/_client.py", line 1751, in get
return await self.request(
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpx/_client.py", line 1527, in request
return await self.send(request, auth=auth, follow_redirects=follow_redirects)
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/prefect/client/base.py", line 159, in send
await super().send(*args, **kwargs)
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpx/_client.py", line 1614, in send
response = await self._send_handling_auth(
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpx/_client.py", line 1642, in _send_handling_auth
response = await self._send_handling_redirects(
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpx/_client.py", line 1679, in _send_handling_redirects
response = await self._send_single_request(request)
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpx/_client.py", line 1716, in _send_single_request
response = await transport.handle_async_request(request)
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpx/_transports/default.py", line 353, in handle_async_request
resp = await self._pool.handle_async_request(req)
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpcore/_async/connection_pool.py", line 252, in handle_async_request
await self.response_closed(status)
asyncio.exceptions.CancelledError
10:56:53.688 | ERROR | Task run 'Get-Items-d8ed86f1-2473' - Crash detected! Execution was cancelled by the runtime environment.
10:56:53.688 | DEBUG | Task run 'Get-Items-d8ed86f1-2473' - Crash details:
Traceback (most recent call last):
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/anyio/_core/_synchronization.py", line 314, in acquire
self.acquire_nowait()
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/anyio/_core/_synchronization.py", line 342, in acquire_nowait
raise WouldBlock
anyio.WouldBlock
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpcore/_async/connection_pool.py", line 237, in handle_async_request
response = await connection.handle_async_request(request)
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpcore/_async/connection.py", line 90, in handle_async_request
return await self._connection.handle_async_request(request)
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpcore/_async/http2.py", line 96, in handle_async_request
await self._max_streams_semaphore.acquire()
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpcore/_synchronization.py", line 46, in acquire
await self._semaphore.acquire()
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/anyio/_core/_synchronization.py", line 319, in acquire
await event.wait()
File "/usr/lib/python3.10/asyncio/locks.py", line 214, in wait
await fut
asyncio.exceptions.CancelledError
```
### Versions
```Text
Version: 2.6.5
API version: 0.8.3
Python version: 3.10.6
Git commit: 9fc2658f
Built: Thu, Oct 27, 2022 2:24 PM
OS/Arch: linux/x86_64
Profile: sandbox
Server type: cloud
```
### Additional context
_No response_
|
1.0
|
Flow with many mapped tasks fails - ### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this issue.
- [X] I checked that this issue is related to Prefect and not one of its dependencies.
### Bug summary
When I run a flow after deployment with a Prefect Agent, I run into crashed running more than 100 mapped tasks. A full run of my current flow is about 3100 mapped tasks, but I have flows I want to migrate to 2.0 that have 10ks.
### Reproduction
```python3
import time
from datetime import datetime
from prefect import flow, task, get_run_logger
@task(name="Test Task")
def test_task(my_range):
logger = get_run_logger()
logger.info(my_range)
time.sleep(5)
logger.info(datetime.today())
@flow(name="Test Flow")
def test_flow():
iterate_list = [x for x in range(3000)]
blah = test_task.map(iterate_list)
print(blah)
if __name__ == "__main__":
test_flow()
```
### Error
```python3
(most recent call last):
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/prefect/engine.py", line 1334, in report_task_run_crashes
yield
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/prefect/engine.py", line 1070, in begin_task_run
connect_error = await client.api_healthcheck()
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/prefect/client/orion.py", line 204, in api_healthcheck
await self._client.get("/health")
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpx/_client.py", line 1751, in get
return await self.request(
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpx/_client.py", line 1527, in request
return await self.send(request, auth=auth, follow_redirects=follow_redirects)
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/prefect/client/base.py", line 159, in send
await super().send(*args, **kwargs)
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpx/_client.py", line 1614, in send
response = await self._send_handling_auth(
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpx/_client.py", line 1642, in _send_handling_auth
response = await self._send_handling_redirects(
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpx/_client.py", line 1679, in _send_handling_redirects
response = await self._send_single_request(request)
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpx/_client.py", line 1716, in _send_single_request
response = await transport.handle_async_request(request)
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpx/_transports/default.py", line 353, in handle_async_request
resp = await self._pool.handle_async_request(req)
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpcore/_async/connection_pool.py", line 252, in handle_async_request
await self.response_closed(status)
asyncio.exceptions.CancelledError
10:56:53.688 | ERROR | Task run 'Get-Items-d8ed86f1-2473' - Crash detected! Execution was cancelled by the runtime environment.
10:56:53.688 | DEBUG | Task run 'Get-Items-d8ed86f1-2473' - Crash details:
Traceback (most recent call last):
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/anyio/_core/_synchronization.py", line 314, in acquire
self.acquire_nowait()
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/anyio/_core/_synchronization.py", line 342, in acquire_nowait
raise WouldBlock
anyio.WouldBlock
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpcore/_async/connection_pool.py", line 237, in handle_async_request
response = await connection.handle_async_request(request)
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpcore/_async/connection.py", line 90, in handle_async_request
return await self._connection.handle_async_request(request)
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpcore/_async/http2.py", line 96, in handle_async_request
await self._max_streams_semaphore.acquire()
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/httpcore/_synchronization.py", line 46, in acquire
await self._semaphore.acquire()
File "/home/tenders/.cache/pypoetry/virtualenvs/prefect-orion-HonJDUqB-py3.10/lib/python3.10/site-packages/anyio/_core/_synchronization.py", line 319, in acquire
await event.wait()
File "/usr/lib/python3.10/asyncio/locks.py", line 214, in wait
await fut
asyncio.exceptions.CancelledError
```
### Versions
```Text
Version: 2.6.5
API version: 0.8.3
Python version: 3.10.6
Git commit: 9fc2658f
Built: Thu, Oct 27, 2022 2:24 PM
OS/Arch: linux/x86_64
Profile: sandbox
Server type: cloud
```
### Additional context
_No response_
|
priority
|
flow with many mapped tasks fails first check i added a descriptive title to this issue i used the github search to find a similar issue and didn t find it i searched the prefect documentation for this issue i checked that this issue is related to prefect and not one of its dependencies bug summary when i run a flow after deployment with a prefect agent i run into crashed running more than mapped tasks a full run of my current flow is about mapped tasks but i have flows i want to migrate to that have reproduction import time from datetime import datetime from prefect import flow task get run logger task name test task def test task my range logger get run logger logger info my range time sleep logger info datetime today flow name test flow def test flow iterate list blah test task map iterate list print blah if name main test flow error most recent call last file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages prefect engine py line in report task run crashes yield file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages prefect engine py line in begin task run connect error await client api healthcheck file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages prefect client orion py line in api healthcheck await self client get health file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages httpx client py line in get return await self request file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages httpx client py line in request return await self send request auth auth follow redirects follow redirects file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages prefect client base py line in send await super send args kwargs file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages httpx client py line in send response await self send handling auth file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages httpx client py line in send handling auth response await self send handling redirects file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages httpx client py line in send handling redirects response await self send single request request file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages httpx client py line in send single request response await transport handle async request request file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages httpx transports default py line in handle async request resp await self pool handle async request req file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages httpcore async connection pool py line in handle async request await self response closed status asyncio exceptions cancellederror error task run get items crash detected execution was cancelled by the runtime environment debug task run get items crash details traceback most recent call last file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages anyio core synchronization py line in acquire self acquire nowait file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages anyio core synchronization py line in acquire nowait raise wouldblock anyio wouldblock during handling of the above exception another exception occurred traceback most recent call last file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages httpcore async connection pool py line in handle async request response await connection handle async request request file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages httpcore async connection py line in handle async request return await self connection handle async request request file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages httpcore async py line in handle async request await self max streams semaphore acquire file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages httpcore synchronization py line in acquire await self semaphore acquire file home tenders cache pypoetry virtualenvs prefect orion honjduqb lib site packages anyio core synchronization py line in acquire await event wait file usr lib asyncio locks py line in wait await fut asyncio exceptions cancellederror versions text version api version python version git commit built thu oct pm os arch linux profile sandbox server type cloud additional context no response
| 1
|
181,262
| 6,657,796,948
|
IssuesEvent
|
2017-09-30 10:43:32
|
status-im/status-react
|
https://api.github.com/repos/status-im/status-react
|
closed
|
No password validation on Unsigned transactions screen [0.9.11]
|
bug high-priority
|
### Description
*Type*: Bug
*Summary*: I can sign transaction with any password I like and it is being sent and shown on Ropsten Testnet
#### Expected behavior
Password validation should be present when sigining transactions
#### Actual behavior
No password validation, I can sign and send transaction with any password I like and see in on Ropsten
https://ropsten.etherscan.io/address/0xc26e4919248f752d2ae999b3b91f43ee54714b70
### Reproduction
- Open Status
- Go to 1x1 chat
- initiate /send command and go to Unsigned screen
- sign transaction with wrong passord (should not match your account password)
### Additional Information
* Status version: 0.9.10-109-gf5e394b9+ (1666)
* Operating System: Android, iOS
* TF https://app.testfairy.com/projects/4803622-status/builds/6636790/sessions/12/?accessToken=jZLnIu60Tm--fm6Rdu7h694BhCw
|
1.0
|
No password validation on Unsigned transactions screen [0.9.11] - ### Description
*Type*: Bug
*Summary*: I can sign transaction with any password I like and it is being sent and shown on Ropsten Testnet
#### Expected behavior
Password validation should be present when sigining transactions
#### Actual behavior
No password validation, I can sign and send transaction with any password I like and see in on Ropsten
https://ropsten.etherscan.io/address/0xc26e4919248f752d2ae999b3b91f43ee54714b70
### Reproduction
- Open Status
- Go to 1x1 chat
- initiate /send command and go to Unsigned screen
- sign transaction with wrong passord (should not match your account password)
### Additional Information
* Status version: 0.9.10-109-gf5e394b9+ (1666)
* Operating System: Android, iOS
* TF https://app.testfairy.com/projects/4803622-status/builds/6636790/sessions/12/?accessToken=jZLnIu60Tm--fm6Rdu7h694BhCw
|
priority
|
no password validation on unsigned transactions screen description type bug summary i can sign transaction with any password i like and it is being sent and shown on ropsten testnet expected behavior password validation should be present when sigining transactions actual behavior no password validation i can sign and send transaction with any password i like and see in on ropsten reproduction open status go to chat initiate send command and go to unsigned screen sign transaction with wrong passord should not match your account password additional information status version operating system android ios tf
| 1
|
645,286
| 21,000,612,426
|
IssuesEvent
|
2022-03-29 17:04:12
|
bcgov/digital-journeys
|
https://api.github.com/repos/bcgov/digital-journeys
|
closed
|
File uploads should support .msg, .docx file types
|
Development high priority
|
The client wants to add the following file formats to the upload file functionality:
.msg, .docx
|
1.0
|
File uploads should support .msg, .docx file types - The client wants to add the following file formats to the upload file functionality:
.msg, .docx
|
priority
|
file uploads should support msg docx file types the client wants to add the following file formats to the upload file functionality msg docx
| 1
|
497,246
| 14,366,606,871
|
IssuesEvent
|
2020-12-01 04:51:49
|
marbl/MetagenomeScope
|
https://api.github.com/repos/marbl/MetagenomeScope
|
closed
|
Accept any type of ID strings
|
highpriorityfeature
|
_From @fedarko on July 26, 2017 22:50_
Or at least allow the user to specify a prefix to be removed (e.g. `NODE_` or `tig`).
Right now I've just been handling these cases manually (e.g. detecting a `tig` prefix on nodes and removing it) in the GFA parsing code in `collate.py`, but it'd be ideal to extend this functionality.
An issue with just accepting the ID strings as they are is that creating negative nodes (with the `-` prefix) doesn't work in Graphviz, and using a `c` prefix or something as input to Graphviz can cause problems when all/some input nodes have IDs starting with `c` (e.g. `contig_1` will be interpreted as negative, even when we'd only want `ccontig_1` to be interpreted as negative).
Need to think about ways around this.
_Copied from original issue: fedarko/MetagenomeScope#243_
|
1.0
|
Accept any type of ID strings - _From @fedarko on July 26, 2017 22:50_
Or at least allow the user to specify a prefix to be removed (e.g. `NODE_` or `tig`).
Right now I've just been handling these cases manually (e.g. detecting a `tig` prefix on nodes and removing it) in the GFA parsing code in `collate.py`, but it'd be ideal to extend this functionality.
An issue with just accepting the ID strings as they are is that creating negative nodes (with the `-` prefix) doesn't work in Graphviz, and using a `c` prefix or something as input to Graphviz can cause problems when all/some input nodes have IDs starting with `c` (e.g. `contig_1` will be interpreted as negative, even when we'd only want `ccontig_1` to be interpreted as negative).
Need to think about ways around this.
_Copied from original issue: fedarko/MetagenomeScope#243_
|
priority
|
accept any type of id strings from fedarko on july or at least allow the user to specify a prefix to be removed e g node or tig right now i ve just been handling these cases manually e g detecting a tig prefix on nodes and removing it in the gfa parsing code in collate py but it d be ideal to extend this functionality an issue with just accepting the id strings as they are is that creating negative nodes with the prefix doesn t work in graphviz and using a c prefix or something as input to graphviz can cause problems when all some input nodes have ids starting with c e g contig will be interpreted as negative even when we d only want ccontig to be interpreted as negative need to think about ways around this copied from original issue fedarko metagenomescope
| 1
|
718,504
| 24,719,724,132
|
IssuesEvent
|
2022-10-20 09:44:03
|
DSpace/dspace-angular
|
https://api.github.com/repos/DSpace/dspace-angular
|
closed
|
Probably a caching issue for impersonate feature on an admin user
|
bug help wanted high priority authorization performance / caching e/14
|
**Describe the bug**
After a user was created, as an admin I've assign him the admin profile and went to see the user profile.

Then I assign him the admin group

Back on the user profile page I was able to see actions that I think they don't apply for users in that profile

**To Reproduce**
Steps to reproduce the behavior (I've used Firefox on Windows 10):
1. I sign in using shibboleth authentication. Then an account was created
2. Then I sign in as an administrator and visit the user profile firstly
3. Went to groups management and assigned the new user to the administrator group
4. On the users list, I went to see the eperson profile
5. On the eperson profile (the recently group data added wasn't yet available) the impersonate option was available and I click it. No visible error occurred **reload** action got stuck on the loading content (the dots animation).
**Expected behavior**
I think you couldn't impersonate another admin. If that's the case, then, the user profile should be updated with the required features and permissions/authorizations, also, it should display the recently groups added.
|
1.0
|
Probably a caching issue for impersonate feature on an admin user - **Describe the bug**
After a user was created, as an admin I've assign him the admin profile and went to see the user profile.

Then I assign him the admin group

Back on the user profile page I was able to see actions that I think they don't apply for users in that profile

**To Reproduce**
Steps to reproduce the behavior (I've used Firefox on Windows 10):
1. I sign in using shibboleth authentication. Then an account was created
2. Then I sign in as an administrator and visit the user profile firstly
3. Went to groups management and assigned the new user to the administrator group
4. On the users list, I went to see the eperson profile
5. On the eperson profile (the recently group data added wasn't yet available) the impersonate option was available and I click it. No visible error occurred **reload** action got stuck on the loading content (the dots animation).
**Expected behavior**
I think you couldn't impersonate another admin. If that's the case, then, the user profile should be updated with the required features and permissions/authorizations, also, it should display the recently groups added.
|
priority
|
probably a caching issue for impersonate feature on an admin user describe the bug after a user was created as an admin i ve assign him the admin profile and went to see the user profile then i assign him the admin group back on the user profile page i was able to see actions that i think they don t apply for users in that profile to reproduce steps to reproduce the behavior i ve used firefox on windows i sign in using shibboleth authentication then an account was created then i sign in as an administrator and visit the user profile firstly went to groups management and assigned the new user to the administrator group on the users list i went to see the eperson profile on the eperson profile the recently group data added wasn t yet available the impersonate option was available and i click it no visible error occurred reload action got stuck on the loading content the dots animation expected behavior i think you couldn t impersonate another admin if that s the case then the user profile should be updated with the required features and permissions authorizations also it should display the recently groups added
| 1
|
395,043
| 11,670,724,305
|
IssuesEvent
|
2020-03-04 00:50:04
|
autodo-app/autodo
|
https://api.github.com/repos/autodo-app/autodo
|
opened
|
Deploy 0.3.1 as com.autodo.autodo on official google account
|
Logistics priority: high
|
Need to move the app over to the autodoapp@gmail.com account and the app id will need to be updated in the firebase setup.
|
1.0
|
Deploy 0.3.1 as com.autodo.autodo on official google account - Need to move the app over to the autodoapp@gmail.com account and the app id will need to be updated in the firebase setup.
|
priority
|
deploy as com autodo autodo on official google account need to move the app over to the autodoapp gmail com account and the app id will need to be updated in the firebase setup
| 1
|
777,784
| 27,294,064,988
|
IssuesEvent
|
2023-02-23 18:46:54
|
NeurodataWithoutBorders/pynwb
|
https://api.github.com/repos/NeurodataWithoutBorders/pynwb
|
closed
|
[Bug]: Sphinx TypeError in check external links action
|
category: bug priority: high
|
### What happened?
See https://github.com/NeurodataWithoutBorders/pynwb/actions/runs/4120974015/jobs/7116231197
```
/home/runner/work/pynwb/pynwb/docs/source/export.rst:31: ERROR: Unknown interpreted text role "py:code".
Exception occurred:
File "/opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/sphinx/ext/extlinks.py", line 103, in role
title = caption % part
TypeError: not all arguments converted during string formatting
```
cc @bendichter since I think you added this. "py:code" is not a standard prefix but we might be able to make it valid using something like https://stackoverflow.com/a/12365251
The "py:code" is probably NOT the cause of the failing GitHub action since the error was present on the GitHub action yesterday and that action succeeded. We should fix it anyways.
I'm not sure what the cause of the TypeError is. We'll have to dig deeper.
@mavaylon1 can you look into this?
### Steps to Reproduce
```python
sphinx-build -b linkcheck ./docs/source ./test_build
```
### Traceback
_No response_
### Operating System
macOS
### Python Executable
Conda
### Python Version
3.10
### Package Versions
_No response_
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://github.com/NeurodataWithoutBorders/pynwb/blob/dev/.github/CODE_OF_CONDUCT.rst)
- [X] Have you checked the [Contributing](https://github.com/NeurodataWithoutBorders/pynwb/blob/dev/docs/CONTRIBUTING.rst) document?
- [X] Have you ensured this bug was not already [reported](https://github.com/NeurodataWithoutBorders/pynwb/issues)?
|
1.0
|
[Bug]: Sphinx TypeError in check external links action - ### What happened?
See https://github.com/NeurodataWithoutBorders/pynwb/actions/runs/4120974015/jobs/7116231197
```
/home/runner/work/pynwb/pynwb/docs/source/export.rst:31: ERROR: Unknown interpreted text role "py:code".
Exception occurred:
File "/opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/sphinx/ext/extlinks.py", line 103, in role
title = caption % part
TypeError: not all arguments converted during string formatting
```
cc @bendichter since I think you added this. "py:code" is not a standard prefix but we might be able to make it valid using something like https://stackoverflow.com/a/12365251
The "py:code" is probably NOT the cause of the failing GitHub action since the error was present on the GitHub action yesterday and that action succeeded. We should fix it anyways.
I'm not sure what the cause of the TypeError is. We'll have to dig deeper.
@mavaylon1 can you look into this?
### Steps to Reproduce
```python
sphinx-build -b linkcheck ./docs/source ./test_build
```
### Traceback
_No response_
### Operating System
macOS
### Python Executable
Conda
### Python Version
3.10
### Package Versions
_No response_
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://github.com/NeurodataWithoutBorders/pynwb/blob/dev/.github/CODE_OF_CONDUCT.rst)
- [X] Have you checked the [Contributing](https://github.com/NeurodataWithoutBorders/pynwb/blob/dev/docs/CONTRIBUTING.rst) document?
- [X] Have you ensured this bug was not already [reported](https://github.com/NeurodataWithoutBorders/pynwb/issues)?
|
priority
|
sphinx typeerror in check external links action what happened see home runner work pynwb pynwb docs source export rst error unknown interpreted text role py code exception occurred file opt hostedtoolcache python lib site packages sphinx ext extlinks py line in role title caption part typeerror not all arguments converted during string formatting cc bendichter since i think you added this py code is not a standard prefix but we might be able to make it valid using something like the py code is probably not the cause of the failing github action since the error was present on the github action yesterday and that action succeeded we should fix it anyways i m not sure what the cause of the typeerror is we ll have to dig deeper can you look into this steps to reproduce python sphinx build b linkcheck docs source test build traceback no response operating system macos python executable conda python version package versions no response code of conduct i agree to follow this project s have you checked the document have you ensured this bug was not already
| 1
|
702,539
| 24,124,971,813
|
IssuesEvent
|
2022-09-20 22:50:21
|
FuelLabs/swayswap
|
https://api.github.com/repos/FuelLabs/swayswap
|
closed
|
Refactoring pool logics
|
page:pools priority:high page:rm_liquidity
|
- Improve swap create pool / add liquidity to be more clear, we are going to add xstate
|
1.0
|
Refactoring pool logics - - Improve swap create pool / add liquidity to be more clear, we are going to add xstate
|
priority
|
refactoring pool logics improve swap create pool add liquidity to be more clear we are going to add xstate
| 1
|
803,744
| 29,188,058,391
|
IssuesEvent
|
2023-05-19 17:11:30
|
dankelley/oce
|
https://api.github.com/repos/dankelley/oce
|
opened
|
plotTS() not obeying rho1000 parameter
|
ctd graphics high priority
|
``` r
library(oce)
#> Loading required package: gsw
par(mfrow=c(2,1))
data(ctd)
plotTS(ctd)
plotTS(ctd, rho1000=TRUE)
```
<!-- -->
<sup>Created on 2023-05-19 with [reprex v2.0.2](https://reprex.tidyverse.org)</sup>
|
1.0
|
plotTS() not obeying rho1000 parameter - ``` r
library(oce)
#> Loading required package: gsw
par(mfrow=c(2,1))
data(ctd)
plotTS(ctd)
plotTS(ctd, rho1000=TRUE)
```
<!-- -->
<sup>Created on 2023-05-19 with [reprex v2.0.2](https://reprex.tidyverse.org)</sup>
|
priority
|
plotts not obeying parameter r library oce loading required package gsw par mfrow c data ctd plotts ctd plotts ctd true created on with
| 1
|
292,135
| 8,953,489,670
|
IssuesEvent
|
2019-01-25 19:37:17
|
mathematicalthinking/vmt
|
https://api.github.com/repos/mathematicalthinking/vmt
|
closed
|
Desmos replayer
|
High Priority enhancement
|
Desmos replayer has completely broken since implementing tabs and re-composing the workspace
This shouldn't be that hard to implement.
|
1.0
|
Desmos replayer - Desmos replayer has completely broken since implementing tabs and re-composing the workspace
This shouldn't be that hard to implement.
|
priority
|
desmos replayer desmos replayer has completely broken since implementing tabs and re composing the workspace this shouldn t be that hard to implement
| 1
|
801,886
| 28,506,236,316
|
IssuesEvent
|
2023-04-18 21:45:20
|
envoyproxy/gateway
|
https://api.github.com/repos/envoyproxy/gateway
|
closed
|
Release 0.4.0-rc.1 install.yaml installs EG in default namespace
|
bug help wanted priority/high
|
*Description*:
The install yaml in the 0.4.0-rc.1 release https://github.com/envoyproxy/gateway/releases/tag/v0.4.0-rc.1 does not have the metadata.Namespace field set to `envoy-gateway-system` installing all EG resources in the `default` namespace
*Repro steps*:
> Include sample requests, environment, etc. All data and inputs
required to reproduce the bug.
`kubectl apply -f https://github.com/envoyproxy/gateway/releases/download/v0.4.0-rc.1/install.yaml`
>**Note**: If there are privacy concerns, sanitize the data prior to
sharing.
*Environment*:
>Include the environment like gateway version, envoy version and so on.
*Logs*:
>Include the access logs and the Envoy logs.
|
1.0
|
Release 0.4.0-rc.1 install.yaml installs EG in default namespace - *Description*:
The install yaml in the 0.4.0-rc.1 release https://github.com/envoyproxy/gateway/releases/tag/v0.4.0-rc.1 does not have the metadata.Namespace field set to `envoy-gateway-system` installing all EG resources in the `default` namespace
*Repro steps*:
> Include sample requests, environment, etc. All data and inputs
required to reproduce the bug.
`kubectl apply -f https://github.com/envoyproxy/gateway/releases/download/v0.4.0-rc.1/install.yaml`
>**Note**: If there are privacy concerns, sanitize the data prior to
sharing.
*Environment*:
>Include the environment like gateway version, envoy version and so on.
*Logs*:
>Include the access logs and the Envoy logs.
|
priority
|
release rc install yaml installs eg in default namespace description the install yaml in the rc release does not have the metadata namespace field set to envoy gateway system installing all eg resources in the default namespace repro steps include sample requests environment etc all data and inputs required to reproduce the bug kubectl apply f note if there are privacy concerns sanitize the data prior to sharing environment include the environment like gateway version envoy version and so on logs include the access logs and the envoy logs
| 1
|
644,732
| 20,986,104,710
|
IssuesEvent
|
2022-03-29 03:27:01
|
EspressoSystems/cape
|
https://api.github.com/repos/EspressoSystems/cape
|
opened
|
Wallet :name parameter
|
bug priority: high wallet security wallet API unplanned
|
The `:name` parameter is used directly as the wallet file name, so this should be changed to something assured to be a valid file name, e.g. no path separators and length supported across platforms Linux, MacOS, and Windows.
|
1.0
|
Wallet :name parameter - The `:name` parameter is used directly as the wallet file name, so this should be changed to something assured to be a valid file name, e.g. no path separators and length supported across platforms Linux, MacOS, and Windows.
|
priority
|
wallet name parameter the name parameter is used directly as the wallet file name so this should be changed to something assured to be a valid file name e g no path separators and length supported across platforms linux macos and windows
| 1
|
17,056
| 2,615,129,869
|
IssuesEvent
|
2015-03-01 05:59:38
|
chrsmith/google-api-java-client
|
https://api.github.com/repos/chrsmith/google-api-java-client
|
closed
|
setPlusRequestInitializer
|
auto-migrated Component-Google-APIs Milestone-Version1.12.0 Priority-High Type-Enhancement
|
```
External references, such as a standards document, or specification?
Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?
All
Please describe the feature requested.
Here's your typical builder structure:
Plus plus =
new Plus.Builder(httpTransport, jsonFactory, null).setGoogleClientRequestInitializer(
new PlusRequestInitializer(API_KEY)).build();
But it would be easier to use if it were:
Plus plus =
new Plus.Builder(httpTransport, jsonFactory, null).setPlusRequestInitializer(
new PlusRequestInitializer(API_KEY)).build();
In other words, add a setPlusRequestInitializer that looks something like:
public Builder setPlusRequestInitializer(PlusRequestInitializer initializer) {
return (Builder) setGoogleClientRequestInitializer(initializer);
}
Note that we'd still keep setGoogleClientRequestInitializer.
```
Original issue reported on code.google.com by `yan...@google.com` on 31 Oct 2012 at 4:10
|
1.0
|
setPlusRequestInitializer - ```
External references, such as a standards document, or specification?
Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?
All
Please describe the feature requested.
Here's your typical builder structure:
Plus plus =
new Plus.Builder(httpTransport, jsonFactory, null).setGoogleClientRequestInitializer(
new PlusRequestInitializer(API_KEY)).build();
But it would be easier to use if it were:
Plus plus =
new Plus.Builder(httpTransport, jsonFactory, null).setPlusRequestInitializer(
new PlusRequestInitializer(API_KEY)).build();
In other words, add a setPlusRequestInitializer that looks something like:
public Builder setPlusRequestInitializer(PlusRequestInitializer initializer) {
return (Builder) setGoogleClientRequestInitializer(initializer);
}
Note that we'd still keep setGoogleClientRequestInitializer.
```
Original issue reported on code.google.com by `yan...@google.com` on 31 Oct 2012 at 4:10
|
priority
|
setplusrequestinitializer external references such as a standards document or specification java environments e g java android app engine or all all please describe the feature requested here s your typical builder structure plus plus new plus builder httptransport jsonfactory null setgoogleclientrequestinitializer new plusrequestinitializer api key build but it would be easier to use if it were plus plus new plus builder httptransport jsonfactory null setplusrequestinitializer new plusrequestinitializer api key build in other words add a setplusrequestinitializer that looks something like public builder setplusrequestinitializer plusrequestinitializer initializer return builder setgoogleclientrequestinitializer initializer note that we d still keep setgoogleclientrequestinitializer original issue reported on code google com by yan google com on oct at
| 1
|
81,480
| 3,591,433,657
|
IssuesEvent
|
2016-02-01 11:45:04
|
sa31fh/ims
|
https://api.github.com/repos/sa31fh/ims
|
closed
|
Expected sales keeps moving down
|
bug High Priority
|
On category_status.php, if I click on one of the categories e.g. 'Drinks' for three or more times, the 'Expected Sales' field below the table starts moving down one line with every click on a category. It doesn't matter which category/ies are clicked on and in which order.
|
1.0
|
Expected sales keeps moving down - On category_status.php, if I click on one of the categories e.g. 'Drinks' for three or more times, the 'Expected Sales' field below the table starts moving down one line with every click on a category. It doesn't matter which category/ies are clicked on and in which order.
|
priority
|
expected sales keeps moving down on category status php if i click on one of the categories e g drinks for three or more times the expected sales field below the table starts moving down one line with every click on a category it doesn t matter which category ies are clicked on and in which order
| 1
|
700,879
| 24,076,569,356
|
IssuesEvent
|
2022-09-18 21:45:43
|
json-schema-org/json-schema-spec
|
https://api.github.com/repos/json-schema-org/json-schema-spec
|
closed
|
Review the concept of how annotations can impact validation
|
Priority: High core annotation
|
> I'm wondering if the entire concept of annotations should be revised to something different - @karenetheridge
> This is the direction I'd like to go. - @jdesrosiers
> I'm happy to do that, too, but not in a patch to this version of the spec. Let's open a new issue to discuss that for the next one. - @gregsdennis
_Originally posted in https://github.com/json-schema-org/json-schema-spec/issues/1172#issuecomment-1068698286_
This may be best discussed in a [GH Discussion](https://github.com/json-schema-org/community/discussions). One should be created.
|
1.0
|
Review the concept of how annotations can impact validation - > I'm wondering if the entire concept of annotations should be revised to something different - @karenetheridge
> This is the direction I'd like to go. - @jdesrosiers
> I'm happy to do that, too, but not in a patch to this version of the spec. Let's open a new issue to discuss that for the next one. - @gregsdennis
_Originally posted in https://github.com/json-schema-org/json-schema-spec/issues/1172#issuecomment-1068698286_
This may be best discussed in a [GH Discussion](https://github.com/json-schema-org/community/discussions). One should be created.
|
priority
|
review the concept of how annotations can impact validation i m wondering if the entire concept of annotations should be revised to something different karenetheridge this is the direction i d like to go jdesrosiers i m happy to do that too but not in a patch to this version of the spec let s open a new issue to discuss that for the next one gregsdennis originally posted in this may be best discussed in a one should be created
| 1
|
36,549
| 2,800,966,668
|
IssuesEvent
|
2015-05-13 13:29:52
|
lars-t-hansen/parlib-simple
|
https://api.github.com/repos/lars-t-hansen/parlib-simple
|
closed
|
Occasional non-responsive barrier test
|
bug High priority
|
Mac release build with queue as of 16 Feb 2015, current m-i. Fast MBP 4x2. e10s enabled. Load test-barrier.html. Reload it very quickly many times, eventually I get to a state where the workers report "ready" but then nothing happens. Looking at the threads in the content process in lldb, the main thread as well as two of the DOM workers are in futexWait but all the others are in their primary event loop.
Setting the timeout in the main program to 100ms rather than 0 gets rid of the problem. However this does not provide a good explanation for the observed behavior.
|
1.0
|
Occasional non-responsive barrier test - Mac release build with queue as of 16 Feb 2015, current m-i. Fast MBP 4x2. e10s enabled. Load test-barrier.html. Reload it very quickly many times, eventually I get to a state where the workers report "ready" but then nothing happens. Looking at the threads in the content process in lldb, the main thread as well as two of the DOM workers are in futexWait but all the others are in their primary event loop.
Setting the timeout in the main program to 100ms rather than 0 gets rid of the problem. However this does not provide a good explanation for the observed behavior.
|
priority
|
occasional non responsive barrier test mac release build with queue as of feb current m i fast mbp enabled load test barrier html reload it very quickly many times eventually i get to a state where the workers report ready but then nothing happens looking at the threads in the content process in lldb the main thread as well as two of the dom workers are in futexwait but all the others are in their primary event loop setting the timeout in the main program to rather than gets rid of the problem however this does not provide a good explanation for the observed behavior
| 1
|
187,596
| 6,759,497,247
|
IssuesEvent
|
2017-10-24 17:18:46
|
rotorgames/Rg.Plugins.Popup
|
https://api.github.com/repos/rotorgames/Rg.Plugins.Popup
|
reopened
|
CloseWhenBackgroundIsClicked not works on Android with Xamarin.Forms 2.4.0.280
|
bug confirmed fixed priority-high
|
The popup does not close when Background click on Android with Xamarin.Forms 2.4.0.280. This works with version 2.3.x.
|
1.0
|
CloseWhenBackgroundIsClicked not works on Android with Xamarin.Forms 2.4.0.280 - The popup does not close when Background click on Android with Xamarin.Forms 2.4.0.280. This works with version 2.3.x.
|
priority
|
closewhenbackgroundisclicked not works on android with xamarin forms the popup does not close when background click on android with xamarin forms this works with version x
| 1
|
639,157
| 20,747,763,368
|
IssuesEvent
|
2022-03-15 02:11:26
|
apache/echarts
|
https://api.github.com/repos/apache/echarts
|
closed
|
Null values with category-based Y-axis don't render correctly
|
bug priority: high en
|
### Version
5.1.2
### Reproduction link
[https://codepen.io/htr3n/pen/YzQKMrq](https://codepen.io/htr3n/pen/YzQKMrq)
### Steps to reproduce
1. Define a chart with the following options
- A-axis with type "category", set `data` to some kind of category such as `["6:00", "6:30", "7:00", "7:30"]`
- Y-axis with type "category", set `data` to some sort of category for instance `["A", "B", "C", "D"]`
- A series with a list of null input data: `data: [null, null, null, null],`
### What is expected?
The chart should not render any values because they are all null.
### What is actually happening?
The chart renders the first value at the position of the first Y-axis category.
---
Replace `null` with `undefined`, the chart seems to render correctly.
<!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
<!-- This issue is in English. DO NOT REMOVE -->
|
1.0
|
Null values with category-based Y-axis don't render correctly - ### Version
5.1.2
### Reproduction link
[https://codepen.io/htr3n/pen/YzQKMrq](https://codepen.io/htr3n/pen/YzQKMrq)
### Steps to reproduce
1. Define a chart with the following options
- A-axis with type "category", set `data` to some kind of category such as `["6:00", "6:30", "7:00", "7:30"]`
- Y-axis with type "category", set `data` to some sort of category for instance `["A", "B", "C", "D"]`
- A series with a list of null input data: `data: [null, null, null, null],`
### What is expected?
The chart should not render any values because they are all null.
### What is actually happening?
The chart renders the first value at the position of the first Y-axis category.
---
Replace `null` with `undefined`, the chart seems to render correctly.
<!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
<!-- This issue is in English. DO NOT REMOVE -->
|
priority
|
null values with category based y axis don t render correctly version reproduction link steps to reproduce define a chart with the following options a axis with type category set data to some kind of category such as y axis with type category set data to some sort of category for instance a series with a list of null input data data what is expected the chart should not render any values because they are all null what is actually happening the chart renders the first value at the position of the first y axis category replace null with undefined the chart seems to render correctly
| 1
|
371,759
| 10,981,078,813
|
IssuesEvent
|
2019-11-30 18:59:43
|
BendroCorp/bendrocorp-app
|
https://api.github.com/repos/BendroCorp/bendrocorp-app
|
opened
|
System Map Search View
|
api supported effort: high feature priority:high
|
- [ ] Offer a map view or a searchable list view - switch via toggle and persist preference
- [ ] Search View (will be the default mobile view when added)
- [ ] Searching for something adds it to the recently viewed list at the top of the system map
- [ ] Has a list of all items contained within system map and their essential data
- [ ] Searchable by title
- [ ] Opens to an object details page
|
1.0
|
System Map Search View - - [ ] Offer a map view or a searchable list view - switch via toggle and persist preference
- [ ] Search View (will be the default mobile view when added)
- [ ] Searching for something adds it to the recently viewed list at the top of the system map
- [ ] Has a list of all items contained within system map and their essential data
- [ ] Searchable by title
- [ ] Opens to an object details page
|
priority
|
system map search view offer a map view or a searchable list view switch via toggle and persist preference search view will be the default mobile view when added searching for something adds it to the recently viewed list at the top of the system map has a list of all items contained within system map and their essential data searchable by title opens to an object details page
| 1
|
641,775
| 20,834,249,162
|
IssuesEvent
|
2022-03-19 23:49:16
|
LemonUIbyLemon/LemonUI
|
https://api.github.com/repos/LemonUIbyLemon/LemonUI
|
closed
|
Big Message weapon purchased crash
|
status: confirmed priority: p1 high type: bug
|
I get this error when trying to use the Big Message scaleform:
> System.ArgumentException: Unexpected argument type UInt32.
Parameter name: parameters
at LemonUI.Scaleform.BaseScaleform.CallFunctionBase(String function, Object[] parameters)
at LemonUI.Scaleform.BaseScaleform.CallFunction(String function, Object[] parameters)
at LemonUI.Scaleform.BigMessage..ctor(String title, String weapon, WeaponHash hash)
It happens when this line gets executed:

|
1.0
|
Big Message weapon purchased crash - I get this error when trying to use the Big Message scaleform:
> System.ArgumentException: Unexpected argument type UInt32.
Parameter name: parameters
at LemonUI.Scaleform.BaseScaleform.CallFunctionBase(String function, Object[] parameters)
at LemonUI.Scaleform.BaseScaleform.CallFunction(String function, Object[] parameters)
at LemonUI.Scaleform.BigMessage..ctor(String title, String weapon, WeaponHash hash)
It happens when this line gets executed:

|
priority
|
big message weapon purchased crash i get this error when trying to use the big message scaleform system argumentexception unexpected argument type parameter name parameters at lemonui scaleform basescaleform callfunctionbase string function object parameters at lemonui scaleform basescaleform callfunction string function object parameters at lemonui scaleform bigmessage ctor string title string weapon weaponhash hash it happens when this line gets executed
| 1
|
95,890
| 3,961,746,906
|
IssuesEvent
|
2016-05-02 14:19:52
|
Esri/military-tools-webappbuilder
|
https://api.github.com/repos/Esri/military-tools-webappbuilder
|
closed
|
Change the repo description
|
effort-small priority - high
|
The description for this repo needs to be changed
Currently:
Web AppBuilder widgets for Military Analyst +
Change to :
Web AppBuilder widgets for Military Tools for ArcGIS
|
1.0
|
Change the repo description - The description for this repo needs to be changed
Currently:
Web AppBuilder widgets for Military Analyst +
Change to :
Web AppBuilder widgets for Military Tools for ArcGIS
|
priority
|
change the repo description the description for this repo needs to be changed currently web appbuilder widgets for military analyst change to web appbuilder widgets for military tools for arcgis
| 1
|
113,502
| 4,560,735,120
|
IssuesEvent
|
2016-09-14 09:07:47
|
dotKom/onlineweb4
|
https://api.github.com/repos/dotKom/onlineweb4
|
opened
|
Deleting a Careeropportunity in the dashboard does not actually delete
|
Package: Dashboard Priority: High Status: Available Type: Bug
|
When trying to delete a career opportunity in the dashboard, it does not actually delete it.
|
1.0
|
Deleting a Careeropportunity in the dashboard does not actually delete - When trying to delete a career opportunity in the dashboard, it does not actually delete it.
|
priority
|
deleting a careeropportunity in the dashboard does not actually delete when trying to delete a career opportunity in the dashboard it does not actually delete it
| 1
|
682,209
| 23,336,596,122
|
IssuesEvent
|
2022-08-09 10:29:42
|
dnd-side-project/dnd-7th-7-frontend
|
https://api.github.com/repos/dnd-side-project/dnd-7th-7-frontend
|
closed
|
[update] 경로 등록 탭 네비게이션 수정 및 추가
|
👨🏼🔧 Type: Improvement 🔴 Priority: High
|
## 🔥 설명 (이슈에 대한 자세한 설명을 적어주세요!)
- 디자인에 따라 네이게이터 탭을 수정하는 작업입니다.
<br>
## 🔥 ETC (기타 사항을 적어주세요!)
<img width="461" alt="image" src="https://user-images.githubusercontent.com/80577900/183613007-d58d50a3-7bba-45fb-8d87-56a2a044cf22.png">
<br>
>#### types
>- feat : 새로운 기능
>- update : 로직 변경
>- bug : 버그 수정
>- refactor : 파일 및 폴더 리팩토링
>- style : 코드 형식 변경
>- docs : 문서 관련
>- test : 테스트 코드
>- etc : 기타 변경 사항
>
|
1.0
|
[update] 경로 등록 탭 네비게이션 수정 및 추가 - ## 🔥 설명 (이슈에 대한 자세한 설명을 적어주세요!)
- 디자인에 따라 네이게이터 탭을 수정하는 작업입니다.
<br>
## 🔥 ETC (기타 사항을 적어주세요!)
<img width="461" alt="image" src="https://user-images.githubusercontent.com/80577900/183613007-d58d50a3-7bba-45fb-8d87-56a2a044cf22.png">
<br>
>#### types
>- feat : 새로운 기능
>- update : 로직 변경
>- bug : 버그 수정
>- refactor : 파일 및 폴더 리팩토링
>- style : 코드 형식 변경
>- docs : 문서 관련
>- test : 테스트 코드
>- etc : 기타 변경 사항
>
|
priority
|
경로 등록 탭 네비게이션 수정 및 추가 🔥 설명 이슈에 대한 자세한 설명을 적어주세요 디자인에 따라 네이게이터 탭을 수정하는 작업입니다 🔥 etc 기타 사항을 적어주세요 img width alt image src types feat 새로운 기능 update 로직 변경 bug 버그 수정 refactor 파일 및 폴더 리팩토링 style 코드 형식 변경 docs 문서 관련 test 테스트 코드 etc 기타 변경 사항
| 1
|
709,039
| 24,365,908,811
|
IssuesEvent
|
2022-10-03 15:08:53
|
ramp4-pcar4/story-ramp
|
https://api.github.com/repos/ramp4-pcar4/story-ramp
|
closed
|
Add HTML5 History mode
|
StoryRAMP Viewer Priority: High
|
HTML History mode might be something to look into before launch as it removes the `#` in the middle of URLs. https://router.vuejs.org/guide/essentials/history-mode.html
_Originally posted by @spencerwahl in https://github.com/ramp4-pcar4/story-ramp/pull/94#pullrequestreview-849668096_
|
1.0
|
Add HTML5 History mode - HTML History mode might be something to look into before launch as it removes the `#` in the middle of URLs. https://router.vuejs.org/guide/essentials/history-mode.html
_Originally posted by @spencerwahl in https://github.com/ramp4-pcar4/story-ramp/pull/94#pullrequestreview-849668096_
|
priority
|
add history mode html history mode might be something to look into before launch as it removes the in the middle of urls originally posted by spencerwahl in
| 1
|
75,842
| 3,476,550,374
|
IssuesEvent
|
2015-12-27 01:32:29
|
joflashstudios/PGB
|
https://api.github.com/repos/joflashstudios/PGB
|
closed
|
Directory Scanner doesn't always catch UnauthorizedAccessException
|
bug high priority
|
Catch, but only one re-try, further down tryless calls to NextDirectory, etc.
|
1.0
|
Directory Scanner doesn't always catch UnauthorizedAccessException - Catch, but only one re-try, further down tryless calls to NextDirectory, etc.
|
priority
|
directory scanner doesn t always catch unauthorizedaccessexception catch but only one re try further down tryless calls to nextdirectory etc
| 1
|
187,584
| 6,759,356,769
|
IssuesEvent
|
2017-10-24 16:49:56
|
ariogato/Koramu
|
https://api.github.com/repos/ariogato/Koramu
|
closed
|
Speichern
|
difficulty:advanced priority:high
|
Im Pausemenü hat der Benutzer die Option zu speichern ("Save").
Ein Klick darauf soll die Speicherung des aktuellen Stands des Spiels (in einer xml-Datei) bewirken.
Dieser gespeicherte Stand soll das nächste mal, wenn der Spieler auf "Play" drückt geladen werden.
Dies soll ein Fortschreiten in der Story ermöglichen, ohne alles auf einmal durchspielen zu müssen.
Die Callback Funktion, die beim betätigen von "Save" aufgerufen wird, muss folgendes machen:
1. mainQuest und partQuest sollen vom Story Objekt in `TheGame` mit entsprechenden Methoden abrufen.
2. Mithilfe des Tiniyxml Frameworks sollen die beiden Werte irgendwie in einer xml Datei, die zu Beginn einmal manuell erstellt wird, untergebracht werden.
3. Die Position des Spielers genauso in die xml Datei schreiben
4. Als _Zusatz:_ Der Save Button sollte nachher nicht mehr betätigbar sein und das grüne Bild (Spalte 3) anzeigen
Außerdem muss an anderen Stellen im Code folgendes gemacht werden
1. `Storyparser`: Eine neue Methode erstellen, die den Spielstand wieder abruft
2. `Story::init()`: Den Spielstand über den Storyparser einlesen
3. `Player::init()`: DiePosition über den Storyparser einlesen
|
1.0
|
Speichern - Im Pausemenü hat der Benutzer die Option zu speichern ("Save").
Ein Klick darauf soll die Speicherung des aktuellen Stands des Spiels (in einer xml-Datei) bewirken.
Dieser gespeicherte Stand soll das nächste mal, wenn der Spieler auf "Play" drückt geladen werden.
Dies soll ein Fortschreiten in der Story ermöglichen, ohne alles auf einmal durchspielen zu müssen.
Die Callback Funktion, die beim betätigen von "Save" aufgerufen wird, muss folgendes machen:
1. mainQuest und partQuest sollen vom Story Objekt in `TheGame` mit entsprechenden Methoden abrufen.
2. Mithilfe des Tiniyxml Frameworks sollen die beiden Werte irgendwie in einer xml Datei, die zu Beginn einmal manuell erstellt wird, untergebracht werden.
3. Die Position des Spielers genauso in die xml Datei schreiben
4. Als _Zusatz:_ Der Save Button sollte nachher nicht mehr betätigbar sein und das grüne Bild (Spalte 3) anzeigen
Außerdem muss an anderen Stellen im Code folgendes gemacht werden
1. `Storyparser`: Eine neue Methode erstellen, die den Spielstand wieder abruft
2. `Story::init()`: Den Spielstand über den Storyparser einlesen
3. `Player::init()`: DiePosition über den Storyparser einlesen
|
priority
|
speichern im pausemenü hat der benutzer die option zu speichern save ein klick darauf soll die speicherung des aktuellen stands des spiels in einer xml datei bewirken dieser gespeicherte stand soll das nächste mal wenn der spieler auf play drückt geladen werden dies soll ein fortschreiten in der story ermöglichen ohne alles auf einmal durchspielen zu müssen die callback funktion die beim betätigen von save aufgerufen wird muss folgendes machen mainquest und partquest sollen vom story objekt in thegame mit entsprechenden methoden abrufen mithilfe des tiniyxml frameworks sollen die beiden werte irgendwie in einer xml datei die zu beginn einmal manuell erstellt wird untergebracht werden die position des spielers genauso in die xml datei schreiben als zusatz der save button sollte nachher nicht mehr betätigbar sein und das grüne bild spalte anzeigen außerdem muss an anderen stellen im code folgendes gemacht werden storyparser eine neue methode erstellen die den spielstand wieder abruft story init den spielstand über den storyparser einlesen player init dieposition über den storyparser einlesen
| 1
|
703,082
| 24,146,261,495
|
IssuesEvent
|
2022-09-21 19:02:27
|
rokwire/illinois-app
|
https://api.github.com/repos/rokwire/illinois-app
|
closed
|
[ACCESSIBILITY] Today's Wellness tip colors not meeting contrast ratio
|
Type: Accessibility Priority: High
|
Describe the accessibility issue
The white on orange is not meeting contrast standards.
[WCAG 1.4.3 Contrast (minimum) (AA)](https://www.w3.org/TR/WCAG21/#contrast-minimum)
To Reproduce
Steps to reproduce the behavior:
Launch app
Upon reaching the Wellness area of app there is "Today's wellness tip" in white on orange colors.
Expected behavior
This color contrast needs to meet 4:5:1 ratio for regular sized text.
Screenshots

Smartphone (please complete the following information):
Android Pixel 4a- Android 12
Additional context
Add any other context about the problem here.
|
1.0
|
[ACCESSIBILITY] Today's Wellness tip colors not meeting contrast ratio - Describe the accessibility issue
The white on orange is not meeting contrast standards.
[WCAG 1.4.3 Contrast (minimum) (AA)](https://www.w3.org/TR/WCAG21/#contrast-minimum)
To Reproduce
Steps to reproduce the behavior:
Launch app
Upon reaching the Wellness area of app there is "Today's wellness tip" in white on orange colors.
Expected behavior
This color contrast needs to meet 4:5:1 ratio for regular sized text.
Screenshots

Smartphone (please complete the following information):
Android Pixel 4a- Android 12
Additional context
Add any other context about the problem here.
|
priority
|
today s wellness tip colors not meeting contrast ratio describe the accessibility issue the white on orange is not meeting contrast standards to reproduce steps to reproduce the behavior launch app upon reaching the wellness area of app there is today s wellness tip in white on orange colors expected behavior this color contrast needs to meet ratio for regular sized text screenshots smartphone please complete the following information android pixel android additional context add any other context about the problem here
| 1
|
682,792
| 23,357,905,057
|
IssuesEvent
|
2022-08-10 09:04:37
|
apache/incubator-devlake
|
https://api.github.com/repos/apache/incubator-devlake
|
closed
|
[Feature][config-ui] config-ui new user flow stage 2
|
type/feature-request priority/high type/epic
|
### Description
## Hide passwords/tokens from connection settings pages (BE/FE)
1. #2423 @warren830
2. #2384
3. #1908
`config-ui` github connection would call `TestConnection` for each token and print out `username` for them if succeeded, or an error message in red. For other plugins, making the input field to `password` type would be sufficient. @yumengwang03 will finish the design before 1st July, @e2corporation
## Displaying links to available dashboards based on `blueprint.settings` (Frontend only)
- #2255
Create a JSON file like the following in config-ui to indicate the requirement of each dashboard, and display links to those dashboards for a specific `blueprint`
```json
{
"dashboards": [
{
"name": "Demo-Average Requirement Lead Time By Assignee",
"url": "/d/kB0IbH37k/demo-average-requirement-lead-time-by-assignee",
"dependencies": [
{
"plugin": "github",
"entities": [
"CODE",
"TICKET"
]
}
]
}
]
}
```
## Pipeline progress (Frontend only)
- #2197
note: the `name` and `finishedRecords` of subtask are missing from the current design, @yumengwang03 will work on it and fix the design first. the `finishedRecords` IS VERY VERY VERY SUPER EXTREMELY IMPORTANT because subtask can run for a LONG LONG LONG time causing the PROGRESS to seemingly dead to the user, we HAVE to show it off to prevent anyone from killing DevLake. And I have kept bringing it up countless times. Give me the `finishedRecord` unless you have a better solution.
## User be able to download pipeline log for debugging(BE/FE)
- API endpoint `GET /pipeline/:id/logs.tar.gz` downloads logs of pipelines in compressed format
- Config-ui shows the link to `logs.tar.gz` for finished pipelines
|
1.0
|
[Feature][config-ui] config-ui new user flow stage 2 - ### Description
## Hide passwords/tokens from connection settings pages (BE/FE)
1. #2423 @warren830
2. #2384
3. #1908
`config-ui` github connection would call `TestConnection` for each token and print out `username` for them if succeeded, or an error message in red. For other plugins, making the input field to `password` type would be sufficient. @yumengwang03 will finish the design before 1st July, @e2corporation
## Displaying links to available dashboards based on `blueprint.settings` (Frontend only)
- #2255
Create a JSON file like the following in config-ui to indicate the requirement of each dashboard, and display links to those dashboards for a specific `blueprint`
```json
{
"dashboards": [
{
"name": "Demo-Average Requirement Lead Time By Assignee",
"url": "/d/kB0IbH37k/demo-average-requirement-lead-time-by-assignee",
"dependencies": [
{
"plugin": "github",
"entities": [
"CODE",
"TICKET"
]
}
]
}
]
}
```
## Pipeline progress (Frontend only)
- #2197
note: the `name` and `finishedRecords` of subtask are missing from the current design, @yumengwang03 will work on it and fix the design first. the `finishedRecords` IS VERY VERY VERY SUPER EXTREMELY IMPORTANT because subtask can run for a LONG LONG LONG time causing the PROGRESS to seemingly dead to the user, we HAVE to show it off to prevent anyone from killing DevLake. And I have kept bringing it up countless times. Give me the `finishedRecord` unless you have a better solution.
## User be able to download pipeline log for debugging(BE/FE)
- API endpoint `GET /pipeline/:id/logs.tar.gz` downloads logs of pipelines in compressed format
- Config-ui shows the link to `logs.tar.gz` for finished pipelines
|
priority
|
config ui new user flow stage description hide passwords tokens from connection settings pages be fe config ui github connection would call testconnection for each token and print out username for them if succeeded or an error message in red for other plugins making the input field to password type would be sufficient will finish the design before july displaying links to available dashboards based on blueprint settings frontend only create a json file like the following in config ui to indicate the requirement of each dashboard and display links to those dashboards for a specific blueprint json dashboards name demo average requirement lead time by assignee url d demo average requirement lead time by assignee dependencies plugin github entities code ticket pipeline progress frontend only note the name and finishedrecords of subtask are missing from the current design will work on it and fix the design first the finishedrecords is very very very super extremely important because subtask can run for a long long long time causing the progress to seemingly dead to the user we have to show it off to prevent anyone from killing devlake and i have kept bringing it up countless times give me the finishedrecord unless you have a better solution user be able to download pipeline log for debugging be fe api endpoint get pipeline id logs tar gz downloads logs of pipelines in compressed format config ui shows the link to logs tar gz for finished pipelines
| 1
|
4,924
| 2,566,262,677
|
IssuesEvent
|
2015-02-08 10:11:05
|
bitsuperlab/bitshares_play
|
https://api.github.com/repos/bitsuperlab/bitshares_play
|
closed
|
Support import bts json wallet, for claiming bts snapshot, generate a new genesis
|
high priority new feature
|
Other than pts/btc, we need a new import support for bts
|
1.0
|
Support import bts json wallet, for claiming bts snapshot, generate a new genesis - Other than pts/btc, we need a new import support for bts
|
priority
|
support import bts json wallet for claiming bts snapshot generate a new genesis other than pts btc we need a new import support for bts
| 1
|
737,738
| 25,529,358,762
|
IssuesEvent
|
2022-11-29 06:53:33
|
rstudio/gt
|
https://api.github.com/repos/rstudio/gt
|
closed
|
Setting Custom Themes for Tables
|
Difficulty: [2] Intermediate Effort: [3] High Priority: [2] Medium Type: ★ Enhancement
|
Is it be possible to set a custom `gt` theme like you can do using `ggplot2::theme`? The thought would be to set up consistently used parameters. For me that would be something to the effect of:
```
df %>%
gt() %>%
fmt_currency(
columns = (matches("^salary|^revenue")),
decimals = 0
) %>%
fmt_percent(
columns = starts_with("pct"),
decimals = 0)
```
I also saw this issue, and I'm not sure if the intent was to include this type of request as a part of it:
https://github.com/rstudio/gt/issues/238
|
1.0
|
Setting Custom Themes for Tables - Is it be possible to set a custom `gt` theme like you can do using `ggplot2::theme`? The thought would be to set up consistently used parameters. For me that would be something to the effect of:
```
df %>%
gt() %>%
fmt_currency(
columns = (matches("^salary|^revenue")),
decimals = 0
) %>%
fmt_percent(
columns = starts_with("pct"),
decimals = 0)
```
I also saw this issue, and I'm not sure if the intent was to include this type of request as a part of it:
https://github.com/rstudio/gt/issues/238
|
priority
|
setting custom themes for tables is it be possible to set a custom gt theme like you can do using theme the thought would be to set up consistently used parameters for me that would be something to the effect of df gt fmt currency columns matches salary revenue decimals fmt percent columns starts with pct decimals i also saw this issue and i m not sure if the intent was to include this type of request as a part of it
| 1
|
669,279
| 22,618,692,741
|
IssuesEvent
|
2022-06-30 02:44:15
|
craftercms/craftercms
|
https://api.github.com/repos/craftercms/craftercms
|
closed
|
[studio-ui] Unsupported browsers should display a message that asks users to switch to a supported browser.
|
enhancement priority: high CI validate
|
### Feature Request
#### Is your feature request related to a problem? Please describe.
Currently, when a user attempts to sign in to Crafter Studio on the Safari browser, they are introduced to an infinite "spinning wheel."
#### Describe the solution you'd like
Display a user-friendly message to tell users to use Chrome/Firefox for any browser other than those supported by Crafter Studio.
#### Describe alternatives you've considered
N/A
|
1.0
|
[studio-ui] Unsupported browsers should display a message that asks users to switch to a supported browser. - ### Feature Request
#### Is your feature request related to a problem? Please describe.
Currently, when a user attempts to sign in to Crafter Studio on the Safari browser, they are introduced to an infinite "spinning wheel."
#### Describe the solution you'd like
Display a user-friendly message to tell users to use Chrome/Firefox for any browser other than those supported by Crafter Studio.
#### Describe alternatives you've considered
N/A
|
priority
|
unsupported browsers should display a message that asks users to switch to a supported browser feature request is your feature request related to a problem please describe currently when a user attempts to sign in to crafter studio on the safari browser they are introduced to an infinite spinning wheel describe the solution you d like display a user friendly message to tell users to use chrome firefox for any browser other than those supported by crafter studio describe alternatives you ve considered n a
| 1
|
716,707
| 24,644,863,289
|
IssuesEvent
|
2022-10-17 14:12:54
|
jellywallet/extension
|
https://api.github.com/repos/jellywallet/extension
|
closed
|
Check DFX staking prerequisites
|
Task: Feature Priority: High
|
There are two prerequisite to do staking with DFX:
- One buy or sell transactions completed
- KYC process completed
On the staking page:
- #17
- #14
If all the prerequisites are met show the regular staking page.
|
1.0
|
Check DFX staking prerequisites - There are two prerequisite to do staking with DFX:
- One buy or sell transactions completed
- KYC process completed
On the staking page:
- #17
- #14
If all the prerequisites are met show the regular staking page.
|
priority
|
check dfx staking prerequisites there are two prerequisite to do staking with dfx one buy or sell transactions completed kyc process completed on the staking page if all the prerequisites are met show the regular staking page
| 1
|
706,803
| 24,284,237,170
|
IssuesEvent
|
2022-09-28 20:20:45
|
Betarena/scores
|
https://api.github.com/repos/Betarena/scores
|
closed
|
Populate seasons from 21/22 Historic Fixtures
|
enhancement high priority
|
We will populate the data for the games widget (21/22). Populate the data of all seasons for those years.
This data will not use the cache to be visualized because it is sporadically accessed and does not justify using the upstash.
Using this logic, we should create the following method:
Only `current_seasons` from the `historic_fixtures` endpoint are added to the cache to Upstash. All others will not be added.
|
1.0
|
Populate seasons from 21/22 Historic Fixtures - We will populate the data for the games widget (21/22). Populate the data of all seasons for those years.
This data will not use the cache to be visualized because it is sporadically accessed and does not justify using the upstash.
Using this logic, we should create the following method:
Only `current_seasons` from the `historic_fixtures` endpoint are added to the cache to Upstash. All others will not be added.
|
priority
|
populate seasons from historic fixtures we will populate the data for the games widget populate the data of all seasons for those years this data will not use the cache to be visualized because it is sporadically accessed and does not justify using the upstash using this logic we should create the following method only current seasons from the historic fixtures endpoint are added to the cache to upstash all others will not be added
| 1
|
116,747
| 4,706,054,579
|
IssuesEvent
|
2016-10-13 16:03:09
|
zom/Zom-iOS
|
https://api.github.com/repos/zom/Zom-iOS
|
opened
|
Make iMessage sticker pack!
|
high-priority
|
For Olo:
Yay!
Prayer
Eating (with tea)
Flower
Love
For Pema:
Tashi Delek
Cool
Don't Worry
Thank you
Sleeping
|
1.0
|
Make iMessage sticker pack! - For Olo:
Yay!
Prayer
Eating (with tea)
Flower
Love
For Pema:
Tashi Delek
Cool
Don't Worry
Thank you
Sleeping
|
priority
|
make imessage sticker pack for olo yay prayer eating with tea flower love for pema tashi delek cool don t worry thank you sleeping
| 1
|
696,108
| 23,885,013,774
|
IssuesEvent
|
2022-09-08 06:52:49
|
DroidKaigi/conference-app-2022
|
https://api.github.com/repos/DroidKaigi/conference-app-2022
|
closed
|
add TagsLine in session detail Screen
|
welcome contribute high priority
|
**Idea Description**
use KaigiTag slot api
**Reference images and links**
Design
<img src="https://user-images.githubusercontent.com/60292683/188349438-4aacd5c9-aded-4be8-a9e4-48d00ff64dd8.png" width="300" >
Current app
<img width="382" alt="image" src="https://user-images.githubusercontent.com/1386930/188361924-415feb15-db3e-4fca-9210-fecb4697ff72.png">
Design Kit
https://www.figma.com/file/XsVzpDZSkEQANgCZLRTDDy/DroidKaigi-2022-Material-3-Design-Kit?node-id=11%3A1833
App Design
https://www.figma.com/file/NcSMs6dMsD88d4wOY0g3rK/DroidKaigi-2022-Conference-App?node-id=0%3A1
|
1.0
|
add TagsLine in session detail Screen - **Idea Description**
use KaigiTag slot api
**Reference images and links**
Design
<img src="https://user-images.githubusercontent.com/60292683/188349438-4aacd5c9-aded-4be8-a9e4-48d00ff64dd8.png" width="300" >
Current app
<img width="382" alt="image" src="https://user-images.githubusercontent.com/1386930/188361924-415feb15-db3e-4fca-9210-fecb4697ff72.png">
Design Kit
https://www.figma.com/file/XsVzpDZSkEQANgCZLRTDDy/DroidKaigi-2022-Material-3-Design-Kit?node-id=11%3A1833
App Design
https://www.figma.com/file/NcSMs6dMsD88d4wOY0g3rK/DroidKaigi-2022-Conference-App?node-id=0%3A1
|
priority
|
add tagsline in session detail screen idea description use kaigitag slot api reference images and links design current app img width alt image src design kit app design
| 1
|
359,599
| 10,678,550,551
|
IssuesEvent
|
2019-10-21 17:30:11
|
wso2/product-apim
|
https://api.github.com/repos/wso2/product-apim
|
closed
|
Changing endpoint security configuration causes an error
|
3.0.0 Priority/Highest Severity/Blocker
|
When endpoint security drop down is selected, following error is thrown
<img width="1075" alt="Screen Shot 2019-10-18 at 4 00 41 PM" src="https://user-images.githubusercontent.com/4861150/67088276-5bf14a00-f1c2-11e9-9634-87972cbc8cc5.png">
this is working in carbon.apimgt v6.5.282 but not working in v6.5.283
|
1.0
|
Changing endpoint security configuration causes an error - When endpoint security drop down is selected, following error is thrown
<img width="1075" alt="Screen Shot 2019-10-18 at 4 00 41 PM" src="https://user-images.githubusercontent.com/4861150/67088276-5bf14a00-f1c2-11e9-9634-87972cbc8cc5.png">
this is working in carbon.apimgt v6.5.282 but not working in v6.5.283
|
priority
|
changing endpoint security configuration causes an error when endpoint security drop down is selected following error is thrown img width alt screen shot at pm src this is working in carbon apimgt but not working in
| 1
|
74,245
| 3,436,709,732
|
IssuesEvent
|
2015-12-12 16:32:45
|
speedovation/kiwi
|
https://api.github.com/repos/speedovation/kiwi
|
closed
|
Drag and Create Project
|
3 - Done High Priority
|
On Project explorer by dragging folder it should create project space.
1. Read folder path
2. Parse and add files & folders recursively
3. Save Project file.
Decide New file extension of project.
1. KiWi_Project.Kw
2. Project.Kw
3. Project.Kiwi
<!---
@huboard:{"order":5.960464477539063e-08,"milestone_order":2.288818359375e-05,"custom_state":""}
-->
|
1.0
|
Drag and Create Project - On Project explorer by dragging folder it should create project space.
1. Read folder path
2. Parse and add files & folders recursively
3. Save Project file.
Decide New file extension of project.
1. KiWi_Project.Kw
2. Project.Kw
3. Project.Kiwi
<!---
@huboard:{"order":5.960464477539063e-08,"milestone_order":2.288818359375e-05,"custom_state":""}
-->
|
priority
|
drag and create project on project explorer by dragging folder it should create project space read folder path parse and add files folders recursively save project file decide new file extension of project kiwi project kw project kw project kiwi huboard order milestone order custom state
| 1
|
312,486
| 9,547,947,635
|
IssuesEvent
|
2019-05-02 02:14:33
|
carbon-design-system/carbon-components-react
|
https://api.github.com/repos/carbon-design-system/carbon-components-react
|
closed
|
Label is not color highlighting when user is interacting with an input field
|
Severity 2 priority: high type: bug 🐛 wontfix
|
<!-- Feel free to remove sections that aren't relevant.
## Title line template: [Title]: Brief description
-->
## Detailed description
According to our carbon components spec, the labels should highlight when the user has focused on an input field.
I believe this was injected by the a11y fix. I believe this fix injected the issue because the css no longer finds the label field since it's been reordered: https://github.com/IBM/carbon-components-react/commit/f02c1f9a7ecb92bb42028b34b8b95bb09ac2e425
> Is this a feature request (new component, new icon), a bug, or a general issue?
bug
> Is this issue related to a specific component?
Select
> What did you expect to happen? What happened instead? What would you like to see changed?
expected label to highlight
> What browser are you working in?
Chrome
> What version of the Carbon Design System are you using?
6.18.4
> What offering/product do you work on? Any pressing ship or release dates we should be aware of?
## Steps to reproduce the issue
Simply interact with the Select widget in this storybook. The label should be highlighted red as you interact.
http://react.carbondesignsystem.com/?selectedKind=Select&selectedStory=invalid&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel
<!--
Please try to re-create the issue using our Codesandbox template available here:
https://codesandbox.io/s/x2mjypo6pp
This helps reduce the issue to an isolated case that helps us out when debugging.
If you're able to reproduce using the codesandbox link above, please include the
link in addition to the steps to reproduce. Thanks so much!
-->
<!-- [Codesandbox](<url>) -->
1. Step one
2. Step two
3. Step three
4. etc.
## Additional information
* Screenshots or code
* Notes
|
1.0
|
Label is not color highlighting when user is interacting with an input field - <!-- Feel free to remove sections that aren't relevant.
## Title line template: [Title]: Brief description
-->
## Detailed description
According to our carbon components spec, the labels should highlight when the user has focused on an input field.
I believe this was injected by the a11y fix. I believe this fix injected the issue because the css no longer finds the label field since it's been reordered: https://github.com/IBM/carbon-components-react/commit/f02c1f9a7ecb92bb42028b34b8b95bb09ac2e425
> Is this a feature request (new component, new icon), a bug, or a general issue?
bug
> Is this issue related to a specific component?
Select
> What did you expect to happen? What happened instead? What would you like to see changed?
expected label to highlight
> What browser are you working in?
Chrome
> What version of the Carbon Design System are you using?
6.18.4
> What offering/product do you work on? Any pressing ship or release dates we should be aware of?
## Steps to reproduce the issue
Simply interact with the Select widget in this storybook. The label should be highlighted red as you interact.
http://react.carbondesignsystem.com/?selectedKind=Select&selectedStory=invalid&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel
<!--
Please try to re-create the issue using our Codesandbox template available here:
https://codesandbox.io/s/x2mjypo6pp
This helps reduce the issue to an isolated case that helps us out when debugging.
If you're able to reproduce using the codesandbox link above, please include the
link in addition to the steps to reproduce. Thanks so much!
-->
<!-- [Codesandbox](<url>) -->
1. Step one
2. Step two
3. Step three
4. etc.
## Additional information
* Screenshots or code
* Notes
|
priority
|
label is not color highlighting when user is interacting with an input field feel free to remove sections that aren t relevant title line template brief description detailed description according to our carbon components spec the labels should highlight when the user has focused on an input field i believe this was injected by the fix i believe this fix injected the issue because the css no longer finds the label field since it s been reordered is this a feature request new component new icon a bug or a general issue bug is this issue related to a specific component select what did you expect to happen what happened instead what would you like to see changed expected label to highlight what browser are you working in chrome what version of the carbon design system are you using what offering product do you work on any pressing ship or release dates we should be aware of steps to reproduce the issue simply interact with the select widget in this storybook the label should be highlighted red as you interact please try to re create the issue using our codesandbox template available here this helps reduce the issue to an isolated case that helps us out when debugging if you re able to reproduce using the codesandbox link above please include the link in addition to the steps to reproduce thanks so much step one step two step three etc additional information screenshots or code notes
| 1
|
495,791
| 14,288,090,774
|
IssuesEvent
|
2020-11-23 17:12:14
|
AGROFIMS/hagrofims
|
https://api.github.com/repos/AGROFIMS/hagrofims
|
closed
|
Allow ''Other'' management practices
|
flexibility high priority management practices
|
- [ ] Add ''Other'' to the list of management practicies

- [ ] When '' Other'' is selected, blank boxes appear to allow users to create their own management practices. (it should work like ''other'' in Factor) - Only one value (one date, one number) per line.

- [ ] These new management practices are exported in the Excel tab Protocol
Management practices name --> Trait Name
Value--> Value
Unit--> TraitUnit
|
1.0
|
Allow ''Other'' management practices - - [ ] Add ''Other'' to the list of management practicies

- [ ] When '' Other'' is selected, blank boxes appear to allow users to create their own management practices. (it should work like ''other'' in Factor) - Only one value (one date, one number) per line.

- [ ] These new management practices are exported in the Excel tab Protocol
Management practices name --> Trait Name
Value--> Value
Unit--> TraitUnit
|
priority
|
allow other management practices add other to the list of management practicies when other is selected blank boxes appear to allow users to create their own management practices it should work like other in factor only one value one date one number per line these new management practices are exported in the excel tab protocol management practices name trait name value value unit traitunit
| 1
|
173,982
| 6,535,040,161
|
IssuesEvent
|
2017-08-31 13:19:00
|
VirtoCommerce/vc-platform
|
https://api.github.com/repos/VirtoCommerce/vc-platform
|
closed
|
Why does it take so long to see the error message If connection string is broken.
|
bug Priority: High quickfix
|
Why does it take so long to see the error message If connection string is broken.
Version info:
- Platform version: 2.13.12
### Expected behavior
Get user friendly error message asap if sql connection is invalid.
Maybe we should have multi step health check before start.
### Actual behavior
We should wait for a long time If connection string is broken.
### Steps to reproduce
1. Download platform
2. Setup wrong SQL Connection
3. Start and wait, .....
|
1.0
|
Why does it take so long to see the error message If connection string is broken. - Why does it take so long to see the error message If connection string is broken.
Version info:
- Platform version: 2.13.12
### Expected behavior
Get user friendly error message asap if sql connection is invalid.
Maybe we should have multi step health check before start.
### Actual behavior
We should wait for a long time If connection string is broken.
### Steps to reproduce
1. Download platform
2. Setup wrong SQL Connection
3. Start and wait, .....
|
priority
|
why does it take so long to see the error message if connection string is broken why does it take so long to see the error message if connection string is broken version info platform version expected behavior get user friendly error message asap if sql connection is invalid maybe we should have multi step health check before start actual behavior we should wait for a long time if connection string is broken steps to reproduce download platform setup wrong sql connection start and wait
| 1
|
508,340
| 14,698,718,657
|
IssuesEvent
|
2021-01-04 07:07:06
|
webcompat/web-bugs
|
https://api.github.com/repos/webcompat/web-bugs
|
closed
|
www.google.com - design is broken
|
browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical
|
<!-- @browser: Firefox 85.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:85.0) Gecko/20100101 Firefox/85.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/64713 -->
**URL**: https://www.google.com/search?safe=active&hl=es-419&source=hp&ei=5FPuX5S0M7Gx5OUPjNeOQA&q=juegos+friv&oq=j&gs_lcp=CgZwc3ktYWIQARgBMgUIABCxAzIFCAAQsQMyBQgAELEDMggIABCxAxCDATIFCAAQsQMyAgguMgUILhCxAzIFCAAQsQMyAggAMgUILhCxA1D-AVj-AWDyD2gAcAB4AIABXYgBXZIBATGYAQCgAQGqAQdnd3Mtd2l6&sclient=psy-ab
**Browser / Version**: Firefox 85.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes Edge
**Problem type**: Design is broken
**Description**: Items are overlapped
**Steps to Reproduce**:
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/12/754577ad-f961-412a-896f-5ff15df50696.jpeg">
</details>
<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: 20201220193140</li><li>channel: aurora</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/12/a9632891-fb2b-4f4b-8996-aa39b9d59666)
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
1.0
|
www.google.com - design is broken - <!-- @browser: Firefox 85.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:85.0) Gecko/20100101 Firefox/85.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/64713 -->
**URL**: https://www.google.com/search?safe=active&hl=es-419&source=hp&ei=5FPuX5S0M7Gx5OUPjNeOQA&q=juegos+friv&oq=j&gs_lcp=CgZwc3ktYWIQARgBMgUIABCxAzIFCAAQsQMyBQgAELEDMggIABCxAxCDATIFCAAQsQMyAgguMgUILhCxAzIFCAAQsQMyAggAMgUILhCxA1D-AVj-AWDyD2gAcAB4AIABXYgBXZIBATGYAQCgAQGqAQdnd3Mtd2l6&sclient=psy-ab
**Browser / Version**: Firefox 85.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes Edge
**Problem type**: Design is broken
**Description**: Items are overlapped
**Steps to Reproduce**:
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/12/754577ad-f961-412a-896f-5ff15df50696.jpeg">
</details>
<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: 20201220193140</li><li>channel: aurora</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/12/a9632891-fb2b-4f4b-8996-aa39b9d59666)
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
priority
|
design is broken url browser version firefox operating system windows tested another browser yes edge problem type design is broken description items are overlapped steps to reproduce view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel aurora hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
| 1
|
201,292
| 7,029,041,164
|
IssuesEvent
|
2017-12-25 17:18:19
|
viktorradnai/flightgear-ask21
|
https://api.github.com/repos/viktorradnai/flightgear-ask21
|
opened
|
Aileron has far too high drag
|
bug fdm highpriority
|
The aileron drag is so high that it directly decreases vertical speed by ~1m/s, which IMO is far too much, wenn using it (full deflection) along with the spoilers extended, it leads immediately to a decrease in airspeed of up to ~80km/h making the aircraft stall. l'll experiment whether simply decreasing drag="" in the aileron config (FDM) fixes this.
|
1.0
|
Aileron has far too high drag - The aileron drag is so high that it directly decreases vertical speed by ~1m/s, which IMO is far too much, wenn using it (full deflection) along with the spoilers extended, it leads immediately to a decrease in airspeed of up to ~80km/h making the aircraft stall. l'll experiment whether simply decreasing drag="" in the aileron config (FDM) fixes this.
|
priority
|
aileron has far too high drag the aileron drag is so high that it directly decreases vertical speed by s which imo is far too much wenn using it full deflection along with the spoilers extended it leads immediately to a decrease in airspeed of up to h making the aircraft stall l ll experiment whether simply decreasing drag in the aileron config fdm fixes this
| 1
|
297,296
| 9,166,660,917
|
IssuesEvent
|
2019-03-02 05:42:34
|
CS2113-AY1819S2-T09-3/main
|
https://api.github.com/repos/CS2113-AY1819S2-T09-3/main
|
closed
|
[v1.1] Add aliases for commands
|
priority.high
|
Aliases for Select, Clear, Find, List, History, Exit, Help, Undo and Redo are to be done
|
1.0
|
[v1.1] Add aliases for commands - Aliases for Select, Clear, Find, List, History, Exit, Help, Undo and Redo are to be done
|
priority
|
add aliases for commands aliases for select clear find list history exit help undo and redo are to be done
| 1
|
465,786
| 13,392,251,958
|
IssuesEvent
|
2020-09-03 00:49:29
|
zulip/zulip
|
https://api.github.com/repos/zulip/zulip
|
closed
|
Messages from notifications_bot aren't tagged for translation
|
area: i18n bug priority: high
|
You can find these and similar strings by searching the codebase for `get_system_bot`, since most things sent by system bots are this sort of notification. We may want to take the opportunity to edit the text a bit when tagging for translation as well.
In terms of what language to use, for private messages, we should use the language of the recipient user. For stream messages, we should use the default language for the organization. We may need to call the Django methods to change the language in these internal_send_message type code paths for this to work at runtime. But I think it's be reasonable to start with just tagging the strings so translators can start working on them.
A related set of strings we'll want to translate is those in `zerver/lib/onboarding.py`, but I think we might want to defer that until @rishig does another pass on the text, since they're fairly long?
https://zulip.readthedocs.io/en/latest/translating.html is relevant context for how to do the tags.
|
1.0
|
Messages from notifications_bot aren't tagged for translation - You can find these and similar strings by searching the codebase for `get_system_bot`, since most things sent by system bots are this sort of notification. We may want to take the opportunity to edit the text a bit when tagging for translation as well.
In terms of what language to use, for private messages, we should use the language of the recipient user. For stream messages, we should use the default language for the organization. We may need to call the Django methods to change the language in these internal_send_message type code paths for this to work at runtime. But I think it's be reasonable to start with just tagging the strings so translators can start working on them.
A related set of strings we'll want to translate is those in `zerver/lib/onboarding.py`, but I think we might want to defer that until @rishig does another pass on the text, since they're fairly long?
https://zulip.readthedocs.io/en/latest/translating.html is relevant context for how to do the tags.
|
priority
|
messages from notifications bot aren t tagged for translation you can find these and similar strings by searching the codebase for get system bot since most things sent by system bots are this sort of notification we may want to take the opportunity to edit the text a bit when tagging for translation as well in terms of what language to use for private messages we should use the language of the recipient user for stream messages we should use the default language for the organization we may need to call the django methods to change the language in these internal send message type code paths for this to work at runtime but i think it s be reasonable to start with just tagging the strings so translators can start working on them a related set of strings we ll want to translate is those in zerver lib onboarding py but i think we might want to defer that until rishig does another pass on the text since they re fairly long is relevant context for how to do the tags
| 1
|
53,254
| 3,037,737,101
|
IssuesEvent
|
2015-08-06 18:38:34
|
AbdusM/CnvergSales
|
https://api.github.com/repos/AbdusM/CnvergSales
|
opened
|
Gordon Daugherty
|
High Priority
|
Shockwave Innovations
Dir. Capitol Factory Incubator
Austin. TX
shockwaveinnovationsinfo@austin.rr.com
Angel Investor
|
1.0
|
Gordon Daugherty - Shockwave Innovations
Dir. Capitol Factory Incubator
Austin. TX
shockwaveinnovationsinfo@austin.rr.com
Angel Investor
|
priority
|
gordon daugherty shockwave innovations dir capitol factory incubator austin tx shockwaveinnovationsinfo austin rr com angel investor
| 1
|
575,211
| 17,024,171,542
|
IssuesEvent
|
2021-07-03 05:56:19
|
ahmedkaludi/accelerated-mobile-pages
|
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
|
closed
|
Some images are not getting displayed using normal gutenberg block on the amp version.
|
[Priority: HIGH] bug
|
Some images are not getting displayed using normal gutenberg block on the amp version.
On changing the user's current theme ( EAS child ), all images are loading on the amp version. Also, when we change the swift theme to any other theme, images are loading on the amp version.
ref: https://secure.helpscout.net/conversation/1543244270/202062?folderId=4459751
|
1.0
|
Some images are not getting displayed using normal gutenberg block on the amp version. - Some images are not getting displayed using normal gutenberg block on the amp version.
On changing the user's current theme ( EAS child ), all images are loading on the amp version. Also, when we change the swift theme to any other theme, images are loading on the amp version.
ref: https://secure.helpscout.net/conversation/1543244270/202062?folderId=4459751
|
priority
|
some images are not getting displayed using normal gutenberg block on the amp version some images are not getting displayed using normal gutenberg block on the amp version on changing the user s current theme eas child all images are loading on the amp version also when we change the swift theme to any other theme images are loading on the amp version ref
| 1
|
671,143
| 22,744,417,655
|
IssuesEvent
|
2022-07-07 07:54:25
|
YangCatalog/search
|
https://api.github.com/repos/YangCatalog/search
|
closed
|
Some OpenDaylight YANG modules have been removed
|
Priority: High Maintenance
|
Hi,
https://www.yangcatalog.org/yang-searchhttps://www.yangcatalog.org/yang-search/?csrfmiddlewaretoken=6Vtk5mi4uythWar5gtyrrUqDAfLBPzU16ZHOiwmaI5lmmnb12cYWFnzXUiE5Y8H1&search_string=routing&onlyLatest=1&searchFields%5B%5D=module&searchFields%5B%5D=argument&yangVersions%5B%5D=1.0&yangVersions%5B%5D=1.1&headersAll=1&headersTypes%5B%5D=Name&headersTypes%5B%5D=Revision&headersTypes%5B%5D=Schema+Type&headersTypes%5B%5D=Path&headersTypes%5B%5D=Module&headersTypes%5B%5D=Origin&headersTypes%5B%5D=Organization&headersTypes%5B%5D=Maturity&headersTypes%5B%5D=Imported+By+%23+Modules&headersTypes%5B%5D=Compilation+Status&headersTypes%5B%5D=Description&submit=Search%21
This produces:
ERROR! no opendaylight-sal-binding-broker-impl@2013-10-28 in API
ERROR! Search failed at opendaylight-sal-binding-broker-impl@2013-10-28/opendaylight: 'NoneType' object has no attribute 'get'
Recently some old OpenDaylight YANG modules have been removed from the YANG github.
This might the be reason.
Regards, Benoit
|
1.0
|
Some OpenDaylight YANG modules have been removed - Hi,
https://www.yangcatalog.org/yang-searchhttps://www.yangcatalog.org/yang-search/?csrfmiddlewaretoken=6Vtk5mi4uythWar5gtyrrUqDAfLBPzU16ZHOiwmaI5lmmnb12cYWFnzXUiE5Y8H1&search_string=routing&onlyLatest=1&searchFields%5B%5D=module&searchFields%5B%5D=argument&yangVersions%5B%5D=1.0&yangVersions%5B%5D=1.1&headersAll=1&headersTypes%5B%5D=Name&headersTypes%5B%5D=Revision&headersTypes%5B%5D=Schema+Type&headersTypes%5B%5D=Path&headersTypes%5B%5D=Module&headersTypes%5B%5D=Origin&headersTypes%5B%5D=Organization&headersTypes%5B%5D=Maturity&headersTypes%5B%5D=Imported+By+%23+Modules&headersTypes%5B%5D=Compilation+Status&headersTypes%5B%5D=Description&submit=Search%21
This produces:
ERROR! no opendaylight-sal-binding-broker-impl@2013-10-28 in API
ERROR! Search failed at opendaylight-sal-binding-broker-impl@2013-10-28/opendaylight: 'NoneType' object has no attribute 'get'
Recently some old OpenDaylight YANG modules have been removed from the YANG github.
This might the be reason.
Regards, Benoit
|
priority
|
some opendaylight yang modules have been removed hi this produces error no opendaylight sal binding broker impl in api error search failed at opendaylight sal binding broker impl opendaylight nonetype object has no attribute get recently some old opendaylight yang modules have been removed from the yang github this might the be reason regards benoit
| 1
|
790,474
| 27,826,504,767
|
IssuesEvent
|
2023-03-19 20:31:54
|
ledd-23/crowdyy
|
https://api.github.com/repos/ledd-23/crowdyy
|
closed
|
[CRD-21/Duplicate] Add additional attributes to Location model in backend
|
enhancement server high priority
|
**What:** Add date, time, and day of week attributes to the Location model in the backend.
**Why:** To express chronology and make documenting and processing much easier.
**AC:** Changes applied.
|
1.0
|
[CRD-21/Duplicate] Add additional attributes to Location model in backend - **What:** Add date, time, and day of week attributes to the Location model in the backend.
**Why:** To express chronology and make documenting and processing much easier.
**AC:** Changes applied.
|
priority
|
add additional attributes to location model in backend what add date time and day of week attributes to the location model in the backend why to express chronology and make documenting and processing much easier ac changes applied
| 1
|
123,817
| 4,876,497,965
|
IssuesEvent
|
2016-11-16 13:04:30
|
ActivityWatch/activitywatch
|
https://api.github.com/repos/ActivityWatch/activitywatch
|
closed
|
Create a logo
|
high-priority
|
We need something basic, something possibly clean and uncoloured that can be styled later if needed.
Possible designs will likely be brainstormed at next meetup.
|
1.0
|
Create a logo - We need something basic, something possibly clean and uncoloured that can be styled later if needed.
Possible designs will likely be brainstormed at next meetup.
|
priority
|
create a logo we need something basic something possibly clean and uncoloured that can be styled later if needed possible designs will likely be brainstormed at next meetup
| 1
|
597,422
| 18,163,106,235
|
IssuesEvent
|
2021-09-27 11:58:22
|
capgemini-stavanger/gi-en-jul
|
https://api.github.com/repos/capgemini-stavanger/gi-en-jul
|
opened
|
Institutions not able to insert phone number
|
Priority High
|
**Describe the bug**
Institutions cannot enter phone numbers starting with something else than 4 or 9, or have another length than 8.
**To Reproduce**
Steps to reproduce the behavior:
1. Log in as an institution and try to crate a family member.
**Expected behavior**
Phone number validation should be a bit more loose. Drop the validation of the starting number and the length. Only verify that the input is a number.
|
1.0
|
Institutions not able to insert phone number - **Describe the bug**
Institutions cannot enter phone numbers starting with something else than 4 or 9, or have another length than 8.
**To Reproduce**
Steps to reproduce the behavior:
1. Log in as an institution and try to crate a family member.
**Expected behavior**
Phone number validation should be a bit more loose. Drop the validation of the starting number and the length. Only verify that the input is a number.
|
priority
|
institutions not able to insert phone number describe the bug institutions cannot enter phone numbers starting with something else than or or have another length than to reproduce steps to reproduce the behavior log in as an institution and try to crate a family member expected behavior phone number validation should be a bit more loose drop the validation of the starting number and the length only verify that the input is a number
| 1
|
225,799
| 7,495,099,241
|
IssuesEvent
|
2018-04-07 17:09:51
|
AdChain/AdChainRegistryDapp
|
https://api.github.com/repos/AdChain/AdChainRegistryDapp
|
opened
|
ADT Amount Missing in Challenge Confirmation Modal
|
Priority: High Type: UX Enhancement
|
# Problem

# Solution
Properly display the current `minDeposit` in the ADT field
|
1.0
|
ADT Amount Missing in Challenge Confirmation Modal - # Problem

# Solution
Properly display the current `minDeposit` in the ADT field
|
priority
|
adt amount missing in challenge confirmation modal problem solution properly display the current mindeposit in the adt field
| 1
|
444,210
| 12,807,890,034
|
IssuesEvent
|
2020-07-03 12:29:40
|
wso2/docker-ei
|
https://api.github.com/repos/wso2/docker-ei
|
closed
|
Issue in checksum mismatch in Centos dockerfile JDK version
|
Priority/High Type/Bug
|
**Description:**
Checksum is mismatch with the centos dockerfile and the latest checksum for JDK8.
|
1.0
|
Issue in checksum mismatch in Centos dockerfile JDK version - **Description:**
Checksum is mismatch with the centos dockerfile and the latest checksum for JDK8.
|
priority
|
issue in checksum mismatch in centos dockerfile jdk version description checksum is mismatch with the centos dockerfile and the latest checksum for
| 1
|
384,068
| 11,383,056,655
|
IssuesEvent
|
2020-01-29 04:29:21
|
technote-space/toc-generator
|
https://api.github.com/repos/technote-space/toc-generator
|
closed
|
Action fails to run because of broken dependency.
|
Priority: High Type: Bug
|
## Describe the bug: バグの概要
<!-- A clear and concise description of what the bug is. -->
Currently facing an issue running this action, where it prints this error:
```
command [npx doctoc /home/runner/work/codeql-learninglab-actions/codeql-learninglab-actions/README*.md --title '**Table of Contents**' --github] exited with code 1. message: Command failed: npx doctoc /home/runner/work/codeql-learninglab-actions/codeql-learninglab-actions/README*.md --title '**Table of Contents**' --github
internal/modules/cjs/loader.js:796
throw err;
^
Error: Cannot find module 'which'
Require stack:
- /usr/local/lib/node_modules/npm/node_modules/libnpx/index.js
- /usr/local/lib/node_modules/npm/bin/npx-cli.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:793:17)
at Function.Module._load (internal/modules/cjs/loader.js:686:27)
at Module.require (internal/modules/cjs/loader.js:848:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/libnpx/index.js:10:25)
at Module._compile (internal/modules/cjs/loader.js:955:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:991:10)
at Module.load (internal/modules/cjs/loader.js:811:32)
at Function.Module._load (internal/modules/cjs/loader.js:723:14)
at Module.require (internal/modules/cjs/loader.js:848:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
```
See: https://github.com/github/codeql-learninglab-actions/runs/411835295?check_suite_focus=true
Looks like it's probably a dependency issue in `doctoc`, maybe some dependency relying on an implicit dependency?
<!-- バグの内容を簡潔かつ明確に書いてください -->
## To Reproduce: 再現手順
Steps to reproduce the behavior:
1. Run a workflow with this action
1. See error
## Expected behavior: 期待する動作
<!-- A clear and concise description of what you expected to happen. -->
Action runs without module resolution error.
<!-- あなたが期待する動きを簡潔かつ明確に書いてください -->
## Operating environment: バグが発生した環境
Workflow with this config:
```yml
jobs:
generateTOC:
runs-on: ubuntu-latest
name: Generate Table of Contents
steps:
- name: TOC Generator
uses: technote-space/toc-generator@v2.0.6
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Seems to also happen when bumping to `v2.0.9`
|
1.0
|
Action fails to run because of broken dependency. - ## Describe the bug: バグの概要
<!-- A clear and concise description of what the bug is. -->
Currently facing an issue running this action, where it prints this error:
```
command [npx doctoc /home/runner/work/codeql-learninglab-actions/codeql-learninglab-actions/README*.md --title '**Table of Contents**' --github] exited with code 1. message: Command failed: npx doctoc /home/runner/work/codeql-learninglab-actions/codeql-learninglab-actions/README*.md --title '**Table of Contents**' --github
internal/modules/cjs/loader.js:796
throw err;
^
Error: Cannot find module 'which'
Require stack:
- /usr/local/lib/node_modules/npm/node_modules/libnpx/index.js
- /usr/local/lib/node_modules/npm/bin/npx-cli.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:793:17)
at Function.Module._load (internal/modules/cjs/loader.js:686:27)
at Module.require (internal/modules/cjs/loader.js:848:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/libnpx/index.js:10:25)
at Module._compile (internal/modules/cjs/loader.js:955:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:991:10)
at Module.load (internal/modules/cjs/loader.js:811:32)
at Function.Module._load (internal/modules/cjs/loader.js:723:14)
at Module.require (internal/modules/cjs/loader.js:848:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
```
See: https://github.com/github/codeql-learninglab-actions/runs/411835295?check_suite_focus=true
Looks like it's probably a dependency issue in `doctoc`, maybe some dependency relying on an implicit dependency?
<!-- バグの内容を簡潔かつ明確に書いてください -->
## To Reproduce: 再現手順
Steps to reproduce the behavior:
1. Run a workflow with this action
1. See error
## Expected behavior: 期待する動作
<!-- A clear and concise description of what you expected to happen. -->
Action runs without module resolution error.
<!-- あなたが期待する動きを簡潔かつ明確に書いてください -->
## Operating environment: バグが発生した環境
Workflow with this config:
```yml
jobs:
generateTOC:
runs-on: ubuntu-latest
name: Generate Table of Contents
steps:
- name: TOC Generator
uses: technote-space/toc-generator@v2.0.6
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Seems to also happen when bumping to `v2.0.9`
|
priority
|
action fails to run because of broken dependency describe the bug バグの概要 currently facing an issue running this action where it prints this error command exited with code message command failed npx doctoc home runner work codeql learninglab actions codeql learninglab actions readme md title table of contents github internal modules cjs loader js throw err error cannot find module which require stack usr local lib node modules npm node modules libnpx index js usr local lib node modules npm bin npx cli js at function module resolvefilename internal modules cjs loader js at function module load internal modules cjs loader js at module require internal modules cjs loader js at require internal modules cjs helpers js at object usr local lib node modules npm node modules libnpx index js at module compile internal modules cjs loader js at object module extensions js internal modules cjs loader js at module load internal modules cjs loader js at function module load internal modules cjs loader js at module require internal modules cjs loader js code module not found requirestack see looks like it s probably a dependency issue in doctoc maybe some dependency relying on an implicit dependency to reproduce 再現手順 steps to reproduce the behavior run a workflow with this action see error expected behavior 期待する動作 action runs without module resolution error operating environment バグが発生した環境 workflow with this config yml jobs generatetoc runs on ubuntu latest name generate table of contents steps name toc generator uses technote space toc generator with github token secrets github token seems to also happen when bumping to
| 1
|
763,489
| 26,759,440,489
|
IssuesEvent
|
2023-01-31 04:58:18
|
ballerina-platform/ballerina-lang
|
https://api.github.com/repos/ballerina-platform/ballerina-lang
|
closed
|
[Bug]: Field access completions are not working for `regexp`
|
Type/Bug Priority/High Status/Blocked Team/LanguageServer Points/2 Area/Completion
|
### Description
$subject.
<img width="881" alt="Screenshot 2023-01-05 at 12 04 32" src="https://user-images.githubusercontent.com/46857198/210716791-37ab997e-9278-4ef1-874a-950631cc8e45.png">
The completion list must contain other necessary accessible methods.
### Steps to Reproduce
_No response_
### Affected Version(s)
Master
### OS, DB, other environment details and versions
_No response_
### Related area
-> Editor
### Related issue(s) (optional)
_No response_
### Suggested label(s) (optional)
_No response_
### Suggested assignee(s) (optional)
_No response_
|
1.0
|
[Bug]: Field access completions are not working for `regexp` - ### Description
$subject.
<img width="881" alt="Screenshot 2023-01-05 at 12 04 32" src="https://user-images.githubusercontent.com/46857198/210716791-37ab997e-9278-4ef1-874a-950631cc8e45.png">
The completion list must contain other necessary accessible methods.
### Steps to Reproduce
_No response_
### Affected Version(s)
Master
### OS, DB, other environment details and versions
_No response_
### Related area
-> Editor
### Related issue(s) (optional)
_No response_
### Suggested label(s) (optional)
_No response_
### Suggested assignee(s) (optional)
_No response_
|
priority
|
field access completions are not working for regexp description subject img width alt screenshot at src the completion list must contain other necessary accessible methods steps to reproduce no response affected version s master os db other environment details and versions no response related area editor related issue s optional no response suggested label s optional no response suggested assignee s optional no response
| 1
|
767,581
| 26,932,097,911
|
IssuesEvent
|
2023-02-07 17:32:33
|
pytorch/pytorch
|
https://api.github.com/repos/pytorch/pytorch
|
closed
|
AVX512 CPU kernels result in 5+% slower Transformer training on Cascade Lake CPU
|
high priority module: performance triaged module: regression
|
### 🐛 Describe the bug
Benchmarking latest nightly using [WLM_Transformers example](https://github.com/pytorch/examples/tree/main/word_language_model) AVX512 kernels are 18% slower than using AVX2 ones:
```
(py38-cpu-perf-regression) nshulga@compile-st-c524xlarge-1:/fsx/users/nshulga/examples/word_language_model$ ATEN_CPU_CAPABILITY=avx512 python3 main.py --epochs 1 --model Transformer
| epoch 1 | 200/ 2983 batches | lr 20.00 | ms/batch 116.19 | loss 10.18 | ppl 26302.43
| epoch 1 | 400/ 2983 batches | lr 20.00 | ms/batch 114.48 | loss 8.87 | ppl 7147.02
| epoch 1 | 600/ 2983 batches | lr 20.00 | ms/batch 114.27 | loss 8.80 | ppl 6629.19
| epoch 1 | 800/ 2983 batches | lr 20.00 | ms/batch 114.25 | loss 8.72 | ppl 6129.05
| epoch 1 | 1000/ 2983 batches | lr 20.00 | ms/batch 114.11 | loss 8.59 | ppl 5365.68
| epoch 1 | 1200/ 2983 batches | lr 20.00 | ms/batch 114.22 | loss 8.51 | ppl 4983.37
| epoch 1 | 1400/ 2983 batches | lr 20.00 | ms/batch 114.18 | loss 8.39 | ppl 4398.82
| epoch 1 | 1600/ 2983 batches | lr 20.00 | ms/batch 114.15 | loss 8.39 | ppl 4384.90
| epoch 1 | 1800/ 2983 batches | lr 20.00 | ms/batch 118.34 | loss 8.90 | ppl 7346.31
| epoch 1 | 2000/ 2983 batches | lr 20.00 | ms/batch 114.09 | loss 8.44 | ppl 4624.59
| epoch 1 | 2200/ 2983 batches | lr 20.00 | ms/batch 114.31 | loss 8.47 | ppl 4756.44
| epoch 1 | 2400/ 2983 batches | lr 20.00 | ms/batch 116.08 | loss 8.35 | ppl 4221.11
| epoch 1 | 2600/ 2983 batches | lr 20.00 | ms/batch 116.65 | loss 7.94 | ppl 2804.23
| epoch 1 | 2800/ 2983 batches | lr 20.00 | ms/batch 117.27 | loss 7.73 | ppl 2286.98
-----------------------------------------------------------------------------------------
| end of epoch 1 | time: 373.57s | valid loss 7.68 | valid ppl 2172.06
-----------------------------------------------------------------------------------------
=========================================================================================
| End of training | test loss 7.64 | test ppl 2074.23
=========================================================================================
```
```
(py38-cpu-perf-regression) nshulga@compile-st-c524xlarge-1:/fsx/users/nshulga/examples/word_language_model$ ATEN_CPU_CAPABILITY=avx2 python3 main.py --epochs 1 --model Transformer
| epoch 1 | 200/ 2983 batches | lr 20.00 | ms/batch 99.94 | loss 10.23 | ppl 27662.15
| epoch 1 | 400/ 2983 batches | lr 20.00 | ms/batch 99.28 | loss 8.90 | ppl 7320.05
| epoch 1 | 600/ 2983 batches | lr 20.00 | ms/batch 99.09 | loss 8.74 | ppl 6236.06
| epoch 1 | 800/ 2983 batches | lr 20.00 | ms/batch 98.95 | loss 8.66 | ppl 5758.26
| epoch 1 | 1000/ 2983 batches | lr 20.00 | ms/batch 98.71 | loss 8.71 | ppl 6060.82
| epoch 1 | 1200/ 2983 batches | lr 20.00 | ms/batch 98.84 | loss 8.70 | ppl 5988.82
| epoch 1 | 1400/ 2983 batches | lr 20.00 | ms/batch 98.98 | loss 8.45 | ppl 4672.35
| epoch 1 | 1600/ 2983 batches | lr 20.00 | ms/batch 98.90 | loss 8.49 | ppl 4854.61
| epoch 1 | 1800/ 2983 batches | lr 20.00 | ms/batch 98.80 | loss 8.44 | ppl 4621.51
| epoch 1 | 2000/ 2983 batches | lr 20.00 | ms/batch 99.10 | loss 8.52 | ppl 5006.33
| epoch 1 | 2200/ 2983 batches | lr 20.00 | ms/batch 98.87 | loss 8.35 | ppl 4226.65
| epoch 1 | 2400/ 2983 batches | lr 20.00 | ms/batch 98.74 | loss 8.28 | ppl 3956.08
| epoch 1 | 2600/ 2983 batches | lr 20.00 | ms/batch 98.85 | loss 8.49 | ppl 4862.32
| epoch 1 | 2800/ 2983 batches | lr 20.00 | ms/batch 98.68 | loss 8.30 | ppl 4042.19
-----------------------------------------------------------------------------------------
| end of epoch 1 | time: 315.10s | valid loss 7.60 | valid ppl 2003.26
-----------------------------------------------------------------------------------------
=========================================================================================
| End of training | test loss 7.55 | test ppl 1891.44
=========================================================================================
```
### Versions
1.13.0.dev20220610+cpu)
cc @ezyang @gchanan @zou3519 @VitalyFedyunin @ngimel @xuzhao9 @imaginary-person
|
1.0
|
AVX512 CPU kernels result in 5+% slower Transformer training on Cascade Lake CPU - ### 🐛 Describe the bug
Benchmarking latest nightly using [WLM_Transformers example](https://github.com/pytorch/examples/tree/main/word_language_model) AVX512 kernels are 18% slower than using AVX2 ones:
```
(py38-cpu-perf-regression) nshulga@compile-st-c524xlarge-1:/fsx/users/nshulga/examples/word_language_model$ ATEN_CPU_CAPABILITY=avx512 python3 main.py --epochs 1 --model Transformer
| epoch 1 | 200/ 2983 batches | lr 20.00 | ms/batch 116.19 | loss 10.18 | ppl 26302.43
| epoch 1 | 400/ 2983 batches | lr 20.00 | ms/batch 114.48 | loss 8.87 | ppl 7147.02
| epoch 1 | 600/ 2983 batches | lr 20.00 | ms/batch 114.27 | loss 8.80 | ppl 6629.19
| epoch 1 | 800/ 2983 batches | lr 20.00 | ms/batch 114.25 | loss 8.72 | ppl 6129.05
| epoch 1 | 1000/ 2983 batches | lr 20.00 | ms/batch 114.11 | loss 8.59 | ppl 5365.68
| epoch 1 | 1200/ 2983 batches | lr 20.00 | ms/batch 114.22 | loss 8.51 | ppl 4983.37
| epoch 1 | 1400/ 2983 batches | lr 20.00 | ms/batch 114.18 | loss 8.39 | ppl 4398.82
| epoch 1 | 1600/ 2983 batches | lr 20.00 | ms/batch 114.15 | loss 8.39 | ppl 4384.90
| epoch 1 | 1800/ 2983 batches | lr 20.00 | ms/batch 118.34 | loss 8.90 | ppl 7346.31
| epoch 1 | 2000/ 2983 batches | lr 20.00 | ms/batch 114.09 | loss 8.44 | ppl 4624.59
| epoch 1 | 2200/ 2983 batches | lr 20.00 | ms/batch 114.31 | loss 8.47 | ppl 4756.44
| epoch 1 | 2400/ 2983 batches | lr 20.00 | ms/batch 116.08 | loss 8.35 | ppl 4221.11
| epoch 1 | 2600/ 2983 batches | lr 20.00 | ms/batch 116.65 | loss 7.94 | ppl 2804.23
| epoch 1 | 2800/ 2983 batches | lr 20.00 | ms/batch 117.27 | loss 7.73 | ppl 2286.98
-----------------------------------------------------------------------------------------
| end of epoch 1 | time: 373.57s | valid loss 7.68 | valid ppl 2172.06
-----------------------------------------------------------------------------------------
=========================================================================================
| End of training | test loss 7.64 | test ppl 2074.23
=========================================================================================
```
```
(py38-cpu-perf-regression) nshulga@compile-st-c524xlarge-1:/fsx/users/nshulga/examples/word_language_model$ ATEN_CPU_CAPABILITY=avx2 python3 main.py --epochs 1 --model Transformer
| epoch 1 | 200/ 2983 batches | lr 20.00 | ms/batch 99.94 | loss 10.23 | ppl 27662.15
| epoch 1 | 400/ 2983 batches | lr 20.00 | ms/batch 99.28 | loss 8.90 | ppl 7320.05
| epoch 1 | 600/ 2983 batches | lr 20.00 | ms/batch 99.09 | loss 8.74 | ppl 6236.06
| epoch 1 | 800/ 2983 batches | lr 20.00 | ms/batch 98.95 | loss 8.66 | ppl 5758.26
| epoch 1 | 1000/ 2983 batches | lr 20.00 | ms/batch 98.71 | loss 8.71 | ppl 6060.82
| epoch 1 | 1200/ 2983 batches | lr 20.00 | ms/batch 98.84 | loss 8.70 | ppl 5988.82
| epoch 1 | 1400/ 2983 batches | lr 20.00 | ms/batch 98.98 | loss 8.45 | ppl 4672.35
| epoch 1 | 1600/ 2983 batches | lr 20.00 | ms/batch 98.90 | loss 8.49 | ppl 4854.61
| epoch 1 | 1800/ 2983 batches | lr 20.00 | ms/batch 98.80 | loss 8.44 | ppl 4621.51
| epoch 1 | 2000/ 2983 batches | lr 20.00 | ms/batch 99.10 | loss 8.52 | ppl 5006.33
| epoch 1 | 2200/ 2983 batches | lr 20.00 | ms/batch 98.87 | loss 8.35 | ppl 4226.65
| epoch 1 | 2400/ 2983 batches | lr 20.00 | ms/batch 98.74 | loss 8.28 | ppl 3956.08
| epoch 1 | 2600/ 2983 batches | lr 20.00 | ms/batch 98.85 | loss 8.49 | ppl 4862.32
| epoch 1 | 2800/ 2983 batches | lr 20.00 | ms/batch 98.68 | loss 8.30 | ppl 4042.19
-----------------------------------------------------------------------------------------
| end of epoch 1 | time: 315.10s | valid loss 7.60 | valid ppl 2003.26
-----------------------------------------------------------------------------------------
=========================================================================================
| End of training | test loss 7.55 | test ppl 1891.44
=========================================================================================
```
### Versions
1.13.0.dev20220610+cpu)
cc @ezyang @gchanan @zou3519 @VitalyFedyunin @ngimel @xuzhao9 @imaginary-person
|
priority
|
cpu kernels result in slower transformer training on cascade lake cpu 🐛 describe the bug benchmarking latest nightly using kernels are slower than using ones cpu perf regression nshulga compile st fsx users nshulga examples word language model aten cpu capability main py epochs model transformer epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl end of epoch time valid loss valid ppl end of training test loss test ppl cpu perf regression nshulga compile st fsx users nshulga examples word language model aten cpu capability main py epochs model transformer epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl epoch batches lr ms batch loss ppl end of epoch time valid loss valid ppl end of training test loss test ppl versions cpu cc ezyang gchanan vitalyfedyunin ngimel imaginary person
| 1
|
568,315
| 16,964,577,920
|
IssuesEvent
|
2021-06-29 09:18:57
|
dmwm/WMCore
|
https://api.github.com/repos/dmwm/WMCore
|
closed
|
[py2py3] Make DBFormatter return native strings instead of bytes
|
BUG High Priority Python3 WMAgent py3 potential bug
|
**Impact of the bug**
Mostly WMAgent (and externals)
**Describe the bug**
Some places in WMCore actually expect a python3 string data type, instead of bytes, as it's been reported in this comment:
https://github.com/dmwm/WMCore/issues/10634#issuecomment-869847004
StompAMQ was also failing in AgentStatusWatcher with:
```
2021-06-28 18:20:05,645:140147165435648:ERROR:StompAMQ:Notification: {'type': 'cms_wmagent_info', 'version': '0.3', 'producer': 'wmagent'} (type=<class 'dict'>) not send, error: Object of type bytes is not JSON serializable
```
So, I believe it would be better to actually format the DAOs results to native string instead of encoding its output to bytes.
**How to reproduce it**
Run WMAgent Python3 `1.5.0.pre3`, with some patches on top of it to allow components to be started.
**Expected behavior**
Instead of casting strings/bytes to byte strings in the DBFormatter `formatDict` and `formatList`, I'd suggest to actually decode the byte/string output to unicode (native string in python2 and python3).
It fixes at least the problem reported here: https://github.com/dmwm/WMCore/pull/10635#issuecomment-869897102
I think the same change should actually get extended to the other methods formatting DAOs results. But since we only have the current bytes casting in those two methods, I think it's a good start.
**Additional context and error message**
None
|
1.0
|
[py2py3] Make DBFormatter return native strings instead of bytes - **Impact of the bug**
Mostly WMAgent (and externals)
**Describe the bug**
Some places in WMCore actually expect a python3 string data type, instead of bytes, as it's been reported in this comment:
https://github.com/dmwm/WMCore/issues/10634#issuecomment-869847004
StompAMQ was also failing in AgentStatusWatcher with:
```
2021-06-28 18:20:05,645:140147165435648:ERROR:StompAMQ:Notification: {'type': 'cms_wmagent_info', 'version': '0.3', 'producer': 'wmagent'} (type=<class 'dict'>) not send, error: Object of type bytes is not JSON serializable
```
So, I believe it would be better to actually format the DAOs results to native string instead of encoding its output to bytes.
**How to reproduce it**
Run WMAgent Python3 `1.5.0.pre3`, with some patches on top of it to allow components to be started.
**Expected behavior**
Instead of casting strings/bytes to byte strings in the DBFormatter `formatDict` and `formatList`, I'd suggest to actually decode the byte/string output to unicode (native string in python2 and python3).
It fixes at least the problem reported here: https://github.com/dmwm/WMCore/pull/10635#issuecomment-869897102
I think the same change should actually get extended to the other methods formatting DAOs results. But since we only have the current bytes casting in those two methods, I think it's a good start.
**Additional context and error message**
None
|
priority
|
make dbformatter return native strings instead of bytes impact of the bug mostly wmagent and externals describe the bug some places in wmcore actually expect a string data type instead of bytes as it s been reported in this comment stompamq was also failing in agentstatuswatcher with error stompamq notification type cms wmagent info version producer wmagent type not send error object of type bytes is not json serializable so i believe it would be better to actually format the daos results to native string instead of encoding its output to bytes how to reproduce it run wmagent with some patches on top of it to allow components to be started expected behavior instead of casting strings bytes to byte strings in the dbformatter formatdict and formatlist i d suggest to actually decode the byte string output to unicode native string in and it fixes at least the problem reported here i think the same change should actually get extended to the other methods formatting daos results but since we only have the current bytes casting in those two methods i think it s a good start additional context and error message none
| 1
|
184,955
| 6,717,636,438
|
IssuesEvent
|
2017-10-15 00:08:45
|
mathgizmo/gizmo
|
https://api.github.com/repos/mathgizmo/gizmo
|
closed
|
Admin: add possibility to select an image for topic on topic creation
|
High priority minor task
|
We should have one file with allowed topic images.
Something like this http://all-free-download.com/free-icon/download/icontexto-webdev-icons-pack_120623.html - find any for now, we will have to find designer to create our own pack.
Icons should be cat from that file by css.
Add mew field in DB into topic table with image id.
Add corresponded field at topic form, that will allow to select image from the list
Image size should be 100x100
Show image on the left at topic list form
|
1.0
|
Admin: add possibility to select an image for topic on topic creation -
We should have one file with allowed topic images.
Something like this http://all-free-download.com/free-icon/download/icontexto-webdev-icons-pack_120623.html - find any for now, we will have to find designer to create our own pack.
Icons should be cat from that file by css.
Add mew field in DB into topic table with image id.
Add corresponded field at topic form, that will allow to select image from the list
Image size should be 100x100
Show image on the left at topic list form
|
priority
|
admin add possibility to select an image for topic on topic creation we should have one file with allowed topic images something like this find any for now we will have to find designer to create our own pack icons should be cat from that file by css add mew field in db into topic table with image id add corresponded field at topic form that will allow to select image from the list image size should be show image on the left at topic list form
| 1
|
243,147
| 7,853,803,049
|
IssuesEvent
|
2018-06-20 18:36:49
|
canmet-energy/btap_tasks
|
https://api.github.com/repos/canmet-energy/btap_tasks
|
closed
|
Presentation for AQME
|
Priority High Training outreach
|
Translate Presentation for Meli by 2018--05-16. This will be a french presentation for AQME on BTAP and how it relates to codes.
|
1.0
|
Presentation for AQME - Translate Presentation for Meli by 2018--05-16. This will be a french presentation for AQME on BTAP and how it relates to codes.
|
priority
|
presentation for aqme translate presentation for meli by this will be a french presentation for aqme on btap and how it relates to codes
| 1
|
75,375
| 3,461,844,664
|
IssuesEvent
|
2015-12-20 12:45:28
|
PowerPointLabs/powerpointlabs
|
https://api.github.com/repos/PowerPointLabs/powerpointlabs
|
closed
|
Text highlight is behind the text
|
Feature.TextHighlight Priority.Medium status.releaseCandidate type-enhancement
|
Highlight test does not work if the text box has a fill color. Perhaps in such cases the highlight should be in front of the text?
|
1.0
|
Text highlight is behind the text - Highlight test does not work if the text box has a fill color. Perhaps in such cases the highlight should be in front of the text?
|
priority
|
text highlight is behind the text highlight test does not work if the text box has a fill color perhaps in such cases the highlight should be in front of the text
| 1
|
627,619
| 19,910,385,307
|
IssuesEvent
|
2022-01-25 16:36:01
|
Datawheel/canon
|
https://api.github.com/repos/Datawheel/canon
|
closed
|
[reports] extract non-d3 vizconfig options
|
type: feature priority: 2 - high effort: 3 - standard package: reports
|
A number of hacky CMS-level configs are overloading the pure d3plus config, including:
- [ ] Tabs
- [ ] Mini vs Large
We also want some new ones, like:
- [ ] Setting visibility on the options panel
- [ ] A CMS-only title for visualizations (replaces #1041)
During the next database change, add a configuration column to handle these configurations, and move them OUT of the d3plus configs (but maintain backwards compatibility)
|
1.0
|
[reports] extract non-d3 vizconfig options - A number of hacky CMS-level configs are overloading the pure d3plus config, including:
- [ ] Tabs
- [ ] Mini vs Large
We also want some new ones, like:
- [ ] Setting visibility on the options panel
- [ ] A CMS-only title for visualizations (replaces #1041)
During the next database change, add a configuration column to handle these configurations, and move them OUT of the d3plus configs (but maintain backwards compatibility)
|
priority
|
extract non vizconfig options a number of hacky cms level configs are overloading the pure config including tabs mini vs large we also want some new ones like setting visibility on the options panel a cms only title for visualizations replaces during the next database change add a configuration column to handle these configurations and move them out of the configs but maintain backwards compatibility
| 1
|
364,524
| 10,765,464,703
|
IssuesEvent
|
2019-11-01 11:05:53
|
mantidproject/mantid
|
https://api.github.com/repos/mantidproject/mantid
|
opened
|
Workbench can hang with plots of live data
|
Bug High Priority Live Data Workbench
|
### Expected behavior
Workbench should not hang
### Actual behavior
Workbench sometimes hangs when showing plots of live data when live data is still accumulating.
### Steps to reproduce the behavior
I found these new issues in Workbench when following the unscripted testing instructions when I got to the final example of ADARA_FakeEvent with post-processing. I think it may be to do with AccumulationMethod=Add. Note that the test instructions have disappeared from the wiki but you can see them on PR #27218
- Workbench hung when I plotted the spectra for the output live and accumulation workspaces. The hang happened at around chunk 15 the first time but not till chunk 410 a second time. This seems ok in Workbench v4.1.0 (at least till around chunk 1000, although I had another issue where one of the plots went blank) and is ok in MantidPlot in either version.
- Another time doing the same thing, both of the output workspaces disappeared even though live data was still running. I couldn't reproduce this.

### Platforms affected
Seen on Windows 10
|
1.0
|
Workbench can hang with plots of live data - ### Expected behavior
Workbench should not hang
### Actual behavior
Workbench sometimes hangs when showing plots of live data when live data is still accumulating.
### Steps to reproduce the behavior
I found these new issues in Workbench when following the unscripted testing instructions when I got to the final example of ADARA_FakeEvent with post-processing. I think it may be to do with AccumulationMethod=Add. Note that the test instructions have disappeared from the wiki but you can see them on PR #27218
- Workbench hung when I plotted the spectra for the output live and accumulation workspaces. The hang happened at around chunk 15 the first time but not till chunk 410 a second time. This seems ok in Workbench v4.1.0 (at least till around chunk 1000, although I had another issue where one of the plots went blank) and is ok in MantidPlot in either version.
- Another time doing the same thing, both of the output workspaces disappeared even though live data was still running. I couldn't reproduce this.

### Platforms affected
Seen on Windows 10
|
priority
|
workbench can hang with plots of live data expected behavior workbench should not hang actual behavior workbench sometimes hangs when showing plots of live data when live data is still accumulating steps to reproduce the behavior i found these new issues in workbench when following the unscripted testing instructions when i got to the final example of adara fakeevent with post processing i think it may be to do with accumulationmethod add note that the test instructions have disappeared from the wiki but you can see them on pr workbench hung when i plotted the spectra for the output live and accumulation workspaces the hang happened at around chunk the first time but not till chunk a second time this seems ok in workbench at least till around chunk although i had another issue where one of the plots went blank and is ok in mantidplot in either version another time doing the same thing both of the output workspaces disappeared even though live data was still running i couldn t reproduce this platforms affected seen on windows
| 1
|
213,704
| 7,255,642,827
|
IssuesEvent
|
2018-02-16 15:31:23
|
milaroisin/SOEN341
|
https://api.github.com/repos/milaroisin/SOEN341
|
closed
|
Server-side sign up verification
|
high priority high risk
|
After validation for the client side is set , set the validation for the server side to check if the data insert by the user is correct such pass username password ,valid email address , confirm password and confirm email address
|
1.0
|
Server-side sign up verification - After validation for the client side is set , set the validation for the server side to check if the data insert by the user is correct such pass username password ,valid email address , confirm password and confirm email address
|
priority
|
server side sign up verification after validation for the client side is set set the validation for the server side to check if the data insert by the user is correct such pass username password valid email address confirm password and confirm email address
| 1
|
211,027
| 7,197,665,871
|
IssuesEvent
|
2018-02-05 09:57:30
|
wso2/product-iots
|
https://api.github.com/repos/wso2/product-iots
|
opened
|
Unable to view shared device via a group
|
Priority/Highest Severity/Blocker Type/Bug
|
**Description:**
Exception throws when tried to access shared device via a group.
```
[2018-02-05 15:13:39,486] [IoT-Core] ERROR - {org.wso2.carbon.device.mgt.jaxrs.service.impl.DeviceManagementServiceImpl} User 'charitha' is not authorized to retrieve the given device id '5dadbd0dc0bbd7e6'
[2018-02-05 15:13:39,489] [IoT-Core] ERROR - {handlebars-module} An exception thrown when executing the script '/app/units/cdmf.unit.device.type.android.device-view/device-view.js'.
[2018-02-05 15:13:39,489] [IoT-Core] ERROR - {dynamic-files-renderer} Cannot read property "status" from undefined
org.mozilla.javascript.EcmaError: TypeError: Cannot read property "status" from undefined (/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js#2236(Function)#2(Function)#2)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3687)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3665)
at org.mozilla.javascript.ScriptRuntime.typeError(ScriptRuntime.java:3693)
at org.mozilla.javascript.ScriptRuntime.typeError2(ScriptRuntime.java:3712)
at org.mozilla.javascript.ScriptRuntime.undefReadError(ScriptRuntime.java:3725)
at org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRuntime.java:1432)
at org.jaggeryjs.rhino.devicemgt.app.units.cdmf.unit.device.type.android.device_view.c1._c_onRequest_1(/devicemgt/app/units/cdmf.unit.device.type.android.device-view/device-view.js:32)
at org.jaggeryjs.rhino.devicemgt.app.units.cdmf.unit.device.type.android.device_view.c1.call(/devicemgt/app/units/cdmf.unit.device.type.android.device-view/device-view.js)
at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0._c_executeScript_8(/devicemgt/lib/modules/handlebars/handlebars.js:239)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0.call(/devicemgt/lib/modules/handlebars/handlebars.js)
at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:63)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0._c_unitHelper_11(/devicemgt/lib/modules/handlebars/handlebars.js:414)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0.call(/devicemgt/lib/modules/handlebars/handlebars.js)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473)
at script.anonymous(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js#2236(Function)#2(Function):2)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2._c_anonymous_48(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js:589)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2.call(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js)
at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0._c_zoneHelper_12(/devicemgt/lib/modules/handlebars/handlebars.js:517)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0.call(/devicemgt/lib/modules/handlebars/handlebars.js)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473)
at script.anonymous(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js#2236(Function)#2(Function):12)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2._c_anonymous_44(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js:558)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2.call(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2._c_anonymous_142(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js:2029)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2.call(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js)
at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0._c_pageHelper_10(/devicemgt/lib/modules/handlebars/handlebars.js:316)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0.call(/devicemgt/lib/modules/handlebars/handlebars.js)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473)
at script.anonymous(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js#2236(Function):2)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2._c_anonymous_44(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js:558)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2.call(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2._c_anonymous_142(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js:2029)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2.call(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js)
at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0._c_anonymous_16(/devicemgt/lib/modules/handlebars/handlebars.js:706)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0.call(/devicemgt/lib/modules/handlebars/handlebars.js)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.c6._c_anonymous_4(/devicemgt/lib/dynamic-files-renderer.js:97)
at org.jaggeryjs.rhino.devicemgt.lib.c6.call(/devicemgt/lib/dynamic-files-renderer.js)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.c6._c_anonymous_3(/devicemgt/lib/dynamic-files-renderer.js:80)
at org.jaggeryjs.rhino.devicemgt.lib.c6.call(/devicemgt/lib/dynamic-files-renderer.js)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.c5._c_anonymous_5(/devicemgt/lib/pages-router.js:181)
at org.jaggeryjs.rhino.devicemgt.lib.c5.call(/devicemgt/lib/pages-router.js)
at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
at org.jaggeryjs.rhino.devicemgt.lib.c3._c_script_0(/devicemgt/lib/pages.jag:23)
at org.jaggeryjs.rhino.devicemgt.lib.c3.call(/devicemgt/lib/pages.jag)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
at org.jaggeryjs.rhino.devicemgt.lib.c3.call(/devicemgt/lib/pages.jag)
at org.jaggeryjs.rhino.devicemgt.lib.c3.exec(/devicemgt/lib/pages.jag)
at org.jaggeryjs.scriptengine.engine.RhinoEngine.execScript(RhinoEngine.java:567)
at org.jaggeryjs.scriptengine.engine.RhinoEngine.exec(RhinoEngine.java:273)
at org.jaggeryjs.jaggery.core.manager.WebAppManager.exec(WebAppManager.java:588)
at org.jaggeryjs.jaggery.core.manager.WebAppManager.execute(WebAppManager.java:508)
at org.jaggeryjs.jaggery.core.JaggeryServlet.doGet(JaggeryServlet.java:24)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:743)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:485)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:377)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:337)
at org.jaggeryjs.jaggery.core.JaggeryFilter.doFilter(JaggeryFilter.java:21)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter.doFilter(ContentTypeBasedCachePreventionFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:88)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.filters.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:124)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:506)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:99)
at org.wso2.carbon.tomcat.ext.valves.CarbonTomcatValve$1.invoke(CarbonTomcatValve.java:47)
at org.wso2.carbon.webapp.mgt.TenantLazyLoaderValve.invoke(TenantLazyLoaderValve.java:57)
at org.wso2.carbon.webapp.authenticator.framework.WebappAuthenticationValve.invoke(WebappAuthenticationValve.java:46)
at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:47)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62)
at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:159)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:962)
at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1115)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1770)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1729)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
```
**Affected Product Version:**
IoTS-3.2.0-RC1
**OS, DB, other environment details and versions:**
Fedora 23 x64, H2
**Steps to reproduce:**
1. Login as Admin
2. Enroll new android device
3. Create new device group named group1
4. Assign enrolled device to the group1
5. Create new role called role1 and assign all group permissions
6. Sign out from admin account and register a new user with name user1
7. Login again as admin
8. Assign role1 to user1.
9. Share group1 with role1.
10. Sign out from admin and login as user1
11. Go to groups and click on the device
Actual: Above exception throws and displaying following error

Expectation: View device details of the shared device
**Related Issues:**
No
|
1.0
|
Unable to view shared device via a group - **Description:**
Exception throws when tried to access shared device via a group.
```
[2018-02-05 15:13:39,486] [IoT-Core] ERROR - {org.wso2.carbon.device.mgt.jaxrs.service.impl.DeviceManagementServiceImpl} User 'charitha' is not authorized to retrieve the given device id '5dadbd0dc0bbd7e6'
[2018-02-05 15:13:39,489] [IoT-Core] ERROR - {handlebars-module} An exception thrown when executing the script '/app/units/cdmf.unit.device.type.android.device-view/device-view.js'.
[2018-02-05 15:13:39,489] [IoT-Core] ERROR - {dynamic-files-renderer} Cannot read property "status" from undefined
org.mozilla.javascript.EcmaError: TypeError: Cannot read property "status" from undefined (/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js#2236(Function)#2(Function)#2)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3687)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3665)
at org.mozilla.javascript.ScriptRuntime.typeError(ScriptRuntime.java:3693)
at org.mozilla.javascript.ScriptRuntime.typeError2(ScriptRuntime.java:3712)
at org.mozilla.javascript.ScriptRuntime.undefReadError(ScriptRuntime.java:3725)
at org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRuntime.java:1432)
at org.jaggeryjs.rhino.devicemgt.app.units.cdmf.unit.device.type.android.device_view.c1._c_onRequest_1(/devicemgt/app/units/cdmf.unit.device.type.android.device-view/device-view.js:32)
at org.jaggeryjs.rhino.devicemgt.app.units.cdmf.unit.device.type.android.device_view.c1.call(/devicemgt/app/units/cdmf.unit.device.type.android.device-view/device-view.js)
at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0._c_executeScript_8(/devicemgt/lib/modules/handlebars/handlebars.js:239)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0.call(/devicemgt/lib/modules/handlebars/handlebars.js)
at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:63)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0._c_unitHelper_11(/devicemgt/lib/modules/handlebars/handlebars.js:414)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0.call(/devicemgt/lib/modules/handlebars/handlebars.js)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473)
at script.anonymous(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js#2236(Function)#2(Function):2)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2._c_anonymous_48(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js:589)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2.call(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js)
at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0._c_zoneHelper_12(/devicemgt/lib/modules/handlebars/handlebars.js:517)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0.call(/devicemgt/lib/modules/handlebars/handlebars.js)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473)
at script.anonymous(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js#2236(Function)#2(Function):12)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2._c_anonymous_44(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js:558)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2.call(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2._c_anonymous_142(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js:2029)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2.call(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js)
at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0._c_pageHelper_10(/devicemgt/lib/modules/handlebars/handlebars.js:316)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0.call(/devicemgt/lib/modules/handlebars/handlebars.js)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473)
at script.anonymous(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js#2236(Function):2)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2._c_anonymous_44(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js:558)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2.call(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2._c_anonymous_142(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js:2029)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c2.call(/devicemgt/lib/modules/handlebars/handlebars-v2.0.0.js)
at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0._c_anonymous_16(/devicemgt/lib/modules/handlebars/handlebars.js:706)
at org.jaggeryjs.rhino.devicemgt.lib.modules.handlebars.c0.call(/devicemgt/lib/modules/handlebars/handlebars.js)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.c6._c_anonymous_4(/devicemgt/lib/dynamic-files-renderer.js:97)
at org.jaggeryjs.rhino.devicemgt.lib.c6.call(/devicemgt/lib/dynamic-files-renderer.js)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.c6._c_anonymous_3(/devicemgt/lib/dynamic-files-renderer.js:80)
at org.jaggeryjs.rhino.devicemgt.lib.c6.call(/devicemgt/lib/dynamic-files-renderer.js)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
at org.jaggeryjs.rhino.devicemgt.lib.c5._c_anonymous_5(/devicemgt/lib/pages-router.js:181)
at org.jaggeryjs.rhino.devicemgt.lib.c5.call(/devicemgt/lib/pages-router.js)
at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
at org.jaggeryjs.rhino.devicemgt.lib.c3._c_script_0(/devicemgt/lib/pages.jag:23)
at org.jaggeryjs.rhino.devicemgt.lib.c3.call(/devicemgt/lib/pages.jag)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
at org.jaggeryjs.rhino.devicemgt.lib.c3.call(/devicemgt/lib/pages.jag)
at org.jaggeryjs.rhino.devicemgt.lib.c3.exec(/devicemgt/lib/pages.jag)
at org.jaggeryjs.scriptengine.engine.RhinoEngine.execScript(RhinoEngine.java:567)
at org.jaggeryjs.scriptengine.engine.RhinoEngine.exec(RhinoEngine.java:273)
at org.jaggeryjs.jaggery.core.manager.WebAppManager.exec(WebAppManager.java:588)
at org.jaggeryjs.jaggery.core.manager.WebAppManager.execute(WebAppManager.java:508)
at org.jaggeryjs.jaggery.core.JaggeryServlet.doGet(JaggeryServlet.java:24)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:743)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:485)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:377)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:337)
at org.jaggeryjs.jaggery.core.JaggeryFilter.doFilter(JaggeryFilter.java:21)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter.doFilter(ContentTypeBasedCachePreventionFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:88)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.filters.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:124)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:506)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:99)
at org.wso2.carbon.tomcat.ext.valves.CarbonTomcatValve$1.invoke(CarbonTomcatValve.java:47)
at org.wso2.carbon.webapp.mgt.TenantLazyLoaderValve.invoke(TenantLazyLoaderValve.java:57)
at org.wso2.carbon.webapp.authenticator.framework.WebappAuthenticationValve.invoke(WebappAuthenticationValve.java:46)
at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:47)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62)
at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:159)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:962)
at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1115)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1770)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1729)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
```
**Affected Product Version:**
IoTS-3.2.0-RC1
**OS, DB, other environment details and versions:**
Fedora 23 x64, H2
**Steps to reproduce:**
1. Login as Admin
2. Enroll new android device
3. Create new device group named group1
4. Assign enrolled device to the group1
5. Create new role called role1 and assign all group permissions
6. Sign out from admin account and register a new user with name user1
7. Login again as admin
8. Assign role1 to user1.
9. Share group1 with role1.
10. Sign out from admin and login as user1
11. Go to groups and click on the device
Actual: Above exception throws and displaying following error

Expectation: View device details of the shared device
**Related Issues:**
No
|
priority
|
unable to view shared device via a group description exception throws when tried to access shared device via a group error org carbon device mgt jaxrs service impl devicemanagementserviceimpl user charitha is not authorized to retrieve the given device id error handlebars module an exception thrown when executing the script app units cdmf unit device type android device view device view js error dynamic files renderer cannot read property status from undefined org mozilla javascript ecmaerror typeerror cannot read property status from undefined devicemgt lib modules handlebars handlebars js function function at org mozilla javascript scriptruntime constructerror scriptruntime java at org mozilla javascript scriptruntime constructerror scriptruntime java at org mozilla javascript scriptruntime typeerror scriptruntime java at org mozilla javascript scriptruntime scriptruntime java at org mozilla javascript scriptruntime undefreaderror scriptruntime java at org mozilla javascript scriptruntime getobjectelem scriptruntime java at org jaggeryjs rhino devicemgt app units cdmf unit device type android device view c onrequest devicemgt app units cdmf unit device type android device view device view js at org jaggeryjs rhino devicemgt app units cdmf unit device type android device view call devicemgt app units cdmf unit device type android device view device view js at org mozilla javascript optimizer optruntime optruntime java at org jaggeryjs rhino devicemgt lib modules handlebars c executescript devicemgt lib modules handlebars handlebars js at org jaggeryjs rhino devicemgt lib modules handlebars call devicemgt lib modules handlebars handlebars js at org mozilla javascript optimizer optruntime callname optruntime java at org jaggeryjs rhino devicemgt lib modules handlebars c unithelper devicemgt lib modules handlebars handlebars js at org jaggeryjs rhino devicemgt lib modules handlebars call devicemgt lib modules handlebars handlebars js at org mozilla javascript scriptruntime applyorcall scriptruntime java at org mozilla javascript basefunction execidcall basefunction java at org mozilla javascript idfunctionobject call idfunctionobject java at org mozilla javascript interpreter interpretloop interpreter java at script anonymous devicemgt lib modules handlebars handlebars js function function at org mozilla javascript interpreter interpret interpreter java at org mozilla javascript interpretedfunction call interpretedfunction java at org mozilla javascript scriptruntime applyorcall scriptruntime java at org mozilla javascript basefunction execidcall basefunction java at org mozilla javascript idfunctionobject call idfunctionobject java at org mozilla javascript optimizer optruntime calln optruntime java at org jaggeryjs rhino devicemgt lib modules handlebars c anonymous devicemgt lib modules handlebars handlebars js at org jaggeryjs rhino devicemgt lib modules handlebars call devicemgt lib modules handlebars handlebars js at org mozilla javascript optimizer optruntime optruntime java at org jaggeryjs rhino devicemgt lib modules handlebars c zonehelper devicemgt lib modules handlebars handlebars js at org jaggeryjs rhino devicemgt lib modules handlebars call devicemgt lib modules handlebars handlebars js at org mozilla javascript scriptruntime applyorcall scriptruntime java at org mozilla javascript basefunction execidcall basefunction java at org mozilla javascript idfunctionobject call idfunctionobject java at org mozilla javascript interpreter interpretloop interpreter java at script anonymous devicemgt lib modules handlebars handlebars js function function at org mozilla javascript interpreter interpret interpreter java at org mozilla javascript interpretedfunction call interpretedfunction java at org mozilla javascript scriptruntime applyorcall scriptruntime java at org mozilla javascript basefunction execidcall basefunction java at org mozilla javascript idfunctionobject call idfunctionobject java at org mozilla javascript optimizer optruntime calln optruntime java at org jaggeryjs rhino devicemgt lib modules handlebars c anonymous devicemgt lib modules handlebars handlebars js at org jaggeryjs rhino devicemgt lib modules handlebars call devicemgt lib modules handlebars handlebars js at org mozilla javascript scriptruntime applyorcall scriptruntime java at org mozilla javascript basefunction execidcall basefunction java at org mozilla javascript idfunctionobject call idfunctionobject java at org mozilla javascript optimizer optruntime calln optruntime java at org jaggeryjs rhino devicemgt lib modules handlebars c anonymous devicemgt lib modules handlebars handlebars js at org jaggeryjs rhino devicemgt lib modules handlebars call devicemgt lib modules handlebars handlebars js at org mozilla javascript optimizer optruntime optruntime java at org jaggeryjs rhino devicemgt lib modules handlebars c pagehelper devicemgt lib modules handlebars handlebars js at org jaggeryjs rhino devicemgt lib modules handlebars call devicemgt lib modules handlebars handlebars js at org mozilla javascript scriptruntime applyorcall scriptruntime java at org mozilla javascript basefunction execidcall basefunction java at org mozilla javascript idfunctionobject call idfunctionobject java at org mozilla javascript interpreter interpretloop interpreter java at script anonymous devicemgt lib modules handlebars handlebars js function at org mozilla javascript interpreter interpret interpreter java at org mozilla javascript interpretedfunction call interpretedfunction java at org mozilla javascript scriptruntime applyorcall scriptruntime java at org mozilla javascript basefunction execidcall basefunction java at org mozilla javascript idfunctionobject call idfunctionobject java at org mozilla javascript optimizer optruntime calln optruntime java at org jaggeryjs rhino devicemgt lib modules handlebars c anonymous devicemgt lib modules handlebars handlebars js at org jaggeryjs rhino devicemgt lib modules handlebars call devicemgt lib modules handlebars handlebars js at org mozilla javascript scriptruntime applyorcall scriptruntime java at org mozilla javascript basefunction execidcall basefunction java at org mozilla javascript idfunctionobject call idfunctionobject java at org mozilla javascript optimizer optruntime calln optruntime java at org jaggeryjs rhino devicemgt lib modules handlebars c anonymous devicemgt lib modules handlebars handlebars js at org jaggeryjs rhino devicemgt lib modules handlebars call devicemgt lib modules handlebars handlebars js at org mozilla javascript optimizer optruntime optruntime java at org jaggeryjs rhino devicemgt lib modules handlebars c anonymous devicemgt lib modules handlebars handlebars js at org jaggeryjs rhino devicemgt lib modules handlebars call devicemgt lib modules handlebars handlebars js at org mozilla javascript optimizer optruntime calln optruntime java at org jaggeryjs rhino devicemgt lib c anonymous devicemgt lib dynamic files renderer js at org jaggeryjs rhino devicemgt lib call devicemgt lib dynamic files renderer js at org mozilla javascript optimizer optruntime calln optruntime java at org jaggeryjs rhino devicemgt lib c anonymous devicemgt lib dynamic files renderer js at org jaggeryjs rhino devicemgt lib call devicemgt lib dynamic files renderer js at org mozilla javascript optimizer optruntime calln optruntime java at org jaggeryjs rhino devicemgt lib c anonymous devicemgt lib pages router js at org jaggeryjs rhino devicemgt lib call devicemgt lib pages router js at org mozilla javascript optimizer optruntime optruntime java at org jaggeryjs rhino devicemgt lib c script devicemgt lib pages jag at org jaggeryjs rhino devicemgt lib call devicemgt lib pages jag at org mozilla javascript contextfactory dotopcall contextfactory java at org mozilla javascript scriptruntime dotopcall scriptruntime java at org jaggeryjs rhino devicemgt lib call devicemgt lib pages jag at org jaggeryjs rhino devicemgt lib exec devicemgt lib pages jag at org jaggeryjs scriptengine engine rhinoengine execscript rhinoengine java at org jaggeryjs scriptengine engine rhinoengine exec rhinoengine java at org jaggeryjs jaggery core manager webappmanager exec webappmanager java at org jaggeryjs jaggery core manager webappmanager execute webappmanager java at org jaggeryjs jaggery core jaggeryservlet doget jaggeryservlet java at javax servlet http httpservlet service httpservlet java at javax servlet http httpservlet service httpservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core applicationdispatcher invoke applicationdispatcher java at org apache catalina core applicationdispatcher processrequest applicationdispatcher java at org apache catalina core applicationdispatcher doforward applicationdispatcher java at org apache catalina core applicationdispatcher forward applicationdispatcher java at org jaggeryjs jaggery core jaggeryfilter dofilter jaggeryfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache tomcat websocket server wsfilter dofilter wsfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org carbon ui filters cache contenttypebasedcachepreventionfilter dofilter contenttypebasedcachepreventionfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org owasp csrfguard csrfguardfilter dofilter csrfguardfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina filters httpheadersecurityfilter dofilter httpheadersecurityfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core standardwrappervalve invoke standardwrappervalve java at org apache catalina core standardcontextvalve invoke standardcontextvalve java at org apache catalina authenticator authenticatorbase invoke authenticatorbase java at org apache catalina core standardhostvalve invoke standardhostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org carbon tomcat ext valves compositevalve continueinvocation compositevalve java at org carbon tomcat ext valves carbontomcatvalve invoke carbontomcatvalve java at org carbon webapp mgt tenantlazyloadervalve invoke tenantlazyloadervalve java at org carbon webapp authenticator framework webappauthenticationvalve invoke webappauthenticationvalve java at org carbon tomcat ext valves tomcatvalvecontainer invokevalves tomcatvalvecontainer java at org carbon tomcat ext valves compositevalve invoke compositevalve java at org carbon tomcat ext valves carbonstuckthreaddetectionvalve invoke carbonstuckthreaddetectionvalve java at org apache catalina valves accesslogvalve invoke accesslogvalve java at org carbon tomcat ext valves carboncontextcreatorvalve invoke carboncontextcreatorvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote process java at org apache coyote abstractprotocol abstractconnectionhandler process abstractprotocol java at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java at org apache tomcat util net nioendpoint socketprocessor run nioendpoint java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java at java lang thread run thread java affected product version iots os db other environment details and versions fedora steps to reproduce login as admin enroll new android device create new device group named assign enrolled device to the create new role called and assign all group permissions sign out from admin account and register a new user with name login again as admin assign to share with sign out from admin and login as go to groups and click on the device actual above exception throws and displaying following error expectation view device details of the shared device related issues no
| 1
|
324,100
| 9,883,831,990
|
IssuesEvent
|
2019-06-24 20:26:51
|
department-of-veterans-affairs/caseflow
|
https://api.github.com/repos/department-of-veterans-affairs/caseflow
|
closed
|
Duplicate HearingTask on Legacy Appeals
|
bug-high-priority caseflow-queue
|
Reported in https://github.com/department-of-veterans-affairs/appeals-support/issues/5076
Perhaps related to #10643
This code can be run in production to identify duplicate tasks:
```ruby
summary = {}
Task.where.not(status: ["completed", "cancelled"]).find_in_batches do |tasks|
tasks.each do |task|
key = [task.type, task.status, task.parent_id, task.appeal_id, task.appeal_type, task.assigned_to_id, task.assigned_to_type, task.action, task.created_at].join(",")
if summary[key]
summary[key] << task.id
else
summary[key] = [task.id]
end
end
end
dupes = summary.select { |k, v| if v.size > 1; [k, v]; end }
```
The chief culprit seems to be `HearingTask` where 2 (or more) are created at the same time.
|
1.0
|
Duplicate HearingTask on Legacy Appeals - Reported in https://github.com/department-of-veterans-affairs/appeals-support/issues/5076
Perhaps related to #10643
This code can be run in production to identify duplicate tasks:
```ruby
summary = {}
Task.where.not(status: ["completed", "cancelled"]).find_in_batches do |tasks|
tasks.each do |task|
key = [task.type, task.status, task.parent_id, task.appeal_id, task.appeal_type, task.assigned_to_id, task.assigned_to_type, task.action, task.created_at].join(",")
if summary[key]
summary[key] << task.id
else
summary[key] = [task.id]
end
end
end
dupes = summary.select { |k, v| if v.size > 1; [k, v]; end }
```
The chief culprit seems to be `HearingTask` where 2 (or more) are created at the same time.
|
priority
|
duplicate hearingtask on legacy appeals reported in perhaps related to this code can be run in production to identify duplicate tasks ruby summary task where not status find in batches do tasks tasks each do task key join if summary summary task id else summary end end end dupes summary select k v if v size end the chief culprit seems to be hearingtask where or more are created at the same time
| 1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.