Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 957 | labels stringlengths 4 795 | body stringlengths 1 259k | index stringclasses 12
values | text_combine stringlengths 96 259k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
32,119 | 2,744,008,211 | IssuesEvent | 2015-04-22 02:34:44 | NREL/EnergyPlus | https://api.github.com/repos/NREL/EnergyPlus | reopened | HeatExchanger:AirToAir:SensibleAndLatent Supply Air Outlet Temperature Control problems | EnergyPlus Priority S2 - Medium | User file has three similar VAV systems plus other with heat recovery using HeatExchanger:AirToAir:SensibleAndLatent. Supply Air Outlet Temperature Control is set to Yes for all of the HX, but only the first one seems to be honoring that. The others are over-recovering sending warm air into the system causing the cooling coil to operate at a high load. Even the first HX is not controlling well and the cooling coil is coming on at a small load, but that's a separate (maybe) issue. | 1.0 | HeatExchanger:AirToAir:SensibleAndLatent Supply Air Outlet Temperature Control problems - User file has three similar VAV systems plus other with heat recovery using HeatExchanger:AirToAir:SensibleAndLatent. Supply Air Outlet Temperature Control is set to Yes for all of the HX, but only the first one seems to be honoring that. The others are over-recovering sending warm air into the system causing the cooling coil to operate at a high load. Even the first HX is not controlling well and the cooling coil is coming on at a small load, but that's a separate (maybe) issue. | priority | heatexchanger airtoair sensibleandlatent supply air outlet temperature control problems user file has three similar vav systems plus other with heat recovery using heatexchanger airtoair sensibleandlatent supply air outlet temperature control is set to yes for all of the hx but only the first one seems to be honoring that the others are over recovering sending warm air into the system causing the cooling coil to operate at a high load even the first hx is not controlling well and the cooling coil is coming on at a small load but that s a separate maybe issue | 1 |
226,637 | 7,521,908,750 | IssuesEvent | 2018-04-12 18:40:38 | quipucords/quipucords | https://api.github.com/repos/quipucords/quipucords | opened | qpc should not allow setting SSL related options for network sources (maybe this should be enforced by the API?) | bug priority - medium | ## Specify type:
- Bug
### Priority:
- Medium
___
## Description:
`qpc` allows SSL related options to be set when creating/editing a network source. That should not be allowed since SSL options don't have any effect on network sources.
___
## Acceptance Criteria:
- [ ] Verify that any of the SSL related options are allowed when creating a network source
- [ ] Verify that any of the SSL related options are allowed when creating a network source
___
## Bug Report
### Version Information:
```console
$ qpc --version
0.0.41
```
Commit 0656187badf382a59ecc975fc7c3e7d6665cb643
### Expected behavior:
`qpc` should alert the user that any of the SSL options are related to a network source. It also should make clear those options are meant to be used by satellite and vcenter sources.
### Actual behavior:
The SSL options are accepted and set for a network source.
### Steps to reproduce:
```console
$ qpc cred add --name network --username root --password --type network
Provide a connection password.
Password:
Credential "network" was added.
$ qpc source add --name source --cred network --type network --hosts localhost --ssl-cert-verify True
Source "source" was added.
$ qpc source edit --name source --ssl-cert-verify False
Source "source" was updated.
$ qpc source show --name source
{
"credentials": [
{
"id": 108,
"name": "network"
}
],
"hosts": [
"localhost"
],
"id": 62,
"name": "source",
"options": {
"ssl_cert_verify": false
},
"port": 22,
"source_type": "network"
}
```
### Environment information:
Provide detailed information on the *scanning* and *target* systems (if applicable); see example below.
Type | Operating System | OS Version | Python Version | Virtualization
--------------- | ---------------- | ---------- | -------------- | --------------
Scanning System | RHEL | 7.4 | 3.6 | Bare Metal
Target System | RHEL | 5.9 | 2.4.6 | RHEV
| 1.0 | qpc should not allow setting SSL related options for network sources (maybe this should be enforced by the API?) - ## Specify type:
- Bug
### Priority:
- Medium
___
## Description:
`qpc` allows SSL related options to be set when creating/editing a network source. That should not be allowed since SSL options don't have any effect on network sources.
___
## Acceptance Criteria:
- [ ] Verify that any of the SSL related options are allowed when creating a network source
- [ ] Verify that any of the SSL related options are allowed when creating a network source
___
## Bug Report
### Version Information:
```console
$ qpc --version
0.0.41
```
Commit 0656187badf382a59ecc975fc7c3e7d6665cb643
### Expected behavior:
`qpc` should alert the user that any of the SSL options are related to a network source. It also should make clear those options are meant to be used by satellite and vcenter sources.
### Actual behavior:
The SSL options are accepted and set for a network source.
### Steps to reproduce:
```console
$ qpc cred add --name network --username root --password --type network
Provide a connection password.
Password:
Credential "network" was added.
$ qpc source add --name source --cred network --type network --hosts localhost --ssl-cert-verify True
Source "source" was added.
$ qpc source edit --name source --ssl-cert-verify False
Source "source" was updated.
$ qpc source show --name source
{
"credentials": [
{
"id": 108,
"name": "network"
}
],
"hosts": [
"localhost"
],
"id": 62,
"name": "source",
"options": {
"ssl_cert_verify": false
},
"port": 22,
"source_type": "network"
}
```
### Environment information:
Provide detailed information on the *scanning* and *target* systems (if applicable); see example below.
Type | Operating System | OS Version | Python Version | Virtualization
--------------- | ---------------- | ---------- | -------------- | --------------
Scanning System | RHEL | 7.4 | 3.6 | Bare Metal
Target System | RHEL | 5.9 | 2.4.6 | RHEV
| priority | qpc should not allow setting ssl related options for network sources maybe this should be enforced by the api specify type bug priority medium description qpc allows ssl related options to be set when creating editing a network source that should not be allowed since ssl options don t have any effect on network sources acceptance criteria verify that any of the ssl related options are allowed when creating a network source verify that any of the ssl related options are allowed when creating a network source bug report version information console qpc version commit expected behavior qpc should alert the user that any of the ssl options are related to a network source it also should make clear those options are meant to be used by satellite and vcenter sources actual behavior the ssl options are accepted and set for a network source steps to reproduce console qpc cred add name network username root password type network provide a connection password password credential network was added qpc source add name source cred network type network hosts localhost ssl cert verify true source source was added qpc source edit name source ssl cert verify false source source was updated qpc source show name source credentials id name network hosts localhost id name source options ssl cert verify false port source type network environment information provide detailed information on the scanning and target systems if applicable see example below type operating system os version python version virtualization scanning system rhel bare metal target system rhel rhev | 1 |
390,365 | 11,542,840,785 | IssuesEvent | 2020-02-18 08:25:10 | level73/membernet | https://api.github.com/repos/level73/membernet | closed | Drop down menu for filters in member list page not alphabetical | Platform: Membernet Priority: Medium Type: Development | the drop down list of countries is not in alphabetical order- please assure they are, also for REGION and ORG type filters. thanks

| 1.0 | Drop down menu for filters in member list page not alphabetical - the drop down list of countries is not in alphabetical order- please assure they are, also for REGION and ORG type filters. thanks

