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 957 | labels stringlengths 4 795 | body stringlengths 1 259k | index stringclasses 12
values | text_combine stringlengths 96 259k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
252,803 | 8,042,417,950 | IssuesEvent | 2018-07-31 08:05:04 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | opened | Different DBs for demo instances | Environment Priority: Medium enhancement task | ### Description
We need to use different DBs between DEV, QA and STABLE | 1.0 | Different DBs for demo instances - ### Description
We need to use different DBs between DEV, QA and STABLE | priority | different dbs for demo instances description we need to use different dbs between dev qa and stable | 1 |
28,324 | 2,700,997,339 | IssuesEvent | 2015-04-04 20:06:44 | duckduckgo/p5-app-duckpan | https://api.github.com/repos/duckduckgo/p5-app-duckpan | closed | Weird issue with goodies using share | Bug Priority: Medium | **Issue:**
Goodies accessing the share directory fail to startup.
**How to reproduce:**
1. Create directory in the folder with your goodies repo named 't'
2. Fire up any goodie using share dir e.g. `duckpan server PeriodicTable`
I think another issue like this popped up a while back, but i don’t recall it precisely. @moollaza do you remember which issue was that? | 1.0 | Weird issue with goodies using share - **Issue:**
Goodies accessing the share directory fail to startup.
**How to reproduce:**
1. Create directory in the folder with your goodies repo named 't'
2. Fire up any goodie using share dir e.g. `duckpan server PeriodicTable`
I think another issue like this popped up a while back, but i don’t recall it precisely. @moollaza do you remember which issue was that? | priority | weird issue with goodies using share issue goodies accessing the share directory fail to startup how to reproduce create directory in the folder with your goodies repo named t fire up any goodie using share dir e g duckpan server periodictable i think another issue like this popped up a while back but i don’t recall it precisely moollaza do you remember which issue was that | 1 |
543,199 | 15,878,884,557 | IssuesEvent | 2021-04-09 11:40:55 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Please make sure client-truststore.jks contains all the up to date trusted CAs | Complexity/Medium Priority/High Severity/Major task | Can we verify this in every product release ? | 1.0 | Please make sure client-truststore.jks contains all the up to date trusted CAs - Can we verify this in every product release ? | priority | please make sure client truststore jks contains all the up to date trusted cas can we verify this in every product release | 1 |
720,701 | 24,802,551,917 | IssuesEvent | 2022-10-24 23:32:33 | minio/minio | https://api.github.com/repos/minio/minio | closed | S3:CopyObject on transitioned objects is not working | community priority: medium | ## Expected Behavior
If S3:CopyObject on a transitioned object is executed, a new, non-transitioned object version with same content/tags/... is created.
The object copy is accessible.
## Current Behavior
If S3:CopyObject is executed, a non-accessible object copy is created.
Trying to download the copied object from the Web-UI results in an 500 internal server error:
```API: GetObject(bucket=test, object=two/urn:oid:119, versionId=null)
Time: 21:17:32 UTC 10/19/2022
DeploymentID: 09d296a9-ea83-485e-8c65-b485a938e7b6
RequestID: 171F9508E874B820
RemoteHost: 10.244.1.216
Host: 10.244.1.216:9000
UserAgent: MinIO (linux; amd64) minio-go/v7.0.41 MinIO Console/(dev)
Error: sio: authentication failed (sio.Error)
6: internal/logger/logger.go:259:logger.LogIf()
5: cmd/api-errors.go:2172:cmd.toAPIErrorCode()
4: cmd/api-errors.go:2197:cmd.toAPIError()
3: cmd/object-handlers.go:568:cmd.objectAPIHandlers.getObjectHandler()
2: cmd/object-handlers.go:629:cmd.objectAPIHandlers.GetObjectHandler()
1: net/http/server.go:2084:http.HandlerFunc.ServeHTTP()
```
All Metadata from the original object is visible within the Web-UI at the object copy, including the X-Amz-Storage-Class (Tier name) of the original object.
After deleting the original, transitioned object and trying to access the object copy, the error changes from "500 internal server error" to 404 Not Found.
## Steps to Reproduce (for bugs)
1. Create a new Object
2. Add a Tier
3. Add a Life-Cycle Policy to transition current objects after some days to the tier of step 2
4. Wait until your object is transitioned
5. Use S3 Server-Side Copy (S3:CopyObject) to copy the transitioned object inside the bucket
6. Try to access/download the copied object
## Your Environment
* Version used (`minio --version`): minio version RELEASE.2022-10-15T19-57-03Z (commit-id=85fc7cea979b8da1689798e1e290847fd6517c55)
* Server setup and configuration:
- Minio is deployed in Single-Node Single-Drive setup within a Kubernetes environment (RKE2, v1.24.6)
- KES is used for SSE-KMS
- test bucket has bucket encryption enabled by using SSE-KMS
- test bucket is unversioned
- Storage tier is a S3 compatible provider (Backblaze B2)
* Operating System and version (`uname -a`): Debian 11, SMP Debian 5.10.140-1 (2022-09-02) x86_64 x86_64 x86_64 GNU/Linux
| 1.0 | S3:CopyObject on transitioned objects is not working - ## Expected Behavior
If S3:CopyObject on a transitioned object is executed, a new, non-transitioned object version with same content/tags/... is created.
The object copy is accessible.
## Current Behavior
If S3:CopyObject is executed, a non-accessible object copy is created.
Trying to download the copied object from the Web-UI results in an 500 internal server error:
```API: GetObject(bucket=test, object=two/urn:oid:119, versionId=null)
Time: 21:17:32 UTC 10/19/2022
DeploymentID: 09d296a9-ea83-485e-8c65-b485a938e7b6
RequestID: 171F9508E874B820
RemoteHost: 10.244.1.216
Host: 10.244.1.216:9000
UserAgent: MinIO (linux; amd64) minio-go/v7.0.41 MinIO Console/(dev)
Error: sio: authentication failed (sio.Error)
6: internal/logger/logger.go:259:logger.LogIf()
5: cmd/api-errors.go:2172:cmd.toAPIErrorCode()
4: cmd/api-errors.go:2197:cmd.toAPIError()
3: cmd/object-handlers.go:568:cmd.objectAPIHandlers.getObjectHandler()
2: cmd/object-handlers.go:629:cmd.objectAPIHandlers.GetObjectHandler()
1: net/http/server.go:2084:http.HandlerFunc.ServeHTTP()
```
All Metadata from the original object is visible within the Web-UI at the object copy, including the X-Amz-Storage-Class (Tier name) of the original object.
After deleting the original, transitioned object and trying to access the object copy, the error changes from "500 internal server error" to 404 Not Found.
## Steps to Reproduce (for bugs)
1. Create a new Object
2. Add a Tier
3. Add a Life-Cycle Policy to transition current objects after some days to the tier of step 2
4. Wait until your object is transitioned
5. Use S3 Server-Side Copy (S3:CopyObject) to copy the transitioned object inside the bucket
6. Try to access/download the copied object
## Your Environment
* Version used (`minio --version`): minio version RELEASE.2022-10-15T19-57-03Z (commit-id=85fc7cea979b8da1689798e1e290847fd6517c55)
* Server setup and configuration:
- Minio is deployed in Single-Node Single-Drive setup within a Kubernetes environment (RKE2, v1.24.6)
- KES is used for SSE-KMS
- test bucket has bucket encryption enabled by using SSE-KMS
- test bucket is unversioned
- Storage tier is a S3 compatible provider (Backblaze B2)
* Operating System and version (`uname -a`): Debian 11, SMP Debian 5.10.140-1 (2022-09-02) x86_64 x86_64 x86_64 GNU/Linux
| priority | copyobject on transitioned objects is not working expected behavior if copyobject on a transitioned object is executed a new non transitioned object version with same content tags is created the object copy is accessible current behavior if copyobject is executed a non accessible object copy is created trying to download the copied object from the web ui results in an internal server error api getobject bucket test object two urn oid versionid null time utc deploymentid requestid remotehost host useragent minio linux minio go minio console dev error sio authentication failed sio error internal logger logger go logger logif cmd api errors go cmd toapierrorcode cmd api errors go cmd toapierror cmd object handlers go cmd objectapihandlers getobjecthandler cmd object handlers go cmd objectapihandlers getobjecthandler net http server go http handlerfunc servehttp all metadata from the original object is visible within the web ui at the object copy including the x amz storage class tier name of the original object after deleting the original transitioned object and trying to access the object copy the error changes from internal server error to not found steps to reproduce for bugs create a new object add a tier add a life cycle policy to transition current objects after some days to the tier of step wait until your object is transitioned use server side copy copyobject to copy the transitioned object inside the bucket try to access download the copied object your environment version used minio version minio version release commit id server setup and configuration minio is deployed in single node single drive setup within a kubernetes environment kes is used for sse kms test bucket has bucket encryption enabled by using sse kms test bucket is unversioned storage tier is a compatible provider backblaze operating system and version uname a debian smp debian gnu linux | 1 |
119,417 | 4,769,782,827 | IssuesEvent | 2016-10-26 13:38:13 | evidenceontology/evidenceontology | https://api.github.com/repos/evidenceontology/evidenceontology | closed | ntr: DNase footprinting evidence | auto-migrated GeneOntology-No Priority-Medium Type-New-Term | ```
Suggested parent: nucleic acid binding evidence
Definition: Used when an annotation is made based on DNase footprinting
evidence, which detects protein-DNA interaction based on the fact that a
protein bound to DNA protects the binding site region from enzymatic cleavage
with DNase.
Synonym: DNase protection evidence
Reference:
http://en.wikipedia.org/wiki/DNase_footprinting_assay
PMID: 22194258
```
Original issue reported on code.google.com by `mariacco...@gmail.com` on 3 Feb 2014 at 11:05 | 1.0 | ntr: DNase footprinting evidence - ```
Suggested parent: nucleic acid binding evidence
Definition: Used when an annotation is made based on DNase footprinting
evidence, which detects protein-DNA interaction based on the fact that a
protein bound to DNA protects the binding site region from enzymatic cleavage
with DNase.
Synonym: DNase protection evidence
Reference:
http://en.wikipedia.org/wiki/DNase_footprinting_assay
PMID: 22194258
```
Original issue reported on code.google.com by `mariacco...@gmail.com` on 3 Feb 2014 at 11:05 | priority | ntr dnase footprinting evidence suggested parent nucleic acid binding evidence definition used when an annotation is made based on dnase footprinting evidence which detects protein dna interaction based on the fact that a protein bound to dna protects the binding site region from enzymatic cleavage with dnase synonym dnase protection evidence reference pmid original issue reported on code google com by mariacco gmail com on feb at | 1 |
731,988 | 25,239,629,290 | IssuesEvent | 2022-11-15 05:57:23 | PlanktonTeam/planktonr | https://api.github.com/repos/PlanktonTeam/planktonr | closed | Consolidate `pr_bioregions` code | bug medium priority | Can I search within a bbox to remove all the Lat/lon calls.
Also, can I implement a data download to save space in package. The shape files are large. | 1.0 | Consolidate `pr_bioregions` code - Can I search within a bbox to remove all the Lat/lon calls.
Also, can I implement a data download to save space in package. The shape files are large. | priority | consolidate pr bioregions code can i search within a bbox to remove all the lat lon calls also can i implement a data download to save space in package the shape files are large | 1 |
537,079 | 15,722,684,445 | IssuesEvent | 2021-03-29 06:15:20 | AY2021S2-CS2113T-W09-4/tp | https://api.github.com/repos/AY2021S2-CS2113T-W09-4/tp | closed | As a GP in a polyclinic, I want to record my diagnosis of the patient | priority.Medium type.Story | ... so that I can refer them out to a specialist doctor and send them the records. | 1.0 | As a GP in a polyclinic, I want to record my diagnosis of the patient - ... so that I can refer them out to a specialist doctor and send them the records. | priority | as a gp in a polyclinic i want to record my diagnosis of the patient so that i can refer them out to a specialist doctor and send them the records | 1 |
248,643 | 7,934,616,834 | IssuesEvent | 2018-07-08 21:20:23 | CosmosOS/IL2CPU | https://api.github.com/repos/CosmosOS/IL2CPU | opened | Rework debug symbols implementation | Complexity: Medium Enhancement Priority: Medium | The current debug symbols implementation has some weak points:
1. It uses SQLite to store the debug symbols, which is native, and forces us to have .
2. It depends on getting debug info from pdb files at compile time, which is wrong. The debug symbols should be loaded at debug time, as they can come from anywhere.
The following changes should be done on the debug symbols implementation (probably both at the same time):
1. We can replace SQLite with [LiteDB](https://github.com/mbdavid/LiteDB), which is fully managed, and has good performance.
2. The debug symbols should contain debug info that allows the debug engine to retrieve debug data from the pdb. The following data is important:
- Mapping between static fields and the corresponding labels (already present)
- Mapping between methods and the corresponding labels, including IL opcode labels (already present)
- Stack offsets for arguments and locals (already present)
- Field offsets (already present)
- Type, method and field metadata tokens, and generic arguments (new)
So sequence points and source documents would no longer be present in the debug symbols, and would be loaded by the debug engine. It would be possible to debug any assembly, including the runtime ones. | 1.0 | Rework debug symbols implementation - The current debug symbols implementation has some weak points:
1. It uses SQLite to store the debug symbols, which is native, and forces us to have .
2. It depends on getting debug info from pdb files at compile time, which is wrong. The debug symbols should be loaded at debug time, as they can come from anywhere.
The following changes should be done on the debug symbols implementation (probably both at the same time):
1. We can replace SQLite with [LiteDB](https://github.com/mbdavid/LiteDB), which is fully managed, and has good performance.
2. The debug symbols should contain debug info that allows the debug engine to retrieve debug data from the pdb. The following data is important:
- Mapping between static fields and the corresponding labels (already present)
- Mapping between methods and the corresponding labels, including IL opcode labels (already present)
- Stack offsets for arguments and locals (already present)
- Field offsets (already present)
- Type, method and field metadata tokens, and generic arguments (new)
So sequence points and source documents would no longer be present in the debug symbols, and would be loaded by the debug engine. It would be possible to debug any assembly, including the runtime ones. | priority | rework debug symbols implementation the current debug symbols implementation has some weak points it uses sqlite to store the debug symbols which is native and forces us to have it depends on getting debug info from pdb files at compile time which is wrong the debug symbols should be loaded at debug time as they can come from anywhere the following changes should be done on the debug symbols implementation probably both at the same time we can replace sqlite with which is fully managed and has good performance the debug symbols should contain debug info that allows the debug engine to retrieve debug data from the pdb the following data is important mapping between static fields and the corresponding labels already present mapping between methods and the corresponding labels including il opcode labels already present stack offsets for arguments and locals already present field offsets already present type method and field metadata tokens and generic arguments new so sequence points and source documents would no longer be present in the debug symbols and would be loaded by the debug engine it would be possible to debug any assembly including the runtime ones | 1 |
274,500 | 8,562,312,439 | IssuesEvent | 2018-11-09 10:13:51 | BeamMW/beam | https://api.github.com/repos/BeamMW/beam | closed | UX - Send and close buttons should be arranged vice versa on Windows | Medium priority bug | The Send and close buttons are arranged differently on Windows and Mac OS &Linux
Windows:

Linux:

Mac:
<img width="1019" alt="screenshot-1" src="https://user-images.githubusercontent.com/44496108/48198318-84918280-e369-11e8-8070-c5bd8000bd2d.png">
the Send and close buttons should be arranged vice versa on Windows
| 1.0 | UX - Send and close buttons should be arranged vice versa on Windows - The Send and close buttons are arranged differently on Windows and Mac OS &Linux
Windows:

Linux:

Mac:
<img width="1019" alt="screenshot-1" src="https://user-images.githubusercontent.com/44496108/48198318-84918280-e369-11e8-8070-c5bd8000bd2d.png">
the Send and close buttons should be arranged vice versa on Windows
| priority | ux send and close buttons should be arranged vice versa on windows the send and close buttons are arranged differently on windows and mac os linux windows linux mac img width alt screenshot src the send and close buttons should be arranged vice versa on windows | 1 |
364,390 | 10,763,655,874 | IssuesEvent | 2019-11-01 05:06:25 | alexieyizhe/intern.plus | https://api.github.com/repos/alexieyizhe/intern.plus | closed | Set up testing framework | effort: medium priority: high | Cypress has been set up for end to end tests.
Still to do:
- [x] Run on CI
- [x] Set up ability to mock graphql server data (use `apollo-mock-client` pkg)
- [x] Write mocks for all data
- [x] Companies details
- [x] Jobs details
- [x] Reviews details
- [x] resolvers for [companies|jobs|reviews]List
- [x] Ensure mock data from Faker is consistent between reloads using seed (for tests)
- [x] Add Percy snapshots
- [ ] ~Set up framework to write unit tests (see #70 for options)~
- [ ] ~Write basic unit test~
| 1.0 | Set up testing framework - Cypress has been set up for end to end tests.
Still to do:
- [x] Run on CI
- [x] Set up ability to mock graphql server data (use `apollo-mock-client` pkg)
- [x] Write mocks for all data
- [x] Companies details
- [x] Jobs details
- [x] Reviews details
- [x] resolvers for [companies|jobs|reviews]List
- [x] Ensure mock data from Faker is consistent between reloads using seed (for tests)
- [x] Add Percy snapshots
- [ ] ~Set up framework to write unit tests (see #70 for options)~
- [ ] ~Write basic unit test~
| priority | set up testing framework cypress has been set up for end to end tests still to do run on ci set up ability to mock graphql server data use apollo mock client pkg write mocks for all data companies details jobs details reviews details resolvers for list ensure mock data from faker is consistent between reloads using seed for tests add percy snapshots set up framework to write unit tests see for options write basic unit test | 1 |
152,023 | 5,831,792,760 | IssuesEvent | 2017-05-08 20:14:01 | CCAFS/MARLO | https://api.github.com/repos/CCAFS/MARLO | closed | Track publications that are not part of a specific Projects | Priority - Medium Type - Enhancement | _From @htobon on March 3, 2016 12:45_
Some Contact Points, Regional Program Leaders and Flagship Program Leaders, produce publications for CCAFS that are not part of specific projects. Therefore, P&R should be able to track this information rather than just sharing an Excel Template.
_Copied from original issue: CCAFS/ccafs-ap#403_
| 1.0 | Track publications that are not part of a specific Projects - _From @htobon on March 3, 2016 12:45_
Some Contact Points, Regional Program Leaders and Flagship Program Leaders, produce publications for CCAFS that are not part of specific projects. Therefore, P&R should be able to track this information rather than just sharing an Excel Template.
_Copied from original issue: CCAFS/ccafs-ap#403_
| priority | track publications that are not part of a specific projects from htobon on march some contact points regional program leaders and flagship program leaders produce publications for ccafs that are not part of specific projects therefore p r should be able to track this information rather than just sharing an excel template copied from original issue ccafs ccafs ap | 1 |
288,933 | 8,853,266,167 | IssuesEvent | 2019-01-08 20:49:50 | hydroshare/hydroshare | https://api.github.com/repos/hydroshare/hydroshare | closed | Fix missing logical files management command not fixing logical files | Medium Priority Possible Hotfix bug iRODS in progress | This needs to be hotfix. | 1.0 | Fix missing logical files management command not fixing logical files - This needs to be hotfix. | priority | fix missing logical files management command not fixing logical files this needs to be hotfix | 1 |
797,701 | 28,152,117,552 | IssuesEvent | 2023-04-03 02:53:50 | masastack/MASA.Scheduler | https://api.github.com/repos/masastack/MASA.Scheduler | closed | Edit the Job window to add creation information and modification information | status/resolved severity/medium type/demand site/staging priority/p3 | 编辑Job窗口增加创建信息和修改信息

| 1.0 | Edit the Job window to add creation information and modification information - 编辑Job窗口增加创建信息和修改信息

| priority | edit the job window to add creation information and modification information 编辑job窗口增加创建信息和修改信息 | 1 |
423,089 | 12,290,682,173 | IssuesEvent | 2020-05-10 05:40:08 | GiftForGood/admin-portal | https://api.github.com/repos/GiftForGood/admin-portal | opened | Suspend user accounts | c.UserStory priority.Medium | # User Story
<!--
https://github.com/GiftForGood/admin-portal/issues?q=is%3Aissue+label%3Ac.UserStory
-->
## Describe the user story in detail.
As an admin, I want to suspend user accounts so that remove malicious/unwanted users.
| 1.0 | Suspend user accounts - # User Story
<!--
https://github.com/GiftForGood/admin-portal/issues?q=is%3Aissue+label%3Ac.UserStory
-->
## Describe the user story in detail.
As an admin, I want to suspend user accounts so that remove malicious/unwanted users.
| priority | suspend user accounts user story describe the user story in detail as an admin i want to suspend user accounts so that remove malicious unwanted users | 1 |
354,233 | 10,564,258,760 | IssuesEvent | 2019-10-05 00:25:17 | bounswe/bounswe2019group8 | https://api.github.com/repos/bounswe/bounswe2019group8 | closed | Review the backend project | Backend Effort: Medium Group work Planning Priority: High Status: Available | **Actions:**
1. Review the initialized version of backend project.
2. Comment on the necessity of a potential tech stack change.
**Deadline:** 7.10.2019 - 21.00
| 1.0 | Review the backend project - **Actions:**
1. Review the initialized version of backend project.
2. Comment on the necessity of a potential tech stack change.
**Deadline:** 7.10.2019 - 21.00
| priority | review the backend project actions review the initialized version of backend project comment on the necessity of a potential tech stack change deadline | 1 |
757,127 | 26,497,519,652 | IssuesEvent | 2023-01-18 07:31:50 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | closed | Spurious build errors (e.g. error downloading jdk) due to mirror.bazel.build | type: bug component: continuous integration priority: medium | The frequency of builds dying due to https://github.com/bazelbuild/bazel/issues/12010 has increased in recent days, most particularly due to https://mirror.bazel.build/openjdk/azul-zulu11.37.17-ca-jdk11.0.6/zulu11.37.17-ca-jdk11.0.6-linux_x64.tar.gz.
| 1.0 | Spurious build errors (e.g. error downloading jdk) due to mirror.bazel.build - The frequency of builds dying due to https://github.com/bazelbuild/bazel/issues/12010 has increased in recent days, most particularly due to https://mirror.bazel.build/openjdk/azul-zulu11.37.17-ca-jdk11.0.6/zulu11.37.17-ca-jdk11.0.6-linux_x64.tar.gz.
| priority | spurious build errors e g error downloading jdk due to mirror bazel build the frequency of builds dying due to has increased in recent days most particularly due to | 1 |
489,929 | 14,113,704,008 | IssuesEvent | 2020-11-07 12:37:50 | AY2021S1-CS2103T-W12-3/tp | https://api.github.com/repos/AY2021S1-CS2103T-W12-3/tp | closed | Patient - Find patient by name | priority.Medium type.Story | As a busy receptionist in a clinic, I can find patients by name so that I can quickly retrieve the patient's information given just the patient's name. | 1.0 | Patient - Find patient by name - As a busy receptionist in a clinic, I can find patients by name so that I can quickly retrieve the patient's information given just the patient's name. | priority | patient find patient by name as a busy receptionist in a clinic i can find patients by name so that i can quickly retrieve the patient s information given just the patient s name | 1 |
223,375 | 7,453,104,345 | IssuesEvent | 2018-03-29 10:40:24 | CS2103JAN2018-W14-B1/main | https://api.github.com/repos/CS2103JAN2018-W14-B1/main | closed | As a user, I want to change the background colour of the application | Priority.medium type.story | ... so that I can make the application more pleasing to my eyes | 1.0 | As a user, I want to change the background colour of the application - ... so that I can make the application more pleasing to my eyes | priority | as a user i want to change the background colour of the application so that i can make the application more pleasing to my eyes | 1 |
388,900 | 11,494,607,459 | IssuesEvent | 2020-02-12 02:07:53 | anthem-audio/Anthem | https://api.github.com/repos/anthem-audio/Anthem | opened | MainPresenter: SwitchActiveProject must be manually run after CloseProject sometimes | :beetle: bug :warning: priority: medium | As a general rule, `SwitchActiveProject` must be called whenever the active project ought to have changed. This may be confusing when writing UI code. The presenter should take care of this in `CloseProject`. There may be other issues here. | 1.0 | MainPresenter: SwitchActiveProject must be manually run after CloseProject sometimes - As a general rule, `SwitchActiveProject` must be called whenever the active project ought to have changed. This may be confusing when writing UI code. The presenter should take care of this in `CloseProject`. There may be other issues here. | priority | mainpresenter switchactiveproject must be manually run after closeproject sometimes as a general rule switchactiveproject must be called whenever the active project ought to have changed this may be confusing when writing ui code the presenter should take care of this in closeproject there may be other issues here | 1 |
196,221 | 6,925,925,903 | IssuesEvent | 2017-11-30 17:22:44 | levex/group-project | https://api.github.com/repos/levex/group-project | closed | Add caching to smart meter blockchain calls | category: improvement component: meter difficulty: hard priority: medium | Right now we have some functions defined in meter/blockchain.js which call stuff from contracts.
The front end is supposed to make calls to smart meter endpoints like /my_buyer_contracts/ in order to get this data into the dapp.
However, what's the point of doing this, if we can just import blockchain.js and call those functions directly?
The answer is obviously that the smart meter would add some extra functionality to those endpoints. One idea is to cache blockchain calls, for performance. | 1.0 | Add caching to smart meter blockchain calls - Right now we have some functions defined in meter/blockchain.js which call stuff from contracts.
The front end is supposed to make calls to smart meter endpoints like /my_buyer_contracts/ in order to get this data into the dapp.
However, what's the point of doing this, if we can just import blockchain.js and call those functions directly?
The answer is obviously that the smart meter would add some extra functionality to those endpoints. One idea is to cache blockchain calls, for performance. | priority | add caching to smart meter blockchain calls right now we have some functions defined in meter blockchain js which call stuff from contracts the front end is supposed to make calls to smart meter endpoints like my buyer contracts in order to get this data into the dapp however what s the point of doing this if we can just import blockchain js and call those functions directly the answer is obviously that the smart meter would add some extra functionality to those endpoints one idea is to cache blockchain calls for performance | 1 |
717,272 | 24,668,483,975 | IssuesEvent | 2022-10-18 12:10:37 | AY2223S1-CS2103T-T17-4/tp | https://api.github.com/repos/AY2223S1-CS2103T-T17-4/tp | closed | Make cancel take in only index from the appointment list instead of the 2 index system we have now | type.Enhancement priority.Medium | The mini appointment list underneath each person will soon be replaced with a single line indicating how many appointments a patient has. This makes the 2 index system for cancel irrelevant as it is now not possible to see the appointment indexes of each individual patient.
Lets change cancel so that it only takes in the index from the appointment list. | 1.0 | Make cancel take in only index from the appointment list instead of the 2 index system we have now - The mini appointment list underneath each person will soon be replaced with a single line indicating how many appointments a patient has. This makes the 2 index system for cancel irrelevant as it is now not possible to see the appointment indexes of each individual patient.
Lets change cancel so that it only takes in the index from the appointment list. | priority | make cancel take in only index from the appointment list instead of the index system we have now the mini appointment list underneath each person will soon be replaced with a single line indicating how many appointments a patient has this makes the index system for cancel irrelevant as it is now not possible to see the appointment indexes of each individual patient lets change cancel so that it only takes in the index from the appointment list | 1 |
239,219 | 7,787,429,679 | IssuesEvent | 2018-06-06 22:27:37 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Make slab allocator work on user mode | area: Memory Protection enhancement priority: medium | In order to enable certain driver subsystems (such as I2S) to work with user mode enabled, the slab allocator must be changed to work with user mode.
The way it works right now is that it maintains a free list in the unused memory block. If a user thread has access to this buffer, it's possible for it to corrupt the free list and get the kernel to write anywhere in memory.
By keeping the metadata separate (e.g. a bitmap), it's possible to make the API work with user land. The only caveat I see with this is that the bitmap has to be allocated somewhere and the kernel heap has to be used; for a limited number of slab elements, the kernel heap overhead is quite large. | 1.0 | Make slab allocator work on user mode - In order to enable certain driver subsystems (such as I2S) to work with user mode enabled, the slab allocator must be changed to work with user mode.
The way it works right now is that it maintains a free list in the unused memory block. If a user thread has access to this buffer, it's possible for it to corrupt the free list and get the kernel to write anywhere in memory.
By keeping the metadata separate (e.g. a bitmap), it's possible to make the API work with user land. The only caveat I see with this is that the bitmap has to be allocated somewhere and the kernel heap has to be used; for a limited number of slab elements, the kernel heap overhead is quite large. | priority | make slab allocator work on user mode in order to enable certain driver subsystems such as to work with user mode enabled the slab allocator must be changed to work with user mode the way it works right now is that it maintains a free list in the unused memory block if a user thread has access to this buffer it s possible for it to corrupt the free list and get the kernel to write anywhere in memory by keeping the metadata separate e g a bitmap it s possible to make the api work with user land the only caveat i see with this is that the bitmap has to be allocated somewhere and the kernel heap has to be used for a limited number of slab elements the kernel heap overhead is quite large | 1 |
57,120 | 3,081,241,161 | IssuesEvent | 2015-08-22 14:31:10 | bitfighter/bitfighter | https://api.github.com/repos/bitfighter/bitfighter | closed | Navagation zone fail. | bug imported Priority-Medium wontfix | _From [Cory.Pou...@gmail.com](https://code.google.com/u/105220164791991617712/) on December 17, 2013 11:49:06_
What steps will reproduce the problem? 1. create a very wide or tall map.
2. start the level.
3. Add robots What is the expected output? What do you see instead? expected : zones build bots run.
output: Robots fail to run because Navigation zones failed to build. What version of the product are you using? On what operating system? Bitfighter 19 portable, windows 7 Operating system. Please provide any additional information below. n/a
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=345_ | 1.0 | Navagation zone fail. - _From [Cory.Pou...@gmail.com](https://code.google.com/u/105220164791991617712/) on December 17, 2013 11:49:06_
What steps will reproduce the problem? 1. create a very wide or tall map.
2. start the level.
3. Add robots What is the expected output? What do you see instead? expected : zones build bots run.
output: Robots fail to run because Navigation zones failed to build. What version of the product are you using? On what operating system? Bitfighter 19 portable, windows 7 Operating system. Please provide any additional information below. n/a
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=345_ | priority | navagation zone fail from on december what steps will reproduce the problem create a very wide or tall map start the level add robots what is the expected output what do you see instead expected zones build bots run output robots fail to run because navigation zones failed to build what version of the product are you using on what operating system bitfighter portable windows operating system please provide any additional information below n a original issue | 1 |
712,002 | 24,481,792,539 | IssuesEvent | 2022-10-08 23:33:52 | obfuscatedgenerated/wordle-for-playdate | https://api.github.com/repos/obfuscatedgenerated/wordle-for-playdate | opened | Wrong place hint should only show for as many of that letter there are in the solution | bug priority: medium effort: medium | If a letter is already guessed then it shouldn't have others like it marked wrong place. | 1.0 | Wrong place hint should only show for as many of that letter there are in the solution - If a letter is already guessed then it shouldn't have others like it marked wrong place. | priority | wrong place hint should only show for as many of that letter there are in the solution if a letter is already guessed then it shouldn t have others like it marked wrong place | 1 |
505,569 | 14,641,189,921 | IssuesEvent | 2020-12-25 05:54:22 | BadwaterBay/intelli-trip-planner | https://api.github.com/repos/BadwaterBay/intelli-trip-planner | closed | Simplify range(0, x) to range(x) in all Python files | complexity: 1/5 good first issue lang: python priority: medium status: in progress type: enhancement | ## Background
In Python, `range(0, x)` is equivalent to `range(x)`, with `x` being an integer.
## Task
Replace all `range(0, x)` instances with `range(x)` in all files in this repo.
At least, the following file contains `range(0, x)`:
- [`src/core/distancematrix/google_distance_matrix.py`](https://github.com/BadwaterBay/intelli-trip-planner/blob/main/src/core/distancematrix/google_distance_matrix.py):
- On [Line 34](https://github.com/BadwaterBay/intelli-trip-planner/blob/9376d32f36bb2f509fec70df9ecba2b7f55915f3/src/core/distancematrix/google_distance_matrix.py#L34)
- On [Line 36](https://github.com/BadwaterBay/intelli-trip-planner/blob/9376d32f36bb2f509fec70df9ecba2b7f55915f3/src/core/distancematrix/google_distance_matrix.py#L36)
Please check if any other file contains `range(0, x)` instances.
Please refer to [contributing guidelines](https://github.com/BadwaterBay/intelli-trip-planner/blob/main/CONTRIBUTING.md) for environment setup and workflow.
Should you have any questions, please don't hesitate to comment under this issue.
## Impact
Completing this issue will simplify our code.
| 1.0 | Simplify range(0, x) to range(x) in all Python files - ## Background
In Python, `range(0, x)` is equivalent to `range(x)`, with `x` being an integer.
## Task
Replace all `range(0, x)` instances with `range(x)` in all files in this repo.
At least, the following file contains `range(0, x)`:
- [`src/core/distancematrix/google_distance_matrix.py`](https://github.com/BadwaterBay/intelli-trip-planner/blob/main/src/core/distancematrix/google_distance_matrix.py):
- On [Line 34](https://github.com/BadwaterBay/intelli-trip-planner/blob/9376d32f36bb2f509fec70df9ecba2b7f55915f3/src/core/distancematrix/google_distance_matrix.py#L34)
- On [Line 36](https://github.com/BadwaterBay/intelli-trip-planner/blob/9376d32f36bb2f509fec70df9ecba2b7f55915f3/src/core/distancematrix/google_distance_matrix.py#L36)
Please check if any other file contains `range(0, x)` instances.
Please refer to [contributing guidelines](https://github.com/BadwaterBay/intelli-trip-planner/blob/main/CONTRIBUTING.md) for environment setup and workflow.
Should you have any questions, please don't hesitate to comment under this issue.
## Impact
Completing this issue will simplify our code.
| priority | simplify range x to range x in all python files background in python range x is equivalent to range x with x being an integer task replace all range x instances with range x in all files in this repo at least the following file contains range x on on please check if any other file contains range x instances please refer to for environment setup and workflow should you have any questions please don t hesitate to comment under this issue impact completing this issue will simplify our code | 1 |
41,246 | 2,868,989,427 | IssuesEvent | 2015-06-05 22:24:44 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | Pub status message obscures prompt for username and password when git dependencies require a password | bug Fixed Priority-Medium | <a href="https://github.com/jacob314"><img src="https://avatars.githubusercontent.com/u/1226812?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [jacob314](https://github.com/jacob314)**
_Originally opened as dart-lang/sdk#21839_
----
Pub status message (which continues to update with increasing times) obscures prompt for username and password when git dependencies require a password.
Seeing the following message makes it hard to tell you need to enter a password.
Resolving dependencies... (6.2s)ithub.com':
The good news is entering the password works.
Repro:
pubspec.yaml
dependencies:
somepackage:
git:
url: http://github.com/foo/some-private-repo.git
ref: master | 1.0 | Pub status message obscures prompt for username and password when git dependencies require a password - <a href="https://github.com/jacob314"><img src="https://avatars.githubusercontent.com/u/1226812?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [jacob314](https://github.com/jacob314)**
_Originally opened as dart-lang/sdk#21839_
----
Pub status message (which continues to update with increasing times) obscures prompt for username and password when git dependencies require a password.
Seeing the following message makes it hard to tell you need to enter a password.
Resolving dependencies... (6.2s)ithub.com':
The good news is entering the password works.
Repro:
pubspec.yaml
dependencies:
somepackage:
git:
url: http://github.com/foo/some-private-repo.git
ref: master | priority | pub status message obscures prompt for username and password when git dependencies require a password issue by originally opened as dart lang sdk pub status message which continues to update with increasing times obscures prompt for username and password when git dependencies require a password seeing the following message makes it hard to tell you need to enter a password resolving dependencies ithub com the good news is entering the password works repro pubspec yaml dependencies nbsp nbsp somepackage nbsp nbsp nbsp nbsp git nbsp nbsp nbsp nbsp nbsp nbsp url nbsp nbsp nbsp nbsp nbsp nbsp ref master | 1 |
55,485 | 3,073,487,262 | IssuesEvent | 2015-08-19 22:15:05 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | NullPointerException while testing APK | bug imported Priority-Medium | _From [valentin...@gmail.com](https://code.google.com/u/106145933394766715411/) on March 06, 2013 08:26:24_
What steps will reproduce the problem? 1. install re-signed Tumblr apk from Play Store https://play.google.com/store/apps/details?id=com.tumblr 2. public void testLogin() {
if (solo.waitForText("Log in")) {
solo.clickOnButton(1);
}
}
3. Run test and then manually launch app to initiate the testing. What is the expected output? What do you see instead? Expecting a button to be clicked after first screen shows a "Log in" button. What version of the product are you using? On what operating system? Robotium 4.0, Android 2.3.4 (API 10), OS X Mountain Lion 10.8.2 Please provide any additional information below. Complete RobotTumblr.java test code and AndroidManifest.xml attached.
Test uses solo = new Solo(getInstrumentation()); so it will NOT launch the app automatically.
(This is due to some other issue where it does not recognize the activity for APKs if JUnit starts the app via solo = new Solo(getInstrumentation(), getActivity());)
**Attachment:** [RobotTumblr.java AndroidManifest.xml](http://code.google.com/p/robotium/issues/detail?id=403)
_Original issue: http://code.google.com/p/robotium/issues/detail?id=403_ | 1.0 | NullPointerException while testing APK - _From [valentin...@gmail.com](https://code.google.com/u/106145933394766715411/) on March 06, 2013 08:26:24_
What steps will reproduce the problem? 1. install re-signed Tumblr apk from Play Store https://play.google.com/store/apps/details?id=com.tumblr 2. public void testLogin() {
if (solo.waitForText("Log in")) {
solo.clickOnButton(1);
}
}
3. Run test and then manually launch app to initiate the testing. What is the expected output? What do you see instead? Expecting a button to be clicked after first screen shows a "Log in" button. What version of the product are you using? On what operating system? Robotium 4.0, Android 2.3.4 (API 10), OS X Mountain Lion 10.8.2 Please provide any additional information below. Complete RobotTumblr.java test code and AndroidManifest.xml attached.
Test uses solo = new Solo(getInstrumentation()); so it will NOT launch the app automatically.
(This is due to some other issue where it does not recognize the activity for APKs if JUnit starts the app via solo = new Solo(getInstrumentation(), getActivity());)
**Attachment:** [RobotTumblr.java AndroidManifest.xml](http://code.google.com/p/robotium/issues/detail?id=403)
_Original issue: http://code.google.com/p/robotium/issues/detail?id=403_ | priority | nullpointerexception while testing apk from on march what steps will reproduce the problem install re signed tumblr apk from play store public void testlogin if solo waitfortext log in solo clickonbutton run test and then manually launch app to initiate the testing what is the expected output what do you see instead expecting a button to be clicked after first screen shows a log in button what version of the product are you using on what operating system robotium android api os x mountain lion please provide any additional information below complete robottumblr java test code and androidmanifest xml attached test uses solo new solo getinstrumentation so it will not launch the app automatically this is due to some other issue where it does not recognize the activity for apks if junit starts the app via solo new solo getinstrumentation getactivity attachment original issue | 1 |
747,426 | 26,083,653,552 | IssuesEvent | 2022-12-25 19:40:45 | bounswe/bounswe2022group2 | https://api.github.com/repos/bounswe/bounswe2022group2 | closed | Frontend: Backend Connection for Getting Events on Learning Space Page | priority-medium Status: Completed front-end back-connection | ### Issue Description
The implementation of the event feature for the learning space page has been completed, but the necessary backend integration has yet to be implemented in order to facilitate the sending of requests for the retrieval of events.
Specifically, it is necessary to establish a connection with the backend service in order to facilitate the submission of GET requests to retrieve existing events from the database.
In order to ensure the functionality of this feature, it is imperative that the backend integration is implemented in a technically sound manner, adhering to proper coding practices and standards. It is my duty to accomplish this task as described above.
### Step Details
Steps that will be performed:
- [x] Determine request model
- [x] Determine response model
- [x] Determine functions needed
- [x] Add these function calls to proper places in code
- [x] Test the connection
### Final Actions
I will create a branch from the frontend development branch to address this specific issue. After completing all of the above activities, I will generate a pull request in accordance with the issue. I will be committing the modifications to that branch throughout the development phase. This issue will be resolved once the PR is accepted and integrated into our development branch.
### Deadline of the Issue
25.12.2022 - Sunday - 21.59
### Reviewer
Mehmet Gökay Yıldız
### Deadline for the Review
25.12.2022 - Sunday - 23.59 | 1.0 | Frontend: Backend Connection for Getting Events on Learning Space Page - ### Issue Description
The implementation of the event feature for the learning space page has been completed, but the necessary backend integration has yet to be implemented in order to facilitate the sending of requests for the retrieval of events.
Specifically, it is necessary to establish a connection with the backend service in order to facilitate the submission of GET requests to retrieve existing events from the database.
In order to ensure the functionality of this feature, it is imperative that the backend integration is implemented in a technically sound manner, adhering to proper coding practices and standards. It is my duty to accomplish this task as described above.
### Step Details
Steps that will be performed:
- [x] Determine request model
- [x] Determine response model
- [x] Determine functions needed
- [x] Add these function calls to proper places in code
- [x] Test the connection
### Final Actions
I will create a branch from the frontend development branch to address this specific issue. After completing all of the above activities, I will generate a pull request in accordance with the issue. I will be committing the modifications to that branch throughout the development phase. This issue will be resolved once the PR is accepted and integrated into our development branch.
### Deadline of the Issue
25.12.2022 - Sunday - 21.59
### Reviewer
Mehmet Gökay Yıldız
### Deadline for the Review
25.12.2022 - Sunday - 23.59 | priority | frontend backend connection for getting events on learning space page issue description the implementation of the event feature for the learning space page has been completed but the necessary backend integration has yet to be implemented in order to facilitate the sending of requests for the retrieval of events specifically it is necessary to establish a connection with the backend service in order to facilitate the submission of get requests to retrieve existing events from the database in order to ensure the functionality of this feature it is imperative that the backend integration is implemented in a technically sound manner adhering to proper coding practices and standards it is my duty to accomplish this task as described above step details steps that will be performed determine request model determine response model determine functions needed add these function calls to proper places in code test the connection final actions i will create a branch from the frontend development branch to address this specific issue after completing all of the above activities i will generate a pull request in accordance with the issue i will be committing the modifications to that branch throughout the development phase this issue will be resolved once the pr is accepted and integrated into our development branch deadline of the issue sunday reviewer mehmet gökay yıldız deadline for the review sunday | 1 |
214,795 | 7,276,862,496 | IssuesEvent | 2018-02-21 17:35:33 | geoff-maddock/events-tracker | https://api.github.com/repos/geoff-maddock/events-tracker | opened | Add FB callback to import cover image | medium priority | After a FB event has been imported, add a callback that will make a second call to the API to get the image and save. May want to have that fire only "on save" of the event in the case that there IS a valid FB link and there is no image yet associated with the event. | 1.0 | Add FB callback to import cover image - After a FB event has been imported, add a callback that will make a second call to the API to get the image and save. May want to have that fire only "on save" of the event in the case that there IS a valid FB link and there is no image yet associated with the event. | priority | add fb callback to import cover image after a fb event has been imported add a callback that will make a second call to the api to get the image and save may want to have that fire only on save of the event in the case that there is a valid fb link and there is no image yet associated with the event | 1 |
460,590 | 13,213,440,989 | IssuesEvent | 2020-08-16 12:48:50 | netdata/netdata | https://api.github.com/repos/netdata/netdata | closed | High CPU usage by netdata after upgrade from 1.23 to 1.24 | bug ebpf priority/medium | <!--
When creating a bug report please:
- Verify first that your issue is not already reported on GitHub.
- Test if the latest release and master branch are affected too.
-->
##### Bug report summary
High CPU usage by netdata after upgrade from 1.23 to 1.24 (stable channel). Top show that ebpf.plugin is responsible for this.
##### OS / Environment
Ubuntu Server 18.04.5 LTS
Netdata installed via bash <(curl -Ss https://my-netdata.io/kickstart.sh) --no-updates --stable-channel
##### Netdata version
v1.24.0
##### Component Name
ebpf.plugin
##### Steps To Reproduce
Screen from prometheus shows increased usage of CPU by netdata after upgrade to 1.24. After netdata service restart, it's better for a moment but after some time CPU usage is high again.
##### Expected behavior
CPU usage was lower before upgrade to 1.24


| 1.0 | High CPU usage by netdata after upgrade from 1.23 to 1.24 - <!--
When creating a bug report please:
- Verify first that your issue is not already reported on GitHub.
- Test if the latest release and master branch are affected too.
-->
##### Bug report summary
High CPU usage by netdata after upgrade from 1.23 to 1.24 (stable channel). Top show that ebpf.plugin is responsible for this.
##### OS / Environment
Ubuntu Server 18.04.5 LTS
Netdata installed via bash <(curl -Ss https://my-netdata.io/kickstart.sh) --no-updates --stable-channel
##### Netdata version
v1.24.0
##### Component Name
ebpf.plugin
##### Steps To Reproduce
Screen from prometheus shows increased usage of CPU by netdata after upgrade to 1.24. After netdata service restart, it's better for a moment but after some time CPU usage is high again.
##### Expected behavior
CPU usage was lower before upgrade to 1.24


| priority | high cpu usage by netdata after upgrade from to when creating a bug report please verify first that your issue is not already reported on github test if the latest release and master branch are affected too bug report summary high cpu usage by netdata after upgrade from to stable channel top show that ebpf plugin is responsible for this os environment ubuntu server lts netdata installed via bash curl ss no updates stable channel netdata version component name ebpf plugin steps to reproduce screen from prometheus shows increased usage of cpu by netdata after upgrade to after netdata service restart it s better for a moment but after some time cpu usage is high again expected behavior cpu usage was lower before upgrade to | 1 |
506,965 | 14,677,122,597 | IssuesEvent | 2020-12-30 22:13:41 | Baystation12/Baystation12 | https://api.github.com/repos/Baystation12/Baystation12 | opened | Certain selections for lunchbox contents in loadout fail to spawn | Bug :bug: Could Reproduce :bug: Priority: Medium | #### Description of issue
Certain selections for lunchbox contents in the loadout section fail to spawn and dump a debug log indicating an invalid index. This _appears_ to be caused by items that have the `\improper` tag in their name.
Confirmed to be happening with the following items:
- Space Mountain Wind
- Luna Cakes
#### Difference between expected and actual behavior
Selectable loadout items should spawn reliably and not spam debug logs.
#### Steps to reproduce
1. Select a lunchbox in loadout
2. Select an item such as Space Mountain Wind
3. Join the round
#### Specific information for locating
<!-- e.g. an object name, paste specific message outputs... -->
#### Length of time in which bug has been known to occur
Reportedly happening for several months (Possibly related to the json save changes)
#### Client version, Server revision & Game ID
Client Version: 513
Server Revision: 5cb7276e9c946f4387dfb9c619827d6eb91f909f - dev - 2020-12-29
Game ID: b0R-drXT
Current map: SEV Torch
#### Issue bingo
<!-- Check these by writing an x inside the [ ] (like this: [x])-->
<!-- Don't forget to remove the space between the brackets, or it won't work! -->
- [X] Issue could be reproduced at least once
- [X] Issue could be reproduced by different players
- [X] Issue could be reproduced in multiple rounds
- [X] Issue happened in a recent (less than 7 days ago) round
- [X] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
| 1.0 | Certain selections for lunchbox contents in loadout fail to spawn - #### Description of issue
Certain selections for lunchbox contents in the loadout section fail to spawn and dump a debug log indicating an invalid index. This _appears_ to be caused by items that have the `\improper` tag in their name.
Confirmed to be happening with the following items:
- Space Mountain Wind
- Luna Cakes
#### Difference between expected and actual behavior
Selectable loadout items should spawn reliably and not spam debug logs.
#### Steps to reproduce
1. Select a lunchbox in loadout
2. Select an item such as Space Mountain Wind
3. Join the round
#### Specific information for locating
<!-- e.g. an object name, paste specific message outputs... -->
#### Length of time in which bug has been known to occur
Reportedly happening for several months (Possibly related to the json save changes)
#### Client version, Server revision & Game ID
Client Version: 513
Server Revision: 5cb7276e9c946f4387dfb9c619827d6eb91f909f - dev - 2020-12-29
Game ID: b0R-drXT
Current map: SEV Torch
#### Issue bingo
<!-- Check these by writing an x inside the [ ] (like this: [x])-->
<!-- Don't forget to remove the space between the brackets, or it won't work! -->
- [X] Issue could be reproduced at least once
- [X] Issue could be reproduced by different players
- [X] Issue could be reproduced in multiple rounds
- [X] Issue happened in a recent (less than 7 days ago) round
- [X] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
| priority | certain selections for lunchbox contents in loadout fail to spawn description of issue certain selections for lunchbox contents in the loadout section fail to spawn and dump a debug log indicating an invalid index this appears to be caused by items that have the improper tag in their name confirmed to be happening with the following items space mountain wind luna cakes difference between expected and actual behavior selectable loadout items should spawn reliably and not spam debug logs steps to reproduce select a lunchbox in loadout select an item such as space mountain wind join the round specific information for locating length of time in which bug has been known to occur reportedly happening for several months possibly related to the json save changes client version server revision game id client version server revision dev game id drxt current map sev torch issue bingo issue could be reproduced at least once issue could be reproduced by different players issue could be reproduced in multiple rounds issue happened in a recent less than days ago round | 1 |
191,146 | 6,826,266,110 | IssuesEvent | 2017-11-08 13:35:53 | CS2103AUG2017-T13-B2/main | https://api.github.com/repos/CS2103AUG2017-T13-B2/main | closed | As a user, I can add Birthdays to each contact | enhancement priority.medium | so that I will be able to remember their birthday and wish them. | 1.0 | As a user, I can add Birthdays to each contact - so that I will be able to remember their birthday and wish them. | priority | as a user i can add birthdays to each contact so that i will be able to remember their birthday and wish them | 1 |
9,161 | 2,607,928,699 | IssuesEvent | 2015-02-26 00:25:46 | chrsmithdemos/minify | https://api.github.com/repos/chrsmithdemos/minify | opened | Move to autoloading instead of require_once | auto-migrated Maintainability Priority-Medium Type-Enhancement Usability | ```
Good reasons are given in the PEAR2 standards wiki:
http://wiki.pear.php.net/index.php/PEAR2_Standards#Introduction
http://wiki.pear.php.net/index.php/
PEAR2_Standards#use_of_include.2Frequire.2Frequire_once.2Finclude_once_not_allow
ed
Steps:
* copy trunk to branch "autoload"
* remove all require* used to load classes
* create Minify/autoload.php
* register function in min/index.php
* ab test comparison to trunk
* fix unit tests/extras
* merge to trunk
```
-----
Original issue reported on code.google.com by `mrclay....@gmail.com` on 7 Oct 2008 at 6:52 | 1.0 | Move to autoloading instead of require_once - ```
Good reasons are given in the PEAR2 standards wiki:
http://wiki.pear.php.net/index.php/PEAR2_Standards#Introduction
http://wiki.pear.php.net/index.php/
PEAR2_Standards#use_of_include.2Frequire.2Frequire_once.2Finclude_once_not_allow
ed
Steps:
* copy trunk to branch "autoload"
* remove all require* used to load classes
* create Minify/autoload.php
* register function in min/index.php
* ab test comparison to trunk
* fix unit tests/extras
* merge to trunk
```
-----
Original issue reported on code.google.com by `mrclay....@gmail.com` on 7 Oct 2008 at 6:52 | priority | move to autoloading instead of require once good reasons are given in the standards wiki standards use of include once once not allow ed steps copy trunk to branch autoload remove all require used to load classes create minify autoload php register function in min index php ab test comparison to trunk fix unit tests extras merge to trunk original issue reported on code google com by mrclay gmail com on oct at | 1 |
250,604 | 7,979,011,777 | IssuesEvent | 2018-07-17 20:14:59 | Bro-Time/Bro-Time-Server | https://api.github.com/repos/Bro-Time/Bro-Time-Server | closed | Remove Area Loading | Priority: Medium change | > No one uses them, with the addition of shards, they won't consistently run for every guild, and people don't seem to understand that they will always run for a guild or non-guild channel.
With the removal of the legacy data object, only a single area loader will remain (names.js; sets the nickname of the bot based on the current guild). This last area loader can easily be replaced with a regular loader. With the lack of benefits area loaders provide, they will be removed entirely. | 1.0 | Remove Area Loading - > No one uses them, with the addition of shards, they won't consistently run for every guild, and people don't seem to understand that they will always run for a guild or non-guild channel.
With the removal of the legacy data object, only a single area loader will remain (names.js; sets the nickname of the bot based on the current guild). This last area loader can easily be replaced with a regular loader. With the lack of benefits area loaders provide, they will be removed entirely. | priority | remove area loading no one uses them with the addition of shards they won t consistently run for every guild and people don t seem to understand that they will always run for a guild or non guild channel with the removal of the legacy data object only a single area loader will remain names js sets the nickname of the bot based on the current guild this last area loader can easily be replaced with a regular loader with the lack of benefits area loaders provide they will be removed entirely | 1 |
426,695 | 12,378,061,305 | IssuesEvent | 2020-05-19 10:02:04 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | [ISSUE]scim2 patch user is returning wrong error message | Affected/5.8.0 Complexity/Medium Component/SCIM Priority/High Type/Bug WUM | **Describe the issue:**
When password history feature enabled SCIM Patch request to update the user's password giving the following response which has a generic error message.
`{"schemas":["urn:ietf:params:scim:api:messages:2.0:Error"],"detail":"Error while updating attributes of user: nilasini","status":"500"}`
But int he console could able to see a detailed error message
Caused by: org.wso2.carbon.user.core.UserStoreException: This password has been used in recent history. Please choose a different password
**How to reproduce:**
1. Enable password history feature
2. Add a user
3. Send a SCIM patch request to update the password exceeding the password history count
**Expected behavior:**
SCIM response should have a detailed error message like "This password has been used in recent history. Please choose a different password"
**Environment information** (_Please complete the following information; remove any unnecessary fields_) **:**
- Product Version: IS 5.8.0
- OS: Linux
- Database: H2
- Userstore: LDAP
---
### Optional Fields
**Related issues:**
<!-- Any related issues from this/other repositories-->
**Suggested labels:**
<!-- Only to be used by non-members -->
| 1.0 | [ISSUE]scim2 patch user is returning wrong error message - **Describe the issue:**
When password history feature enabled SCIM Patch request to update the user's password giving the following response which has a generic error message.
`{"schemas":["urn:ietf:params:scim:api:messages:2.0:Error"],"detail":"Error while updating attributes of user: nilasini","status":"500"}`
But int he console could able to see a detailed error message
Caused by: org.wso2.carbon.user.core.UserStoreException: This password has been used in recent history. Please choose a different password
**How to reproduce:**
1. Enable password history feature
2. Add a user
3. Send a SCIM patch request to update the password exceeding the password history count
**Expected behavior:**
SCIM response should have a detailed error message like "This password has been used in recent history. Please choose a different password"
**Environment information** (_Please complete the following information; remove any unnecessary fields_) **:**
- Product Version: IS 5.8.0
- OS: Linux
- Database: H2
- Userstore: LDAP
---
### Optional Fields
**Related issues:**
<!-- Any related issues from this/other repositories-->
**Suggested labels:**
<!-- Only to be used by non-members -->
| priority | patch user is returning wrong error message describe the issue when password history feature enabled scim patch request to update the user s password giving the following response which has a generic error message schemas detail error while updating attributes of user nilasini status but int he console could able to see a detailed error message caused by org carbon user core userstoreexception this password has been used in recent history please choose a different password how to reproduce enable password history feature add a user send a scim patch request to update the password exceeding the password history count expected behavior scim response should have a detailed error message like this password has been used in recent history please choose a different password environment information please complete the following information remove any unnecessary fields product version is os linux database userstore ldap optional fields related issues suggested labels | 1 |
649,660 | 21,317,069,284 | IssuesEvent | 2022-04-16 13:16:17 | dita-ot/dita-ot | https://api.github.com/repos/dita-ot/dita-ot | closed | copy-to with missing file causes java.lang.NullPointerException | bug priority/medium stale | ## Expected Behavior
A concise error message should be output in this situation.
## Actual Behavior
**Error: java.lang.NullPointerException** is thrown and naturally the transformation fails
## Steps to Reproduce
See the example 'copyimage' in #2486
<!-- Test case, Gist, set of files or steps required to reproduce the issue. -->
1. Rename the `test.dita` file to something else.
2. Run transformation
<!-- Create a Gist via <https://gist.github.com/> to upload your test files. -->
<!-- Link to the Gist from the issue or attach a .zip archive of your files. -->
## Environment
We are using dita-ot v2.5.4 with the [oXygen WebHelp](https://www.oxygenxml.com/xml_webhelp/download_oxygenxml_webhelp.html?os=DITAOT) transformation.
* DITA-OT version: 2.5.4
* Operating system and version:
_Linux and Windows_
* How did you run DITA-OT?
_`dita` command_
* Transformation type:
_oXygen WebHelp_
<!--
Before submitting, check the Preview tab above to verify the XML markup appears
correctly and remember you can edit the description later to add information.
-->
| 1.0 | copy-to with missing file causes java.lang.NullPointerException - ## Expected Behavior
A concise error message should be output in this situation.
## Actual Behavior
**Error: java.lang.NullPointerException** is thrown and naturally the transformation fails
## Steps to Reproduce
See the example 'copyimage' in #2486
<!-- Test case, Gist, set of files or steps required to reproduce the issue. -->
1. Rename the `test.dita` file to something else.
2. Run transformation
<!-- Create a Gist via <https://gist.github.com/> to upload your test files. -->
<!-- Link to the Gist from the issue or attach a .zip archive of your files. -->
## Environment
We are using dita-ot v2.5.4 with the [oXygen WebHelp](https://www.oxygenxml.com/xml_webhelp/download_oxygenxml_webhelp.html?os=DITAOT) transformation.
* DITA-OT version: 2.5.4
* Operating system and version:
_Linux and Windows_
* How did you run DITA-OT?
_`dita` command_
* Transformation type:
_oXygen WebHelp_
<!--
Before submitting, check the Preview tab above to verify the XML markup appears
correctly and remember you can edit the description later to add information.
-->
| priority | copy to with missing file causes java lang nullpointerexception expected behavior a concise error message should be output in this situation actual behavior error java lang nullpointerexception is thrown and naturally the transformation fails steps to reproduce see the example copyimage in rename the test dita file to something else run transformation environment we are using dita ot with the transformation dita ot version operating system and version linux and windows how did you run dita ot dita command transformation type oxygen webhelp before submitting check the preview tab above to verify the xml markup appears correctly and remember you can edit the description later to add information | 1 |
30,269 | 2,723,322,643 | IssuesEvent | 2015-04-14 11:46:40 | CruxFramework/crux-widgets | https://api.github.com/repos/CruxFramework/crux-widgets | closed | GWT SimpleRadioButton does not work at Crux | bug GwtWidgetLibrary imported Milestone-2.1.0 Priority-Medium | _From [tr_busta...@yahoo.com.br](https://code.google.com/u/115454294030253308352/) on March 12, 2010 16:03:48_
What steps will reproduce the problem? 1. creates any page with a simpleRadioButton What is the expected output? What do you see instead? The simpleRadioButtonFactory has an error on its contructor, that makes
RegisteredWidgetFactories generator fail.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=29_ | 1.0 | GWT SimpleRadioButton does not work at Crux - _From [tr_busta...@yahoo.com.br](https://code.google.com/u/115454294030253308352/) on March 12, 2010 16:03:48_
What steps will reproduce the problem? 1. creates any page with a simpleRadioButton What is the expected output? What do you see instead? The simpleRadioButtonFactory has an error on its contructor, that makes
RegisteredWidgetFactories generator fail.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=29_ | priority | gwt simpleradiobutton does not work at crux from on march what steps will reproduce the problem creates any page with a simpleradiobutton what is the expected output what do you see instead the simpleradiobuttonfactory has an error on its contructor that makes registeredwidgetfactories generator fail original issue | 1 |
544,532 | 15,894,350,875 | IssuesEvent | 2021-04-11 10:01:25 | AY2021S2-CS2113T-W09-4/tp | https://api.github.com/repos/AY2021S2-CS2113T-W09-4/tp | closed | [PE-D] Help Function | priority.Medium type.Enhancement | **Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**<hr>
You order the list of all the commands in the helper function. This would be easier for the user to see how many features there are and also can easily spot out the clear differences. I understand that new lines were used but this would be better if the numbering can be added as well.

<!--session: 1617439594078-bf1757e3-f230-47f4-9c65-6823451d57df-->
-------------
Labels: `severity.Low` `type.FeatureFlaw`
original: nagiteja/ped#6 | 1.0 | [PE-D] Help Function - **Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**<hr>
You order the list of all the commands in the helper function. This would be easier for the user to see how many features there are and also can easily spot out the clear differences. I understand that new lines were used but this would be better if the numbering can be added as well.

<!--session: 1617439594078-bf1757e3-f230-47f4-9c65-6823451d57df-->
-------------
Labels: `severity.Low` `type.FeatureFlaw`
original: nagiteja/ped#6 | priority | help function note from the teaching team this bug was reported during the part ii evaluating documents stage of the pe you may reject this bug if it is not related to the quality of documentation you order the list of all the commands in the helper function this would be easier for the user to see how many features there are and also can easily spot out the clear differences i understand that new lines were used but this would be better if the numbering can be added as well labels severity low type featureflaw original nagiteja ped | 1 |
77,050 | 3,506,256,116 | IssuesEvent | 2016-01-08 05:00:52 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | [Minion] Succubus (BB #110) | migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:**
**Original Date:** 17.04.2010 07:49:38 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/110
<hr>
When you're fighting with Succubus and you kill a mob, succubus stays like she would be in combat still, same when you use seduction, she won't combat reset. Other minions works fine ;) | 1.0 | [Minion] Succubus (BB #110) - This issue was migrated from bitbucket.
**Original Reporter:**
**Original Date:** 17.04.2010 07:49:38 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/110
<hr>
When you're fighting with Succubus and you kill a mob, succubus stays like she would be in combat still, same when you use seduction, she won't combat reset. Other minions works fine ;) | priority | succubus bb this issue was migrated from bitbucket original reporter original date gmt original priority major original type bug original state resolved direct link when you re fighting with succubus and you kill a mob succubus stays like she would be in combat still same when you use seduction she won t combat reset other minions works fine | 1 |
548,744 | 16,075,002,012 | IssuesEvent | 2021-04-25 07:10:16 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.4 Develop-254]Food Tutorial: Food Pie Chart animation expands the Pie instead of shrinking it | Category: UI Priority: Medium Regression Squad: Wild Turkey Type: Bug | Build: 0.9.4 Develop-254
## Issue
During the Food Pie Chart introduction where the Pie is supposed to shrink when calorie is mentioned, just before the start of the Food tutorial, expands the Pie instead.
### Repro
1. Complete tutorials until Food tutorial.
2. Observe the introduction of the Food Pie.
### Actual Result

### Expected Result:

| 1.0 | [0.9.4 Develop-254]Food Tutorial: Food Pie Chart animation expands the Pie instead of shrinking it - Build: 0.9.4 Develop-254
## Issue
During the Food Pie Chart introduction where the Pie is supposed to shrink when calorie is mentioned, just before the start of the Food tutorial, expands the Pie instead.
### Repro
1. Complete tutorials until Food tutorial.
2. Observe the introduction of the Food Pie.
### Actual Result

### Expected Result:

| priority | food tutorial food pie chart animation expands the pie instead of shrinking it build develop issue during the food pie chart introduction where the pie is supposed to shrink when calorie is mentioned just before the start of the food tutorial expands the pie instead repro complete tutorials until food tutorial observe the introduction of the food pie actual result expected result | 1 |
369,572 | 10,914,915,493 | IssuesEvent | 2019-11-21 10:07:26 | codecampleipzig/communic | https://api.github.com/repos/codecampleipzig/communic | opened | Bug: Project Card - Longer project description makes the card longer which breaks the design | @frontend page: home priority: medium type: bug | **Actual Result**: If the list of projects shown in project cards on Home contains a project with longer project description, this makes that card longer and breaks the look and feel of the page.
**Suggestion**: Limit the number of characters to be shown as Project Description or fix the project card height.

| 1.0 | Bug: Project Card - Longer project description makes the card longer which breaks the design - **Actual Result**: If the list of projects shown in project cards on Home contains a project with longer project description, this makes that card longer and breaks the look and feel of the page.
**Suggestion**: Limit the number of characters to be shown as Project Description or fix the project card height.

| priority | bug project card longer project description makes the card longer which breaks the design actual result if the list of projects shown in project cards on home contains a project with longer project description this makes that card longer and breaks the look and feel of the page suggestion limit the number of characters to be shown as project description or fix the project card height | 1 |
357,178 | 10,603,219,999 | IssuesEvent | 2019-10-10 15:34:29 | wevote/WeVoteServer | https://api.github.com/repos/wevote/WeVoteServer | closed | Admin Display: Organization Account Settings | Difficulty: Medium Priority 1 | Recently we added several new fields (see Organization in WeVoteServer/organization/models.py) that need to be displayed in our admin interface:

This is an example of how administrators can currently see Organization Data:
https://api.wevoteusa.org/org/1129/pos/
<img width="676" alt="Screen Shot 2019-07-23 at 1 57 46 PM" src="https://user-images.githubusercontent.com/7756031/61747178-28815980-ad52-11e9-8251-96a8b018426f.png">
Please put the current fields in the left column of a two column table (on the "1000 Friends Action Fund: Position List" page). Then add these new values (that start with "chosen_") into the right-most column of this new table.
This is the template file to update: WeVoteServer/templates/organization/organization_position_list.html
Look for "organization_position_list_view" in this view file: WeVoteServer/organization/views_admin.py
The existing "Edit 100 Friends Action Fund" button opens "organization_edit_view" and also uses "organization_edit_process_view" in WeVoteServer/organization/views_admin.py
"organization_edit_view" uses this template: WeVoteServer/templates/organization/organization_edit.html
Please add a button to "Edit Client-Configured Values" that opens the following pages that parallel the "organization_edit" pages above with:
organization_edit_account_view
organization_edit_account.html
organization_edit_account_process_view
| 1.0 | Admin Display: Organization Account Settings - Recently we added several new fields (see Organization in WeVoteServer/organization/models.py) that need to be displayed in our admin interface:

This is an example of how administrators can currently see Organization Data:
https://api.wevoteusa.org/org/1129/pos/
<img width="676" alt="Screen Shot 2019-07-23 at 1 57 46 PM" src="https://user-images.githubusercontent.com/7756031/61747178-28815980-ad52-11e9-8251-96a8b018426f.png">
Please put the current fields in the left column of a two column table (on the "1000 Friends Action Fund: Position List" page). Then add these new values (that start with "chosen_") into the right-most column of this new table.
This is the template file to update: WeVoteServer/templates/organization/organization_position_list.html
Look for "organization_position_list_view" in this view file: WeVoteServer/organization/views_admin.py
The existing "Edit 100 Friends Action Fund" button opens "organization_edit_view" and also uses "organization_edit_process_view" in WeVoteServer/organization/views_admin.py
"organization_edit_view" uses this template: WeVoteServer/templates/organization/organization_edit.html
Please add a button to "Edit Client-Configured Values" that opens the following pages that parallel the "organization_edit" pages above with:
organization_edit_account_view
organization_edit_account.html
organization_edit_account_process_view
| priority | admin display organization account settings recently we added several new fields see organization in wevoteserver organization models py that need to be displayed in our admin interface this is an example of how administrators can currently see organization data img width alt screen shot at pm src please put the current fields in the left column of a two column table on the friends action fund position list page then add these new values that start with chosen into the right most column of this new table this is the template file to update wevoteserver templates organization organization position list html look for organization position list view in this view file wevoteserver organization views admin py the existing edit friends action fund button opens organization edit view and also uses organization edit process view in wevoteserver organization views admin py organization edit view uses this template wevoteserver templates organization organization edit html please add a button to edit client configured values that opens the following pages that parallel the organization edit pages above with organization edit account view organization edit account html organization edit account process view | 1 |
102,577 | 4,156,923,592 | IssuesEvent | 2016-06-16 19:34:33 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | [Bug] Talent Improved Mend Pet (BB #782) | Migrated from BitBucket Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** Alex_Step
**Original Date:** 13.01.2015 09:14:58 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** open
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/782
<hr>
Hunter talent [Improved Mend Pet] - http://tbc.wowroad.info/?spell=19573
Reduces the mana cost of your Mend Pet spell by 20% and gives the Mend Pet spell a 50% chance of cleansing 1 Curse, Disease, Magic or Poison effect** from the pet each tick.**
Bug: 50% chance ofcleansing triggered only when overlaying effect, but the ticks do not have triggers. | 1.0 | [Bug] Talent Improved Mend Pet (BB #782) - This issue was migrated from bitbucket.
**Original Reporter:** Alex_Step
**Original Date:** 13.01.2015 09:14:58 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** open
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/782
<hr>
Hunter talent [Improved Mend Pet] - http://tbc.wowroad.info/?spell=19573
Reduces the mana cost of your Mend Pet spell by 20% and gives the Mend Pet spell a 50% chance of cleansing 1 Curse, Disease, Magic or Poison effect** from the pet each tick.**
Bug: 50% chance ofcleansing triggered only when overlaying effect, but the ticks do not have triggers. | priority | talent improved mend pet bb this issue was migrated from bitbucket original reporter alex step original date gmt original priority major original type bug original state open direct link hunter talent reduces the mana cost of your mend pet spell by and gives the mend pet spell a chance of cleansing curse disease magic or poison effect from the pet each tick bug chance ofcleansing triggered only when overlaying effect but the ticks do not have triggers | 1 |
284,610 | 8,744,439,921 | IssuesEvent | 2018-12-12 22:15:26 | ilmtest/search-engine | https://api.github.com/repos/ilmtest/search-engine | opened | Add a "Transaction" checkbox in /library | feature priority/medium usability user-interface | When it's turned on, popup box will take in source URL as input. And each except that gets created will use that URL so the user doesn't have to keep putting it in. | 1.0 | Add a "Transaction" checkbox in /library - When it's turned on, popup box will take in source URL as input. And each except that gets created will use that URL so the user doesn't have to keep putting it in. | priority | add a transaction checkbox in library when it s turned on popup box will take in source url as input and each except that gets created will use that url so the user doesn t have to keep putting it in | 1 |
534,322 | 15,614,322,021 | IssuesEvent | 2021-03-19 17:36:23 | nlpsandbox/nlpsandbox | https://api.github.com/repos/nlpsandbox/nlpsandbox | opened | Review alternative solutions for creating mailing list | Enhancement Priority: Medium | We are currently using two Synapse teams: one for communication (mailing list) and one for users who have accepted the *latest* version of the project rules.
An alternative solution could make it easier for visitors to join/leave the mailing list (e.g. would not require a Synapse account). | 1.0 | Review alternative solutions for creating mailing list - We are currently using two Synapse teams: one for communication (mailing list) and one for users who have accepted the *latest* version of the project rules.
An alternative solution could make it easier for visitors to join/leave the mailing list (e.g. would not require a Synapse account). | priority | review alternative solutions for creating mailing list we are currently using two synapse teams one for communication mailing list and one for users who have accepted the latest version of the project rules an alternative solution could make it easier for visitors to join leave the mailing list e g would not require a synapse account | 1 |
618,866 | 19,489,303,792 | IssuesEvent | 2021-12-27 01:21:35 | CaptureCoop/SnipSniper | https://api.github.com/repos/CaptureCoop/SnipSniper | opened | Directly open a plain full size image when opening the editor via the tray-icon | enhancement Medium Priority High Priority for: Editor | Directly open a plain full size image when opening the editor via right click on the tray-icon. | 2.0 | Directly open a plain full size image when opening the editor via the tray-icon - Directly open a plain full size image when opening the editor via right click on the tray-icon. | priority | directly open a plain full size image when opening the editor via the tray icon directly open a plain full size image when opening the editor via right click on the tray icon | 1 |
781,392 | 27,436,203,537 | IssuesEvent | 2023-03-02 07:39:01 | Earthcomputer/multiconnect | https://api.github.com/repos/Earthcomputer/multiconnect | closed | [1.12.2] Using BlockItems on blocks in adventure mode does not send an item use to the server | bug priority: medium | When pointing any item at a block, the client does not send data about the use of the item to the server.
It is also impossible to click on the signs.
How it should be: [[Demo]](https://youtu.be/cGP0IBsW0FA)
What we have: [[Demo]](https://youtu.be/Q8GNxaBi198) | 1.0 | [1.12.2] Using BlockItems on blocks in adventure mode does not send an item use to the server - When pointing any item at a block, the client does not send data about the use of the item to the server.
It is also impossible to click on the signs.
How it should be: [[Demo]](https://youtu.be/cGP0IBsW0FA)
What we have: [[Demo]](https://youtu.be/Q8GNxaBi198) | priority | using blockitems on blocks in adventure mode does not send an item use to the server when pointing any item at a block the client does not send data about the use of the item to the server it is also impossible to click on the signs how it should be what we have | 1 |
77,098 | 3,506,260,641 | IssuesEvent | 2016-01-08 05:03:38 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | % regg foods (BB #159) | migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** niyo
**Original Date:** 27.05.2010 16:01:36 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/159
<hr>
You can stack the procentual regeneration food with every other food and drinks
for example you can eat 2 % regg foods + 1 drink + 1 eat
These are the items:
http://www.wowhead.com/item=21215
http://www.wowhead.com/item=21537
see http://www.oregoncore.com/index.php?/topic/309-regg-foods/ | 1.0 | % regg foods (BB #159) - This issue was migrated from bitbucket.
**Original Reporter:** niyo
**Original Date:** 27.05.2010 16:01:36 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/159
<hr>
You can stack the procentual regeneration food with every other food and drinks
for example you can eat 2 % regg foods + 1 drink + 1 eat
These are the items:
http://www.wowhead.com/item=21215
http://www.wowhead.com/item=21537
see http://www.oregoncore.com/index.php?/topic/309-regg-foods/ | priority | regg foods bb this issue was migrated from bitbucket original reporter niyo original date gmt original priority major original type bug original state resolved direct link you can stack the procentual regeneration food with every other food and drinks for example you can eat regg foods drink eat these are the items see | 1 |
374,782 | 11,095,342,719 | IssuesEvent | 2019-12-16 08:53:56 | WollMux/WollMux | https://api.github.com/repos/WollMux/WollMux | closed | WollMux Mailmerge | OpSys-All Priority-Medium bug imported | _From [Ulrich.K...@muenchen.de](https://code.google.com/u/107907912599209337698/) on August 28, 2013 10:04:33_
1. Suppose you have a duplex-printer, which is configured to print duplex.
2. create a new writer file
3. goto WollMux-Mailmerge-> Datenquelle and select a Calc-file with
more than an adress.
4. insert some mailmerge fields into the document
5. press "Drucken"
6. choose "Direkt drucken"
7. select the duplex printer, and press the "Properties" button of the
printer.
8. Select Duplex->none.
9. Print
The output is double-sided, although you chose non-duplex print.
WollMux version is 13.8 rev 2049, LO 3.6.4
_Original issue: http://code.google.com/p/wollmux/issues/detail?id=22_
| 1.0 | WollMux Mailmerge - _From [Ulrich.K...@muenchen.de](https://code.google.com/u/107907912599209337698/) on August 28, 2013 10:04:33_
1. Suppose you have a duplex-printer, which is configured to print duplex.
2. create a new writer file
3. goto WollMux-Mailmerge-> Datenquelle and select a Calc-file with
more than an adress.
4. insert some mailmerge fields into the document
5. press "Drucken"
6. choose "Direkt drucken"
7. select the duplex printer, and press the "Properties" button of the
printer.
8. Select Duplex->none.
9. Print
The output is double-sided, although you chose non-duplex print.
WollMux version is 13.8 rev 2049, LO 3.6.4
_Original issue: http://code.google.com/p/wollmux/issues/detail?id=22_
| priority | wollmux mailmerge from on august suppose you have a duplex printer which is configured to print duplex create a new writer file goto wollmux mailmerge datenquelle and select a calc file with more than an adress insert some mailmerge fields into the document press drucken choose direkt drucken select the duplex printer and press the properties button of the printer select duplex none print the output is double sided although you chose non duplex print wollmux version is rev lo original issue | 1 |
234,314 | 7,719,671,617 | IssuesEvent | 2018-05-23 20:13:00 | cilium/cilium | https://api.github.com/repos/cilium/cilium | opened | Property mismatch in /sys/fs/bpf/tc/globals/cilium_metrics | priority/medium | ```
May 23 19:26:06 runtime cilium-agent[2513]: level=debug msg="writing configuration" file-path=netdev_config.h
May 23 19:26:07 runtime cilium-map-migrate[2924]: Property mismatch in /sys/fs/bpf/tc/globals/cilium_metrics, migrating node to /sys/fs/bpf/tc/globals/cilium_metrics:pending!
May 23 19:26:07 runtime cilium-agent[2513]: level=debug msg="Checking local routes for conflicts..."
```
Usually the above means a mismatch between the map arguments configured in `bpf/lib/maps.h` vs. the `NewMap()` invocation in `pkg/maps/mymap/`. | 1.0 | Property mismatch in /sys/fs/bpf/tc/globals/cilium_metrics - ```
May 23 19:26:06 runtime cilium-agent[2513]: level=debug msg="writing configuration" file-path=netdev_config.h
May 23 19:26:07 runtime cilium-map-migrate[2924]: Property mismatch in /sys/fs/bpf/tc/globals/cilium_metrics, migrating node to /sys/fs/bpf/tc/globals/cilium_metrics:pending!
May 23 19:26:07 runtime cilium-agent[2513]: level=debug msg="Checking local routes for conflicts..."
```
Usually the above means a mismatch between the map arguments configured in `bpf/lib/maps.h` vs. the `NewMap()` invocation in `pkg/maps/mymap/`. | priority | property mismatch in sys fs bpf tc globals cilium metrics may runtime cilium agent level debug msg writing configuration file path netdev config h may runtime cilium map migrate property mismatch in sys fs bpf tc globals cilium metrics migrating node to sys fs bpf tc globals cilium metrics pending may runtime cilium agent level debug msg checking local routes for conflicts usually the above means a mismatch between the map arguments configured in bpf lib maps h vs the newmap invocation in pkg maps mymap | 1 |
46,072 | 2,946,515,068 | IssuesEvent | 2015-07-04 01:16:44 | CenterForOpenScience/osf.io | https://api.github.com/repos/CenterForOpenScience/osf.io | closed | [Production&Staging] Print pdf doesn't work in file rendering | 2 - ready bug: production priority - medium | ### Steps:
1. open a pdf file in osf
2. click print button on the right upper corner
### Expected:
Give me a printing page
### Actual
Nothing happens. And notice there is warning message in console

| 1.0 | [Production&Staging] Print pdf doesn't work in file rendering - ### Steps:
1. open a pdf file in osf
2. click print button on the right upper corner
### Expected:
Give me a printing page
### Actual
Nothing happens. And notice there is warning message in console

| priority | print pdf doesn t work in file rendering steps open a pdf file in osf click print button on the right upper corner expected give me a printing page actual nothing happens and notice there is warning message in console | 1 |
741,608 | 25,807,553,018 | IssuesEvent | 2022-12-11 14:52:43 | Beep6581/RawTherapee | https://api.github.com/repos/Beep6581/RawTherapee | closed | Regression? Color shift even though automatic wb is not used. | type: bug scope: color management priority: medium | First reported here: https://discuss.pixls.us/t/broken-compatibility-in-rawtherapee-5-9-greenish-tint/34031/
Raw file: https://discuss.pixls.us/uploads/short-url/yFFZBk6UDEpdd8cVjuq4l4JeHJW.ORF
Custom PP3 to check: [P5020458-test.ORF.pp3.txt](https://github.com/Beep6581/RawTherapee/files/10200395/P5020458-test.ORF.pp3.txt) (remove .txt)
I was able to confirm that a color shift is present when comparing 5.8 and 5.9. This is white balance related and I could trace it back to this commit: https://github.com/Beep6581/RawTherapee/commit/8a972bef9ef8760e8045ebee95f78ec0706d50c5.
To check:
```
git checkout 97b8918
git cherry-pick be67261d0bdeb21ffe15fe968dd5bc16edd407e0
```
The cherry-pick is to ensure RT can be linked to `jpegturbo`. Then build, load image, load pp3, export (either JPEG or TIF, doesn't matter).
If you instead checkout `8a972be` (or any later commit) and compare the image, there is a small, but noticeable color difference.
**Why is this a problem?** Well, looking at the commit, it is related to automatic white balancing. However, there is also a color difference when a manual, custom wb is used. I would not expect that to happen. I have not looked at _why_ this happens, that's the next step.
@Desmis Do you have any ideas?
| 1.0 | Regression? Color shift even though automatic wb is not used. - First reported here: https://discuss.pixls.us/t/broken-compatibility-in-rawtherapee-5-9-greenish-tint/34031/
Raw file: https://discuss.pixls.us/uploads/short-url/yFFZBk6UDEpdd8cVjuq4l4JeHJW.ORF
Custom PP3 to check: [P5020458-test.ORF.pp3.txt](https://github.com/Beep6581/RawTherapee/files/10200395/P5020458-test.ORF.pp3.txt) (remove .txt)
I was able to confirm that a color shift is present when comparing 5.8 and 5.9. This is white balance related and I could trace it back to this commit: https://github.com/Beep6581/RawTherapee/commit/8a972bef9ef8760e8045ebee95f78ec0706d50c5.
To check:
```
git checkout 97b8918
git cherry-pick be67261d0bdeb21ffe15fe968dd5bc16edd407e0
```
The cherry-pick is to ensure RT can be linked to `jpegturbo`. Then build, load image, load pp3, export (either JPEG or TIF, doesn't matter).
If you instead checkout `8a972be` (or any later commit) and compare the image, there is a small, but noticeable color difference.
**Why is this a problem?** Well, looking at the commit, it is related to automatic white balancing. However, there is also a color difference when a manual, custom wb is used. I would not expect that to happen. I have not looked at _why_ this happens, that's the next step.
@Desmis Do you have any ideas?
| priority | regression color shift even though automatic wb is not used first reported here raw file custom to check remove txt i was able to confirm that a color shift is present when comparing and this is white balance related and i could trace it back to this commit to check git checkout git cherry pick the cherry pick is to ensure rt can be linked to jpegturbo then build load image load export either jpeg or tif doesn t matter if you instead checkout or any later commit and compare the image there is a small but noticeable color difference why is this a problem well looking at the commit it is related to automatic white balancing however there is also a color difference when a manual custom wb is used i would not expect that to happen i have not looked at why this happens that s the next step desmis do you have any ideas | 1 |
185,542 | 6,724,900,500 | IssuesEvent | 2017-10-17 01:35:55 | sebnitu/BaseWeb | https://api.github.com/repos/sebnitu/BaseWeb | closed | Add chip/badge component | Area: Styles Priority: Medium Type: Component | Put together the new chips or badge component. This could be used as a way to display tags, categories, contacts, badge text (like notifications count) etc.
* [Chips in Material Design](https://material.io/guidelines/components/chips.html)
* [Badges in Bootstrap](https://getbootstrap.com/docs/4.0/components/badge/)
* [Badges in Foundation](http://foundation.zurb.com/sites/docs/badge.html)
I think the way that I would use this component is also possibly as a link or button type. But should be separate from both of those as they are styled more subtly, inline and smaller (subject to change). | 1.0 | Add chip/badge component - Put together the new chips or badge component. This could be used as a way to display tags, categories, contacts, badge text (like notifications count) etc.
* [Chips in Material Design](https://material.io/guidelines/components/chips.html)
* [Badges in Bootstrap](https://getbootstrap.com/docs/4.0/components/badge/)
* [Badges in Foundation](http://foundation.zurb.com/sites/docs/badge.html)
I think the way that I would use this component is also possibly as a link or button type. But should be separate from both of those as they are styled more subtly, inline and smaller (subject to change). | priority | add chip badge component put together the new chips or badge component this could be used as a way to display tags categories contacts badge text like notifications count etc i think the way that i would use this component is also possibly as a link or button type but should be separate from both of those as they are styled more subtly inline and smaller subject to change | 1 |
487,046 | 14,018,365,375 | IssuesEvent | 2020-10-29 16:44:41 | AY2021S1-CS2103-F09-2/tp | https://api.github.com/repos/AY2021S1-CS2103-F09-2/tp | closed | Search Investigation Case (Suspects) | priority.Medium type.Story | As an investigator, I can search for cases that have a certain suspect. | 1.0 | Search Investigation Case (Suspects) - As an investigator, I can search for cases that have a certain suspect. | priority | search investigation case suspects as an investigator i can search for cases that have a certain suspect | 1 |
497,364 | 14,368,663,189 | IssuesEvent | 2020-12-01 08:43:26 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.8.2.9] All stones go to Zero Point | Priority: Medium QA | After all the changes, the stones began to disappear at times less. But now their loss behavior has changed. Previously, they appeared on top of the surface at the same coordinates. Now, some of them (not sure that all) appear on the surface at the zero point. I guess It started from 0.8.2.8.
Example from one of more population server at this moment:

This quantity stones formed in about a day and a half.
| 1.0 | [0.8.2.9] All stones go to Zero Point - After all the changes, the stones began to disappear at times less. But now their loss behavior has changed. Previously, they appeared on top of the surface at the same coordinates. Now, some of them (not sure that all) appear on the surface at the zero point. I guess It started from 0.8.2.8.
Example from one of more population server at this moment:

This quantity stones formed in about a day and a half.
| priority | all stones go to zero point after all the changes the stones began to disappear at times less but now their loss behavior has changed previously they appeared on top of the surface at the same coordinates now some of them not sure that all appear on the surface at the zero point i guess it started from example from one of more population server at this moment this quantity stones formed in about a day and a half | 1 |
212,821 | 7,243,023,278 | IssuesEvent | 2018-02-14 10:11:13 | cms-gem-daq-project/vfatqc-python-scripts | https://api.github.com/repos/cms-gem-daq-project/vfatqc-python-scripts | closed | Feature Request: ultra scans print SCA & TTC information at the end of the scan | Priority: Medium Status: Help Wanted Type: Enhancement Type: Feature Request | <!--- Provide a general summary of the issue in the Title above -->
## Brief summary of issue
<!--- Provide a description of the issue, including any other issues or pull requests it references -->
The ultra scans should presently (in `develop`) print the SCA & TTC information at the start of a scan, we would like that they also all print this information at the end of the scan.
This will ensure that any changes in the TTC or LHC clock during a scan are caught in the scan log. This can be helpful for understanding results after they are taken.
### Types of issue
<!--- Propsed labels (see CONTRIBUTING.md) to help maintainers label your issue: -->
- [ ] Bug report (report an issue with the code)
- [X] Feature request (request for change which adds functionality)
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
At the end of each of the ultra scans the following lines should be added such that their output is included in the `scanLog.log` file that is created by `run_scans.py`:
```
from gempython.tools.amc_user_functions_uhal import *
amcBoard = getAMCObject(options.slot, options.shelf, options.debug)
printSystemSCAInfo(amcBoard, options.debug)
printSystemTTCInfo(amcBoard, options.debug)
```
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
Right now the SCA & TTC information is printed at only the start of the scan.
## Context (for feature requests)
<!--- 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 -->
This will help us catch information such as the TTC status or LHC clock changing in the middle of a run.
<!--- Template thanks to https://www.talater.com/open-source-templates/#/page/98 -->
| 1.0 | Feature Request: ultra scans print SCA & TTC information at the end of the scan - <!--- Provide a general summary of the issue in the Title above -->
## Brief summary of issue
<!--- Provide a description of the issue, including any other issues or pull requests it references -->
The ultra scans should presently (in `develop`) print the SCA & TTC information at the start of a scan, we would like that they also all print this information at the end of the scan.
This will ensure that any changes in the TTC or LHC clock during a scan are caught in the scan log. This can be helpful for understanding results after they are taken.
### Types of issue
<!--- Propsed labels (see CONTRIBUTING.md) to help maintainers label your issue: -->
- [ ] Bug report (report an issue with the code)
- [X] Feature request (request for change which adds functionality)
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
At the end of each of the ultra scans the following lines should be added such that their output is included in the `scanLog.log` file that is created by `run_scans.py`:
```
from gempython.tools.amc_user_functions_uhal import *
amcBoard = getAMCObject(options.slot, options.shelf, options.debug)
printSystemSCAInfo(amcBoard, options.debug)
printSystemTTCInfo(amcBoard, options.debug)
```
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
Right now the SCA & TTC information is printed at only the start of the scan.
## Context (for feature requests)
<!--- 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 -->
This will help us catch information such as the TTC status or LHC clock changing in the middle of a run.
<!--- Template thanks to https://www.talater.com/open-source-templates/#/page/98 -->
| priority | feature request ultra scans print sca ttc information at the end of the scan brief summary of issue the ultra scans should presently in develop print the sca ttc information at the start of a scan we would like that they also all print this information at the end of the scan this will ensure that any changes in the ttc or lhc clock during a scan are caught in the scan log this can be helpful for understanding results after they are taken types of issue bug report report an issue with the code feature request request for change which adds functionality expected behavior at the end of each of the ultra scans the following lines should be added such that their output is included in the scanlog log file that is created by run scans py from gempython tools amc user functions uhal import amcboard getamcobject options slot options shelf options debug printsystemscainfo amcboard options debug printsystemttcinfo amcboard options debug current behavior right now the sca ttc information is printed at only the start of the scan context for feature requests this will help us catch information such as the ttc status or lhc clock changing in the middle of a run | 1 |
118,214 | 4,733,104,011 | IssuesEvent | 2016-10-19 10:02:18 | ankidroid/Anki-Android | https://api.github.com/repos/ankidroid/Anki-Android | closed | Cards with cloze fields with same ID number give error | bug Priority-Medium | Cards with cloze fields with same ID number give error in the App version of Anki while working correctly on the desktop version.
###### Research
*Enter an [ x ] character to confirm the points below:*
[ x ] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid
[ x ] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://github.com/ankidroid/Anki-Android/wiki/FAQ) and could not find a solution to my issue
[ x ] I have searched for similar existing issues here and on the user forum
###### Reproduction Steps
1. Create a cloze card with fields:
{{c1::Cats}} and {{c1::dogs}} are cute.
###### Expected Result
Card displaying correctly with multiple cloze fields (e.g. like in the desktop version):
[...] and [...] are cute.
###### Actual Result
Error message that the card is broken.
Thank you very much!
| 1.0 | Cards with cloze fields with same ID number give error - Cards with cloze fields with same ID number give error in the App version of Anki while working correctly on the desktop version.
###### Research
*Enter an [ x ] character to confirm the points below:*
[ x ] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid
[ x ] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://github.com/ankidroid/Anki-Android/wiki/FAQ) and could not find a solution to my issue
[ x ] I have searched for similar existing issues here and on the user forum
###### Reproduction Steps
1. Create a cloze card with fields:
{{c1::Cats}} and {{c1::dogs}} are cute.
###### Expected Result
Card displaying correctly with multiple cloze fields (e.g. like in the desktop version):
[...] and [...] are cute.
###### Actual Result
Error message that the card is broken.
Thank you very much!
| priority | cards with cloze fields with same id number give error cards with cloze fields with same id number give error in the app version of anki while working correctly on the desktop version research enter an character to confirm the points below i have read the and am reporting a bug or enhancement request specific to ankidroid i have checked the and the and could not find a solution to my issue i have searched for similar existing issues here and on the user forum reproduction steps create a cloze card with fields cats and dogs are cute expected result card displaying correctly with multiple cloze fields e g like in the desktop version and are cute actual result error message that the card is broken thank you very much | 1 |
557,147 | 16,502,222,753 | IssuesEvent | 2021-05-25 15:28:15 | quickcase/node-toolkit | https://api.github.com/repos/quickcase/node-toolkit | closed | OAuth2: Change default user info scope to `openid` | priority:medium type:breaking | The current default scope is `profile` which is not a correct indicator of whether user info endpoint is available. The correct scope for this is `openid` and this is what the default should reflect. | 1.0 | OAuth2: Change default user info scope to `openid` - The current default scope is `profile` which is not a correct indicator of whether user info endpoint is available. The correct scope for this is `openid` and this is what the default should reflect. | priority | change default user info scope to openid the current default scope is profile which is not a correct indicator of whether user info endpoint is available the correct scope for this is openid and this is what the default should reflect | 1 |
675,567 | 23,098,653,997 | IssuesEvent | 2022-07-26 22:40:38 | AlbertaSat/ex2_ground_station_website | https://api.github.com/repos/AlbertaSat/ex2_ground_station_website | opened | Add support for FTP | enhancement medium priority | ### Brief Feature Description
A page should be created where operators can upload/download files to and from the satellite using the ground station software's [FTP protocol](https://github.com/AlbertaSat/ex2_ground_station_software/blob/master/src/groundStation/ftp.py).
### Additional Details
Before working on this task, ensure that [the issue here](https://github.com/AlbertaSat/ex2_ground_station_software/issues/64) is resolved so that we have a place on the ground station computer where files can be stored and read from the website. It should also be advisable to wait until the [ground station refactor](https://github.com/AlbertaSat/ex2_ground_station_software/pull/120) is finalized and merged as its more object-oriented design can help make things easier to implement.
### Priority
Medium | 1.0 | Add support for FTP - ### Brief Feature Description
A page should be created where operators can upload/download files to and from the satellite using the ground station software's [FTP protocol](https://github.com/AlbertaSat/ex2_ground_station_software/blob/master/src/groundStation/ftp.py).
### Additional Details
Before working on this task, ensure that [the issue here](https://github.com/AlbertaSat/ex2_ground_station_software/issues/64) is resolved so that we have a place on the ground station computer where files can be stored and read from the website. It should also be advisable to wait until the [ground station refactor](https://github.com/AlbertaSat/ex2_ground_station_software/pull/120) is finalized and merged as its more object-oriented design can help make things easier to implement.
### Priority
Medium | priority | add support for ftp brief feature description a page should be created where operators can upload download files to and from the satellite using the ground station software s additional details before working on this task ensure that is resolved so that we have a place on the ground station computer where files can be stored and read from the website it should also be advisable to wait until the is finalized and merged as its more object oriented design can help make things easier to implement priority medium | 1 |
600,659 | 18,349,699,122 | IssuesEvent | 2021-10-08 10:56:24 | ReliSA/Software-process-antipatterns-catalogue | https://api.github.com/repos/ReliSA/Software-process-antipatterns-catalogue | opened | Line selection for Commit/Push | medium_priority | Currently, the application allows for selecting changes to be included in a Commit/Push on file level.
The goal is to deepen this functionality to be able to specify individual line changes in each file that should be included. The direct inspiration can be drawn from GitHub desktop application. This functionality may be implemented only if an external library providing it will be found. Manual implementation is not required. | 1.0 | Line selection for Commit/Push - Currently, the application allows for selecting changes to be included in a Commit/Push on file level.
The goal is to deepen this functionality to be able to specify individual line changes in each file that should be included. The direct inspiration can be drawn from GitHub desktop application. This functionality may be implemented only if an external library providing it will be found. Manual implementation is not required. | priority | line selection for commit push currently the application allows for selecting changes to be included in a commit push on file level the goal is to deepen this functionality to be able to specify individual line changes in each file that should be included the direct inspiration can be drawn from github desktop application this functionality may be implemented only if an external library providing it will be found manual implementation is not required | 1 |
26,178 | 2,684,214,848 | IssuesEvent | 2015-03-28 19:24:10 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | Minimize/Restore with split console changes window width | 2–5 stars bug imported Priority-Medium | _From [pdav...@karn.co.uk](https://code.google.com/u/111743511732067356177/) on October 30, 2012 08:02:51_
Required information! OS version: Win7 SP1 x64 ConEmu version: 121029 x64
Far version (if you are using Far Manager): N/A *Bug description* With console-split to right, minimizing and restoring ConEmu using keyboard shortcut changes window width.
First toggle seems to reduce window to half width. Subsequent toggles seem to reduce by one character width. *Steps to reproduction* 1. Open ComEmu
2. Create new console with console split to right
3. Minimize and restore using keyboard shortcut
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=795_ | 1.0 | Minimize/Restore with split console changes window width - _From [pdav...@karn.co.uk](https://code.google.com/u/111743511732067356177/) on October 30, 2012 08:02:51_
Required information! OS version: Win7 SP1 x64 ConEmu version: 121029 x64
Far version (if you are using Far Manager): N/A *Bug description* With console-split to right, minimizing and restoring ConEmu using keyboard shortcut changes window width.
First toggle seems to reduce window to half width. Subsequent toggles seem to reduce by one character width. *Steps to reproduction* 1. Open ComEmu
2. Create new console with console split to right
3. Minimize and restore using keyboard shortcut
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=795_ | priority | minimize restore with split console changes window width from on october required information os version conemu version far version if you are using far manager n a bug description with console split to right minimizing and restoring conemu using keyboard shortcut changes window width first toggle seems to reduce window to half width subsequent toggles seem to reduce by one character width steps to reproduction open comemu create new console with console split to right minimize and restore using keyboard shortcut original issue | 1 |
141,941 | 5,447,287,586 | IssuesEvent | 2017-03-07 13:10:22 | qgis/qwc2-demo-app | https://api.github.com/repos/qgis/qwc2-demo-app | closed | Layer tree needs functionality to fold/unfold groups | enhancement GUI medium priority | Some topics (like a cadastral map, or utility map (gaz, water, electricty, etc.)) have a very large layer tree. For such topics, it would be better if the groups are folded by default and a functionality exists to unfold the selected group. | 1.0 | Layer tree needs functionality to fold/unfold groups - Some topics (like a cadastral map, or utility map (gaz, water, electricty, etc.)) have a very large layer tree. For such topics, it would be better if the groups are folded by default and a functionality exists to unfold the selected group. | priority | layer tree needs functionality to fold unfold groups some topics like a cadastral map or utility map gaz water electricty etc have a very large layer tree for such topics it would be better if the groups are folded by default and a functionality exists to unfold the selected group | 1 |
746,213 | 26,020,628,183 | IssuesEvent | 2022-12-21 12:19:58 | Tau-ri-Dev/JSGMod-1.12.2 | https://api.github.com/repos/Tau-ri-Dev/JSGMod-1.12.2 | closed | Feature: Invulnerability period after going through stargate | In progress Medium priority Enhancement Known issue Waiting on info Confirmed | **Description**
When a server running JSG lags, it can cause players to die after reaching the other side of a stargate. (Possibly the server thinks the player has reentered the receiving gate?) This can be a very big problem on lower-end servers.
**Solution**
Give players a short period of invulnerability after going through a gate, as this would prevent players from dying because of server-side lag.
| 1.0 | Feature: Invulnerability period after going through stargate - **Description**
When a server running JSG lags, it can cause players to die after reaching the other side of a stargate. (Possibly the server thinks the player has reentered the receiving gate?) This can be a very big problem on lower-end servers.
**Solution**
Give players a short period of invulnerability after going through a gate, as this would prevent players from dying because of server-side lag.
| priority | feature invulnerability period after going through stargate description when a server running jsg lags it can cause players to die after reaching the other side of a stargate possibly the server thinks the player has reentered the receiving gate this can be a very big problem on lower end servers solution give players a short period of invulnerability after going through a gate as this would prevent players from dying because of server side lag | 1 |
703,059 | 24,145,697,278 | IssuesEvent | 2022-09-21 18:32:14 | svthalia/concrexit | https://api.github.com/repos/svthalia/concrexit | closed | Untranslated email subject | priority: medium bug | ### Describe the bug
We just got an email from Cato:
<img width="655" alt="image" src="https://user-images.githubusercontent.com/1576660/191570837-0b3bf3e8-4c38-4113-8351-b505d83e97ea.png">
| 1.0 | Untranslated email subject - ### Describe the bug
We just got an email from Cato:
<img width="655" alt="image" src="https://user-images.githubusercontent.com/1576660/191570837-0b3bf3e8-4c38-4113-8351-b505d83e97ea.png">
| priority | untranslated email subject describe the bug we just got an email from cato img width alt image src | 1 |
25,616 | 2,683,864,644 | IssuesEvent | 2015-03-28 12:01:20 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | ConEmu.Maximus5.100207a.7z косметик бага - неверная инфа при инициализации TAB'a | 2–5 stars bug imported Priority-Medium | _From [Zero...@gmail.com](https://code.google.com/u/103642962356045697092/) on February 08, 2010 04:16:02_
Версия ОС: Win7 x86
Версия FAR: 1.75 build 2619 x86
Если комп немного загружен можно заметить неверную инфу при инициализации
нового TAB'a если в некоторый момент его инициализации переключится на
другую закладку. Лучше всего посмотреть картинку и видео.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=177_ | 1.0 | ConEmu.Maximus5.100207a.7z косметик бага - неверная инфа при инициализации TAB'a - _From [Zero...@gmail.com](https://code.google.com/u/103642962356045697092/) on February 08, 2010 04:16:02_
Версия ОС: Win7 x86
Версия FAR: 1.75 build 2619 x86
Если комп немного загружен можно заметить неверную инфу при инициализации
нового TAB'a если в некоторый момент его инициализации переключится на
другую закладку. Лучше всего посмотреть картинку и видео.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=177_ | priority | conemu косметик бага неверная инфа при инициализации tab a from on february версия ос версия far build если комп немного загружен можно заметить неверную инфу при инициализации нового tab a если в некоторый момент его инициализации переключится на другую закладку лучше всего посмотреть картинку и видео original issue | 1 |
556,261 | 16,480,042,417 | IssuesEvent | 2021-05-24 10:25:57 | HEPData/hepdata | https://api.github.com/repos/HEPData/hepdata | closed | model: remove participants from HEPSubmission object | complexity: medium priority: high type: bug | There is a `SubmissionParticipant` object defined in `hepdata/modules/permissions/models.py`. The `HEPSubmission` object in `hepdata/modules/submission/models.py` also defines a `participants` column which links to the `SubmissionParticipant` object:
https://github.com/HEPData/hepdata/blob/2f6526dd2b33bf0f5700bd206dcfb97d2bc81695/hepdata/modules/submission/models.py#L32-L38
https://github.com/HEPData/hepdata/blob/2f6526dd2b33bf0f5700bd206dcfb97d2bc81695/hepdata/modules/submission/models.py#L90-L92
The `SubmissionParticipant` is independent of a version, but `HEPSubmission` depends on a version and the `participants` are not copied when creating a new version:
https://github.com/HEPData/hepdata/blob/2f6526dd2b33bf0f5700bd206dcfb97d2bc81695/hepdata/modules/records/api.py#L355-L359
The code queries both the `SubmissionParticipant` table directly and the `participants` column of the `HEPSubmission` table (for example, for the Dashboard display) leading to some inconsistencies for versions of 2 or greater. It would be simpler to only use the `SubmissionParticipant` table throughout the code and remove the `participants` column of the `HEPSubmission` table. After the code is modified to remove use of the `participants` column, perhaps the DB cleanup could be done at the same time as #139 (?). | 1.0 | model: remove participants from HEPSubmission object - There is a `SubmissionParticipant` object defined in `hepdata/modules/permissions/models.py`. The `HEPSubmission` object in `hepdata/modules/submission/models.py` also defines a `participants` column which links to the `SubmissionParticipant` object:
https://github.com/HEPData/hepdata/blob/2f6526dd2b33bf0f5700bd206dcfb97d2bc81695/hepdata/modules/submission/models.py#L32-L38
https://github.com/HEPData/hepdata/blob/2f6526dd2b33bf0f5700bd206dcfb97d2bc81695/hepdata/modules/submission/models.py#L90-L92
The `SubmissionParticipant` is independent of a version, but `HEPSubmission` depends on a version and the `participants` are not copied when creating a new version:
https://github.com/HEPData/hepdata/blob/2f6526dd2b33bf0f5700bd206dcfb97d2bc81695/hepdata/modules/records/api.py#L355-L359
The code queries both the `SubmissionParticipant` table directly and the `participants` column of the `HEPSubmission` table (for example, for the Dashboard display) leading to some inconsistencies for versions of 2 or greater. It would be simpler to only use the `SubmissionParticipant` table throughout the code and remove the `participants` column of the `HEPSubmission` table. After the code is modified to remove use of the `participants` column, perhaps the DB cleanup could be done at the same time as #139 (?). | priority | model remove participants from hepsubmission object there is a submissionparticipant object defined in hepdata modules permissions models py the hepsubmission object in hepdata modules submission models py also defines a participants column which links to the submissionparticipant object the submissionparticipant is independent of a version but hepsubmission depends on a version and the participants are not copied when creating a new version the code queries both the submissionparticipant table directly and the participants column of the hepsubmission table for example for the dashboard display leading to some inconsistencies for versions of or greater it would be simpler to only use the submissionparticipant table throughout the code and remove the participants column of the hepsubmission table after the code is modified to remove use of the participants column perhaps the db cleanup could be done at the same time as | 1 |
716,542 | 24,638,592,421 | IssuesEvent | 2022-10-17 09:50:16 | ibissource/frank-flow | https://api.github.com/repos/ibissource/frank-flow | closed | Upon deletion of a file switch back to the last edited file. | feature priority:low work:medium | **Is your feature request related to a problem? Please describe.**
Upon deletion of a file, the editor will load the first XML file in the file-tree. This may cause confusion.
**Describe the solution you'd like**
Keep track of previously edited file, so upon deletion of a file, it can switch back to the last.
**Describe alternatives you've considered**
Load empty file.
| 1.0 | Upon deletion of a file switch back to the last edited file. - **Is your feature request related to a problem? Please describe.**
Upon deletion of a file, the editor will load the first XML file in the file-tree. This may cause confusion.
**Describe the solution you'd like**
Keep track of previously edited file, so upon deletion of a file, it can switch back to the last.
**Describe alternatives you've considered**
Load empty file.
| priority | upon deletion of a file switch back to the last edited file is your feature request related to a problem please describe upon deletion of a file the editor will load the first xml file in the file tree this may cause confusion describe the solution you d like keep track of previously edited file so upon deletion of a file it can switch back to the last describe alternatives you ve considered load empty file | 1 |
480,546 | 13,853,763,402 | IssuesEvent | 2020-10-15 08:35:54 | AY2021S1-CS2103T-F12-4/tp | https://api.github.com/repos/AY2021S1-CS2103T-F12-4/tp | closed | As a disorganised student, I can add and remove collaborative links (Google Drive, and many more) | priority.Medium type.Story | ... so that I can find the collaborative link for the project easily. | 1.0 | As a disorganised student, I can add and remove collaborative links (Google Drive, and many more) - ... so that I can find the collaborative link for the project easily. | priority | as a disorganised student i can add and remove collaborative links google drive and many more so that i can find the collaborative link for the project easily | 1 |
330,588 | 10,053,050,357 | IssuesEvent | 2019-07-21 13:42:38 | svof/svof | https://api.github.com/repos/svof/svof | closed | Harmony triggers missing | confirmed enhancement in-client medium priority simple difficulty up for grabs | Harmony passive curing is not recognized by svof. Line:
```
The harmony vibration soothes your afflictions.
```
| 1.0 | Harmony triggers missing - Harmony passive curing is not recognized by svof. Line:
```
The harmony vibration soothes your afflictions.
```
| priority | harmony triggers missing harmony passive curing is not recognized by svof line the harmony vibration soothes your afflictions | 1 |
76,979 | 3,506,234,277 | IssuesEvent | 2016-01-08 04:56:42 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | Server Crashes when encountering Reliquary of Souls (BB #38) | migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** niyo
**Original Date:** 21.02.2010 14:51:34 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/38
<hr>
Server is always crashing, when you are trying to get close to the Reliquary of Souls (Essence of Suffering ( http://www.wowhead.com/?npc=23418 ) to be exact).
copied from the forum, from user toaster | 1.0 | Server Crashes when encountering Reliquary of Souls (BB #38) - This issue was migrated from bitbucket.
**Original Reporter:** niyo
**Original Date:** 21.02.2010 14:51:34 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/38
<hr>
Server is always crashing, when you are trying to get close to the Reliquary of Souls (Essence of Suffering ( http://www.wowhead.com/?npc=23418 ) to be exact).
copied from the forum, from user toaster | priority | server crashes when encountering reliquary of souls bb this issue was migrated from bitbucket original reporter niyo original date gmt original priority major original type bug original state resolved direct link server is always crashing when you are trying to get close to the reliquary of souls essence of suffering to be exact copied from the forum from user toaster | 1 |
46,191 | 2,948,324,901 | IssuesEvent | 2015-07-06 01:33:16 | Winetricks/winetricks | https://api.github.com/repos/Winetricks/winetricks | closed | new verb for Cloud game | auto-migrated Priority-Medium Type-Patch | ```
The player's character flies around and manipulates clouds in the sky to
achieve the objectives of the game.
This game has a Wikipedia entry:
http://en.wikipedia.org/wiki/Cloud_%28video_game%29
The installation file is hosted by Electronic Arts.
```
Original issue reported on code.google.com by `t...@hush.ai` on 14 May 2011 at 8:09
Attachments:
* [cloud-20110514.diff](https://storage.googleapis.com/google-code-attachments/winetricks/issue-75/comment-0/cloud-20110514.diff)
| 1.0 | new verb for Cloud game - ```
The player's character flies around and manipulates clouds in the sky to
achieve the objectives of the game.
This game has a Wikipedia entry:
http://en.wikipedia.org/wiki/Cloud_%28video_game%29
The installation file is hosted by Electronic Arts.
```
Original issue reported on code.google.com by `t...@hush.ai` on 14 May 2011 at 8:09
Attachments:
* [cloud-20110514.diff](https://storage.googleapis.com/google-code-attachments/winetricks/issue-75/comment-0/cloud-20110514.diff)
| priority | new verb for cloud game the player s character flies around and manipulates clouds in the sky to achieve the objectives of the game this game has a wikipedia entry the installation file is hosted by electronic arts original issue reported on code google com by t hush ai on may at attachments | 1 |
231,395 | 7,631,867,811 | IssuesEvent | 2018-05-05 08:06:54 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | /subsys/storage/flash_map/flash_map_default.c missing declarations. | NRF5 area: Storage bug priority: medium | Hi,
Testing settings storage subsystem.
Got missed declarations for:
```
zephyr-current/subsys/storage/flash_map/flash_map_default.c:49:13: error: ‘FLASH_AREA_STORAGE_OFFSET’ undeclared here (not in a function)
.fa_off = FLASH_AREA_STORAGE_OFFSET,
^~~~~~~~~~~~~~~~~~~~~~~~~
zephyr-current/subsys/storage/flash_map/flash_map_default.c:50:14: error: ‘FLASH_AREA_STORAGE_SIZE’ undeclared here (not in a function)
.fa_size = FLASH_AREA_STORAGE_SIZE,
^~~~~~~~~~~~~~~~~~~~~~~
```
I have defined CONFIG_FS_FLASH_MAP_STORAGE
and CONFIG_SETTINGS_FCB_FLASH_AREA=4
target SOC is CONFIG_SOC_SERIES_NRF52X
should I use CONFIG_SETTINGS_FCB_FLASH_AREA=3 for now and disable CONFIG_FS_FLASH_MAP_STORAGE ?
Thanks. | 1.0 | /subsys/storage/flash_map/flash_map_default.c missing declarations. - Hi,
Testing settings storage subsystem.
Got missed declarations for:
```
zephyr-current/subsys/storage/flash_map/flash_map_default.c:49:13: error: ‘FLASH_AREA_STORAGE_OFFSET’ undeclared here (not in a function)
.fa_off = FLASH_AREA_STORAGE_OFFSET,
^~~~~~~~~~~~~~~~~~~~~~~~~
zephyr-current/subsys/storage/flash_map/flash_map_default.c:50:14: error: ‘FLASH_AREA_STORAGE_SIZE’ undeclared here (not in a function)
.fa_size = FLASH_AREA_STORAGE_SIZE,
^~~~~~~~~~~~~~~~~~~~~~~
```
I have defined CONFIG_FS_FLASH_MAP_STORAGE
and CONFIG_SETTINGS_FCB_FLASH_AREA=4
target SOC is CONFIG_SOC_SERIES_NRF52X
should I use CONFIG_SETTINGS_FCB_FLASH_AREA=3 for now and disable CONFIG_FS_FLASH_MAP_STORAGE ?
Thanks. | priority | subsys storage flash map flash map default c missing declarations hi testing settings storage subsystem got missed declarations for zephyr current subsys storage flash map flash map default c error ‘flash area storage offset’ undeclared here not in a function fa off flash area storage offset zephyr current subsys storage flash map flash map default c error ‘flash area storage size’ undeclared here not in a function fa size flash area storage size i have defined config fs flash map storage and config settings fcb flash area target soc is config soc series should i use config settings fcb flash area for now and disable config fs flash map storage thanks | 1 |
23,455 | 2,659,670,697 | IssuesEvent | 2015-03-18 22:27:53 | Dominelton/mpi-game | https://api.github.com/repos/Dominelton/mpi-game | closed | Distribute processing of Move and Wait with MPI | auto-migrated Priority-Medium Type-Enhancement | ```
Implements the distribution of actions across the servers using MPI.
```
Original issue reported on code.google.com by `eduardo....@gmail.com` on 2 Mar 2015 at 8:44 | 1.0 | Distribute processing of Move and Wait with MPI - ```
Implements the distribution of actions across the servers using MPI.
```
Original issue reported on code.google.com by `eduardo....@gmail.com` on 2 Mar 2015 at 8:44 | priority | distribute processing of move and wait with mpi implements the distribution of actions across the servers using mpi original issue reported on code google com by eduardo gmail com on mar at | 1 |
676,370 | 23,123,862,080 | IssuesEvent | 2022-07-28 02:08:31 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | Chaos monkey testing | kind/new-feature area/docdb priority/medium | Jira Link: [DB-1576](https://yugabyte.atlassian.net/browse/DB-1576)
Reported by @rkarthik007.
A long running test with the following characteristics:
- Run a real-world workload at reasonable tserver cpu (say 65% or so)
- Verify correctness
- Induce failures and verify correctness/availability
- Cover cases like: data gets back to correct rf after one node death + 5 mins
- Perform network partitions
| 1.0 | Chaos monkey testing - Jira Link: [DB-1576](https://yugabyte.atlassian.net/browse/DB-1576)
Reported by @rkarthik007.
A long running test with the following characteristics:
- Run a real-world workload at reasonable tserver cpu (say 65% or so)
- Verify correctness
- Induce failures and verify correctness/availability
- Cover cases like: data gets back to correct rf after one node death + 5 mins
- Perform network partitions
| priority | chaos monkey testing jira link reported by a long running test with the following characteristics run a real world workload at reasonable tserver cpu say or so verify correctness induce failures and verify correctness availability cover cases like data gets back to correct rf after one node death mins perform network partitions | 1 |
159,334 | 6,043,933,751 | IssuesEvent | 2017-06-12 02:20:28 | OperationCode/operationcode_bot | https://api.github.com/repos/OperationCode/operationcode_bot | closed | Add emoji to Reddit integration | Priority: Medium Type: Feature | Tagging a thread with the Reddit emoji cross-posts it to Reddit? Need to understand this better | 1.0 | Add emoji to Reddit integration - Tagging a thread with the Reddit emoji cross-posts it to Reddit? Need to understand this better | priority | add emoji to reddit integration tagging a thread with the reddit emoji cross posts it to reddit need to understand this better | 1 |
776,472 | 27,261,874,022 | IssuesEvent | 2023-02-22 15:24:04 | WordPress/openverse | https://api.github.com/repos/WordPress/openverse | closed | Image results are stretched vertically on mobile safari | good first issue help wanted 🟨 priority: medium 🛠 goal: fix 🕹 aspect: interface 🧱 stack: frontend | ## Description
<!-- Concisely describe the bug. -->
Images on the single results page are stretched vertically on mobile safari
## Reproduction
<!-- Provide detailed steps to reproduce the bug. -->
1. Go to an image result page for an image that is wider than it is tall on mobile safari on `main`
2. The image is stretched vertically.
## Expectation
<!-- Concisely describe what you expected to happen. -->
The image should have the correct proportions retained.
## Screenshots
<!-- Add screenshots to show the problem; or delete the section entirely. -->

## Environment
<!-- Please complete this, unless you are certain the problem is not environment specific. -->
- Device: iPhone 12 Pro Max
- OS: iOS 15
- Browser: Safari
## Resolution
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] 🙋 I would be interested in resolving this bug.
| 1.0 | Image results are stretched vertically on mobile safari - ## Description
<!-- Concisely describe the bug. -->
Images on the single results page are stretched vertically on mobile safari
## Reproduction
<!-- Provide detailed steps to reproduce the bug. -->
1. Go to an image result page for an image that is wider than it is tall on mobile safari on `main`
2. The image is stretched vertically.
## Expectation
<!-- Concisely describe what you expected to happen. -->
The image should have the correct proportions retained.
## Screenshots
<!-- Add screenshots to show the problem; or delete the section entirely. -->

## Environment
<!-- Please complete this, unless you are certain the problem is not environment specific. -->
- Device: iPhone 12 Pro Max
- OS: iOS 15
- Browser: Safari
## Resolution
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] 🙋 I would be interested in resolving this bug.
| priority | image results are stretched vertically on mobile safari description images on the single results page are stretched vertically on mobile safari reproduction go to an image result page for an image that is wider than it is tall on mobile safari on main the image is stretched vertically expectation the image should have the correct proportions retained screenshots environment device iphone pro max os ios browser safari resolution 🙋 i would be interested in resolving this bug | 1 |
52,187 | 3,022,185,684 | IssuesEvent | 2015-07-31 18:49:27 | CenterForOpenScience/osf.io | https://api.github.com/repos/CenterForOpenScience/osf.io | closed | Broken link to account settings when OSF can't connect to an add-on account | 5 - pending review bug: production priority - medium ui | ### Steps
1. Go to osf.io
2. Go to one of your project's Settings page
3. Connect and configure Box, Dropbox, or figshare
4. Go to the website of the add-on you configured
5. Revoke the OSF's credentials
6. Go back to your project's Settings page
6. Review the red error message that appears below the affected add-on

### Expected behavior
The link to account settings should go to "https://osf.io/settings/addons/".
### Actual behavior
This link goes to "https://osf.io/settings/addons/addons/" - obviously incorrect and leads to a Page Not Found.
Notes:
- This applies to the Box, Dropbox, and figshare links.
- Amazon S3 and GitHub work fine.
- This is not an issue for Google Drive since it currently does not display an error message when credentials are revoked (https://github.com/CenterForOpenScience/osf.io/issues/3748).
- I was unable to test the message's link for Dataverse, Mendeley, and Zotero because I couldn't figure out how to revoke the OSF credentials for them. | 1.0 | Broken link to account settings when OSF can't connect to an add-on account - ### Steps
1. Go to osf.io
2. Go to one of your project's Settings page
3. Connect and configure Box, Dropbox, or figshare
4. Go to the website of the add-on you configured
5. Revoke the OSF's credentials
6. Go back to your project's Settings page
6. Review the red error message that appears below the affected add-on

### Expected behavior
The link to account settings should go to "https://osf.io/settings/addons/".
### Actual behavior
This link goes to "https://osf.io/settings/addons/addons/" - obviously incorrect and leads to a Page Not Found.
Notes:
- This applies to the Box, Dropbox, and figshare links.
- Amazon S3 and GitHub work fine.
- This is not an issue for Google Drive since it currently does not display an error message when credentials are revoked (https://github.com/CenterForOpenScience/osf.io/issues/3748).
- I was unable to test the message's link for Dataverse, Mendeley, and Zotero because I couldn't figure out how to revoke the OSF credentials for them. | priority | broken link to account settings when osf can t connect to an add on account steps go to osf io go to one of your project s settings page connect and configure box dropbox or figshare go to the website of the add on you configured revoke the osf s credentials go back to your project s settings page review the red error message that appears below the affected add on expected behavior the link to account settings should go to actual behavior this link goes to obviously incorrect and leads to a page not found notes this applies to the box dropbox and figshare links amazon and github work fine this is not an issue for google drive since it currently does not display an error message when credentials are revoked i was unable to test the message s link for dataverse mendeley and zotero because i couldn t figure out how to revoke the osf credentials for them | 1 |
486,252 | 14,006,271,381 | IssuesEvent | 2020-10-28 19:41:52 | x13pixels/remedybg-issues | https://api.github.com/repos/x13pixels/remedybg-issues | closed | Types qualified with namespaces are not parsed correctly in watched expressions | Component: Engine Priority: 5 (Medium) Type: Bug | Steps to reproduce:
1. debug a program using a variable of type (struct "bar" in a namespace "foo")
2. add a watch expression for this variable (works and shows the type correctly, including its namespace "struct foo::bar")
3. use the struct name, for example to add a type-cast watch expression "*(foo::bar *)ptr" --> fails with "Parse error". | 1.0 | Types qualified with namespaces are not parsed correctly in watched expressions - Steps to reproduce:
1. debug a program using a variable of type (struct "bar" in a namespace "foo")
2. add a watch expression for this variable (works and shows the type correctly, including its namespace "struct foo::bar")
3. use the struct name, for example to add a type-cast watch expression "*(foo::bar *)ptr" --> fails with "Parse error". | priority | types qualified with namespaces are not parsed correctly in watched expressions steps to reproduce debug a program using a variable of type struct bar in a namespace foo add a watch expression for this variable works and shows the type correctly including its namespace struct foo bar use the struct name for example to add a type cast watch expression foo bar ptr fails with parse error | 1 |
723,316 | 24,892,500,448 | IssuesEvent | 2022-10-28 13:14:20 | Puzzlepart/prosjektportalen365 | https://api.github.com/repos/Puzzlepart/prosjektportalen365 | closed | Add '? Hjelp tilgjengelig' button to existing projects | enhancement priority: medium complexity: small customer funded | **Describe the solution you'd like**
Add '? Hjelp tilgjengelig' button from 'Hjelpeinnhold' to existing projects.
As of now the button '? Hjelp tilgjengelig' is only available for new projects. Add this to the UpgradeAllSitesToLatest script. | 1.0 | Add '? Hjelp tilgjengelig' button to existing projects - **Describe the solution you'd like**
Add '? Hjelp tilgjengelig' button from 'Hjelpeinnhold' to existing projects.
As of now the button '? Hjelp tilgjengelig' is only available for new projects. Add this to the UpgradeAllSitesToLatest script. | priority | add hjelp tilgjengelig button to existing projects describe the solution you d like add hjelp tilgjengelig button from hjelpeinnhold to existing projects as of now the button hjelp tilgjengelig is only available for new projects add this to the upgradeallsitestolatest script | 1 |
56,112 | 3,078,232,338 | IssuesEvent | 2015-08-21 08:50:39 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | closed | Неверно отображается кириллица | bug imported Priority-Medium wontfix | _From [lkRo...@gmail.com](https://code.google.com/u/112598740103932731373/) on March 21, 2011 13:27:03_
Неверно отображается кириллица в названиях хабов и именах юзеров. ( r500 -beta103-x64 build 6612)
**Attachment:** [Capture.JPG](http://code.google.com/p/flylinkdc/issues/detail?id=405)
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=405_ | 1.0 | Неверно отображается кириллица - _From [lkRo...@gmail.com](https://code.google.com/u/112598740103932731373/) on March 21, 2011 13:27:03_
Неверно отображается кириллица в названиях хабов и именах юзеров. ( r500 -beta103-x64 build 6612)
**Attachment:** [Capture.JPG](http://code.google.com/p/flylinkdc/issues/detail?id=405)
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=405_ | priority | неверно отображается кириллица from on march неверно отображается кириллица в названиях хабов и именах юзеров build attachment original issue | 1 |
603,766 | 18,670,905,122 | IssuesEvent | 2021-10-30 17:37:06 | theseion/Fuel | https://api.github.com/repos/theseion/Fuel | closed | Store cluster names in a more compact way | Priority-Medium Type-Enhancement performance-enhancement | ```
I think we should compress cluster names. For example:
| result |
result := ( FLSerializer serializeToByteArray: (
Dictionary new
at: 1 put: 'hey';
at: 2 put: #guy)) asString.
result size.
---> 441
(result select: [ :c | c isLetter ])
--->'FUELFLGlobalClassClusterFLHeaderOrderedCollectionIdentityDictionaryFLPositi
veSmallIntegerClusterFLWellKnownObjectsClusterFLFixedObjectClusterpreMaterializa
tionActionsadditionalObjectspostMaterializationActionsmaterializationFLDictionar
yCollectionClusterFLSimpleCollectionClusterFLGlobalClassClusterByteSymbolFLHookP
rimitiveClusterguy'.
(result select: [ :c | c isLetter ]) size.
---> 333
Ok, 333 is counting more than just the cluster names... but... it's around
75%!!!
I guess this is not the original intention of
http://code.google.com/p/fuel/issues/detail?id=160 so I'm opening a new one.
```
Original issue reported on code.google.com by `tinchod...@gmail.com` on 13 Feb 2013 at 6:01
| 1.0 | Store cluster names in a more compact way - ```
I think we should compress cluster names. For example:
| result |
result := ( FLSerializer serializeToByteArray: (
Dictionary new
at: 1 put: 'hey';
at: 2 put: #guy)) asString.
result size.
---> 441
(result select: [ :c | c isLetter ])
--->'FUELFLGlobalClassClusterFLHeaderOrderedCollectionIdentityDictionaryFLPositi
veSmallIntegerClusterFLWellKnownObjectsClusterFLFixedObjectClusterpreMaterializa
tionActionsadditionalObjectspostMaterializationActionsmaterializationFLDictionar
yCollectionClusterFLSimpleCollectionClusterFLGlobalClassClusterByteSymbolFLHookP
rimitiveClusterguy'.
(result select: [ :c | c isLetter ]) size.
---> 333
Ok, 333 is counting more than just the cluster names... but... it's around
75%!!!
I guess this is not the original intention of
http://code.google.com/p/fuel/issues/detail?id=160 so I'm opening a new one.
```
Original issue reported on code.google.com by `tinchod...@gmail.com` on 13 Feb 2013 at 6:01
| priority | store cluster names in a more compact way i think we should compress cluster names for example result result flserializer serializetobytearray dictionary new at put hey at put guy asstring result size result select fuelflglobalclassclusterflheaderorderedcollectionidentitydictionaryflpositi vesmallintegerclusterflwellknownobjectsclusterflfixedobjectclusterprematerializa tionactionsadditionalobjectspostmaterializationactionsmaterializationfldictionar ycollectionclusterflsimplecollectionclusterflglobalclassclusterbytesymbolflhookp rimitiveclusterguy result select size ok is counting more than just the cluster names but it s around i guess this is not the original intention of so i m opening a new one original issue reported on code google com by tinchod gmail com on feb at | 1 |
777,016 | 27,266,166,640 | IssuesEvent | 2023-02-22 18:12:52 | moja-global/community-website | https://api.github.com/repos/moja-global/community-website | closed | Feature Request: revamp "Know the community" section | enhancement help wanted needs-triage Issue:No-Activity Priority = Medium | ### Describe the solution you'd like.
We are changing the current "Know the community" section of our website.
Please refer to the below image for the reference.

If are interested to work on this, we might additionally want you to attend our community meetings.
Its recommended that you accomplish this in multiple commits, and open a PR right after the first one. | 1.0 | Feature Request: revamp "Know the community" section - ### Describe the solution you'd like.
We are changing the current "Know the community" section of our website.
Please refer to the below image for the reference.

If are interested to work on this, we might additionally want you to attend our community meetings.
Its recommended that you accomplish this in multiple commits, and open a PR right after the first one. | priority | feature request revamp know the community section describe the solution you d like we are changing the current know the community section of our website please refer to the below image for the reference if are interested to work on this we might additionally want you to attend our community meetings its recommended that you accomplish this in multiple commits and open a pr right after the first one | 1 |
674,351 | 23,047,522,745 | IssuesEvent | 2022-07-24 05:40:29 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Improve boundary values calculation | kind/bug area/docdb priority/medium | Jira Link: [DB-1867](https://yugabyte.atlassian.net/browse/DB-1867)
### Description
For each record in SST file we extract independent values for range columns and hybrid time.
When for each range column and time we pick min and max values and store them to SST file.
It allows us to filter SST files when range based request is being processed.
The extracted values are stored in small_vector and allocated objects that has buffered value.
Also those values are recalculated during compaction.
We could improve the following:
1) Change interface to operate on buffers directly, to avoid allocating intermediate object.
2) Right after value is extract, we could use just slice to it. And copy it to buffer only if this value extends stored bounds.
3) When compaction does not drop delete markers, we could take boundary values from original files, and avoid recalculating them to each independent record.
4) Don't recalculate boundary values when dockey was not changed during compaction. | 1.0 | [DocDB] Improve boundary values calculation - Jira Link: [DB-1867](https://yugabyte.atlassian.net/browse/DB-1867)
### Description
For each record in SST file we extract independent values for range columns and hybrid time.
When for each range column and time we pick min and max values and store them to SST file.
It allows us to filter SST files when range based request is being processed.
The extracted values are stored in small_vector and allocated objects that has buffered value.
Also those values are recalculated during compaction.
We could improve the following:
1) Change interface to operate on buffers directly, to avoid allocating intermediate object.
2) Right after value is extract, we could use just slice to it. And copy it to buffer only if this value extends stored bounds.
3) When compaction does not drop delete markers, we could take boundary values from original files, and avoid recalculating them to each independent record.
4) Don't recalculate boundary values when dockey was not changed during compaction. | priority | improve boundary values calculation jira link description for each record in sst file we extract independent values for range columns and hybrid time when for each range column and time we pick min and max values and store them to sst file it allows us to filter sst files when range based request is being processed the extracted values are stored in small vector and allocated objects that has buffered value also those values are recalculated during compaction we could improve the following change interface to operate on buffers directly to avoid allocating intermediate object right after value is extract we could use just slice to it and copy it to buffer only if this value extends stored bounds when compaction does not drop delete markers we could take boundary values from original files and avoid recalculating them to each independent record don t recalculate boundary values when dockey was not changed during compaction | 1 |
706,131 | 24,261,002,922 | IssuesEvent | 2022-09-27 22:45:23 | objectify/objectify | https://api.github.com/repos/objectify/objectify | closed | add Objectify suport for Mapper API | Priority-Medium Type-Enhancement | Original [issue 70](https://code.google.com/p/objectify-appengine/issues/detail?id=70) created by objectify on 2011-01-18T09:58:22.000Z:
The mapper api discourages to directly interface the data store. Instead it offers the DataStoreMutationPool to enqueue data store operations. They will later be executed as batch.
The DataStoreMutationPool is using low level data store API. This is kind of painful especially if you create objects because you need to construct the entities by hand.
I wanted to suggest to have a small layer in Objectify that eases the interface to the DataStoreMutationPool. Maybe an ObjectifyMutationPool which can handle POJO just as the regular objectify API (something like ObjectifyMutationPool.put(pojo))?
This would be a great feature
| 1.0 | add Objectify suport for Mapper API - Original [issue 70](https://code.google.com/p/objectify-appengine/issues/detail?id=70) created by objectify on 2011-01-18T09:58:22.000Z:
The mapper api discourages to directly interface the data store. Instead it offers the DataStoreMutationPool to enqueue data store operations. They will later be executed as batch.
The DataStoreMutationPool is using low level data store API. This is kind of painful especially if you create objects because you need to construct the entities by hand.
I wanted to suggest to have a small layer in Objectify that eases the interface to the DataStoreMutationPool. Maybe an ObjectifyMutationPool which can handle POJO just as the regular objectify API (something like ObjectifyMutationPool.put(pojo))?
This would be a great feature
| priority | add objectify suport for mapper api original created by objectify on the mapper api discourages to directly interface the data store instead it offers the datastoremutationpool to enqueue data store operations they will later be executed as batch the datastoremutationpool is using low level data store api this is kind of painful especially if you create objects because you need to construct the entities by hand i wanted to suggest to have a small layer in objectify that eases the interface to the datastoremutationpool maybe an objectifymutationpool which can handle pojo just as the regular objectify api something like objectifymutationpool put pojo this would be a great feature | 1 |
787,576 | 27,723,480,216 | IssuesEvent | 2023-03-14 23:01:13 | canonical/jaas-dashboard | https://api.github.com/repos/canonical/jaas-dashboard | closed | Make 'configuration' icons link to model details section | Priority: Medium Models Listing | <img width="196" alt="Screen Shot 2020-07-16 at 11 58 14 AM" src="https://user-images.githubusercontent.com/532033/87705781-a60c5980-c75b-11ea-8ca6-25be780b2396.png">
For now these can go to the model details page but in the future we will want them to go to the specific subsection for `units`, `machines`, etc | 1.0 | Make 'configuration' icons link to model details section - <img width="196" alt="Screen Shot 2020-07-16 at 11 58 14 AM" src="https://user-images.githubusercontent.com/532033/87705781-a60c5980-c75b-11ea-8ca6-25be780b2396.png">
For now these can go to the model details page but in the future we will want them to go to the specific subsection for `units`, `machines`, etc | priority | make configuration icons link to model details section img width alt screen shot at am src for now these can go to the model details page but in the future we will want them to go to the specific subsection for units machines etc | 1 |
368,264 | 10,869,006,330 | IssuesEvent | 2019-11-15 06:08:07 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0 staging-1234] Bank account selection in a bank glitch | Medium Priority | in 8.3 it was like that (just click on the name for switching)

But now you will get history window with that.

It should just switch accounts, | 1.0 | [0.9.0 staging-1234] Bank account selection in a bank glitch - in 8.3 it was like that (just click on the name for switching)

But now you will get history window with that.

It should just switch accounts, | priority | bank account selection in a bank glitch in it was like that just click on the name for switching but now you will get history window with that it should just switch accounts | 1 |
819,511 | 30,739,463,762 | IssuesEvent | 2023-07-28 10:15:10 | Memmy-App/memmy | https://api.github.com/repos/Memmy-App/memmy | closed | [Bug]: Latest version won't start on emulator | bug medium priority | ### Check for open issues
- [X] I have verified that another issue for this is not open, or it has been closed and has not been fixed.
### Minimal reproducible example
Download & build the current branch in ios Simulator. On launch, Metro logs:
```
ERROR TypeError: Cannot read property 'username' of undefined
```
There are several places in the code that reference `currentAccount.username`, but before login this is undefined and throws errors.
### Expected Behavior
Able to log in
### Version
main branch
### App Store or TestFlight?
TestFlight
### iOS Version
16.x
### Device
ios Simulator | 1.0 | [Bug]: Latest version won't start on emulator - ### Check for open issues
- [X] I have verified that another issue for this is not open, or it has been closed and has not been fixed.
### Minimal reproducible example
Download & build the current branch in ios Simulator. On launch, Metro logs:
```
ERROR TypeError: Cannot read property 'username' of undefined
```
There are several places in the code that reference `currentAccount.username`, but before login this is undefined and throws errors.
### Expected Behavior
Able to log in
### Version
main branch
### App Store or TestFlight?
TestFlight
### iOS Version
16.x
### Device
ios Simulator | priority | latest version won t start on emulator check for open issues i have verified that another issue for this is not open or it has been closed and has not been fixed minimal reproducible example download build the current branch in ios simulator on launch metro logs error typeerror cannot read property username of undefined there are several places in the code that reference currentaccount username but before login this is undefined and throws errors expected behavior able to log in version main branch app store or testflight testflight ios version x device ios simulator | 1 |
332,620 | 10,101,840,111 | IssuesEvent | 2019-07-29 09:40:53 | onaio/reveal-frontend | https://api.github.com/repos/onaio/reveal-frontend | closed | Ensure symbol layers are on top of circle layers | Gisida Priority: Medium enhancement | The issue lies in gisida-react we need to ensure when toggling the various tasks we get into orderLayer method to order our layers accordingly. | 1.0 | Ensure symbol layers are on top of circle layers - The issue lies in gisida-react we need to ensure when toggling the various tasks we get into orderLayer method to order our layers accordingly. | priority | ensure symbol layers are on top of circle layers the issue lies in gisida react we need to ensure when toggling the various tasks we get into orderlayer method to order our layers accordingly | 1 |
20,608 | 2,622,854,550 | IssuesEvent | 2015-03-04 08:07:04 | max99x/pagemon-chrome-ext | https://api.github.com/repos/max99x/pagemon-chrome-ext | closed | suggested feature: random check interval | auto-migrated Priority-Medium | ```
This looks good, but how about a random check interval to make it less obvious
the page is being automatically monitored. Users could say, for example, check
page every two to three hours and then see the page checked at a random
interval between 120 and 180 minutes.
```
Original issue reported on code.google.com by `stephenB...@gmail.com` on 8 Jul 2014 at 4:19 | 1.0 | suggested feature: random check interval - ```
This looks good, but how about a random check interval to make it less obvious
the page is being automatically monitored. Users could say, for example, check
page every two to three hours and then see the page checked at a random
interval between 120 and 180 minutes.
```
Original issue reported on code.google.com by `stephenB...@gmail.com` on 8 Jul 2014 at 4:19 | priority | suggested feature random check interval this looks good but how about a random check interval to make it less obvious the page is being automatically monitored users could say for example check page every two to three hours and then see the page checked at a random interval between and minutes original issue reported on code google com by stephenb gmail com on jul at | 1 |
735,885 | 25,445,337,028 | IssuesEvent | 2022-11-24 05:10:25 | cse110-fq22-group40/cse110-fq22-group40 | https://api.github.com/repos/cse110-fq22-group40/cse110-fq22-group40 | opened | Change Home Screen ~Vibe~ | feature - medium priority | # Visual Distinction Between Folders
## What?
The user should be able to tell what folder type they are in based on the UI, am I looking at audio files? or am I looking and folders?
## Where?
On the front page of the app and adjustments to each folder to make them feel unique and connected
## How?
Perhaps the workspaces can be labeled as the home page and each workspace can take up more room with an uploaded background? Maybe that is too many features at once.
| 1.0 | Change Home Screen ~Vibe~ - # Visual Distinction Between Folders
## What?
The user should be able to tell what folder type they are in based on the UI, am I looking at audio files? or am I looking and folders?
## Where?
On the front page of the app and adjustments to each folder to make them feel unique and connected
## How?
Perhaps the workspaces can be labeled as the home page and each workspace can take up more room with an uploaded background? Maybe that is too many features at once.
| priority | change home screen vibe visual distinction between folders what the user should be able to tell what folder type they are in based on the ui am i looking at audio files or am i looking and folders where on the front page of the app and adjustments to each folder to make them feel unique and connected how perhaps the workspaces can be labeled as the home page and each workspace can take up more room with an uploaded background maybe that is too many features at once | 1 |
179,550 | 6,626,181,000 | IssuesEvent | 2017-09-22 18:26:54 | bcgov/api-specs | https://api.github.com/repos/bcgov/api-specs | closed | Move sid2pid from CPF to a standalone web service | api enhancement medium priority SID2PID | Create a standalone web service for sid2pid and put it behind the api gateway. This will replace the CPF sid2pid business application so that we can eliminate downtime for scheduled maintenance, improve sid2pid robustness, and improve accessiblity of sid2pid usage stats. | 1.0 | Move sid2pid from CPF to a standalone web service - Create a standalone web service for sid2pid and put it behind the api gateway. This will replace the CPF sid2pid business application so that we can eliminate downtime for scheduled maintenance, improve sid2pid robustness, and improve accessiblity of sid2pid usage stats. | priority | move from cpf to a standalone web service create a standalone web service for and put it behind the api gateway this will replace the cpf business application so that we can eliminate downtime for scheduled maintenance improve robustness and improve accessiblity of usage stats | 1 |
621,019 | 19,575,930,715 | IssuesEvent | 2022-01-04 15:26:36 | nlehnert1/loopy | https://api.github.com/repos/nlehnert1/loopy | opened | Make sure the graph and the div that holds it are the same size | Priority: Medium Change Request | This should help with making the graph resizeable, since the documentation makes it sound like the best way to handle resizeable graphs is to enable the "responsive" setting which checks the size of the holding container of the graph, and adjusts accordingly
This task may also entail making sure that when the graph is clicked and dragged, that it's moving the div containing the graph instead of the graph itself, to make sure that the resize stuff will still line up properly | 1.0 | Make sure the graph and the div that holds it are the same size - This should help with making the graph resizeable, since the documentation makes it sound like the best way to handle resizeable graphs is to enable the "responsive" setting which checks the size of the holding container of the graph, and adjusts accordingly
This task may also entail making sure that when the graph is clicked and dragged, that it's moving the div containing the graph instead of the graph itself, to make sure that the resize stuff will still line up properly | priority | make sure the graph and the div that holds it are the same size this should help with making the graph resizeable since the documentation makes it sound like the best way to handle resizeable graphs is to enable the responsive setting which checks the size of the holding container of the graph and adjusts accordingly this task may also entail making sure that when the graph is clicked and dragged that it s moving the div containing the graph instead of the graph itself to make sure that the resize stuff will still line up properly | 1 |
357,871 | 10,618,370,334 | IssuesEvent | 2019-10-13 03:49:04 | carbon-design-system/ibm-dotcom-library | https://api.github.com/repos/carbon-design-system/ibm-dotcom-library | closed | Create v0.5.1 patch release | dev dotcom migrate priority: medium | _Jeff-Chew created the following on Sep 17:_
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
DDS Release Manager
> I need to:
publish version v0.5.1 of the IBM.com Library
> so that I can:
release patch fixes for bugs found in v0.5.0
#### Additional information
- Release Playlist: https://ibm.ent.box.com/notes/497596874716
#### Acceptance criteria
- [ ] v0.5.1 updated packages released to npm
- [ ] Added release in Github
_Original issue: https://github.ibm.com/webstandards/digital-design/issues/1720_ | 1.0 | Create v0.5.1 patch release - _Jeff-Chew created the following on Sep 17:_
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
DDS Release Manager
> I need to:
publish version v0.5.1 of the IBM.com Library
> so that I can:
release patch fixes for bugs found in v0.5.0
#### Additional information
- Release Playlist: https://ibm.ent.box.com/notes/497596874716
#### Acceptance criteria
- [ ] v0.5.1 updated packages released to npm
- [ ] Added release in Github
_Original issue: https://github.ibm.com/webstandards/digital-design/issues/1720_ | priority | create patch release jeff chew created the following on sep user story as a dds release manager i need to publish version of the ibm com library so that i can release patch fixes for bugs found in additional information release playlist acceptance criteria updated packages released to npm added release in github original issue | 1 |
57,496 | 3,082,697,958 | IssuesEvent | 2015-08-24 00:12:34 | magro/memcached-session-manager | https://api.github.com/repos/magro/memcached-session-manager | closed | Tests fail occasionally on windows | bug imported Milestone-1.4.1 Priority-Medium | _From [martin.grotzke](https://code.google.com/u/martin.grotzke/) on March 31, 2011 16:28:59_
This issue was discussed on the mailing list in detail: <a href="http://groups.google.com/group/memcached-session-manager/browse_thread/thread/6990be37d1a1020c" rel="nofollow">http://groups.google.com/group/memcached-session-manager/browse_thread/thread/6990be37d1a1020c</a>
It can be broken down to the networking lib (netty) that is by jmemcached (memcached server written in java, used as in memory memcached by integration tests), which caused these issues, that then popped up in spymemcached (the memcached-client used by msm).
_Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=96_ | 1.0 | Tests fail occasionally on windows - _From [martin.grotzke](https://code.google.com/u/martin.grotzke/) on March 31, 2011 16:28:59_
This issue was discussed on the mailing list in detail: <a href="http://groups.google.com/group/memcached-session-manager/browse_thread/thread/6990be37d1a1020c" rel="nofollow">http://groups.google.com/group/memcached-session-manager/browse_thread/thread/6990be37d1a1020c</a>
It can be broken down to the networking lib (netty) that is by jmemcached (memcached server written in java, used as in memory memcached by integration tests), which caused these issues, that then popped up in spymemcached (the memcached-client used by msm).
_Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=96_ | priority | tests fail occasionally on windows from on march this issue was discussed on the mailing list in detail it can be broken down to the networking lib netty that is by jmemcached memcached server written in java used as in memory memcached by integration tests which caused these issues that then popped up in spymemcached the memcached client used by msm original issue | 1 |
520,913 | 15,097,244,987 | IssuesEvent | 2021-02-07 18:00:05 | PatilShreyas/NotyKT | https://api.github.com/repos/PatilShreyas/NotyKT | opened | [JetpackCompose] Add support to share note as Image | help wanted noty-android priority-medium | In the notes details screen, share as Image option should be provided.
Question:
How to convert Composables into Bitmap? | 1.0 | [JetpackCompose] Add support to share note as Image - In the notes details screen, share as Image option should be provided.
Question:
How to convert Composables into Bitmap? | priority | add support to share note as image in the notes details screen share as image option should be provided question how to convert composables into bitmap | 1 |
480,842 | 13,877,292,876 | IssuesEvent | 2020-10-17 03:14:46 | AY2021S1-CS2103T-T13-2/tp | https://api.github.com/repos/AY2021S1-CS2103T-T13-2/tp | opened | As a user ready to use the app, I want to explore more of the features being offered by QuickCache | priority.Medium type.Story | Update the help link from AB to QuickCache. | 1.0 | As a user ready to use the app, I want to explore more of the features being offered by QuickCache - Update the help link from AB to QuickCache. | priority | as a user ready to use the app i want to explore more of the features being offered by quickcache update the help link from ab to quickcache | 1 |
102,198 | 4,151,657,607 | IssuesEvent | 2016-06-15 21:20:06 | diamm/diamm | https://api.github.com/repos/diamm/diamm | opened | Incorrectly displayed thumbnail | Component: Metadata Component: Migration Priority: Medium Status: Waiting to be addressed Type: Bug | For some reason this record is showing a (broken) thumbnail but it doesn't have any images attached.
https://beta.diamm.ac.uk/sources/723/
| 1.0 | Incorrectly displayed thumbnail - For some reason this record is showing a (broken) thumbnail but it doesn't have any images attached.
https://beta.diamm.ac.uk/sources/723/
| priority | incorrectly displayed thumbnail for some reason this record is showing a broken thumbnail but it doesn t have any images attached | 1 |
136,816 | 5,289,019,774 | IssuesEvent | 2017-02-08 16:27:15 | jeveloper/jayrock | https://api.github.com/repos/jeveloper/jayrock | closed | Have JsonRpcClient use .NET 4.0 ExpandoObject to dynamically generate API | auto-migrated Priority-Medium Type-Enhancement | ```
Most JSON-RPC client implementations dynamically generate their API according
to what is returned by system.listMethods. Therefore instead of this:
Console.WriteLine(client.Invoke("sum", new JsonObject { { "a", 123 }, { "b",
456 } }));
... one simply does this:
Console.WriteLine(client.sum(123, 456));
.NET now has the ExpandoObject facility to allow runtime generation of methods.
Having JsonRpcClient make use of this would make life for user code much easier.
Thanks,
Niall
```
Original issue reported on code.google.com by `nialldouglas14` on 20 Jul 2011 at 3:09
| 1.0 | Have JsonRpcClient use .NET 4.0 ExpandoObject to dynamically generate API - ```
Most JSON-RPC client implementations dynamically generate their API according
to what is returned by system.listMethods. Therefore instead of this:
Console.WriteLine(client.Invoke("sum", new JsonObject { { "a", 123 }, { "b",
456 } }));
... one simply does this:
Console.WriteLine(client.sum(123, 456));
.NET now has the ExpandoObject facility to allow runtime generation of methods.
Having JsonRpcClient make use of this would make life for user code much easier.
Thanks,
Niall
```
Original issue reported on code.google.com by `nialldouglas14` on 20 Jul 2011 at 3:09
| priority | have jsonrpcclient use net expandoobject to dynamically generate api most json rpc client implementations dynamically generate their api according to what is returned by system listmethods therefore instead of this console writeline client invoke sum new jsonobject a b one simply does this console writeline client sum net now has the expandoobject facility to allow runtime generation of methods having jsonrpcclient make use of this would make life for user code much easier thanks niall original issue reported on code google com by on jul at | 1 |
304,569 | 9,333,625,272 | IssuesEvent | 2019-03-28 14:46:14 | OpenbookOrg/openbook-api | https://api.github.com/repos/OpenbookOrg/openbook-api | closed | Integrity error with user devices | bug priority:medium | We seem to be having an integrity error with the device ids. Might affect notifications. | 1.0 | Integrity error with user devices - We seem to be having an integrity error with the device ids. Might affect notifications. | priority | integrity error with user devices we seem to be having an integrity error with the device ids might affect notifications | 1 |
52,556 | 3,023,955,305 | IssuesEvent | 2015-08-02 02:55:54 | MozillaHive/HiveCHI-rwm | https://api.github.com/repos/MozillaHive/HiveCHI-rwm | closed | Trending info is currently fake | enhancement Medium Priority | In the Trending section of the dashboard, currently the information is based on fake data. Build a query of the database based on actual attendance and/or on how many days out the various events are. | 1.0 | Trending info is currently fake - In the Trending section of the dashboard, currently the information is based on fake data. Build a query of the database based on actual attendance and/or on how many days out the various events are. | priority | trending info is currently fake in the trending section of the dashboard currently the information is based on fake data build a query of the database based on actual attendance and or on how many days out the various events are | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.