Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 1 855 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 13 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 240k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
106,466 | 4,272,882,860 | IssuesEvent | 2016-07-13 15:41:56 | lale-help/lale-help | https://api.github.com/repos/lale-help/lale-help | closed | Feature: provide banner ad space for sponsors of a circle | priority:high status: delivered | The subscription fee for the Lale platform usage of a helper circle can be paid by a sponsor. As a result, sponsors can show their company logo inside the Lale platform as a banner ad.
See detailed specs here: https://docs.google.com/document/d/16z30iSQjoMWuf6_EoK_fFRrD3q-jsrD4CnKFDijqPm4/edit
#### Technical breakdown / checklist
###### Create Sponsor model
- [x] Name (required)
- [x] URL (optional?)
- [x] set up relations to circle
- [x] add description field (textarea)
- [x] Logo file (required. S3 upload)
###### Create Sponsorship model
- [x] circle id (required)
- [x] sponsor id (required)
- [x] starts_on date (required)
- [x] ends_on date (required)
- [x] add method to fetch currently active sponsorships
- [x] validate start date is before or equal to end date
###### Create Admin interface
- [x] to CRUD sponsors
- [x] to CRUD sponsorships
- [x] extend "new sponsor" admin action to allow image upload (image required)
- [x] extend "edit sponsor" admin action to allow image upload (image optional)
###### Display sponsorships on circle pages (sidebar)
- [x] show/position sponsor logo at the bottom of the sidebar
- [x] link to sponsor URL if present, opening in new window
- [x] rotate the logo regularly if a circle has multiple sponsors: choose a random image once per uer session
- [x] bugfix: image container collapses on staging :-/
- [x] display the uploaded sponsor-logo as-is, don't assign a size in HTML/CSS
- [x] ensure navigation isn't obstructed on smaller resolutions or with many working groups
- [x] respond gracefully on mobile/lower resolutions. Possibly only show sponsor name then
- [x] fix cropping of "Add" menu (German)
###### Display sponsorships in non-circle pages
- [x] don't show a sponsor
###### Display sponsorships in circle admin
- [x] new tab "Sponsors" has a table of all current sponsors (name, starts_on, ends_on) | 1.0 | Feature: provide banner ad space for sponsors of a circle - The subscription fee for the Lale platform usage of a helper circle can be paid by a sponsor. As a result, sponsors can show their company logo inside the Lale platform as a banner ad.
See detailed specs here: https://docs.google.com/document/d/16z30iSQjoMWuf6_EoK_fFRrD3q-jsrD4CnKFDijqPm4/edit
#### Technical breakdown / checklist
###### Create Sponsor model
- [x] Name (required)
- [x] URL (optional?)
- [x] set up relations to circle
- [x] add description field (textarea)
- [x] Logo file (required. S3 upload)
###### Create Sponsorship model
- [x] circle id (required)
- [x] sponsor id (required)
- [x] starts_on date (required)
- [x] ends_on date (required)
- [x] add method to fetch currently active sponsorships
- [x] validate start date is before or equal to end date
###### Create Admin interface
- [x] to CRUD sponsors
- [x] to CRUD sponsorships
- [x] extend "new sponsor" admin action to allow image upload (image required)
- [x] extend "edit sponsor" admin action to allow image upload (image optional)
###### Display sponsorships on circle pages (sidebar)
- [x] show/position sponsor logo at the bottom of the sidebar
- [x] link to sponsor URL if present, opening in new window
- [x] rotate the logo regularly if a circle has multiple sponsors: choose a random image once per uer session
- [x] bugfix: image container collapses on staging :-/
- [x] display the uploaded sponsor-logo as-is, don't assign a size in HTML/CSS
- [x] ensure navigation isn't obstructed on smaller resolutions or with many working groups
- [x] respond gracefully on mobile/lower resolutions. Possibly only show sponsor name then
- [x] fix cropping of "Add" menu (German)
###### Display sponsorships in non-circle pages
- [x] don't show a sponsor
###### Display sponsorships in circle admin
- [x] new tab "Sponsors" has a table of all current sponsors (name, starts_on, ends_on) | priority | feature provide banner ad space for sponsors of a circle the subscription fee for the lale platform usage of a helper circle can be paid by a sponsor as a result sponsors can show their company logo inside the lale platform as a banner ad see detailed specs here technical breakdown checklist create sponsor model name required url optional set up relations to circle add description field textarea logo file required upload create sponsorship model circle id required sponsor id required starts on date required ends on date required add method to fetch currently active sponsorships validate start date is before or equal to end date create admin interface to crud sponsors to crud sponsorships extend new sponsor admin action to allow image upload image required extend edit sponsor admin action to allow image upload image optional display sponsorships on circle pages sidebar show position sponsor logo at the bottom of the sidebar link to sponsor url if present opening in new window rotate the logo regularly if a circle has multiple sponsors choose a random image once per uer session bugfix image container collapses on staging display the uploaded sponsor logo as is don t assign a size in html css ensure navigation isn t obstructed on smaller resolutions or with many working groups respond gracefully on mobile lower resolutions possibly only show sponsor name then fix cropping of add menu german display sponsorships in non circle pages don t show a sponsor display sponsorships in circle admin new tab sponsors has a table of all current sponsors name starts on ends on | 1 |
723,347 | 24,894,262,179 | IssuesEvent | 2022-10-28 14:31:04 | apache/dolphinscheduler | https://api.github.com/repos/apache/dolphinscheduler | closed | [Bug] Resouce center can not create file and directories | bug priority:high release cherry-pick 3.1.x release cherry-pick 3.1.x | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
1)On the resouce center page, create directory failed
### What you expected to happen
1)On the resouce center page, we should create directory successfully
### How to reproduce
1) login to the web
2)click "Resouces" tab
3)click on "Create Folder" and enter a folder name then click "confirm" button.

4) from the api-server log, it also shows errors

### Anything else
_No response_
### Version
3.1.x
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| 1.0 | [Bug] Resouce center can not create file and directories - ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
1)On the resouce center page, create directory failed
### What you expected to happen
1)On the resouce center page, we should create directory successfully
### How to reproduce
1) login to the web
2)click "Resouces" tab
3)click on "Create Folder" and enter a folder name then click "confirm" button.

4) from the api-server log, it also shows errors