| priority | drop down menu for filters in member list page not alphabetical the drop down list of countries is not in alphabetical order please assure they are also for region and org type filters thanks | 1 |
467,934 | 13,458,691,315 | IssuesEvent | 2020-09-09 11:03:39 | netlify/cli | https://api.github.com/repos/netlify/cli | opened | CLI is sometimes sending a function upload retry even if the request succeded | medium priority type: bug | This is only happening sometimes and noticed during investigating [an error thrown by API during upload](https://app.bugsnag.com/netlify/bitballoon-1/errors/5f587834f6d8850018612da0?event_id=5f587834005e09f061020000&i=sk&m=nw)
The request fails the first time, it is then retried and returns a 200 OK. A 3rd request comes in which fails because the function was already updated. All [3 requests are milliseconds apart](https://cloud.us.humio.com/netlify-us-production/search?query=%24bb%28%29%20%7C%205f587833148a54f427aae554%20%7C%20%22function%22&live=false&start=24h&fullscreen=false). Deploy finishes correctly.
Same behavior [here](https://cloud.us.humio.com/netlify-us-production/search?query=oauth_application_id%3D5b85e54b4ed62f5377759785%7Cmethod%3DPUT%7Caction%3Dupdate%7Ccontroller%3DApi%3A%3AV1%3A%3AFunctionsController%20%7C%20path%3D%22%2Fapi%2Fv1%2Fdeploys%2F5f587460d9a8150e956a6a70%2Ffunctions%2Fmyhomes-moveItemChildRemote%22&live=false&start=24h&fullscreen=false).
All deploys are CLI deploys. There are probably more examples to be found going through this [list.](https://cloud.us.humio.com/netlify-us-production/search?query=%24nfsvr_prod%28%29%20%7C%205f525da2b44d61013c8427fd%20%7C%20request_type%3Dupload%20%7C%20groupby%28field%3D%5Bfile_path%5D%29%20%7C%20sort%28_count%29&live=false&start=1599233180152&end=1599234901007&fullscreen=false)
**Expected behavior**: request is not retried if it is successful | 1.0 | CLI is sometimes sending a function upload retry even if the request succeded - This is only happening sometimes and noticed during investigating [an error thrown by API during upload](https://app.bugsnag.com/netlify/bitballoon-1/errors/5f587834f6d8850018612da0?event_id=5f587834005e09f061020000&i=sk&m=nw)
The request fails the first time, it is then retried and returns a 200 OK. A 3rd request comes in which fails because the function was already updated. All [3 requests are milliseconds apart](https://cloud.us.humio.com/netlify-us-production/search?query=%24bb%28%29%20%7C%205f587833148a54f427aae554%20%7C%20%22function%22&live=false&start=24h&fullscreen=false). Deploy finishes correctly.
Same behavior [here](https://cloud.us.humio.com/netlify-us-production/search?query=oauth_application_id%3D5b85e54b4ed62f5377759785%7Cmethod%3DPUT%7Caction%3Dupdate%7Ccontroller%3DApi%3A%3AV1%3A%3AFunctionsController%20%7C%20path%3D%22%2Fapi%2Fv1%2Fdeploys%2F5f587460d9a8150e956a6a70%2Ffunctions%2Fmyhomes-moveItemChildRemote%22&live=false&start=24h&fullscreen=false).
All deploys are CLI deploys. There are probably more examples to be found going through this [list.](https://cloud.us.humio.com/netlify-us-production/search?query=%24nfsvr_prod%28%29%20%7C%205f525da2b44d61013c8427fd%20%7C%20request_type%3Dupload%20%7C%20groupby%28field%3D%5Bfile_path%5D%29%20%7C%20sort%28_count%29&live=false&start=1599233180152&end=1599234901007&fullscreen=false)
**Expected behavior**: request is not retried if it is successful | priority | cli is sometimes sending a function upload retry even if the request succeded this is only happening sometimes and noticed during investigating the request fails the first time it is then retried and returns a ok a request comes in which fails because the function was already updated all deploy finishes correctly same behavior all deploys are cli deploys there are probably more examples to be found going through this expected behavior request is not retried if it is successful | 1 |
630,536 | 20,112,270,719 | IssuesEvent | 2022-02-07 16:05:15 | stackabletech/issues | https://api.github.com/repos/stackabletech/issues | closed | Make action to publish artifacts depend on build checks | priority/medium | We currently run publish artifacts and clippy/test/build actions in parallel when merging a PR.
This could potentially result in broken artifacts being published, as the test usually finished after artifacts have been pushed already.
We should change the ordering so that artifacts are only pushed after all other required checks ran.
I've estimated this as M as we cannot depend on actions from other files in github actions, so this will necessitate some designing.. | 1.0 | Make action to publish artifacts depend on build checks - We currently run publish artifacts and clippy/test/build actions in parallel when merging a PR.
This could potentially result in broken artifacts being published, as the test usually finished after artifacts have been pushed already.
We should change the ordering so that artifacts are only pushed after all other required checks ran.
I've estimated this as M as we cannot depend on actions from other files in github actions, so this will necessitate some designing.. | priority | make action to publish artifacts depend on build checks we currently run publish artifacts and clippy test build actions in parallel when merging a pr this could potentially result in broken artifacts being published as the test usually finished after artifacts have been pushed already we should change the ordering so that artifacts are only pushed after all other required checks ran i ve estimated this as m as we cannot depend on actions from other files in github actions so this will necessitate some designing | 1 |
160,035 | 6,068,547,458 | IssuesEvent | 2017-06-15 00:12:56 | cyberpwnn/Wormholes | https://api.github.com/repos/cyberpwnn/Wormholes | closed | Add WorldGuard Integration | feature medium priority | Allow players to utilize world guard with wormholes, possibly custom flags, or simply a way to offer finer control. | 1.0 | Add WorldGuard Integration - Allow players to utilize world guard with wormholes, possibly custom flags, or simply a way to offer finer control. | priority | add worldguard integration allow players to utilize world guard with wormholes possibly custom flags or simply a way to offer finer control | 1 |
38,899 | 2,850,529,205 | IssuesEvent | 2015-05-31 17:11:57 | damonkohler/sl4a | https://api.github.com/repos/damonkohler/sl4a | opened | Add Sleep support | auto-migrated Priority-Medium Type-Enhancement | _From @GoogleCodeExporter on May 31, 2015 11:30_
```
I made Sleep Interpreter from Sleep(v2.1) http://sleep.dashnine.org/
It can access to SL4A APIs.
If this would be accepted I will attach the source zip on here for commits.
Anyway,here is the .apk for Sleep users.
The extension would be ".sl".
Don't use the Add "Sleep" menu of SL4A because it might crash.
Create sleep(.sl) script from other editors or rename other languages script
files extension.
eg. "name.pl" change it to "name.sl"
This is the hello_world.sl sample script.
import com.googlecode.rpc.*;
$droid = [new Android];
[$droid call : "makeToast","Hello, Android!"];
```
Original issue reported on code.google.com by `tomcatalbino` on 10 Mar 2012 at 6:11
Attachments:
* [SleepForAndroid.apk](https://storage.googleapis.com/google-code-attachments/android-scripting/issue-608/comment-0/SleepForAndroid.apk)
_Copied from original issue: damonkohler/android-scripting#608_ | 1.0 | Add Sleep support - _From @GoogleCodeExporter on May 31, 2015 11:30_
```
I made Sleep Interpreter from Sleep(v2.1) http://sleep.dashnine.org/
It can access to SL4A APIs.
If this would be accepted I will attach the source zip on here for commits.
Anyway,here is the .apk for Sleep users.
The extension would be ".sl".
Don't use the Add "Sleep" menu of SL4A because it might crash.
Create sleep(.sl) script from other editors or rename other languages script
files extension.
eg. "name.pl" change it to "name.sl"
This is the hello_world.sl sample script.
import com.googlecode.rpc.*;
$droid = [new Android];
[$droid call : "makeToast","Hello, Android!"];
```
Original issue reported on code.google.com by `tomcatalbino` on 10 Mar 2012 at 6:11
Attachments:
* [SleepForAndroid.apk](https://storage.googleapis.com/google-code-attachments/android-scripting/issue-608/comment-0/SleepForAndroid.apk)
_Copied from original issue: damonkohler/android-scripting#608_ | priority | add sleep support from googlecodeexporter on may i made sleep interpreter from sleep it can access to apis if this would be accepted i will attach the source zip on here for commits anyway here is the apk for sleep users the extension would be sl don t use the add sleep menu of because it might crash create sleep sl script from other editors or rename other languages script files extension eg name pl change it to name sl this is the hello world sl sample script import com googlecode rpc droid original issue reported on code google com by tomcatalbino on mar at attachments copied from original issue damonkohler android scripting | 1 |
398,603 | 11,741,957,199 | IssuesEvent | 2020-03-11 23:09:01 | thaliawww/concrexit | https://api.github.com/repos/thaliawww/concrexit | closed | "Iedereen aanwezig"-knop zet ook afmeldingen op aanwezig | easy and fun events priority: medium | In GitLab by tnies on Feb 10, 2017, 19:54
Bij de lijst met aanmeldingen voor een evenement (op de admin pagina) is er de knop "Zet iedereen op betaald en present". Hele handige knop, maar het zet ook mensen die zich afgemeld hebben op aanwezig en betaald. Mensen die zich afgemeld hebben zijn natuurlijk niet aanwezig, dus eigenlijk zouden alleen de leden met een registratie aanwezig en betaald gemeld moeten worden. | 1.0 | "Iedereen aanwezig"-knop zet ook afmeldingen op aanwezig - In GitLab by tnies on Feb 10, 2017, 19:54
Bij de lijst met aanmeldingen voor een evenement (op de admin pagina) is er de knop "Zet iedereen op betaald en present". Hele handige knop, maar het zet ook mensen die zich afgemeld hebben op aanwezig en betaald. Mensen die zich afgemeld hebben zijn natuurlijk niet aanwezig, dus eigenlijk zouden alleen de leden met een registratie aanwezig en betaald gemeld moeten worden. | priority | iedereen aanwezig knop zet ook afmeldingen op aanwezig in gitlab by tnies on feb bij de lijst met aanmeldingen voor een evenement op de admin pagina is er de knop zet iedereen op betaald en present hele handige knop maar het zet ook mensen die zich afgemeld hebben op aanwezig en betaald mensen die zich afgemeld hebben zijn natuurlijk niet aanwezig dus eigenlijk zouden alleen de leden met een registratie aanwezig en betaald gemeld moeten worden | 1 |
208,271 | 7,137,722,398 | IssuesEvent | 2018-01-23 12:04:26 | CityZenApp/task-management | https://api.github.com/repos/CityZenApp/task-management | opened | Create code of conduct for the Github repo | Community Priority: Medium help wanted | We need to write a code of conduct in order to implement issue #6. | 1.0 | Create code of conduct for the Github repo - We need to write a code of conduct in order to implement issue #6. | priority | create code of conduct for the github repo we need to write a code of conduct in order to implement issue | 1 |
545,510 | 15,951,972,025 | IssuesEvent | 2021-04-15 10:30:19 | knurling-rs/knurling-session-20q4 | https://api.github.com/repos/knurling-rs/knurling-session-20q4 | closed | Wrong circuit diagram for CA RGB LED | difficulty: easy priority: medium status: needs PR type: bug | The circuit diagram in https://github.com/knurling-rs/knurling-session-20q4/blob/main/src/img/knurling-rgb-led-ca-circuit.png shown a common cathode LED, and not a common anode one.
The three LEDs should be reversed for the diagram to be correct. | 1.0 | Wrong circuit diagram for CA RGB LED - The circuit diagram in https://github.com/knurling-rs/knurling-session-20q4/blob/main/src/img/knurling-rgb-led-ca-circuit.png shown a common cathode LED, and not a common anode one.
The three LEDs should be reversed for the diagram to be correct. | priority | wrong circuit diagram for ca rgb led the circuit diagram in shown a common cathode led and not a common anode one the three leds should be reversed for the diagram to be correct | 1 |
395,550 | 11,688,401,866 | IssuesEvent | 2020-03-05 14:29:18 | openshift/odo | https://api.github.com/repos/openshift/odo | closed | [RFE] Knative Support | area/component kind/epic priority/Medium | As we integrate [Knative](https://github.com/knative/docs/) into OpenShift, I'd love to see odo support Knative directly. This is a high level epic to track that desire, which will need to be broken down into a number of individual pieces after some discussion.
There are 3 main components to Knative - Serving, Eventing, and Build. Here's a high level breakdown of how each one intersects with odo:
**Knative Serving**
- Components would be represented as Knative Configurations instead of OpenShift DeploymentConfigs
- Components would be exposed via Knative Routes instead of OpenShift Routes
- Supervision would have to be handled differently as Knative does not allow init containers nor storage volumes
- Related to the above, the storage subcommand would not apply to Knative
- `odo service` becomes even more confusing as a subcommand since both Kubernetes and Knative have the concept of Service that's unrelated to what `odo service` does
**Knative Eventing**
We'd want a new odo subcommand to wire Knative Event Sources to Components deployed via odo. `odo link` wouldn't be a bad name for this, but that already serves a different purpose. The exact terms and how you do this in Knative is still in flux. It's something we should keep an eye on.
**Knative Build**
Depending on how the integration between Knative Build and OpenShift Builds shakes out, we may want to switch from creating OpenShift BuildConfigs to Knative Builds.
**Other Thoughts**
An open question is whether this work should target any Knative or specifically Knative on OpenShift. If targeting any Knative then the scope of `odo` changes a bit into a more generic community project on top of Knative instead of something only for use by Red Hat employees and customers.
And, as Knative isn't shipped in OpenShift yet, we'll need to figure out the proper place to work on this that doesn't disrupt work against vanilla OpenShift. Perhaps a branch, perhaps another project, depending on the answer from the previous paragraph.
Feel free to disagree with any of the above. These are just my thoughts about how odo fits in to the Knative world. | 1.0 | [RFE] Knative Support - As we integrate [Knative](https://github.com/knative/docs/) into OpenShift, I'd love to see odo support Knative directly. This is a high level epic to track that desire, which will need to be broken down into a number of individual pieces after some discussion.
There are 3 main components to Knative - Serving, Eventing, and Build. Here's a high level breakdown of how each one intersects with odo:
**Knative Serving**
- Components would be represented as Knative Configurations instead of OpenShift DeploymentConfigs
- Components would be exposed via Knative Routes instead of OpenShift Routes
- Supervision would have to be handled differently as Knative does not allow init containers nor storage volumes
- Related to the above, the storage subcommand would not apply to Knative
- `odo service` becomes even more confusing as a subcommand since both Kubernetes and Knative have the concept of Service that's unrelated to what `odo service` does
**Knative Eventing**
We'd want a new odo subcommand to wire Knative Event Sources to Components deployed via odo. `odo link` wouldn't be a bad name for this, but that already serves a different purpose. The exact terms and how you do this in Knative is still in flux. It's something we should keep an eye on.
**Knative Build**
Depending on how the integration between Knative Build and OpenShift Builds shakes out, we may want to switch from creating OpenShift BuildConfigs to Knative Builds.
**Other Thoughts**
An open question is whether this work should target any Knative or specifically Knative on OpenShift. If targeting any Knative then the scope of `odo` changes a bit into a more generic community project on top of Knative instead of something only for use by Red Hat employees and customers.
And, as Knative isn't shipped in OpenShift yet, we'll need to figure out the proper place to work on this that doesn't disrupt work against vanilla OpenShift. Perhaps a branch, perhaps another project, depending on the answer from the previous paragraph.
Feel free to disagree with any of the above. These are just my thoughts about how odo fits in to the Knative world. | priority | knative support as we integrate into openshift i d love to see odo support knative directly this is a high level epic to track that desire which will need to be broken down into a number of individual pieces after some discussion there are main components to knative serving eventing and build here s a high level breakdown of how each one intersects with odo knative serving components would be represented as knative configurations instead of openshift deploymentconfigs components would be exposed via knative routes instead of openshift routes supervision would have to be handled differently as knative does not allow init containers nor storage volumes related to the above the storage subcommand would not apply to knative odo service becomes even more confusing as a subcommand since both kubernetes and knative have the concept of service that s unrelated to what odo service does knative eventing we d want a new odo subcommand to wire knative event sources to components deployed via odo odo link wouldn t be a bad name for this but that already serves a different purpose the exact terms and how you do this in knative is still in flux it s something we should keep an eye on knative build depending on how the integration between knative build and openshift builds shakes out we may want to switch from creating openshift buildconfigs to knative builds other thoughts an open question is whether this work should target any knative or specifically knative on openshift if targeting any knative then the scope of odo changes a bit into a more generic community project on top of knative instead of something only for use by red hat employees and customers and as knative isn t shipped in openshift yet we ll need to figure out the proper place to work on this that doesn t disrupt work against vanilla openshift perhaps a branch perhaps another project depending on the answer from the previous paragraph feel free to disagree with any of the above these are just my thoughts about how odo fits in to the knative world | 1 |
179,604 | 6,626,690,915 | IssuesEvent | 2017-09-22 20:41:41 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | closed | Count number of times integrator calculated derivatives. | priority: medium team: dynamics type: feature request | To be able to test integrator performance, it is helpful to know how many times
(integer count) the time-derivatives of the states are calculated.
This is also helpful for testing - where these numbers should be relatively
constant for each benchmark test as he entire code base evolves.
If the number changes significantly, it should be a well-understood
phenomenon that caused it (e.g., a model of friction changed).
Note: This feature request is specific to numerical integration.
It is unrelated to the system architecture (e.g., unrelated to
system code such as input or output ports).
| 1.0 | Count number of times integrator calculated derivatives. - To be able to test integrator performance, it is helpful to know how many times
(integer count) the time-derivatives of the states are calculated.
This is also helpful for testing - where these numbers should be relatively
constant for each benchmark test as he entire code base evolves.
If the number changes significantly, it should be a well-understood
phenomenon that caused it (e.g., a model of friction changed).
Note: This feature request is specific to numerical integration.
It is unrelated to the system architecture (e.g., unrelated to
system code such as input or output ports).
| priority | count number of times integrator calculated derivatives to be able to test integrator performance it is helpful to know how many times integer count the time derivatives of the states are calculated this is also helpful for testing where these numbers should be relatively constant for each benchmark test as he entire code base evolves if the number changes significantly it should be a well understood phenomenon that caused it e g a model of friction changed note this feature request is specific to numerical integration it is unrelated to the system architecture e g unrelated to system code such as input or output ports | 1 |
256,614 | 8,128,163,712 | IssuesEvent | 2018-08-17 10:40:53 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | Add tolerances to handle pseudo-constant data | Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: Normal | When we have data that is almost constant value to within a digit of machine precision, and when that data is the result of computational operations in VisIt (e.g. expressions or what not), then as VisIt source code is changed, the data can change in ways that results in dramatic variation in coloring of plots.
It would be best if VisIt has some tolerance for this so that, internally, it could detect when this is happening and then pass that information around to parts of VisIt that could usefully respond. For example, if the mappers and legend are aware that even though min-max is non-zero it is so close to zero that it might as well be zero would be useful.
Also, the user might like a preference to disable the new default behavior proposed here.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2016
Status: Rejected
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: Add tolerances to handle pseudo-constant data
Assigned to:
Category:
Target version:
Author: Mark Miller
Start: 10/09/2014
Due date:
% Done: 0
Estimated time:
Created: 10/09/2014 02:42 pm
Updated: 10/29/2014 11:44 am
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
When we have data that is almost constant value to within a digit of machine precision, and when that data is the result of computational operations in VisIt (e.g. expressions or what not), then as VisIt source code is changed, the data can change in ways that results in dramatic variation in coloring of plots.
It would be best if VisIt has some tolerance for this so that, internally, it could detect when this is happening and then pass that information around to parts of VisIt that could usefully respond. For example, if the mappers and legend are aware that even though min-max is non-zero it is so close to zero that it might as well be zero would be useful.
Also, the user might like a preference to disable the new default behavior proposed here.
Comments:
From Jeremyâ¦I worry that making the âyour values are too close togetherâ test is going to be difficult to do correctly. This happens to be a problem due to numerical precision in this specific vector magnitude calculation, but thereâs no reason a simpler case couldnât genuinely have values, e.g. straight from the input file, which are very close and yet could be visually represented reasonably well.)
We decided that this would be tricky to implement as Jeremy mentioned.
| 1.0 | Add tolerances to handle pseudo-constant data - When we have data that is almost constant value to within a digit of machine precision, and when that data is the result of computational operations in VisIt (e.g. expressions or what not), then as VisIt source code is changed, the data can change in ways that results in dramatic variation in coloring of plots.
It would be best if VisIt has some tolerance for this so that, internally, it could detect when this is happening and then pass that information around to parts of VisIt that could usefully respond. For example, if the mappers and legend are aware that even though min-max is non-zero it is so close to zero that it might as well be zero would be useful.
Also, the user might like a preference to disable the new default behavior proposed here.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2016
Status: Rejected
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: Add tolerances to handle pseudo-constant data
Assigned to:
Category:
Target version:
Author: Mark Miller
Start: 10/09/2014
Due date:
% Done: 0
Estimated time:
Created: 10/09/2014 02:42 pm
Updated: 10/29/2014 11:44 am
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
When we have data that is almost constant value to within a digit of machine precision, and when that data is the result of computational operations in VisIt (e.g. expressions or what not), then as VisIt source code is changed, the data can change in ways that results in dramatic variation in coloring of plots.
It would be best if VisIt has some tolerance for this so that, internally, it could detect when this is happening and then pass that information around to parts of VisIt that could usefully respond. For example, if the mappers and legend are aware that even though min-max is non-zero it is so close to zero that it might as well be zero would be useful.
Also, the user might like a preference to disable the new default behavior proposed here.
Comments:
From Jeremyâ¦I worry that making the âyour values are too close togetherâ test is going to be difficult to do correctly. This happens to be a problem due to numerical precision in this specific vector magnitude calculation, but thereâs no reason a simpler case couldnât genuinely have values, e.g. straight from the input file, which are very close and yet could be visually represented reasonably well.)
We decided that this would be tricky to implement as Jeremy mentioned.
| priority | add tolerances to handle pseudo constant data when we have data that is almost constant value to within a digit of machine precision and when that data is the result of computational operations in visit e g expressions or what not then as visit source code is changed the data can change in ways that results in dramatic variation in coloring of plots it would be best if visit has some tolerance for this so that internally it could detect when this is happening and then pass that information around to parts of visit that could usefully respond for example if the mappers and legend are aware that even though min max is non zero it is so close to zero that it might as well be zero would be useful also the user might like a preference to disable the new default behavior proposed here redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status rejected project visit tracker feature priority normal subject add tolerances to handle pseudo constant data assigned to category target version author mark miller start due date done estimated time created pm updated am likelihood severity found in version impact medium expected use occasional os all support group any description when we have data that is almost constant value to within a digit of machine precision and when that data is the result of computational operations in visit e g expressions or what not then as visit source code is changed the data can change in ways that results in dramatic variation in coloring of plots it would be best if visit has some tolerance for this so that internally it could detect when this is happening and then pass that information around to parts of visit that could usefully respond for example if the mappers and legend are aware that even though min max is non zero it is so close to zero that it might as well be zero would be useful also the user might like a preference to disable the new default behavior proposed here comments from jeremyâ¦i worry that making the âyour values are too close togetherâ test is going to be difficult to do correctly this happens to be a problem due to numerical precision in this specific vector magnitude calculation but thereâs no reason a simpler case couldnât genuinely have values e g straight from the input file which are very close and yet could be visually represented reasonably well we decided that this would be tricky to implement as jeremy mentioned | 1 |
307,488 | 9,417,840,991 | IssuesEvent | 2019-04-10 17:43:49 | visit-dav/visit | https://api.github.com/repos/visit-dav/visit | opened | Robustify CMFE by tetrahedralizatiion | bug impact high impact medium priority wrong results | ### Describe the bug
When processing cells with faces of more than 3 points, those faces are not necessarily planar. However, we believe portions of the position-based CMFE code assume this. As a result, meshes that do overlap spatially can wind up getting non-overlap value due to numerical issues caused by non-planar faces.
The solution is to decompose cells consisting of non-3-point faces into tets, on demand, as the computation proceeds (doing so for the whole input ahead of time could be ridicululous memory consumption) and to do so such that decomposition is consistent across a face encountered multiple times.
This is important to an engineering effort/user.
| 1.0 | Robustify CMFE by tetrahedralizatiion - ### Describe the bug
When processing cells with faces of more than 3 points, those faces are not necessarily planar. However, we believe portions of the position-based CMFE code assume this. As a result, meshes that do overlap spatially can wind up getting non-overlap value due to numerical issues caused by non-planar faces.
The solution is to decompose cells consisting of non-3-point faces into tets, on demand, as the computation proceeds (doing so for the whole input ahead of time could be ridicululous memory consumption) and to do so such that decomposition is consistent across a face encountered multiple times.
This is important to an engineering effort/user.
| priority | robustify cmfe by tetrahedralizatiion describe the bug when processing cells with faces of more than points those faces are not necessarily planar however we believe portions of the position based cmfe code assume this as a result meshes that do overlap spatially can wind up getting non overlap value due to numerical issues caused by non planar faces the solution is to decompose cells consisting of non point faces into tets on demand as the computation proceeds doing so for the whole input ahead of time could be ridicululous memory consumption and to do so such that decomposition is consistent across a face encountered multiple times this is important to an engineering effort user | 1 |
196,574 | 6,935,384,439 | IssuesEvent | 2017-12-03 08:09:45 | k0shk0sh/FastHub | https://api.github.com/repos/k0shk0sh/FastHub | closed | Navigating to repository milestones when Issues are disabled is not functional? | Priority: Medium Status: Completed Type: Enhancement | **FastHub Version: 4.5.6**
**Android Version: 8.0.0 (SDK: 26)**
**Device Information:**
- **Manufacturer:** Huawei
- **Model:** Nexus 6P
---
If a repository has closed/disabled its issues tab, clicking on a click from the repository's readme (or anywhere else for that matter) that would allow access to the milestones screen of the repository seems not correctly navigate there.
Here is an example:
https://github.com/apereo/cas
You can see this repository has not enabled issues.
In the readme however, there is a link to the "release schedule":
https://github.com/apereo/cas#development
Which is supposed to get you here:
https://github.com/apereo/cas/milestones
When I click on that link from the app, it simply *refreshes* the page and doesn't actually get me there. | 1.0 | Navigating to repository milestones when Issues are disabled is not functional? - **FastHub Version: 4.5.6**
**Android Version: 8.0.0 (SDK: 26)**
**Device Information:**
- **Manufacturer:** Huawei
- **Model:** Nexus 6P
---
If a repository has closed/disabled its issues tab, clicking on a click from the repository's readme (or anywhere else for that matter) that would allow access to the milestones screen of the repository seems not correctly navigate there.
Here is an example:
https://github.com/apereo/cas
You can see this repository has not enabled issues.
In the readme however, there is a link to the "release schedule":
https://github.com/apereo/cas#development
Which is supposed to get you here:
https://github.com/apereo/cas/milestones
When I click on that link from the app, it simply *refreshes* the page and doesn't actually get me there. | priority | navigating to repository milestones when issues are disabled is not functional fasthub version android version sdk device information manufacturer huawei model nexus if a repository has closed disabled its issues tab clicking on a click from the repository s readme or anywhere else for that matter that would allow access to the milestones screen of the repository seems not correctly navigate there here is an example you can see this repository has not enabled issues in the readme however there is a link to the release schedule which is supposed to get you here when i click on that link from the app it simply refreshes the page and doesn t actually get me there | 1 |
66,580 | 3,256,015,732 | IssuesEvent | 2015-10-20 11:47:14 | RogerKratz/mbcache | https://api.github.com/repos/RogerKratz/mbcache | closed | Better cache region support for collection parameters | auto-migrated Priority-Medium Type-Enhancement | ```
Better out of the box support for caching this...
void CachedMethod(IEnumerable<Something> foo)
...based on the content of foo.
```
Original issue reported on code.google.com by `roger.kr...@gmail.com` on 18 Mar 2010 at 5:50 | 1.0 | Better cache region support for collection parameters - ```
Better out of the box support for caching this...
void CachedMethod(IEnumerable<Something> foo)
...based on the content of foo.
```
Original issue reported on code.google.com by `roger.kr...@gmail.com` on 18 Mar 2010 at 5:50 | priority | better cache region support for collection parameters better out of the box support for caching this void cachedmethod ienumerable foo based on the content of foo original issue reported on code google com by roger kr gmail com on mar at | 1 |
270,843 | 8,471,115,871 | IssuesEvent | 2018-10-24 07:30:29 | CS2113-AY1819S1-F10-2/main | https://api.github.com/repos/CS2113-AY1819S1-F10-2/main | opened | MediBook General: Find by different fields | priority.medium type.enhancement | Allow for search function by other fields besides name | 1.0 | MediBook General: Find by different fields - Allow for search function by other fields besides name | priority | medibook general find by different fields allow for search function by other fields besides name | 1 |
518,687 | 15,032,503,107 | IssuesEvent | 2021-02-02 10:15:51 | pmem/pmdk | https://api.github.com/repos/pmem/pmdk | closed | test: daxio/TEST0 not printing the fail reason | Exposure: Medium OS: Linux Priority: 4 low State: To be verified Type: Bug daxio | Found in our daily CI, on Fedora and Ubuntu.
```
daxio/TEST0: SETUP (all/pmem/debug)
RUNTESTS: stopping: daxio/TEST0 failed, TEST=all FS=any BUILD=debug
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
1 tests failed:
daxio/TEST0
```
Issue is not that this test is failing, but that it won't show the reason why it did. Adding set -x to the test does not show anything useful, but running the last command shows us the real problem.
[daxio_setX.log](https://github.com/pmem/issues/files/2680589/daxio_setX.log)
```
LD_LIBRARY_PATH=../../nondebug/ ../../tools/daxio/daxio -o /dev/dax1.0 -l 16384
daxio: failed to clear bad blocks on "/dev/dax1.0"
Probably you have not enough permissions to do that.
You can choose one of three options now:
1) run 'daxio' with ...
``` | 1.0 | test: daxio/TEST0 not printing the fail reason - Found in our daily CI, on Fedora and Ubuntu.
```
daxio/TEST0: SETUP (all/pmem/debug)
RUNTESTS: stopping: daxio/TEST0 failed, TEST=all FS=any BUILD=debug
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
1 tests failed:
daxio/TEST0
```
Issue is not that this test is failing, but that it won't show the reason why it did. Adding set -x to the test does not show anything useful, but running the last command shows us the real problem.
[daxio_setX.log](https://github.com/pmem/issues/files/2680589/daxio_setX.log)
```
LD_LIBRARY_PATH=../../nondebug/ ../../tools/daxio/daxio -o /dev/dax1.0 -l 16384
daxio: failed to clear bad blocks on "/dev/dax1.0"
Probably you have not enough permissions to do that.
You can choose one of three options now:
1) run 'daxio' with ...
``` | priority | test daxio not printing the fail reason found in our daily ci on fedora and ubuntu daxio setup all pmem debug runtests stopping daxio failed test all fs any build debug tput no value for term and no t specified tput no value for term and no t specified tests failed daxio issue is not that this test is failing but that it won t show the reason why it did adding set x to the test does not show anything useful but running the last command shows us the real problem ld library path nondebug tools daxio daxio o dev l daxio failed to clear bad blocks on dev probably you have not enough permissions to do that you can choose one of three options now run daxio with | 1 |
484,612 | 13,942,746,982 | IssuesEvent | 2020-10-22 21:34:42 | CCAFS/MARLO | https://api.github.com/repos/CCAFS/MARLO | closed | [KT] (MARLO) Develop functionality to move deliverables | Priority - Medium Type - Enhancement | Develop a way to move a deliverable to the next phase
- [x] Create mockup
- [x] Develop the functionality for move deliverables to other phases
- [x] Develop the functionality for move deliverables to other projects
- [x] Create the user interface
- [x] Implement changes to the architecture for the development operation
- [x] Create save confirmation
- [x] Allow only super admins to move deliverables between phases (initially)
<br>

**Deliverable:**
**Move to Review when:** Ready to test in MARLO Dev
**Move to Closed when:** Develop in production
| 1.0 | [KT] (MARLO) Develop functionality to move deliverables - Develop a way to move a deliverable to the next phase
- [x] Create mockup
- [x] Develop the functionality for move deliverables to other phases
- [x] Develop the functionality for move deliverables to other projects
- [x] Create the user interface
- [x] Implement changes to the architecture for the development operation
- [x] Create save confirmation
- [x] Allow only super admins to move deliverables between phases (initially)
<br>

**Deliverable:**
**Move to Review when:** Ready to test in MARLO Dev
**Move to Closed when:** Develop in production
| priority | marlo develop functionality to move deliverables develop a way to move a deliverable to the next phase create mockup develop the functionality for move deliverables to other phases develop the functionality for move deliverables to other projects create the user interface implement changes to the architecture for the development operation create save confirmation allow only super admins to move deliverables between phases initially deliverable move to review when ready to test in marlo dev move to closed when develop in production | 1 |
634,887 | 20,374,400,558 | IssuesEvent | 2022-02-21 14:19:06 | urbit/bridge | https://api.github.com/repos/urbit/bridge | closed | Missing "Wallet Balance" in L1 Transaction Screens | L2 priority: 2 effort: medium | All L1 Transaction Screens should display the Wallet Balance with an ability to refresh the balance

| 1.0 | Missing "Wallet Balance" in L1 Transaction Screens - All L1 Transaction Screens should display the Wallet Balance with an ability to refresh the balance

| priority | missing wallet balance in transaction screens all transaction screens should display the wallet balance with an ability to refresh the balance | 1 |
747,644 | 26,094,245,507 | IssuesEvent | 2022-12-26 16:26:11 | Benjamin-Loison/YouTube-operational-API | https://api.github.com/repos/Benjamin-Loison/YouTube-operational-API | opened | Improve `videos?part=chapters` | bug enhancement medium priority medium | https://yt.lemnoslife.com/videos?part=chapters&id=7FpeWSFTFRk returns:
```json
{
"kind": "youtube#videoListResponse",
"etag": "NotImplemented",
"items": [
{
"kind": "youtube#video",
"etag": "NotImplemented",
"id": "7FpeWSFTFRk",
"chapters": [
{
"title": null,
"time": 0
},
{
"title": "Charlemagne",
"time": 0
},
{
"title": "War",
"time": 95
},
...
]
}
]
}
```
The first entry of `chapters` doesn't seem correct here, maybe this is due to the following fact.
We should add a boolean to state whether or not the chapters were generated automatically (if so they have the mention `These chapters are auto-generated`).
Should also give thumbnails URLs. | 1.0 | Improve `videos?part=chapters` - https://yt.lemnoslife.com/videos?part=chapters&id=7FpeWSFTFRk returns:
```json
{
"kind": "youtube#videoListResponse",
"etag": "NotImplemented",
"items": [
{
"kind": "youtube#video",
"etag": "NotImplemented",
"id": "7FpeWSFTFRk",
"chapters": [
{
"title": null,
"time": 0
},
{
"title": "Charlemagne",
"time": 0
},
{
"title": "War",
"time": 95
},
...
]
}
]
}
```
The first entry of `chapters` doesn't seem correct here, maybe this is due to the following fact.
We should add a boolean to state whether or not the chapters were generated automatically (if so they have the mention `These chapters are auto-generated`).
Should also give thumbnails URLs. | priority | improve videos part chapters returns json kind youtube videolistresponse etag notimplemented items kind youtube video etag notimplemented id chapters title null time title charlemagne time title war time the first entry of chapters doesn t seem correct here maybe this is due to the following fact we should add a boolean to state whether or not the chapters were generated automatically if so they have the mention these chapters are auto generated should also give thumbnails urls | 1 |
15,226 | 2,611,451,139 | IssuesEvent | 2015-02-27 04:59:18 | chrsmith/hedgewars | https://api.github.com/repos/chrsmith/hedgewars | closed | When you hit any wall while flying you dont deal damage | auto-migrated Priority-Medium Type-Enhancement | ```
What steps will reproduce the problem?
1. Use a rope and swing
2. Let go of the rope so that you "fly" in the air
3. Try to hit any terrain/wall in the air during flying (what is not a
horizontal surface).
What is the expected output? What do you see instead?
If you collide with any terrain during horizontal(<-- -->) flying at high
speed, you just bounce off and you dont deal any damage. And it is the same
when e.g. you hit the ceiling at high speed (of course not in a rope). Its not
really a bug, rather could be a new feature.
What version of the product are you using? On what operating system?
0.9.13, Win7
```
Original issue reported on code.google.com by `joship...@gmail.com` on 16 Sep 2010 at 10:06 | 1.0 | When you hit any wall while flying you dont deal damage - ```
What steps will reproduce the problem?
1. Use a rope and swing
2. Let go of the rope so that you "fly" in the air
3. Try to hit any terrain/wall in the air during flying (what is not a
horizontal surface).
What is the expected output? What do you see instead?
If you collide with any terrain during horizontal(<-- -->) flying at high
speed, you just bounce off and you dont deal any damage. And it is the same
when e.g. you hit the ceiling at high speed (of course not in a rope). Its not
really a bug, rather could be a new feature.
What version of the product are you using? On what operating system?
0.9.13, Win7
```
Original issue reported on code.google.com by `joship...@gmail.com` on 16 Sep 2010 at 10:06 | priority | when you hit any wall while flying you dont deal damage what steps will reproduce the problem use a rope and swing let go of the rope so that you fly in the air try to hit any terrain wall in the air during flying what is not a horizontal surface what is the expected output what do you see instead if you collide with any terrain during horizontal flying at high speed you just bounce off and you dont deal any damage and it is the same when e g you hit the ceiling at high speed of course not in a rope its not really a bug rather could be a new feature what version of the product are you using on what operating system original issue reported on code google com by joship gmail com on sep at | 1 |
598,562 | 18,248,166,539 | IssuesEvent | 2021-10-01 21:46:03 | robotframework/robotframework | https://api.github.com/repos/robotframework/robotframework | closed | Process: Started processes can hang due to how stdin is configured | bug priority: medium | To get more control on my ps1 scripts I have used WIN-PS2EXE to create executables from them.
This works fine in command console and in Windows 10 in general.
But as soon as I try to run them through Run process I get a time out. If I run the raw ps1 script in Run process everything runs fine and I get the expected result. This happens both in RIDE and in batch interface.
If I run the generated executable through Run and return RC and output (or similar Run approaches) the executable works fine.
I tried several different parameters of WIN-PS2EXE to no avail.
If needed I can supply a doNothing and a helloWorld example executable.
What can I do to resolve this problem?
Python 3.7.9
RF 4.1
Edit: I looked at the process table to find that the requested executable is started by RF and also is terminated on my own request by setting argument on_timeout=terminate (I use a time out period of 30 seconds which should be ample enough for the normal running time)
| 1.0 | Process: Started processes can hang due to how stdin is configured - To get more control on my ps1 scripts I have used WIN-PS2EXE to create executables from them.
This works fine in command console and in Windows 10 in general.
But as soon as I try to run them through Run process I get a time out. If I run the raw ps1 script in Run process everything runs fine and I get the expected result. This happens both in RIDE and in batch interface.
If I run the generated executable through Run and return RC and output (or similar Run approaches) the executable works fine.
I tried several different parameters of WIN-PS2EXE to no avail.
If needed I can supply a doNothing and a helloWorld example executable.
What can I do to resolve this problem?
Python 3.7.9
RF 4.1
Edit: I looked at the process table to find that the requested executable is started by RF and also is terminated on my own request by setting argument on_timeout=terminate (I use a time out period of 30 seconds which should be ample enough for the normal running time)
| priority | process started processes can hang due to how stdin is configured to get more control on my scripts i have used win to create executables from them this works fine in command console and in windows in general but as soon as i try to run them through run process i get a time out if i run the raw script in run process everything runs fine and i get the expected result this happens both in ride and in batch interface if i run the generated executable through run and return rc and output or similar run approaches the executable works fine i tried several different parameters of win to no avail if needed i can supply a donothing and a helloworld example executable what can i do to resolve this problem python rf edit i looked at the process table to find that the requested executable is started by rf and also is terminated on my own request by setting argument on timeout terminate i use a time out period of seconds which should be ample enough for the normal running time | 1 |
632,740 | 20,205,653,574 | IssuesEvent | 2022-02-11 20:01:34 | SAP/xsk | https://api.github.com/repos/SAP/xsk | closed | [HDBDD] Duplicate name error | parsers priority-high effort-medium customer | There is an error when a column name is the same as the entity name. This behaviour should be allowed.
```
namespace sap.db;
@Schema: 'ADMIN'
context Products {
Entity Item {
key Item : String(32);
OrderId : String(500);
};
};
```
See com/sap/xsk/parser/hdbdd/symbols/entity/EntitySymbol.java:51 | 1.0 | [HDBDD] Duplicate name error - There is an error when a column name is the same as the entity name. This behaviour should be allowed.
```
namespace sap.db;
@Schema: 'ADMIN'
context Products {
Entity Item {
key Item : String(32);
OrderId : String(500);
};
};
```
See com/sap/xsk/parser/hdbdd/symbols/entity/EntitySymbol.java:51 | priority | duplicate name error there is an error when a column name is the same as the entity name this behaviour should be allowed namespace sap db schema admin context products entity item key item string orderid string see com sap xsk parser hdbdd symbols entity entitysymbol java | 1 |
146,871 | 5,629,754,217 | IssuesEvent | 2017-04-05 10:15:34 | status-im/status-react | https://api.github.com/repos/status-im/status-react | closed | Keyboard with uppercase is shown on screens Confirm Transaction and Recover from passphrase | android beginner bug in progress medium-priority | [comment]: # (Please replace ... with your information. Remove < and >)
### User Story
As a user, I want to type my password as quickly as possible so that I can make a transaction.
### Description
[comment]: # (Feature or Bug? i.e Type: Bug)
*Type*: Bug
[comment]: # (Describe the feature you would like, or briefly summarise the bug and what you did, what you expected to happen, and what actually happens. Sections below)
*Summary*:
There was similar issue on Login screen (already fixed): https://github.com/status-im/status-react/issues/878
Keyboard with capital letters is shown on 2 screens
1. Confirm Transaction screen

2. Recover from passphrase

#### Expected behavior
[comment]: # (Describe what you expected to happen.)
Keyboard with lowercase letters is shown when user taps on Password field
#### Actual behavior
[comment]: # (Describe what actually happened.)
Keyboard with upper case is shown when user taps on Password field
### Reproduction
[comment]: # (Describe how we can replicate the bug step by step.)
1. Confirm Transaction screen
- Open Status and login
- Open Contacts and send some ETH to the contact from your list
- In Confirm Transaction screen tap on field Password
2. Recover from passphrase screen
- Open Status
- Tap 'Recover access'
- In Recover from passphrase screen tap on field Password
### Additional Information
[comment]: # (Please do your best to fill this out.)
* Status version: 0.9.3 and 0.9.4
* Operating System: Android | 1.0 | Keyboard with uppercase is shown on screens Confirm Transaction and Recover from passphrase - [comment]: # (Please replace ... with your information. Remove < and >)
### User Story
As a user, I want to type my password as quickly as possible so that I can make a transaction.
### Description
[comment]: # (Feature or Bug? i.e Type: Bug)
*Type*: Bug
[comment]: # (Describe the feature you would like, or briefly summarise the bug and what you did, what you expected to happen, and what actually happens. Sections below)
*Summary*:
There was similar issue on Login screen (already fixed): https://github.com/status-im/status-react/issues/878
Keyboard with capital letters is shown on 2 screens
1. Confirm Transaction screen

2. Recover from passphrase

#### Expected behavior
[comment]: # (Describe what you expected to happen.)
Keyboard with lowercase letters is shown when user taps on Password field
#### Actual behavior
[comment]: # (Describe what actually happened.)
Keyboard with upper case is shown when user taps on Password field
### Reproduction
[comment]: # (Describe how we can replicate the bug step by step.)
1. Confirm Transaction screen
- Open Status and login
- Open Contacts and send some ETH to the contact from your list
- In Confirm Transaction screen tap on field Password
2. Recover from passphrase screen
- Open Status
- Tap 'Recover access'
- In Recover from passphrase screen tap on field Password
### Additional Information
[comment]: # (Please do your best to fill this out.)
* Status version: 0.9.3 and 0.9.4
* Operating System: Android | priority | keyboard with uppercase is shown on screens confirm transaction and recover from passphrase please replace with your information remove user story as a user i want to type my password as quickly as possible so that i can make a transaction description feature or bug i e type bug type bug describe the feature you would like or briefly summarise the bug and what you did what you expected to happen and what actually happens sections below summary there was similar issue on login screen already fixed keyboard with capital letters is shown on screens confirm transaction screen recover from passphrase expected behavior describe what you expected to happen keyboard with lowercase letters is shown when user taps on password field actual behavior describe what actually happened keyboard with upper case is shown when user taps on password field reproduction describe how we can replicate the bug step by step confirm transaction screen open status and login open contacts and send some eth to the contact from your list in confirm transaction screen tap on field password recover from passphrase screen open status tap recover access in recover from passphrase screen tap on field password additional information please do your best to fill this out status version and operating system android | 1 |
735,356 | 25,391,133,899 | IssuesEvent | 2022-11-22 04:03:07 | younginnovations/iatipublisher | https://api.github.com/repos/younginnovations/iatipublisher | closed | Feedback by UNDP (Priority -Medium) | priority: medium | **Feedback 1**: Users cannot publish, but they can add draft material. When a user is trying to publish, bulk publish or republish, check if the email is verified and the publishing setting is completed with correct API token. If both are good, then only go ahead with publishing otherwise show user that either email is not verified or api token is incorrect or organisation data is published or all so you need to complete it before publishing> alert message should be pop.
**Feedback 2**: + button in the activity detail page and activity listing page should be replaced with only/one button which includes add activity and import activity.
| 1.0 | Feedback by UNDP (Priority -Medium) - **Feedback 1**: Users cannot publish, but they can add draft material. When a user is trying to publish, bulk publish or republish, check if the email is verified and the publishing setting is completed with correct API token. If both are good, then only go ahead with publishing otherwise show user that either email is not verified or api token is incorrect or organisation data is published or all so you need to complete it before publishing> alert message should be pop.
**Feedback 2**: + button in the activity detail page and activity listing page should be replaced with only/one button which includes add activity and import activity.
| priority | feedback by undp priority medium feedback users cannot publish but they can add draft material when a user is trying to publish bulk publish or republish check if the email is verified and the publishing setting is completed with correct api token if both are good then only go ahead with publishing otherwise show user that either email is not verified or api token is incorrect or organisation data is published or all so you need to complete it before publishing alert message should be pop feedback button in the activity detail page and activity listing page should be replaced with only one button which includes add activity and import activity | 1 |
576,377 | 17,085,538,988 | IssuesEvent | 2021-07-08 11:19:41 | darktable-org/darktable | https://api.github.com/repos/darktable-org/darktable | closed | action defined with dt_action_define_key_pressed_accel are not translatable | bug: pending priority: medium scope: UI scope: translation |
**Describe the bug/issue**
None of the actions declared with `dt_action_define_key_pressed_accel` are translatable. Here is the list:
```
src/control/control.c: dt_action_define_key_pressed_accel(&s->actions_global, "toggle side borders", &s->accels.global_sideborders);
src/control/control.c: dt_action_define_key_pressed_accel(&s->actions_global, "show accels window", &s->accels.global_accels_window);
src/views/darkroom.c: dt_action_define_key_pressed_accel(&self->actions, "full preview", &ac->darkroom_preview);
src/views/darkroom.c: dt_action_define_key_pressed_accel(&self->actions, "allow to pan & zoom while editing masks", &ac->darkroom_skip_mouse_events);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move up", &ac->lighttable_up);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move down", &ac->lighttable_down);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move left", &ac->lighttable_left);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move right", &ac->lighttable_right);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move page up", &ac->lighttable_pageup);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move page down", &ac->lighttable_pagedown);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move start", &ac->lighttable_start);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move end", &ac->lighttable_end);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move up and select", &ac->lighttable_sel_up);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move down and select", &ac->lighttable_sel_down);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move left and select", &ac->lighttable_sel_left);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move right and select", &ac->lighttable_sel_right);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move page up and select", &ac->lighttable_sel_pageup);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move page down and select", &ac->lighttable_sel_pagedown);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move start and select", &ac->lighttable_sel_start);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move end and select", &ac->lighttable_sel_end);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "preview", &ac->lighttable_preview);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "preview with focus detection", &ac->lighttable_preview_display_focus);
```
**To Reproduce**
1. Start dt in non native English languages
2. Open shortcuts windows, look into lighttable section
4. See error, many actions are not translated
**Expected behavior**
Should be translatable.
| 1.0 | action defined with dt_action_define_key_pressed_accel are not translatable -
**Describe the bug/issue**
None of the actions declared with `dt_action_define_key_pressed_accel` are translatable. Here is the list:
```
src/control/control.c: dt_action_define_key_pressed_accel(&s->actions_global, "toggle side borders", &s->accels.global_sideborders);
src/control/control.c: dt_action_define_key_pressed_accel(&s->actions_global, "show accels window", &s->accels.global_accels_window);
src/views/darkroom.c: dt_action_define_key_pressed_accel(&self->actions, "full preview", &ac->darkroom_preview);
src/views/darkroom.c: dt_action_define_key_pressed_accel(&self->actions, "allow to pan & zoom while editing masks", &ac->darkroom_skip_mouse_events);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move up", &ac->lighttable_up);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move down", &ac->lighttable_down);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move left", &ac->lighttable_left);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move right", &ac->lighttable_right);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move page up", &ac->lighttable_pageup);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move page down", &ac->lighttable_pagedown);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move start", &ac->lighttable_start);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move end", &ac->lighttable_end);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move up and select", &ac->lighttable_sel_up);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move down and select", &ac->lighttable_sel_down);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move left and select", &ac->lighttable_sel_left);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move right and select", &ac->lighttable_sel_right);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move page up and select", &ac->lighttable_sel_pageup);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move page down and select", &ac->lighttable_sel_pagedown);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move start and select", &ac->lighttable_sel_start);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "move end and select", &ac->lighttable_sel_end);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "preview", &ac->lighttable_preview);
src/views/lighttable.c: dt_action_define_key_pressed_accel(&self->actions, "preview with focus detection", &ac->lighttable_preview_display_focus);
```
**To Reproduce**
1. Start dt in non native English languages
2. Open shortcuts windows, look into lighttable section
4. See error, many actions are not translated
**Expected behavior**
Should be translatable.
| priority | action defined with dt action define key pressed accel are not translatable describe the bug issue none of the actions declared with dt action define key pressed accel are translatable here is the list src control control c dt action define key pressed accel s actions global toggle side borders s accels global sideborders src control control c dt action define key pressed accel s actions global show accels window s accels global accels window src views darkroom c dt action define key pressed accel self actions full preview ac darkroom preview src views darkroom c dt action define key pressed accel self actions allow to pan zoom while editing masks ac darkroom skip mouse events src views lighttable c dt action define key pressed accel self actions move up ac lighttable up src views lighttable c dt action define key pressed accel self actions move down ac lighttable down src views lighttable c dt action define key pressed accel self actions move left ac lighttable left src views lighttable c dt action define key pressed accel self actions move right ac lighttable right src views lighttable c dt action define key pressed accel self actions move page up ac lighttable pageup src views lighttable c dt action define key pressed accel self actions move page down ac lighttable pagedown src views lighttable c dt action define key pressed accel self actions move start ac lighttable start src views lighttable c dt action define key pressed accel self actions move end ac lighttable end src views lighttable c dt action define key pressed accel self actions move up and select ac lighttable sel up src views lighttable c dt action define key pressed accel self actions move down and select ac lighttable sel down src views lighttable c dt action define key pressed accel self actions move left and select ac lighttable sel left src views lighttable c dt action define key pressed accel self actions move right and select ac lighttable sel right src views lighttable c dt action define key pressed accel self actions move page up and select ac lighttable sel pageup src views lighttable c dt action define key pressed accel self actions move page down and select ac lighttable sel pagedown src views lighttable c dt action define key pressed accel self actions move start and select ac lighttable sel start src views lighttable c dt action define key pressed accel self actions move end and select ac lighttable sel end src views lighttable c dt action define key pressed accel self actions preview ac lighttable preview src views lighttable c dt action define key pressed accel self actions preview with focus detection ac lighttable preview display focus to reproduce start dt in non native english languages open shortcuts windows look into lighttable section see error many actions are not translated expected behavior should be translatable | 1 |
452,037 | 13,045,235,136 | IssuesEvent | 2020-07-29 06:49:15 | sway2020/CS-FindIt | https://api.github.com/repos/sway2020/CS-FindIt | closed | "System.IndexOutOfRangeException: Array index is out of range." when searching in Find It | Priority: Medium Type: Bug | Entered "gas" into search box with Custom=On, Vanilla=Off, Category=Grwb/RICO
```
System.IndexOutOfRangeException: Array index is out of range.
at ColossalFramework.PoolList`1[ColossalFramework.UI.UIComponent].get_Item (Int32 index) [0x00000] in <filename unknown>:0
at ColossalFramework.PoolList`1+PooledEnumerator[ColossalFramework.UI.UIComponent].MoveNext () [0x00000] in <filename unknown>:0
at ColossalFramework.UI.UIComponent.RefreshParentVisibilityCache (Boolean parentVisible) [0x00000] in <filename unknown>:0
at ColossalFramework.UI.UIComponent.set_isVisible (Boolean value) [0x00000] in <filename unknown>:0
at FindIt.GUI.UISearchBox.HideFilterPanel (ColossalFramework.UI.UIPanel panel) [0x00000] in <filename unknown>:0
at FindIt.GUI.UISearchBox.<UpdateFilterPanels>b__28_0 () [0x00000] in <filename unknown>:0
at AsyncAction.Execute () [0x00000] in <filename unknown>:0
``` | 1.0 | "System.IndexOutOfRangeException: Array index is out of range." when searching in Find It - Entered "gas" into search box with Custom=On, Vanilla=Off, Category=Grwb/RICO
```
System.IndexOutOfRangeException: Array index is out of range.
at ColossalFramework.PoolList`1[ColossalFramework.UI.UIComponent].get_Item (Int32 index) [0x00000] in <filename unknown>:0
at ColossalFramework.PoolList`1+PooledEnumerator[ColossalFramework.UI.UIComponent].MoveNext () [0x00000] in <filename unknown>:0
at ColossalFramework.UI.UIComponent.RefreshParentVisibilityCache (Boolean parentVisible) [0x00000] in <filename unknown>:0
at ColossalFramework.UI.UIComponent.set_isVisible (Boolean value) [0x00000] in <filename unknown>:0
at FindIt.GUI.UISearchBox.HideFilterPanel (ColossalFramework.UI.UIPanel panel) [0x00000] in <filename unknown>:0
at FindIt.GUI.UISearchBox.<UpdateFilterPanels>b__28_0 () [0x00000] in <filename unknown>:0
at AsyncAction.Execute () [0x00000] in <filename unknown>:0
``` | priority | system indexoutofrangeexception array index is out of range when searching in find it entered gas into search box with custom on vanilla off category grwb rico system indexoutofrangeexception array index is out of range at colossalframework poollist get item index in at colossalframework poollist pooledenumerator movenext in at colossalframework ui uicomponent refreshparentvisibilitycache boolean parentvisible in at colossalframework ui uicomponent set isvisible boolean value in at findit gui uisearchbox hidefilterpanel colossalframework ui uipanel panel in at findit gui uisearchbox b in at asyncaction execute in | 1 |
757,731 | 26,526,720,921 | IssuesEvent | 2023-01-19 09:20:01 | otland/forgottenserver | https://api.github.com/repos/otland/forgottenserver | closed | door closing item relocation | bug priority: medium | <!-- Welcome to the issues section if it's your first time! -->
### Before creating an issue, please ensure:
- [x] This is a bug in the software that resides in this repository, and not a
support matter (use https://otland.net/forums/support.16/ for support)
- [x] This issue is reproducible without changes to the C++ code in this repository
### Steps to reproduce (include any configuration/script required to reproduce)
1. walk into a gate of expertise door or quest door and place item under you
2. have a creature or unpassable object block the new position item is suppose to be relocated to
3. step out of the door
### Expected behaviour
the item that you placed should not be removed, i have confirmed that it works like this on v12.71 real tibia
### Actual behaviour
item gets removed
[closingdoor.lua](https://github.com/otland/forgottenserver/blob/master/data/movements/scripts/closingdoor.lua)
| 1.0 | door closing item relocation - <!-- Welcome to the issues section if it's your first time! -->
### Before creating an issue, please ensure:
- [x] This is a bug in the software that resides in this repository, and not a
support matter (use https://otland.net/forums/support.16/ for support)
- [x] This issue is reproducible without changes to the C++ code in this repository
### Steps to reproduce (include any configuration/script required to reproduce)
1. walk into a gate of expertise door or quest door and place item under you
2. have a creature or unpassable object block the new position item is suppose to be relocated to
3. step out of the door
### Expected behaviour
the item that you placed should not be removed, i have confirmed that it works like this on v12.71 real tibia
### Actual behaviour
item gets removed
[closingdoor.lua](https://github.com/otland/forgottenserver/blob/master/data/movements/scripts/closingdoor.lua)
| priority | door closing item relocation before creating an issue please ensure this is a bug in the software that resides in this repository and not a support matter use for support this issue is reproducible without changes to the c code in this repository steps to reproduce include any configuration script required to reproduce walk into a gate of expertise door or quest door and place item under you have a creature or unpassable object block the new position item is suppose to be relocated to step out of the door expected behaviour the item that you placed should not be removed i have confirmed that it works like this on real tibia actual behaviour item gets removed | 1 |
243,468 | 7,858,090,328 | IssuesEvent | 2018-06-21 12:58:59 | dmwm/CRABServer | https://api.github.com/repos/dmwm/CRABServer | opened | Revisit TP_kill script not to kill the TP because of completed subdags. | Priority: Medium | > https://gitlab.cern.ch/ai/it-puppet-hostgroup-vocmsglidein/blob/master/code/files/profiles/crabschedd/tp_kill.mod3.duplicates.sh#L80-84
Since now we have more than one DAG in a task for long living tasks we can easily reach the point where the subDAGs have finished in a period longer than 48 hours while the task is still running. And since the entanglement between TP and DAG is now done through the CRAB_Reqname instead of clusterid as it was before those dags immediately fall under this restriction and being killed.
The number of killed TPs per schedd since 10.06.2018 as an example is [1]. Exactly the fact that we were seing those few tasks killed by the script was the reason that were leaving it run - for just in case purpouses.
Maybe a quick review of the PRs to the Automattic spliting (just for reminding if we fully completed the issue) and a total disabling of the script will be sufficient. | 1.0 | Revisit TP_kill script not to kill the TP because of completed subdags. - > https://gitlab.cern.ch/ai/it-puppet-hostgroup-vocmsglidein/blob/master/code/files/profiles/crabschedd/tp_kill.mod3.duplicates.sh#L80-84
Since now we have more than one DAG in a task for long living tasks we can easily reach the point where the subDAGs have finished in a period longer than 48 hours while the task is still running. And since the entanglement between TP and DAG is now done through the CRAB_Reqname instead of clusterid as it was before those dags immediately fall under this restriction and being killed.
The number of killed TPs per schedd since 10.06.2018 as an example is [1]. Exactly the fact that we were seing those few tasks killed by the script was the reason that were leaving it run - for just in case purpouses.
Maybe a quick review of the PRs to the Automattic spliting (just for reminding if we fully completed the issue) and a total disabling of the script will be sufficient. | priority | revisit tp kill script not to kill the tp because of completed subdags since now we have more than one dag in a task for long living tasks we can easily reach the point where the subdags have finished in a period longer than hours while the task is still running and since the entanglement between tp and dag is now done through the crab reqname instead of clusterid as it was before those dags immediately fall under this restriction and being killed the number of killed tps per schedd since as an example is exactly the fact that we were seing those few tasks killed by the script was the reason that were leaving it run for just in case purpouses maybe a quick review of the prs to the automattic spliting just for reminding if we fully completed the issue and a total disabling of the script will be sufficient | 1 |
792,149 | 27,947,999,175 | IssuesEvent | 2023-03-24 05:59:23 | curiouslearning/FeedTheMonsterJS | https://api.github.com/repos/curiouslearning/FeedTheMonsterJS | closed | Change Firebase npm config | Medium Priority | See [Firebase Setup Information](https://docs.google.com/document/d/1HJ8GG5w6gDqHrgs7YW0FRHhQAMYPVVrG7M81vokcjVY/edit?usp=sharing) section.
Development is done ,Need firebase and GCP BigQuery access to check events
| 1.0 | Change Firebase npm config - See [Firebase Setup Information](https://docs.google.com/document/d/1HJ8GG5w6gDqHrgs7YW0FRHhQAMYPVVrG7M81vokcjVY/edit?usp=sharing) section.
Development is done ,Need firebase and GCP BigQuery access to check events
| priority | change firebase npm config see section development is done need firebase and gcp bigquery access to check events | 1 |
247,493 | 7,919,286,334 | IssuesEvent | 2018-07-04 16:07:37 | Bizorke/Saucers.Space | https://api.github.com/repos/Bizorke/Saucers.Space | closed | Game disconnects within 10s when it's minimized. | Domain: Network Frequency: Always Priority: Medium Type: Bug | It should disconnect if it's not sending pings. But why isn't it sending pings? | 1.0 | Game disconnects within 10s when it's minimized. - It should disconnect if it's not sending pings. But why isn't it sending pings? | priority | game disconnects within when it s minimized it should disconnect if it s not sending pings but why isn t it sending pings | 1 |
827,750 | 31,793,362,875 | IssuesEvent | 2023-09-13 06:08:25 | oceanbase/odc | https://api.github.com/repos/oceanbase/odc | opened | [Feature]: Data masking support DBLink | type-feature priority-medium module-Data masking | ### Is your feature request related to a problem?
When SELECT form DBLink, then data masking is failed.
### Describe the solution you'd like
Data masking work as usual when select from DBLink.
### Additional context
_No response_ | 1.0 | [Feature]: Data masking support DBLink - ### Is your feature request related to a problem?
When SELECT form DBLink, then data masking is failed.
### Describe the solution you'd like
Data masking work as usual when select from DBLink.
### Additional context
_No response_ | priority | data masking support dblink is your feature request related to a problem when select form dblink then data masking is failed describe the solution you d like data masking work as usual when select from dblink additional context no response | 1 |
784,501 | 27,573,975,720 | IssuesEvent | 2023-03-08 11:30:58 | helenarodmun/movifpsostenible | https://api.github.com/repos/helenarodmun/movifpsostenible | closed | Mensajería | Medium Priority | - [x] los usuarios pueden comunicarse con otros usuarios a través de un sistema de mensajería dentro de la plataforma. Se puede implementar mediante un paquete de composer
- [x] Tabla de mensajes | 1.0 | Mensajería - - [x] los usuarios pueden comunicarse con otros usuarios a través de un sistema de mensajería dentro de la plataforma. Se puede implementar mediante un paquete de composer
- [x] Tabla de mensajes | priority | mensajería los usuarios pueden comunicarse con otros usuarios a través de un sistema de mensajería dentro de la plataforma se puede implementar mediante un paquete de composer tabla de mensajes | 1 |
402,045 | 11,801,354,029 | IssuesEvent | 2020-03-18 19:17:10 | ansible/awx | https://api.github.com/repos/ansible/awx | closed | support for azure government keyvault integration | component:api priority:medium type:enhancement | ##### ISSUE TYPE
- Feature Idea
##### SUMMARY
The azure keyvault credentials plugin found here:
awx/awx/main/credential_plugins/azure_kv.py
Is hard coded to use the azure commercial cloud vault URL:
```
def auth_callback(server, resource, scope):
credentials = ServicePrincipalCredentials(
url = url,
client_id = kwargs['client'],
secret = kwargs['secret'],
tenant = kwargs['tenant'],
resource = "https://vault.azure.net",
)
```
It would be great to either have a second plugin for azure government or a field in the plugin to select AzureCloud or AzureUSGovernment similar to the credential type "Microsoft Azure Resource Manager"
| 1.0 | support for azure government keyvault integration - ##### ISSUE TYPE
- Feature Idea
##### SUMMARY
The azure keyvault credentials plugin found here:
awx/awx/main/credential_plugins/azure_kv.py
Is hard coded to use the azure commercial cloud vault URL:
```
def auth_callback(server, resource, scope):
credentials = ServicePrincipalCredentials(
url = url,
client_id = kwargs['client'],
secret = kwargs['secret'],
tenant = kwargs['tenant'],
resource = "https://vault.azure.net",
)
```
It would be great to either have a second plugin for azure government or a field in the plugin to select AzureCloud or AzureUSGovernment similar to the credential type "Microsoft Azure Resource Manager"
| priority | support for azure government keyvault integration issue type feature idea summary the azure keyvault credentials plugin found here awx awx main credential plugins azure kv py is hard coded to use the azure commercial cloud vault url def auth callback server resource scope credentials serviceprincipalcredentials url url client id kwargs secret kwargs tenant kwargs resource it would be great to either have a second plugin for azure government or a field in the plugin to select azurecloud or azureusgovernment similar to the credential type microsoft azure resource manager | 1 |
367,456 | 10,853,969,118 | IssuesEvent | 2019-11-13 15:37:58 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | USER ISSUE: Acorn-Tree-Bug | Medium Priority | **Version:** 0.7.2.4 beta
**Steps to Reproduce:**
1. Plant an Acorn to raise a tree!
**Expected behavior:**
....planted a Tree-Sapling!
**Actual behavior:**
...planted over 16 Saplings which are respawning everytime - even after I cut'em down they respawn. Using own server via steam | 1.0 | USER ISSUE: Acorn-Tree-Bug - **Version:** 0.7.2.4 beta
**Steps to Reproduce:**
1. Plant an Acorn to raise a tree!
**Expected behavior:**
....planted a Tree-Sapling!
**Actual behavior:**
...planted over 16 Saplings which are respawning everytime - even after I cut'em down they respawn. Using own server via steam | priority | user issue acorn tree bug version beta steps to reproduce plant an acorn to raise a tree expected behavior planted a tree sapling actual behavior planted over saplings which are respawning everytime even after i cut em down they respawn using own server via steam | 1 |
134,615 | 5,231,635,738 | IssuesEvent | 2017-01-30 04:16:06 | keeferrourke/la-capitaine-icon-theme | https://api.github.com/repos/keeferrourke/la-capitaine-icon-theme | closed | Recolour symbolic and action icons to #bebebeff | enhancement priority-medium | Pointed out by @Elbullazul, symbolic icons should be recoloured to `#bebebeff`. Reasoning is summed up well here: https://askubuntu.com/questions/148955/why-do-the-gnome-symbolic-icons-appear-darker-in-a-running-application/154780
This will improve readability of icons in most GTK themes, and partially resolve issue #4, as symbolic icons will be properly recoloured by the set GTK theme. Regular action icons, etc must remain unchanged -- they will need light/dark variants later.
| 1.0 | Recolour symbolic and action icons to #bebebeff - Pointed out by @Elbullazul, symbolic icons should be recoloured to `#bebebeff`. Reasoning is summed up well here: https://askubuntu.com/questions/148955/why-do-the-gnome-symbolic-icons-appear-darker-in-a-running-application/154780
This will improve readability of icons in most GTK themes, and partially resolve issue #4, as symbolic icons will be properly recoloured by the set GTK theme. Regular action icons, etc must remain unchanged -- they will need light/dark variants later.
| priority | recolour symbolic and action icons to bebebeff pointed out by elbullazul symbolic icons should be recoloured to bebebeff reasoning is summed up well here this will improve readability of icons in most gtk themes and partially resolve issue as symbolic icons will be properly recoloured by the set gtk theme regular action icons etc must remain unchanged they will need light dark variants later | 1 |
782,887 | 27,510,494,395 | IssuesEvent | 2023-03-06 08:25:22 | WordPress/openverse | https://api.github.com/repos/WordPress/openverse | opened | Handle `precommit` recipe exiting with code 23 | good first issue help wanted 🟨 priority: medium 🛠 goal: fix 🤖 aspect: dx 🧱 stack: mgmt | ## Description
<!-- Concisely describe the bug. Compare your experience with what you expected to happen. -->
<!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." -->
The `precommit` recipe in `just` often fails and exits with status code 23. This breaks the entire CI, because a lot of jobs need lint checks to pass before proceeding.
## Reproduction
<!-- Provide detailed steps to reproduce the bug. -->
See this failed workflow run: https://github.com/WordPress/openverse/actions/runs/4329810329/jobs/7560613666
## Additional context
<!-- Add any other context about the problem here; or delete the section entirely. -->
<!-- If you would like to work on this, please comment below separately. -->
If the problem cannot be debugged, at least the step should be retried (it usually works the second time) so that the CI run is not impacted.
| 1.0 | Handle `precommit` recipe exiting with code 23 - ## Description
<!-- Concisely describe the bug. Compare your experience with what you expected to happen. -->
<!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." -->
The `precommit` recipe in `just` often fails and exits with status code 23. This breaks the entire CI, because a lot of jobs need lint checks to pass before proceeding.
## Reproduction
<!-- Provide detailed steps to reproduce the bug. -->
See this failed workflow run: https://github.com/WordPress/openverse/actions/runs/4329810329/jobs/7560613666
## Additional context
<!-- Add any other context about the problem here; or delete the section entirely. -->
<!-- If you would like to work on this, please comment below separately. -->
If the problem cannot be debugged, at least the step should be retried (it usually works the second time) so that the CI run is not impacted.
| priority | handle precommit recipe exiting with code description the precommit recipe in just often fails and exits with status code this breaks the entire ci because a lot of jobs need lint checks to pass before proceeding reproduction see this failed workflow run additional context if the problem cannot be debugged at least the step should be retried it usually works the second time so that the ci run is not impacted | 1 |
186,217 | 6,734,458,788 | IssuesEvent | 2017-10-18 18:07:16 | octobercms/october | https://api.github.com/repos/octobercms/october | closed | Sender email doesn't work if different from username, it uses username | Priority: Medium Status: Review Needed Type: Unconfirmed Bug | In Mail configuration, I have a different email address in the sender's email field.
But the system emails are being sent from the 'username' field.
| 1.0 | Sender email doesn't work if different from username, it uses username - In Mail configuration, I have a different email address in the sender's email field.
But the system emails are being sent from the 'username' field.
| priority | sender email doesn t work if different from username it uses username in mail configuration i have a different email address in the sender s email field but the system emails are being sent from the username field | 1 |
248,936 | 7,947,078,220 | IssuesEvent | 2018-07-11 00:29:23 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [7.6.0] Contract UI Text Overlap | Medium Priority | Slight overlap of text when the UI window width is minimized.
 | 1.0 | [7.6.0] Contract UI Text Overlap - Slight overlap of text when the UI window width is minimized.
 | priority | contract ui text overlap slight overlap of text when the ui window width is minimized | 1 |
