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
239,788
7,800,023,851
IssuesEvent
2018-06-09 03:37:13
tine20/Tine-2.0-Open-Source-Groupware-and-CRM
https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM
closed
0006798: ext windows: label of checkbox for 'whole day' events missing
Bug Calendar Mantis high priority
**Reported by pschuele on 23 Jul 2012 07:22** **Version:** git master label of checkbox for 'whole day' events missing - see screenshot - happens with extjs windows - it looks like it is hidden below the timezone display field
1.0
0006798: ext windows: label of checkbox for 'whole day' events missing - **Reported by pschuele on 23 Jul 2012 07:22** **Version:** git master label of checkbox for 'whole day' events missing - see screenshot - happens with extjs windows - it looks like it is hidden below the timezone display field
priority
ext windows label of checkbox for whole day events missing reported by pschuele on jul version git master label of checkbox for whole day events missing see screenshot happens with extjs windows it looks like it is hidden below the timezone display field
1
579,573
17,194,993,318
IssuesEvent
2021-07-16 16:00:48
TeamDooRiBon/DooRi-iOS
https://api.github.com/repos/TeamDooRiBon/DooRi-iOS
closed
[FEAT] 키보드 이슈
Feat P1 / Priority High
# 👀 이슈 (issue) 일정 추가 및 편집 시 키보드가 내려가지 않아서 버튼을 가리는 문제를 해결했습니다. # 🚀 to-do <!-- 진행할 작업에 대해 적어주세요 --> - [ ] scrollview의 메서드 이용
1.0
[FEAT] 키보드 이슈 - # 👀 이슈 (issue) 일정 추가 및 편집 시 키보드가 내려가지 않아서 버튼을 가리는 문제를 해결했습니다. # 🚀 to-do <!-- 진행할 작업에 대해 적어주세요 --> - [ ] scrollview의 메서드 이용
priority
키보드 이슈 👀 이슈 issue 일정 추가 및 편집 시 키보드가 내려가지 않아서 버튼을 가리는 문제를 해결했습니다 🚀 to do scrollview의 메서드 이용
1
136,324
5,280,395,674
IssuesEvent
2017-02-07 14:07:58
robotology/yarp
https://api.github.com/repos/robotology/yarp
closed
Yarpmanager to ensure stop wait
Complexity: Low Component: GUI - yarpmanager Priority: High Type: Enhancement
Hi @apaikan, It would be really great if `yarpmanager` could handle also wait states upon shutting down the modules of an application. Something like this: ```xml <ensure> <wait>start="5" stop="3"</wait> </ensure> ``` Being the following snippet interpreted as a `start wait` by default to keep back-compatibility: ```xml <ensure> <wait>5</wait> </ensure> ``` This behavior would come in handy to address those **RTF** tests whose fixture contains e.g. the simulator and lots of components altogether, that is where closing them all at once would produce weird results. I believe we can get away simply with `stop wait` to deal with such an unusual case, instead of coming up with very-principled-yet-difficult-maybe-not-working approach 😜
1.0
Yarpmanager to ensure stop wait - Hi @apaikan, It would be really great if `yarpmanager` could handle also wait states upon shutting down the modules of an application. Something like this: ```xml <ensure> <wait>start="5" stop="3"</wait> </ensure> ``` Being the following snippet interpreted as a `start wait` by default to keep back-compatibility: ```xml <ensure> <wait>5</wait> </ensure> ``` This behavior would come in handy to address those **RTF** tests whose fixture contains e.g. the simulator and lots of components altogether, that is where closing them all at once would produce weird results. I believe we can get away simply with `stop wait` to deal with such an unusual case, instead of coming up with very-principled-yet-difficult-maybe-not-working approach 😜
priority
yarpmanager to ensure stop wait hi apaikan it would be really great if yarpmanager could handle also wait states upon shutting down the modules of an application something like this xml start stop being the following snippet interpreted as a start wait by default to keep back compatibility xml this behavior would come in handy to address those rtf tests whose fixture contains e g the simulator and lots of components altogether that is where closing them all at once would produce weird results i believe we can get away simply with stop wait to deal with such an unusual case instead of coming up with very principled yet difficult maybe not working approach 😜
1
489,673
14,109,567,710
IssuesEvent
2020-11-06 19:49:33
Scholar-6/brillder
https://api.github.com/repos/Scholar-6/brillder
closed
Dont lock Back to Work, instead make accessible to all users and preferences with this default screen
Adjustments Critical Blocker High Level Priority
<img width="1439" alt="Screenshot 2020-11-05 at 13 22 28" src="https://user-images.githubusercontent.com/59654112/98240718-21438680-1f6a-11eb-8ebb-3e609cf8f5fa.png"> - [x] only when public build tab is completely empty - [x] when personal build tab is completely empty, also show this button in sidebar, but with personal default headings
1.0
Dont lock Back to Work, instead make accessible to all users and preferences with this default screen - <img width="1439" alt="Screenshot 2020-11-05 at 13 22 28" src="https://user-images.githubusercontent.com/59654112/98240718-21438680-1f6a-11eb-8ebb-3e609cf8f5fa.png"> - [x] only when public build tab is completely empty - [x] when personal build tab is completely empty, also show this button in sidebar, but with personal default headings
priority
dont lock back to work instead make accessible to all users and preferences with this default screen img width alt screenshot at src only when public build tab is completely empty when personal build tab is completely empty also show this button in sidebar but with personal default headings
1
599,075
18,265,335,616
IssuesEvent
2021-10-04 07:47:25
SAP/project-kb
https://api.github.com/repos/SAP/project-kb
closed
extraction of advisory keywords extracts too much
bug high-priority component/prospector assuremoss
The extraction of advisory keywords (aka special tokens, aka code tokens) extracts too many tokens which in turn confuse rule such as TOKENS_IN_DIFF. For example, in "Apache Commons IO", the token "IO" is extracted, and it matches so many candidates that it defeats the purpose of the TOKENS_IN_DIFF rule. Also, the current definition of "special tokens" (or whatever we may call them) encompasses also version numbers and any other "non-standard English text" elements; extracting these is fine, but we need to distinguish their type or we can't write meaningful rules that use them.
1.0
extraction of advisory keywords extracts too much - The extraction of advisory keywords (aka special tokens, aka code tokens) extracts too many tokens which in turn confuse rule such as TOKENS_IN_DIFF. For example, in "Apache Commons IO", the token "IO" is extracted, and it matches so many candidates that it defeats the purpose of the TOKENS_IN_DIFF rule. Also, the current definition of "special tokens" (or whatever we may call them) encompasses also version numbers and any other "non-standard English text" elements; extracting these is fine, but we need to distinguish their type or we can't write meaningful rules that use them.
priority
extraction of advisory keywords extracts too much the extraction of advisory keywords aka special tokens aka code tokens extracts too many tokens which in turn confuse rule such as tokens in diff for example in apache commons io the token io is extracted and it matches so many candidates that it defeats the purpose of the tokens in diff rule also the current definition of special tokens or whatever we may call them encompasses also version numbers and any other non standard english text elements extracting these is fine but we need to distinguish their type or we can t write meaningful rules that use them
1
240,443
7,801,765,189
IssuesEvent
2018-06-10 02:28:04
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Cannot add a anon struct in structs from the design view
Imported Priority/Highest Severity/Critical Type/Bug component/Composer
<a href="https://github.com/dilinisg"><img src="https://avatars2.githubusercontent.com/u/1845370?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [dilinisg](https://github.com/dilinisg)** _Saturday Nov 04, 2017 at 05:15 GMT_ _Originally opened as https://github.com/ballerina-lang/composer/issues/4421_ ---- 1. Add a struct 2. Try to add the following from the design view `struct {int d; int b;}test;` **Issue** Cannot add a anon struct in structs from the design view
1.0
Cannot add a anon struct in structs from the design view - <a href="https://github.com/dilinisg"><img src="https://avatars2.githubusercontent.com/u/1845370?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [dilinisg](https://github.com/dilinisg)** _Saturday Nov 04, 2017 at 05:15 GMT_ _Originally opened as https://github.com/ballerina-lang/composer/issues/4421_ ---- 1. Add a struct 2. Try to add the following from the design view `struct {int d; int b;}test;` **Issue** Cannot add a anon struct in structs from the design view
priority
cannot add a anon struct in structs from the design view issue by saturday nov at gmt originally opened as add a struct try to add the following from the design view struct int d int b test issue cannot add a anon struct in structs from the design view
1
283,618
8,721,276,493
IssuesEvent
2018-12-08 21:19:25
tophat/yvm
https://api.github.com/repos/tophat/yvm
closed
PATH is not updated for globally installed packages
bug high priority
**Describe the bug** On a machine that never had Yarn installed, the install script for YVM does not set up the PATH correctly for global installed packages. The Yarn website says: > ## Path Setup > ### Unix/Linux/macOS > If you chose manual installation, the following steps will add Yarn to path variable and run it from anywhere. > > Note: your profile may be in your .profile, .bash_profile, .bashrc, .zshrc, etc. > > 1. Add this to your profile: export PATH="$PATH:/opt/yarn-[version]/bin" (the path may vary depending on where you extracted Yarn to) > 2. In the terminal, log in and log out for the changes to take effect > > **To have access to Yarn’s executables globally, you will need to set up the PATH environment variable in your terminal. To do this, add export PATH="$PATH:`yarn global bin`" to your profile.** https://yarnpkg.com/en/docs/install#alternatives-stable **To Reproduce** Steps to reproduce the behavior: 1. Completely remove Yarn and YVM from your machine (**remember to edit your PATH!!!**) 2. Run `curl -fsSL https://raw.githubusercontent.com/tophatmonocle/yvm/master/scripts/install.sh | bash` 3. Run `source yvm` 4. Run `yvm install 1.7.0` 5. Run `yvm use 1.7.0` 6. Run `yarn global add serve` 7. Run `which serve` **Expected behavior** It should print out a path to the executable in the `~/.yarn/bin/` directory. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: Ubuntu - YVM Release: Fri, 27 Jul 2018 15:09:28 GMT **Additional context** Add any other context about the problem here.
1.0
PATH is not updated for globally installed packages - **Describe the bug** On a machine that never had Yarn installed, the install script for YVM does not set up the PATH correctly for global installed packages. The Yarn website says: > ## Path Setup > ### Unix/Linux/macOS > If you chose manual installation, the following steps will add Yarn to path variable and run it from anywhere. > > Note: your profile may be in your .profile, .bash_profile, .bashrc, .zshrc, etc. > > 1. Add this to your profile: export PATH="$PATH:/opt/yarn-[version]/bin" (the path may vary depending on where you extracted Yarn to) > 2. In the terminal, log in and log out for the changes to take effect > > **To have access to Yarn’s executables globally, you will need to set up the PATH environment variable in your terminal. To do this, add export PATH="$PATH:`yarn global bin`" to your profile.** https://yarnpkg.com/en/docs/install#alternatives-stable **To Reproduce** Steps to reproduce the behavior: 1. Completely remove Yarn and YVM from your machine (**remember to edit your PATH!!!**) 2. Run `curl -fsSL https://raw.githubusercontent.com/tophatmonocle/yvm/master/scripts/install.sh | bash` 3. Run `source yvm` 4. Run `yvm install 1.7.0` 5. Run `yvm use 1.7.0` 6. Run `yarn global add serve` 7. Run `which serve` **Expected behavior** It should print out a path to the executable in the `~/.yarn/bin/` directory. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: Ubuntu - YVM Release: Fri, 27 Jul 2018 15:09:28 GMT **Additional context** Add any other context about the problem here.
priority
path is not updated for globally installed packages describe the bug on a machine that never had yarn installed the install script for yvm does not set up the path correctly for global installed packages the yarn website says path setup unix linux macos if you chose manual installation the following steps will add yarn to path variable and run it from anywhere note your profile may be in your profile bash profile bashrc zshrc etc add this to your profile export path path opt yarn bin the path may vary depending on where you extracted yarn to in the terminal log in and log out for the changes to take effect to have access to yarn’s executables globally you will need to set up the path environment variable in your terminal to do this add export path path yarn global bin to your profile to reproduce steps to reproduce the behavior completely remove yarn and yvm from your machine remember to edit your path run curl fssl bash run source yvm run yvm install run yvm use run yarn global add serve run which serve expected behavior it should print out a path to the executable in the yarn bin directory screenshots if applicable add screenshots to help explain your problem desktop please complete the following information os ubuntu yvm release fri jul gmt additional context add any other context about the problem here
1
102,547
4,156,737,697
IssuesEvent
2016-06-16 18:56:36
DanGrew/SystemDigest
https://api.github.com/repos/DanGrew/SystemDigest
closed
Package structure
High Priority
Should be refactored to uk.dangrew.sd This should result in the second digit of the version number updating - breaking change.
1.0
Package structure - Should be refactored to uk.dangrew.sd This should result in the second digit of the version number updating - breaking change.
priority
package structure should be refactored to uk dangrew sd this should result in the second digit of the version number updating breaking change
1
715,116
24,587,221,586
IssuesEvent
2022-10-13 20:55:36
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
Wasatch Mountains in UT
Priority-High (Needed for work) Help wanted
With the new system of geography coming on board I figured I would request help from Arctos before submitting a geography request. I have a new locality for an object, where the most specific information is the Wasatch Mountains in UT. That is not the best locality, but it does exclude other mountain ranges in the state, and non-mountain ranges. So better then no locality. The problem I have run into is that the [Wasatch Mountains](https://en.wikipedia.org/wiki/Wasatch_Range) appears to span through multiple counties, including Cache, Rich, Weber, Summit, and Wasatch Counties. With our new geography protocols being developed, what would be the best way to create the locality for this object in Arctos, especially the Higher Geography? I'd like to get it cataloged in the next week if possible, but could mark it to change the geography when we update the system later.
1.0
Wasatch Mountains in UT - With the new system of geography coming on board I figured I would request help from Arctos before submitting a geography request. I have a new locality for an object, where the most specific information is the Wasatch Mountains in UT. That is not the best locality, but it does exclude other mountain ranges in the state, and non-mountain ranges. So better then no locality. The problem I have run into is that the [Wasatch Mountains](https://en.wikipedia.org/wiki/Wasatch_Range) appears to span through multiple counties, including Cache, Rich, Weber, Summit, and Wasatch Counties. With our new geography protocols being developed, what would be the best way to create the locality for this object in Arctos, especially the Higher Geography? I'd like to get it cataloged in the next week if possible, but could mark it to change the geography when we update the system later.
priority
wasatch mountains in ut with the new system of geography coming on board i figured i would request help from arctos before submitting a geography request i have a new locality for an object where the most specific information is the wasatch mountains in ut that is not the best locality but it does exclude other mountain ranges in the state and non mountain ranges so better then no locality the problem i have run into is that the appears to span through multiple counties including cache rich weber summit and wasatch counties with our new geography protocols being developed what would be the best way to create the locality for this object in arctos especially the higher geography i d like to get it cataloged in the next week if possible but could mark it to change the geography when we update the system later
1
766,188
26,873,905,186
IssuesEvent
2023-02-04 20:12:38
RyuTribal/gear4guitar
https://api.github.com/repos/RyuTribal/gear4guitar
closed
Copy gear for music basic product page
High priority front-end
It should display things such as: - Title - Images - description - average rating - variations
1.0
Copy gear for music basic product page - It should display things such as: - Title - Images - description - average rating - variations
priority
copy gear for music basic product page it should display things such as title images description average rating variations
1
577,243
17,106,216,923
IssuesEvent
2021-07-09 18:11:30
TheOnlyMrFlow/Apeyai
https://api.github.com/repos/TheOnlyMrFlow/Apeyai
opened
Trying to create a textattribute with a name that already exists in a schema throws error 500
bug high priority
It throws an error 500 because the use case doesnt check for duplicate, so the database insert throws because it violates the IX_UniqueAttributeNameAmongSchemaConstraint constraint
1.0
Trying to create a textattribute with a name that already exists in a schema throws error 500 - It throws an error 500 because the use case doesnt check for duplicate, so the database insert throws because it violates the IX_UniqueAttributeNameAmongSchemaConstraint constraint
priority
trying to create a textattribute with a name that already exists in a schema throws error it throws an error because the use case doesnt check for duplicate so the database insert throws because it violates the ix uniqueattributenameamongschemaconstraint constraint
1
297,597
9,179,132,232
IssuesEvent
2019-03-05 01:52:16
ninja-stack/a-zhare
https://api.github.com/repos/ninja-stack/a-zhare
closed
[UI] News Feed (Profile)
high priority ui
## What page News Feed Page (Profile) ## Description This page is split into 2 parts. First part is the sidebar and second part is the content. For the content, it shows a news feed full of post from current profile user. If this is the logged in user's profile, there will be a box to submit post as well. ## Acceptance Criteria - [x] The page should have a sidebar on the left side. - [x] The page should have a navigation bar at the top - [x] The page should have a card with input to submit posts - [ ] The page should have a list of card (recent 10) containing post from current profile user. - [x] The post card should have poster and community name with the post content
1.0
[UI] News Feed (Profile) - ## What page News Feed Page (Profile) ## Description This page is split into 2 parts. First part is the sidebar and second part is the content. For the content, it shows a news feed full of post from current profile user. If this is the logged in user's profile, there will be a box to submit post as well. ## Acceptance Criteria - [x] The page should have a sidebar on the left side. - [x] The page should have a navigation bar at the top - [x] The page should have a card with input to submit posts - [ ] The page should have a list of card (recent 10) containing post from current profile user. - [x] The post card should have poster and community name with the post content
priority
news feed profile what page news feed page profile description this page is split into parts first part is the sidebar and second part is the content for the content it shows a news feed full of post from current profile user if this is the logged in user s profile there will be a box to submit post as well acceptance criteria the page should have a sidebar on the left side the page should have a navigation bar at the top the page should have a card with input to submit posts the page should have a list of card recent containing post from current profile user the post card should have poster and community name with the post content
1
762,762
26,728,923,846
IssuesEvent
2023-01-30 01:19:59
bossbuwi/existence
https://api.github.com/repos/bossbuwi/existence
opened
Bug on file status
bug high priority endpoint
Backup, Restore and Housekeeping tabs share the same hook to determine if their file processing has been completed. This results in a bug where if the user uses one of the tabs to process a file and switches to the other tabs, the other tabs will also display their finished status, preventing the user from further access. Steps for reproduction: 1. Go to the Housekeeping tab and request for a template. 2. Download the resulting file. 3. Go to the Restore tab and try to upload a file. Result: The Restore tab will display that the upload has been completed and the file details shown are those of the template that the Housekeeping tab generated.
1.0
Bug on file status - Backup, Restore and Housekeeping tabs share the same hook to determine if their file processing has been completed. This results in a bug where if the user uses one of the tabs to process a file and switches to the other tabs, the other tabs will also display their finished status, preventing the user from further access. Steps for reproduction: 1. Go to the Housekeeping tab and request for a template. 2. Download the resulting file. 3. Go to the Restore tab and try to upload a file. Result: The Restore tab will display that the upload has been completed and the file details shown are those of the template that the Housekeeping tab generated.
priority
bug on file status backup restore and housekeeping tabs share the same hook to determine if their file processing has been completed this results in a bug where if the user uses one of the tabs to process a file and switches to the other tabs the other tabs will also display their finished status preventing the user from further access steps for reproduction go to the housekeeping tab and request for a template download the resulting file go to the restore tab and try to upload a file result the restore tab will display that the upload has been completed and the file details shown are those of the template that the housekeeping tab generated
1
503,109
14,579,268,737
IssuesEvent
2020-12-18 06:57:19
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.zara.com - desktop site instead of mobile site
browser-chrome ml-needsdiagnosis-false ml-probability-high priority-important
<!-- @browser: Chrome 87.0.4280 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/63819 --> **URL**: https://www.zara.com/es/ **Browser / Version**: Chrome 87.0.4280 **Operating System**: Windows 10 **Tested Another Browser**: Yes Chrome **Problem type**: Desktop site instead of mobile site **Description**: Desktop site instead of mobile site **Steps to Reproduce**: The view is not clear <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2020/12/5c530a20-b4ae-48f8-a56f-decd52f489d2.jpg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.zara.com - desktop site instead of mobile site - <!-- @browser: Chrome 87.0.4280 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/63819 --> **URL**: https://www.zara.com/es/ **Browser / Version**: Chrome 87.0.4280 **Operating System**: Windows 10 **Tested Another Browser**: Yes Chrome **Problem type**: Desktop site instead of mobile site **Description**: Desktop site instead of mobile site **Steps to Reproduce**: The view is not clear <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2020/12/5c530a20-b4ae-48f8-a56f-decd52f489d2.jpg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
desktop site instead of mobile site url browser version chrome operating system windows tested another browser yes chrome problem type desktop site instead of mobile site description desktop site instead of mobile site steps to reproduce the view is not clear view the screenshot img alt screenshot src browser configuration none from with ❤️
1
442,809
12,750,936,420
IssuesEvent
2020-06-27 07:52:03
MarcusWolschon/osmeditor4android
https://api.github.com/repos/MarcusWolschon/osmeditor4android
closed
Pruning doesn't remove Relations
Enhancement High Priority Usability
Neither automatic nor manual pruning seems to affect relation counts, and as consequences relations start accumulating which makes things dog slow. Only StorageDelgator.pruneAll removes Relations the prune(BoundingBox) currently doesn't.
1.0
Pruning doesn't remove Relations - Neither automatic nor manual pruning seems to affect relation counts, and as consequences relations start accumulating which makes things dog slow. Only StorageDelgator.pruneAll removes Relations the prune(BoundingBox) currently doesn't.
priority
pruning doesn t remove relations neither automatic nor manual pruning seems to affect relation counts and as consequences relations start accumulating which makes things dog slow only storagedelgator pruneall removes relations the prune boundingbox currently doesn t
1
215,108
7,290,318,260
IssuesEvent
2018-02-24 00:58:38
minio/minio
https://api.github.com/repos/minio/minio
closed
Rolling upgrades in new format migration broken
priority: high
<!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior Server should be running until quorum number of servers are available with new format and not fail. <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> ## Current Behavior Fails with ``` ./minio server --config-dir /tmp/minio --address localhost:9004 http://localhost:9001/tmp/c35b1f62-183a-11e8-bdc5-b37298f55263 http://localhost:9002/tmp/c35c16ec-183a-11e8-bd7c-5fd4abdd2ec4 http://localhost:9003/tmp/c35cfb20-183a-11e8-85bf-df5f4f2bfbca http://localhost:9004/tmp/c35e80da-183a-11e8-812e-3ff17a15959b Trace: 1: cmd/server-main.go:246:cmd.serverMain() 2: vendor/github.com/minio/cli/app.go:499:cli.HandleAction() 3: vendor/github.com/minio/cli/command.go:214:cli.Command.Run() 4: vendor/github.com/minio/cli/app.go:260:cli.(*App).Run() 5: cmd/main.go:149:cmd.Main() 6: main.go:71:main.main() [2018-02-23T01:49:18.512883464Z] [ERROR] Initializing object layer failed (Unsupported XL backend format found [1]) ``` <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from current behavior --> ## Possible Solution Avoid failing when we find disks with wrong format versions. <!--- Not obligatory, but suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change --> ## Steps to Reproduce (for bugs) Setup a 4 node setup with GA binary and then kill one server. Start the new master binary on the same backend at this location. ## Context Large bucket support migration, cloud foundry etc. <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Your Environment master and GA binary.
1.0
Rolling upgrades in new format migration broken - <!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior Server should be running until quorum number of servers are available with new format and not fail. <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> ## Current Behavior Fails with ``` ./minio server --config-dir /tmp/minio --address localhost:9004 http://localhost:9001/tmp/c35b1f62-183a-11e8-bdc5-b37298f55263 http://localhost:9002/tmp/c35c16ec-183a-11e8-bd7c-5fd4abdd2ec4 http://localhost:9003/tmp/c35cfb20-183a-11e8-85bf-df5f4f2bfbca http://localhost:9004/tmp/c35e80da-183a-11e8-812e-3ff17a15959b Trace: 1: cmd/server-main.go:246:cmd.serverMain() 2: vendor/github.com/minio/cli/app.go:499:cli.HandleAction() 3: vendor/github.com/minio/cli/command.go:214:cli.Command.Run() 4: vendor/github.com/minio/cli/app.go:260:cli.(*App).Run() 5: cmd/main.go:149:cmd.Main() 6: main.go:71:main.main() [2018-02-23T01:49:18.512883464Z] [ERROR] Initializing object layer failed (Unsupported XL backend format found [1]) ``` <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from current behavior --> ## Possible Solution Avoid failing when we find disks with wrong format versions. <!--- Not obligatory, but suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change --> ## Steps to Reproduce (for bugs) Setup a 4 node setup with GA binary and then kill one server. Start the new master binary on the same backend at this location. ## Context Large bucket support migration, cloud foundry etc. <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Your Environment master and GA binary.
priority
rolling upgrades in new format migration broken expected behavior server should be running until quorum number of servers are available with new format and not fail current behavior fails with minio server config dir tmp minio address localhost trace cmd server main go cmd servermain vendor github com minio cli app go cli handleaction vendor github com minio cli command go cli command run vendor github com minio cli app go cli app run cmd main go cmd main main go main main initializing object layer failed unsupported xl backend format found possible solution avoid failing when we find disks with wrong format versions steps to reproduce for bugs setup a node setup with ga binary and then kill one server start the new master binary on the same backend at this location context large bucket support migration cloud foundry etc your environment master and ga binary
1
377,124
11,164,355,890
IssuesEvent
2019-12-27 04:25:47
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.youtube.com - video or audio doesn't play
browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical
<!-- @browser: Firefox 67.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:67.0) Gecko/20100101 Firefox/67.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.youtube.com/watch?v=AQpTN_a9go0 **Browser / Version**: Firefox 67.0 **Operating System**: Windows 10 **Tested Another Browser**: Yes Chrome **Problem type**: Video or audio doesn't play **Description**: The video or audio does not play **Steps to Reproduce**: I Clicked a video at www.youtube.com, then the video cannot played [![Screenshot Description](https://webcompat.com/uploads/2019/12/c28d2ed6-61e6-4448-9fb0-e8f0e8af3928-thumb.jpeg)](https://webcompat.com/uploads/2019/12/c28d2ed6-61e6-4448-9fb0-e8f0e8af3928.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20190328152334</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2019/12/1bfceb59-b6ec-4aad-bc17-727af60bc92d) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.youtube.com - video or audio doesn't play - <!-- @browser: Firefox 67.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:67.0) Gecko/20100101 Firefox/67.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.youtube.com/watch?v=AQpTN_a9go0 **Browser / Version**: Firefox 67.0 **Operating System**: Windows 10 **Tested Another Browser**: Yes Chrome **Problem type**: Video or audio doesn't play **Description**: The video or audio does not play **Steps to Reproduce**: I Clicked a video at www.youtube.com, then the video cannot played [![Screenshot Description](https://webcompat.com/uploads/2019/12/c28d2ed6-61e6-4448-9fb0-e8f0e8af3928-thumb.jpeg)](https://webcompat.com/uploads/2019/12/c28d2ed6-61e6-4448-9fb0-e8f0e8af3928.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20190328152334</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2019/12/1bfceb59-b6ec-4aad-bc17-727af60bc92d) _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
video or audio doesn t play url browser version firefox operating system windows tested another browser yes chrome problem type video or audio doesn t play description the video or audio does not play steps to reproduce i clicked a video at then the video cannot played browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
1
467,768
13,454,560,319
IssuesEvent
2020-09-09 04:02:10
buchwasa-mc-pl/UHC
https://api.github.com/repos/buchwasa-mc-pl/UHC
closed
PM4 Support
Category: Enhancement Priority: High
Here soon, PM3 support is to be dropped, so this plugin will have to be updated for PM4, which I will only support from here on out, even if PM3 is not dropped yet.
1.0
PM4 Support - Here soon, PM3 support is to be dropped, so this plugin will have to be updated for PM4, which I will only support from here on out, even if PM3 is not dropped yet.
priority
support here soon support is to be dropped so this plugin will have to be updated for which i will only support from here on out even if is not dropped yet
1
550,208
16,106,911,102
IssuesEvent
2021-04-27 15:56:11
frontity/frontity
https://api.github.com/repos/frontity/frontity
closed
Infinite Scroll loads the same post twice when there are queries in the url
bug priority: high
**_Bug report_** - I've updated both my project and my packages to the latest Frontity versions: https://docs.frontity.org/guides/keep-frontity-updated - I've searched for existing issues. - I've checked the documentation: https://docs.frontity.org - I've checked the community forum: https://community.frontity.org **Expected behavior** When I visit a url with a query, like `?utm_campaign`, in a site where the Infinite Scroll is implemented, it should load the next post the same way it does when a query doesn't exist. **Observed behavior** When there is a query in a post and you scroll, it loads the same post but without the query. **Steps involved to reproduce the problem** * Go to https://frontity.org/blog/monthly-roundup-february-2021/?random_query=1234 * Start scrolling until it fetch the next post. You will see it is the same one. **Possible solution** I guess that, at some point when loading the next post, we will need to check the `route` instead of the `link. Here is where we are checking if the link is included in the archive or not: https://github.com/frontity/frontity/blob/dev/packages/hooks/use-post-type-infinite-scroll/utils.ts#L52-L54 That firstLink we are passing as a parameter could be the `route` instead, without the query params.
1.0
Infinite Scroll loads the same post twice when there are queries in the url - **_Bug report_** - I've updated both my project and my packages to the latest Frontity versions: https://docs.frontity.org/guides/keep-frontity-updated - I've searched for existing issues. - I've checked the documentation: https://docs.frontity.org - I've checked the community forum: https://community.frontity.org **Expected behavior** When I visit a url with a query, like `?utm_campaign`, in a site where the Infinite Scroll is implemented, it should load the next post the same way it does when a query doesn't exist. **Observed behavior** When there is a query in a post and you scroll, it loads the same post but without the query. **Steps involved to reproduce the problem** * Go to https://frontity.org/blog/monthly-roundup-february-2021/?random_query=1234 * Start scrolling until it fetch the next post. You will see it is the same one. **Possible solution** I guess that, at some point when loading the next post, we will need to check the `route` instead of the `link. Here is where we are checking if the link is included in the archive or not: https://github.com/frontity/frontity/blob/dev/packages/hooks/use-post-type-infinite-scroll/utils.ts#L52-L54 That firstLink we are passing as a parameter could be the `route` instead, without the query params.
priority
infinite scroll loads the same post twice when there are queries in the url bug report i ve updated both my project and my packages to the latest frontity versions i ve searched for existing issues i ve checked the documentation i ve checked the community forum expected behavior when i visit a url with a query like utm campaign in a site where the infinite scroll is implemented it should load the next post the same way it does when a query doesn t exist observed behavior when there is a query in a post and you scroll it loads the same post but without the query steps involved to reproduce the problem go to start scrolling until it fetch the next post you will see it is the same one possible solution i guess that at some point when loading the next post we will need to check the route instead of the link here is where we are checking if the link is included in the archive or not that firstlink we are passing as a parameter could be the route instead without the query params
1
292,215
8,954,817,531
IssuesEvent
2019-01-26 00:53:51
AugurProject/augur
https://api.github.com/repos/AugurProject/augur
closed
Improve landing page ranking
Chore Priority: High Product Critical
#### Landing Page Changes: - Change "Get Started" button text to something like "Bet on Prediction Markets" - Add explainer video back to the site, it was engaging + helpful - Pages need better titles / header info - Make sure people understand wth augur is from reading the site - Use keywords in headers and alt image tags - augur.net reference error fetch is undefined, don't use fetch, replace it with something else - js load speeds for main site - Improve score on [Google Pagespeeds](https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Ftry.augur.net%2F) ---> [example list of things](https://gist.github.com/tomkysar/4beb750c84f8dc91ae8f615fddae4ec2) #### New Content: - Create a "Prediction Markets Explainer" Medium post and add that content to landing page - [The old site](https://web.archive.org/web/20160310113115/http://www.augur.net:80/) did do some of these things, for a reference + to get ideas + content. It mentioned the words prediction market a lot more. Had way more links, images, interactive content, etc. CTAs were good too. - Review landing page content + add way more content (target 2500 words, currently at 500 but sites with ~2500 are the average for #1 rank on Google) - Get some blog posts out explaining things like prediction markets and for other keywords and get them highly ranked - Regularly publish blog posts like 2-4 a month, both about informational stuff *and* about engineering stuff - Make landing page have link to UI + download side by side instead of get started, take the dev site info from existing get started page and put it at the bottom of current main page, take the rest of any useful content from get started page and put on main page #### Metrics / SEO: - Get referral + social bounce rate down from 100% to sub 50% - Get in top 5 rankings for a bunch of the keywords that are useful - Research other things competitive to augur + what keywords they rank for (PMs, betting sites, etc.) and improve seo for those keywords #### Augur UI Changes: - On the UI the market pages have titles cut off, Primary Keyword - Secondary Keyword | Brand is optimal title no more than 60 chars - Markets should have meta keywords, same for category pages - description for everything is the same, needs to be different / < 300 chars, each market = own description - keywords for stuff should appear in headers and title tags, e.g. category/page/keywords - No h2’s, we should use / add em - h1s for market pages - Google isn’t indexing in reporting or resolved markets on the markets page itself due to each url not being a link (ie the dropdown buttons to select reporting or resolved markets on the markets page don’t change url at the top / aren’t links) - have a query param ?disclaimer=open when it’s opened and ?disclaimer=accepted when someone goes through it to detect fall off due to confusion of the explainer - if there’s a dumb stupid simple way to get the UI to add a query param when a user presses every button (and then on next button press the param changes and so on) and for entering data into an input box and uses the element's classname as the default we should do it. https://itnext.io/writing-customizable-styled-react-components-51d38ed20461 - category pages don’t update site title w/ category, they should - Need sitemaps - js load speeds for ui - ui Does the homepage have at least one paragraph? if not add something - site:search for ui to test indexing - Is there a way to just have the UI check a reference somewhere of what the latest UI version is (maintained in an Augur repo e.g. github) and then load it automatically (but support passing params to use a different ipfs ui hash) while still supporting url params for nodes and links for the react stuff once it loads the actual UI by passing it all through - Need canonical tags on ui that are injected using helmet js for each page including the first word after the #! + market id if there is one but no other parameters - Need a way to not pass node urls as params, bundle them w/ UI, and have optional params for nodes
1.0
Improve landing page ranking - #### Landing Page Changes: - Change "Get Started" button text to something like "Bet on Prediction Markets" - Add explainer video back to the site, it was engaging + helpful - Pages need better titles / header info - Make sure people understand wth augur is from reading the site - Use keywords in headers and alt image tags - augur.net reference error fetch is undefined, don't use fetch, replace it with something else - js load speeds for main site - Improve score on [Google Pagespeeds](https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Ftry.augur.net%2F) ---> [example list of things](https://gist.github.com/tomkysar/4beb750c84f8dc91ae8f615fddae4ec2) #### New Content: - Create a "Prediction Markets Explainer" Medium post and add that content to landing page - [The old site](https://web.archive.org/web/20160310113115/http://www.augur.net:80/) did do some of these things, for a reference + to get ideas + content. It mentioned the words prediction market a lot more. Had way more links, images, interactive content, etc. CTAs were good too. - Review landing page content + add way more content (target 2500 words, currently at 500 but sites with ~2500 are the average for #1 rank on Google) - Get some blog posts out explaining things like prediction markets and for other keywords and get them highly ranked - Regularly publish blog posts like 2-4 a month, both about informational stuff *and* about engineering stuff - Make landing page have link to UI + download side by side instead of get started, take the dev site info from existing get started page and put it at the bottom of current main page, take the rest of any useful content from get started page and put on main page #### Metrics / SEO: - Get referral + social bounce rate down from 100% to sub 50% - Get in top 5 rankings for a bunch of the keywords that are useful - Research other things competitive to augur + what keywords they rank for (PMs, betting sites, etc.) and improve seo for those keywords #### Augur UI Changes: - On the UI the market pages have titles cut off, Primary Keyword - Secondary Keyword | Brand is optimal title no more than 60 chars - Markets should have meta keywords, same for category pages - description for everything is the same, needs to be different / < 300 chars, each market = own description - keywords for stuff should appear in headers and title tags, e.g. category/page/keywords - No h2’s, we should use / add em - h1s for market pages - Google isn’t indexing in reporting or resolved markets on the markets page itself due to each url not being a link (ie the dropdown buttons to select reporting or resolved markets on the markets page don’t change url at the top / aren’t links) - have a query param ?disclaimer=open when it’s opened and ?disclaimer=accepted when someone goes through it to detect fall off due to confusion of the explainer - if there’s a dumb stupid simple way to get the UI to add a query param when a user presses every button (and then on next button press the param changes and so on) and for entering data into an input box and uses the element's classname as the default we should do it. https://itnext.io/writing-customizable-styled-react-components-51d38ed20461 - category pages don’t update site title w/ category, they should - Need sitemaps - js load speeds for ui - ui Does the homepage have at least one paragraph? if not add something - site:search for ui to test indexing - Is there a way to just have the UI check a reference somewhere of what the latest UI version is (maintained in an Augur repo e.g. github) and then load it automatically (but support passing params to use a different ipfs ui hash) while still supporting url params for nodes and links for the react stuff once it loads the actual UI by passing it all through - Need canonical tags on ui that are injected using helmet js for each page including the first word after the #! + market id if there is one but no other parameters - Need a way to not pass node urls as params, bundle them w/ UI, and have optional params for nodes
priority
improve landing page ranking landing page changes change get started button text to something like bet on prediction markets add explainer video back to the site it was engaging helpful pages need better titles header info make sure people understand wth augur is from reading the site use keywords in headers and alt image tags augur net reference error fetch is undefined don t use fetch replace it with something else js load speeds for main site improve score on new content create a prediction markets explainer medium post and add that content to landing page did do some of these things for a reference to get ideas content it mentioned the words prediction market a lot more had way more links images interactive content etc ctas were good too review landing page content add way more content target words currently at but sites with are the average for rank on google get some blog posts out explaining things like prediction markets and for other keywords and get them highly ranked regularly publish blog posts like a month both about informational stuff and about engineering stuff make landing page have link to ui download side by side instead of get started take the dev site info from existing get started page and put it at the bottom of current main page take the rest of any useful content from get started page and put on main page metrics seo get referral social bounce rate down from to sub get in top rankings for a bunch of the keywords that are useful research other things competitive to augur what keywords they rank for pms betting sites etc and improve seo for those keywords augur ui changes on the ui the market pages have titles cut off primary keyword secondary keyword brand is optimal title no more than chars markets should have meta keywords same for category pages description for everything is the same needs to be different chars each market own description keywords for stuff should appear in headers and title tags e g category page keywords no ’s we should use add em for market pages google isn’t indexing in reporting or resolved markets on the markets page itself due to each url not being a link ie the dropdown buttons to select reporting or resolved markets on the markets page don’t change url at the top aren’t links have a query param disclaimer open when it’s opened and disclaimer accepted when someone goes through it to detect fall off due to confusion of the explainer if there’s a dumb stupid simple way to get the ui to add a query param when a user presses every button and then on next button press the param changes and so on and for entering data into an input box and uses the element s classname as the default we should do it category pages don’t update site title w category they should need sitemaps js load speeds for ui ui does the homepage have at least one paragraph if not add something site search for ui to test indexing is there a way to just have the ui check a reference somewhere of what the latest ui version is maintained in an augur repo e g github and then load it automatically but support passing params to use a different ipfs ui hash while still supporting url params for nodes and links for the react stuff once it loads the actual ui by passing it all through need canonical tags on ui that are injected using helmet js for each page including the first word after the market id if there is one but no other parameters need a way to not pass node urls as params bundle them w ui and have optional params for nodes
1
699,733
24,030,091,829
IssuesEvent
2022-09-15 14:26:45
RoboTeamTwente/roboteam_ai
https://api.github.com/repos/RoboTeamTwente/roboteam_ai
closed
Referee commands of logfile are not always exactly obeyed
bug high priority
This could have been introduced during the ROS refactor/roboteam vision removal. Timeouts, stops and ballplacements all seem not to be exactly running as in the logfile, even though we are explicitly listening to the referee.
1.0
Referee commands of logfile are not always exactly obeyed - This could have been introduced during the ROS refactor/roboteam vision removal. Timeouts, stops and ballplacements all seem not to be exactly running as in the logfile, even though we are explicitly listening to the referee.
priority
referee commands of logfile are not always exactly obeyed this could have been introduced during the ros refactor roboteam vision removal timeouts stops and ballplacements all seem not to be exactly running as in the logfile even though we are explicitly listening to the referee
1
361,692
10,719,309,952
IssuesEvent
2019-10-26 08:48:31
localstack/localstack
https://api.github.com/repos/localstack/localstack
closed
CORS S3 responds twice with Access-Control-Allow-Origin headers, breaking Browser based calls
bug needs-triaging priority-high
Scenario: - Given I have a S3 bucket, with or without any explicit CORS configuration - Given I do a browser request against any s3 object (it includes an origin header) - I receive a response with two `Access-Control-Allow-Origin` headers. - `Access-Control-Allow-Origin: *` and `Access-Control-Allow-Origin: https://example.com` *Expected result:* A response with just one `Access-Control-Allow-Origin` header. *Impact:* all browser based request fail due to a CORS violation. Sending two `Access-Control-Allow-Origin` requests is not allowed. My setup: - Mac OS X - Docker-based setup - puma-dev to create a local domain ## Example request: ``` $ curl 'https://librario-dev-assets2.library-aws-s3.test/uploads/account/1/asset/file/616af873-b2bb-4c2b-8c5d-77c9ca8026c1/file' -v \ -H 'Origin: https://example.com' * Trying 127.0.0.1... * TCP_NODELAY set * Connected to librario-dev-assets2.library-aws-s3.test (127.0.0.1) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH * successfully set certificate verify locations: * CAfile: /etc/ssl/cert.pem CApath: none * TLSv1.2 (OUT), TLS handshake, Client hello (1): * TLSv1.2 (IN), TLS handshake, Server hello (2): * TLSv1.2 (IN), TLS handshake, Certificate (11): * TLSv1.2 (IN), TLS handshake, Server key exchange (12): * TLSv1.2 (IN), TLS handshake, Server finished (14): * TLSv1.2 (OUT), TLS handshake, Client key exchange (16): * TLSv1.2 (OUT), TLS change cipher, Client hello (1): * TLSv1.2 (OUT), TLS handshake, Finished (20): * TLSv1.2 (IN), TLS change cipher, Client hello (1): * TLSv1.2 (IN), TLS handshake, Finished (20): * SSL connection using TLSv1.2 / ECDHE-ECDSA-AES256-GCM-SHA384 * ALPN, server did not agree to a protocol * Server certificate: * subject: O=Puma-dev Signed; CN=librario-dev-assets2.library-aws-s3.test * start date: Oct 1 18:45:24 2019 GMT * expire date: Sep 30 18:45:24 2020 GMT * subjectAltName: host "librario-dev-assets2.library-aws-s3.test" matched cert's "librario-dev-assets2.library-aws-s3.test" * issuer: O=Developer Certificate; CN=Puma-dev CA * SSL certificate verify ok. > GET /uploads/account/1/asset/file/616af873-b2bb-4c2b-8c5d-77c9ca8026c1/file HTTP/1.1 > Host: librario-dev-assets2.library-aws-s3.test > User-Agent: curl/7.54.0 > Accept: */* > Origin: https://example.com > < HTTP/1.1 404 Not Found < Access-Control-Allow-Headers: ,authorization,content-type,content-md5,cache-control,x-amz-content-sha256,x-amz-date,x-amz-security-token,x-amz-user-agent,x-amz-target,x-amz-acl,x-amz-version-id,x-localstack-target < Access-Control-Allow-Methods: HEAD,GET,PUT,POST,DELETE,OPTIONS,PATCH < Access-Control-Allow-Origin: https://example.com < Access-Control-Allow-Origin: * < Access-Control-Expose-Headers: x-amz-version-id < Content-Length: 244 < Content-Type: text/html; charset=utf-8 < Date: Tue, 01 Oct 2019 18:48:59 GMT < Server: BaseHTTP/0.6 Python/3.6.8 < Vary: Origin < <?xml version="1.0" encoding="UTF-8"?> <Error> <Code>NoSuchBucket</Code> <Message>The specified bucket does not exist</Message> <BucketName>uploads</BucketName> <RequestID>7a62c49f-347e-4fc4-9331-6e8eEXAMPLE</RequestID> * Connection #0 to host librario-dev-assets2.library-aws-s3.test left intact </Error>% ```
1.0
CORS S3 responds twice with Access-Control-Allow-Origin headers, breaking Browser based calls - Scenario: - Given I have a S3 bucket, with or without any explicit CORS configuration - Given I do a browser request against any s3 object (it includes an origin header) - I receive a response with two `Access-Control-Allow-Origin` headers. - `Access-Control-Allow-Origin: *` and `Access-Control-Allow-Origin: https://example.com` *Expected result:* A response with just one `Access-Control-Allow-Origin` header. *Impact:* all browser based request fail due to a CORS violation. Sending two `Access-Control-Allow-Origin` requests is not allowed. My setup: - Mac OS X - Docker-based setup - puma-dev to create a local domain ## Example request: ``` $ curl 'https://librario-dev-assets2.library-aws-s3.test/uploads/account/1/asset/file/616af873-b2bb-4c2b-8c5d-77c9ca8026c1/file' -v \ -H 'Origin: https://example.com' * Trying 127.0.0.1... * TCP_NODELAY set * Connected to librario-dev-assets2.library-aws-s3.test (127.0.0.1) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH * successfully set certificate verify locations: * CAfile: /etc/ssl/cert.pem CApath: none * TLSv1.2 (OUT), TLS handshake, Client hello (1): * TLSv1.2 (IN), TLS handshake, Server hello (2): * TLSv1.2 (IN), TLS handshake, Certificate (11): * TLSv1.2 (IN), TLS handshake, Server key exchange (12): * TLSv1.2 (IN), TLS handshake, Server finished (14): * TLSv1.2 (OUT), TLS handshake, Client key exchange (16): * TLSv1.2 (OUT), TLS change cipher, Client hello (1): * TLSv1.2 (OUT), TLS handshake, Finished (20): * TLSv1.2 (IN), TLS change cipher, Client hello (1): * TLSv1.2 (IN), TLS handshake, Finished (20): * SSL connection using TLSv1.2 / ECDHE-ECDSA-AES256-GCM-SHA384 * ALPN, server did not agree to a protocol * Server certificate: * subject: O=Puma-dev Signed; CN=librario-dev-assets2.library-aws-s3.test * start date: Oct 1 18:45:24 2019 GMT * expire date: Sep 30 18:45:24 2020 GMT * subjectAltName: host "librario-dev-assets2.library-aws-s3.test" matched cert's "librario-dev-assets2.library-aws-s3.test" * issuer: O=Developer Certificate; CN=Puma-dev CA * SSL certificate verify ok. > GET /uploads/account/1/asset/file/616af873-b2bb-4c2b-8c5d-77c9ca8026c1/file HTTP/1.1 > Host: librario-dev-assets2.library-aws-s3.test > User-Agent: curl/7.54.0 > Accept: */* > Origin: https://example.com > < HTTP/1.1 404 Not Found < Access-Control-Allow-Headers: ,authorization,content-type,content-md5,cache-control,x-amz-content-sha256,x-amz-date,x-amz-security-token,x-amz-user-agent,x-amz-target,x-amz-acl,x-amz-version-id,x-localstack-target < Access-Control-Allow-Methods: HEAD,GET,PUT,POST,DELETE,OPTIONS,PATCH < Access-Control-Allow-Origin: https://example.com < Access-Control-Allow-Origin: * < Access-Control-Expose-Headers: x-amz-version-id < Content-Length: 244 < Content-Type: text/html; charset=utf-8 < Date: Tue, 01 Oct 2019 18:48:59 GMT < Server: BaseHTTP/0.6 Python/3.6.8 < Vary: Origin < <?xml version="1.0" encoding="UTF-8"?> <Error> <Code>NoSuchBucket</Code> <Message>The specified bucket does not exist</Message> <BucketName>uploads</BucketName> <RequestID>7a62c49f-347e-4fc4-9331-6e8eEXAMPLE</RequestID> * Connection #0 to host librario-dev-assets2.library-aws-s3.test left intact </Error>% ```
priority
cors responds twice with access control allow origin headers breaking browser based calls scenario given i have a bucket with or without any explicit cors configuration given i do a browser request against any object it includes an origin header i receive a response with two access control allow origin headers access control allow origin and access control allow origin expected result a response with just one access control allow origin header impact all browser based request fail due to a cors violation sending two access control allow origin requests is not allowed my setup mac os x docker based setup puma dev to create a local domain example request curl v h origin trying tcp nodelay set connected to librario dev library aws test port alpn offering alpn offering http cipher selection all export anull low strength successfully set certificate verify locations cafile etc ssl cert pem capath none out tls handshake client hello in tls handshake server hello in tls handshake certificate in tls handshake server key exchange in tls handshake server finished out tls handshake client key exchange out tls change cipher client hello out tls handshake finished in tls change cipher client hello in tls handshake finished ssl connection using ecdhe ecdsa gcm alpn server did not agree to a protocol server certificate subject o puma dev signed cn librario dev library aws test start date oct gmt expire date sep gmt subjectaltname host librario dev library aws test matched cert s librario dev library aws test issuer o developer certificate cn puma dev ca ssl certificate verify ok get uploads account asset file file http host librario dev library aws test user agent curl accept origin http not found access control allow headers authorization content type content cache control x amz content x amz date x amz security token x amz user agent x amz target x amz acl x amz version id x localstack target access control allow methods head get put post delete options patch access control allow origin access control allow origin access control expose headers x amz version id content length content type text html charset utf date tue oct gmt server basehttp python vary origin nosuchbucket the specified bucket does not exist uploads connection to host librario dev library aws test left intact
1
158,202
6,023,697,083
IssuesEvent
2017-06-08 01:21:05
Teradata/covalent
https://api.github.com/repos/Teradata/covalent
closed
[Enhancement] Manage List content from a route
enhancement high priority
#### Feature Request There is a need to be able to render the toolbar and content for manage list from a single route since we want to allow the user to change the toolbar content depending on the route. Currently we use the `td-toolbar-content` to set components into the toolbar, but when you use a route we cant do that. ```html <div td-toolbar-content> Route dependent content <-- this should change depending on route </div> <router-outlet></router-outlet> ```
1.0
[Enhancement] Manage List content from a route - #### Feature Request There is a need to be able to render the toolbar and content for manage list from a single route since we want to allow the user to change the toolbar content depending on the route. Currently we use the `td-toolbar-content` to set components into the toolbar, but when you use a route we cant do that. ```html <div td-toolbar-content> Route dependent content <-- this should change depending on route </div> <router-outlet></router-outlet> ```
priority
manage list content from a route feature request there is a need to be able to render the toolbar and content for manage list from a single route since we want to allow the user to change the toolbar content depending on the route currently we use the td toolbar content to set components into the toolbar but when you use a route we cant do that html route dependent content this should change depending on route
1
554,659
16,435,596,882
IssuesEvent
2021-05-20 08:54:16
fossasia/open-event-frontend
https://api.github.com/repos/fossasia/open-event-frontend
closed
Problem typing in dialogue box
Priority: High bug
When creating an event, type in the description box, when the spacebar is pressed, the cursor jumps to the beginning of the line. Bug present on Firefox 86.0, not Chrome, not Safari
1.0
Problem typing in dialogue box - When creating an event, type in the description box, when the spacebar is pressed, the cursor jumps to the beginning of the line. Bug present on Firefox 86.0, not Chrome, not Safari
priority
problem typing in dialogue box when creating an event type in the description box when the spacebar is pressed the cursor jumps to the beginning of the line bug present on firefox not chrome not safari
1
517,859
15,020,478,248
IssuesEvent
2021-02-01 14:45:39
ansible/galaxy_ng
https://api.github.com/repos/ansible/galaxy_ng
closed
Collection endpoint on c.rh.c returns 500
area/api priority/high status/ready-for-QE type/bug
The following endpoint results in a 500 error: `https://cloud.redhat.com/api/automation-hub/v3/collections/cisco/ios/` The traceback from the server side follows: ``` 2020-09-15 19:43:11,265 ERROR django.request: Internal Server Error: /api/automation-hub/v3/collections/cisco/ios/ Traceback (most recent call last): File "/venv/lib64/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner response = get_response(request) File "/venv/lib64/python3.6/site-packages/django/core/handlers/base.py", line 145, in _get_response response = self.process_exception_by_middleware(e, request) File "/venv/lib64/python3.6/site-packages/django/core/handlers/base.py", line 143, in _get_response response = response.render() File "/venv/lib64/python3.6/site-packages/django/template/response.py", line 106, in render self.content = self.rendered_content File "/venv/lib64/python3.6/site-packages/rest_framework/response.py", line 70, in rendered_content ret = renderer.render(self.data, accepted_media_type, context) File "/venv/lib64/python3.6/site-packages/rest_framework/renderers.py", line 725, in render context = self.get_context(data, accepted_media_type, renderer_context) File "/venv/lib64/python3.6/site-packages/rest_framework/renderers.py", line 657, in get_context raw_data_put_form = self.get_raw_data_form(data, view, 'PUT', request) File "/venv/lib64/python3.6/site-packages/rest_framework/renderers.py", line 542, in get_raw_data_form if not self.show_form_for_method(view, method, request, instance): File "/venv/lib64/python3.6/site-packages/rest_framework/renderers.py", line 434, in show_form_for_method view.check_object_permissions(request, obj) File "/venv/lib64/python3.6/site-packages/rest_framework/views.py", line 343, in check_object_permissions if not permission.has_object_permission(request, self, obj): File "/app/galaxy_ng/app/api/permissions.py", line 55, in has_object_permission request, view, obj) File "/app/galaxy_ng/app/api/permissions.py", line 45, in has_object_permission return IsNamespaceOwner().has_object_permission(request, view, obj) File "/app/galaxy_ng/app/api/permissions.py", line 38, in has_object_permission return namespace.groups.filter(pk__in=request.user.groups.all()).exists() AttributeError: 'str' object has no attribute 'groups' ```
1.0
Collection endpoint on c.rh.c returns 500 - The following endpoint results in a 500 error: `https://cloud.redhat.com/api/automation-hub/v3/collections/cisco/ios/` The traceback from the server side follows: ``` 2020-09-15 19:43:11,265 ERROR django.request: Internal Server Error: /api/automation-hub/v3/collections/cisco/ios/ Traceback (most recent call last): File "/venv/lib64/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner response = get_response(request) File "/venv/lib64/python3.6/site-packages/django/core/handlers/base.py", line 145, in _get_response response = self.process_exception_by_middleware(e, request) File "/venv/lib64/python3.6/site-packages/django/core/handlers/base.py", line 143, in _get_response response = response.render() File "/venv/lib64/python3.6/site-packages/django/template/response.py", line 106, in render self.content = self.rendered_content File "/venv/lib64/python3.6/site-packages/rest_framework/response.py", line 70, in rendered_content ret = renderer.render(self.data, accepted_media_type, context) File "/venv/lib64/python3.6/site-packages/rest_framework/renderers.py", line 725, in render context = self.get_context(data, accepted_media_type, renderer_context) File "/venv/lib64/python3.6/site-packages/rest_framework/renderers.py", line 657, in get_context raw_data_put_form = self.get_raw_data_form(data, view, 'PUT', request) File "/venv/lib64/python3.6/site-packages/rest_framework/renderers.py", line 542, in get_raw_data_form if not self.show_form_for_method(view, method, request, instance): File "/venv/lib64/python3.6/site-packages/rest_framework/renderers.py", line 434, in show_form_for_method view.check_object_permissions(request, obj) File "/venv/lib64/python3.6/site-packages/rest_framework/views.py", line 343, in check_object_permissions if not permission.has_object_permission(request, self, obj): File "/app/galaxy_ng/app/api/permissions.py", line 55, in has_object_permission request, view, obj) File "/app/galaxy_ng/app/api/permissions.py", line 45, in has_object_permission return IsNamespaceOwner().has_object_permission(request, view, obj) File "/app/galaxy_ng/app/api/permissions.py", line 38, in has_object_permission return namespace.groups.filter(pk__in=request.user.groups.all()).exists() AttributeError: 'str' object has no attribute 'groups' ```
priority
collection endpoint on c rh c returns the following endpoint results in a error the traceback from the server side follows error django request internal server error api automation hub collections cisco ios traceback most recent call last file venv site packages django core handlers exception py line in inner response get response request file venv site packages django core handlers base py line in get response response self process exception by middleware e request file venv site packages django core handlers base py line in get response response response render file venv site packages django template response py line in render self content self rendered content file venv site packages rest framework response py line in rendered content ret renderer render self data accepted media type context file venv site packages rest framework renderers py line in render context self get context data accepted media type renderer context file venv site packages rest framework renderers py line in get context raw data put form self get raw data form data view put request file venv site packages rest framework renderers py line in get raw data form if not self show form for method view method request instance file venv site packages rest framework renderers py line in show form for method view check object permissions request obj file venv site packages rest framework views py line in check object permissions if not permission has object permission request self obj file app galaxy ng app api permissions py line in has object permission request view obj file app galaxy ng app api permissions py line in has object permission return isnamespaceowner has object permission request view obj file app galaxy ng app api permissions py line in has object permission return namespace groups filter pk in request user groups all exists attributeerror str object has no attribute groups
1
825,918
31,478,267,733
IssuesEvent
2023-08-30 12:18:17
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[CDCSDK] On build 2.18.2.0-b86, Snapshot cases seeing SAFEPOINT exceptions and NullPointerException
kind/bug priority/high area/cdcsdk
Jira Link: [DB-7437](https://yugabyte.atlassian.net/browse/DB-7437) ### Description Please refer JIRA for stress run link. ``` 2023-07-27 16:28:13,333 WARN YugabyteDB|db_cdc|snapshot|2 Error while trying to get the snapshot from the server; will attempt retry 1 of 10 after 60000 milli-seconds. Exception: {} [io.debezium.connector.yugabytedb.YugabyteDBSnapshotChangeEventSource] java.lang.IllegalArgumentException: Unknown operation 'SAFEPOINT' in replication stream message commit_time: 6924186787249807360 table: "test_cdc_29aa7a" op: SAFEPOINT pgschema_name: "public" at io.debezium.connector.yugabytedb.connection.pgproto.YbProtoReplicationMessage.getOperation(YbProtoReplicationMessage.java:66) at io.debezium.connector.yugabytedb.connection.ReplicationMessage.isTransactionalMessage(ReplicationMessage.java:193) at io.debezium.connector.yugabytedb.YugabyteDBSnapshotChangeEventSource.doExecute(YugabyteDBSnapshotChangeEventSource.java:435) at io.debezium.connector.yugabytedb.YugabyteDBSnapshotChangeEventSource.execute(YugabyteDBSnapshotChangeEventSource.java:136) at io.debezium.connector.yugabytedb.YugabyteDBSnapshotChangeEventSource.execute(YugabyteDBSnapshotChangeEventSource.java:46) at io.debezium.pipeline.ChangeEventSourceCoordinator.doSnapshot(ChangeEventSourceCoordinator.java:155) at io.debezium.connector.yugabytedb.YugabyteDBChangeEventSourceCoordinator.executeChangeEventSources(YugabyteDBChangeEventSourceCoordinator.java:108) at io.debezium.pipeline.ChangeEventSourceCoordinator.lambda$start$0(ChangeEventSourceCoordinator.java:109) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2023-07-27 16:28:13,335 WARN YugabyteDB|db_cdc|snapshot|1 Error while ``` ``` java.lang.NullPointerException at io.debezium.connector.yugabytedb.YugabyteDBSnapshotChangeEventSource.doExecute(YugabyteDBSnapshotChangeEventSource.java:398) at io.debezium.connector.yugabytedb.YugabyteDBSnapshotChangeEventSource.execute(YugabyteDBSnapshotChangeEventSource.java:136) at io.debezium.connector.yugabytedb.YugabyteDBSnapshotChangeEventSource.execute(YugabyteDBSnapshotChangeEventSource.java:46) at io.debezium.pipeline.ChangeEventSourceCoordinator.doSnapshot(ChangeEventSourceCoordinator.java:155) at io.debezium.connector.yugabytedb.YugabyteDBChangeEventSourceCoordinator.executeChangeEventSources(YugabyteDBChangeEventSourceCoordinator.java:108) at io.debezium.pipeline.ChangeEventSourceCoordinator.lambda$start$0(ChangeEventSourceCoordinator.java:109) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) ``` ### Source connector version 1.9.5.y.33-SNAPSHOT ### Connector configuration ``` add connector connector_name='ybconnector_cdc_fb1ef9_test_cdc_29aa7a' stream_id='f27b3af6fbae4b4781142209b7df643b' db_name='cdc_fb1ef9' connector_host='172.151.18.181' table_list=['test_cdc_29aa7a'] {'name': 'ybconnector_cdc_fb1ef9_test_cdc_29aa7a', 'config': {'connector.class': 'io.debezium.connector.yugabytedb.YugabyteDBConnector', 'database.hostname': '172.151.30.30', 'database.master.addresses': '172.151.29.232:7100,172.151.30.30:7100,172.151.25.16:7100', 'database.port': 5433, 'database.masterhost': '172.151.30.30', 'database.masterport': '7100', 'database.user': 'yugabyte', 'database.password': 'yugabyte', 'database.dbname': 'cdc_fb1ef9', 'database.server.name': 'db_cdc', 'database.streamid': 'f27b3af6fbae4b4781142209b7df643b', 'snapshot.mode': 'initial', 'admin.operation.timeout.ms': 600000, 'socket.read.timeout.ms': 600000, 'max.connector.retries': '10', 'operation.timeout.ms': 600000, 'topic.creation.default.compression.type': 'lz4', 'topic.creation.default.cleanup.policy': 'delete', 'topic.creation.default.partitions': 2, 'topic.creation.default.replication.factor': '1', 'tasks.max': '5', 'table.include.list': 'public.test_cdc_29aa7a', 'max.poll.interval.ms': '5000'}} ``` ### YugabyteDB version 2.18.2.0-b86 ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-7437]: https://yugabyte.atlassian.net/browse/DB-7437?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1.0
[CDCSDK] On build 2.18.2.0-b86, Snapshot cases seeing SAFEPOINT exceptions and NullPointerException - Jira Link: [DB-7437](https://yugabyte.atlassian.net/browse/DB-7437) ### Description Please refer JIRA for stress run link. ``` 2023-07-27 16:28:13,333 WARN YugabyteDB|db_cdc|snapshot|2 Error while trying to get the snapshot from the server; will attempt retry 1 of 10 after 60000 milli-seconds. Exception: {} [io.debezium.connector.yugabytedb.YugabyteDBSnapshotChangeEventSource] java.lang.IllegalArgumentException: Unknown operation 'SAFEPOINT' in replication stream message commit_time: 6924186787249807360 table: "test_cdc_29aa7a" op: SAFEPOINT pgschema_name: "public" at io.debezium.connector.yugabytedb.connection.pgproto.YbProtoReplicationMessage.getOperation(YbProtoReplicationMessage.java:66) at io.debezium.connector.yugabytedb.connection.ReplicationMessage.isTransactionalMessage(ReplicationMessage.java:193) at io.debezium.connector.yugabytedb.YugabyteDBSnapshotChangeEventSource.doExecute(YugabyteDBSnapshotChangeEventSource.java:435) at io.debezium.connector.yugabytedb.YugabyteDBSnapshotChangeEventSource.execute(YugabyteDBSnapshotChangeEventSource.java:136) at io.debezium.connector.yugabytedb.YugabyteDBSnapshotChangeEventSource.execute(YugabyteDBSnapshotChangeEventSource.java:46) at io.debezium.pipeline.ChangeEventSourceCoordinator.doSnapshot(ChangeEventSourceCoordinator.java:155) at io.debezium.connector.yugabytedb.YugabyteDBChangeEventSourceCoordinator.executeChangeEventSources(YugabyteDBChangeEventSourceCoordinator.java:108) at io.debezium.pipeline.ChangeEventSourceCoordinator.lambda$start$0(ChangeEventSourceCoordinator.java:109) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2023-07-27 16:28:13,335 WARN YugabyteDB|db_cdc|snapshot|1 Error while ``` ``` java.lang.NullPointerException at io.debezium.connector.yugabytedb.YugabyteDBSnapshotChangeEventSource.doExecute(YugabyteDBSnapshotChangeEventSource.java:398) at io.debezium.connector.yugabytedb.YugabyteDBSnapshotChangeEventSource.execute(YugabyteDBSnapshotChangeEventSource.java:136) at io.debezium.connector.yugabytedb.YugabyteDBSnapshotChangeEventSource.execute(YugabyteDBSnapshotChangeEventSource.java:46) at io.debezium.pipeline.ChangeEventSourceCoordinator.doSnapshot(ChangeEventSourceCoordinator.java:155) at io.debezium.connector.yugabytedb.YugabyteDBChangeEventSourceCoordinator.executeChangeEventSources(YugabyteDBChangeEventSourceCoordinator.java:108) at io.debezium.pipeline.ChangeEventSourceCoordinator.lambda$start$0(ChangeEventSourceCoordinator.java:109) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) ``` ### Source connector version 1.9.5.y.33-SNAPSHOT ### Connector configuration ``` add connector connector_name='ybconnector_cdc_fb1ef9_test_cdc_29aa7a' stream_id='f27b3af6fbae4b4781142209b7df643b' db_name='cdc_fb1ef9' connector_host='172.151.18.181' table_list=['test_cdc_29aa7a'] {'name': 'ybconnector_cdc_fb1ef9_test_cdc_29aa7a', 'config': {'connector.class': 'io.debezium.connector.yugabytedb.YugabyteDBConnector', 'database.hostname': '172.151.30.30', 'database.master.addresses': '172.151.29.232:7100,172.151.30.30:7100,172.151.25.16:7100', 'database.port': 5433, 'database.masterhost': '172.151.30.30', 'database.masterport': '7100', 'database.user': 'yugabyte', 'database.password': 'yugabyte', 'database.dbname': 'cdc_fb1ef9', 'database.server.name': 'db_cdc', 'database.streamid': 'f27b3af6fbae4b4781142209b7df643b', 'snapshot.mode': 'initial', 'admin.operation.timeout.ms': 600000, 'socket.read.timeout.ms': 600000, 'max.connector.retries': '10', 'operation.timeout.ms': 600000, 'topic.creation.default.compression.type': 'lz4', 'topic.creation.default.cleanup.policy': 'delete', 'topic.creation.default.partitions': 2, 'topic.creation.default.replication.factor': '1', 'tasks.max': '5', 'table.include.list': 'public.test_cdc_29aa7a', 'max.poll.interval.ms': '5000'}} ``` ### YugabyteDB version 2.18.2.0-b86 ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-7437]: https://yugabyte.atlassian.net/browse/DB-7437?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
priority
on build snapshot cases seeing safepoint exceptions and nullpointerexception jira link description please refer jira for stress run link warn yugabytedb db cdc snapshot error while trying to get the snapshot from the server will attempt retry of after milli seconds exception java lang illegalargumentexception unknown operation safepoint in replication stream message commit time table test cdc op safepoint pgschema name public at io debezium connector yugabytedb connection pgproto ybprotoreplicationmessage getoperation ybprotoreplicationmessage java at io debezium connector yugabytedb connection replicationmessage istransactionalmessage replicationmessage java at io debezium connector yugabytedb yugabytedbsnapshotchangeeventsource doexecute yugabytedbsnapshotchangeeventsource java at io debezium connector yugabytedb yugabytedbsnapshotchangeeventsource execute yugabytedbsnapshotchangeeventsource java at io debezium connector yugabytedb yugabytedbsnapshotchangeeventsource execute yugabytedbsnapshotchangeeventsource java at io debezium pipeline changeeventsourcecoordinator dosnapshot changeeventsourcecoordinator java at io debezium connector yugabytedb yugabytedbchangeeventsourcecoordinator executechangeeventsources yugabytedbchangeeventsourcecoordinator java at io debezium pipeline changeeventsourcecoordinator lambda start changeeventsourcecoordinator java at java base java util concurrent executors runnableadapter call executors java at java base java util concurrent futuretask run futuretask java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java base java lang thread run thread java warn yugabytedb db cdc snapshot error while java lang nullpointerexception at io debezium connector yugabytedb yugabytedbsnapshotchangeeventsource doexecute yugabytedbsnapshotchangeeventsource java at io debezium connector yugabytedb yugabytedbsnapshotchangeeventsource execute yugabytedbsnapshotchangeeventsource java at io debezium connector yugabytedb yugabytedbsnapshotchangeeventsource execute yugabytedbsnapshotchangeeventsource java at io debezium pipeline changeeventsourcecoordinator dosnapshot changeeventsourcecoordinator java at io debezium connector yugabytedb yugabytedbchangeeventsourcecoordinator executechangeeventsources yugabytedbchangeeventsourcecoordinator java at io debezium pipeline changeeventsourcecoordinator lambda start changeeventsourcecoordinator java at java base java util concurrent executors runnableadapter call executors java at java base java util concurrent futuretask run futuretask java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java base java lang thread run thread java source connector version y snapshot connector configuration add connector connector name ybconnector cdc test cdc stream id db name cdc connector host table list name ybconnector cdc test cdc config connector class io debezium connector yugabytedb yugabytedbconnector database hostname database master addresses database port database masterhost database masterport database user yugabyte database password yugabyte database dbname cdc database server name db cdc database streamid snapshot mode initial admin operation timeout ms socket read timeout ms max connector retries operation timeout ms topic creation default compression type topic creation default cleanup policy delete topic creation default partitions topic creation default replication factor tasks max table include list public test cdc max poll interval ms yugabytedb version warning please confirm that this issue does not contain any sensitive information i confirm this issue does not contain any sensitive information
1
113,065
4,542,298,611
IssuesEvent
2016-09-09 20:43:05
kcigeospatial/sha_oed_issues
https://api.github.com/repos/kcigeospatial/sha_oed_issues
opened
QA Toolkit - Custom SQL Select / Data Extract in Support of MS4 Reporting
QA Toolkit Scott-HighPriority Task 9 - On Call Support & Maintenance
**In support of SHA's annual reporting requirements to MDE, users have requested a customized data dump of pertinent data values from the QA Toolkit.** Users will utilize the output from the query to generate the metrics that will feed into the report. **Please find the attached specifications document for the requirements of the query.** [QADataExtractRequirementSpecifications_V1.0_20160909.pdf](https://github.com/kcigeospatial/sha_oed_issues/files/464791/QADataExtractRequirementSpecifications_V1.0_20160909.pdf)
1.0
QA Toolkit - Custom SQL Select / Data Extract in Support of MS4 Reporting - **In support of SHA's annual reporting requirements to MDE, users have requested a customized data dump of pertinent data values from the QA Toolkit.** Users will utilize the output from the query to generate the metrics that will feed into the report. **Please find the attached specifications document for the requirements of the query.** [QADataExtractRequirementSpecifications_V1.0_20160909.pdf](https://github.com/kcigeospatial/sha_oed_issues/files/464791/QADataExtractRequirementSpecifications_V1.0_20160909.pdf)
priority
qa toolkit custom sql select data extract in support of reporting in support of sha s annual reporting requirements to mde users have requested a customized data dump of pertinent data values from the qa toolkit users will utilize the output from the query to generate the metrics that will feed into the report please find the attached specifications document for the requirements of the query
1
122,101
4,827,498,638
IssuesEvent
2016-11-07 13:49:31
CS2103AUG2016-W15-C3/main
https://api.github.com/repos/CS2103AUG2016-W15-C3/main
closed
Code quality feedback for A0142073R
priority.high
# main - you seem to have some code duplication; please resolve it # test - your test names do not follow the convention Other details [here](https://github.com/nus-cs2103-AY1617S1/addressbook-level4/pull/94#pullrequestreview-6361112)
1.0
Code quality feedback for A0142073R - # main - you seem to have some code duplication; please resolve it # test - your test names do not follow the convention Other details [here](https://github.com/nus-cs2103-AY1617S1/addressbook-level4/pull/94#pullrequestreview-6361112)
priority
code quality feedback for main you seem to have some code duplication please resolve it test your test names do not follow the convention other details
1
602,985
18,520,627,784
IssuesEvent
2021-10-20 14:43:05
CLOSER-Cohorts/archivist
https://api.github.com/repos/CLOSER-Cohorts/archivist
closed
REACT: List of instrument features to be added
feature High priority react
- [x] Search for instrument - essential - [ ] Sort by - [ ] Filter by study
1.0
REACT: List of instrument features to be added - - [x] Search for instrument - essential - [ ] Sort by - [ ] Filter by study
priority
react list of instrument features to be added search for instrument essential sort by filter by study
1
339,527
10,255,836,124
IssuesEvent
2019-08-21 16:13:55
WeakAuras/WeakAuras2
https://api.github.com/repos/WeakAuras/WeakAuras2
closed
COMBAT_LOG_EVENT_UNFILTERED sends incorrect fake event to a status trigger.
🐛 Bug 🚨High Priority
**Describe the bug** <!-- What did you expect to happen and what happened instead? --> When using a status trigger (or TSU) the CLEU status (fake) event is incorrectly sent as `COMBAT_LOG_EVENT_UNFILTERED_CUSTOM`. **Do you have an error log of what happened?** <!-- If you don't see any errors, make sure that error reporting is enabled (`/console scriptErrors 1`) or install https://www.curseforge.com/wow/addons/bugsack & https://www.curseforge.com/wow/addons/bug-grabber, yes both are needed. Note that if the error looks like `[string "--[[ Error in ' my awesome aura' ]` then the bug is in the aura that got mentioned, not in WeakAuras itself --> **To Reproduce** <!-- Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error --> (Example aura provided below) 1. Create Status aura that prints event. 2. Close WA Options. 3. Observe as `COMBAT_LOG_EVENT_UNFILTERED_CUSTOM` is sent when options are closed. **Screenshots** <!-- If applicable, add screenshots to help explain your problem. --> **Did you try having WeakAuras as the only enabled addon and everything else (especially something like ElvUI) disabled?** <!-- Testing with only WeakAuras enabled is crucial to ruling out conflicts with other addons. --> Tested with only the 5 official WA addons enabled (and bugsack). **Which version of WeakAuras are you using?** <!-- You can see the current version in the title bar of the options window, if the options do not open, check the Twitch app or the `## Version:` field in the WeakAuras.toc file --> Tested on e384546 and 2.13.4 **Was it working in a previous version? If yes, which was the last good one?** <!-- You can always find older versions of WeakAuras to test with at https://www.wowace.com/projects/weakauras-2/files --> **Additional context** <!-- If you do not know which aura is causing issues for you, please attach a ZIP archive of your WeakAuras SavedVariables file, it's the `WeakAuras.lua` file in `World of Warcraft\_retail_\WTF\Account\YOUR_ACCOUNT\SavedVariables\` --> <!-- In case you do know which aura is problematic, please export the string and paste it below. --> https://wago.io/h85jBOlVs
1.0
COMBAT_LOG_EVENT_UNFILTERED sends incorrect fake event to a status trigger. - **Describe the bug** <!-- What did you expect to happen and what happened instead? --> When using a status trigger (or TSU) the CLEU status (fake) event is incorrectly sent as `COMBAT_LOG_EVENT_UNFILTERED_CUSTOM`. **Do you have an error log of what happened?** <!-- If you don't see any errors, make sure that error reporting is enabled (`/console scriptErrors 1`) or install https://www.curseforge.com/wow/addons/bugsack & https://www.curseforge.com/wow/addons/bug-grabber, yes both are needed. Note that if the error looks like `[string "--[[ Error in ' my awesome aura' ]` then the bug is in the aura that got mentioned, not in WeakAuras itself --> **To Reproduce** <!-- Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error --> (Example aura provided below) 1. Create Status aura that prints event. 2. Close WA Options. 3. Observe as `COMBAT_LOG_EVENT_UNFILTERED_CUSTOM` is sent when options are closed. **Screenshots** <!-- If applicable, add screenshots to help explain your problem. --> **Did you try having WeakAuras as the only enabled addon and everything else (especially something like ElvUI) disabled?** <!-- Testing with only WeakAuras enabled is crucial to ruling out conflicts with other addons. --> Tested with only the 5 official WA addons enabled (and bugsack). **Which version of WeakAuras are you using?** <!-- You can see the current version in the title bar of the options window, if the options do not open, check the Twitch app or the `## Version:` field in the WeakAuras.toc file --> Tested on e384546 and 2.13.4 **Was it working in a previous version? If yes, which was the last good one?** <!-- You can always find older versions of WeakAuras to test with at https://www.wowace.com/projects/weakauras-2/files --> **Additional context** <!-- If you do not know which aura is causing issues for you, please attach a ZIP archive of your WeakAuras SavedVariables file, it's the `WeakAuras.lua` file in `World of Warcraft\_retail_\WTF\Account\YOUR_ACCOUNT\SavedVariables\` --> <!-- In case you do know which aura is problematic, please export the string and paste it below. --> https://wago.io/h85jBOlVs
priority
combat log event unfiltered sends incorrect fake event to a status trigger describe the bug when using a status trigger or tsu the cleu status fake event is incorrectly sent as combat log event unfiltered custom do you have an error log of what happened if you don t see any errors make sure that error reporting is enabled console scripterrors or install yes both are needed note that if the error looks like then the bug is in the aura that got mentioned not in weakauras itself to reproduce steps to reproduce the behavior go to click on scroll down to see error example aura provided below create status aura that prints event close wa options observe as combat log event unfiltered custom is sent when options are closed screenshots did you try having weakauras as the only enabled addon and everything else especially something like elvui disabled tested with only the official wa addons enabled and bugsack which version of weakauras are you using tested on and was it working in a previous version if yes which was the last good one additional context
1
467,483
13,449,430,187
IssuesEvent
2020-09-08 16:53:09
MyHomeworkSpace/DaltonTab
https://api.github.com/repos/MyHomeworkSpace/DaltonTab
opened
Weather is broken
bug high priority
As of right now, the weather section is completely broken. We likely need to switch providers. Other free options include: - [National Weather Service (NWS)](https://www.weather.gov/documentation/services-web-api) - [OpenWeather](https://openweathermap.org/api)
1.0
Weather is broken - As of right now, the weather section is completely broken. We likely need to switch providers. Other free options include: - [National Weather Service (NWS)](https://www.weather.gov/documentation/services-web-api) - [OpenWeather](https://openweathermap.org/api)
priority
weather is broken as of right now the weather section is completely broken we likely need to switch providers other free options include
1
520,997
15,099,124,776
IssuesEvent
2021-02-08 01:31:59
Couchers-org/couchers
https://api.github.com/repos/Couchers-org/couchers
closed
Bug reporting
feature frontend priority: high
For users to report bugs from the app. It magically opens a github issue in the main repo like this. Protobuf definition: ``` syntax = "proto3"; package org.couchers.bugs; import "google/protobuf/empty.proto"; service Bugs { rpc Version(google.protobuf.Empty) returns (VersionInfo) { // Returns backend version info } rpc ReportBug(ReportBugReq) returns (ReportBugRes) { // Report a bug } } message VersionInfo { string version = 1; } message ReportBugReq { string subject = 1; string description = 2; string steps = 3; string results = 4; string frontend_version = 5; string user_agent = 6; string page = 7; uint32 user_id = 8; } message ReportBugRes { string report_identifier = 1; } ```
1.0
Bug reporting - For users to report bugs from the app. It magically opens a github issue in the main repo like this. Protobuf definition: ``` syntax = "proto3"; package org.couchers.bugs; import "google/protobuf/empty.proto"; service Bugs { rpc Version(google.protobuf.Empty) returns (VersionInfo) { // Returns backend version info } rpc ReportBug(ReportBugReq) returns (ReportBugRes) { // Report a bug } } message VersionInfo { string version = 1; } message ReportBugReq { string subject = 1; string description = 2; string steps = 3; string results = 4; string frontend_version = 5; string user_agent = 6; string page = 7; uint32 user_id = 8; } message ReportBugRes { string report_identifier = 1; } ```
priority
bug reporting for users to report bugs from the app it magically opens a github issue in the main repo like this protobuf definition syntax package org couchers bugs import google protobuf empty proto service bugs rpc version google protobuf empty returns versioninfo returns backend version info rpc reportbug reportbugreq returns reportbugres report a bug message versioninfo string version message reportbugreq string subject string description string steps string results string frontend version string user agent string page user id message reportbugres string report identifier
1
511,860
14,883,590,519
IssuesEvent
2021-01-20 13:32:33
co-cart/co-cart
https://api.github.com/repos/co-cart/co-cart
closed
Headers already sent when filtering `rest_pre_serve_request`
bug:confirmed priority:high scale:tiny status:approved
<!-- Hi there! This form is for reporting bugs and issues specific to the CoCart plugin. This is not a support portal. --> <!-- Please be as descriptive as possible; issues lacking the below details, or for any other reason than to report a bug, may be closed without action. --> Recently since WP 5.6 was released. I started to get the following errors. ```php [14-Dec-2020 12:59:50 UTC] PHP Notice: Undefined index: HTTP_ORIGIN in W:\xampp\htdocs\cocart\wordpress\wp-content\plugins\cart-rest-api-for-woocommerce\includes\class-cocart-authentication.php on line 152 [14-Dec-2020 12:59:50 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at W:\xampp\htdocs\cocart\wordpress\wp-content\plugins\cart-rest-api-for-woocommerce\includes\class-cocart-authentication.php:152) ``` I have pushed what I hope is a HOTFIX for this bug. Here is a [comparison of the change I made](https://github.com/co-cart/co-cart/compare/authentication-headers). Please know that I have only tested locally and don't know if the same error occurs online. I'm looking for some feedback on this issue. ## Prerequisites <!-- Mark completed items with an [x] --> - [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [x] The issue still exists against the latest `master` branch of CoCart on GitHub (this is **not** the same version as on WordPress.org!) - [ ] I have attempted to find the simplest possible steps to reproduce the issue. - [ ] I have included a failing test as a pull request (Optional) - [x] I have installed the requirements to run this plugin. ## Steps to reproduce the issue Just visit any API in CoCart. ## Expected/actual behaviour No errors logged. I was expecting to see... Nothing. ## Isolating the problem <!-- Mark completed items with an [x] --> - [x] This bug happens with only WooCommerce and CoCart plugin are active. - [ ] This bug happens with a default WordPress theme active. - [x] This bug happens with the WordPress theme Storefront active. - [x] This bug happens with the latest release of WooCommerce active. - [ ] This bug happens only when I authenticate as a customer. - [ ] This bug happens only when I authenticate as administrator. - [x] I can reproduce this bug consistently using the steps above.
1.0
Headers already sent when filtering `rest_pre_serve_request` - <!-- Hi there! This form is for reporting bugs and issues specific to the CoCart plugin. This is not a support portal. --> <!-- Please be as descriptive as possible; issues lacking the below details, or for any other reason than to report a bug, may be closed without action. --> Recently since WP 5.6 was released. I started to get the following errors. ```php [14-Dec-2020 12:59:50 UTC] PHP Notice: Undefined index: HTTP_ORIGIN in W:\xampp\htdocs\cocart\wordpress\wp-content\plugins\cart-rest-api-for-woocommerce\includes\class-cocart-authentication.php on line 152 [14-Dec-2020 12:59:50 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at W:\xampp\htdocs\cocart\wordpress\wp-content\plugins\cart-rest-api-for-woocommerce\includes\class-cocart-authentication.php:152) ``` I have pushed what I hope is a HOTFIX for this bug. Here is a [comparison of the change I made](https://github.com/co-cart/co-cart/compare/authentication-headers). Please know that I have only tested locally and don't know if the same error occurs online. I'm looking for some feedback on this issue. ## Prerequisites <!-- Mark completed items with an [x] --> - [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [x] The issue still exists against the latest `master` branch of CoCart on GitHub (this is **not** the same version as on WordPress.org!) - [ ] I have attempted to find the simplest possible steps to reproduce the issue. - [ ] I have included a failing test as a pull request (Optional) - [x] I have installed the requirements to run this plugin. ## Steps to reproduce the issue Just visit any API in CoCart. ## Expected/actual behaviour No errors logged. I was expecting to see... Nothing. ## Isolating the problem <!-- Mark completed items with an [x] --> - [x] This bug happens with only WooCommerce and CoCart plugin are active. - [ ] This bug happens with a default WordPress theme active. - [x] This bug happens with the WordPress theme Storefront active. - [x] This bug happens with the latest release of WooCommerce active. - [ ] This bug happens only when I authenticate as a customer. - [ ] This bug happens only when I authenticate as administrator. - [x] I can reproduce this bug consistently using the steps above.
priority
headers already sent when filtering rest pre serve request recently since wp was released i started to get the following errors php php notice undefined index http origin in w xampp htdocs cocart wordpress wp content plugins cart rest api for woocommerce includes class cocart authentication php on line php warning cannot modify header information headers already sent by output started at w xampp htdocs cocart wordpress wp content plugins cart rest api for woocommerce includes class cocart authentication php i have pushed what i hope is a hotfix for this bug here is a please know that i have only tested locally and don t know if the same error occurs online i m looking for some feedback on this issue prerequisites i have searched for similar issues in both open and closed tickets and cannot find a duplicate the issue still exists against the latest master branch of cocart on github this is not the same version as on wordpress org i have attempted to find the simplest possible steps to reproduce the issue i have included a failing test as a pull request optional i have installed the requirements to run this plugin steps to reproduce the issue just visit any api in cocart expected actual behaviour no errors logged i was expecting to see nothing isolating the problem this bug happens with only woocommerce and cocart plugin are active this bug happens with a default wordpress theme active this bug happens with the wordpress theme storefront active this bug happens with the latest release of woocommerce active this bug happens only when i authenticate as a customer this bug happens only when i authenticate as administrator i can reproduce this bug consistently using the steps above
1
66,586
3,256,126,337
IssuesEvent
2015-10-20 12:24:39
cs2103aug2015-w11-4j/main
https://api.github.com/repos/cs2103aug2015-w11-4j/main
closed
Make .txt file manually editable/readable
priority.high status.ongoing type.task
Using XML to convert from object output stream to text & read that
1.0
Make .txt file manually editable/readable - Using XML to convert from object output stream to text & read that
priority
make txt file manually editable readable using xml to convert from object output stream to text read that
1
123,547
4,864,661,574
IssuesEvent
2016-11-14 18:38:34
avalonmediasystem/avalon
https://api.github.com/repos/avalonmediasystem/avalon
closed
thumbnails not appearing on listing page
6.0 bug f4: models high priority
Thumbnails are not showing on listing page on spruce. To recreate: * got to a collection <https://spruce.dlib.indiana.edu/?f%5Bcollection_ssim%5D%5B%5D=Test_Collection&q=&search_field=all_fields> * see no thumbnails. ![screen shot 2016-11-08 at 4 41 27 pm](https://cloud.githubusercontent.com/assets/4803230/20120430/63072fce-a5d2-11e6-9908-772e4fdfc26f.png)
1.0
thumbnails not appearing on listing page - Thumbnails are not showing on listing page on spruce. To recreate: * got to a collection <https://spruce.dlib.indiana.edu/?f%5Bcollection_ssim%5D%5B%5D=Test_Collection&q=&search_field=all_fields> * see no thumbnails. ![screen shot 2016-11-08 at 4 41 27 pm](https://cloud.githubusercontent.com/assets/4803230/20120430/63072fce-a5d2-11e6-9908-772e4fdfc26f.png)
priority
thumbnails not appearing on listing page thumbnails are not showing on listing page on spruce to recreate got to a collection see no thumbnails
1
417,813
12,179,628,437
IssuesEvent
2020-04-28 11:01:27
woocommerce/woocommerce-android
https://api.github.com/repos/woocommerce/woocommerce-android
closed
EventBusException: Invoking subscriber failed
Priority: High Product Details [Type] Crash
Sentry Issue: [WOOCOMMERCE-ANDROID-5D](https://sentry.io/organizations/a8c/issues/1191249711/?referrer=github_integration) ``` IllegalStateException: Already resumed, but proposed with update true at com.woocommerce.android.ui.products.ProductRepository.onProductChanged(ProductRepository.kt:64) ... (9 additional frame(s) were not displayed) EventBusException: Invoking subscriber failed at org.greenrobot.eventbus.EventBus.handleSubscriberException(EventBus.java:527) at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:509) at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:501) at org.greenrobot.eventbus.HandlerPoster.handleMessage(HandlerPoster.java:67) at android.os.Handler.dispatchMessage(Handler.java:113) ... (5 additional frame(s) were not displayed) Invoking subscriber failed ```
1.0
EventBusException: Invoking subscriber failed - Sentry Issue: [WOOCOMMERCE-ANDROID-5D](https://sentry.io/organizations/a8c/issues/1191249711/?referrer=github_integration) ``` IllegalStateException: Already resumed, but proposed with update true at com.woocommerce.android.ui.products.ProductRepository.onProductChanged(ProductRepository.kt:64) ... (9 additional frame(s) were not displayed) EventBusException: Invoking subscriber failed at org.greenrobot.eventbus.EventBus.handleSubscriberException(EventBus.java:527) at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:509) at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:501) at org.greenrobot.eventbus.HandlerPoster.handleMessage(HandlerPoster.java:67) at android.os.Handler.dispatchMessage(Handler.java:113) ... (5 additional frame(s) were not displayed) Invoking subscriber failed ```
priority
eventbusexception invoking subscriber failed sentry issue illegalstateexception already resumed but proposed with update true at com woocommerce android ui products productrepository onproductchanged productrepository kt additional frame s were not displayed eventbusexception invoking subscriber failed at org greenrobot eventbus eventbus handlesubscriberexception eventbus java at org greenrobot eventbus eventbus invokesubscriber eventbus java at org greenrobot eventbus eventbus invokesubscriber eventbus java at org greenrobot eventbus handlerposter handlemessage handlerposter java at android os handler dispatchmessage handler java additional frame s were not displayed invoking subscriber failed
1
431,566
12,483,427,113
IssuesEvent
2020-05-30 09:17:03
CommunityHealthAcademy/django-covid
https://api.github.com/repos/CommunityHealthAcademy/django-covid
closed
Update twitter and website link
high-priority
to: Twitter page  @C19DigitalClass http://covid-19digitalclassroom.org and maybe also other social media: Facebook: https://www.facebook.com/COVID19DigitalClassroom LInkedIn: linkedin.com/company/covid-19-digitalclassroom YouTube: https://www.youtube.com/channel/UCFsEU33sT-eRLQY-N5Vo3PQ/ Vimeo: https://vimeo.com/covid19digitalclassroom
1.0
Update twitter and website link - to: Twitter page  @C19DigitalClass http://covid-19digitalclassroom.org and maybe also other social media: Facebook: https://www.facebook.com/COVID19DigitalClassroom LInkedIn: linkedin.com/company/covid-19-digitalclassroom YouTube: https://www.youtube.com/channel/UCFsEU33sT-eRLQY-N5Vo3PQ/ Vimeo: https://vimeo.com/covid19digitalclassroom
priority
update twitter and website link to twitter page  and maybe also other social media facebook linkedin linkedin com company covid digitalclassroom youtube vimeo
1
800,087
28,348,843,262
IssuesEvent
2023-04-12 00:07:15
jrsteensen/OpenHornet
https://api.github.com/repos/jrsteensen/OpenHornet
closed
OH4A9202 - Outboard Throttle Grip Adapter Spacer - slot too narrow for 90176A115 spacer.
Type: Bug/Obsolesce Category: MCAD Priority: High
### Summary: OH4A9202 - Outboard Throttle Grip Adapter Spacer - slot too narrow for 90176A115 spacer. The same slot on the inboard grip adapter is perfect. ### Expected Results/How It Should Work: The spacer should fit in the slot with enough clearance to travel up and down with the finger lift movement. The spacer drops in to the inboard grip adapter easily with enough clearance to move easily. ### Actual Results/How It Does Work: The outboard grip adapter is narrower than the spacer. Even with filing and manual cutting will take additional work to get a good result. ### Screenshots: Outboard grip with .17" clearance: ![image](https://user-images.githubusercontent.com/47125808/230965117-f5622b24-c1ea-4a87-adc2-08d72f076014.png) Inboard grip with .198" clearance ![image](https://user-images.githubusercontent.com/47125808/230965277-1ad40f4c-8414-4424-a0eb-6a5d9314402a.png) ## More Information *Add an "X" in the square brackets to check the applicable checkboxs.* ### Category: *Check one or more items.* - [x] MCAD (SolidWorks) - [ ] ECAD (PCB Design or other electrical hardware) - [ ] Software - Sketch - [ ] Software - DCS-BIOS - [ ] Software - Library ### Type: *Check one item.* - [x] Bug - [ ] Feature Enhancement - [ ] Maintenance - [ ] Question - [ ] Documentation ### Applicable End Item: *Check one item.* - [ ] Top Level Assembly - [ ] Lower Instrument Panel (LIP) - [ ] Main Instrument Panel (MIP) - [ ] Left Console - [ ] Right Console - [ ] Seat - [ ] Center Tub - [ ] Flight Stick - [x] Throttle - [ ] General Software ### Associated Filename(s): OH4A9202 - Outboard Throttle Grip Adapter Spacer
1.0
OH4A9202 - Outboard Throttle Grip Adapter Spacer - slot too narrow for 90176A115 spacer. - ### Summary: OH4A9202 - Outboard Throttle Grip Adapter Spacer - slot too narrow for 90176A115 spacer. The same slot on the inboard grip adapter is perfect. ### Expected Results/How It Should Work: The spacer should fit in the slot with enough clearance to travel up and down with the finger lift movement. The spacer drops in to the inboard grip adapter easily with enough clearance to move easily. ### Actual Results/How It Does Work: The outboard grip adapter is narrower than the spacer. Even with filing and manual cutting will take additional work to get a good result. ### Screenshots: Outboard grip with .17" clearance: ![image](https://user-images.githubusercontent.com/47125808/230965117-f5622b24-c1ea-4a87-adc2-08d72f076014.png) Inboard grip with .198" clearance ![image](https://user-images.githubusercontent.com/47125808/230965277-1ad40f4c-8414-4424-a0eb-6a5d9314402a.png) ## More Information *Add an "X" in the square brackets to check the applicable checkboxs.* ### Category: *Check one or more items.* - [x] MCAD (SolidWorks) - [ ] ECAD (PCB Design or other electrical hardware) - [ ] Software - Sketch - [ ] Software - DCS-BIOS - [ ] Software - Library ### Type: *Check one item.* - [x] Bug - [ ] Feature Enhancement - [ ] Maintenance - [ ] Question - [ ] Documentation ### Applicable End Item: *Check one item.* - [ ] Top Level Assembly - [ ] Lower Instrument Panel (LIP) - [ ] Main Instrument Panel (MIP) - [ ] Left Console - [ ] Right Console - [ ] Seat - [ ] Center Tub - [ ] Flight Stick - [x] Throttle - [ ] General Software ### Associated Filename(s): OH4A9202 - Outboard Throttle Grip Adapter Spacer
priority
outboard throttle grip adapter spacer slot too narrow for spacer summary outboard throttle grip adapter spacer slot too narrow for spacer the same slot on the inboard grip adapter is perfect expected results how it should work the spacer should fit in the slot with enough clearance to travel up and down with the finger lift movement the spacer drops in to the inboard grip adapter easily with enough clearance to move easily actual results how it does work the outboard grip adapter is narrower than the spacer even with filing and manual cutting will take additional work to get a good result screenshots outboard grip with clearance inboard grip with clearance more information add an x in the square brackets to check the applicable checkboxs category check one or more items mcad solidworks ecad pcb design or other electrical hardware software sketch software dcs bios software library type check one item bug feature enhancement maintenance question documentation applicable end item check one item top level assembly lower instrument panel lip main instrument panel mip left console right console seat center tub flight stick throttle general software associated filename s outboard throttle grip adapter spacer
1
32,803
2,760,153,116
IssuesEvent
2015-04-28 10:14:09
EHRI/ehri-frontend
https://api.github.com/repos/EHRI/ehri-frontend
opened
Yahoo OAuth2 broken...
bug high priority
Results in a redirect loop sometimes, in particular when not logged in to Yahoo for some time. Logging into Yahoo separately and then connecting seems to work as expected. Perhaps this post has something to do with it: http://stackoverflow.com/questions/28194365/yahoo-oauth2-what-is-error-95037
1.0
Yahoo OAuth2 broken... - Results in a redirect loop sometimes, in particular when not logged in to Yahoo for some time. Logging into Yahoo separately and then connecting seems to work as expected. Perhaps this post has something to do with it: http://stackoverflow.com/questions/28194365/yahoo-oauth2-what-is-error-95037
priority
yahoo broken results in a redirect loop sometimes in particular when not logged in to yahoo for some time logging into yahoo separately and then connecting seems to work as expected perhaps this post has something to do with it
1
643,614
20,960,802,795
IssuesEvent
2022-03-27 19:19:32
Lissy93/dashy
https://api.github.com/repos/Lissy93/dashy
closed
[BUG] Still able to view homepage despite having cleared all cookies and session info while having an authorized user
🐛 Bug ‼️ High Priority
### Environment Self-Hosted (Docker) ### Version 2.0.4 ### Describe the problem I'm trying to clear my cookies, local and session storage in attempt to fix the CSS issue I mentioned in the issue I created yesterday. I re-load the page and I'm not taken to my login page (`auth` is enabled). It looks like a guest access, but I don't have `appConfig.enableGuestAccess` enabled. I tried to rebuild the app, but since I'm not logged in, I can't. But I shouldn't even be able to see my homepage if I'm not logged in, right? It's quite weird. That's how it used to be before I updated to the latest version. BTW, also tested opening Dashy up in a guest window in Chrome (with no extensions or cookies), only to land on the homepage. ### Additional info _No response_ ### Please tick the boxes - [X] You are using a [supported](https://github.com/Lissy93/dashy/blob/master/.github/SECURITY.md#supported-versions) version of Dashy (check the first two digits of the version number) - [X] You've checked that this [issue hasn't already been raised](https://github.com/Lissy93/dashy/issues?q=is%3Aissue) - [X] You've checked the [docs](https://github.com/Lissy93/dashy/tree/master/docs#readme) and [troubleshooting](https://github.com/Lissy93/dashy/blob/master/docs/troubleshooting.md#troubleshooting) guide - [X] You agree to the [code of conduct](https://github.com/Lissy93/dashy/blob/master/.github/CODE_OF_CONDUCT.md#contributor-covenant-code-of-conduct)
1.0
[BUG] Still able to view homepage despite having cleared all cookies and session info while having an authorized user - ### Environment Self-Hosted (Docker) ### Version 2.0.4 ### Describe the problem I'm trying to clear my cookies, local and session storage in attempt to fix the CSS issue I mentioned in the issue I created yesterday. I re-load the page and I'm not taken to my login page (`auth` is enabled). It looks like a guest access, but I don't have `appConfig.enableGuestAccess` enabled. I tried to rebuild the app, but since I'm not logged in, I can't. But I shouldn't even be able to see my homepage if I'm not logged in, right? It's quite weird. That's how it used to be before I updated to the latest version. BTW, also tested opening Dashy up in a guest window in Chrome (with no extensions or cookies), only to land on the homepage. ### Additional info _No response_ ### Please tick the boxes - [X] You are using a [supported](https://github.com/Lissy93/dashy/blob/master/.github/SECURITY.md#supported-versions) version of Dashy (check the first two digits of the version number) - [X] You've checked that this [issue hasn't already been raised](https://github.com/Lissy93/dashy/issues?q=is%3Aissue) - [X] You've checked the [docs](https://github.com/Lissy93/dashy/tree/master/docs#readme) and [troubleshooting](https://github.com/Lissy93/dashy/blob/master/docs/troubleshooting.md#troubleshooting) guide - [X] You agree to the [code of conduct](https://github.com/Lissy93/dashy/blob/master/.github/CODE_OF_CONDUCT.md#contributor-covenant-code-of-conduct)
priority
still able to view homepage despite having cleared all cookies and session info while having an authorized user environment self hosted docker version describe the problem i m trying to clear my cookies local and session storage in attempt to fix the css issue i mentioned in the issue i created yesterday i re load the page and i m not taken to my login page auth is enabled it looks like a guest access but i don t have appconfig enableguestaccess enabled i tried to rebuild the app but since i m not logged in i can t but i shouldn t even be able to see my homepage if i m not logged in right it s quite weird that s how it used to be before i updated to the latest version btw also tested opening dashy up in a guest window in chrome with no extensions or cookies only to land on the homepage additional info no response please tick the boxes you are using a version of dashy check the first two digits of the version number you ve checked that this you ve checked the and guide you agree to the
1
425,737
12,345,540,233
IssuesEvent
2020-05-15 09:08:01
Normal-OJ/pyShare-fe
https://api.github.com/repos/Normal-OJ/pyShare-fe
closed
Automatically setting up the course field in create problem
HIGH PRIORITY UX
發表題目時,一開始已經「選擇課程」了,按下「新增題目」後,是否可以直接帶入「屬於課程」,不必重選。
1.0
Automatically setting up the course field in create problem - 發表題目時,一開始已經「選擇課程」了,按下「新增題目」後,是否可以直接帶入「屬於課程」,不必重選。
priority
automatically setting up the course field in create problem 發表題目時,一開始已經「選擇課程」了,按下「新增題目」後,是否可以直接帶入「屬於課程」,不必重選。
1
229,132
7,571,688,651
IssuesEvent
2018-04-23 13:01:59
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
opened
[HTTP] No unit test cases are written to verify HTTP verb response behavior to the transport
HTTP Priority/High Severity/Major Type/Task component/stdlib
**Description:** No unit test cases are written to verify HTTP verb response behavior to the HTTP transport
1.0
[HTTP] No unit test cases are written to verify HTTP verb response behavior to the transport - **Description:** No unit test cases are written to verify HTTP verb response behavior to the HTTP transport
priority
no unit test cases are written to verify http verb response behavior to the transport description no unit test cases are written to verify http verb response behavior to the http transport
1
125,960
4,970,563,922
IssuesEvent
2016-12-05 16:20:48
leeensminger/DelDOT-NPDES-Field-Tool
https://api.github.com/repos/leeensminger/DelDOT-NPDES-Field-Tool
opened
WQ Flow Characteristics carrying over
bug - high priority enhancement
I believe it may be a similar issue to #275. I created a WQ Investigation with Sample Collected = Sample Collected (WQ#1) on page 2 which triggers the Flow Characteristics section to be available (working fine). ![image](https://cloud.githubusercontent.com/assets/16919958/20891637/56b4591a-bad9-11e6-99a2-91c9024cd8a4.png) I then created a second WQ Investigation on the same structure with Sample Collected = Not Collected - No Flow (WQ#2) which should grey out the Flow Characteristics information and it did. However, when I closed out of it and reopened WQ#1, then closed out of it, and reopened WQ#2, the Flow characteristics were no longer greyed out and the information from WQ#1 was populated in the Flow Characteristics of WQ#2. ![image](https://cloud.githubusercontent.com/assets/16919958/20892068/acc29e42-bada-11e6-9573-9c870c3703c4.png) Then I closed out WQ#2 and reopened it right away. The Flow characteristics were still populated with the values from WQ#1 but are now greyed out. ![image](https://cloud.githubusercontent.com/assets/16919958/20892149/ed505a44-bada-11e6-847b-213cbb6378a5.png) I am unsure if it is just a display issue in the field tool or if it is writing to the database incorrectly.
1.0
WQ Flow Characteristics carrying over - I believe it may be a similar issue to #275. I created a WQ Investigation with Sample Collected = Sample Collected (WQ#1) on page 2 which triggers the Flow Characteristics section to be available (working fine). ![image](https://cloud.githubusercontent.com/assets/16919958/20891637/56b4591a-bad9-11e6-99a2-91c9024cd8a4.png) I then created a second WQ Investigation on the same structure with Sample Collected = Not Collected - No Flow (WQ#2) which should grey out the Flow Characteristics information and it did. However, when I closed out of it and reopened WQ#1, then closed out of it, and reopened WQ#2, the Flow characteristics were no longer greyed out and the information from WQ#1 was populated in the Flow Characteristics of WQ#2. ![image](https://cloud.githubusercontent.com/assets/16919958/20892068/acc29e42-bada-11e6-9573-9c870c3703c4.png) Then I closed out WQ#2 and reopened it right away. The Flow characteristics were still populated with the values from WQ#1 but are now greyed out. ![image](https://cloud.githubusercontent.com/assets/16919958/20892149/ed505a44-bada-11e6-847b-213cbb6378a5.png) I am unsure if it is just a display issue in the field tool or if it is writing to the database incorrectly.
priority
wq flow characteristics carrying over i believe it may be a similar issue to i created a wq investigation with sample collected sample collected wq on page which triggers the flow characteristics section to be available working fine i then created a second wq investigation on the same structure with sample collected not collected no flow wq which should grey out the flow characteristics information and it did however when i closed out of it and reopened wq then closed out of it and reopened wq the flow characteristics were no longer greyed out and the information from wq was populated in the flow characteristics of wq then i closed out wq and reopened it right away the flow characteristics were still populated with the values from wq but are now greyed out i am unsure if it is just a display issue in the field tool or if it is writing to the database incorrectly
1
281,563
8,696,900,316
IssuesEvent
2018-12-04 18:46:23
osulp/Scholars-Archive
https://api.github.com/repos/osulp/Scholars-Archive
closed
"Transfer Ownership" of a work doesn't seem to work
Bug Need Review Priority: High
@simholt created a work, transferred ownership to the proper owner.. user logged in and was told that they were not authorized
1.0
"Transfer Ownership" of a work doesn't seem to work - @simholt created a work, transferred ownership to the proper owner.. user logged in and was told that they were not authorized
priority
transfer ownership of a work doesn t seem to work simholt created a work transferred ownership to the proper owner user logged in and was told that they were not authorized
1
661,506
22,057,980,511
IssuesEvent
2022-05-30 14:32:27
gitpod-io/website
https://api.github.com/repos/gitpod-io/website
closed
To be published - Gitpod Cookies Policy
priority:high
### Page URL https://gitpod.io/cookies ### User feedback Dear Team, we are planning to release a new Cookies Policy that is separate but also expands our current [Privacy Policy](https://www.gitpod.io/privacy). I already created a`cookies.md`file under src/routes in https://3000-gitpodio-website-wnnbqgeita9.ws-eu41.gitpod.io/cookies and pasted the unformatted content. - [ ] Format document and cookie table into one page - [ ] @MircoatGitpod to publish the new version Privacy Policy - [ ] Add current date to Cookie Policy (same as inside the Privacy Policy) - [ ] Publish page under https://gitpod.io/cookies - [ ] Add Cookie Policy reference into our Website Footer (below "Privacy Policy" in "Legal") ![image](https://user-images.githubusercontent.com/97025146/164651877-efdc9ad1-e2bc-4b87-a413-a010d541ee2c.png) References [Cookie Policy](https://docs.google.com/document/d/1qrTno7DanvJnL8h-oMK7SpnVy-19mLVi/usp=sharing&ouid=104881937191958652298&rtpof=true&sd=true) document in Google Drive [Cookie Table](https://www.notion.so/gitpod/a8f22878433e4c00a98dc5affe08f42d?v=2ec614009b1749c2a16401300ed1208d) inside Notion
1.0
To be published - Gitpod Cookies Policy - ### Page URL https://gitpod.io/cookies ### User feedback Dear Team, we are planning to release a new Cookies Policy that is separate but also expands our current [Privacy Policy](https://www.gitpod.io/privacy). I already created a`cookies.md`file under src/routes in https://3000-gitpodio-website-wnnbqgeita9.ws-eu41.gitpod.io/cookies and pasted the unformatted content. - [ ] Format document and cookie table into one page - [ ] @MircoatGitpod to publish the new version Privacy Policy - [ ] Add current date to Cookie Policy (same as inside the Privacy Policy) - [ ] Publish page under https://gitpod.io/cookies - [ ] Add Cookie Policy reference into our Website Footer (below "Privacy Policy" in "Legal") ![image](https://user-images.githubusercontent.com/97025146/164651877-efdc9ad1-e2bc-4b87-a413-a010d541ee2c.png) References [Cookie Policy](https://docs.google.com/document/d/1qrTno7DanvJnL8h-oMK7SpnVy-19mLVi/usp=sharing&ouid=104881937191958652298&rtpof=true&sd=true) document in Google Drive [Cookie Table](https://www.notion.so/gitpod/a8f22878433e4c00a98dc5affe08f42d?v=2ec614009b1749c2a16401300ed1208d) inside Notion
priority
to be published gitpod cookies policy page url user feedback dear team we are planning to release a new cookies policy that is separate but also expands our current i already created a cookies md file under src routes in and pasted the unformatted content format document and cookie table into one page mircoatgitpod to publish the new version privacy policy add current date to cookie policy same as inside the privacy policy publish page under add cookie policy reference into our website footer below privacy policy in legal references document in google drive inside notion
1
377,154
11,165,263,133
IssuesEvent
2019-12-27 08:45:03
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.0 staging-1311] Can't migrate from 8.3.2
High Priority
Loading is stucking somewhere in the process (can be Loading garbage or later steps) ![unknown (36)](https://user-images.githubusercontent.com/27898520/71506116-779f5d80-28a1-11ea-87e8-0d8ef9131660.png)
1.0
[0.9.0 staging-1311] Can't migrate from 8.3.2 - Loading is stucking somewhere in the process (can be Loading garbage or later steps) ![unknown (36)](https://user-images.githubusercontent.com/27898520/71506116-779f5d80-28a1-11ea-87e8-0d8ef9131660.png)
priority
can t migrate from loading is stucking somewhere in the process can be loading garbage or later steps
1
383,761
11,362,111,745
IssuesEvent
2020-01-26 19:11:30
StoneCypher/fsl
https://api.github.com/repos/StoneCypher/fsl
opened
Themes need a color transformation function ability
Ease of use Graph language Graph use cases High-priority Issue needs work Research material Test suite Very powerful Visual improvements
To support theme transformation of color palettes from #337 I should be able to provide a theme "pastel" that lightens the interpretation function of `color -> [background-color, text-color, border-color]`, another called "saturated" that deepens, a third for b/w preprint, a fourth for the colorblind (actually maybe several,) one called 'inverse', et cetera This will end up the core of the system's appearance, because it's going to drive attribute `color`, which is what most people will generally use assuming I do a good job here
1.0
Themes need a color transformation function ability - To support theme transformation of color palettes from #337 I should be able to provide a theme "pastel" that lightens the interpretation function of `color -> [background-color, text-color, border-color]`, another called "saturated" that deepens, a third for b/w preprint, a fourth for the colorblind (actually maybe several,) one called 'inverse', et cetera This will end up the core of the system's appearance, because it's going to drive attribute `color`, which is what most people will generally use assuming I do a good job here
priority
themes need a color transformation function ability to support theme transformation of color palettes from i should be able to provide a theme pastel that lightens the interpretation function of color another called saturated that deepens a third for b w preprint a fourth for the colorblind actually maybe several one called inverse et cetera this will end up the core of the system s appearance because it s going to drive attribute color which is what most people will generally use assuming i do a good job here
1
560,194
16,589,990,964
IssuesEvent
2021-06-01 06:19:49
ballerina-platform/ballerina-dev-website
https://api.github.com/repos/ballerina-platform/ballerina-dev-website
closed
Description is missing for the Package Layout page
Priority/Highest Type/Bug
**Description:** $subject in [1] [1] https://dev.ballerina.io/learn/user-guide/ballerina-packages/package-layout/ We should move the sentence `The below is the structure of a package directory. It explains the purpose of each file in a package.` under the `Package layout` sub heading and have another better description for the entire page. <img width="1560" alt="image" src="https://user-images.githubusercontent.com/16300038/120232988-61ee4e80-c272-11eb-8bd1-0cc7581a666c.png"> **Suggested Labels:** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees:** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees--> **Affected Product Version:** **OS, Browser, other environment details and versions:** **Steps to reproduce:** **Related Issues:** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
1.0
Description is missing for the Package Layout page - **Description:** $subject in [1] [1] https://dev.ballerina.io/learn/user-guide/ballerina-packages/package-layout/ We should move the sentence `The below is the structure of a package directory. It explains the purpose of each file in a package.` under the `Package layout` sub heading and have another better description for the entire page. <img width="1560" alt="image" src="https://user-images.githubusercontent.com/16300038/120232988-61ee4e80-c272-11eb-8bd1-0cc7581a666c.png"> **Suggested Labels:** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees:** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees--> **Affected Product Version:** **OS, Browser, other environment details and versions:** **Steps to reproduce:** **Related Issues:** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
priority
description is missing for the package layout page description subject in we should move the sentence the below is the structure of a package directory it explains the purpose of each file in a package under the package layout sub heading and have another better description for the entire page img width alt image src suggested labels suggested assignees affected product version os browser other environment details and versions steps to reproduce related issues
1
433,875
12,511,799,581
IssuesEvent
2020-06-02 21:16:57
CCAFS/MARLO
https://api.github.com/repos/CCAFS/MARLO
closed
[AP] (Alliance Dashboard) Navigation menu in the top
Priority - High Type - Enhancement
Change the navigation menu to the top - [x] Create a navigation menu on the top. **Move to Review when:** The menu is done and ready to be checked by Hector. **Move to Closed when:** The menu is approved.
1.0
[AP] (Alliance Dashboard) Navigation menu in the top - Change the navigation menu to the top - [x] Create a navigation menu on the top. **Move to Review when:** The menu is done and ready to be checked by Hector. **Move to Closed when:** The menu is approved.
priority
alliance dashboard navigation menu in the top change the navigation menu to the top create a navigation menu on the top move to review when the menu is done and ready to be checked by hector move to closed when the menu is approved
1
181,050
6,655,750,823
IssuesEvent
2017-09-29 17:43:04
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Alpha 6 - player drops 1 log into que'd project, game adds the rest for free
High Priority
this has happened with both dirt and logs now. Players have qued large projects, added 1 or a single stack of dirt/log to the project and it starts "creating" its own logs or dirt to finish the project.
1.0
Alpha 6 - player drops 1 log into que'd project, game adds the rest for free - this has happened with both dirt and logs now. Players have qued large projects, added 1 or a single stack of dirt/log to the project and it starts "creating" its own logs or dirt to finish the project.
priority
alpha player drops log into que d project game adds the rest for free this has happened with both dirt and logs now players have qued large projects added or a single stack of dirt log to the project and it starts creating its own logs or dirt to finish the project
1
562,915
16,672,488,361
IssuesEvent
2021-06-07 12:41:45
opensrp/opensrp-client-chw
https://api.github.com/repos/opensrp/opensrp-client-chw
opened
Registered Household Discrepancies After App Updates
All WCARO flavors TOGO upgrade high priority
Client has reported an issue about registered household discrepancies after app upgrade. For instance the account 'hsambiani10' had 88 household before the app was updated but after the upgrade it has 0 households. In other cases there are accounts with increased households count after the upgrade. Attached is a list of additional accounts with similar issues. Columns K and L represent the difference in numbers of enumerated households vs after the app upgrade [TGO CFC - kpendjal - Translated.xlsx](https://github.com/opensrp/opensrp-client-chw/files/6608893/TGO.CFC.-.kpendjal.-.Translated.xlsx) [TGO CFC - kpendjal.xlsx](https://github.com/opensrp/opensrp-client-chw/files/6608894/TGO.CFC.-.kpendjal.xlsx)
1.0
Registered Household Discrepancies After App Updates - Client has reported an issue about registered household discrepancies after app upgrade. For instance the account 'hsambiani10' had 88 household before the app was updated but after the upgrade it has 0 households. In other cases there are accounts with increased households count after the upgrade. Attached is a list of additional accounts with similar issues. Columns K and L represent the difference in numbers of enumerated households vs after the app upgrade [TGO CFC - kpendjal - Translated.xlsx](https://github.com/opensrp/opensrp-client-chw/files/6608893/TGO.CFC.-.kpendjal.-.Translated.xlsx) [TGO CFC - kpendjal.xlsx](https://github.com/opensrp/opensrp-client-chw/files/6608894/TGO.CFC.-.kpendjal.xlsx)
priority
registered household discrepancies after app updates client has reported an issue about registered household discrepancies after app upgrade for instance the account had household before the app was updated but after the upgrade it has households in other cases there are accounts with increased households count after the upgrade attached is a list of additional accounts with similar issues columns k and l represent the difference in numbers of enumerated households vs after the app upgrade
1
330,237
10,037,176,807
IssuesEvent
2019-07-18 12:35:19
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
closed
Graphic glitch in text annotation style editor
Accepted Priority: High annotations bug
### Description When changing the style of a text annotation, if you open some combo box of the Font/Text sections of the style editor, the panel moves horizzontally. It is probably due to the vertical scroll bar. N.B. It happens with Chrome (tested on version 75.0.3770.100) in windows machines only. ### In case of Bug (otherwise remove this paragraph) *Browser Affected* (use this site: https://www.whatsmybrowser.org/ for non expert users) - [ ] Internet Explorer - [x] Chrome - [ ] Firefox - [ ] Safari *Browser Version Affected* Chrome 75.0.3770.100 (official build) *Steps to reproduce* - open mapstore - open a map - open the annotation tool from the burger menu - add a new annotation - add a new geometry (select 'Text') - type a Text - click on 'Change Style' to open the style editor - open some combo box (Font Family, Font Style, Text Align, etc..) *Expected Result* The combo boxes open without any graphic glitch. *Current Result* When opening the combo boxes the style editor panel moves horizzontally. ### Other useful information (optional): - Tested with Chrome (version 75.0.3770.100) in windows machines, explore the issue with some other configuration (OS/browser) - In Ubuntu (18.10)/(Chrome, Firefox) it works fine - It could be due to the vertical scroll bar
1.0
Graphic glitch in text annotation style editor - ### Description When changing the style of a text annotation, if you open some combo box of the Font/Text sections of the style editor, the panel moves horizzontally. It is probably due to the vertical scroll bar. N.B. It happens with Chrome (tested on version 75.0.3770.100) in windows machines only. ### In case of Bug (otherwise remove this paragraph) *Browser Affected* (use this site: https://www.whatsmybrowser.org/ for non expert users) - [ ] Internet Explorer - [x] Chrome - [ ] Firefox - [ ] Safari *Browser Version Affected* Chrome 75.0.3770.100 (official build) *Steps to reproduce* - open mapstore - open a map - open the annotation tool from the burger menu - add a new annotation - add a new geometry (select 'Text') - type a Text - click on 'Change Style' to open the style editor - open some combo box (Font Family, Font Style, Text Align, etc..) *Expected Result* The combo boxes open without any graphic glitch. *Current Result* When opening the combo boxes the style editor panel moves horizzontally. ### Other useful information (optional): - Tested with Chrome (version 75.0.3770.100) in windows machines, explore the issue with some other configuration (OS/browser) - In Ubuntu (18.10)/(Chrome, Firefox) it works fine - It could be due to the vertical scroll bar
priority
graphic glitch in text annotation style editor description when changing the style of a text annotation if you open some combo box of the font text sections of the style editor the panel moves horizzontally it is probably due to the vertical scroll bar n b it happens with chrome tested on version in windows machines only in case of bug otherwise remove this paragraph browser affected use this site for non expert users internet explorer chrome firefox safari browser version affected chrome official build steps to reproduce open mapstore open a map open the annotation tool from the burger menu add a new annotation add a new geometry select text type a text click on change style to open the style editor open some combo box font family font style text align etc expected result the combo boxes open without any graphic glitch current result when opening the combo boxes the style editor panel moves horizzontally other useful information optional tested with chrome version in windows machines explore the issue with some other configuration os browser in ubuntu chrome firefox it works fine it could be due to the vertical scroll bar
1
213,493
7,254,209,939
IssuesEvent
2018-02-16 10:02:54
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
Importing a contact throws NOTICE and interrupts importing
Fix Proposed High Priority Resolved: Next Release bug
Hi devs! I ran into this issue and posted in the forums. Community leader Pedro Rodrigues instructed me to get to the right contact which threw this notice and then post here. #### Issue Importing a certain contact throws a notice an interrupts importing, even if notices are disabled in php.ini. > NOTICE: [8] Trying to get property of non-object on line 428 in file /var/www/html/suitecrmgcoop/modules/Contacts/Contact.php The CSV with the contact was exported from SuiteCRM v. 7.6.3 #### Expected Behavior Import successfully or show the field with error. #### Actual Behavior The contact is imported correctly, but at the end of the importing process or (if the number of contacts is greater than 100) at the end of a block, the notice above appears, interrupting the import process. #### Possible Fix Actually, a workaround: Do not map campaign_id when importing. #### Steps to Reproduce 1. Go to contacts 2. Go to Import Contacts 3. Select this CSV: [contacts_test.zip](https://github.com/salesagility/SuiteCRM/files/1704652/contacts_test.zip) 4. Do not map lead_source and birthdate fields (as this line doesn't have it) 5. Import #### Context It interrupts an importing process without showing where is the problem. Normally, lines with problems show error messages with the specific field in trouble and the list of unimported registers. This should be high priority as it breaks importing functionality. #### Your Environment * SuiteCRM Version used: 7.9.11. Tested local and on demo.suiteondemand.com * Chrome Version 63.0.3239.132 64 bits * Environment name and version: Percona Server 5.7.19-17 (MySQL) , PHP 7.0.22 * Operating System and version: Ubuntu 17.04
1.0
Importing a contact throws NOTICE and interrupts importing - Hi devs! I ran into this issue and posted in the forums. Community leader Pedro Rodrigues instructed me to get to the right contact which threw this notice and then post here. #### Issue Importing a certain contact throws a notice an interrupts importing, even if notices are disabled in php.ini. > NOTICE: [8] Trying to get property of non-object on line 428 in file /var/www/html/suitecrmgcoop/modules/Contacts/Contact.php The CSV with the contact was exported from SuiteCRM v. 7.6.3 #### Expected Behavior Import successfully or show the field with error. #### Actual Behavior The contact is imported correctly, but at the end of the importing process or (if the number of contacts is greater than 100) at the end of a block, the notice above appears, interrupting the import process. #### Possible Fix Actually, a workaround: Do not map campaign_id when importing. #### Steps to Reproduce 1. Go to contacts 2. Go to Import Contacts 3. Select this CSV: [contacts_test.zip](https://github.com/salesagility/SuiteCRM/files/1704652/contacts_test.zip) 4. Do not map lead_source and birthdate fields (as this line doesn't have it) 5. Import #### Context It interrupts an importing process without showing where is the problem. Normally, lines with problems show error messages with the specific field in trouble and the list of unimported registers. This should be high priority as it breaks importing functionality. #### Your Environment * SuiteCRM Version used: 7.9.11. Tested local and on demo.suiteondemand.com * Chrome Version 63.0.3239.132 64 bits * Environment name and version: Percona Server 5.7.19-17 (MySQL) , PHP 7.0.22 * Operating System and version: Ubuntu 17.04
priority
importing a contact throws notice and interrupts importing hi devs i ran into this issue and posted in the forums community leader pedro rodrigues instructed me to get to the right contact which threw this notice and then post here issue importing a certain contact throws a notice an interrupts importing even if notices are disabled in php ini notice trying to get property of non object on line in file var www html suitecrmgcoop modules contacts contact php the csv with the contact was exported from suitecrm v expected behavior import successfully or show the field with error actual behavior the contact is imported correctly but at the end of the importing process or if the number of contacts is greater than at the end of a block the notice above appears interrupting the import process possible fix actually a workaround do not map campaign id when importing steps to reproduce go to contacts go to import contacts select this csv do not map lead source and birthdate fields as this line doesn t have it import context it interrupts an importing process without showing where is the problem normally lines with problems show error messages with the specific field in trouble and the list of unimported registers this should be high priority as it breaks importing functionality your environment suitecrm version used tested local and on demo suiteondemand com chrome version bits environment name and version percona server mysql php operating system and version ubuntu
1
160,497
6,098,708,826
IssuesEvent
2017-06-20 08:18:31
BgeeDB/BgeeDB_R
https://api.github.com/repos/BgeeDB/BgeeDB_R
closed
Compatible R package and Bgee versions
high priority
I think we should modify the format of the `release.tsv` file, used by the R package to get requestable Bgee versions. We should add a column named, e.g., `minimumBgeeDBRVersion`, that would give the minimum version of the R package to be able to use a Bgee release. This way, if a user wants to use a new release with an outdated package, he/she'll get a warning. We could keep the file `release.tsv` available for older package versions, and add a new file with this new format that the R package would use from now on.
1.0
Compatible R package and Bgee versions - I think we should modify the format of the `release.tsv` file, used by the R package to get requestable Bgee versions. We should add a column named, e.g., `minimumBgeeDBRVersion`, that would give the minimum version of the R package to be able to use a Bgee release. This way, if a user wants to use a new release with an outdated package, he/she'll get a warning. We could keep the file `release.tsv` available for older package versions, and add a new file with this new format that the R package would use from now on.
priority
compatible r package and bgee versions i think we should modify the format of the release tsv file used by the r package to get requestable bgee versions we should add a column named e g minimumbgeedbrversion that would give the minimum version of the r package to be able to use a bgee release this way if a user wants to use a new release with an outdated package he she ll get a warning we could keep the file release tsv available for older package versions and add a new file with this new format that the r package would use from now on
1
669,512
22,629,142,780
IssuesEvent
2022-06-30 13:20:21
ballerina-platform/ballerina-dev-website
https://api.github.com/repos/ballerina-platform/ballerina-dev-website
closed
Rewrite Sample BBEs for the MD File Update
Priority/Highest Type/Task Area/BBEs
## Description >Need to rewrite the MD files of the BBEs below to use them as samples for the new BBE design content hackathon. - [x] https://ballerina.io/learn/by-example/hello-world-service.html - [x] https://ballerina.io/learn/by-example/working-directly-with-json.html - [x] https://ballerina.io/learn/by-example/grpc-bidirectional-streaming-copy.html ## Related website/documentation area Area/BBEs <!--Area/BBEs--> <!--Area/HomePageSamples--> <!--Area/LearnPages--> <!--Area/CommonPages--> <!--Area/Backend--> <!--Area/UIUX--> <!--Area/Workflows--> <!--Area/Blog--> ## Describe your task(s) > A detailed description of the task. ## Related issue(s) (optional) > Any related issues such as sub tasks and issues reported in other repositories (e.g., component repositories), similar problems, etc. ## Suggested label(s) (optional) > Optional comma-separated list of suggested labels. Non committers can’t assign labels to issues, and thereby, this will help issue creators who are not a committer to suggest possible labels. ## Suggested assignee(s) (optional) > Optional comma-separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, and thereby, this will help issue creators who are not a committer to suggest possible assignees.
1.0
Rewrite Sample BBEs for the MD File Update - ## Description >Need to rewrite the MD files of the BBEs below to use them as samples for the new BBE design content hackathon. - [x] https://ballerina.io/learn/by-example/hello-world-service.html - [x] https://ballerina.io/learn/by-example/working-directly-with-json.html - [x] https://ballerina.io/learn/by-example/grpc-bidirectional-streaming-copy.html ## Related website/documentation area Area/BBEs <!--Area/BBEs--> <!--Area/HomePageSamples--> <!--Area/LearnPages--> <!--Area/CommonPages--> <!--Area/Backend--> <!--Area/UIUX--> <!--Area/Workflows--> <!--Area/Blog--> ## Describe your task(s) > A detailed description of the task. ## Related issue(s) (optional) > Any related issues such as sub tasks and issues reported in other repositories (e.g., component repositories), similar problems, etc. ## Suggested label(s) (optional) > Optional comma-separated list of suggested labels. Non committers can’t assign labels to issues, and thereby, this will help issue creators who are not a committer to suggest possible labels. ## Suggested assignee(s) (optional) > Optional comma-separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, and thereby, this will help issue creators who are not a committer to suggest possible assignees.
priority
rewrite sample bbes for the md file update description need to rewrite the md files of the bbes below to use them as samples for the new bbe design content hackathon related website documentation area area bbes describe your task s a detailed description of the task related issue s optional any related issues such as sub tasks and issues reported in other repositories e g component repositories similar problems etc suggested label s optional optional comma separated list of suggested labels non committers can’t assign labels to issues and thereby this will help issue creators who are not a committer to suggest possible labels suggested assignee s optional optional comma separated list of suggested team members who should attend the issue non committers can’t assign issues to assignees and thereby this will help issue creators who are not a committer to suggest possible assignees
1
360,160
10,684,913,001
IssuesEvent
2019-10-22 11:34:34
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Master: deed authorization lost after restart
High Priority Investigate
My actions stop working, than i restarted server... But after loading i got this strange behavior. Tooltip show me as "authorized" but deed "unowned" and i cannot use\modify objects on it. ![unknown](https://user-images.githubusercontent.com/4980243/66738294-c62e8580-ee76-11e9-8d71-6b924b184d2c.png) ![изображение](https://user-images.githubusercontent.com/4980243/66740185-30492980-ee7b-11e9-9532-81e0bc9221cc.png) https://www.dropbox.com/s/f127xfmfhk9fmxr/Storagedeedlost.zip?dl=1 I dont know what happens (no errors) but if it happens at live servers after release...
1.0
Master: deed authorization lost after restart - My actions stop working, than i restarted server... But after loading i got this strange behavior. Tooltip show me as "authorized" but deed "unowned" and i cannot use\modify objects on it. ![unknown](https://user-images.githubusercontent.com/4980243/66738294-c62e8580-ee76-11e9-8d71-6b924b184d2c.png) ![изображение](https://user-images.githubusercontent.com/4980243/66740185-30492980-ee7b-11e9-9532-81e0bc9221cc.png) https://www.dropbox.com/s/f127xfmfhk9fmxr/Storagedeedlost.zip?dl=1 I dont know what happens (no errors) but if it happens at live servers after release...
priority
master deed authorization lost after restart my actions stop working than i restarted server but after loading i got this strange behavior tooltip show me as authorized but deed unowned and i cannot use modify objects on it i dont know what happens no errors but if it happens at live servers after release
1
348,960
10,455,099,383
IssuesEvent
2019-09-19 20:28:28
prysmaticlabs/prysm
https://api.github.com/repos/prysmaticlabs/prysm
closed
BlocksByRoot request type should be [][32]byte
Priority: High Runtime
The request type is not using a ssz container for `BlocksByRoot`. This breaks our design of using proto.Message as the base message so we'll need to rethink the API. See https://github.com/ethereum/eth2.0-specs/pull/1404 for the latest incoming changes.
1.0
BlocksByRoot request type should be [][32]byte - The request type is not using a ssz container for `BlocksByRoot`. This breaks our design of using proto.Message as the base message so we'll need to rethink the API. See https://github.com/ethereum/eth2.0-specs/pull/1404 for the latest incoming changes.
priority
blocksbyroot request type should be byte the request type is not using a ssz container for blocksbyroot this breaks our design of using proto message as the base message so we ll need to rethink the api see for the latest incoming changes
1
361,854
10,720,705,218
IssuesEvent
2019-10-26 19:38:32
Ash258/Scoop-GithubActions
https://api.github.com/repos/Ash258/Scoop-GithubActions
closed
Release
enhancement high-priority
Initial version (1.0.0) will contain main functionalities for automatic responses and time savers for maintainers. - [x] Hash check fails validator - [x] Download failed validator - [x] New manifest in PR validation - Hashes - Checkver - Needed properties - [x] "Excavator" - Iterative pushing done by auto-pr - [x] Polish README - [x] Synchronize terminology - [x] Polish posted comments before first release - [x] Release and tag initial version - [x] `1.0.0` tag requirements - [x] Events folder - [x] All events needs to be in place - [x] Issue handler - [x] hash check - [x] download failed ~~- [ ] Aria2 support~~ - [x] PR - [x] Commented - [x] Fork - [x] Normal - [x] Created - [x] Fork - [x] Normal - [x] Excavator - [x] Protect Master - [x] Create also `stable` branch, which will be almost equal with master - Users will not need to look for latest version - This may not be even point when deployed to marketplace ~~- [ ] Icon lukesampson/scoop#2261~~ - [x] Register official action to marketplace - <https://developer.github.com/marketplace/actions/publishing-an-action-in-the-github-marketplace/> - [ ] Adopt in buckets - [x] GenericBucket - [x] JetBrains - [x] Sysinternals - [x] Ash258 - [ ] Main - [ ] Extras - [x] Internal corporate repositories - [x] Ixx - [x] Dxxxxxxxx - [x] Pxxxxx - [x] Qxxxxx - [x] Ixxx
1.0
Release - Initial version (1.0.0) will contain main functionalities for automatic responses and time savers for maintainers. - [x] Hash check fails validator - [x] Download failed validator - [x] New manifest in PR validation - Hashes - Checkver - Needed properties - [x] "Excavator" - Iterative pushing done by auto-pr - [x] Polish README - [x] Synchronize terminology - [x] Polish posted comments before first release - [x] Release and tag initial version - [x] `1.0.0` tag requirements - [x] Events folder - [x] All events needs to be in place - [x] Issue handler - [x] hash check - [x] download failed ~~- [ ] Aria2 support~~ - [x] PR - [x] Commented - [x] Fork - [x] Normal - [x] Created - [x] Fork - [x] Normal - [x] Excavator - [x] Protect Master - [x] Create also `stable` branch, which will be almost equal with master - Users will not need to look for latest version - This may not be even point when deployed to marketplace ~~- [ ] Icon lukesampson/scoop#2261~~ - [x] Register official action to marketplace - <https://developer.github.com/marketplace/actions/publishing-an-action-in-the-github-marketplace/> - [ ] Adopt in buckets - [x] GenericBucket - [x] JetBrains - [x] Sysinternals - [x] Ash258 - [ ] Main - [ ] Extras - [x] Internal corporate repositories - [x] Ixx - [x] Dxxxxxxxx - [x] Pxxxxx - [x] Qxxxxx - [x] Ixxx
priority
release initial version will contain main functionalities for automatic responses and time savers for maintainers hash check fails validator download failed validator new manifest in pr validation hashes checkver needed properties excavator iterative pushing done by auto pr polish readme synchronize terminology polish posted comments before first release release and tag initial version tag requirements events folder all events needs to be in place issue handler hash check download failed support pr commented fork normal created fork normal excavator protect master create also stable branch which will be almost equal with master users will not need to look for latest version this may not be even point when deployed to marketplace icon lukesampson scoop register official action to marketplace adopt in buckets genericbucket jetbrains sysinternals main extras internal corporate repositories ixx dxxxxxxxx pxxxxx qxxxxx ixxx
1
27,496
2,693,404,744
IssuesEvent
2015-04-01 14:36:01
IQSS/dataverse
https://api.github.com/repos/IQSS/dataverse
opened
Getting a 404 when I log in or log out from dataset.xhtml
Component: UX & Upgrade Priority: High Status: Dev Type: Bug
When I log in or log out from a published Dataset page (dataset.xhtml) it logs me out or logs me in successfully but I get an error message page instead of being taken back to the Dataset. To recreate this here is the dataset I am logging out from: https://dvn-build.hmdc.harvard.edu/dataset.xhtml?persistentId=doi:10.5072/FK2/Z3F8OG&version=1.0 ![image](https://cloud.githubusercontent.com/assets/5013837/6943261/d030d6e6-d85a-11e4-9188-52547e3c5860.png) cc/ @kcondon
1.0
Getting a 404 when I log in or log out from dataset.xhtml - When I log in or log out from a published Dataset page (dataset.xhtml) it logs me out or logs me in successfully but I get an error message page instead of being taken back to the Dataset. To recreate this here is the dataset I am logging out from: https://dvn-build.hmdc.harvard.edu/dataset.xhtml?persistentId=doi:10.5072/FK2/Z3F8OG&version=1.0 ![image](https://cloud.githubusercontent.com/assets/5013837/6943261/d030d6e6-d85a-11e4-9188-52547e3c5860.png) cc/ @kcondon
priority
getting a when i log in or log out from dataset xhtml when i log in or log out from a published dataset page dataset xhtml it logs me out or logs me in successfully but i get an error message page instead of being taken back to the dataset to recreate this here is the dataset i am logging out from cc kcondon
1
523,244
15,176,194,652
IssuesEvent
2021-02-14 03:46:25
Seneca-CDOT/telescope
https://api.github.com/repos/Seneca-CDOT/telescope
closed
Height of Navbar is inconsistent and Colors are inconsistent
5 min fix Priority: High area: css styling area: front-end area: nextjs
Telescope has switched to using the next frontend on vercel instead of gatsby. Looking at it, there's a small issue with the height of the navbar. It's off by a little bit and should be resolved as an easy fix. What the navbar should look like: ![Original navbar height](https://user-images.githubusercontent.com/16841702/107856814-cb983900-6df8-11eb-97ee-51af733d9f16.png) How the navbar looks like on vercel: ![Vercel navbar](https://user-images.githubusercontent.com/16841702/107856822-dce14580-6df8-11eb-9d1f-bf4872230686.png) Colors are also inconsistent and need to be fixed. See [this comment](https://github.com/Seneca-CDOT/telescope/issues/1734#issuecomment-778651988) for more info
1.0
Height of Navbar is inconsistent and Colors are inconsistent - Telescope has switched to using the next frontend on vercel instead of gatsby. Looking at it, there's a small issue with the height of the navbar. It's off by a little bit and should be resolved as an easy fix. What the navbar should look like: ![Original navbar height](https://user-images.githubusercontent.com/16841702/107856814-cb983900-6df8-11eb-97ee-51af733d9f16.png) How the navbar looks like on vercel: ![Vercel navbar](https://user-images.githubusercontent.com/16841702/107856822-dce14580-6df8-11eb-9d1f-bf4872230686.png) Colors are also inconsistent and need to be fixed. See [this comment](https://github.com/Seneca-CDOT/telescope/issues/1734#issuecomment-778651988) for more info
priority
height of navbar is inconsistent and colors are inconsistent telescope has switched to using the next frontend on vercel instead of gatsby looking at it there s a small issue with the height of the navbar it s off by a little bit and should be resolved as an easy fix what the navbar should look like how the navbar looks like on vercel colors are also inconsistent and need to be fixed see for more info
1
154,563
5,921,249,888
IssuesEvent
2017-05-22 22:28:41
cmatheny/groceries
https://api.github.com/repos/cmatheny/groceries
closed
Use DTO's to simplify data transfer formats
enhancement priority/high
Where appropriate, use a DTO to send/receive JSON to avoid awkward formatting, e.g. `"group": { "id": 1 }` should instead be transferred as `"groupId": 1`
1.0
Use DTO's to simplify data transfer formats - Where appropriate, use a DTO to send/receive JSON to avoid awkward formatting, e.g. `"group": { "id": 1 }` should instead be transferred as `"groupId": 1`
priority
use dto s to simplify data transfer formats where appropriate use a dto to send receive json to avoid awkward formatting e g group id should instead be transferred as groupid
1
32,782
2,759,755,342
IssuesEvent
2015-04-28 07:29:22
CUL-DigitalServices/grasshopper-ui
https://api.github.com/repos/CUL-DigitalServices/grasshopper-ui
opened
Deleting a series should update the module navigation
High Priority
Currently, when deleting a series the module navigation isn't updated and it looks like the series hasn't been deleted.
1.0
Deleting a series should update the module navigation - Currently, when deleting a series the module navigation isn't updated and it looks like the series hasn't been deleted.
priority
deleting a series should update the module navigation currently when deleting a series the module navigation isn t updated and it looks like the series hasn t been deleted
1
593,009
17,935,923,771
IssuesEvent
2021-09-10 15:18:04
cyntaria/UniPal-Backend
https://api.github.com/repos/cyntaria/UniPal-Backend
reopened
[GET] All Activity Statuses
Status: In Progress Priority: High user story Type: Feature
### Summary As a `student`, I should be able to **get all possible activity statuses**, so that I can **choose one while organizing an activity**. ### Acceptance Criteria **GIVEN** a `student` is *requesting all possible activity statuses* in the app **WHEN** the app hits the `/activity-statuses` endpoint with a valid GET request **THEN** the app should receive a status `200` **AND** in the response, the following information should be returned: - headers - list of activity statuses Sample Request/Sample Response ``` headers: { error: 0, message: "..." } body: [ { activity_status_id: 0, activity_status: "Happening" }, { activity_status_id: 1, activity_status: "Scheduled" }, .... ] ``` ### Resources - Development URL: {Here goes a URL to the feature on development API} - Production URL: {Here goes a URL to the feature on production API} ### Dev Notes This endpoint is going to be accessible and work the same way for the admin as well. ### Testing Notes ##### Scenario 1: GET request is successful **GIVEN** a `student` is *requesting all possible activity statuses* in the app **WHEN** the app hits the `/activity-statuses` endpoint with a valid GET request **THEN** the app should receive a status ***200*** **AND** the body should be an array **AND** the first item of the array should be an object containing the following fields: - activity_status_id - activity_status ##### Scenario 2: GET request is unsuccessful **GIVEN** a `student` is *requesting all possible activity statuses* in the app **WHEN** the app hits the `/activity-statuses` endpoint with a valid GET request **THEN** the app should receive a status `404` **AND** the response headers' `code` parameter should contain "**_NotFoundException_**" #### Scenario 3: GET request is forbidden **GIVEN** a `student` is *requesting all possible activity statuses* in the app **WHEN** the app hits the `/activity-statuses` endpoint with a valid GET request **AND** the request contains no **authorization token** **THEN** the app should receive a status `401` **AND** the response headers' `code` parameter should contain "**_TokenMissingException_**"
1.0
[GET] All Activity Statuses - ### Summary As a `student`, I should be able to **get all possible activity statuses**, so that I can **choose one while organizing an activity**. ### Acceptance Criteria **GIVEN** a `student` is *requesting all possible activity statuses* in the app **WHEN** the app hits the `/activity-statuses` endpoint with a valid GET request **THEN** the app should receive a status `200` **AND** in the response, the following information should be returned: - headers - list of activity statuses Sample Request/Sample Response ``` headers: { error: 0, message: "..." } body: [ { activity_status_id: 0, activity_status: "Happening" }, { activity_status_id: 1, activity_status: "Scheduled" }, .... ] ``` ### Resources - Development URL: {Here goes a URL to the feature on development API} - Production URL: {Here goes a URL to the feature on production API} ### Dev Notes This endpoint is going to be accessible and work the same way for the admin as well. ### Testing Notes ##### Scenario 1: GET request is successful **GIVEN** a `student` is *requesting all possible activity statuses* in the app **WHEN** the app hits the `/activity-statuses` endpoint with a valid GET request **THEN** the app should receive a status ***200*** **AND** the body should be an array **AND** the first item of the array should be an object containing the following fields: - activity_status_id - activity_status ##### Scenario 2: GET request is unsuccessful **GIVEN** a `student` is *requesting all possible activity statuses* in the app **WHEN** the app hits the `/activity-statuses` endpoint with a valid GET request **THEN** the app should receive a status `404` **AND** the response headers' `code` parameter should contain "**_NotFoundException_**" #### Scenario 3: GET request is forbidden **GIVEN** a `student` is *requesting all possible activity statuses* in the app **WHEN** the app hits the `/activity-statuses` endpoint with a valid GET request **AND** the request contains no **authorization token** **THEN** the app should receive a status `401` **AND** the response headers' `code` parameter should contain "**_TokenMissingException_**"
priority
all activity statuses summary as a student i should be able to get all possible activity statuses so that i can choose one while organizing an activity acceptance criteria given a student is requesting all possible activity statuses in the app when the app hits the activity statuses endpoint with a valid get request then the app should receive a status and in the response the following information should be returned headers list of activity statuses sample request sample response headers error message body activity status id activity status happening activity status id activity status scheduled resources development url here goes a url to the feature on development api production url here goes a url to the feature on production api dev notes this endpoint is going to be accessible and work the same way for the admin as well testing notes scenario get request is successful given a student is requesting all possible activity statuses in the app when the app hits the activity statuses endpoint with a valid get request then the app should receive a status and the body should be an array and the first item of the array should be an object containing the following fields activity status id activity status scenario get request is unsuccessful given a student is requesting all possible activity statuses in the app when the app hits the activity statuses endpoint with a valid get request then the app should receive a status and the response headers code parameter should contain notfoundexception scenario get request is forbidden given a student is requesting all possible activity statuses in the app when the app hits the activity statuses endpoint with a valid get request and the request contains no authorization token then the app should receive a status and the response headers code parameter should contain tokenmissingexception
1
713,777
24,539,206,922
IssuesEvent
2022-10-12 01:01:00
apache/dolphinscheduler
https://api.github.com/repos/apache/dolphinscheduler
closed
[Feature][release] New tool find out not cherry-pick pr with specific milestone
bug feature development priority:high
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description when we release minor version of dolphinscheudler, we will add milestone to issue or PR, and cherry-pick them when PR merged, currently we have to find not cherry-pick PR by manual, maybe we should add a tool to make it easier ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
1.0
[Feature][release] New tool find out not cherry-pick pr with specific milestone - ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description when we release minor version of dolphinscheudler, we will add milestone to issue or PR, and cherry-pick them when PR merged, currently we have to find not cherry-pick PR by manual, maybe we should add a tool to make it easier ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
priority
new tool find out not cherry pick pr with specific milestone search before asking i had searched in the and found no similar feature requirement description when we release minor version of dolphinscheudler we will add milestone to issue or pr and cherry pick them when pr merged currently we have to find not cherry pick pr by manual maybe we should add a tool to make it easier use case no response related issues no response are you willing to submit a pr yes i am willing to submit a pr code of conduct i agree to follow this project s
1
252,789
8,041,856,986
IssuesEvent
2018-07-31 05:41:40
wso2/product-sp
https://api.github.com/repos/wso2/product-sp
closed
Siddhi Editor not showing all the errors
Component/Studio Priority/High Type/Bug
**Description:** When I try to run the following Siddhi App ``` define stream InputStream (event_id string, data string); define stream OutputStream (event_id string, data string); define window ProcessedEvents (event_id string) time(5 min); from InputStream[not(ProcessedEvents.event_id == event_id in ProcessedEvents)] insert into OutputStream ; from OutputStream select event_id insert into ProcessedEvents ; ``` I'm only getting the exception as `SiddhiApp.siddhi - Siddhi AppSiddhiApp is in faulty state.` actual exception is not shown, not even in the backend.
1.0
Siddhi Editor not showing all the errors - **Description:** When I try to run the following Siddhi App ``` define stream InputStream (event_id string, data string); define stream OutputStream (event_id string, data string); define window ProcessedEvents (event_id string) time(5 min); from InputStream[not(ProcessedEvents.event_id == event_id in ProcessedEvents)] insert into OutputStream ; from OutputStream select event_id insert into ProcessedEvents ; ``` I'm only getting the exception as `SiddhiApp.siddhi - Siddhi AppSiddhiApp is in faulty state.` actual exception is not shown, not even in the backend.
priority
siddhi editor not showing all the errors description when i try to run the following siddhi app define stream inputstream event id string data string define stream outputstream event id string data string define window processedevents event id string time min from inputstream insert into outputstream from outputstream select event id insert into processedevents i m only getting the exception as siddhiapp siddhi siddhi appsiddhiapp is in faulty state actual exception is not shown not even in the backend
1
625,196
19,721,483,528
IssuesEvent
2022-01-13 15:46:01
oslc-op/oslc-specs
https://api.github.com/repos/oslc-op/oslc-specs
closed
Add Acknowledgments section to OSLC Config
Priority: High Domain: Config
This can be done in the next PSD revision or the PS. Andrew has asked Nick in an email for who should be included.
1.0
Add Acknowledgments section to OSLC Config - This can be done in the next PSD revision or the PS. Andrew has asked Nick in an email for who should be included.
priority
add acknowledgments section to oslc config this can be done in the next psd revision or the ps andrew has asked nick in an email for who should be included
1
555,651
16,460,100,904
IssuesEvent
2021-05-21 17:36:16
10up/ElasticPress
https://api.github.com/repos/10up/ElasticPress
closed
Filtering REST API queries while requesting with a slug parameter
enhancement high priority small
**Describe the bug** When filtering REST API post type queries with `$args['ep_integrate'] = true;` for a post type, you can no longer make a request with `slug=post-name` as a query parameter. You get back the 10 most recent posts of that post type. Unfortunately, since this is only observed while querying the REST API, I haven't found a way to be able to inspect the queries being generated in EP or what that looks like on the ES side of things. **Steps to Reproduce** Filter a specific post type query, `rest_post_query` or `rest_CUSTOMPOSTTYPE_query` and prior to returning `$args` set `$args['ep_integrate'] = true`. Make a request to `/wp-json/wp/v2/POSTTYPE?slug=APOSTSLUG` You'll get back the latest 10 posts of that post type. Remove `$args['ep_integrate'] = true` and make the same request. You should get back the specific requested data. **Expected behavior** The only post(s) we should receive back when passing in ?slug= to the REST API are the specific posts that correspond to the passed in post_name__in array. **Environment information** - Device: MacBook Pro - OS: OS X, Linux, Doesn't matter - Browser and version: Postman - Plugins and version: ElasticPress 3.1.4 - Theme and version: Custom Build - Other installed plugin(s) and version(s): N/A **Additional context** I tested this with a few different `rest_POSTTYPE_query` filters for different post types and it only works when I remove the code to integrate the query into ElasticPress. Maybe this isn't an actual bug on the EP side and I'm just lost in a rabbit hole and this is all for naught. The other thought i had was that maybe ElasticSearch just doesn't know what to do with the `post_name__in` argument and how to map that as there's no slug value in ES when querying through Kibana, but there is `post_name`. Is it maybe possible that maybe EPdoesn't have a way to associate `post_name__in` to `post_name` in ES? Thanks!
1.0
Filtering REST API queries while requesting with a slug parameter - **Describe the bug** When filtering REST API post type queries with `$args['ep_integrate'] = true;` for a post type, you can no longer make a request with `slug=post-name` as a query parameter. You get back the 10 most recent posts of that post type. Unfortunately, since this is only observed while querying the REST API, I haven't found a way to be able to inspect the queries being generated in EP or what that looks like on the ES side of things. **Steps to Reproduce** Filter a specific post type query, `rest_post_query` or `rest_CUSTOMPOSTTYPE_query` and prior to returning `$args` set `$args['ep_integrate'] = true`. Make a request to `/wp-json/wp/v2/POSTTYPE?slug=APOSTSLUG` You'll get back the latest 10 posts of that post type. Remove `$args['ep_integrate'] = true` and make the same request. You should get back the specific requested data. **Expected behavior** The only post(s) we should receive back when passing in ?slug= to the REST API are the specific posts that correspond to the passed in post_name__in array. **Environment information** - Device: MacBook Pro - OS: OS X, Linux, Doesn't matter - Browser and version: Postman - Plugins and version: ElasticPress 3.1.4 - Theme and version: Custom Build - Other installed plugin(s) and version(s): N/A **Additional context** I tested this with a few different `rest_POSTTYPE_query` filters for different post types and it only works when I remove the code to integrate the query into ElasticPress. Maybe this isn't an actual bug on the EP side and I'm just lost in a rabbit hole and this is all for naught. The other thought i had was that maybe ElasticSearch just doesn't know what to do with the `post_name__in` argument and how to map that as there's no slug value in ES when querying through Kibana, but there is `post_name`. Is it maybe possible that maybe EPdoesn't have a way to associate `post_name__in` to `post_name` in ES? Thanks!
priority
filtering rest api queries while requesting with a slug parameter describe the bug when filtering rest api post type queries with args true for a post type you can no longer make a request with slug post name as a query parameter you get back the most recent posts of that post type unfortunately since this is only observed while querying the rest api i haven t found a way to be able to inspect the queries being generated in ep or what that looks like on the es side of things steps to reproduce filter a specific post type query rest post query or rest customposttype query and prior to returning args set args true make a request to wp json wp posttype slug apostslug you ll get back the latest posts of that post type remove args true and make the same request you should get back the specific requested data expected behavior the only post s we should receive back when passing in slug to the rest api are the specific posts that correspond to the passed in post name in array environment information device macbook pro os os x linux doesn t matter browser and version postman plugins and version elasticpress theme and version custom build other installed plugin s and version s n a additional context i tested this with a few different rest posttype query filters for different post types and it only works when i remove the code to integrate the query into elasticpress maybe this isn t an actual bug on the ep side and i m just lost in a rabbit hole and this is all for naught the other thought i had was that maybe elasticsearch just doesn t know what to do with the post name in argument and how to map that as there s no slug value in es when querying through kibana but there is post name is it maybe possible that maybe epdoesn t have a way to associate post name in to post name in es thanks
1
812,032
30,313,240,945
IssuesEvent
2023-07-10 14:04:25
ucfopen/Obojobo
https://api.github.com/repos/ucfopen/Obojobo
closed
Excerpt bugs
bug editor front end high priority
Problems identified so far: - If an excerpt contains any text node with text in it and backspace is pressed at the beginning of a citation, the citation's text is moved to the end of that text node. The excerpt is otherwise fine. - This might be okay. The behavior is a little weird, but I could see it making sense. - If an excerpt only contains an empty text node and backspace is pressed at the beginning of a citation, the empty text node is deleted and the citation's text is dumped into the excerpt. The excerpt is not recoverable. - If an excerpt's citation is empty and backspace is pressed at the beginning of a heading/title node below the excerpt, the editor crashes. - If an excerpt's citation is not empty and backspace is pressed at the beginning of any text node below the excerpt, the text is moved into the citation. If the enter/return key is pressed anywhere in the citation, the text to the right of the cursor disappears. The excerpt is otherwise fine. - I'm not sure what exactly is happening here, but I suspect a new 'line' is being created which is incompatible with the way citations are expected to work. Maybe prevent the enter/return key from doing anything in the citation? Ideally this would take any text in the citation past the cursor and create a new text node underneath the excerpt to insert it into. - If an excerpt's citation is empty and delete is pressed in the citation, the node below the excerpt is deleted. If this node is a text node, everything seems to keep working. If this node is not a text node (i.e. a figure, iframe, etc.) the editor crashes.
1.0
Excerpt bugs - Problems identified so far: - If an excerpt contains any text node with text in it and backspace is pressed at the beginning of a citation, the citation's text is moved to the end of that text node. The excerpt is otherwise fine. - This might be okay. The behavior is a little weird, but I could see it making sense. - If an excerpt only contains an empty text node and backspace is pressed at the beginning of a citation, the empty text node is deleted and the citation's text is dumped into the excerpt. The excerpt is not recoverable. - If an excerpt's citation is empty and backspace is pressed at the beginning of a heading/title node below the excerpt, the editor crashes. - If an excerpt's citation is not empty and backspace is pressed at the beginning of any text node below the excerpt, the text is moved into the citation. If the enter/return key is pressed anywhere in the citation, the text to the right of the cursor disappears. The excerpt is otherwise fine. - I'm not sure what exactly is happening here, but I suspect a new 'line' is being created which is incompatible with the way citations are expected to work. Maybe prevent the enter/return key from doing anything in the citation? Ideally this would take any text in the citation past the cursor and create a new text node underneath the excerpt to insert it into. - If an excerpt's citation is empty and delete is pressed in the citation, the node below the excerpt is deleted. If this node is a text node, everything seems to keep working. If this node is not a text node (i.e. a figure, iframe, etc.) the editor crashes.
priority
excerpt bugs problems identified so far if an excerpt contains any text node with text in it and backspace is pressed at the beginning of a citation the citation s text is moved to the end of that text node the excerpt is otherwise fine this might be okay the behavior is a little weird but i could see it making sense if an excerpt only contains an empty text node and backspace is pressed at the beginning of a citation the empty text node is deleted and the citation s text is dumped into the excerpt the excerpt is not recoverable if an excerpt s citation is empty and backspace is pressed at the beginning of a heading title node below the excerpt the editor crashes if an excerpt s citation is not empty and backspace is pressed at the beginning of any text node below the excerpt the text is moved into the citation if the enter return key is pressed anywhere in the citation the text to the right of the cursor disappears the excerpt is otherwise fine i m not sure what exactly is happening here but i suspect a new line is being created which is incompatible with the way citations are expected to work maybe prevent the enter return key from doing anything in the citation ideally this would take any text in the citation past the cursor and create a new text node underneath the excerpt to insert it into if an excerpt s citation is empty and delete is pressed in the citation the node below the excerpt is deleted if this node is a text node everything seems to keep working if this node is not a text node i e a figure iframe etc the editor crashes
1
402,122
11,802,377,333
IssuesEvent
2020-03-18 21:25:18
StudioTBA/CoronaIO
https://api.github.com/repos/StudioTBA/CoronaIO
closed
Creation of human agent
Character development Priority: High
**Is your feature request related to a problem? Please describe.** There is no human class/prefab for everyone to work on it separately. **Describe the solution you would like** Could be an empty prefab with its Human class.
1.0
Creation of human agent - **Is your feature request related to a problem? Please describe.** There is no human class/prefab for everyone to work on it separately. **Describe the solution you would like** Could be an empty prefab with its Human class.
priority
creation of human agent is your feature request related to a problem please describe there is no human class prefab for everyone to work on it separately describe the solution you would like could be an empty prefab with its human class
1
393,573
11,621,713,097
IssuesEvent
2020-02-27 03:57:00
dhowe/spectre
https://api.github.com/repos/dhowe/spectre
opened
Dark-ad 'share' button has broken text display
high-priority needs-quick-fix
Please make sure this is fixed for ALL buttons ![image](https://user-images.githubusercontent.com/737638/75410859-32a6ae80-5958-11ea-86f7-974efe583578.png)
1.0
Dark-ad 'share' button has broken text display - Please make sure this is fixed for ALL buttons ![image](https://user-images.githubusercontent.com/737638/75410859-32a6ae80-5958-11ea-86f7-974efe583578.png)
priority
dark ad share button has broken text display please make sure this is fixed for all buttons
1
795,267
28,068,030,636
IssuesEvent
2023-03-29 16:52:36
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[studio] Requested for approval + scheduled items returned by scheduled API
bug priority: high validate
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] The issue is in the latest released 4.0.x - [ ] The issue is in the latest released 3.1.x ### Describe the issue When an item is requested for approval, but also scheduled for later. It is being returned by the `/studio/api/2/dashboard/content/pending_approval` API (which is correct) but also by the `/studio/api/2/dashboard/publishing/scheduled` API, and it shouldn't. ### Steps to reproduce Steps: 1. Create a site based on editorial and do an initial publish. 2. Do a publish on any page and select `Request approval`, and schedule it for later 3. Do a request to `/studio/api/2/dashboard/publishing/scheduled`, and see the item being returned ### Relevant log output _No response_ ### Screenshots and/or videos _No response_
1.0
[studio] Requested for approval + scheduled items returned by scheduled API - ### Duplicates - [X] I have searched the existing issues ### Latest version - [X] The issue is in the latest released 4.0.x - [ ] The issue is in the latest released 3.1.x ### Describe the issue When an item is requested for approval, but also scheduled for later. It is being returned by the `/studio/api/2/dashboard/content/pending_approval` API (which is correct) but also by the `/studio/api/2/dashboard/publishing/scheduled` API, and it shouldn't. ### Steps to reproduce Steps: 1. Create a site based on editorial and do an initial publish. 2. Do a publish on any page and select `Request approval`, and schedule it for later 3. Do a request to `/studio/api/2/dashboard/publishing/scheduled`, and see the item being returned ### Relevant log output _No response_ ### Screenshots and/or videos _No response_
priority
requested for approval scheduled items returned by scheduled api duplicates i have searched the existing issues latest version the issue is in the latest released x the issue is in the latest released x describe the issue when an item is requested for approval but also scheduled for later it is being returned by the studio api dashboard content pending approval api which is correct but also by the studio api dashboard publishing scheduled api and it shouldn t steps to reproduce steps create a site based on editorial and do an initial publish do a publish on any page and select request approval and schedule it for later do a request to studio api dashboard publishing scheduled and see the item being returned relevant log output no response screenshots and or videos no response
1
779,412
27,351,837,446
IssuesEvent
2023-02-27 10:06:25
Avaiga/taipy-studio-gui
https://api.github.com/repos/Avaiga/taipy-studio-gui
closed
SPIKE-Study technological opportunities to create Taipy GUI page previews
✨New feature 🟧 Priority: High
**What would that feature address** Issue #10 describes what the ultimate goal is: preview Taipy GUI visual elements from the Markdown preview feature provided in Visual Studio Code. We need to decide how far we want to go. **Acceptance Criteria** - [ ] We settle on the technology we use to provide something useful. - [ ] Other issues should be created to complete the final objective.
1.0
SPIKE-Study technological opportunities to create Taipy GUI page previews - **What would that feature address** Issue #10 describes what the ultimate goal is: preview Taipy GUI visual elements from the Markdown preview feature provided in Visual Studio Code. We need to decide how far we want to go. **Acceptance Criteria** - [ ] We settle on the technology we use to provide something useful. - [ ] Other issues should be created to complete the final objective.
priority
spike study technological opportunities to create taipy gui page previews what would that feature address issue describes what the ultimate goal is preview taipy gui visual elements from the markdown preview feature provided in visual studio code we need to decide how far we want to go acceptance criteria we settle on the technology we use to provide something useful other issues should be created to complete the final objective
1
605,291
18,732,830,062
IssuesEvent
2021-11-04 01:01:03
huridocs/uwazi
https://api.github.com/repos/huridocs/uwazi
closed
Reindex triggered when changing image fit/fill (3 pts)
Bug Sprint Priority: High
This is one of the cases when reindex is not supposed to be triggered. Review also other image params.
1.0
Reindex triggered when changing image fit/fill (3 pts) - This is one of the cases when reindex is not supposed to be triggered. Review also other image params.
priority
reindex triggered when changing image fit fill pts this is one of the cases when reindex is not supposed to be triggered review also other image params
1
375,981
11,136,787,051
IssuesEvent
2019-12-20 17:28:53
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
"import torch" crashed on Windows
high priority module: windows topic: crash triage review
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> 'import torch' starts to fail in the nightly jobs beginning from Dec. 15. https://dev.azure.com/pytorch/PyTorch/_build/results?buildId=18361&view=results https://dev.azure.com/pytorch/PyTorch/_build/results?buildId=18363&view=results ## To Reproduce Steps to reproduce the behavior: 1. import torch <!-- If you have a code sample, error messages, stack traces, please provide it here as well --> ## Expected behavior <!-- A clear and concise description of what you expected to happen. --> Import success. ## Environment Please copy and paste the output from our [environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py) (or fill out the checklist below manually). You can get the script and run it with: ``` wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py # For security purposes, please check the contents of collect_env.py before running it. python collect_env.py ``` - PyTorch Version (e.g., 1.0): master - OS (e.g., Linux): Windows - How you installed PyTorch (`conda`, `pip`, source): source - Build command you used (if compiling from source): python setup.py install - Python version: 3.5/3.6/3.7 - CUDA/cuDNN version: None / 9.2 / 10.1 - GPU models and configuration: None - Any other relevant information: ## Additional context <!-- Add any other context about the problem here. --> Looks like some of the errors are intermittent. cc @ezyang @gchanan @zou3519 @peterjc123
1.0
"import torch" crashed on Windows - ## 🐛 Bug <!-- A clear and concise description of what the bug is. --> 'import torch' starts to fail in the nightly jobs beginning from Dec. 15. https://dev.azure.com/pytorch/PyTorch/_build/results?buildId=18361&view=results https://dev.azure.com/pytorch/PyTorch/_build/results?buildId=18363&view=results ## To Reproduce Steps to reproduce the behavior: 1. import torch <!-- If you have a code sample, error messages, stack traces, please provide it here as well --> ## Expected behavior <!-- A clear and concise description of what you expected to happen. --> Import success. ## Environment Please copy and paste the output from our [environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py) (or fill out the checklist below manually). You can get the script and run it with: ``` wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py # For security purposes, please check the contents of collect_env.py before running it. python collect_env.py ``` - PyTorch Version (e.g., 1.0): master - OS (e.g., Linux): Windows - How you installed PyTorch (`conda`, `pip`, source): source - Build command you used (if compiling from source): python setup.py install - Python version: 3.5/3.6/3.7 - CUDA/cuDNN version: None / 9.2 / 10.1 - GPU models and configuration: None - Any other relevant information: ## Additional context <!-- Add any other context about the problem here. --> Looks like some of the errors are intermittent. cc @ezyang @gchanan @zou3519 @peterjc123
priority
import torch crashed on windows 🐛 bug import torch starts to fail in the nightly jobs beginning from dec to reproduce steps to reproduce the behavior import torch expected behavior import success environment please copy and paste the output from our or fill out the checklist below manually you can get the script and run it with wget for security purposes please check the contents of collect env py before running it python collect env py pytorch version e g master os e g linux windows how you installed pytorch conda pip source source build command you used if compiling from source python setup py install python version cuda cudnn version none gpu models and configuration none any other relevant information additional context looks like some of the errors are intermittent cc ezyang gchanan
1
652,648
21,558,208,587
IssuesEvent
2022-04-30 19:41:26
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
closed
[ICC] Sindragosa KILL ALL RAID on Start of Phase 2
Priority-High Instance - Raid - Northrend 80
### Current Behaviour On the start of second phase after SPELL_FROST_BEACON and SPELL_ICE_TOMB target is die with no reason in combat jornal ### Expected Blizzlike Behaviour target dont die ### Source _No response_ ### Steps to reproduce the problem 1) go icc any mode 2) go fight with sindragosa 3) wait for fly phase ### Extra Notes _No response_ ### AC rev. hash/commit https://github.com/azerothcore/azerothcore-wotlk/commit/03a6413080752294bd47b9e4e9ef0287dc1d4833 ### Operating system Debian 11 x64 ### Custom changes or Modules _No response_
1.0
[ICC] Sindragosa KILL ALL RAID on Start of Phase 2 - ### Current Behaviour On the start of second phase after SPELL_FROST_BEACON and SPELL_ICE_TOMB target is die with no reason in combat jornal ### Expected Blizzlike Behaviour target dont die ### Source _No response_ ### Steps to reproduce the problem 1) go icc any mode 2) go fight with sindragosa 3) wait for fly phase ### Extra Notes _No response_ ### AC rev. hash/commit https://github.com/azerothcore/azerothcore-wotlk/commit/03a6413080752294bd47b9e4e9ef0287dc1d4833 ### Operating system Debian 11 x64 ### Custom changes or Modules _No response_
priority
sindragosa kill all raid on start of phase current behaviour on the start of second phase after spell frost beacon and spell ice tomb target is die with no reason in combat jornal expected blizzlike behaviour target dont die source no response steps to reproduce the problem go icc any mode go fight with sindragosa wait for fly phase extra notes no response ac rev hash commit operating system debian custom changes or modules no response
1
715,043
24,584,771,521
IssuesEvent
2022-10-13 18:40:13
phetsims/quadrilateral
https://api.github.com/repos/phetsims/quadrilateral
closed
Comparative Size Parameters for Corners & Sides - changes to regions & ranges for regions
priority:2-high status:ready-for-review dev:description dev:voicing
MEGA ISSUE ALERT! - @jessegreenberg you can proceed to the last few comments. @jessegreenberg, I'd like to change the way we describe the comparative size of the corners, and sides, too, if this works. The goal was to create 2 more landmarks (half the size of and twice the size of) that can provide a bit more orientation as to the actual size of the corners. And changed wording to the almost equal region, "smaller and similar to" and "wider and similar to" gives a little more context, too. The scale is now based on percentages rather than a fixed linear scale describing smaller to wider. Here's a screen shot from the design doc. ![image](https://user-images.githubusercontent.com/1902116/190639706-8ff5755b-5078-42ee-ab0b-069ef0d29a55.png) Here's the table in markdown. | Mappings | Comparative Angle Size Parameters for Corners | | --------- | ------------------------------------------------- | | < 20% | far smaller than | | < or = 20% & > 50% | much much smaller than | | = 50% | half the size of | | > 50% & < 60% | much smaller than | | > 60% & < 90% | somewhat smaller than | | > or = 90% & < 100% | smaller and similar to | | = 100% | equal to | | > 100% & < or = 110% | wider and similar to | | > 110 % & < 150% | somewhat wider than | | > or = 150% & < 200% | much wider than | | = 200% | twice the size of | | > 200% & < or = 250% | much much wider than | | > 250% | far wider than | Edit: Fixed mistake in table and screenshot.
1.0
Comparative Size Parameters for Corners & Sides - changes to regions & ranges for regions - MEGA ISSUE ALERT! - @jessegreenberg you can proceed to the last few comments. @jessegreenberg, I'd like to change the way we describe the comparative size of the corners, and sides, too, if this works. The goal was to create 2 more landmarks (half the size of and twice the size of) that can provide a bit more orientation as to the actual size of the corners. And changed wording to the almost equal region, "smaller and similar to" and "wider and similar to" gives a little more context, too. The scale is now based on percentages rather than a fixed linear scale describing smaller to wider. Here's a screen shot from the design doc. ![image](https://user-images.githubusercontent.com/1902116/190639706-8ff5755b-5078-42ee-ab0b-069ef0d29a55.png) Here's the table in markdown. | Mappings | Comparative Angle Size Parameters for Corners | | --------- | ------------------------------------------------- | | < 20% | far smaller than | | < or = 20% & > 50% | much much smaller than | | = 50% | half the size of | | > 50% & < 60% | much smaller than | | > 60% & < 90% | somewhat smaller than | | > or = 90% & < 100% | smaller and similar to | | = 100% | equal to | | > 100% & < or = 110% | wider and similar to | | > 110 % & < 150% | somewhat wider than | | > or = 150% & < 200% | much wider than | | = 200% | twice the size of | | > 200% & < or = 250% | much much wider than | | > 250% | far wider than | Edit: Fixed mistake in table and screenshot.
priority
comparative size parameters for corners sides changes to regions ranges for regions mega issue alert jessegreenberg you can proceed to the last few comments jessegreenberg i d like to change the way we describe the comparative size of the corners and sides too if this works the goal was to create more landmarks half the size of and twice the size of that can provide a bit more orientation as to the actual size of the corners and changed wording to the almost equal region smaller and similar to and wider and similar to gives a little more context too the scale is now based on percentages rather than a fixed linear scale describing smaller to wider here s a screen shot from the design doc here s the table in markdown mappings comparative angle size parameters for corners far smaller than much much smaller than half the size of much smaller than somewhat smaller than or smaller and similar to equal to or wider and similar to somewhat wider than or much wider than twice the size of or much much wider than far wider than edit fixed mistake in table and screenshot
1
766,831
26,901,096,493
IssuesEvent
2023-02-06 15:41:56
tallyhowallet/extension
https://api.github.com/repos/tallyhowallet/extension
closed
Abilities should not be shown for read-only accounts
Type: Plumbing Priority: High
Abilities should not be shown for read-only accounts. ![image](https://user-images.githubusercontent.com/23117945/216544171-e3305afd-10ba-42fe-b069-6d485314deff.png)
1.0
Abilities should not be shown for read-only accounts - Abilities should not be shown for read-only accounts. ![image](https://user-images.githubusercontent.com/23117945/216544171-e3305afd-10ba-42fe-b069-6d485314deff.png)
priority
abilities should not be shown for read only accounts abilities should not be shown for read only accounts
1
567,629
16,888,333,674
IssuesEvent
2021-06-23 05:37:08
lazerwalker/azure-mud
https://api.github.com/repos/lazerwalker/azure-mud
closed
Add Storyboard support for complex networked interactions
enhancement high priority
https://github.com/lazerwalker/storyboard This is a complex work-in-progress that lives deep in my brain. Ask me for specifics.
1.0
Add Storyboard support for complex networked interactions - https://github.com/lazerwalker/storyboard This is a complex work-in-progress that lives deep in my brain. Ask me for specifics.
priority
add storyboard support for complex networked interactions this is a complex work in progress that lives deep in my brain ask me for specifics
1
605,297
18,733,029,014
IssuesEvent
2021-11-04 01:25:37
CMPUT301F21T20/HabitTracker
https://api.github.com/repos/CMPUT301F21T20/HabitTracker
closed
Habit Controller
priority: high Habits complexity: medium Complete by halfway checkpoint
Habit class should be independent of the state of the habit itself. Only habit events dictate the state of a current habit. Furthermore, a habit controller should implement the methods for creating and saving habits to Firestore.
1.0
Habit Controller - Habit class should be independent of the state of the habit itself. Only habit events dictate the state of a current habit. Furthermore, a habit controller should implement the methods for creating and saving habits to Firestore.
priority
habit controller habit class should be independent of the state of the habit itself only habit events dictate the state of a current habit furthermore a habit controller should implement the methods for creating and saving habits to firestore
1
582,293
17,358,346,884
IssuesEvent
2021-07-29 16:58:38
gitpod-io/gitpod
https://api.github.com/repos/gitpod-io/gitpod
opened
Please force-stop a workspace instance that got stuck in "Building Image"
operations: past incident priority: highest (user impact)
Following today's incident: https://github.com/gitpod-io/gitpod/issues/5005 a few workspaces and prebuilds got stuck in a bad state. Specifically, they have `phase = 'preparing'`, even though no build is in progress. It would be great to forcefully stop them again, so that they can be restarted e.g. from an earlier backup.
1.0
Please force-stop a workspace instance that got stuck in "Building Image" - Following today's incident: https://github.com/gitpod-io/gitpod/issues/5005 a few workspaces and prebuilds got stuck in a bad state. Specifically, they have `phase = 'preparing'`, even though no build is in progress. It would be great to forcefully stop them again, so that they can be restarted e.g. from an earlier backup.
priority
please force stop a workspace instance that got stuck in building image following today s incident a few workspaces and prebuilds got stuck in a bad state specifically they have phase preparing even though no build is in progress it would be great to forcefully stop them again so that they can be restarted e g from an earlier backup
1
339,759
10,261,538,048
IssuesEvent
2019-08-22 10:18:34
crawlinknetworks/rishta-crm
https://api.github.com/repos/crawlinknetworks/rishta-crm
closed
Retailer upload is not working
high priority
**Description**:-Retailer Upload is not working **STEPS** 1)Click on retailer 2)Click on all retailer 3)Click on upload button **OBSERVATION** Retailer upload is not working
1.0
Retailer upload is not working - **Description**:-Retailer Upload is not working **STEPS** 1)Click on retailer 2)Click on all retailer 3)Click on upload button **OBSERVATION** Retailer upload is not working
priority
retailer upload is not working description retailer upload is not working steps click on retailer click on all retailer click on upload button observation retailer upload is not working
1
512,319
14,893,980,790
IssuesEvent
2021-01-21 06:39:32
juntofoundation/junto-mobile
https://api.github.com/repos/juntofoundation/junto-mobile
closed
3x get comment requests sent to API when opening and closing an expression in the collective
High Priority bug
One request gets made when I click the expression. And then another two when I close it. Lets try to remove these two to reduce API load.
1.0
3x get comment requests sent to API when opening and closing an expression in the collective - One request gets made when I click the expression. And then another two when I close it. Lets try to remove these two to reduce API load.
priority
get comment requests sent to api when opening and closing an expression in the collective one request gets made when i click the expression and then another two when i close it lets try to remove these two to reduce api load
1
328,340
9,993,463,900
IssuesEvent
2019-07-11 15:24:21
publiclab/Leaflet.DistortableImage
https://api.github.com/repos/publiclab/Leaflet.DistortableImage
closed
Can't scale things down, only up
bug high-priority
In MapKnitter now, on this map, i'm using the "r" key to switch to rotate+scale, but can only seem to scale up, not down: https://mapknitter.org/maps/irish-uk-border-mapping/ As this is in production, I'm marking it as priority -- let's try to pin this down! 🙌
1.0
Can't scale things down, only up - In MapKnitter now, on this map, i'm using the "r" key to switch to rotate+scale, but can only seem to scale up, not down: https://mapknitter.org/maps/irish-uk-border-mapping/ As this is in production, I'm marking it as priority -- let's try to pin this down! 🙌
priority
can t scale things down only up in mapknitter now on this map i m using the r key to switch to rotate scale but can only seem to scale up not down as this is in production i m marking it as priority let s try to pin this down 🙌
1
759,156
26,581,492,464
IssuesEvent
2023-01-22 14:10:19
TeamNADA/NADA-iOS-ForRelease
https://api.github.com/repos/TeamNADA/NADA-iOS-ForRelease
closed
[Fix] 액세스 토큰 만료 시 갱신 성공 후, 무한로딩 버그 해결
Hyungyu 🐯 P1 / Priority High Fix
# 👀 이슈 (issue) - 액세스 토큰 만료 시 갱신 후, 아무런 동작을 정해주지 않았다. - 액세스 토큰 만료, 리프레시 토큰이 유효할때 무한로딩에 빠짐 # 🚀 to-do <!-- 진행할 작업에 대해 적어주세요 --> - [ ] 액세스 토큰 만료 시 갱신 후, 재요청해야할 것 같다. - [x] 시나리오 작성이 필요해보임. - [ ] `스플래시 -> 홈(AT, RT 만료시) -> 로그인뷰` 는 구현해둠 - [ ] `스플래시 -> 홈(AT 만료) -> plugin 에서 AT, RT 갱신 -> ??
1.0
[Fix] 액세스 토큰 만료 시 갱신 성공 후, 무한로딩 버그 해결 - # 👀 이슈 (issue) - 액세스 토큰 만료 시 갱신 후, 아무런 동작을 정해주지 않았다. - 액세스 토큰 만료, 리프레시 토큰이 유효할때 무한로딩에 빠짐 # 🚀 to-do <!-- 진행할 작업에 대해 적어주세요 --> - [ ] 액세스 토큰 만료 시 갱신 후, 재요청해야할 것 같다. - [x] 시나리오 작성이 필요해보임. - [ ] `스플래시 -> 홈(AT, RT 만료시) -> 로그인뷰` 는 구현해둠 - [ ] `스플래시 -> 홈(AT 만료) -> plugin 에서 AT, RT 갱신 -> ??
priority
액세스 토큰 만료 시 갱신 성공 후 무한로딩 버그 해결 👀 이슈 issue 액세스 토큰 만료 시 갱신 후 아무런 동작을 정해주지 않았다 액세스 토큰 만료 리프레시 토큰이 유효할때 무한로딩에 빠짐 🚀 to do 액세스 토큰 만료 시 갱신 후 재요청해야할 것 같다 시나리오 작성이 필요해보임 스플래시 홈 at rt 만료시 로그인뷰 는 구현해둠 스플래시 홈 at 만료 plugin 에서 at rt 갱신
1
501,898
14,536,107,157
IssuesEvent
2020-12-15 07:01:54
wso2/product-apim-tooling
https://api.github.com/repos/wso2/product-apim-tooling
closed
Resolve parameters at server side while importing an API project
Next Release - 4.x Priority/High Resolution/Fixed Type/Improvement
**Description:** Instead of relying on the apictl to resolve parameter values in the API definition when importing a project, do this at the import/export web app level. This feature does not introduce any new capability but shifts the responsibility of param resolution to be done by the import-export web app. **Applies to** APIs, API Products.
1.0
Resolve parameters at server side while importing an API project - **Description:** Instead of relying on the apictl to resolve parameter values in the API definition when importing a project, do this at the import/export web app level. This feature does not introduce any new capability but shifts the responsibility of param resolution to be done by the import-export web app. **Applies to** APIs, API Products.
priority
resolve parameters at server side while importing an api project description instead of relying on the apictl to resolve parameter values in the api definition when importing a project do this at the import export web app level this feature does not introduce any new capability but shifts the responsibility of param resolution to be done by the import export web app applies to apis api products
1
80,041
3,549,838,101
IssuesEvent
2016-01-20 19:34:54
betheluniversity/cascade
https://api.github.com/repos/betheluniversity/cascade
closed
News archives not pulling 2016 articles
bug high priority
2016 articles aren't showing up in archive feeds. https://www.bethel.edu/news/news-archive articles that should appear: https://cms.bethel.edu/entity/open.act?id=192078448c58651375cf00e7a471168e&type=page& https://cms.bethel.edu/entity/open.act?id=0e2c7e718c586513358c1a26e6489775&type=page& https://www.bethel.edu/president/announcements/ articles that should appear: https://cms.bethel.edu/entity/open.act?id=22d7b6ca8c58651307c73067f6d89b9f&type=page&
1.0
News archives not pulling 2016 articles - 2016 articles aren't showing up in archive feeds. https://www.bethel.edu/news/news-archive articles that should appear: https://cms.bethel.edu/entity/open.act?id=192078448c58651375cf00e7a471168e&type=page& https://cms.bethel.edu/entity/open.act?id=0e2c7e718c586513358c1a26e6489775&type=page& https://www.bethel.edu/president/announcements/ articles that should appear: https://cms.bethel.edu/entity/open.act?id=22d7b6ca8c58651307c73067f6d89b9f&type=page&
priority
news archives not pulling articles articles aren t showing up in archive feeds articles that should appear articles that should appear
1
330,592
10,053,105,357
IssuesEvent
2019-07-21 14:08:19
Th3-Fr3d/pmdbs
https://api.github.com/repos/Th3-Fr3d/pmdbs
closed
Use openssl To Decrypt Encrypted RSA Key
bug high priority
Use openssl to temporarily decrypt the RSA private key as the crypto library won't do it :sob:
1.0
Use openssl To Decrypt Encrypted RSA Key - Use openssl to temporarily decrypt the RSA private key as the crypto library won't do it :sob:
priority
use openssl to decrypt encrypted rsa key use openssl to temporarily decrypt the rsa private key as the crypto library won t do it sob
1
160,697
6,101,443,647
IssuesEvent
2017-06-20 14:38:07
kuzzleio/documentation
https://api.github.com/repos/kuzzleio/documentation
closed
Feedback about page 'plugins-reference/plugins-features/adding-authentication-strategy.md'
plugins-reference priority-high
The validate function must specify that unique values uniqueness must be checked. By the way, the function should resolve without value or reject if validation fails.
1.0
Feedback about page 'plugins-reference/plugins-features/adding-authentication-strategy.md' - The validate function must specify that unique values uniqueness must be checked. By the way, the function should resolve without value or reject if validation fails.
priority
feedback about page plugins reference plugins features adding authentication strategy md the validate function must specify that unique values uniqueness must be checked by the way the function should resolve without value or reject if validation fails
1
322,505
9,818,726,868
IssuesEvent
2019-06-13 20:01:34
googlefonts/noto-fonts
https://api.github.com/repos/googlefonts/noto-fonts
closed
Tibetan shaping does not work for "syllables" (character seq) for which there's no pre-composed glyphs
Android Priority-High Script-Tibetan
Tibetan fonts have pre-composed glyphs for widely used "syllables" (character sequences). For syllables outside the set, shaping still should work by putting together pieces. The designer of another Tibetan font from India pointed us that that's not the case of a lot of syllables. An example (only one of the numerous): ``` ཛཱཛཁྐཛྩའཇྟ U+0F5B U+0F71 U+0F5B U+0F41 U+0F90 U+0F5B U+0FA9 U+0F60 U+0F47 U+0F9F ``` With Noto Sans Tibetan, I got: ![image](https://cloud.githubusercontent.com/assets/8578343/22897310/169d7164-f1d8-11e6-993c-ae53c86e9648.png) With Monlam font, I got ![image 1](https://cloud.githubusercontent.com/assets/8578343/22897340/3036375a-f1d8-11e6-9232-8fc2abac6a12.png) @kmansourMT , sorry that I didn't get back to you sooner on this issue. Could you start taking a look at this issue? Have you checked the shaping of all the syllables in all 3 tiers. I'm well aware that we decided to have pre-composed glyphs for only the 1st tier and perhaps a subset of the 2nd tier, but the rest of syllables are supposed to be shaped properly by putting together pieces. I lost your email with the 3 sets of Tibetan syllables. Could you send me the list (3 sets)? You can attach them here. Thanks in advance.
1.0
Tibetan shaping does not work for "syllables" (character seq) for which there's no pre-composed glyphs - Tibetan fonts have pre-composed glyphs for widely used "syllables" (character sequences). For syllables outside the set, shaping still should work by putting together pieces. The designer of another Tibetan font from India pointed us that that's not the case of a lot of syllables. An example (only one of the numerous): ``` ཛཱཛཁྐཛྩའཇྟ U+0F5B U+0F71 U+0F5B U+0F41 U+0F90 U+0F5B U+0FA9 U+0F60 U+0F47 U+0F9F ``` With Noto Sans Tibetan, I got: ![image](https://cloud.githubusercontent.com/assets/8578343/22897310/169d7164-f1d8-11e6-993c-ae53c86e9648.png) With Monlam font, I got ![image 1](https://cloud.githubusercontent.com/assets/8578343/22897340/3036375a-f1d8-11e6-9232-8fc2abac6a12.png) @kmansourMT , sorry that I didn't get back to you sooner on this issue. Could you start taking a look at this issue? Have you checked the shaping of all the syllables in all 3 tiers. I'm well aware that we decided to have pre-composed glyphs for only the 1st tier and perhaps a subset of the 2nd tier, but the rest of syllables are supposed to be shaped properly by putting together pieces. I lost your email with the 3 sets of Tibetan syllables. Could you send me the list (3 sets)? You can attach them here. Thanks in advance.
priority
tibetan shaping does not work for syllables character seq for which there s no pre composed glyphs tibetan fonts have pre composed glyphs for widely used syllables character sequences for syllables outside the set shaping still should work by putting together pieces the designer of another tibetan font from india pointed us that that s not the case of a lot of syllables an example only one of the numerous ཛཱཛཁྐཛྩའཇྟ u u u u u u u u u u with noto sans tibetan i got with monlam font i got kmansourmt sorry that i didn t get back to you sooner on this issue could you start taking a look at this issue have you checked the shaping of all the syllables in all tiers i m well aware that we decided to have pre composed glyphs for only the tier and perhaps a subset of the tier but the rest of syllables are supposed to be shaped properly by putting together pieces i lost your email with the sets of tibetan syllables could you send me the list sets you can attach them here thanks in advance
1
717,810
24,692,050,958
IssuesEvent
2022-10-19 09:15:51
AY2223S1-CS2113-F11-4/tp
https://api.github.com/repos/AY2223S1-CS2113-F11-4/tp
closed
Adding new commands to the parser for visits
type.Story priority.High
<img width="619" alt="image" src="https://user-images.githubusercontent.com/31297758/196030255-9a3e5a5e-de53-44e3-9190-a3d4cd1e46d1.png"> <img width="492" alt="image" src="https://user-images.githubusercontent.com/31297758/196030265-a7bf3a0b-04e9-4904-b7ad-71b25f9a8a7e.png">
1.0
Adding new commands to the parser for visits - <img width="619" alt="image" src="https://user-images.githubusercontent.com/31297758/196030255-9a3e5a5e-de53-44e3-9190-a3d4cd1e46d1.png"> <img width="492" alt="image" src="https://user-images.githubusercontent.com/31297758/196030265-a7bf3a0b-04e9-4904-b7ad-71b25f9a8a7e.png">
priority
adding new commands to the parser for visits img width alt image src img width alt image src
1
363,925
10,756,916,511
IssuesEvent
2019-10-31 12:15:40
zonemaster/zonemaster-ldns
https://api.github.com/repos/zonemaster/zonemaster-ldns
closed
DNSSEC failure when using algo 15
High Priority bug
Tested with domain: ed25519.nl https://www.zonemaster.net/result/4a6dafd847b4f337 **Edit:** Updated the link to make up for a change in the URL scheme at zonemaster.net. /@mattias-p
1.0
DNSSEC failure when using algo 15 - Tested with domain: ed25519.nl https://www.zonemaster.net/result/4a6dafd847b4f337 **Edit:** Updated the link to make up for a change in the URL scheme at zonemaster.net. /@mattias-p
priority
dnssec failure when using algo tested with domain nl edit updated the link to make up for a change in the url scheme at zonemaster net mattias p
1
307,490
9,417,863,452
IssuesEvent
2019-04-10 17:47:11
CosmiQ/cw-geodata
https://api.github.com/repos/CosmiQ/cw-geodata
closed
Create CLI
Priority: High Status: Available Type: Enhancement
Create scripts and add setup.py entry points for CLI functions to complete various tasks through this repo. This will likely be a meta-issue to organize various tasks for this repo.
1.0
Create CLI - Create scripts and add setup.py entry points for CLI functions to complete various tasks through this repo. This will likely be a meta-issue to organize various tasks for this repo.
priority
create cli create scripts and add setup py entry points for cli functions to complete various tasks through this repo this will likely be a meta issue to organize various tasks for this repo
1
404,194
11,853,494,046
IssuesEvent
2020-03-24 22:07:08
nhat-phan/merge-request-integration
https://api.github.com/repos/nhat-phan/merge-request-integration
closed
Feature request: Comment in code
Configurable Feature Enhancement Merged - Waiting for being released Priority: Highest
I'm not sure if this is even possible with IntelliJ and if yes you might have already considered this, but it would be great if we could leave code comments directly in the editor view. Also, child comments to regular comments are displayed on the same level as their parent instead of a level below. But it looks really great for a first version and so far it works mostly as I'd expected.
1.0
Feature request: Comment in code - I'm not sure if this is even possible with IntelliJ and if yes you might have already considered this, but it would be great if we could leave code comments directly in the editor view. Also, child comments to regular comments are displayed on the same level as their parent instead of a level below. But it looks really great for a first version and so far it works mostly as I'd expected.
priority
feature request comment in code i m not sure if this is even possible with intellij and if yes you might have already considered this but it would be great if we could leave code comments directly in the editor view also child comments to regular comments are displayed on the same level as their parent instead of a level below but it looks really great for a first version and so far it works mostly as i d expected
1
778,807
27,330,045,678
IssuesEvent
2023-02-25 14:07:11
KinsonDigital/BranchValidator
https://api.github.com/repos/KinsonDigital/BranchValidator
closed
🚧Update dotnet to latest version
dependency update high priority preview
### Complete The Item Below - [X] I have updated the title without removing the 🚧 emoji. ### Description Update dotnet and the lang to the latest versions. The version as of the creation of this issue is _**v7.0**_ **Update the cs proj file** ```diff <PropertyGroup> <OutputType>Exe</OutputType> - <TargetFramework>net6.0</TargetFramework> + <TargetFramework>net7.0</TargetFramework> - <LangVersion>10.0</LangVersion> + <LangVersion>11.0</LangVersion> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <RootNamespace>GotNuget</RootNamespace> <!--Update this for production and preview releases--> <Version>0.1.0</Version> <!--Update this for production and preview releases--> <FileVersion>0.1.0</FileVersion> <Authors>Calvin Wilkinson</Authors> <Company>Kinson Digital</Company> <Product>GotNuget</Product> <Description>Custom GitHub action used to check if nuget.org contains a NuGet package of a particular version.</Description> <Copyright>Copyright ©2022 Kinson Digital</Copyright> </PropertyGroup> ``` **Update the docker file:** > **Note** This is located 👉🏼 **_./Dockerfile_** ```diff - # Set the base image as the .NET 6.0 SDK (this includes the runtime) + # Set the base image as the .NET 7.0 SDK (this includes the runtime) - FROM mcr.microsoft.com/dotnet/sdk:6.0 as build-env + FROM mcr.microsoft.com/dotnet/sdk:7.0 as build-env # Copy everything and publish the release (publish implicitly restores and builds) COPY . ./ RUN dotnet publish ./GotNuget/GotNuget.csproj -c Release -o out --no-self-contained # Label the container LABEL maintainer="Calvin Wilkinson <kinsondigital@gmail.com>" LABEL repository="https://github.com/KinsonDigital/GotNuget" LABEL homepage="https://github.com/KinsonDigital/GotNuget" # Label as GitHub action LABEL com.github.actions.name="Got Nuget" # Relayer the .NET SDK, anew with the build output - FROM mcr.microsoft.com/dotnet/sdk:6.0 + FROM mcr.microsoft.com/dotnet/sdk:7.0 COPY --from=build-env /out . ENTRYPOINT [ "dotnet", "/GotNuget.dll" ] ``` ### Acceptance Criteria - [x] CS project file is updated - [x] docker file is updated ### ToDo Items - [X] Change type labels added to this issue. Refer to the _**Change Type Labels**_ section below. - [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below. - [X] Issue linked to the correct project _(if applicable)_. - [x] Issue linked to the correct milestone _(if applicable)_. - [x] Draft pull request created and linked to this issue _(only required with code changes)_. ### Issue Dependencies _No response_ ### Related Work _No response_ ### Additional Information: **_<details closed><summary>Change Type Labels</summary>_** | Change Type | Label | |---------------------|----------------------| | Bug Fixes | `🐛bug` | | Breaking Changes | `🧨breaking changes` | | New Feature | `✨new feature` | | Workflow Changes | `workflow` | | Code Doc Changes | `🗒️documentation/code` | | Product Doc Changes | `📝documentation/product` | </details> **_<details closed><summary>Priority Type Labels</summary>_** | Priority Type | Label | |---------------------|-------------------| | Low Priority | `low priority` | | Medium Priority | `medium priority` | | High Priority | `high priority` | </details> ### Code of Conduct - [X] I agree to follow this project's Code of Conduct.
1.0
🚧Update dotnet to latest version - ### Complete The Item Below - [X] I have updated the title without removing the 🚧 emoji. ### Description Update dotnet and the lang to the latest versions. The version as of the creation of this issue is _**v7.0**_ **Update the cs proj file** ```diff <PropertyGroup> <OutputType>Exe</OutputType> - <TargetFramework>net6.0</TargetFramework> + <TargetFramework>net7.0</TargetFramework> - <LangVersion>10.0</LangVersion> + <LangVersion>11.0</LangVersion> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <RootNamespace>GotNuget</RootNamespace> <!--Update this for production and preview releases--> <Version>0.1.0</Version> <!--Update this for production and preview releases--> <FileVersion>0.1.0</FileVersion> <Authors>Calvin Wilkinson</Authors> <Company>Kinson Digital</Company> <Product>GotNuget</Product> <Description>Custom GitHub action used to check if nuget.org contains a NuGet package of a particular version.</Description> <Copyright>Copyright ©2022 Kinson Digital</Copyright> </PropertyGroup> ``` **Update the docker file:** > **Note** This is located 👉🏼 **_./Dockerfile_** ```diff - # Set the base image as the .NET 6.0 SDK (this includes the runtime) + # Set the base image as the .NET 7.0 SDK (this includes the runtime) - FROM mcr.microsoft.com/dotnet/sdk:6.0 as build-env + FROM mcr.microsoft.com/dotnet/sdk:7.0 as build-env # Copy everything and publish the release (publish implicitly restores and builds) COPY . ./ RUN dotnet publish ./GotNuget/GotNuget.csproj -c Release -o out --no-self-contained # Label the container LABEL maintainer="Calvin Wilkinson <kinsondigital@gmail.com>" LABEL repository="https://github.com/KinsonDigital/GotNuget" LABEL homepage="https://github.com/KinsonDigital/GotNuget" # Label as GitHub action LABEL com.github.actions.name="Got Nuget" # Relayer the .NET SDK, anew with the build output - FROM mcr.microsoft.com/dotnet/sdk:6.0 + FROM mcr.microsoft.com/dotnet/sdk:7.0 COPY --from=build-env /out . ENTRYPOINT [ "dotnet", "/GotNuget.dll" ] ``` ### Acceptance Criteria - [x] CS project file is updated - [x] docker file is updated ### ToDo Items - [X] Change type labels added to this issue. Refer to the _**Change Type Labels**_ section below. - [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below. - [X] Issue linked to the correct project _(if applicable)_. - [x] Issue linked to the correct milestone _(if applicable)_. - [x] Draft pull request created and linked to this issue _(only required with code changes)_. ### Issue Dependencies _No response_ ### Related Work _No response_ ### Additional Information: **_<details closed><summary>Change Type Labels</summary>_** | Change Type | Label | |---------------------|----------------------| | Bug Fixes | `🐛bug` | | Breaking Changes | `🧨breaking changes` | | New Feature | `✨new feature` | | Workflow Changes | `workflow` | | Code Doc Changes | `🗒️documentation/code` | | Product Doc Changes | `📝documentation/product` | </details> **_<details closed><summary>Priority Type Labels</summary>_** | Priority Type | Label | |---------------------|-------------------| | Low Priority | `low priority` | | Medium Priority | `medium priority` | | High Priority | `high priority` | </details> ### Code of Conduct - [X] I agree to follow this project's Code of Conduct.
priority
🚧update dotnet to latest version complete the item below i have updated the title without removing the 🚧 emoji description update dotnet and the lang to the latest versions the version as of the creation of this issue is update the cs proj file diff exe enable enable gotnuget calvin wilkinson kinson digital gotnuget custom github action used to check if nuget org contains a nuget package of a particular version copyright © kinson digital update the docker file note this is located 👉🏼 dockerfile diff set the base image as the net sdk this includes the runtime set the base image as the net sdk this includes the runtime from mcr microsoft com dotnet sdk as build env from mcr microsoft com dotnet sdk as build env copy everything and publish the release publish implicitly restores and builds copy run dotnet publish gotnuget gotnuget csproj c release o out no self contained label the container label maintainer calvin wilkinson label repository label homepage label as github action label com github actions name got nuget relayer the net sdk anew with the build output from mcr microsoft com dotnet sdk from mcr microsoft com dotnet sdk copy from build env out entrypoint acceptance criteria cs project file is updated docker file is updated todo items change type labels added to this issue refer to the change type labels section below priority label added to this issue refer to the priority type labels section below issue linked to the correct project if applicable issue linked to the correct milestone if applicable draft pull request created and linked to this issue only required with code changes issue dependencies no response related work no response additional information change type labels change type label bug fixes 🐛bug breaking changes 🧨breaking changes new feature ✨new feature workflow changes workflow code doc changes 🗒️documentation code product doc changes 📝documentation product priority type labels priority type label low priority low priority medium priority medium priority high priority high priority code of conduct i agree to follow this project s code of conduct
1
215,786
7,297,774,526
IssuesEvent
2018-02-26 15:11:06
lbarman/vaultage
https://api.github.com/repos/lbarman/vaultage
closed
Latest NPM build ignores the default username in config
bug high-priority
Perhaps this should be included / done after https://github.com/lbarman/vaultage/issues/136. One problem is that the config file is not testable, and magically generated by the server *when it does not exists*, but re-read otherwise; plus, we cannot set the "username" from within vaultage at all. One solution would be to have a route `/updateConfig` that we could test in the `integration-test`
1.0
Latest NPM build ignores the default username in config - Perhaps this should be included / done after https://github.com/lbarman/vaultage/issues/136. One problem is that the config file is not testable, and magically generated by the server *when it does not exists*, but re-read otherwise; plus, we cannot set the "username" from within vaultage at all. One solution would be to have a route `/updateConfig` that we could test in the `integration-test`
priority
latest npm build ignores the default username in config perhaps this should be included done after one problem is that the config file is not testable and magically generated by the server when it does not exists but re read otherwise plus we cannot set the username from within vaultage at all one solution would be to have a route updateconfig that we could test in the integration test
1
187,558
6,758,974,947
IssuesEvent
2017-10-24 15:40:07
dankito/DeepThought
https://api.github.com/repos/dankito/DeepThought
closed
Advanced text-editor for Title/Abstract or References is overkill and has bad performance
bug Priority High question
The advanced (markdown?) text-editor is also used when the user wants to edit the Title/Abstract or the References of an entry. This has the following downsides: - The editor can take long to load (sometimes it took up to 3 seconds on my Nokia 5, most of the time it is quick) - The user might get overwhelmed with options that are not useful - I guess nobody uses text formating, images search options in the Title/Abstract/References, which is usually just half a sentence long - When using the options of the advanced text editor (add URL, ...), the editor does not really seem to be mobile friendly (vertical scrolling necessary) - The user cannot just enter/edit the text inline (the advanced editor opens in a new full-screen page) ### Proposed solution Only use the advance editor in the Information (the main content), but use a normal EditText view for the references and title/abstract?
1.0
Advanced text-editor for Title/Abstract or References is overkill and has bad performance - The advanced (markdown?) text-editor is also used when the user wants to edit the Title/Abstract or the References of an entry. This has the following downsides: - The editor can take long to load (sometimes it took up to 3 seconds on my Nokia 5, most of the time it is quick) - The user might get overwhelmed with options that are not useful - I guess nobody uses text formating, images search options in the Title/Abstract/References, which is usually just half a sentence long - When using the options of the advanced text editor (add URL, ...), the editor does not really seem to be mobile friendly (vertical scrolling necessary) - The user cannot just enter/edit the text inline (the advanced editor opens in a new full-screen page) ### Proposed solution Only use the advance editor in the Information (the main content), but use a normal EditText view for the references and title/abstract?
priority
advanced text editor for title abstract or references is overkill and has bad performance the advanced markdown text editor is also used when the user wants to edit the title abstract or the references of an entry this has the following downsides the editor can take long to load sometimes it took up to seconds on my nokia most of the time it is quick the user might get overwhelmed with options that are not useful i guess nobody uses text formating images search options in the title abstract references which is usually just half a sentence long when using the options of the advanced text editor add url the editor does not really seem to be mobile friendly vertical scrolling necessary the user cannot just enter edit the text inline the advanced editor opens in a new full screen page proposed solution only use the advance editor in the information the main content but use a normal edittext view for the references and title abstract
1
541,855
15,834,993,852
IssuesEvent
2021-04-06 17:29:32
sopra-fs21-group-03/Server
https://api.github.com/repos/sopra-fs21-group-03/Server
closed
If a player doesn't have enough money to call, he needs to go all-in
high priority task
Time estimate: 4 hours This task is part of user story #7
1.0
If a player doesn't have enough money to call, he needs to go all-in - Time estimate: 4 hours This task is part of user story #7
priority
if a player doesn t have enough money to call he needs to go all in time estimate hours this task is part of user story
1
730,961
25,196,423,099
IssuesEvent
2022-11-12 15:23:19
frodeheg/no.sparegris
https://api.github.com/repos/frodeheg/no.sparegris
closed
Saving for the first time returns a very anoying error message
bug High priority
The error message only displays the first time the settings are saved. It was introduced in version 0.18.32 by this commit: https://github.com/frodeheg/no.sparegris/commit/a2b5288ec69556fa637589e7319cb2f48949460d This should be fixed asap so new users do not question the integrity of the app.
1.0
Saving for the first time returns a very anoying error message - The error message only displays the first time the settings are saved. It was introduced in version 0.18.32 by this commit: https://github.com/frodeheg/no.sparegris/commit/a2b5288ec69556fa637589e7319cb2f48949460d This should be fixed asap so new users do not question the integrity of the app.
priority
saving for the first time returns a very anoying error message the error message only displays the first time the settings are saved it was introduced in version by this commit this should be fixed asap so new users do not question the integrity of the app
1
529,536
15,390,819,330
IssuesEvent
2021-03-03 13:53:07
AY2021S2-TIC4002-F18-1/tp2
https://api.github.com/repos/AY2021S2-TIC4002-F18-1/tp2
opened
Add time interval for reminders
enhancement priority.high
As a police officer, I want to set time intervals so that I can be reminded to give a follow up call.
1.0
Add time interval for reminders - As a police officer, I want to set time intervals so that I can be reminded to give a follow up call.
priority
add time interval for reminders as a police officer i want to set time intervals so that i can be reminded to give a follow up call
1
215,458
7,294,367,251
IssuesEvent
2018-02-25 22:56:19
bounswe/bounswe2018group7
https://api.github.com/repos/bounswe/bounswe2018group7
closed
Discuss About the Project Plan (Draft)
priority:high status:completed type:project-task
According to Homework#3, we need to > create a high level project plan that outlines the major activities and milestones Our Project Plan should be able to answer those questions: > * According to your plan, where should you be in your project now? > * Where are you? > * What is the difference? > * What are you planning to do to make up the difference? Every team member is expected to contribute the discussion about the Project Plan under this Issue. ### _24.02.2018 Update:_ We hold a Google Hangouts meeting about Project Plan. Don't forget to mark your name after you have contributed (on here and/or on Google Hangouts meeting). - [x] @cburakaygun - [x] @abcdrk - [x] @eneskosr - [ ] @fakeisback - [x] @ferhatmelih - [x] @jediinthehouse - [x] @ramazanarslan - [ ] @serdarada
1.0
Discuss About the Project Plan (Draft) - According to Homework#3, we need to > create a high level project plan that outlines the major activities and milestones Our Project Plan should be able to answer those questions: > * According to your plan, where should you be in your project now? > * Where are you? > * What is the difference? > * What are you planning to do to make up the difference? Every team member is expected to contribute the discussion about the Project Plan under this Issue. ### _24.02.2018 Update:_ We hold a Google Hangouts meeting about Project Plan. Don't forget to mark your name after you have contributed (on here and/or on Google Hangouts meeting). - [x] @cburakaygun - [x] @abcdrk - [x] @eneskosr - [ ] @fakeisback - [x] @ferhatmelih - [x] @jediinthehouse - [x] @ramazanarslan - [ ] @serdarada
priority
discuss about the project plan draft according to homework we need to create a high level project plan that outlines the major activities and milestones our project plan should be able to answer those questions according to your plan where should you be in your project now where are you what is the difference what are you planning to do to make up the difference every team member is expected to contribute the discussion about the project plan under this issue update we hold a google hangouts meeting about project plan don t forget to mark your name after you have contributed on here and or on google hangouts meeting cburakaygun abcdrk eneskosr fakeisback ferhatmelih jediinthehouse ramazanarslan serdarada
1