### Anything else
_No response_
### Version
3.1.x
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| priority | resouce center can not create file and directories search before asking i had searched in the and found no similar issues what happened on the resouce center page create directory failed what you expected to happen on the resouce center page we should create directory successfully how to reproduce login to the web click resouces tab click on create folder and enter a folder name then click confirm button from the api server log it also shows errors anything else no response version x are you willing to submit pr yes i am willing to submit a pr code of conduct i agree to follow this project s | 1 |
820,815 | 30,790,355,652 | IssuesEvent | 2023-07-31 15:45:11 | akuity/kargo | https://api.github.com/repos/akuity/kargo | closed | Project list page does not load | kind/bug area/ui priority/high | Steps to reproduce:
* Configure Kargo with at least one project
* Open UI
No projects are shown and following error is printed:
```
query.ts:444 ConnectError: [invalid_argument] cannot decode google.protobuf.Timestamp from JSON: object
``` | 1.0 | Project list page does not load - Steps to reproduce:
* Configure Kargo with at least one project
* Open UI
No projects are shown and following error is printed:
```
query.ts:444 ConnectError: [invalid_argument] cannot decode google.protobuf.Timestamp from JSON: object
``` | priority | project list page does not load steps to reproduce configure kargo with at least one project open ui no projects are shown and following error is printed query ts connecterror cannot decode google protobuf timestamp from json object | 1 |
776,110 | 27,247,267,525 | IssuesEvent | 2023-02-22 03:48:55 | NRCan/GSC-Field-Application | https://api.github.com/repos/NRCan/GSC-Field-Application | closed | Application doesn't run when open | bug high priority | I've experienced this problem on many tablets once I upgraded them to 22H2.
Maybe a bit of solution?
https://www.neowin.net/news/microsoft-confirms-start-menu-and-uwp-apps-issues-in-windows-11-and-10/
@jameljoseph @eygirard | 1.0 | Application doesn't run when open - I've experienced this problem on many tablets once I upgraded them to 22H2.
Maybe a bit of solution?
https://www.neowin.net/news/microsoft-confirms-start-menu-and-uwp-apps-issues-in-windows-11-and-10/
@jameljoseph @eygirard | priority | application doesn t run when open i ve experienced this problem on many tablets once i upgraded them to maybe a bit of solution jameljoseph eygirard | 1 |
798,220 | 28,240,373,683 | IssuesEvent | 2023-04-06 06:35:02 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | opened | Keep debezium conf file inside the yb-voyager export-dir instead of debezium-server directory | kind/bug priority/high area/ecosystem jira-originated | Jira Link: [DB-6092](https://yugabyte.atlassian.net/browse/DB-6092)
| 1.0 | Keep debezium conf file inside the yb-voyager export-dir instead of debezium-server directory - Jira Link: [DB-6092](https://yugabyte.atlassian.net/browse/DB-6092)
| priority | keep debezium conf file inside the yb voyager export dir instead of debezium server directory jira link | 1 |
226,372 | 7,518,542,688 | IssuesEvent | 2018-04-12 08:45:23 | Rsl1122/Plan-PlayerAnalytics | https://api.github.com/repos/Rsl1122/Plan-PlayerAnalytics | opened | Sponge not loading Apache DBCP2 due to org.apache namespace (MySQL does not function) | Bug Complexity: LOW Priority: HIGH | ```
java.lang.NoClassDefFoundError: org/apache/commons/dbcp2/BasicDataSource
at com.djrapitops.plan.system.database.databases.sql.MySQLDB.setupDataSource(MySQLDB.java:25) ~[MySQLDB.class:?]
at com.djrapitops.plan.system.database.databases.sql.SQLDB.init(SQLDB.java:99) ~[SQLDB.class:?]
at com.djrapitops.plan.system.database.DBSystem.getActiveDatabaseByName(DBSystem.java:82) ~[DBSystem.class:?]
at com.djrapitops.plan.system.database.ServerDBSystem.initDatabase(ServerDBSystem.java:25) ~[ServerDBSystem.class:?]
at com.djrapitops.plan.system.database.DBSystem.enable(DBSystem.java:47) ~[DBSystem.class:?]
at com.djrapitops.plan.system.PlanSystem.enable(PlanSystem.java:98) ~[PlanSystem.class:?]
at com.djrapitops.plan.system.SpongeSystem.enable(SpongeSystem.java:62) ~[SpongeSystem.class:?]
at com.djrapitops.plan.PlanSponge.onEnable(PlanSponge.java:56) ~[PlanSponge.class:?]
at com.djrapitops.plan.PlanSponge.onServerStart(PlanSponge.java:39) ~[PlanSponge.class:?]
at org.spongepowered.common.event.listener.GameStartedServerEventListener_PlanSponge_onServerStart2.handle(Unknown Source) ~[?:?]
at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) ~[RegisteredListener.class:1.12.2-2611-7.1.0-BETA-3017]
...
```
> Forge excludes some packages from loading in mods (prevents inconsistent classloading issues).
You’ll need to shade the package when building. Something like renaming org.apache to gt.creeperface.sponge.shaded.apache or whatever
https://forums.spongepowered.org/t/plugin-external-libraries/21146/8
Fix: Relocate apache DBCP package to another namespace | 1.0 | Sponge not loading Apache DBCP2 due to org.apache namespace (MySQL does not function) - ```
java.lang.NoClassDefFoundError: org/apache/commons/dbcp2/BasicDataSource
at com.djrapitops.plan.system.database.databases.sql.MySQLDB.setupDataSource(MySQLDB.java:25) ~[MySQLDB.class:?]
at com.djrapitops.plan.system.database.databases.sql.SQLDB.init(SQLDB.java:99) ~[SQLDB.class:?]
at com.djrapitops.plan.system.database.DBSystem.getActiveDatabaseByName(DBSystem.java:82) ~[DBSystem.class:?]
at com.djrapitops.plan.system.database.ServerDBSystem.initDatabase(ServerDBSystem.java:25) ~[ServerDBSystem.class:?]
at com.djrapitops.plan.system.database.DBSystem.enable(DBSystem.java:47) ~[DBSystem.class:?]
at com.djrapitops.plan.system.PlanSystem.enable(PlanSystem.java:98) ~[PlanSystem.class:?]
at com.djrapitops.plan.system.SpongeSystem.enable(SpongeSystem.java:62) ~[SpongeSystem.class:?]
at com.djrapitops.plan.PlanSponge.onEnable(PlanSponge.java:56) ~[PlanSponge.class:?]
at com.djrapitops.plan.PlanSponge.onServerStart(PlanSponge.java:39) ~[PlanSponge.class:?]
at org.spongepowered.common.event.listener.GameStartedServerEventListener_PlanSponge_onServerStart2.handle(Unknown Source) ~[?:?]
at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) ~[RegisteredListener.class:1.12.2-2611-7.1.0-BETA-3017]
...
```
> Forge excludes some packages from loading in mods (prevents inconsistent classloading issues).
You’ll need to shade the package when building. Something like renaming org.apache to gt.creeperface.sponge.shaded.apache or whatever
https://forums.spongepowered.org/t/plugin-external-libraries/21146/8
Fix: Relocate apache DBCP package to another namespace | priority | sponge not loading apache due to org apache namespace mysql does not function java lang noclassdeffounderror org apache commons basicdatasource at com djrapitops plan system database databases sql mysqldb setupdatasource mysqldb java at com djrapitops plan system database databases sql sqldb init sqldb java at com djrapitops plan system database dbsystem getactivedatabasebyname dbsystem java at com djrapitops plan system database serverdbsystem initdatabase serverdbsystem java at com djrapitops plan system database dbsystem enable dbsystem java at com djrapitops plan system plansystem enable plansystem java at com djrapitops plan system spongesystem enable spongesystem java at com djrapitops plan plansponge onenable plansponge java at com djrapitops plan plansponge onserverstart plansponge java at org spongepowered common event listener gamestartedservereventlistener plansponge handle unknown source at org spongepowered common event registeredlistener handle registeredlistener java forge excludes some packages from loading in mods prevents inconsistent classloading issues you’ll need to shade the package when building something like renaming org apache to gt creeperface sponge shaded apache or whatever fix relocate apache dbcp package to another namespace | 1 |
341,534 | 10,298,429,534 | IssuesEvent | 2019-08-28 10:20:48 | dmwm/WMCore | https://api.github.com/repos/dmwm/WMCore | closed | Harvest task using top level CMSSWVersion in StepChain | BUG High Priority ReqMgr2 | **Impact of the bug**
ReqMgr2
**Describe the bug**
After fixing the StepChain harvest template in:
https://github.com/dmwm/WMCore/pull/9356
I noticed that the Harvesting job ran with the first CMSSWVersion value in the spec (the top level one), which might not be compatible with the CMSSWVersion used to produce the DQM/DQMIO dataset.
**How to reproduce it**
Injecting the Integration/SC_ReDigi_Harvest.json in the PR#9356 and looking into the logs for the Harvesting job, where one can see in `wmagentJob.log` file this line:
```
2019-08-26 16:23:00,528:INFO:Scram: Invoking command: /cvmfs/cms.cern.ch/slc7_amd64_gcc700/cms/cmssw/CMSSW_10_6_1/external/slc7_amd64_gcc700/bin/python2.7 -m WMCore.WMRuntime.ScriptInvoke WMTaskSpace.cmsRun1 SetupCMSSWPset
```
**Expected behavior**
Ideally the StepChain template should know which Step is responsible for producing the DQM/DQMIO datasets, and then create the Harvest task using that same CMSSWVersion.
A second approach - that should always work as well, even though not ideal - would be to re-use the same CMSSWVersion as the one used by the last Step in a StepChain workflow.
**Additional context and error message**
| 1.0 | Harvest task using top level CMSSWVersion in StepChain - **Impact of the bug**
ReqMgr2
**Describe the bug**
After fixing the StepChain harvest template in:
https://github.com/dmwm/WMCore/pull/9356
I noticed that the Harvesting job ran with the first CMSSWVersion value in the spec (the top level one), which might not be compatible with the CMSSWVersion used to produce the DQM/DQMIO dataset.
**How to reproduce it**
Injecting the Integration/SC_ReDigi_Harvest.json in the PR#9356 and looking into the logs for the Harvesting job, where one can see in `wmagentJob.log` file this line:
```
2019-08-26 16:23:00,528:INFO:Scram: Invoking command: /cvmfs/cms.cern.ch/slc7_amd64_gcc700/cms/cmssw/CMSSW_10_6_1/external/slc7_amd64_gcc700/bin/python2.7 -m WMCore.WMRuntime.ScriptInvoke WMTaskSpace.cmsRun1 SetupCMSSWPset
```
**Expected behavior**
Ideally the StepChain template should know which Step is responsible for producing the DQM/DQMIO datasets, and then create the Harvest task using that same CMSSWVersion.
A second approach - that should always work as well, even though not ideal - would be to re-use the same CMSSWVersion as the one used by the last Step in a StepChain workflow.
**Additional context and error message**
| priority | harvest task using top level cmsswversion in stepchain impact of the bug describe the bug after fixing the stepchain harvest template in i noticed that the harvesting job ran with the first cmsswversion value in the spec the top level one which might not be compatible with the cmsswversion used to produce the dqm dqmio dataset how to reproduce it injecting the integration sc redigi harvest json in the pr and looking into the logs for the harvesting job where one can see in wmagentjob log file this line info scram invoking command cvmfs cms cern ch cms cmssw cmssw external bin m wmcore wmruntime scriptinvoke wmtaskspace setupcmsswpset expected behavior ideally the stepchain template should know which step is responsible for producing the dqm dqmio datasets and then create the harvest task using that same cmsswversion a second approach that should always work as well even though not ideal would be to re use the same cmsswversion as the one used by the last step in a stepchain workflow additional context and error message | 1 |
64,431 | 3,211,703,410 | IssuesEvent | 2015-10-06 12:22:09 | adobe/brackets | https://api.github.com/repos/adobe/brackets | closed | Cannot run tests with Jasmine Spec Runner | high priority | I am trying to run tests with Jasmine Spec Runner but opening the Spec Runner just ends up in a blank screen:

Brackets continues to work normally except it cannot be exited anymore without killing the process. Latest master (https://github.com/adobe/brackets/commit/be50533b8575b1f2602f546d01289151e9a671ea), `brackets-shell` shipped that shipped with 1.4. Cannot build the shell myself ATM, so I'll have to wait until `1.5.` to test against that unless someone has some better ideas... Clearing out the cache folder etc. didn't help.
| 1.0 | Cannot run tests with Jasmine Spec Runner - I am trying to run tests with Jasmine Spec Runner but opening the Spec Runner just ends up in a blank screen:

Brackets continues to work normally except it cannot be exited anymore without killing the process. Latest master (https://github.com/adobe/brackets/commit/be50533b8575b1f2602f546d01289151e9a671ea), `brackets-shell` shipped that shipped with 1.4. Cannot build the shell myself ATM, so I'll have to wait until `1.5.` to test against that unless someone has some better ideas... Clearing out the cache folder etc. didn't help.
| priority | cannot run tests with jasmine spec runner i am trying to run tests with jasmine spec runner but opening the spec runner just ends up in a blank screen brackets continues to work normally except it cannot be exited anymore without killing the process latest master brackets shell shipped that shipped with cannot build the shell myself atm so i ll have to wait until to test against that unless someone has some better ideas clearing out the cache folder etc didn t help | 1 |
815,861 | 30,575,389,492 | IssuesEvent | 2023-07-21 04:41:19 | risingwavelabs/risingwave | https://api.github.com/repos/risingwavelabs/risingwave | closed | bug(s3 connector): failed to recovery after deleting some objects | type/bug priority/high | ### Describe the bug
Failed to recovery after deleting some objects
### Error message/log
```text
2023-07-19T03:49:34.205304505Z ERROR risingwave_stream::task::stream_manager: actor exit, actor: 48, error: Executor error: Connector erro
r: internal error: S3 GetObject from eric-demo-singapore error: service error
backtrace of `StreamExecutorError`:
0: <risingwave_stream::executor::error::StreamExecutorError as core::convert::From<risingwave_stream::executor::error::Inner>>::from
at ./src/stream/src/executor/error.rs:102:10
1: <T as core::convert::Into<U>>::into
at /rustc/f0411ffcebcd7f75ac02ed45feb53ffd07b75398/library/core/src/convert/mod.rs:717:9
2: risingwave_stream::executor::error::StreamExecutorError::connector_error
at ./src/stream/src/executor/error.rs:89:45
3: risingwave_stream::executor::stream_reader::StreamReaderWithPause<_,M>::data_stream::{{closure}}
at ./src/stream/src/executor/stream_reader.rs:60:32
4: <futures_async_stream::try_stream::GenTryStream<G> as futures_core::stream::Stream>::poll_next
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-async-stream-0.2.6/src/lib.rs:463:33
5: <S as futures_core::stream::TryStream>::try_poll_next
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.28/src/stream.rs:196:9
6: <futures_util::stream::try_stream::into_stream::IntoStream<St> as futures_core::stream::Stream>::poll_next
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/try_stream/into_stream.rs:3
8:9
7: <futures_util::stream::stream::map::Map<St,F> as futures_core::stream::Stream>::poll_next
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/stream/map.rs:58:26
8: <futures_util::stream::try_stream::MapOk<St,F> as futures_core::stream::Stream>::poll_next
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/lib.rs:102:13
9: <core::pin::Pin<P> as futures_core::stream::Stream>::poll_next
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.28/src/stream.rs:120:9
10: futures_util::stream::select_with_strategy::poll_side
11: futures_util::stream::select_with_strategy::poll_inner
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/select_with_strategy.rs:243
:11
12: <futures_util::stream::select_with_strategy::SelectWithStrategy<St1,St2,Clos,State> as futures_core::stream::Stream>::poll_next
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/select_with_strategy.rs:270
:17
13: futures_util::stream::stream::StreamExt::poll_next_unpin
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/stream/mod.rs:1632:9
```
### To Reproduce
1. create a S3 source/table with some files in S3 bucket
2. shutdown RW cluster
3. remove that file
4. start RW cluster
### Expected behavior
_No response_
### How did you deploy RisingWave?
_No response_
### The version of RisingWave
_No response_
### Additional context
_No response_ | 1.0 | bug(s3 connector): failed to recovery after deleting some objects - ### Describe the bug
Failed to recovery after deleting some objects
### Error message/log
```text
2023-07-19T03:49:34.205304505Z ERROR risingwave_stream::task::stream_manager: actor exit, actor: 48, error: Executor error: Connector erro
r: internal error: S3 GetObject from eric-demo-singapore error: service error
backtrace of `StreamExecutorError`:
0: <risingwave_stream::executor::error::StreamExecutorError as core::convert::From<risingwave_stream::executor::error::Inner>>::from
at ./src/stream/src/executor/error.rs:102:10
1: <T as core::convert::Into<U>>::into
at /rustc/f0411ffcebcd7f75ac02ed45feb53ffd07b75398/library/core/src/convert/mod.rs:717:9
2: risingwave_stream::executor::error::StreamExecutorError::connector_error
at ./src/stream/src/executor/error.rs:89:45
3: risingwave_stream::executor::stream_reader::StreamReaderWithPause<_,M>::data_stream::{{closure}}
at ./src/stream/src/executor/stream_reader.rs:60:32
4: <futures_async_stream::try_stream::GenTryStream<G> as futures_core::stream::Stream>::poll_next
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-async-stream-0.2.6/src/lib.rs:463:33
5: <S as futures_core::stream::TryStream>::try_poll_next
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.28/src/stream.rs:196:9
6: <futures_util::stream::try_stream::into_stream::IntoStream<St> as futures_core::stream::Stream>::poll_next
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/try_stream/into_stream.rs:3
8:9
7: <futures_util::stream::stream::map::Map<St,F> as futures_core::stream::Stream>::poll_next
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/stream/map.rs:58:26
8: <futures_util::stream::try_stream::MapOk<St,F> as futures_core::stream::Stream>::poll_next
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/lib.rs:102:13
9: <core::pin::Pin<P> as futures_core::stream::Stream>::poll_next
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.28/src/stream.rs:120:9
10: futures_util::stream::select_with_strategy::poll_side
11: futures_util::stream::select_with_strategy::poll_inner
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/select_with_strategy.rs:243
:11
12: <futures_util::stream::select_with_strategy::SelectWithStrategy<St1,St2,Clos,State> as futures_core::stream::Stream>::poll_next
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/select_with_strategy.rs:270
:17
13: futures_util::stream::stream::StreamExt::poll_next_unpin
at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/stream/mod.rs:1632:9
```
### To Reproduce
1. create a S3 source/table with some files in S3 bucket
2. shutdown RW cluster
3. remove that file
4. start RW cluster
### Expected behavior
_No response_
### How did you deploy RisingWave?
_No response_
### The version of RisingWave
_No response_
### Additional context
_No response_ | priority | bug connector failed to recovery after deleting some objects describe the bug failed to recovery after deleting some objects error message log text error risingwave stream task stream manager actor exit actor error executor error connector erro r internal error getobject from eric demo singapore error service error backtrace of streamexecutorerror from at src stream src executor error rs into at rustc library core src convert mod rs risingwave stream executor error streamexecutorerror connector error at src stream src executor error rs risingwave stream executor stream reader streamreaderwithpause data stream closure at src stream src executor stream reader rs as futures core stream stream poll next at home ubuntu cargo registry src index crates io futures async stream src lib rs try poll next at home ubuntu cargo registry src index crates io futures core src stream rs as futures core stream stream poll next at home ubuntu cargo registry src index crates io futures util src stream try stream into stream rs as futures core stream stream poll next at home ubuntu cargo registry src index crates io futures util src stream stream map rs as futures core stream stream poll next at home ubuntu cargo registry src index crates io futures util src lib rs as futures core stream stream poll next at home ubuntu cargo registry src index crates io futures core src stream rs futures util stream select with strategy poll side futures util stream select with strategy poll inner at home ubuntu cargo registry src index crates io futures util src stream select with strategy rs as futures core stream stream poll next at home ubuntu cargo registry src index crates io futures util src stream select with strategy rs futures util stream stream streamext poll next unpin at home ubuntu cargo registry src index crates io futures util src stream stream mod rs to reproduce create a source table with some files in bucket shutdown rw cluster remove that file start rw cluster expected behavior no response how did you deploy risingwave no response the version of risingwave no response additional context no response | 1 |
824,061 | 31,116,562,773 | IssuesEvent | 2023-08-15 00:34:15 | ut-issl/c2a-aobc | https://api.github.com/repos/ut-issl/c2a-aobc | closed | Q内挿モードで設定する目標Qスカラー部符号のアサーション追加 | :rocket: priority::high :fish: patch | ## 概要
Q内挿モードで設定する目標Qスカラー部符号のアサーション追加
## 詳細
Q内挿モードでの目標Q設定コマンドは、スカラー部が正になる前提で作っており、地上局側でコマンド作成時に気をつける必要がある。
搭載側で次のどちらかを実装したほうがユーザーフレンドリー
- 負の値が来るとコマンドを通さなくする
- 負の値が来たら強制的に正の値にする
## close条件
実装したら
## 備考
NA
## 注意
NA | 1.0 | Q内挿モードで設定する目標Qスカラー部符号のアサーション追加 - ## 概要
Q内挿モードで設定する目標Qスカラー部符号のアサーション追加
## 詳細
Q内挿モードでの目標Q設定コマンドは、スカラー部が正になる前提で作っており、地上局側でコマンド作成時に気をつける必要がある。
搭載側で次のどちらかを実装したほうがユーザーフレンドリー
- 負の値が来るとコマンドを通さなくする
- 負の値が来たら強制的に正の値にする
## close条件
実装したら
## 備考
NA
## 注意
NA | priority | q内挿モードで設定する目標qスカラー部符号のアサーション追加 概要 q内挿モードで設定する目標qスカラー部符号のアサーション追加 詳細 q内挿モードでの目標q設定コマンドは、スカラー部が正になる前提で作っており、地上局側でコマンド作成時に気をつける必要がある。 搭載側で次のどちらかを実装したほうがユーザーフレンドリー 負の値が来るとコマンドを通さなくする 負の値が来たら強制的に正の値にする close条件 実装したら 備考 na 注意 na | 1 |
778,726 | 27,326,714,436 | IssuesEvent | 2023-02-25 05:00:10 | CreeperMagnet/the-creepers-code | https://api.github.com/repos/CreeperMagnet/the-creepers-code | closed | The wrench sound plays louder in one ear | priority: high | This is very noticeable with headphones on. Can simply be fixed by centering the playsound on the rotated block, rather than on the edge of the block. | 1.0 | The wrench sound plays louder in one ear - This is very noticeable with headphones on. Can simply be fixed by centering the playsound on the rotated block, rather than on the edge of the block. | priority | the wrench sound plays louder in one ear this is very noticeable with headphones on can simply be fixed by centering the playsound on the rotated block rather than on the edge of the block | 1 |
560,072 | 16,584,429,294 | IssuesEvent | 2021-05-31 16:22:46 | dbdness/dnikma-thesis-2021 | https://api.github.com/repos/dbdness/dnikma-thesis-2021 | closed | Few lines about our assumptions about primary key data types | priority:high report research | - We assume that primary key data types are not `DATETIME`, `BLOB`, `FILE` etc.
- This helps us sort out noise in cases of composite primary keys with columns that are invalid PK types (like our "Employess DB" example
- We should explain why (few lines), and preferably include a valid source that states the same
- We could put this under our important defintions | 1.0 | Few lines about our assumptions about primary key data types - - We assume that primary key data types are not `DATETIME`, `BLOB`, `FILE` etc.
- This helps us sort out noise in cases of composite primary keys with columns that are invalid PK types (like our "Employess DB" example
- We should explain why (few lines), and preferably include a valid source that states the same
- We could put this under our important defintions | priority | few lines about our assumptions about primary key data types we assume that primary key data types are not datetime blob file etc this helps us sort out noise in cases of composite primary keys with columns that are invalid pk types like our employess db example we should explain why few lines and preferably include a valid source that states the same we could put this under our important defintions | 1 |
578,049 | 17,143,052,675 | IssuesEvent | 2021-07-13 11:50:26 | ColonelKai/FNF-Forward-Launcher | https://api.github.com/repos/ColonelKai/FNF-Forward-Launcher | closed | Crash Issues with Mod when Launced from FLauncher | bug high priority | **Describe the bug**
It seems that some people have had crash issues with mods, after the end of the songs and a very specific point in Vs. Ruria demo. I've had similar issues but can't tell if it's due to my pc potato or FLauncher.
**To Reproduce**
Steps to reproduce the behavior:
1. Launch any mod
2. Play it
3. It may crash idk
**Expected behavior**
The mod to work as it should normally.
| 1.0 | Crash Issues with Mod when Launced from FLauncher - **Describe the bug**
It seems that some people have had crash issues with mods, after the end of the songs and a very specific point in Vs. Ruria demo. I've had similar issues but can't tell if it's due to my pc potato or FLauncher.
**To Reproduce**
Steps to reproduce the behavior:
1. Launch any mod
2. Play it
3. It may crash idk
**Expected behavior**
The mod to work as it should normally.
| priority | crash issues with mod when launced from flauncher describe the bug it seems that some people have had crash issues with mods after the end of the songs and a very specific point in vs ruria demo i ve had similar issues but can t tell if it s due to my pc potato or flauncher to reproduce steps to reproduce the behavior launch any mod play it it may crash idk expected behavior the mod to work as it should normally | 1 |
821,932 | 30,843,778,049 | IssuesEvent | 2023-08-02 12:30:16 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | Resolve Moderate Dependabot Alerts | high-priority platform-cop-frontend platform-cop | ### Issue Description
https://github.com/department-of-veterans-affairs/vets-website/security/dependabot?q=is%3Aopen+sort%3Amost-important
Alerts have begun to pile up in the vets-website repository. Once the high alerts have been dealt with, the moderate ones are next on the list.
---
### Tasks
- [ ] Resolve all moderate dependabot alerts | 1.0 | Resolve Moderate Dependabot Alerts - ### Issue Description
https://github.com/department-of-veterans-affairs/vets-website/security/dependabot?q=is%3Aopen+sort%3Amost-important
Alerts have begun to pile up in the vets-website repository. Once the high alerts have been dealt with, the moderate ones are next on the list.
---
### Tasks
- [ ] Resolve all moderate dependabot alerts | priority | resolve moderate dependabot alerts issue description alerts have begun to pile up in the vets website repository once the high alerts have been dealt with the moderate ones are next on the list tasks resolve all moderate dependabot alerts | 1 |
707,662 | 24,313,293,234 | IssuesEvent | 2022-09-30 02:10:10 | gama-platform/gama | https://api.github.com/repos/gama-platform/gama | opened | Inconsistency and incoherences in the editor's popup documentation of actions in GAML | 😱 Bug About GAML About UI Priority High | (this issue subsumes #3490).
There are many ways to call an action (or a primitive) in GAML. See for instance the below syntaxes (where `run_thread` is a primitive declared in the `thread` skill):
```gaml
do run_thread interval: 2#s;
do run_thread with: [interval::2#s];
do run_thread with: (interval: 2#s);
do run_thread (interval: 2#s);
unknown aa <- self.run_thread (interval: 2#s);
unknown aa <- run_thread (interval: 2#s);
```
Besides the inconvenience of having so many different syntaxes where we probably only need one or two (but it is another issue), there are also inconsistencies with the popup documentation in the editor.
The fist three ones provide a correct documentation when hovering the action name.
<img width="460" alt="Monosnap 2022-09-30 09-03-11" src="https://user-images.githubusercontent.com/579256/193174469-9aa5a365-30c5-4a35-ae89-428251496431.png">
The last three ones do not even provide a popup window.
Regarding the argument, `interval:`, the first statement produces a mostly empty popup window.
<img width="277" alt="RunThread gaml - Gama (runtime) 2022-09-30 09-07-04" src="https://user-images.githubusercontent.com/579256/193174690-4664bd00-6c6c-4cdb-974f-3cd1ae1f617a.png">
All the others produce a blank window.
<img width="352" alt="RunThread gaml - Gama (runtime) 2022-09-30 09-08-01" src="https://user-images.githubusercontent.com/579256/193174746-29372ebc-5d67-4d61-9604-79ffbc4630a8.png">
**Expected behavior**
A correct and coherent way of documenting actions and their arguments whatever their way of being called is.
| 1.0 | Inconsistency and incoherences in the editor's popup documentation of actions in GAML - (this issue subsumes #3490).
There are many ways to call an action (or a primitive) in GAML. See for instance the below syntaxes (where `run_thread` is a primitive declared in the `thread` skill):
```gaml
do run_thread interval: 2#s;
do run_thread with: [interval::2#s];
do run_thread with: (interval: 2#s);
do run_thread (interval: 2#s);
unknown aa <- self.run_thread (interval: 2#s);
unknown aa <- run_thread (interval: 2#s);
```
Besides the inconvenience of having so many different syntaxes where we probably only need one or two (but it is another issue), there are also inconsistencies with the popup documentation in the editor.
The fist three ones provide a correct documentation when hovering the action name.
<img width="460" alt="Monosnap 2022-09-30 09-03-11" src="https://user-images.githubusercontent.com/579256/193174469-9aa5a365-30c5-4a35-ae89-428251496431.png">
The last three ones do not even provide a popup window.
Regarding the argument, `interval:`, the first statement produces a mostly empty popup window.
<img width="277" alt="RunThread gaml - Gama (runtime) 2022-09-30 09-07-04" src="https://user-images.githubusercontent.com/579256/193174690-4664bd00-6c6c-4cdb-974f-3cd1ae1f617a.png">
All the others produce a blank window.
<img width="352" alt="RunThread gaml - Gama (runtime) 2022-09-30 09-08-01" src="https://user-images.githubusercontent.com/579256/193174746-29372ebc-5d67-4d61-9604-79ffbc4630a8.png">
**Expected behavior**
A correct and coherent way of documenting actions and their arguments whatever their way of being called is.
| priority | inconsistency and incoherences in the editor s popup documentation of actions in gaml this issue subsumes there are many ways to call an action or a primitive in gaml see for instance the below syntaxes where run thread is a primitive declared in the thread skill gaml do run thread interval s do run thread with do run thread with interval s do run thread interval s unknown aa self run thread interval s unknown aa run thread interval s besides the inconvenience of having so many different syntaxes where we probably only need one or two but it is another issue there are also inconsistencies with the popup documentation in the editor the fist three ones provide a correct documentation when hovering the action name img width alt monosnap src the last three ones do not even provide a popup window regarding the argument interval the first statement produces a mostly empty popup window img width alt runthread gaml gama runtime src all the others produce a blank window img width alt runthread gaml gama runtime src expected behavior a correct and coherent way of documenting actions and their arguments whatever their way of being called is | 1 |
828,234 | 31,817,440,664 | IssuesEvent | 2023-09-13 21:45:04 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | reopened | [all] Upgrade to the latest Spring Framework | enhancement wontfix priority: high | ### Duplicates
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
Spring Boot 2.7 is approaching EOL.
### Describe the solution you'd like
Upgrade to the latest Spring Framework. Upgrade to Spring 6 and Spring Boot 3. | 1.0 | [all] Upgrade to the latest Spring Framework - ### Duplicates
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
Spring Boot 2.7 is approaching EOL.
### Describe the solution you'd like
Upgrade to the latest Spring Framework. Upgrade to Spring 6 and Spring Boot 3. | priority | upgrade to the latest spring framework duplicates i have searched the existing issues is your feature request related to a problem please describe spring boot is approaching eol describe the solution you d like upgrade to the latest spring framework upgrade to spring and spring boot | 1 |
566,526 | 16,823,559,708 | IssuesEvent | 2021-06-17 15:37:53 | NWFSC-OA-lab/krl_lrv_ph_temp_2021 | https://api.github.com/repos/NWFSC-OA-lab/krl_lrv_ph_temp_2021 | opened | Krill collection supplies trip 2021.06.21 | High priority | - [ ] Coolers (2-3)--1 on cart, Kate bringing more
- [ ] Bubblers--3 functional with batteries, in bucket stack
- [ ] Batteries--extra D batteries for bubblers
- [ ] Head lamps--only 2
- [ ] Gloves--various pairs on cart
- [ ] Hand warmers--may be slightly expired, but hopefully better than nothing
- [ ] Buckets/cups/spoons/trays--couldn't find spoons, but buckets and cups on cart
- [ ] Spot lights (West Marine)--currently charging
- [ ] Ice packs (frozen)--currently in walk in freezer on second floor
- [ ] Foul Weather gear --NOT PACKED because everyone seems to have personal gear
- [ ] Boots --NOT PACKED because everyone seems to have personal gear
- [ ] GoPro
- [ ] **Instructions for GoPro (on write-n-rain paper)**
- [ ] CTD (little orange probe with AA bats)
- [ ] **CTD line**
- [ ] **Other things we need?** | 1.0 | Krill collection supplies trip 2021.06.21 - - [ ] Coolers (2-3)--1 on cart, Kate bringing more
- [ ] Bubblers--3 functional with batteries, in bucket stack
- [ ] Batteries--extra D batteries for bubblers
- [ ] Head lamps--only 2
- [ ] Gloves--various pairs on cart
- [ ] Hand warmers--may be slightly expired, but hopefully better than nothing
- [ ] Buckets/cups/spoons/trays--couldn't find spoons, but buckets and cups on cart
- [ ] Spot lights (West Marine)--currently charging
- [ ] Ice packs (frozen)--currently in walk in freezer on second floor
- [ ] Foul Weather gear --NOT PACKED because everyone seems to have personal gear
- [ ] Boots --NOT PACKED because everyone seems to have personal gear
- [ ] GoPro
- [ ] **Instructions for GoPro (on write-n-rain paper)**
- [ ] CTD (little orange probe with AA bats)
- [ ] **CTD line**
- [ ] **Other things we need?** | priority | krill collection supplies trip coolers on cart kate bringing more bubblers functional with batteries in bucket stack batteries extra d batteries for bubblers head lamps only gloves various pairs on cart hand warmers may be slightly expired but hopefully better than nothing buckets cups spoons trays couldn t find spoons but buckets and cups on cart spot lights west marine currently charging ice packs frozen currently in walk in freezer on second floor foul weather gear not packed because everyone seems to have personal gear boots not packed because everyone seems to have personal gear gopro instructions for gopro on write n rain paper ctd little orange probe with aa bats ctd line other things we need | 1 |
279,622 | 8,671,207,982 | IssuesEvent | 2018-11-29 18:31:11 | robot-lab/judyst-main-web-service | https://api.github.com/repos/robot-lab/judyst-main-web-service | opened | Сделать выдачу документа согласно редакции | area/rest-api priority/high type/feature | # Feature request
## Почему Вы заинтересованы в данном функционале
Необходимо выдавать документ согласно редакции.
На основании idea #124
## Функционал, который Вы хотите
При выдачи документа добавить поле `interredaction_ids` с массивом id в которых записаны все редакции этого документа. также в представлении выдачи документа добавить поддержку выдачи определенной редакции.
## Как Вы будете использовать этот функционал
Необходимо для frontend.
## Дополнительный контекст или ссылки на связанные с данной задачей issues
задача не разбита
| 1.0 | Сделать выдачу документа согласно редакции - # Feature request
## Почему Вы заинтересованы в данном функционале
Необходимо выдавать документ согласно редакции.
На основании idea #124
## Функционал, который Вы хотите
При выдачи документа добавить поле `interredaction_ids` с массивом id в которых записаны все редакции этого документа. также в представлении выдачи документа добавить поддержку выдачи определенной редакции.
## Как Вы будете использовать этот функционал
Необходимо для frontend.
## Дополнительный контекст или ссылки на связанные с данной задачей issues
задача не разбита
| priority | сделать выдачу документа согласно редакции feature request почему вы заинтересованы в данном функционале необходимо выдавать документ согласно редакции на основании idea функционал который вы хотите при выдачи документа добавить поле interredaction ids с массивом id в которых записаны все редакции этого документа также в представлении выдачи документа добавить поддержку выдачи определенной редакции как вы будете использовать этот функционал необходимо для frontend дополнительный контекст или ссылки на связанные с данной задачей issues задача не разбита | 1 |
329,669 | 10,022,891,629 | IssuesEvent | 2019-07-16 17:49:40 | cassproject/cass-editor | https://api.github.com/repos/cassproject/cass-editor | closed | complexityLevel for beta Connecting credential disappeared | Credential Engine CaSS High Priority bug needs repro | With the beta Credentials Framework of competencies, the display of the complexityLevel property value as expressed in the separate concept scheme of levels has disappeared from the tree display. It was there before and now it is gone. | 1.0 | complexityLevel for beta Connecting credential disappeared - With the beta Credentials Framework of competencies, the display of the complexityLevel property value as expressed in the separate concept scheme of levels has disappeared from the tree display. It was there before and now it is gone. | priority | complexitylevel for beta connecting credential disappeared with the beta credentials framework of competencies the display of the complexitylevel property value as expressed in the separate concept scheme of levels has disappeared from the tree display it was there before and now it is gone | 1 |
487,836 | 14,060,226,893 | IssuesEvent | 2020-11-03 05:28:39 | prysmaticlabs/prysm | https://api.github.com/repos/prysmaticlabs/prysm | closed | ARM builds are broken in beta.1 due to blsMultiVerifyFinal missing symbol | Bug Priority: High | # 🐞 Bug Report
### Description
```
undefined symbol: blsMultiVerifyFinal
```
### Has this worked before in a previous version?
beta.0
## 🔬 Minimal Reproduction
Run beta.1 with arm64
## 🔥 Error
<pre><code>
ubuntu@ubuntu:/home/prysm$ ./prysm.sh beacon-chain --version
Latest Prysm version is v1.0.0-beta.1.
Beacon chain is up to date.
Verifying binary integrity.
beacon-chain-v1.0.0-beta.1-linux-arm64: OK
gpg: Signature made Mon Nov 2 11:51:00 2020 CST
gpg: using RSA key 0AE0051D647BA3C1A917AF4072E33E4DF1A5036E
gpg: Good signature from "Preston Van Loon <preston@prysmaticlabs.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 0AE0 051D 647B A3C1 A917 AF40 72E3 3E4D F1A5 036E
Verified /home/prysm/dist/beacon-chain-v1.0.0-beta.1-linux-arm64 has been signed by Prysmatic Labs.
Starting Prysm beacon-chain --version
./prysm.sh: symbol lookup error: ./prysm.sh: undefined symbol: blsMultiVerifyFinal
</code></pre>
## 🌍 Your Environment
**Operating System:**
<pre>
<code>
linux-arm64
</code>
</pre>
**What version of Prysm are you running? (Which release)**
<pre>
<code>
v1.0.0-beta.1
</code>
</pre>
**Anything else relevant (validator index / public key)?**
| 1.0 | ARM builds are broken in beta.1 due to blsMultiVerifyFinal missing symbol - # 🐞 Bug Report
### Description
```
undefined symbol: blsMultiVerifyFinal
```
### Has this worked before in a previous version?
beta.0
## 🔬 Minimal Reproduction
Run beta.1 with arm64
## 🔥 Error
<pre><code>
ubuntu@ubuntu:/home/prysm$ ./prysm.sh beacon-chain --version
Latest Prysm version is v1.0.0-beta.1.
Beacon chain is up to date.
Verifying binary integrity.
beacon-chain-v1.0.0-beta.1-linux-arm64: OK
gpg: Signature made Mon Nov 2 11:51:00 2020 CST
gpg: using RSA key 0AE0051D647BA3C1A917AF4072E33E4DF1A5036E
gpg: Good signature from "Preston Van Loon <preston@prysmaticlabs.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 0AE0 051D 647B A3C1 A917 AF40 72E3 3E4D F1A5 036E
Verified /home/prysm/dist/beacon-chain-v1.0.0-beta.1-linux-arm64 has been signed by Prysmatic Labs.
Starting Prysm beacon-chain --version
./prysm.sh: symbol lookup error: ./prysm.sh: undefined symbol: blsMultiVerifyFinal
</code></pre>
## 🌍 Your Environment
**Operating System:**
<pre>
<code>
linux-arm64
</code>
</pre>
**What version of Prysm are you running? (Which release)**
<pre>
<code>
v1.0.0-beta.1
</code>
</pre>
**Anything else relevant (validator index / public key)?**
| priority | arm builds are broken in beta due to blsmultiverifyfinal missing symbol 🐞 bug report description undefined symbol blsmultiverifyfinal has this worked before in a previous version beta 🔬 minimal reproduction run beta with 🔥 error ubuntu ubuntu home prysm prysm sh beacon chain version latest prysm version is beta beacon chain is up to date verifying binary integrity beacon chain beta linux ok gpg signature made mon nov cst gpg using rsa key gpg good signature from preston van loon gpg warning this key is not certified with a trusted signature gpg there is no indication that the signature belongs to the owner primary key fingerprint verified home prysm dist beacon chain beta linux has been signed by prysmatic labs starting prysm beacon chain version prysm sh symbol lookup error prysm sh undefined symbol blsmultiverifyfinal 🌍 your environment operating system linux what version of prysm are you running which release beta anything else relevant validator index public key | 1 |
298,064 | 9,195,478,581 | IssuesEvent | 2019-03-07 02:35:38 | embassynetwork/modernomad | https://api.github.com/repos/embassynetwork/modernomad | closed | Create new production environment | High Priority | Deploy a new production environment, probably on Heroku.
## Blockers
- [x] #323
- [x] #351 or #350
- [x] #462
## Pre-migration tasks
- [x] Move embassynetwork.com DNS to Cloudflare (just for DNS - Cloudflare stuff can be disabled)
- This can be done ahead of time, which will make the final migration much less scary.
- [x] Backups #435
- [x] Heroku DB
- [x] Off-site DB (Tarsnap?) (see #293)
- [x] Off-site S3 (Tarsnap?)
- [x] Configure Cloudflare to use a canonical domain
- Currently embassynetwork.com works but www.embassynetwork.com doesn't. Both should work and redirect to a single place.
- We need to decide whether we want https://embassynetwork.com or https://www.embassynetwork.com
- [x] Fix scheduled tasks (as per #326)
- [x] Tests for key workflows (headless as per #339 or otherwise)
- [x] Run migration of database on staging to ensure the migration works
- [x] Enable force HTTPS on Cloudflare
- [x] Test generating thumbnails on staging once #474 has been merged
- `heroku run -a embassynetwork-staging ./manage.py generateimages`
- [x] Create production Heroku app (clone staging app), app name "embassynetwork-production" http://embassynetwork-production.herokuapp.com/
- [x] Create new clone of production database, recording commands executed in `...` sections below
- [x] Migrate database to check migration works
- [x] Generate new secret key
- [x] Copy over production API keys (pending mailgun)
- [x] Upgrade to full dynos
- [x] Upgrade to standard database plan
- [x] Enable Heroku DB backups
- `heroku pg:backups:schedule -a embassynetwork-production DATABASE_URL --at '02:00 America/Los_Angeles'`
- [x] Set up off-site backups
- [x] Follow instructions on https://github.com/bfirsh/heroku-tarsnap-backups
- [x] ~~Distribute and store Tarsnap key to at least two people~~ moved to #483
- [x] Do initial move of static files
- ``` s3cmd sync --region us-east-1 -rv webapp/media/* s3://media.embassynetwork.com/public/ ```
- [x] Do initial generation of thumbnails
- ```heroku run -a embassynetwork-production ./manage.py generateimages```
- [x] Set up media.embassynetwork.com
- Cloudflare
- `heroku config:set -a embassynetwork-production MEDIA_URL=https://media.embassynetwork.com/public/`
- [x] Test new production app works (click around!)
- [x] Restore and verify backup is intact. (Actually restore database locally.)
- [x] Finalize workflow to deploy to production
- [x] ~~2FA all the things~~ moved to #483
## Migration steps
- [x] Notify folks on Slack that site will be down for 30 mins, and emails might not work over next few days
- [x] Turn off Celery on old site
- [x] Take down current site [somehow](https://serverfault.com/questions/196929/reply-with-200-from-nginx-config-without-serving-a-file#491817)
- [x] Dump database (as [per](https://devcenter.heroku.com/articles/heroku-postgres-import-export#import-to-heroku-postgres))
- ``` PGPASSWORD=XXXX pg_dump -Fc --no-acl --no-owner -h localhost -U postgres modernomadb > modernomadb.dump```
- [x] `scp` db dump to local machine and then upload to S3
- ```aws s3 cp modernomadb.dump s3://jessykate-scratch```
- [x] Import database dump on heroku
- [upload DB export to S3, get signed URL](https://devcenter.heroku.com/articles/heroku-postgres-import-export#import-to-heroku-postgres)
- ```heroku pg:backups:restore -a embassynetwork-production <s3 signed url> DATABASE_URL```
- [x] Run migrations on database
- `heroku run -a embassynetwork-production ./manage.py migrate`
- [x] Do final move of static files
- ``` s3cmd sync --region us-east-1 -rv webapp/media/* s3://media.embassynetwork.com/public/ ```
- [x] Do final generation of thumbnails
- ```heroku run -a embassynetwork-production ./manage.py generateimages```
- [x] Click around and check everything works on https://embassynetwork-production.herokuapp.com/
- [x] Swap `embassynetwork.com` and `www.embassynetwork.com` on Cloudflare to CNAME `embassynetwork-production.herokuapp.com`, and switch on Cloudflare
- [x] Click around and check everything works on https://embassynetwork.com
- [x] Roll Stripe keys (done after migration so it doesn't break existing environment)
- [x] [Roll Mailgun keys](https://www.mailgun.com/blog/swap-out-your-api-keys-with-no-downtime)
- [x] Create scheduled task in Heroku scheduler app
- 11:00 UTC daily: `./manage.py run_daily_tasks`
- [x] Enable email sending
- [x] Remove .herokuapp.com from ALLOWED_HOSTS
- `heroku config:set -a embassynetwork-production ALLOWED_HOSTS=embassynetwork.com`
- [x] :tada:
| 1.0 | Create new production environment - Deploy a new production environment, probably on Heroku.
## Blockers
- [x] #323
- [x] #351 or #350
- [x] #462
## Pre-migration tasks
- [x] Move embassynetwork.com DNS to Cloudflare (just for DNS - Cloudflare stuff can be disabled)
- This can be done ahead of time, which will make the final migration much less scary.
- [x] Backups #435
- [x] Heroku DB
- [x] Off-site DB (Tarsnap?) (see #293)
- [x] Off-site S3 (Tarsnap?)
- [x] Configure Cloudflare to use a canonical domain
- Currently embassynetwork.com works but www.embassynetwork.com doesn't. Both should work and redirect to a single place.
- We need to decide whether we want https://embassynetwork.com or https://www.embassynetwork.com
- [x] Fix scheduled tasks (as per #326)
- [x] Tests for key workflows (headless as per #339 or otherwise)
- [x] Run migration of database on staging to ensure the migration works
- [x] Enable force HTTPS on Cloudflare
- [x] Test generating thumbnails on staging once #474 has been merged
- `heroku run -a embassynetwork-staging ./manage.py generateimages`
- [x] Create production Heroku app (clone staging app), app name "embassynetwork-production" http://embassynetwork-production.herokuapp.com/
- [x] Create new clone of production database, recording commands executed in `...` sections below
- [x] Migrate database to check migration works
- [x] Generate new secret key
- [x] Copy over production API keys (pending mailgun)
- [x] Upgrade to full dynos
- [x] Upgrade to standard database plan
- [x] Enable Heroku DB backups
- `heroku pg:backups:schedule -a embassynetwork-production DATABASE_URL --at '02:00 America/Los_Angeles'`
- [x] Set up off-site backups
- [x] Follow instructions on https://github.com/bfirsh/heroku-tarsnap-backups
- [x] ~~Distribute and store Tarsnap key to at least two people~~ moved to #483
- [x] Do initial move of static files
- ``` s3cmd sync --region us-east-1 -rv webapp/media/* s3://media.embassynetwork.com/public/ ```
- [x] Do initial generation of thumbnails
- ```heroku run -a embassynetwork-production ./manage.py generateimages```
- [x] Set up media.embassynetwork.com
- Cloudflare
- `heroku config:set -a embassynetwork-production MEDIA_URL=https://media.embassynetwork.com/public/`
- [x] Test new production app works (click around!)
- [x] Restore and verify backup is intact. (Actually restore database locally.)
- [x] Finalize workflow to deploy to production
- [x] ~~2FA all the things~~ moved to #483
## Migration steps
- [x] Notify folks on Slack that site will be down for 30 mins, and emails might not work over next few days
- [x] Turn off Celery on old site
- [x] Take down current site [somehow](https://serverfault.com/questions/196929/reply-with-200-from-nginx-config-without-serving-a-file#491817)
- [x] Dump database (as [per](https://devcenter.heroku.com/articles/heroku-postgres-import-export#import-to-heroku-postgres))
- ``` PGPASSWORD=XXXX pg_dump -Fc --no-acl --no-owner -h localhost -U postgres modernomadb > modernomadb.dump```
- [x] `scp` db dump to local machine and then upload to S3
- ```aws s3 cp modernomadb.dump s3://jessykate-scratch```
- [x] Import database dump on heroku
- [upload DB export to S3, get signed URL](https://devcenter.heroku.com/articles/heroku-postgres-import-export#import-to-heroku-postgres)
- ```heroku pg:backups:restore -a embassynetwork-production <s3 signed url> DATABASE_URL```
- [x] Run migrations on database
- `heroku run -a embassynetwork-production ./manage.py migrate`
- [x] Do final move of static files
- ``` s3cmd sync --region us-east-1 -rv webapp/media/* s3://media.embassynetwork.com/public/ ```
- [x] Do final generation of thumbnails
- ```heroku run -a embassynetwork-production ./manage.py generateimages```
- [x] Click around and check everything works on https://embassynetwork-production.herokuapp.com/
- [x] Swap `embassynetwork.com` and `www.embassynetwork.com` on Cloudflare to CNAME `embassynetwork-production.herokuapp.com`, and switch on Cloudflare
- [x] Click around and check everything works on https://embassynetwork.com
- [x] Roll Stripe keys (done after migration so it doesn't break existing environment)
- [x] [Roll Mailgun keys](https://www.mailgun.com/blog/swap-out-your-api-keys-with-no-downtime)
- [x] Create scheduled task in Heroku scheduler app
- 11:00 UTC daily: `./manage.py run_daily_tasks`
- [x] Enable email sending
- [x] Remove .herokuapp.com from ALLOWED_HOSTS
- `heroku config:set -a embassynetwork-production ALLOWED_HOSTS=embassynetwork.com`
- [x] :tada:
| priority | create new production environment deploy a new production environment probably on heroku blockers or pre migration tasks move embassynetwork com dns to cloudflare just for dns cloudflare stuff can be disabled this can be done ahead of time which will make the final migration much less scary backups heroku db off site db tarsnap see off site tarsnap configure cloudflare to use a canonical domain currently embassynetwork com works but doesn t both should work and redirect to a single place we need to decide whether we want or fix scheduled tasks as per tests for key workflows headless as per or otherwise run migration of database on staging to ensure the migration works enable force https on cloudflare test generating thumbnails on staging once has been merged heroku run a embassynetwork staging manage py generateimages create production heroku app clone staging app app name embassynetwork production create new clone of production database recording commands executed in sections below migrate database to check migration works generate new secret key copy over production api keys pending mailgun upgrade to full dynos upgrade to standard database plan enable heroku db backups heroku pg backups schedule a embassynetwork production database url at america los angeles set up off site backups follow instructions on distribute and store tarsnap key to at least two people moved to do initial move of static files sync region us east rv webapp media media embassynetwork com public do initial generation of thumbnails heroku run a embassynetwork production manage py generateimages set up media embassynetwork com cloudflare heroku config set a embassynetwork production media url test new production app works click around restore and verify backup is intact actually restore database locally finalize workflow to deploy to production all the things moved to migration steps notify folks on slack that site will be down for mins and emails might not work over next few days turn off celery on old site take down current site dump database as pgpassword xxxx pg dump fc no acl no owner h localhost u postgres modernomadb modernomadb dump scp db dump to local machine and then upload to aws cp modernomadb dump jessykate scratch import database dump on heroku heroku pg backups restore a embassynetwork production database url run migrations on database heroku run a embassynetwork production manage py migrate do final move of static files sync region us east rv webapp media media embassynetwork com public do final generation of thumbnails heroku run a embassynetwork production manage py generateimages click around and check everything works on swap embassynetwork com and on cloudflare to cname embassynetwork production herokuapp com and switch on cloudflare click around and check everything works on roll stripe keys done after migration so it doesn t break existing environment create scheduled task in heroku scheduler app utc daily manage py run daily tasks enable email sending remove herokuapp com from allowed hosts heroku config set a embassynetwork production allowed hosts embassynetwork com tada | 1 |
610,615 | 18,912,309,779 | IssuesEvent | 2021-11-16 15:13:44 | SAP/xsk | https://api.github.com/repos/SAP/xsk | opened | Grant HDI user privileges for external artifacts | core priority-high effort-high customer | ### Background
You have an hdbtable in a schema in HANA Cloud and you want to build a calculation view that uses this table.
The calculationview lives in the HDI container, but the table is outside of it.
You create an hdbsynonym pointing to the table in the hdi container and change the reference in the calculation view to point to the synonym, so the calcview sees the artifact
As the synonym resolves to a table, the jump can be made, but the user that is doing the resolution does not have access to this table
### Target
HDI Container owner must have SELECT and/or EXECUTE priviliges over target schema or object which needs to be access from artefacts in the HDI Container (calculation views or tablefunctions)
#### for schema
```sql
GRANT SELECT ON SCHEMA "<SCHEMA_NAME>" TO "<CONTAINER_NAME>#OO" WITH GRANT OPTION;
GRANT EXECUTE ON SCHEMA "<SCHEMA_NAME>" TO "<CONTAINER_NAME>#OO" WITH GRANT OPTION;
```
#### for table/view
```sql
GRANT SELECT ON "<SCHEMA>"."<TABLE/VIEW_NAME>" TO "<CONTAINER_NAME>#OO" WITH GRANT OPTION;
```
#### for procedure
```sql
GRANT EXECUTE ON "<SCHEMA>"."<PROCEDURE_NAME>" TO "<CONTAINER_NAME>#OO" WITH GRANT OPTION;
``` | 1.0 | Grant HDI user privileges for external artifacts - ### Background
You have an hdbtable in a schema in HANA Cloud and you want to build a calculation view that uses this table.
The calculationview lives in the HDI container, but the table is outside of it.
You create an hdbsynonym pointing to the table in the hdi container and change the reference in the calculation view to point to the synonym, so the calcview sees the artifact
As the synonym resolves to a table, the jump can be made, but the user that is doing the resolution does not have access to this table
### Target
HDI Container owner must have SELECT and/or EXECUTE priviliges over target schema or object which needs to be access from artefacts in the HDI Container (calculation views or tablefunctions)
#### for schema
```sql
GRANT SELECT ON SCHEMA "<SCHEMA_NAME>" TO "<CONTAINER_NAME>#OO" WITH GRANT OPTION;
GRANT EXECUTE ON SCHEMA "<SCHEMA_NAME>" TO "<CONTAINER_NAME>#OO" WITH GRANT OPTION;
```
#### for table/view
```sql
GRANT SELECT ON "<SCHEMA>"."<TABLE/VIEW_NAME>" TO "<CONTAINER_NAME>#OO" WITH GRANT OPTION;
```
#### for procedure
```sql
GRANT EXECUTE ON "<SCHEMA>"."<PROCEDURE_NAME>" TO "<CONTAINER_NAME>#OO" WITH GRANT OPTION;
``` | priority | grant hdi user privileges for external artifacts background you have an hdbtable in a schema in hana cloud and you want to build a calculation view that uses this table the calculationview lives in the hdi container but the table is outside of it you create an hdbsynonym pointing to the table in the hdi container and change the reference in the calculation view to point to the synonym so the calcview sees the artifact as the synonym resolves to a table the jump can be made but the user that is doing the resolution does not have access to this table target hdi container owner must have select and or execute priviliges over target schema or object which needs to be access from artefacts in the hdi container calculation views or tablefunctions for schema sql grant select on schema to oo with grant option grant execute on schema to oo with grant option for table view sql grant select on to oo with grant option for procedure sql grant execute on to oo with grant option | 1 |
211,985 | 7,225,762,118 | IssuesEvent | 2018-02-10 00:49:31 | conveyal/trimet-mod-otp | https://api.github.com/repos/conveyal/trimet-mod-otp | closed | UI: Interlines need to be explicit | bug high priority | Interlines are not being shown right now. It looks like 2 legs.

| 1.0 | UI: Interlines need to be explicit - Interlines are not being shown right now. It looks like 2 legs.

| priority | ui interlines need to be explicit interlines are not being shown right now it looks like legs | 1 |
158,525 | 6,029,395,117 | IssuesEvent | 2017-06-08 17:55:36 | phetsims/sun | https://api.github.com/repos/phetsims/sun | closed | Convert from PropertySet to Property | meeting:developer priority:2-high | Per https://github.com/phetsims/axon/issues/102... Convert from PropertySet to Property.
PropertySet is only used in ButtonModel, but chasing down all usages of its Properties may be difficult. | 1.0 | Convert from PropertySet to Property - Per https://github.com/phetsims/axon/issues/102... Convert from PropertySet to Property.
PropertySet is only used in ButtonModel, but chasing down all usages of its Properties may be difficult. | priority | convert from propertyset to property per convert from propertyset to property propertyset is only used in buttonmodel but chasing down all usages of its properties may be difficult | 1 |
754,210 | 26,375,650,471 | IssuesEvent | 2023-01-12 02:03:18 | AlexPerathoner/SlimHUD | https://api.github.com/repos/AlexPerathoner/SlimHUD | closed | Bars not always appearing | bug priority:high | ### Before opening the issue, have you...?
- [X] Searched for existing issues
- [X] Updated SlimHUD to the latest version (if applicable)
### Describe the bug
I suspect that SlimHUD, due to having an .accessory activationPolicy, or for being a mainly background app (perhaps it's a system limitation for any app), doesn't get the key press events as soon as they happen, but a bit later. Sometimes even multiple seconds after they happened.
This means that if "Continuous check" isn't checked, the bars could appear with quite a lot of delay.
### Steps to reproduce
1. Deactivate "continuous check"
2. Use some other apps for some time
3. Press volume buttons
### Expected behavior
Hud should appear (and be updated, if already visible) as soon as the button is pressed
### Anything else?
- [ ] Check if it's a system limitation
- [ ] If so, use only continuous check
- [ ] remove `KeyPressObserver`, unnecessary
### Environment Information (please complete the following information)
```markdown
- macOS version: 12.0
- Mac model: MBP 13 2018
- Monitor(s): Dell 27"
- Apple Silicon/M1 (yes or no): no
```
| 1.0 | Bars not always appearing - ### Before opening the issue, have you...?
- [X] Searched for existing issues
- [X] Updated SlimHUD to the latest version (if applicable)
### Describe the bug
I suspect that SlimHUD, due to having an .accessory activationPolicy, or for being a mainly background app (perhaps it's a system limitation for any app), doesn't get the key press events as soon as they happen, but a bit later. Sometimes even multiple seconds after they happened.
This means that if "Continuous check" isn't checked, the bars could appear with quite a lot of delay.
### Steps to reproduce
1. Deactivate "continuous check"
2. Use some other apps for some time
3. Press volume buttons
### Expected behavior
Hud should appear (and be updated, if already visible) as soon as the button is pressed
### Anything else?
- [ ] Check if it's a system limitation
- [ ] If so, use only continuous check
- [ ] remove `KeyPressObserver`, unnecessary
### Environment Information (please complete the following information)
```markdown
- macOS version: 12.0
- Mac model: MBP 13 2018
- Monitor(s): Dell 27"
- Apple Silicon/M1 (yes or no): no
```
| priority | bars not always appearing before opening the issue have you searched for existing issues updated slimhud to the latest version if applicable describe the bug i suspect that slimhud due to having an accessory activationpolicy or for being a mainly background app perhaps it s a system limitation for any app doesn t get the key press events as soon as they happen but a bit later sometimes even multiple seconds after they happened this means that if continuous check isn t checked the bars could appear with quite a lot of delay steps to reproduce deactivate continuous check use some other apps for some time press volume buttons expected behavior hud should appear and be updated if already visible as soon as the button is pressed anything else check if it s a system limitation if so use only continuous check remove keypressobserver unnecessary environment information please complete the following information markdown macos version mac model mbp monitor s dell apple silicon yes or no no | 1 |
80,219 | 3,555,765,515 | IssuesEvent | 2016-01-22 00:04:11 | thalida/ShapeConnector | https://api.github.com/repos/thalida/ShapeConnector | closed | Tutorial: Don't use a fixed header | platform: all priority: high request: enhancement | There are scrolling bugs when using the fixed header...

| 1.0 | Tutorial: Don't use a fixed header - There are scrolling bugs when using the fixed header...

| priority | tutorial don t use a fixed header there are scrolling bugs when using the fixed header | 1 |
541,908 | 15,835,999,772 | IssuesEvent | 2021-04-06 18:43:38 | opencad-app/OpenCAD-php | https://api.github.com/repos/opencad-app/OpenCAD-php | closed | Proposal to drop support for old versions of PHP. | Security high priority | **Synopsis**
OpenCAD's officially supports PHP 7.3 (currently recommended release) and PHP 7.2 (minimum) per our current documentation.
Running older versions of PHP may expose servers to security vulnerabilities and children eating bugs that would have otherwise already been fixed on current PHP branches.
PHP 7.2 (OpenCAD's minimum supported PHP branch) has reached [end of life](https://www.php.net/eol.php) and received its last update on 11/30/2020
PHP 7.3 while not end of life is [no longer actively supported](https://www.php.net/supported-versions.php) and will only receive critical security fixes going forward (EOL on 12/6/2021).
**Where do we begin?**
We need to first verify OpenCAD's compatibility with the currently "maintained" branches of PHP (E.g., "7.3, 7.4, and 8.0") before making any further decisions. Should everything work right of the get go, we can proceed directly to receiving community feedback. Should things not be working as expected, we should go ahead and opened the relevant bug reports and pull requests without introducing regressions if possible.
**What do we do after?**
Once we shift OpenCAD's officialy supported branches of PHP to maintained versions we should begin to follow PHP's [active support window](https://www.php.net/supported-versions.php) going forward.
**What other considerations must we discuss before making any changes?**
While this is a minor change in principle, the fact is that there are so many different environments being utilized by our community.
Unfortunately, a good amount of shared hosting providers does not offer the currently supported versions of PHP to their customers for a variety of reasons.
***
The PHP Group. (n.d.). PHP: Supported Versions. PHP. Retrieved March 28, 2021, from https://www.php.net/supported-versions.php
The PHP Group. (n.d.-b). PHP: Unsupported Branches. PHP. Retrieved March 28, 2021, from https://www.php.net/eol.php | 1.0 | Proposal to drop support for old versions of PHP. - **Synopsis**
OpenCAD's officially supports PHP 7.3 (currently recommended release) and PHP 7.2 (minimum) per our current documentation.
Running older versions of PHP may expose servers to security vulnerabilities and children eating bugs that would have otherwise already been fixed on current PHP branches.
PHP 7.2 (OpenCAD's minimum supported PHP branch) has reached [end of life](https://www.php.net/eol.php) and received its last update on 11/30/2020
PHP 7.3 while not end of life is [no longer actively supported](https://www.php.net/supported-versions.php) and will only receive critical security fixes going forward (EOL on 12/6/2021).
**Where do we begin?**
We need to first verify OpenCAD's compatibility with the currently "maintained" branches of PHP (E.g., "7.3, 7.4, and 8.0") before making any further decisions. Should everything work right of the get go, we can proceed directly to receiving community feedback. Should things not be working as expected, we should go ahead and opened the relevant bug reports and pull requests without introducing regressions if possible.
**What do we do after?**
Once we shift OpenCAD's officialy supported branches of PHP to maintained versions we should begin to follow PHP's [active support window](https://www.php.net/supported-versions.php) going forward.
**What other considerations must we discuss before making any changes?**
While this is a minor change in principle, the fact is that there are so many different environments being utilized by our community.
Unfortunately, a good amount of shared hosting providers does not offer the currently supported versions of PHP to their customers for a variety of reasons.
***
The PHP Group. (n.d.). PHP: Supported Versions. PHP. Retrieved March 28, 2021, from https://www.php.net/supported-versions.php
The PHP Group. (n.d.-b). PHP: Unsupported Branches. PHP. Retrieved March 28, 2021, from https://www.php.net/eol.php | priority | proposal to drop support for old versions of php synopsis opencad s officially supports php currently recommended release and php minimum per our current documentation running older versions of php may expose servers to security vulnerabilities and children eating bugs that would have otherwise already been fixed on current php branches php opencad s minimum supported php branch has reached and received its last update on php while not end of life is and will only receive critical security fixes going forward eol on where do we begin we need to first verify opencad s compatibility with the currently maintained branches of php e g and before making any further decisions should everything work right of the get go we can proceed directly to receiving community feedback should things not be working as expected we should go ahead and opened the relevant bug reports and pull requests without introducing regressions if possible what do we do after once we shift opencad s officialy supported branches of php to maintained versions we should begin to follow php s going forward what other considerations must we discuss before making any changes while this is a minor change in principle the fact is that there are so many different environments being utilized by our community unfortunately a good amount of shared hosting providers does not offer the currently supported versions of php to their customers for a variety of reasons the php group n d php supported versions php retrieved march from the php group n d b php unsupported branches php retrieved march from | 1 |
216,046 | 7,300,645,359 | IssuesEvent | 2018-02-27 00:44:27 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | closed | Intake Stats | Missing notice date breaks page. | bug-high-priority caseflow-intake | This error is happening because we now have some elections without notice dates:
<https://sentry.ds.va.gov/department-of-veterans-affairs/caseflow/issues/979/>
It is bringing the entire stats page down. Fix this issue. Luckily I'm the only one using the stats page 😄 | 1.0 | Intake Stats | Missing notice date breaks page. - This error is happening because we now have some elections without notice dates:
<https://sentry.ds.va.gov/department-of-veterans-affairs/caseflow/issues/979/>
It is bringing the entire stats page down. Fix this issue. Luckily I'm the only one using the stats page 😄 | priority | intake stats missing notice date breaks page this error is happening because we now have some elections without notice dates it is bringing the entire stats page down fix this issue luckily i m the only one using the stats page 😄 | 1 |
150,094 | 5,736,077,351 | IssuesEvent | 2017-04-22 04:42:23 | python/mypy | https://api.github.com/repos/python/mypy | closed | Symlinks appear as little text files in Windows wheels | priority-0-high | See https://github.com/python/typeshed/issues/1175.
I think we should fix this one way or another before the 0.510 release goes out. | 1.0 | Symlinks appear as little text files in Windows wheels - See https://github.com/python/typeshed/issues/1175.
I think we should fix this one way or another before the 0.510 release goes out. | priority | symlinks appear as little text files in windows wheels see i think we should fix this one way or another before the release goes out | 1 |
114,103 | 4,614,182,483 | IssuesEvent | 2016-09-25 12:42:16 | isawnyu/pleiades-gazetteer | https://api.github.com/repos/isawnyu/pleiades-gazetteer | opened | typo in code causes reference display problem in base views | bug priority: high | Because of a typo in code, Individual citations in reference lists in content base views do not appear to conform to the specification set out in [Scrumdo Story 66](https://www.scrumdo.com/projects/story_permalink/1096457):
> In the references listing (views) each reference should be serialized as follows:
``` <a href="{value of access uri}" title="{value of formatted citation}">{value of short citation}{value of citation detail}</a>```
[The code that constructs these citations](https://github.com/isawnyu/PleiadesEntity/blob/master/Products/PleiadesEntity/content/Work.py#L128) is to be found in the ```getSortedReferenceCitations``` function in PleiadesEntity's Work.py. The problem occurs at [line 140](https://github.com/isawnyu/PleiadesEntity/blob/master/Products/PleiadesEntity/content/Work.py#L140), where the string "short_tile" is used as a key in a lookup of the reference. The actual name of the field is "short_title". Line 40 must be changed to read as follows:
```python
title = unicode(ref.get('short_title', ''), 'utf-8')
```
| 1.0 | typo in code causes reference display problem in base views - Because of a typo in code, Individual citations in reference lists in content base views do not appear to conform to the specification set out in [Scrumdo Story 66](https://www.scrumdo.com/projects/story_permalink/1096457):
> In the references listing (views) each reference should be serialized as follows:
``` <a href="{value of access uri}" title="{value of formatted citation}">{value of short citation}{value of citation detail}</a>```
[The code that constructs these citations](https://github.com/isawnyu/PleiadesEntity/blob/master/Products/PleiadesEntity/content/Work.py#L128) is to be found in the ```getSortedReferenceCitations``` function in PleiadesEntity's Work.py. The problem occurs at [line 140](https://github.com/isawnyu/PleiadesEntity/blob/master/Products/PleiadesEntity/content/Work.py#L140), where the string "short_tile" is used as a key in a lookup of the reference. The actual name of the field is "short_title". Line 40 must be changed to read as follows:
```python
title = unicode(ref.get('short_title', ''), 'utf-8')
```
| priority | typo in code causes reference display problem in base views because of a typo in code individual citations in reference lists in content base views do not appear to conform to the specification set out in in the references listing views each reference should be serialized as follows value of short citation value of citation detail is to be found in the getsortedreferencecitations function in pleiadesentity s work py the problem occurs at where the string short tile is used as a key in a lookup of the reference the actual name of the field is short title line must be changed to read as follows python title unicode ref get short title utf | 1 |
271,959 | 8,494,235,126 | IssuesEvent | 2018-10-28 19:38:14 | cvanclee/AnkiOverdriveTagServer | https://api.github.com/repos/cvanclee/AnkiOverdriveTagServer | closed | New game after first throws NullPtr | bug priority: high | After the first game ends, and when setting up a new game, AnkiConnector throws a nullptrexception. My guess is something in the nodejs server needs to get reset, not sure though. This occurs when the winning score is reached, need to see if it also happens when a client disconnects. | 1.0 | New game after first throws NullPtr - After the first game ends, and when setting up a new game, AnkiConnector throws a nullptrexception. My guess is something in the nodejs server needs to get reset, not sure though. This occurs when the winning score is reached, need to see if it also happens when a client disconnects. | priority | new game after first throws nullptr after the first game ends and when setting up a new game ankiconnector throws a nullptrexception my guess is something in the nodejs server needs to get reset not sure though this occurs when the winning score is reached need to see if it also happens when a client disconnects | 1 |
398,453 | 11,741,240,774 | IssuesEvent | 2020-03-11 21:17:36 | usspeedskating/MeetManager-Public | https://api.github.com/repos/usspeedskating/MeetManager-Public | opened | Manually edit the qualifying conditions (tables) for heats and events. | enhancement high priority | >Wondering if there is a way to keep the qualifying tables out of the equation and just allow the user to make a manual selection for the number of heats and qualifying to the next round? I know it makes the user think a bit more but there are always changes to these tables.
>Donna. | 1.0 | Manually edit the qualifying conditions (tables) for heats and events. - >Wondering if there is a way to keep the qualifying tables out of the equation and just allow the user to make a manual selection for the number of heats and qualifying to the next round? I know it makes the user think a bit more but there are always changes to these tables.
>Donna. | priority | manually edit the qualifying conditions tables for heats and events wondering if there is a way to keep the qualifying tables out of the equation and just allow the user to make a manual selection for the number of heats and qualifying to the next round i know it makes the user think a bit more but there are always changes to these tables donna | 1 |
164,061 | 6,218,793,595 | IssuesEvent | 2017-07-09 06:29:52 | nim-lang/Nim | https://api.github.com/repos/nim-lang/Nim | closed | Error after codegen when shadowing template arg | High Priority | Sample:
``` nim
from streams import newStringStream
type Stream = object
template doSomething(stream: Stream) =
let stream = newStringStream()
let s = Stream()
doSomething(s)
```
Error when compiling C code:
```
error: assigning to 'Stream99002' (aka 'struct Stream99002') from incompatible type 'Stringstreamobj97377 *' (aka 'struct Stringstreamobj97377 *')
s_99007_1832962753 = newstringstream_97462_1780494535(((NimStringDesc*) &T1832962753_2));
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
Nim Git hash: 2d2b1a9d481bffaecac35e1e52929cea66f69e0e
| 1.0 | Error after codegen when shadowing template arg - Sample:
``` nim
from streams import newStringStream
type Stream = object
template doSomething(stream: Stream) =
let stream = newStringStream()
let s = Stream()
doSomething(s)
```
Error when compiling C code:
```
error: assigning to 'Stream99002' (aka 'struct Stream99002') from incompatible type 'Stringstreamobj97377 *' (aka 'struct Stringstreamobj97377 *')
s_99007_1832962753 = newstringstream_97462_1780494535(((NimStringDesc*) &T1832962753_2));
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
Nim Git hash: 2d2b1a9d481bffaecac35e1e52929cea66f69e0e
| priority | error after codegen when shadowing template arg sample nim from streams import newstringstream type stream object template dosomething stream stream let stream newstringstream let s stream dosomething s error when compiling c code error assigning to aka struct from incompatible type aka struct s newstringstream nimstringdesc error generated nim git hash | 1 |
217,069 | 7,314,337,814 | IssuesEvent | 2018-03-01 06:38:27 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Users who do not have permission for consent management, can delete the purposes through REST API. | Affected/5.5.0-Alpha Component/Consent Priority/High Severity/Critical Type/Bug | ## Steps to re-create
1. Login to Management Console and create 3 purposes as Marketing/ Sales and Stat.
2. Create a role which has only has login permission and assign a user to it.
> username: user1@wso2.com
> password: Test123
3. List the purposes list and get a purpose ID. (Assume purpose ID=3)
4. Get the base64 value of (user1@wso2.com:Test123)
5. Execute the following curl command.
```
curl -k -v -H "Authorization: Basic base64encodedvalue" -H "Content-Type:application/json" -X DELETE "https://localhost:9443/api/identity/consent-mgt/v1.0/consents/purposes/3
```
**Expected:** 401
**Actual**: 200
Purpose gets deleted using encoded user credentials which only has login permission.
Type/Bug
Affected/5.5.0-Alpha
Severity/Critical
Priority/High | 1.0 | Users who do not have permission for consent management, can delete the purposes through REST API. - ## Steps to re-create
1. Login to Management Console and create 3 purposes as Marketing/ Sales and Stat.
2. Create a role which has only has login permission and assign a user to it.
> username: user1@wso2.com
> password: Test123
3. List the purposes list and get a purpose ID. (Assume purpose ID=3)
4. Get the base64 value of (user1@wso2.com:Test123)
5. Execute the following curl command.
```
curl -k -v -H "Authorization: Basic base64encodedvalue" -H "Content-Type:application/json" -X DELETE "https://localhost:9443/api/identity/consent-mgt/v1.0/consents/purposes/3
```
**Expected:** 401
**Actual**: 200
Purpose gets deleted using encoded user credentials which only has login permission.
Type/Bug
Affected/5.5.0-Alpha
Severity/Critical
Priority/High | priority | users who do not have permission for consent management can delete the purposes through rest api steps to re create login to management console and create purposes as marketing sales and stat create a role which has only has login permission and assign a user to it username com password list the purposes list and get a purpose id assume purpose id get the value of com execute the following curl command curl k v h authorization basic h content type application json x delete expected actual purpose gets deleted using encoded user credentials which only has login permission type bug affected alpha severity critical priority high | 1 |
272,393 | 8,507,986,121 | IssuesEvent | 2018-10-30 20:37:36 | GirlsCodeLincoln/Website | https://api.github.com/repos/GirlsCodeLincoln/Website | closed | Update mission statement | high priority | Update the mission statement on our homepage. Our mission statement is "Teaching girls to code through creativity, collaboration, community and confidence." | 1.0 | Update mission statement - Update the mission statement on our homepage. Our mission statement is "Teaching girls to code through creativity, collaboration, community and confidence." | priority | update mission statement update the mission statement on our homepage our mission statement is teaching girls to code through creativity collaboration community and confidence | 1 |
384,867 | 11,405,028,958 | IssuesEvent | 2020-01-31 11:05:41 | rrickfox/traffic-sim | https://api.github.com/repos/rrickfox/traffic-sim | closed | Probleme mit Spawner-Objekten | bug discussion high priority | Wie euch bestimmt schon aufgefallen ist, wenn ihr die Simulation startet, gibt es bei der Instanziierung von den Spawner-Objekten einen Error in Unity.
(z.B. _CarDespawner must be instantiated using the ScriptableObject.CreateInstance method instead of new CarDespawner._)
Zum einen ist die vorgeschlagene Änderung nicht lauffähig, da unsere Objekte Prefabs benötigen, die wir nicht in die CreateInstance-Funktion geben können.
Andererseits ist mir (und @funketh) nicht klar wieso die Klassen überhaupt die ScriptableObject-Erbung benötigen. Zuletzt verstehe ich nicht ganz wozu CarDespawner überhaupt als Objekt ausgelagert ist, weil dessen Funktionalität sehr nah an dem ist, was EndPoint.SpawnCars in Endpoint selbst macht.
#24 #12 #8 | 1.0 | Probleme mit Spawner-Objekten - Wie euch bestimmt schon aufgefallen ist, wenn ihr die Simulation startet, gibt es bei der Instanziierung von den Spawner-Objekten einen Error in Unity.
(z.B. _CarDespawner must be instantiated using the ScriptableObject.CreateInstance method instead of new CarDespawner._)
Zum einen ist die vorgeschlagene Änderung nicht lauffähig, da unsere Objekte Prefabs benötigen, die wir nicht in die CreateInstance-Funktion geben können.
Andererseits ist mir (und @funketh) nicht klar wieso die Klassen überhaupt die ScriptableObject-Erbung benötigen. Zuletzt verstehe ich nicht ganz wozu CarDespawner überhaupt als Objekt ausgelagert ist, weil dessen Funktionalität sehr nah an dem ist, was EndPoint.SpawnCars in Endpoint selbst macht.
#24 #12 #8 | priority | probleme mit spawner objekten wie euch bestimmt schon aufgefallen ist wenn ihr die simulation startet gibt es bei der instanziierung von den spawner objekten einen error in unity z b cardespawner must be instantiated using the scriptableobject createinstance method instead of new cardespawner zum einen ist die vorgeschlagene änderung nicht lauffähig da unsere objekte prefabs benötigen die wir nicht in die createinstance funktion geben können andererseits ist mir und funketh nicht klar wieso die klassen überhaupt die scriptableobject erbung benötigen zuletzt verstehe ich nicht ganz wozu cardespawner überhaupt als objekt ausgelagert ist weil dessen funktionalität sehr nah an dem ist was endpoint spawncars in endpoint selbst macht | 1 |
103,282 | 4,166,055,915 | IssuesEvent | 2016-06-19 22:21:51 | triplea-game/triplea | https://api.github.com/repos/triplea-game/triplea | closed | Available map list resource leak | Bug Close Pending Confirmation High Priority | When the game launches we scan for available maps in the background. This is so we can cache that list and then show the choose game screen (in theory) immediately.
It turns out there is a resource leak, the zip files are still open/being access on windows. We can tell this is a problem since the files can no longer be deleted (access denied error).
Since we can now parse available map files without reading the entire zip file, and the choose game screen now loading quickly, we may not need the available game cache anymore at all. Then again, that perhaps may not be the problem.. So this needs a bit more investigation. | 1.0 | Available map list resource leak - When the game launches we scan for available maps in the background. This is so we can cache that list and then show the choose game screen (in theory) immediately.
It turns out there is a resource leak, the zip files are still open/being access on windows. We can tell this is a problem since the files can no longer be deleted (access denied error).
Since we can now parse available map files without reading the entire zip file, and the choose game screen now loading quickly, we may not need the available game cache anymore at all. Then again, that perhaps may not be the problem.. So this needs a bit more investigation. | priority | available map list resource leak when the game launches we scan for available maps in the background this is so we can cache that list and then show the choose game screen in theory immediately it turns out there is a resource leak the zip files are still open being access on windows we can tell this is a problem since the files can no longer be deleted access denied error since we can now parse available map files without reading the entire zip file and the choose game screen now loading quickly we may not need the available game cache anymore at all then again that perhaps may not be the problem so this needs a bit more investigation | 1 |
139,107 | 5,356,848,452 | IssuesEvent | 2017-02-20 16:41:41 | apertureless/shopware-api-client | https://api.github.com/repos/apertureless/shopware-api-client | closed | Implement Orders Endpoint | ⚡ feature ⚡ high priority | # Orders `/api/orders`
- [x] GET (list)
- [x] PUT
- [ ] PUT (batch)
- [ ] POST
- [ ] DELETE
- [ ] DELETE (batch)
## Tests
- [ ] GET (list)
- [ ] PUT
- [ ] PUT (batch)
- [ ] POST
- [ ] DELETE
- [ ] DELETE (batch)
| 1.0 | Implement Orders Endpoint - # Orders `/api/orders`
- [x] GET (list)
- [x] PUT
- [ ] PUT (batch)
- [ ] POST
- [ ] DELETE
- [ ] DELETE (batch)
## Tests
- [ ] GET (list)
- [ ] PUT
- [ ] PUT (batch)
- [ ] POST
- [ ] DELETE
- [ ] DELETE (batch)
| priority | implement orders endpoint orders api orders get list put put batch post delete delete batch tests get list put put batch post delete delete batch | 1 |
423,441 | 12,296,161,903 | IssuesEvent | 2020-05-11 06:17:49 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | intl.bobibanking.com - see bug description | browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-normal | <!-- @browser: Firefox 77.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/52711 -->
**URL**: https://intl.bobibanking.com/SeyclsBankAwayRetail/(S(dailum55drfvog3tx5vdgond))/web/L001/retail/jsp/arcot/Pages/RetailLogin.aspx?RequestId=53439890
**Browser / Version**: Firefox 77.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes Chrome
**Problem type**: Something else
**Description**: NOT ABLE TO ENTER MY USER ID
**Steps to Reproduce**:
NOT ABLE TO TYPE MY USER ID FOR ME TO LOG IN
<details><summary>View the screenshot</summary><img alt='Screenshot' src='https://webcompat.com/uploads/2020/5/18a153f3-8dfb-4498-bfe6-2e75e7547fa7.jpeg'></details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200507233245</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/5/23575b3d-1ae1-4cef-90c5-74dfa552e885)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | intl.bobibanking.com - see bug description - <!-- @browser: Firefox 77.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/52711 -->
**URL**: https://intl.bobibanking.com/SeyclsBankAwayRetail/(S(dailum55drfvog3tx5vdgond))/web/L001/retail/jsp/arcot/Pages/RetailLogin.aspx?RequestId=53439890
**Browser / Version**: Firefox 77.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes Chrome
**Problem type**: Something else
**Description**: NOT ABLE TO ENTER MY USER ID
**Steps to Reproduce**:
NOT ABLE TO TYPE MY USER ID FOR ME TO LOG IN
<details><summary>View the screenshot</summary><img alt='Screenshot' src='https://webcompat.com/uploads/2020/5/18a153f3-8dfb-4498-bfe6-2e75e7547fa7.jpeg'></details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200507233245</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/5/23575b3d-1ae1-4cef-90c5-74dfa552e885)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | intl bobibanking com see bug description url browser version firefox operating system windows tested another browser yes chrome problem type something else description not able to enter my user id steps to reproduce not able to type my user id for me to log in view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️ | 1 |
648,880 | 21,212,105,646 | IssuesEvent | 2022-04-11 00:59:36 | uwscope/scope-web | https://api.github.com/repos/uwscope/scope-web | closed | Allow multiline for registry > treatment information > current medication | bug Registry client High priority | Issue: Treatment information > Current medication: preserve line breaks that are there in the session info. Currently, all medication is a single line and it cuts off post column width.
Fix: Allow multi-line | 1.0 | Allow multiline for registry > treatment information > current medication - Issue: Treatment information > Current medication: preserve line breaks that are there in the session info. Currently, all medication is a single line and it cuts off post column width.
Fix: Allow multi-line | priority | allow multiline for registry treatment information current medication issue treatment information current medication preserve line breaks that are there in the session info currently all medication is a single line and it cuts off post column width fix allow multi line | 1 |
308,434 | 9,439,128,281 | IssuesEvent | 2019-04-14 07:38:51 | openhab/openhab-docs | https://api.github.com/repos/openhab/openhab-docs | closed | Web UIs structure changed | priority: high :fire: | The structure of the openhab-webui repo has changed with https://github.com/openhab/openhab-webui/pull/44 which must be reflected in the gathering of the UI docs; the script should be adapted to look in the "bundles" directory.
Note that the website build is currently broken because of this (https://app.netlify.com/sites/openhab-website/deploys/5cb11abca6961bec08533044). | 1.0 | Web UIs structure changed - The structure of the openhab-webui repo has changed with https://github.com/openhab/openhab-webui/pull/44 which must be reflected in the gathering of the UI docs; the script should be adapted to look in the "bundles" directory.
Note that the website build is currently broken because of this (https://app.netlify.com/sites/openhab-website/deploys/5cb11abca6961bec08533044). | priority | web uis structure changed the structure of the openhab webui repo has changed with which must be reflected in the gathering of the ui docs the script should be adapted to look in the bundles directory note that the website build is currently broken because of this | 1 |
87,504 | 3,755,547,788 | IssuesEvent | 2016-03-12 18:48:39 | cs2103jan2016-t11-3j/main | https://api.github.com/repos/cs2103jan2016-t11-3j/main | closed | A user can perform the undo action on inputs | priority.high type.story | so that the user has an easy way to correct mistakes. | 1.0 | A user can perform the undo action on inputs - so that the user has an easy way to correct mistakes. | priority | a user can perform the undo action on inputs so that the user has an easy way to correct mistakes | 1 |
655,338 | 21,686,102,382 | IssuesEvent | 2022-05-09 11:26:33 | canonical-web-and-design/deployment-configs | https://api.github.com/repos/canonical-web-and-design/deployment-configs | closed | Use /_status/check for the readinessProbe in all services | Priority: High | Currently our services use various different endpoints for the readinessProbe - `/`, `/_status/check`, `/_status/ping`. In https://github.com/canonical-web-and-design/deployment-configs/pull/278#pullrequestreview-313664559 we decided to leave this difference alone, to limit the scope of that huge PR.
However, as soon as that PR is merged as is practical, we should make this URL consistent across all services, and remove the `readinessPath` option. | 1.0 | Use /_status/check for the readinessProbe in all services - Currently our services use various different endpoints for the readinessProbe - `/`, `/_status/check`, `/_status/ping`. In https://github.com/canonical-web-and-design/deployment-configs/pull/278#pullrequestreview-313664559 we decided to leave this difference alone, to limit the scope of that huge PR.
However, as soon as that PR is merged as is practical, we should make this URL consistent across all services, and remove the `readinessPath` option. | priority | use status check for the readinessprobe in all services currently our services use various different endpoints for the readinessprobe status check status ping in we decided to leave this difference alone to limit the scope of that huge pr however as soon as that pr is merged as is practical we should make this url consistent across all services and remove the readinesspath option | 1 |
667,063 | 22,408,003,439 | IssuesEvent | 2022-06-18 09:09:14 | project-chip/zap | https://api.github.com/repos/project-chip/zap | closed | Menu problems | high priority | When you hit ALT menu appears or dissapears. That is not a bad thing. HOWEVER, following are bad things:
1.) When menu is in a dissapeared state, the shortcuts don't work. You will notice that "Ctrl-S" is the shortcut to "save". That should work REGARDLESS whether menu is appeared or dissapeared.
2.) When application comes up first, the menu is in a dissapeared state. That is not how it should be. It should always show appeared until the user first time clicks ALT.
3.) I keep getting reports that "File" menu is gone on a Mac. Possibly it's related to this. | 1.0 | Menu problems - When you hit ALT menu appears or dissapears. That is not a bad thing. HOWEVER, following are bad things:
1.) When menu is in a dissapeared state, the shortcuts don't work. You will notice that "Ctrl-S" is the shortcut to "save". That should work REGARDLESS whether menu is appeared or dissapeared.
2.) When application comes up first, the menu is in a dissapeared state. That is not how it should be. It should always show appeared until the user first time clicks ALT.
3.) I keep getting reports that "File" menu is gone on a Mac. Possibly it's related to this. | priority | menu problems when you hit alt menu appears or dissapears that is not a bad thing however following are bad things when menu is in a dissapeared state the shortcuts don t work you will notice that ctrl s is the shortcut to save that should work regardless whether menu is appeared or dissapeared when application comes up first the menu is in a dissapeared state that is not how it should be it should always show appeared until the user first time clicks alt i keep getting reports that file menu is gone on a mac possibly it s related to this | 1 |
550,104 | 16,104,845,863 | IssuesEvent | 2021-04-27 13:51:25 | coronasafe/care | https://api.github.com/repos/coronasafe/care | closed | Create system to manage data processing from crowd sourced initiatives. | High Priority important urgent | Context: https://github.com/coronasafe/features/issues/25
We should create a system where the admin could add a list of public google sheet links.
The system should fetch the data from these sheets and write to the DB if there is a change in any of the fields.
Schema for the sheet: https://docs.google.com/spreadsheets/d/1I_V1K4pEoz1omlMaYC7tZScMYMlGAYBXzVpuvspws7E/edit#gid=0
This is high priority.
- [x] Create a mechanism to scrape data
- [x] create a summary endpoint that caches the data every x minutes
- [x] Add 2 endpoints to upvote and downvote each entry.
| 1.0 | Create system to manage data processing from crowd sourced initiatives. - Context: https://github.com/coronasafe/features/issues/25
We should create a system where the admin could add a list of public google sheet links.
The system should fetch the data from these sheets and write to the DB if there is a change in any of the fields.
Schema for the sheet: https://docs.google.com/spreadsheets/d/1I_V1K4pEoz1omlMaYC7tZScMYMlGAYBXzVpuvspws7E/edit#gid=0
This is high priority.
- [x] Create a mechanism to scrape data
- [x] create a summary endpoint that caches the data every x minutes
- [x] Add 2 endpoints to upvote and downvote each entry.
| priority | create system to manage data processing from crowd sourced initiatives context we should create a system where the admin could add a list of public google sheet links the system should fetch the data from these sheets and write to the db if there is a change in any of the fields schema for the sheet this is high priority create a mechanism to scrape data create a summary endpoint that caches the data every x minutes add endpoints to upvote and downvote each entry | 1 |
476,588 | 13,747,265,013 | IssuesEvent | 2020-10-06 07:20:16 | AY2021S1-CS2113-T14-1/tp | https://api.github.com/repos/AY2021S1-CS2113-T14-1/tp | closed | Home Location | priority.High type.Task | Create a new class 'HomeLocations' to allow the storing of all locations in the home and methods associated with it. | 1.0 | Home Location - Create a new class 'HomeLocations' to allow the storing of all locations in the home and methods associated with it. | priority | home location create a new class homelocations to allow the storing of all locations in the home and methods associated with it | 1 |
363,001 | 10,736,048,282 | IssuesEvent | 2019-10-29 10:03:49 | wso2-cellery/sdk | https://api.github.com/repos/wso2-cellery/sdk | closed | Move composite sts to cellery-system | Priority/High Severity/Major Type/Improvement | Currently with composites, the sts for composites starts in the default namespace. It would be better to move this to cellery-system given that the composite-sts is not something the user should be aware of. | 1.0 | Move composite sts to cellery-system - Currently with composites, the sts for composites starts in the default namespace. It would be better to move this to cellery-system given that the composite-sts is not something the user should be aware of. | priority | move composite sts to cellery system currently with composites the sts for composites starts in the default namespace it would be better to move this to cellery system given that the composite sts is not something the user should be aware of | 1 |
753,954 | 26,368,994,309 | IssuesEvent | 2023-01-11 18:57:30 | zulip/zulip-mobile | https://api.github.com/repos/zulip/zulip-mobile | closed | Tapping + button removes text draft | a-iOS P1 high-priority | When I put some text, then if I press + button, it removes text what I typed.

I typed, then tap the + button,

It's gone.
I hope keeping text draft even when I press + button to put image before sending text. | 1.0 | Tapping + button removes text draft - When I put some text, then if I press + button, it removes text what I typed.

I typed, then tap the + button,

It's gone.
I hope keeping text draft even when I press + button to put image before sending text. | priority | tapping button removes text draft when i put some text then if i press button it removes text what i typed i typed then tap the button it s gone i hope keeping text draft even when i press button to put image before sending text | 1 |
799,198 | 28,301,629,695 | IssuesEvent | 2023-04-10 06:47:45 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | opened | CQL validation during health checks fails with Python Interpreter issue: /home/yugabyte/tserver/bin/cqlsh should use Python3 | kind/bug priority/high area/ycql area/ecosystem jira-originated | Jira Link: [DB-5956](https://yugabyte.atlassian.net/browse/DB-5956)
| 1.0 | CQL validation during health checks fails with Python Interpreter issue: /home/yugabyte/tserver/bin/cqlsh should use Python3 - Jira Link: [DB-5956](https://yugabyte.atlassian.net/browse/DB-5956)
| priority | cql validation during health checks fails with python interpreter issue home yugabyte tserver bin cqlsh should use jira link | 1 |
430,793 | 12,466,091,453 | IssuesEvent | 2020-05-28 14:58:30 | ShadowItaly/clas-digital | https://api.github.com/repos/ShadowItaly/clas-digital | closed | Catalogue: The Heading is swallowed by the topnav | high priority | At the moment one cannot see the title of catalogue page as it is hidden underneath the topnav bar. | 1.0 | Catalogue: The Heading is swallowed by the topnav - At the moment one cannot see the title of catalogue page as it is hidden underneath the topnav bar. | priority | catalogue the heading is swallowed by the topnav at the moment one cannot see the title of catalogue page as it is hidden underneath the topnav bar | 1 |
151,400 | 5,815,032,996 | IssuesEvent | 2017-05-05 07:07:45 | ubuntudesign/vanilla-brochure-theme-design | https://api.github.com/repos/ubuntudesign/vanilla-brochure-theme-design | closed | Add states to strips pattern | Priority: High Status: Triaged | Could you please add `is-deep` and `is-bordered` to the strip pattern spec please. | 1.0 | Add states to strips pattern - Could you please add `is-deep` and `is-bordered` to the strip pattern spec please. | priority | add states to strips pattern could you please add is deep and is bordered to the strip pattern spec please | 1 |
475,184 | 13,688,471,566 | IssuesEvent | 2020-09-30 11:46:44 | denoland/deno | https://api.github.com/repos/denoland/deno | closed | cache invalidation does not work with --no-check | bug cli high priority | $DENO_DIR/gen cache is not being invalidated when a file changes and `--no-check` is specified:
```
/m/f/P/g/d/deno ❯❯❯ echo "console.log(42)" > abc.ts
/m/f/P/g/d/deno ❯❯❯ deno run --no-check abc.ts
42
/m/f/P/g/d/deno ❯❯❯ echo "console.log(43)" > abc.ts
/m/f/P/g/d/deno ❯❯❯ deno run --no-check abc.ts
42
```
cc @kitsonk - likely related to #7621
| 1.0 | cache invalidation does not work with --no-check - $DENO_DIR/gen cache is not being invalidated when a file changes and `--no-check` is specified:
```
/m/f/P/g/d/deno ❯❯❯ echo "console.log(42)" > abc.ts
/m/f/P/g/d/deno ❯❯❯ deno run --no-check abc.ts
42
/m/f/P/g/d/deno ❯❯❯ echo "console.log(43)" > abc.ts
/m/f/P/g/d/deno ❯❯❯ deno run --no-check abc.ts
42
```
cc @kitsonk - likely related to #7621
| priority | cache invalidation does not work with no check deno dir gen cache is not being invalidated when a file changes and no check is specified m f p g d deno ❯❯❯ echo console log abc ts m f p g d deno ❯❯❯ deno run no check abc ts m f p g d deno ❯❯❯ echo console log abc ts m f p g d deno ❯❯❯ deno run no check abc ts cc kitsonk likely related to | 1 |
16,354 | 2,613,868,975 | IssuesEvent | 2015-02-28 00:32:24 | OpenConceptLab/oclapi | https://api.github.com/repos/OpenConceptLab/oclapi | closed | home / global concept counts is off, possibly includes retired concept | bug high-priority | This issue maybe related to #61 , the count in the left corner is larger than summing up the concept counts when looking at sources directly. Note that the top-right box uses HEAD while the actual search uses GET. The presence of "retired" concepts is definitely influencing the numbers some, so probably fix the "includeRetired" issue first, then fix this.
Here's an example:
```
http://localhost:8000/search/
# vs
http://localhost:8000/search/?type=sources
```

| 1.0 | home / global concept counts is off, possibly includes retired concept - This issue maybe related to #61 , the count in the left corner is larger than summing up the concept counts when looking at sources directly. Note that the top-right box uses HEAD while the actual search uses GET. The presence of "retired" concepts is definitely influencing the numbers some, so probably fix the "includeRetired" issue first, then fix this.
Here's an example:
```
http://localhost:8000/search/
# vs
http://localhost:8000/search/?type=sources
```

| priority | home global concept counts is off possibly includes retired concept this issue maybe related to the count in the left corner is larger than summing up the concept counts when looking at sources directly note that the top right box uses head while the actual search uses get the presence of retired concepts is definitely influencing the numbers some so probably fix the includeretired issue first then fix this here s an example vs | 1 |
702,828 | 24,137,634,271 | IssuesEvent | 2022-09-21 12:38:37 | Polkadex-Substrate/Polkadex-Open-Beta | https://api.github.com/repos/Polkadex-Substrate/Polkadex-Open-Beta | closed | Deposit Page - Avlb Balance on Main Account Doesn't Get Updated After Successful Deposit | Verified Author FrontEnd immediate fix high priority Normal July4-Aug18 | By raising this issue, I agree to the terms and conditions presented by Polkadex here:[Terms and Conditions](https://github.com/Polkadex-Substrate/Polkadex-Open-Beta-Feedback/blob/master/Polkadex_Open_Beta_Program_-_Terms__Conditions.pdf)
Description:
-Deposit Page - Avlb Balance on Main Account Doesn't Get Updated After Successful Deposit
https://user-images.githubusercontent.com/108701680/178104037-5b5d55d4-d2c8-4f58-b307-1823a35921e7.mp4
onchainaddress:{esqD5TsdP2UPmxsBZWEP5iTb73ZPW5mf9RSXsEoP6kw8bXW2Z} | 1.0 | Deposit Page - Avlb Balance on Main Account Doesn't Get Updated After Successful Deposit - By raising this issue, I agree to the terms and conditions presented by Polkadex here:[Terms and Conditions](https://github.com/Polkadex-Substrate/Polkadex-Open-Beta-Feedback/blob/master/Polkadex_Open_Beta_Program_-_Terms__Conditions.pdf)
Description:
-Deposit Page - Avlb Balance on Main Account Doesn't Get Updated After Successful Deposit
https://user-images.githubusercontent.com/108701680/178104037-5b5d55d4-d2c8-4f58-b307-1823a35921e7.mp4
onchainaddress:{esqD5TsdP2UPmxsBZWEP5iTb73ZPW5mf9RSXsEoP6kw8bXW2Z} | priority | deposit page avlb balance on main account doesn t get updated after successful deposit by raising this issue i agree to the terms and conditions presented by polkadex here description deposit page avlb balance on main account doesn t get updated after successful deposit onchainaddress | 1 |
174,410 | 6,539,892,016 | IssuesEvent | 2017-09-01 13:24:39 | dagcoin/dagcoin | https://api.github.com/repos/dagcoin/dagcoin | closed | Switch from Full to Light wallet | enhancement finished high priority | People choose the full wallet but then, seeing that it requires downloading plenty of data, they would like to switch to the light one.
Currently doesn't seem to be possible. We need to develop this enhancement | 1.0 | Switch from Full to Light wallet - People choose the full wallet but then, seeing that it requires downloading plenty of data, they would like to switch to the light one.
Currently doesn't seem to be possible. We need to develop this enhancement | priority | switch from full to light wallet people choose the full wallet but then seeing that it requires downloading plenty of data they would like to switch to the light one currently doesn t seem to be possible we need to develop this enhancement | 1 |
137,843 | 5,317,091,061 | IssuesEvent | 2017-02-13 21:36:32 | timberline-secondary/flex-site | https://api.github.com/repos/timberline-secondary/flex-site | closed | Options for excusing in the admin/profile view | 2. High Priority | Under Admin, Database Management, Profiles, when I choose a student to excuse, it would be nice to be able to check off whether I’m excusing him/her for the whole semester/year/just the current week, and if it’s only for one of the flex blocks.

| 1.0 | Options for excusing in the admin/profile view - Under Admin, Database Management, Profiles, when I choose a student to excuse, it would be nice to be able to check off whether I’m excusing him/her for the whole semester/year/just the current week, and if it’s only for one of the flex blocks.

| priority | options for excusing in the admin profile view under admin database management profiles when i choose a student to excuse it would be nice to be able to check off whether i’m excusing him her for the whole semester year just the current week and if it’s only for one of the flex blocks | 1 |
597,111 | 18,154,943,049 | IssuesEvent | 2021-09-26 22:34:12 | WowRarity/Rarity | https://api.github.com/repos/WowRarity/Rarity | closed | Add tracking for Adamant Vaults Cell | Priority: High Status: Accepted Type: Task Category: Database Complexity: TBD | https://www.wowhead.com/item=187417/adamant-vaults-cell
The Adamant Vaults Cell is from some new area in Torghast as well. No data on what NPCs or such that drop it, just the general area. Sounds like it has to wait, aka. separate issue | 1.0 | Add tracking for Adamant Vaults Cell - https://www.wowhead.com/item=187417/adamant-vaults-cell
The Adamant Vaults Cell is from some new area in Torghast as well. No data on what NPCs or such that drop it, just the general area. Sounds like it has to wait, aka. separate issue | priority | add tracking for adamant vaults cell the adamant vaults cell is from some new area in torghast as well no data on what npcs or such that drop it just the general area sounds like it has to wait aka separate issue | 1 |
424,983 | 12,333,564,776 | IssuesEvent | 2020-05-14 08:46:45 | cdnjs/cdnjs | https://api.github.com/repos/cdnjs/cdnjs | closed | [Request] Add hashids | :rotating_light: High Priority 🏷 Library Request | **Library name**: hashids
**Git repository url**: https://github.com/ivanakimov/hashids.js
**npm package name or url (if there is one)**: https://www.npmjs.com/package/hashids
**License (List them all if it's multiple)**: [MIT](https://github.com/ivanakimov/hashids.js/blob/master/LICENSE)
**Homepage**: https://hashids.org/javascript/
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/66156541-request-add-hashids?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github).
</bountysource-plugin> | 1.0 | [Request] Add hashids - **Library name**: hashids
**Git repository url**: https://github.com/ivanakimov/hashids.js
**npm package name or url (if there is one)**: https://www.npmjs.com/package/hashids
**License (List them all if it's multiple)**: [MIT](https://github.com/ivanakimov/hashids.js/blob/master/LICENSE)
**Homepage**: https://hashids.org/javascript/
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/66156541-request-add-hashids?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github).
</bountysource-plugin> | priority | add hashids library name hashids git repository url npm package name or url if there is one license list them all if it s multiple homepage want to back this issue we accept bounties via | 1 |
212,284 | 7,235,347,543 | IssuesEvent | 2018-02-13 00:13:35 | MatterOverdrive/MatterOverdrive | https://api.github.com/repos/MatterOverdrive/MatterOverdrive | closed | Some Recipes arent implemented | high priority todo | Due to 1.12 the way MO previously did recipes wont work, we either need to switch to json or move all the recipe registration to the events | 1.0 | Some Recipes arent implemented - Due to 1.12 the way MO previously did recipes wont work, we either need to switch to json or move all the recipe registration to the events | priority | some recipes arent implemented due to the way mo previously did recipes wont work we either need to switch to json or move all the recipe registration to the events | 1 |
827,597 | 31,779,846,559 | IssuesEvent | 2023-09-12 16:37:38 | sedaprotocol/seda-overlay | https://api.github.com/repos/sedaprotocol/seda-overlay | closed | ✨ Way to derive Private Key | type: feature ✨ priority: high good first issue 👋 | ## ✨ Feature
<!--
What is the feature you would like to see?
Is this related to a SIP? If so, please link it!
-->
The user should be able to derive their private key from the overlay node since it's required for usage.
## Motivation
<!--
Why should this feature be implemented?
How would this feature be used?
What module(s) does this affect?
Is this feature request related to a problem? If so, please describe.
Please link to any relevant issues or other PRs!
-->
It's inconvenient to derive your private key right now (because only mnemonics are shown), and we should have a more straightforward way of doing so.
## Implementation
<!--
What needs to be built for the feature to be supported?
What module(s) does this feature affect? Or is it a new module?
How should this feature be implemented?
-->
A CLI command could be added that takes the user's mnemonic as input, derives the private key for the user, and writes it to a file or to stdout.
| 1.0 | ✨ Way to derive Private Key - ## ✨ Feature
<!--
What is the feature you would like to see?
Is this related to a SIP? If so, please link it!
-->
The user should be able to derive their private key from the overlay node since it's required for usage.
## Motivation
<!--
Why should this feature be implemented?
How would this feature be used?
What module(s) does this affect?
Is this feature request related to a problem? If so, please describe.
Please link to any relevant issues or other PRs!
-->
It's inconvenient to derive your private key right now (because only mnemonics are shown), and we should have a more straightforward way of doing so.
## Implementation
<!--
What needs to be built for the feature to be supported?
What module(s) does this feature affect? Or is it a new module?
How should this feature be implemented?
-->
A CLI command could be added that takes the user's mnemonic as input, derives the private key for the user, and writes it to a file or to stdout.
| priority | ✨ way to derive private key ✨ feature what is the feature you would like to see is this related to a sip if so please link it the user should be able to derive their private key from the overlay node since it s required for usage motivation why should this feature be implemented how would this feature be used what module s does this affect is this feature request related to a problem if so please describe please link to any relevant issues or other prs it s inconvenient to derive your private key right now because only mnemonics are shown and we should have a more straightforward way of doing so implementation what needs to be built for the feature to be supported what module s does this feature affect or is it a new module how should this feature be implemented a cli command could be added that takes the user s mnemonic as input derives the private key for the user and writes it to a file or to stdout | 1 |
226,727 | 7,522,548,827 | IssuesEvent | 2018-04-12 20:48:15 | chrisblakley/Nebula | https://api.github.com/repos/chrisblakley/Nebula | closed | IE does not support dispachEvent | :beetle: Bug :fire: High Priority Frontend (Script) | `document.dispatchEvent()` does not work in IE. This is in `analytics.php`.


| 1.0 | IE does not support dispachEvent - `document.dispatchEvent()` does not work in IE. This is in `analytics.php`.


| priority | ie does not support dispachevent document dispatchevent does not work in ie this is in analytics php | 1 |
597,374 | 18,162,255,024 | IssuesEvent | 2021-09-27 11:00:11 | capgemini-stavanger/gi-en-jul | https://api.github.com/repos/capgemini-stavanger/gi-en-jul | opened | Logo way to sticky | Priority High | **Describe the bug**
The logo in the top left corner is sticky, overlapping fields and text when scrolling down on mobile.
**To Reproduce**
Steps to reproduce the behavior:
1. Register as a giver and navigate to "Registrer".
2. Use chrome and scroll down.
**Expected behavior**
The position of the logo should probably be fixed to avoid overlapping. | 1.0 | Logo way to sticky - **Describe the bug**
The logo in the top left corner is sticky, overlapping fields and text when scrolling down on mobile.
**To Reproduce**
Steps to reproduce the behavior:
1. Register as a giver and navigate to "Registrer".
2. Use chrome and scroll down.
**Expected behavior**
The position of the logo should probably be fixed to avoid overlapping. | priority | logo way to sticky describe the bug the logo in the top left corner is sticky overlapping fields and text when scrolling down on mobile to reproduce steps to reproduce the behavior register as a giver and navigate to registrer use chrome and scroll down expected behavior the position of the logo should probably be fixed to avoid overlapping | 1 |
661,853 | 22,091,871,675 | IssuesEvent | 2022-06-01 06:49:20 | therealbluepandabear/PixaPencil | https://api.github.com/repos/therealbluepandabear/PixaPencil | closed | [M] [B] Changing orientation in older versions glitches everything | 🐛 bug high priority difficulty: hard important fix-before-fdroid | Changing orientations in older Android versions glitches everything:

| 1.0 | [M] [B] Changing orientation in older versions glitches everything - Changing orientations in older Android versions glitches everything:

| priority | changing orientation in older versions glitches everything changing orientations in older android versions glitches everything | 1 |
587,035 | 17,602,794,294 | IssuesEvent | 2021-08-17 13:47:30 | woocommerce/woocommerce | https://api.github.com/repos/woocommerce/woocommerce | reopened | Related Products not showing all random related products within the same category | type: enhancement priority: high component: product | **Prerequisites (mark completed items with an [x]):**
- [x] I have have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
**Describe the bug**
WooCommerce Related Products don't show all random related products within the same category. It only shows some of the products within the same category. This was also reported in the WooCommerce Forum here: https://wordpress.org/support/topic/related-products-are-always-the-oldest/#post-14577127.
**Expected behavior**
I've created a shop with 30 products and expected to see all random related products from 1 to 30.
**Actual behavior**
No matter how hard you try it shows only products from 1 to 25 and the products from 26 to 30 are never being shown.
**Steps to reproduce the bug (We need to be able to reproduce the bug in order to fix it.)**
Steps to reproduce the bug:
1. Go to http://staging.onlinewebshop.net/
2. Click on any of the products from 1 to 30 (all products are within the same category 'Numbers')
3. Refresh that page to see random related products
**Isolating the problem (mark completed items with an [x]):**
- [x] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active.
- [x] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/).
- [x] I can reproduce this bug consistently using the steps above.
**WordPress Environment**
<details>
### WordPress Environment ###
WordPress address (URL): http://staging.onlinewebshop.net
Site address (URL): http://staging.onlinewebshop.net
WC Version: 5.4.1
REST API Version: ✔ 5.4.1
WC Blocks Version: ✔ 5.1.0
Action Scheduler Version: ✔ 3.1.6
WC Admin Version: ✔ 2.3.1
Log Directory Writable: ✔
WP Version: 5.7.2
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: –
WP Cron: ✔
Language: en_US
External object cache: –
### Server Environment ###
Server Info: Apache
PHP Version: 7.4.20
PHP Post Max Size: 20 MB
PHP Time Limit: 30
PHP Max Input Vars: 1000
cURL Version: 7.52.1
OpenSSL/1.0.2u
SUHOSIN Installed: –
MySQL Version: 5.7.20-log
Max Upload Size: 15 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ❌ Your server does not have the SoapClient class enabled - some gateway plugins which use SOAP may not work as expected.
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ❌ wp_remote_post() failed. Contact your hosting provider.
Remote Get: ❌ wp_remote_get() failed. Contact your hosting provider.
### Database ###
WC Database Version: 5.4.1
WC Database Prefix: wp_
Total Database Size: 1.04MB
Database Data Size: 0.85MB
Database Index Size: 0.19MB
wp_woocommerce_sessions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_order_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_order_itemmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_actionscheduler_actions: Data: 0.00MB + Index: 0.02MB + Engine MyISAM
wp_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_actionscheduler_logs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_commentmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_comments: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_options: Data: 0.74MB + Index: 0.04MB + Engine MyISAM
wp_postmeta: Data: 0.08MB + Index: 0.03MB + Engine MyISAM
wp_posts: Data: 0.03MB + Index: 0.02MB + Engine MyISAM
wp_termmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_terms: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_term_relationships: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_term_taxonomy: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_usermeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_users: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_admin_notes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_admin_note_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_customer_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_order_product_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_order_stats: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_product_meta_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
### Post Type Counts ###
attachment: 32
custom_css: 1
customize_changeset: 10
page: 6
post: 2
product: 30
revision: 3
### Security ###
Secure connection (HTTPS): ❌
Your store is not using HTTPS. Learn more about HTTPS and SSL Certificates.
Hide errors from visitors: ✔
### Active Plugins (1) ###
WooCommerce: by Automattic – 5.4.1
### Inactive Plugins (6) ###
Akismet Anti-Spam: by Automattic – 4.1.9
All-in-One WP Migration: by ServMask – 7.44
Classic Editor: by WordPress Contributors – 1.6
Hello Dolly: by Matt Mullenweg – 1.7.2
Imsanity: by Exactly WWW – 2.7.2
WP Super Cache: by Automattic – 1.7.3
### Settings ###
API Enabled: –
Force SSL: –
Currency: USD ($)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)
Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
featured (featured)
outofstock (outofstock)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5)
Connected to WooCommerce.com: –
### WC Pages ###
Shop base: #6 - /
Cart: ❌ Page not set
Checkout: ❌ Page not set
My account: ❌ Page not set
Terms and conditions: ❌ Page not set
### Theme ###
Name: Storefront
Version: 3.7.0
Author URL: https://woocommerce.com/
Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
WooCommerce Support: ✔
### Templates ###
Overrides: –
### Action Scheduler ###
Complete: 7
Oldest: 2021-06-20 20:44:14 +0000
Newest: 2021-06-22 03:53:22 +0000
Pending: 1
Oldest: 2021-06-23 03:53:12 +0000
Newest: 2021-06-23 03:53:12 +0000
### Status report information ###
Generated at: 2021-06-22 03:55:58 +00:00
</details>
| 1.0 | Related Products not showing all random related products within the same category - **Prerequisites (mark completed items with an [x]):**
- [x] I have have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
**Describe the bug**
WooCommerce Related Products don't show all random related products within the same category. It only shows some of the products within the same category. This was also reported in the WooCommerce Forum here: https://wordpress.org/support/topic/related-products-are-always-the-oldest/#post-14577127.
**Expected behavior**
I've created a shop with 30 products and expected to see all random related products from 1 to 30.
**Actual behavior**
No matter how hard you try it shows only products from 1 to 25 and the products from 26 to 30 are never being shown.
**Steps to reproduce the bug (We need to be able to reproduce the bug in order to fix it.)**
Steps to reproduce the bug:
1. Go to http://staging.onlinewebshop.net/
2. Click on any of the products from 1 to 30 (all products are within the same category 'Numbers')
3. Refresh that page to see random related products
**Isolating the problem (mark completed items with an [x]):**
- [x] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active.
- [x] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/).
- [x] I can reproduce this bug consistently using the steps above.
**WordPress Environment**
<details>
### WordPress Environment ###
WordPress address (URL): http://staging.onlinewebshop.net
Site address (URL): http://staging.onlinewebshop.net
WC Version: 5.4.1
REST API Version: ✔ 5.4.1
WC Blocks Version: ✔ 5.1.0
Action Scheduler Version: ✔ 3.1.6
WC Admin Version: ✔ 2.3.1
Log Directory Writable: ✔
WP Version: 5.7.2
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: –
WP Cron: ✔
Language: en_US
External object cache: –
### Server Environment ###
Server Info: Apache
PHP Version: 7.4.20
PHP Post Max Size: 20 MB
PHP Time Limit: 30
PHP Max Input Vars: 1000
cURL Version: 7.52.1
OpenSSL/1.0.2u
SUHOSIN Installed: –
MySQL Version: 5.7.20-log
Max Upload Size: 15 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ❌ Your server does not have the SoapClient class enabled - some gateway plugins which use SOAP may not work as expected.
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ❌ wp_remote_post() failed. Contact your hosting provider.
Remote Get: ❌ wp_remote_get() failed. Contact your hosting provider.
### Database ###
WC Database Version: 5.4.1
WC Database Prefix: wp_
Total Database Size: 1.04MB
Database Data Size: 0.85MB
Database Index Size: 0.19MB
wp_woocommerce_sessions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_order_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_order_itemmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_actionscheduler_actions: Data: 0.00MB + Index: 0.02MB + Engine MyISAM
wp_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_actionscheduler_logs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_commentmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_comments: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_options: Data: 0.74MB + Index: 0.04MB + Engine MyISAM
wp_postmeta: Data: 0.08MB + Index: 0.03MB + Engine MyISAM
wp_posts: Data: 0.03MB + Index: 0.02MB + Engine MyISAM
wp_termmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_terms: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_term_relationships: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_term_taxonomy: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_usermeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_users: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_admin_notes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_admin_note_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_customer_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_order_product_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_order_stats: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_product_meta_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
### Post Type Counts ###
attachment: 32
custom_css: 1
customize_changeset: 10
page: 6
post: 2
product: 30
revision: 3
### Security ###
Secure connection (HTTPS): ❌
Your store is not using HTTPS. Learn more about HTTPS and SSL Certificates.
Hide errors from visitors: ✔
### Active Plugins (1) ###
WooCommerce: by Automattic – 5.4.1
### Inactive Plugins (6) ###
Akismet Anti-Spam: by Automattic – 4.1.9
All-in-One WP Migration: by ServMask – 7.44
Classic Editor: by WordPress Contributors – 1.6
Hello Dolly: by Matt Mullenweg – 1.7.2
Imsanity: by Exactly WWW – 2.7.2
WP Super Cache: by Automattic – 1.7.3
### Settings ###
API Enabled: –
Force SSL: –
Currency: USD ($)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)
Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
featured (featured)
outofstock (outofstock)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5)
Connected to WooCommerce.com: –
### WC Pages ###
Shop base: #6 - /
Cart: ❌ Page not set
Checkout: ❌ Page not set
My account: ❌ Page not set
Terms and conditions: ❌ Page not set
### Theme ###
Name: Storefront
Version: 3.7.0
Author URL: https://woocommerce.com/
Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
WooCommerce Support: ✔
### Templates ###
Overrides: –
### Action Scheduler ###
Complete: 7
Oldest: 2021-06-20 20:44:14 +0000
Newest: 2021-06-22 03:53:22 +0000
Pending: 1
Oldest: 2021-06-23 03:53:12 +0000
Newest: 2021-06-23 03:53:12 +0000
### Status report information ###
Generated at: 2021-06-22 03:55:58 +00:00
</details>
| priority | related products not showing all random related products within the same category prerequisites mark completed items with an i have have carried out troubleshooting steps and i believe i have found a bug i have searched for similar bugs in both open and closed issues and cannot find a duplicate describe the bug woocommerce related products don t show all random related products within the same category it only shows some of the products within the same category this was also reported in the woocommerce forum here expected behavior i ve created a shop with products and expected to see all random related products from to actual behavior no matter how hard you try it shows only products from to and the products from to are never being shown steps to reproduce the bug we need to be able to reproduce the bug in order to fix it steps to reproduce the bug go to click on any of the products from to all products are within the same category numbers refresh that page to see random related products isolating the problem mark completed items with an i have deactivated other plugins and confirmed this bug occurs when only woocommerce plugin is active this bug happens with a default wordpress theme active or i can reproduce this bug consistently using the steps above wordpress environment wordpress environment wordpress address url site address url wc version rest api version ✔ wc blocks version ✔ action scheduler version ✔ wc admin version ✔ log directory writable ✔ wp version wp multisite – wp memory limit mb wp debug mode – wp cron ✔ language en us external object cache – server environment server info apache php version php post max size mb php time limit php max input vars curl version openssl suhosin installed – mysql version log max upload size mb default timezone is utc ✔ fsockopen curl ✔ soapclient ❌ your server does not have the soapclient class enabled some gateway plugins which use soap may not work as expected domdocument ✔ gzip ✔ multibyte string ✔ remote post ❌ wp remote post failed contact your hosting provider remote get ❌ wp remote get failed contact your hosting provider database wc database version wc database prefix wp total database size database data size database index size wp woocommerce sessions data index engine myisam wp woocommerce api keys data index engine myisam wp woocommerce attribute taxonomies data index engine myisam wp woocommerce downloadable product permissions data index engine myisam wp woocommerce order items data index engine myisam wp woocommerce order itemmeta data index engine myisam wp woocommerce tax rates data index engine myisam wp woocommerce tax rate locations data index engine myisam wp woocommerce shipping zones data index engine myisam wp woocommerce shipping zone locations data index engine myisam wp woocommerce shipping zone methods data index engine myisam wp woocommerce payment tokens data index engine myisam wp woocommerce payment tokenmeta data index engine myisam wp woocommerce log data index engine myisam wp actionscheduler actions data index engine myisam wp actionscheduler claims data index engine myisam wp actionscheduler groups data index engine myisam wp actionscheduler logs data index engine myisam wp commentmeta data index engine myisam wp comments data index engine myisam wp links data index engine myisam wp options data index engine myisam wp postmeta data index engine myisam wp posts data index engine myisam wp termmeta data index engine myisam wp terms data index engine myisam wp term relationships data index engine myisam wp term taxonomy data index engine myisam wp usermeta data index engine myisam wp users data index engine myisam wp wc admin notes data index engine myisam wp wc admin note actions data index engine myisam wp wc category lookup data index engine myisam wp wc customer lookup data index engine myisam wp wc download log data index engine myisam wp wc order coupon lookup data index engine myisam wp wc order product lookup data index engine myisam wp wc order stats data index engine myisam wp wc order tax lookup data index engine myisam wp wc product meta lookup data index engine myisam wp wc reserved stock data index engine myisam wp wc tax rate classes data index engine myisam wp wc webhooks data index engine myisam post type counts attachment custom css customize changeset page post product revision security secure connection https ❌ your store is not using https learn more about https and ssl certificates hide errors from visitors ✔ active plugins woocommerce by automattic – inactive plugins akismet anti spam by automattic – all in one wp migration by servmask – classic editor by wordpress contributors – hello dolly by matt mullenweg – imsanity by exactly www – wp super cache by automattic – settings api enabled – force ssl – currency usd currency position left thousand separator decimal separator number of decimals taxonomies product types external external grouped grouped simple simple variable variable taxonomies product visibility exclude from catalog exclude from catalog exclude from search exclude from search featured featured outofstock outofstock rated rated rated rated rated rated rated rated rated rated connected to woocommerce com – wc pages shop base cart ❌ page not set checkout ❌ page not set my account ❌ page not set terms and conditions ❌ page not set theme name storefront version author url child theme ❌ – if you are modifying woocommerce on a parent theme that you did not build personally we recommend using a child theme see how to create a child theme woocommerce support ✔ templates overrides – action scheduler complete oldest newest pending oldest newest status report information generated at | 1 |
87,136 | 3,737,273,903 | IssuesEvent | 2016-03-08 18:42:38 | tonydisera/gene.iobio | https://api.github.com/repos/tonydisera/gene.iobio | closed | Variants not found | bug high priority wait for next release? | Intermittent issue. Sometimes when data is loaded in, some of the panels come up with the warning that no variants are found - even though there are variants in the gene for the sample. Hitting refresh will sometimes fix the problem, but sometimes a different sample will show no variants.
Tough to fix, since I can't find a way to reliably reproduce the error, but we need to prioritize this. | 1.0 | Variants not found - Intermittent issue. Sometimes when data is loaded in, some of the panels come up with the warning that no variants are found - even though there are variants in the gene for the sample. Hitting refresh will sometimes fix the problem, but sometimes a different sample will show no variants.
Tough to fix, since I can't find a way to reliably reproduce the error, but we need to prioritize this. | priority | variants not found intermittent issue sometimes when data is loaded in some of the panels come up with the warning that no variants are found even though there are variants in the gene for the sample hitting refresh will sometimes fix the problem but sometimes a different sample will show no variants tough to fix since i can t find a way to reliably reproduce the error but we need to prioritize this | 1 |
400,925 | 11,782,859,628 | IssuesEvent | 2020-03-17 03:26:02 | AY1920S2-CS2103T-F10-4/main | https://api.github.com/repos/AY1920S2-CS2103T-F10-4/main | closed | As a student, I want to delete a facilitator’s information | priority.High type.Story | so that I can remove information that I no longer need | 1.0 | As a student, I want to delete a facilitator’s information - so that I can remove information that I no longer need | priority | as a student i want to delete a facilitator’s information so that i can remove information that i no longer need | 1 |
418,279 | 12,195,769,098 | IssuesEvent | 2020-04-29 17:55:54 | fagiodarkie/exaltered-plusplus | https://api.github.com/repos/fagiodarkie/exaltered-plusplus | opened | Rework attack stat system | high-priority | Use one attack stat for "default usage", one for "grappling" and one for "throwing". These can be enabled or disabled depending on the project.
- [ ] Melee weapons can also be thrown and used to grapple
- [ ] Thrown weapons can only be thrown
- [ ] Archery weapons can fire and be thrown
- [ ] Shields are like melee weapons but can't be used to grapple.
Figure out how to include "improvised weapons" in the mix. A call with the PO may be needed. | 1.0 | Rework attack stat system - Use one attack stat for "default usage", one for "grappling" and one for "throwing". These can be enabled or disabled depending on the project.
- [ ] Melee weapons can also be thrown and used to grapple
- [ ] Thrown weapons can only be thrown
- [ ] Archery weapons can fire and be thrown
- [ ] Shields are like melee weapons but can't be used to grapple.
Figure out how to include "improvised weapons" in the mix. A call with the PO may be needed. | priority | rework attack stat system use one attack stat for default usage one for grappling and one for throwing these can be enabled or disabled depending on the project melee weapons can also be thrown and used to grapple thrown weapons can only be thrown archery weapons can fire and be thrown shields are like melee weapons but can t be used to grapple figure out how to include improvised weapons in the mix a call with the po may be needed | 1 |
141,940 | 5,447,269,727 | IssuesEvent | 2017-03-07 13:07:14 | metasfresh/metasfresh | https://api.github.com/repos/metasfresh/metasfresh | opened | webui HU Editor: conversion error when selecting SubProducer | bug high priority webui-required | ### Is this a bug or feature request?
bug
#### Which are the steps to reproduce?
* receipt candidates
* receive some HU
* in attributes, try to select something in subproducer attribute
* assumption: there are some subproducers defined for current BPartner (the receipt candidate BP)
* so, select one of the subproducers
=> ERROR: cannot convert....
### What is the expected or desired behavior?
* subproducer shall be selectable selectable
* subproducer is used (consult e2e)
| 1.0 | webui HU Editor: conversion error when selecting SubProducer - ### Is this a bug or feature request?
bug
#### Which are the steps to reproduce?
* receipt candidates
* receive some HU
* in attributes, try to select something in subproducer attribute
* assumption: there are some subproducers defined for current BPartner (the receipt candidate BP)
* so, select one of the subproducers
=> ERROR: cannot convert....
### What is the expected or desired behavior?
* subproducer shall be selectable selectable
* subproducer is used (consult e2e)
| priority | webui hu editor conversion error when selecting subproducer is this a bug or feature request bug which are the steps to reproduce receipt candidates receive some hu in attributes try to select something in subproducer attribute assumption there are some subproducers defined for current bpartner the receipt candidate bp so select one of the subproducers error cannot convert what is the expected or desired behavior subproducer shall be selectable selectable subproducer is used consult | 1 |
352,501 | 10,542,946,538 | IssuesEvent | 2019-10-02 14:08:02 | ansible/galaxy-dev | https://api.github.com/repos/ansible/galaxy-dev | closed | Query parameters for the namespace API | area/backend priority/high status/new type/enhancement | - ~`tenant`: allows the UI to select namespaces that belong to a specific tenant (account number). This is used for getting a list of namespaces that the user owns.~
- `sort`: allows sorting the namespaces by name
- `keywords`: search namespaces for the given keywords. For now this can just be match on the namespace name | 1.0 | Query parameters for the namespace API - - ~`tenant`: allows the UI to select namespaces that belong to a specific tenant (account number). This is used for getting a list of namespaces that the user owns.~
- `sort`: allows sorting the namespaces by name
- `keywords`: search namespaces for the given keywords. For now this can just be match on the namespace name | priority | query parameters for the namespace api tenant allows the ui to select namespaces that belong to a specific tenant account number this is used for getting a list of namespaces that the user owns sort allows sorting the namespaces by name keywords search namespaces for the given keywords for now this can just be match on the namespace name | 1 |
604,109 | 18,676,971,455 | IssuesEvent | 2021-10-31 18:20:57 | AY2122S1-CS2103T-T13-3/tp | https://api.github.com/repos/AY2122S1-CS2103T-T13-3/tp | closed | [PE-D] Duplicate Addition | priority.High severity.Low | 
I am able to add two identical guests. Perhaps you might want to modify `add` feature to detect duplicate guests.
<!--session: 1635495059861-d6e8d04f-4584-4f1a-9eab-4767ac586688-->
<!--Version: Web v3.4.1-->
-------------
Labels: `severity.Low` `type.FeatureFlaw`
original: Gordon25/ped#2 | 1.0 | [PE-D] Duplicate Addition - 
I am able to add two identical guests. Perhaps you might want to modify `add` feature to detect duplicate guests.
<!--session: 1635495059861-d6e8d04f-4584-4f1a-9eab-4767ac586688-->
<!--Version: Web v3.4.1-->
-------------
Labels: `severity.Low` `type.FeatureFlaw`
original: Gordon25/ped#2 | priority | duplicate addition i am able to add two identical guests perhaps you might want to modify add feature to detect duplicate guests labels severity low type featureflaw original ped | 1 |
156,677 | 5,987,562,079 | IssuesEvent | 2017-06-02 00:13:39 | shakedown-street/django-boards | https://api.github.com/repos/shakedown-street/django-boards | closed | Add closed field on the thread model | high priority | Let admins and moderators close threads. If a thread is closed, a post will show up from the moderator with a reason of why the thread was closed, and the Post editor will disappear for all users and not allow them to make the POST request (or the form save method will fail on the PostForm which would not allow anybody to update threads either...). | 1.0 | Add closed field on the thread model - Let admins and moderators close threads. If a thread is closed, a post will show up from the moderator with a reason of why the thread was closed, and the Post editor will disappear for all users and not allow them to make the POST request (or the form save method will fail on the PostForm which would not allow anybody to update threads either...). | priority | add closed field on the thread model let admins and moderators close threads if a thread is closed a post will show up from the moderator with a reason of why the thread was closed and the post editor will disappear for all users and not allow them to make the post request or the form save method will fail on the postform which would not allow anybody to update threads either | 1 |
786,633 | 27,660,753,592 | IssuesEvent | 2023-03-12 13:49:00 | AY2223S2-CS2103T-W11-3/tp | https://api.github.com/repos/AY2223S2-CS2103T-W11-3/tp | closed | As a user, I can add card to the selected deck | priority.High | Smaller issues:
- #30
Current
- Support parsing when deck selected, ie split type of parser if deck selected or not (commented out some test cases causing some issues for now, will add back in the future)
- Added getSelectDeckName method for Model
To Do
- [X] Refractor/Rename any code relating to Address Book or Person (prefix, naming, etc)
- [X] Allow AddCommandParser to take in selectedDeckName (basically the tag to be used to create along with the Card)
| 1.0 | As a user, I can add card to the selected deck - Smaller issues:
- #30
Current
- Support parsing when deck selected, ie split type of parser if deck selected or not (commented out some test cases causing some issues for now, will add back in the future)
- Added getSelectDeckName method for Model
To Do
- [X] Refractor/Rename any code relating to Address Book or Person (prefix, naming, etc)
- [X] Allow AddCommandParser to take in selectedDeckName (basically the tag to be used to create along with the Card)
| priority | as a user i can add card to the selected deck smaller issues current support parsing when deck selected ie split type of parser if deck selected or not commented out some test cases causing some issues for now will add back in the future added getselectdeckname method for model to do refractor rename any code relating to address book or person prefix naming etc allow addcommandparser to take in selecteddeckname basically the tag to be used to create along with the card | 1 |
234,144 | 7,717,198,701 | IssuesEvent | 2018-05-23 13:07:10 | unfoldingWord-dev/translationCore | https://api.github.com/repos/unfoldingWord-dev/translationCore | closed | Allow importing of any Door43 projects except for projects with 0.7 checking data | Epic Priority/Critical Priority/High QA/Pass | In a temporary "fix" for v0.9 we prevent importing of Door43 projects if we determine that they may be older than 0.8.0 so that we don't risk causing problems with the checking data. If there is no tW or tN checking data in the Door43 project, we need to allow Door43 projects to be imported into tC.
Problem: tC is blocking more projects than just projects with 0.7 checking data (including fresh tS projects in Door43). This problem was caused when a quick fix was made to prevent checking data made in tC 0.7 being overwritten in 0.8/0.9. | 2.0 | Allow importing of any Door43 projects except for projects with 0.7 checking data - In a temporary "fix" for v0.9 we prevent importing of Door43 projects if we determine that they may be older than 0.8.0 so that we don't risk causing problems with the checking data. If there is no tW or tN checking data in the Door43 project, we need to allow Door43 projects to be imported into tC.
Problem: tC is blocking more projects than just projects with 0.7 checking data (including fresh tS projects in Door43). This problem was caused when a quick fix was made to prevent checking data made in tC 0.7 being overwritten in 0.8/0.9. | priority | allow importing of any projects except for projects with checking data in a temporary fix for we prevent importing of projects if we determine that they may be older than so that we don t risk causing problems with the checking data if there is no tw or tn checking data in the project we need to allow projects to be imported into tc problem tc is blocking more projects than just projects with checking data including fresh ts projects in this problem was caused when a quick fix was made to prevent checking data made in tc being overwritten in | 1 |
82,242 | 3,604,578,143 | IssuesEvent | 2016-02-03 23:28:18 | Baystation12/Baystation12 | https://api.github.com/repos/Baystation12/Baystation12 | closed | MULEs fail to path, beep and buzz a lot | blocker bug priority: high | **How to reproduce**
1. Give a MULE a destination order.
2. Watch it find a route and begin moving. It makes a delighted ping.
3. After one step it suddenly fails. It makes a sighing buzz.
4. Repeat from step 2 until it reaches its destination.
5. Then repeat everything again, except step 4, until it makes it back to cargo.
Optional step: Go insane from hearing the buzz/ping over and over and over and... | 1.0 | MULEs fail to path, beep and buzz a lot - **How to reproduce**
1. Give a MULE a destination order.
2. Watch it find a route and begin moving. It makes a delighted ping.
3. After one step it suddenly fails. It makes a sighing buzz.
4. Repeat from step 2 until it reaches its destination.
5. Then repeat everything again, except step 4, until it makes it back to cargo.
Optional step: Go insane from hearing the buzz/ping over and over and over and... | priority | mules fail to path beep and buzz a lot how to reproduce give a mule a destination order watch it find a route and begin moving it makes a delighted ping after one step it suddenly fails it makes a sighing buzz repeat from step until it reaches its destination then repeat everything again except step until it makes it back to cargo optional step go insane from hearing the buzz ping over and over and over and | 1 |
632,364 | 20,193,549,976 | IssuesEvent | 2022-02-11 08:32:26 | wso2/product-apim | https://api.github.com/repos/wso2/product-apim | closed | Already subscribed shared application is avaiable to be subscribed again by other user | Type/Bug Severity/Critical Priority/High APIM - 4.1.0 | ### Description:
### Steps to reproduce:
1. Follow steps in [1] to share applications in-between two users.
- user1, user2 are the self-signed up users used here
- APP_A is the shared application
2. Subscribe to the an API by user1 via APP_A.
3. Login devportal via user2 and go in to the API > Subscriptions page.
4. In the application drop down, the already subscribed "APP_A" also will be displayed. (and under the sibscritions list, user1's subscription is not displayed.) User can select it can click on "Subscribe" which should be restricted.
Solution:
Already subscribed "APP_A" should not be displayed, in the applications dropdown.
[1] https://apim.docs.wso2.com/en/4.1.0/consume/manage-application/sharing-applications/sharing-applications/#sharing-an-application-with-multiple-users
### Affected Product Version:
APIM-4.1.0-SNAPSHOT - carbon-apimgt v9.12.4 | 1.0 | Already subscribed shared application is avaiable to be subscribed again by other user - ### Description:
### Steps to reproduce:
1. Follow steps in [1] to share applications in-between two users.
- user1, user2 are the self-signed up users used here
- APP_A is the shared application
2. Subscribe to the an API by user1 via APP_A.
3. Login devportal via user2 and go in to the API > Subscriptions page.
4. In the application drop down, the already subscribed "APP_A" also will be displayed. (and under the sibscritions list, user1's subscription is not displayed.) User can select it can click on "Subscribe" which should be restricted.
Solution:
Already subscribed "APP_A" should not be displayed, in the applications dropdown.
[1] https://apim.docs.wso2.com/en/4.1.0/consume/manage-application/sharing-applications/sharing-applications/#sharing-an-application-with-multiple-users
### Affected Product Version:
APIM-4.1.0-SNAPSHOT - carbon-apimgt v9.12.4 | priority | already subscribed shared application is avaiable to be subscribed again by other user description steps to reproduce follow steps in to share applications in between two users are the self signed up users used here app a is the shared application subscribe to the an api by via app a login devportal via and go in to the api subscriptions page in the application drop down the already subscribed app a also will be displayed and under the sibscritions list s subscription is not displayed user can select it can click on subscribe which should be restricted solution already subscribed app a should not be displayed in the applications dropdown affected product version apim snapshot carbon apimgt | 1 |
389,166 | 11,498,470,481 | IssuesEvent | 2020-02-12 12:04:08 | EthereumCommonwealth/Auditing | https://api.github.com/repos/EthereumCommonwealth/Auditing | closed | TheWALL v3 | approved priority: 1 (high) solidity | # Audit request
There were changed two files. The last commits: https://github.com/isvirin/TheWall/commit/4d7b98e06def9a605aba06663d5c90d5a5e55c54
The Million Dollar Homepage on a blockchain.
We have finished testing our contracts prepared them to audit. We had to separate it into 5 contracts because of blocksize limitations.
There are
* thewall.sol
* thewallbeneficiaries.sol
* thewallcore.sol
* thewallusers.sol
* thewallcoupons.sol
Deploy procedure:
depoloy TheWallCoupons
deploy TheWallCore(TheWallCoupons)
TheWallCoupons->addWhitelistAdmin(TheWallCore)
deploy TheWall(TheWallCore)
TheWallCore->addWhitelistAdmin(TheWall)
deploy TheWallBeneficiaries
TheWallCore->setFundsReceived(TheWallBeneficiaries)
Project homepage - https://thewall.global
# Source code
https://github.com/isvirin/TheWall
# Disclosure policy
please notify us privately if critical vulnerabilities are found. email: i.svirin@nordavind.ru
# Platform
Ethereum
## Contact
i.svirin@nordavind.ru
## Budget
[2.0 Ether](https://etherscan.io/tx/0x8ef466174ce311bfbbfad2df6e2ad933a4f34e8c83c1926df8a79d6a7b4f1141)
Previous audit https://github.com/EthereumCommonwealth/Auditing/issues/424#issuecomment-578523941
| 1.0 | TheWALL v3 - # Audit request
There were changed two files. The last commits: https://github.com/isvirin/TheWall/commit/4d7b98e06def9a605aba06663d5c90d5a5e55c54
The Million Dollar Homepage on a blockchain.
We have finished testing our contracts prepared them to audit. We had to separate it into 5 contracts because of blocksize limitations.
There are
* thewall.sol
* thewallbeneficiaries.sol
* thewallcore.sol
* thewallusers.sol
* thewallcoupons.sol
Deploy procedure:
depoloy TheWallCoupons
deploy TheWallCore(TheWallCoupons)
TheWallCoupons->addWhitelistAdmin(TheWallCore)
deploy TheWall(TheWallCore)
TheWallCore->addWhitelistAdmin(TheWall)
deploy TheWallBeneficiaries
TheWallCore->setFundsReceived(TheWallBeneficiaries)
Project homepage - https://thewall.global
# Source code
https://github.com/isvirin/TheWall
# Disclosure policy
please notify us privately if critical vulnerabilities are found. email: i.svirin@nordavind.ru
# Platform
Ethereum
## Contact
i.svirin@nordavind.ru
## Budget
[2.0 Ether](https://etherscan.io/tx/0x8ef466174ce311bfbbfad2df6e2ad933a4f34e8c83c1926df8a79d6a7b4f1141)
Previous audit https://github.com/EthereumCommonwealth/Auditing/issues/424#issuecomment-578523941
| priority | thewall audit request there were changed two files the last commits the million dollar homepage on a blockchain we have finished testing our contracts prepared them to audit we had to separate it into contracts because of blocksize limitations there are thewall sol thewallbeneficiaries sol thewallcore sol thewallusers sol thewallcoupons sol deploy procedure depoloy thewallcoupons deploy thewallcore thewallcoupons thewallcoupons addwhitelistadmin thewallcore deploy thewall thewallcore thewallcore addwhitelistadmin thewall deploy thewallbeneficiaries thewallcore setfundsreceived thewallbeneficiaries project homepage source code disclosure policy please notify us privately if critical vulnerabilities are found email i svirin nordavind ru platform ethereum contact i svirin nordavind ru budget previous audit | 1 |
714,241 | 24,555,333,432 | IssuesEvent | 2022-10-12 15:26:58 | capricorn86/happy-dom | https://api.github.com/repos/capricorn86/happy-dom | closed | `activeElement` implementation causing crashes when used within vitest | bug high priority | Hi
I know there are other libs at play and there could be various fixes but I'll just outline what I _think_ is going on.
Happy to look at other options, if this is expected behaviour.
Essentially:
- vitest will spin up a `happy-dom` env (document) per test file
- I have a suite of tests (within one file) each of which renders a component and then checks the behaviour of clicking a `<button/>` within that component.
- the first test works fine but results in the button rendered for that test becoming the `activeElement`.
- the second test then fails due to `happy-dom` trying to resolve that `activeElement`(which has now been removed from the dom) against the existing document root.
I think the behaviour I'm seeing stems from [this change](https://github.com/capricorn86/happy-dom/pull/436/files#diff-e9934eb356b7e7fac515fdf410f058ceb33d42296f05540480708091b56cee0aR245) and was wondering whether it was worth putting a guard around it?
Thanks,
Iain | 1.0 | `activeElement` implementation causing crashes when used within vitest - Hi
I know there are other libs at play and there could be various fixes but I'll just outline what I _think_ is going on.
Happy to look at other options, if this is expected behaviour.
Essentially:
- vitest will spin up a `happy-dom` env (document) per test file
- I have a suite of tests (within one file) each of which renders a component and then checks the behaviour of clicking a `<button/>` within that component.
- the first test works fine but results in the button rendered for that test becoming the `activeElement`.
- the second test then fails due to `happy-dom` trying to resolve that `activeElement`(which has now been removed from the dom) against the existing document root.
I think the behaviour I'm seeing stems from [this change](https://github.com/capricorn86/happy-dom/pull/436/files#diff-e9934eb356b7e7fac515fdf410f058ceb33d42296f05540480708091b56cee0aR245) and was wondering whether it was worth putting a guard around it?
Thanks,
Iain | priority | activeelement implementation causing crashes when used within vitest hi i know there are other libs at play and there could be various fixes but i ll just outline what i think is going on happy to look at other options if this is expected behaviour essentially vitest will spin up a happy dom env document per test file i have a suite of tests within one file each of which renders a component and then checks the behaviour of clicking a within that component the first test works fine but results in the button rendered for that test becoming the activeelement the second test then fails due to happy dom trying to resolve that activeelement which has now been removed from the dom against the existing document root i think the behaviour i m seeing stems from and was wondering whether it was worth putting a guard around it thanks iain | 1 |
638,221 | 20,719,098,725 | IssuesEvent | 2022-03-13 04:39:07 | AY2122S2-CS2103-F11-2/tp | https://api.github.com/repos/AY2122S2-CS2103-F11-2/tp | closed | Enhance `find` command | type.Enhancement type.Task priority.High Functionality | Enhance and extend functionality of find command, to allow users to specify search for keywords across all other fields i.e. `name`, `course`, `email`, `phone`, `studentid`.
This function will be updated as and when more fields are added to each person. | 1.0 | Enhance `find` command - Enhance and extend functionality of find command, to allow users to specify search for keywords across all other fields i.e. `name`, `course`, `email`, `phone`, `studentid`.
This function will be updated as and when more fields are added to each person. | priority | enhance find command enhance and extend functionality of find command to allow users to specify search for keywords across all other fields i e name course email phone studentid this function will be updated as and when more fields are added to each person | 1 |
5,005 | 2,570,320,714 | IssuesEvent | 2015-02-10 08:27:02 | cs2103jan2015-w09-2j/main | https://api.github.com/repos/cs2103jan2015-w09-2j/main | closed | The user expect the app to provide him with suggestions when he key in a wrong command | priority.high type.story | so that it helps him to recall the commands. | 1.0 | The user expect the app to provide him with suggestions when he key in a wrong command - so that it helps him to recall the commands. | priority | the user expect the app to provide him with suggestions when he key in a wrong command so that it helps him to recall the commands | 1 |
143,711 | 5,522,188,167 | IssuesEvent | 2017-03-19 21:28:28 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | opened | Create and host VTK binary packages for Drake's supported platforms | priority: high team: kitware type: feature request | Sub-task broken out of #2628:
> Create vtk 6.x and 7.1 binary packages for Mac, Ubuntu 14.04, and Ubuntu 16.04, host them somewhere, and build enough CMake infrastructure so that the superbuilds can download and link against them. This is not a PPA, just a dpkg or binary tarball.
I would like to get the 7.1 packages up earlier rather than later, because they will be the long pole for Drake-as-a-library to be 100% compile-able under Bazel -- because our `drake/systems/sensors/rgbd_camera` component needs VTK to compile.
| 1.0 | Create and host VTK binary packages for Drake's supported platforms - Sub-task broken out of #2628:
> Create vtk 6.x and 7.1 binary packages for Mac, Ubuntu 14.04, and Ubuntu 16.04, host them somewhere, and build enough CMake infrastructure so that the superbuilds can download and link against them. This is not a PPA, just a dpkg or binary tarball.
I would like to get the 7.1 packages up earlier rather than later, because they will be the long pole for Drake-as-a-library to be 100% compile-able under Bazel -- because our `drake/systems/sensors/rgbd_camera` component needs VTK to compile.
| priority | create and host vtk binary packages for drake s supported platforms sub task broken out of create vtk x and binary packages for mac ubuntu and ubuntu host them somewhere and build enough cmake infrastructure so that the superbuilds can download and link against them this is not a ppa just a dpkg or binary tarball i would like to get the packages up earlier rather than later because they will be the long pole for drake as a library to be compile able under bazel because our drake systems sensors rgbd camera component needs vtk to compile | 1 |
767,043 | 26,909,015,181 | IssuesEvent | 2023-02-06 21:42:02 | openforcefield/openff-toolkit | https://api.github.com/repos/openforcefield/openff-toolkit | closed | Versioning scheme for forcefield files | enhancement api breaking effort:high priority:high under discussion feedback needed | Relevant reading: https://github.com/openforcefield/openforcefield/issues/5
We're working on versioning all unversioned `smirnoff99Frosst` files from the repo. This requires putting a version on loose forcefield files. We should be careful with what we choose, because this will probably set a precedent that we'll stick to for a while.
Here are some complicated versioning situations I anticipate we could run into:
1) Between one FF version and the next, only the SMIRNOFF spec version changes in the OFFXML text. This changes the science because the new spec adds some keywords with default values that the old one didn't have.
2) The same FF is represented in two different SMIRNOFF specs. This may happen during spec version increments, like right now (we have `smirnoff99Frosst.offxml` "science version" 9 in both the [0.1](https://github.com/openforcefield/smirnoff99Frosst/blob/master/smirnoff99Frosst/smirnoff99Frosst.offxml) and [0.2 spec](https://github.com/openforcefield/openforcefield/blob/master/openforcefield/data/forcefield/smirnoff99Frosst.offxml), with indistinguishable filenames)
Given the above possibilities, I propose we use the versioning scheme ~`name-X.Y.Z`~ `name-X.Y-Z`, where `X` and `Y` are the SMIRNOFF spec version (so 0.2 for this previous Monday's release), and `Z` is the "science" version of the forcefield. Therefore, `Z` will always be incremented when we come up with better bond parameters or otherwise make a change that affects the energy of the system.
In several years, this versioning scheme means we could end up with filenames like `openFF-3.5-91`, which doesn't seem too weird. | 1.0 | Versioning scheme for forcefield files - Relevant reading: https://github.com/openforcefield/openforcefield/issues/5
We're working on versioning all unversioned `smirnoff99Frosst` files from the repo. This requires putting a version on loose forcefield files. We should be careful with what we choose, because this will probably set a precedent that we'll stick to for a while.
Here are some complicated versioning situations I anticipate we could run into:
1) Between one FF version and the next, only the SMIRNOFF spec version changes in the OFFXML text. This changes the science because the new spec adds some keywords with default values that the old one didn't have.
2) The same FF is represented in two different SMIRNOFF specs. This may happen during spec version increments, like right now (we have `smirnoff99Frosst.offxml` "science version" 9 in both the [0.1](https://github.com/openforcefield/smirnoff99Frosst/blob/master/smirnoff99Frosst/smirnoff99Frosst.offxml) and [0.2 spec](https://github.com/openforcefield/openforcefield/blob/master/openforcefield/data/forcefield/smirnoff99Frosst.offxml), with indistinguishable filenames)
Given the above possibilities, I propose we use the versioning scheme ~`name-X.Y.Z`~ `name-X.Y-Z`, where `X` and `Y` are the SMIRNOFF spec version (so 0.2 for this previous Monday's release), and `Z` is the "science" version of the forcefield. Therefore, `Z` will always be incremented when we come up with better bond parameters or otherwise make a change that affects the energy of the system.
In several years, this versioning scheme means we could end up with filenames like `openFF-3.5-91`, which doesn't seem too weird. | priority | versioning scheme for forcefield files relevant reading we re working on versioning all unversioned files from the repo this requires putting a version on loose forcefield files we should be careful with what we choose because this will probably set a precedent that we ll stick to for a while here are some complicated versioning situations i anticipate we could run into between one ff version and the next only the smirnoff spec version changes in the offxml text this changes the science because the new spec adds some keywords with default values that the old one didn t have the same ff is represented in two different smirnoff specs this may happen during spec version increments like right now we have offxml science version in both the and with indistinguishable filenames given the above possibilities i propose we use the versioning scheme name x y z name x y z where x and y are the smirnoff spec version so for this previous monday s release and z is the science version of the forcefield therefore z will always be incremented when we come up with better bond parameters or otherwise make a change that affects the energy of the system in several years this versioning scheme means we could end up with filenames like openff which doesn t seem too weird | 1 |
552,365 | 16,239,370,377 | IssuesEvent | 2021-05-07 07:30:36 | turbot/steampipe-plugin-gcp | https://api.github.com/repos/turbot/steampipe-plugin-gcp | opened | Add self_link for gcp_logging_sink table. | enhancement priority:high | **Is your feature request related to a problem? Please describe.**
E.g.
https://www.googleapis.com/logging/v2/projects/parker-aaa/sinks/turbot_gcp_event_sink
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
| 1.0 | Add self_link for gcp_logging_sink table. - **Is your feature request related to a problem? Please describe.**
E.g.
https://www.googleapis.com/logging/v2/projects/parker-aaa/sinks/turbot_gcp_event_sink
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
| priority | add self link for gcp logging sink table is your feature request related to a problem please describe e g describe the solution you d like a clear and concise description of what you want to happen describe alternatives you ve considered a clear and concise description of any alternative solutions or features you ve considered additional context add any other context or screenshots about the feature request here | 1 |
282,521 | 8,707,289,505 | IssuesEvent | 2018-12-06 07:11:11 | goharbor/harbor | https://api.github.com/repos/goharbor/harbor | closed | view scan log still show all the log in dialog, should be modified to a single page. | area/ui priority/high target/1.7.0 |

| 1.0 | view scan log still show all the log in dialog, should be modified to a single page. -

| priority | view scan log still show all the log in dialog should be modified to a single page | 1 |
205,502 | 7,098,877,352 | IssuesEvent | 2018-01-15 08:03:17 | strapi/strapi | https://api.github.com/repos/strapi/strapi | closed | (hook:knex) wasn't loaded due to missing key `enabled` in the configuration | priority: high source: framework type: bug version: 3.x | **Node.js version**: 8.6.0
**npm version**: 5.3.0
**Strapi version**: 3.0.0-alpha.7.3
**Operating system**: Mac Yosemite
I changed the database configuration to:
```
{
"defaultConnection": "default",
"connections": {
"default": {
"connector": "strapi-bookshelf",
"settings": {
"client": "mysql",
"host": "localhost",
"port": 5432,
"username": "me",
"password": "",
"database": "torch"
},
"options": {}
}
}
}
```
And created the database and installed `strapi-bookshelf`. When starting the app, I get the following error:
```
$ strapi start
WARN (26367 on laptop.home): (hook:knex) wasn't loaded due to missing key `enabled` in the configuration
WARN (26367 on laptop.home): (hook:mongoose) wasn't loaded due to missing key `enabled` in the configuration
DEBUG (26367 on laptop.home): Server wasn't able to start properly.
ERROR (26367 on laptop.home): Cannot read property 'knex' of undefined
TypeError: Cannot read property 'knex' of undefined
at Function.initialize (/Users/me/strapi/server/node_modules/strapi-bookshelf/lib/index.js:41:24)
at /usr/local/lib/node_modules/strapi/lib/hooks/index.js:21:31
at Promise (/usr/local/lib/node_modules/strapi/lib/hooks/index.js:103:37)
at Promise (<anonymous>)
at Promise.all.Object.keys.map.hook (/usr/local/lib/node_modules/strapi/lib/hooks/index.js:48:9)
at Array.map (<anonymous>)
at Strapi.module.exports (/usr/local/lib/node_modules/strapi/lib/hooks/index.js:46:28)
at Strapi.load (/usr/local/lib/node_modules/strapi/lib/Strapi.js:185:23)
at <anonymous>
``` | 1.0 | (hook:knex) wasn't loaded due to missing key `enabled` in the configuration - **Node.js version**: 8.6.0
**npm version**: 5.3.0
**Strapi version**: 3.0.0-alpha.7.3
**Operating system**: Mac Yosemite
I changed the database configuration to:
```
{
"defaultConnection": "default",
"connections": {
"default": {
"connector": "strapi-bookshelf",
"settings": {
"client": "mysql",
"host": "localhost",
"port": 5432,
"username": "me",
"password": "",
"database": "torch"
},
"options": {}
}
}
}
```
And created the database and installed `strapi-bookshelf`. When starting the app, I get the following error:
```
$ strapi start
WARN (26367 on laptop.home): (hook:knex) wasn't loaded due to missing key `enabled` in the configuration
WARN (26367 on laptop.home): (hook:mongoose) wasn't loaded due to missing key `enabled` in the configuration
DEBUG (26367 on laptop.home): Server wasn't able to start properly.
ERROR (26367 on laptop.home): Cannot read property 'knex' of undefined
TypeError: Cannot read property 'knex' of undefined
at Function.initialize (/Users/me/strapi/server/node_modules/strapi-bookshelf/lib/index.js:41:24)
at /usr/local/lib/node_modules/strapi/lib/hooks/index.js:21:31
at Promise (/usr/local/lib/node_modules/strapi/lib/hooks/index.js:103:37)
at Promise (<anonymous>)
at Promise.all.Object.keys.map.hook (/usr/local/lib/node_modules/strapi/lib/hooks/index.js:48:9)
at Array.map (<anonymous>)
at Strapi.module.exports (/usr/local/lib/node_modules/strapi/lib/hooks/index.js:46:28)
at Strapi.load (/usr/local/lib/node_modules/strapi/lib/Strapi.js:185:23)
at <anonymous>
``` | priority | hook knex wasn t loaded due to missing key enabled in the configuration node js version npm version strapi version alpha operating system mac yosemite i changed the database configuration to defaultconnection default connections default connector strapi bookshelf settings client mysql host localhost port username me password database torch options and created the database and installed strapi bookshelf when starting the app i get the following error strapi start warn on laptop home hook knex wasn t loaded due to missing key enabled in the configuration warn on laptop home hook mongoose wasn t loaded due to missing key enabled in the configuration debug on laptop home server wasn t able to start properly error on laptop home cannot read property knex of undefined typeerror cannot read property knex of undefined at function initialize users me strapi server node modules strapi bookshelf lib index js at usr local lib node modules strapi lib hooks index js at promise usr local lib node modules strapi lib hooks index js at promise at promise all object keys map hook usr local lib node modules strapi lib hooks index js at array map at strapi module exports usr local lib node modules strapi lib hooks index js at strapi load usr local lib node modules strapi lib strapi js at | 1 |
458,944 | 13,184,340,469 | IssuesEvent | 2020-08-12 19:13:10 | flextype/flextype | https://api.github.com/repos/flextype/flextype | closed | Shortcode Parser Enhancements | priority: high type: feature | Several Enhancements need to be done for 0.9.10 release.
* We should have full support of all standard Thunderer Shortcode methods.
* Add new default shortcodes that will present Flextype core functionality | 1.0 | Shortcode Parser Enhancements - Several Enhancements need to be done for 0.9.10 release.
* We should have full support of all standard Thunderer Shortcode methods.
* Add new default shortcodes that will present Flextype core functionality | priority | shortcode parser enhancements several enhancements need to be done for release we should have full support of all standard thunderer shortcode methods add new default shortcodes that will present flextype core functionality | 1 |
756,464 | 26,472,460,144 | IssuesEvent | 2023-01-17 08:37:00 | ALive-research/Slicer-Liver | https://api.github.com/repos/ALive-research/Slicer-Liver | closed | Wrong handling of mismatched image spacing when combining distance maps | bug priority:high | **Describe the bug**
When trying to generate combined distance maps with different image spacing, an error is produced but the user is not informed and the cursor processing status is not changed back to normal (stays in processing).
**To Reproduce**
Steps to reproduce the behavior:
1. Go to the segmentations module
2. Export the tumor segmentation to labelmap using one volume as image volume
3. Export the parenchyma segmentation to a labelmap using a different volume as image volume.
4. Go to the Slicer-Liver module and try to compute the distance map with the tumor and the parechyma labelmap.
5. See that there is no error and the mouse pointer does not change back from processing state
**Expected behavior**
Error should be reported and the state of the mouse should be back to normal.
| 1.0 | Wrong handling of mismatched image spacing when combining distance maps - **Describe the bug**
When trying to generate combined distance maps with different image spacing, an error is produced but the user is not informed and the cursor processing status is not changed back to normal (stays in processing).
**To Reproduce**
Steps to reproduce the behavior:
1. Go to the segmentations module
2. Export the tumor segmentation to labelmap using one volume as image volume
3. Export the parenchyma segmentation to a labelmap using a different volume as image volume.
4. Go to the Slicer-Liver module and try to compute the distance map with the tumor and the parechyma labelmap.
5. See that there is no error and the mouse pointer does not change back from processing state
**Expected behavior**
Error should be reported and the state of the mouse should be back to normal.
| priority | wrong handling of mismatched image spacing when combining distance maps describe the bug when trying to generate combined distance maps with different image spacing an error is produced but the user is not informed and the cursor processing status is not changed back to normal stays in processing to reproduce steps to reproduce the behavior go to the segmentations module export the tumor segmentation to labelmap using one volume as image volume export the parenchyma segmentation to a labelmap using a different volume as image volume go to the slicer liver module and try to compute the distance map with the tumor and the parechyma labelmap see that there is no error and the mouse pointer does not change back from processing state expected behavior error should be reported and the state of the mouse should be back to normal | 1 |
619,183 | 19,518,275,266 | IssuesEvent | 2021-12-29 14:00:23 | CaptureCoop/SnipSniper | https://api.github.com/repos/CaptureCoop/SnipSniper | closed | EditorWindow: EzMode tabs title doesnt correctly change | bug High Priority for: Editor | TLDR: The title doesnt change because the inner thing is smaller, heres my idea on how to properly know what tab is selected:
Get Width of complete thing and subdivide it by tab amount = each tabs width.
We can get the height probably.
By that we can get the correct tab we are on. | 1.0 | EditorWindow: EzMode tabs title doesnt correctly change - TLDR: The title doesnt change because the inner thing is smaller, heres my idea on how to properly know what tab is selected:
Get Width of complete thing and subdivide it by tab amount = each tabs width.
We can get the height probably.
By that we can get the correct tab we are on. | priority | editorwindow ezmode tabs title doesnt correctly change tldr the title doesnt change because the inner thing is smaller heres my idea on how to properly know what tab is selected get width of complete thing and subdivide it by tab amount each tabs width we can get the height probably by that we can get the correct tab we are on | 1 |
252,712 | 8,039,350,092 | IssuesEvent | 2018-07-30 18:05:53 | systers/communities | https://api.github.com/repos/systers/communities | closed | Development of Header and Footer | Category: Coding Difficulty: MEDIUM Priority: HIGH Program: GSoC | ## Description
As a user,
I need develop the header and footer components
## Acceptance Criteria
### Update [Required]
- [ ] Nav bar components
- [ ] Footer components
## Definition of Done
- [ ] All of the required items are completed.
- [ ] Approval by 1 mentor.
## Estimation
5 hours
@Tharangi Can you assign me this issue ? | 1.0 | Development of Header and Footer - ## Description
As a user,
I need develop the header and footer components
## Acceptance Criteria
### Update [Required]
- [ ] Nav bar components
- [ ] Footer components
## Definition of Done
- [ ] All of the required items are completed.
- [ ] Approval by 1 mentor.
## Estimation
5 hours
@Tharangi Can you assign me this issue ? | priority | development of header and footer description as a user i need develop the header and footer components acceptance criteria update nav bar components footer components definition of done all of the required items are completed approval by mentor estimation hours tharangi can you assign me this issue | 1 |
222,421 | 7,432,063,360 | IssuesEvent | 2018-03-25 20:49:11 | Cloud-CV/EvalAI | https://api.github.com/repos/Cloud-CV/EvalAI | closed | Permission denied: '/tmp/logfile' | GSOC backend bug medium-difficulty priority-high | The submission worker currently faces the problem of permission denied due to the dependency on `/tmp/logfile`. Here is the error log:
```
(EvalAI) 137 ubuntu@staging-evalai:~/Projects/EvalAI⟫ python scripts/workers/submission_worker.py settings.prod
Traceback (most recent call last):
File "scripts/workers/submission_worker.py", line 44, in <module>
django.setup()
File "/home/ubuntu/.virtualenvs/EvalAI/local/lib/python2.7/site-packages/django/__init__.py", line 22, in setup
configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
File "/home/ubuntu/.virtualenvs/EvalAI/local/lib/python2.7/site-packages/django/utils/log.py", line 75, in configure_logging
logging_config_func(logging_settings)
File "/usr/lib/python2.7/logging/config.py", line 794, in dictConfig
dictConfigClass(config).configure()
File "/usr/lib/python2.7/logging/config.py", line 576, in configure
'%r: %s' % (name, e))
ValueError: Unable to configure handler 'logfile': [Errno 13] Permission denied: '/tmp/logfile'
``` | 1.0 | Permission denied: '/tmp/logfile' - The submission worker currently faces the problem of permission denied due to the dependency on `/tmp/logfile`. Here is the error log:
```
(EvalAI) 137 ubuntu@staging-evalai:~/Projects/EvalAI⟫ python scripts/workers/submission_worker.py settings.prod
Traceback (most recent call last):
File "scripts/workers/submission_worker.py", line 44, in <module>
django.setup()
File "/home/ubuntu/.virtualenvs/EvalAI/local/lib/python2.7/site-packages/django/__init__.py", line 22, in setup
configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
File "/home/ubuntu/.virtualenvs/EvalAI/local/lib/python2.7/site-packages/django/utils/log.py", line 75, in configure_logging
logging_config_func(logging_settings)
File "/usr/lib/python2.7/logging/config.py", line 794, in dictConfig
dictConfigClass(config).configure()
File "/usr/lib/python2.7/logging/config.py", line 576, in configure
'%r: %s' % (name, e))
ValueError: Unable to configure handler 'logfile': [Errno 13] Permission denied: '/tmp/logfile'
``` | priority | permission denied tmp logfile the submission worker currently faces the problem of permission denied due to the dependency on tmp logfile here is the error log evalai ubuntu staging evalai projects evalai⟫ python scripts workers submission worker py settings prod traceback most recent call last file scripts workers submission worker py line in django setup file home ubuntu virtualenvs evalai local lib site packages django init py line in setup configure logging settings logging config settings logging file home ubuntu virtualenvs evalai local lib site packages django utils log py line in configure logging logging config func logging settings file usr lib logging config py line in dictconfig dictconfigclass config configure file usr lib logging config py line in configure r s name e valueerror unable to configure handler logfile permission denied tmp logfile | 1 |
675,518 | 23,097,402,735 | IssuesEvent | 2022-07-26 21:04:10 | 100Devs-ADHD/think-big | https://api.github.com/repos/100Devs-ADHD/think-big | closed | dev: UI: Update SideNav | enhancement priority-high | ## Feature Description
SideNav component update
## Definition of Done
- [x] Tooltip on hover - displays the appropriate text
- [x] Hover color styling
- [x] Uses data from `/mockdata/nav.ts` - update data structure to include hover text & link fields (Link data will be updated later, use `"/"` as the target for now)
- [x] Navigates to page on item click. (see below for more info)
## Prototype
<div align="center">
_Left (default), Center (hover), Right (active)_
<img src="https://raw.githubusercontent.com/100Devs-ADHD/assets/main/thinkbig/issues/SideNav.webp" title="prototype example">
</div>
| # | Name | Hover Event | Element |
| :---: | :---: | :---: | :---: |
| 1 | Home | `'Home / (Dashboard)'` | `<Icon icon="fa6-solid:house" />` |
| 2 | Calendar | `'Calendar - [date]'` | `<Icon icon="fa6-solid:calendar-days" />` |
| 3 | Assignments | `'Homework Assignments'` | `<Icon icon="fa6-solid:book" />` |
| 4 | Classes | `'Classes'` | `<Icon icon="fa6-solid:graduation-cap" />` |
| 5 | Help | `'Find help on Discord!'` | `<Icon icon="fa6-solid:comments-question" />` |
## Styling & Components
**Element**
```css
border-top-right-radius: 10px;
gap: 10px;
height: 100%;
width: 60px;
```
**Element Icons**
```css
font-size: 32px;
```
## Comments/Questions
Mantine has a `Tooltip` component that may be helpful with this issue. [(Documentation)](https://mantine.dev/core/tooltip/)
For the hyperlinking, ensure that you use the `Link` component provided by Nextjs. This ensures that the page transitions are smooth and eliminates unnecessary reloads/renders. [(Documentation)](https://nextjs.org/docs/api-reference/next/link) | 1.0 | dev: UI: Update SideNav - ## Feature Description
SideNav component update
## Definition of Done
- [x] Tooltip on hover - displays the appropriate text
- [x] Hover color styling
- [x] Uses data from `/mockdata/nav.ts` - update data structure to include hover text & link fields (Link data will be updated later, use `"/"` as the target for now)
- [x] Navigates to page on item click. (see below for more info)
## Prototype
<div align="center">
_Left (default), Center (hover), Right (active)_
<img src="https://raw.githubusercontent.com/100Devs-ADHD/assets/main/thinkbig/issues/SideNav.webp" title="prototype example">
</div>
| # | Name | Hover Event | Element |
| :---: | :---: | :---: | :---: |
| 1 | Home | `'Home / (Dashboard)'` | `<Icon icon="fa6-solid:house" />` |
| 2 | Calendar | `'Calendar - [date]'` | `<Icon icon="fa6-solid:calendar-days" />` |
| 3 | Assignments | `'Homework Assignments'` | `<Icon icon="fa6-solid:book" />` |
| 4 | Classes | `'Classes'` | `<Icon icon="fa6-solid:graduation-cap" />` |
| 5 | Help | `'Find help on Discord!'` | `<Icon icon="fa6-solid:comments-question" />` |
## Styling & Components
**Element**
```css
border-top-right-radius: 10px;
gap: 10px;
height: 100%;
width: 60px;
```
**Element Icons**
```css
font-size: 32px;
```
## Comments/Questions
Mantine has a `Tooltip` component that may be helpful with this issue. [(Documentation)](https://mantine.dev/core/tooltip/)
For the hyperlinking, ensure that you use the `Link` component provided by Nextjs. This ensures that the page transitions are smooth and eliminates unnecessary reloads/renders. [(Documentation)](https://nextjs.org/docs/api-reference/next/link) | priority | dev ui update sidenav feature description sidenav component update definition of done tooltip on hover displays the appropriate text hover color styling uses data from mockdata nav ts update data structure to include hover text link fields link data will be updated later use as the target for now navigates to page on item click see below for more info prototype left default center hover right active name hover event element home home dashboard calendar calendar assignments homework assignments classes classes help find help on discord styling components element css border top right radius gap height width element icons css font size comments questions mantine has a tooltip component that may be helpful with this issue for the hyperlinking ensure that you use the link component provided by nextjs this ensures that the page transitions are smooth and eliminates unnecessary reloads renders | 1 |
668,780 | 22,597,610,551 | IssuesEvent | 2022-06-29 05:51:27 | 4paradigm/OpenMLDB | https://api.github.com/repos/4paradigm/OpenMLDB | closed | SSD table addreplica is failure | bug high-priority storage-engine | **Bug Description**
<img width="1155" alt="企业微信截图_f6e68606-ac4f-43b8-b7ff-c5811129f5bf" src="https://user-images.githubusercontent.com/37789023/175244729-3d1fc3f3-86ee-4dc1-8368-952dc8d7e01e.png">
![Uploading 企业微信截图_1298304e-19a5-46bd-bdee-2417358ebdb8.png…]()
<img width="1200" alt="企业微信截图_89024caa-2020-429c-aadf-4c36806c1547" src="https://user-images.githubusercontent.com/37789023/175244828-3c837a59-c958-46c3-864d-a72ba61d4104.png">
**Expected Behavior**
SSD table addreplica is success.
**Steps to Reproduce**
1.
2.
3.
4. | 1.0 | SSD table addreplica is failure - **Bug Description**
<img width="1155" alt="企业微信截图_f6e68606-ac4f-43b8-b7ff-c5811129f5bf" src="https://user-images.githubusercontent.com/37789023/175244729-3d1fc3f3-86ee-4dc1-8368-952dc8d7e01e.png">
![Uploading 企业微信截图_1298304e-19a5-46bd-bdee-2417358ebdb8.png…]()
<img width="1200" alt="企业微信截图_89024caa-2020-429c-aadf-4c36806c1547" src="https://user-images.githubusercontent.com/37789023/175244828-3c837a59-c958-46c3-864d-a72ba61d4104.png">
**Expected Behavior**
SSD table addreplica is success.
**Steps to Reproduce**
1.
2.
3.
4. | priority | ssd table addreplica is failure bug description img width alt 企业微信截图 src img width alt 企业微信截图 aadf src expected behavior ssd table addreplica is success steps to reproduce | 1 |
289,725 | 8,875,627,161 | IssuesEvent | 2019-01-12 06:04:24 | DroidKaigi/conference-app-2019 | https://api.github.com/repos/DroidKaigi/conference-app-2019 | closed | Wrong klock DateTime conversion. | assigned high priority welcome contribute | ## Overview (Required)
Several klock `DateTime` conversion code seems wrong...
### Superficial problem.
The time when "Go to survey" is displayed is shifted.
1) Set Android device time like as 2019 Feb. 7, 21:00 (GMT+9:00 (Japan Standard Time))
2) launch droidkaigi app.
we expected following behavior.
All Day1 Session is finished. ("Go to survey" is displayed).
but actual result is as follows.
The session since lunch has not finished yet. ("Go to survey" is NOT displayed).

### Code problem.
**SessionDataMapperExt.kt**
```
stime = dateFormat.parse(startsAt).utc.unixMillisLong,
etime = dateFormat.parse(endsAt).utc.unixMillisLong,
```
When `endsAt` is "2019-02-07T11:50:00", `etime` indicate 2019 Feb 07 11:50:00 (GMT+0:00).
But, the true meaning of "2019-02-07T11:50:00" in droidkaigi api response is 2019 Feb 07 11:50:00 (GMT+9:00).
**Session.kt**
```
val isFinished: Boolean
get() = DateTime.nowUnixLong() > endTime.unixMillisLong
```
When `endsAt` is "2019-02-07T11:50:00", `endTime` indicate 2019 Feb 07 11:50:00 (GMT+0:00).
This time same as 2019 Feb 07 20:50:00 (GMT+9:00 (Japan Standard Time)).
```
append(startTime.format("hh:mm"))
append(" - ")
append(endTime.format("hh:mm"))
```
And more, "hh" means 12-hour notation. (see Session Detail screen)
If we expect 24-hour notation, specify "HH".
### Appendix: Basic test code.
```
val t1a: DateTimeTz =
DateFormat("""yyyy-MM-dd'T'HH:mm:ss""").parse("2019-02-07T11:50:00")
assertEquals(TimezoneOffset(0.0), t1a.offset)
assertEquals(11, t1a.hours)
assertEquals("11:50", t1a.format("HH:mm"))
assertEquals(1549540200000, t1a.utc.unixMillisLong)
val t1b: DateTime = t1a.utc
assertEquals(11, t1b.hours)
assertEquals("11:50", t1b.format("HH:mm"))
val t1c: DateTimeTz = t1b.toOffset(TimezoneOffset((9*60*60*1000).toDouble()))
assertEquals(TimezoneOffset((9*60*60*1000).toDouble()), t1c.offset)
assertEquals(20, t1c.hours)
assertEquals("08:50", t1c.format("hh:mm"))
assertEquals("20:50", t1c.format("HH:mm"))
assertEquals(t1a.utc.unixMillisLong, t1c.utc.unixMillisLong)
val t2a: DateTimeTz =
DateFormat("""yyyy-MM-dd'T'HH:mm:ssxxx""").parse("2019-02-07T11:50:00+09:00")
assertEquals(TimezoneOffset((9*60*60*1000).toDouble()), t2a.offset)
assertEquals(11, t2a.hours)
assertEquals("11:50", t2a.format("HH:mm"))
assertEquals(1549507800000, t2a.utc.unixMillisLong)
```
| 1.0 | Wrong klock DateTime conversion. - ## Overview (Required)
Several klock `DateTime` conversion code seems wrong...
### Superficial problem.
The time when "Go to survey" is displayed is shifted.
1) Set Android device time like as 2019 Feb. 7, 21:00 (GMT+9:00 (Japan Standard Time))
2) launch droidkaigi app.
we expected following behavior.
All Day1 Session is finished. ("Go to survey" is displayed).
but actual result is as follows.
The session since lunch has not finished yet. ("Go to survey" is NOT displayed).

### Code problem.
**SessionDataMapperExt.kt**
```
stime = dateFormat.parse(startsAt).utc.unixMillisLong,
etime = dateFormat.parse(endsAt).utc.unixMillisLong,
```
When `endsAt` is "2019-02-07T11:50:00", `etime` indicate 2019 Feb 07 11:50:00 (GMT+0:00).
But, the true meaning of "2019-02-07T11:50:00" in droidkaigi api response is 2019 Feb 07 11:50:00 (GMT+9:00).
**Session.kt**
```
val isFinished: Boolean
get() = DateTime.nowUnixLong() > endTime.unixMillisLong
```
When `endsAt` is "2019-02-07T11:50:00", `endTime` indicate 2019 Feb 07 11:50:00 (GMT+0:00).
This time same as 2019 Feb 07 20:50:00 (GMT+9:00 (Japan Standard Time)).
```
append(startTime.format("hh:mm"))
append(" - ")
append(endTime.format("hh:mm"))
```
And more, "hh" means 12-hour notation. (see Session Detail screen)
If we expect 24-hour notation, specify "HH".
### Appendix: Basic test code.
```
val t1a: DateTimeTz =
DateFormat("""yyyy-MM-dd'T'HH:mm:ss""").parse("2019-02-07T11:50:00")
assertEquals(TimezoneOffset(0.0), t1a.offset)
assertEquals(11, t1a.hours)
assertEquals("11:50", t1a.format("HH:mm"))
assertEquals(1549540200000, t1a.utc.unixMillisLong)
val t1b: DateTime = t1a.utc
assertEquals(11, t1b.hours)
assertEquals("11:50", t1b.format("HH:mm"))
val t1c: DateTimeTz = t1b.toOffset(TimezoneOffset((9*60*60*1000).toDouble()))
assertEquals(TimezoneOffset((9*60*60*1000).toDouble()), t1c.offset)
assertEquals(20, t1c.hours)
assertEquals("08:50", t1c.format("hh:mm"))
assertEquals("20:50", t1c.format("HH:mm"))
assertEquals(t1a.utc.unixMillisLong, t1c.utc.unixMillisLong)
val t2a: DateTimeTz =
DateFormat("""yyyy-MM-dd'T'HH:mm:ssxxx""").parse("2019-02-07T11:50:00+09:00")
assertEquals(TimezoneOffset((9*60*60*1000).toDouble()), t2a.offset)
assertEquals(11, t2a.hours)
assertEquals("11:50", t2a.format("HH:mm"))
assertEquals(1549507800000, t2a.utc.unixMillisLong)
```
| priority | wrong klock datetime conversion overview required several klock datetime conversion code seems wrong superficial problem the time when go to survey is displayed is shifted set android device time like as feb gmt japan standard time launch droidkaigi app we expected following behavior all session is finished go to survey is displayed but actual result is as follows the session since lunch has not finished yet go to survey is not displayed code problem sessiondatamapperext kt stime dateformat parse startsat utc unixmillislong etime dateformat parse endsat utc unixmillislong when endsat is etime indicate feb gmt but the true meaning of in droidkaigi api response is feb gmt session kt val isfinished boolean get datetime nowunixlong endtime unixmillislong when endsat is endtime indicate feb gmt this time same as feb gmt japan standard time append starttime format hh mm append append endtime format hh mm and more hh means hour notation see session detail screen if we expect hour notation specify hh appendix basic test code val datetimetz dateformat yyyy mm dd t hh mm ss parse assertequals timezoneoffset offset assertequals hours assertequals format hh mm assertequals utc unixmillislong val datetime utc assertequals hours assertequals format hh mm val datetimetz tooffset timezoneoffset todouble assertequals timezoneoffset todouble offset assertequals hours assertequals format hh mm assertequals format hh mm assertequals utc unixmillislong utc unixmillislong val datetimetz dateformat yyyy mm dd t hh mm ssxxx parse assertequals timezoneoffset todouble offset assertequals hours assertequals format hh mm assertequals utc unixmillislong | 1 |
761,927 | 26,703,196,328 | IssuesEvent | 2023-01-27 15:57:30 | huridocs/uwazi | https://api.github.com/repos/huridocs/uwazi | closed | IX: When there are line-breaks in the "Click to fill" value of a property, they don't match the suggestions | Bug :lady_beetle: Priority: High | **Describe the bug**
When there are line-breaks in the "Click to fill" value of a property, they don't match the suggestions and the accuracy is wrongly calculated | 1.0 | IX: When there are line-breaks in the "Click to fill" value of a property, they don't match the suggestions - **Describe the bug**
When there are line-breaks in the "Click to fill" value of a property, they don't match the suggestions and the accuracy is wrongly calculated | priority | ix when there are line breaks in the click to fill value of a property they don t match the suggestions describe the bug when there are line breaks in the click to fill value of a property they don t match the suggestions and the accuracy is wrongly calculated | 1 |
801,058 | 28,452,376,373 | IssuesEvent | 2023-04-17 02:42:44 | jrsteensen/OpenHornet | https://api.github.com/repos/jrsteensen/OpenHornet | closed | Integrate Round LCD into SARI and RWR. | Type: Enhancement Category: MCAD Priority: High | Integrate discrete screens into the SARI and RWR.
- [x] RWR MCAD Model Update
- [x] SARI MCAD Model Update
- [x] Update LIP Panel with correct cutouts.
- [x] Note to update on interconnect issue.
[Screen](https://lcdscreenmfg.com/product/2-8inch-round-ips-tft-lcd-display-480480-rgb-interface-st7701s-2-76-lcd-screen/) - $95 USD with HDMI adapter PCB. | 1.0 | Integrate Round LCD into SARI and RWR. - Integrate discrete screens into the SARI and RWR.
- [x] RWR MCAD Model Update
- [x] SARI MCAD Model Update
- [x] Update LIP Panel with correct cutouts.
- [x] Note to update on interconnect issue.
[Screen](https://lcdscreenmfg.com/product/2-8inch-round-ips-tft-lcd-display-480480-rgb-interface-st7701s-2-76-lcd-screen/) - $95 USD with HDMI adapter PCB. | priority | integrate round lcd into sari and rwr integrate discrete screens into the sari and rwr rwr mcad model update sari mcad model update update lip panel with correct cutouts note to update on interconnect issue usd with hdmi adapter pcb | 1 |
629,970 | 20,073,154,401 | IssuesEvent | 2022-02-04 09:40:57 | kubermatic/kubeone | https://api.github.com/repos/kubermatic/kubeone | opened | Test upgrading cluster created by KubeOne 1.3 - Ubuntu -- Test Release 1.4 | priority/high sig/cluster-management | This is a subtask of #1796 for testing upgrading Ubuntu clusters created by KubeOne 1.3. The cloud provider doesn't matter for this issue.
Check #1796 for instructions.
The following upgrade paths should be tested:
* [ ] 1.22.6 -> 1.23.3
* [ ] 1.21.9 -> 1.22.6
* [ ] 1.20.15 -> 1.21.9
* [ ] 1.19.16 -> 1.20.15 | 1.0 | Test upgrading cluster created by KubeOne 1.3 - Ubuntu -- Test Release 1.4 - This is a subtask of #1796 for testing upgrading Ubuntu clusters created by KubeOne 1.3. The cloud provider doesn't matter for this issue.
Check #1796 for instructions.
The following upgrade paths should be tested:
* [ ] 1.22.6 -> 1.23.3
* [ ] 1.21.9 -> 1.22.6
* [ ] 1.20.15 -> 1.21.9
* [ ] 1.19.16 -> 1.20.15 | priority | test upgrading cluster created by kubeone ubuntu test release this is a subtask of for testing upgrading ubuntu clusters created by kubeone the cloud provider doesn t matter for this issue check for instructions the following upgrade paths should be tested | 1 |
486,594 | 14,011,601,559 | IssuesEvent | 2020-10-29 07:40:39 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Document on APIs deprecated | Component/Migration Priority/High Severity/Critical docs gateway identity-core task | Following APIs have been deprecated from the product
- Template mgt
- Oauth 1
- identity/connect/dcr
Out of them we need to inform about API deprecation on the migration doc for the following APIs
- Oauth1
- identity/connect/dcr | 1.0 | Document on APIs deprecated - Following APIs have been deprecated from the product
- Template mgt
- Oauth 1
- identity/connect/dcr
Out of them we need to inform about API deprecation on the migration doc for the following APIs
- Oauth1
- identity/connect/dcr | priority | document on apis deprecated following apis have been deprecated from the product template mgt oauth identity connect dcr out of them we need to inform about api deprecation on the migration doc for the following apis identity connect dcr | 1 |
63,916 | 3,202,359,712 | IssuesEvent | 2015-10-02 13:41:16 | DigitalCampus/django-oppia | https://api.github.com/repos/DigitalCampus/django-oppia | closed | Check why getting a lot of duplicate tracker items in the table | bug high priority | Or at least put in temp fix so these aren't added to the server | 1.0 | Check why getting a lot of duplicate tracker items in the table - Or at least put in temp fix so these aren't added to the server | priority | check why getting a lot of duplicate tracker items in the table or at least put in temp fix so these aren t added to the server | 1 |
479,045 | 13,790,412,678 | IssuesEvent | 2020-10-09 10:23:04 | Swi005/Chessbot3 | https://api.github.com/repos/Swi005/Chessbot3 | closed | La spgn huske hvilke farger botten styrer (og dermed også gamemode) | High Priority enhancement good first issue | f. eks:
0: pvp
1: botten styrer kun hvit
2: botten styrer kun svart
3: botten styrer begge | 1.0 | La spgn huske hvilke farger botten styrer (og dermed også gamemode) - f. eks:
0: pvp
1: botten styrer kun hvit
2: botten styrer kun svart
3: botten styrer begge | priority | la spgn huske hvilke farger botten styrer og dermed også gamemode f eks pvp botten styrer kun hvit botten styrer kun svart botten styrer begge | 1 |
200,500 | 7,008,478,065 | IssuesEvent | 2017-12-19 15:50:52 | wordpress-mobile/AztecEditor-Android | https://api.github.com/repos/wordpress-mobile/AztecEditor-Android | closed | <br> in front of caption text pushes it outside of caption tag | bug high priority | Following HTML will render caption text outside of caption tag.
`[caption align="alignright"]<img src="https://examplebloge.files.wordpress.com/2017/02/3def4804-d9b5-11e6-88e6-d7d8864392e0.png" /><br>Caption[/caption]`
We don't support multiline captions yet, so ideally this tag should be stripped. | 1.0 | <br> in front of caption text pushes it outside of caption tag - Following HTML will render caption text outside of caption tag.
`[caption align="alignright"]<img src="https://examplebloge.files.wordpress.com/2017/02/3def4804-d9b5-11e6-88e6-d7d8864392e0.png" /><br>Caption[/caption]`
We don't support multiline captions yet, so ideally this tag should be stripped. | priority | in front of caption text pushes it outside of caption tag following html will render caption text outside of caption tag caption we don t support multiline captions yet so ideally this tag should be stripped | 1 |
173,371 | 6,524,149,374 | IssuesEvent | 2017-08-29 11:33:36 | fusetools/fuselibs-public | https://api.github.com/repos/fusetools/fuselibs-public | closed | example-docs pages-using-js fails to locate router | Priority: High Severity: Bug Severity: Regression | `example-docs/examples/pages-using-js/code` the `WhileCanGoBack` and `GoBack` nodes no longer locate a Router and thus don't work. This did work in release-1.2, and logically it seems valid. | 1.0 | example-docs pages-using-js fails to locate router - `example-docs/examples/pages-using-js/code` the `WhileCanGoBack` and `GoBack` nodes no longer locate a Router and thus don't work. This did work in release-1.2, and logically it seems valid. | priority | example docs pages using js fails to locate router example docs examples pages using js code the whilecangoback and goback nodes no longer locate a router and thus don t work this did work in release and logically it seems valid | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.