Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 1 855 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 13 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 240k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
761,561 | 26,686,135,891 | IssuesEvent | 2023-01-26 22:06:58 | woocommerce/woocommerce-gateway-amazon-pay | https://api.github.com/repos/woocommerce/woocommerce-gateway-amazon-pay | closed | Declare incompatibility with High-Performance Order Storage (HPOS) | Priority: High | **Describe the bug**
Since the plugin isn't fully compatible with HPOS as mentioned in [issue #226](https://github.com/woocommerce/woocommerce-gateway-amazon-pay/issues/226), incombatibiliity should be declared.
**To Reproduce**
Non reproducible.
**Expected behavior**
Incombatibility declaration should be present in plugin's main file as specified [here](https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book#declaring-extension-incompatibility)
| 1.0 | Declare incompatibility with High-Performance Order Storage (HPOS) - **Describe the bug**
Since the plugin isn't fully compatible with HPOS as mentioned in [issue #226](https://github.com/woocommerce/woocommerce-gateway-amazon-pay/issues/226), incombatibiliity should be declared.
**To Reproduce**
Non reproducible.
**Expected behavior**
Incombatibility declaration should be present in plugin's main file as specified [here](https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book#declaring-extension-incompatibility)
| priority | declare incompatibility with high performance order storage hpos describe the bug since the plugin isn t fully compatible with hpos as mentioned in incombatibiliity should be declared to reproduce non reproducible expected behavior incombatibility declaration should be present in plugin s main file as specified | 1 |
773,939 | 27,176,702,858 | IssuesEvent | 2023-02-18 04:36:26 | KDT3MiniProjectTeam-7/Mini_Project_BE | https://api.github.com/repos/KDT3MiniProjectTeam-7/Mini_Project_BE | closed | ์ต๊ทผ ๋ณธ ์ํ ์๋น์ค ๊ตฌํ | Priority : High Status : In Progress For : API Type : Feature | ## Description(์ค๋ช
)
- ์ต๊ทผ ๋ณธ ์ํ ์๋น์ค๋ฅผ ๊ตฌํํฉ๋๋ค.
## Tasks(New feature)
- [x] ์ต๊ทผ ๋ณธ ์ํ ์ถ๊ฐ
- [x] ์ต๊ทผ ๋ณธ ์ํ ์ญ์
<!--
- [ ] Item 1
-->
## References
<!--
[link text](link addr)
-->
| 1.0 | ์ต๊ทผ ๋ณธ ์ํ ์๋น์ค ๊ตฌํ - ## Description(์ค๋ช
)
- ์ต๊ทผ ๋ณธ ์ํ ์๋น์ค๋ฅผ ๊ตฌํํฉ๋๋ค.
## Tasks(New feature)
- [x] ์ต๊ทผ ๋ณธ ์ํ ์ถ๊ฐ
- [x] ์ต๊ทผ ๋ณธ ์ํ ์ญ์
<!--
- [ ] Item 1
-->
## References
<!--
[link text](link addr)
-->
| priority | ์ต๊ทผ ๋ณธ ์ํ ์๋น์ค ๊ตฌํ description ์ค๋ช
์ต๊ทผ ๋ณธ ์ํ ์๋น์ค๋ฅผ ๊ตฌํํฉ๋๋ค tasks new feature ์ต๊ทผ ๋ณธ ์ํ ์ถ๊ฐ ์ต๊ทผ ๋ณธ ์ํ ์ญ์ item references link addr | 1 |
107,559 | 4,310,743,026 | IssuesEvent | 2016-07-21 20:15:23 | phusion/passenger | https://api.github.com/repos/phusion/passenger | closed | Passenger/Apache crashes on large file POST | Priority/High Server/Apache | Passenger 5.0.16
CentOS 6
Apache 2.2.15
When we upload a large set of files (10G+) to a Rails app running under Passenger, Passenger will frequently crash, leaving the following log: https://gist.github.com/will-in-wi/a2847ac19ac08f4f555d
The main line seems to be:
[ pid=21536 ] Last assertion failure: (bytesBuffered + buffer.size() <= MAX_MEMORY_BUFFERING), function void Passenger::ServerKit::FileBufferedChannel::pushBuffer(const Passenger::MemoryKit::mbuf&), file ext/common/ServerKit/FileBufferedChannel.h, line 475.
It looks like the buffer gets bigger than the number of bytes a 32bit integer can reference. https://github.com/phusion/passenger/blob/release-5.0.19/src/cxx_supportlib/ServerKit/FileBufferedChannel.h#L475
Is there an expected hard limit in Passenger on the amount of data which can be uploaded, or is this a bug?
Thanks! | 1.0 | Passenger/Apache crashes on large file POST - Passenger 5.0.16
CentOS 6
Apache 2.2.15
When we upload a large set of files (10G+) to a Rails app running under Passenger, Passenger will frequently crash, leaving the following log: https://gist.github.com/will-in-wi/a2847ac19ac08f4f555d
The main line seems to be:
[ pid=21536 ] Last assertion failure: (bytesBuffered + buffer.size() <= MAX_MEMORY_BUFFERING), function void Passenger::ServerKit::FileBufferedChannel::pushBuffer(const Passenger::MemoryKit::mbuf&), file ext/common/ServerKit/FileBufferedChannel.h, line 475.
It looks like the buffer gets bigger than the number of bytes a 32bit integer can reference. https://github.com/phusion/passenger/blob/release-5.0.19/src/cxx_supportlib/ServerKit/FileBufferedChannel.h#L475
Is there an expected hard limit in Passenger on the amount of data which can be uploaded, or is this a bug?
Thanks! | priority | passenger apache crashes on large file post passenger centos apache when we upload a large set of files to a rails app running under passenger passenger will frequently crash leaving the following log the main line seems to be last assertion failure bytesbuffered buffer size max memory buffering function void passenger serverkit filebufferedchannel pushbuffer const passenger memorykit mbuf file ext common serverkit filebufferedchannel h line it looks like the buffer gets bigger than the number of bytes a integer can reference is there an expected hard limit in passenger on the amount of data which can be uploaded or is this a bug thanks | 1 |
81,678 | 3,593,370,773 | IssuesEvent | 2016-02-01 19:28:16 | leeensminger/DelDOT-NPDES-Field-Tool | https://api.github.com/repos/leeensminger/DelDOT-NPDES-Field-Tool | opened | Stream Distance tool is not functional | bug - high priority | Tool to measure the stream distance and to populate the GNIS Name and GNIS ID is not functional.

| 1.0 | Stream Distance tool is not functional - Tool to measure the stream distance and to populate the GNIS Name and GNIS ID is not functional.

| priority | stream distance tool is not functional tool to measure the stream distance and to populate the gnis name and gnis id is not functional | 1 |
138,264 | 5,330,855,272 | IssuesEvent | 2017-02-15 18:02:26 | python/mypy | https://api.github.com/repos/python/mypy | closed | Merge new typing.py into lib-typing | priority-0-high | The upstream typing.py has changed quite a bit and will be released with CPython 3.6.1 [fairly soon](https://www.python.org/dev/peps/pep-0494/#id1). | 1.0 | Merge new typing.py into lib-typing - The upstream typing.py has changed quite a bit and will be released with CPython 3.6.1 [fairly soon](https://www.python.org/dev/peps/pep-0494/#id1). | priority | merge new typing py into lib typing the upstream typing py has changed quite a bit and will be released with cpython | 1 |
829,352 | 31,865,579,952 | IssuesEvent | 2023-09-15 13:56:12 | huridocs/uwazi | https://api.github.com/repos/huridocs/uwazi | closed | Creating an entity leaves the relationships v2 fields in a processing state | Bug :lady_beetle: Priority: High Backend ๐พ | **Describe the bug**
When creating an entity, the relationships v2 fields of the template are marked as obsolete in the entity but they are never processed.
**To Reproduce**
Steps to reproduce the behavior:
1. Have a template A with a relationship v2 field.
2. Create an entity A1 of template A.
3. Navigate to A1 in the library.
4. The relationship v2 field shows a spinner.
**Expected behavior**
Since a freshly created entity can't have any relationships by definition, the relationships v2 fields should be assumed empty. | 1.0 | Creating an entity leaves the relationships v2 fields in a processing state - **Describe the bug**
When creating an entity, the relationships v2 fields of the template are marked as obsolete in the entity but they are never processed.
**To Reproduce**
Steps to reproduce the behavior:
1. Have a template A with a relationship v2 field.
2. Create an entity A1 of template A.
3. Navigate to A1 in the library.
4. The relationship v2 field shows a spinner.
**Expected behavior**
Since a freshly created entity can't have any relationships by definition, the relationships v2 fields should be assumed empty. | priority | creating an entity leaves the relationships fields in a processing state describe the bug when creating an entity the relationships fields of the template are marked as obsolete in the entity but they are never processed to reproduce steps to reproduce the behavior have a template a with a relationship field create an entity of template a navigate to in the library the relationship field shows a spinner expected behavior since a freshly created entity can t have any relationships by definition the relationships fields should be assumed empty | 1 |
692,609 | 23,742,622,589 | IssuesEvent | 2022-08-31 13:38:28 | project-chip/zap | https://api.github.com/repos/project-chip/zap | opened | Helpers not accounting for packageIds run into issues with cluster Extensions(custom xml) | matter high priority zigbee pro | Make sure all helpers have an association with the packageIds. When loading a custom xml which has cluster extensions generation picks up the extensions for generation. However when the custom xml is deleted then generation continues to pick up the custom xml. This happens for all helpers which do not take packageId into account. Update such helpers to use packageId | 1.0 | Helpers not accounting for packageIds run into issues with cluster Extensions(custom xml) - Make sure all helpers have an association with the packageIds. When loading a custom xml which has cluster extensions generation picks up the extensions for generation. However when the custom xml is deleted then generation continues to pick up the custom xml. This happens for all helpers which do not take packageId into account. Update such helpers to use packageId | priority | helpers not accounting for packageids run into issues with cluster extensions custom xml make sure all helpers have an association with the packageids when loading a custom xml which has cluster extensions generation picks up the extensions for generation however when the custom xml is deleted then generation continues to pick up the custom xml this happens for all helpers which do not take packageid into account update such helpers to use packageid | 1 |
596,230 | 18,100,451,681 | IssuesEvent | 2021-09-22 13:44:09 | Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | opened | Republic and Theocratic Spouses | suggestion :question: localisation :page_facing_up: priority high :exclamation: good first issue | <!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Describe your suggestion in full detail below:**
Republic and theocratic titles shouldn't pass to spouses. If you're mayor, your wife shouldn't be called mayor.
<details>
<summary>Click to expand</summary>

</details> | 1.0 | Republic and Theocratic Spouses - <!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Describe your suggestion in full detail below:**
Republic and theocratic titles shouldn't pass to spouses. If you're mayor, your wife shouldn't be called mayor.
<details>
<summary>Click to expand</summary>