286,982 | 8,797,323,382 | IssuesEvent | 2018-12-23 18:10:12 | qhacks/qhacks-dashboard | https://api.github.com/repos/qhacks/qhacks-dashboard | opened | Add correct spacing and drop shadow to login form buttons | package: client priority: required (medium) type: feature request | ## Summary
The buttons on the login page do match the mocks, see below:
Mocks:
<img width="308" alt="screen shot 2018-12-23 at 1 08 22 pm" src="https://user-images.githubusercontent.com/13367451/50386425-03414580-06b4-11e9-8f5c-eef554a42bf9.png">
Ours:
<img width="302" alt="screen shot 2018-12-23 at 1 08 11 pm" src="https://user-images.githubusercontent.com/13367451/50386424-ffadbe80-06b3-11e9-9aa1-819f46f2cfef.png">
They need improved spacing and the correct drop shadow.
### Motivation
Match the mocks! | 1.0 | Add correct spacing and drop shadow to login form buttons - ## Summary
The buttons on the login page do match the mocks, see below:
Mocks:
<img width="308" alt="screen shot 2018-12-23 at 1 08 22 pm" src="https://user-images.githubusercontent.com/13367451/50386425-03414580-06b4-11e9-8f5c-eef554a42bf9.png">
Ours:
<img width="302" alt="screen shot 2018-12-23 at 1 08 11 pm" src="https://user-images.githubusercontent.com/13367451/50386424-ffadbe80-06b3-11e9-9aa1-819f46f2cfef.png">
They need improved spacing and the correct drop shadow.
### Motivation
Match the mocks! | priority | add correct spacing and drop shadow to login form buttons summary the buttons on the login page do match the mocks see below mocks img width alt screen shot at pm src ours img width alt screen shot at pm src they need improved spacing and the correct drop shadow motivation match the mocks | 1 |
245,074 | 7,880,873,770 | IssuesEvent | 2018-06-26 17:12:49 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Decimals separator | Medium Priority | This bug was fixed before but it has returned again. Default setup for my region is comma as a decimal separator. So in game when setting up a price I cannot use period. I can put it but for some reason system doesn't see it. The only way to fix it is to setup windows region to English US. | 1.0 | Decimals separator - This bug was fixed before but it has returned again. Default setup for my region is comma as a decimal separator. So in game when setting up a price I cannot use period. I can put it but for some reason system doesn't see it. The only way to fix it is to setup windows region to English US. | priority | decimals separator this bug was fixed before but it has returned again default setup for my region is comma as a decimal separator so in game when setting up a price i cannot use period i can put it but for some reason system doesn t see it the only way to fix it is to setup windows region to english us | 1 |
644,547 | 20,980,754,074 | IssuesEvent | 2022-03-28 19:40:14 | AY2122S2-CS2103T-W13-3/tp | https://api.github.com/repos/AY2122S2-CS2103T-W13-3/tp | closed | No GUI error/ user feedback on invalid input | type.Bug priority.Medium | #### Problem
Application does not feedback to user when invalid input is typed. The program simply ignores the invalid user input. This might cause the user to think that the program is unresponsive.
#### Expected Behavior
Send a specific error message to the user regarding which part of the input is wrong. | 1.0 | No GUI error/ user feedback on invalid input - #### Problem
Application does not feedback to user when invalid input is typed. The program simply ignores the invalid user input. This might cause the user to think that the program is unresponsive.
#### Expected Behavior
Send a specific error message to the user regarding which part of the input is wrong. | priority | no gui error user feedback on invalid input problem application does not feedback to user when invalid input is typed the program simply ignores the invalid user input this might cause the user to think that the program is unresponsive expected behavior send a specific error message to the user regarding which part of the input is wrong | 1 |
670,885 | 22,709,191,434 | IssuesEvent | 2022-07-05 17:26:49 | encorelab/ck-board | https://api.github.com/repos/encorelab/ck-board | closed | Place Focus in Post Editor | enhancement medium priority 1 | When creating a new post on the canvas, add focus to the "title" field when the editor opens.
When clicking on "comments" on an existing post to expand the comments, place the focus on the comment field. | 1.0 | Place Focus in Post Editor - When creating a new post on the canvas, add focus to the "title" field when the editor opens.
When clicking on "comments" on an existing post to expand the comments, place the focus on the comment field. | priority | place focus in post editor when creating a new post on the canvas add focus to the title field when the editor opens when clicking on comments on an existing post to expand the comments place the focus on the comment field | 1 |
717,508 | 24,678,093,057 | IssuesEvent | 2022-10-18 18:45:13 | wasmerio/wasmer | https://api.github.com/repos/wasmerio/wasmer | closed | `path_symlink` panics when old_path is relative | 🐞 bug priority-medium | Assume we're calling `path_symlink("testing", 1234, "/test-target")`.
https://github.com/wasmerio/wasmer/blob/03e89116323f05ff5809029904e7c584d03b29aa/lib/wasi/src/syscalls/mod.rs#L2826-L2829
`source_inode` is got from `get_parent_inode_at_path`:
https://github.com/wasmerio/wasmer/blob/5db56ce0437c9f760e2fea2271b51094f7b07ecd/lib/wasi/src/state/mod.rs#L1274-L1294
Here `path` is `testing`, so we got `components = Components([Normal("testing")])`, So:
- `new_entity_name` = `testing`
- `parent_dir` = `""`
Since `parent_dir` is empty, `get_inode_at_path ` returns `base` directly.
https://github.com/wasmerio/wasmer/blob/03e89116323f05ff5809029904e7c584d03b29aa/lib/wasi/src/syscalls/mod.rs#L2830-L2833
So `source_inode` and `fd` here are actually referring the same thing. `path_depth_from_fd` return **`0`**. The minus opration **causes overflow**.
https://github.com/wasmerio/wasmer/blob/03e89116323f05ff5809029904e7c584d03b29aa/lib/wasi/src/syscalls/mod.rs#L2861-L2865
The overflow would not be panic in release build, but results in another panic where the `push` operation exceeds capacity of `relative_path` with `depth = 2**32 - 1`.
Also, I found the use of `Path` and `str` very confusing. Maybe it needs to be unified? | 1.0 | `path_symlink` panics when old_path is relative - Assume we're calling `path_symlink("testing", 1234, "/test-target")`.
https://github.com/wasmerio/wasmer/blob/03e89116323f05ff5809029904e7c584d03b29aa/lib/wasi/src/syscalls/mod.rs#L2826-L2829
`source_inode` is got from `get_parent_inode_at_path`:
https://github.com/wasmerio/wasmer/blob/5db56ce0437c9f760e2fea2271b51094f7b07ecd/lib/wasi/src/state/mod.rs#L1274-L1294
Here `path` is `testing`, so we got `components = Components([Normal("testing")])`, So:
- `new_entity_name` = `testing`
- `parent_dir` = `""`
Since `parent_dir` is empty, `get_inode_at_path ` returns `base` directly.
https://github.com/wasmerio/wasmer/blob/03e89116323f05ff5809029904e7c584d03b29aa/lib/wasi/src/syscalls/mod.rs#L2830-L2833
So `source_inode` and `fd` here are actually referring the same thing. `path_depth_from_fd` return **`0`**. The minus opration **causes overflow**.
https://github.com/wasmerio/wasmer/blob/03e89116323f05ff5809029904e7c584d03b29aa/lib/wasi/src/syscalls/mod.rs#L2861-L2865
The overflow would not be panic in release build, but results in another panic where the `push` operation exceeds capacity of `relative_path` with `depth = 2**32 - 1`.
Also, I found the use of `Path` and `str` very confusing. Maybe it needs to be unified? | priority | path symlink panics when old path is relative assume we re calling path symlink testing test target source inode is got from get parent inode at path here path is testing so we got components components so new entity name testing parent dir since parent dir is empty get inode at path returns base directly so source inode and fd here are actually referring the same thing path depth from fd return the minus opration causes overflow the overflow would not be panic in release build but results in another panic where the push operation exceeds capacity of relative path with depth also i found the use of path and str very confusing maybe it needs to be unified | 1 |
364,662 | 10,771,927,589 | IssuesEvent | 2019-11-02 11:25:54 | AY1920S1-CS2103T-T10-1/main | https://api.github.com/repos/AY1920S1-CS2103T-T10-1/main | closed | Refresh list of monthly expenditures when the month ends | feature.Finance priority.Medium type.Task | - store all expenditures for the month
- refresh current list of expenditures (re-initialise)
- instalment list must be retained without changes | 1.0 | Refresh list of monthly expenditures when the month ends - - store all expenditures for the month
- refresh current list of expenditures (re-initialise)
- instalment list must be retained without changes | priority | refresh list of monthly expenditures when the month ends store all expenditures for the month refresh current list of expenditures re initialise instalment list must be retained without changes | 1 |
93,202 | 3,896,865,247 | IssuesEvent | 2016-04-16 02:31:36 | opencaching/opencaching-pl | https://api.github.com/repos/opencaching/opencaching-pl | opened | GPX/other formats export _own_ unpublished caches | Priority_Medium Type_Enhancement | This is a feature request of the GPX / other formats export module.
As owner of a cache that it is not yet published, but it's state is "to be published on [date]", I desire to export GPX with this cache (from cache page). Furthermore, I desire to add this (and other caches in the same situation) to clipboard. From the clipboard I can print them, but currently I cannot export them.
As owner, I need all these caches exported to GPX as well. This refers to my own caches, of course.
Currently only published caches are exported. | 1.0 | GPX/other formats export _own_ unpublished caches - This is a feature request of the GPX / other formats export module.
As owner of a cache that it is not yet published, but it's state is "to be published on [date]", I desire to export GPX with this cache (from cache page). Furthermore, I desire to add this (and other caches in the same situation) to clipboard. From the clipboard I can print them, but currently I cannot export them.
As owner, I need all these caches exported to GPX as well. This refers to my own caches, of course.
Currently only published caches are exported. | priority | gpx other formats export own unpublished caches this is a feature request of the gpx other formats export module as owner of a cache that it is not yet published but it s state is to be published on i desire to export gpx with this cache from cache page furthermore i desire to add this and other caches in the same situation to clipboard from the clipboard i can print them but currently i cannot export them as owner i need all these caches exported to gpx as well this refers to my own caches of course currently only published caches are exported | 1 |
765,384 | 26,843,502,126 | IssuesEvent | 2023-02-03 03:55:28 | Reyder95/Project-Capybara | https://api.github.com/repos/Reyder95/Project-Capybara | closed | Clean up github project files | technological in review easy medium priority | It's a mess right now and needs to be sorted for better workflow management. | 1.0 | Clean up github project files - It's a mess right now and needs to be sorted for better workflow management. | priority | clean up github project files it s a mess right now and needs to be sorted for better workflow management | 1 |
335,941 | 10,168,911,789 | IssuesEvent | 2019-08-07 22:14:47 | medic/medic | https://api.github.com/repos/medic/medic | closed | Documentation tooling | Help wanted Priority: 2 - Medium Type: Technical issue | It would be cool if we could add an automatic documentation generation tool into our development flow. This would help newcomers as well as (hopefully!) help us to write good code-local documentation.
It should understand some kind of JS-friendly comment-based documentation (like [JSDoc](http://usejsdoc.org/about-getting-started.html)), and use that to generate some readable documentation (e.g. html or markdown) that we can store somewhere and refer to.
Whether or not that storage is part of the each commit (e.g. it gets run as part of Grunt and updates a git-commitable location) or whether we run it manually occasionally (e.g. on every release) to be stored elsewhere is up for debate.
It would also be useful if it understood Angular's conventions, so it could intelligently link controllers to services and so on. | 1.0 | Documentation tooling - It would be cool if we could add an automatic documentation generation tool into our development flow. This would help newcomers as well as (hopefully!) help us to write good code-local documentation.
It should understand some kind of JS-friendly comment-based documentation (like [JSDoc](http://usejsdoc.org/about-getting-started.html)), and use that to generate some readable documentation (e.g. html or markdown) that we can store somewhere and refer to.
Whether or not that storage is part of the each commit (e.g. it gets run as part of Grunt and updates a git-commitable location) or whether we run it manually occasionally (e.g. on every release) to be stored elsewhere is up for debate.
It would also be useful if it understood Angular's conventions, so it could intelligently link controllers to services and so on. | priority | documentation tooling it would be cool if we could add an automatic documentation generation tool into our development flow this would help newcomers as well as hopefully help us to write good code local documentation it should understand some kind of js friendly comment based documentation like and use that to generate some readable documentation e g html or markdown that we can store somewhere and refer to whether or not that storage is part of the each commit e g it gets run as part of grunt and updates a git commitable location or whether we run it manually occasionally e g on every release to be stored elsewhere is up for debate it would also be useful if it understood angular s conventions so it could intelligently link controllers to services and so on | 1 |
676,017 | 23,113,525,864 | IssuesEvent | 2022-07-27 14:48:52 | NIAEFEUP/tts-revamp-fe | https://api.github.com/repos/NIAEFEUP/tts-revamp-fe | opened | Lesson conflict update when hiding individual courses | medium priority high effort | When a hide individual class box is ticked, conflicts should be updated: run the conflicts algorithm once again, not considering the hidden classes. (refreshHiddenLessons @ LessonBox.tsx)
Suggestion: change CheckedCourse type to this
```ts
export type CheckedCourse = {
checked: boolean
hidden: boolean // new
info: Course
}
``` | 1.0 | Lesson conflict update when hiding individual courses - When a hide individual class box is ticked, conflicts should be updated: run the conflicts algorithm once again, not considering the hidden classes. (refreshHiddenLessons @ LessonBox.tsx)
Suggestion: change CheckedCourse type to this
```ts
export type CheckedCourse = {
checked: boolean
hidden: boolean // new
info: Course
}
``` | priority | lesson conflict update when hiding individual courses when a hide individual class box is ticked conflicts should be updated run the conflicts algorithm once again not considering the hidden classes refreshhiddenlessons lessonbox tsx suggestion change checkedcourse type to this ts export type checkedcourse checked boolean hidden boolean new info course | 1 |
729,692 | 25,138,896,019 | IssuesEvent | 2022-11-09 21:08:54 | jccartwright/exb-widgets | https://api.github.com/repos/jccartwright/exb-widgets | closed | review filtered-record-count widget | medium priority | This is essentially a re-write of the datasource-record-count widget attempting to improve performance and streamline logic.
@shawnmgoulet A review of the code and design decisions would be helpful.
| 1.0 | review filtered-record-count widget - This is essentially a re-write of the datasource-record-count widget attempting to improve performance and streamline logic.
@shawnmgoulet A review of the code and design decisions would be helpful.
| priority | review filtered record count widget this is essentially a re write of the datasource record count widget attempting to improve performance and streamline logic shawnmgoulet a review of the code and design decisions would be helpful | 1 |
443,412 | 12,794,096,670 | IssuesEvent | 2020-07-02 06:04:41 | PazerOP/tf2_bot_detector | https://api.github.com/repos/PazerOP/tf2_bot_detector | closed | New myg0t bots are not marked automatically. | Priority: Medium Type: Bug | One bot has: "[g0tb0t]" and the other one has: "[t0gym]" in the start of the username, You can detect [g0tb0t] by adding homophobic words in the official rules.
_I dont think they spam their link though._
**Fact check: they do spam their link, But it doens't auto mark them.** | 1.0 | New myg0t bots are not marked automatically. - One bot has: "[g0tb0t]" and the other one has: "[t0gym]" in the start of the username, You can detect [g0tb0t] by adding homophobic words in the official rules.
_I dont think they spam their link though._
**Fact check: they do spam their link, But it doens't auto mark them.** | priority | new bots are not marked automatically one bot has and the other one has in the start of the username you can detect by adding homophobic words in the official rules i dont think they spam their link though fact check they do spam their link but it doens t auto mark them | 1 |
636,773 | 20,608,502,561 | IssuesEvent | 2022-03-07 05:10:14 | space-wizards/space-station-14 | https://api.github.com/repos/space-wizards/space-station-14 | reopened | Thruster balancing | Priority: 2-Before Release Type: Improvement Difficulty: 2-Medium | Ideally:
- Work out a decent way to do the speedcap
- Buff impulses (needs speedcap to avoid a 3 tile shuttle from being unplayably fast)
- Potentially make the impulses logarithmic up to a certain point or something | 1.0 | Thruster balancing - Ideally:
- Work out a decent way to do the speedcap
- Buff impulses (needs speedcap to avoid a 3 tile shuttle from being unplayably fast)
- Potentially make the impulses logarithmic up to a certain point or something | priority | thruster balancing ideally work out a decent way to do the speedcap buff impulses needs speedcap to avoid a tile shuttle from being unplayably fast potentially make the impulses logarithmic up to a certain point or something | 1 |
549,746 | 16,099,343,540 | IssuesEvent | 2021-04-27 07:16:23 | desklab/doku | https://api.github.com/repos/desklab/doku | closed | add support for formulas | lang: Python priority: medium type: enhancement | Extend support for complex formulas including fractions etc.. Maybe we can use https://pypi.org/project/markdown-katex/ to process tex-like variables to html? | 1.0 | add support for formulas - Extend support for complex formulas including fractions etc.. Maybe we can use https://pypi.org/project/markdown-katex/ to process tex-like variables to html? | priority | add support for formulas extend support for complex formulas including fractions etc maybe we can use to process tex like variables to html | 1 |
49,482 | 3,002,901,672 | IssuesEvent | 2015-07-24 19:58:52 | jayway/powermock | https://api.github.com/repos/jayway/powermock | opened | mockSelfPrivateMethod with class has self instance, StackOverFlowError | bug imported Priority-Medium | _From [omerbatmaz@gmail.com](https://code.google.com/u/omerbatmaz@gmail.com/) on January 27, 2013 21:34:29_
Class:
package demo;
public class MockSelfPrivateFieldServiceClass {
MockSelfPrivateFieldServiceClass instance = new MockSelfPrivateFieldServiceClass();
private Boolean privateMethodSub()
{
//System.out.println("privateMethodSub...");
return true;
}
}
Test Class:
package application;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.powermock.api.easymock.PowerMock;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modules.junit4.legacy.PowerMockRunner;
import org.powermock.reflect.Whitebox;
import demo.MockSelfPrivateFieldServiceClass;
@RunWith(PowerMockRunner.class)
@PrepareForTest(MockSelfPrivateFieldServiceClass.class)
public class MockSelfPrivateFieldServiceClassTest {
@Test
public void testInvokePrivateMethod() throws Exception {
MockSelfPrivateFieldServiceClass tested = new MockSelfPrivateFieldServiceClass();
Boolean expected = true;
Boolean actual = (Boolean) Whitebox.invokeMethod(tested, "privateMethodSub");
assertEquals("Expected and actual did not match", expected, actual);
}
}
Trace:
java.lang.StackOverflowError
at java.lang.Class.getParameterTypesSignature(Class.java:2046)
at java.lang.Class.getDeclaredMethod(Class.java:590)
at net.sf.cglib.proxy.Enhancer.getCallbacksSetter(Enhancer.java:630)
at net.sf.cglib.proxy.Enhancer.isEnhanced(Enhancer.java:604)
at org.powermock.api.extension.proxyframework.ProxyFrameworkImpl.isProxy(ProxyFrameworkImpl.java:29)
at org.powermock.reflect.internal.WhiteboxImpl.getUnmockedType(WhiteboxImpl.java:1783)
at org.powermock.reflect.internal.WhiteboxImpl.getConstructor(WhiteboxImpl.java:248)
at org.powermock.core.MockGateway.newInstanceCall(MockGateway.java:192)
at demo.MockSelfPrivateFieldServiceClass.<init>(MockSelfPrivateFieldServiceClass.java:5)
...
...
...
...
at demo.MockSelfPrivateFieldServiceClass.<init>(MockSelfPrivateFieldServiceClass.java:5)
at demo.MockSelfPrivateFieldServiceClass.<init>(MockSelfPrivateFieldServiceClass.java:5)
at application.MockSelfPrivateFieldServiceClassTest.testInvokePrivateMethod(MockSelfPrivateFieldServiceClassTest.java:24)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at org.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMethodRunner.java:99)
at org.powermock.modules.junit4.legacy.internal.impl.testcaseworkaround.PowerMockJUnit4LegacyTestMethodRunner.runUnprotected(PowerMockJUnit4LegacyTestMethodRunner.java:103)
at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
at org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at org.powermock.reflect.internal.WhiteboxImpl.performMethodInvocation(WhiteboxImpl.java:2014)
at org.powermock.reflect.internal.WhiteboxImpl.doInvokeMethod(WhiteboxImpl.java:885)
at org.powermock.reflect.internal.WhiteboxImpl.invokeMethod(WhiteboxImpl.java:801)
at org.powermock.reflect.Whitebox.invokeMethod(Whitebox.java:442)
at org.powermock.modules.junit4.legacy.internal.impl.testcaseworkaround.PowerMockJUnit4LegacyTestMethodRunner.run(PowerMockJUnit4LegacyTestMethodRunner.java:66)
at org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClassMethodsRunner.java:66)
at org.powermock.modules.junit4.legacy.internal.impl.testcaseworkaround.PowerMockJUnit4LegacyTestClassMethodsRunner.run(PowerMockJUnit4LegacyTestClassMethodsRunner.java:96)
at org.powermock.modules.junit4.legacy.internal.impl.PowerMockJUnit4LegacyRunnerDelegateImpl$1.runUnprotected(PowerMockJUnit4LegacyRunnerDelegateImpl.java:69)
at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
at org.powermock.modules.junit4.legacy.internal.impl.PowerMockJUnit4LegacyRunnerDelegateImpl.run(PowerMockJUnit4LegacyRunnerDelegateImpl.java:85)
at org.powermock.modules.junit4.common.internal.impl.JUnit4TestSuiteChunkerImpl.run(JUnit4TestSuiteChunkerImpl.java:101)
at org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner.run(AbstractCommonPowerMockRunner.java:53)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:45)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
_Original issue: http://code.google.com/p/powermock/issues/detail?id=425_ | 1.0 | mockSelfPrivateMethod with class has self instance, StackOverFlowError - _From [omerbatmaz@gmail.com](https://code.google.com/u/omerbatmaz@gmail.com/) on January 27, 2013 21:34:29_
Class:
package demo;
public class MockSelfPrivateFieldServiceClass {
MockSelfPrivateFieldServiceClass instance = new MockSelfPrivateFieldServiceClass();
private Boolean privateMethodSub()
{
//System.out.println("privateMethodSub...");
return true;
}
}
Test Class:
package application;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.powermock.api.easymock.PowerMock;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modules.junit4.legacy.PowerMockRunner;
import org.powermock.reflect.Whitebox;
import demo.MockSelfPrivateFieldServiceClass;
@RunWith(PowerMockRunner.class)
@PrepareForTest(MockSelfPrivateFieldServiceClass.class)
public class MockSelfPrivateFieldServiceClassTest {
@Test
public void testInvokePrivateMethod() throws Exception {
MockSelfPrivateFieldServiceClass tested = new MockSelfPrivateFieldServiceClass();
Boolean expected = true;
Boolean actual = (Boolean) Whitebox.invokeMethod(tested, "privateMethodSub");
assertEquals("Expected and actual did not match", expected, actual);
}
}
Trace:
java.lang.StackOverflowError
at java.lang.Class.getParameterTypesSignature(Class.java:2046)
at java.lang.Class.getDeclaredMethod(Class.java:590)
at net.sf.cglib.proxy.Enhancer.getCallbacksSetter(Enhancer.java:630)
at net.sf.cglib.proxy.Enhancer.isEnhanced(Enhancer.java:604)
at org.powermock.api.extension.proxyframework.ProxyFrameworkImpl.isProxy(ProxyFrameworkImpl.java:29)
at org.powermock.reflect.internal.WhiteboxImpl.getUnmockedType(WhiteboxImpl.java:1783)
at org.powermock.reflect.internal.WhiteboxImpl.getConstructor(WhiteboxImpl.java:248)
at org.powermock.core.MockGateway.newInstanceCall(MockGateway.java:192)
at demo.MockSelfPrivateFieldServiceClass.<init>(MockSelfPrivateFieldServiceClass.java:5)
...
...
...
...
at demo.MockSelfPrivateFieldServiceClass.<init>(MockSelfPrivateFieldServiceClass.java:5)
at demo.MockSelfPrivateFieldServiceClass.<init>(MockSelfPrivateFieldServiceClass.java:5)
at application.MockSelfPrivateFieldServiceClassTest.testInvokePrivateMethod(MockSelfPrivateFieldServiceClassTest.java:24)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at org.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMethodRunner.java:99)
at org.powermock.modules.junit4.legacy.internal.impl.testcaseworkaround.PowerMockJUnit4LegacyTestMethodRunner.runUnprotected(PowerMockJUnit4LegacyTestMethodRunner.java:103)
at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
at org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at org.powermock.reflect.internal.WhiteboxImpl.performMethodInvocation(WhiteboxImpl.java:2014)
at org.powermock.reflect.internal.WhiteboxImpl.doInvokeMethod(WhiteboxImpl.java:885)
at org.powermock.reflect.internal.WhiteboxImpl.invokeMethod(WhiteboxImpl.java:801)
at org.powermock.reflect.Whitebox.invokeMethod(Whitebox.java:442)
at org.powermock.modules.junit4.legacy.internal.impl.testcaseworkaround.PowerMockJUnit4LegacyTestMethodRunner.run(PowerMockJUnit4LegacyTestMethodRunner.java:66)
at org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClassMethodsRunner.java:66)
at org.powermock.modules.junit4.legacy.internal.impl.testcaseworkaround.PowerMockJUnit4LegacyTestClassMethodsRunner.run(PowerMockJUnit4LegacyTestClassMethodsRunner.java:96)
at org.powermock.modules.junit4.legacy.internal.impl.PowerMockJUnit4LegacyRunnerDelegateImpl$1.runUnprotected(PowerMockJUnit4LegacyRunnerDelegateImpl.java:69)
at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
at org.powermock.modules.junit4.legacy.internal.impl.PowerMockJUnit4LegacyRunnerDelegateImpl.run(PowerMockJUnit4LegacyRunnerDelegateImpl.java:85)
at org.powermock.modules.junit4.common.internal.impl.JUnit4TestSuiteChunkerImpl.run(JUnit4TestSuiteChunkerImpl.java:101)
at org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner.run(AbstractCommonPowerMockRunner.java:53)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:45)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
_Original issue: http://code.google.com/p/powermock/issues/detail?id=425_ | priority | mockselfprivatemethod with class has self instance stackoverflowerror from on january class package demo public class mockselfprivatefieldserviceclass mockselfprivatefieldserviceclass instance new mockselfprivatefieldserviceclass private boolean privatemethodsub system out println privatemethodsub return true test class package application import static org junit assert assertequals import org junit test import org junit runner runwith import org powermock api easymock powermock import org powermock core classloader annotations preparefortest import org powermock modules legacy powermockrunner import org powermock reflect whitebox import demo mockselfprivatefieldserviceclass runwith powermockrunner class preparefortest mockselfprivatefieldserviceclass class public class mockselfprivatefieldserviceclasstest test public void testinvokeprivatemethod throws exception mockselfprivatefieldserviceclass tested new mockselfprivatefieldserviceclass boolean expected true boolean actual boolean whitebox invokemethod tested privatemethodsub assertequals expected and actual did not match expected actual trace java lang stackoverflowerror at java lang class getparametertypessignature class java at java lang class getdeclaredmethod class java at net sf cglib proxy enhancer getcallbackssetter enhancer java at net sf cglib proxy enhancer isenhanced enhancer java at org powermock api extension proxyframework proxyframeworkimpl isproxy proxyframeworkimpl java at org powermock reflect internal whiteboximpl getunmockedtype whiteboximpl java at org powermock reflect internal whiteboximpl getconstructor whiteboximpl java at org powermock core mockgateway newinstancecall mockgateway java at demo mockselfprivatefieldserviceclass mockselfprivatefieldserviceclass java at demo mockselfprivatefieldserviceclass mockselfprivatefieldserviceclass java at demo mockselfprivatefieldserviceclass mockselfprivatefieldserviceclass java at application mockselfprivatefieldserviceclasstest testinvokeprivatemethod mockselfprivatefieldserviceclasstest java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit internal runners testmethodrunner executemethodbody testmethodrunner java at org powermock modules legacy internal impl testcaseworkaround rununprotected java at org junit internal runners beforeandafterrunner runprotected beforeandafterrunner java at org junit internal runners testmethodrunner runmethod testmethodrunner java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org powermock reflect internal whiteboximpl performmethodinvocation whiteboximpl java at org powermock reflect internal whiteboximpl doinvokemethod whiteboximpl java at org powermock reflect internal whiteboximpl invokemethod whiteboximpl java at org powermock reflect whitebox invokemethod whitebox java at org powermock modules legacy internal impl testcaseworkaround run java at org junit internal runners testclassmethodsrunner invoketestmethod testclassmethodsrunner java at org powermock modules legacy internal impl testcaseworkaround run java at org powermock modules legacy internal impl rununprotected java at org junit internal runners beforeandafterrunner runprotected beforeandafterrunner java at org powermock modules legacy internal impl run java at org powermock modules common internal impl run java at org powermock modules common internal impl abstractcommonpowermockrunner run abstractcommonpowermockrunner java at org eclipse jdt internal runner run java at org eclipse jdt internal junit runner testexecution run testexecution java at org eclipse jdt internal junit runner remotetestrunner runtests remotetestrunner java at org eclipse jdt internal junit runner remotetestrunner runtests remotetestrunner java at org eclipse jdt internal junit runner remotetestrunner run remotetestrunner java at org eclipse jdt internal junit runner remotetestrunner main remotetestrunner java original issue | 1 |
690,138 | 23,646,794,472 | IssuesEvent | 2022-08-25 23:35:26 | dec0dOS/zero-ui | https://api.github.com/repos/dec0dOS/zero-ui | closed | feat: Client last seen option | enhancement help-wanted priority-medium | Instead of just showing if the client is online or not, it would be nice to have a last seen time for the client, which helps to diagnose certain issues such as power failure or hardware failure from a remote site (just as it shows in zerotier central manager).
| 1.0 | feat: Client last seen option - Instead of just showing if the client is online or not, it would be nice to have a last seen time for the client, which helps to diagnose certain issues such as power failure or hardware failure from a remote site (just as it shows in zerotier central manager).
| priority | feat client last seen option instead of just showing if the client is online or not it would be nice to have a last seen time for the client which helps to diagnose certain issues such as power failure or hardware failure from a remote site just as it shows in zerotier central manager | 1 |
476,732 | 13,749,234,572 | IssuesEvent | 2020-10-06 10:10:57 | input-output-hk/cardano-node | https://api.github.com/repos/input-output-hk/cardano-node | opened | DoS attack is possible if VRF key is known | priority medium |
It is the case that if the VRF key is compromised, the slot leader schedule will be known by the attacker. The VRF key must also be changed after a compromise, but there is some latency involved. The VRF key must be changed by re-registering the stake pool, and this takes a full epoch before it becomes active. In the meantime the attacker knows in which slots the node will be the leader and so can time a DoS attack to be most effective.
As minor mitigation, the VRF key should be readable only to the node process, to protect from unprivileged local users.
We will have the node check the file permissions of the VRF key on startup, requiring that it be readable only to the user account the node runs as.
| 1.0 | DoS attack is possible if VRF key is known -
It is the case that if the VRF key is compromised, the slot leader schedule will be known by the attacker. The VRF key must also be changed after a compromise, but there is some latency involved. The VRF key must be changed by re-registering the stake pool, and this takes a full epoch before it becomes active. In the meantime the attacker knows in which slots the node will be the leader and so can time a DoS attack to be most effective.
As minor mitigation, the VRF key should be readable only to the node process, to protect from unprivileged local users.
We will have the node check the file permissions of the VRF key on startup, requiring that it be readable only to the user account the node runs as.
| priority | dos attack is possible if vrf key is known it is the case that if the vrf key is compromised the slot leader schedule will be known by the attacker the vrf key must also be changed after a compromise but there is some latency involved the vrf key must be changed by re registering the stake pool and this takes a full epoch before it becomes active in the meantime the attacker knows in which slots the node will be the leader and so can time a dos attack to be most effective as minor mitigation the vrf key should be readable only to the node process to protect from unprivileged local users we will have the node check the file permissions of the vrf key on startup requiring that it be readable only to the user account the node runs as | 1 |
206,936 | 7,123,051,576 | IssuesEvent | 2018-01-19 14:12:11 | CanonicalLtd/maas-docs | https://api.github.com/repos/CanonicalLtd/maas-docs | closed | Release Notes menu link should be moved below API | medium priority | The current position of the release notes link in the menu breaks the consistency the menu hierarchy and of grouping drop-down menus together.

