Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 957 | labels stringlengths 4 795 | body stringlengths 1 259k | index stringclasses 12
values | text_combine stringlengths 96 259k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
270,476 | 8,460,938,666 | IssuesEvent | 2018-10-22 20:18:17 | robotframework/robotframework | https://api.github.com/repos/robotframework/robotframework | closed | Possibility to configure number of error message lines in reports | beta 1 enhancement priority: medium | Hi. I have a test, where I’m expecting keyword’s fail, which causes another keyword’s fail and I would like to catch a full (long) error message generated by the first one. But I met an limitation of maximum number of error lines visible.
Please see the following issue: https://code.google.com/archive/p/robotframework/issues/340
As far as I know it is impossible to change maximum error lines during execution from CLI.
The only way is to change it directly in the Robot Framework source code, http://robot-framework.readthedocs.org/en/2.9.1/_modules/robot/utils/text.html, and setting _MAX_ERROR_LINES variable.
My temporary workaround is to use sed in cron (it is executed very often to avoid situation, when after some updates we have MAX_ERROR_LINES set back to 40):
`sudo sed -i 's/_MAX_ERROR_LINES = 40/_MAX_ERROR_LINES = 999/g' /usr/local/lib/python2.7/dist-packages/robot/utils/text.py` | 1.0 | Possibility to configure number of error message lines in reports - Hi. I have a test, where I’m expecting keyword’s fail, which causes another keyword’s fail and I would like to catch a full (long) error message generated by the first one. But I met an limitation of maximum number of error lines visible.
Please see the following issue: https://code.google.com/archive/p/robotframework/issues/340
As far as I know it is impossible to change maximum error lines during execution from CLI.
The only way is to change it directly in the Robot Framework source code, http://robot-framework.readthedocs.org/en/2.9.1/_modules/robot/utils/text.html, and setting _MAX_ERROR_LINES variable.
My temporary workaround is to use sed in cron (it is executed very often to avoid situation, when after some updates we have MAX_ERROR_LINES set back to 40):
`sudo sed -i 's/_MAX_ERROR_LINES = 40/_MAX_ERROR_LINES = 999/g' /usr/local/lib/python2.7/dist-packages/robot/utils/text.py` | priority | possibility to configure number of error message lines in reports hi i have a test where i’m expecting keyword’s fail which causes another keyword’s fail and i would like to catch a full long error message generated by the first one but i met an limitation of maximum number of error lines visible please see the following issue as far as i know it is impossible to change maximum error lines during execution from cli the only way is to change it directly in the robot framework source code and setting max error lines variable my temporary workaround is to use sed in cron it is executed very often to avoid situation when after some updates we have max error lines set back to sudo sed i s max error lines max error lines g usr local lib dist packages robot utils text py | 1 |
705,513 | 24,237,411,809 | IssuesEvent | 2022-09-27 01:33:31 | docker-mailserver/docker-mailserver | https://api.github.com/repos/docker-mailserver/docker-mailserver | closed | [BUG] sha512sum hangs when no files included, target/scripts/helpers/change-detection.sh | kind/bug meta/needs triage priority/medium meta/stale meta/closed due to age or inactivity | ### Miscellaneous first checks
- [X] I checked that all ports are open and not blocked by my ISP / hosting provider.
- [X] I know that SSL errors are likely the result of a wrong setup on the user side and not caused by DMS itself. I'm confident my setup is correct.
### Affected Component(s)
target/scripts/helpers/change-detection.sh
### What happened and when does this occur?
```Markdown
The last log message I saw "Creating /tmp/docker-mailserver-config-chksum" in the container output. I added more debugging to target/scripts/helpers/change-detection.sh and found it wouldn't get past sha512sum -- "${CHANGED_FILES[@]}". This caused the setup to stall indefinitely. The install wall complete if this line was commented out. I switched to version 11.0.0 and did not have this issue.
```
### What did you expect to happen?
```Markdown
For the container to start without issue.
```
### How do we replicate the issue?
```Markdown
RHEL 8.6
Podman 4.1.1
```
### DMS version
v11.1.0
### What operating system is DMS running on?
Linux
### What instruction set architecture is DMS running on?
x86_64 / AMD64
### What container orchestration tool are you using?
Podman (not officially supported)
### docker-compose.yml
_No response_
### Relevant log output
_No response_
### Other relevant information
_No response_
### What level of experience do you have with Docker and mail servers?
- [ ] I am inexperienced with docker
- [X] I am inexperienced with mail servers
- [ ] I am uncomfortable with the CLI
### Code of conduct
- [X] I have read this project's [Code of Conduct](https://github.com/docker-mailserver/docker-mailserver/blob/master/CODE_OF_CONDUCT.md) and I agree
- [X] I have read the [README](https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md) and the [documentation](https://docker-mailserver.github.io/docker-mailserver/edge/) and I searched the [issue tracker](https://github.com/docker-mailserver/docker-mailserver/issues?q=is%3Aissue) but could not find a solution
### Improvements to this form?
_No response_ | 1.0 | [BUG] sha512sum hangs when no files included, target/scripts/helpers/change-detection.sh - ### Miscellaneous first checks
- [X] I checked that all ports are open and not blocked by my ISP / hosting provider.
- [X] I know that SSL errors are likely the result of a wrong setup on the user side and not caused by DMS itself. I'm confident my setup is correct.
### Affected Component(s)
target/scripts/helpers/change-detection.sh
### What happened and when does this occur?
```Markdown
The last log message I saw "Creating /tmp/docker-mailserver-config-chksum" in the container output. I added more debugging to target/scripts/helpers/change-detection.sh and found it wouldn't get past sha512sum -- "${CHANGED_FILES[@]}". This caused the setup to stall indefinitely. The install wall complete if this line was commented out. I switched to version 11.0.0 and did not have this issue.
```
### What did you expect to happen?
```Markdown
For the container to start without issue.
```
### How do we replicate the issue?
```Markdown
RHEL 8.6
Podman 4.1.1
```
### DMS version
v11.1.0
### What operating system is DMS running on?
Linux
### What instruction set architecture is DMS running on?
x86_64 / AMD64
### What container orchestration tool are you using?
Podman (not officially supported)
### docker-compose.yml
_No response_
### Relevant log output
_No response_
### Other relevant information
_No response_
### What level of experience do you have with Docker and mail servers?
- [ ] I am inexperienced with docker
- [X] I am inexperienced with mail servers
- [ ] I am uncomfortable with the CLI
### Code of conduct
- [X] I have read this project's [Code of Conduct](https://github.com/docker-mailserver/docker-mailserver/blob/master/CODE_OF_CONDUCT.md) and I agree
- [X] I have read the [README](https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md) and the [documentation](https://docker-mailserver.github.io/docker-mailserver/edge/) and I searched the [issue tracker](https://github.com/docker-mailserver/docker-mailserver/issues?q=is%3Aissue) but could not find a solution
### Improvements to this form?
_No response_ | priority | hangs when no files included target scripts helpers change detection sh miscellaneous first checks i checked that all ports are open and not blocked by my isp hosting provider i know that ssl errors are likely the result of a wrong setup on the user side and not caused by dms itself i m confident my setup is correct affected component s target scripts helpers change detection sh what happened and when does this occur markdown the last log message i saw creating tmp docker mailserver config chksum in the container output i added more debugging to target scripts helpers change detection sh and found it wouldn t get past changed files this caused the setup to stall indefinitely the install wall complete if this line was commented out i switched to version and did not have this issue what did you expect to happen markdown for the container to start without issue how do we replicate the issue markdown rhel podman dms version what operating system is dms running on linux what instruction set architecture is dms running on what container orchestration tool are you using podman not officially supported docker compose yml no response relevant log output no response other relevant information no response what level of experience do you have with docker and mail servers i am inexperienced with docker i am inexperienced with mail servers i am uncomfortable with the cli code of conduct i have read this project s and i agree i have read the and the and i searched the but could not find a solution improvements to this form no response | 1 |
512,976 | 14,913,519,465 | IssuesEvent | 2021-01-22 14:15:08 | bounswe/bounswe2020group2 | https://api.github.com/repos/bounswe/bounswe2020group2 | closed | Implement Password Change Endpoint | effort: medium priority: high status: in progress type: back-end who: individual | I will implement an endpoint that lets users to change their previous passwords. | 1.0 | Implement Password Change Endpoint - I will implement an endpoint that lets users to change their previous passwords. | priority | implement password change endpoint i will implement an endpoint that lets users to change their previous passwords | 1 |
157,748 | 6,015,404,746 | IssuesEvent | 2017-06-07 01:55:13 | HabitRPG/habitica | https://api.github.com/repos/HabitRPG/habitica | closed | flagged chat messages need to remain visible to the person who posted them | priority: medium status: issue: in progress type: medium level coding | When a chat message is flagged by two players or by one moderator, the current behaviour is:
- the message is hidden from the player who posted it **(this needs to change)**
- the message remains visible to moderators
- the message is hidden from all other players
The desired behaviour is:
- **the message remains visible to the player who posted it**
- the message remains visible to moderators (as currently)
- the message is hidden from all other players (as currently)
The player who posted the message should see no indication that it has been flagged.
_FYI, this is a change that moderators have discussed and decided is desirable. In most cases, we'll be explaining to the poster that their message has been hidden from other users and explain why, as we do now. In rare cases though, it's best that the user doesn't realise their message is hidden._ | 1.0 | flagged chat messages need to remain visible to the person who posted them - When a chat message is flagged by two players or by one moderator, the current behaviour is:
- the message is hidden from the player who posted it **(this needs to change)**
- the message remains visible to moderators
- the message is hidden from all other players
The desired behaviour is:
- **the message remains visible to the player who posted it**
- the message remains visible to moderators (as currently)
- the message is hidden from all other players (as currently)
The player who posted the message should see no indication that it has been flagged.
_FYI, this is a change that moderators have discussed and decided is desirable. In most cases, we'll be explaining to the poster that their message has been hidden from other users and explain why, as we do now. In rare cases though, it's best that the user doesn't realise their message is hidden._ | priority | flagged chat messages need to remain visible to the person who posted them when a chat message is flagged by two players or by one moderator the current behaviour is the message is hidden from the player who posted it this needs to change the message remains visible to moderators the message is hidden from all other players the desired behaviour is the message remains visible to the player who posted it the message remains visible to moderators as currently the message is hidden from all other players as currently the player who posted the message should see no indication that it has been flagged fyi this is a change that moderators have discussed and decided is desirable in most cases we ll be explaining to the poster that their message has been hidden from other users and explain why as we do now in rare cases though it s best that the user doesn t realise their message is hidden | 1 |
52,608 | 3,025,047,194 | IssuesEvent | 2015-08-03 04:19:12 | ankidroid/Anki-Android | https://api.github.com/repos/ankidroid/Anki-Android | closed | ankidroid reports "you are currently offline" even though tablet is connected via bluetooth tethering | bug Priority-Medium waitingforfeedback | Originally reported on Google Code with ID 963
```
What steps will reproduce the problem?
1. disable wifi, enable bluetooth tethering, connect tablet to internet via bluetooth
and cellphone
2. start ankidroid and choose "sync"
3. ankidroid will report "you are currently offline" even tough device clearly has
internet connectivity
This is always reproducible.
Ankidroi Version: v1.0
Android Version: 2.2.1
```
Reported by `btittelbach` on 2012-01-23 18:39:14
| 1.0 | ankidroid reports "you are currently offline" even though tablet is connected via bluetooth tethering - Originally reported on Google Code with ID 963
```
What steps will reproduce the problem?
1. disable wifi, enable bluetooth tethering, connect tablet to internet via bluetooth
and cellphone
2. start ankidroid and choose "sync"
3. ankidroid will report "you are currently offline" even tough device clearly has
internet connectivity
This is always reproducible.
Ankidroi Version: v1.0
Android Version: 2.2.1
```
Reported by `btittelbach` on 2012-01-23 18:39:14
| priority | ankidroid reports you are currently offline even though tablet is connected via bluetooth tethering originally reported on google code with id what steps will reproduce the problem disable wifi enable bluetooth tethering connect tablet to internet via bluetooth and cellphone start ankidroid and choose sync ankidroid will report you are currently offline even tough device clearly has internet connectivity this is always reproducible ankidroi version android version reported by btittelbach on | 1 |
196,425 | 6,927,833,448 | IssuesEvent | 2017-12-01 00:55:54 | vmware/vic-ui | https://api.github.com/repos/vmware/vic-ui | closed | Handle other HTTP response codes while checking vic-machine-server endpoint | area/ui kind/bug priority/medium team/lifecycle | Currently we only cover HTTP response status of 0. However, the Angular service code should be able to determine other known status codes such as 404, 500 and so on. Without this logic, calling `/container/hello` which Zach Shepherd is working on in a separate PR will cause an unhandled exception. | 1.0 | Handle other HTTP response codes while checking vic-machine-server endpoint - Currently we only cover HTTP response status of 0. However, the Angular service code should be able to determine other known status codes such as 404, 500 and so on. Without this logic, calling `/container/hello` which Zach Shepherd is working on in a separate PR will cause an unhandled exception. | priority | handle other http response codes while checking vic machine server endpoint currently we only cover http response status of however the angular service code should be able to determine other known status codes such as and so on without this logic calling container hello which zach shepherd is working on in a separate pr will cause an unhandled exception | 1 |
500,033 | 14,484,798,850 | IssuesEvent | 2020-12-10 16:47:45 | svthalia/concrexit | https://api.github.com/repos/svthalia/concrexit | closed | Downloading albums fills up the disk | bug easy and fun priority: medium | ### Describe the bug
When a user wants to download an album, the website creates a zip file containing all photos (in `/tmp` of the Docker container). If multiple albums are downloaded, multiple large zip files are created. This very quickly fills up the disk.
We should remove this functionality to prevent this. It is not used often so that should not be a problem for members.
### Additional context
This has caused website outages a few times in the past.
| 1.0 | Downloading albums fills up the disk - ### Describe the bug
When a user wants to download an album, the website creates a zip file containing all photos (in `/tmp` of the Docker container). If multiple albums are downloaded, multiple large zip files are created. This very quickly fills up the disk.
We should remove this functionality to prevent this. It is not used often so that should not be a problem for members.
### Additional context
This has caused website outages a few times in the past.
| priority | downloading albums fills up the disk describe the bug when a user wants to download an album the website creates a zip file containing all photos in tmp of the docker container if multiple albums are downloaded multiple large zip files are created this very quickly fills up the disk we should remove this functionality to prevent this it is not used often so that should not be a problem for members additional context this has caused website outages a few times in the past | 1 |
166,325 | 6,302,808,837 | IssuesEvent | 2017-07-21 12:02:47 | status-im/status-go | https://api.github.com/repos/status-im/status-go | opened | Remove unused vendor libraries | beginner medium-priority | Figure out which vendor libraries are unused, ensure they're really unused by both Go code and outside world and remove them.
You may have to repeat this several times as some libraries may become unused when you delete some others. | 1.0 | Remove unused vendor libraries - Figure out which vendor libraries are unused, ensure they're really unused by both Go code and outside world and remove them.
You may have to repeat this several times as some libraries may become unused when you delete some others. | priority | remove unused vendor libraries figure out which vendor libraries are unused ensure they re really unused by both go code and outside world and remove them you may have to repeat this several times as some libraries may become unused when you delete some others | 1 |
128,870 | 5,078,150,905 | IssuesEvent | 2016-12-28 13:55:22 | MDAnalysis/mdanalysis | https://api.github.com/repos/MDAnalysis/mdanalysis | closed | Interchangeability of AtomGroup and selection strings | API auto-migrated Component-Selections enhancement Priority-Medium proposal | Following the discussion on Issue #171 it would be interesting to adapt any functions that take AtomGroups to also be able to take selection strings (and vice versa).
I brought it up because an analysis class I use often, `LeafletFinder`, accepts exclusively selection strings. I have a fix for this particular case, and since I'm working on Issue #174 I'll look into allowing `AtomGroups` to be passed to selection functions.
Original issue reported on code.google.com by `manuel.n...@gmail.com` on 28 Mar 2014 at 1:16
| 1.0 | Interchangeability of AtomGroup and selection strings - Following the discussion on Issue #171 it would be interesting to adapt any functions that take AtomGroups to also be able to take selection strings (and vice versa).
I brought it up because an analysis class I use often, `LeafletFinder`, accepts exclusively selection strings. I have a fix for this particular case, and since I'm working on Issue #174 I'll look into allowing `AtomGroups` to be passed to selection functions.
Original issue reported on code.google.com by `manuel.n...@gmail.com` on 28 Mar 2014 at 1:16
| priority | interchangeability of atomgroup and selection strings following the discussion on issue it would be interesting to adapt any functions that take atomgroups to also be able to take selection strings and vice versa i brought it up because an analysis class i use often leafletfinder accepts exclusively selection strings i have a fix for this particular case and since i m working on issue i ll look into allowing atomgroups to be passed to selection functions original issue reported on code google com by manuel n gmail com on mar at | 1 |
134,982 | 5,241,150,914 | IssuesEvent | 2017-01-31 15:03:14 | exporl/apex3 | https://api.github.com/repos/exporl/apex3 | closed | Make sure BFT does never hang (kill one test if necessary) and show results in XML format parsable by jenkins | Medium Priority | https://trello.com/c/bYU3IklT/29-make-sure-bft-does-never-hang-kill-one-test-if-necessary-and-show-results-in-xml-format-parsable-by-jenkins
| 1.0 | Make sure BFT does never hang (kill one test if necessary) and show results in XML format parsable by jenkins - https://trello.com/c/bYU3IklT/29-make-sure-bft-does-never-hang-kill-one-test-if-necessary-and-show-results-in-xml-format-parsable-by-jenkins
| priority | make sure bft does never hang kill one test if necessary and show results in xml format parsable by jenkins | 1 |
205,271 | 7,096,358,425 | IssuesEvent | 2018-01-14 05:43:04 | sagesharp/outreachy-django-wagtail | https://api.github.com/repos/sagesharp/outreachy-django-wagtail | closed | Send email to co-mentor and approved mentors on co-mentor approval | medium priority | Co-mentor approved - only send on co-mentor creation, not on project creation - only send if the community is approved to participate
- Cc: Co-mentor
- To: Approved Mentors
- Subject: Mentor Approved - NAME
- action -> create gmail filter for mentors mailing list RIGHT NOW
- action -> link to project read-only page
For the approved co-mentor in an approved community:
To: subscribe email address for mentors mailing list
Subject: subscribe | 1.0 | Send email to co-mentor and approved mentors on co-mentor approval - Co-mentor approved - only send on co-mentor creation, not on project creation - only send if the community is approved to participate
- Cc: Co-mentor
- To: Approved Mentors
- Subject: Mentor Approved - NAME
- action -> create gmail filter for mentors mailing list RIGHT NOW
- action -> link to project read-only page
For the approved co-mentor in an approved community:
To: subscribe email address for mentors mailing list
Subject: subscribe | priority | send email to co mentor and approved mentors on co mentor approval co mentor approved only send on co mentor creation not on project creation only send if the community is approved to participate cc co mentor to approved mentors subject mentor approved name action create gmail filter for mentors mailing list right now action link to project read only page for the approved co mentor in an approved community to subscribe email address for mentors mailing list subject subscribe | 1 |
395,128 | 11,672,032,567 | IssuesEvent | 2020-03-04 05:19:45 | wynn-rj/sword-and-bored-game | https://api.github.com/repos/wynn-rj/sword-and-bored-game | closed | Use database squads in squad controller | enhancement medium-priority strategy view | Track units in the squad controller as the squad type instead of as a unit array
Depends on #174
| 1.0 | Use database squads in squad controller - Track units in the squad controller as the squad type instead of as a unit array
Depends on #174
| priority | use database squads in squad controller track units in the squad controller as the squad type instead of as a unit array depends on | 1 |
509,875 | 14,750,711,514 | IssuesEvent | 2021-01-08 02:56:45 | kubesphere/kubesphere | https://api.github.com/repos/kubesphere/kubesphere | closed | How to compile multiple languages in jenkins by switching node | area/devops kind/feature priority/medium | ## Devops in microservices
1. Most companies use kubernetes because of microservices.Kubernetes is a natural fit for microservices
2. Jenkins supports devops on kubernetes, but it's very troublesome to configure. You need to write a yaml file or configure your docker image in casc.
3. There may be dependencies between the devops of microservices.
4. If I have 100 microservices. I don’t want to build them one by one.
## Solution
We can use a yaml files like drone and gitci to build multi-tasks pipelines.
But drone and gitci build pipelines in one git-repo.
tekton can build pipelines across repo.
But tekton only supports git.
=======================================================
August 13th update
## How to compile multiple languages in jenkins by switching node.
Only one node is used in the kubesphere documentation. Unsuccessful using multiple nodes in the official jenkins documentation | 1.0 | How to compile multiple languages in jenkins by switching node - ## Devops in microservices
1. Most companies use kubernetes because of microservices.Kubernetes is a natural fit for microservices
2. Jenkins supports devops on kubernetes, but it's very troublesome to configure. You need to write a yaml file or configure your docker image in casc.
3. There may be dependencies between the devops of microservices.
4. If I have 100 microservices. I don’t want to build them one by one.
## Solution
We can use a yaml files like drone and gitci to build multi-tasks pipelines.
But drone and gitci build pipelines in one git-repo.
tekton can build pipelines across repo.
But tekton only supports git.
=======================================================
August 13th update
## How to compile multiple languages in jenkins by switching node.
Only one node is used in the kubesphere documentation. Unsuccessful using multiple nodes in the official jenkins documentation | priority | how to compile multiple languages in jenkins by switching node devops in microservices most companies use kubernetes because of microservices kubernetes is a natural fit for microservices jenkins supports devops on kubernetes but it s very troublesome to configure you need to write a yaml file or configure your docker image in casc there may be dependencies between the devops of microservices if i have microservices i don’t want to build them one by one solution we can use a yaml files like drone and gitci to build multi tasks pipelines but drone and gitci build pipelines in one git repo tekton can build pipelines across repo but tekton only supports git august update how to compile multiple languages in jenkins by switching node only one node is used in the kubesphere documentation unsuccessful using multiple nodes in the official jenkins documentation | 1 |
668,735 | 22,595,533,052 | IssuesEvent | 2022-06-29 02:17:29 | rubyforgood/casa | https://api.github.com/repos/rubyforgood/casa | closed | deactivated unactivated admin sees wrong message | Type: Bug Priority: Medium :play_or_pause_button: Frontend Help Wanted | **What is the problem, and what should happen instead?**
When an admin who has never activated their account is deactivated, the message they see when they try to log in is
**Screenshots of current behavior, if any**

| 1.0 | deactivated unactivated admin sees wrong message - **What is the problem, and what should happen instead?**
When an admin who has never activated their account is deactivated, the message they see when they try to log in is
**Screenshots of current behavior, if any**

| priority | deactivated unactivated admin sees wrong message what is the problem and what should happen instead when an admin who has never activated their account is deactivated the message they see when they try to log in is screenshots of current behavior if any | 1 |
366,749 | 10,825,748,381 | IssuesEvent | 2019-11-09 17:46:46 | AY1920S1-CS2103T-W13-3/main | https://api.github.com/repos/AY1920S1-CS2103T-W13-3/main | closed | As a lazy student with poor art-and-crafts skills, I can use flashcards function | priority.Medium type.Story | to creatively create and implement notes to help with my studies. | 1.0 | As a lazy student with poor art-and-crafts skills, I can use flashcards function - to creatively create and implement notes to help with my studies. | priority | as a lazy student with poor art and crafts skills i can use flashcards function to creatively create and implement notes to help with my studies | 1 |
301,921 | 9,239,160,597 | IssuesEvent | 2019-03-14 00:09:12 | minio/minio | https://api.github.com/repos/minio/minio | closed | minio hardware usage | community priority: medium | i using a minio cluster with 4 server and 8 disk and 1m file that have size 30kb_200kb when i start minio after 5 minute increase memory and cpu usage after a minute reduce speed and afte 3 or 4 minio crash | 1.0 | minio hardware usage - i using a minio cluster with 4 server and 8 disk and 1m file that have size 30kb_200kb when i start minio after 5 minute increase memory and cpu usage after a minute reduce speed and afte 3 or 4 minio crash | priority | minio hardware usage i using a minio cluster with server and disk and file that have size when i start minio after minute increase memory and cpu usage after a minute reduce speed and afte or minio crash | 1 |
753,055 | 26,339,302,369 | IssuesEvent | 2023-01-10 16:29:03 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [tools] yb-admin delete_table cmd doesn't delete relation metadata in ysql | kind/bug area/docdb priority/medium | Jira Link: [DB-4750](https://yugabyte.atlassian.net/browse/DB-4750)
`yb-admin delete_table` only deletes the table data and metadata in DocDb layer. It doesn't delete the relation metadata in query layer. This prevents the ysql to create a table with a name that is already deleted by yb-admin.
Example:
```
yugabyte=# CREATE TABLE films (code char(5) , title varchar(40) NOT NULL);
CREATE TABLE
yugabyte=# SELECT *
FROM pg_catalog.pg_tables
WHERE schemaname != 'pg_catalog' AND
schemaname != 'information_schema';
schemaname | tablename | tableowner | tablespace | hasindexes | hasrules | hastriggers | rowsecurity
------------+-----------+------------+------------+------------+----------+-------------+-------------
public | films | yugabyte | | f | f | f | f
(1 row)
```
```
(~/code/yugabyte-db) Steves-MacBook-Pro $ ./build/latest/bin/yb-admin delete_table ysql.yugabyte films
Deleted table yugabyte.films
```
```
yugabyte=# SELECT *
FROM pg_catalog.pg_tables
WHERE schemaname != 'pg_catalog' AND
schemaname != 'information_schema';
schemaname | tablename | tableowner | tablespace | hasindexes | hasrules | hastriggers | rowsecurity
------------+-----------+------------+------------+------------+----------+-------------+-------------
public | films | yugabyte | | f | f | f | f
(1 row)
```
```
./build/latest/bin/yb-admin list_tables
<films table no show>
```
The following table creation will fail even the table has been deleted by yb-admin.
```
yugabyte=# CREATE TABLE films (code char(5) , title varchar(40) NOT NULL);
ERROR: relation "films" already exists
```
```
yugabyte=# drop table films;
DROP TABLE
yugabyte=# CREATE TABLE films (code char(5) , title varchar(40) NOT NULL);
CREATE TABLE
```
The exact root cause needs further investigation.
| 1.0 | [tools] yb-admin delete_table cmd doesn't delete relation metadata in ysql - Jira Link: [DB-4750](https://yugabyte.atlassian.net/browse/DB-4750)
`yb-admin delete_table` only deletes the table data and metadata in DocDb layer. It doesn't delete the relation metadata in query layer. This prevents the ysql to create a table with a name that is already deleted by yb-admin.
Example:
```
yugabyte=# CREATE TABLE films (code char(5) , title varchar(40) NOT NULL);
CREATE TABLE
yugabyte=# SELECT *
FROM pg_catalog.pg_tables
WHERE schemaname != 'pg_catalog' AND
schemaname != 'information_schema';
schemaname | tablename | tableowner | tablespace | hasindexes | hasrules | hastriggers | rowsecurity
------------+-----------+------------+------------+------------+----------+-------------+-------------
public | films | yugabyte | | f | f | f | f
(1 row)
```
```
(~/code/yugabyte-db) Steves-MacBook-Pro $ ./build/latest/bin/yb-admin delete_table ysql.yugabyte films
Deleted table yugabyte.films
```
```
yugabyte=# SELECT *
FROM pg_catalog.pg_tables
WHERE schemaname != 'pg_catalog' AND
schemaname != 'information_schema';
schemaname | tablename | tableowner | tablespace | hasindexes | hasrules | hastriggers | rowsecurity
------------+-----------+------------+------------+------------+----------+-------------+-------------
public | films | yugabyte | | f | f | f | f
(1 row)
```
```
./build/latest/bin/yb-admin list_tables
<films table no show>
```
The following table creation will fail even the table has been deleted by yb-admin.
```
yugabyte=# CREATE TABLE films (code char(5) , title varchar(40) NOT NULL);
ERROR: relation "films" already exists
```
```
yugabyte=# drop table films;
DROP TABLE
yugabyte=# CREATE TABLE films (code char(5) , title varchar(40) NOT NULL);
CREATE TABLE
```
The exact root cause needs further investigation.
| priority | yb admin delete table cmd doesn t delete relation metadata in ysql jira link yb admin delete table only deletes the table data and metadata in docdb layer it doesn t delete the relation metadata in query layer this prevents the ysql to create a table with a name that is already deleted by yb admin example yugabyte create table films code char title varchar not null create table yugabyte select from pg catalog pg tables where schemaname pg catalog and schemaname information schema schemaname tablename tableowner tablespace hasindexes hasrules hastriggers rowsecurity public films yugabyte f f f f row code yugabyte db steves macbook pro build latest bin yb admin delete table ysql yugabyte films deleted table yugabyte films yugabyte select from pg catalog pg tables where schemaname pg catalog and schemaname information schema schemaname tablename tableowner tablespace hasindexes hasrules hastriggers rowsecurity public films yugabyte f f f f row build latest bin yb admin list tables the following table creation will fail even the table has been deleted by yb admin yugabyte create table films code char title varchar not null error relation films already exists yugabyte drop table films drop table yugabyte create table films code char title varchar not null create table the exact root cause needs further investigation | 1 |
489,923 | 14,113,703,329 | IssuesEvent | 2020-11-07 12:37:38 | AY2021S1-CS2103T-W12-3/tp | https://api.github.com/repos/AY2021S1-CS2103T-W12-3/tp | closed | Calendar - Display appointments on a particular day | priority.Medium type.Story | As a receptionist in a clinic, I can display all the appointments on a particular day so that I can check the availability of the clinic on that day to arrange for other appointments. | 1.0 | Calendar - Display appointments on a particular day - As a receptionist in a clinic, I can display all the appointments on a particular day so that I can check the availability of the clinic on that day to arrange for other appointments. | priority | calendar display appointments on a particular day as a receptionist in a clinic i can display all the appointments on a particular day so that i can check the availability of the clinic on that day to arrange for other appointments | 1 |
165,684 | 6,283,736,529 | IssuesEvent | 2017-07-19 05:03:18 | ChrisALee/twitch-stocks | https://api.github.com/repos/ChrisALee/twitch-stocks | closed | Find a better TypeScript solution | assigned enhancement In Progress Priority: Medium project planning | ### Problem: The page is reloaded twice as it builds tsx files into js.
### Also, the js files are being spewed into the same folder as the tsx files causing file bloat.
Currently looking at https://github.com/zeit/next.js/pull/2250 for possible solutions.
[Here's](https://github.com/nelak/next.js/tree/5f59ecd453eb1d27e2e293fa797b77667e08a0f4/examples/with-typescript) the PR in that post.
[Here's](https://github.com/gloorx/nextjs-typescript-boilerplate) the boilerplate posted in that post.
I plan on looking at the difference between the two. | 1.0 | Find a better TypeScript solution - ### Problem: The page is reloaded twice as it builds tsx files into js.
### Also, the js files are being spewed into the same folder as the tsx files causing file bloat.
Currently looking at https://github.com/zeit/next.js/pull/2250 for possible solutions.
[Here's](https://github.com/nelak/next.js/tree/5f59ecd453eb1d27e2e293fa797b77667e08a0f4/examples/with-typescript) the PR in that post.
[Here's](https://github.com/gloorx/nextjs-typescript-boilerplate) the boilerplate posted in that post.
I plan on looking at the difference between the two. | priority | find a better typescript solution problem the page is reloaded twice as it builds tsx files into js also the js files are being spewed into the same folder as the tsx files causing file bloat currently looking at for possible solutions the pr in that post the boilerplate posted in that post i plan on looking at the difference between the two | 1 |
238,921 | 7,784,566,159 | IssuesEvent | 2018-06-06 13:38:39 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Bluetooth ATT trying to access invalid pointer after disconnect | area: Bluetooth bug priority: medium | Think of the following scenario on a BLE central device:
* CONFIG_BT_ATT_TX_MAX + 1 GATT requests are issued within a short time (The last request is blocked until one of the other requests complete)
* The BLE connection is lost. `bt_att_disconnected` is called
When a BLE connection is terminated, the ATT layer first wakes up all waiting threads, but they might not be scheduled right away:
https://github.com/zephyrproject-rtos/zephyr/blob/43553da9b2bb9e537185695899fb5184c3b17ebe/subsys/bluetooth/host/att.c#L1967-L1970
Then the used ATT data-structure is cleared:
https://github.com/zephyrproject-rtos/zephyr/blob/43553da9b2bb9e537185695899fb5184c3b17ebe/subsys/bluetooth/host/att.c#L2044
And finally the waiting thread wakes up and tries to release a semaphore that has just been wiped:
https://github.com/zephyrproject-rtos/zephyr/blob/43553da9b2bb9e537185695899fb5184c3b17ebe/subsys/bluetooth/host/att.c#L268-L273
This causes access to invalid memory and a FAULT on the thread. | 1.0 | Bluetooth ATT trying to access invalid pointer after disconnect - Think of the following scenario on a BLE central device:
* CONFIG_BT_ATT_TX_MAX + 1 GATT requests are issued within a short time (The last request is blocked until one of the other requests complete)
* The BLE connection is lost. `bt_att_disconnected` is called
When a BLE connection is terminated, the ATT layer first wakes up all waiting threads, but they might not be scheduled right away:
https://github.com/zephyrproject-rtos/zephyr/blob/43553da9b2bb9e537185695899fb5184c3b17ebe/subsys/bluetooth/host/att.c#L1967-L1970
Then the used ATT data-structure is cleared:
https://github.com/zephyrproject-rtos/zephyr/blob/43553da9b2bb9e537185695899fb5184c3b17ebe/subsys/bluetooth/host/att.c#L2044
And finally the waiting thread wakes up and tries to release a semaphore that has just been wiped:
https://github.com/zephyrproject-rtos/zephyr/blob/43553da9b2bb9e537185695899fb5184c3b17ebe/subsys/bluetooth/host/att.c#L268-L273
This causes access to invalid memory and a FAULT on the thread. | priority | bluetooth att trying to access invalid pointer after disconnect think of the following scenario on a ble central device config bt att tx max gatt requests are issued within a short time the last request is blocked until one of the other requests complete the ble connection is lost bt att disconnected is called when a ble connection is terminated the att layer first wakes up all waiting threads but they might not be scheduled right away then the used att data structure is cleared and finally the waiting thread wakes up and tries to release a semaphore that has just been wiped this causes access to invalid memory and a fault on the thread | 1 |
26,273 | 2,684,280,561 | IssuesEvent | 2015-03-28 20:43:05 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | opened | Admin consoles do not accept keys if UAC is at "Default". | 2–5 stars bug imported Priority-Medium | _From [MartinSG...@gmail.com](https://code.google.com/u/116306280495041062290/) on February 01, 2013 02:25:29_
Required information! OS version: Win7 SP1 x64 ConEmu version: 130128 x64 *Bug description* When starting a new console (admin) I am unable to type at all in the console. Every key I send is lost.
Detaching the console works and I cna then type in cmd window.
This only seems to happen for administrator consoles.
I have UAC enabled, that is, I get a prompt for admin rights whenever I start a console.
Also I am unable to close ConEmu , the unresponsive tab stays open. But if I "close tab" from the right click on the tab bar, then the console detaches and ConEmu closes.
I lowered the UAC level by 1 (so it no longer dims the desktop) and things started working again. Possibly a timing issue? *Steps to reproduction* 1. Start an Admin console with UAC set to Default
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=919_ | 1.0 | Admin consoles do not accept keys if UAC is at "Default". - _From [MartinSG...@gmail.com](https://code.google.com/u/116306280495041062290/) on February 01, 2013 02:25:29_
Required information! OS version: Win7 SP1 x64 ConEmu version: 130128 x64 *Bug description* When starting a new console (admin) I am unable to type at all in the console. Every key I send is lost.
Detaching the console works and I cna then type in cmd window.
This only seems to happen for administrator consoles.
I have UAC enabled, that is, I get a prompt for admin rights whenever I start a console.
Also I am unable to close ConEmu , the unresponsive tab stays open. But if I "close tab" from the right click on the tab bar, then the console detaches and ConEmu closes.
I lowered the UAC level by 1 (so it no longer dims the desktop) and things started working again. Possibly a timing issue? *Steps to reproduction* 1. Start an Admin console with UAC set to Default
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=919_ | priority | admin consoles do not accept keys if uac is at default from on february required information os version conemu version bug description when starting a new console admin i am unable to type at all in the console every key i send is lost detaching the console works and i cna then type in cmd window this only seems to happen for administrator consoles i have uac enabled that is i get a prompt for admin rights whenever i start a console also i am unable to close conemu the unresponsive tab stays open but if i close tab from the right click on the tab bar then the console detaches and conemu closes i lowered the uac level by so it no longer dims the desktop and things started working again possibly a timing issue steps to reproduction start an admin console with uac set to default original issue | 1 |
277,040 | 8,616,125,463 | IssuesEvent | 2018-11-19 22:49:53 | PerfectWeek/web-api | https://api.github.com/repos/PerfectWeek/web-api | closed | Add information about MailGun config in README | Priority: Medium Type: Maintenance | - [ ] Add information on how to start the API with email enabled
- [ ] Add MailGun variables in env list | 1.0 | Add information about MailGun config in README - - [ ] Add information on how to start the API with email enabled
- [ ] Add MailGun variables in env list | priority | add information about mailgun config in readme add information on how to start the api with email enabled add mailgun variables in env list | 1 |
25,817 | 2,683,999,237 | IssuesEvent | 2015-03-28 15:14:42 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | opened | PicView2.mod26.Far2.b1661 - list images in arcives | 1 star bug imported Priority-Medium | _From [gz.so...@gmail.com](https://code.google.com/u/116180330966220798355/) on March 19, 2011 12:25:00_
- не работает листание картинок в архиве - PgUp, PgDwn - после пары пролистываний отваливается. И позиция не синхронизируется.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=379_ | 1.0 | PicView2.mod26.Far2.b1661 - list images in arcives - _From [gz.so...@gmail.com](https://code.google.com/u/116180330966220798355/) on March 19, 2011 12:25:00_
- не работает листание картинок в архиве - PgUp, PgDwn - после пары пролистываний отваливается. И позиция не синхронизируется.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=379_ | priority | list images in arcives from on march не работает листание картинок в архиве pgup pgdwn после пары пролистываний отваливается и позиция не синхронизируется original issue | 1 |
761,164 | 26,670,145,606 | IssuesEvent | 2023-01-26 09:33:30 | Distilled-Platform/app.getdistilled.io | https://api.github.com/repos/Distilled-Platform/app.getdistilled.io | closed | Add calendly to onboarding | front-end Priority: Medium | We need to add Calendly step to onboarding for scheduling a demo with this embed:
```
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/james_bohrman/30min" style="min-width:320px;height:630px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->
``` | 1.0 | Add calendly to onboarding - We need to add Calendly step to onboarding for scheduling a demo with this embed:
```
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/james_bohrman/30min" style="min-width:320px;height:630px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->
``` | priority | add calendly to onboarding we need to add calendly step to onboarding for scheduling a demo with this embed | 1 |
594,513 | 18,047,324,362 | IssuesEvent | 2021-09-19 05:30:20 | AY2122S1-CS2103T-T13-4/tp | https://api.github.com/repos/AY2122S1-CS2103T-T13-4/tp | opened | Implement Seamless workflow for Excel File import | priority.Medium v1.2a v1.2b | The application would need to ask the User for import settings | 1.0 | Implement Seamless workflow for Excel File import - The application would need to ask the User for import settings | priority | implement seamless workflow for excel file import the application would need to ask the user for import settings | 1 |
622,947 | 19,659,175,570 | IssuesEvent | 2022-01-10 15:24:58 | GameFreedomGG/Sindragosa | https://api.github.com/repos/GameFreedomGG/Sindragosa | closed | [Profession][Item] Herbalism - Crystalized Life | Item Priority: Medium Professions Status: Closed- Not a Bug | Decription: Drop rate from herbs of crystalized life is way too low
How it works: From 12-15 nodes i farmed, only 1 had crystalized life
How it should work: drop rate is x2 so about 75% of nodes should have crystalized life in them
Source (you should point out proofs of your report, please give us some source): just go and try to farm eternal life, cant really give any proof beside that from 6-7 hours of farming in low population hours i got 12 eternal lifes....
| 1.0 | [Profession][Item] Herbalism - Crystalized Life - Decription: Drop rate from herbs of crystalized life is way too low
How it works: From 12-15 nodes i farmed, only 1 had crystalized life
How it should work: drop rate is x2 so about 75% of nodes should have crystalized life in them
Source (you should point out proofs of your report, please give us some source): just go and try to farm eternal life, cant really give any proof beside that from 6-7 hours of farming in low population hours i got 12 eternal lifes....
| priority | herbalism crystalized life decription drop rate from herbs of crystalized life is way too low how it works from nodes i farmed only had crystalized life how it should work drop rate is so about of nodes should have crystalized life in them source you should point out proofs of your report please give us some source just go and try to farm eternal life cant really give any proof beside that from hours of farming in low population hours i got eternal lifes | 1 |
518,278 | 15,026,501,101 | IssuesEvent | 2021-02-01 22:47:54 | vmware/clarity | https://api.github.com/repos/vmware/clarity | closed | Wizard Incorrect Screen Readings After Reaching End of Content | @clr/angular browser: screen reader component: wizard needs: accessibility input priority: 2 medium-low status: backlog type: accessibility | ## Describe the bug
Using Chrome + NVDA:
1. The button used to open the wizard is read by screen readers after reaching the end of the wizards content and before focus returns to the beginning of the wizard.
2. The last button of the wizard is read by screen readers after reaching the end of the wizards content and focus returns to the first tab of the wizard.
## How to reproduce
[https://clarity-light-theme-v2-p315xm.stackblitz.io/](https://clarity-light-theme-v2-p315xm.stackblitz.io/)
Steps to reproduce the behavior:
1. Tab until reaching the **Open Wizard** button.
2. Press **Enter**
3. Tab until reaching the **Next** button.
4. Tab more to continue to the start of the wizard.
5. Notice that the screen reader reads **Open Wizard**
6. Tab until reaching the **Page 1** tab.
7. Tab and notice the screen reader is reading **Next**

## Expected behavior
1. Navigating through the wizard should not prompt screen readers to read content which is outside the wizard.
2. Navigating through the wizard should not prompt screen readers to read incorrect content.
## Versions
**App**
* Angular: 8.2.4
* Clarity: 2.1.2
**Device:**
* Type: Surface Book
* OS: Windows 10
* Browser: Chrome
* Version: 79.0.3945.117
| 1.0 | Wizard Incorrect Screen Readings After Reaching End of Content - ## Describe the bug
Using Chrome + NVDA:
1. The button used to open the wizard is read by screen readers after reaching the end of the wizards content and before focus returns to the beginning of the wizard.
2. The last button of the wizard is read by screen readers after reaching the end of the wizards content and focus returns to the first tab of the wizard.
## How to reproduce
[https://clarity-light-theme-v2-p315xm.stackblitz.io/](https://clarity-light-theme-v2-p315xm.stackblitz.io/)
Steps to reproduce the behavior:
1. Tab until reaching the **Open Wizard** button.
2. Press **Enter**
3. Tab until reaching the **Next** button.
4. Tab more to continue to the start of the wizard.
5. Notice that the screen reader reads **Open Wizard**
6. Tab until reaching the **Page 1** tab.
7. Tab and notice the screen reader is reading **Next**

## Expected behavior
1. Navigating through the wizard should not prompt screen readers to read content which is outside the wizard.
2. Navigating through the wizard should not prompt screen readers to read incorrect content.
## Versions
**App**
* Angular: 8.2.4
* Clarity: 2.1.2
**Device:**
* Type: Surface Book
* OS: Windows 10
* Browser: Chrome
* Version: 79.0.3945.117
| priority | wizard incorrect screen readings after reaching end of content describe the bug using chrome nvda the button used to open the wizard is read by screen readers after reaching the end of the wizards content and before focus returns to the beginning of the wizard the last button of the wizard is read by screen readers after reaching the end of the wizards content and focus returns to the first tab of the wizard how to reproduce steps to reproduce the behavior tab until reaching the open wizard button press enter tab until reaching the next button tab more to continue to the start of the wizard notice that the screen reader reads open wizard tab until reaching the page tab tab and notice the screen reader is reading next expected behavior navigating through the wizard should not prompt screen readers to read content which is outside the wizard navigating through the wizard should not prompt screen readers to read incorrect content versions app angular clarity device type surface book os windows browser chrome version | 1 |
709,110 | 24,367,663,690 | IssuesEvent | 2022-10-03 16:25:17 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [xCluster] Properly assign is_external_ for TransactionState | kind/bug area/docdb priority/medium status/awaiting-triage | Jira Link: [DB-3710](https://yugabyte.atlassian.net/browse/DB-3710)
### Description
Commit 74113c77195940637050a433ed11fb51f99b6685 introduced is_external_ for TransactionState but the field is not initialized in `SealedReplicationFinished`.
This issue adds the proper initialization. | 1.0 | [xCluster] Properly assign is_external_ for TransactionState - Jira Link: [DB-3710](https://yugabyte.atlassian.net/browse/DB-3710)
### Description
Commit 74113c77195940637050a433ed11fb51f99b6685 introduced is_external_ for TransactionState but the field is not initialized in `SealedReplicationFinished`.
This issue adds the proper initialization. | priority | properly assign is external for transactionstate jira link description commit introduced is external for transactionstate but the field is not initialized in sealedreplicationfinished this issue adds the proper initialization | 1 |
314,469 | 9,597,558,893 | IssuesEvent | 2019-05-09 21:40:50 | ansible/galaxy | https://api.github.com/repos/ansible/galaxy | closed | Repeat attempts to publish a bad artifact produce CONFLICT instead of real error | area/backend priority/medium status/new type/bug | ## Bug Report
##### SUMMARY
Failed collection uploads cause subsequent attempts of the same artifact to give a 409 CONFLICT instead of the correct response.
##### STEPS TO REPRODUCE
- Try to publish any artifact that will fail
- Try to publish it again
##### EXPECTED RESULTS
I expect to get the same error every time
##### ACTUAL RESULTS
I get the correct error the first time, but a 409 CONFLICT the next time.
I suspect the SHA is conflicting.
| 1.0 | Repeat attempts to publish a bad artifact produce CONFLICT instead of real error - ## Bug Report
##### SUMMARY
Failed collection uploads cause subsequent attempts of the same artifact to give a 409 CONFLICT instead of the correct response.
##### STEPS TO REPRODUCE
- Try to publish any artifact that will fail
- Try to publish it again
##### EXPECTED RESULTS
I expect to get the same error every time
##### ACTUAL RESULTS
I get the correct error the first time, but a 409 CONFLICT the next time.
I suspect the SHA is conflicting.
| priority | repeat attempts to publish a bad artifact produce conflict instead of real error bug report summary failed collection uploads cause subsequent attempts of the same artifact to give a conflict instead of the correct response steps to reproduce try to publish any artifact that will fail try to publish it again expected results i expect to get the same error every time actual results i get the correct error the first time but a conflict the next time i suspect the sha is conflicting | 1 |
825,217 | 31,279,535,507 | IssuesEvent | 2023-08-22 08:42:52 | ansible-collections/azure | https://api.github.com/repos/ansible-collections/azure | closed | azure_rm_aks_info is not listing all AKS clusters under resource group | bug has_pr medium_priority | <!--- Verify first that your issue is not already reported on GitHub -->
<!--- Also test if the latest release and devel branch are affected too -->
<!--- Complete *all* sections as described, this form is processed automatically -->
##### SUMMARY
<!--- Explain the problem briefly below -->
i am using the below module azure_rm_aks_info to list all AKS clusters under a resource group
in your code the below python code is written :
response = self.managedcluster_client.managed_clusters.list(self.resource_group)
while it should be :
response = self.managedcluster_client.managed_clusters.list_by_resource_group(self.resource_group)
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
<!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure -->
azure_rm_aks_info
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansible --version" between quotes -->
```
ansible [core 2.14.3]
config file = None
configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python3.10/dist-packages/ansible
ansible collection location = /home/jenkins/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/local/bin/ansible
python version = 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] (/usr/bin/python3)
jinja version = 3.1.2
libyaml = True
```
##### COLLECTION VERSION
<!--- Paste verbatim output from "ansible-galaxy collection list <namespace>.<collection>" between the quotes
for example: ansible-galaxy collection list community.general
-->
```
```
##### CONFIGURATION
<!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes -->
```
azure.azcollection
```
##### OS / ENVIRONMENT
<!--- Provide all relevant information below, e.g. target OS versions, network device firmware, etc. -->
##### STEPS TO REPRODUCE
<!--- Describe exactly how to reproduce the problem, using a minimal test-case -->
<!--- Paste example playbooks or commands between quotes below -->
```
- name: Get facts for all Azure Kubernetes Services
azure_rm_aks_info:
even if i specify the resource group it's the same error
```
<!--- HINT: You can paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!--- Describe what you expected to happen when running the steps above -->
should list all aks clusters
##### ACTUAL RESULTS
<!--- Describe what actually happened. If possible run with extra verbosity (-vvvv) -->
<!--- Paste verbatim command output between quotes -->
```
10:46:46 fatal: [localhost]: FAILED! => {
10:46:46 "changed": false
10:46:46 }
10:46:46
10:46:46 MSG:
10:46:46
10:46:46 Failed to list all items - ManagedClustersOperations.list() takes 1 positional argument but 2 were given
```
| 1.0 | azure_rm_aks_info is not listing all AKS clusters under resource group - <!--- Verify first that your issue is not already reported on GitHub -->
<!--- Also test if the latest release and devel branch are affected too -->
<!--- Complete *all* sections as described, this form is processed automatically -->
##### SUMMARY
<!--- Explain the problem briefly below -->
i am using the below module azure_rm_aks_info to list all AKS clusters under a resource group
in your code the below python code is written :
response = self.managedcluster_client.managed_clusters.list(self.resource_group)
while it should be :
response = self.managedcluster_client.managed_clusters.list_by_resource_group(self.resource_group)
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
<!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure -->
azure_rm_aks_info
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansible --version" between quotes -->
```
ansible [core 2.14.3]
config file = None
configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python3.10/dist-packages/ansible
ansible collection location = /home/jenkins/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/local/bin/ansible
python version = 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] (/usr/bin/python3)
jinja version = 3.1.2
libyaml = True
```
##### COLLECTION VERSION
<!--- Paste verbatim output from "ansible-galaxy collection list <namespace>.<collection>" between the quotes
for example: ansible-galaxy collection list community.general
-->
```
```
##### CONFIGURATION
<!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes -->
```
azure.azcollection
```
##### OS / ENVIRONMENT
<!--- Provide all relevant information below, e.g. target OS versions, network device firmware, etc. -->
##### STEPS TO REPRODUCE
<!--- Describe exactly how to reproduce the problem, using a minimal test-case -->
<!--- Paste example playbooks or commands between quotes below -->
```
- name: Get facts for all Azure Kubernetes Services
azure_rm_aks_info:
even if i specify the resource group it's the same error
```
<!--- HINT: You can paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!--- Describe what you expected to happen when running the steps above -->
should list all aks clusters
##### ACTUAL RESULTS
<!--- Describe what actually happened. If possible run with extra verbosity (-vvvv) -->
<!--- Paste verbatim command output between quotes -->
```
10:46:46 fatal: [localhost]: FAILED! => {
10:46:46 "changed": false
10:46:46 }
10:46:46
10:46:46 MSG:
10:46:46
10:46:46 Failed to list all items - ManagedClustersOperations.list() takes 1 positional argument but 2 were given
```
| priority | azure rm aks info is not listing all aks clusters under resource group summary i am using the below module azure rm aks info to list all aks clusters under a resource group in your code the below python code is written response self managedcluster client managed clusters list self resource group while it should be response self managedcluster client managed clusters list by resource group self resource group issue type bug report component name azure rm aks info ansible version ansible config file none configured module search path ansible python module location usr local lib dist packages ansible ansible collection location home jenkins ansible collections usr share ansible collections executable location usr local bin ansible python version main nov usr bin jinja version libyaml true collection version between the quotes for example ansible galaxy collection list community general configuration azure azcollection os environment steps to reproduce name get facts for all azure kubernetes services azure rm aks info even if i specify the resource group it s the same error expected results should list all aks clusters actual results fatal failed changed false msg failed to list all items managedclustersoperations list takes positional argument but were given | 1 |
197,732 | 6,963,387,660 | IssuesEvent | 2017-12-08 17:11:11 | dmwm/WMCore | https://api.github.com/repos/dmwm/WMCore | closed | Changing pendingSlotsSitePercent takes no effect in ASW | Medium Priority | That's because it only changes task level thresholds when there are site level changes:
https://github.com/dmwm/WMCore/blob/master/src/python/WMComponent/AgentStatusWatcher/ResourceControlUpdater.py#L254
I'll fix by Monday
| 1.0 | Changing pendingSlotsSitePercent takes no effect in ASW - That's because it only changes task level thresholds when there are site level changes:
https://github.com/dmwm/WMCore/blob/master/src/python/WMComponent/AgentStatusWatcher/ResourceControlUpdater.py#L254
I'll fix by Monday
| priority | changing pendingslotssitepercent takes no effect in asw that s because it only changes task level thresholds when there are site level changes i ll fix by monday | 1 |
399,554 | 11,756,883,412 | IssuesEvent | 2020-03-13 12:34:45 | ASE-Group-23/ASE-1-Project | https://api.github.com/repos/ASE-Group-23/ASE-1-Project | closed | Allow File/Folder size to be represented in KB, MB ... | Priority : Medium enhancement | The displayed file size unit should be automatically generated.
| File Size | Unit |
|---|---|
| 1B - 1KB | B |
| 1KB - 1MB | KB |
| 1MB - 1GB | MB |
| 1GB - 1TB | GB |
| 1.0 | Allow File/Folder size to be represented in KB, MB ... - The displayed file size unit should be automatically generated.
| File Size | Unit |
|---|---|
| 1B - 1KB | B |
| 1KB - 1MB | KB |
| 1MB - 1GB | MB |
| 1GB - 1TB | GB |
| priority | allow file folder size to be represented in kb mb the displayed file size unit should be automatically generated file size unit b kb mb gb | 1 |
528,631 | 15,371,041,277 | IssuesEvent | 2021-03-02 09:32:37 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | TreeList Excel export doesn't work with multi-column headers | Bug C: TreeList F: Excel Export FP: Unplanned Kendo1 Priority 2 SEV: Medium | ### Bug report
When there are multi-column headers in the TreeList, exporting the widget to Excel results in a corrupted xlsx file.
Dojo: [https://dojo.telerik.com/ACowudAg](https://dojo.telerik.com/ACowudAg)
### Reproduction of the problem
Open the Dojo and export the TreeList to Excel.
### Current behavior
When you open the file, you will get a message saying that there are problems with the format of the document. If you proceed to load the document, the headers are misplaced.
### Environment
* **Kendo UI version:** 2019.1.220
[Feedback Portal Item](https://feedback.telerik.com/kendo-jquery-ui/1405391-treelist-multi-column-headers-excel-export-bug)
| 1.0 | TreeList Excel export doesn't work with multi-column headers - ### Bug report
When there are multi-column headers in the TreeList, exporting the widget to Excel results in a corrupted xlsx file.
Dojo: [https://dojo.telerik.com/ACowudAg](https://dojo.telerik.com/ACowudAg)
### Reproduction of the problem
Open the Dojo and export the TreeList to Excel.
### Current behavior
When you open the file, you will get a message saying that there are problems with the format of the document. If you proceed to load the document, the headers are misplaced.
### Environment
* **Kendo UI version:** 2019.1.220
[Feedback Portal Item](https://feedback.telerik.com/kendo-jquery-ui/1405391-treelist-multi-column-headers-excel-export-bug)
| priority | treelist excel export doesn t work with multi column headers bug report when there are multi column headers in the treelist exporting the widget to excel results in a corrupted xlsx file dojo reproduction of the problem open the dojo and export the treelist to excel current behavior when you open the file you will get a message saying that there are problems with the format of the document if you proceed to load the document the headers are misplaced environment kendo ui version | 1 |
26,269 | 2,684,279,940 | IssuesEvent | 2015-03-28 20:42:22 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | ConEmu window is not closed when "Leave ConEmu opened" checked. | 2–5 stars bug imported Priority-Medium | _From [Merly...@gmail.com](https://code.google.com/u/109876892953441291848/) on January 31, 2013 06:59:34_
Required information! OS version: Win7 x86_64 ConEmu version: 130113
При выделении опции "when last console (tab) is closed" -> "Leave ConEmu opened" попытка закрыть окно ConEmu приводит к тому, что остается последнее окно ConEmu без сессии. Хотя окно должно закрыться.
Получается, что данная опция препятствует закрытию окна, даже когда это четко сказано.
Для сравнения возьмем браузеры (как наверное, практически эталон программы работы с владками). Например, Firefox при закрытии последней вкладки закрывается - аналог опции "close conemu window".
Потом ставим опцию browser.tabs.closeWindowWithLastTab в false и получаем, что при закрытии последней вкладки браузер остается запущенным и остается пустая вкладка - аналог "leave conemu closed".
Тем не менее при куче открытых вкладках при нажатии на крестик или при выборе Menu -> Exit Firefox закрывается, что логично, т.к. приложение получает QUIT. В ConEmu если закрыть окно, оно все равно остается.
Кроме того эти две radio-опции можно объединить в один checkbox - "Quit on closing last tab" - да/нет.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=915_ | 1.0 | ConEmu window is not closed when "Leave ConEmu opened" checked. - _From [Merly...@gmail.com](https://code.google.com/u/109876892953441291848/) on January 31, 2013 06:59:34_
Required information! OS version: Win7 x86_64 ConEmu version: 130113
При выделении опции "when last console (tab) is closed" -> "Leave ConEmu opened" попытка закрыть окно ConEmu приводит к тому, что остается последнее окно ConEmu без сессии. Хотя окно должно закрыться.
Получается, что данная опция препятствует закрытию окна, даже когда это четко сказано.
Для сравнения возьмем браузеры (как наверное, практически эталон программы работы с владками). Например, Firefox при закрытии последней вкладки закрывается - аналог опции "close conemu window".
Потом ставим опцию browser.tabs.closeWindowWithLastTab в false и получаем, что при закрытии последней вкладки браузер остается запущенным и остается пустая вкладка - аналог "leave conemu closed".
Тем не менее при куче открытых вкладках при нажатии на крестик или при выборе Menu -> Exit Firefox закрывается, что логично, т.к. приложение получает QUIT. В ConEmu если закрыть окно, оно все равно остается.
Кроме того эти две radio-опции можно объединить в один checkbox - "Quit on closing last tab" - да/нет.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=915_ | priority | conemu window is not closed when leave conemu opened checked from on january required information os version conemu version при выделении опции when last console tab is closed leave conemu opened попытка закрыть окно conemu приводит к тому что остается последнее окно conemu без сессии хотя окно должно закрыться получается что данная опция препятствует закрытию окна даже когда это четко сказано для сравнения возьмем браузеры как наверное практически эталон программы работы с владками например firefox при закрытии последней вкладки закрывается аналог опции close conemu window потом ставим опцию browser tabs closewindowwithlasttab в false и получаем что при закрытии последней вкладки браузер остается запущенным и остается пустая вкладка аналог leave conemu closed тем не менее при куче открытых вкладках при нажатии на крестик или при выборе menu exit firefox закрывается что логично т к приложение получает quit в conemu если закрыть окно оно все равно остается кроме того эти две radio опции можно объединить в один checkbox quit on closing last tab да нет original issue | 1 |
398,683 | 11,742,186,652 | IssuesEvent | 2020-03-11 23:54:26 | thaliawww/concrexit | https://api.github.com/repos/thaliawww/concrexit | closed | Investigate whether there is an issue with timezone of Event.end | priority: medium | In GitLab by @joostrijneveld on Jun 28, 2017, 21:23
When testing !506, I got the following warning. We should look into this.
```
root(at)ivo:/etc/dockerts/beta# ./manage.py.sh sendmembershipnotification --dry-run
/usr/local/lib/python3.5/site-packages/django/db/models/fields/__init__.py:1451: RuntimeWarning: DateTimeField Event.end received a naive datetime (2017-06-28 21:21:28.118351) while time zone support is active.
RuntimeWarning)
``` | 1.0 | Investigate whether there is an issue with timezone of Event.end - In GitLab by @joostrijneveld on Jun 28, 2017, 21:23
When testing !506, I got the following warning. We should look into this.
```
root(at)ivo:/etc/dockerts/beta# ./manage.py.sh sendmembershipnotification --dry-run
/usr/local/lib/python3.5/site-packages/django/db/models/fields/__init__.py:1451: RuntimeWarning: DateTimeField Event.end received a naive datetime (2017-06-28 21:21:28.118351) while time zone support is active.
RuntimeWarning)
``` | priority | investigate whether there is an issue with timezone of event end in gitlab by joostrijneveld on jun when testing i got the following warning we should look into this root at ivo etc dockerts beta manage py sh sendmembershipnotification dry run usr local lib site packages django db models fields init py runtimewarning datetimefield event end received a naive datetime while time zone support is active runtimewarning | 1 |
43,782 | 2,892,675,524 | IssuesEvent | 2015-06-15 14:17:04 | gbecan/OpenCompare | https://api.github.com/repos/gbecan/OpenCompare | closed | Internal server error when importing a non existing Wikipedia page | bug Priority: medium | When I type the title of a Wikipedia page that does not exist, the import is failing and an internal server error is sent.
This case should be handled correctly with a nice error in the page or by checking the title before importing. | 1.0 | Internal server error when importing a non existing Wikipedia page - When I type the title of a Wikipedia page that does not exist, the import is failing and an internal server error is sent.
This case should be handled correctly with a nice error in the page or by checking the title before importing. | priority | internal server error when importing a non existing wikipedia page when i type the title of a wikipedia page that does not exist the import is failing and an internal server error is sent this case should be handled correctly with a nice error in the page or by checking the title before importing | 1 |
617,354 | 19,348,742,301 | IssuesEvent | 2021-12-15 13:40:14 | Esri/solutions-widget-utility-network-trace | https://api.github.com/repos/Esri/solutions-widget-utility-network-trace | closed | Add "remove all" for each flag block | enhancement JSAPI widget UI/UX Priority - Medium string | 
Since all flags are listed on the main pane and "See all" is being removed, let's use that spot to add a "Remove all" action to clear all the added starting points or barriers. | 1.0 | Add "remove all" for each flag block - 
Since all flags are listed on the main pane and "See all" is being removed, let's use that spot to add a "Remove all" action to clear all the added starting points or barriers. | priority | add remove all for each flag block since all flags are listed on the main pane and see all is being removed let s use that spot to add a remove all action to clear all the added starting points or barriers | 1 |
267,672 | 8,391,568,210 | IssuesEvent | 2018-10-09 15:17:54 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio] Add urlrewrite.xml to all blueprints. | new feature priority: medium | Add a urlrewrite.xml to the list of Studio configurations. | 1.0 | [studio] Add urlrewrite.xml to all blueprints. - Add a urlrewrite.xml to the list of Studio configurations. | priority | add urlrewrite xml to all blueprints add a urlrewrite xml to the list of studio configurations | 1 |
550,523 | 16,114,880,798 | IssuesEvent | 2021-04-28 05:45:29 | Sage-Bionetworks/rocc-app | https://api.github.com/repos/Sage-Bionetworks/rocc-app | opened | Add challenge filters to Explore page | Priority: Medium | Reuse code from the SageBio Collaboration Portal, add it to the library `sage-angular` and import filters to the Explore page. | 1.0 | Add challenge filters to Explore page - Reuse code from the SageBio Collaboration Portal, add it to the library `sage-angular` and import filters to the Explore page. | priority | add challenge filters to explore page reuse code from the sagebio collaboration portal add it to the library sage angular and import filters to the explore page | 1 |
123,274 | 4,859,467,622 | IssuesEvent | 2016-11-13 17:28:12 | vidalborromeo/eecshelp-beta | https://api.github.com/repos/vidalborromeo/eecshelp-beta | closed | Active help requests sometimes only show the active icon but not the "Being Helped By" info | Accepted Fixed Priority: Medium Type: Bug | - [x] Fix instructor no longer shows up in the on-duty list in the Status area.
- [x] Fix "Being Helped By" info is not present for Active help requests in fresh page loads.
See images below.
Shows this:

Instead of this:

| 1.0 | Active help requests sometimes only show the active icon but not the "Being Helped By" info - - [x] Fix instructor no longer shows up in the on-duty list in the Status area.
- [x] Fix "Being Helped By" info is not present for Active help requests in fresh page loads.
See images below.
Shows this:

Instead of this:

| priority | active help requests sometimes only show the active icon but not the being helped by info fix instructor no longer shows up in the on duty list in the status area fix being helped by info is not present for active help requests in fresh page loads see images below shows this instead of this | 1 |
526,102 | 15,280,270,853 | IssuesEvent | 2021-02-23 05:58:49 | AbirAahammed/E-card | https://api.github.com/repos/AbirAahammed/E-card | opened | Create a User Class for storing user info to re-login afterapp close. | Medium Priority Tasks bug | Investigate the creation of a User Class to store user's credentials when the app is closed.
This would allow us to automatically log the user back in if they closed the app temporarily.
(Firebase session terminates on close).
**Investigate an ethical way to store this login information.**
Backup option: Simply require the user to login every time the app is closed + opened.
Estimates: 3-4 hours
Time spent: TBD | 1.0 | Create a User Class for storing user info to re-login afterapp close. - Investigate the creation of a User Class to store user's credentials when the app is closed.
This would allow us to automatically log the user back in if they closed the app temporarily.
(Firebase session terminates on close).
**Investigate an ethical way to store this login information.**
Backup option: Simply require the user to login every time the app is closed + opened.
Estimates: 3-4 hours
Time spent: TBD | priority | create a user class for storing user info to re login afterapp close investigate the creation of a user class to store user s credentials when the app is closed this would allow us to automatically log the user back in if they closed the app temporarily firebase session terminates on close investigate an ethical way to store this login information backup option simply require the user to login every time the app is closed opened estimates hours time spent tbd | 1 |
22,280 | 2,648,590,145 | IssuesEvent | 2015-03-14 02:08:10 | dhamp/eiskaltdcpp | https://api.github.com/repos/dhamp/eiskaltdcpp | opened | Поле поиска в eiskaltdcpp-gtk. | imported Priority-Medium Type-FeatureRequest | _From [anton8mile](https://code.google.com/u/anton8mile/) on March 13, 2011 17:18:02_
Неплохо было бы увидеть поле поиска на тулбаре как в eiskaltdcpp-qt.
_Original issue: http://code.google.com/p/eiskaltdc/issues/detail?id=1013_ | 1.0 | Поле поиска в eiskaltdcpp-gtk. - _From [anton8mile](https://code.google.com/u/anton8mile/) on March 13, 2011 17:18:02_
Неплохо было бы увидеть поле поиска на тулбаре как в eiskaltdcpp-qt.
_Original issue: http://code.google.com/p/eiskaltdc/issues/detail?id=1013_ | priority | поле поиска в eiskaltdcpp gtk from on march неплохо было бы увидеть поле поиска на тулбаре как в eiskaltdcpp qt original issue | 1 |
809,522 | 30,196,372,414 | IssuesEvent | 2023-07-04 21:46:11 | calcom/cal.com | https://api.github.com/repos/calcom/cal.com | closed | Saving Event Type automatically converts slug to lowercase | 🐛 bug 🚧 wip / in the making Medium priority event types | Found a bug? Please fill out the sections below. 👍
### Issue Summary
I use the API to create Event Types and often my generated slugs are a mixture of lower and uppercase letters and numbers. This works fine unless I use the UI to edit the event type. When I save the the Event Type, the URL (slug) is automatically converted to lowercase.
### Steps to Reproduce
1. Create an Event Type through the API and set the slug to have a mixture of uppercase and lowercase characters. E.g. FGcfd788guJB
2. Click into the newly created event type in the cal.com UI and the click 'Save'.
3. The slug is automatically changed to all lowercase. E.g. fgcfd788gujb
This makes it difficult to maintain the connection between my application and the cal.com data.
### Technical details
- Browser version, screen recording, console logs, network requests: You can make a recording with [Bird Eats Bug](https://birdeatsbug.com/).
- Node.js version
- Anything else that you think could be an issue.
| 1.0 | Saving Event Type automatically converts slug to lowercase - Found a bug? Please fill out the sections below. 👍
### Issue Summary
I use the API to create Event Types and often my generated slugs are a mixture of lower and uppercase letters and numbers. This works fine unless I use the UI to edit the event type. When I save the the Event Type, the URL (slug) is automatically converted to lowercase.
### Steps to Reproduce
1. Create an Event Type through the API and set the slug to have a mixture of uppercase and lowercase characters. E.g. FGcfd788guJB
2. Click into the newly created event type in the cal.com UI and the click 'Save'.
3. The slug is automatically changed to all lowercase. E.g. fgcfd788gujb
This makes it difficult to maintain the connection between my application and the cal.com data.
### Technical details
- Browser version, screen recording, console logs, network requests: You can make a recording with [Bird Eats Bug](https://birdeatsbug.com/).
- Node.js version
- Anything else that you think could be an issue.
| priority | saving event type automatically converts slug to lowercase found a bug please fill out the sections below 👍 issue summary i use the api to create event types and often my generated slugs are a mixture of lower and uppercase letters and numbers this works fine unless i use the ui to edit the event type when i save the the event type the url slug is automatically converted to lowercase steps to reproduce create an event type through the api and set the slug to have a mixture of uppercase and lowercase characters e g click into the newly created event type in the cal com ui and the click save the slug is automatically changed to all lowercase e g this makes it difficult to maintain the connection between my application and the cal com data technical details browser version screen recording console logs network requests you can make a recording with node js version anything else that you think could be an issue | 1 |
428,366 | 12,406,910,977 | IssuesEvent | 2020-05-21 20:02:41 | DiceMaster/dudge | https://api.github.com/repos/DiceMaster/dudge | closed | Фильтровать список отправленных решений по пользователю/задаче/статусу | Priority-Medium Type-Enhancement auto-migrated | ```
При работе с правами администратора можно
посмотреть все решения, отправленные в
систему единым списком. Нужно сделать
возможность фильтрации этого списка сразу
по нескольким критериям: по отдельному
пользователю и/или отдельной задаче и/или
статусу решения.
В этом случае будет удобно искать следы
плагиата в решениях
```
Original issue reported on code.google.com by `freeduk...@gmail.com` on 1 Dec 2014 at 5:36
| 1.0 | Фильтровать список отправленных решений по пользователю/задаче/статусу - ```
При работе с правами администратора можно
посмотреть все решения, отправленные в
систему единым списком. Нужно сделать
возможность фильтрации этого списка сразу
по нескольким критериям: по отдельному
пользователю и/или отдельной задаче и/или
статусу решения.
В этом случае будет удобно искать следы
плагиата в решениях
```
Original issue reported on code.google.com by `freeduk...@gmail.com` on 1 Dec 2014 at 5:36
| priority | фильтровать список отправленных решений по пользователю задаче статусу при работе с правами администратора можно посмотреть все решения отправленные в систему единым списком нужно сделать возможность фильтрации этого списка сразу по нескольким критериям по отдельному пользователю и или отдельной задаче и или статусу решения в этом случае будет удобно искать следы плагиата в решениях original issue reported on code google com by freeduk gmail com on dec at | 1 |
537,259 | 15,726,207,576 | IssuesEvent | 2021-03-29 10:59:49 | hydroshare/hydroshare | https://api.github.com/repos/hydroshare/hydroshare | closed | File URLs incorrect in REST API after ResourceFile fix. | Medium Priority REST API bug in progress | The URLs returned for file listing in the REST API are incorrect because they depend upon an old version of ResourceFile.url.
@mistealey @dtarb @pkdash I am going to try to make this repair before 1.10.0.
| 1.0 | File URLs incorrect in REST API after ResourceFile fix. - The URLs returned for file listing in the REST API are incorrect because they depend upon an old version of ResourceFile.url.
@mistealey @dtarb @pkdash I am going to try to make this repair before 1.10.0.
| priority | file urls incorrect in rest api after resourcefile fix the urls returned for file listing in the rest api are incorrect because they depend upon an old version of resourcefile url mistealey dtarb pkdash i am going to try to make this repair before | 1 |
274,943 | 8,570,192,454 | IssuesEvent | 2018-11-11 17:55:43 | pyrocms/pyrocms | https://api.github.com/repos/pyrocms/pyrocms | closed | [files-field_type] Add all images when uploading | Priority: Medium Type: Feature Request | We’re using the images upload to have a images gallery.
An admin can upload 50 images in bulk, but is supposed to click ‘add’ for every one of those 50 images.
This is quite a hassle. Is there a way to have this happen in one move? Upload and auto select?
A useful solution would be an 'add all' button, rather than having to click 'add' for every uploaded item. | 1.0 | [files-field_type] Add all images when uploading - We’re using the images upload to have a images gallery.
An admin can upload 50 images in bulk, but is supposed to click ‘add’ for every one of those 50 images.
This is quite a hassle. Is there a way to have this happen in one move? Upload and auto select?
A useful solution would be an 'add all' button, rather than having to click 'add' for every uploaded item. | priority | add all images when uploading we’re using the images upload to have a images gallery an admin can upload images in bulk but is supposed to click ‘add’ for every one of those images this is quite a hassle is there a way to have this happen in one move upload and auto select a useful solution would be an add all button rather than having to click add for every uploaded item | 1 |
409,559 | 11,964,664,530 | IssuesEvent | 2020-04-05 20:26:10 | OrangeJuice7/SDL-OpenGL-Game-Framework | https://api.github.com/repos/OrangeJuice7/SDL-OpenGL-Game-Framework | opened | Basic Mob AI/behaviour | area.Model priority.medium work.medium | Mobs should act and react on their own, based on their environment (i.e. other Entities and the Map).
(Specific requirements to be determined...) | 1.0 | Basic Mob AI/behaviour - Mobs should act and react on their own, based on their environment (i.e. other Entities and the Map).
(Specific requirements to be determined...) | priority | basic mob ai behaviour mobs should act and react on their own based on their environment i e other entities and the map specific requirements to be determined | 1 |
57,430 | 3,082,005,336 | IssuesEvent | 2015-08-23 09:38:09 | uclouvain/openjpeg | https://api.github.com/repos/uclouvain/openjpeg | closed | Heap-buffer-overflow in opj_dwt_decode | bug Priority-Medium | Originally reported on Google Code with ID 486
```
What steps will reproduce the problem?
1. Run Opj_decompress with the attached as input
What is the expected output? What do you see instead?
In ASAN environment, it triggers Heap-buffer-overflow in opj_dwt_decode.
What version of the product are you using? On what operating system?
OpenJpeg revision 2997. Ubuntu 64 bits and Windows 7.
Please provide any additional information below.
The original issue was raised in https://code.google.com/p/chromium/issues/list. It's
issue 457480.
If there is no ASAN environment, we still can find this issue with debugging mode.
Please input repro.jp2 to run Opj_decompress.
Set two breaking points in the following two functions to check the address. we can
find h.mem points to 4 bytes memory. But bi points to the memory out of the allocated
range. It causes Heap-buffer-overflow when *bi is assigned to some values.
OPJ_BOOL opj_dwt_decode_tile(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres, DWT1DFN
dwt_1D) {
...
h.mem = (OPJ_INT32*)
opj_aligned_malloc(opj_dwt_max_resolution(tr, numres) * sizeof(OPJ_INT32));
...
}
void opj_dwt_interleave_h(opj_dwt_t* h, OPJ_INT32 *a) {
...
bi = h->mem + 1 - h->cas;
...
}
```
Reported by `jun_fang@foxitsoftware.com` on 2015-04-17 23:19:52
<hr>
* *Attachment: [repro.jp2](https://storage.googleapis.com/google-code-attachments/openjpeg/issue-486/comment-0/repro.jp2)* | 1.0 | Heap-buffer-overflow in opj_dwt_decode - Originally reported on Google Code with ID 486
```
What steps will reproduce the problem?
1. Run Opj_decompress with the attached as input
What is the expected output? What do you see instead?
In ASAN environment, it triggers Heap-buffer-overflow in opj_dwt_decode.
What version of the product are you using? On what operating system?
OpenJpeg revision 2997. Ubuntu 64 bits and Windows 7.
Please provide any additional information below.
The original issue was raised in https://code.google.com/p/chromium/issues/list. It's
issue 457480.
If there is no ASAN environment, we still can find this issue with debugging mode.
Please input repro.jp2 to run Opj_decompress.
Set two breaking points in the following two functions to check the address. we can
find h.mem points to 4 bytes memory. But bi points to the memory out of the allocated
range. It causes Heap-buffer-overflow when *bi is assigned to some values.
OPJ_BOOL opj_dwt_decode_tile(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres, DWT1DFN
dwt_1D) {
...
h.mem = (OPJ_INT32*)
opj_aligned_malloc(opj_dwt_max_resolution(tr, numres) * sizeof(OPJ_INT32));
...
}
void opj_dwt_interleave_h(opj_dwt_t* h, OPJ_INT32 *a) {
...
bi = h->mem + 1 - h->cas;
...
}
```
Reported by `jun_fang@foxitsoftware.com` on 2015-04-17 23:19:52
<hr>
* *Attachment: [repro.jp2](https://storage.googleapis.com/google-code-attachments/openjpeg/issue-486/comment-0/repro.jp2)* | priority | heap buffer overflow in opj dwt decode originally reported on google code with id what steps will reproduce the problem run opj decompress with the attached as input what is the expected output what do you see instead in asan environment it triggers heap buffer overflow in opj dwt decode what version of the product are you using on what operating system openjpeg revision ubuntu bits and windows please provide any additional information below the original issue was raised in it s issue if there is no asan environment we still can find this issue with debugging mode please input repro to run opj decompress set two breaking points in the following two functions to check the address we can find h mem points to bytes memory but bi points to the memory out of the allocated range it causes heap buffer overflow when bi is assigned to some values opj bool opj dwt decode tile opj tcd tilecomp t tilec opj numres dwt h mem opj opj aligned malloc opj dwt max resolution tr numres sizeof opj void opj dwt interleave h opj dwt t h opj a bi h mem h cas reported by jun fang foxitsoftware com on attachment | 1 |
530,875 | 15,437,573,630 | IssuesEvent | 2021-03-07 17:12:03 | CookieJarApps/SmartCookieWeb | https://api.github.com/repos/CookieJarApps/SmartCookieWeb | closed | [Bug] Reload Button causes white screen | P2: Medium priority bug | Reload Button causes white screen.
data:text/html;charset=utf-8;base64,


| 1.0 | [Bug] Reload Button causes white screen - Reload Button causes white screen.
data:text/html;charset=utf-8;base64,


| priority | reload button causes white screen reload button causes white screen data text html charset utf | 1 |
200,160 | 7,000,742,070 | IssuesEvent | 2017-12-18 07:08:32 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Support view() on batch dimensions for non-contiguous tensors? | enhancement medium priority | ```python
a = torch.Tensor(16, 8, 32, 64)
a.view(-1, 32, 64) # works
a.transpose(-1, -2).view(-1, 64, 32) # doesn't
a.view(-1, 32, 64).transpose(-1, -2) # works but doesn't fit some interfaces, i.e. sometimes we want to do view as the last operation
```
Such view's are needed to implement 4D+ `bmm` that can treat all dimensions except last two as batch dimensions (similarly to Linear module's behavior). Unless I move transpose inside the `bmm` func (which would not match the existing interface but well), an extra `contiguous` call is needed.
Does it make sense to support such `view` call? On one hand it breaks invariant that `view` always returns a contiguous tensor, on the other side the situation for several batch dimensions may be common.
Earlier discussed in https://github.com/pytorch/pytorch/issues/764 | 1.0 | Support view() on batch dimensions for non-contiguous tensors? - ```python
a = torch.Tensor(16, 8, 32, 64)
a.view(-1, 32, 64) # works
a.transpose(-1, -2).view(-1, 64, 32) # doesn't
a.view(-1, 32, 64).transpose(-1, -2) # works but doesn't fit some interfaces, i.e. sometimes we want to do view as the last operation
```
Such view's are needed to implement 4D+ `bmm` that can treat all dimensions except last two as batch dimensions (similarly to Linear module's behavior). Unless I move transpose inside the `bmm` func (which would not match the existing interface but well), an extra `contiguous` call is needed.
Does it make sense to support such `view` call? On one hand it breaks invariant that `view` always returns a contiguous tensor, on the other side the situation for several batch dimensions may be common.
Earlier discussed in https://github.com/pytorch/pytorch/issues/764 | priority | support view on batch dimensions for non contiguous tensors python a torch tensor a view works a transpose view doesn t a view transpose works but doesn t fit some interfaces i e sometimes we want to do view as the last operation such view s are needed to implement bmm that can treat all dimensions except last two as batch dimensions similarly to linear module s behavior unless i move transpose inside the bmm func which would not match the existing interface but well an extra contiguous call is needed does it make sense to support such view call on one hand it breaks invariant that view always returns a contiguous tensor on the other side the situation for several batch dimensions may be common earlier discussed in | 1 |
394,098 | 11,631,848,244 | IssuesEvent | 2020-02-28 02:51:09 | cds-snc/report-a-cybercrime | https://api.github.com/repos/cds-snc/report-a-cybercrime | reopened | No empty line between contact and version on IE | medium priority | ## Summary
No empty line between contact and version on IE but it does has on the Google Chrome
## Design Detail

## Unresolved questions
> Are there any related issues you consider out of scope for this issue that could be addressed in the future?
| 1.0 | No empty line between contact and version on IE - ## Summary
No empty line between contact and version on IE but it does has on the Google Chrome
## Design Detail

## Unresolved questions
> Are there any related issues you consider out of scope for this issue that could be addressed in the future?
| priority | no empty line between contact and version on ie summary no empty line between contact and version on ie but it does has on the google chrome design detail unresolved questions are there any related issues you consider out of scope for this issue that could be addressed in the future | 1 |
603,610 | 18,669,834,163 | IssuesEvent | 2021-10-30 13:50:52 | AY2122S1-CS2103T-W17-4/tp | https://api.github.com/repos/AY2122S1-CS2103T-W17-4/tp | closed | [PE-D] Find Validation Output | priority.Medium bug.FeatureFlaw | Sample `find d/2021-10-10` given in UG under section 4.5 does not work. Furthermore, the use of tag is not documented here.

<!--session: 1635494493844-5ba5ab17-21cc-411f-a742-b3a8e6f6ff2d-->
<!--Version: Web v3.4.1-->
-------------
Labels: `type.FeatureFlaw` `severity.Medium`
original: rohit0718/ped#10 | 1.0 | [PE-D] Find Validation Output - Sample `find d/2021-10-10` given in UG under section 4.5 does not work. Furthermore, the use of tag is not documented here.

<!--session: 1635494493844-5ba5ab17-21cc-411f-a742-b3a8e6f6ff2d-->
<!--Version: Web v3.4.1-->
-------------
Labels: `type.FeatureFlaw` `severity.Medium`
original: rohit0718/ped#10 | priority | find validation output sample find d given in ug under section does not work furthermore the use of tag is not documented here labels type featureflaw severity medium original ped | 1 |
716,330 | 24,628,544,293 | IssuesEvent | 2022-10-16 20:31:06 | bounswe/bounswe2022group2 | https://api.github.com/repos/bounswe/bounswe2022group2 | opened | Revising the Diagrams based on Lecture Structure | priority-medium status-new | ### Issue Description
As we decided in our second meeting, I made changes under "Lecture Structure" title of our requirements. Following these changes, design diagrams should be updated to be consistent with our requirements. This issue corresponds to updating the diagrams according to changes made in issue #341.
### Step Details
Steps that will be performed:
- [ ] Update diagrams according to newly updated Lecture Structure requirements
### Final Actions
After necessary changes is determined, I will update all parts related to Lecture Structure in the diagrams accordingly.
### Deadline of the Issue
16.10.2022 - Sunday - 23:59
### Reviewer
Muhammed Enes Sürmeli
### Deadline for the Review
17.10.2022 - Monday -23 | 1.0 | Revising the Diagrams based on Lecture Structure - ### Issue Description
As we decided in our second meeting, I made changes under "Lecture Structure" title of our requirements. Following these changes, design diagrams should be updated to be consistent with our requirements. This issue corresponds to updating the diagrams according to changes made in issue #341.
### Step Details
Steps that will be performed:
- [ ] Update diagrams according to newly updated Lecture Structure requirements
### Final Actions
After necessary changes is determined, I will update all parts related to Lecture Structure in the diagrams accordingly.
### Deadline of the Issue
16.10.2022 - Sunday - 23:59
### Reviewer
Muhammed Enes Sürmeli
### Deadline for the Review
17.10.2022 - Monday -23 | priority | revising the diagrams based on lecture structure issue description as we decided in our second meeting i made changes under lecture structure title of our requirements following these changes design diagrams should be updated to be consistent with our requirements this issue corresponds to updating the diagrams according to changes made in issue step details steps that will be performed update diagrams according to newly updated lecture structure requirements final actions after necessary changes is determined i will update all parts related to lecture structure in the diagrams accordingly deadline of the issue sunday reviewer muhammed enes sürmeli deadline for the review monday | 1 |
381,916 | 11,297,815,933 | IssuesEvent | 2020-01-17 07:18:48 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.9.0 staging-1341] Fishing: fish is running from the hook | Priority: Medium | 1. Catch a fish
2. You won't see it on the hook, but it will run away from the hook periodically in the air too
3. But you still can collect it
| 1.0 | [0.9.0 staging-1341] Fishing: fish is running from the hook - 1. Catch a fish
2. You won't see it on the hook, but it will run away from the hook periodically in the air too
3. But you still can collect it
| priority | fishing fish is running from the hook catch a fish you won t see it on the hook but it will run away from the hook periodically in the air too but you still can collect it | 1 |
21,072 | 2,633,066,642 | IssuesEvent | 2015-03-08 20:00:33 | eris-ltd/thelonious | https://api.github.com/repos/eris-ltd/thelonious | closed | default thelonious should be eth compatible | Medium Priority ready | currently not because of things like signed block.
also, a number of upstream changes to block structure | 1.0 | default thelonious should be eth compatible - currently not because of things like signed block.
also, a number of upstream changes to block structure | priority | default thelonious should be eth compatible currently not because of things like signed block also a number of upstream changes to block structure | 1 |
47,977 | 2,990,085,654 | IssuesEvent | 2015-07-21 06:44:38 | jayway/rest-assured | https://api.github.com/repos/jayway/rest-assured | closed | formParam with Long value followed by multiPart yields 'Illegal content' | bug imported Priority-Medium | _From [dwoldr...@gmail.com](https://code.google.com/u/109917019054527998597/) on November 04, 2012 06:31:53_
What steps will reproduce the problem? 1. in with().formParam, pass a Long as the value
2. immediately following do a multiPart()
3. failure in MultiPart.groovy with a "Illegal content" What is the expected output? What do you see instead? I get a stack trace that was obscure in Multipart.groovy, which made me think there was some internal problem and Multipart was the victim not the criminal. ;)
If I pass a String instead of a Long to the formParam, the bug does not occur. What version of the product are you using? On what operating system? RestAssured 1.7 on Windows 7 64-bit. Java 1.6.0_35 Please provide any additional information below. Here's my unit test that breaks:
File srcFolder = new File("/tmp");
File testTxtFile = new File(srcFolder, "test1.txt");
String httpResponse =
given()
.auth().basic("dave", "password")
.formParam("folderName", srcFolder.getName())
.formParam("fileName", testTxtFile.getName())
.formParam("lastModified", testTxtFile.lastModified())
.multiPart("content", testTxtFile)
.urlEncodingEnabled(true)
.expect()
.statusCode(200)
.when()
.post("http://localhost:8080/test"
.getBody().asString();
with the stack trace (the illegal content is the Long value in the "lastModified" parameter):
java.lang.IllegalArgumentException: Illegal content: 1352006025219
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:71)
at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:81)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:54)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:182)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:190)
at com.jayway.restassured.internal.MultiPart.getContentBody(MultiPart.groovy:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3465)
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.callGetProperty(GetEffectivePogoPropertySite.java:47)
at com.jayway.restassured.internal.RequestSpecificationImpl$_registerRestAssuredEncoders_closure14_closure24.doCall(RequestSpecificationImpl.groovy:897)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:884)
at groovy.lang.Closure.call(Closure.java:410)
at groovy.lang.Closure.call(Closure.java:423)
at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1377)
at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1349)
at org.codehaus.groovy.runtime.dgm$142.invoke(Unknown Source)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:271)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
at com.jayway.restassured.internal.RequestSpecificationImpl$_registerRestAssuredEncoders_closure14.doCall(RequestSpecificationImpl.groovy:896)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:884)
at groovy.lang.Closure.call(Closure.java:410)
at com.jayway.restassured.internal.http.HTTPBuilder$RequestConfigDelegate.setBody(HTTPBuilder.java:1085)
at com.jayway.restassured.internal.http.HTTPBuilder$RequestConfigDelegate.setPropertiesFromMap(HTTPBuilder.java:999)
at com.jayway.restassured.internal.http.HTTPBuilder.post(HTTPBuilder.java:335)
at com.jayway.restassured.internal.http.HTTPBuilder$post.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)
at com.jayway.restassured.internal.RequestSpecificationImpl.sendRequest(RequestSpecificationImpl.groovy:765)
at com.jayway.restassured.internal.RequestSpecificationImpl.this$2$sendRequest(RequestSpecificationImpl.groovy)
at com.jayway.restassured.internal.RequestSpecificationImpl$this$2$sendRequest.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
at com.jayway.restassured.internal.filter.RootFilter.filter(RootFilter.groovy:28)
at com.jayway.restassured.filter.Filter$filter.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
at...
_Original issue: http://code.google.com/p/rest-assured/issues/detail?id=201_ | 1.0 | formParam with Long value followed by multiPart yields 'Illegal content' - _From [dwoldr...@gmail.com](https://code.google.com/u/109917019054527998597/) on November 04, 2012 06:31:53_
What steps will reproduce the problem? 1. in with().formParam, pass a Long as the value
2. immediately following do a multiPart()
3. failure in MultiPart.groovy with a "Illegal content" What is the expected output? What do you see instead? I get a stack trace that was obscure in Multipart.groovy, which made me think there was some internal problem and Multipart was the victim not the criminal. ;)
If I pass a String instead of a Long to the formParam, the bug does not occur. What version of the product are you using? On what operating system? RestAssured 1.7 on Windows 7 64-bit. Java 1.6.0_35 Please provide any additional information below. Here's my unit test that breaks:
File srcFolder = new File("/tmp");
File testTxtFile = new File(srcFolder, "test1.txt");
String httpResponse =
given()
.auth().basic("dave", "password")
.formParam("folderName", srcFolder.getName())
.formParam("fileName", testTxtFile.getName())
.formParam("lastModified", testTxtFile.lastModified())
.multiPart("content", testTxtFile)
.urlEncodingEnabled(true)
.expect()
.statusCode(200)
.when()
.post("http://localhost:8080/test"
.getBody().asString();
with the stack trace (the illegal content is the Long value in the "lastModified" parameter):
java.lang.IllegalArgumentException: Illegal content: 1352006025219
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:71)
at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:81)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:54)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:182)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:190)
at com.jayway.restassured.internal.MultiPart.getContentBody(MultiPart.groovy:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
at groovy.lang.MetaClassImpl$GetBeanMethodMetaProperty.getProperty(MetaClassImpl.java:3465)
at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.callGetProperty(GetEffectivePogoPropertySite.java:47)
at com.jayway.restassured.internal.RequestSpecificationImpl$_registerRestAssuredEncoders_closure14_closure24.doCall(RequestSpecificationImpl.groovy:897)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:884)
at groovy.lang.Closure.call(Closure.java:410)
at groovy.lang.Closure.call(Closure.java:423)
at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1377)
at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1349)
at org.codehaus.groovy.runtime.dgm$142.invoke(Unknown Source)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:271)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
at com.jayway.restassured.internal.RequestSpecificationImpl$_registerRestAssuredEncoders_closure14.doCall(RequestSpecificationImpl.groovy:896)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:884)
at groovy.lang.Closure.call(Closure.java:410)
at com.jayway.restassured.internal.http.HTTPBuilder$RequestConfigDelegate.setBody(HTTPBuilder.java:1085)
at com.jayway.restassured.internal.http.HTTPBuilder$RequestConfigDelegate.setPropertiesFromMap(HTTPBuilder.java:999)
at com.jayway.restassured.internal.http.HTTPBuilder.post(HTTPBuilder.java:335)
at com.jayway.restassured.internal.http.HTTPBuilder$post.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)
at com.jayway.restassured.internal.RequestSpecificationImpl.sendRequest(RequestSpecificationImpl.groovy:765)
at com.jayway.restassured.internal.RequestSpecificationImpl.this$2$sendRequest(RequestSpecificationImpl.groovy)
at com.jayway.restassured.internal.RequestSpecificationImpl$this$2$sendRequest.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
at com.jayway.restassured.internal.filter.RootFilter.filter(RootFilter.groovy:28)
at com.jayway.restassured.filter.Filter$filter.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
at...
_Original issue: http://code.google.com/p/rest-assured/issues/detail?id=201_ | priority | formparam with long value followed by multipart yields illegal content from on november what steps will reproduce the problem in with formparam pass a long as the value immediately following do a multipart failure in multipart groovy with a illegal content what is the expected output what do you see instead i get a stack trace that was obscure in multipart groovy which made me think there was some internal problem and multipart was the victim not the criminal if i pass a string instead of a long to the formparam the bug does not occur what version of the product are you using on what operating system restassured on windows bit java please provide any additional information below here s my unit test that breaks file srcfolder new file tmp file testtxtfile new file srcfolder txt string httpresponse given auth basic dave password formparam foldername srcfolder getname formparam filename testtxtfile getname formparam lastmodified testtxtfile lastmodified multipart content testtxtfile urlencodingenabled true expect statuscode when post getbody asstring with the stack trace the illegal content is the long value in the lastmodified parameter java lang illegalargumentexception illegal content at sun reflect nativeconstructoraccessorimpl native method at sun reflect nativeconstructoraccessorimpl newinstance unknown source at sun reflect delegatingconstructoraccessorimpl newinstance unknown source at java lang reflect constructor newinstance unknown source at org codehaus groovy reflection cachedconstructor invoke cachedconstructor java at org codehaus groovy reflection cachedconstructor doconstructorinvoke cachedconstructor java at org codehaus groovy runtime callsite constructorsite constructorsitenounwrap callconstructor constructorsite java at org codehaus groovy runtime callsite callsitearray defaultcallconstructor callsitearray java at org codehaus groovy runtime callsite abstractcallsite callconstructor abstractcallsite java at org codehaus groovy runtime callsite abstractcallsite callconstructor abstractcallsite java at com jayway restassured internal multipart getcontentbody multipart groovy at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke unknown source at java lang reflect method invoke unknown source at org codehaus groovy reflection cachedmethod invoke cachedmethod java at groovy lang metamethod domethodinvoke metamethod java at groovy lang metaclassimpl getbeanmethodmetaproperty getproperty metaclassimpl java at org codehaus groovy runtime callsite geteffectivepogopropertysite callgetproperty geteffectivepogopropertysite java at com jayway restassured internal requestspecificationimpl registerrestassuredencoders docall requestspecificationimpl groovy at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke unknown source at java lang reflect method invoke unknown source at org codehaus groovy reflection cachedmethod invoke cachedmethod java at groovy lang metamethod domethodinvoke metamethod java at org codehaus groovy runtime metaclass closuremetaclass invokemethod closuremetaclass java at groovy lang metaclassimpl invokemethod metaclassimpl java at groovy lang closure call closure java at groovy lang closure call closure java at org codehaus groovy runtime defaultgroovymethods each defaultgroovymethods java at org codehaus groovy runtime defaultgroovymethods each defaultgroovymethods java at org codehaus groovy runtime dgm invoke unknown source at org codehaus groovy runtime callsite pojometamethodsite pojometamethodsitenounwrapnocoerce invoke pojometamethodsite java at org codehaus groovy runtime callsite pojometamethodsite call pojometamethodsite java at org codehaus groovy runtime callsite callsitearray defaultcall callsitearray java at org codehaus groovy runtime callsite abstractcallsite call abstractcallsite java at org codehaus groovy runtime callsite abstractcallsite call abstractcallsite java at com jayway restassured internal requestspecificationimpl registerrestassuredencoders docall requestspecificationimpl groovy at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke unknown source at java lang reflect method invoke unknown source at org codehaus groovy reflection cachedmethod invoke cachedmethod java at groovy lang metamethod domethodinvoke metamethod java at org codehaus groovy runtime metaclass closuremetaclass invokemethod closuremetaclass java at groovy lang metaclassimpl invokemethod metaclassimpl java at groovy lang closure call closure java at com jayway restassured internal http httpbuilder requestconfigdelegate setbody httpbuilder java at com jayway restassured internal http httpbuilder requestconfigdelegate setpropertiesfrommap httpbuilder java at com jayway restassured internal http httpbuilder post httpbuilder java at com jayway restassured internal http httpbuilder post call unknown source at org codehaus groovy runtime callsite callsitearray defaultcall callsitearray java at org codehaus groovy runtime callsite abstractcallsite call abstractcallsite java at org codehaus groovy runtime callsite abstractcallsite call abstractcallsite java at com jayway restassured internal requestspecificationimpl sendrequest requestspecificationimpl groovy at com jayway restassured internal requestspecificationimpl this sendrequest requestspecificationimpl groovy at com jayway restassured internal requestspecificationimpl this sendrequest call unknown source at org codehaus groovy runtime callsite callsitearray defaultcall callsitearray java at org codehaus groovy runtime callsite abstractcallsite call abstractcallsite java at org codehaus groovy runtime callsite abstractcallsite call abstractcallsite java at com jayway restassured internal filter rootfilter filter rootfilter groovy at com jayway restassured filter filter filter call unknown source at org codehaus groovy runtime callsite callsitearray defaultcall callsitearray java at org codehaus groovy runtime callsite abstractcallsite call abstractcallsite java at org codehaus groovy runtime callsite abstractcallsite call abstractcallsite java at original issue | 1 |
371,751 | 10,980,949,789 | IssuesEvent | 2019-11-30 18:03:20 | gw2efficiency/issues | https://api.github.com/repos/gw2efficiency/issues | closed | Add extra site for supporter features | 1-Type: Chore 2-Priority: A 3-Complexity: Low 4-Impact: Medium 5-Area: Other | Right now if a non-logged in user clicks on a "Did you know that as a supporter..." link but is not actually logged into an account, it just redirects to a "logged in users only" site. That's probably pretty bad for conversions. 😅
Instead, show a site with the supporter features and then ask the user to register first, and redirect back. | 1.0 | Add extra site for supporter features - Right now if a non-logged in user clicks on a "Did you know that as a supporter..." link but is not actually logged into an account, it just redirects to a "logged in users only" site. That's probably pretty bad for conversions. 😅
Instead, show a site with the supporter features and then ask the user to register first, and redirect back. | priority | add extra site for supporter features right now if a non logged in user clicks on a did you know that as a supporter link but is not actually logged into an account it just redirects to a logged in users only site that s probably pretty bad for conversions 😅 instead show a site with the supporter features and then ask the user to register first and redirect back | 1 |
308,476 | 9,439,665,299 | IssuesEvent | 2019-04-14 12:22:08 | medic/medic | https://api.github.com/repos/medic/medic | opened | Update the CheckDate service to store the delta in telemetry | Priority: 2 - Medium Type: Technical issue | When the app starts we run the CheckDate service to query the server date and compare with the date on the phone. This is useful because quite often phone dates are incorrect which means all the reports generated from that phone are inaccurate.
As well as showing a notice to the user when the date is bad it would be useful if project administrators could see which users are out of date.
Modify the CheckDate service to store the date diff in the Telemetry service. | 1.0 | Update the CheckDate service to store the delta in telemetry - When the app starts we run the CheckDate service to query the server date and compare with the date on the phone. This is useful because quite often phone dates are incorrect which means all the reports generated from that phone are inaccurate.
As well as showing a notice to the user when the date is bad it would be useful if project administrators could see which users are out of date.
Modify the CheckDate service to store the date diff in the Telemetry service. | priority | update the checkdate service to store the delta in telemetry when the app starts we run the checkdate service to query the server date and compare with the date on the phone this is useful because quite often phone dates are incorrect which means all the reports generated from that phone are inaccurate as well as showing a notice to the user when the date is bad it would be useful if project administrators could see which users are out of date modify the checkdate service to store the date diff in the telemetry service | 1 |
717,585 | 24,681,264,833 | IssuesEvent | 2022-10-18 21:35:54 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | pf12 - issue with the logo | Type: Bug Priority: Medium | **Describe the bug**
it's not easy to change the logo on the captive portal.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to connection profile configuration
2. Change the logo
3. Upload the logo on the server
4. The logo doesn't appear since it needs to be uploaded inside the httpd.portal docker image.
**Expected behavior**
We should be able to see the logo
We can maybe create another path on the server for the logo and mount it on httpd.portal docker image.
| 1.0 | pf12 - issue with the logo - **Describe the bug**
it's not easy to change the logo on the captive portal.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to connection profile configuration
2. Change the logo
3. Upload the logo on the server
4. The logo doesn't appear since it needs to be uploaded inside the httpd.portal docker image.
**Expected behavior**
We should be able to see the logo
We can maybe create another path on the server for the logo and mount it on httpd.portal docker image.
| priority | issue with the logo describe the bug it s not easy to change the logo on the captive portal to reproduce steps to reproduce the behavior go to connection profile configuration change the logo upload the logo on the server the logo doesn t appear since it needs to be uploaded inside the httpd portal docker image expected behavior we should be able to see the logo we can maybe create another path on the server for the logo and mount it on httpd portal docker image | 1 |
820,463 | 30,772,734,970 | IssuesEvent | 2023-07-31 02:12:32 | ACC-Hymns/acchymns-web | https://api.github.com/repos/ACC-Hymns/acchymns-web | opened | [Feature] Song Sharing + SEO | enhancement medium priority | Share a song (inside the app to the native popup), send a link that shows a preview about the song (book and title).
Probably use OpenGraph HTML meta tags. This means that the website will at least have to be partially statically generated so that the meta tags exist for the servers and stuff. | 1.0 | [Feature] Song Sharing + SEO - Share a song (inside the app to the native popup), send a link that shows a preview about the song (book and title).
Probably use OpenGraph HTML meta tags. This means that the website will at least have to be partially statically generated so that the meta tags exist for the servers and stuff. | priority | song sharing seo share a song inside the app to the native popup send a link that shows a preview about the song book and title probably use opengraph html meta tags this means that the website will at least have to be partially statically generated so that the meta tags exist for the servers and stuff | 1 |
442,183 | 12,741,286,724 | IssuesEvent | 2020-06-26 05:37:09 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0 staging-1470] Fake plants doesn't unload if chunk unload. | Category: Optimization Priority: Medium Status: Fixed | Have some Fake plants:


fly away. Chunk unloaded, but I still see fake plants::

| 1.0 | [0.9.0 staging-1470] Fake plants doesn't unload if chunk unload. - Have some Fake plants:


fly away. Chunk unloaded, but I still see fake plants::

| priority | fake plants doesn t unload if chunk unload have some fake plants fly away chunk unloaded but i still see fake plants | 1 |
3,275 | 2,537,611,564 | IssuesEvent | 2015-01-26 21:46:25 | web2py/web2py | https://api.github.com/repos/web2py/web2py | opened | latest Version 2.9.12 doesn't work with Apache using wsgi | 1 star bug imported Priority-Medium | _From [omi..._at_gmail.com](https://code.google.com/u/117551687292950814124/) on January 22, 2015 20:11:46_
Error ticket "'NoneType' object is no callable in gluon/globals.py" What steps will reproduce the problem? 1. Download the latest souce and run under apache
2. Running with Rocket server works fine What version of the product are you using? On what operating system? 2.9.12 Windows 2012 Please provide any additional information below. See forum post https://groups.google.com/forum/#!topic/web2py/yBM8Ybl_xGA
_Original issue: http://code.google.com/p/web2py/issues/detail?id=2036_ | 1.0 | latest Version 2.9.12 doesn't work with Apache using wsgi - _From [omi..._at_gmail.com](https://code.google.com/u/117551687292950814124/) on January 22, 2015 20:11:46_
Error ticket "'NoneType' object is no callable in gluon/globals.py" What steps will reproduce the problem? 1. Download the latest souce and run under apache
2. Running with Rocket server works fine What version of the product are you using? On what operating system? 2.9.12 Windows 2012 Please provide any additional information below. See forum post https://groups.google.com/forum/#!topic/web2py/yBM8Ybl_xGA
_Original issue: http://code.google.com/p/web2py/issues/detail?id=2036_ | priority | latest version doesn t work with apache using wsgi from on january error ticket nonetype object is no callable in gluon globals py what steps will reproduce the problem download the latest souce and run under apache running with rocket server works fine what version of the product are you using on what operating system windows please provide any additional information below see forum post original issue | 1 |
244,237 | 7,872,419,889 | IssuesEvent | 2018-06-25 11:10:17 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | mcumgr: improper response to "image list" command after update. | area: OTA area: mcumgr bug priority: medium | After the update the new image running for test respons with list described only the slot_0 content. After subsequent reset the old image is reverted and the old image responds properly.
Issue reported for smp_svr@nrf52_pca10040 | 1.0 | mcumgr: improper response to "image list" command after update. - After the update the new image running for test respons with list described only the slot_0 content. After subsequent reset the old image is reverted and the old image responds properly.
Issue reported for smp_svr@nrf52_pca10040 | priority | mcumgr improper response to image list command after update after the update the new image running for test respons with list described only the slot content after subsequent reset the old image is reverted and the old image responds properly issue reported for smp svr | 1 |
340,573 | 10,273,459,914 | IssuesEvent | 2019-08-23 19:21:59 | CCAFS/MARLO | https://api.github.com/repos/CCAFS/MARLO | closed | [MARLO] Develop partner division into Project Partners section. | Priority - Medium Type - Enhancement | - [ ] Migrate and implement the person partner division.
- [ ] Update the new fields in the summaries that contains Project Partners information.
| 1.0 | [MARLO] Develop partner division into Project Partners section. - - [ ] Migrate and implement the person partner division.
- [ ] Update the new fields in the summaries that contains Project Partners information.
| priority | develop partner division into project partners section migrate and implement the person partner division update the new fields in the summaries that contains project partners information | 1 |
231,337 | 7,626,262,663 | IssuesEvent | 2018-05-04 02:11:52 | RileyBee/capstone_project | https://api.github.com/repos/RileyBee/capstone_project | closed | Password hashing | Priority: Medium Status: Accepted Status: In Progress Type: Enhancement | Setup hashing for user creation, login, and reset (future feature) functions. | 1.0 | Password hashing - Setup hashing for user creation, login, and reset (future feature) functions. | priority | password hashing setup hashing for user creation login and reset future feature functions | 1 |
117,434 | 4,715,354,296 | IssuesEvent | 2016-10-15 13:01:27 | CS2103AUG2016-F11-C3/main | https://api.github.com/repos/CS2103AUG2016-F11-C3/main | opened | Update devguide use cases | priority.medium | Edit existing use cases to fit current commands
Add missing use cases for existing commands | 1.0 | Update devguide use cases - Edit existing use cases to fit current commands
Add missing use cases for existing commands | priority | update devguide use cases edit existing use cases to fit current commands add missing use cases for existing commands | 1 |
134,812 | 5,237,753,472 | IssuesEvent | 2017-01-31 01:01:20 | ngageoint/hootenanny-ui | https://api.github.com/repos/ngageoint/hootenanny-ui | opened | Identify outside calls to public internet | Category: UI Priority: Medium Status: New/Undefined Type: Maintenance Type: Task | Found at least one call to public taginfo. Need to identify where outside calls are made and handle in config file for private servers. | 1.0 | Identify outside calls to public internet - Found at least one call to public taginfo. Need to identify where outside calls are made and handle in config file for private servers. | priority | identify outside calls to public internet found at least one call to public taginfo need to identify where outside calls are made and handle in config file for private servers | 1 |
215,369 | 7,293,666,134 | IssuesEvent | 2018-02-25 16:28:27 | mrmlnc/fast-glob | https://api.github.com/repos/mrmlnc/fast-glob | closed | Release v2.1.0 [25.02.2018] | Motivation: Medium Priority: Medium Type: Maintenance | #### Issues
* [x] Update `micromatch` package
* [x] #60
* [x] #54 (additional options)
#### Before
* [x] Manual smoke tests
* [x] `README` review
* [x] Run benchmark
#### After
* [x] `git tag`
* [x] `npm publish`
* [x] Twitter announce | 1.0 | Release v2.1.0 [25.02.2018] - #### Issues
* [x] Update `micromatch` package
* [x] #60
* [x] #54 (additional options)
#### Before
* [x] Manual smoke tests
* [x] `README` review
* [x] Run benchmark
#### After
* [x] `git tag`
* [x] `npm publish`
* [x] Twitter announce | priority | release issues update micromatch package additional options before manual smoke tests readme review run benchmark after git tag npm publish twitter announce | 1 |
66,729 | 3,257,566,379 | IssuesEvent | 2015-10-20 18:25:09 | google/paco | https://api.github.com/repos/google/paco | opened | Server Logic: Timezone parameter to use offsets as well as ids | Component-Logic Component-Server Priority-Medium | Joda lib for timezones does not recognize IST. Also, many many timezones, lets use offsets in addition to ids.
format
tz="+05:30" or | 1.0 | Server Logic: Timezone parameter to use offsets as well as ids - Joda lib for timezones does not recognize IST. Also, many many timezones, lets use offsets in addition to ids.
format
tz="+05:30" or | priority | server logic timezone parameter to use offsets as well as ids joda lib for timezones does not recognize ist also many many timezones lets use offsets in addition to ids format tz or | 1 |
244,838 | 7,880,655,506 | IssuesEvent | 2018-06-26 16:32:30 | aowen87/FOO | https://api.github.com/repos/aowen87/FOO | closed | Add an option to the PLOT3D reader to autodetect the settings. | Expected Use: 3 - Occasional Impact: 3 - Medium OS: All Priority: High Support Group: Any Target Version: 2.10 feature | Rick Angellini mentioned that it would be nice if the PLOT3D reader autodetected the settings for the file. I agree that would be nice. The VTK multiblock reader has an autodetect option so we could possibly steal some code from there. | 1.0 | Add an option to the PLOT3D reader to autodetect the settings. - Rick Angellini mentioned that it would be nice if the PLOT3D reader autodetected the settings for the file. I agree that would be nice. The VTK multiblock reader has an autodetect option so we could possibly steal some code from there. | priority | add an option to the reader to autodetect the settings rick angellini mentioned that it would be nice if the reader autodetected the settings for the file i agree that would be nice the vtk multiblock reader has an autodetect option so we could possibly steal some code from there | 1 |
726,926 | 25,016,569,815 | IssuesEvent | 2022-11-03 19:22:36 | dtcenter/MET | https://api.github.com/repos/dtcenter/MET | closed | Print a warning message in ASCII2NC about python embedding support not being compiled | type: enhancement priority: medium alert: NEED ACCOUNT KEY requestor: METplus Team MET: Python Embedding | ## Describe the Enhancement ##
Running ascii2nc with python embedding without optional python embedding support being compiled results in this error message:
```
bin/ascii2nc -format python 'scripts/python/read_ascii_point.py data/sample_obs/ascii/sample_ascii_obs.txt' out.nc
...
ERROR : set_format() -> unsupported ASCII observation format "python".
```
Whereas, doing the same with plot_data_plane provides a much better error message:
```
bin/plot_data_plane PYTHON_NUMPY plot.ps 'name="scripts/python/read_ascii_numpy.py data/python/fcst.txt FCST";'
...
ERROR : Met2dDataFileFactory::new_met_2d_data_file() -> Support for Python has not been compiled!
ERROR : To run Python scripts, recompile with the --enable-python option.
```
Recommend enhancing the ascii2nc error message to make it more clear, and consider reviewing other MET tools that process python point observations as well.
### Time Estimate ###
4 hours.
### Sub-Issues ###
Consider breaking the enhancement down into sub-issues.
None needed.
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
### Funding Source ###
*Define the source of funding and account keys here or state NONE.*
## Define the Metadata ##
### Assignee ###
- [x] Select **engineer(s)** or **no engineer** required: @JohnHalleyGotway
- [x] Select **scientist(s)** or **no scientist** required: No scientist needed
### Labels ###
- [x] Select **component(s)**
- [x] Select **priority**
- [x] Select **requestor(s)**
### Projects and Milestone ###
- [x] Select **Repository** and/or **Organization** level **Project(s)** or add **alert: NEED PROJECT ASSIGNMENT** label
- [x] Select **Milestone** as the next official version or **Future Versions**
## Define Related Issue(s) ##
Consider the impact to the other METplus components.
- [x] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdataio](https://github.com/dtcenter/METdataio/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose)
No impacts.
## Enhancement Checklist ##
See the [METplus Workflow](https://metplus.readthedocs.io/en/latest/Contributors_Guide/github_workflow.html) for details.
- [ ] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [ ] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>_<Description>`
- [ ] Complete the development and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update unit tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)** and **Linked issues**
Select: **Repository** level development cycle **Project** for the next official release
Select: **Milestone** as the next official version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
| 1.0 | Print a warning message in ASCII2NC about python embedding support not being compiled - ## Describe the Enhancement ##
Running ascii2nc with python embedding without optional python embedding support being compiled results in this error message:
```
bin/ascii2nc -format python 'scripts/python/read_ascii_point.py data/sample_obs/ascii/sample_ascii_obs.txt' out.nc
...
ERROR : set_format() -> unsupported ASCII observation format "python".
```
Whereas, doing the same with plot_data_plane provides a much better error message:
```
bin/plot_data_plane PYTHON_NUMPY plot.ps 'name="scripts/python/read_ascii_numpy.py data/python/fcst.txt FCST";'
...
ERROR : Met2dDataFileFactory::new_met_2d_data_file() -> Support for Python has not been compiled!
ERROR : To run Python scripts, recompile with the --enable-python option.
```
Recommend enhancing the ascii2nc error message to make it more clear, and consider reviewing other MET tools that process python point observations as well.
### Time Estimate ###
4 hours.
### Sub-Issues ###
Consider breaking the enhancement down into sub-issues.
None needed.
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
### Funding Source ###
*Define the source of funding and account keys here or state NONE.*
## Define the Metadata ##
### Assignee ###
- [x] Select **engineer(s)** or **no engineer** required: @JohnHalleyGotway
- [x] Select **scientist(s)** or **no scientist** required: No scientist needed
### Labels ###
- [x] Select **component(s)**
- [x] Select **priority**
- [x] Select **requestor(s)**
### Projects and Milestone ###
- [x] Select **Repository** and/or **Organization** level **Project(s)** or add **alert: NEED PROJECT ASSIGNMENT** label
- [x] Select **Milestone** as the next official version or **Future Versions**
## Define Related Issue(s) ##
Consider the impact to the other METplus components.
- [x] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdataio](https://github.com/dtcenter/METdataio/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose)
No impacts.
## Enhancement Checklist ##
See the [METplus Workflow](https://metplus.readthedocs.io/en/latest/Contributors_Guide/github_workflow.html) for details.
- [ ] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [ ] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>_<Description>`
- [ ] Complete the development and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update unit tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)** and **Linked issues**
Select: **Repository** level development cycle **Project** for the next official release
Select: **Milestone** as the next official version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
| priority | print a warning message in about python embedding support not being compiled describe the enhancement running with python embedding without optional python embedding support being compiled results in this error message bin format python scripts python read ascii point py data sample obs ascii sample ascii obs txt out nc error set format unsupported ascii observation format python whereas doing the same with plot data plane provides a much better error message bin plot data plane python numpy plot ps name scripts python read ascii numpy py data python fcst txt fcst error new met data file support for python has not been compiled error to run python scripts recompile with the enable python option recommend enhancing the error message to make it more clear and consider reviewing other met tools that process python point observations as well time estimate hours sub issues consider breaking the enhancement down into sub issues none needed relevant deadlines list relevant project deadlines here or state none funding source define the source of funding and account keys here or state none define the metadata assignee select engineer s or no engineer required johnhalleygotway select scientist s or no scientist required no scientist needed labels select component s select priority select requestor s projects and milestone select repository and or organization level project s or add alert need project assignment label select milestone as the next official version or future versions define related issue s consider the impact to the other metplus components no impacts enhancement checklist see the for details complete the issue definition above including the time estimate and funding source fork this repository or create a branch of develop branch name feature complete the development and test your changes add update log messages for easier debugging add update unit tests add update documentation push local changes to github submit a pull request to merge into develop pull request feature define the pull request metadata as permissions allow select reviewer s and linked issues select repository level development cycle project for the next official release select milestone as the next official version iterate until the reviewer s accept and merge your changes delete your fork or branch close this issue | 1 |
25,797 | 2,683,989,516 | IssuesEvent | 2015-03-28 15:02:36 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | шрифт Consolas | 2–5 stars bug imported Priority-Medium | _From [sim....@gmail.com](https://code.google.com/u/105258257765487351754/) on January 23, 2011 19:34:04_
Некорректное отображение псевдографики, а именно, горизонтальной двойной линии.
ОС: Win XP SP3
**Attachment:** [Буфер обмена-1.jpg Буфер обмена-2.jpg](http://code.google.com/p/conemu-maximus5/issues/detail?id=358)
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=358_ | 1.0 | шрифт Consolas - _From [sim....@gmail.com](https://code.google.com/u/105258257765487351754/) on January 23, 2011 19:34:04_
Некорректное отображение псевдографики, а именно, горизонтальной двойной линии.
ОС: Win XP SP3
**Attachment:** [Буфер обмена-1.jpg Буфер обмена-2.jpg](http://code.google.com/p/conemu-maximus5/issues/detail?id=358)
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=358_ | priority | шрифт consolas from on january некорректное отображение псевдографики а именно горизонтальной двойной линии ос win xp attachment original issue | 1 |
689,151 | 23,609,843,293 | IssuesEvent | 2022-08-24 11:27:41 | LIKO-12/LIKO-12 | https://api.github.com/repos/LIKO-12/LIKO-12 | opened | Linux Distribution | enhancement priority-medium | It's possible to distribute LIKO-12 on multiple platforms:
- [ ] AppImageHub.
- [ ] Snapcraft. | 1.0 | Linux Distribution - It's possible to distribute LIKO-12 on multiple platforms:
- [ ] AppImageHub.
- [ ] Snapcraft. | priority | linux distribution it s possible to distribute liko on multiple platforms appimagehub snapcraft | 1 |
24,368 | 2,667,378,333 | IssuesEvent | 2015-03-22 15:13:00 | NewCreature/EOF | https://api.github.com/repos/NewCreature/EOF | closed | New notes are not automatically selected | bug imported Priority-Medium | _From [xander4j...@yahoo.com](https://code.google.com/u/111302640723734240985/) on May 24, 2010 11:15:20_
When you place a new note it is supposed to be automatically selected but it
is not (only tested Piano Roll input mode).
_Original issue: http://code.google.com/p/editor-on-fire/issues/detail?id=104_ | 1.0 | New notes are not automatically selected - _From [xander4j...@yahoo.com](https://code.google.com/u/111302640723734240985/) on May 24, 2010 11:15:20_
When you place a new note it is supposed to be automatically selected but it
is not (only tested Piano Roll input mode).
_Original issue: http://code.google.com/p/editor-on-fire/issues/detail?id=104_ | priority | new notes are not automatically selected from on may when you place a new note it is supposed to be automatically selected but it is not only tested piano roll input mode original issue | 1 |
172,572 | 6,510,397,884 | IssuesEvent | 2017-08-25 03:03:14 | minio/minio-go | https://api.github.com/repos/minio/minio-go | closed | put object to ceph got stuck forever. | priority: medium triage | I used https://hub.docker.com/r/ceph/demo/ to setup a ceph s3 api. Everything works fine with s3cmd.
When I use minio-go, create bucket, get object works. but put object (FPutObject) got stuck forever. No error shows and never end
| 1.0 | put object to ceph got stuck forever. - I used https://hub.docker.com/r/ceph/demo/ to setup a ceph s3 api. Everything works fine with s3cmd.
When I use minio-go, create bucket, get object works. but put object (FPutObject) got stuck forever. No error shows and never end
| priority | put object to ceph got stuck forever i used to setup a ceph api everything works fine with when i use minio go create bucket get object works but put object fputobject got stuck forever no error shows and never end | 1 |
167,599 | 6,342,130,011 | IssuesEvent | 2017-07-27 14:54:58 | ESAPI/esapi-java-legacy | https://api.github.com/repos/ESAPI/esapi-java-legacy | closed | isValidDate fails to identify injection attack | bug duplicate imported Priority-Medium | _From [andrew.g...@gmail.com](https://code.google.com/u/107173630171124064388/) on November 07, 2011 08:28:17_
What steps will reproduce the problem? 1. Instantiate a SimpleDateFormat object called myFormat
2. Make a call to ESAPI.validator().dateIsValid using the following arguments: "datetest4", "September 11, 2001' union select \* from another_table where user_id like '%", myFormat, false What is the expected output? What do you see instead? I think it's reasonable to expect the library to report "September 11, 2001' union select \* from another_table where user_id like '%" as an invalid date; but, the method returns true. What version of the product are you using? On what operating system? I fetched the source from http://owasp-esapi-java.googlecode.com/svn/trunk , revision 1867 , compiled using the Oracle JDK 6 Standard Edition (build 1.6.0_24-b07) in Eclipse configured for J2SE-1.5 compliance. The host OS was Windows 7. Does this issue affect only a specified browser or set of browsers? No. Please provide any additional information below. I added the following line to org.owasp.esapi.reference.ValidatorTest.java at line 330:
assertFalse(instance.isValidDate("datetest4", "September 11, 2001' union select \* from another_table where user_id like '%", format, false));
and this assertion fails.
I believe I have traced the root cause to org.owasp.esapi.reference.validation.DateValidationRule.java line 97:
return format.parse(canonical);
According to the JavaDoc for DateFormat.parse at http://download.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html#parse%28java.lang.String,%20java.text.ParsePosition%29 , the parse method does not necessarily use up all characters to the end of the string. Thus the current implementation apparently reads to the end of the valid date and returns true, without checking whether additional characters are present.
_Original issue: http://code.google.com/p/owasp-esapi-java/issues/detail?id=251_
| 1.0 | isValidDate fails to identify injection attack - _From [andrew.g...@gmail.com](https://code.google.com/u/107173630171124064388/) on November 07, 2011 08:28:17_
What steps will reproduce the problem? 1. Instantiate a SimpleDateFormat object called myFormat
2. Make a call to ESAPI.validator().dateIsValid using the following arguments: "datetest4", "September 11, 2001' union select \* from another_table where user_id like '%", myFormat, false What is the expected output? What do you see instead? I think it's reasonable to expect the library to report "September 11, 2001' union select \* from another_table where user_id like '%" as an invalid date; but, the method returns true. What version of the product are you using? On what operating system? I fetched the source from http://owasp-esapi-java.googlecode.com/svn/trunk , revision 1867 , compiled using the Oracle JDK 6 Standard Edition (build 1.6.0_24-b07) in Eclipse configured for J2SE-1.5 compliance. The host OS was Windows 7. Does this issue affect only a specified browser or set of browsers? No. Please provide any additional information below. I added the following line to org.owasp.esapi.reference.ValidatorTest.java at line 330:
assertFalse(instance.isValidDate("datetest4", "September 11, 2001' union select \* from another_table where user_id like '%", format, false));
and this assertion fails.
I believe I have traced the root cause to org.owasp.esapi.reference.validation.DateValidationRule.java line 97:
return format.parse(canonical);
According to the JavaDoc for DateFormat.parse at http://download.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html#parse%28java.lang.String,%20java.text.ParsePosition%29 , the parse method does not necessarily use up all characters to the end of the string. Thus the current implementation apparently reads to the end of the valid date and returns true, without checking whether additional characters are present.
_Original issue: http://code.google.com/p/owasp-esapi-java/issues/detail?id=251_
| priority | isvaliddate fails to identify injection attack from on november what steps will reproduce the problem instantiate a simpledateformat object called myformat make a call to esapi validator dateisvalid using the following arguments september union select from another table where user id like myformat false what is the expected output what do you see instead i think it s reasonable to expect the library to report september union select from another table where user id like as an invalid date but the method returns true what version of the product are you using on what operating system i fetched the source from revision compiled using the oracle jdk standard edition build in eclipse configured for compliance the host os was windows does this issue affect only a specified browser or set of browsers no please provide any additional information below i added the following line to org owasp esapi reference validatortest java at line assertfalse instance isvaliddate september union select from another table where user id like format false and this assertion fails i believe i have traced the root cause to org owasp esapi reference validation datevalidationrule java line return format parse canonical according to the javadoc for dateformat parse at the parse method does not necessarily use up all characters to the end of the string thus the current implementation apparently reads to the end of the valid date and returns true without checking whether additional characters are present original issue | 1 |
593,109 | 17,947,148,330 | IssuesEvent | 2021-09-12 02:16:41 | thenewboston-developers/Website | https://api.github.com/repos/thenewboston-developers/Website | closed | Add App Store to the website | priority.Medium internal | **Task:**
- Add `App store` to the website
**Design:**
- https://www.figma.com/file/zbQ5xuZqAfhAlOiy9ilZlm/App-Store
Let me know if you need any clarification on the task.
---
#### Update
Updated Design: https://www.figma.com/file/zbQ5xuZqAfhAlOiy9ilZlm/App-Store?node-id=771%3A7525 | 1.0 | Add App Store to the website - **Task:**
- Add `App store` to the website
**Design:**
- https://www.figma.com/file/zbQ5xuZqAfhAlOiy9ilZlm/App-Store
Let me know if you need any clarification on the task.
---
#### Update
Updated Design: https://www.figma.com/file/zbQ5xuZqAfhAlOiy9ilZlm/App-Store?node-id=771%3A7525 | priority | add app store to the website task add app store to the website design let me know if you need any clarification on the task update updated design | 1 |
153,382 | 5,891,062,733 | IssuesEvent | 2017-05-17 16:11:38 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | closed | Valgrind version for a ignition_rndf_test | priority: medium team: kitware type: bug | ignition_rndf_test ( formerly ignition_math_test ) seems to fail with the current version ( 3.11.0 ) of valgrind, but if we use 3.12.0 it passes.
To reproduce :
`bazel test --config=memcheck --verbose_failures //drake/automotive/maliput/rndf:ignition_rndf_test `
with the appropriate version of valgrind in valgrind.sh.
This is a reported issue:
https://github.com/google/protobuf/issues/3006 | 1.0 | Valgrind version for a ignition_rndf_test - ignition_rndf_test ( formerly ignition_math_test ) seems to fail with the current version ( 3.11.0 ) of valgrind, but if we use 3.12.0 it passes.
To reproduce :
`bazel test --config=memcheck --verbose_failures //drake/automotive/maliput/rndf:ignition_rndf_test `
with the appropriate version of valgrind in valgrind.sh.
This is a reported issue:
https://github.com/google/protobuf/issues/3006 | priority | valgrind version for a ignition rndf test ignition rndf test formerly ignition math test seems to fail with the current version of valgrind but if we use it passes to reproduce bazel test config memcheck verbose failures drake automotive maliput rndf ignition rndf test with the appropriate version of valgrind in valgrind sh this is a reported issue | 1 |
35,581 | 2,790,555,863 | IssuesEvent | 2015-05-09 10:15:28 | timdown/rangy | https://api.github.com/repos/timdown/rangy | closed | CSSClassApplier throws null exception when normalizing nodes | bug imported Priority-Medium | _From [philip.p...@gmail.com](https://code.google.com/u/113469898388912448400/) on December 07, 2012 00:57:55_
What steps will reproduce the problem? 1. See attached file. Use the "Apply to defective range" button to see the error (tested with Firefox 16.0.2 and Chrome 23.0.1271.95 m) What is the expected output? What do you see instead? I would expect this to not crash :) What version of the product are you using? On what operating system? Rangy 1.2.3 on Windows7 Please provide any additional information below. If I set normalize to false and redo the same steps, no errors occur.
**Attachment:** [rangyMergeBug.html](http://code.google.com/p/rangy/issues/detail?id=139)
_Original issue: http://code.google.com/p/rangy/issues/detail?id=139_ | 1.0 | CSSClassApplier throws null exception when normalizing nodes - _From [philip.p...@gmail.com](https://code.google.com/u/113469898388912448400/) on December 07, 2012 00:57:55_
What steps will reproduce the problem? 1. See attached file. Use the "Apply to defective range" button to see the error (tested with Firefox 16.0.2 and Chrome 23.0.1271.95 m) What is the expected output? What do you see instead? I would expect this to not crash :) What version of the product are you using? On what operating system? Rangy 1.2.3 on Windows7 Please provide any additional information below. If I set normalize to false and redo the same steps, no errors occur.
**Attachment:** [rangyMergeBug.html](http://code.google.com/p/rangy/issues/detail?id=139)
_Original issue: http://code.google.com/p/rangy/issues/detail?id=139_ | priority | cssclassapplier throws null exception when normalizing nodes from on december what steps will reproduce the problem see attached file use the apply to defective range button to see the error tested with firefox and chrome m what is the expected output what do you see instead i would expect this to not crash what version of the product are you using on what operating system rangy on please provide any additional information below if i set normalize to false and redo the same steps no errors occur attachment original issue | 1 |
249,851 | 7,964,731,020 | IssuesEvent | 2018-07-13 23:05:39 | jdkato/prose | https://api.github.com/repos/jdkato/prose | closed | Improve performance of PragmaticSegmenter | Difficulty: Medium Priority: Medium Status: In Progress Type: Enhancement | I've recently added a (somewhat rough) implementation of Ruby's [Pragmatic Segmenter](https://github.com/diasks2/pragmatic_segmenter). It's currently passing the English, Spanish, and French tests (minus the list-related cases, which I'm planning on omitting). *However*, it's quite slow (relatively speaking, anyway):
```text
BenchmarkPragmaticRulesEn-4 20 65012902 ns/op
BenchmarkPunkt-4 3000 381820 ns/op
```
As you can see, the Punkt tokenizer is quite a bit faster (although [it's not as accurate](https://www.tm-town.com/natural-language-processing) and requires ~19 MB worth of training data to be multilingual). | 1.0 | Improve performance of PragmaticSegmenter - I've recently added a (somewhat rough) implementation of Ruby's [Pragmatic Segmenter](https://github.com/diasks2/pragmatic_segmenter). It's currently passing the English, Spanish, and French tests (minus the list-related cases, which I'm planning on omitting). *However*, it's quite slow (relatively speaking, anyway):
```text
BenchmarkPragmaticRulesEn-4 20 65012902 ns/op
BenchmarkPunkt-4 3000 381820 ns/op
```
As you can see, the Punkt tokenizer is quite a bit faster (although [it's not as accurate](https://www.tm-town.com/natural-language-processing) and requires ~19 MB worth of training data to be multilingual). | priority | improve performance of pragmaticsegmenter i ve recently added a somewhat rough implementation of ruby s it s currently passing the english spanish and french tests minus the list related cases which i m planning on omitting however it s quite slow relatively speaking anyway text benchmarkpragmaticrulesen ns op benchmarkpunkt ns op as you can see the punkt tokenizer is quite a bit faster although and requires mb worth of training data to be multilingual | 1 |
445,165 | 12,827,105,271 | IssuesEvent | 2020-07-06 17:49:29 | GeyserMC/Geyser | https://api.github.com/repos/GeyserMC/Geyser | closed | Blocks do not update their state | Confirmed Bug Priority: Medium | <!--- Please follow this format COMPLETELY and make sure the bug you are reporting has not been reported yet. Reports should contain as much information or context as possible to help us find the problem. Simply creating an issue on a vague topic will not help us at all, and if you are unsure if something should belong here, please contact us on [Discord](http://discord.geysermc.org).-->
<!--- Issues pertaining to connection problem, or anything of that covered on the [Common Issues](https://github.com/GeyserMC/Geyser/wiki/Common-Issues) do not belong here and only clutter this issue tracker. -->
**Describe the bug**
Some blocks do not update their state automatically, to update their state, a block update must happen close to the block
**To Reproduce**
- Place a block with state, a trapdoor for example,
- get another player to open/close it
- See that the hitbox has updated but the block has not
EDIT: Trapdoors are fixed in Build 56 but some blocks with state such as Potted Plants do not update automatically
**Expected behavior**
Blocks with state should update automatically.
**Screenshots / Videos**
Java:

Bedrock:

**Server Version**
Irrelevant
**Geyser Version**
Geyser Build 55
**Minecraft: Bedrock Edition Version**
1.16.0
**Additional Context**
None
| 1.0 | Blocks do not update their state - <!--- Please follow this format COMPLETELY and make sure the bug you are reporting has not been reported yet. Reports should contain as much information or context as possible to help us find the problem. Simply creating an issue on a vague topic will not help us at all, and if you are unsure if something should belong here, please contact us on [Discord](http://discord.geysermc.org).-->
<!--- Issues pertaining to connection problem, or anything of that covered on the [Common Issues](https://github.com/GeyserMC/Geyser/wiki/Common-Issues) do not belong here and only clutter this issue tracker. -->
**Describe the bug**
Some blocks do not update their state automatically, to update their state, a block update must happen close to the block
**To Reproduce**
- Place a block with state, a trapdoor for example,
- get another player to open/close it
- See that the hitbox has updated but the block has not
EDIT: Trapdoors are fixed in Build 56 but some blocks with state such as Potted Plants do not update automatically
**Expected behavior**
Blocks with state should update automatically.
**Screenshots / Videos**
Java:

Bedrock:

**Server Version**
Irrelevant
**Geyser Version**
Geyser Build 55
**Minecraft: Bedrock Edition Version**
1.16.0
**Additional Context**
None
| priority | blocks do not update their state please follow this format completely and make sure the bug you are reporting has not been reported yet reports should contain as much information or context as possible to help us find the problem simply creating an issue on a vague topic will not help us at all and if you are unsure if something should belong here please contact us on describe the bug some blocks do not update their state automatically to update their state a block update must happen close to the block to reproduce place a block with state a trapdoor for example get another player to open close it see that the hitbox has updated but the block has not edit trapdoors are fixed in build but some blocks with state such as potted plants do not update automatically expected behavior blocks with state should update automatically screenshots videos java bedrock server version irrelevant geyser version geyser build minecraft bedrock edition version additional context none | 1 |
7,105 | 2,598,002,397 | IssuesEvent | 2015-02-22 01:38:56 | chrsmith/bwapi | https://api.github.com/repos/chrsmith/bwapi | opened | Implement Commands Library (Replay/Game/Etc) | auto-migrated NewFeature Priority-Medium Type-Enhancement | ```
Create an unhandled exception filter in BWAPI that produces better output logs,
and dumps the game actions to a replay file.
See SetUnhandledExceptionFilter on msdn.
```
-----
Original issue reported on code.google.com by `AHeinerm` on 8 Oct 2011 at 9:06 | 1.0 | Implement Commands Library (Replay/Game/Etc) - ```
Create an unhandled exception filter in BWAPI that produces better output logs,
and dumps the game actions to a replay file.
See SetUnhandledExceptionFilter on msdn.
```
-----
Original issue reported on code.google.com by `AHeinerm` on 8 Oct 2011 at 9:06 | priority | implement commands library replay game etc create an unhandled exception filter in bwapi that produces better output logs and dumps the game actions to a replay file see setunhandledexceptionfilter on msdn original issue reported on code google com by aheinerm on oct at | 1 |
130,689 | 5,120,067,264 | IssuesEvent | 2017-01-09 00:01:41 | LemADEC/WarpDrive | https://api.github.com/repos/LemADEC/WarpDrive | closed | Conflict with Practical Logistics | bug medium Priority | Thought this was sorted, but the latest version of Practical Logistics works now and was creating a bug with Mekanism. Now that it is resolved, the only other mod in my pack that has issue is this one. I have a crash report and hope that it provides some useful info...
``````
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 6/1/16 2:01 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: cr0s/warpdrive/block/TileEntityAbstractChunkLoading
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: cr0s/warpdrive/block/TileEntityAbstractChunkLoading
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
at java.lang.Class.getDeclaredMethods(Class.java:1967)
at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:317)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:505)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: cr0s.warpdrive.block.TileEntityAbstractChunkLoading
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 36 more
Caused by: java.lang.NoClassDefFoundError: cr0s/warpdrive/block/TileEntityAbstractEnergy
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 38 more
Caused by: java.lang.ClassNotFoundException: cr0s.warpdrive.block.TileEntityAbstractEnergy
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 42 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2545937152 bytes (2427 MB) / 3662151680 bytes (3492 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms3072M -Xmx4096M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_D1 101 mods loaded, 88 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UC Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UC appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UC CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UC Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UC NotEnoughItems{1.0.5.110} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.110-universal.jar)
UC OpenComputers|Core{1.5.22.46} [OpenComputers (Core)] (minecraft.jar)
UC OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UC <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UC cuchaz.ships.core{1.7.10-1.0.3} [Ships Mod Core] (minecraft.jar)
UC WarpDriveCore{1.7.10-1.3.22.-} [WarpDriveCore] (minecraft.jar)
UC GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.446.jar)
UC SpaceCore{4.1.9} [4Space Core] (4Space-4.1.9.jar)
UC ExoCore{0.1.2} [4Space Exoplanets Core] (4Space-4.1.9.jar)
UC ExoElipse{0.1.2} [4Space Exoplanets Elipse] (4Space-4.1.9.jar)
UC SpaceCallisto{4.1.9} [4Space Callisto] (4Space-4.1.9.jar)
UC SpaceEuropa{4.1.9} [4Space Europa] (4Space-4.1.9.jar)
UC SpaceVenus{4.1.9} [4Space Venus] (4Space-4.1.9.jar)
UC SpaceIo{4.1.9} [4Space Io] (4Space-4.1.9.jar)
UC SpaceMercury{4.1.9} [4Space Mercury] (4Space-4.1.9.jar)
UC SpacePluto{4.1.9} [4Space Pluto] (4Space-4.1.9.jar)
UC bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UC ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
UC StartingInventory{1.7.10.r03} [StartingInventory] ([1.7.10]StartingInventory-universal-1.7.10.r03.jar)
UC StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar)
UC Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UC AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
UC appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UC CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UC autopackager{1.5.9} [AutoPackager] (autopackager-1.5.9.jar)
UC bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UC betterstorage{0.13.1.127} [BetterStorage] (BetterStorage-1.7.10-0.13.1.127.jar)
UC BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UC ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.3-112.jar)
UC ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
UC BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UC BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UC OmnisCore{0.1.0} [Omnis Core] (OmnisCore-1.7.10 - 0.0.6-universal.jar)
UC dimensionalPockets{0.11.4.1} [Dimensional Pockets] (DimensionalPockets-1.7.10-0.11.4.1-universal.jar)
UC DraconicEvolution{1.0.2b} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2b.jar)
UC Eln{50} [Electrical Age] (ElectricalAge_BETA-1.10_r50.jar)
UC MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UC ForgeMultipart{1.1.2.331} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
UC Mekanism{8.1.9} [Mekanism] (Mekanism-1.7.10-8.1.9.267.jar)
UC EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
UC EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
UC Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UC extracells{2.3.9} [Extra Cells 2] (ExtraCells-1.7.10-2.3.9b188.jar)
UC FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UC RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
UC foundry{1.2.2.0} [Foundry] (Foundry-1.7.10-1.2.2.0.jar)
UC GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.446.jar)
UC pressure{1.3.0.130} [Pressure Pipes] (pressure-1.3.0.130-mc1.7.10.jar)
UC advgenerators{0.9.19.120} [Advanced Generators] (generators-0.9.19.120-mc1.7.10.jar)
UC HoloInventory{1.9.1.124} [HoloInventory] (HoloInventory-1.7.10-1.9.1.124.jar)
UC IGWMod{1.1.12-34} [In-Game wiki Mod] (IGW-Mod.jar)
UC JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UC journeymap{5.1.4} [JourneyMap] (journeymap-1.7.10-5.1.4-unlimited.jar)
UC MekanismGenerators{8.1.9} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.9.267.jar)
UC MekanismTools{8.1.9} [MekanismTools] (MekanismTools-1.7.10-8.1.9.267.jar)
UC MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UC MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UC MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UC MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UC movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
UC OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UC OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UC OpenComputers{1.5.22.46} [OpenComputers] (OpenComputers-MC1.7.10-1.5.22.46-universal.jar)
UC openmodularturrets{2.1.9-211} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.1.9-211.jar)
UC OpenPeripheralCore{1.3} [OpenPeripheralCore] (OpenPeripheral-1.7.10-AIO-7.jar)
UC OpenPeripheral{0.5.1} [OpenPeripheralAddons] (OpenPeripheral-1.7.10-AIO-7.jar)
UC OpenPeripheralIntegration{0.5} [OpenPeripheralIntegration] (OpenPeripheral-1.7.10-AIO-7.jar)
UC SonarCore{1.1.2} [SonarCore] (SonarCore-1.7.10-1.1.2.jar)
UC PracticalLogistics{0.2.3} [Practical Logistics] (Practical-Logistics-1.7.10-0.2.3.jar)
UC qCraft{1.2} [qCraft] (qCraft1.2_1.7.10.jar)
UC RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
UC rftools{4.23} [RFTools] (rftools-4.23.jar)
UC cuchaz.cuchazinteractive{1.7.10-1.0} [Cuchaz Interactive] (shipsMod-v1.7.10-1.0.4.jar)
UC cuchaz.ships{1.7.10-1.0.3} [Ships Mod] (shipsMod-v1.7.10-1.0.4.jar)
UC simplefluidtanks{1.7.10-1.2.0.5} [Simple Fluid Tanks] (simplefluidtanks-1.7.10-1.2.0.5.jar)
UC SolarFlux{1.7.10-0.8b} [Solar Flux] (SolarFlux-1.7.10-0.8b.jar)
UC ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UC TooMuchTime{2.4.0} [TooMuchTime] (TooMuchTime-1.7.10-2.4.0.B3-universal.jar)
UE WarpDrive{1.7.10-1.3.22.-} [WarpDrive] (WarpDrive-1.7.10-1.3.22.-.jar)
UC McMultipart{1.1.2.331} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
UC aobd{2.9.1} [Another One Bites The Dust] (AOBD-2.9.1.jar)
UC ForgeMicroblock{1.1.2.331} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4252' Renderer: 'Intel(R) HD Graphics 4000'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.1.2-325
ThermalFoundation: -[1.7.10]1.2.3-112
ThermalExpansion: -[1.7.10]4.1.2-240
MineFactoryReloaded: -[1.7.10]2.8.1-174
RedstoneArsenal: -[1.7.10]1.1.2-92
ThermalDynamics: -[1.7.10]1.1.0-161
OptiFine Version: OptiFine_1.7.10_HD_D1
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.0.0 - Build 10.18.10.4252
OpenGlRenderer: Intel(R) HD Graphics 4000
OpenGlVendor: Intel
CpuCount: 4```
``````
| 1.0 | Conflict with Practical Logistics - Thought this was sorted, but the latest version of Practical Logistics works now and was creating a bug with Mekanism. Now that it is resolved, the only other mod in my pack that has issue is this one. I have a crash report and hope that it provides some useful info...
``````
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 6/1/16 2:01 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: cr0s/warpdrive/block/TileEntityAbstractChunkLoading
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: cr0s/warpdrive/block/TileEntityAbstractChunkLoading
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
at java.lang.Class.getDeclaredMethods(Class.java:1967)
at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:317)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:505)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: cr0s.warpdrive.block.TileEntityAbstractChunkLoading
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 36 more
Caused by: java.lang.NoClassDefFoundError: cr0s/warpdrive/block/TileEntityAbstractEnergy
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 38 more
Caused by: java.lang.ClassNotFoundException: cr0s.warpdrive.block.TileEntityAbstractEnergy
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 42 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2545937152 bytes (2427 MB) / 3662151680 bytes (3492 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms3072M -Xmx4096M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_D1 101 mods loaded, 88 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UC Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UC appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UC CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UC Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UC NotEnoughItems{1.0.5.110} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.110-universal.jar)
UC OpenComputers|Core{1.5.22.46} [OpenComputers (Core)] (minecraft.jar)
UC OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UC <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UC cuchaz.ships.core{1.7.10-1.0.3} [Ships Mod Core] (minecraft.jar)
UC WarpDriveCore{1.7.10-1.3.22.-} [WarpDriveCore] (minecraft.jar)
UC GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.446.jar)
UC SpaceCore{4.1.9} [4Space Core] (4Space-4.1.9.jar)
UC ExoCore{0.1.2} [4Space Exoplanets Core] (4Space-4.1.9.jar)
UC ExoElipse{0.1.2} [4Space Exoplanets Elipse] (4Space-4.1.9.jar)
UC SpaceCallisto{4.1.9} [4Space Callisto] (4Space-4.1.9.jar)
UC SpaceEuropa{4.1.9} [4Space Europa] (4Space-4.1.9.jar)
UC SpaceVenus{4.1.9} [4Space Venus] (4Space-4.1.9.jar)
UC SpaceIo{4.1.9} [4Space Io] (4Space-4.1.9.jar)
UC SpaceMercury{4.1.9} [4Space Mercury] (4Space-4.1.9.jar)
UC SpacePluto{4.1.9} [4Space Pluto] (4Space-4.1.9.jar)
UC bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UC ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
UC StartingInventory{1.7.10.r03} [StartingInventory] ([1.7.10]StartingInventory-universal-1.7.10.r03.jar)
UC StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar)
UC Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UC AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
UC appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UC CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UC autopackager{1.5.9} [AutoPackager] (autopackager-1.5.9.jar)
UC bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UC betterstorage{0.13.1.127} [BetterStorage] (BetterStorage-1.7.10-0.13.1.127.jar)
UC BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UC ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.3-112.jar)
UC ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
UC BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UC BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UC OmnisCore{0.1.0} [Omnis Core] (OmnisCore-1.7.10 - 0.0.6-universal.jar)
UC dimensionalPockets{0.11.4.1} [Dimensional Pockets] (DimensionalPockets-1.7.10-0.11.4.1-universal.jar)
UC DraconicEvolution{1.0.2b} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2b.jar)
UC Eln{50} [Electrical Age] (ElectricalAge_BETA-1.10_r50.jar)
UC MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UC ForgeMultipart{1.1.2.331} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
UC Mekanism{8.1.9} [Mekanism] (Mekanism-1.7.10-8.1.9.267.jar)
UC EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
UC EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
UC Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UC extracells{2.3.9} [Extra Cells 2] (ExtraCells-1.7.10-2.3.9b188.jar)
UC FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UC RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
UC foundry{1.2.2.0} [Foundry] (Foundry-1.7.10-1.2.2.0.jar)
UC GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.446.jar)
UC pressure{1.3.0.130} [Pressure Pipes] (pressure-1.3.0.130-mc1.7.10.jar)
UC advgenerators{0.9.19.120} [Advanced Generators] (generators-0.9.19.120-mc1.7.10.jar)
UC HoloInventory{1.9.1.124} [HoloInventory] (HoloInventory-1.7.10-1.9.1.124.jar)
UC IGWMod{1.1.12-34} [In-Game wiki Mod] (IGW-Mod.jar)
UC JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UC journeymap{5.1.4} [JourneyMap] (journeymap-1.7.10-5.1.4-unlimited.jar)
UC MekanismGenerators{8.1.9} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.9.267.jar)
UC MekanismTools{8.1.9} [MekanismTools] (MekanismTools-1.7.10-8.1.9.267.jar)
UC MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UC MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UC MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UC MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UC movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
UC OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UC OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UC OpenComputers{1.5.22.46} [OpenComputers] (OpenComputers-MC1.7.10-1.5.22.46-universal.jar)
UC openmodularturrets{2.1.9-211} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.1.9-211.jar)
UC OpenPeripheralCore{1.3} [OpenPeripheralCore] (OpenPeripheral-1.7.10-AIO-7.jar)
UC OpenPeripheral{0.5.1} [OpenPeripheralAddons] (OpenPeripheral-1.7.10-AIO-7.jar)
UC OpenPeripheralIntegration{0.5} [OpenPeripheralIntegration] (OpenPeripheral-1.7.10-AIO-7.jar)
UC SonarCore{1.1.2} [SonarCore] (SonarCore-1.7.10-1.1.2.jar)
UC PracticalLogistics{0.2.3} [Practical Logistics] (Practical-Logistics-1.7.10-0.2.3.jar)
UC qCraft{1.2} [qCraft] (qCraft1.2_1.7.10.jar)
UC RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
UC rftools{4.23} [RFTools] (rftools-4.23.jar)
UC cuchaz.cuchazinteractive{1.7.10-1.0} [Cuchaz Interactive] (shipsMod-v1.7.10-1.0.4.jar)
UC cuchaz.ships{1.7.10-1.0.3} [Ships Mod] (shipsMod-v1.7.10-1.0.4.jar)
UC simplefluidtanks{1.7.10-1.2.0.5} [Simple Fluid Tanks] (simplefluidtanks-1.7.10-1.2.0.5.jar)
UC SolarFlux{1.7.10-0.8b} [Solar Flux] (SolarFlux-1.7.10-0.8b.jar)
UC ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UC TooMuchTime{2.4.0} [TooMuchTime] (TooMuchTime-1.7.10-2.4.0.B3-universal.jar)
UE WarpDrive{1.7.10-1.3.22.-} [WarpDrive] (WarpDrive-1.7.10-1.3.22.-.jar)
UC McMultipart{1.1.2.331} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
UC aobd{2.9.1} [Another One Bites The Dust] (AOBD-2.9.1.jar)
UC ForgeMicroblock{1.1.2.331} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4252' Renderer: 'Intel(R) HD Graphics 4000'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.1.2-325
ThermalFoundation: -[1.7.10]1.2.3-112
ThermalExpansion: -[1.7.10]4.1.2-240
MineFactoryReloaded: -[1.7.10]2.8.1-174
RedstoneArsenal: -[1.7.10]1.1.2-92
ThermalDynamics: -[1.7.10]1.1.0-161
OptiFine Version: OptiFine_1.7.10_HD_D1
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.0.0 - Build 10.18.10.4252
OpenGlRenderer: Intel(R) HD Graphics 4000
OpenGlVendor: Intel
CpuCount: 4```
``````
| priority | conflict with practical logistics thought this was sorted but the latest version of practical logistics works now and was creating a bug with mekanism now that it is resolved the only other mod in my pack that has issue is this one i have a crash report and hope that it provides some useful info minecraft crash report who set us up the tnt time pm description there was a severe problem during mod loading that has caused the game to fail cpw mods fml common loaderexception java lang noclassdeffounderror warpdrive block tileentityabstractchunkloading at cpw mods fml common loadcontroller transition loadcontroller java at cpw mods fml common loader loadmods loader java at cpw mods fml client fmlclienthandler beginminecraftloading fmlclienthandler java at net minecraft client minecraft func a minecraft java at net minecraft client minecraft func d minecraft java at net minecraft client main main main sourcefile at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at net minecraft launchwrapper launch launch launch java at net minecraft launchwrapper launch main launch java caused by java lang noclassdeffounderror warpdrive block tileentityabstractchunkloading at java lang class native method at java lang class privategetdeclaredmethods class java at java lang class getdeclaredmethods class java at cpw mods fml common fmlmodcontainer gatherannotations fmlmodcontainer java at cpw mods fml common fmlmodcontainer constructmod fmlmodcontainer java at sun reflect invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com google common eventbus eventsubscriber handleevent eventsubscriber java at com google common eventbus synchronizedeventsubscriber handleevent synchronizedeventsubscriber java at com google common eventbus eventbus dispatch eventbus java at com google common eventbus eventbus dispatchqueuedevents eventbus java at com google common eventbus eventbus post eventbus java at cpw mods fml common loadcontroller sendeventtomodcontainer loadcontroller java at cpw mods fml common loadcontroller propogatestatemessage loadcontroller java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com google common eventbus eventsubscriber handleevent eventsubscriber java at com google common eventbus synchronizedeventsubscriber handleevent synchronizedeventsubscriber java at com google common eventbus eventbus dispatch eventbus java at com google common eventbus eventbus dispatchqueuedevents eventbus java at com google common eventbus eventbus post eventbus java at cpw mods fml common loadcontroller distributestatemessage loadcontroller java at cpw mods fml common loader loadmods loader java more caused by java lang classnotfoundexception warpdrive block tileentityabstractchunkloading at net minecraft launchwrapper launchclassloader findclass launchclassloader java at java lang classloader loadclass classloader java at java lang classloader loadclass classloader java more caused by java lang noclassdeffounderror warpdrive block tileentityabstractenergy at java lang classloader native method at java lang classloader defineclass classloader java at java security secureclassloader defineclass secureclassloader java at net minecraft launchwrapper launchclassloader findclass launchclassloader java more caused by java lang classnotfoundexception warpdrive block tileentityabstractenergy at net minecraft launchwrapper launchclassloader findclass launchclassloader java at java lang classloader loadclass classloader java at java lang classloader loadclass classloader java more a detailed walkthrough of the error its code path and all known details is as follows system details details minecraft version operating system windows version java version oracle corporation java vm version java hotspot tm bit server vm mixed mode oracle corporation memory bytes mb bytes mb up to bytes mb jvm flags total xx heapdumppath mojangtricksinteldriversforperformance javaw exe minecraft exe heapdump aabb pool size bytes mb allocated bytes mb used intcache cache tcache allocated tallocated fml mcp fml minecraft forge optifine optifine hd mods loaded mods active states u unloaded l loaded c constructed h pre initialized i initialized j post initialized a available d disabled e errored uc mcp minecraft jar uc fml forge jar uc forge forge jar uc core stable minecraft jar uc codechickencore minecraft jar uc micdoodlecore minecraft jar uc notenoughitems notenoughitems universal jar uc opencomputers core minecraft jar uc openmodscore minecraft jar uc minecraft jar uc cuchaz ships core minecraft jar uc warpdrivecore minecraft jar uc galacticraftcore galacticraftcore jar uc spacecore jar uc exocore jar uc exoelipse jar uc spacecallisto jar uc spaceeuropa jar uc spacevenus jar uc spaceio jar uc spacemercury jar uc spacepluto jar uc bspkrscore bspkrscore universal jar uc armorstatushud armorstatushud client jar uc startinginventory startinginventory universal jar uc statuseffecthud statuseffecthud client jar uc treecapitator treecapitator universal jar uc agricraft agricraft jar uc stable stable jar uc cofhcore cofhcore jar uc autopackager autopackager jar uc bdlib bdlib jar uc betterstorage betterstorage jar uc bibliocraft bibliocraft jar uc thermalfoundation thermalfoundation jar uc thermalexpansion thermalexpansion jar uc bigreactors bigreactors jar uc brandonscore brandonscore jar uc omniscore omniscore universal jar uc dimensionalpockets dimensionalpockets universal jar uc draconicevolution draconic evolution jar uc eln electricalage beta jar uc minefactoryreloaded minefactoryreloaded jar uc forgemultipart forgemultipart universal jar uc mekanism mekanism jar uc enderio enderio jar uc enderzoo enderzoo jar uc waila waila jar uc extracells extracells jar uc fastcraft fastcraft jar uc redstonearsenal redstonearsenal jar uc foundry foundry jar uc galacticraftmars galacticraft planets jar uc pressure pressure jar uc advgenerators generators jar uc holoinventory holoinventory jar uc igwmod igw mod jar uc jabba jabba jar uc journeymap journeymap unlimited jar uc mekanismgenerators mekanismgenerators jar uc mekanismtools mekanismtools jar uc minefactoryreloaded compatappliedenergistics minefactoryreloaded jar uc minefactoryreloaded compatforgemicroblock minefactoryreloaded jar uc minefactoryreloaded compatthermalexpansion minefactoryreloaded jar uc minefactoryreloaded compatvanilla minefactoryreloaded jar uc movillages movillages jar uc openmods openmodslib jar uc openblocks openblocks jar uc opencomputers opencomputers universal jar uc openmodularturrets openmodularturrets jar uc openperipheralcore openperipheral aio jar uc openperipheral openperipheral aio jar uc openperipheralintegration openperipheral aio jar uc sonarcore sonarcore jar uc practicallogistics practical logistics jar uc qcraft jar uc radixcore radixcore universal jar uc rftools rftools jar uc cuchaz cuchazinteractive shipsmod jar uc cuchaz ships shipsmod jar uc simplefluidtanks simplefluidtanks jar uc solarflux solarflux jar uc thermaldynamics thermaldynamics jar uc toomuchtime toomuchtime universal jar ue warpdrive warpdrive jar uc mcmultipart forgemultipart universal jar uc aobd aobd jar uc forgemicroblock forgemultipart universal jar ud minefactoryreloaded compatatum minefactoryreloaded jar ud minefactoryreloaded compatbacktools minefactoryreloaded jar ud minefactoryreloaded compatbuildcraft minefactoryreloaded jar ud minefactoryreloaded compatchococraft minefactoryreloaded jar ud minefactoryreloaded compatextrabiomes minefactoryreloaded jar ud minefactoryreloaded compatforestry minefactoryreloaded jar ud minefactoryreloaded minefactoryreloaded jar ud minefactoryreloaded compatprojred minefactoryreloaded jar ud minefactoryreloaded compatrailcraft minefactoryreloaded jar ud minefactoryreloaded compatsufficientbiomes minefactoryreloaded jar ud minefactoryreloaded compatthaumcraft minefactoryreloaded jar ud minefactoryreloaded compattconstruct minefactoryreloaded jar ud minefactoryreloaded compattwilightforest minefactoryreloaded jar gl info vendor intel version build renderer intel r hd graphics openmodslib class transformers class transformer null safety all safe version stable stable for forge cofhcore thermalfoundation thermalexpansion minefactoryreloaded redstonearsenal thermaldynamics optifine version optifine hd render distance chunks mipmaps anisotropic filtering antialiasing multitexture false openglversion build openglrenderer intel r hd graphics openglvendor intel cpucount | 1 |
117,848 | 4,728,422,783 | IssuesEvent | 2016-10-18 15:54:52 | CS2103AUG2016-W13-C3/main | https://api.github.com/repos/CS2103AUG2016-W13-C3/main | opened | As a user, I want to browse through my finished events and tasks... | priority.medium type.story | So that I can refer back to what I have done | 1.0 | As a user, I want to browse through my finished events and tasks... - So that I can refer back to what I have done | priority | as a user i want to browse through my finished events and tasks so that i can refer back to what i have done | 1 |
270,919 | 8,474,658,088 | IssuesEvent | 2018-10-24 16:44:13 | ankidroid/Anki-Android | https://api.github.com/repos/ankidroid/Anki-Android | closed | New cards not in random order. | Priority-Medium bug waitingforfeedback | Originally reported on Google Code with ID 1927
```
When you study a deck that has sibling cards, and you set "New card order" to "New cards
in random order", Ankidroid does not put the CARDS in random order. Instead, it puts
the NOTES in random order, instead of the CARDS.
For example, this is what AnkiDroid considers to be "New cards in random order" at
the moment:
[Note_003] Card 1: Q: Dollars | A: $$$
[Note_003] Card 2: Q: $$$ | A: Dollars
[Note_001] Card 1: Q: Pounds | A: £££
[Note_001] Card 2: Q: £££ | A: Pounds
[Note_002] Card 1: Q: Yen | A: ¥¥¥
[Note_002] Card 2: Q: ¥¥¥ | A: Yen
As you can see, sibling cards ALWAYS follow one another. Only the note order has been
randomized.
What it should be showing (as in Anki desktop) is something like this:
[Note_003] Card 1: Q: Dollars | A: $$$
[Note_001] Card 2: Q: £££ | A: Pounds
[Note_002] Card 2: Q: ¥¥¥ | A: Yen
[Note_001] Card 1: Q: Pounds | A: £££
[Note_003] Card 2: Q: $$$ | A: Dollars
[Note_002] Card 1: Q: Yen | A: ¥¥¥
In other words, it isn't scrambling up the CARDS correctly. Only the NOTES.
>Does it happen again every time you repeat the steps above?
I clean-reinstalled AnkiDroid several times to make sure. It's a problem with the software.
>What version of AnkiDroid?
2.0.2
>What version of Android?
2.3.7
```
Reported by `tiffany.f23` on 2013-12-20 09:11:42
| 1.0 | New cards not in random order. - Originally reported on Google Code with ID 1927
```
When you study a deck that has sibling cards, and you set "New card order" to "New cards
in random order", Ankidroid does not put the CARDS in random order. Instead, it puts
the NOTES in random order, instead of the CARDS.
For example, this is what AnkiDroid considers to be "New cards in random order" at
the moment:
[Note_003] Card 1: Q: Dollars | A: $$$
[Note_003] Card 2: Q: $$$ | A: Dollars
[Note_001] Card 1: Q: Pounds | A: £££
[Note_001] Card 2: Q: £££ | A: Pounds
[Note_002] Card 1: Q: Yen | A: ¥¥¥
[Note_002] Card 2: Q: ¥¥¥ | A: Yen
As you can see, sibling cards ALWAYS follow one another. Only the note order has been
randomized.
What it should be showing (as in Anki desktop) is something like this:
[Note_003] Card 1: Q: Dollars | A: $$$
[Note_001] Card 2: Q: £££ | A: Pounds
[Note_002] Card 2: Q: ¥¥¥ | A: Yen
[Note_001] Card 1: Q: Pounds | A: £££
[Note_003] Card 2: Q: $$$ | A: Dollars
[Note_002] Card 1: Q: Yen | A: ¥¥¥
In other words, it isn't scrambling up the CARDS correctly. Only the NOTES.
>Does it happen again every time you repeat the steps above?
I clean-reinstalled AnkiDroid several times to make sure. It's a problem with the software.
>What version of AnkiDroid?
2.0.2
>What version of Android?
2.3.7
```
Reported by `tiffany.f23` on 2013-12-20 09:11:42
| priority | new cards not in random order originally reported on google code with id when you study a deck that has sibling cards and you set new card order to new cards in random order ankidroid does not put the cards in random order instead it puts the notes in random order instead of the cards for example this is what ankidroid considers to be new cards in random order at the moment card q dollars a card q a dollars card q pounds a £££ card q £££ a pounds card q yen a ¥¥¥ card q ¥¥¥ a yen as you can see sibling cards always follow one another only the note order has been randomized what it should be showing as in anki desktop is something like this card q dollars a card q £££ a pounds card q ¥¥¥ a yen card q pounds a £££ card q a dollars card q yen a ¥¥¥ in other words it isn t scrambling up the cards correctly only the notes does it happen again every time you repeat the steps above i clean reinstalled ankidroid several times to make sure it s a problem with the software what version of ankidroid what version of android reported by tiffany on | 1 |
53,778 | 3,047,430,275 | IssuesEvent | 2015-08-11 04:45:03 | StillMooing/stillmooingfootball | https://api.github.com/repos/StillMooing/stillmooingfootball | closed | Add ability to comment on blog entries | Priority-Medium Type-Enhancement | ```
This should be relatively easy... Should we re-write blog entry code to force
separate entries in db for each entry so can comment on them individually?
```
Original issue reported on code.google.com by `jjud...@gmail.com` on 15 Jan 2012 at 12:02 | 1.0 | Add ability to comment on blog entries - ```
This should be relatively easy... Should we re-write blog entry code to force
separate entries in db for each entry so can comment on them individually?
```
Original issue reported on code.google.com by `jjud...@gmail.com` on 15 Jan 2012 at 12:02 | priority | add ability to comment on blog entries this should be relatively easy should we re write blog entry code to force separate entries in db for each entry so can comment on them individually original issue reported on code google com by jjud gmail com on jan at | 1 |
587,559 | 17,619,311,433 | IssuesEvent | 2021-08-18 13:38:48 | lokka30/LevelledMobs | https://api.github.com/repos/lokka30/LevelledMobs | closed | Request: Remove `ITEM_FLAGS` config functionality. | enhancement priority: medium | Slightly modifying @UltimaOath's comment in #280.
Related to the 'cleanup LM' issues:
NBT-API should do the heavy lifting of LM customizations leaving us to do what we do best. We already have it
built in and it would take very little effort from anyone as they could
google 'minecraft nbt generator' and craft any combo of nbt from super
simple to highly complex
We should eliminate the ITEM_FLAGS config lines since we can do the exact same with nbt-api using the HideFlag nbt, trimming space in the code for more LM specific things. | 1.0 | Request: Remove `ITEM_FLAGS` config functionality. - Slightly modifying @UltimaOath's comment in #280.
Related to the 'cleanup LM' issues:
NBT-API should do the heavy lifting of LM customizations leaving us to do what we do best. We already have it
built in and it would take very little effort from anyone as they could
google 'minecraft nbt generator' and craft any combo of nbt from super
simple to highly complex
We should eliminate the ITEM_FLAGS config lines since we can do the exact same with nbt-api using the HideFlag nbt, trimming space in the code for more LM specific things. | priority | request remove item flags config functionality slightly modifying ultimaoath s comment in related to the cleanup lm issues nbt api should do the heavy lifting of lm customizations leaving us to do what we do best we already have it built in and it would take very little effort from anyone as they could google minecraft nbt generator and craft any combo of nbt from super simple to highly complex we should eliminate the item flags config lines since we can do the exact same with nbt api using the hideflag nbt trimming space in the code for more lm specific things | 1 |
17,139 | 2,615,131,965 | IssuesEvent | 2015-03-01 06:02:06 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | closed | Need ability to specify public certs URL for ID Token verification | auto-migrated Component-Auth Milestone-Version1.15.0 Priority-Medium Type-Enhancement | ```
External references, such as a standards document, or specification?
http://javadoc.google-api-java-client.googlecode.com/hg/1.14.0-beta/com/google/a
pi/client/googleapis/auth/oauth2/GoogleIdTokenVerifier.html
Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?
All
Please describe the feature requested.
Currently we hard-code "https://www.googleapis.com/oauth2/v1/certs" as the URL,
but we should make it customizable in the Builder by adding a method like:
"Builder setPublicCertsEncodedUrl(String publicCertsEncodedUrl)".
```
Original issue reported on code.google.com by `yan...@google.com` on 23 Mar 2013 at 11:27 | 1.0 | Need ability to specify public certs URL for ID Token verification - ```
External references, such as a standards document, or specification?
http://javadoc.google-api-java-client.googlecode.com/hg/1.14.0-beta/com/google/a
pi/client/googleapis/auth/oauth2/GoogleIdTokenVerifier.html
Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?
All
Please describe the feature requested.
Currently we hard-code "https://www.googleapis.com/oauth2/v1/certs" as the URL,
but we should make it customizable in the Builder by adding a method like:
"Builder setPublicCertsEncodedUrl(String publicCertsEncodedUrl)".
```
Original issue reported on code.google.com by `yan...@google.com` on 23 Mar 2013 at 11:27 | priority | need ability to specify public certs url for id token verification external references such as a standards document or specification pi client googleapis auth googleidtokenverifier html java environments e g java android app engine or all all please describe the feature requested currently we hard code as the url but we should make it customizable in the builder by adding a method like builder setpubliccertsencodedurl string publiccertsencodedurl original issue reported on code google com by yan google com on mar at | 1 |
784,289 | 27,564,596,051 | IssuesEvent | 2023-03-08 02:04:07 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Server crash when expression evaluation fails in conjunction with packed row | kind/bug area/docdb priority/medium | Jira Link: [DB-5743](https://yugabyte.atlassian.net/browse/DB-5743)
### Description
```Fatal failure details written to /Users/spolitov/logs/repeat_unit_test/cql-packed-row-test/CqlPackedRowTest.BadCast/2023-03-05T10_33_48/1.fatal_failure_details.2023-03-05T10_34_34.pid92080.txt
F20230305 10:34:34 ../../src/yb/docdb/docdb.cc:446] Check failed: !kv_pair.key().empty()
@ 0x10a6f09e3 google::LogDestination::LogToSinks()
@ 0x10a6efc4c google::LogMessage::SendToLog()
@ 0x10a6f0545 google::LogMessage::Flush()
@ 0x10a6f4a1f google::LogMessageFatal::~LogMessageFatal()
@ 0x10a6f14d9 google::LogMessageFatal::~LogMessageFatal()
@ 0x11314e94c yb::docdb::AddExternalPairToWriteBatch()
@ 0x1131500a7 yb::docdb::PrepareExternalWriteBatch()
@ 0x11081df50 yb::tablet::Tablet::ApplyKeyValueRowOperations()
@ 0x11081d2be yb::tablet::Tablet::ApplyOperation()
@ 0x11081cb85 yb::tablet::Tablet::ApplyRowOperations()
@ 0x110a9f3a2 yb::tablet::WriteOperation::DoReplicated()
@ 0x110a13195 yb::tablet::Operation::Replicated()
@ 0x110a65ab5 yb::tablet::OperationDriver::ApplyTask()
@ 0x110a65640 yb::tablet::OperationDriver::ReplicationFinished()
@ 0x10e3df785 yb::consensus::ConsensusRound::NotifyReplicationFinished()
@ 0x10e4b9411 yb::consensus::ReplicaState::NotifyReplicationFinishedUnlocked()
@ 0x10e4bf1e4 yb::consensus::ReplicaState::ApplyPendingOperationsUnlocked()
@ 0x10e4bde43 yb::consensus::ReplicaState::AdvanceCommittedOpIdUnlocked()
@ 0x10e4bceff yb::consensus::ReplicaState::UpdateMajorityReplicatedUnlocked()
@ 0x10e4388b5 yb::consensus::RaftConsensus::UpdateMajorityReplicated()
@ 0x10e3b01eb yb::consensus::PeerMessageQueue::NotifyObserversOfMajorityReplOpChangeTask()
@ 0x10e3d682e yb::internal::RunnableAdapter<>::Run()
@ 0x10e3d6791 yb::internal::InvokeHelper<>::MakeItSo()
@ 0x10e3d672f yb::internal::Invoker<>::Run()
@ 0x10f24502e yb::Callback<>::Run()
@ 0x1282e03e6 _ZNSt3__1L8__invokeIRMN2yb8CallbackIFvvEEEKFvvERS4_JEvEEDTcldsscT0_fp0_fp_spscT1_fp1_EEOT_OS9_DpOSA_
@ 0x1282e036d _ZNSt3__1L15__apply_functorIMN2yb8CallbackIFvvEEEKFvvENS_5tupleIJS4_EEEJLm0EENS7_IJEEEEENS_13__bind_returnIT_T0_T2_Xsr22__is_valid_bind_returnISB_SC_SD_EE5valueEE4typeERSB_RSC_NS_15__tuple_indicesIJXspT1_EEEEOSD_
@ 0x1282e0320 _ZNSt3__16__bindIMN2yb8CallbackIFvvEEEKFvvEJRS4_EEclIJEEENS_13__bind_returnIS6_NS_5tupleIJS4_EEENSB_IJDpOT_EEEXsr22__is_valid_bind_returnIS6_SC_SG_EE5valueEE4typeESF_
@ 0x1282e02e5 _ZNSt3__1L8__invokeIRNS_6__bindIMN2yb8CallbackIFvvEEEKFvvEJRS5_EEEJEEEDTclscT_fp_spscT0_fp0_EEOSB_DpOSC_
@ 0x1282e029d std::__1::__invoke_void_return_wrapper<>::__call<>()
@ 0x1282e026d std::__1::__function::__alloc_func<>::operator()()
@ 0x1282df0b9 std::__1::__function::__func<>::operator()()
```
[DB-5743]: https://yugabyte.atlassian.net/browse/DB-5743?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | [DocDB] Server crash when expression evaluation fails in conjunction with packed row - Jira Link: [DB-5743](https://yugabyte.atlassian.net/browse/DB-5743)
### Description
```Fatal failure details written to /Users/spolitov/logs/repeat_unit_test/cql-packed-row-test/CqlPackedRowTest.BadCast/2023-03-05T10_33_48/1.fatal_failure_details.2023-03-05T10_34_34.pid92080.txt
F20230305 10:34:34 ../../src/yb/docdb/docdb.cc:446] Check failed: !kv_pair.key().empty()
@ 0x10a6f09e3 google::LogDestination::LogToSinks()
@ 0x10a6efc4c google::LogMessage::SendToLog()
@ 0x10a6f0545 google::LogMessage::Flush()
@ 0x10a6f4a1f google::LogMessageFatal::~LogMessageFatal()
@ 0x10a6f14d9 google::LogMessageFatal::~LogMessageFatal()
@ 0x11314e94c yb::docdb::AddExternalPairToWriteBatch()
@ 0x1131500a7 yb::docdb::PrepareExternalWriteBatch()
@ 0x11081df50 yb::tablet::Tablet::ApplyKeyValueRowOperations()
@ 0x11081d2be yb::tablet::Tablet::ApplyOperation()
@ 0x11081cb85 yb::tablet::Tablet::ApplyRowOperations()
@ 0x110a9f3a2 yb::tablet::WriteOperation::DoReplicated()
@ 0x110a13195 yb::tablet::Operation::Replicated()
@ 0x110a65ab5 yb::tablet::OperationDriver::ApplyTask()
@ 0x110a65640 yb::tablet::OperationDriver::ReplicationFinished()
@ 0x10e3df785 yb::consensus::ConsensusRound::NotifyReplicationFinished()
@ 0x10e4b9411 yb::consensus::ReplicaState::NotifyReplicationFinishedUnlocked()
@ 0x10e4bf1e4 yb::consensus::ReplicaState::ApplyPendingOperationsUnlocked()
@ 0x10e4bde43 yb::consensus::ReplicaState::AdvanceCommittedOpIdUnlocked()
@ 0x10e4bceff yb::consensus::ReplicaState::UpdateMajorityReplicatedUnlocked()
@ 0x10e4388b5 yb::consensus::RaftConsensus::UpdateMajorityReplicated()
@ 0x10e3b01eb yb::consensus::PeerMessageQueue::NotifyObserversOfMajorityReplOpChangeTask()
@ 0x10e3d682e yb::internal::RunnableAdapter<>::Run()
@ 0x10e3d6791 yb::internal::InvokeHelper<>::MakeItSo()
@ 0x10e3d672f yb::internal::Invoker<>::Run()
@ 0x10f24502e yb::Callback<>::Run()
@ 0x1282e03e6 _ZNSt3__1L8__invokeIRMN2yb8CallbackIFvvEEEKFvvERS4_JEvEEDTcldsscT0_fp0_fp_spscT1_fp1_EEOT_OS9_DpOSA_
@ 0x1282e036d _ZNSt3__1L15__apply_functorIMN2yb8CallbackIFvvEEEKFvvENS_5tupleIJS4_EEEJLm0EENS7_IJEEEEENS_13__bind_returnIT_T0_T2_Xsr22__is_valid_bind_returnISB_SC_SD_EE5valueEE4typeERSB_RSC_NS_15__tuple_indicesIJXspT1_EEEEOSD_
@ 0x1282e0320 _ZNSt3__16__bindIMN2yb8CallbackIFvvEEEKFvvEJRS4_EEclIJEEENS_13__bind_returnIS6_NS_5tupleIJS4_EEENSB_IJDpOT_EEEXsr22__is_valid_bind_returnIS6_SC_SG_EE5valueEE4typeESF_
@ 0x1282e02e5 _ZNSt3__1L8__invokeIRNS_6__bindIMN2yb8CallbackIFvvEEEKFvvEJRS5_EEEJEEEDTclscT_fp_spscT0_fp0_EEOSB_DpOSC_
@ 0x1282e029d std::__1::__invoke_void_return_wrapper<>::__call<>()
@ 0x1282e026d std::__1::__function::__alloc_func<>::operator()()
@ 0x1282df0b9 std::__1::__function::__func<>::operator()()
```
[DB-5743]: https://yugabyte.atlassian.net/browse/DB-5743?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | server crash when expression evaluation fails in conjunction with packed row jira link description fatal failure details written to users spolitov logs repeat unit test cql packed row test cqlpackedrowtest badcast fatal failure details txt src yb docdb docdb cc check failed kv pair key empty google logdestination logtosinks google logmessage sendtolog google logmessage flush google logmessagefatal logmessagefatal google logmessagefatal logmessagefatal yb docdb addexternalpairtowritebatch yb docdb prepareexternalwritebatch yb tablet tablet applykeyvaluerowoperations yb tablet tablet applyoperation yb tablet tablet applyrowoperations yb tablet writeoperation doreplicated yb tablet operation replicated yb tablet operationdriver applytask yb tablet operationdriver replicationfinished yb consensus consensusround notifyreplicationfinished yb consensus replicastate notifyreplicationfinishedunlocked yb consensus replicastate applypendingoperationsunlocked yb consensus replicastate advancecommittedopidunlocked yb consensus replicastate updatemajorityreplicatedunlocked yb consensus raftconsensus updatemajorityreplicated yb consensus peermessagequeue notifyobserversofmajorityreplopchangetask yb internal runnableadapter run yb internal invokehelper makeitso yb internal invoker run yb callback run fp eeot dposa apply ijeeeeens bind returnit is valid bind returnisb sc sd rsc ns tuple eeeeosd eeclijeeens bind ns eeensb ijdpot is valid bind sc sg invokeirns eeejeeedtclsct fp eeosb dposc std invoke void return wrapper call std function alloc func operator std function func operator | 1 |
686,116 | 23,477,421,853 | IssuesEvent | 2022-08-17 07:34:04 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [CDCSDK] Provide an option to add new tables for CDC after connector is started | kind/bug priority/medium area/cdcsdk | Jira Link: [DB-3218](https://yugabyte.atlassian.net/browse/DB-3218)
As a Developer, I want to be able to modify an existing CDC stream for my database and change which tables to include for tracking changes | 1.0 | [CDCSDK] Provide an option to add new tables for CDC after connector is started - Jira Link: [DB-3218](https://yugabyte.atlassian.net/browse/DB-3218)
As a Developer, I want to be able to modify an existing CDC stream for my database and change which tables to include for tracking changes | priority | provide an option to add new tables for cdc after connector is started jira link as a developer i want to be able to modify an existing cdc stream for my database and change which tables to include for tracking changes | 1 |
414,233 | 12,101,090,229 | IssuesEvent | 2020-04-20 14:44:13 | ArasLabs/find-parent-package | https://api.github.com/repos/ArasLabs/find-parent-package | closed | Update import package to add the action to QD, TGV, GN items | Priority: Medium Type: Enhancement Type: Upgrade | When this project is upgraded, we should add item actions to the Query Definition, Tree Grid View, and Graph Navigation ItemTypes. | 1.0 | Update import package to add the action to QD, TGV, GN items - When this project is upgraded, we should add item actions to the Query Definition, Tree Grid View, and Graph Navigation ItemTypes. | priority | update import package to add the action to qd tgv gn items when this project is upgraded we should add item actions to the query definition tree grid view and graph navigation itemtypes | 1 |
411,848 | 12,032,708,739 | IssuesEvent | 2020-04-13 12:47:15 | dhenry-KCI/FredCo-Post-Go-Live- | https://api.github.com/repos/dhenry-KCI/FredCo-Post-Go-Live- | opened | Planning - PDOX - Reviews showing late should exclude weekends. | Medium Priority | Project Number - PW257666 but I believe it's all PWCONSTRUCT in PDOX.
Observed behavior - Due date is including weekends. Project was submitted after 4 on Friday should not show due on Saturday. (Only focus on the one circled. The other has a different problem)
Expected behavior - Weekends should be excluded from due dates. Project should not show late (salmon color change) when it is not a business day.
Screenshot -

| 1.0 | Planning - PDOX - Reviews showing late should exclude weekends. - Project Number - PW257666 but I believe it's all PWCONSTRUCT in PDOX.
Observed behavior - Due date is including weekends. Project was submitted after 4 on Friday should not show due on Saturday. (Only focus on the one circled. The other has a different problem)
Expected behavior - Weekends should be excluded from due dates. Project should not show late (salmon color change) when it is not a business day.
Screenshot -

| priority | planning pdox reviews showing late should exclude weekends project number but i believe it s all pwconstruct in pdox observed behavior due date is including weekends project was submitted after on friday should not show due on saturday only focus on the one circled the other has a different problem expected behavior weekends should be excluded from due dates project should not show late salmon color change when it is not a business day screenshot | 1 |
30,135 | 2,722,937,170 | IssuesEvent | 2015-04-14 08:58:59 | BlackCodec/tint2 | https://api.github.com/repos/BlackCodec/tint2 | closed | Display panel on multiple monitors, but not all | auto-migrated Component-Panel Priority-Medium Type-Enhancement | ```
I would like to display tint2 panel on multiple monitors but not all. For
example, something like this:
panel_monitor = (2, 4, 5)
Is there a way to do it that is not documented? If so, can you please add to
documentation? If not, what is involved in adding this feature?
```
Original issue reported on code.google.com by `jordanmendler` on 11 May 2014 at 10:04 | 1.0 | Display panel on multiple monitors, but not all - ```
I would like to display tint2 panel on multiple monitors but not all. For
example, something like this:
panel_monitor = (2, 4, 5)
Is there a way to do it that is not documented? If so, can you please add to
documentation? If not, what is involved in adding this feature?
```
Original issue reported on code.google.com by `jordanmendler` on 11 May 2014 at 10:04 | priority | display panel on multiple monitors but not all i would like to display panel on multiple monitors but not all for example something like this panel monitor is there a way to do it that is not documented if so can you please add to documentation if not what is involved in adding this feature original issue reported on code google com by jordanmendler on may at | 1 |
288,981 | 8,853,602,524 | IssuesEvent | 2019-01-08 21:52:56 | visit-dav/issues-test | https://api.github.com/repos/visit-dav/issues-test | closed | Unable to disable IceT in build_visit. | bug likelihood medium priority reviewed severity medium | Alexei Poludnenko reported that he is unable to disable IceT in build_visit.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 952
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Urgent
Subject: Unable to disable IceT in build_visit.
Assigned to: Eric Brugger
Category: -
Target version: 2.4.2
Author: Eric Brugger
Start: 02/03/2012
Due date:
% Done: 100%
Estimated time:
Created: 02/03/2012 04:24 pm
Updated: 02/15/2012 08:33 pm
Likelihood: 3 - Occasional
Severity: 3 - Major Irritation
Found in version: 2.4.0
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Alexei Poludnenko reported that he is unable to disable IceT in build_visit.
Comments:
Alexei is using the GUI and it used to be listed under third party libraries so that it could be disabled. It is no longer there. It probably got left out when build_visit was restructured. I committed revisions 17363 and 17365 to the 2.4 RC and trunk with thefollowing change:1) I modified the build_visit script so that it is possible to enable or disable IceT from the graphical interface. The control is listed as the last entry on the "Select 3rd party libraries" screen. It is on by default when building a parallel version and off by default otherwise. I also alphabetized the list of 3rd party libraries except for IceT which is at the end. This resolves #952.M help/en_US/relnotes2.4.2.htmlM svn_bin/build_visitM svn_bin/bv_support/bv_main.sh2) I changed the capitalization of the Adventure IO library in the graphical interface to be consistent with the capitalization in the tar file name.M svn_bin/bv_support/bv_advio.sh
| 1.0 | Unable to disable IceT in build_visit. - Alexei Poludnenko reported that he is unable to disable IceT in build_visit.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 952
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Urgent
Subject: Unable to disable IceT in build_visit.
Assigned to: Eric Brugger
Category: -
Target version: 2.4.2
Author: Eric Brugger
Start: 02/03/2012
Due date:
% Done: 100%
Estimated time:
Created: 02/03/2012 04:24 pm
Updated: 02/15/2012 08:33 pm
Likelihood: 3 - Occasional
Severity: 3 - Major Irritation
Found in version: 2.4.0
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Alexei Poludnenko reported that he is unable to disable IceT in build_visit.
Comments:
Alexei is using the GUI and it used to be listed under third party libraries so that it could be disabled. It is no longer there. It probably got left out when build_visit was restructured. I committed revisions 17363 and 17365 to the 2.4 RC and trunk with thefollowing change:1) I modified the build_visit script so that it is possible to enable or disable IceT from the graphical interface. The control is listed as the last entry on the "Select 3rd party libraries" screen. It is on by default when building a parallel version and off by default otherwise. I also alphabetized the list of 3rd party libraries except for IceT which is at the end. This resolves #952.M help/en_US/relnotes2.4.2.htmlM svn_bin/build_visitM svn_bin/bv_support/bv_main.sh2) I changed the capitalization of the Adventure IO library in the graphical interface to be consistent with the capitalization in the tar file name.M svn_bin/bv_support/bv_advio.sh
| priority | unable to disable icet in build visit alexei poludnenko reported that he is unable to disable icet in build visit redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority urgent subject unable to disable icet in build visit assigned to eric brugger category target version author eric brugger start due date done estimated time created pm updated pm likelihood occasional severity major irritation found in version impact expected use os all support group any description alexei poludnenko reported that he is unable to disable icet in build visit comments alexei is using the gui and it used to be listed under third party libraries so that it could be disabled it is no longer there it probably got left out when build visit was restructured i committed revisions and to the rc and trunk with thefollowing change i modified the build visit script so that it is possible to enable or disable icet from the graphical interface the control is listed as the last entry on the select party libraries screen it is on by default when building a parallel version and off by default otherwise i also alphabetized the list of party libraries except for icet which is at the end this resolves m help en us htmlm svn bin build visitm svn bin bv support bv main i changed the capitalization of the adventure io library in the graphical interface to be consistent with the capitalization in the tar file name m svn bin bv support bv advio sh | 1 |
789,982 | 27,812,125,285 | IssuesEvent | 2023-03-18 08:35:39 | bounswe/bounswe2023group9 | https://api.github.com/repos/bounswe/bounswe2023group9 | closed | Learning Best Practices for GitHub Issue Labels and Creating Required Labels | priority: medium type: repository status: in-progress | **Aim** : make easier to get information about the issue by searching a particular label attached to it
These are the label categories we decided to create:
- [x] Priority
- [x] Effort/Size
- [x] Type
- [x] Status
Github documentation about [managing labels](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels).
[This blog](https://seantrane.com/posts/logical-colorful-github-labels-18230/) might be helpful. | 1.0 | Learning Best Practices for GitHub Issue Labels and Creating Required Labels - **Aim** : make easier to get information about the issue by searching a particular label attached to it
These are the label categories we decided to create:
- [x] Priority
- [x] Effort/Size
- [x] Type
- [x] Status
Github documentation about [managing labels](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels).
[This blog](https://seantrane.com/posts/logical-colorful-github-labels-18230/) might be helpful. | priority | learning best practices for github issue labels and creating required labels aim make easier to get information about the issue by searching a particular label attached to it these are the label categories we decided to create priority effort size type status github documentation about might be helpful | 1 |
446,311 | 12,854,885,178 | IssuesEvent | 2020-07-09 03:22:43 | Mr-HaleYa/mywatersitemisc | https://api.github.com/repos/Mr-HaleYa/mywatersitemisc | opened | Change when some items are shown | Easy Fix Medium Priority improvement | Right now "flow" and "volume" only show if weir type is != 0.
It needs to be changed so that if
if Flow == -1 don't show
if volume == -1 don't show
This will make it so I can add wire types that just use Flow or just use volume or are not wierType 0 but don't use flow or volume like #54
It needs to be changed on the whole site (map pins, list page, last reading, graphs) | 1.0 | Change when some items are shown - Right now "flow" and "volume" only show if weir type is != 0.
It needs to be changed so that if
if Flow == -1 don't show
if volume == -1 don't show
This will make it so I can add wire types that just use Flow or just use volume or are not wierType 0 but don't use flow or volume like #54
It needs to be changed on the whole site (map pins, list page, last reading, graphs) | priority | change when some items are shown right now flow and volume only show if weir type is it needs to be changed so that if if flow don t show if volume don t show this will make it so i can add wire types that just use flow or just use volume or are not wiertype but don t use flow or volume like it needs to be changed on the whole site map pins list page last reading graphs | 1 |
137,776 | 5,316,190,310 | IssuesEvent | 2017-02-13 19:15:01 | DiCarloLab-Delft/PycQED_py3 | https://api.github.com/repos/DiCarloLab-Delft/PycQED_py3 | closed | Get rid of AWG_sweep functions whenever possible | enhancement priority: should/medium | The current work on new sequences for CPhase shows the hassle involved with the awg_sweep functions.
I have an idea to replace all of these (with the excepetion of dedicated ones like T1) with a single sweep function. Good holidays project :) | 1.0 | Get rid of AWG_sweep functions whenever possible - The current work on new sequences for CPhase shows the hassle involved with the awg_sweep functions.
I have an idea to replace all of these (with the excepetion of dedicated ones like T1) with a single sweep function. Good holidays project :) | priority | get rid of awg sweep functions whenever possible the current work on new sequences for cphase shows the hassle involved with the awg sweep functions i have an idea to replace all of these with the excepetion of dedicated ones like with a single sweep function good holidays project | 1 |
612,226 | 19,007,504,568 | IssuesEvent | 2021-11-23 03:18:01 | returntocorp/semgrep | https://api.github.com/repos/returntocorp/semgrep | closed | Cache rulesets for offline use | enhancement priority:medium feature:registry stale | **Is your feature request related to a problem? Please describe.**
Semgrep rulesets from the registry are not cached locally and always downloaded at run-time. This precludes offline use which is especially relevant if configred to run via a pre-commit hook.
**Describe the solution you'd like**
Semgrep should be able to run offline with the most recently downloaded version of the ruleset.
**Describe alternatives you've considered**
**Additional context**
This is the error message I get when trying to use a registry config offline.
```
Failed to download config from https://semgrep.dev/p/ci: HTTPSConnectionPool(host='semgrep.dev', port=443): Max retries exceeded with url: /p/ci (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f830d386790>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
no valid configuration file found (1 configs were invalid)
```
| 1.0 | Cache rulesets for offline use - **Is your feature request related to a problem? Please describe.**
Semgrep rulesets from the registry are not cached locally and always downloaded at run-time. This precludes offline use which is especially relevant if configred to run via a pre-commit hook.
**Describe the solution you'd like**
Semgrep should be able to run offline with the most recently downloaded version of the ruleset.
**Describe alternatives you've considered**
**Additional context**
This is the error message I get when trying to use a registry config offline.
```
Failed to download config from https://semgrep.dev/p/ci: HTTPSConnectionPool(host='semgrep.dev', port=443): Max retries exceeded with url: /p/ci (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f830d386790>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
no valid configuration file found (1 configs were invalid)
```
| priority | cache rulesets for offline use is your feature request related to a problem please describe semgrep rulesets from the registry are not cached locally and always downloaded at run time this precludes offline use which is especially relevant if configred to run via a pre commit hook describe the solution you d like semgrep should be able to run offline with the most recently downloaded version of the ruleset describe alternatives you ve considered additional context this is the error message i get when trying to use a registry config offline failed to download config from httpsconnectionpool host semgrep dev port max retries exceeded with url p ci caused by newconnectionerror failed to establish a new connection temporary failure in name resolution no valid configuration file found configs were invalid | 1 |
369,129 | 10,888,516,325 | IssuesEvent | 2019-11-18 16:24:05 | vigetlabs/npm | https://api.github.com/repos/vigetlabs/npm | closed | [Visual QA] Contact Us | Medium Priority Needs QA Fixes | Form field outlines should be #707070
Focus state should be blue outline, not red - looks like an error state that way.
Comp for focus state:

Comp for error state:

Can we change checkbox section to 1 per line on mobile?
Buildout currently:

| 1.0 | [Visual QA] Contact Us - Form field outlines should be #707070
Focus state should be blue outline, not red - looks like an error state that way.
Comp for focus state:

Comp for error state:

Can we change checkbox section to 1 per line on mobile?
Buildout currently:

| priority | contact us form field outlines should be focus state should be blue outline not red looks like an error state that way comp for focus state comp for error state can we change checkbox section to per line on mobile buildout currently | 1 |
31,849 | 2,740,422,095 | IssuesEvent | 2015-04-21 01:47:00 | x360ce/x360ce | https://api.github.com/repos/x360ce/x360ce | closed | Michał Ogonowski | bug imported invalid Priority-Medium | _From [michalog...@gmail.com](https://code.google.com/u/113926215535413463016/) on August 01, 2010 11:07:07_
What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? What gamepad are you using? On what version of drivers? Please set third label to Core if issue affect emulator (dll file) or App if issue affect x360ce.App application (exe file). Also if you want you can provide any additional information below.
_Original issue: http://code.google.com/p/x360ce/issues/detail?id=48_ | 1.0 | Michał Ogonowski - _From [michalog...@gmail.com](https://code.google.com/u/113926215535413463016/) on August 01, 2010 11:07:07_
What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? What gamepad are you using? On what version of drivers? Please set third label to Core if issue affect emulator (dll file) or App if issue affect x360ce.App application (exe file). Also if you want you can provide any additional information below.
_Original issue: http://code.google.com/p/x360ce/issues/detail?id=48_ | priority | michał ogonowski from on august what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using on what operating system what gamepad are you using on what version of drivers please set third label to core if issue affect emulator dll file or app if issue affect app application exe file also if you want you can provide any additional information below original issue | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.