</details> | priority | republic and theocratic spouses do not remove pre existing lines describe your suggestion in full detail below republic and theocratic titles shouldn t pass to spouses if you re mayor your wife shouldn t be called mayor click to expand | 1 |
418,755 | 12,202,974,029 | IssuesEvent | 2020-04-30 09:49:25 | cdnjs/cdnjs | https://api.github.com/repos/cdnjs/cdnjs | closed | [Request] Add BOOTSTRA.386 | :arrows_counterclockwise: Wait for response :rotating_light: High Priority ๐ท Library Request | **Library name:** BOOTSTRA.386
**Library desctiption:** A vintage 1980s DOS inspired Twitter Bootstrap theme
**Git repository url:** https://github.com/kristopolous/BOOTSTRA.386
**npm package name or url** (if there is one):
**License (List them all if it's multiple):** Apache License 2.0
**Official homepage:** http://kristopolous.github.io/BOOTSTRA.386/
**Wanna say something? Leave message here:**
=====================
Notes from cdnjs maintainer(please remove this section after you read it):
Please read the [README.md](https://github.com/cdnjs/cdnjs#cdnjs-library-repository) and [CONTRIBUTING.md](https://github.com/cdnjs/cdnjs/blob/master/CONTRIBUTING.md) document first.
We encourage you to add a library via sending pull request,
it'll be faster than just opening a request issue,
since there are tons of issues, please wait with patience,
and please don't forget to read the guidelines for contributing, thanks!!
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/48931309-request-add-bootstra-386?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github).
</bountysource-plugin> | 1.0 | [Request] Add BOOTSTRA.386 - **Library name:** BOOTSTRA.386
**Library desctiption:** A vintage 1980s DOS inspired Twitter Bootstrap theme
**Git repository url:** https://github.com/kristopolous/BOOTSTRA.386
**npm package name or url** (if there is one):
**License (List them all if it's multiple):** Apache License 2.0
**Official homepage:** http://kristopolous.github.io/BOOTSTRA.386/
**Wanna say something? Leave message here:**
=====================
Notes from cdnjs maintainer(please remove this section after you read it):
Please read the [README.md](https://github.com/cdnjs/cdnjs#cdnjs-library-repository) and [CONTRIBUTING.md](https://github.com/cdnjs/cdnjs/blob/master/CONTRIBUTING.md) document first.
We encourage you to add a library via sending pull request,
it'll be faster than just opening a request issue,
since there are tons of issues, please wait with patience,
and please don't forget to read the guidelines for contributing, thanks!!
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/48931309-request-add-bootstra-386?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github).
</bountysource-plugin> | priority | add bootstra library name bootstra library desctiption a vintage dos inspired twitter bootstrap theme git repository url npm package name or url if there is one license list them all if it s multiple apache license official homepage wanna say something leave message here notes from cdnjs maintainer please remove this section after you read it please read the and document first we encourage you to add a library via sending pull request it ll be faster than just opening a request issue since there are tons of issues please wait with patience and please don t forget to read the guidelines for contributing thanks want to back this issue we accept bounties via | 1 |
267,871 | 8,393,897,531 | IssuesEvent | 2018-10-09 22:02:11 | gfrebello/qs-trip-planning-procedure | https://api.github.com/repos/gfrebello/qs-trip-planning-procedure | closed | Define vision document | Priority:Very High | Having a vision of what the project will be is important to guide us thought the implementation of the software. A Vision Document is the artifact that will help us with this, and should be done in the first sprint.
The template to be used can be found here: https://github.com/utelemaco/prisma-sandbox-project/wiki/Vision-Document-Template
And the link to the document is here: https://docs.google.com/document/d/1xfNspnief7lW3qrqfhTfMJ1p9KNsGFfgGwRdvVr2uX0/edit?usp=sharing
It can be found in the following Google Drive folder: https://drive.google.com/drive/folders/12783GBQAYpSUX0QHTZsKf18RXgPDYzYe?usp=sharing | 1.0 | Define vision document - Having a vision of what the project will be is important to guide us thought the implementation of the software. A Vision Document is the artifact that will help us with this, and should be done in the first sprint.
The template to be used can be found here: https://github.com/utelemaco/prisma-sandbox-project/wiki/Vision-Document-Template
And the link to the document is here: https://docs.google.com/document/d/1xfNspnief7lW3qrqfhTfMJ1p9KNsGFfgGwRdvVr2uX0/edit?usp=sharing
It can be found in the following Google Drive folder: https://drive.google.com/drive/folders/12783GBQAYpSUX0QHTZsKf18RXgPDYzYe?usp=sharing | priority | define vision document having a vision of what the project will be is important to guide us thought the implementation of the software a vision document is the artifact that will help us with this and should be done in the first sprint the template to be used can be found here and the link to the document is here it can be found in the following google drive folder | 1 |
654,172 | 21,640,128,531 | IssuesEvent | 2022-05-05 17:52:47 | AgnostiqHQ/covalent | https://api.github.com/repos/AgnostiqHQ/covalent | opened | Improve `get_result` method | priority / high covalent-mono | * Optimize get result so that we are not constantly unpickling the result object | 1.0 | Improve `get_result` method - * Optimize get result so that we are not constantly unpickling the result object | priority | improve get result method optimize get result so that we are not constantly unpickling the result object | 1 |
329,485 | 10,020,561,480 | IssuesEvent | 2019-07-16 12:54:23 | social-dist0rtion-protocol/toco2-burner-wallet | https://api.github.com/repos/social-dist0rtion-protocol/toco2-burner-wallet | opened | Setup continuous integration with Travis | high priority | ## Scope
- CI can be setup where every successful PR that ends up getting merged into master, gets deployed automatically by travis-ci.org to a specific webserver and domain
- Examples of this are:
- LeapDAO's burner wallet that gets deployed to Cloudfront: https://github.com/leapdao/plasma-burner-wallet/blob/master/.travis.yml
- @TimDaub's 0xdeface.me demo that gets deployed into a GitHub Pages repository: https://github.com/0xdefaceme/demo/blob/master/.travis.yml
## Deliverables
- Setup continuous integration for merging successful PRs
## Note
- It is recommended to do this early rather than late as it can potentially speed up development
- This task is ideally assigned to a member of the SDP, as only they have access to the hosting website
## Roles
bounty gardener: @TimDaub / 10%
bounty worker: name / 75%
bounty reviewer: name / 15% | 1.0 | Setup continuous integration with Travis - ## Scope
- CI can be setup where every successful PR that ends up getting merged into master, gets deployed automatically by travis-ci.org to a specific webserver and domain
- Examples of this are:
- LeapDAO's burner wallet that gets deployed to Cloudfront: https://github.com/leapdao/plasma-burner-wallet/blob/master/.travis.yml
- @TimDaub's 0xdeface.me demo that gets deployed into a GitHub Pages repository: https://github.com/0xdefaceme/demo/blob/master/.travis.yml
## Deliverables
- Setup continuous integration for merging successful PRs
## Note
- It is recommended to do this early rather than late as it can potentially speed up development
- This task is ideally assigned to a member of the SDP, as only they have access to the hosting website
## Roles
bounty gardener: @TimDaub / 10%
bounty worker: name / 75%
bounty reviewer: name / 15% | priority | setup continuous integration with travis scope ci can be setup where every successful pr that ends up getting merged into master gets deployed automatically by travis ci org to a specific webserver and domain examples of this are leapdao s burner wallet that gets deployed to cloudfront timdaub s me demo that gets deployed into a github pages repository deliverables setup continuous integration for merging successful prs note it is recommended to do this early rather than late as it can potentially speed up development this task is ideally assigned to a member of the sdp as only they have access to the hosting website roles bounty gardener timdaub bounty worker name bounty reviewer name | 1 |
685,577 | 23,461,311,834 | IssuesEvent | 2022-08-16 13:20:37 | Dessia-tech/dessia_common | https://api.github.com/repos/Dessia-tech/dessia_common | closed | Good practice on a method with class in input | type: question priority: High | **Note: for support questions, please use https://nextcloud.dessia.tech/call/hr9z9bif
* **I'm submitting a ...**
- [ ] bug report
- [ ] feature request
* **What is the current behavior?**
I have a class that inherits from DessiaObject
This class has a method that take inputs : file_component: BinaryFile, sheet: str, _class: DessiaObject
In local, everything work. When i want to push a Workflow in the plateforme using this method (i filled mandatory value such as _class in workflow.imposed_variable_values, so that the plateform doesn't need to ask me this input)
But i have an error 500 in this case
Indeed, the problem comes from to_dict because I have this message :
File "C:\Users\Mack\AppData\Local\Temp/ipykernel_8700/3245544341.py", line 1, in <module>
workflow_0.to_dict()
File "c:\users\mack\documents\git\dessia_common\dessia_common\workflow\core.py", line 561, in to_dict
ser_value, memo = serialize_with_pointers(value, memo=memo,
File "c:\users\mack\documents\git\dessia_common\dessia_common\utils\serialization.py", line 89, in serialize_with_pointers
serialized = value.to_dict()
TypeError: to_dict() missing 1 required positional argument: 'self'
self problem should come from the fact that i give a dessiaObject as an input but not instanciated
* **Please tell us about your environment:**
- branch:
- commit:
- python version:
| 1.0 | Good practice on a method with class in input - **Note: for support questions, please use https://nextcloud.dessia.tech/call/hr9z9bif
* **I'm submitting a ...**
- [ ] bug report
- [ ] feature request
* **What is the current behavior?**
I have a class that inherits from DessiaObject
This class has a method that take inputs : file_component: BinaryFile, sheet: str, _class: DessiaObject
In local, everything work. When i want to push a Workflow in the plateforme using this method (i filled mandatory value such as _class in workflow.imposed_variable_values, so that the plateform doesn't need to ask me this input)
But i have an error 500 in this case
Indeed, the problem comes from to_dict because I have this message :
File "C:\Users\Mack\AppData\Local\Temp/ipykernel_8700/3245544341.py", line 1, in <module>
workflow_0.to_dict()
File "c:\users\mack\documents\git\dessia_common\dessia_common\workflow\core.py", line 561, in to_dict
ser_value, memo = serialize_with_pointers(value, memo=memo,
File "c:\users\mack\documents\git\dessia_common\dessia_common\utils\serialization.py", line 89, in serialize_with_pointers
serialized = value.to_dict()
TypeError: to_dict() missing 1 required positional argument: 'self'
self problem should come from the fact that i give a dessiaObject as an input but not instanciated
* **Please tell us about your environment:**
- branch:
- commit:
- python version:
| priority | good practice on a method with class in input note for support questions please use i m submitting a bug report feature request what is the current behavior i have a class that inherits from dessiaobject this class has a method that take inputs file component binaryfile sheet str class dessiaobject in local everything work when i want to push a workflow in the plateforme using this method i filled mandatory value such as class in workflow imposed variable values so that the plateform doesn t need to ask me this input but i have an error in this case indeed the problem comes from to dict because i have this message file c users mack appdata local temp ipykernel py line in workflow to dict file c users mack documents git dessia common dessia common workflow core py line in to dict ser value memo serialize with pointers value memo memo file c users mack documents git dessia common dessia common utils serialization py line in serialize with pointers serialized value to dict typeerror to dict missing required positional argument self self problem should come from the fact that i give a dessiaobject as an input but not instanciated please tell us about your environment branch commit python version | 1 |
405,799 | 11,882,793,450 | IssuesEvent | 2020-03-27 14:57:17 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | StdLib goto definition not working for object fields | Area/Tooling Component/LanguageServer Points/0.5 Priority/High Type/Bug | **Description:**
$title
**Affected Versions:**
v1.2.0-rc2 at least
| 1.0 | StdLib goto definition not working for object fields - **Description:**
$title
**Affected Versions:**
v1.2.0-rc2 at least
| priority | stdlib goto definition not working for object fields description title affected versions at least | 1 |
398,464 | 11,741,383,994 | IssuesEvent | 2020-03-11 21:37:19 | openmsupply/mobile | https://api.github.com/repos/openmsupply/mobile | closed | Modal titles are not centered | Docs: not needed Effort: small Good first issue Priority: high UX | ## Describe the bug
current select master list is not in the middle of row.
It's better to be in the middle of row.

A clear and concise description of what the bug is. Use screenshots!
### To reproduce
Steps to reproduce the behavior:
1. Go to 'customer invoice'
2. Click on 'new invoice'
3. Click on add master list items
4. See error
### Expected behaviour
Header should be in the middle of row and supposedly with bigger font
A clear and concise description of what you expected to happen.
### Proposed Solution
Get into Modal String to change font and distance from left and right?!
### Version and device info
- App version: 4.0.0 rc10
- Tablet model: emulator
- OS version:
| 1.0 | Modal titles are not centered - ## Describe the bug
current select master list is not in the middle of row.
It's better to be in the middle of row.

A clear and concise description of what the bug is. Use screenshots!
### To reproduce
Steps to reproduce the behavior:
1. Go to 'customer invoice'
2. Click on 'new invoice'
3. Click on add master list items
4. See error
### Expected behaviour
Header should be in the middle of row and supposedly with bigger font
A clear and concise description of what you expected to happen.
### Proposed Solution
Get into Modal String to change font and distance from left and right?!
### Version and device info
- App version: 4.0.0 rc10
- Tablet model: emulator
- OS version:
| priority | modal titles are not centered describe the bug current select master list is not in the middle of row it s better to be in the middle of row a clear and concise description of what the bug is use screenshots to reproduce steps to reproduce the behavior go to customer invoice click on new invoice click on add master list items see error expected behaviour header should be in the middle of row and supposedly with bigger font a clear and concise description of what you expected to happen proposed solution get into modal string to change font and distance from left and right version and device info app version tablet model emulator os version | 1 |
479,813 | 13,805,921,096 | IssuesEvent | 2020-10-11 15:36:47 | pytorch/vision | https://api.github.com/repos/pytorch/vision | closed | Add empty batch support for DeformConv2d | enhancement high priority module: ops | This is very similar to https://github.com/pytorch/pytorch/issues/12013, but for `DeformConv2d` which is implemented in torchvision.
This would allow detectron2 to potentially move to use the torchvision implementation of `DeformConv2d`, [instead of their own version](https://github.com/facebookresearch/detectron2/blob/master/detectron2/layers/deform_conv.py)
cc @ppwwyyxx | 1.0 | Add empty batch support for DeformConv2d - This is very similar to https://github.com/pytorch/pytorch/issues/12013, but for `DeformConv2d` which is implemented in torchvision.
This would allow detectron2 to potentially move to use the torchvision implementation of `DeformConv2d`, [instead of their own version](https://github.com/facebookresearch/detectron2/blob/master/detectron2/layers/deform_conv.py)
cc @ppwwyyxx | priority | add empty batch support for this is very similar to but for which is implemented in torchvision this would allow to potentially move to use the torchvision implementation of cc ppwwyyxx | 1 |
832,400 | 32,078,945,950 | IssuesEvent | 2023-09-25 12:50:36 | AY2324S1-CS2103T-T10-2/tp | https://api.github.com/repos/AY2324S1-CS2103T-T10-2/tp | opened | Update README and _config.yml | type.Chore priority.High | https://nus-cs2103-ay2324s1.github.io/website/schedule/week7/project.html#2-update-project-website-aboutus-readme
Tasks:
- [ ] [README.md] CI banners points to own project @jiakai-17
- [ ] [README.md] No traces of AB3 remain @jiakai-17
- [ ] [README.md] Upload new Ui.png UI Mockup @pra-navi
- [ ] [README.md] Acknowledge the original source of the code @jiakai-17
- [ ] [_config.yml] No traces of AB-3 remain @jiakai-17 | 1.0 | Update README and _config.yml - https://nus-cs2103-ay2324s1.github.io/website/schedule/week7/project.html#2-update-project-website-aboutus-readme
Tasks:
- [ ] [README.md] CI banners points to own project @jiakai-17
- [ ] [README.md] No traces of AB3 remain @jiakai-17
- [ ] [README.md] Upload new Ui.png UI Mockup @pra-navi
- [ ] [README.md] Acknowledge the original source of the code @jiakai-17
- [ ] [_config.yml] No traces of AB-3 remain @jiakai-17 | priority | update readme and config yml tasks ci banners points to own project jiakai no traces of remain jiakai upload new ui png ui mockup pra navi acknowledge the original source of the code jiakai no traces of ab remain jiakai | 1 |
607,724 | 18,789,478,915 | IssuesEvent | 2021-11-08 15:25:00 | DXgovernance/dxvote | https://api.github.com/repos/DXgovernance/dxvote | closed | Duplicate voters display bug | Bug High Priority Refactor | Couldnt find this issue in here but maybe I missed it so may be duplicate.
This has been a bug for ages where votes and stakes get duplicated randomly for some people on some proposals
This is not just ens names, the bug has been around before this.
It is just a visual bug but very annoying and I havent been able to consistently replicate or debug yet.
...Worst case at this point we could just remove duplicates before displaying them ...
<img width="191" alt="ในใฏใชใผใณใทใงใใ 2021-10-28 18 10 55" src="https://user-images.githubusercontent.com/39137239/139303034-13c83b70-7b10-4313-a36f-b6d69db0b15a.png">
| 1.0 | Duplicate voters display bug - Couldnt find this issue in here but maybe I missed it so may be duplicate.
This has been a bug for ages where votes and stakes get duplicated randomly for some people on some proposals
This is not just ens names, the bug has been around before this.
It is just a visual bug but very annoying and I havent been able to consistently replicate or debug yet.
...Worst case at this point we could just remove duplicates before displaying them ...
<img width="191" alt="ในใฏใชใผใณใทใงใใ 2021-10-28 18 10 55" src="https://user-images.githubusercontent.com/39137239/139303034-13c83b70-7b10-4313-a36f-b6d69db0b15a.png">
| priority | duplicate voters display bug couldnt find this issue in here but maybe i missed it so may be duplicate this has been a bug for ages where votes and stakes get duplicated randomly for some people on some proposals this is not just ens names the bug has been around before this it is just a visual bug but very annoying and i havent been able to consistently replicate or debug yet worst case at this point we could just remove duplicates before displaying them img width alt ในใฏใชใผใณใทใงใใ src | 1 |
605,734 | 18,739,823,017 | IssuesEvent | 2021-11-04 12:20:19 | AY2122S1-CS2113T-T10-3/tp | https://api.github.com/repos/AY2122S1-CS2113T-T10-3/tp | closed | Code Review for @Kair0s3 | type.Task priority.High | @Kair0s3
1. Would it be better to specify the Javadoc of class members on single lines?

2. Lines 98-100 seems like a complex statement, would it be better to split them into separate lines?

3. Line 74 seems a bit complicated, you might consider splitting them up to enhance readability?

| 1.0 | Code Review for @Kair0s3 - @Kair0s3
1. Would it be better to specify the Javadoc of class members on single lines?

2. Lines 98-100 seems like a complex statement, would it be better to split them into separate lines?

3. Line 74 seems a bit complicated, you might consider splitting them up to enhance readability?

| priority | code review for would it be better to specify the javadoc of class members on single lines lines seems like a complex statement would it be better to split them into separate lines line seems a bit complicated you might consider splitting them up to enhance readability | 1 |
235,986 | 7,744,454,709 | IssuesEvent | 2018-05-29 15:25:51 | Gloirin/m2gTest | https://api.github.com/repos/Gloirin/m2gTest | closed | 0005038:
Implement shared Favorites (backend) | Feature Request Tinebase high priority | **Reported by pschuele on 2 Nov 2011 11:14**
Implement shared Favorites (backend)
1. rights need to be assured in the persistent filter controller!
2. delete is_default col.
| 1.0 | 0005038:
Implement shared Favorites (backend) - **Reported by pschuele on 2 Nov 2011 11:14**
Implement shared Favorites (backend)
1. rights need to be assured in the persistent filter controller!
2. delete is_default col.
| priority | implement shared favorites backend reported by pschuele on nov implement shared favorites backend rights need to be assured in the persistent filter controller delete is default col | 1 |
143,065 | 5,495,431,631 | IssuesEvent | 2017-03-15 04:16:52 | ampproject/ampstart | https://api.github.com/repos/ampproject/ampstart | closed | Too much space between "Body copy" visual and code snippet | P1: High Priority Page: Components Type: Bug | There's a noticeably large gap between where the end of the "Body copy" visual example ends and where the HTML code snippet starts. | 1.0 | Too much space between "Body copy" visual and code snippet - There's a noticeably large gap between where the end of the "Body copy" visual example ends and where the HTML code snippet starts. | priority | too much space between body copy visual and code snippet there s a noticeably large gap between where the end of the body copy visual example ends and where the html code snippet starts | 1 |
188,600 | 6,778,077,610 | IssuesEvent | 2017-10-28 05:19:47 | toddwseattle/ng-landing | https://api.github.com/repos/toddwseattle/ng-landing | closed | View a list of all projects the user has worked on | Priority: High Size: M Type: Story | As a viewer of the landing page, I can see a list of all the projects the person has worked on. | 1.0 | View a list of all projects the user has worked on - As a viewer of the landing page, I can see a list of all the projects the person has worked on. | priority | view a list of all projects the user has worked on as a viewer of the landing page i can see a list of all the projects the person has worked on | 1 |
110,166 | 4,422,141,735 | IssuesEvent | 2016-08-16 00:45:33 | codeforkansascity/I-Got-Mine | https://api.github.com/repos/codeforkansascity/I-Got-Mine | closed | Translation: reference to Google spreadsheet columns is messed up | high priority | Click on Esanol to experience the problem. | 1.0 | Translation: reference to Google spreadsheet columns is messed up - Click on Esanol to experience the problem. | priority | translation reference to google spreadsheet columns is messed up click on esanol to experience the problem | 1 |
647,244 | 21,096,180,196 | IssuesEvent | 2022-04-04 10:30:51 | crayon/terraform-azurerm-vm | https://api.github.com/repos/crayon/terraform-azurerm-vm | closed | Add support for Managed Identities | Type: Feature Status: Accepted Priority: High | Support for both [System assigned and User assigned identities for virtual machines](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/qs-configure-template-windows-vm) would be very useful to have available in the module.
| 1.0 | Add support for Managed Identities - Support for both [System assigned and User assigned identities for virtual machines](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/qs-configure-template-windows-vm) would be very useful to have available in the module.
| priority | add support for managed identities support for both would be very useful to have available in the module | 1 |
33,064 | 2,762,025,541 | IssuesEvent | 2015-04-28 20:23:37 | GluuFederation/oxTrust | https://api.github.com/repos/GluuFederation/oxTrust | closed | Delete OAuth2 Client Fails | High Priority | When you try to delete a client, oxTrust reports:
Failed to remove client 'Demo Website'
The client is not deleted because it has subordinate entries in LDAP:
[16/Apr/2015:09:17:42 +0000] DELETE RES conn=8 op=1299 msgID=1300 result=66 message="The entry 'inum=@!E475.D9B8.5D7A.FE22!0001!B753.B06D!0008!EB96.8237,ou=clients,o=@!E475.D9B8.5D7A.FE22!0001!B753.B06D,o=gluu' cannot be removed because it has subordinate entries" etime=3 | 1.0 | Delete OAuth2 Client Fails - When you try to delete a client, oxTrust reports:
Failed to remove client 'Demo Website'
The client is not deleted because it has subordinate entries in LDAP:
[16/Apr/2015:09:17:42 +0000] DELETE RES conn=8 op=1299 msgID=1300 result=66 message="The entry 'inum=@!E475.D9B8.5D7A.FE22!0001!B753.B06D!0008!EB96.8237,ou=clients,o=@!E475.D9B8.5D7A.FE22!0001!B753.B06D,o=gluu' cannot be removed because it has subordinate entries" etime=3 | priority | delete client fails when you try to delete a client oxtrust reports failed to remove client demo website the client is not deleted because it has subordinate entries in ldap delete res conn op msgid result message the entry inum ou clients o o gluu cannot be removed because it has subordinate entries etime | 1 |
93,604 | 3,906,322,271 | IssuesEvent | 2016-04-19 08:22:18 | dkpro/dkpro-tc | https://api.github.com/repos/dkpro/dkpro-tc | closed | Unit Classification: MetaCollector compute redundantly the ngram distribution | bug Priority-High | When using NGram feature extractors in `unit` mode the meta collectors recreate the ngram distribution for each unit annotation.
This is first and foremost a runtime issue. Depending on the number of units the collection process might take ages to finish even for smaller data sets.
As a temporare solution we choke off the meta collectors. See details in the discussion on the mailing list: https://groups.google.com/forum/#!topic/dkpro-tc-dev/Lz04TiEVl4M | 1.0 | Unit Classification: MetaCollector compute redundantly the ngram distribution - When using NGram feature extractors in `unit` mode the meta collectors recreate the ngram distribution for each unit annotation.
This is first and foremost a runtime issue. Depending on the number of units the collection process might take ages to finish even for smaller data sets.
As a temporare solution we choke off the meta collectors. See details in the discussion on the mailing list: https://groups.google.com/forum/#!topic/dkpro-tc-dev/Lz04TiEVl4M | priority | unit classification metacollector compute redundantly the ngram distribution when using ngram feature extractors in unit mode the meta collectors recreate the ngram distribution for each unit annotation this is first and foremost a runtime issue depending on the number of units the collection process might take ages to finish even for smaller data sets as a temporare solution we choke off the meta collectors see details in the discussion on the mailing list | 1 |
749,912 | 26,182,960,239 | IssuesEvent | 2023-01-02 18:19:46 | anoma/juvix | https://api.github.com/repos/anoma/juvix | opened | It is impossible to specify `builtin` and `terminating` simultaneously | parsing bug syntax priority:high pending-review | Defining:
```
terminating
builtin nat-div
div : Nat โ Nat โ Nat;
div zero _ := zero;
div n m := suc (div (sub n m) m);
```
results in a syntax error
```
|
32 | div : Nat โ Nat โ Nat;
| ^
expecting :=
```
| 1.0 | It is impossible to specify `builtin` and `terminating` simultaneously - Defining:
```
terminating
builtin nat-div
div : Nat โ Nat โ Nat;
div zero _ := zero;
div n m := suc (div (sub n m) m);
```
results in a syntax error
```
|
32 | div : Nat โ Nat โ Nat;
| ^
expecting :=
```
| priority | it is impossible to specify builtin and terminating simultaneously defining terminating builtin nat div div nat โ nat โ nat div zero zero div n m suc div sub n m m results in a syntax error div nat โ nat โ nat expecting | 1 |
109,381 | 4,386,673,170 | IssuesEvent | 2016-08-08 13:38:15 | Starbugstone/ADListing | https://api.github.com/repos/Starbugstone/ADListing | closed | LDAP Search with brackets in DN Dame returns error | bug Priority:High | We have an error with a name with brackets in the DN.
getting a return error. need to escape the brackets.
Probably best to do it on reception. | 1.0 | LDAP Search with brackets in DN Dame returns error - We have an error with a name with brackets in the DN.
getting a return error. need to escape the brackets.
Probably best to do it on reception. | priority | ldap search with brackets in dn dame returns error we have an error with a name with brackets in the dn getting a return error need to escape the brackets probably best to do it on reception | 1 |
752,342 | 26,282,471,608 | IssuesEvent | 2023-01-07 13:07:28 | GetStream/stream-chat-swift | https://api.github.com/repos/GetStream/stream-chat-swift | closed | UserInfo: name & imageURL always nil | ๐ย Bug โ๏ธย High Priority | ## What did you do?
We've been running StreamChat in production on iOS for about a year without any issues when connecting users with name and imageURL. However since updating to your latest SDK about a week ago the name and imageURL are no longer being passed to the StreamChat server. Nil is passed not matter how we try to initialize the UserInfo when creating a user or reconnecting an existing user (which as I understand should update the name and imageURL even though nil was passed when the user was first created)
Also we've implemented StreamChat on Android recently. It's connected to the same DB as the iOS version of the app. We have no issues with setting the name or imageURL (named chatImageURL on Android) here
Thanks,
Thomas
## What did you expect to happen?
That the name and imageURL parameters were set in the StreamChat DB
## What happened instead?
Name and imageURL are not being set but remain nil
## GetStream Environment
**GetStream Chat version:**
StreamChatSwiftUI 4.25.0
**GetStream Chat frameworks:**
StreamChatSwiftUI 4.25.0
**iOS version:**
16.2
**Swift version:**
Swift 5
**Xcode version:**
Xcode 14.2
**Device:**
iPhone 11
## Additional context
Here's a snippet of from the method we use to connect existing users which should update the name and imageURL even if these were initially set to nil. We've also tried to initialize the userinfo parameter with a UserInfo object and without setting isInvisible and extraData but that doesn't change anything.
if let chatID = userStatusHandler.userStatus.chatID, let chatToken = userStatusHandler.userStatus.chatToken, let chatName = userStatusHandler.userStatus.chatName, let imageURL = userStatusHandler.userStatus.chatImageURL {
showLoader = true
print("chatID: \(chatID), chatName: \(chatName), imageURL: \(imageURL.absoluteString)")
chatClient.connectUser(userInfo: .init(id: chatID, name: chatName, imageURL: imageURL, isInvisible: false, extraData: [:]), token: Token(stringLiteral: chatToken)) { [weak self] error in
if let error = error {
print(error)
log.error("connecting the user failed \(error)")
return
}
| 1.0 | UserInfo: name & imageURL always nil - ## What did you do?
We've been running StreamChat in production on iOS for about a year without any issues when connecting users with name and imageURL. However since updating to your latest SDK about a week ago the name and imageURL are no longer being passed to the StreamChat server. Nil is passed not matter how we try to initialize the UserInfo when creating a user or reconnecting an existing user (which as I understand should update the name and imageURL even though nil was passed when the user was first created)
Also we've implemented StreamChat on Android recently. It's connected to the same DB as the iOS version of the app. We have no issues with setting the name or imageURL (named chatImageURL on Android) here
Thanks,
Thomas
## What did you expect to happen?
That the name and imageURL parameters were set in the StreamChat DB
## What happened instead?
Name and imageURL are not being set but remain nil
## GetStream Environment
**GetStream Chat version:**
StreamChatSwiftUI 4.25.0
**GetStream Chat frameworks:**
StreamChatSwiftUI 4.25.0
**iOS version:**
16.2
**Swift version:**
Swift 5
**Xcode version:**
Xcode 14.2
**Device:**
iPhone 11
## Additional context
Here's a snippet of from the method we use to connect existing users which should update the name and imageURL even if these were initially set to nil. We've also tried to initialize the userinfo parameter with a UserInfo object and without setting isInvisible and extraData but that doesn't change anything.
if let chatID = userStatusHandler.userStatus.chatID, let chatToken = userStatusHandler.userStatus.chatToken, let chatName = userStatusHandler.userStatus.chatName, let imageURL = userStatusHandler.userStatus.chatImageURL {
showLoader = true
print("chatID: \(chatID), chatName: \(chatName), imageURL: \(imageURL.absoluteString)")
chatClient.connectUser(userInfo: .init(id: chatID, name: chatName, imageURL: imageURL, isInvisible: false, extraData: [:]), token: Token(stringLiteral: chatToken)) { [weak self] error in
if let error = error {
print(error)
log.error("connecting the user failed \(error)")
return
}
| priority | userinfo name imageurl always nil what did you do we ve been running streamchat in production on ios for about a year without any issues when connecting users with name and imageurl however since updating to your latest sdk about a week ago the name and imageurl are no longer being passed to the streamchat server nil is passed not matter how we try to initialize the userinfo when creating a user or reconnecting an existing user which as i understand should update the name and imageurl even though nil was passed when the user was first created also we ve implemented streamchat on android recently it s connected to the same db as the ios version of the app we have no issues with setting the name or imageurl named chatimageurl on android here thanks thomas what did you expect to happen that the name and imageurl parameters were set in the streamchat db what happened instead name and imageurl are not being set but remain nil getstream environment getstream chat version streamchatswiftui getstream chat frameworks streamchatswiftui ios version swift version swift xcode version xcode device iphone additional context here s a snippet of from the method we use to connect existing users which should update the name and imageurl even if these were initially set to nil we ve also tried to initialize the userinfo parameter with a userinfo object and without setting isinvisible and extradata but that doesn t change anything if let chatid userstatushandler userstatus chatid let chattoken userstatushandler userstatus chattoken let chatname userstatushandler userstatus chatname let imageurl userstatushandler userstatus chatimageurl showloader true print chatid chatid chatname chatname imageurl imageurl absolutestring chatclient connectuser userinfo init id chatid name chatname imageurl imageurl isinvisible false extradata token token stringliteral chattoken error in if let error error print error log error connecting the user failed error return | 1 |
686,420 | 23,490,369,327 | IssuesEvent | 2022-08-17 18:05:51 | etro-js/etro | https://api.github.com/repos/etro-js/etro | closed | Make `background`'s type `Dynamic<Color>` | good first issue priority:high type:typings | Please update `Movie` and `MovieOptions`, changing its type from `Dynamic<string>` to `Dynamic<Color>`.
Relevant files:
- **src/movie.ts**
- **src/util.ts** | 1.0 | Make `background`'s type `Dynamic<Color>` - Please update `Movie` and `MovieOptions`, changing its type from `Dynamic<string>` to `Dynamic<Color>`.
Relevant files:
- **src/movie.ts**
- **src/util.ts** | priority | make background s type dynamic please update movie and movieoptions changing its type from dynamic to dynamic relevant files src movie ts src util ts | 1 |
716,010 | 24,618,237,143 | IssuesEvent | 2022-10-15 15:37:14 | AY2223S1-CS2103T-T10-1/tp | https://api.github.com/repos/AY2223S1-CS2103T-T10-1/tp | opened | As a busy studebt, I can delete module related links based on alias | type.Story priority.High | so that I can remove irrelevant links quickly | 1.0 | As a busy studebt, I can delete module related links based on alias - so that I can remove irrelevant links quickly | priority | as a busy studebt i can delete module related links based on alias so that i can remove irrelevant links quickly | 1 |
604,135 | 18,677,386,646 | IssuesEvent | 2021-10-31 19:46:23 | ApmeM/godot-rpg | https://api.github.com/repos/ApmeM/godot-rpg | opened | Make turn as small steps | Type: Enhancement Priority: High | Each turn divided into 100 steps
Each action requires some amount of steps.
If current action is impossible on specified step- wait while it become possible again. | 1.0 | Make turn as small steps - Each turn divided into 100 steps
Each action requires some amount of steps.
If current action is impossible on specified step- wait while it become possible again. | priority | make turn as small steps each turn divided into steps each action requires some amount of steps if current action is impossible on specified step wait while it become possible again | 1 |
348,103 | 10,438,780,706 | IssuesEvent | 2019-09-18 03:33:15 | linqs/pacman | https://api.github.com/repos/linqs/pacman | closed | Scared Ghost Crash | Difficulty - Unknown Priority - High Type - Bug | When running a the new replay unit tests, I got a random crash from pacman.
For some reason, a scared ghost (the blue one in this run) tried to go into a wall.
This does not happen all the time.
Attached are the replay and output from this run.
[ghost_crash.tar.gz](https://github.com/linqs/pacman/files/3618720/ghost_crash.tar.gz)
| 1.0 | Scared Ghost Crash - When running a the new replay unit tests, I got a random crash from pacman.
For some reason, a scared ghost (the blue one in this run) tried to go into a wall.
This does not happen all the time.
Attached are the replay and output from this run.
[ghost_crash.tar.gz](https://github.com/linqs/pacman/files/3618720/ghost_crash.tar.gz)
| priority | scared ghost crash when running a the new replay unit tests i got a random crash from pacman for some reason a scared ghost the blue one in this run tried to go into a wall this does not happen all the time attached are the replay and output from this run | 1 |
361,518 | 10,709,759,178 | IssuesEvent | 2019-10-24 23:17:03 | SBUtltmedia/Marginalia | https://api.github.com/repos/SBUtltmedia/Marginalia | closed | APIResponse.php - function arrayToAPIObject($array) | Backend [HIGH] Priority | should be using `array_key_exists` not `in_array` | 1.0 | APIResponse.php - function arrayToAPIObject($array) - should be using `array_key_exists` not `in_array` | priority | apiresponse php function arraytoapiobject array should be using array key exists not in array | 1 |
190,017 | 6,803,824,840 | IssuesEvent | 2017-11-03 03:59:42 | davidberard2/SOEN341GROUPC | https://api.github.com/repos/davidberard2/SOEN341GROUPC | closed | Enhance profile page | enhancement feature high priority in progress Oct. 30 profil sp 3 | - [x] Scroll implementation
- [x] Name implemented as First Name and Last Name
- [x] Use editText instead of textInput for enabling and disabling
- [x] Save button and modify (pen) button
- [x] Add log out button when logged in
The set up for when logged out has been implemented last sprint by Alex
PLEASE ADD CHECKMARK AS TASK FOR STORY POINTS IMPLEMENTATION. | 1.0 | Enhance profile page - - [x] Scroll implementation
- [x] Name implemented as First Name and Last Name
- [x] Use editText instead of textInput for enabling and disabling
- [x] Save button and modify (pen) button
- [x] Add log out button when logged in
The set up for when logged out has been implemented last sprint by Alex
PLEASE ADD CHECKMARK AS TASK FOR STORY POINTS IMPLEMENTATION. | priority | enhance profile page scroll implementation name implemented as first name and last name use edittext instead of textinput for enabling and disabling save button and modify pen button add log out button when logged in the set up for when logged out has been implemented last sprint by alex please add checkmark as task for story points implementation | 1 |
317,734 | 9,668,388,109 | IssuesEvent | 2019-05-21 15:03:01 | ansible/galaxy | https://api.github.com/repos/ansible/galaxy | opened | Notify users that multi-content repo support is ending | area/frontend priority/high status/new type/bug | Send an email to anyone with a production multi-content repo. | 1.0 | Notify users that multi-content repo support is ending - Send an email to anyone with a production multi-content repo. | priority | notify users that multi content repo support is ending send an email to anyone with a production multi content repo | 1 |
406,331 | 11,890,074,474 | IssuesEvent | 2020-03-28 16:42:13 | TwidereProject/Twidere-Android | https://api.github.com/repos/TwidereProject/Twidere-Android | closed | Cut chinese text from reply window will crash Twidere | invalid:duplicate priority:P1:high type:bug | Check before submitting issue -- Thank you!
You can ignore this form if this issue is a feature request.
## Expected behavior
Cut Chinese text from reply window.
## Actual behavior
Twidere has stopped working
## Steps to reproduce
๏ผMy English is poor, Here is Chinese๏ผ
๏ผ.็นๅปไปปๆๆจๆ็ๅๅคๆ้ฎใ
๏ผ.่พๅ
ฅไปปๆไธญๆใ
๏ผ.้ฟๆ่พๅ
ฅ็ไธญๆ๏ผๅนถไป
้ๆฉ่พๅ
ฅ็ไปปๆๆๅ
จ้จ้จไธญๆ๏ผไธๅซๆๅ้จๅ็ID๏ผใ
๏ผ.็นๅปโๅชๅโใ
๏ผ.Twidereๅทฒๅๆญข่ฟ่กใ
## Extra info
Android version: (version code here)
8.1
Network type:
- [ ] Cellular
- [X] Wi-Fi
App version: (version code here)
3.7.3
Build variant:
- [X] Google
- [ ] F-Droid
Micro-blogging service:
- [X] Twitter
- [ ] Fanfou
- [ ] GNU Social / StatusNet
- [ ] Mastodon
App settings:
- [ ] Custom API
- [ ] Custom consumer key/secrets
- [ ] [Official keys](https://gist.github.com/mariotaku/5465786)
- [ ] Using [Thumbor](https://github.com/thumbor/thumbor)
- [ ] Connected through proxy
- [ ] Media preview enabled
Logcat:
```
--------- beginning of crash
10-18 21:18:05.433 22301 22301 E AndroidRuntime: FATAL EXCEPTION: main
10-18 21:18:05.433 22301 22301 E AndroidRuntime: Process: org.mariotaku.twidere, PID: 22301
10-18 21:18:05.433 22301 22301 E AndroidRuntime: java.lang.IndexOutOfBoundsException: charAt: 11 >= length 11
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.charAt(SpannableStringBuilder.java:123)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at org.mariotaku.twidere.text.SafeSpannableStringBuilder.get(SafeSpannableStringBuilder.kt:11)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at org.mariotaku.twidere.text.SafeSpannableStringBuilder.charAt(SafeSpannableStringBuilder.kt:11)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.CharSequenceCharacterIterator.current(CharSequenceCharacterIterator.java:58)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.CharSequenceCharacterIterator.setIndex(CharSequenceCharacterIterator.java:83)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.icu.text.RuleBasedBreakIterator.isBoundary(RuleBasedBreakIterator.java:929)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.method.WordIterator.isBoundary(WordIterator.java:95)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.Editor$SelectionHandleView.positionAtCursorOffset(Editor.java:5005)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.Editor$HandleView.invalidate(Editor.java:4298)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.Editor$SelectionModifierCursorController.invalidateHandles(Editor.java:5660)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.Editor.invalidateHandlesAndActionMode(Editor.java:1863)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.TextView.spanChange(TextView.java:9526)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.TextView$ChangeWatcher.onSpanRemoved(TextView.java:11965)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.sendSpanRemoved(SpannableStringBuilder.java:1281)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.removeSpan(SpannableStringBuilder.java:499)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.removeSpan(SpannableStringBuilder.java:788)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at org.mariotaku.ktextension.EditableExtensionsKt.clearSpans(EditableExtensions.kt:29)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at org.mariotaku.twidere.activity.ComposeActivity.updateTextCount(ComposeActivity.kt:1630)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at org.mariotaku.twidere.activity.ComposeActivity.access$updateTextCount(ComposeActivity.kt:119)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at org.mariotaku.twidere.activity.ComposeActivity$setupEditText$2.onTextChanged(ComposeActivity.kt:1781)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.TextView.sendOnTextChanged(TextView.java:9364)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.TextView.handleTextChanged(TextView.java:9451)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.TextView$ChangeWatcher.onTextChanged(TextView.java:11926)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.sendTextChanged(SpannableStringBuilder.java:1252)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:573)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.delete(SpannableStringBuilder.java:229)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.delete(SpannableStringBuilder.java:227)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.TextView.deleteText_internal(TextView.java:11434)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.TextView.onTextContextMenuItem(TextView.java:10846)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at org.mariotaku.twidere.view.ComposeEditText.onTextContextMenuItem(ComposeEditText.kt:88)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.Editor$TextActionModeCallback.onActionItemClicked(Editor.java:3976)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.policy.DecorView$ActionModeCallback2Wrapper.onActionItemClicked(DecorView.java:2459)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.FloatingActionMode$3.onMenuItemSelected(FloatingActionMode.java:96)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:761)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:167)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:908)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:898)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.FloatingActionMode.lambda$-com_android_internal_view_FloatingActionMode_4856(FloatingActionMode.java:121)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.-$Lambda$IoKM3AcgDw3Ok5aFi0zlym2p3IA.$m$0(Unknown Source:4)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.-$Lambda$IoKM3AcgDw3Ok5aFi0zlym2p3IA.onMenuItemClick(Unknown Source:0)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$2.onClick(FloatingToolbar.java:425)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.view.View.performClick(View.java:6294)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.view.View$PerformClick.run(View.java:24770)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:790)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6494)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:440)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
10-18 21:18:05.436 1301 11349 W ActivityManager: Force finishing activity org.mariotaku.twidere/.activity.ComposeActivity
10-18 21:18:05.454 1301 11349 W ActivityManager: Force finishing activity org.mariotaku.twidere/.activity.HomeActivity
``` | 1.0 | Cut chinese text from reply window will crash Twidere - Check before submitting issue -- Thank you!
You can ignore this form if this issue is a feature request.
## Expected behavior
Cut Chinese text from reply window.
## Actual behavior
Twidere has stopped working
## Steps to reproduce
๏ผMy English is poor, Here is Chinese๏ผ
๏ผ.็นๅปไปปๆๆจๆ็ๅๅคๆ้ฎใ
๏ผ.่พๅ
ฅไปปๆไธญๆใ
๏ผ.้ฟๆ่พๅ
ฅ็ไธญๆ๏ผๅนถไป
้ๆฉ่พๅ
ฅ็ไปปๆๆๅ
จ้จ้จไธญๆ๏ผไธๅซๆๅ้จๅ็ID๏ผใ
๏ผ.็นๅปโๅชๅโใ
๏ผ.Twidereๅทฒๅๆญข่ฟ่กใ
## Extra info
Android version: (version code here)
8.1
Network type:
- [ ] Cellular
- [X] Wi-Fi
App version: (version code here)
3.7.3
Build variant:
- [X] Google
- [ ] F-Droid
Micro-blogging service:
- [X] Twitter
- [ ] Fanfou
- [ ] GNU Social / StatusNet
- [ ] Mastodon
App settings:
- [ ] Custom API
- [ ] Custom consumer key/secrets
- [ ] [Official keys](https://gist.github.com/mariotaku/5465786)
- [ ] Using [Thumbor](https://github.com/thumbor/thumbor)
- [ ] Connected through proxy
- [ ] Media preview enabled
Logcat:
```
--------- beginning of crash
10-18 21:18:05.433 22301 22301 E AndroidRuntime: FATAL EXCEPTION: main
10-18 21:18:05.433 22301 22301 E AndroidRuntime: Process: org.mariotaku.twidere, PID: 22301
10-18 21:18:05.433 22301 22301 E AndroidRuntime: java.lang.IndexOutOfBoundsException: charAt: 11 >= length 11
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.charAt(SpannableStringBuilder.java:123)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at org.mariotaku.twidere.text.SafeSpannableStringBuilder.get(SafeSpannableStringBuilder.kt:11)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at org.mariotaku.twidere.text.SafeSpannableStringBuilder.charAt(SafeSpannableStringBuilder.kt:11)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.CharSequenceCharacterIterator.current(CharSequenceCharacterIterator.java:58)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.CharSequenceCharacterIterator.setIndex(CharSequenceCharacterIterator.java:83)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.icu.text.RuleBasedBreakIterator.isBoundary(RuleBasedBreakIterator.java:929)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.method.WordIterator.isBoundary(WordIterator.java:95)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.Editor$SelectionHandleView.positionAtCursorOffset(Editor.java:5005)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.Editor$HandleView.invalidate(Editor.java:4298)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.Editor$SelectionModifierCursorController.invalidateHandles(Editor.java:5660)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.Editor.invalidateHandlesAndActionMode(Editor.java:1863)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.TextView.spanChange(TextView.java:9526)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.TextView$ChangeWatcher.onSpanRemoved(TextView.java:11965)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.sendSpanRemoved(SpannableStringBuilder.java:1281)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.removeSpan(SpannableStringBuilder.java:499)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.removeSpan(SpannableStringBuilder.java:788)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at org.mariotaku.ktextension.EditableExtensionsKt.clearSpans(EditableExtensions.kt:29)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at org.mariotaku.twidere.activity.ComposeActivity.updateTextCount(ComposeActivity.kt:1630)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at org.mariotaku.twidere.activity.ComposeActivity.access$updateTextCount(ComposeActivity.kt:119)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at org.mariotaku.twidere.activity.ComposeActivity$setupEditText$2.onTextChanged(ComposeActivity.kt:1781)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.TextView.sendOnTextChanged(TextView.java:9364)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.TextView.handleTextChanged(TextView.java:9451)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.TextView$ChangeWatcher.onTextChanged(TextView.java:11926)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.sendTextChanged(SpannableStringBuilder.java:1252)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:573)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.delete(SpannableStringBuilder.java:229)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.text.SpannableStringBuilder.delete(SpannableStringBuilder.java:227)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.TextView.deleteText_internal(TextView.java:11434)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.TextView.onTextContextMenuItem(TextView.java:10846)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at org.mariotaku.twidere.view.ComposeEditText.onTextContextMenuItem(ComposeEditText.kt:88)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.widget.Editor$TextActionModeCallback.onActionItemClicked(Editor.java:3976)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.policy.DecorView$ActionModeCallback2Wrapper.onActionItemClicked(DecorView.java:2459)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.FloatingActionMode$3.onMenuItemSelected(FloatingActionMode.java:96)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:761)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:167)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:908)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:898)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.FloatingActionMode.lambda$-com_android_internal_view_FloatingActionMode_4856(FloatingActionMode.java:121)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.-$Lambda$IoKM3AcgDw3Ok5aFi0zlym2p3IA.$m$0(Unknown Source:4)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.view.-$Lambda$IoKM3AcgDw3Ok5aFi0zlym2p3IA.onMenuItemClick(Unknown Source:0)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$2.onClick(FloatingToolbar.java:425)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.view.View.performClick(View.java:6294)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.view.View$PerformClick.run(View.java:24770)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:790)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6494)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:440)
10-18 21:18:05.433 22301 22301 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
10-18 21:18:05.436 1301 11349 W ActivityManager: Force finishing activity org.mariotaku.twidere/.activity.ComposeActivity
10-18 21:18:05.454 1301 11349 W ActivityManager: Force finishing activity org.mariotaku.twidere/.activity.HomeActivity
``` | priority | cut chinese text from reply window will crash twidere check before submitting issue thank you you can ignore this form if this issue is a feature request expected behavior cut chinese text from reply window actual behavior twidere has stopped working steps to reproduce ๏ผmy english is poor here is chinese๏ผ ็นๅปไปปๆๆจๆ็ๅๅคๆ้ฎใ ่พๅ
ฅไปปๆไธญๆใ ้ฟๆ่พๅ
ฅ็ไธญๆ๏ผๅนถไป
้ๆฉ่พๅ
ฅ็ไปปๆๆๅ
จ้จ้จไธญๆ๏ผไธๅซๆๅ้จๅ็id๏ผใ ็นๅปโๅชๅโใ twidereๅทฒๅๆญข่ฟ่กใ extra info android version version code here network type cellular wi fi app version version code here build variant google f droid micro blogging service twitter fanfou gnu social statusnet mastodon app settings custom api custom consumer key secrets using connected through proxy media preview enabled logcat beginning of crash e androidruntime fatal exception main e androidruntime process org mariotaku twidere pid e androidruntime java lang indexoutofboundsexception charat length e androidruntime at android text spannablestringbuilder charat spannablestringbuilder java e androidruntime at org mariotaku twidere text safespannablestringbuilder get safespannablestringbuilder kt e androidruntime at org mariotaku twidere text safespannablestringbuilder charat safespannablestringbuilder kt e androidruntime at android text charsequencecharacteriterator current charsequencecharacteriterator java e androidruntime at android text charsequencecharacteriterator setindex charsequencecharacteriterator java e androidruntime at android icu text rulebasedbreakiterator isboundary rulebasedbreakiterator java e androidruntime at android text method worditerator isboundary worditerator java e androidruntime at android widget editor selectionhandleview positionatcursoroffset editor java e androidruntime at android widget editor handleview invalidate editor java e androidruntime at android widget editor selectionmodifiercursorcontroller invalidatehandles editor java e androidruntime at android widget editor invalidatehandlesandactionmode editor java e androidruntime at android widget textview spanchange textview java e androidruntime at android widget textview changewatcher onspanremoved textview java e androidruntime at android text spannablestringbuilder sendspanremoved spannablestringbuilder java e androidruntime at android text spannablestringbuilder removespan spannablestringbuilder java e androidruntime at android text spannablestringbuilder removespan spannablestringbuilder java e androidruntime at org mariotaku ktextension editableextensionskt clearspans editableextensions kt e androidruntime at org mariotaku twidere activity composeactivity updatetextcount composeactivity kt e androidruntime at org mariotaku twidere activity composeactivity access updatetextcount composeactivity kt e androidruntime at org mariotaku twidere activity composeactivity setupedittext ontextchanged composeactivity kt e androidruntime at android widget textview sendontextchanged textview java e androidruntime at android widget textview handletextchanged textview java e androidruntime at android widget textview changewatcher ontextchanged textview java e androidruntime at android text spannablestringbuilder sendtextchanged spannablestringbuilder java e androidruntime at android text spannablestringbuilder replace spannablestringbuilder java e androidruntime at android text spannablestringbuilder delete spannablestringbuilder java e androidruntime at android text spannablestringbuilder delete spannablestringbuilder java e androidruntime at android widget textview deletetext internal textview java e androidruntime at android widget textview ontextcontextmenuitem textview java e androidruntime at org mariotaku twidere view composeedittext ontextcontextmenuitem composeedittext kt e androidruntime at android widget editor textactionmodecallback onactionitemclicked editor java e androidruntime at com android internal policy decorview onactionitemclicked decorview java e androidruntime at com android internal view floatingactionmode onmenuitemselected floatingactionmode java e androidruntime at com android internal view menu menubuilder dispatchmenuitemselected menubuilder java e androidruntime at com android internal view menu menuitemimpl invoke menuitemimpl java e androidruntime at com android internal view menu menubuilder performitemaction menubuilder java e androidruntime at com android internal view menu menubuilder performitemaction menubuilder java e androidruntime at com android internal view floatingactionmode lambda com android internal view floatingactionmode floatingactionmode java e androidruntime at com android internal view lambda m unknown source e androidruntime at com android internal view lambda onmenuitemclick unknown source e androidruntime at com android internal widget floatingtoolbar floatingtoolbarpopup onclick floatingtoolbar java e androidruntime at android view view performclick view java e androidruntime at android view view performclick run view java e androidruntime at android os handler handlecallback handler java e androidruntime at android os handler dispatchmessage handler java e androidruntime at android os looper loop looper java e androidruntime at android app activitythread main activitythread java e androidruntime at java lang reflect method invoke native method e androidruntime at com android internal os runtimeinit methodandargscaller run runtimeinit java e androidruntime at com android internal os zygoteinit main zygoteinit java w activitymanager force finishing activity org mariotaku twidere activity composeactivity w activitymanager force finishing activity org mariotaku twidere activity homeactivity | 1 |
736,213 | 25,462,949,240 | IssuesEvent | 2022-11-24 22:23:04 | aleksbobic/csx | https://api.github.com/repos/aleksbobic/csx | closed | Safari schema workspace not working correctly | bug priority:high | Might get fixed if we update to the latest version of the lib | 1.0 | Safari schema workspace not working correctly - Might get fixed if we update to the latest version of the lib | priority | safari schema workspace not working correctly might get fixed if we update to the latest version of the lib | 1 |
282,004 | 8,701,678,196 | IssuesEvent | 2018-12-05 12:18:29 | antonwilc0x/NewSO | https://api.github.com/repos/antonwilc0x/NewSO | closed | ServerKit | client complexity: low enhancement hiatus priority: high server | The Serv API extends MiniServ's functions. Based on a standalone version of the ASP.NET API framework, it'll give more flexibility to the existing lot server architecture while hopefully laying the foundation for expansion to full fledged "global server." The name "Mini" in MiniServ was chosen because it's not full fledged like API server FreeSO's. This API will take cues from the original Maxis protocol but is not intended to be a replica of it, due to the technical limitations in the original engine.
## To Do
- [ ] Version checking and validation
- [ ] Sending patches
- [ ] Lot server-specific APIs | 1.0 | ServerKit - The Serv API extends MiniServ's functions. Based on a standalone version of the ASP.NET API framework, it'll give more flexibility to the existing lot server architecture while hopefully laying the foundation for expansion to full fledged "global server." The name "Mini" in MiniServ was chosen because it's not full fledged like API server FreeSO's. This API will take cues from the original Maxis protocol but is not intended to be a replica of it, due to the technical limitations in the original engine.
## To Do
- [ ] Version checking and validation
- [ ] Sending patches
- [ ] Lot server-specific APIs | priority | serverkit the serv api extends miniserv s functions based on a standalone version of the asp net api framework it ll give more flexibility to the existing lot server architecture while hopefully laying the foundation for expansion to full fledged global server the name mini in miniserv was chosen because it s not full fledged like api server freeso s this api will take cues from the original maxis protocol but is not intended to be a replica of it due to the technical limitations in the original engine to do version checking and validation sending patches lot server specific apis | 1 |
503,199 | 14,580,867,254 | IssuesEvent | 2020-12-18 09:50:29 | itggot-TE4/Yabs | https://api.github.com/repos/itggot-TE4/Yabs | closed | Remove ID Cards | point: 2 priority: high type:enhancement๐ซ | ## Description
There needs to be a ability to remove a card when generating new cards.
## Additional context
Has to be done after #417 | 1.0 | Remove ID Cards - ## Description
There needs to be a ability to remove a card when generating new cards.
## Additional context
Has to be done after #417 | priority | remove id cards description there needs to be a ability to remove a card when generating new cards additional context has to be done after | 1 |
736,622 | 25,480,379,875 | IssuesEvent | 2022-11-25 19:50:00 | OpenC3/cosmos | https://api.github.com/repos/OpenC3/cosmos | closed | Pass script parameters from telemetry screens | enhancement high priority | Hello,
I would like to be able to pass parameters from a telemetry screen to a script like in Cosmos 4. I am currently in the process of updating a Cosmos4 project and this functionality is used frequently in the old repo. Please let me know if this feature is something you are planning to implement, or if you have a suggested method to do this currently.
Thanks again,
Charlotte
| 1.0 | Pass script parameters from telemetry screens - Hello,
I would like to be able to pass parameters from a telemetry screen to a script like in Cosmos 4. I am currently in the process of updating a Cosmos4 project and this functionality is used frequently in the old repo. Please let me know if this feature is something you are planning to implement, or if you have a suggested method to do this currently.
Thanks again,
Charlotte
| priority | pass script parameters from telemetry screens hello i would like to be able to pass parameters from a telemetry screen to a script like in cosmos i am currently in the process of updating a project and this functionality is used frequently in the old repo please let me know if this feature is something you are planning to implement or if you have a suggested method to do this currently thanks again charlotte | 1 |
129,026 | 5,082,318,255 | IssuesEvent | 2016-12-29 15:04:48 | wireservice/csvkit | https://api.github.com/repos/wireservice/csvkit | opened | csvlook: 'NoneType' object has no attribute 'groupdict' | bug High Priority | Using test file from #631. Also reported via Twitter by another user.
```
Traceback (most recent call last):
File "/Users/cgroskopf/.virtualenvs/csvkit/bin/csvlook", line 9, in <module>
load_entry_point('csvkit==1.0.1', 'console_scripts', 'csvlook')()
File "/Users/cgroskopf/src/csvkit/csvkit/utilities/csvlook.py", line 44, in launch_new_instance
utility.run()
File "/Users/cgroskopf/src/csvkit/csvkit/cli.py", line 113, in run
self.main()
File "/Users/cgroskopf/src/csvkit/csvkit/utilities/csvlook.py", line 31, in main
**self.reader_kwargs
File "/Users/cgroskopf/.virtualenvs/csvkit/lib/python3.5/site-packages/agate/table/from_csv.py", line 88, in from_csv
return Table(rows, column_names, column_types, row_names=row_names)
File "/Users/cgroskopf/.virtualenvs/csvkit/lib/python3.5/site-packages/agate/table/__init__.py", line 132, in __init__
self._column_types = column_types.run(rows, self._column_names)
File "/Users/cgroskopf/.virtualenvs/csvkit/lib/python3.5/site-packages/agate/type_tester.py", line 110, in run
if len(row) > i and not column_type.test(row[i]):
File "/Users/cgroskopf/.virtualenvs/csvkit/lib/python3.5/site-packages/agate/data_types/base.py", line 29, in test
self.cast(d)
File "/Users/cgroskopf/.virtualenvs/csvkit/lib/python3.5/site-packages/agate/data_types/time_delta.py", line 35, in cast
seconds = pytimeparse.parse(d)
File "/Users/cgroskopf/.virtualenvs/csvkit/lib/python3.5/site-packages/pytimeparse/timeparse.py", line 147, in timeparse
sign = -1 if match.groupdict()['sign'] == '-' else 1
AttributeError: 'NoneType' object has no attribute 'groupdict'
``` | 1.0 | csvlook: 'NoneType' object has no attribute 'groupdict' - Using test file from #631. Also reported via Twitter by another user.
```
Traceback (most recent call last):
File "/Users/cgroskopf/.virtualenvs/csvkit/bin/csvlook", line 9, in <module>
load_entry_point('csvkit==1.0.1', 'console_scripts', 'csvlook')()
File "/Users/cgroskopf/src/csvkit/csvkit/utilities/csvlook.py", line 44, in launch_new_instance
utility.run()
File "/Users/cgroskopf/src/csvkit/csvkit/cli.py", line 113, in run
self.main()
File "/Users/cgroskopf/src/csvkit/csvkit/utilities/csvlook.py", line 31, in main
**self.reader_kwargs
File "/Users/cgroskopf/.virtualenvs/csvkit/lib/python3.5/site-packages/agate/table/from_csv.py", line 88, in from_csv
return Table(rows, column_names, column_types, row_names=row_names)
File "/Users/cgroskopf/.virtualenvs/csvkit/lib/python3.5/site-packages/agate/table/__init__.py", line 132, in __init__
self._column_types = column_types.run(rows, self._column_names)
File "/Users/cgroskopf/.virtualenvs/csvkit/lib/python3.5/site-packages/agate/type_tester.py", line 110, in run
if len(row) > i and not column_type.test(row[i]):
File "/Users/cgroskopf/.virtualenvs/csvkit/lib/python3.5/site-packages/agate/data_types/base.py", line 29, in test
self.cast(d)
File "/Users/cgroskopf/.virtualenvs/csvkit/lib/python3.5/site-packages/agate/data_types/time_delta.py", line 35, in cast
seconds = pytimeparse.parse(d)
File "/Users/cgroskopf/.virtualenvs/csvkit/lib/python3.5/site-packages/pytimeparse/timeparse.py", line 147, in timeparse
sign = -1 if match.groupdict()['sign'] == '-' else 1
AttributeError: 'NoneType' object has no attribute 'groupdict'
``` | priority | csvlook nonetype object has no attribute groupdict using test file from also reported via twitter by another user traceback most recent call last file users cgroskopf virtualenvs csvkit bin csvlook line in load entry point csvkit console scripts csvlook file users cgroskopf src csvkit csvkit utilities csvlook py line in launch new instance utility run file users cgroskopf src csvkit csvkit cli py line in run self main file users cgroskopf src csvkit csvkit utilities csvlook py line in main self reader kwargs file users cgroskopf virtualenvs csvkit lib site packages agate table from csv py line in from csv return table rows column names column types row names row names file users cgroskopf virtualenvs csvkit lib site packages agate table init py line in init self column types column types run rows self column names file users cgroskopf virtualenvs csvkit lib site packages agate type tester py line in run if len row i and not column type test row file users cgroskopf virtualenvs csvkit lib site packages agate data types base py line in test self cast d file users cgroskopf virtualenvs csvkit lib site packages agate data types time delta py line in cast seconds pytimeparse parse d file users cgroskopf virtualenvs csvkit lib site packages pytimeparse timeparse py line in timeparse sign if match groupdict else attributeerror nonetype object has no attribute groupdict | 1 |
604,791 | 18,718,978,294 | IssuesEvent | 2021-11-03 09:34:58 | AY2122S1-CS2103T-F13-2/tp | https://api.github.com/repos/AY2122S1-CS2103T-F13-2/tp | closed | [PE-D] Date is not updated when task recurrence is changed from monthly to weekly | priority.High | If the recurrence of a task is changed from monthly to weekly, only the text indicating the type is changed, the date remains unchanged, even though the user would expect the date to be changed to a much earlier date. For example:
Date: 2021-10-29
1. addTask desc/give medicine date/2021-10-29 time/12:30 recur/monthly
Date: 2021-10-31 (User realises that the task should be weekly and not a monthly task)
2. editTask 1 recur/week
The date should be changed to 2021-11-05 which is a week from the initial date of the task, but it remains unchanged at 2021-10-29 (another bug which does not update date automatically to a month ahead).
<!--session: 1635505569463-9db718bb-efd7-4ec5-85b9-056dec12390a-->
<!--Version: Web v3.4.1-->
-------------
Labels: `type.FeatureFlaw` `severity.High`
original: amzhy/ped#16 | 1.0 | [PE-D] Date is not updated when task recurrence is changed from monthly to weekly - If the recurrence of a task is changed from monthly to weekly, only the text indicating the type is changed, the date remains unchanged, even though the user would expect the date to be changed to a much earlier date. For example:
Date: 2021-10-29
1. addTask desc/give medicine date/2021-10-29 time/12:30 recur/monthly
Date: 2021-10-31 (User realises that the task should be weekly and not a monthly task)
2. editTask 1 recur/week
The date should be changed to 2021-11-05 which is a week from the initial date of the task, but it remains unchanged at 2021-10-29 (another bug which does not update date automatically to a month ahead).
<!--session: 1635505569463-9db718bb-efd7-4ec5-85b9-056dec12390a-->
<!--Version: Web v3.4.1-->
-------------
Labels: `type.FeatureFlaw` `severity.High`
original: amzhy/ped#16 | priority | date is not updated when task recurrence is changed from monthly to weekly if the recurrence of a task is changed from monthly to weekly only the text indicating the type is changed the date remains unchanged even though the user would expect the date to be changed to a much earlier date for example date addtask desc give medicine date time recur monthly date user realises that the task should be weekly and not a monthly task edittask recur week the date should be changed to which is a week from the initial date of the task but it remains unchanged at another bug which does not update date automatically to a month ahead labels type featureflaw severity high original amzhy ped | 1 |
442,897 | 12,752,644,438 | IssuesEvent | 2020-06-27 17:31:58 | rjsalvadorr/routinetrax | https://api.github.com/repos/rjsalvadorr/routinetrax | closed | Set up page controls (pt. 1) | high priority | # Overview
- [x] build `ControlGroup` or `SelectGroup` component (just label + options), replace the simple ones
- [x] build `MonthDrawers` component. These are drawers that change number based on selected months.
- NOT IN SCOPE: monthly habits selection. Display mock content in each month's drawer interior.
# Design

| 1.0 | Set up page controls (pt. 1) - # Overview
- [x] build `ControlGroup` or `SelectGroup` component (just label + options), replace the simple ones
- [x] build `MonthDrawers` component. These are drawers that change number based on selected months.
- NOT IN SCOPE: monthly habits selection. Display mock content in each month's drawer interior.
# Design

| priority | set up page controls pt overview build controlgroup or selectgroup component just label options replace the simple ones build monthdrawers component these are drawers that change number based on selected months not in scope monthly habits selection display mock content in each month s drawer interior design | 1 |
455,316 | 13,124,436,703 | IssuesEvent | 2020-08-06 03:45:32 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Improved Tensor subclassing support, preserving subclasses on function/method calls | feature high priority module: numpy triaged | ## ๐ Feature
Related: #22402
This feature proposes passing through `Tensor` subclasses via `__torch_function__`.
### Desired Behaviour
Example desired behavior would be:
```python
class MyTensor(torch.Tensor):
_additional_attribute = "Kartoffel"
a = MyTensor([0, 1, 2, 3])
# b should be a MyTensor object, with all class attributes passed through.
b = torch_function(a)
```
### Goals
Quoting #22402
> These are _potential_ goals that have been collected from the above referenced PRs, other PyTorch issues (referenced in the relevant sections), as well as from discussions with mainly Edward Yang, and also other PyTorch and NumPy maintainers:
>
> 1. Support subclassing `torch.Tensor` in Python
> 2. Preserve `Tensor` subclasses when calling `torch` functions on them
> 3. Preserve `Tensor` subclasses when calling `numpy` functions on them
> 4. Use the NumPy API with PyTorch tensors (i.e. NumPy API calls dispatch to `torch` functions)
> 5. Use the PyTorch API with `torch.Tensor`-like objects that are _not_ `Tensor` subclasses
> 6. Reuse NumPy ufunc implementations directly from PyTorch
> 7. Allow operations on mixed array types, e.g. `tensor + ndarray`
Additionally, from https://github.com/pytorch/pytorch/issues/28361#issuecomment-544520934:
> * Preserve `Tensor` subclasses when calling `Tensor` methods
> * Propagating subclass instances correctly also with operators, using views/slices/etc.
### Rough Sketch of Implementation
Anything with a type like a built-in tensor will bypass `__torch_function__` via their fast path (although they will have a default implementation) but anything else defined by an external library will have the option to allow it.
The following code snippet shows what the default `__torch_function__` on `TensorBase` would look like.
```python
class Tensor:
def __torch_function__(self, f, t, a, kw):
if not all(issubclass(ti, TensorBase) for ti in t):
return NotImplemented
result = f._wrapped(*a, **kw)
return type(self)(result)
```
cc @ezyang @gchanan @zou3519 @jerryzh168 @jph00 @rgommers | 1.0 | Improved Tensor subclassing support, preserving subclasses on function/method calls - ## ๐ Feature
Related: #22402
This feature proposes passing through `Tensor` subclasses via `__torch_function__`.
### Desired Behaviour
Example desired behavior would be:
```python
class MyTensor(torch.Tensor):
_additional_attribute = "Kartoffel"
a = MyTensor([0, 1, 2, 3])
# b should be a MyTensor object, with all class attributes passed through.
b = torch_function(a)
```
### Goals
Quoting #22402
> These are _potential_ goals that have been collected from the above referenced PRs, other PyTorch issues (referenced in the relevant sections), as well as from discussions with mainly Edward Yang, and also other PyTorch and NumPy maintainers:
>
> 1. Support subclassing `torch.Tensor` in Python
> 2. Preserve `Tensor` subclasses when calling `torch` functions on them
> 3. Preserve `Tensor` subclasses when calling `numpy` functions on them
> 4. Use the NumPy API with PyTorch tensors (i.e. NumPy API calls dispatch to `torch` functions)
> 5. Use the PyTorch API with `torch.Tensor`-like objects that are _not_ `Tensor` subclasses
> 6. Reuse NumPy ufunc implementations directly from PyTorch
> 7. Allow operations on mixed array types, e.g. `tensor + ndarray`
Additionally, from https://github.com/pytorch/pytorch/issues/28361#issuecomment-544520934:
> * Preserve `Tensor` subclasses when calling `Tensor` methods
> * Propagating subclass instances correctly also with operators, using views/slices/etc.
### Rough Sketch of Implementation
Anything with a type like a built-in tensor will bypass `__torch_function__` via their fast path (although they will have a default implementation) but anything else defined by an external library will have the option to allow it.
The following code snippet shows what the default `__torch_function__` on `TensorBase` would look like.
```python
class Tensor:
def __torch_function__(self, f, t, a, kw):
if not all(issubclass(ti, TensorBase) for ti in t):
return NotImplemented
result = f._wrapped(*a, **kw)
return type(self)(result)
```
cc @ezyang @gchanan @zou3519 @jerryzh168 @jph00 @rgommers | priority | improved tensor subclassing support preserving subclasses on function method calls ๐ feature related this feature proposes passing through tensor subclasses via torch function desired behaviour example desired behavior would be python class mytensor torch tensor additional attribute kartoffel a mytensor b should be a mytensor object with all class attributes passed through b torch function a goals quoting these are potential goals that have been collected from the above referenced prs other pytorch issues referenced in the relevant sections as well as from discussions with mainly edward yang and also other pytorch and numpy maintainers support subclassing torch tensor in python preserve tensor subclasses when calling torch functions on them preserve tensor subclasses when calling numpy functions on them use the numpy api with pytorch tensors i e numpy api calls dispatch to torch functions use the pytorch api with torch tensor like objects that are not tensor subclasses reuse numpy ufunc implementations directly from pytorch allow operations on mixed array types e g tensor ndarray additionally from preserve tensor subclasses when calling tensor methods propagating subclass instances correctly also with operators using views slices etc rough sketch of implementation anything with a type like a built in tensor will bypass torch function via their fast path although they will have a default implementation but anything else defined by an external library will have the option to allow it the following code snippet shows what the default torch function on tensorbase would look like python class tensor def torch function self f t a kw if not all issubclass ti tensorbase for ti in t return notimplemented result f wrapped a kw return type self result cc ezyang gchanan rgommers | 1 |
396,006 | 11,699,969,146 | IssuesEvent | 2020-03-06 16:34:56 | AY1920S2-CS2103T-T10-4/main | https://api.github.com/repos/AY1920S2-CS2103T-T10-4/main | closed | v1.2 Create TaskName.java and Deadlines.java | priority.High status.Ongoing type.Task | - [x] Create class TaskName.
- [x] Create class Deadlines. | 1.0 | v1.2 Create TaskName.java and Deadlines.java - - [x] Create class TaskName.
- [x] Create class Deadlines. | priority | create taskname java and deadlines java create class taskname create class deadlines | 1 |
615,836 | 19,277,294,436 | IssuesEvent | 2021-12-10 13:23:26 | SAP/fundamental-ngx | https://api.github.com/repos/SAP/fundamental-ngx | closed | enhancement(platform): dynamic page insufficient set of features | enhancement platform ariba High priority planned | #### Is this a bug, enhancement, or feature request?
Enhancement.
#### Briefly describe your proposal.
Actually, platform components are built on top of the core components. In that way, we're reusing core components' code.
For example, the core dynamic page component has `autoResponsive` feature, but since the platform component is built separately we don't have this feature there.
So here is the indeterminacy - should we implement this feature in the platform by writing repeated code or refactor the platform dynamic page to use the core component in it.
#### Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
0.33.0-rc.124
| 1.0 | enhancement(platform): dynamic page insufficient set of features - #### Is this a bug, enhancement, or feature request?
Enhancement.
#### Briefly describe your proposal.
Actually, platform components are built on top of the core components. In that way, we're reusing core components' code.
For example, the core dynamic page component has `autoResponsive` feature, but since the platform component is built separately we don't have this feature there.
So here is the indeterminacy - should we implement this feature in the platform by writing repeated code or refactor the platform dynamic page to use the core component in it.
#### Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
0.33.0-rc.124
| priority | enhancement platform dynamic page insufficient set of features is this a bug enhancement or feature request enhancement briefly describe your proposal actually platform components are built on top of the core components in that way we re reusing core components code for example the core dynamic page component has autoresponsive feature but since the platform component is built separately we don t have this feature there so here is the indeterminacy should we implement this feature in the platform by writing repeated code or refactor the platform dynamic page to use the core component in it which versions of angular and fundamental library for angular are affected if this is a feature request use current version rc | 1 |
824,150 | 31,142,137,195 | IssuesEvent | 2023-08-16 01:32:08 | chairemobilite/evolution | https://api.github.com/repos/chairemobilite/evolution | closed | interviews: Allow to auto create interview by access code if it does not exist | od_2023 High priority | The interviewers will use the link /interviews/byCode/:accessCode
It should be possible, if no interview exists for this access code, to automatically open the interview.
This should be optional, as other people may want to see the empty list instead of creating the interview | 1.0 | interviews: Allow to auto create interview by access code if it does not exist - The interviewers will use the link /interviews/byCode/:accessCode
It should be possible, if no interview exists for this access code, to automatically open the interview.
This should be optional, as other people may want to see the empty list instead of creating the interview | priority | interviews allow to auto create interview by access code if it does not exist the interviewers will use the link interviews bycode accesscode it should be possible if no interview exists for this access code to automatically open the interview this should be optional as other people may want to see the empty list instead of creating the interview | 1 |
56,739 | 3,081,180,179 | IssuesEvent | 2015-08-22 13:10:24 | sevin7676/Ace.Tern | https://api.github.com/repos/sevin7676/Ace.Tern | opened | TODO: Add Tern configurations to Caret-T | 1. High Priority Caret-T | allow configuring things like tern plugins for Caret-T using Caret's configuration (json page) | 1.0 | TODO: Add Tern configurations to Caret-T - allow configuring things like tern plugins for Caret-T using Caret's configuration (json page) | priority | todo add tern configurations to caret t allow configuring things like tern plugins for caret t using caret s configuration json page | 1 |
339,365 | 10,253,061,640 | IssuesEvent | 2019-08-21 10:21:17 | status-im/status-react | https://api.github.com/repos/status-im/status-react | opened | Can't login to application | android help to reproduce high-priority v1 release | ### Description
[comment]: # (Feature or Bug? i.e Type: Bug)
*Type*: Bug
*Summary*: sometimes after creating an account I can see endless spinner instead of + button and after logout, I can't log in. If I try to create new account - after logout I also can't login to the app, it shows "Processing" state.
I couldn't find a way to recover from this state - only reinstalling app helped
#### Expected behavior
can login to app
#### Actual behavior

### Reproduction
- Open Status
- Create an account
- Logout
- Login
### Additional Information
[comment]: # (Please do your best to fill this out.)
- Status version: nightly 21/08/2019
[comment]: # (Android or iOS.)
- Operating System: Android
#### Logs
Geth.log:
[geth (1).log](https://github.com/status-im/status-react/files/3524821/geth.1.log)
Logcat:
[logcat_processing.log](https://github.com/status-im/status-react/files/3524823/logcat_processing.log)
| 1.0 | Can't login to application - ### Description
[comment]: # (Feature or Bug? i.e Type: Bug)
*Type*: Bug
*Summary*: sometimes after creating an account I can see endless spinner instead of + button and after logout, I can't log in. If I try to create new account - after logout I also can't login to the app, it shows "Processing" state.
I couldn't find a way to recover from this state - only reinstalling app helped
#### Expected behavior
can login to app
#### Actual behavior

### Reproduction
- Open Status
- Create an account
- Logout
- Login
### Additional Information
[comment]: # (Please do your best to fill this out.)
- Status version: nightly 21/08/2019
[comment]: # (Android or iOS.)
- Operating System: Android
#### Logs
Geth.log:
[geth (1).log](https://github.com/status-im/status-react/files/3524821/geth.1.log)
Logcat:
[logcat_processing.log](https://github.com/status-im/status-react/files/3524823/logcat_processing.log)
| priority | can t login to application description feature or bug i e type bug type bug summary sometimes after creating an account i can see endless spinner instead of button and after logout i can t log in if i try to create new account after logout i also can t login to the app it shows processing state i couldn t find a way to recover from this state only reinstalling app helped expected behavior can login to app actual behavior reproduction open status create an account logout login additional information please do your best to fill this out status version nightly android or ios operating system android logs geth log logcat | 1 |
268,588 | 8,408,792,211 | IssuesEvent | 2018-10-12 03:44:02 | CS2103-AY1819S1-F11-2/main | https://api.github.com/repos/CS2103-AY1819S1-F11-2/main | opened | Create XML Storage for menu | feature.major priority.High | An XML file will be used to store the menu of services that can be offered to guests. | 1.0 | Create XML Storage for menu - An XML file will be used to store the menu of services that can be offered to guests. | priority | create xml storage for menu an xml file will be used to store the menu of services that can be offered to guests | 1 |
422,088 | 12,266,022,574 | IssuesEvent | 2020-05-07 08:14:50 | BEXIS2/Core | https://api.github.com/repos/BEXIS2/Core | closed | Create a Dataset with a existing file datastructure is not working | Priority: High Type: Bug | if you select an existing file data structure when creating a dataset and press next, the dropdown disappears and you won't get further in the worklfow. | 1.0 | Create a Dataset with a existing file datastructure is not working - if you select an existing file data structure when creating a dataset and press next, the dropdown disappears and you won't get further in the worklfow. | priority | create a dataset with a existing file datastructure is not working if you select an existing file data structure when creating a dataset and press next the dropdown disappears and you won t get further in the worklfow | 1 |
599,270 | 18,269,635,093 | IssuesEvent | 2021-10-04 12:33:27 | TeamNADA/NADA-iOS-ForRelease | https://api.github.com/repos/TeamNADA/NADA-iOS-ForRelease | closed | [FEAT] ๋ช
ํจ ๋ฉ์ธํ๋ฉด ๊ตฌํ | Minjae ๐ปโโ๏ธ P1 / Priority High Feat | # ๐ ์ด์ (issue)
๋๋ค์ ๋ฉ์ธ ๋ช
ํจํ๋ฉด์ ๊ตฌํํ๊ฒ ์ต๋๋ค.
# ๐ to-do
<!-- ์งํํ ์์
์ ๋ํด ์ ์ด์ฃผ์ธ์ -->
- [x] VerticalCardSwiper์ฌ์ฉ ๋ฉ์ธ ๋ทฐ ๊ตฌํ
- [x] cell ์ฐ๊ฒฐ
| 1.0 | [FEAT] ๋ช
ํจ ๋ฉ์ธํ๋ฉด ๊ตฌํ - # ๐ ์ด์ (issue)
๋๋ค์ ๋ฉ์ธ ๋ช
ํจํ๋ฉด์ ๊ตฌํํ๊ฒ ์ต๋๋ค.
# ๐ to-do
<!-- ์งํํ ์์
์ ๋ํด ์ ์ด์ฃผ์ธ์ -->
- [x] VerticalCardSwiper์ฌ์ฉ ๋ฉ์ธ ๋ทฐ ๊ตฌํ
- [x] cell ์ฐ๊ฒฐ
| priority | ๋ช
ํจ ๋ฉ์ธํ๋ฉด ๊ตฌํ ๐ ์ด์ issue ๋๋ค์ ๋ฉ์ธ ๋ช
ํจํ๋ฉด์ ๊ตฌํํ๊ฒ ์ต๋๋ค ๐ to do verticalcardswiper์ฌ์ฉ ๋ฉ์ธ ๋ทฐ ๊ตฌํ cell ์ฐ๊ฒฐ | 1 |
205,065 | 7,093,680,326 | IssuesEvent | 2018-01-12 21:35:26 | nilsschmidt1337/ldparteditor | https://api.github.com/repos/nilsschmidt1337/ldparteditor | opened | StringIndexOutOfBoundsException @ CompositeTab.verifyText():480, v0.8.37 (Log file investigation #1) | bug high-priority | ```
java.lang.StringIndexOutOfBoundsException: String index out of range: -194
at java.lang.String.substring(Unknown Source)
at org.nschmidt.ldparteditor.composites.compositetab.CompositeTab$4.verifyText(CompositeTab.java:480)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:274)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4428)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1103)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1088)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:802)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:7323)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:8203)
at org.eclipse.swt.custom.StyledText.doDelete(StyledText.java:2594)
at org.eclipse.swt.custom.StyledText.invokeAction(StyledText.java:7147)
at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:6007)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:6034)
at org.eclipse.swt.custom.StyledText.lambda$installListeners$1(StyledText.java:5732)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4428)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1103)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1088)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1130)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1126)
at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1849)
at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:5216)
at org.eclipse.swt.widgets.Canvas.WM_KEYDOWN(Canvas.java:454)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4875)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:359)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5178)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2560)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3815)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
at org.eclipse.jface.window.Window.open(Window.java:794)
at org.nschmidt.ldparteditor.shells.editor3d.Editor3DWindow.run(Editor3DWindow.java:6220)
at org.nschmidt.ldparteditor.splash.SplashScreen.run(SplashScreen.java:394)
at org.nschmidt.ldparteditor.main.LDPartEditor.main(LDPartEditor.java:39)
``` | 1.0 | StringIndexOutOfBoundsException @ CompositeTab.verifyText():480, v0.8.37 (Log file investigation #1) - ```
java.lang.StringIndexOutOfBoundsException: String index out of range: -194
at java.lang.String.substring(Unknown Source)
at org.nschmidt.ldparteditor.composites.compositetab.CompositeTab$4.verifyText(CompositeTab.java:480)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:274)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4428)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1103)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1088)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:802)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:7323)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:8203)
at org.eclipse.swt.custom.StyledText.doDelete(StyledText.java:2594)
at org.eclipse.swt.custom.StyledText.invokeAction(StyledText.java:7147)
at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:6007)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:6034)
at org.eclipse.swt.custom.StyledText.lambda$installListeners$1(StyledText.java:5732)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4428)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1103)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1088)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1130)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1126)
at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1849)
at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:5216)
at org.eclipse.swt.widgets.Canvas.WM_KEYDOWN(Canvas.java:454)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4875)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:359)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5178)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2560)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3815)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
at org.eclipse.jface.window.Window.open(Window.java:794)
at org.nschmidt.ldparteditor.shells.editor3d.Editor3DWindow.run(Editor3DWindow.java:6220)
at org.nschmidt.ldparteditor.splash.SplashScreen.run(SplashScreen.java:394)
at org.nschmidt.ldparteditor.main.LDPartEditor.main(LDPartEditor.java:39)
``` | priority | stringindexoutofboundsexception compositetab verifytext log file investigation java lang stringindexoutofboundsexception string index out of range at java lang string substring unknown source at org nschmidt ldparteditor composites compositetab compositetab verifytext compositetab java at org eclipse swt widgets typedlistener handleevent typedlistener java at org eclipse swt widgets eventtable sendevent eventtable java at org eclipse swt widgets display sendevent display java at org eclipse swt widgets widget sendevent widget java at org eclipse swt widgets widget sendevent widget java at org eclipse swt widgets widget sendevent widget java at org eclipse swt widgets widget notifylisteners widget java at org eclipse swt custom styledtext modifycontent styledtext java at org eclipse swt custom styledtext sendkeyevent styledtext java at org eclipse swt custom styledtext dodelete styledtext java at org eclipse swt custom styledtext invokeaction styledtext java at org eclipse swt custom styledtext handlekey styledtext java at org eclipse swt custom styledtext handlekeydown styledtext java at org eclipse swt custom styledtext lambda installlisteners styledtext java at org eclipse swt widgets eventtable sendevent eventtable java at org eclipse swt widgets display sendevent display java at org eclipse swt widgets widget sendevent widget java at org eclipse swt widgets widget sendevent widget java at org eclipse swt widgets widget sendevent widget java at org eclipse swt widgets widget sendkeyevent widget java at org eclipse swt widgets widget sendkeyevent widget java at org eclipse swt widgets widget wmkeydown widget java at org eclipse swt widgets control wm keydown control java at org eclipse swt widgets canvas wm keydown canvas java at org eclipse swt widgets control windowproc control java at org eclipse swt widgets canvas windowproc canvas java at org eclipse swt widgets display windowproc display java at org eclipse swt internal os dispatchmessagew native method at org eclipse swt internal os dispatchmessage os java at org eclipse swt widgets display readanddispatch display java at org eclipse jface window window runeventloop window java at org eclipse jface window window open window java at org nschmidt ldparteditor shells run java at org nschmidt ldparteditor splash splashscreen run splashscreen java at org nschmidt ldparteditor main ldparteditor main ldparteditor java | 1 |
562,647 | 16,665,825,524 | IssuesEvent | 2021-06-07 03:25:27 | wlthomson/omsupply-server | https://api.github.com/repos/wlthomson/omsupply-server | closed | Add Requisition list gql query | enhancement priority: high | Add resolver for querying list of `Requisition` by `name_id` or `store_id`. | 1.0 | Add Requisition list gql query - Add resolver for querying list of `Requisition` by `name_id` or `store_id`. | priority | add requisition list gql query add resolver for querying list of requisition by name id or store id | 1 |
149,178 | 5,713,216,655 | IssuesEvent | 2017-04-19 07:04:19 | uclaradio/uclaradio | https://api.github.com/repos/uclaradio/uclaradio | closed | View the Rivendell Master Library in Panel | feature help wanted High Priority | 
# Elrond - The Lord of Rivendell
_Name courtesy of @nathunsmitty_
TIL that Rivendell uses a MySQL database and above is a snapshot of the most important table of all - the cart! The cart table features all the songs available in Rivendell. With access to this table, we no longer have to rely on the manually updated [google sheet](https://docs.google.com/spreadsheets/d/1fP6MoxCoc7V8vC79QJbmYJmOlivGPC3-VWfTAGETqhU/edit#gid=0).
Having this data is very exciting because:
1. DJs will now be able to see whats actually on Rivendell
2. The music department no longer has to manually update the list
3. We'll be able to filter by Artist, Album, Group (Music, NMF, Liner), and of course Titles (no more CTRL+F'ing the google sheet!!)
# Implementation
Here's a rough idea that I have so far:
**EDIT: See update in comment below, leveraging mysql is currently not an option at the moment**
- Utilize the following node mysql package: [mysqljs](https://github.com/mysqljs/mysql)
- Create a separate `db.js`, maybe call it `mysql-db.js`??? This will establish the mysql connection
- Create a `rivendell.js` model in the `database` folder. All this will do is simply query the mysql database for the contents of the Cart table
- Add a route to `routes/panel.js` that will be the GET call for the songs. The song data will be accessible via: `https://uclaradio.com/panel/api/songs`
- Once we have the API route setup, simply build a nice table using the data. I really like Facebook's [FixedDataTable](https://facebook.github.io/fixed-data-table/)
For local dev, I have a SQL dump of the current CART table in Rivendell as of March 8th, 2017 (s/o to Brandon for hooking it up). We can use docker to spin up a MySQL container (which is what I'm currently using) for database access.
## Concerns
Having two different DB's in one repo doesn't sound like best practice, so I was initially thinking of developing this in a separate repo. However, I'd like to take advantage of Panel's current setup, especially since its only accessible by UCLA radio members.
@hsuregan @ChrisLaganiere Let me know your thoughts on this and any other ideas you have!
| 1.0 | View the Rivendell Master Library in Panel - 
# Elrond - The Lord of Rivendell
_Name courtesy of @nathunsmitty_
TIL that Rivendell uses a MySQL database and above is a snapshot of the most important table of all - the cart! The cart table features all the songs available in Rivendell. With access to this table, we no longer have to rely on the manually updated [google sheet](https://docs.google.com/spreadsheets/d/1fP6MoxCoc7V8vC79QJbmYJmOlivGPC3-VWfTAGETqhU/edit#gid=0).
Having this data is very exciting because:
1. DJs will now be able to see whats actually on Rivendell
2. The music department no longer has to manually update the list
3. We'll be able to filter by Artist, Album, Group (Music, NMF, Liner), and of course Titles (no more CTRL+F'ing the google sheet!!)
# Implementation
Here's a rough idea that I have so far:
**EDIT: See update in comment below, leveraging mysql is currently not an option at the moment**
- Utilize the following node mysql package: [mysqljs](https://github.com/mysqljs/mysql)
- Create a separate `db.js`, maybe call it `mysql-db.js`??? This will establish the mysql connection
- Create a `rivendell.js` model in the `database` folder. All this will do is simply query the mysql database for the contents of the Cart table
- Add a route to `routes/panel.js` that will be the GET call for the songs. The song data will be accessible via: `https://uclaradio.com/panel/api/songs`
- Once we have the API route setup, simply build a nice table using the data. I really like Facebook's [FixedDataTable](https://facebook.github.io/fixed-data-table/)
For local dev, I have a SQL dump of the current CART table in Rivendell as of March 8th, 2017 (s/o to Brandon for hooking it up). We can use docker to spin up a MySQL container (which is what I'm currently using) for database access.
## Concerns
Having two different DB's in one repo doesn't sound like best practice, so I was initially thinking of developing this in a separate repo. However, I'd like to take advantage of Panel's current setup, especially since its only accessible by UCLA radio members.
@hsuregan @ChrisLaganiere Let me know your thoughts on this and any other ideas you have!
| priority | view the rivendell master library in panel elrond the lord of rivendell name courtesy of nathunsmitty til that rivendell uses a mysql database and above is a snapshot of the most important table of all the cart the cart table features all the songs available in rivendell with access to this table we no longer have to rely on the manually updated having this data is very exciting because djs will now be able to see whats actually on rivendell the music department no longer has to manually update the list we ll be able to filter by artist album group music nmf liner and of course titles no more ctrl f ing the google sheet implementation here s a rough idea that i have so far edit see update in comment below leveraging mysql is currently not an option at the moment utilize the following node mysql package create a separate db js maybe call it mysql db js this will establish the mysql connection create a rivendell js model in the database folder all this will do is simply query the mysql database for the contents of the cart table add a route to routes panel js that will be the get call for the songs the song data will be accessible via once we have the api route setup simply build a nice table using the data i really like facebook s for local dev i have a sql dump of the current cart table in rivendell as of march s o to brandon for hooking it up we can use docker to spin up a mysql container which is what i m currently using for database access concerns having two different db s in one repo doesn t sound like best practice so i was initially thinking of developing this in a separate repo however i d like to take advantage of panel s current setup especially since its only accessible by ucla radio members hsuregan chrislaganiere let me know your thoughts on this and any other ideas you have | 1 |
559,984 | 16,582,797,852 | IssuesEvent | 2021-05-31 14:05:38 | SOPT28-Client-Design-folin/Folin-Web | https://api.github.com/repos/SOPT28-Client-Design-folin/Folin-Web | closed | [fix] ์ฒซ๋ฒ์งธ ํญ ํ๋จ ์ปดํฌ๋ํธ ๊ธ์จ์ฒด ๋ณ๊ฒฝ, ์ ์ฒด div ๋ณ๊ฒฝ | feat priority: high view | ## ๐ก Issue
์ฒซ๋ฒ์งธ ํญ ๋ณํฉ๊ณผ์ ์์ ์์๋ ์๋ฌ๋ฅผ ๋ณ๊ฒฝํฉ๋๋ค.
## ๐ todo
- [x] figma ๊ธ์จ ์คํ๊ธฐ ๋ ์ ๋ค์ ์์ (๊ธ์จ์ฒด ์์ )
- [x] root ์ปดํฌ๋ํธ z-index๊ฐ ์์ | 1.0 | [fix] ์ฒซ๋ฒ์งธ ํญ ํ๋จ ์ปดํฌ๋ํธ ๊ธ์จ์ฒด ๋ณ๊ฒฝ, ์ ์ฒด div ๋ณ๊ฒฝ - ## ๐ก Issue
์ฒซ๋ฒ์งธ ํญ ๋ณํฉ๊ณผ์ ์์ ์์๋ ์๋ฌ๋ฅผ ๋ณ๊ฒฝํฉ๋๋ค.
## ๐ todo
- [x] figma ๊ธ์จ ์คํ๊ธฐ ๋ ์ ๋ค์ ์์ (๊ธ์จ์ฒด ์์ )
- [x] root ์ปดํฌ๋ํธ z-index๊ฐ ์์ | priority | ์ฒซ๋ฒ์งธ ํญ ํ๋จ ์ปดํฌ๋ํธ ๊ธ์จ์ฒด ๋ณ๊ฒฝ ์ ์ฒด div ๋ณ๊ฒฝ ๐ก issue ์ฒซ๋ฒ์งธ ํญ ๋ณํฉ๊ณผ์ ์์ ์์๋ ์๋ฌ๋ฅผ ๋ณ๊ฒฝํฉ๋๋ค ๐ todo figma ๊ธ์จ ์คํ๊ธฐ ๋ ์ ๋ค์ ์์ ๊ธ์จ์ฒด ์์ root ์ปดํฌ๋ํธ z index๊ฐ ์์ | 1 |
631,024 | 20,141,931,748 | IssuesEvent | 2022-02-09 00:46:31 | TysonPham/22-SOEN390 | https://api.github.com/repos/TysonPham/22-SOEN390 | opened | User Sign Up Account | Priority: HIGH 2 User Story Points | **Description**
-
- As a user, I want to be able to sign up to the website, because I would like to begin having access to the functionalities of the website according to my designated role (patient, officer, doctor). | 1.0 | User Sign Up Account - **Description**
-
- As a user, I want to be able to sign up to the website, because I would like to begin having access to the functionalities of the website according to my designated role (patient, officer, doctor). | priority | user sign up account description as a user i want to be able to sign up to the website because i would like to begin having access to the functionalities of the website according to my designated role patient officer doctor | 1 |
714,152 | 24,552,857,252 | IssuesEvent | 2022-10-12 13:50:58 | rstudio/gt | https://api.github.com/repos/rstudio/gt | closed | Add option to override `tab_source_note()` | Difficulty: [3] Advanced Effort: [3] High Priority: [2] Medium Type: โ
Enhancement | I find it quite neat that gt allows to override (delete) existing optional table parts like headers by using existing gt objects and re-applying the `tab_*()` and setting the label to `NULL`. This comes handy for different journals sometimes requiring to have headers and footers outside the table object. However, this currently only seems to work for `tab_header()` and not for `tab_source_note()`. Would be nice to also have the ability to reset existing source notes.
``` r
library(gt)
tab_1 <-
gtcars %>%
dplyr::select(mfr, model, msrp) %>%
dplyr::slice(1:5) %>%
gt() %>%
tab_header(title = "A simple Table",
subtitle = "with a subtitle") %>%
tab_source_note(
source_note = "From edmunds.com"
)
```
overriding headers works, but overriding tab\_source\_note does not work:
``` r
tab_1 %>%
tab_header(title = NULL,
subtitle = NULL) %>%
tab_source_note(source_note = NULL)
```
<div id="gqehiatkcg" style="overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
<table class="gt_table">
<thead class="gt_col_headings">
<tr>
<th class="gt_col_heading gt_columns_bottom_border gt_left" rowspan="1" colspan="1">mfr</th>
<th class="gt_col_heading gt_columns_bottom_border gt_left" rowspan="1" colspan="1">model</th>
<th class="gt_col_heading gt_columns_bottom_border gt_right" rowspan="1" colspan="1">msrp</th>
</tr>
</thead>
<tbody class="gt_table_body">
<tr><td class="gt_row gt_left">Ford</td>
<td class="gt_row gt_left">GT</td>
<td class="gt_row gt_right">447000</td></tr>
<tr><td class="gt_row gt_left">Ferrari</td>
<td class="gt_row gt_left">458 Speciale</td>
<td class="gt_row gt_right">291744</td></tr>
<tr><td class="gt_row gt_left">Ferrari</td>
<td class="gt_row gt_left">458 Spider</td>
<td class="gt_row gt_right">263553</td></tr>
<tr><td class="gt_row gt_left">Ferrari</td>
<td class="gt_row gt_left">458 Italia</td>
<td class="gt_row gt_right">233509</td></tr>
<tr><td class="gt_row gt_left">Ferrari</td>
<td class="gt_row gt_left">488 GTB</td>
<td class="gt_row gt_right">245400</td></tr>
</tbody>
<tfoot class="gt_sourcenotes">
<tr>
<td class="gt_sourcenote" colspan="3">From edmunds.com</td>
</tr>
</tfoot>
</table>
</div>
<sup>Created on 2021-06-08 by the [reprex package](https://reprex.tidyverse.org) (v2.0.0)</sup>
<details style="margin-bottom:10px;">
<summary>
Session info
</summary>
``` r
sessioninfo::session_info()
#> - Session info ---------------------------------------------------------------
#> setting value
#> version R version 4.0.5 (2021-03-31)
#> os Windows 10 x64
#> system x86_64, mingw32
#> ui RTerm
#> language (EN)
#> collate German_Germany.1252
#> ctype German_Germany.1252
#> tz Europe/Berlin
#> date 2021-06-08
#>
#> - Packages -------------------------------------------------------------------
#> package * version date lib source
#> assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.0.0)
#> backports 1.2.1 2020-12-09 [1] CRAN (R 4.0.3)
#> checkmate 2.0.0 2020-02-06 [1] CRAN (R 4.0.2)
#> cli 2.5.0 2021-04-26 [1] CRAN (R 4.0.5)
#> colorspace 2.0-1 2021-05-04 [1] CRAN (R 4.0.5)
#> crayon 1.4.1 2021-02-08 [1] CRAN (R 4.0.3)
#> DBI 1.1.1 2021-01-15 [1] CRAN (R 4.0.3)
#> digest 0.6.27 2020-10-24 [1] CRAN (R 4.0.3)
#> dplyr 1.0.6 2021-05-05 [1] CRAN (R 4.0.5)
#> ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.0.5)
#> evaluate 0.14 2019-05-28 [1] CRAN (R 4.0.0)
#> fansi 0.5.0 2021-05-25 [1] CRAN (R 4.0.5)
#> fs 1.5.0 2020-07-31 [1] CRAN (R 4.0.2)
#> generics 0.1.0 2020-10-31 [1] CRAN (R 4.0.3)
#> ggplot2 3.3.3 2020-12-30 [1] CRAN (R 4.0.3)
#> glue 1.4.2 2020-08-27 [1] CRAN (R 4.0.2)
#> gt * 0.3.0 2021-05-12 [1] CRAN (R 4.0.5)
#> gtable 0.3.0 2019-03-25 [1] CRAN (R 4.0.0)
#> highr 0.9 2021-04-16 [1] CRAN (R 4.0.5)
#> htmltools 0.5.1.1 2021-01-22 [1] CRAN (R 4.0.3)
#> knitr 1.33 2021-04-24 [1] CRAN (R 4.0.5)
#> lifecycle 1.0.0 2021-02-15 [1] CRAN (R 4.0.3)
#> magrittr 2.0.1 2020-11-17 [1] CRAN (R 4.0.3)
#> munsell 0.5.0 2018-06-12 [1] CRAN (R 4.0.0)
#> pillar 1.6.1 2021-05-16 [1] CRAN (R 4.0.5)
#> pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.0.0)
#> purrr 0.3.4 2020-04-17 [1] CRAN (R 4.0.0)
#> R6 2.5.0 2020-10-28 [1] CRAN (R 4.0.3)
#> reprex 2.0.0 2021-04-02 [1] CRAN (R 4.0.5)
#> rlang 0.4.11 2021-04-30 [1] CRAN (R 4.0.5)
#> rmarkdown 2.8 2021-05-07 [1] CRAN (R 4.0.5)
#> sass 0.4.0 2021-05-12 [1] CRAN (R 4.0.5)
#> scales 1.1.1 2020-05-11 [1] CRAN (R 4.0.2)
#> sessioninfo 1.1.1 2018-11-05 [1] CRAN (R 4.0.0)
#> stringi 1.6.2 2021-05-17 [1] CRAN (R 4.0.5)
#> stringr 1.4.0 2019-02-10 [1] CRAN (R 4.0.0)
#> styler 1.4.1 2021-03-30 [1] CRAN (R 4.0.4)
#> tibble 3.1.2 2021-05-16 [1] CRAN (R 4.0.5)
#> tidyselect 1.1.1 2021-04-30 [1] CRAN (R 4.0.5)
#> utf8 1.2.1 2021-03-12 [1] CRAN (R 4.0.3)
#> vctrs 0.3.8 2021-04-29 [1] CRAN (R 4.0.5)
#> withr 2.4.2 2021-04-18 [1] CRAN (R 4.0.5)
#> xfun 0.23 2021-05-15 [1] CRAN (R 4.0.5)
#> yaml 2.2.1 2020-02-01 [1] CRAN (R 4.0.0)
#>
#> [1] C:/Users/ga27jar/Documents/R/win-library/4.0
#> [2] C:/Program Files/R/R-4.0.5/library
```
</details>
| 1.0 | Add option to override `tab_source_note()` - I find it quite neat that gt allows to override (delete) existing optional table parts like headers by using existing gt objects and re-applying the `tab_*()` and setting the label to `NULL`. This comes handy for different journals sometimes requiring to have headers and footers outside the table object. However, this currently only seems to work for `tab_header()` and not for `tab_source_note()`. Would be nice to also have the ability to reset existing source notes.
``` r
library(gt)
tab_1 <-
gtcars %>%
dplyr::select(mfr, model, msrp) %>%
dplyr::slice(1:5) %>%
gt() %>%
tab_header(title = "A simple Table",
subtitle = "with a subtitle") %>%
tab_source_note(
source_note = "From edmunds.com"
)
```
overriding headers works, but overriding tab\_source\_note does not work:
``` r
tab_1 %>%
tab_header(title = NULL,
subtitle = NULL) %>%
tab_source_note(source_note = NULL)
```
<div id="gqehiatkcg" style="overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
<table class="gt_table">
<thead class="gt_col_headings">
<tr>
<th class="gt_col_heading gt_columns_bottom_border gt_left" rowspan="1" colspan="1">mfr</th>
<th class="gt_col_heading gt_columns_bottom_border gt_left" rowspan="1" colspan="1">model</th>
<th class="gt_col_heading gt_columns_bottom_border gt_right" rowspan="1" colspan="1">msrp</th>
</tr>
</thead>
<tbody class="gt_table_body">
<tr><td class="gt_row gt_left">Ford</td>
<td class="gt_row gt_left">GT</td>
<td class="gt_row gt_right">447000</td></tr>
<tr><td class="gt_row gt_left">Ferrari</td>
<td class="gt_row gt_left">458 Speciale</td>
<td class="gt_row gt_right">291744</td></tr>
<tr><td class="gt_row gt_left">Ferrari</td>
<td class="gt_row gt_left">458 Spider</td>
<td class="gt_row gt_right">263553</td></tr>
<tr><td class="gt_row gt_left">Ferrari</td>
<td class="gt_row gt_left">458 Italia</td>
<td class="gt_row gt_right">233509</td></tr>
<tr><td class="gt_row gt_left">Ferrari</td>
<td class="gt_row gt_left">488 GTB</td>
<td class="gt_row gt_right">245400</td></tr>
</tbody>
<tfoot class="gt_sourcenotes">
<tr>
<td class="gt_sourcenote" colspan="3">From edmunds.com</td>
</tr>
</tfoot>
</table>
</div>
<sup>Created on 2021-06-08 by the [reprex package](https://reprex.tidyverse.org) (v2.0.0)</sup>
<details style="margin-bottom:10px;">
<summary>
Session info
</summary>
``` r
sessioninfo::session_info()
#> - Session info ---------------------------------------------------------------
#> setting value
#> version R version 4.0.5 (2021-03-31)
#> os Windows 10 x64
#> system x86_64, mingw32
#> ui RTerm
#> language (EN)
#> collate German_Germany.1252
#> ctype German_Germany.1252
#> tz Europe/Berlin
#> date 2021-06-08
#>
#> - Packages -------------------------------------------------------------------
#> package * version date lib source
#> assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.0.0)
#> backports 1.2.1 2020-12-09 [1] CRAN (R 4.0.3)
#> checkmate 2.0.0 2020-02-06 [1] CRAN (R 4.0.2)
#> cli 2.5.0 2021-04-26 [1] CRAN (R 4.0.5)
#> colorspace 2.0-1 2021-05-04 [1] CRAN (R 4.0.5)
#> crayon 1.4.1 2021-02-08 [1] CRAN (R 4.0.3)
#> DBI 1.1.1 2021-01-15 [1] CRAN (R 4.0.3)
#> digest 0.6.27 2020-10-24 [1] CRAN (R 4.0.3)
#> dplyr 1.0.6 2021-05-05 [1] CRAN (R 4.0.5)
#> ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.0.5)
#> evaluate 0.14 2019-05-28 [1] CRAN (R 4.0.0)
#> fansi 0.5.0 2021-05-25 [1] CRAN (R 4.0.5)
#> fs 1.5.0 2020-07-31 [1] CRAN (R 4.0.2)
#> generics 0.1.0 2020-10-31 [1] CRAN (R 4.0.3)
#> ggplot2 3.3.3 2020-12-30 [1] CRAN (R 4.0.3)
#> glue 1.4.2 2020-08-27 [1] CRAN (R 4.0.2)
#> gt * 0.3.0 2021-05-12 [1] CRAN (R 4.0.5)
#> gtable 0.3.0 2019-03-25 [1] CRAN (R 4.0.0)
#> highr 0.9 2021-04-16 [1] CRAN (R 4.0.5)
#> htmltools 0.5.1.1 2021-01-22 [1] CRAN (R 4.0.3)
#> knitr 1.33 2021-04-24 [1] CRAN (R 4.0.5)
#> lifecycle 1.0.0 2021-02-15 [1] CRAN (R 4.0.3)
#> magrittr 2.0.1 2020-11-17 [1] CRAN (R 4.0.3)
#> munsell 0.5.0 2018-06-12 [1] CRAN (R 4.0.0)
#> pillar 1.6.1 2021-05-16 [1] CRAN (R 4.0.5)
#> pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.0.0)
#> purrr 0.3.4 2020-04-17 [1] CRAN (R 4.0.0)
#> R6 2.5.0 2020-10-28 [1] CRAN (R 4.0.3)
#> reprex 2.0.0 2021-04-02 [1] CRAN (R 4.0.5)
#> rlang 0.4.11 2021-04-30 [1] CRAN (R 4.0.5)
#> rmarkdown 2.8 2021-05-07 [1] CRAN (R 4.0.5)
#> sass 0.4.0 2021-05-12 [1] CRAN (R 4.0.5)
#> scales 1.1.1 2020-05-11 [1] CRAN (R 4.0.2)
#> sessioninfo 1.1.1 2018-11-05 [1] CRAN (R 4.0.0)
#> stringi 1.6.2 2021-05-17 [1] CRAN (R 4.0.5)
#> stringr 1.4.0 2019-02-10 [1] CRAN (R 4.0.0)
#> styler 1.4.1 2021-03-30 [1] CRAN (R 4.0.4)
#> tibble 3.1.2 2021-05-16 [1] CRAN (R 4.0.5)
#> tidyselect 1.1.1 2021-04-30 [1] CRAN (R 4.0.5)
#> utf8 1.2.1 2021-03-12 [1] CRAN (R 4.0.3)
#> vctrs 0.3.8 2021-04-29 [1] CRAN (R 4.0.5)
#> withr 2.4.2 2021-04-18 [1] CRAN (R 4.0.5)
#> xfun 0.23 2021-05-15 [1] CRAN (R 4.0.5)
#> yaml 2.2.1 2020-02-01 [1] CRAN (R 4.0.0)
#>
#> [1] C:/Users/ga27jar/Documents/R/win-library/4.0
#> [2] C:/Program Files/R/R-4.0.5/library
```
</details>
| priority | add option to override tab source note i find it quite neat that gt allows to override delete existing optional table parts like headers by using existing gt objects and re applying the tab and setting the label to null this comes handy for different journals sometimes requiring to have headers and footers outside the table object however this currently only seems to work for tab header and not for tab source note would be nice to also have the ability to reset existing source notes r library gt tab gtcars dplyr select mfr model msrp dplyr slice gt tab header title a simple table subtitle with a subtitle tab source note source note from edmunds com overriding headers works but overriding tab source note does not work r tab tab header title null subtitle null tab source note source note null mfr model msrp ford gt ferrari speciale ferrari spider ferrari italia ferrari gtb from edmunds com created on by the session info r sessioninfo session info session info setting value version r version os windows system ui rterm language en collate german germany ctype german germany tz europe berlin date packages package version date lib source assertthat cran r backports cran r checkmate cran r cli cran r colorspace cran r crayon cran r dbi cran r digest cran r dplyr cran r ellipsis cran r evaluate cran r fansi cran r fs cran r generics cran r cran r glue cran r gt cran r gtable cran r highr cran r htmltools cran r knitr cran r lifecycle cran r magrittr cran r munsell cran r pillar cran r pkgconfig cran r purrr cran r cran r reprex cran r rlang cran r rmarkdown cran r sass cran r scales cran r sessioninfo cran r stringi cran r stringr cran r styler cran r tibble cran r tidyselect cran r cran r vctrs cran r withr cran r xfun cran r yaml cran r c users documents r win library c program files r r library | 1 |
413,656 | 12,077,197,869 | IssuesEvent | 2020-04-17 09:03:03 | zio/zio-config | https://api.github.com/repos/zio/zio-config | closed | Add all data types in ConfigDescriptor back into magnolia module | High Priority good first issue | The magnolia module doesn't have all of the data types supported in `ConfigDescriptor`.
We need all of them back in magnolia module.
While it is a manual process that we have to repeat the implicit variants in magnolia module, it's ok to see magnolia module as the only place where the description needs to be `implicitly` driven, and hence the manual process is justified. | 1.0 | Add all data types in ConfigDescriptor back into magnolia module - The magnolia module doesn't have all of the data types supported in `ConfigDescriptor`.
We need all of them back in magnolia module.
While it is a manual process that we have to repeat the implicit variants in magnolia module, it's ok to see magnolia module as the only place where the description needs to be `implicitly` driven, and hence the manual process is justified. | priority | add all data types in configdescriptor back into magnolia module the magnolia module doesn t have all of the data types supported in configdescriptor we need all of them back in magnolia module while it is a manual process that we have to repeat the implicit variants in magnolia module it s ok to see magnolia module as the only place where the description needs to be implicitly driven and hence the manual process is justified | 1 |
63,722 | 3,197,868,746 | IssuesEvent | 2015-10-01 08:41:27 | cs2103aug2015-t16-4j/main | https://api.github.com/repos/cs2103aug2015-t16-4j/main | closed | As a user, Jim wants to be able to add events into his program | priority.high type.story | So that he can create a list of what to do | 1.0 | As a user, Jim wants to be able to add events into his program - So that he can create a list of what to do | priority | as a user jim wants to be able to add events into his program so that he can create a list of what to do | 1 |
169,880 | 6,419,487,800 | IssuesEvent | 2017-08-08 21:19:47 | babel/babel | https://api.github.com/repos/babel/babel | opened | Update Class Fields to Stage 3 and change default behavior | es-proposal help wanted Priority: High tag: spec compliancy | Reference: https://github.com/babel/proposals/issues/19
- [ ] Move class properties from Stage 2 to 3. This means making a change similar to https://github.com/babel/babel/commit/5492fe130a682afe3a63d3e2ff16b10ed4c8b51e where you move the plugin to the next stage
- [ ] Change the spec option to be the "normal" option. You can find the references to `"spec"` with `state.opts.spec` or just grepping for `spec`. This means we want the default behavior to become what is currently "spec". Similarly we want the "normal option to be "loose" now.
- In essence we are removing the spec option entirely and adding a loose option.
- spec -> default, default -> loose
---
- [ ] Comment below you are going to do this (for others to know)
- [ ] Read [CONTRIBUTING.md](https://github.com/babel/babel/blob/7.0/CONTRIBUTING.md)
- [ ] Check you are on 7.0 branch with `git checkout 7.0` and then make a branch off of that to PR
- [ ] [Join our slack](http://slack.babeljs.io/) if you haven't already if you need more immediate help or just comment in this issue/PR
- [ ] check the class properties package/folder: https://github.com/babel/babel/tree/7.0/packages/babel-plugin-transform-class-properties
- [ ] follow the steps above in changing the behavior (also fixing the tests)
- [ ] test fixtures folder https://github.com/babel/babel/tree/7.0/packages/babel-plugin-transform-class-properties/test/fixtures. I guess you could rename general/ to loose/ and spec/ to general/?
| 1.0 | Update Class Fields to Stage 3 and change default behavior - Reference: https://github.com/babel/proposals/issues/19
- [ ] Move class properties from Stage 2 to 3. This means making a change similar to https://github.com/babel/babel/commit/5492fe130a682afe3a63d3e2ff16b10ed4c8b51e where you move the plugin to the next stage
- [ ] Change the spec option to be the "normal" option. You can find the references to `"spec"` with `state.opts.spec` or just grepping for `spec`. This means we want the default behavior to become what is currently "spec". Similarly we want the "normal option to be "loose" now.
- In essence we are removing the spec option entirely and adding a loose option.
- spec -> default, default -> loose
---
- [ ] Comment below you are going to do this (for others to know)
- [ ] Read [CONTRIBUTING.md](https://github.com/babel/babel/blob/7.0/CONTRIBUTING.md)
- [ ] Check you are on 7.0 branch with `git checkout 7.0` and then make a branch off of that to PR
- [ ] [Join our slack](http://slack.babeljs.io/) if you haven't already if you need more immediate help or just comment in this issue/PR
- [ ] check the class properties package/folder: https://github.com/babel/babel/tree/7.0/packages/babel-plugin-transform-class-properties
- [ ] follow the steps above in changing the behavior (also fixing the tests)
- [ ] test fixtures folder https://github.com/babel/babel/tree/7.0/packages/babel-plugin-transform-class-properties/test/fixtures. I guess you could rename general/ to loose/ and spec/ to general/?
| priority | update class fields to stage and change default behavior reference move class properties from stage to this means making a change similar to where you move the plugin to the next stage change the spec option to be the normal option you can find the references to spec with state opts spec or just grepping for spec this means we want the default behavior to become what is currently spec similarly we want the normal option to be loose now in essence we are removing the spec option entirely and adding a loose option spec default default loose comment below you are going to do this for others to know read check you are on branch with git checkout and then make a branch off of that to pr if you haven t already if you need more immediate help or just comment in this issue pr check the class properties package folder follow the steps above in changing the behavior also fixing the tests test fixtures folder i guess you could rename general to loose and spec to general | 1 |
148,380 | 5,680,778,499 | IssuesEvent | 2017-04-13 02:52:46 | nus-mtp/steps-networking-module | https://api.github.com/repos/nus-mtp/steps-networking-module | opened | Add comments for client-side code | document high-priority refactor | Criteria:
1. Each major function requires comment
2. Rename variables to user better variable names | 1.0 | Add comments for client-side code - Criteria:
1. Each major function requires comment
2. Rename variables to user better variable names | priority | add comments for client side code criteria each major function requires comment rename variables to user better variable names | 1 |
520,434 | 15,086,171,768 | IssuesEvent | 2021-02-05 19:53:06 | Azure/static-web-apps-cli | https://api.github.com/repos/Azure/static-web-apps-cli | closed | remove --api-prefix | priority: high scope: cli type: enhancement | We should not allow changing the `--api-prefix` right now because the service doesn't support this. | 1.0 | remove --api-prefix - We should not allow changing the `--api-prefix` right now because the service doesn't support this. | priority | remove api prefix we should not allow changing the api prefix right now because the service doesn t support this | 1 |
240,462 | 7,802,131,913 | IssuesEvent | 2018-06-10 08:32:33 | MrBlizzard/RCAdmins-Tracker | https://api.github.com/repos/MrBlizzard/RCAdmins-Tracker | opened | [Gifts] Held Item Pack Update | bug priority:high | Add the following:
- [ ] DNA Splicer (rare af)
- [ ] Clear Bells/Tidal Bells (also rare af)
- [ ] Red Orb and Blue Orb
- [ ] Mega stones for Ampharos, Banette, Gyarados, Kangaskhan, Lucario, Sharpedo and Salamence
- [ ] Reveal Glass
Edit the following:
- [ ] Raise Gracidea chance
- [ ] Raise Ability Capsule chance
- [ ] Raise Whipped Dream and Sachet chance
- [ ] Raise chances of all by 2 to make DNA Splicer and new items more rare | 1.0 | [Gifts] Held Item Pack Update - Add the following:
- [ ] DNA Splicer (rare af)
- [ ] Clear Bells/Tidal Bells (also rare af)
- [ ] Red Orb and Blue Orb
- [ ] Mega stones for Ampharos, Banette, Gyarados, Kangaskhan, Lucario, Sharpedo and Salamence
- [ ] Reveal Glass
Edit the following:
- [ ] Raise Gracidea chance
- [ ] Raise Ability Capsule chance
- [ ] Raise Whipped Dream and Sachet chance
- [ ] Raise chances of all by 2 to make DNA Splicer and new items more rare | priority | held item pack update add the following dna splicer rare af clear bells tidal bells also rare af red orb and blue orb mega stones for ampharos banette gyarados kangaskhan lucario sharpedo and salamence reveal glass edit the following raise gracidea chance raise ability capsule chance raise whipped dream and sachet chance raise chances of all by to make dna splicer and new items more rare | 1 |
609,955 | 18,891,206,158 | IssuesEvent | 2021-11-15 13:25:54 | ooni/probe | https://api.github.com/repos/ooni/probe | closed | cli: ./mk: ios build improvements and fixes | priority/high | - [ ] rename the generated framework to `.xcframework` otherwise `go mobile` does not build it
- [ ] figure out way to upgrade to Xcode 13.1 on GtiHub (as it is on my macOS) or drop the version check
- [ ] remove `errno_ios.go` which duplicates `errno_darwing.go` to fix the iOS build | 1.0 | cli: ./mk: ios build improvements and fixes - - [ ] rename the generated framework to `.xcframework` otherwise `go mobile` does not build it
- [ ] figure out way to upgrade to Xcode 13.1 on GtiHub (as it is on my macOS) or drop the version check
- [ ] remove `errno_ios.go` which duplicates `errno_darwing.go` to fix the iOS build | priority | cli mk ios build improvements and fixes rename the generated framework to xcframework otherwise go mobile does not build it figure out way to upgrade to xcode on gtihub as it is on my macos or drop the version check remove errno ios go which duplicates errno darwing go to fix the ios build | 1 |
254,170 | 8,070,765,220 | IssuesEvent | 2018-08-06 10:50:28 | a3rev/a3-lazy-load | https://api.github.com/repos/a3rev/a3-lazy-load | closed | Exclude Posts and Pages from Lazy Laod | Enhancement Priority: High | @alextuan New feature for version 1.9.0 Exclude by URI and exclude Page / Post types | 1.0 | Exclude Posts and Pages from Lazy Laod - @alextuan New feature for version 1.9.0 Exclude by URI and exclude Page / Post types | priority | exclude posts and pages from lazy laod alextuan new feature for version exclude by uri and exclude page post types | 1 |
224,257 | 7,468,290,638 | IssuesEvent | 2018-04-02 18:27:33 | ionic-team/capacitor | https://api.github.com/repos/ionic-team/capacitor | closed | Only update Capacitor plugins that have that platform implementation | high priority plugin | Some plugins might only have android or ios implementations, but the CLI tries to install/reference them both (like gradle includes, etc.) | 1.0 | Only update Capacitor plugins that have that platform implementation - Some plugins might only have android or ios implementations, but the CLI tries to install/reference them both (like gradle includes, etc.) | priority | only update capacitor plugins that have that platform implementation some plugins might only have android or ios implementations but the cli tries to install reference them both like gradle includes etc | 1 |
157,482 | 6,007,053,842 | IssuesEvent | 2017-06-06 01:26:09 | vmware/vic | https://api.github.com/repos/vmware/vic | closed | Creation of VCH fails with "Could not run VCH vSphere API target check due to ServerFaultCode: A general system error occurred: vix error codes = (3016, 0). but the VCH may still function normally" | kind/bug priority/high | **User Statement:**
Creation of VCH fails with "Could not run VCH vSphere API target check due to ServerFaultCode: A general system error occurred: vix error codes = (3016, 0). but the VCH may still function normally"
**Details:**
Here is my setup:
VC , VCH and client are all in different subnets
I updated /etc/resolv.conf with the DNS entries for all three setups.
nslookup from client VM to VCH, VC IP works fine.
VCH creation fails with below commands with and without dns-server:
./vic-machine-linux create --force -t administrator@vsphere.local:'Admin!23'@w3-stras-db06.eng.vmware.com/Datacenter -r Cluster/Resources -i Datastore-d2616 -b DPortGroup -n U-VIC-0001 --no-tlsverify --timeout 30m --public-network-ip 10.197.37.90/23 --public-network-gateway 10.197.37.253
./vic-machine-linux create --force -t administrator@vsphere.local:'Admin!23'@w3-stras-db06.eng.vmware.com/Datacenter -r Cluster/Resources -i Datastore-d2616 -b DPortGroup -n U-VIC-001 --no-tlsverify --timeout 30m --public-network-ip 10.197.37.^C/23 --public-network-gateway 10.197.37.253 --dns-server 10.142.7.21
/etc/resolv..conf snippet
nameserver 10.142.7.21
nameserver 10.132.71.1
nameserver 10.146.7.1
search eng.vmware.com
**Acceptance Criteria:**
VCH creation should have worked as all Ips are resolvable through FQDN.
Live setup can be provided/accessed.
| 1.0 | Creation of VCH fails with "Could not run VCH vSphere API target check due to ServerFaultCode: A general system error occurred: vix error codes = (3016, 0). but the VCH may still function normally" - **User Statement:**
Creation of VCH fails with "Could not run VCH vSphere API target check due to ServerFaultCode: A general system error occurred: vix error codes = (3016, 0). but the VCH may still function normally"
**Details:**
Here is my setup:
VC , VCH and client are all in different subnets
I updated /etc/resolv.conf with the DNS entries for all three setups.
nslookup from client VM to VCH, VC IP works fine.
VCH creation fails with below commands with and without dns-server:
./vic-machine-linux create --force -t administrator@vsphere.local:'Admin!23'@w3-stras-db06.eng.vmware.com/Datacenter -r Cluster/Resources -i Datastore-d2616 -b DPortGroup -n U-VIC-0001 --no-tlsverify --timeout 30m --public-network-ip 10.197.37.90/23 --public-network-gateway 10.197.37.253
./vic-machine-linux create --force -t administrator@vsphere.local:'Admin!23'@w3-stras-db06.eng.vmware.com/Datacenter -r Cluster/Resources -i Datastore-d2616 -b DPortGroup -n U-VIC-001 --no-tlsverify --timeout 30m --public-network-ip 10.197.37.^C/23 --public-network-gateway 10.197.37.253 --dns-server 10.142.7.21
/etc/resolv..conf snippet
nameserver 10.142.7.21
nameserver 10.132.71.1
nameserver 10.146.7.1
search eng.vmware.com
**Acceptance Criteria:**
VCH creation should have worked as all Ips are resolvable through FQDN.
Live setup can be provided/accessed.
| priority | creation of vch fails with could not run vch vsphere api target check due to serverfaultcode a general system error occurred vix error codes but the vch may still function normally user statement creation of vch fails with could not run vch vsphere api target check due to serverfaultcode a general system error occurred vix error codes but the vch may still function normally details here is my setup vc vch and client are all in different subnets i updated etc resolv conf with the dns entries for all three setups nslookup from client vm to vch vc ip works fine vch creation fails with below commands with and without dns server vic machine linux create force t administrator vsphere local admin stras eng vmware com datacenter r cluster resources i datastore b dportgroup n u vic no tlsverify timeout public network ip public network gateway vic machine linux create force t administrator vsphere local admin stras eng vmware com datacenter r cluster resources i datastore b dportgroup n u vic no tlsverify timeout public network ip c public network gateway dns server etc resolv conf snippet nameserver nameserver nameserver search eng vmware com acceptance criteria vch creation should have worked as all ips are resolvable through fqdn live setup can be provided accessed | 1 |
476,331 | 13,736,932,830 | IssuesEvent | 2020-10-05 12:30:30 | onaio/reveal-frontend | https://api.github.com/repos/onaio/reveal-frontend | closed | THAI- Structure has tasks associated for family members that are not listed as residents RVL-1238 | Priority: High bug | 1. Select Test Family structure in BVBD Test Area 3, Test Village 2, Plan ...BVBD 3 - 3.5FN...
2. Observe the residents (Test T, 30)
3. Observe the tasks (going to archive 1 round 1 and going to archive kid, round 1)
This state was achieved by clicking on the household in the list view - the task in the task list for that structure was 'Not Visited'
A new family was registered (going to archive 1)
A second family member was registered (going to archive kid)
This state observed immediately. After syncing, deleted data and logged in again. Waited for sync to complete and observed the household in the same state





| 1.0 | THAI- Structure has tasks associated for family members that are not listed as residents RVL-1238 - 1. Select Test Family structure in BVBD Test Area 3, Test Village 2, Plan ...BVBD 3 - 3.5FN...
2. Observe the residents (Test T, 30)
3. Observe the tasks (going to archive 1 round 1 and going to archive kid, round 1)
This state was achieved by clicking on the household in the list view - the task in the task list for that structure was 'Not Visited'
A new family was registered (going to archive 1)
A second family member was registered (going to archive kid)
This state observed immediately. After syncing, deleted data and logged in again. Waited for sync to complete and observed the household in the same state





| priority | thai structure has tasks associated for family members that are not listed as residents rvl select test family structure in bvbd test area test village plan bvbd observe the residents test t observe the tasks going to archive round and going to archive kid round this state was achieved by clicking on the household in the list view the task in the task list for that structure was not visited a new family was registered going to archive a second family member was registered going to archive kid this state observed immediately after syncing deleted data and logged in again waited for sync to complete and observed the household in the same state | 1 |
599,901 | 18,285,742,376 | IssuesEvent | 2021-10-05 10:03:46 | ooni/probe | https://api.github.com/repos/ooni/probe | opened | websteps vs webconnectivity comparison | priority/high effort/L | We want to perform a comparison of websteps and webconnectivity across these dimensions:
1. size of the JSON produced for each URL;
2. bytes consumed per URL;
3. runtime per URL (accounting for DNS, test helper, TCP connect, TLS handshake, fetching time).
We are not focusing on the ability to precisely flag known censorship cases, for now, because we need to design an algorithm for flagging failures for websteps first. Though, if we collect a JSONL for websteps, we can simulate such an algorithm and we actually have a way to perform also a comparison of precision. But, it seems better to put this specific kind of comparison into another issue, otherwise also this issue here will become huge and long running. | 1.0 | websteps vs webconnectivity comparison - We want to perform a comparison of websteps and webconnectivity across these dimensions:
1. size of the JSON produced for each URL;
2. bytes consumed per URL;
3. runtime per URL (accounting for DNS, test helper, TCP connect, TLS handshake, fetching time).
We are not focusing on the ability to precisely flag known censorship cases, for now, because we need to design an algorithm for flagging failures for websteps first. Though, if we collect a JSONL for websteps, we can simulate such an algorithm and we actually have a way to perform also a comparison of precision. But, it seems better to put this specific kind of comparison into another issue, otherwise also this issue here will become huge and long running. | priority | websteps vs webconnectivity comparison we want to perform a comparison of websteps and webconnectivity across these dimensions size of the json produced for each url bytes consumed per url runtime per url accounting for dns test helper tcp connect tls handshake fetching time we are not focusing on the ability to precisely flag known censorship cases for now because we need to design an algorithm for flagging failures for websteps first though if we collect a jsonl for websteps we can simulate such an algorithm and we actually have a way to perform also a comparison of precision but it seems better to put this specific kind of comparison into another issue otherwise also this issue here will become huge and long running | 1 |
354,270 | 10,564,812,792 | IssuesEvent | 2019-10-05 05:39:59 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [YSQL] Issue with queries involving small numeric(m,n) fields as keys | area/sql kind/bug priority/high | UPDATE: Issue is not specific to numeric type. It affects tables if the number of columns in PRIMARY KEY is 3 or more and the order in which columns are specified in CREATE TABLE is different from the order of those columns in the PRIMARY KEY clause.
```
mydb=> create table c_food (c_id numeric(5,0), c_w_id numeric(4,0), c_d_id numeric(2,0), primary key(c_w_id, c_d_id, c_id));
CREATE TABLE
mydb=> insert into c_food values(9902,89,1);
INSERT 0 1
mydb=> select * from c_food where c_d_id = 1;
ERROR: numeric field overflow
DETAIL: A field with precision 2, scale 0 must round to an absolute value less than 10^2.
mydb=> select * from c_food where c_d_id = cast(1 as numeric(2,0));
ERROR: numeric field overflow
DETAIL: A field with precision 2, scale 0 must round to an absolute value less than 10^2.
```
| 1.0 | [YSQL] Issue with queries involving small numeric(m,n) fields as keys - UPDATE: Issue is not specific to numeric type. It affects tables if the number of columns in PRIMARY KEY is 3 or more and the order in which columns are specified in CREATE TABLE is different from the order of those columns in the PRIMARY KEY clause.
```
mydb=> create table c_food (c_id numeric(5,0), c_w_id numeric(4,0), c_d_id numeric(2,0), primary key(c_w_id, c_d_id, c_id));
CREATE TABLE
mydb=> insert into c_food values(9902,89,1);
INSERT 0 1
mydb=> select * from c_food where c_d_id = 1;
ERROR: numeric field overflow
DETAIL: A field with precision 2, scale 0 must round to an absolute value less than 10^2.
mydb=> select * from c_food where c_d_id = cast(1 as numeric(2,0));
ERROR: numeric field overflow
DETAIL: A field with precision 2, scale 0 must round to an absolute value less than 10^2.
```
| priority | issue with queries involving small numeric m n fields as keys update issue is not specific to numeric type it affects tables if the number of columns in primary key is or more and the order in which columns are specified in create table is different from the order of those columns in the primary key clause mydb create table c food c id numeric c w id numeric c d id numeric primary key c w id c d id c id create table mydb insert into c food values insert mydb select from c food where c d id error numeric field overflow detail a field with precision scale must round to an absolute value less than mydb select from c food where c d id cast as numeric error numeric field overflow detail a field with precision scale must round to an absolute value less than | 1 |
609,543 | 18,876,775,382 | IssuesEvent | 2021-11-14 05:28:38 | ElevenSymbols/orca | https://api.github.com/repos/ElevenSymbols/orca | opened | User mentions | priority: high type: feature request | User mentions will help users to notify others by typing their full name or username. When typing `@` we need to query the database and search for users based on the string that the user writes after `@`. You can check the behavior on other social network platforms, like Facebook.
Suppose a user mentions another user in their post or comment. Then, the other user should receive an email that `User has mentioned them in their post` or if they are online at that moment only the real-time notification.
| 1.0 | User mentions - User mentions will help users to notify others by typing their full name or username. When typing `@` we need to query the database and search for users based on the string that the user writes after `@`. You can check the behavior on other social network platforms, like Facebook.
Suppose a user mentions another user in their post or comment. Then, the other user should receive an email that `User has mentioned them in their post` or if they are online at that moment only the real-time notification.
| priority | user mentions user mentions will help users to notify others by typing their full name or username when typing we need to query the database and search for users based on the string that the user writes after you can check the behavior on other social network platforms like facebook suppose a user mentions another user in their post or comment then the other user should receive an email that user has mentioned them in their post or if they are online at that moment only the real time notification | 1 |
706,877 | 24,287,136,616 | IssuesEvent | 2022-09-28 23:58:33 | worldmaking/mischmasch | https://api.github.com/repos/worldmaking/mischmasch | closed | [urgent] ops with 2 or more knobs, knobs shouldn't move together | bug Priority: High V0.5.x // Node | when using an op that has 2 or more knobs i.e. train, clamp, etc. if I select a knob and turn it, both knobs turn (and the value of the knob being turned gets displayed on the other knob!)
Solution for nuit blanche is to rename all 2nd knobs as inlets, document which ones, and move this issue to a new post-NB issue
| 1.0 | [urgent] ops with 2 or more knobs, knobs shouldn't move together - when using an op that has 2 or more knobs i.e. train, clamp, etc. if I select a knob and turn it, both knobs turn (and the value of the knob being turned gets displayed on the other knob!)
Solution for nuit blanche is to rename all 2nd knobs as inlets, document which ones, and move this issue to a new post-NB issue
| priority | ops with or more knobs knobs shouldn t move together when using an op that has or more knobs i e train clamp etc if i select a knob and turn it both knobs turn and the value of the knob being turned gets displayed on the other knob solution for nuit blanche is to rename all knobs as inlets document which ones and move this issue to a new post nb issue | 1 |
208,801 | 7,160,444,491 | IssuesEvent | 2018-01-28 00:38:23 | builderbook/builderbook | https://api.github.com/repos/builderbook/builderbook | closed | start app locally and deploy | high priority | - [x] how to start locally: mention `.env` and `.env-config.js`
- [x] how to deploy: mention `now.json` and now's commands | 1.0 | start app locally and deploy - - [x] how to start locally: mention `.env` and `.env-config.js`
- [x] how to deploy: mention `now.json` and now's commands | priority | start app locally and deploy how to start locally mention env and env config js how to deploy mention now json and now s commands | 1 |
567,509 | 16,869,309,455 | IssuesEvent | 2021-06-22 00:34:44 | Dqu1J/simplerauth | https://api.github.com/repos/Dqu1J/simplerauth | closed | Throw from inventory screen | bug high priority | **Describe the bug**
Players are able to throw items from inventory screen before auth
**Version**
Mod version: 1.1.0
Minecraft version: 1.17
Fabric version:
| 1.0 | Throw from inventory screen - **Describe the bug**
Players are able to throw items from inventory screen before auth
**Version**
Mod version: 1.1.0
Minecraft version: 1.17
Fabric version:
| priority | throw from inventory screen describe the bug players are able to throw items from inventory screen before auth version mod version minecraft version fabric version | 1 |
100,512 | 4,097,679,995 | IssuesEvent | 2016-06-03 03:20:09 | okTurtles/group-income-simple | https://api.github.com/repos/okTurtles/group-income-simple | opened | Create Waterline node-sql adapter with node-sqlite3 support | backend enhancement high priority security | Looks like we're going with [Option 4](https://github.com/okTurtles/group-income-simple/issues/82)? ๐
- https://github.com/balderdashy/waterline
+ https://github.com/Atlantis-Software/offshore
- https://github.com/brianc/node-sql
- https://github.com/mapbox/node-sqlite3 | 1.0 | Create Waterline node-sql adapter with node-sqlite3 support - Looks like we're going with [Option 4](https://github.com/okTurtles/group-income-simple/issues/82)? ๐
- https://github.com/balderdashy/waterline
+ https://github.com/Atlantis-Software/offshore
- https://github.com/brianc/node-sql
- https://github.com/mapbox/node-sqlite3 | priority | create waterline node sql adapter with node support looks like we re going with ๐ | 1 |
333,641 | 10,129,333,306 | IssuesEvent | 2019-08-01 14:35:57 | TaoK/PoorMansTSqlFormatter | https://api.github.com/repos/TaoK/PoorMansTSqlFormatter | closed | SSMS 18.1 extension V1.6.13 does not load 'The 'FormatterPackage' package did not load correctly.' - Assembly Version Mismatches | priority-high resolved | After installing V1.6.13 and opening SSMS 18.1 I get the following error:
```
---------------------------
Microsoft SQL Server Management Studio
---------------------------
The 'FormatterPackage' package did not load correctly.
The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file 'C:\Users\xxxx\AppData\Roaming\Microsoft\AppEnv\15.0\ActivityLog.xml'.
Restarting Visual Studio could help resolve this issue.
Continue to show this error message?
---------------------------
Yes No
---------------------------
```
Checking that file I see the following:
```
LegacySitePackage failed for package [FormatterPackage]Source: 'PoorMansTSqlFormatterSSMSLib' Description:
Could not load file or assembly 'PoorMansTSqlFormatterPluginShared, Version=1.6.12.2816, Culture=neutral, PublicKeyToken=fb9a6042fd921db9' or one of its dependencies.
The system cannot find the file specified. System.IO.FileNotFoundException:
Could not load file or assembly 'PoorMansTSqlFormatterPluginShared, Version=1.6.12.2816, Culture=neutral, PublicKeyToken=fb9a6042fd921db9' or one of its dependencies.
The system cannot find the file specified.
File name: 'PoorMansTSqlFormatterPluginShared, Version=1.6.12.2816, Culture=neutral, PublicKeyToken=fb9a6042fd921db9'at PoorMansTSqlFormatterSSMSLib.GenericVSHelper..ctor(Boolean isVisualStudio, GetTextEditorKeyBindingScopeName keyBindingScopeNameDelegate, GetKeyBinding getKeyBindingDelegate, SetKeyBinding setKeyBindingDelegate)at PoorMansTSqlFormatterSSMSPackage.FormatterPackage.Initialize()at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.SetSite(IServiceProvider sp)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
```
Doing a quick check of the assemblies included in the .msi installer PoorMansTSqlFormatterSSMSLib.dll seems to be built as V1.6.12 and linked against V1.6.12 as described above, but the included DLLs are V1.6.13.
Guessing PoorMansTSqlFormatterSSMSLib needs to be rebuilt and the msi package updated.
| 1.0 | SSMS 18.1 extension V1.6.13 does not load 'The 'FormatterPackage' package did not load correctly.' - Assembly Version Mismatches - After installing V1.6.13 and opening SSMS 18.1 I get the following error:
```
---------------------------
Microsoft SQL Server Management Studio
---------------------------
The 'FormatterPackage' package did not load correctly.
The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file 'C:\Users\xxxx\AppData\Roaming\Microsoft\AppEnv\15.0\ActivityLog.xml'.
Restarting Visual Studio could help resolve this issue.
Continue to show this error message?
---------------------------
Yes No
---------------------------
```
Checking that file I see the following:
```
LegacySitePackage failed for package [FormatterPackage]Source: 'PoorMansTSqlFormatterSSMSLib' Description:
Could not load file or assembly 'PoorMansTSqlFormatterPluginShared, Version=1.6.12.2816, Culture=neutral, PublicKeyToken=fb9a6042fd921db9' or one of its dependencies.
The system cannot find the file specified. System.IO.FileNotFoundException:
Could not load file or assembly 'PoorMansTSqlFormatterPluginShared, Version=1.6.12.2816, Culture=neutral, PublicKeyToken=fb9a6042fd921db9' or one of its dependencies.
The system cannot find the file specified.
File name: 'PoorMansTSqlFormatterPluginShared, Version=1.6.12.2816, Culture=neutral, PublicKeyToken=fb9a6042fd921db9'at PoorMansTSqlFormatterSSMSLib.GenericVSHelper..ctor(Boolean isVisualStudio, GetTextEditorKeyBindingScopeName keyBindingScopeNameDelegate, GetKeyBinding getKeyBindingDelegate, SetKeyBinding setKeyBindingDelegate)at PoorMansTSqlFormatterSSMSPackage.FormatterPackage.Initialize()at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.SetSite(IServiceProvider sp)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
```
Doing a quick check of the assemblies included in the .msi installer PoorMansTSqlFormatterSSMSLib.dll seems to be built as V1.6.12 and linked against V1.6.12 as described above, but the included DLLs are V1.6.13.
Guessing PoorMansTSqlFormatterSSMSLib needs to be rebuilt and the msi package updated.
| priority | ssms extension does not load the formatterpackage package did not load correctly assembly version mismatches after installing and opening ssms i get the following error microsoft sql server management studio the formatterpackage package did not load correctly the problem may have been caused by a configuration change or by the installation of another extension you can get more information by examining the file c users xxxx appdata roaming microsoft appenv activitylog xml restarting visual studio could help resolve this issue continue to show this error message yes no checking that file i see the following legacysitepackage failed for package source poormanstsqlformatterssmslib description could not load file or assembly poormanstsqlformatterpluginshared version culture neutral publickeytoken or one of its dependencies the system cannot find the file specified system io filenotfoundexception could not load file or assembly poormanstsqlformatterpluginshared version culture neutral publickeytoken or one of its dependencies the system cannot find the file specified file name poormanstsqlformatterpluginshared version culture neutral publickeytoken at poormanstsqlformatterssmslib genericvshelper ctor boolean isvisualstudio gettexteditorkeybindingscopename keybindingscopenamedelegate getkeybinding getkeybindingdelegate setkeybinding setkeybindingdelegate at poormanstsqlformatterssmspackage formatterpackage initialize at microsoft visualstudio shell package microsoft visualstudio shell interop ivspackage setsite iserviceprovider sp wrn assembly binding logging is turned off to enable assembly bind failure logging set the registry value dword to note there is some performance penalty associated with assembly bind failure logging to turn this feature off remove the registry value doing a quick check of the assemblies included in the msi installer poormanstsqlformatterssmslib dll seems to be built as and linked against as described above but the included dlls are guessing poormanstsqlformatterssmslib needs to be rebuilt and the msi package updated | 1 |
731,631 | 25,225,043,188 | IssuesEvent | 2022-11-14 15:24:29 | ballerina-platform/ballerina-standard-library | https://api.github.com/repos/ballerina-platform/ballerina-standard-library | closed | HTTP/2 calls sent to a HTTPS based REST API backend fails within in K8s cluster | Priority/High Type/Bug module/http Team/PCM http2 | **Description:**
<!-- Give a brief description of the bug -->
After upgrading to the latest version of ballerina, the HTTP calls sent to a HTTPS based (signed by a well known cert - no secure socket config) REST API backend fails. Reverting back to the previous version fixes the issue as well and no other changes were done along with this.
**Steps to reproduce:**
This was only reproduced in a K8s environment.
**Affected Versions:**
2201.2.0 (Previously 2201.1.0)
ballerina/http 2.4.0 (Previously 2.2.2)
**OS, DB, other environment details and versions:**
K8s Cluster with Service Mesh installed
**Related Issues (optional):**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
**Suggested Labels (optional):**
<!-- Optional comma separated list of suggested labels. Non committers canโt assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees (optional):**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers canโt assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
| 1.0 | HTTP/2 calls sent to a HTTPS based REST API backend fails within in K8s cluster - **Description:**
<!-- Give a brief description of the bug -->
After upgrading to the latest version of ballerina, the HTTP calls sent to a HTTPS based (signed by a well known cert - no secure socket config) REST API backend fails. Reverting back to the previous version fixes the issue as well and no other changes were done along with this.
**Steps to reproduce:**
This was only reproduced in a K8s environment.
**Affected Versions:**
2201.2.0 (Previously 2201.1.0)
ballerina/http 2.4.0 (Previously 2.2.2)
**OS, DB, other environment details and versions:**
K8s Cluster with Service Mesh installed
**Related Issues (optional):**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
**Suggested Labels (optional):**
<!-- Optional comma separated list of suggested labels. Non committers canโt assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees (optional):**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers canโt assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
| priority | http calls sent to a https based rest api backend fails within in cluster description after upgrading to the latest version of ballerina the http calls sent to a https based signed by a well known cert no secure socket config rest api backend fails reverting back to the previous version fixes the issue as well and no other changes were done along with this steps to reproduce this was only reproduced in a environment affected versions previously ballerina http previously os db other environment details and versions cluster with service mesh installed related issues optional suggested labels optional suggested assignees optional | 1 |
45,298 | 2,922,316,428 | IssuesEvent | 2015-06-25 09:32:23 | LearningLocker/learninglocker | https://api.github.com/repos/LearningLocker/learninglocker | closed | Abort error upgrading from v1.5.1 to v1.5.2 | priority:high status:confirmed type:bug | **Version**
v1.5.1 to v1.5.2
**Steps to reproduce the bug**
1. Follow directions here: https://github.com/LearningLocker/learninglocker/releases/tag/v1.5.2
2. Aborts with error (below) on step three ( git merge v1.5.2)
**Expected behaviour**
No error
**Actual behaviour**
Error below
**Server information**
CentOS 7
MongoDB
**Client information**
OS: WIndows 8.1
Browser: Firefox (latest)
**Additional information**
I know I can get around this, but wanted to include this for future upgrades.
```
git merge v1.5.2
error: The following untracked working tree files would be overwritten by merge:
public/assets/js/bower_components/FileSaver.js/FileSaver.js
public/assets/js/bower_components/FileSaver.js/FileSaver.min.js
public/assets/js/bower_components/FileSaver.js/demo/demo.css
public/assets/js/bower_components/FileSaver.js/demo/demo.js
public/assets/js/bower_components/FileSaver.js/demo/demo.min.js
public/assets/js/bower_components/backbone.babysitter/lib/backbone.babysitter.js
public/assets/js/bower_components/backbone.babysitter/lib/backbone.babysitter.min.js
public/assets/js/bower_components/backbone.babysitter/src/build/backbone.babysitter.js
public/assets/js/bower_components/backbone.babysitter/src/childviewcontainer.js
public/assets/js/bower_components/backbone.basicauth/backbone.basicauth.js
public/assets/js/bower_components/backbone.marionette/lib/backbone.marionette.js
public/assets/js/bower_components/backbone.marionette/lib/backbone.marionette.min.js
public/assets/js/bower_components/backbone.marionette/lib/core/backbone.marionette.js
public/assets/js/bower_components/backbone.marionette/lib/core/backbone.marionette.min.js
public/assets/js/bower_components/backbone.marionette/src/marionette.application.js
public/assets/js/bower_components/backbone.marionette/src/marionette.approuter.js
public/assets/js/bower_components/backbone.marionette/src/marionette.behavior.js
public/assets/js/bower_components/backbone.marionette/src/marionette.behaviors.js
public/assets/js/bower_components/backbone.marionette/src/marionette.bindEntityEvents.js
public/assets/js/bower_components/backbone.marionette/src/marionette.callbacks.js
public/assets/js/bower_components/backbone.marionette/src/marionette.collectionview.js
public/assets/js/bower_components/backbone.marionette/src/marionette.compositeview.js
public/assets/js/bower_components/backbone.marionette/src/marionette.controller.js
public/assets/js/bower_components/backbone.marionette/src/marionette.domRefresh.js
public/assets/js/bower_components/backbone.marionette/src/marionette.error.js
public/assets/js/bower_components/backbone.marionette/src/marionette.helpers.js
public/assets/js/bower_components/backbone.marionette/src/marionette.itemview.js
public/assets/js/bower_components/backbone.marionette/src/marionette.layoutview.js
public/assets/js/bower_components/backbone.marionette/src/marionette.module.js
public/assets/js/bower_components/backbone.marionette/src/marionette.object.js
public/assets/js/bower_components/backbone.marionette/src/marionette.region.js
public/assets/js/bower_components/backbone.marionette/src/marionette.regionManager.js
public/assets/js/bower_components/backbone.marionette/src/marionette.renderer.js
public/assets/js/bower_components/backbone.marionette/src/marionette.templatecache.js
public/assets/js/bower_components/backbone.marionette/src/marionette.triggermethod.js
public/assets/js/bower_components/backbone.marionette/src/marionette.view.js
public/assets/js/bower_components/backbone.marionette/tasks/jsDocFile.js
public/assets/js/bower_components/backbone.wreqr/lib/backbone.wreqr.js
public/assets/js/bower_components/backbone.wreqr/lib/backbone.wreqr.min.js
public/assets/js/bower_components/backbone.wreqr/src/build/backbone.wreqr.js
public/assets/js/bower_components/backbone.wreqr/src/wreqr.channel.js
public/assets/js/bower_components/backbone.wreqr/src/wreqr.commandStorage.js
public/assets/js/bower_components/backbone.wreqr/src/wreqr.commands.js
public/assets/js/bower_components/backbone.wreqr/src/wreqr.eventaggregator.js
public/assets/js/bower_components/backbone.wreqr/src/wreqr.handlers.js
public/assets/js/bower_components/backbone.wreqr/src/wreqr.radio.js
public/assets/js/bower_components/backbone.wreqr/src/wreqr.requestresponse.js
public/assets/js/bower_components/backbone/backbone-min.js
public/assets/js/bower_components/backbone/backbone.js
public/assets/js/bower_components/backbone/examples/backbone.localStorage.js
public/assets/js/bower_components/backbone/examples/todos/todos.css
public/assets/js/bower_compo
Aborting
''' | 1.0 | Abort error upgrading from v1.5.1 to v1.5.2 - **Version**
v1.5.1 to v1.5.2
**Steps to reproduce the bug**
1. Follow directions here: https://github.com/LearningLocker/learninglocker/releases/tag/v1.5.2
2. Aborts with error (below) on step three ( git merge v1.5.2)
**Expected behaviour**
No error
**Actual behaviour**
Error below
**Server information**
CentOS 7
MongoDB
**Client information**
OS: WIndows 8.1
Browser: Firefox (latest)
**Additional information**
I know I can get around this, but wanted to include this for future upgrades.
```
git merge v1.5.2
error: The following untracked working tree files would be overwritten by merge:
public/assets/js/bower_components/FileSaver.js/FileSaver.js
public/assets/js/bower_components/FileSaver.js/FileSaver.min.js
public/assets/js/bower_components/FileSaver.js/demo/demo.css
public/assets/js/bower_components/FileSaver.js/demo/demo.js
public/assets/js/bower_components/FileSaver.js/demo/demo.min.js
public/assets/js/bower_components/backbone.babysitter/lib/backbone.babysitter.js
public/assets/js/bower_components/backbone.babysitter/lib/backbone.babysitter.min.js
public/assets/js/bower_components/backbone.babysitter/src/build/backbone.babysitter.js
public/assets/js/bower_components/backbone.babysitter/src/childviewcontainer.js
public/assets/js/bower_components/backbone.basicauth/backbone.basicauth.js
public/assets/js/bower_components/backbone.marionette/lib/backbone.marionette.js
public/assets/js/bower_components/backbone.marionette/lib/backbone.marionette.min.js
public/assets/js/bower_components/backbone.marionette/lib/core/backbone.marionette.js
public/assets/js/bower_components/backbone.marionette/lib/core/backbone.marionette.min.js
public/assets/js/bower_components/backbone.marionette/src/marionette.application.js
public/assets/js/bower_components/backbone.marionette/src/marionette.approuter.js
public/assets/js/bower_components/backbone.marionette/src/marionette.behavior.js
public/assets/js/bower_components/backbone.marionette/src/marionette.behaviors.js
public/assets/js/bower_components/backbone.marionette/src/marionette.bindEntityEvents.js
public/assets/js/bower_components/backbone.marionette/src/marionette.callbacks.js
public/assets/js/bower_components/backbone.marionette/src/marionette.collectionview.js
public/assets/js/bower_components/backbone.marionette/src/marionette.compositeview.js
public/assets/js/bower_components/backbone.marionette/src/marionette.controller.js
public/assets/js/bower_components/backbone.marionette/src/marionette.domRefresh.js
public/assets/js/bower_components/backbone.marionette/src/marionette.error.js
public/assets/js/bower_components/backbone.marionette/src/marionette.helpers.js
public/assets/js/bower_components/backbone.marionette/src/marionette.itemview.js
public/assets/js/bower_components/backbone.marionette/src/marionette.layoutview.js
public/assets/js/bower_components/backbone.marionette/src/marionette.module.js
public/assets/js/bower_components/backbone.marionette/src/marionette.object.js
public/assets/js/bower_components/backbone.marionette/src/marionette.region.js
public/assets/js/bower_components/backbone.marionette/src/marionette.regionManager.js
public/assets/js/bower_components/backbone.marionette/src/marionette.renderer.js
public/assets/js/bower_components/backbone.marionette/src/marionette.templatecache.js
public/assets/js/bower_components/backbone.marionette/src/marionette.triggermethod.js
public/assets/js/bower_components/backbone.marionette/src/marionette.view.js
public/assets/js/bower_components/backbone.marionette/tasks/jsDocFile.js
public/assets/js/bower_components/backbone.wreqr/lib/backbone.wreqr.js
public/assets/js/bower_components/backbone.wreqr/lib/backbone.wreqr.min.js
public/assets/js/bower_components/backbone.wreqr/src/build/backbone.wreqr.js
public/assets/js/bower_components/backbone.wreqr/src/wreqr.channel.js
public/assets/js/bower_components/backbone.wreqr/src/wreqr.commandStorage.js
public/assets/js/bower_components/backbone.wreqr/src/wreqr.commands.js
public/assets/js/bower_components/backbone.wreqr/src/wreqr.eventaggregator.js
public/assets/js/bower_components/backbone.wreqr/src/wreqr.handlers.js
public/assets/js/bower_components/backbone.wreqr/src/wreqr.radio.js
public/assets/js/bower_components/backbone.wreqr/src/wreqr.requestresponse.js
public/assets/js/bower_components/backbone/backbone-min.js
public/assets/js/bower_components/backbone/backbone.js
public/assets/js/bower_components/backbone/examples/backbone.localStorage.js
public/assets/js/bower_components/backbone/examples/todos/todos.css
public/assets/js/bower_compo
Aborting
''' | priority | abort error upgrading from to version to steps to reproduce the bug follow directions here aborts with error below on step three git merge expected behaviour no error actual behaviour error below server information centos mongodb client information os windows browser firefox latest additional information i know i can get around this but wanted to include this for future upgrades git merge error the following untracked working tree files would be overwritten by merge public assets js bower components filesaver js filesaver js public assets js bower components filesaver js filesaver min js public assets js bower components filesaver js demo demo css public assets js bower components filesaver js demo demo js public assets js bower components filesaver js demo demo min js public assets js bower components backbone babysitter lib backbone babysitter js public assets js bower components backbone babysitter lib backbone babysitter min js public assets js bower components backbone babysitter src build backbone babysitter js public assets js bower components backbone babysitter src childviewcontainer js public assets js bower components backbone basicauth backbone basicauth js public assets js bower components backbone marionette lib backbone marionette js public assets js bower components backbone marionette lib backbone marionette min js public assets js bower components backbone marionette lib core backbone marionette js public assets js bower components backbone marionette lib core backbone marionette min js public assets js bower components backbone marionette src marionette application js public assets js bower components backbone marionette src marionette approuter js public assets js bower components backbone marionette src marionette behavior js public assets js bower components backbone marionette src marionette behaviors js public assets js bower components backbone marionette src marionette bindentityevents js public assets js bower components backbone marionette src marionette callbacks js public assets js bower components backbone marionette src marionette collectionview js public assets js bower components backbone marionette src marionette compositeview js public assets js bower components backbone marionette src marionette controller js public assets js bower components backbone marionette src marionette domrefresh js public assets js bower components backbone marionette src marionette error js public assets js bower components backbone marionette src marionette helpers js public assets js bower components backbone marionette src marionette itemview js public assets js bower components backbone marionette src marionette layoutview js public assets js bower components backbone marionette src marionette module js public assets js bower components backbone marionette src marionette object js public assets js bower components backbone marionette src marionette region js public assets js bower components backbone marionette src marionette regionmanager js public assets js bower components backbone marionette src marionette renderer js public assets js bower components backbone marionette src marionette templatecache js public assets js bower components backbone marionette src marionette triggermethod js public assets js bower components backbone marionette src marionette view js public assets js bower components backbone marionette tasks jsdocfile js public assets js bower components backbone wreqr lib backbone wreqr js public assets js bower components backbone wreqr lib backbone wreqr min js public assets js bower components backbone wreqr src build backbone wreqr js public assets js bower components backbone wreqr src wreqr channel js public assets js bower components backbone wreqr src wreqr commandstorage js public assets js bower components backbone wreqr src wreqr commands js public assets js bower components backbone wreqr src wreqr eventaggregator js public assets js bower components backbone wreqr src wreqr handlers js public assets js bower components backbone wreqr src wreqr radio js public assets js bower components backbone wreqr src wreqr requestresponse js public assets js bower components backbone backbone min js public assets js bower components backbone backbone js public assets js bower components backbone examples backbone localstorage js public assets js bower components backbone examples todos todos css public assets js bower compo aborting | 1 |
405,109 | 11,867,692,451 | IssuesEvent | 2020-03-26 07:38:13 | dmwm/WMCore | https://api.github.com/repos/dmwm/WMCore | closed | Keep microservice transfer documents for workflows in the failed status | BUG High Priority ReqMgr2MS Unified Porting | **Impact of the bug**
ReqMgr2MS
**Describe the bug**
As noted by Erik, on the issue #9579 , we should not cleanup transfer documents for workflows sitting in the `failed` status.
**How to reproduce it**
none
**Expected behavior**
Make sure the workflow transfer document is kept around for workflows under the `failed` status.
Thus, add that status to this list:
https://github.com/dmwm/WMCore/blob/master/src/python/WMCore/ReqMgr/CherryPyThreads/CouchDBCleanup.py#L22
**Additional context and error message**
Follow up of this issue: https://github.com/dmwm/WMCore/issues/9478 | 1.0 | Keep microservice transfer documents for workflows in the failed status - **Impact of the bug**
ReqMgr2MS
**Describe the bug**
As noted by Erik, on the issue #9579 , we should not cleanup transfer documents for workflows sitting in the `failed` status.
**How to reproduce it**
none
**Expected behavior**
Make sure the workflow transfer document is kept around for workflows under the `failed` status.
Thus, add that status to this list:
https://github.com/dmwm/WMCore/blob/master/src/python/WMCore/ReqMgr/CherryPyThreads/CouchDBCleanup.py#L22
**Additional context and error message**
Follow up of this issue: https://github.com/dmwm/WMCore/issues/9478 | priority | keep microservice transfer documents for workflows in the failed status impact of the bug describe the bug as noted by erik on the issue we should not cleanup transfer documents for workflows sitting in the failed status how to reproduce it none expected behavior make sure the workflow transfer document is kept around for workflows under the failed status thus add that status to this list additional context and error message follow up of this issue | 1 |
31,415 | 2,732,902,808 | IssuesEvent | 2015-04-17 10:06:41 | tiku01/oryx-editor | https://api.github.com/repos/tiku01/oryx-editor | closed | Automated generation of XForms from XML data descriptions | auto-migrated Priority-High Type-Enhancement | ```
Generate prototypical forms from XML instance documents / XML Schema models for
further editing
in XForms editor.
```
Original issue reported on code.google.com by `janfelix...@googlemail.com` on 9 Oct 2008 at 10:16 | 1.0 | Automated generation of XForms from XML data descriptions - ```
Generate prototypical forms from XML instance documents / XML Schema models for
further editing
in XForms editor.
```
Original issue reported on code.google.com by `janfelix...@googlemail.com` on 9 Oct 2008 at 10:16 | priority | automated generation of xforms from xml data descriptions generate prototypical forms from xml instance documents xml schema models for further editing in xforms editor original issue reported on code google com by janfelix googlemail com on oct at | 1 |
350,585 | 10,492,533,426 | IssuesEvent | 2019-09-25 13:28:01 | AbsaOSS/enceladus | https://api.github.com/repos/AbsaOSS/enceladus | closed | Migrations CLI tools | bug priority: high | ## Describe the bug
Migrations CLI tools do not log what they are doing since no SLF4J API implementation is provided. Migrations work fine in Menas since embedded Spark provides a SLF4J API implementation.
```
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
```
## To Reproduce
Run a migration from CLI
## Expected behaviour
CLI tools should log their actions to the terminal.
| 1.0 | Migrations CLI tools - ## Describe the bug
Migrations CLI tools do not log what they are doing since no SLF4J API implementation is provided. Migrations work fine in Menas since embedded Spark provides a SLF4J API implementation.
```
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
```
## To Reproduce
Run a migration from CLI
## Expected behaviour
CLI tools should log their actions to the terminal.
| priority | migrations cli tools describe the bug migrations cli tools do not log what they are doing since no api implementation is provided migrations work fine in menas since embedded spark provides a api implementation failed to load class org impl staticloggerbinder defaulting to no operation nop logger implementation see for further details to reproduce run a migration from cli expected behaviour cli tools should log their actions to the terminal | 1 |
327,001 | 9,963,293,176 | IssuesEvent | 2019-07-07 22:09:31 | BendroCorp/bendrocorp-app | https://api.github.com/repos/BendroCorp/bendrocorp-app | closed | Add ability to refresh logs page without having to unload the page | api supported effort: low enhancement priority:high | Add ability to refresh logs page without having to unload the page.
- [x] Add refresh button with *proper* spinning action. ๐
- [x] Add socket allow live logging updates. | 1.0 | Add ability to refresh logs page without having to unload the page - Add ability to refresh logs page without having to unload the page.
- [x] Add refresh button with *proper* spinning action. ๐
- [x] Add socket allow live logging updates. | priority | add ability to refresh logs page without having to unload the page add ability to refresh logs page without having to unload the page add refresh button with proper spinning action ๐ add socket allow live logging updates | 1 |
513,332 | 14,919,924,638 | IssuesEvent | 2021-01-23 02:00:42 | zulip/zulip | https://api.github.com/repos/zulip/zulip | closed | The terminal message for accessing the server is not very clear. | area: tooling help wanted in progress priority: high | After running the server, the terminal message does not tells the user to access the server at http://localhost:9991/ . This is very difficult for the first time user to know how to proceed.
****Screenshot****

****Changes Proposed****
There should be an appropriate message stating that "Your Zulip server is running on http://localhost:9991/ ".
****My OS/ Browser****
MacOS/ Chrome
**Zulip chat regarding the issue**
https://chat.zulip.org/#narrow/stream/21-provision-help/topic/Not.20able.20to.20set.20development.20environment | 1.0 | The terminal message for accessing the server is not very clear. - After running the server, the terminal message does not tells the user to access the server at http://localhost:9991/ . This is very difficult for the first time user to know how to proceed.
****Screenshot****

****Changes Proposed****
There should be an appropriate message stating that "Your Zulip server is running on http://localhost:9991/ ".
****My OS/ Browser****
MacOS/ Chrome
**Zulip chat regarding the issue**
https://chat.zulip.org/#narrow/stream/21-provision-help/topic/Not.20able.20to.20set.20development.20environment | priority | the terminal message for accessing the server is not very clear after running the server the terminal message does not tells the user to access the server at this is very difficult for the first time user to know how to proceed screenshot changes proposed there should be an appropriate message stating that your zulip server is running on my os browser macos chrome zulip chat regarding the issue | 1 |
596,181 | 18,099,460,218 | IssuesEvent | 2021-09-22 12:50:25 | Timonwa/pelumi-akintokun | https://api.github.com/repos/Timonwa/pelumi-akintokun | opened | Nav links not linking well | bug high priority | When I click on the links and it takes me to the sections, it doesn't take me to the begining of the section, the nav bar keeps covering the head of the section, I don't think it was like that before. | 1.0 | Nav links not linking well - When I click on the links and it takes me to the sections, it doesn't take me to the begining of the section, the nav bar keeps covering the head of the section, I don't think it was like that before. | priority | nav links not linking well when i click on the links and it takes me to the sections it doesn t take me to the begining of the section the nav bar keeps covering the head of the section i don t think it was like that before | 1 |
465,548 | 13,387,822,289 | IssuesEvent | 2020-09-02 16:30:36 | grey-software/grey.software | https://api.github.com/repos/grey-software/grey.software | opened | Augment the Weekly Report with new Features | Domain: User Experience Priority: High Type: Enhancement | ## Overview
- [ ] Add icons for each repo (for org, use a globe icon)
- [ ] Add insights from the Master branch
- [ ] Pick icons for Master branch insights | 1.0 | Augment the Weekly Report with new Features - ## Overview
- [ ] Add icons for each repo (for org, use a globe icon)
- [ ] Add insights from the Master branch
- [ ] Pick icons for Master branch insights | priority | augment the weekly report with new features overview add icons for each repo for org use a globe icon add insights from the master branch pick icons for master branch insights | 1 |
225,906 | 7,496,124,210 | IssuesEvent | 2018-04-08 05:51:15 | GroceriStar/groceristar | https://api.github.com/repos/GroceriStar/groceristar | closed | static stuff | bug help wanted high-priority in progress | # Description/Steps to reproduce
hate current structure


<!--
If feature: A description of the feature
If bug: Steps to reproduce + link to sample repo
-->
# Expected result
<!--
Also, include actual results if bug
-->
# Additional information
| 1.0 | static stuff - # Description/Steps to reproduce
hate current structure


<!--
If feature: A description of the feature
If bug: Steps to reproduce + link to sample repo
-->
# Expected result
<!--
Also, include actual results if bug
-->
# Additional information
| priority | static stuff description steps to reproduce hate current structure if feature a description of the feature if bug steps to reproduce link to sample repo expected result also include actual results if bug additional information | 1 |
763,996 | 26,780,971,134 | IssuesEvent | 2023-01-31 21:08:48 | MarketSquare/robotframework-browser | https://api.github.com/repos/MarketSquare/robotframework-browser | closed | Nodejs 18 is not supported | enhancement priority: high | **Describe the bug**
Unable to run `rfbrowser init` successfully with NodeJS 18.
**To Reproduce**
Steps to reproduce the behavior:
1. Installed python 3.10.9
2. Installed latest Nodejs which was v18.13.0
3. Installed robotframework_browser
4. ran rfbrowser init
npm --version
9.4.0
python --version
Python 3.10.9
node --version
v18.13.0
robotframework-browser==15.1.0
Error seen:
`rfbrowser init
2023-01-26 15:01:33,151 [INFO ] ==============================================================================================================
2023-01-26 15:01:33,153 [INFO ] Installing node dependencies...
2023-01-26 15:01:33,153 [INFO ] Installing rfbrowser node dependencies at C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\wrapper
2023-01-26 15:01:35,669 [INFO ] npm WARN config production Use `--omit=dev` instead.
2023-01-26 15:02:12,068 [INFO ] npm ERR! code 1
2023-01-26 15:02:12,068 [INFO ] npm ERR! path C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\wrapper\node_modules\playwright
2023-01-26 15:02:12,068 [INFO ] npm ERR! command failed
2023-01-26 15:02:12,068 [INFO ] npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node install.js
2023-01-26 15:02:12,068 [INFO ] npm ERR! Downloading Chromium 109.0.5414.46 (playwright build v1041) from https://playwright.azureedge.net/builds/chromium/1041/chromium-win64.zip
2023-01-26 15:02:12,068 [INFO ] npm ERR! | | 0% of 110.2 Mb
--- Logging error ---
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\logging\__init__.py", line 1103, in emit
stream.write(msg + self.terminator)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 45-52: character maps to <undefined>
Call stack:
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 297, in <module>
main()
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 293, in main
runner(command, skip_browsers, trace_file)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 235, in runner
rfbrowser_init(skip_browsers)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 62, in rfbrowser_init
_rfbrowser_init(skip_browser_install)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 167, in _rfbrowser_init
logging.info(output)
Message: 'npm ERR! |โ โ โ โ โ โ โ โ | 10% of 110.2 Mb\n'
Arguments: ()
.....
....
2023-01-26 15:02:14,058 [INFO ] ==============================================================================================================
2023-01-26 15:02:15,222 [INFO ] npm version is:n
2023-01-26 15:02:15,222 [INFO ] 8.19.3
2023-01-26 15:02:15,222 [INFO ] ==============================================================================================================
2023-01-26 15:02:15,222 [INFO ] Installation directory `C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\wrapper` does not contain the required files
Printing contents:
2023-01-26 15:02:15,222 [INFO ] wrapper/
2023-01-26 15:02:15,222 [INFO ] index.js
2023-01-26 15:02:15,222 [INFO ] package-lock.json
2023-01-26 15:02:15,222 [INFO ] package.json
2023-01-26 15:02:15,222 [INFO ] static/
2023-01-26 15:02:15,222 [INFO ] selector-finder.js
2023-01-26 15:02:15,222 [INFO ] ==============================================================================================================
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 297, in <module>
main()
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 293, in main
runner(command, skip_browsers, trace_file)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 235, in runner
rfbrowser_init(skip_browsers)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 70, in rfbrowser_init
raise error
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 62, in rfbrowser_init
_rfbrowser_init(skip_browser_install)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 172, in _rfbrowser_init
raise RuntimeError(
RuntimeError: Problem installing node dependencies.Node process returned with exit status 1`
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.
| 1.0 | Nodejs 18 is not supported - **Describe the bug**
Unable to run `rfbrowser init` successfully with NodeJS 18.
**To Reproduce**
Steps to reproduce the behavior:
1. Installed python 3.10.9
2. Installed latest Nodejs which was v18.13.0
3. Installed robotframework_browser
4. ran rfbrowser init
npm --version
9.4.0
python --version
Python 3.10.9
node --version
v18.13.0
robotframework-browser==15.1.0
Error seen:
`rfbrowser init
2023-01-26 15:01:33,151 [INFO ] ==============================================================================================================
2023-01-26 15:01:33,153 [INFO ] Installing node dependencies...
2023-01-26 15:01:33,153 [INFO ] Installing rfbrowser node dependencies at C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\wrapper
2023-01-26 15:01:35,669 [INFO ] npm WARN config production Use `--omit=dev` instead.
2023-01-26 15:02:12,068 [INFO ] npm ERR! code 1
2023-01-26 15:02:12,068 [INFO ] npm ERR! path C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\wrapper\node_modules\playwright
2023-01-26 15:02:12,068 [INFO ] npm ERR! command failed
2023-01-26 15:02:12,068 [INFO ] npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node install.js
2023-01-26 15:02:12,068 [INFO ] npm ERR! Downloading Chromium 109.0.5414.46 (playwright build v1041) from https://playwright.azureedge.net/builds/chromium/1041/chromium-win64.zip
2023-01-26 15:02:12,068 [INFO ] npm ERR! | | 0% of 110.2 Mb
--- Logging error ---
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\logging\__init__.py", line 1103, in emit
stream.write(msg + self.terminator)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 45-52: character maps to <undefined>
Call stack:
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 297, in <module>
main()
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 293, in main
runner(command, skip_browsers, trace_file)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 235, in runner
rfbrowser_init(skip_browsers)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 62, in rfbrowser_init
_rfbrowser_init(skip_browser_install)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 167, in _rfbrowser_init
logging.info(output)
Message: 'npm ERR! |โ โ โ โ โ โ โ โ | 10% of 110.2 Mb\n'
Arguments: ()
.....
....
2023-01-26 15:02:14,058 [INFO ] ==============================================================================================================
2023-01-26 15:02:15,222 [INFO ] npm version is:n
2023-01-26 15:02:15,222 [INFO ] 8.19.3
2023-01-26 15:02:15,222 [INFO ] ==============================================================================================================
2023-01-26 15:02:15,222 [INFO ] Installation directory `C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\wrapper` does not contain the required files
Printing contents:
2023-01-26 15:02:15,222 [INFO ] wrapper/
2023-01-26 15:02:15,222 [INFO ] index.js
2023-01-26 15:02:15,222 [INFO ] package-lock.json
2023-01-26 15:02:15,222 [INFO ] package.json
2023-01-26 15:02:15,222 [INFO ] static/
2023-01-26 15:02:15,222 [INFO ] selector-finder.js
2023-01-26 15:02:15,222 [INFO ] ==============================================================================================================
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 297, in <module>
main()
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 293, in main
runner(command, skip_browsers, trace_file)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 235, in runner
rfbrowser_init(skip_browsers)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 70, in rfbrowser_init
raise error
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 62, in rfbrowser_init
_rfbrowser_init(skip_browser_install)
File "C:\Users\rlall\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\Browser\entry.py", line 172, in _rfbrowser_init
raise RuntimeError(
RuntimeError: Problem installing node dependencies.Node process returned with exit status 1`
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.
| priority | nodejs is not supported describe the bug unable to run rfbrowser init successfully with nodejs to reproduce steps to reproduce the behavior installed python installed latest nodejs which was installed robotframework browser ran rfbrowser init npm version python version python node version robotframework browser error seen rfbrowser init installing node dependencies installing rfbrowser node dependencies at c users rlall appdata local packages pythonsoftwarefoundation python localcache local packages site packages browser wrapper npm warn config production use omit dev instead npm err code npm err path c users rlall appdata local packages pythonsoftwarefoundation python localcache local packages site packages browser wrapper node modules playwright npm err command failed npm err command c windows cmd exe d s c node install js npm err downloading chromium playwright build from npm err of mb logging error traceback most recent call last file c program files windowsapps pythonsoftwarefoundation python lib logging init py line in emit stream write msg self terminator file c program files windowsapps pythonsoftwarefoundation python lib encodings py line in encode return codecs charmap encode input self errors encoding table unicodeencodeerror charmap codec can t encode characters in position character maps to call stack file c program files windowsapps pythonsoftwarefoundation python lib runpy py line in run module as main return run code code main globals none file c program files windowsapps pythonsoftwarefoundation python lib runpy py line in run code exec code run globals file c users rlall appdata local packages pythonsoftwarefoundation python localcache local packages site packages browser entry py line in main file c users rlall appdata local packages pythonsoftwarefoundation python localcache local packages site packages browser entry py line in main runner command skip browsers trace file file c users rlall appdata local packages pythonsoftwarefoundation python localcache local packages site packages browser entry py line in runner rfbrowser init skip browsers file c users rlall appdata local packages pythonsoftwarefoundation python localcache local packages site packages browser entry py line in rfbrowser init rfbrowser init skip browser install file c users rlall appdata local packages pythonsoftwarefoundation python localcache local packages site packages browser entry py line in rfbrowser init logging info output message npm err โ โ โ โ โ โ โ โ of mb n arguments npm version is n installation directory c users rlall appdata local packages pythonsoftwarefoundation python localcache local packages site packages browser wrapper does not contain the required files printing contents wrapper index js package lock json package json static selector finder js traceback most recent call last file c program files windowsapps pythonsoftwarefoundation python lib runpy py line in run module as main return run code code main globals none file c program files windowsapps pythonsoftwarefoundation python lib runpy py line in run code exec code run globals file c users rlall appdata local packages pythonsoftwarefoundation python localcache local packages site packages browser entry py line in main file c users rlall appdata local packages pythonsoftwarefoundation python localcache local packages site packages browser entry py line in main runner command skip browsers trace file file c users rlall appdata local packages pythonsoftwarefoundation python localcache local packages site packages browser entry py line in runner rfbrowser init skip browsers file c users rlall appdata local packages pythonsoftwarefoundation python localcache local packages site packages browser entry py line in rfbrowser init raise error file c users rlall appdata local packages pythonsoftwarefoundation python localcache local packages site packages browser entry py line in rfbrowser init rfbrowser init skip browser install file c users rlall appdata local packages pythonsoftwarefoundation python localcache local packages site packages browser entry py line in rfbrowser init raise runtimeerror runtimeerror problem installing node dependencies node process returned with exit status expected behavior a clear and concise description of what you expected to happen screenshots if applicable add screenshots to help explain your problem desktop please complete the following information os browser version smartphone please complete the following information device os browser version additional context add any other context about the problem here | 1 |
660,220 | 21,957,289,508 | IssuesEvent | 2022-05-24 13:10:45 | CDCgov/prime-reportstream | https://api.github.com/repos/CDCgov/prime-reportstream | reopened | PII Deidentification Logic - Add Translation Option to Specify Deidentification Placeholder | onboarding-ops High Priority Enhancement | NIH has asked us to align our deidentification logic with with APHL currently produces. When they remove a value for deidentification purposes they replace with `<DEIDENTIFIED>` to distinguish it from being blank. I think this is a fine idea, but I don't want us to hard code this. Instead we should add this as a translation configuration option that receivers can set per their preferences. If one is NOT provided, we will use empty string per our current functionality.
### Acceptance Criteria
- Add a new parameter to the translation configuration class that allows us to specify placeholder text for deidentification. This *WILL NOT* go into the HL7 translation configuration, but must go into the base translation configuration because it must be present in all the different outbound formats (CSV, HL7, etc)
- The parameter must default to empty string if not specified
- The deidentify method in `Report.kt` will use this placeholder value if it exists
- Unit tests are updated to verify the base case (no placeholder text) and the new case for using a placeholder
### Other Notes
- Once we make this change, we will need to notify HHSProtect and NIH that we are able to provide the APHL style value for those who want it and coordinate a time to cut over | 1.0 | PII Deidentification Logic - Add Translation Option to Specify Deidentification Placeholder - NIH has asked us to align our deidentification logic with with APHL currently produces. When they remove a value for deidentification purposes they replace with `<DEIDENTIFIED>` to distinguish it from being blank. I think this is a fine idea, but I don't want us to hard code this. Instead we should add this as a translation configuration option that receivers can set per their preferences. If one is NOT provided, we will use empty string per our current functionality.
### Acceptance Criteria
- Add a new parameter to the translation configuration class that allows us to specify placeholder text for deidentification. This *WILL NOT* go into the HL7 translation configuration, but must go into the base translation configuration because it must be present in all the different outbound formats (CSV, HL7, etc)
- The parameter must default to empty string if not specified
- The deidentify method in `Report.kt` will use this placeholder value if it exists
- Unit tests are updated to verify the base case (no placeholder text) and the new case for using a placeholder
### Other Notes
- Once we make this change, we will need to notify HHSProtect and NIH that we are able to provide the APHL style value for those who want it and coordinate a time to cut over | priority | pii deidentification logic add translation option to specify deidentification placeholder nih has asked us to align our deidentification logic with with aphl currently produces when they remove a value for deidentification purposes they replace with to distinguish it from being blank i think this is a fine idea but i don t want us to hard code this instead we should add this as a translation configuration option that receivers can set per their preferences if one is not provided we will use empty string per our current functionality acceptance criteria add a new parameter to the translation configuration class that allows us to specify placeholder text for deidentification this will not go into the translation configuration but must go into the base translation configuration because it must be present in all the different outbound formats csv etc the parameter must default to empty string if not specified the deidentify method in report kt will use this placeholder value if it exists unit tests are updated to verify the base case no placeholder text and the new case for using a placeholder other notes once we make this change we will need to notify hhsprotect and nih that we are able to provide the aphl style value for those who want it and coordinate a time to cut over | 1 |
291,950 | 8,951,672,522 | IssuesEvent | 2019-01-25 14:36:46 | cilium/cilium | https://api.github.com/repos/cilium/cilium | closed | CI: k8s-1.13.K8sPolicyTest Basic Test checks all kind of Kubernetes policies | area/CI needs/triage priority/high | ```
/home/jenkins/workspace/cilium-ginkgo_cilium_master/src/github.com/cilium/cilium/test/ginkgo-ext/scopes.go:408
Unexpected connection from "app2-5b49d5dd9-qg5j9" to 'http://10.98.5.43/private'
Expected command: kubectl exec -n default app2-5b49d5dd9-qg5j9 -- curl -s -D /dev/stderr --fail --connect-timeout 3 --max-time 8 http://10.98.
[69c476b6_K8sPolicyTest_Basic_Test_checks_all_kind_of_Kubernetes_policies.zip](https://github.com/cilium/cilium/files/2788071/69c476b6_K8sPolicyTest_Basic_Test_checks_all_kind_of_Kubernetes_policies.zip)
5.43/private -w "time-> DNS: '%{time_namelookup}(%{remote_ip})', Connect: '%{time_connect}',Transfer '%{time_starttransfer}', total '%{time_total}'"
To have failed, but it was successful:
Exitcode: 0
Stdout:
{ 'val': 'this is private' }
time-> DNS: '0.000020(10.98.5.43)', Connect: '0.000155',Transfer '0.001806', total '0.007725'
Stderr:
HTTP/1.1 200 OK
Date: Mon, 21 Jan 2019 15:34:13 GMT
Server: Apache/2.4.25 (Unix)
Last-Modified: Mon, 27 Mar 2017 15:58:16 GMT
ETag: "1d-54bb86948d600"
Accept-Ranges: bytes
Content-Length: 29
``` | 1.0 | CI: k8s-1.13.K8sPolicyTest Basic Test checks all kind of Kubernetes policies - ```
/home/jenkins/workspace/cilium-ginkgo_cilium_master/src/github.com/cilium/cilium/test/ginkgo-ext/scopes.go:408
Unexpected connection from "app2-5b49d5dd9-qg5j9" to 'http://10.98.5.43/private'
Expected command: kubectl exec -n default app2-5b49d5dd9-qg5j9 -- curl -s -D /dev/stderr --fail --connect-timeout 3 --max-time 8 http://10.98.
[69c476b6_K8sPolicyTest_Basic_Test_checks_all_kind_of_Kubernetes_policies.zip](https://github.com/cilium/cilium/files/2788071/69c476b6_K8sPolicyTest_Basic_Test_checks_all_kind_of_Kubernetes_policies.zip)
5.43/private -w "time-> DNS: '%{time_namelookup}(%{remote_ip})', Connect: '%{time_connect}',Transfer '%{time_starttransfer}', total '%{time_total}'"
To have failed, but it was successful:
Exitcode: 0
Stdout:
{ 'val': 'this is private' }
time-> DNS: '0.000020(10.98.5.43)', Connect: '0.000155',Transfer '0.001806', total '0.007725'
Stderr:
HTTP/1.1 200 OK
Date: Mon, 21 Jan 2019 15:34:13 GMT
Server: Apache/2.4.25 (Unix)
Last-Modified: Mon, 27 Mar 2017 15:58:16 GMT
ETag: "1d-54bb86948d600"
Accept-Ranges: bytes
Content-Length: 29
``` | priority | ci basic test checks all kind of kubernetes policies home jenkins workspace cilium ginkgo cilium master src github com cilium cilium test ginkgo ext scopes go unexpected connection from to expected command kubectl exec n default curl s d dev stderr fail connect timeout max time private w time dns time namelookup remote ip connect time connect transfer time starttransfer total time total to have failed but it was successful exitcode stdout val this is private time dns connect transfer total stderr http ok date mon jan gmt server apache unix last modified mon mar gmt etag accept ranges bytes content length | 1 |
331,884 | 10,081,195,890 | IssuesEvent | 2019-07-25 08:14:18 | ProgerXP/Notepad2e | https://api.github.com/repos/ProgerXP/Notepad2e | closed | ICU build: missing regexp warnings | bug high priority | Related to #231.
If you do a Find on a non-UTF-8 buffer it will give a warning. But if you do Grep - it won't. Please check all places where regexps are used and add missing buffer encoding warnings. | 1.0 | ICU build: missing regexp warnings - Related to #231.
If you do a Find on a non-UTF-8 buffer it will give a warning. But if you do Grep - it won't. Please check all places where regexps are used and add missing buffer encoding warnings. | priority | icu build missing regexp warnings related to if you do a find on a non utf buffer it will give a warning but if you do grep it won t please check all places where regexps are used and add missing buffer encoding warnings | 1 |
781,365 | 27,435,027,212 | IssuesEvent | 2023-03-02 06:29:47 | WordPress/openverse | https://api.github.com/repos/WordPress/openverse | closed | HMR is broken after the monorepo move | ๐ง priority: high ๐ goal: fix ๐ค aspect: dx ๐งฑ stack: frontend | ## Description
<!-- Concisely describe the bug. Compare your experience with what you expected to happen. -->
<!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." -->
Working on the frontend became much more inefficient because when you change something, you often have to re-build the app manually.
## Reproduction
<!-- Provide detailed steps to reproduce the bug. -->
1. <!-- Step 1 ... -->Start the Nuxt app by running `just frontend/run dev`
2. <!-- Step 2 ... -->Delete one of the imports. The app will re-build and will show an error.
3. <!-- Step 3 ... -->Re-add the deleted import. The app should re-build and start working again.
4. See the build error:
```
in ./src/styles/tailwind.css (../node_modules/.pnpm/css-loader@5.2.7_webpack@4.46.0/node_modules/css-loader/dist/cjs.js??ref--4-oneOf-1-1!../node_modules/.pnpm/postcss-loader@4.3.0_4dftvqknpgmotzmzzqmnfvmmye/node_modules/postcss-loader/dist/cjs.js??ref--4-oneOf-1-2!./src/styles/tailwind.css)
Module build failed (from ../node_modules/.pnpm/postcss-loader@4.3.0_4dftvqknpgmotzmzzqmnfvmmye/node_modules/postcss-loader/dist/cjs.js):
SyntaxError
```
## Additional context
<!-- Add any other context about the problem here; or delete the section entirely. -->
<!-- If you would like to work on this, please comment below separately. -->
| 1.0 | HMR is broken after the monorepo move - ## Description
<!-- Concisely describe the bug. Compare your experience with what you expected to happen. -->
<!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." -->
Working on the frontend became much more inefficient because when you change something, you often have to re-build the app manually.
## Reproduction
<!-- Provide detailed steps to reproduce the bug. -->
1. <!-- Step 1 ... -->Start the Nuxt app by running `just frontend/run dev`
2. <!-- Step 2 ... -->Delete one of the imports. The app will re-build and will show an error.
3. <!-- Step 3 ... -->Re-add the deleted import. The app should re-build and start working again.
4. See the build error:
```
in ./src/styles/tailwind.css (../node_modules/.pnpm/css-loader@5.2.7_webpack@4.46.0/node_modules/css-loader/dist/cjs.js??ref--4-oneOf-1-1!../node_modules/.pnpm/postcss-loader@4.3.0_4dftvqknpgmotzmzzqmnfvmmye/node_modules/postcss-loader/dist/cjs.js??ref--4-oneOf-1-2!./src/styles/tailwind.css)
Module build failed (from ../node_modules/.pnpm/postcss-loader@4.3.0_4dftvqknpgmotzmzzqmnfvmmye/node_modules/postcss-loader/dist/cjs.js):
SyntaxError
```
## Additional context
<!-- Add any other context about the problem here; or delete the section entirely. -->
<!-- If you would like to work on this, please comment below separately. -->
| priority | hmr is broken after the monorepo move description working on the frontend became much more inefficient because when you change something you often have to re build the app manually reproduction start the nuxt app by running just frontend run dev delete one of the imports the app will re build and will show an error re add the deleted import the app should re build and start working again see the build error in src styles tailwind css node modules pnpm css loader webpack node modules css loader dist cjs js ref oneof node modules pnpm postcss loader node modules postcss loader dist cjs js ref oneof src styles tailwind css module build failed from node modules pnpm postcss loader node modules postcss loader dist cjs js syntaxerror additional context | 1 |
706,034 | 24,257,991,027 | IssuesEvent | 2022-09-27 19:35:45 | gammapy/gammapy | https://api.github.com/repos/gammapy/gammapy | closed | Gammapy validation: Fermi-LAT 3FHL | effort-medium package-novice priority-high | As part of the Gammapy validation effort while preparing v1.0, we should try to reproduce some of the Fermi-LAT 3FHL high-energy catalog analysis results.
A task description and references are here:
- https://github.com/gammapy/gammapy-benchmarks
- https://github.com/gammapy/gammapy-benchmarks/blob/master/validation
- https://github.com/gammapy/gammapy-benchmarks/tree/master/validation/fermi-3fhl
This is on a best-effort basis, ideally we'd have 1-2 sources scripted ASAP, and then a complex region, or an AGN lightcurve also, but that can come later.
For this, you don't have to be a Gammapy developer, what's required is some Python & Gammapy & Fermi-LAT experience, and a few days of free time in Nov 2019.
We're looking for help! If you can contribute, please leave a comment here, or contact me on Slack. | 1.0 | Gammapy validation: Fermi-LAT 3FHL - As part of the Gammapy validation effort while preparing v1.0, we should try to reproduce some of the Fermi-LAT 3FHL high-energy catalog analysis results.
A task description and references are here:
- https://github.com/gammapy/gammapy-benchmarks
- https://github.com/gammapy/gammapy-benchmarks/blob/master/validation
- https://github.com/gammapy/gammapy-benchmarks/tree/master/validation/fermi-3fhl
This is on a best-effort basis, ideally we'd have 1-2 sources scripted ASAP, and then a complex region, or an AGN lightcurve also, but that can come later.
For this, you don't have to be a Gammapy developer, what's required is some Python & Gammapy & Fermi-LAT experience, and a few days of free time in Nov 2019.
We're looking for help! If you can contribute, please leave a comment here, or contact me on Slack. | priority | gammapy validation fermi lat as part of the gammapy validation effort while preparing we should try to reproduce some of the fermi lat high energy catalog analysis results a task description and references are here this is on a best effort basis ideally we d have sources scripted asap and then a complex region or an agn lightcurve also but that can come later for this you don t have to be a gammapy developer what s required is some python gammapy fermi lat experience and a few days of free time in nov we re looking for help if you can contribute please leave a comment here or contact me on slack | 1 |
736,588 | 25,479,288,293 | IssuesEvent | 2022-11-25 18:03:52 | bcgov/cas-ciip-portal | https://api.github.com/repos/bcgov/cas-ciip-portal | closed | CIIP 2022-23 Enhancement Priorities | Task UX Research High Priority | #### Describe the task
Reach out to CIIP team to start conversation around 2022-23 system enhancements.
#### Acceptance Criteria
- [x] Organize ZenHub tickets off the following repositories: ciip-portal, ggircs-metabase, ggircs. (Diana will confirm) in the new ZenHub workspace. Scrum Team will also need to go in to check.
- [x] Review with Dev team to see what their priorities are for enhancements
- [x] Confirm with PO about capacity and timeline of when this work
- [x] Provide CIIP team with a list of known enhancements/requests: CIIP Internal Users will need to be able to go in to that ZenHub workspace to look at each card and determine if it is still needed.
- [x] Create additional tickets to capture 1) prepare for prioritization session and 2) hold prioritization session
#### Additional context
- miro board used: CIIP Feature Planning - 2021-2022
| 1.0 | CIIP 2022-23 Enhancement Priorities - #### Describe the task
Reach out to CIIP team to start conversation around 2022-23 system enhancements.
#### Acceptance Criteria
- [x] Organize ZenHub tickets off the following repositories: ciip-portal, ggircs-metabase, ggircs. (Diana will confirm) in the new ZenHub workspace. Scrum Team will also need to go in to check.
- [x] Review with Dev team to see what their priorities are for enhancements
- [x] Confirm with PO about capacity and timeline of when this work
- [x] Provide CIIP team with a list of known enhancements/requests: CIIP Internal Users will need to be able to go in to that ZenHub workspace to look at each card and determine if it is still needed.
- [x] Create additional tickets to capture 1) prepare for prioritization session and 2) hold prioritization session
#### Additional context
- miro board used: CIIP Feature Planning - 2021-2022
| priority | ciip enhancement priorities describe the task reach out to ciip team to start conversation around system enhancements acceptance criteria organize zenhub tickets off the following repositories ciip portal ggircs metabase ggircs diana will confirm in the new zenhub workspace scrum team will also need to go in to check review with dev team to see what their priorities are for enhancements confirm with po about capacity and timeline of when this work provide ciip team with a list of known enhancements requests ciip internal users will need to be able to go in to that zenhub workspace to look at each card and determine if it is still needed create additional tickets to capture prepare for prioritization session and hold prioritization session additional context miro board used ciip feature planning | 1 |
133,319 | 5,200,822,936 | IssuesEvent | 2017-01-24 01:28:15 | alexinman/clashtracker | https://api.github.com/repos/alexinman/clashtracker | closed | Loot Graph Tabs Broken | bug priority: high | The loot graph doesn't have the option to filter to last year, last month and last week anymore.

| 1.0 | Loot Graph Tabs Broken - The loot graph doesn't have the option to filter to last year, last month and last week anymore.

| priority | loot graph tabs broken the loot graph doesn t have the option to filter to last year last month and last week anymore | 1 |
170,185 | 6,425,867,332 | IssuesEvent | 2017-08-09 16:12:53 | knowmetools/km-api | https://api.github.com/repos/knowmetools/km-api | closed | Create KMUserAccess model | Priority: High Status: In Progress Type: Enhancement | This model allows a given user access to another user's Know Me account. See the LucidChart for fields to include. | 1.0 | Create KMUserAccess model - This model allows a given user access to another user's Know Me account. See the LucidChart for fields to include. | priority | create kmuseraccess model this model allows a given user access to another user s know me account see the lucidchart for fields to include | 1 |
696,643 | 23,909,124,485 | IssuesEvent | 2022-09-09 06:13:23 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | IS 6.0.0 QSG not working for OIDC use cases | Priority/Highest docs Severity/Blocker | The OIDC Sample Use Cases in [1] are failing with the following error.

**Steps to reproduce**
1. Run the use cases following the instructions in [1].
2. When we try to log in to the OIDC samples, the above error will be encountered.
[1] https://is.docs.wso2.com/en/latest/get-started/sample-use-cases/sample-scenario/ | 1.0 | IS 6.0.0 QSG not working for OIDC use cases - The OIDC Sample Use Cases in [1] are failing with the following error.

**Steps to reproduce**
1. Run the use cases following the instructions in [1].
2. When we try to log in to the OIDC samples, the above error will be encountered.
[1] https://is.docs.wso2.com/en/latest/get-started/sample-use-cases/sample-scenario/ | priority | is qsg not working for oidc use cases the oidc sample use cases in are failing with the following error steps to reproduce run the use cases following the instructions in when we try to log in to the oidc samples the above error will be encountered | 1 |
646,791 | 21,075,622,278 | IssuesEvent | 2022-04-02 04:56:46 | docktie/docktie-ext | https://api.github.com/repos/docktie/docktie-ext | closed | Create DB Backup Mechanism | PRIORITY_HIGH | See how it's done in https://ismael.casimpan.com/quicktasks/docker-mysql-backup-to-local/.
NOTE: In a version of docker-compose (1.26.2 or is it all of version 1?), cp command is not available and thus needs to downgrade to using the native docker cp. | 1.0 | Create DB Backup Mechanism - See how it's done in https://ismael.casimpan.com/quicktasks/docker-mysql-backup-to-local/.
NOTE: In a version of docker-compose (1.26.2 or is it all of version 1?), cp command is not available and thus needs to downgrade to using the native docker cp. | priority | create db backup mechanism see how it s done in note in a version of docker compose or is it all of version cp command is not available and thus needs to downgrade to using the native docker cp | 1 |
512,573 | 14,900,905,477 | IssuesEvent | 2021-01-21 15:53:47 | aces/cbrain | https://api.github.com/repos/aces/cbrain | opened | Creation of CBCSV file can be store in public project that is not assignable. | Boutiques Bug Priority: High User Interface | When a user has a Public project selected, he can select multiple files to create a CBCSV file. In this case, the file will be registered in the Public project even if the project is not assignable.
I think that the CBCSV file should be registered under the personal User Project. | 1.0 | Creation of CBCSV file can be store in public project that is not assignable. - When a user has a Public project selected, he can select multiple files to create a CBCSV file. In this case, the file will be registered in the Public project even if the project is not assignable.
I think that the CBCSV file should be registered under the personal User Project. | priority | creation of cbcsv file can be store in public project that is not assignable when a user has a public project selected he can select multiple files to create a cbcsv file in this case the file will be registered in the public project even if the project is not assignable i think that the cbcsv file should be registered under the personal user project | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.