| 1.0 | Release Notes menu link should be moved below API - The current position of the release notes link in the menu breaks the consistency the menu hierarchy and of grouping drop-down menus together.

| priority | release notes menu link should be moved below api the current position of the release notes link in the menu breaks the consistency the menu hierarchy and of grouping drop down menus together | 1 |
216,100 | 7,301,194,928 | IssuesEvent | 2018-02-27 03:38:38 | medic/medic-webapp | https://api.github.com/repos/medic/medic-webapp | closed | Place form(s) that worked in 2.11.X-2.12.X does not work in 2.13.X | Priority: 2 - Medium Status: 5 - Ready Type: Bug | As an example, the LG place forms have a `contact` section to collect information on the place's contact. This section renders correctly in 2.11 and 2.12 but is completely ignored/empty in 2.13. Changing the section name to e.g. `contact_tt` reveals said section.
Is this expected behaviour? Is `contact` as a group name reserved/filtered in 2.13?
The behaviour is currently exhibited by `district_hospital` and `health_center` forms (for now) as should. The end result is we create places without a name and contact. Editing the place fixes the name issue. The contact has to be created and associated in a subsequent step.
cc @sglangevin @alxndrsn @abbyad | 1.0 | Place form(s) that worked in 2.11.X-2.12.X does not work in 2.13.X - As an example, the LG place forms have a `contact` section to collect information on the place's contact. This section renders correctly in 2.11 and 2.12 but is completely ignored/empty in 2.13. Changing the section name to e.g. `contact_tt` reveals said section.
Is this expected behaviour? Is `contact` as a group name reserved/filtered in 2.13?
The behaviour is currently exhibited by `district_hospital` and `health_center` forms (for now) as should. The end result is we create places without a name and contact. Editing the place fixes the name issue. The contact has to be created and associated in a subsequent step.
cc @sglangevin @alxndrsn @abbyad | priority | place form s that worked in x x does not work in x as an example the lg place forms have a contact section to collect information on the place s contact this section renders correctly in and but is completely ignored empty in changing the section name to e g contact tt reveals said section is this expected behaviour is contact as a group name reserved filtered in the behaviour is currently exhibited by district hospital and health center forms for now as should the end result is we create places without a name and contact editing the place fixes the name issue the contact has to be created and associated in a subsequent step cc sglangevin alxndrsn abbyad | 1 |
582,522 | 17,363,108,809 | IssuesEvent | 2021-07-30 00:55:01 | sonia-auv/proc_image_processing | https://api.github.com/repos/sonia-auv/proc_image_processing | opened | Accelerate contrast_and_brightness_filter | Priority: Medium Type: Enhancement | ## Expected Enhancement
Improve performance of contrast_and_brightness_filter
## Current Behavior
The filter execute on only one thread
## Possible Solution
Use parallel_for_ from OpenCV to accelerate the execution
| 1.0 | Accelerate contrast_and_brightness_filter - ## Expected Enhancement
Improve performance of contrast_and_brightness_filter
## Current Behavior
The filter execute on only one thread
## Possible Solution
Use parallel_for_ from OpenCV to accelerate the execution
| priority | accelerate contrast and brightness filter expected enhancement improve performance of contrast and brightness filter current behavior the filter execute on only one thread possible solution use parallel for from opencv to accelerate the execution | 1 |
741,500 | 25,799,549,686 | IssuesEvent | 2022-12-10 22:11:22 | Thenlie/Streamability | https://api.github.com/repos/Thenlie/Streamability | closed | 🐞 App navigates to /dashboard when app goes out of focus | type: bug status: confirmed priority: medium | To recreate this bug:
Open app and navigate to any page except `/dashboard`, unfocus browser tab and return, you will now be at `/dashboard`
Most likely due to `AppWrapper.tsx` line 52. | 1.0 | 🐞 App navigates to /dashboard when app goes out of focus - To recreate this bug:
Open app and navigate to any page except `/dashboard`, unfocus browser tab and return, you will now be at `/dashboard`
Most likely due to `AppWrapper.tsx` line 52. | priority | 🐞 app navigates to dashboard when app goes out of focus to recreate this bug open app and navigate to any page except dashboard unfocus browser tab and return you will now be at dashboard most likely due to appwrapper tsx line | 1 |
824,699 | 31,167,301,586 | IssuesEvent | 2023-08-16 20:50:05 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Track memory consumed by retryable RPCs | kind/enhancement area/docdb priority/medium | Jira Link: [DB-1323](https://yugabyte.atlassian.net/browse/DB-1323)
We use retryable RPCs quite frequently. For instance, read and write could be retried.
Sometimes those RPCs could reside in the memory for a quite long time.
And memory consumed by those RPCs could be significant.
We should track the memory consumed by them.
[DB-1323]: https://yugabyte.atlassian.net/browse/DB-1323?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | [DocDB] Track memory consumed by retryable RPCs - Jira Link: [DB-1323](https://yugabyte.atlassian.net/browse/DB-1323)
We use retryable RPCs quite frequently. For instance, read and write could be retried.
Sometimes those RPCs could reside in the memory for a quite long time.
And memory consumed by those RPCs could be significant.
We should track the memory consumed by them.
[DB-1323]: https://yugabyte.atlassian.net/browse/DB-1323?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | track memory consumed by retryable rpcs jira link we use retryable rpcs quite frequently for instance read and write could be retried sometimes those rpcs could reside in the memory for a quite long time and memory consumed by those rpcs could be significant we should track the memory consumed by them | 1 |
625,529 | 19,751,479,739 | IssuesEvent | 2022-01-15 05:15:42 | tmdgh1592/Parking-Service | https://api.github.com/repos/tmdgh1592/Parking-Service | closed | Show reviews on AllReviewActivity according to rating | Type: Feature Priority: Medium | - If you click "View more" in reviews that can only be viewed up to 5, you can go to AllReviewActivity and all reviews.
- It consists of a top review rating type tab layout, and switches to the corresponding fragment when clicking the tab item. | 1.0 | Show reviews on AllReviewActivity according to rating - - If you click "View more" in reviews that can only be viewed up to 5, you can go to AllReviewActivity and all reviews.
- It consists of a top review rating type tab layout, and switches to the corresponding fragment when clicking the tab item. | priority | show reviews on allreviewactivity according to rating if you click view more in reviews that can only be viewed up to you can go to allreviewactivity and all reviews it consists of a top review rating type tab layout and switches to the corresponding fragment when clicking the tab item | 1 |
130,630 | 5,118,753,804 | IssuesEvent | 2017-01-08 10:22:14 | DSheirer/sdrtrunk | https://api.github.com/repos/DSheirer/sdrtrunk | closed | Loggers and recorders aren't removed on stop processing | bug Priority-Medium | If a channel is started and loggers and recorders are added and the channel is stopped and restarted, the original loggers and recorders are not removed.
| 1.0 | Loggers and recorders aren't removed on stop processing - If a channel is started and loggers and recorders are added and the channel is stopped and restarted, the original loggers and recorders are not removed.
| priority | loggers and recorders aren t removed on stop processing if a channel is started and loggers and recorders are added and the channel is stopped and restarted the original loggers and recorders are not removed | 1 |
510,047 | 14,768,148,682 | IssuesEvent | 2021-01-10 10:39:12 | ckohen/corncierge | https://api.github.com/repos/ckohen/corncierge | closed | Restructure config to be one file (constants) | meta: refactor priority: medium status: project type: enhancement | config is a bit messy, most of the config will be constant anyways, including those pulled from .env
- [x] combine all files into constants
- [x] provide a way to change options via ApplicationOptions
- [x] validate options that aren't validated by deps
- [x] restructure application options in validation to be useable in application
- [x] change currently passed options to new ApplicationOptions structure
- [x] change to new options where necessary
- [x] document these changes | 1.0 | Restructure config to be one file (constants) - config is a bit messy, most of the config will be constant anyways, including those pulled from .env
- [x] combine all files into constants
- [x] provide a way to change options via ApplicationOptions
- [x] validate options that aren't validated by deps
- [x] restructure application options in validation to be useable in application
- [x] change currently passed options to new ApplicationOptions structure
- [x] change to new options where necessary
- [x] document these changes | priority | restructure config to be one file constants config is a bit messy most of the config will be constant anyways including those pulled from env combine all files into constants provide a way to change options via applicationoptions validate options that aren t validated by deps restructure application options in validation to be useable in application change currently passed options to new applicationoptions structure change to new options where necessary document these changes | 1 |
129,824 | 5,103,983,207 | IssuesEvent | 2017-01-04 23:13:09 | AmatCoder/mednaffe | https://api.github.com/repos/AmatCoder/mednaffe | closed | [GUI] Hide Rom/Zip Extention | auto-migrated enhancement Priority-Medium | ```
Alright, last one. Sorry for being a nuisance :P
I would like to request that the Launch button at the bottom of the gui be
removed because we can already play the game by double clicking the game's name.
Also, it would be cool if we can hide the file extension of the seen games.
Thanks in advance.
```
Original issue reported on code.google.com by `shinra35...@gmail.com` on 18 Dec 2013 at 2:33
| 1.0 | [GUI] Hide Rom/Zip Extention - ```
Alright, last one. Sorry for being a nuisance :P
I would like to request that the Launch button at the bottom of the gui be
removed because we can already play the game by double clicking the game's name.
Also, it would be cool if we can hide the file extension of the seen games.
Thanks in advance.
```
Original issue reported on code.google.com by `shinra35...@gmail.com` on 18 Dec 2013 at 2:33
| priority | hide rom zip extention alright last one sorry for being a nuisance p i would like to request that the launch button at the bottom of the gui be removed because we can already play the game by double clicking the game s name also it would be cool if we can hide the file extension of the seen games thanks in advance original issue reported on code google com by gmail com on dec at | 1 |
108,710 | 4,349,433,951 | IssuesEvent | 2016-07-30 15:25:08 | CascadesCarnivoreProject/Timelapse | https://api.github.com/repos/CascadesCarnivoreProject/Timelapse | closed | Date searching in Custom Filter not working properly | Medium Priority fix | While it seems to work some of the time (e.g., when a date is changed to one matching an image) the results returned for various dates are wonky.
Dates have been disabled for now in the custom filter until it is fixed. | 1.0 | Date searching in Custom Filter not working properly - While it seems to work some of the time (e.g., when a date is changed to one matching an image) the results returned for various dates are wonky.
Dates have been disabled for now in the custom filter until it is fixed. | priority | date searching in custom filter not working properly while it seems to work some of the time e g when a date is changed to one matching an image the results returned for various dates are wonky dates have been disabled for now in the custom filter until it is fixed | 1 |
677,928 | 23,180,070,522 | IssuesEvent | 2022-08-01 00:27:26 | City-Bureau/city-scrapers-atl | https://api.github.com/repos/City-Bureau/city-scrapers-atl | opened | New Scraper: Clayton County Public Schools | priority-medium | Create a new scraper for Clayton County Public Schools
Website: https://www.clayton.k12.ga.us/cms/one.aspx?pageId=67888
Jurisdiction: Clayton County
Classification: Education
| 1.0 | New Scraper: Clayton County Public Schools - Create a new scraper for Clayton County Public Schools
Website: https://www.clayton.k12.ga.us/cms/one.aspx?pageId=67888
Jurisdiction: Clayton County
Classification: Education
| priority | new scraper clayton county public schools create a new scraper for clayton county public schools website jurisdiction clayton county classification education | 1 |
76,947 | 3,506,231,417 | IssuesEvent | 2016-01-08 04:54:52 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | Exit out of combat to early (BB #6) | migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** oregon
**Original Date:** 08.01.2010 23:03:54 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/6
<hr>
You can exit from combat state too early...the rule of the 5 seconds doesn't work always....i mean there could be some ability wich aren't counted as offensive/attack and then you can exit faster than it should be | 1.0 | Exit out of combat to early (BB #6) - This issue was migrated from bitbucket.
**Original Reporter:** oregon
**Original Date:** 08.01.2010 23:03:54 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/6
<hr>
You can exit from combat state too early...the rule of the 5 seconds doesn't work always....i mean there could be some ability wich aren't counted as offensive/attack and then you can exit faster than it should be | priority | exit out of combat to early bb this issue was migrated from bitbucket original reporter oregon original date gmt original priority major original type bug original state invalid direct link you can exit from combat state too early the rule of the seconds doesn t work always i mean there could be some ability wich aren t counted as offensive attack and then you can exit faster than it should be | 1 |
734,405 | 25,348,256,442 | IssuesEvent | 2022-11-19 13:07:02 | EUCweb/BIS-F | https://api.github.com/repos/EUCweb/BIS-F | closed | Multiple FQDN Machine Certificates breaks EnableSSLVDA.ps1 | Priority: Medium Merge Issue | **Describe the bug**
- When: Citrix VDA SSL being armed.
- When: machine has multiple FQDN certificates issued.
- When: not all certificates have the Client/Server Authentication purpose.
- Outcome: EnableSSLVDA.ps1 picks first certificate in list. (Regardless of purpose)
- Outcome: First certificate in list may not have Server Authentication purpose.
- Outcome: Incorrect certificate thumbprint put into registry.
I am aware this is a weird edge-case. The environment I'm currently working in has this setup and is unable to change.
**To Reproduce**
1. Generate multiple machine certificates, one with Server Authentication and one without.
2. Seal template with BIS-F
3. Deploy template with MCS
4. Check deployed machines SSL configuration.
**Expected behavior**
Ideally the EnableSSLVDA.ps1 script should check for the Server Authentication purpose before selecting the certificate thumbprint.
**Screenshots**
I am unable to provide screenshots due to the target environment's security requirements.
I assume the issue should contain enough detail to avoid this, otherwise I'll make mock ups.
**Desktop (please complete the following information):**
- OS: Windows 10 (2004 & 20H2) & Windows Server 2019 (1809)
- CVAD: 1912 CU5
- BIS-F: 7.1912.6 (Latest)
**Additional context**
I've already written a script to workaround this issue and correct the registry keys after MCS creates the machine and BIS-F runs.
I'm planning to write an actual patch in BIS-F and raise a PR for it.
| 1.0 | Multiple FQDN Machine Certificates breaks EnableSSLVDA.ps1 - **Describe the bug**
- When: Citrix VDA SSL being armed.
- When: machine has multiple FQDN certificates issued.
- When: not all certificates have the Client/Server Authentication purpose.
- Outcome: EnableSSLVDA.ps1 picks first certificate in list. (Regardless of purpose)
- Outcome: First certificate in list may not have Server Authentication purpose.
- Outcome: Incorrect certificate thumbprint put into registry.
I am aware this is a weird edge-case. The environment I'm currently working in has this setup and is unable to change.
**To Reproduce**
1. Generate multiple machine certificates, one with Server Authentication and one without.
2. Seal template with BIS-F
3. Deploy template with MCS
4. Check deployed machines SSL configuration.
**Expected behavior**
Ideally the EnableSSLVDA.ps1 script should check for the Server Authentication purpose before selecting the certificate thumbprint.
**Screenshots**
I am unable to provide screenshots due to the target environment's security requirements.
I assume the issue should contain enough detail to avoid this, otherwise I'll make mock ups.
**Desktop (please complete the following information):**
- OS: Windows 10 (2004 & 20H2) & Windows Server 2019 (1809)
- CVAD: 1912 CU5
- BIS-F: 7.1912.6 (Latest)
**Additional context**
I've already written a script to workaround this issue and correct the registry keys after MCS creates the machine and BIS-F runs.
I'm planning to write an actual patch in BIS-F and raise a PR for it.
| priority | multiple fqdn machine certificates breaks enablesslvda describe the bug when citrix vda ssl being armed when machine has multiple fqdn certificates issued when not all certificates have the client server authentication purpose outcome enablesslvda picks first certificate in list regardless of purpose outcome first certificate in list may not have server authentication purpose outcome incorrect certificate thumbprint put into registry i am aware this is a weird edge case the environment i m currently working in has this setup and is unable to change to reproduce generate multiple machine certificates one with server authentication and one without seal template with bis f deploy template with mcs check deployed machines ssl configuration expected behavior ideally the enablesslvda script should check for the server authentication purpose before selecting the certificate thumbprint screenshots i am unable to provide screenshots due to the target environment s security requirements i assume the issue should contain enough detail to avoid this otherwise i ll make mock ups desktop please complete the following information os windows windows server cvad bis f latest additional context i ve already written a script to workaround this issue and correct the registry keys after mcs creates the machine and bis f runs i m planning to write an actual patch in bis f and raise a pr for it | 1 |
590,976 | 17,792,431,274 | IssuesEvent | 2021-08-31 17:48:12 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | [Coverity CID: 239609] Out-of-bounds access in subsys/random/rand32_ctr_drbg.c | bug priority: medium Coverity False positive |
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/fe2014ae1f4a7861771f86d500ac516fb5f59776/subsys/random/rand32_ctr_drbg.c#L68
Category: Memory - corruptions
Function: `ctr_drbg_initialize`
Component: Other
CID: [239609](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=239609)
Details:
https://github.com/zephyrproject-rtos/zephyr/blob/fe2014ae1f4a7861771f86d500ac516fb5f59776/subsys/random/rand32_ctr_drbg.c#L68
```
62 DT_CHOSEN_ZEPHYR_ENTROPY_LABEL);
63 return -EINVAL;
64 }
65
66 #if defined(CONFIG_MBEDTLS)
67
>>> CID 239609: Memory - corruptions (OVERRUN)
>>> Overrunning struct type mbedtls_ctr_drbg_context of 320 bytes by passing it to a function which accesses it at byte offset 343.
68 mbedtls_ctr_drbg_init(&ctr_ctx);
69
70 ret = mbedtls_ctr_drbg_seed(&ctr_ctx,
71 ctr_drbg_entropy_func,
72 NULL,
73 drbg_seed,
```
For more information about the violation, check the [Coverity Reference](https://scan9.coverity.com/doc/en/cov_checker_ref.html#static_checker_OVERRUN). ([CWE-119](http://cwe.mitre.org/data/definitions/119.html))
Please fix or provide comments in coverity using the link:
https://scan9.coverity.com/reports.htm#v29271/p12996
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| 1.0 | [Coverity CID: 239609] Out-of-bounds access in subsys/random/rand32_ctr_drbg.c -
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/fe2014ae1f4a7861771f86d500ac516fb5f59776/subsys/random/rand32_ctr_drbg.c#L68
Category: Memory - corruptions
Function: `ctr_drbg_initialize`
Component: Other
CID: [239609](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=239609)
Details:
https://github.com/zephyrproject-rtos/zephyr/blob/fe2014ae1f4a7861771f86d500ac516fb5f59776/subsys/random/rand32_ctr_drbg.c#L68
```
62 DT_CHOSEN_ZEPHYR_ENTROPY_LABEL);
63 return -EINVAL;
64 }
65
66 #if defined(CONFIG_MBEDTLS)
67
>>> CID 239609: Memory - corruptions (OVERRUN)
>>> Overrunning struct type mbedtls_ctr_drbg_context of 320 bytes by passing it to a function which accesses it at byte offset 343.
68 mbedtls_ctr_drbg_init(&ctr_ctx);
69
70 ret = mbedtls_ctr_drbg_seed(&ctr_ctx,
71 ctr_drbg_entropy_func,
72 NULL,
73 drbg_seed,
```
For more information about the violation, check the [Coverity Reference](https://scan9.coverity.com/doc/en/cov_checker_ref.html#static_checker_OVERRUN). ([CWE-119](http://cwe.mitre.org/data/definitions/119.html))
Please fix or provide comments in coverity using the link:
https://scan9.coverity.com/reports.htm#v29271/p12996
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| priority | out of bounds access in subsys random ctr drbg c static code scan issues found in file category memory corruptions function ctr drbg initialize component other cid details dt chosen zephyr entropy label return einval if defined config mbedtls cid memory corruptions overrun overrunning struct type mbedtls ctr drbg context of bytes by passing it to a function which accesses it at byte offset mbedtls ctr drbg init ctr ctx ret mbedtls ctr drbg seed ctr ctx ctr drbg entropy func null drbg seed for more information about the violation check the please fix or provide comments in coverity using the link note this issue was created automatically priority was set based on classification of the file affected and the impact field in coverity assignees were set using the codeowners file | 1 |
111,638 | 4,479,603,463 | IssuesEvent | 2016-08-27 18:23:03 | ELVIS-Project/vis-framework | https://api.github.com/repos/ELVIS-Project/vis-framework | closed | Post Data Generation Processing Tools | Priority: MEDIUM Status: IN PROGRESS Type: ENHANCEMENT | We need to develop post-data generation processing tools. Thus far we generate data, but we do not have tools to wrangle that data.This issue needs to branch out into numerous issues for the types of data wrangling tools needed. | 1.0 | Post Data Generation Processing Tools - We need to develop post-data generation processing tools. Thus far we generate data, but we do not have tools to wrangle that data.This issue needs to branch out into numerous issues for the types of data wrangling tools needed. | priority | post data generation processing tools we need to develop post data generation processing tools thus far we generate data but we do not have tools to wrangle that data this issue needs to branch out into numerous issues for the types of data wrangling tools needed | 1 |
327,506 | 9,976,591,643 | IssuesEvent | 2019-07-09 15:20:52 | cms-gem-daq-project/ctp7_modules | https://api.github.com/repos/cms-gem-daq-project/ctp7_modules | opened | Feature Request: configureVFAT3sLocal() Prints Line it failed on in error key | Priority: Medium Status: Help Wanted Type: Enhancement | <!--- Provide a general summary of the issue in the Title above -->
## Brief summary of issue
<!--- Provide a description of the issue, including any other issues or pull requests it references -->
Right now if `configureVFAT3sLocal` fails to parse a VFAT3 conf file it can be very difficult to understand what the problem is. Requesting a change to legacy branch [`release/v1.1.X`](https://github.com/cms-gem-daq-project/ctp7_modules/tree/release/v1.1.X)
### Types of issue
<!--- Propsed labels (see CONTRIBUTING.md) to help maintainers label your issue: -->
- [ ] Bug report (report an issue with the code)
- [x] Feature request (request for change which adds functionality)
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
Suggest to change to:
```C++
while (std::getline(infile,line))
{
std::string reg_basename = "GEM_AMC.OH.OH" + std::to_string(ohN) + ".GEB.VFAT"+std::to_string(vfatN)+".CFG_";
std::stringstream iss(line);
if (!(iss >> dacName >> dacVal)) {
LOGGER->log_message(LogManager::ERROR, stdsprintf("ERROR READING VFAT3 CONF FILE FOR OH%i VFAT%i LINE: %s", ohN, vfatN, line));
la->response->set_string("error", stdsprintf("Error Reading VFAT3 Conf File for OH%i VFAT%i line: %s", ohN, vfatN, line));
break;
}
else
{
regName = reg_basename + dacName;
writeReg(la, regName, dacVal);
}
}
```
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
Currently if `configureVFAT3sLocal` fails to parse one or more of the VFAT3 config files on the CTP7 it throws an error but it can be very difficult to determine the line it breaks on:
https://github.com/cms-gem-daq-project/ctp7_modules/blob/92eeadc1993dfd85a19cd0a187f76eefb5029e06/src/vfat3.cpp#L148-L162
## Context (for feature requests)
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
Easier troubleshooting and debugging.
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used: 92eeadc1993dfd85a19cd0a187f76eefb5029e06
<!--- Template thanks to https://www.talater.com/open-source-templates/#/page/98 -->
| 1.0 | Feature Request: configureVFAT3sLocal() Prints Line it failed on in error key - <!--- Provide a general summary of the issue in the Title above -->
## Brief summary of issue
<!--- Provide a description of the issue, including any other issues or pull requests it references -->
Right now if `configureVFAT3sLocal` fails to parse a VFAT3 conf file it can be very difficult to understand what the problem is. Requesting a change to legacy branch [`release/v1.1.X`](https://github.com/cms-gem-daq-project/ctp7_modules/tree/release/v1.1.X)
### Types of issue
<!--- Propsed labels (see CONTRIBUTING.md) to help maintainers label your issue: -->
- [ ] Bug report (report an issue with the code)
- [x] Feature request (request for change which adds functionality)
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
Suggest to change to:
```C++
while (std::getline(infile,line))
{
std::string reg_basename = "GEM_AMC.OH.OH" + std::to_string(ohN) + ".GEB.VFAT"+std::to_string(vfatN)+".CFG_";
std::stringstream iss(line);
if (!(iss >> dacName >> dacVal)) {
LOGGER->log_message(LogManager::ERROR, stdsprintf("ERROR READING VFAT3 CONF FILE FOR OH%i VFAT%i LINE: %s", ohN, vfatN, line));
la->response->set_string("error", stdsprintf("Error Reading VFAT3 Conf File for OH%i VFAT%i line: %s", ohN, vfatN, line));
break;
}
else
{
regName = reg_basename + dacName;
writeReg(la, regName, dacVal);
}
}
```
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
Currently if `configureVFAT3sLocal` fails to parse one or more of the VFAT3 config files on the CTP7 it throws an error but it can be very difficult to determine the line it breaks on:
https://github.com/cms-gem-daq-project/ctp7_modules/blob/92eeadc1993dfd85a19cd0a187f76eefb5029e06/src/vfat3.cpp#L148-L162
## Context (for feature requests)
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
Easier troubleshooting and debugging.
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used: 92eeadc1993dfd85a19cd0a187f76eefb5029e06
<!--- Template thanks to https://www.talater.com/open-source-templates/#/page/98 -->
| priority | feature request prints line it failed on in error key brief summary of issue right now if fails to parse a conf file it can be very difficult to understand what the problem is requesting a change to legacy branch types of issue bug report report an issue with the code feature request request for change which adds functionality expected behavior suggest to change to c while std getline infile line std string reg basename gem amc oh oh std to string ohn geb vfat std to string vfatn cfg std stringstream iss line if iss dacname dacval logger log message logmanager error stdsprintf error reading conf file for oh i vfat i line s ohn vfatn line la response set string error stdsprintf error reading conf file for oh i vfat i line s ohn vfatn line break else regname reg basename dacname writereg la regname dacval current behavior currently if fails to parse one or more of the config files on the it throws an error but it can be very difficult to determine the line it breaks on context for feature requests easier troubleshooting and debugging your environment version used | 1 |
542,044 | 15,837,896,727 | IssuesEvent | 2021-04-06 21:29:54 | QuangTran304/Instagram-Clone | https://api.github.com/repos/QuangTran304/Instagram-Clone | closed | [TASK] Make a user's posts visible on their profile page. | High Priority Medium Priority Task | Description: Find all the posts that have the same username as the user. Make the posts available in the user's profile.
Story Points: 5
Risk: Medium
Priority: High | 2.0 | [TASK] Make a user's posts visible on their profile page. - Description: Find all the posts that have the same username as the user. Make the posts available in the user's profile.
Story Points: 5
Risk: Medium
Priority: High | priority | make a user s posts visible on their profile page description find all the posts that have the same username as the user make the posts available in the user s profile story points risk medium priority high | 1 |
558,520 | 16,535,834,948 | IssuesEvent | 2021-05-27 11:45:15 | Koreyoshi159/SDG-Tool | https://api.github.com/repos/Koreyoshi159/SDG-Tool | closed | As an admin I want to see when a blog was created | Admin Medium Priority enhancement | **Acceptance Criteria**
**Given** blogs have been added to the application
**When** the admin is on the admin panel page
**Then** the time when the blog was created should be seen in the admin panel | 1.0 | As an admin I want to see when a blog was created - **Acceptance Criteria**
**Given** blogs have been added to the application
**When** the admin is on the admin panel page
**Then** the time when the blog was created should be seen in the admin panel | priority | as an admin i want to see when a blog was created acceptance criteria given blogs have been added to the application when the admin is on the admin panel page then the time when the blog was created should be seen in the admin panel | 1 |
94,214 | 3,922,951,102 | IssuesEvent | 2016-04-22 09:08:25 | xpandit/pentaho-fc-plugin | https://api.github.com/repos/xpandit/pentaho-fc-plugin | opened | FusionCharts Manager - UI improvements | Priority-Medium Type-Enhancement | - Improve the way as the validation is done with clear feedback to the user:
-- Improve the behavior after inserting the key;
-- 'Submit' button should be orange after key validation with success; | 1.0 | FusionCharts Manager - UI improvements - - Improve the way as the validation is done with clear feedback to the user:
-- Improve the behavior after inserting the key;
-- 'Submit' button should be orange after key validation with success; | priority | fusioncharts manager ui improvements improve the way as the validation is done with clear feedback to the user improve the behavior after inserting the key submit button should be orange after key validation with success | 1 |
758,229 | 26,546,922,567 | IssuesEvent | 2023-01-20 01:37:40 | JustinPanchula/CENBot | https://api.github.com/repos/JustinPanchula/CENBot | closed | Reaction Role Update | Type: Enhancement Status: In Progress Priority: Medium | # Description
When reacting to the embed, either add or remove role depending on if role already exists on the member.
## Implementation
Remove their reaction and do above. | 1.0 | Reaction Role Update - # Description
When reacting to the embed, either add or remove role depending on if role already exists on the member.
## Implementation
Remove their reaction and do above. | priority | reaction role update description when reacting to the embed either add or remove role depending on if role already exists on the member implementation remove their reaction and do above | 1 |
591,456 | 17,840,397,206 | IssuesEvent | 2021-09-03 09:19:23 | francheska-vicente/cssweng | https://api.github.com/repos/francheska-vicente/cssweng | closed | User should be able to enter discounts for both pwd/senior and other discounts | bug priority: high issue: back-end severity: medium issue: validation | ### Summary:
- Pwd/senior gets removed when adding discount for 'other discounts' and vice versa.
- User should be able to enter discounts for both pwd/senior and other discounts. The bigger of the two is the only discount to be honored.
### Steps to Reproduce:
1. login
2. pick any date
3. create booking
4. type 2 in number of pwd
5. select a field under 'other discounts'
### Expected Results:
- User should be able to add information for both pwd/senior and other discounts field. The bigger of the two will be honored.
### Actual Results:
- User can only choose to add discount to one of the fields at a time
| Additional Information | |
| ----------- | ----------- |
| Platform | V8 engine (Google) |
| Operating System | Windows 10 | | 1.0 | User should be able to enter discounts for both pwd/senior and other discounts - ### Summary:
- Pwd/senior gets removed when adding discount for 'other discounts' and vice versa.
- User should be able to enter discounts for both pwd/senior and other discounts. The bigger of the two is the only discount to be honored.
### Steps to Reproduce:
1. login
2. pick any date
3. create booking
4. type 2 in number of pwd
5. select a field under 'other discounts'
### Expected Results:
- User should be able to add information for both pwd/senior and other discounts field. The bigger of the two will be honored.
### Actual Results:
- User can only choose to add discount to one of the fields at a time
| Additional Information | |
| ----------- | ----------- |
| Platform | V8 engine (Google) |
| Operating System | Windows 10 | | priority | user should be able to enter discounts for both pwd senior and other discounts summary pwd senior gets removed when adding discount for other discounts and vice versa user should be able to enter discounts for both pwd senior and other discounts the bigger of the two is the only discount to be honored steps to reproduce login pick any date create booking type in number of pwd select a field under other discounts expected results user should be able to add information for both pwd senior and other discounts field the bigger of the two will be honored actual results user can only choose to add discount to one of the fields at a time additional information platform engine google operating system windows | 1 |
138,682 | 5,345,434,175 | IssuesEvent | 2017-02-17 16:56:57 | status-im/status-react | https://api.github.com/repos/status-im/status-react | closed | Generate address from public key for non-friends. | bug intermediate medium-priority | At the moment it is not possible to send eth unless the contact is added to contacts but this is not necessary. Please derive address from public key. | 1.0 | Generate address from public key for non-friends. - At the moment it is not possible to send eth unless the contact is added to contacts but this is not necessary. Please derive address from public key. | priority | generate address from public key for non friends at the moment it is not possible to send eth unless the contact is added to contacts but this is not necessary please derive address from public key | 1 |
390,751 | 11,562,979,694 | IssuesEvent | 2020-02-20 04:26:49 | ckiplab/ckipnlp | https://api.github.com/repos/ckiplab/ckipnlp | closed | Generate lexicon file from list. | Priority: Medium Status: 3-Completed Type: Feature | Instead of using lexicon file directly, the package should also be able to generate lexicon from list of words. | 1.0 | Generate lexicon file from list. - Instead of using lexicon file directly, the package should also be able to generate lexicon from list of words. | priority | generate lexicon file from list instead of using lexicon file directly the package should also be able to generate lexicon from list of words | 1 |
296,513 | 9,116,750,713 | IssuesEvent | 2019-02-22 09:52:12 | Xceptance/neodymium-library | https://api.github.com/repos/Xceptance/neodymium-library | closed | Add Appium support | Medium Priority doneInDevelop feature recheckedInDevelop | For a good coverage of browser based frontend tests, mobile browser support would be great and is requested by a customer of mine.
There is a way to include appium (which works well with saucelabs).
See https://github.com/selenide-examples/selenide-appium for further information. This example however seems not to work with the current neodymium version, which is probably due to incompatible versions of selenium and appium.
| 1.0 | Add Appium support - For a good coverage of browser based frontend tests, mobile browser support would be great and is requested by a customer of mine.
There is a way to include appium (which works well with saucelabs).
See https://github.com/selenide-examples/selenide-appium for further information. This example however seems not to work with the current neodymium version, which is probably due to incompatible versions of selenium and appium.
| priority | add appium support for a good coverage of browser based frontend tests mobile browser support would be great and is requested by a customer of mine there is a way to include appium which works well with saucelabs see for further information this example however seems not to work with the current neodymium version which is probably due to incompatible versions of selenium and appium | 1 |
112,044 | 4,501,659,297 | IssuesEvent | 2016-09-01 10:09:55 | thommoboy/There-are-no-brakes | https://api.github.com/repos/thommoboy/There-are-no-brakes | opened | if a player is on ground in elevator section they can get stuck if players leave them behind | Priority Medium | ill probably just add another elevator moving pressureplate near the door at the end of the level so if players have left someone behind they can still trigger the elevators and help them catch up | 1.0 | if a player is on ground in elevator section they can get stuck if players leave them behind - ill probably just add another elevator moving pressureplate near the door at the end of the level so if players have left someone behind they can still trigger the elevators and help them catch up | priority | if a player is on ground in elevator section they can get stuck if players leave them behind ill probably just add another elevator moving pressureplate near the door at the end of the level so if players have left someone behind they can still trigger the elevators and help them catch up | 1 |
260,870 | 8,216,230,400 | IssuesEvent | 2018-09-05 08:37:36 | medialab/fonio | https://api.github.com/repos/medialab/fonio | closed | Visual tiny bugs | bug priority:medium user interface | <img width="380" alt="capture d ecran 2018-09-03 a 11 48 17" src="https://user-images.githubusercontent.com/1876890/44989547-80726e80-af8e-11e8-8479-e1ad511efb3f.png">
- [x] ^ done
<img width="870" alt="capture d ecran 2018-09-01 a 15 13 57" src="https://user-images.githubusercontent.com/1876890/44989549-82d4c880-af8e-11e8-864c-8f12cba4075b.png">
- [ ] ^ done
<img width="1280" alt="capture d ecran 2018-09-01 a 14 10 09" src="https://user-images.githubusercontent.com/1876890/44989552-85cfb900-af8e-11e8-882b-e71b1cc415ce.png">
- [x] ^ done
<img width="708" alt="capture d ecran 2018-09-01 a 13 12 27" src="https://user-images.githubusercontent.com/1876890/44989554-88321300-af8e-11e8-8db2-73fa83c8495e.png">
- [x] ^ done
<img width="663" alt="capture d ecran 2018-09-01 a 11 05 03" src="https://user-images.githubusercontent.com/1876890/44989558-8b2d0380-af8e-11e8-9533-64563e6fbe54.png">
- [x] ^ done
<img width="644" alt="capture d ecran 2018-09-01 a 11 01 54" src="https://user-images.githubusercontent.com/1876890/44989569-91bb7b00-af8e-11e8-9110-f869939bf119.png">
- [x] ^ done
<img width="434" alt="capture d ecran 2018-08-31 a 20 18 45" src="https://user-images.githubusercontent.com/1876890/44989581-96802f00-af8e-11e8-9b13-7c131b6b7f0b.png">
- [x] ^ done
<img width="1280" alt="capture d ecran 2018-08-31 a 12 39 09" src="https://user-images.githubusercontent.com/1876890/44989587-9aac4c80-af8e-11e8-96bb-9b6d51196556.png">
- [x] ^ done
<img width="1280" alt="capture d ecran 2018-08-31 a 10 28 06" src="https://user-images.githubusercontent.com/1876890/44989592-9f710080-af8e-11e8-8522-a3e96cfaaed2.png">
- [x] ^ done
| 1.0 | Visual tiny bugs - <img width="380" alt="capture d ecran 2018-09-03 a 11 48 17" src="https://user-images.githubusercontent.com/1876890/44989547-80726e80-af8e-11e8-8479-e1ad511efb3f.png">
- [x] ^ done
<img width="870" alt="capture d ecran 2018-09-01 a 15 13 57" src="https://user-images.githubusercontent.com/1876890/44989549-82d4c880-af8e-11e8-864c-8f12cba4075b.png">
- [ ] ^ done
<img width="1280" alt="capture d ecran 2018-09-01 a 14 10 09" src="https://user-images.githubusercontent.com/1876890/44989552-85cfb900-af8e-11e8-882b-e71b1cc415ce.png">
- [x] ^ done
<img width="708" alt="capture d ecran 2018-09-01 a 13 12 27" src="https://user-images.githubusercontent.com/1876890/44989554-88321300-af8e-11e8-8db2-73fa83c8495e.png">
- [x] ^ done
<img width="663" alt="capture d ecran 2018-09-01 a 11 05 03" src="https://user-images.githubusercontent.com/1876890/44989558-8b2d0380-af8e-11e8-9533-64563e6fbe54.png">
- [x] ^ done
<img width="644" alt="capture d ecran 2018-09-01 a 11 01 54" src="https://user-images.githubusercontent.com/1876890/44989569-91bb7b00-af8e-11e8-9110-f869939bf119.png">
- [x] ^ done
<img width="434" alt="capture d ecran 2018-08-31 a 20 18 45" src="https://user-images.githubusercontent.com/1876890/44989581-96802f00-af8e-11e8-9b13-7c131b6b7f0b.png">
- [x] ^ done
<img width="1280" alt="capture d ecran 2018-08-31 a 12 39 09" src="https://user-images.githubusercontent.com/1876890/44989587-9aac4c80-af8e-11e8-96bb-9b6d51196556.png">
- [x] ^ done
<img width="1280" alt="capture d ecran 2018-08-31 a 10 28 06" src="https://user-images.githubusercontent.com/1876890/44989592-9f710080-af8e-11e8-8522-a3e96cfaaed2.png">
- [x] ^ done
| priority | visual tiny bugs img width alt capture d ecran a src done img width alt capture d ecran a src done img width alt capture d ecran a src done img width alt capture d ecran a src done img width alt capture d ecran a src done img width alt capture d ecran a src done img width alt capture d ecran a src done img width alt capture d ecran a src done img width alt capture d ecran a src done | 1 |
55,021 | 3,071,829,374 | IssuesEvent | 2015-08-19 14:13:24 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | text not found when Software Keyboard is shown | bug imported invalid Priority-Medium | _From [JoaRe...@gmail.com](https://code.google.com/u/112856617907425013321/) on March 09, 2011 03:43:53_
What steps will reproduce the problem? 1. call Solo.searchText("someText")
2. call Solo.clickOnEditText(index)
3. call Solo.searchText("someText")
4. call Solo.searchText("someText", 0, false, true) What is the expected output? What do you see instead? expected:
1. found text
3. found text
4. found text
instead:
1. found text
3. not found
4. not found What version of the product are you using? On what operating system? 2.2 Please provide any additional information below. The Software Keyboard is shown when an EditText is clicked. This
prevents Robotium to find a text that is shown.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=85_ | 1.0 | text not found when Software Keyboard is shown - _From [JoaRe...@gmail.com](https://code.google.com/u/112856617907425013321/) on March 09, 2011 03:43:53_
What steps will reproduce the problem? 1. call Solo.searchText("someText")
2. call Solo.clickOnEditText(index)
3. call Solo.searchText("someText")
4. call Solo.searchText("someText", 0, false, true) What is the expected output? What do you see instead? expected:
1. found text
3. found text
4. found text
instead:
1. found text
3. not found
4. not found What version of the product are you using? On what operating system? 2.2 Please provide any additional information below. The Software Keyboard is shown when an EditText is clicked. This
prevents Robotium to find a text that is shown.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=85_ | priority | text not found when software keyboard is shown from on march what steps will reproduce the problem call solo searchtext sometext call solo clickonedittext index call solo searchtext sometext call solo searchtext sometext false true what is the expected output what do you see instead expected found text found text found text instead found text not found not found what version of the product are you using on what operating system please provide any additional information below the software keyboard is shown when an edittext is clicked this prevents robotium to find a text that is shown original issue | 1 |
302,891 | 9,300,224,270 | IssuesEvent | 2019-03-23 11:51:41 | Luca1152/gravity-box | https://api.github.com/repos/Luca1152/gravity-box | opened | Destroyable platforms | Priority: Medium Status: Available Type: Enhancement | ## Description
An element that could make for some intelligent level design would be destroyable platforms. So if the player shot them, they would disappear.
The reason they could be interesting is that they could make the players think if they want to "burn bridges" by destroying a platform, which would make them more careful, and thinking more in the future. | 1.0 | Destroyable platforms - ## Description
An element that could make for some intelligent level design would be destroyable platforms. So if the player shot them, they would disappear.
The reason they could be interesting is that they could make the players think if they want to "burn bridges" by destroying a platform, which would make them more careful, and thinking more in the future. | priority | destroyable platforms description an element that could make for some intelligent level design would be destroyable platforms so if the player shot them they would disappear the reason they could be interesting is that they could make the players think if they want to burn bridges by destroying a platform which would make them more careful and thinking more in the future | 1 |
308,395 | 9,438,581,630 | IssuesEvent | 2019-04-14 01:26:07 | code-helix/slatekit | https://api.github.com/repos/code-helix/slatekit | closed | [Alerts] - New alert component for diagnostics | effort_medium feature priority_high | ## Overview
Create a new Alerts component that can send out generalized alerts to various targets/destinations such as a **Slack Web Hook | PagerDuty | OpsGenie**.
## Details
An Alerts component that can send out generalized a generalized Alert or Notification to various destinations. This is allow for notifications/alerts of important events in an application. One of the easiest integrations is to send an alert to a **Slack Web Hook**. Other potential integrations are sending alerts/incidents to **PagerDuty** or **OpsGenie**. A simple alert can have the following structure:
```javascript
alert : {
area: 'app.registration.new',
name: 'NEW_DEVICE_REGISTRATION',
uuid: 'abc-123-xyz',
desc: 'User registration via mobile',
success: true,
code: 200,
tag : "a1b2c3",
fields: [
{ title: 'region' , value:'usa' , pii: false },
{ title: 'device' , value:'android', pii: false }
]
}
```
## Area
Diagnostics and monitoring
## Problem
Currently, in Slate Kit ( and our applications using Slate Kit ), there is no way to easily send out structured events/alerts to external systems to notify recipients of important activity occurring in an application. This is needed as a diagnostics / monitoring feature.
## Solution
A simple alerts component that for the time being can integrate with **PagerDuty** and/or **Slack Web Hooks** for a start.
## Alternatives
Potential integration with **OpsGenie** and **PagerDuty** are idea. However, there should be a distinction between severity level of the alerts so as to not trigger **Incidents**.
Aslo, note that structured logs can serve the purpose to some degree as they can be set up to go to loggly and alerts in loggly can be set up to check for specific log messages. However, there should still be some direct alerting component available in Slate Kit and be used at the source of an important event in an application.
| 1.0 | [Alerts] - New alert component for diagnostics - ## Overview
Create a new Alerts component that can send out generalized alerts to various targets/destinations such as a **Slack Web Hook | PagerDuty | OpsGenie**.
## Details
An Alerts component that can send out generalized a generalized Alert or Notification to various destinations. This is allow for notifications/alerts of important events in an application. One of the easiest integrations is to send an alert to a **Slack Web Hook**. Other potential integrations are sending alerts/incidents to **PagerDuty** or **OpsGenie**. A simple alert can have the following structure:
```javascript
alert : {
area: 'app.registration.new',
name: 'NEW_DEVICE_REGISTRATION',
uuid: 'abc-123-xyz',
desc: 'User registration via mobile',
success: true,
code: 200,
tag : "a1b2c3",
fields: [
{ title: 'region' , value:'usa' , pii: false },
{ title: 'device' , value:'android', pii: false }
]
}
```
## Area
Diagnostics and monitoring
## Problem
Currently, in Slate Kit ( and our applications using Slate Kit ), there is no way to easily send out structured events/alerts to external systems to notify recipients of important activity occurring in an application. This is needed as a diagnostics / monitoring feature.
## Solution
A simple alerts component that for the time being can integrate with **PagerDuty** and/or **Slack Web Hooks** for a start.
## Alternatives
Potential integration with **OpsGenie** and **PagerDuty** are idea. However, there should be a distinction between severity level of the alerts so as to not trigger **Incidents**.
Aslo, note that structured logs can serve the purpose to some degree as they can be set up to go to loggly and alerts in loggly can be set up to check for specific log messages. However, there should still be some direct alerting component available in Slate Kit and be used at the source of an important event in an application.
| priority | new alert component for diagnostics overview create a new alerts component that can send out generalized alerts to various targets destinations such as a slack web hook pagerduty opsgenie details an alerts component that can send out generalized a generalized alert or notification to various destinations this is allow for notifications alerts of important events in an application one of the easiest integrations is to send an alert to a slack web hook other potential integrations are sending alerts incidents to pagerduty or opsgenie a simple alert can have the following structure javascript alert area app registration new name new device registration uuid abc xyz desc user registration via mobile success true code tag fields title region value usa pii false title device value android pii false area diagnostics and monitoring problem currently in slate kit and our applications using slate kit there is no way to easily send out structured events alerts to external systems to notify recipients of important activity occurring in an application this is needed as a diagnostics monitoring feature solution a simple alerts component that for the time being can integrate with pagerduty and or slack web hooks for a start alternatives potential integration with opsgenie and pagerduty are idea however there should be a distinction between severity level of the alerts so as to not trigger incidents aslo note that structured logs can serve the purpose to some degree as they can be set up to go to loggly and alerts in loggly can be set up to check for specific log messages however there should still be some direct alerting component available in slate kit and be used at the source of an important event in an application | 1 |
249,389 | 7,961,301,116 | IssuesEvent | 2018-07-13 10:15:27 | Stivius/XiboLinuxStack | https://api.github.com/repos/Stivius/XiboLinuxStack | closed | Investigate XMDS | medium priority task | - [x] Find out about XMDS in Xibo Docs
- [x] Check libs for implementing SOAP client | 1.0 | Investigate XMDS - - [x] Find out about XMDS in Xibo Docs
- [x] Check libs for implementing SOAP client | priority | investigate xmds find out about xmds in xibo docs check libs for implementing soap client | 1 |
98,238 | 4,019,083,730 | IssuesEvent | 2016-05-16 13:42:52 | BugBusterSWE/MaaS | https://api.github.com/repos/BugBusterSWE/MaaS | closed | CompanyRoute | backend priority:medium Programmer | Activity #2
Scrivere il modulo CompanyRoute.ts.
Vedere la documentazione nella ST per i dettagli
Link task: [https://bugbusters.teamwork.com/tasks/6538150](https://bugbusters.teamwork.com/tasks/6538150) | 1.0 | CompanyRoute - Activity #2
Scrivere il modulo CompanyRoute.ts.
Vedere la documentazione nella ST per i dettagli
Link task: [https://bugbusters.teamwork.com/tasks/6538150](https://bugbusters.teamwork.com/tasks/6538150) | priority | companyroute activity scrivere il modulo companyroute ts vedere la documentazione nella st per i dettagli link task | 1 |
623,078 | 19,660,323,076 | IssuesEvent | 2022-01-10 16:23:23 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | closed | Issues with RTL | bug priority-medium Stale | **Describe the bug**
When user switch to RTL language there are few alignment issues with Text and Icons.
**To Reproduce**
Steps to reproduce the behavior:
1. Switch to RTL Language and check the below screenshots.
**Expected behavior**
RTL language website should not create any text and icon alignment issue.
**Screenshots**
- https://ibb.co/Lhr986Z
- https://ibb.co/kKf8y1n
- https://ibb.co/RDZP0qQ
- https://ibb.co/SrrnHTc
- https://ibb.co/hMdjmzM
- https://ibb.co/VHPqwZ0
- https://ibb.co/8rmskv0
- https://ibb.co/fSSJG3n
- https://ibb.co/cYFG3Mf
- https://ibb.co/d5TyTZj
- https://ibb.co/BnX267y
**Support ticket links**
https://secure.helpscout.net/conversation/1200394140/78710?folderId=3827369
**Jira issue** : [PROD-941]
[PROD-941]: https://buddyboss.atlassian.net/browse/PROD-941?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | Issues with RTL - **Describe the bug**
When user switch to RTL language there are few alignment issues with Text and Icons.
**To Reproduce**
Steps to reproduce the behavior:
1. Switch to RTL Language and check the below screenshots.
**Expected behavior**
RTL language website should not create any text and icon alignment issue.
**Screenshots**
- https://ibb.co/Lhr986Z
- https://ibb.co/kKf8y1n
- https://ibb.co/RDZP0qQ
- https://ibb.co/SrrnHTc
- https://ibb.co/hMdjmzM
- https://ibb.co/VHPqwZ0
- https://ibb.co/8rmskv0
- https://ibb.co/fSSJG3n
- https://ibb.co/cYFG3Mf
- https://ibb.co/d5TyTZj
- https://ibb.co/BnX267y
**Support ticket links**
https://secure.helpscout.net/conversation/1200394140/78710?folderId=3827369
**Jira issue** : [PROD-941]
[PROD-941]: https://buddyboss.atlassian.net/browse/PROD-941?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | issues with rtl describe the bug when user switch to rtl language there are few alignment issues with text and icons to reproduce steps to reproduce the behavior switch to rtl language and check the below screenshots expected behavior rtl language website should not create any text and icon alignment issue screenshots support ticket links jira issue | 1 |
693,209 | 23,767,196,431 | IssuesEvent | 2022-09-01 13:40:30 | conan-io/conan-package-tools | https://api.github.com/repos/conan-io/conan-package-tools | closed | CONAN_BASE_PROFILE_BUILD is not correctly passed to Docker | type: bug complex: medium priority: medium | ### Description of Problem, Request, or Question
ConanMultiPackager(use_docker=True) doesn't correctly handle build profile settings. If I set `CONAN_BASE_PROFILE_BUILD=my_build_profile`, CPT adds
```
-e CPT_PROFILE_BUILD="@@include(my_build_profile)@@@@[settings]@@@@[options]@@@@[env]@@@@[build_requires]@@@@"
```
to Docker command line, but the build fails inside Docker because `my_build_profile` does not exist there:
```
File "c:\python39\lib\site-packages\conans\client\profile_loader.py", line 132, in read_profile
return _load_profile(text, profile_path, default_folder)
File "c:\python39\lib\site-packages\conans\client\profile_loader.py", line 151, in _load_profile
profile, included_vars = read_profile(include, cwd, default_folder)
File "c:\python39\lib\site-packages\conans\client\profile_loader.py", line 119, in read_profile
profile_path = get_profile_path(profile_name, default_folder, cwd)
File "c:\python39\lib\site-packages\conans\client\profile_loader.py", line 107, in get_profile_path
raise ConanException("Profile not found: %s" % profile_name)
conans.errors.ConanException: Profile not found: my_build_profile
```
Another problem is that in the absence of CONAN_BASE_PROFILE_BUILD CPT passes empty settings for the build profile:
```
-e CPT_PROFILE="@@include(default)@@@@[settings]@@arch=x86_64@@build_type=Release@@compiler=Visual Studio@@compiler.runtime=MD@@compiler.version=15@@os=Windows@@[options]@@@@[env]@@@@[build_requires]@@@@"
-e CPT_PROFILE_BUILD="@@include(default)@@@@[settings]@@@@[options]@@@@[env]@@@@[build_requires]@@@@"
```
That breaks my build that worked before with CPT 0.35.0. Why not pass the same settings in CPT_PROFILE_BUILD as in CPT_PROFILE if CONAN_BASE_PROFILE_BUILD is not set?
### Environment Details
* Conan Package Tools Version: **0.37.0**
* Conan version: **conan 1.43.0**
| 1.0 | CONAN_BASE_PROFILE_BUILD is not correctly passed to Docker - ### Description of Problem, Request, or Question
ConanMultiPackager(use_docker=True) doesn't correctly handle build profile settings. If I set `CONAN_BASE_PROFILE_BUILD=my_build_profile`, CPT adds
```
-e CPT_PROFILE_BUILD="@@include(my_build_profile)@@@@[settings]@@@@[options]@@@@[env]@@@@[build_requires]@@@@"
```
to Docker command line, but the build fails inside Docker because `my_build_profile` does not exist there:
```
File "c:\python39\lib\site-packages\conans\client\profile_loader.py", line 132, in read_profile
return _load_profile(text, profile_path, default_folder)
File "c:\python39\lib\site-packages\conans\client\profile_loader.py", line 151, in _load_profile
profile, included_vars = read_profile(include, cwd, default_folder)
File "c:\python39\lib\site-packages\conans\client\profile_loader.py", line 119, in read_profile
profile_path = get_profile_path(profile_name, default_folder, cwd)
File "c:\python39\lib\site-packages\conans\client\profile_loader.py", line 107, in get_profile_path
raise ConanException("Profile not found: %s" % profile_name)
conans.errors.ConanException: Profile not found: my_build_profile
```
Another problem is that in the absence of CONAN_BASE_PROFILE_BUILD CPT passes empty settings for the build profile:
```
-e CPT_PROFILE="@@include(default)@@@@[settings]@@arch=x86_64@@build_type=Release@@compiler=Visual Studio@@compiler.runtime=MD@@compiler.version=15@@os=Windows@@[options]@@@@[env]@@@@[build_requires]@@@@"
-e CPT_PROFILE_BUILD="@@include(default)@@@@[settings]@@@@[options]@@@@[env]@@@@[build_requires]@@@@"
```
That breaks my build that worked before with CPT 0.35.0. Why not pass the same settings in CPT_PROFILE_BUILD as in CPT_PROFILE if CONAN_BASE_PROFILE_BUILD is not set?
### Environment Details
* Conan Package Tools Version: **0.37.0**
* Conan version: **conan 1.43.0**
| priority | conan base profile build is not correctly passed to docker description of problem request or question conanmultipackager use docker true doesn t correctly handle build profile settings if i set conan base profile build my build profile cpt adds e cpt profile build include my build profile to docker command line but the build fails inside docker because my build profile does not exist there file c lib site packages conans client profile loader py line in read profile return load profile text profile path default folder file c lib site packages conans client profile loader py line in load profile profile included vars read profile include cwd default folder file c lib site packages conans client profile loader py line in read profile profile path get profile path profile name default folder cwd file c lib site packages conans client profile loader py line in get profile path raise conanexception profile not found s profile name conans errors conanexception profile not found my build profile another problem is that in the absence of conan base profile build cpt passes empty settings for the build profile e cpt profile include default arch build type release compiler visual studio compiler runtime md compiler version os windows e cpt profile build include default that breaks my build that worked before with cpt why not pass the same settings in cpt profile build as in cpt profile if conan base profile build is not set environment details conan package tools version conan version conan | 1 |
127,285 | 5,028,037,796 | IssuesEvent | 2016-12-15 17:03:02 | JPaulMora/Pyrit | https://api.github.com/repos/JPaulMora/Pyrit | closed | ToDo: Remove dependency on libcrypto / OpenSSL | auto-migrated Priority-Medium Type-Enhancement | ```
We use libcrypto (OpenSSL) for easy computation of the HMAC in all cores. We
already have that code, even SSE2-accelerated, in _cpyrit_cpu.
Provide a universal HMAC-SHA1-function in _cpyrit_cpu. Use CObjects to pass
function-pointers from _cpyrit_cpu to the other cores. Remove all
OpenSSL-related code.
```
Original issue reported on code.google.com by `lukas.l...@gmail.com` on 24 Oct 2010 at 8:23
- Blocking: #261
| 1.0 | ToDo: Remove dependency on libcrypto / OpenSSL - ```
We use libcrypto (OpenSSL) for easy computation of the HMAC in all cores. We
already have that code, even SSE2-accelerated, in _cpyrit_cpu.
Provide a universal HMAC-SHA1-function in _cpyrit_cpu. Use CObjects to pass
function-pointers from _cpyrit_cpu to the other cores. Remove all
OpenSSL-related code.
```
Original issue reported on code.google.com by `lukas.l...@gmail.com` on 24 Oct 2010 at 8:23
- Blocking: #261
| priority | todo remove dependency on libcrypto openssl we use libcrypto openssl for easy computation of the hmac in all cores we already have that code even accelerated in cpyrit cpu provide a universal hmac function in cpyrit cpu use cobjects to pass function pointers from cpyrit cpu to the other cores remove all openssl related code original issue reported on code google com by lukas l gmail com on oct at blocking | 1 |
143,051 | 5,495,275,768 | IssuesEvent | 2017-03-15 03:28:25 | CS2103JAN2017-W13-B1/main | https://api.github.com/repos/CS2103JAN2017-W13-B1/main | opened | Wrong message displayed to user (update) | priority.medium type.bug | Update error: when updating some attribute, from null to have some values. (upgrade task type). The message displayed to user is wrong.
<img width="369" alt="screen shot 2017-03-15 at 11 25 28 am" src="https://cloud.githubusercontent.com/assets/14244291/23932309/24e6c818-0972-11e7-8754-185a9226a79f.png">
<img width="509" alt="screen shot 2017-03-15 at 11 26 19 am" src="https://cloud.githubusercontent.com/assets/14244291/23932327/41583fcc-0972-11e7-95ad-f11b097e6016.png">
<img width="494" alt="screen shot 2017-03-15 at 11 26 46 am" src="https://cloud.githubusercontent.com/assets/14244291/23932344/57503190-0972-11e7-81d2-20c52c68347e.png">
The task is updated and displayed sucessfully, only the message shown to user is bugy
| 1.0 | Wrong message displayed to user (update) - Update error: when updating some attribute, from null to have some values. (upgrade task type). The message displayed to user is wrong.
<img width="369" alt="screen shot 2017-03-15 at 11 25 28 am" src="https://cloud.githubusercontent.com/assets/14244291/23932309/24e6c818-0972-11e7-8754-185a9226a79f.png">
<img width="509" alt="screen shot 2017-03-15 at 11 26 19 am" src="https://cloud.githubusercontent.com/assets/14244291/23932327/41583fcc-0972-11e7-95ad-f11b097e6016.png">
<img width="494" alt="screen shot 2017-03-15 at 11 26 46 am" src="https://cloud.githubusercontent.com/assets/14244291/23932344/57503190-0972-11e7-81d2-20c52c68347e.png">
The task is updated and displayed sucessfully, only the message shown to user is bugy
| priority | wrong message displayed to user update update error when updating some attribute from null to have some values upgrade task type the message displayed to user is wrong img width alt screen shot at am src img width alt screen shot at am src img width alt screen shot at am src the task is updated and displayed sucessfully only the message shown to user is bugy | 1 |
386,507 | 11,440,286,314 | IssuesEvent | 2020-02-05 09:21:27 | ukon1990/wow-auction-helper | https://api.github.com/repos/ukon1990/wow-auction-helper | opened | Milling and prospecting improvements | enhancement medium priority | Milling and prospecting should be stored in the database.
It also needs a new structure in the object model.
- [ ] A user should be able to add new entries to the DB
- [ ] It should contain a timestamp
- [ ] It has to be a list of entries
- [ ] Wow patch version should be included | 1.0 | Milling and prospecting improvements - Milling and prospecting should be stored in the database.
It also needs a new structure in the object model.
- [ ] A user should be able to add new entries to the DB
- [ ] It should contain a timestamp
- [ ] It has to be a list of entries
- [ ] Wow patch version should be included | priority | milling and prospecting improvements milling and prospecting should be stored in the database it also needs a new structure in the object model a user should be able to add new entries to the db it should contain a timestamp it has to be a list of entries wow patch version should be included | 1 |
827,068 | 31,723,802,353 | IssuesEvent | 2023-09-10 18:06:35 | argosp/trialdash | https://api.github.com/repos/argosp/trialdash | opened | Long device lists go out of frame | bug Priority Medium | When the device is too long (device >> 20), their list goes out of the bottom screen and it is not possible
to place them.
We should add a rolling. | 1.0 | Long device lists go out of frame - When the device is too long (device >> 20), their list goes out of the bottom screen and it is not possible
to place them.
We should add a rolling. | priority | long device lists go out of frame when the device is too long device their list goes out of the bottom screen and it is not possible to place them we should add a rolling | 1 |
364,803 | 10,773,460,570 | IssuesEvent | 2019-11-02 20:47:20 | minj/foxtrick | https://api.github.com/repos/minj/foxtrick | reopened | Rewrite the player faces functionality in MatchOrderInterface | MatchOrder NT Priority-Medium accepted enhancement | Possible to use available data to generate faces:

Should fix NT player faces
| 1.0 | Rewrite the player faces functionality in MatchOrderInterface - Possible to use available data to generate faces:

Should fix NT player faces
| priority | rewrite the player faces functionality in matchorderinterface possible to use available data to generate faces should fix nt player faces | 1 |
42,579 | 2,871,819,600 | IssuesEvent | 2015-06-08 07:40:11 | nfprojects/nfengine | https://api.github.com/repos/nfprojects/nfengine | opened | Multiple display support | low priority medium new feature proposal | Engine should be able to render to multiple windows simultaneously. Features to implement:
* Displaying two independent windows within the same application on two different screens (see similar feature added to ex. GRID Autosport - secondary monitor displays TV-like live recap of what is happening during the race. Other use cases are additional help info on second screen, independent map display etc)
* Rendering extended to multiple windows at once - allows for increased FOV and more details shown. See how such situation is handled in ex. Battlefield 3. | 1.0 | Multiple display support - Engine should be able to render to multiple windows simultaneously. Features to implement:
* Displaying two independent windows within the same application on two different screens (see similar feature added to ex. GRID Autosport - secondary monitor displays TV-like live recap of what is happening during the race. Other use cases are additional help info on second screen, independent map display etc)
* Rendering extended to multiple windows at once - allows for increased FOV and more details shown. See how such situation is handled in ex. Battlefield 3. | priority | multiple display support engine should be able to render to multiple windows simultaneously features to implement displaying two independent windows within the same application on two different screens see similar feature added to ex grid autosport secondary monitor displays tv like live recap of what is happening during the race other use cases are additional help info on second screen independent map display etc rendering extended to multiple windows at once allows for increased fov and more details shown see how such situation is handled in ex battlefield | 1 |
593,892 | 18,019,514,473 | IssuesEvent | 2021-09-16 17:32:22 | carbon-design-system/carbon-for-ibm-dotcom | https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom | opened | [Training module] Create Carbon for IBM.com Web Components training module - Website Content - Wrap Up | dev priority: medium website | <!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own words or remove -->
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
developer
> I need to:
see training on the Carbon for IBM.com website on how to use Carbon for IBM.com Web Components
> so that I can:
understand how to implement within my IBM.com application
#### Additional information
- Content for Wrap up:
- Documentation about applying for a badge
- Link to badge submission page
- ** Target to finish issue #5156 , #5157 , #5239 and #5241 in Q3 2021**
- Tutorials are currently available for Carbon core, an example: https://carbondesignsystem.com/developing/react-tutorial/overview
- The training module should focus more on utilizing Carbon for IBM.com Web Components: https://ibmdotcom-web-components.mybluemix.net
- Include a segment on building for IBM.com: https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/master/docs/building-for-ibm-dotcom.md
- Should create this training somewhere on the Carbon for IBM.com website: https://github.com/carbon-design-system/carbon-for-ibm-dotcom-website
- Repo for the Carbon training app, we will probably need something similar: https://github.com/carbon-design-system/carbon-tutorial
- Separate story for applying for a digital badge, we will need to add this as an additional page to the tutorial so users know how to apply for it: #5157
- Companion issue to the training repo: https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/5156
#### Acceptance criteria
- [ ] Training module website content created for Carbon for IBM.com Web Components - Wrap Up
- [ ] Refine the website content provided by the engineers
| 1.0 | [Training module] Create Carbon for IBM.com Web Components training module - Website Content - Wrap Up - <!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own words or remove -->
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
developer
> I need to:
see training on the Carbon for IBM.com website on how to use Carbon for IBM.com Web Components
> so that I can:
understand how to implement within my IBM.com application
#### Additional information
- Content for Wrap up:
- Documentation about applying for a badge
- Link to badge submission page
- ** Target to finish issue #5156 , #5157 , #5239 and #5241 in Q3 2021**
- Tutorials are currently available for Carbon core, an example: https://carbondesignsystem.com/developing/react-tutorial/overview
- The training module should focus more on utilizing Carbon for IBM.com Web Components: https://ibmdotcom-web-components.mybluemix.net
- Include a segment on building for IBM.com: https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/master/docs/building-for-ibm-dotcom.md
- Should create this training somewhere on the Carbon for IBM.com website: https://github.com/carbon-design-system/carbon-for-ibm-dotcom-website
- Repo for the Carbon training app, we will probably need something similar: https://github.com/carbon-design-system/carbon-tutorial
- Separate story for applying for a digital badge, we will need to add this as an additional page to the tutorial so users know how to apply for it: #5157
- Companion issue to the training repo: https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/5156
#### Acceptance criteria
- [ ] Training module website content created for Carbon for IBM.com Web Components - Wrap Up
- [ ] Refine the website content provided by the engineers
| priority | create carbon for ibm com web components training module website content wrap up user story as a developer i need to see training on the carbon for ibm com website on how to use carbon for ibm com web components so that i can understand how to implement within my ibm com application additional information content for wrap up documentation about applying for a badge link to badge submission page target to finish issue and in tutorials are currently available for carbon core an example the training module should focus more on utilizing carbon for ibm com web components include a segment on building for ibm com should create this training somewhere on the carbon for ibm com website repo for the carbon training app we will probably need something similar separate story for applying for a digital badge we will need to add this as an additional page to the tutorial so users know how to apply for it companion issue to the training repo acceptance criteria training module website content created for carbon for ibm com web components wrap up refine the website content provided by the engineers | 1 |
828,015 | 31,807,458,639 | IssuesEvent | 2023-09-13 14:44:07 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Style guide conformance | kind/enhancement area/docdb priority/medium | Jira Link: [DB-7702](https://yugabyte.atlassian.net/browse/DB-7702)
### Description
Style guide is [here](https://docs.yugabyte.com/preview/contribute/core-database/coding-style/). This issue is for diffs that bring older code in conformance with the style guide.
### Warning: Please confirm that this issue does not contain any sensitive information
- [X] I confirm this issue does not contain any sensitive information.
[DB-7702]: https://yugabyte.atlassian.net/browse/DB-7702?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | [DocDB] Style guide conformance - Jira Link: [DB-7702](https://yugabyte.atlassian.net/browse/DB-7702)
### Description
Style guide is [here](https://docs.yugabyte.com/preview/contribute/core-database/coding-style/). This issue is for diffs that bring older code in conformance with the style guide.
### Warning: Please confirm that this issue does not contain any sensitive information
- [X] I confirm this issue does not contain any sensitive information.
[DB-7702]: https://yugabyte.atlassian.net/browse/DB-7702?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | style guide conformance jira link description style guide is this issue is for diffs that bring older code in conformance with the style guide warning please confirm that this issue does not contain any sensitive information i confirm this issue does not contain any sensitive information | 1 |
495,946 | 14,290,592,247 | IssuesEvent | 2020-11-23 21:09:27 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Objects should show who last owned them | Priority: Medium | We now know who created them, but have no knowledge who used / owned them last, copied from here: https://github.com/StrangeLoopGames/EcoIssues/issues/9666
Used to track griefers. | 1.0 | Objects should show who last owned them - We now know who created them, but have no knowledge who used / owned them last, copied from here: https://github.com/StrangeLoopGames/EcoIssues/issues/9666
Used to track griefers. | priority | objects should show who last owned them we now know who created them but have no knowledge who used owned them last copied from here used to track griefers | 1 |
781,979 | 27,456,441,335 | IssuesEvent | 2023-03-02 21:48:22 | E3SM-Project/scream | https://api.github.com/repos/E3SM-Project/scream | closed | Update SNL machines that use sems modules | Machine File priority:medium | At SNL, the `sems-env` modules are now deprecated, and will be removed by the end of the calendar year. We need to update the machines using it (as of today, only mappy does). | 1.0 | Update SNL machines that use sems modules - At SNL, the `sems-env` modules are now deprecated, and will be removed by the end of the calendar year. We need to update the machines using it (as of today, only mappy does). | priority | update snl machines that use sems modules at snl the sems env modules are now deprecated and will be removed by the end of the calendar year we need to update the machines using it as of today only mappy does | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.