Unnamed: 0
int64 0
832k
| id
float64 2.49B
32.1B
| type
stringclasses 1
value | created_at
stringlengths 19
19
| repo
stringlengths 5
112
| repo_url
stringlengths 34
141
| action
stringclasses 3
values | title
stringlengths 1
855
| labels
stringlengths 4
721
| body
stringlengths 1
261k
| index
stringclasses 13
values | text_combine
stringlengths 96
261k
| label
stringclasses 2
values | text
stringlengths 96
240k
| binary_label
int64 0
1
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
406,449
| 11,893,286,850
|
IssuesEvent
|
2020-03-29 10:49:26
|
bryntum/support
|
https://api.github.com/repos/bryntum/support
|
closed
|
removeAll on chained store clears master store
|
bug high-priority resolved
|
https://www.bryntum.com/forum/viewtopic.php?f=44&t=13453
```
let scheduler = new Scheduler({
adopt : 'container',
minHeight : '20em',
resources : resources,
events : events,
startDate : new Date(2017, 0, 1, 6),
endDate : new Date(2017, 0, 1, 20),
viewPreset : 'hourAndDay',
rowHeight : 50,
barMargin : 5,
multiEventSelect : true,
columns : [
{ text : 'Name', field : 'name', width : 130 }
]
});
var columns = [
{ text : 'Name', field : 'name', width : 130 }
];
scheduler.columns.removeAll();
scheduler.columns.add(columns);
```
|
1.0
|
removeAll on chained store clears master store - https://www.bryntum.com/forum/viewtopic.php?f=44&t=13453
```
let scheduler = new Scheduler({
adopt : 'container',
minHeight : '20em',
resources : resources,
events : events,
startDate : new Date(2017, 0, 1, 6),
endDate : new Date(2017, 0, 1, 20),
viewPreset : 'hourAndDay',
rowHeight : 50,
barMargin : 5,
multiEventSelect : true,
columns : [
{ text : 'Name', field : 'name', width : 130 }
]
});
var columns = [
{ text : 'Name', field : 'name', width : 130 }
];
scheduler.columns.removeAll();
scheduler.columns.add(columns);
```
|
priority
|
removeall on chained store clears master store let scheduler new scheduler adopt container minheight resources resources events events startdate new date enddate new date viewpreset hourandday rowheight barmargin multieventselect true columns text name field name width var columns text name field name width scheduler columns removeall scheduler columns add columns
| 1
|
685,570
| 23,460,921,096
|
IssuesEvent
|
2022-08-16 13:03:44
|
glific/glific-frontend
|
https://api.github.com/repos/glific/glific-frontend
|
closed
|
Send message to staff is not working
|
bug Priority : High status: in progress
|
**Describe the bug**
When adding a node for send message to staff, it does not send message even if the staff is opted in.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to [cc.tides.coloredcow.com](https://cc.tides.coloredcow.com/flow/configure/0381bc23-1a27-4920-b65e-136f8876a7c8)
2. Run flow for simulator
3. The HSM is not send to staff member
**Expected behavior**
The HSM should be sent to staff member
|
1.0
|
Send message to staff is not working - **Describe the bug**
When adding a node for send message to staff, it does not send message even if the staff is opted in.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to [cc.tides.coloredcow.com](https://cc.tides.coloredcow.com/flow/configure/0381bc23-1a27-4920-b65e-136f8876a7c8)
2. Run flow for simulator
3. The HSM is not send to staff member
**Expected behavior**
The HSM should be sent to staff member
|
priority
|
send message to staff is not working describe the bug when adding a node for send message to staff it does not send message even if the staff is opted in to reproduce steps to reproduce the behavior go to run flow for simulator the hsm is not send to staff member expected behavior the hsm should be sent to staff member
| 1
|
73,978
| 3,423,143,589
|
IssuesEvent
|
2015-12-09 03:51:06
|
nus-cs2103/website
|
https://api.github.com/repos/nus-cs2103/website
|
closed
|
Option to expand all collapsed headers
|
priority.high type.enhancement
|
Option to expand all collapsed headers in the schedule. This helps when we need to search the page for a keyword using the Ctrl-F function :)
|
1.0
|
Option to expand all collapsed headers - Option to expand all collapsed headers in the schedule. This helps when we need to search the page for a keyword using the Ctrl-F function :)
|
priority
|
option to expand all collapsed headers option to expand all collapsed headers in the schedule this helps when we need to search the page for a keyword using the ctrl f function
| 1
|
544,014
| 15,888,719,084
|
IssuesEvent
|
2021-04-10 08:40:06
|
wso2/product-apim
|
https://api.github.com/repos/wso2/product-apim
|
closed
|
Gateway Environment: 'Production and Sandbox' is set as default environment to sample application 'PizzaShakeAPI'.
|
Priority/High
|
API gateway environment can be defined with any name. Earlier we have hard-code this value to be 'Production and Sandbox'. But now users can use any name, and it should applies to sample as well. But currently, when we renamed the apim.gateway.environment's name getting the following exception.
<img width="1360" alt="default name" src="https://user-images.githubusercontent.com/28688743/72496855-e04e7a00-3850-11ea-8429-525297f17519.png">
Steps to reproduce the issue:
1. Open <API-M>/repository/conf/deployment.toml file.
2. Edit the name of 'apim.gateway.environment'.
3. Now deploy API-M-3.0.0 and open dev portal and publisher.
4. In publisher, deploy an existing API and publish it.
5. Go to dev portal and click 'Key Generation Wizard' fill the values and generate the keys.
Now check the terminal.
|
1.0
|
Gateway Environment: 'Production and Sandbox' is set as default environment to sample application 'PizzaShakeAPI'. - API gateway environment can be defined with any name. Earlier we have hard-code this value to be 'Production and Sandbox'. But now users can use any name, and it should applies to sample as well. But currently, when we renamed the apim.gateway.environment's name getting the following exception.
<img width="1360" alt="default name" src="https://user-images.githubusercontent.com/28688743/72496855-e04e7a00-3850-11ea-8429-525297f17519.png">
Steps to reproduce the issue:
1. Open <API-M>/repository/conf/deployment.toml file.
2. Edit the name of 'apim.gateway.environment'.
3. Now deploy API-M-3.0.0 and open dev portal and publisher.
4. In publisher, deploy an existing API and publish it.
5. Go to dev portal and click 'Key Generation Wizard' fill the values and generate the keys.
Now check the terminal.
|
priority
|
gateway environment production and sandbox is set as default environment to sample application pizzashakeapi api gateway environment can be defined with any name earlier we have hard code this value to be production and sandbox but now users can use any name and it should applies to sample as well but currently when we renamed the apim gateway environment s name getting the following exception img width alt default name src steps to reproduce the issue open repository conf deployment toml file edit the name of apim gateway environment now deploy api m and open dev portal and publisher in publisher deploy an existing api and publish it go to dev portal and click key generation wizard fill the values and generate the keys now check the terminal
| 1
|
693,904
| 23,794,211,373
|
IssuesEvent
|
2022-09-02 17:36:32
|
DSpace/dspace-angular
|
https://api.github.com/repos/DSpace/dspace-angular
|
opened
|
Downloading restricted bitstreams does not work when opening a new tab/window
|
bug help wanted high priority authorization Estimate TBD
|
**Describe the bug**
This issue was previously described in #924, but has reappeared (or perhaps was never fully solved)
When attempting to download an access restricted bitstream in a new tab/window, you will ALWAYS see a 401 "Whitelabel Error Page". If you look at the backend logs, you'll see something like this (notice the 403 on the /shortlivedtokens endpoint followed by the 401 which is returned to the user)
```
2022-09-02 16:34:58,058 INFO 109b29a1-ab54-41b1-9ad3-3367a846504a 14181de8-5060-43df-aac4-0902b2689d7b org.dspace.app.r
est.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET /server/api/authn/shortlivedtokens] originated from /bitst
reams/56279468-a4af-40e0-a6dc-71324803fa38/download
2022-09-02 16:34:58,060 WARN 109b29a1-ab54-41b1-9ad3-3367a846504a 14181de8-5060-43df-aac4-0902b2689d7b org.dspace.app.r
est.exception.DSpaceApiExceptionControllerAdvice @ Access is denied (status:403 exception: Requests to this endpoint sho
uld be made from a trusted IP address. at: org.dspace.app.rest.AuthenticationRestController.shortLivedTokenViaGet(Authen
ticationRestController.java:232))
2022-09-02 16:34:58,269 INFO unknown fdcf354a-d940-47c9-8731-0e9ad02f95d0 org.dspace.app.rest.utils.DSpaceAPIRequestLog
gingFilter @ Before request [GET /server/api/core/bitstreams/56279468-a4af-40e0-a6dc-71324803fa38/content] originated fr
om https://tim-dspace.loca.lt/
2022-09-02 16:34:58,293 WARN unknown fdcf354a-d940-47c9-8731-0e9ad02f95d0 org.dspace.app.rest.exception.DSpaceApiExcept
ionControllerAdvice @ Authentication is required (status:401 exception: Access is denied at: org.springframework.securit
y.access.vote.AffirmativeBased.decide(AffirmativeBased.java:73))
```
**To Reproduce**
This issue appears to ONLY be reproducible on a public site. It doesn't seem to be reproducible when running the frontend on http://localhost:4000 ... likely because localhost is considered a "trusted IP" so that the `/shortlivedtoken` request succeeds.
However, it is reproducible on https://demo7.dspace.org. It is also possible to reproduce it locally if you run the UI behind a public proxy (like https://localtunnel.me) and then access the UI via that proxy URL.
There are several ways to reproduce this error in the UI:
1. One way is via the Submission/Workflow process.
* Simply create a new submission & upload a file. Then attempt to download the file you just uploaded (from the submission form). You'll receive this 401 error as the download is opened in a new tab. This bug is also described in https://github.com/DSpace/DSpace/issues/8378
2. Another way is to create an Item with an access restricted bitstream. Then *authenticate* into DSpace, copy the bitstream download URL and paste it into a new tab (or Ctrl + Click the bitstream should open it in a new tab). You'll receive the same 401 error.
3. A third way is to download an access-restricted PDF. Click the back button in your browser and you'll see this same 401 error. This bug is described in #1743
These three issues all appear to be related to the same problem, that it's currently not possible to download restricted bitstreams in a new tab.
**Expected behavior**
Assuming you have an active authenticated session, it should be possible to download bitstreams in a new tab. We even have code to support this via the `isBlank` flag in the [`file-download-link.component.ts`](https://github.com/DSpace/dspace-angular/blob/main/src/app/shared/file-download-link/file-download-link.component.ts#L38). However, this `isBlank` flag only works for non-restricted bitstreams.
**Related work**
Related directly to https://github.com/DSpace/DSpace/issues/8378 and #1743 . Fixing this bug would likely fix both of those tickets as well.
|
1.0
|
Downloading restricted bitstreams does not work when opening a new tab/window - **Describe the bug**
This issue was previously described in #924, but has reappeared (or perhaps was never fully solved)
When attempting to download an access restricted bitstream in a new tab/window, you will ALWAYS see a 401 "Whitelabel Error Page". If you look at the backend logs, you'll see something like this (notice the 403 on the /shortlivedtokens endpoint followed by the 401 which is returned to the user)
```
2022-09-02 16:34:58,058 INFO 109b29a1-ab54-41b1-9ad3-3367a846504a 14181de8-5060-43df-aac4-0902b2689d7b org.dspace.app.r
est.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET /server/api/authn/shortlivedtokens] originated from /bitst
reams/56279468-a4af-40e0-a6dc-71324803fa38/download
2022-09-02 16:34:58,060 WARN 109b29a1-ab54-41b1-9ad3-3367a846504a 14181de8-5060-43df-aac4-0902b2689d7b org.dspace.app.r
est.exception.DSpaceApiExceptionControllerAdvice @ Access is denied (status:403 exception: Requests to this endpoint sho
uld be made from a trusted IP address. at: org.dspace.app.rest.AuthenticationRestController.shortLivedTokenViaGet(Authen
ticationRestController.java:232))
2022-09-02 16:34:58,269 INFO unknown fdcf354a-d940-47c9-8731-0e9ad02f95d0 org.dspace.app.rest.utils.DSpaceAPIRequestLog
gingFilter @ Before request [GET /server/api/core/bitstreams/56279468-a4af-40e0-a6dc-71324803fa38/content] originated fr
om https://tim-dspace.loca.lt/
2022-09-02 16:34:58,293 WARN unknown fdcf354a-d940-47c9-8731-0e9ad02f95d0 org.dspace.app.rest.exception.DSpaceApiExcept
ionControllerAdvice @ Authentication is required (status:401 exception: Access is denied at: org.springframework.securit
y.access.vote.AffirmativeBased.decide(AffirmativeBased.java:73))
```
**To Reproduce**
This issue appears to ONLY be reproducible on a public site. It doesn't seem to be reproducible when running the frontend on http://localhost:4000 ... likely because localhost is considered a "trusted IP" so that the `/shortlivedtoken` request succeeds.
However, it is reproducible on https://demo7.dspace.org. It is also possible to reproduce it locally if you run the UI behind a public proxy (like https://localtunnel.me) and then access the UI via that proxy URL.
There are several ways to reproduce this error in the UI:
1. One way is via the Submission/Workflow process.
* Simply create a new submission & upload a file. Then attempt to download the file you just uploaded (from the submission form). You'll receive this 401 error as the download is opened in a new tab. This bug is also described in https://github.com/DSpace/DSpace/issues/8378
2. Another way is to create an Item with an access restricted bitstream. Then *authenticate* into DSpace, copy the bitstream download URL and paste it into a new tab (or Ctrl + Click the bitstream should open it in a new tab). You'll receive the same 401 error.
3. A third way is to download an access-restricted PDF. Click the back button in your browser and you'll see this same 401 error. This bug is described in #1743
These three issues all appear to be related to the same problem, that it's currently not possible to download restricted bitstreams in a new tab.
**Expected behavior**
Assuming you have an active authenticated session, it should be possible to download bitstreams in a new tab. We even have code to support this via the `isBlank` flag in the [`file-download-link.component.ts`](https://github.com/DSpace/dspace-angular/blob/main/src/app/shared/file-download-link/file-download-link.component.ts#L38). However, this `isBlank` flag only works for non-restricted bitstreams.
**Related work**
Related directly to https://github.com/DSpace/DSpace/issues/8378 and #1743 . Fixing this bug would likely fix both of those tickets as well.
|
priority
|
downloading restricted bitstreams does not work when opening a new tab window describe the bug this issue was previously described in but has reappeared or perhaps was never fully solved when attempting to download an access restricted bitstream in a new tab window you will always see a whitelabel error page if you look at the backend logs you ll see something like this notice the on the shortlivedtokens endpoint followed by the which is returned to the user info org dspace app r est utils dspaceapirequestloggingfilter before request originated from bitst reams download warn org dspace app r est exception dspaceapiexceptioncontrolleradvice access is denied status exception requests to this endpoint sho uld be made from a trusted ip address at org dspace app rest authenticationrestcontroller shortlivedtokenviaget authen ticationrestcontroller java info unknown org dspace app rest utils dspaceapirequestlog gingfilter before request originated fr om warn unknown org dspace app rest exception dspaceapiexcept ioncontrolleradvice authentication is required status exception access is denied at org springframework securit y access vote affirmativebased decide affirmativebased java to reproduce this issue appears to only be reproducible on a public site it doesn t seem to be reproducible when running the frontend on likely because localhost is considered a trusted ip so that the shortlivedtoken request succeeds however it is reproducible on it is also possible to reproduce it locally if you run the ui behind a public proxy like and then access the ui via that proxy url there are several ways to reproduce this error in the ui one way is via the submission workflow process simply create a new submission upload a file then attempt to download the file you just uploaded from the submission form you ll receive this error as the download is opened in a new tab this bug is also described in another way is to create an item with an access restricted bitstream then authenticate into dspace copy the bitstream download url and paste it into a new tab or ctrl click the bitstream should open it in a new tab you ll receive the same error a third way is to download an access restricted pdf click the back button in your browser and you ll see this same error this bug is described in these three issues all appear to be related to the same problem that it s currently not possible to download restricted bitstreams in a new tab expected behavior assuming you have an active authenticated session it should be possible to download bitstreams in a new tab we even have code to support this via the isblank flag in the however this isblank flag only works for non restricted bitstreams related work related directly to and fixing this bug would likely fix both of those tickets as well
| 1
|
795,134
| 28,063,128,876
|
IssuesEvent
|
2023-03-29 13:50:07
|
LandOfRails/LandOfSignals
|
https://api.github.com/repos/LandOfRails/LandOfSignals
|
opened
|
1.0.0 - Fix: Don't render base if non was set.
|
bug Forge 1.7.10 Forge 1.10.2 Forge 1.11.2 Forge 1.12.2 Forge 1.14.4 Forge 1.15.2 Forge 1.16.5 Stellwand Signals Priority: High
|
1.0.0 - Fix: Don't render base if non was set.
Currently, if you haven't set your base-texture, it will be null, which is a valid texture.
There needs to be a way to seperate the signals that dont need a base to those who want "null" to be the base texture.
This happens for:
`"base": null`
AND
` `
|
1.0
|
1.0.0 - Fix: Don't render base if non was set. - 1.0.0 - Fix: Don't render base if non was set.
Currently, if you haven't set your base-texture, it will be null, which is a valid texture.
There needs to be a way to seperate the signals that dont need a base to those who want "null" to be the base texture.
This happens for:
`"base": null`
AND
` `
|
priority
|
fix don t render base if non was set fix don t render base if non was set currently if you haven t set your base texture it will be null which is a valid texture there needs to be a way to seperate the signals that dont need a base to those who want null to be the base texture this happens for base null and
| 1
|
732,176
| 25,247,729,134
|
IssuesEvent
|
2022-11-15 12:26:34
|
aau-giraf/.github
|
https://api.github.com/repos/aau-giraf/.github
|
closed
|
Github CI tests are using the wrong database for testing
|
priority: high
|
## Description
The integration tests point to a database that doesn’t exist. Because of this, the continuous integration test in GitHub does not work.
**Possible Suggested Solution**
A potential issue is to point the CI tests to an existing database.
**This issue will be expanded upon when further information is discovered.**
|
1.0
|
Github CI tests are using the wrong database for testing - ## Description
The integration tests point to a database that doesn’t exist. Because of this, the continuous integration test in GitHub does not work.
**Possible Suggested Solution**
A potential issue is to point the CI tests to an existing database.
**This issue will be expanded upon when further information is discovered.**
|
priority
|
github ci tests are using the wrong database for testing description the integration tests point to a database that doesn’t exist because of this the continuous integration test in github does not work possible suggested solution a potential issue is to point the ci tests to an existing database this issue will be expanded upon when further information is discovered
| 1
|
329,028
| 10,011,456,560
|
IssuesEvent
|
2019-07-15 10:39:01
|
bibaev/code-completion-evaluation
|
https://api.github.com/repos/bibaev/code-completion-evaluation
|
closed
|
Привести в порядок plugin.xml
|
effort: minor priority: high type: enhancement
|
Было бы хорошо дать плагину имя и короткое описание с инструкцией как использовать. Заодно можно сменить id на `com.intellij.completion.evaluation`
|
1.0
|
Привести в порядок plugin.xml - Было бы хорошо дать плагину имя и короткое описание с инструкцией как использовать. Заодно можно сменить id на `com.intellij.completion.evaluation`
|
priority
|
привести в порядок plugin xml было бы хорошо дать плагину имя и короткое описание с инструкцией как использовать заодно можно сменить id на com intellij completion evaluation
| 1
|
563,329
| 16,680,466,498
|
IssuesEvent
|
2021-06-07 22:38:24
|
RENCI/Segmentor
|
https://api.github.com/repos/RENCI/Segmentor
|
opened
|
Enhancing Feedback for Training Purposes
|
enhancement high priority
|
Presently, training feedback is provided by unchecking 'done' for traced nuclei. Adding the following columns to the Region Table with checkboxes will help provide more detailed feedback:
- Undertraced
- Overtraced
- Add New Region
- Remove Existing Region
These columns would be a 'first part' of this enhancement request and would be great to incorporate with several ninjas-in-training this week. The second part is a longer term request for the ability to provide additional text annotations (like a comment appended to a nucleus ID). This could be especially useful for training modules or future developments.
|
1.0
|
Enhancing Feedback for Training Purposes - Presently, training feedback is provided by unchecking 'done' for traced nuclei. Adding the following columns to the Region Table with checkboxes will help provide more detailed feedback:
- Undertraced
- Overtraced
- Add New Region
- Remove Existing Region
These columns would be a 'first part' of this enhancement request and would be great to incorporate with several ninjas-in-training this week. The second part is a longer term request for the ability to provide additional text annotations (like a comment appended to a nucleus ID). This could be especially useful for training modules or future developments.
|
priority
|
enhancing feedback for training purposes presently training feedback is provided by unchecking done for traced nuclei adding the following columns to the region table with checkboxes will help provide more detailed feedback undertraced overtraced add new region remove existing region these columns would be a first part of this enhancement request and would be great to incorporate with several ninjas in training this week the second part is a longer term request for the ability to provide additional text annotations like a comment appended to a nucleus id this could be especially useful for training modules or future developments
| 1
|
493,762
| 14,237,632,666
|
IssuesEvent
|
2020-11-18 17:28:29
|
fossasia/open-event-frontend
|
https://api.github.com/repos/fossasia/open-event-frontend
|
closed
|
Page design of event page distorted depending on screen resolution
|
Priority: High bug project
|
Changing the screen resolution distorts the public event page and results in different image ratios and displaced text.
Compare the same page in different resolutions as below.
Desired image ratio is 1:1.


|
1.0
|
Page design of event page distorted depending on screen resolution - Changing the screen resolution distorts the public event page and results in different image ratios and displaced text.
Compare the same page in different resolutions as below.
Desired image ratio is 1:1.


|
priority
|
page design of event page distorted depending on screen resolution changing the screen resolution distorts the public event page and results in different image ratios and displaced text compare the same page in different resolutions as below desired image ratio is
| 1
|
141,252
| 5,433,932,765
|
IssuesEvent
|
2017-03-05 00:43:13
|
indianpoptart/RadioControl
|
https://api.github.com/repos/indianpoptart/RadioControl
|
closed
|
Handle on-going call when WiFi signal drops
|
calling High Priority work in progress
|
**Test environment:**
RadioControl is Enabled
Cell service disabled via Alternate root command
On-going phone call over WiFi
**Problem:**
If WiFi is lost while on phone call, the call will drop.
**Solution:**
Enable cell service at start of phone call for fallback.
**Expected behavior:**
Phone call will initially connect over WiFi and gracefully fallback to cell service if WiFi signal drops.
|
1.0
|
Handle on-going call when WiFi signal drops - **Test environment:**
RadioControl is Enabled
Cell service disabled via Alternate root command
On-going phone call over WiFi
**Problem:**
If WiFi is lost while on phone call, the call will drop.
**Solution:**
Enable cell service at start of phone call for fallback.
**Expected behavior:**
Phone call will initially connect over WiFi and gracefully fallback to cell service if WiFi signal drops.
|
priority
|
handle on going call when wifi signal drops test environment radiocontrol is enabled cell service disabled via alternate root command on going phone call over wifi problem if wifi is lost while on phone call the call will drop solution enable cell service at start of phone call for fallback expected behavior phone call will initially connect over wifi and gracefully fallback to cell service if wifi signal drops
| 1
|
214,993
| 7,285,579,363
|
IssuesEvent
|
2018-02-23 05:13:54
|
UTAS-HealthSciences/mylo-mate
|
https://api.github.com/repos/UTAS-HealthSciences/mylo-mate
|
closed
|
BUM tool using wrong OrgID
|
bug high priority
|
>Hiya,
>Just letting you know that the BUM tool download does not work as it is. The ORG id that you have in place is not correct. For units the Org ID is actually the code in MyLO manager not the ID column- just to confuse things…..So if it ever gets used you might want to change that :)
>
>Regards
>Rebecca Foweraker
This is the bit of the extension where Kevin is most familiar, so I'll leave it for him.
|
1.0
|
BUM tool using wrong OrgID - >Hiya,
>Just letting you know that the BUM tool download does not work as it is. The ORG id that you have in place is not correct. For units the Org ID is actually the code in MyLO manager not the ID column- just to confuse things…..So if it ever gets used you might want to change that :)
>
>Regards
>Rebecca Foweraker
This is the bit of the extension where Kevin is most familiar, so I'll leave it for him.
|
priority
|
bum tool using wrong orgid hiya just letting you know that the bum tool download does not work as it is the org id that you have in place is not correct for units the org id is actually the code in mylo manager not the id column just to confuse things… so if it ever gets used you might want to change that regards rebecca foweraker this is the bit of the extension where kevin is most familiar so i ll leave it for him
| 1
|
176,428
| 6,559,458,765
|
IssuesEvent
|
2017-09-07 04:05:20
|
opencurrents/opencurrents
|
https://api.github.com/repos/opencurrents/opencurrents
|
closed
|
admin-profile: Show admin's hours
|
priority high
|
Let me know the variable name so I can add it to the template
|
1.0
|
admin-profile: Show admin's hours - Let me know the variable name so I can add it to the template
|
priority
|
admin profile show admin s hours let me know the variable name so i can add it to the template
| 1
|
236,924
| 7,753,673,144
|
IssuesEvent
|
2018-05-31 02:05:12
|
Gloirin/m2gTest
|
https://api.github.com/repos/Gloirin/m2gTest
|
closed
|
0006938:
do not show timeout errors for updateMessageCache
|
Felamimail high priority
|
**Reported by pschuele on 13 Aug 2012 14:16**
**Version:** Milan (2012.03.5)
do not show timeout errors for updateMessageCache
|
1.0
|
0006938:
do not show timeout errors for updateMessageCache - **Reported by pschuele on 13 Aug 2012 14:16**
**Version:** Milan (2012.03.5)
do not show timeout errors for updateMessageCache
|
priority
|
do not show timeout errors for updatemessagecache reported by pschuele on aug version milan do not show timeout errors for updatemessagecache
| 1
|
432,931
| 12,500,227,168
|
IssuesEvent
|
2020-06-01 21:46:45
|
OrangeJuice7/SDL-OpenGL-Game-Framework
|
https://api.github.com/repos/OrangeJuice7/SDL-OpenGL-Game-Framework
|
closed
|
Add support for animated sprites
|
area.UI priority.high work.medium
|
Sprites should use a texture atlas.
8 frames should be good.
The texture atlas can also be used to include sprites that face different directions.
16 directions should be good.
|
1.0
|
Add support for animated sprites - Sprites should use a texture atlas.
8 frames should be good.
The texture atlas can also be used to include sprites that face different directions.
16 directions should be good.
|
priority
|
add support for animated sprites sprites should use a texture atlas frames should be good the texture atlas can also be used to include sprites that face different directions directions should be good
| 1
|
447,393
| 12,888,255,953
|
IssuesEvent
|
2020-07-13 12:43:44
|
CCAFS/MARLO
|
https://api.github.com/repos/CCAFS/MARLO
|
closed
|
[MA] (Result Dashboard) Altmetrics load
|
Priority - High Type - Enhancement
|
Load the altmetrics information using the official peer reviewed papers reported to the SMO.
- [x] Extract Peer Review Papers information and load in altmetrics table
- [x] Execute Altmetrics process to update the info
- [x] Analyze the information
- [x] Generate the altmetrics cube
**Deliverable: almetrics information updated**
**Move to Closed when: mail is sent to Tania**
|
1.0
|
[MA] (Result Dashboard) Altmetrics load - Load the altmetrics information using the official peer reviewed papers reported to the SMO.
- [x] Extract Peer Review Papers information and load in altmetrics table
- [x] Execute Altmetrics process to update the info
- [x] Analyze the information
- [x] Generate the altmetrics cube
**Deliverable: almetrics information updated**
**Move to Closed when: mail is sent to Tania**
|
priority
|
result dashboard altmetrics load load the altmetrics information using the official peer reviewed papers reported to the smo extract peer review papers information and load in altmetrics table execute altmetrics process to update the info analyze the information generate the altmetrics cube deliverable almetrics information updated move to closed when mail is sent to tania
| 1
|
701,257
| 24,093,069,394
|
IssuesEvent
|
2022-09-19 16:15:03
|
RelationalAI/rai-sdk-csharp
|
https://api.github.com/repos/RelationalAI/rai-sdk-csharp
|
closed
|
Client.ListEnginesAsync API is throwing exception
|
bug priority:high
|
Client.ListEnginesAsync API is throwing exception that it failed to deserialize the JSON response into Engine entity.
The root cause is that a new engine state has been introduced which is not listed in the EngineState enumeration.
|
1.0
|
Client.ListEnginesAsync API is throwing exception - Client.ListEnginesAsync API is throwing exception that it failed to deserialize the JSON response into Engine entity.
The root cause is that a new engine state has been introduced which is not listed in the EngineState enumeration.
|
priority
|
client listenginesasync api is throwing exception client listenginesasync api is throwing exception that it failed to deserialize the json response into engine entity the root cause is that a new engine state has been introduced which is not listed in the enginestate enumeration
| 1
|
409,124
| 11,957,199,154
|
IssuesEvent
|
2020-04-04 13:33:47
|
AY1920S2-CS2103T-F09-4/main
|
https://api.github.com/repos/AY1920S2-CS2103T-F09-4/main
|
closed
|
Exception for clashing date range for add trip command
|
priority.High type.Bug
|
An exception to handle if the `DATE_TO` value is chronologically before the `DATE_FROM` value
|
1.0
|
Exception for clashing date range for add trip command - An exception to handle if the `DATE_TO` value is chronologically before the `DATE_FROM` value
|
priority
|
exception for clashing date range for add trip command an exception to handle if the date to value is chronologically before the date from value
| 1
|
443,187
| 12,760,868,395
|
IssuesEvent
|
2020-06-29 08:48:18
|
aeternity/superhero-wallet
|
https://api.github.com/repos/aeternity/superhero-wallet
|
closed
|
Removing account from web-wallet fails
|
area/account kind/bug priority/high
|
<img width="1152" alt="Screenshot 2020-06-23 at 12 05 10" src="https://user-images.githubusercontent.com/13139371/85384543-ea844b00-b549-11ea-9249-3a4749e92c48.png">
Report
```json
{
"id": 40,
"appVersion": "0.2.3",
"browser": {
"name": "firefox",
"version": "77.0.0",
"os": "Mac OS "
},
"error": {
"message": "cyclic object value",
"stack": "set/<@https://wallet.superhero.com/popup.js:41:742582\\nset@https://wallet.superhero.com/popup.js:41:742499\\nt/<@https://wallet.superhero.com/popup.js:41:87613\\nc@https://wallet.superhero.com/popup.js:7:19810\\ns/i._invoke</<@https://wallet.superhero.com/popup.js:7:19564\\ny/</e[t]@https://wallet.superhero.com/popup.js:7:20167\\nB@https://wallet.superhero.com/popup.js:41:85500\\na@https://wallet.superhero.com/popup.js:41:85704\\n\",\"type\":\"unhandledrejection\""
},
"platform": "web",
"description": "tried removing account from web-wallet",
"time": "1592903105562.0",
"createdAt": "2020-06-23 09:05:22.137 +00:00",
"updatedAt": "2020-06-23 09:05:22.137 +00:00"
}
```
|
1.0
|
Removing account from web-wallet fails - <img width="1152" alt="Screenshot 2020-06-23 at 12 05 10" src="https://user-images.githubusercontent.com/13139371/85384543-ea844b00-b549-11ea-9249-3a4749e92c48.png">
Report
```json
{
"id": 40,
"appVersion": "0.2.3",
"browser": {
"name": "firefox",
"version": "77.0.0",
"os": "Mac OS "
},
"error": {
"message": "cyclic object value",
"stack": "set/<@https://wallet.superhero.com/popup.js:41:742582\\nset@https://wallet.superhero.com/popup.js:41:742499\\nt/<@https://wallet.superhero.com/popup.js:41:87613\\nc@https://wallet.superhero.com/popup.js:7:19810\\ns/i._invoke</<@https://wallet.superhero.com/popup.js:7:19564\\ny/</e[t]@https://wallet.superhero.com/popup.js:7:20167\\nB@https://wallet.superhero.com/popup.js:41:85500\\na@https://wallet.superhero.com/popup.js:41:85704\\n\",\"type\":\"unhandledrejection\""
},
"platform": "web",
"description": "tried removing account from web-wallet",
"time": "1592903105562.0",
"createdAt": "2020-06-23 09:05:22.137 +00:00",
"updatedAt": "2020-06-23 09:05:22.137 +00:00"
}
```
|
priority
|
removing account from web wallet fails img width alt screenshot at src report json id appversion browser name firefox version os mac os error message cyclic object value stack set platform web description tried removing account from web wallet time createdat updatedat
| 1
|
522,289
| 15,158,322,443
|
IssuesEvent
|
2021-02-12 00:51:41
|
NOAA-GSL/MATS
|
https://api.github.com/repos/NOAA-GSL/MATS
|
closed
|
Jeff Duda's list of things that don't work in the MET Ensemble app
|
Priority: High Project: MATS Status: Closed Type: Bug
|
---
Author Name: **molly.b.smith** (@mollybsmith-noaa)
Original Redmine Issue: 72024, https://vlab.ncep.noaa.gov/redmine/issues/72024
Original Date: 2019-12-05
Original Assignee: molly.b.smith
---
I think most of these are probably user error or bad metadata design, be we should check them out:
DOES NOT WORK
-Rank histograms for all precipitation fields (none of those titles make sense)
-HRRRE reliability diagram for precipitation (HREF works)
-If you select multiple valid forecast hours for HREF reliability diagrams, only one of them is plotted
-Reliability diagrams for fields other than precipitation (makes sense, but those entries should not be available in drop-down menus)
-Re-setting to defaults of plot configurations for curves that have already been added (reliability and rank histogram)
-ROC curves for precip for HRRRE (HREF works)
-Plotting multiple ROC curves for HREF at different valid forecast hours (can also cause the 1-1 no-skill line to get messed up)
-Any plot type for any model for the “APCP_00” variable type
-BSS
-BS for HRRRE precipitation (works for HREF)
|
1.0
|
Jeff Duda's list of things that don't work in the MET Ensemble app - ---
Author Name: **molly.b.smith** (@mollybsmith-noaa)
Original Redmine Issue: 72024, https://vlab.ncep.noaa.gov/redmine/issues/72024
Original Date: 2019-12-05
Original Assignee: molly.b.smith
---
I think most of these are probably user error or bad metadata design, be we should check them out:
DOES NOT WORK
-Rank histograms for all precipitation fields (none of those titles make sense)
-HRRRE reliability diagram for precipitation (HREF works)
-If you select multiple valid forecast hours for HREF reliability diagrams, only one of them is plotted
-Reliability diagrams for fields other than precipitation (makes sense, but those entries should not be available in drop-down menus)
-Re-setting to defaults of plot configurations for curves that have already been added (reliability and rank histogram)
-ROC curves for precip for HRRRE (HREF works)
-Plotting multiple ROC curves for HREF at different valid forecast hours (can also cause the 1-1 no-skill line to get messed up)
-Any plot type for any model for the “APCP_00” variable type
-BSS
-BS for HRRRE precipitation (works for HREF)
|
priority
|
jeff duda s list of things that don t work in the met ensemble app author name molly b smith mollybsmith noaa original redmine issue original date original assignee molly b smith i think most of these are probably user error or bad metadata design be we should check them out does not work rank histograms for all precipitation fields none of those titles make sense hrrre reliability diagram for precipitation href works if you select multiple valid forecast hours for href reliability diagrams only one of them is plotted reliability diagrams for fields other than precipitation makes sense but those entries should not be available in drop down menus re setting to defaults of plot configurations for curves that have already been added reliability and rank histogram roc curves for precip for hrrre href works plotting multiple roc curves for href at different valid forecast hours can also cause the no skill line to get messed up any plot type for any model for the “apcp ” variable type bss bs for hrrre precipitation works for href
| 1
|
135,834
| 5,265,349,771
|
IssuesEvent
|
2017-02-04 00:51:33
|
benvenutti/simpleDSP
|
https://api.github.com/repos/benvenutti/simpleDSP
|
closed
|
Refactor codebase to use Signal class
|
priority: high status: completed type: enhancement
|
Refactor the library so it uses the class Signal created on #13. In other words, exchange `std::vector<double>` for a `Signal` where applies.
|
1.0
|
Refactor codebase to use Signal class - Refactor the library so it uses the class Signal created on #13. In other words, exchange `std::vector<double>` for a `Signal` where applies.
|
priority
|
refactor codebase to use signal class refactor the library so it uses the class signal created on in other words exchange std vector for a signal where applies
| 1
|
585,471
| 17,498,229,818
|
IssuesEvent
|
2021-08-10 05:35:40
|
hazelcast/hive
|
https://api.github.com/repos/hazelcast/hive
|
closed
|
Toggle logic is wrong
|
High Priority
|
<img width="416" alt="Screenshot 2021-07-22 at 08 04 11" src="https://user-images.githubusercontent.com/11976919/126601173-f18bd835-9ec3-4196-8d7f-97aef70367e9.png">
This needs to change so that when the toggle is ON, the switch moves to the right
|
1.0
|
Toggle logic is wrong - <img width="416" alt="Screenshot 2021-07-22 at 08 04 11" src="https://user-images.githubusercontent.com/11976919/126601173-f18bd835-9ec3-4196-8d7f-97aef70367e9.png">
This needs to change so that when the toggle is ON, the switch moves to the right
|
priority
|
toggle logic is wrong img width alt screenshot at src this needs to change so that when the toggle is on the switch moves to the right
| 1
|
2,349
| 2,525,405,593
|
IssuesEvent
|
2015-01-21 00:42:05
|
IQSS/geoconnect
|
https://api.github.com/repos/IQSS/geoconnect
|
opened
|
check that dv metadata added after layer 1st created
|
Component: High-level Priority: Medium Status: Dev Type: Feature
|
May be sending update before metadata itself still being saved
|
1.0
|
check that dv metadata added after layer 1st created - May be sending update before metadata itself still being saved
|
priority
|
check that dv metadata added after layer created may be sending update before metadata itself still being saved
| 1
|
782,228
| 27,490,792,119
|
IssuesEvent
|
2023-03-04 15:45:13
|
darktable-org/darktable
|
https://api.github.com/repos/darktable-org/darktable
|
closed
|
Preview in quick access menu for styles in darkroom not shown anymore
|
priority: high reproduce: confirmed bug: pending
|
**Did you buy darktable from an application store ?**
self build from current master
**Describe the bug/issue**
Clicking the icon for the quick access menu opens the menu correctly, but hovering the mouse over the styles available does not show the preview anymore.
**To Reproduce**
1. Go to darkroom
2. Click on icon to open quick access menu for styles
3. Hover the mouse over a menu entry, wait a moment... (waited up to 10 seconds)
4. Nothing happens
**Expected behavior**
Hover over a style name with your mouse to show a preview of the current darkroom image with the selected style applied, as written in the manual. It worked this way for me until a few days (weeks?) ago.
**Which commit introduced the error**
Don't know, but not too long ago
**Platform**
darktable 4.3.0+939-g266136fb47
OS : Linux 5.15.0-67-generic / Ubuntu 22.04.2 LTS
Memory : MemTotal: 65768484 kB
Graphics Card : Product Name : NVIDIA GeForce RTX 2060
Graphics Card : Driver Version : 470.161.03
OpenCL installed : Device OpenCL C Version OpenCL C 1.2
OpenCL activated : yes
Xorg : Version: 1:7.7+23ubuntu2
Desktop : LXQt
GTK+ : 3.24.33
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
CMAKE_BUILD_TYPE : release
**Additional context**
Searched for a new preference setting which I may have missed. Searched the latest commits to see if this functionality may have been reverted. Found nothing...
- Can you reproduce with another darktable version(s)? **at least 4.3.0-896-g4e4e7b65d7 and 4.3.0-873-g161d59d3fa**
- Can you reproduce with a RAW or Jpeg or both? **only tried RAW**
- Are the steps above reproducible with a fresh edit (i.e. after discarding history)? **yes**
- Is the issue still present using an empty/new config-dir (e.g. start darktable with --configdir "/tmp")? **yes**
|
1.0
|
Preview in quick access menu for styles in darkroom not shown anymore - **Did you buy darktable from an application store ?**
self build from current master
**Describe the bug/issue**
Clicking the icon for the quick access menu opens the menu correctly, but hovering the mouse over the styles available does not show the preview anymore.
**To Reproduce**
1. Go to darkroom
2. Click on icon to open quick access menu for styles
3. Hover the mouse over a menu entry, wait a moment... (waited up to 10 seconds)
4. Nothing happens
**Expected behavior**
Hover over a style name with your mouse to show a preview of the current darkroom image with the selected style applied, as written in the manual. It worked this way for me until a few days (weeks?) ago.
**Which commit introduced the error**
Don't know, but not too long ago
**Platform**
darktable 4.3.0+939-g266136fb47
OS : Linux 5.15.0-67-generic / Ubuntu 22.04.2 LTS
Memory : MemTotal: 65768484 kB
Graphics Card : Product Name : NVIDIA GeForce RTX 2060
Graphics Card : Driver Version : 470.161.03
OpenCL installed : Device OpenCL C Version OpenCL C 1.2
OpenCL activated : yes
Xorg : Version: 1:7.7+23ubuntu2
Desktop : LXQt
GTK+ : 3.24.33
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
CMAKE_BUILD_TYPE : release
**Additional context**
Searched for a new preference setting which I may have missed. Searched the latest commits to see if this functionality may have been reverted. Found nothing...
- Can you reproduce with another darktable version(s)? **at least 4.3.0-896-g4e4e7b65d7 and 4.3.0-873-g161d59d3fa**
- Can you reproduce with a RAW or Jpeg or both? **only tried RAW**
- Are the steps above reproducible with a fresh edit (i.e. after discarding history)? **yes**
- Is the issue still present using an empty/new config-dir (e.g. start darktable with --configdir "/tmp")? **yes**
|
priority
|
preview in quick access menu for styles in darkroom not shown anymore did you buy darktable from an application store self build from current master describe the bug issue clicking the icon for the quick access menu opens the menu correctly but hovering the mouse over the styles available does not show the preview anymore to reproduce go to darkroom click on icon to open quick access menu for styles hover the mouse over a menu entry wait a moment waited up to seconds nothing happens expected behavior hover over a style name with your mouse to show a preview of the current darkroom image with the selected style applied as written in the manual it worked this way for me until a few days weeks ago which commit introduced the error don t know but not too long ago platform darktable os linux generic ubuntu lts memory memtotal kb graphics card product name nvidia geforce rtx graphics card driver version opencl installed device opencl c version opencl c opencl activated yes xorg version desktop lxqt gtk gcc ubuntu cmake build type release additional context searched for a new preference setting which i may have missed searched the latest commits to see if this functionality may have been reverted found nothing can you reproduce with another darktable version s at least and can you reproduce with a raw or jpeg or both only tried raw are the steps above reproducible with a fresh edit i e after discarding history yes is the issue still present using an empty new config dir e g start darktable with configdir tmp yes
| 1
|
757,970
| 26,538,478,142
|
IssuesEvent
|
2023-01-19 17:18:35
|
beer-garden/react-ui
|
https://api.github.com/repos/beer-garden/react-ui
|
closed
|
Support typeahead dynamic choices commands
|
feature high priority
|
Typeahead dynamic choices commands are like normal dynamic choices except instead of being displayed as a drop-down box they are a textbox whose input is constrained by the results of a dynamic command.
Initial research:
1. MUI textboxes can support typeahead.
2. We must only support typeahead dynamic choices commands where the `strict` flag is set to `false`. The semantics of this combination will be understood from interviewing users.
3. If the semantics match our intuition, it's entirely possible that this will be nearly trivial as the existing dynamic command code can just branch at the point where it displays a dropdown and instead display a textbox. But only further research will show if this is the case.
|
1.0
|
Support typeahead dynamic choices commands - Typeahead dynamic choices commands are like normal dynamic choices except instead of being displayed as a drop-down box they are a textbox whose input is constrained by the results of a dynamic command.
Initial research:
1. MUI textboxes can support typeahead.
2. We must only support typeahead dynamic choices commands where the `strict` flag is set to `false`. The semantics of this combination will be understood from interviewing users.
3. If the semantics match our intuition, it's entirely possible that this will be nearly trivial as the existing dynamic command code can just branch at the point where it displays a dropdown and instead display a textbox. But only further research will show if this is the case.
|
priority
|
support typeahead dynamic choices commands typeahead dynamic choices commands are like normal dynamic choices except instead of being displayed as a drop down box they are a textbox whose input is constrained by the results of a dynamic command initial research mui textboxes can support typeahead we must only support typeahead dynamic choices commands where the strict flag is set to false the semantics of this combination will be understood from interviewing users if the semantics match our intuition it s entirely possible that this will be nearly trivial as the existing dynamic command code can just branch at the point where it displays a dropdown and instead display a textbox but only further research will show if this is the case
| 1
|
532,930
| 15,573,712,680
|
IssuesEvent
|
2021-03-17 08:57:31
|
computationalgeography/lue
|
https://api.github.com/repos/computationalgeography/lue
|
opened
|
Operation with arrays of different (partition) shape
|
05: target: framework / python 25: kind: bug 35: high priority
|
I'm wondering it this should be possible
```
e1 = lfr.create_array((400,400), (20,20), np.dtype(np.float32), fill_value=2.71)
e2 = lfr.create_array((600,600), (20,20), np.dtype(np.float32), fill_value=2.71)
array = lfr.pow(e1, e2)
minimum = lfr.minimum(array)
maximum = lfr.maximum(array)
print(minimum.get(), maximum.get())
```
prints values
```
e1 = lfr.create_array((400,400), (20,20), np.dtype(np.float32), fill_value=2.71)
e2 = lfr.create_array((200,200), (20,20), np.dtype(np.float32), fill_value=2.71)
array = lfr.pow(e1, e2)
minimum = lfr.minimum(array)
maximum = lfr.maximum(array)
print(minimum.get(), maximum.get())
```
silently exits (prints nothing)
```
e1 = lfr.create_array((400,400), (20,20), np.dtype(np.float32), fill_value=2.71)
e2 = lfr.create_array((400,400), (20,40), np.dtype(np.float32), fill_value=2.71)
array = lfr.pow(e1, e2)
minimum = lfr.minimum(array)
maximum = lfr.maximum(array)
print(minimum.get(), maximum.get())
```
segfaults
|
1.0
|
Operation with arrays of different (partition) shape - I'm wondering it this should be possible
```
e1 = lfr.create_array((400,400), (20,20), np.dtype(np.float32), fill_value=2.71)
e2 = lfr.create_array((600,600), (20,20), np.dtype(np.float32), fill_value=2.71)
array = lfr.pow(e1, e2)
minimum = lfr.minimum(array)
maximum = lfr.maximum(array)
print(minimum.get(), maximum.get())
```
prints values
```
e1 = lfr.create_array((400,400), (20,20), np.dtype(np.float32), fill_value=2.71)
e2 = lfr.create_array((200,200), (20,20), np.dtype(np.float32), fill_value=2.71)
array = lfr.pow(e1, e2)
minimum = lfr.minimum(array)
maximum = lfr.maximum(array)
print(minimum.get(), maximum.get())
```
silently exits (prints nothing)
```
e1 = lfr.create_array((400,400), (20,20), np.dtype(np.float32), fill_value=2.71)
e2 = lfr.create_array((400,400), (20,40), np.dtype(np.float32), fill_value=2.71)
array = lfr.pow(e1, e2)
minimum = lfr.minimum(array)
maximum = lfr.maximum(array)
print(minimum.get(), maximum.get())
```
segfaults
|
priority
|
operation with arrays of different partition shape i m wondering it this should be possible lfr create array np dtype np fill value lfr create array np dtype np fill value array lfr pow minimum lfr minimum array maximum lfr maximum array print minimum get maximum get prints values lfr create array np dtype np fill value lfr create array np dtype np fill value array lfr pow minimum lfr minimum array maximum lfr maximum array print minimum get maximum get silently exits prints nothing lfr create array np dtype np fill value lfr create array np dtype np fill value array lfr pow minimum lfr minimum array maximum lfr maximum array print minimum get maximum get segfaults
| 1
|
620,914
| 19,573,009,989
|
IssuesEvent
|
2022-01-04 12:19:17
|
ita-social-projects/OoS-Backend
|
https://api.github.com/repos/ita-social-projects/OoS-Backend
|
closed
|
Add feature flags and feature management to application
|
backend task priority:high
|
Add feature flags to application (example [docs](https://docs.microsoft.com/en-us/dotnet/architecture/cloud-native/feature-flags])).
Make feature flags configurable in appsettings.
Implement a controller (discuss with frontend if it should be public or needs authorization) to expose a list of features and if they are enabled (for example an object like this `{admin: true, images: false}`) so that they can show and hide some parts of UI dynamically.
|
1.0
|
Add feature flags and feature management to application - Add feature flags to application (example [docs](https://docs.microsoft.com/en-us/dotnet/architecture/cloud-native/feature-flags])).
Make feature flags configurable in appsettings.
Implement a controller (discuss with frontend if it should be public or needs authorization) to expose a list of features and if they are enabled (for example an object like this `{admin: true, images: false}`) so that they can show and hide some parts of UI dynamically.
|
priority
|
add feature flags and feature management to application add feature flags to application example make feature flags configurable in appsettings implement a controller discuss with frontend if it should be public or needs authorization to expose a list of features and if they are enabled for example an object like this admin true images false so that they can show and hide some parts of ui dynamically
| 1
|
243,276
| 7,855,033,551
|
IssuesEvent
|
2018-06-20 23:14:26
|
StrangeLoopGames/EcoIssues
|
https://api.github.com/repos/StrangeLoopGames/EcoIssues
|
closed
|
USER ISSUE: Server regularly crashing
|
High Priority
|
**Version:** 0.7.4.7 beta
**Steps to Reproduce:**
Over time the server crashes
**Expected behavior:**
It should not have crashed, this has happened 1-3 times a day since the server start.
**Actual behavior:**
The following error message popped up:
```
Connection timed out
```
<details>
<summary>Log File</summary>(...previous log truncated...)
6ea059aa5adcf9181a>:0
at Assets.UI.Scripts.ChatLogUI.Update () [0x00000] in <5d6a28c6303f486ea059aa5adcf9181a>:0
(Filename: <a3bc56cd038446b2ba8027b187001bf8> Line: 0)
[36:52] Exception in view notify: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException
at (wrapper managed-to-native) UnityEngine.Animator:SetBoolString (UnityEngine.Animator,string,bool)
at UnityEngine.Animator.SetBool (System.String name, System.Boolean value) [0x00001] in <631a8b01f775461aaefeab8ef216af40>:0
at AvatarAnimationManager.UpdateWorking () [0x00016] in <5d6a28c6303f486ea059aa5adcf9181a>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <cfc149f8218b496788d8493c87de777a>:0
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00048] in <cfc149f8218b496788d8493c87de777a>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <cfc149f8218b496788d8493c87de777a>:0
at Eco.Shared.View.Subscriber.Invoke () [0x00016] in <b8319955f33e4680a6e54e432483393e>:0
at Eco.Shared.View.View.NotifyChanged (System.String propname) [0x0007e] in <b8319955f33e4680a6e54e432483393e>:0
InvalidOperationException: Queue empty.
at System.ThrowHelper.ThrowInvalidOperationException (System.ExceptionResource resource) [0x0000b] in <a3bc56cd038446b2ba8027b187001bf8>:0
at System.Collections.Generic.Queue`1[T].Dequeue () [0x00008] in <a3bc56cd038446b2ba8027b187001bf8>:0
at Assets.UI.Scripts.ChatUI.Update () [0x00064] in <5d6a28c6303f486ea059aa5adcf9181a>:0
at Assets.UI.Scripts.ChatLogUI.Update () [0x00000] in <5d6a28c6303f486ea059aa5adcf9181a>:0
(Filename: <a3bc56cd038446b2ba8027b187001bf8> Line: 0)
InvalidOperationException: Queue empty.
at System.ThrowHelper.ThrowInvalidOperationException (System.ExceptionResource resource) [0x0000b] in <a3bc56cd038446b2ba8027b187001bf8>:0
at System.Collections.Generic.Queue`1[T].Dequeue () [0x00008] in <a3bc56cd038446b2ba8027b187001bf8>:0
at Assets.UI.Scripts.ChatUI.Update () [0x00064] in <5d6a28c6303f486ea059aa5adcf9181a>:0
at Assets.UI.Scripts.ChatLogUI.Update () [0x00000] in <5d6a28c6303f486ea059aa5adcf9181a>:0
(Filename: <a3bc56cd038446b2ba8027b187001bf8> Line: 0)
[37:25] Disconnected from server.Changing state: PreLogin -> LoggedIn
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
</details>
|
1.0
|
USER ISSUE: Server regularly crashing - **Version:** 0.7.4.7 beta
**Steps to Reproduce:**
Over time the server crashes
**Expected behavior:**
It should not have crashed, this has happened 1-3 times a day since the server start.
**Actual behavior:**
The following error message popped up:
```
Connection timed out
```
<details>
<summary>Log File</summary>(...previous log truncated...)
6ea059aa5adcf9181a>:0
at Assets.UI.Scripts.ChatLogUI.Update () [0x00000] in <5d6a28c6303f486ea059aa5adcf9181a>:0
(Filename: <a3bc56cd038446b2ba8027b187001bf8> Line: 0)
[36:52] Exception in view notify: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException
at (wrapper managed-to-native) UnityEngine.Animator:SetBoolString (UnityEngine.Animator,string,bool)
at UnityEngine.Animator.SetBool (System.String name, System.Boolean value) [0x00001] in <631a8b01f775461aaefeab8ef216af40>:0
at AvatarAnimationManager.UpdateWorking () [0x00016] in <5d6a28c6303f486ea059aa5adcf9181a>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <cfc149f8218b496788d8493c87de777a>:0
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00048] in <cfc149f8218b496788d8493c87de777a>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <cfc149f8218b496788d8493c87de777a>:0
at Eco.Shared.View.Subscriber.Invoke () [0x00016] in <b8319955f33e4680a6e54e432483393e>:0
at Eco.Shared.View.View.NotifyChanged (System.String propname) [0x0007e] in <b8319955f33e4680a6e54e432483393e>:0
InvalidOperationException: Queue empty.
at System.ThrowHelper.ThrowInvalidOperationException (System.ExceptionResource resource) [0x0000b] in <a3bc56cd038446b2ba8027b187001bf8>:0
at System.Collections.Generic.Queue`1[T].Dequeue () [0x00008] in <a3bc56cd038446b2ba8027b187001bf8>:0
at Assets.UI.Scripts.ChatUI.Update () [0x00064] in <5d6a28c6303f486ea059aa5adcf9181a>:0
at Assets.UI.Scripts.ChatLogUI.Update () [0x00000] in <5d6a28c6303f486ea059aa5adcf9181a>:0
(Filename: <a3bc56cd038446b2ba8027b187001bf8> Line: 0)
InvalidOperationException: Queue empty.
at System.ThrowHelper.ThrowInvalidOperationException (System.ExceptionResource resource) [0x0000b] in <a3bc56cd038446b2ba8027b187001bf8>:0
at System.Collections.Generic.Queue`1[T].Dequeue () [0x00008] in <a3bc56cd038446b2ba8027b187001bf8>:0
at Assets.UI.Scripts.ChatUI.Update () [0x00064] in <5d6a28c6303f486ea059aa5adcf9181a>:0
at Assets.UI.Scripts.ChatLogUI.Update () [0x00000] in <5d6a28c6303f486ea059aa5adcf9181a>:0
(Filename: <a3bc56cd038446b2ba8027b187001bf8> Line: 0)
[37:25] Disconnected from server.Changing state: PreLogin -> LoggedIn
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
</details>
|
priority
|
user issue server regularly crashing version beta steps to reproduce over time the server crashes expected behavior it should not have crashed this has happened times a day since the server start actual behavior the following error message popped up connection timed out log file previous log truncated at assets ui scripts chatlogui update in filename line exception in view notify system reflection targetinvocationexception exception has been thrown by the target of an invocation system nullreferenceexception at wrapper managed to native unityengine animator setboolstring unityengine animator string bool at unityengine animator setbool system string name system boolean value in at avataranimationmanager updateworking in at wrapper managed to native system reflection monomethod internalinvoke system reflection monomethod object object system exception at system reflection monomethod invoke system object obj system reflection bindingflags invokeattr system reflection binder binder system object parameters system globalization cultureinfo culture in end of inner exception stack trace at system reflection monomethod invoke system object obj system reflection bindingflags invokeattr system reflection binder binder system object parameters system globalization cultureinfo culture in at system reflection methodbase invoke system object obj system object parameters in at eco shared view subscriber invoke in at eco shared view view notifychanged system string propname in invalidoperationexception queue empty at system throwhelper throwinvalidoperationexception system exceptionresource resource in at system collections generic queue dequeue in at assets ui scripts chatui update in at assets ui scripts chatlogui update in filename line invalidoperationexception queue empty at system throwhelper throwinvalidoperationexception system exceptionresource resource in at system collections generic queue dequeue in at assets ui scripts chatui update in at assets ui scripts chatlogui update in filename line disconnected from server changing state prelogin loggedin filename c buildslave unity build artifacts generated common runtime debugbindings gen cpp line
| 1
|
67,814
| 3,281,999,842
|
IssuesEvent
|
2015-10-28 02:07:01
|
onyxfish/agate
|
https://api.github.com/repos/onyxfish/agate
|
closed
|
Table.from_csv fails in ipython
|
blocked bug priority-high
|
Super weird. This works fine in python, but fails in ipython:
import csv
import agate
text_type = agate.Text()
number_type = agate.Number()
columns = (
('Address', text_type),
('Description', text_type),
('Plant Type', text_type),
('Plant Factor', number_type),
('Area (m2)', number_type),
)
estimates = agate.Table.from_csv('my/csv/path.csv', columns)
/home/michaelcorey/.Envs/wetprince/lib/python2.7/site-packages/agate/table.pyc in from_csv(cls, path, column_info, row_names, header, **kwargs)
208 else:
209 with open(path) as f:
--> 210 rows = list(csv.reader(f, **kwargs))
211
212 if header:
AttributeError: 'module' object has no attribute 'reader'
Note: Fails with or without type inference.
|
1.0
|
Table.from_csv fails in ipython - Super weird. This works fine in python, but fails in ipython:
import csv
import agate
text_type = agate.Text()
number_type = agate.Number()
columns = (
('Address', text_type),
('Description', text_type),
('Plant Type', text_type),
('Plant Factor', number_type),
('Area (m2)', number_type),
)
estimates = agate.Table.from_csv('my/csv/path.csv', columns)
/home/michaelcorey/.Envs/wetprince/lib/python2.7/site-packages/agate/table.pyc in from_csv(cls, path, column_info, row_names, header, **kwargs)
208 else:
209 with open(path) as f:
--> 210 rows = list(csv.reader(f, **kwargs))
211
212 if header:
AttributeError: 'module' object has no attribute 'reader'
Note: Fails with or without type inference.
|
priority
|
table from csv fails in ipython super weird this works fine in python but fails in ipython import csv import agate text type agate text number type agate number columns address text type description text type plant type text type plant factor number type area number type estimates agate table from csv my csv path csv columns home michaelcorey envs wetprince lib site packages agate table pyc in from csv cls path column info row names header kwargs else with open path as f rows list csv reader f kwargs if header attributeerror module object has no attribute reader note fails with or without type inference
| 1
|
228,453
| 7,551,158,187
|
IssuesEvent
|
2018-04-18 19:11:53
|
ESCOMP/ctsm
|
https://api.github.com/repos/ESCOMP/ctsm
|
reopened
|
Workaround for gnu compiler bug (7.2.0 and later): assigning to character array via associate
|
priority: high tag: simple bfb type: bug - other
|
**Bill Sacks < sacks@ucar.edu > - 2017-09-20 15:38:17 -0600**
**Bugzilla Id:** [2513](http://bugz.cgd.ucar.edu/show_bug.cgi?id=2513)
**Bugzilla CC:** andre@ucar.edu, jedwards@ucar.edu, rfisher@ucar.edu,
This bug in recent versions of gfortran (affecting 7.2.0, 8.0 and possibly other versions):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82121
means that we get compilation errors like this:
/Users/jedwards/cesm/cesm2_0_alpha/components/clm/src/soilbiogeochem/SoilBiogeochemDecompCascadeBGCMod.F90:425:6:
decomp_pool_name_restart(i_litr1) = 'litr1'
1
Error: Unclassifiable statement at (1)
/Users/jedwards/cesm/cesm2_0_alpha/components/clm/src/soilbiogeochem/SoilBiogeochemDecompCascadeBGCMod.F90:426:6:
decomp_pool_name_history(i_litr1) = 'LITR1'
1
A workaround would be to set these variables directly rather than via associate statements. We could try doing a find & replace of decomp_pool_name with decomp_cascade_con%decomp_pool_name. I'm not sure if this issue appears in other places, too.
|
1.0
|
Workaround for gnu compiler bug (7.2.0 and later): assigning to character array via associate - **Bill Sacks < sacks@ucar.edu > - 2017-09-20 15:38:17 -0600**
**Bugzilla Id:** [2513](http://bugz.cgd.ucar.edu/show_bug.cgi?id=2513)
**Bugzilla CC:** andre@ucar.edu, jedwards@ucar.edu, rfisher@ucar.edu,
This bug in recent versions of gfortran (affecting 7.2.0, 8.0 and possibly other versions):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82121
means that we get compilation errors like this:
/Users/jedwards/cesm/cesm2_0_alpha/components/clm/src/soilbiogeochem/SoilBiogeochemDecompCascadeBGCMod.F90:425:6:
decomp_pool_name_restart(i_litr1) = 'litr1'
1
Error: Unclassifiable statement at (1)
/Users/jedwards/cesm/cesm2_0_alpha/components/clm/src/soilbiogeochem/SoilBiogeochemDecompCascadeBGCMod.F90:426:6:
decomp_pool_name_history(i_litr1) = 'LITR1'
1
A workaround would be to set these variables directly rather than via associate statements. We could try doing a find & replace of decomp_pool_name with decomp_cascade_con%decomp_pool_name. I'm not sure if this issue appears in other places, too.
|
priority
|
workaround for gnu compiler bug and later assigning to character array via associate bill sacks bugzilla id bugzilla cc andre ucar edu jedwards ucar edu rfisher ucar edu this bug in recent versions of gfortran affecting and possibly other versions means that we get compilation errors like this users jedwards cesm alpha components clm src soilbiogeochem soilbiogeochemdecompcascadebgcmod decomp pool name restart i error unclassifiable statement at users jedwards cesm alpha components clm src soilbiogeochem soilbiogeochemdecompcascadebgcmod decomp pool name history i a workaround would be to set these variables directly rather than via associate statements we could try doing a find replace of decomp pool name with decomp cascade con decomp pool name i m not sure if this issue appears in other places too
| 1
|
75,549
| 3,466,440,566
|
IssuesEvent
|
2015-12-22 03:33:02
|
mulesoft/api-workbench
|
https://api.github.com/repos/mulesoft/api-workbench
|
closed
|
Syntatic sugar for required are not rendered property
|
atom bug priority:high
|
Syntatic sugar not rendered properly
```raml
#%RAML 1.0
title: My API
version: v1
baseUri: http://api.my.com
types:
Coordinate:
type: object
properties:
latitude: number
longitude: number
```
The longitude and latitude should be marked required on editor tools
|
1.0
|
Syntatic sugar for required are not rendered property - Syntatic sugar not rendered properly
```raml
#%RAML 1.0
title: My API
version: v1
baseUri: http://api.my.com
types:
Coordinate:
type: object
properties:
latitude: number
longitude: number
```
The longitude and latitude should be marked required on editor tools
|
priority
|
syntatic sugar for required are not rendered property syntatic sugar not rendered properly raml raml title my api version baseuri types coordinate type object properties latitude number longitude number the longitude and latitude should be marked required on editor tools
| 1
|
446,319
| 12,854,953,976
|
IssuesEvent
|
2020-07-09 03:36:06
|
acl-org/acl-2020-virtual-conference
|
https://api.github.com/repos/acl-org/acl-2020-virtual-conference
|
closed
|
[Workshops] Verify zoom links
|
priority:high volunteer needed
|
- Go to each workshop page. E.g. https://virtual.acl2020.org/workshop_W2.html
- Click on 'Join Zoom Meeting' for each live session (see below)

- Verify that the zoom meeting opens with the correct meeting name (see below for W2)

|
1.0
|
[Workshops] Verify zoom links - - Go to each workshop page. E.g. https://virtual.acl2020.org/workshop_W2.html
- Click on 'Join Zoom Meeting' for each live session (see below)

- Verify that the zoom meeting opens with the correct meeting name (see below for W2)

|
priority
|
verify zoom links go to each workshop page e g click on join zoom meeting for each live session see below verify that the zoom meeting opens with the correct meeting name see below for
| 1
|
321,671
| 9,807,204,080
|
IssuesEvent
|
2019-06-12 13:14:31
|
emoncms/MyHomeEnergyPlanner
|
https://api.github.com/repos/emoncms/MyHomeEnergyPlanner
|
closed
|
Appnedix A - 'undefined' performance text
|
Very high priority bug
|
Hello,
'undefined' is appearing as text in the 'Performance Target' box under each measure in the appendix. The 'performance' text is definitely there in the libraries in the cases I have checked, so suggests model is just looking in the wrong place for this information? Should be U-value or efficiency etc.
|
1.0
|
Appnedix A - 'undefined' performance text - Hello,
'undefined' is appearing as text in the 'Performance Target' box under each measure in the appendix. The 'performance' text is definitely there in the libraries in the cases I have checked, so suggests model is just looking in the wrong place for this information? Should be U-value or efficiency etc.
|
priority
|
appnedix a undefined performance text hello undefined is appearing as text in the performance target box under each measure in the appendix the performance text is definitely there in the libraries in the cases i have checked so suggests model is just looking in the wrong place for this information should be u value or efficiency etc
| 1
|
685,491
| 23,458,234,305
|
IssuesEvent
|
2022-08-16 10:49:17
|
Green-Party-of-Canada-Members/gpc-decidim
|
https://api.github.com/repos/Green-Party-of-Canada-Members/gpc-decidim
|
closed
|
Leadership campaigns
|
priority-high
|
**Describe the solution you'd like**
As a user, in amazing canadian leadership race self-managed spaces (mother assembly): https://wedecide.experimental.greenparty.ca/assemblies/leadership-campaigns
- [x] I want to see a card of each contestant with photo, name and description (2 per row)
- [x] Remove help-text assembly
- [x] I want to be able to donate for contestant (button redirect to gpc donate)
- [x] I want to access specific campaign of contestants
- [x] Remove other assembly info

As a user, in self-managed spaces of contestants (child assembly): https://wedecide.experimental.greenparty.ca/assemblies/contestant-a
- [x] I want to see a short and long description
- [x] Change "The Assembly" to "The Campaign"
- [x] Remove help-text assembly
- [x] I want to be able to donate for contestant
- [x] I want to join meetings and comment blog posts
- [x] Remove other assembly info

|
1.0
|
Leadership campaigns - **Describe the solution you'd like**
As a user, in amazing canadian leadership race self-managed spaces (mother assembly): https://wedecide.experimental.greenparty.ca/assemblies/leadership-campaigns
- [x] I want to see a card of each contestant with photo, name and description (2 per row)
- [x] Remove help-text assembly
- [x] I want to be able to donate for contestant (button redirect to gpc donate)
- [x] I want to access specific campaign of contestants
- [x] Remove other assembly info

As a user, in self-managed spaces of contestants (child assembly): https://wedecide.experimental.greenparty.ca/assemblies/contestant-a
- [x] I want to see a short and long description
- [x] Change "The Assembly" to "The Campaign"
- [x] Remove help-text assembly
- [x] I want to be able to donate for contestant
- [x] I want to join meetings and comment blog posts
- [x] Remove other assembly info

|
priority
|
leadership campaigns describe the solution you d like as a user in amazing canadian leadership race self managed spaces mother assembly i want to see a card of each contestant with photo name and description per row remove help text assembly i want to be able to donate for contestant button redirect to gpc donate i want to access specific campaign of contestants remove other assembly info as a user in self managed spaces of contestants child assembly i want to see a short and long description change the assembly to the campaign remove help text assembly i want to be able to donate for contestant i want to join meetings and comment blog posts remove other assembly info
| 1
|
3,901
| 2,541,905,102
|
IssuesEvent
|
2015-01-28 12:49:15
|
olga-jane/prizm
|
https://api.github.com/repos/olga-jane/prizm
|
closed
|
Exception on create "Отчет по сварке"
|
bug bug - crash/performance/leak Coding HIGH priority reported_by_students Reports
|
1. Go to "Входной контроль и строительство" -> "Отчет по сварке"
2. Set "Дата сварки: С" and "Дата сварки: По"
3. Press "Создать отчет"
Actual result: Exception
Prizm.Data.DAL.RepositoryException: GetAuditResults ---> System.Data.SqlClient.SqlException: Conversion failed when converting date and/or time from character string.
|
1.0
|
Exception on create "Отчет по сварке" - 1. Go to "Входной контроль и строительство" -> "Отчет по сварке"
2. Set "Дата сварки: С" and "Дата сварки: По"
3. Press "Создать отчет"
Actual result: Exception
Prizm.Data.DAL.RepositoryException: GetAuditResults ---> System.Data.SqlClient.SqlException: Conversion failed when converting date and/or time from character string.
|
priority
|
exception on create отчет по сварке go to входной контроль и строительство отчет по сварке set дата сварки с and дата сварки по press создать отчет actual result exception prizm data dal repositoryexception getauditresults system data sqlclient sqlexception conversion failed when converting date and or time from character string
| 1
|
361,994
| 10,721,931,862
|
IssuesEvent
|
2019-10-27 07:51:10
|
trapw0w/op_hammerfall
|
https://api.github.com/repos/trapw0w/op_hammerfall
|
reopened
|
Remove Mil Obj from TOAR OPF_3
|
Bug Priority - High
|
TAOR OPF_3 is throwing an error that there are no placement locations found for Mil Objectives. This error is thrown because the map has no military structures within this 5km x 5km area.
Will fix by removing Mil Obj module from that TAOR.
|
1.0
|
Remove Mil Obj from TOAR OPF_3 - TAOR OPF_3 is throwing an error that there are no placement locations found for Mil Objectives. This error is thrown because the map has no military structures within this 5km x 5km area.
Will fix by removing Mil Obj module from that TAOR.
|
priority
|
remove mil obj from toar opf taor opf is throwing an error that there are no placement locations found for mil objectives this error is thrown because the map has no military structures within this x area will fix by removing mil obj module from that taor
| 1
|
591,694
| 17,859,069,170
|
IssuesEvent
|
2021-09-05 16:03:59
|
OptimistikSAS/OIBus
|
https://api.github.com/repos/OptimistikSAS/OIBus
|
closed
|
When renaming a South/North, the corresponding sqlfile table is not renamed which potentially can cause loss of data.
|
bug priority:high
|
either
1/ we make sure the cache is empty before allowing a rename
2/ we rename the file as well (preferred I think)
|
1.0
|
When renaming a South/North, the corresponding sqlfile table is not renamed which potentially can cause loss of data. - either
1/ we make sure the cache is empty before allowing a rename
2/ we rename the file as well (preferred I think)
|
priority
|
when renaming a south north the corresponding sqlfile table is not renamed which potentially can cause loss of data either we make sure the cache is empty before allowing a rename we rename the file as well preferred i think
| 1
|
612,655
| 19,027,706,605
|
IssuesEvent
|
2021-11-24 06:57:57
|
linaism/SOEN341
|
https://api.github.com/repos/linaism/SOEN341
|
closed
|
As a user, I want to login into my account
|
user story high priority
|
Story description:
Users should be able to gain access into their accounts through a login page interface.
The interface should also include necessary login validation data input fields.
Acceptance Test:
- [x] Step 1: Once given the login credentials: username, password, the website should authenticate my credentials.
- [x] Step 2: Once authenticated, session should be added to the cookies.
- [x] Step 3: In the session, one should be able to access the account.
Story points: 5
Risk: high
Priority:high
|
1.0
|
As a user, I want to login into my account - Story description:
Users should be able to gain access into their accounts through a login page interface.
The interface should also include necessary login validation data input fields.
Acceptance Test:
- [x] Step 1: Once given the login credentials: username, password, the website should authenticate my credentials.
- [x] Step 2: Once authenticated, session should be added to the cookies.
- [x] Step 3: In the session, one should be able to access the account.
Story points: 5
Risk: high
Priority:high
|
priority
|
as a user i want to login into my account story description users should be able to gain access into their accounts through a login page interface the interface should also include necessary login validation data input fields acceptance test step once given the login credentials username password the website should authenticate my credentials step once authenticated session should be added to the cookies step in the session one should be able to access the account story points risk high priority high
| 1
|
204,086
| 7,083,416,560
|
IssuesEvent
|
2018-01-11 00:13:03
|
SmartlyDressedGames/Unturned-3.x-Community
|
https://api.github.com/repos/SmartlyDressedGames/Unturned-3.x-Community
|
closed
|
Devkit UI Not Showing
|
Priority: High Status: Complete Type: Bug
|
As title says when pressing default devkit bind "`" it simply doesn't open, if on main menu parts of main menu ui gets removed but nothing else appears
NOTE: this needs to be pushed as a patch not wait until next update!!!
|
1.0
|
Devkit UI Not Showing - As title says when pressing default devkit bind "`" it simply doesn't open, if on main menu parts of main menu ui gets removed but nothing else appears
NOTE: this needs to be pushed as a patch not wait until next update!!!
|
priority
|
devkit ui not showing as title says when pressing default devkit bind it simply doesn t open if on main menu parts of main menu ui gets removed but nothing else appears note this needs to be pushed as a patch not wait until next update
| 1
|
670,164
| 22,678,286,572
|
IssuesEvent
|
2022-07-04 07:33:53
|
Uuvana-Studios/longvinter-windows-client
|
https://api.github.com/repos/Uuvana-Studios/longvinter-windows-client
|
closed
|
Sauna Placement
|
Bug High Priority
|
**Sauna**
When placing down a Sauna it doesn't check for Interior Upgrade and can make interfere with house making the only way to get out of it killing yourself with `/kill`
Also, when this happen it's possible to open containers close by
**To Reproduce**
Steps to reproduce the behavior:
1. do the Interior Upgrade
2. Place down Sauna on NW from the house, the closest available spot.
**Expected behavior**
There's two different way of solving this,
the blunt solution would be to not be able to place it down it so close.
The elegant solution would be to be able to place it even closer(on the plot) and when entering the Sauna, the placement of it on the "interior layer" would always be offset by the walls of the house.
**Screenshots**

**Additional context**
Add any other context about the problem here.
|
1.0
|
Sauna Placement - **Sauna**
When placing down a Sauna it doesn't check for Interior Upgrade and can make interfere with house making the only way to get out of it killing yourself with `/kill`
Also, when this happen it's possible to open containers close by
**To Reproduce**
Steps to reproduce the behavior:
1. do the Interior Upgrade
2. Place down Sauna on NW from the house, the closest available spot.
**Expected behavior**
There's two different way of solving this,
the blunt solution would be to not be able to place it down it so close.
The elegant solution would be to be able to place it even closer(on the plot) and when entering the Sauna, the placement of it on the "interior layer" would always be offset by the walls of the house.
**Screenshots**

**Additional context**
Add any other context about the problem here.
|
priority
|
sauna placement sauna when placing down a sauna it doesn t check for interior upgrade and can make interfere with house making the only way to get out of it killing yourself with kill also when this happen it s possible to open containers close by to reproduce steps to reproduce the behavior do the interior upgrade place down sauna on nw from the house the closest available spot expected behavior there s two different way of solving this the blunt solution would be to not be able to place it down it so close the elegant solution would be to be able to place it even closer on the plot and when entering the sauna the placement of it on the interior layer would always be offset by the walls of the house screenshots additional context add any other context about the problem here
| 1
|
115,812
| 4,682,570,745
|
IssuesEvent
|
2016-10-09 10:13:37
|
CS2103AUG2016-T09-C2/main
|
https://api.github.com/repos/CS2103AUG2016-T09-C2/main
|
closed
|
As a user, I want to remove an exisiting task
|
priority.high type.story
|
so that I can delete a task I no longer care to track
|
1.0
|
As a user, I want to remove an exisiting task - so that I can delete a task I no longer care to track
|
priority
|
as a user i want to remove an exisiting task so that i can delete a task i no longer care to track
| 1
|
79,509
| 3,536,021,420
|
IssuesEvent
|
2016-01-16 23:31:41
|
BCGamer/website
|
https://api.github.com/repos/BCGamer/website
|
closed
|
Enhance event import to support optional columns
|
enhancement high priority
|
Prizing/sponsors/etc. These fields aren't currently supported by the import but would be good to do if possible. Assigned to Alex if he has free time, otherwise I'll do.
|
1.0
|
Enhance event import to support optional columns - Prizing/sponsors/etc. These fields aren't currently supported by the import but would be good to do if possible. Assigned to Alex if he has free time, otherwise I'll do.
|
priority
|
enhance event import to support optional columns prizing sponsors etc these fields aren t currently supported by the import but would be good to do if possible assigned to alex if he has free time otherwise i ll do
| 1
|
510,899
| 14,844,510,632
|
IssuesEvent
|
2021-01-17 02:07:48
|
bounswe/bounswe2020group3
|
https://api.github.com/repos/bounswe/bounswe2020group3
|
closed
|
[Front-End] Search Implementation
|
Frontend Priority: High Status: Available Type: Enhancement
|
* **Project: FRONTEND**
* **This is a: FEATURE REQUEST**
* **Description of the issue**
We need to implement search mechanism in the Front-End.
For searching the user may or may not choose to specify searching a project, event or user.
If nothing is specified it'll search all 3 of these
* **Deadline for resolution:**
27.12.2020
|
1.0
|
[Front-End] Search Implementation - * **Project: FRONTEND**
* **This is a: FEATURE REQUEST**
* **Description of the issue**
We need to implement search mechanism in the Front-End.
For searching the user may or may not choose to specify searching a project, event or user.
If nothing is specified it'll search all 3 of these
* **Deadline for resolution:**
27.12.2020
|
priority
|
search implementation project frontend this is a feature request description of the issue we need to implement search mechanism in the front end for searching the user may or may not choose to specify searching a project event or user if nothing is specified it ll search all of these deadline for resolution
| 1
|
371,875
| 10,982,376,892
|
IssuesEvent
|
2019-12-01 06:59:23
|
patschreiber/fiend
|
https://api.github.com/repos/patschreiber/fiend
|
opened
|
Add "find()" method for GameObjects
|
enhancement high priority
|
Should look in each container to find a game object by an id.
GameObject.find(10) => Returns the GameObject and which container it was located in.
|
1.0
|
Add "find()" method for GameObjects - Should look in each container to find a game object by an id.
GameObject.find(10) => Returns the GameObject and which container it was located in.
|
priority
|
add find method for gameobjects should look in each container to find a game object by an id gameobject find returns the gameobject and which container it was located in
| 1
|
576,943
| 17,099,586,188
|
IssuesEvent
|
2021-07-09 09:19:04
|
MohistMC/Mohist
|
https://api.github.com/repos/MohistMC/Mohist
|
closed
|
[BUG] kicked from server packet processing error
|
1.16.5 Bug High Priority
|
on the old version of the kernel did not crash



|
1.0
|
[BUG] kicked from server packet processing error - on the old version of the kernel did not crash



|
priority
|
kicked from server packet processing error on the old version of the kernel did not crash
| 1
|
701,751
| 24,106,566,657
|
IssuesEvent
|
2022-09-20 07:58:15
|
root-project/root
|
https://api.github.com/repos/root-project/root
|
closed
|
[RF] Batchmode ignores depsAreCond in Conditional when creating a RooProdPdf
|
bug affects:master priority:high in:RooFit/RooStats affects:6.26
|
- [x] Checked for duplicates
<!--
Please search in
* [GitHub](https://github.com/root-project/root/issues?q=is%3Aissue)
* AND [Jira](https://sft.its.cern.ch/jira/issues/?jql=project %3D ROOT)
for existing reports of your issue.
If you find one, you are very welcome to add to the existing report, for instance "issue still exists in today's master".
-->
### Describe the bug
<!--
A clear and concise description of what the wrong behavior is.
-->
RooProdPdf can accept the parameter Conditional, which tells RooFit what observables this pdf needs to be normalized on.
This parameter has two forms:
* pdf, normalization observables, depsAreCond = false (default)
* pdf, conditional observables, depsAreCond = true
The two forms are supposed to be identical if {conditional observables} = {all observables} - {normalization observables}.
This is true when not using BatchMode.
With BatchMode on (cpu) instead what happens is that depsAreCond is always considered false and the pdf behaves as if conditional observables were normalization
### Expected behavior
<!--
A clear and concise description of what you expected to happen.
-->
No difference between the two forms of the RooProdPdf, even when using BatchMode
### To Reproduce
<!--
Steps to reproduce the behavior:
1. Your code that triggers the issue: at least a part; ideally something we can run ourselves.
2. Don't forget to attach the required input files!
3. How to run your code and / or build it, e.g. `root myMacro.C`, ...
-->
```c++
void test_batchmodecond() {
using namespace RooFit;
RooRealVar x("x", "", 0, 1);
RooRealVar xErr("xErr", "", 0.0001, 0.1);
RooGaussModel gm("gm", "", x, RooConst(0), xErr);
RooRealVar tau("tau", "", 0.4, 0, 1);
RooDecay decayPdf("decayPdf", "", x, tau, gm, RooDecay::SingleSided);
RooGamma errPdf("errPdf", "", xErr, RooConst(4), RooConst(0.005), RooConst(0));
RooProdPdf pdf1("pdf1", "", RooArgSet(errPdf), Conditional(decayPdf, x, false)); // what we want: decayPdf(x|xErr)*errPdf(xErr)
RooProdPdf pdf2("pdf2", "", RooArgSet(errPdf), Conditional(decayPdf, xErr, true)); // in theory the same as pdf1
RooProdPdf pdf3("pdf3", "", RooArgSet(errPdf), Conditional(decayPdf, xErr, false)); // wrong, normalizes decay in xErr and not in x
auto data = pdf1.generate(RooArgSet(x, xErr), NumEvents(10000));
// works with BatchMode = "cpu", because depsAreCond is false
pdf1.fitTo(*data
, Save(true)
, BatchMode("cpu")
, PrintLevel(-1)
)->Print("V");
// bad fit, actually normalizes as if decayPdf was normalized in xErr (ignores depsAreCond)
tau.setVal(0.4);
pdf2.fitTo(*data
, Save(true)
, BatchMode("cpu")
, PrintLevel(-1)
)->Print("V");
// works without batchmode
tau.setVal(0.4);
pdf2.fitTo(*data
, Save(true)
//, BatchMode("cpu")
, PrintLevel(-1)
)->Print("V");
// same as pdf2 with BatchMode
tau.setVal(0.4);
pdf3.fitTo(*data
, Save(true)
, BatchMode("cpu")
, PrintLevel(-1)
)->Print("V");
}
```
### Setup
<!--
1. ROOT version
2. Operating system
3. How you obtained ROOT, such as `dnf install` / binary download / you built it yourself.
-->
ROOT master, from LCG dev3
ROOT 6.26.07 from LCG dev4
works in ROOT 6.24.06 from LCG 101
### Additional context
<!--
Add any other context about the problem here.
-->
|
1.0
|
[RF] Batchmode ignores depsAreCond in Conditional when creating a RooProdPdf - - [x] Checked for duplicates
<!--
Please search in
* [GitHub](https://github.com/root-project/root/issues?q=is%3Aissue)
* AND [Jira](https://sft.its.cern.ch/jira/issues/?jql=project %3D ROOT)
for existing reports of your issue.
If you find one, you are very welcome to add to the existing report, for instance "issue still exists in today's master".
-->
### Describe the bug
<!--
A clear and concise description of what the wrong behavior is.
-->
RooProdPdf can accept the parameter Conditional, which tells RooFit what observables this pdf needs to be normalized on.
This parameter has two forms:
* pdf, normalization observables, depsAreCond = false (default)
* pdf, conditional observables, depsAreCond = true
The two forms are supposed to be identical if {conditional observables} = {all observables} - {normalization observables}.
This is true when not using BatchMode.
With BatchMode on (cpu) instead what happens is that depsAreCond is always considered false and the pdf behaves as if conditional observables were normalization
### Expected behavior
<!--
A clear and concise description of what you expected to happen.
-->
No difference between the two forms of the RooProdPdf, even when using BatchMode
### To Reproduce
<!--
Steps to reproduce the behavior:
1. Your code that triggers the issue: at least a part; ideally something we can run ourselves.
2. Don't forget to attach the required input files!
3. How to run your code and / or build it, e.g. `root myMacro.C`, ...
-->
```c++
void test_batchmodecond() {
using namespace RooFit;
RooRealVar x("x", "", 0, 1);
RooRealVar xErr("xErr", "", 0.0001, 0.1);
RooGaussModel gm("gm", "", x, RooConst(0), xErr);
RooRealVar tau("tau", "", 0.4, 0, 1);
RooDecay decayPdf("decayPdf", "", x, tau, gm, RooDecay::SingleSided);
RooGamma errPdf("errPdf", "", xErr, RooConst(4), RooConst(0.005), RooConst(0));
RooProdPdf pdf1("pdf1", "", RooArgSet(errPdf), Conditional(decayPdf, x, false)); // what we want: decayPdf(x|xErr)*errPdf(xErr)
RooProdPdf pdf2("pdf2", "", RooArgSet(errPdf), Conditional(decayPdf, xErr, true)); // in theory the same as pdf1
RooProdPdf pdf3("pdf3", "", RooArgSet(errPdf), Conditional(decayPdf, xErr, false)); // wrong, normalizes decay in xErr and not in x
auto data = pdf1.generate(RooArgSet(x, xErr), NumEvents(10000));
// works with BatchMode = "cpu", because depsAreCond is false
pdf1.fitTo(*data
, Save(true)
, BatchMode("cpu")
, PrintLevel(-1)
)->Print("V");
// bad fit, actually normalizes as if decayPdf was normalized in xErr (ignores depsAreCond)
tau.setVal(0.4);
pdf2.fitTo(*data
, Save(true)
, BatchMode("cpu")
, PrintLevel(-1)
)->Print("V");
// works without batchmode
tau.setVal(0.4);
pdf2.fitTo(*data
, Save(true)
//, BatchMode("cpu")
, PrintLevel(-1)
)->Print("V");
// same as pdf2 with BatchMode
tau.setVal(0.4);
pdf3.fitTo(*data
, Save(true)
, BatchMode("cpu")
, PrintLevel(-1)
)->Print("V");
}
```
### Setup
<!--
1. ROOT version
2. Operating system
3. How you obtained ROOT, such as `dnf install` / binary download / you built it yourself.
-->
ROOT master, from LCG dev3
ROOT 6.26.07 from LCG dev4
works in ROOT 6.24.06 from LCG 101
### Additional context
<!--
Add any other context about the problem here.
-->
|
priority
|
batchmode ignores depsarecond in conditional when creating a rooprodpdf checked for duplicates please search in and root for existing reports of your issue if you find one you are very welcome to add to the existing report for instance issue still exists in today s master describe the bug a clear and concise description of what the wrong behavior is rooprodpdf can accept the parameter conditional which tells roofit what observables this pdf needs to be normalized on this parameter has two forms pdf normalization observables depsarecond false default pdf conditional observables depsarecond true the two forms are supposed to be identical if conditional observables all observables normalization observables this is true when not using batchmode with batchmode on cpu instead what happens is that depsarecond is always considered false and the pdf behaves as if conditional observables were normalization expected behavior a clear and concise description of what you expected to happen no difference between the two forms of the rooprodpdf even when using batchmode to reproduce steps to reproduce the behavior your code that triggers the issue at least a part ideally something we can run ourselves don t forget to attach the required input files how to run your code and or build it e g root mymacro c c void test batchmodecond using namespace roofit roorealvar x x roorealvar xerr xerr roogaussmodel gm gm x rooconst xerr roorealvar tau tau roodecay decaypdf decaypdf x tau gm roodecay singlesided roogamma errpdf errpdf xerr rooconst rooconst rooconst rooprodpdf rooargset errpdf conditional decaypdf x false what we want decaypdf x xerr errpdf xerr rooprodpdf rooargset errpdf conditional decaypdf xerr true in theory the same as rooprodpdf rooargset errpdf conditional decaypdf xerr false wrong normalizes decay in xerr and not in x auto data generate rooargset x xerr numevents works with batchmode cpu because depsarecond is false fitto data save true batchmode cpu printlevel print v bad fit actually normalizes as if decaypdf was normalized in xerr ignores depsarecond tau setval fitto data save true batchmode cpu printlevel print v works without batchmode tau setval fitto data save true batchmode cpu printlevel print v same as with batchmode tau setval fitto data save true batchmode cpu printlevel print v setup root version operating system how you obtained root such as dnf install binary download you built it yourself root master from lcg root from lcg works in root from lcg additional context add any other context about the problem here
| 1
|
694,701
| 23,825,771,199
|
IssuesEvent
|
2022-09-05 14:44:55
|
Azordev/did-admin-panel
|
https://api.github.com/repos/Azordev/did-admin-panel
|
closed
|
CREAR UN ESPACIO AMPLIO PARA LA DESCRIPCIÓN DEL PRODUCTO./ CREATE A WIDE SPACE FOR THE PRODUCT DESCRIPTION.
|
EE-1 priority high DEV Check QA check
|
PROJECT TASK TEMPLATE
### EXPLANATION
En la vista numero tres de proveedores después de haber ya seleccionado un producto, debe aparecer un espacio amplio donde se pueda ver la descripción del producto seleccionado por el usuario.
In supplier view number three, after having selected a product, a large space should appear where the description of the product selected by the user can be seen.
### SCREENSHOTS


### CHECKLIST
En esta vista de pantalla numero tres de proveedores después de haber seleccionado el producto, se podrá ver el espacio amplio para la descripción de producto.
In this screen view number three of suppliers after having selected the product, you will see the large space for the product description.
### RELATED ISSUES
Taken from the user story: "THE PRODUCT MUST SHOW SOME NECESSARY DATA SUCH AS: NAME, PRICE, DESCRIPTION AND IMAGE"
https://github.com/orgs/Azordev/projects/14/views/1
|
1.0
|
CREAR UN ESPACIO AMPLIO PARA LA DESCRIPCIÓN DEL PRODUCTO./ CREATE A WIDE SPACE FOR THE PRODUCT DESCRIPTION. - PROJECT TASK TEMPLATE
### EXPLANATION
En la vista numero tres de proveedores después de haber ya seleccionado un producto, debe aparecer un espacio amplio donde se pueda ver la descripción del producto seleccionado por el usuario.
In supplier view number three, after having selected a product, a large space should appear where the description of the product selected by the user can be seen.
### SCREENSHOTS


### CHECKLIST
En esta vista de pantalla numero tres de proveedores después de haber seleccionado el producto, se podrá ver el espacio amplio para la descripción de producto.
In this screen view number three of suppliers after having selected the product, you will see the large space for the product description.
### RELATED ISSUES
Taken from the user story: "THE PRODUCT MUST SHOW SOME NECESSARY DATA SUCH AS: NAME, PRICE, DESCRIPTION AND IMAGE"
https://github.com/orgs/Azordev/projects/14/views/1
|
priority
|
crear un espacio amplio para la descripción del producto create a wide space for the product description project task template explanation en la vista numero tres de proveedores después de haber ya seleccionado un producto debe aparecer un espacio amplio donde se pueda ver la descripción del producto seleccionado por el usuario in supplier view number three after having selected a product a large space should appear where the description of the product selected by the user can be seen screenshots checklist en esta vista de pantalla numero tres de proveedores después de haber seleccionado el producto se podrá ver el espacio amplio para la descripción de producto in this screen view number three of suppliers after having selected the product you will see the large space for the product description related issues taken from the user story the product must show some necessary data such as name price description and image
| 1
|
633,379
| 20,253,412,533
|
IssuesEvent
|
2022-02-14 20:19:02
|
ubc-lib-geo/maps-to-do
|
https://api.github.com/repos/ubc-lib-geo/maps-to-do
|
closed
|
Ordnance Survey maps need to be refiled.
|
high priority
|
First new folders need to be made and info added to them.
|
1.0
|
Ordnance Survey maps need to be refiled. - First new folders need to be made and info added to them.
|
priority
|
ordnance survey maps need to be refiled first new folders need to be made and info added to them
| 1
|
469,199
| 13,503,407,516
|
IssuesEvent
|
2020-09-13 13:25:44
|
IFB-ElixirFr/ifbcat
|
https://api.github.com/repos/IFB-ElixirFr/ifbcat
|
closed
|
Remove Resource object from Django admin interface
|
high priority
|
It is a superclass (of ComputingFacility, Database, Tool and TrainingMaterial) but should never be instantiated itself.
|
1.0
|
Remove Resource object from Django admin interface - It is a superclass (of ComputingFacility, Database, Tool and TrainingMaterial) but should never be instantiated itself.
|
priority
|
remove resource object from django admin interface it is a superclass of computingfacility database tool and trainingmaterial but should never be instantiated itself
| 1
|
804,192
| 29,478,359,112
|
IssuesEvent
|
2023-06-02 01:43:27
|
steedos/steedos-platform
|
https://api.github.com/repos/steedos/steedos-platform
|
closed
|
[Bug]: 审批,前台流程图显示需优化
|
bug done priority: High
|
### Description
前台显示流程图,有时会这样

手机上更是没法看清
症结之一,在于,把 全部岗位成员都列出了,导致 节点非常宽
对比之前的版本

显示的 是 岗位的名称 而非 全体姓名 。手机上也看得清。
### Steps To Reproduce 重现步骤
审批,某待办文件,流程图
### Version 版本
2.5.0-beta.29
|
1.0
|
[Bug]: 审批,前台流程图显示需优化 - ### Description
前台显示流程图,有时会这样

手机上更是没法看清
症结之一,在于,把 全部岗位成员都列出了,导致 节点非常宽
对比之前的版本

显示的 是 岗位的名称 而非 全体姓名 。手机上也看得清。
### Steps To Reproduce 重现步骤
审批,某待办文件,流程图
### Version 版本
2.5.0-beta.29
|
priority
|
审批,前台流程图显示需优化 description 前台显示流程图,有时会这样 手机上更是没法看清 症结之一,在于,把 全部岗位成员都列出了,导致 节点非常宽 对比之前的版本 显示的 是 岗位的名称 而非 全体姓名 。手机上也看得清。 steps to reproduce 重现步骤 审批,某待办文件,流程图 version 版本 beta
| 1
|
489,959
| 14,113,952,038
|
IssuesEvent
|
2020-11-07 13:49:13
|
MarcusWolschon/osmeditor4android
|
https://api.github.com/repos/MarcusWolschon/osmeditor4android
|
opened
|
Address letsencrypt certs no longer working on pre 7.1 devices
|
High Priority Task
|
See https://letsencrypt.org/2020/11/06/own-two-feet.html
Potentially we can include the current letsencrypt cert with the app, needs to be investigated.
|
1.0
|
Address letsencrypt certs no longer working on pre 7.1 devices - See https://letsencrypt.org/2020/11/06/own-two-feet.html
Potentially we can include the current letsencrypt cert with the app, needs to be investigated.
|
priority
|
address letsencrypt certs no longer working on pre devices see potentially we can include the current letsencrypt cert with the app needs to be investigated
| 1
|
417,640
| 12,167,830,325
|
IssuesEvent
|
2020-04-27 11:37:42
|
aau-giraf/wiki
|
https://api.github.com/repos/aau-giraf/wiki
|
closed
|
As a developer, I would like all specifications for the applications to be specified in the wiki
|
Gruppe 13 priority: high type: feature
|
**Is your feature request related to a problem? Please describe.**
It is hard to figure out what versions of frameworks, sdk's and so on that we are using
**Describe the solution you'd like**
A page explaning all specifications such as:
* Android sdk minimum version
* Minimum supported resolution
* .NET core version
* Flutter version
* DBMS version
|
1.0
|
As a developer, I would like all specifications for the applications to be specified in the wiki - **Is your feature request related to a problem? Please describe.**
It is hard to figure out what versions of frameworks, sdk's and so on that we are using
**Describe the solution you'd like**
A page explaning all specifications such as:
* Android sdk minimum version
* Minimum supported resolution
* .NET core version
* Flutter version
* DBMS version
|
priority
|
as a developer i would like all specifications for the applications to be specified in the wiki is your feature request related to a problem please describe it is hard to figure out what versions of frameworks sdk s and so on that we are using describe the solution you d like a page explaning all specifications such as android sdk minimum version minimum supported resolution net core version flutter version dbms version
| 1
|
2,489
| 2,525,874,729
|
IssuesEvent
|
2015-01-21 07:05:00
|
graybeal/ont
|
https://api.github.com/repos/graybeal/ont
|
closed
|
metadata association per mapping
|
1 star enhancement imported Milestone-Beta1 Priority-High vine
|
_From [caru...@gmail.com](https://code.google.com/u/113886747689301365533/) on August 31, 2009 14:57:36_
What capability do you want added or improved? Ability to associate metadata to each mapping in the VINE interface. Where do you want this capability to be accessible? In Web VINE What sort of input/command mechanism do you want? A section with some attributes, eg., comments, confidence (as in standalone
VINE), an others. Need to determine what attributes are necessary/desired. What is the desired output (content, format, location)? Metadata captured appropriately in the resulting ontology. See issue `#166` What version of the product are you using? MMI Portal 1.5.0.alpha14 (20090831104811)
_Original issue: http://code.google.com/p/mmisw/issues/detail?id=169_
|
1.0
|
metadata association per mapping - _From [caru...@gmail.com](https://code.google.com/u/113886747689301365533/) on August 31, 2009 14:57:36_
What capability do you want added or improved? Ability to associate metadata to each mapping in the VINE interface. Where do you want this capability to be accessible? In Web VINE What sort of input/command mechanism do you want? A section with some attributes, eg., comments, confidence (as in standalone
VINE), an others. Need to determine what attributes are necessary/desired. What is the desired output (content, format, location)? Metadata captured appropriately in the resulting ontology. See issue `#166` What version of the product are you using? MMI Portal 1.5.0.alpha14 (20090831104811)
_Original issue: http://code.google.com/p/mmisw/issues/detail?id=169_
|
priority
|
metadata association per mapping from on august what capability do you want added or improved ability to associate metadata to each mapping in the vine interface where do you want this capability to be accessible in web vine what sort of input command mechanism do you want a section with some attributes eg comments confidence as in standalone vine an others need to determine what attributes are necessary desired what is the desired output content format location metadata captured appropriately in the resulting ontology see issue what version of the product are you using mmi portal original issue
| 1
|
518,147
| 15,024,754,627
|
IssuesEvent
|
2021-02-01 20:05:33
|
eventespresso/barista
|
https://api.github.com/repos/eventespresso/barista
|
opened
|
Changes to TPC and Price Change Behaviour for Tickets with Existing Registrations
|
C: UI/UX 🚽 D: EDTR ✏️ P2: HIGH priority 😮 S9: please fix 💉 T: enhancement ✨
|
for background plz see: #691 && #694
### issues with implementation added in #694
- I mistakenly stated that the metric to use for blocking ticket price editing should be the ticket `sold` value (see #691) bu this is not correct (sorry).
Why? Because a registrant may have selected to defer payment to later, such as to pay later by cheque, or even cash at the door of the event venue. Allowing a ticket's price to change AFTER a registrant had already completed the registration process is not acceptable for obvious reasons. Again, this is 100% my fault for writing the wrong thing in #691.
We need to change things so that any ticket with related registrations can not incur a price change, regardless of whether those registrations have been paid for yet.
In the following images, the first ticket (T1) is protected from having its price changed because it has 6 of its 10 registrations have paid in full, but the second ticket (Jersey) is NOT protected even though two registrants are already in possession of tickets. BOTH of those tickets should be protected, so instead of using `sold > 0` as the determining factor for blocking price changes, we need to use `regCount > 0`


- For tickets with paid registrations (sold > 0) we have essentially blocked the ticket from functioning (i'm assuming via removing its `onClick` event handler), but other than a change to its `aria-label` property, the button appears to be enabled. This may be confusing to screen readers and other assistive technologies. If we are going to disable the functionality of a button, then we need to actually do so in the DOM by setting the disabled property to true as well as applying any corresponding CSS classes.
- The purpose of #691 is merely to prevent changes to ticket prices when registrations exist, however we should not block any other kinds of edits. What if an admin needs to make a change to the ticket's qty available or other details? This should be allowed. So clicking on the edit ticket form should still be allowed, but only the TPC step should be blocked. I'm guessing this complication is the reason why you decided to block ticket editing completely, but unfortunately we are going to need to figure out a way to handle this tricky situation via a much more difficult path.
- The following alert notification:

would be better if this was triggered:
- upon clicking the TPC button in the ticket card sidebar
- upon clicking any of the fields or buttons in the actual price calculator that affect the price
(amount, add modifier, etc)
however... instead of listing what steps the user has to take (copy ticket, edit price, trash old ticket, etc) we need to automate as much of that as possible. So ideally when the user goes to change a ticket's price, that popover appears explaining why price changes are blocked with options to "cancel" or "copy ticket". If the latter is selected then we need to:
- copy the existing ticket
- archive the existing ticket (currently by trashing it but this should be improved)
- open the TPC for the new ticket
this way, the user can proceed with what they were initially intending to do (change the ticket's price) and they do not have to worry about taking any other steps. This is better because it lessens the chance of user error such as forgetting to archive the previous ticket.
### future steps
To better facilitate this entire UI/UX, I think we should also move forward with either:
- adding a variable string status field to the ticket entity that can then be used to denote whether a ticket is:
- archived
- locked
- sold out
- any other state required in the future
- adding a simpler `TKT_locked` or `TKT_archived' boolean flag to the ticket entity (`isLocked` or `isArchived' for client side code) to achieve the same thing, but with less versatility or expandability
|
1.0
|
Changes to TPC and Price Change Behaviour for Tickets with Existing Registrations - for background plz see: #691 && #694
### issues with implementation added in #694
- I mistakenly stated that the metric to use for blocking ticket price editing should be the ticket `sold` value (see #691) bu this is not correct (sorry).
Why? Because a registrant may have selected to defer payment to later, such as to pay later by cheque, or even cash at the door of the event venue. Allowing a ticket's price to change AFTER a registrant had already completed the registration process is not acceptable for obvious reasons. Again, this is 100% my fault for writing the wrong thing in #691.
We need to change things so that any ticket with related registrations can not incur a price change, regardless of whether those registrations have been paid for yet.
In the following images, the first ticket (T1) is protected from having its price changed because it has 6 of its 10 registrations have paid in full, but the second ticket (Jersey) is NOT protected even though two registrants are already in possession of tickets. BOTH of those tickets should be protected, so instead of using `sold > 0` as the determining factor for blocking price changes, we need to use `regCount > 0`


- For tickets with paid registrations (sold > 0) we have essentially blocked the ticket from functioning (i'm assuming via removing its `onClick` event handler), but other than a change to its `aria-label` property, the button appears to be enabled. This may be confusing to screen readers and other assistive technologies. If we are going to disable the functionality of a button, then we need to actually do so in the DOM by setting the disabled property to true as well as applying any corresponding CSS classes.
- The purpose of #691 is merely to prevent changes to ticket prices when registrations exist, however we should not block any other kinds of edits. What if an admin needs to make a change to the ticket's qty available or other details? This should be allowed. So clicking on the edit ticket form should still be allowed, but only the TPC step should be blocked. I'm guessing this complication is the reason why you decided to block ticket editing completely, but unfortunately we are going to need to figure out a way to handle this tricky situation via a much more difficult path.
- The following alert notification:

would be better if this was triggered:
- upon clicking the TPC button in the ticket card sidebar
- upon clicking any of the fields or buttons in the actual price calculator that affect the price
(amount, add modifier, etc)
however... instead of listing what steps the user has to take (copy ticket, edit price, trash old ticket, etc) we need to automate as much of that as possible. So ideally when the user goes to change a ticket's price, that popover appears explaining why price changes are blocked with options to "cancel" or "copy ticket". If the latter is selected then we need to:
- copy the existing ticket
- archive the existing ticket (currently by trashing it but this should be improved)
- open the TPC for the new ticket
this way, the user can proceed with what they were initially intending to do (change the ticket's price) and they do not have to worry about taking any other steps. This is better because it lessens the chance of user error such as forgetting to archive the previous ticket.
### future steps
To better facilitate this entire UI/UX, I think we should also move forward with either:
- adding a variable string status field to the ticket entity that can then be used to denote whether a ticket is:
- archived
- locked
- sold out
- any other state required in the future
- adding a simpler `TKT_locked` or `TKT_archived' boolean flag to the ticket entity (`isLocked` or `isArchived' for client side code) to achieve the same thing, but with less versatility or expandability
|
priority
|
changes to tpc and price change behaviour for tickets with existing registrations for background plz see issues with implementation added in i mistakenly stated that the metric to use for blocking ticket price editing should be the ticket sold value see bu this is not correct sorry why because a registrant may have selected to defer payment to later such as to pay later by cheque or even cash at the door of the event venue allowing a ticket s price to change after a registrant had already completed the registration process is not acceptable for obvious reasons again this is my fault for writing the wrong thing in we need to change things so that any ticket with related registrations can not incur a price change regardless of whether those registrations have been paid for yet in the following images the first ticket is protected from having its price changed because it has of its registrations have paid in full but the second ticket jersey is not protected even though two registrants are already in possession of tickets both of those tickets should be protected so instead of using sold as the determining factor for blocking price changes we need to use regcount for tickets with paid registrations sold we have essentially blocked the ticket from functioning i m assuming via removing its onclick event handler but other than a change to its aria label property the button appears to be enabled this may be confusing to screen readers and other assistive technologies if we are going to disable the functionality of a button then we need to actually do so in the dom by setting the disabled property to true as well as applying any corresponding css classes the purpose of is merely to prevent changes to ticket prices when registrations exist however we should not block any other kinds of edits what if an admin needs to make a change to the ticket s qty available or other details this should be allowed so clicking on the edit ticket form should still be allowed but only the tpc step should be blocked i m guessing this complication is the reason why you decided to block ticket editing completely but unfortunately we are going to need to figure out a way to handle this tricky situation via a much more difficult path the following alert notification would be better if this was triggered upon clicking the tpc button in the ticket card sidebar upon clicking any of the fields or buttons in the actual price calculator that affect the price amount add modifier etc however instead of listing what steps the user has to take copy ticket edit price trash old ticket etc we need to automate as much of that as possible so ideally when the user goes to change a ticket s price that popover appears explaining why price changes are blocked with options to cancel or copy ticket if the latter is selected then we need to copy the existing ticket archive the existing ticket currently by trashing it but this should be improved open the tpc for the new ticket this way the user can proceed with what they were initially intending to do change the ticket s price and they do not have to worry about taking any other steps this is better because it lessens the chance of user error such as forgetting to archive the previous ticket future steps to better facilitate this entire ui ux i think we should also move forward with either adding a variable string status field to the ticket entity that can then be used to denote whether a ticket is archived locked sold out any other state required in the future adding a simpler tkt locked or tkt archived boolean flag to the ticket entity islocked or isarchived for client side code to achieve the same thing but with less versatility or expandability
| 1
|
692,664
| 23,745,126,126
|
IssuesEvent
|
2022-08-31 15:20:51
|
bitoid/bksi
|
https://api.github.com/repos/bitoid/bksi
|
closed
|
Create and Export `Imprint` page using DC module
|
high priority
|
[Imprint Page on Github Pages](https://chkhikvadzeg.github.io/BKSI/src/impressium.html)
- [x] Add `Imprint` Page using Page content type;
- [x] Install `Default Content` module https://www.drupal.org/project/default_content;
- [x] Create new custom module called `bksi_default_content`;
- [x] Export `Imprint Page` using DC module;
|
1.0
|
Create and Export `Imprint` page using DC module - [Imprint Page on Github Pages](https://chkhikvadzeg.github.io/BKSI/src/impressium.html)
- [x] Add `Imprint` Page using Page content type;
- [x] Install `Default Content` module https://www.drupal.org/project/default_content;
- [x] Create new custom module called `bksi_default_content`;
- [x] Export `Imprint Page` using DC module;
|
priority
|
create and export imprint page using dc module add imprint page using page content type install default content module create new custom module called bksi default content export imprint page using dc module
| 1
|
637,788
| 20,677,816,574
|
IssuesEvent
|
2022-03-10 10:57:18
|
bitfoundation/bitframework
|
https://api.github.com/repos/bitfoundation/bitframework
|
closed
|
Modify playground project home page
|
area / components feature high priority
|
There is a new design provided for the home page which must be implemented.
|
1.0
|
Modify playground project home page - There is a new design provided for the home page which must be implemented.
|
priority
|
modify playground project home page there is a new design provided for the home page which must be implemented
| 1
|
147,239
| 5,635,884,453
|
IssuesEvent
|
2017-04-06 02:47:56
|
victorhahn/SCIM
|
https://api.github.com/repos/victorhahn/SCIM
|
closed
|
Pseudo Delete
|
high priority
|
1. Add column to each main table that corresponds to a page on the site, add an isArchived boolean (1 if true, 0 if false) - Events, Event Types, Clients, Vendors, Vendor Types, Vendor Documents, Inventory, Reminders
2. Add dropdown or buttons to show either All Records, Archived Records, or Current Records
3. Add back a delete icon, on button click update that row of the db's isArchived bool
4. Change all select statements of app
5. Change all input statements of app, default to isArchived=0
|
1.0
|
Pseudo Delete - 1. Add column to each main table that corresponds to a page on the site, add an isArchived boolean (1 if true, 0 if false) - Events, Event Types, Clients, Vendors, Vendor Types, Vendor Documents, Inventory, Reminders
2. Add dropdown or buttons to show either All Records, Archived Records, or Current Records
3. Add back a delete icon, on button click update that row of the db's isArchived bool
4. Change all select statements of app
5. Change all input statements of app, default to isArchived=0
|
priority
|
pseudo delete add column to each main table that corresponds to a page on the site add an isarchived boolean if true if false events event types clients vendors vendor types vendor documents inventory reminders add dropdown or buttons to show either all records archived records or current records add back a delete icon on button click update that row of the db s isarchived bool change all select statements of app change all input statements of app default to isarchived
| 1
|
787,298
| 27,713,322,818
|
IssuesEvent
|
2023-03-14 15:28:19
|
AY2223S2-CS2113-W12-2/tp
|
https://api.github.com/repos/AY2223S2-CS2113-W12-2/tp
|
closed
|
As a basic user, I can delete the information of a company who is no longer able to attend the career fair
|
type.Story priority.High
|
... so that I can update the basic record of who is attending the event and not be distracted by irrelevant data.
|
1.0
|
As a basic user, I can delete the information of a company who is no longer able to attend the career fair - ... so that I can update the basic record of who is attending the event and not be distracted by irrelevant data.
|
priority
|
as a basic user i can delete the information of a company who is no longer able to attend the career fair so that i can update the basic record of who is attending the event and not be distracted by irrelevant data
| 1
|
718,767
| 24,731,366,795
|
IssuesEvent
|
2022-10-20 17:53:31
|
dtcenter/METplotpy
|
https://api.github.com/repos/dtcenter/METplotpy
|
closed
|
Fix warnings in Github Actions
|
type: bug priority: high component: CI/CD reporting: DTC NOAA BASE requestor: METplus Team
|
## Describe the Problem ##
Github actions is now creating new warnings:
https://github.com/dtcenter/METplus/issues/1863
### Expected Behavior ###
### Environment ###
Describe your runtime environment:
*1. Machine: (e.g. HPC name, Linux Workstation, Mac Laptop)*
*2. OS: (e.g. RedHat Linux, MacOS)*
*3. Software version number(s)*
### To Reproduce ###
Describe the steps to reproduce the behavior:
*1. Go to '...'*
*2. Click on '....'*
*3. Scroll down to '....'*
*4. See error*
*Post relevant sample data following these instructions:*
*https://dtcenter.org/community-code/model-evaluation-tools-met/met-help-desk#ftp*
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
### Funding Source ###
2792542
## Define the Metadata ##
### Assignee ###
- [ ] Select **engineer(s)** or **no engineer** required
- [ ] Select **scientist(s)** or **no scientist** required
### Labels ###
- [ ] Select **component(s)**
- [ ] Select **priority**
- [ ] Select **requestor(s)**
### Projects and Milestone ###
- [ ] Select **Organization** level **Project** for support of the current coordinated release
- [ ] Select **Repository** level **Project** for development toward the next official release or add **alert: NEED PROJECT ASSIGNMENT** label
- [ ] Select **Milestone** as the next bugfix version
## Define Related Issue(s) ##
Consider the impact to the other METplus components.
- [ ] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdataio](https://github.com/dtcenter/METdataio/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose)
## Bugfix Checklist ##
See the [METplus Workflow](https://metplus.readthedocs.io/en/latest/Contributors_Guide/github_workflow.html) for details.
- [ ] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [ ] Fork this repository or create a branch of **main_\<Version>**.
Branch name: `bugfix_<Issue Number>_main_<Version>_<Description>`
- [ ] Fix the bug and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update unit tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **main_\<Version>**.
Pull request: `bugfix <Issue Number> main_<Version> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)** and **Linked issues**
Select: **Organization** level software support **Project** for the current coordinated release
Select: **Milestone** as the next bugfix version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Complete the steps above to fix the bug on the **develop** branch.
Branch name: `bugfix_<Issue Number>_develop_<Description>`
Pull request: `bugfix <Issue Number> develop <Description>`
Select: **Reviewer(s)** and **Linked issues**
Select: **Repository** level development cycle **Project** for the next official release
Select: **Milestone** as the next official version
- [ ] Close this issue.
|
1.0
|
Fix warnings in Github Actions -
## Describe the Problem ##
Github actions is now creating new warnings:
https://github.com/dtcenter/METplus/issues/1863
### Expected Behavior ###
### Environment ###
Describe your runtime environment:
*1. Machine: (e.g. HPC name, Linux Workstation, Mac Laptop)*
*2. OS: (e.g. RedHat Linux, MacOS)*
*3. Software version number(s)*
### To Reproduce ###
Describe the steps to reproduce the behavior:
*1. Go to '...'*
*2. Click on '....'*
*3. Scroll down to '....'*
*4. See error*
*Post relevant sample data following these instructions:*
*https://dtcenter.org/community-code/model-evaluation-tools-met/met-help-desk#ftp*
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
### Funding Source ###
2792542
## Define the Metadata ##
### Assignee ###
- [ ] Select **engineer(s)** or **no engineer** required
- [ ] Select **scientist(s)** or **no scientist** required
### Labels ###
- [ ] Select **component(s)**
- [ ] Select **priority**
- [ ] Select **requestor(s)**
### Projects and Milestone ###
- [ ] Select **Organization** level **Project** for support of the current coordinated release
- [ ] Select **Repository** level **Project** for development toward the next official release or add **alert: NEED PROJECT ASSIGNMENT** label
- [ ] Select **Milestone** as the next bugfix version
## Define Related Issue(s) ##
Consider the impact to the other METplus components.
- [ ] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdataio](https://github.com/dtcenter/METdataio/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose)
## Bugfix Checklist ##
See the [METplus Workflow](https://metplus.readthedocs.io/en/latest/Contributors_Guide/github_workflow.html) for details.
- [ ] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [ ] Fork this repository or create a branch of **main_\<Version>**.
Branch name: `bugfix_<Issue Number>_main_<Version>_<Description>`
- [ ] Fix the bug and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update unit tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **main_\<Version>**.
Pull request: `bugfix <Issue Number> main_<Version> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)** and **Linked issues**
Select: **Organization** level software support **Project** for the current coordinated release
Select: **Milestone** as the next bugfix version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Complete the steps above to fix the bug on the **develop** branch.
Branch name: `bugfix_<Issue Number>_develop_<Description>`
Pull request: `bugfix <Issue Number> develop <Description>`
Select: **Reviewer(s)** and **Linked issues**
Select: **Repository** level development cycle **Project** for the next official release
Select: **Milestone** as the next official version
- [ ] Close this issue.
|
priority
|
fix warnings in github actions describe the problem github actions is now creating new warnings expected behavior environment describe your runtime environment machine e g hpc name linux workstation mac laptop os e g redhat linux macos software version number s to reproduce describe the steps to reproduce the behavior go to click on scroll down to see error post relevant sample data following these instructions relevant deadlines list relevant project deadlines here or state none funding source define the metadata assignee select engineer s or no engineer required select scientist s or no scientist required labels select component s select priority select requestor s projects and milestone select organization level project for support of the current coordinated release select repository level project for development toward the next official release or add alert need project assignment label select milestone as the next bugfix version define related issue s consider the impact to the other metplus components bugfix checklist see the for details complete the issue definition above including the time estimate and funding source fork this repository or create a branch of main branch name bugfix main fix the bug and test your changes add update log messages for easier debugging add update unit tests add update documentation push local changes to github submit a pull request to merge into main pull request bugfix main define the pull request metadata as permissions allow select reviewer s and linked issues select organization level software support project for the current coordinated release select milestone as the next bugfix version iterate until the reviewer s accept and merge your changes delete your fork or branch complete the steps above to fix the bug on the develop branch branch name bugfix develop pull request bugfix develop select reviewer s and linked issues select repository level development cycle project for the next official release select milestone as the next official version close this issue
| 1
|
656,667
| 21,771,323,415
|
IssuesEvent
|
2022-05-13 09:21:33
|
bossbuwi/existence
|
https://api.github.com/repos/bossbuwi/existence
|
closed
|
Organize publishing process
|
enhancement logic high priority
|
The following needs to be done:
- Export the jar file with the dependencies not included on the main file.
- Use profiles when launching the app.
|
1.0
|
Organize publishing process - The following needs to be done:
- Export the jar file with the dependencies not included on the main file.
- Use profiles when launching the app.
|
priority
|
organize publishing process the following needs to be done export the jar file with the dependencies not included on the main file use profiles when launching the app
| 1
|
519,470
| 15,051,807,731
|
IssuesEvent
|
2021-02-03 14:31:37
|
carbon-design-system/carbon-charts
|
https://api.github.com/repos/carbon-design-system/carbon-charts
|
closed
|
Stacked bar chart stacks from bottom, but tooltip and legend goes from top
|
accessibility bug 🐛 priority: high
|
#### I am submitting a...
- [ ] Feature request
- [x] Design defect
- [ ] Source code defect
- [ ] Demo/documentation defect
- [ ] Other
#### charts version:
0.29.1
### Issue description
If I make a stacked bar chart even though the legend and the tooltip read from the top to bottom of the data set order, the stacking is actually happening from bottom up.
#### Steps to produce the issue
Reproducible even in the demo chart provided by Carbon Charts
### Screenshot or recording
Notice the legend goes 1, 2 as well as the tooltip


But that the bar is actually reversed visually
|
1.0
|
Stacked bar chart stacks from bottom, but tooltip and legend goes from top - #### I am submitting a...
- [ ] Feature request
- [x] Design defect
- [ ] Source code defect
- [ ] Demo/documentation defect
- [ ] Other
#### charts version:
0.29.1
### Issue description
If I make a stacked bar chart even though the legend and the tooltip read from the top to bottom of the data set order, the stacking is actually happening from bottom up.
#### Steps to produce the issue
Reproducible even in the demo chart provided by Carbon Charts
### Screenshot or recording
Notice the legend goes 1, 2 as well as the tooltip


But that the bar is actually reversed visually
|
priority
|
stacked bar chart stacks from bottom but tooltip and legend goes from top i am submitting a feature request design defect source code defect demo documentation defect other charts version issue description if i make a stacked bar chart even though the legend and the tooltip read from the top to bottom of the data set order the stacking is actually happening from bottom up steps to produce the issue reproducible even in the demo chart provided by carbon charts screenshot or recording notice the legend goes as well as the tooltip but that the bar is actually reversed visually
| 1
|
388,391
| 11,487,373,932
|
IssuesEvent
|
2020-02-11 11:49:31
|
AugurProject/augur
|
https://api.github.com/repos/AugurProject/augur
|
closed
|
Unable to press confirm on invalid - happening on scalar markets
|
Bug Needed for V2 launch Priority: High
|
The button only becomes activated when I enter a pre-filled stake amount

|
1.0
|
Unable to press confirm on invalid - happening on scalar markets - The button only becomes activated when I enter a pre-filled stake amount

|
priority
|
unable to press confirm on invalid happening on scalar markets the button only becomes activated when i enter a pre filled stake amount
| 1
|
725,370
| 24,960,448,230
|
IssuesEvent
|
2022-11-01 15:08:08
|
dipterix/threeBrain
|
https://api.github.com/repos/dipterix/threeBrain
|
closed
|
Improper transform when rendering volumes
|
bug high-priority
|
The Nifti IJK to XYZ calculation is wrong when slicing space is not 1mm.
* NifTi documentation [here (page 2)](https://nifti.nimh.nih.gov/nifti-1/documentation/nifti1diagrams_v2.pdf)
This bug flaws the localization module. To fix the issue,
- [X] Fix the transform matrix IJK to XYZ (commit https://github.com/dipterix/threeBrain/commit/825f4d39c8f5493dccef292563b8aa954b47a133)
- [X] Fix the volume raycaster (commit https://github.com/dipterix/threeBrain/commit/825f4d39c8f5493dccef292563b8aa954b47a133)
The transform by Nifti maps voxels to scanner space. However, users might co-register CT to FreeSurfer-generated T1 (sits in tkrRAS). Therefore in the localization, we need to add options on whether XYZ to RAS should be added to transform.
- [x] Add options to remove XYZ to RAS transform
- [x] Provide options in RAVE 2.0 pipeline, allowing users to coregister CT either to MRI (scanner space) or to tkrRAS space
- [ ] ~~Also add yaml files to save coregister parameters~~
- [x] Allow users to use AFNI instead of FSL to allineate the CT to T1
|
1.0
|
Improper transform when rendering volumes - The Nifti IJK to XYZ calculation is wrong when slicing space is not 1mm.
* NifTi documentation [here (page 2)](https://nifti.nimh.nih.gov/nifti-1/documentation/nifti1diagrams_v2.pdf)
This bug flaws the localization module. To fix the issue,
- [X] Fix the transform matrix IJK to XYZ (commit https://github.com/dipterix/threeBrain/commit/825f4d39c8f5493dccef292563b8aa954b47a133)
- [X] Fix the volume raycaster (commit https://github.com/dipterix/threeBrain/commit/825f4d39c8f5493dccef292563b8aa954b47a133)
The transform by Nifti maps voxels to scanner space. However, users might co-register CT to FreeSurfer-generated T1 (sits in tkrRAS). Therefore in the localization, we need to add options on whether XYZ to RAS should be added to transform.
- [x] Add options to remove XYZ to RAS transform
- [x] Provide options in RAVE 2.0 pipeline, allowing users to coregister CT either to MRI (scanner space) or to tkrRAS space
- [ ] ~~Also add yaml files to save coregister parameters~~
- [x] Allow users to use AFNI instead of FSL to allineate the CT to T1
|
priority
|
improper transform when rendering volumes the nifti ijk to xyz calculation is wrong when slicing space is not nifti documentation this bug flaws the localization module to fix the issue fix the transform matrix ijk to xyz commit fix the volume raycaster commit the transform by nifti maps voxels to scanner space however users might co register ct to freesurfer generated sits in tkrras therefore in the localization we need to add options on whether xyz to ras should be added to transform add options to remove xyz to ras transform provide options in rave pipeline allowing users to coregister ct either to mri scanner space or to tkrras space also add yaml files to save coregister parameters allow users to use afni instead of fsl to allineate the ct to
| 1
|
550,140
| 16,105,607,190
|
IssuesEvent
|
2021-04-27 14:36:58
|
ooni/probe
|
https://api.github.com/repos/ooni/probe
|
closed
|
android: different ClientHello between debug and release mode
|
bug effort/XL priority/high
|
Now that I understand the problem, it's actually quite simple. (It's always like that.)
1. The TLS codebase [chooses whether to put AES at top or not](https://github.com/golang/go/blob/master/src/crypto/tls/common.go#L1470) depending on hardware flags.
2. Hardware flags [are initialized from the system auxv](https://github.com/golang/go/blob/master/src/internal/cpu/cpu_arm64_hwcap.go#L25).
3. Reading the system auxv on Android [depends on /proc/self/auxv being readable](https://github.com/golang/go/blob/master/src/runtime/os_linux.go#L217).
4. If /proc/self/auxv is not readable, the code will not initialize the hardware capabilities and it will just attempt to determine the page size.
5. It's documented that Go will not be able to open /proc/self/auxv in release mode (see https://github.com/golang/go/issues/9229) in many (all?) cases.
6. It's documented that in some networks not having the AES cipher at top causes a TLS protocol mismatch that prevents any TLS communication (see https://github.com/v2fly/v2ray-core/issues/557).
The way in which v2ray developers fixed the issue seem to be using uTLS. We are already investigating this possibility. We are also considering modifying Go and using the modified Go for now, while we continue working on uTLS.
|
1.0
|
android: different ClientHello between debug and release mode - Now that I understand the problem, it's actually quite simple. (It's always like that.)
1. The TLS codebase [chooses whether to put AES at top or not](https://github.com/golang/go/blob/master/src/crypto/tls/common.go#L1470) depending on hardware flags.
2. Hardware flags [are initialized from the system auxv](https://github.com/golang/go/blob/master/src/internal/cpu/cpu_arm64_hwcap.go#L25).
3. Reading the system auxv on Android [depends on /proc/self/auxv being readable](https://github.com/golang/go/blob/master/src/runtime/os_linux.go#L217).
4. If /proc/self/auxv is not readable, the code will not initialize the hardware capabilities and it will just attempt to determine the page size.
5. It's documented that Go will not be able to open /proc/self/auxv in release mode (see https://github.com/golang/go/issues/9229) in many (all?) cases.
6. It's documented that in some networks not having the AES cipher at top causes a TLS protocol mismatch that prevents any TLS communication (see https://github.com/v2fly/v2ray-core/issues/557).
The way in which v2ray developers fixed the issue seem to be using uTLS. We are already investigating this possibility. We are also considering modifying Go and using the modified Go for now, while we continue working on uTLS.
|
priority
|
android different clienthello between debug and release mode now that i understand the problem it s actually quite simple it s always like that the tls codebase depending on hardware flags hardware flags reading the system auxv on android if proc self auxv is not readable the code will not initialize the hardware capabilities and it will just attempt to determine the page size it s documented that go will not be able to open proc self auxv in release mode see in many all cases it s documented that in some networks not having the aes cipher at top causes a tls protocol mismatch that prevents any tls communication see the way in which developers fixed the issue seem to be using utls we are already investigating this possibility we are also considering modifying go and using the modified go for now while we continue working on utls
| 1
|
788,278
| 27,749,347,308
|
IssuesEvent
|
2023-03-15 19:25:32
|
az-digital/az_quickstart
|
https://api.github.com/repos/az-digital/az_quickstart
|
closed
|
Update Drupal core to 9.4.12 (security update)
|
bug dependencies high priority Drupal patch release 2.5.x only
|
## Problem/Motivation
[drupal.org/sa-core-2023-002](https://www.drupal.org/sa-core-2023-002)
[drupal.org/sa-core-2023-003](https://www.drupal.org/sa-core-2023-003)
[drupal.org/sa-core-2023-004](https://www.drupal.org/sa-core-2023-004)
## Proposed resolution
https://www.drupal.org/project/drupal/releases/9.4.12
|
1.0
|
Update Drupal core to 9.4.12 (security update) - ## Problem/Motivation
[drupal.org/sa-core-2023-002](https://www.drupal.org/sa-core-2023-002)
[drupal.org/sa-core-2023-003](https://www.drupal.org/sa-core-2023-003)
[drupal.org/sa-core-2023-004](https://www.drupal.org/sa-core-2023-004)
## Proposed resolution
https://www.drupal.org/project/drupal/releases/9.4.12
|
priority
|
update drupal core to security update problem motivation proposed resolution
| 1
|
511,926
| 14,885,049,110
|
IssuesEvent
|
2021-01-20 15:17:24
|
OpenSRP/opensrp-server-web
|
https://api.github.com/repos/OpenSRP/opensrp-server-web
|
opened
|
Upload json form is throwing a 400 error RVL-339
|
Priority: High
|
1. Login to web stage: https://web.reveal-stage.smartregister.org/manifest/file-upload
2. Go to admin- releases and click on upload form.
3. Upload a json form.
4. I uploaded a blodd screening json form.
5. Click upload.
6. Observe the error.

|
1.0
|
Upload json form is throwing a 400 error RVL-339 - 1. Login to web stage: https://web.reveal-stage.smartregister.org/manifest/file-upload
2. Go to admin- releases and click on upload form.
3. Upload a json form.
4. I uploaded a blodd screening json form.
5. Click upload.
6. Observe the error.

|
priority
|
upload json form is throwing a error rvl login to web stage go to admin releases and click on upload form upload a json form i uploaded a blodd screening json form click upload observe the error
| 1
|
223,411
| 7,453,575,364
|
IssuesEvent
|
2018-03-29 12:29:22
|
material-components/material-components-ios
|
https://api.github.com/repos/material-components/material-components-ios
|
opened
|
[Typography] Add new font style values
|
is:Blocked priority:high where:Typography
|
Depends on #3170.
Add the following new font styles:
- Headline 1 | Light 96 / -1.5 tracking
- Headline 2 | Light 60 / -.5 tracking
- Headline 3 | Regular 48 / 0 tracking
- Headline 4 | Regular 34 / .25 tracking
- Headline 5 | Regular 24 / 0 tracking
- Headline 6 | Medium 20 / .25 tracking
- Subtitle 1 | Regular 16 / .15 tracking
- Subtitle 2 | Medium 14 / .1 tracking
- Body 1 | Regular 16 / .5 tracking
- Body 2 | Regular 14 / .25 tracking
- Caption | Regular 12 / .4 tracking
- Button | Medium all caps 14 / 1.25 tracking
- Overline | Medium all caps 12 / 2 tracking
Note:
- We support Dynamic Type, which complicates this picture, but for now, implement using `UIContentSizeCategoryLarge` (the default) only and TODO(ajsecord) will track the rest of the work.
- `MDCFontTraits` currently has tracking as a parameter but they are all set to zero. Set the above tracking values for the `UIContentSizeCategoryLarge` category and leave the rest to zero. Not having tracking for certain categories is a smaller issue.
|
1.0
|
[Typography] Add new font style values - Depends on #3170.
Add the following new font styles:
- Headline 1 | Light 96 / -1.5 tracking
- Headline 2 | Light 60 / -.5 tracking
- Headline 3 | Regular 48 / 0 tracking
- Headline 4 | Regular 34 / .25 tracking
- Headline 5 | Regular 24 / 0 tracking
- Headline 6 | Medium 20 / .25 tracking
- Subtitle 1 | Regular 16 / .15 tracking
- Subtitle 2 | Medium 14 / .1 tracking
- Body 1 | Regular 16 / .5 tracking
- Body 2 | Regular 14 / .25 tracking
- Caption | Regular 12 / .4 tracking
- Button | Medium all caps 14 / 1.25 tracking
- Overline | Medium all caps 12 / 2 tracking
Note:
- We support Dynamic Type, which complicates this picture, but for now, implement using `UIContentSizeCategoryLarge` (the default) only and TODO(ajsecord) will track the rest of the work.
- `MDCFontTraits` currently has tracking as a parameter but they are all set to zero. Set the above tracking values for the `UIContentSizeCategoryLarge` category and leave the rest to zero. Not having tracking for certain categories is a smaller issue.
|
priority
|
add new font style values depends on add the following new font styles headline light tracking headline light tracking headline regular tracking headline regular tracking headline regular tracking headline medium tracking subtitle regular tracking subtitle medium tracking body regular tracking body regular tracking caption regular tracking button medium all caps tracking overline medium all caps tracking note we support dynamic type which complicates this picture but for now implement using uicontentsizecategorylarge the default only and todo ajsecord will track the rest of the work mdcfonttraits currently has tracking as a parameter but they are all set to zero set the above tracking values for the uicontentsizecategorylarge category and leave the rest to zero not having tracking for certain categories is a smaller issue
| 1
|
708,210
| 24,334,058,210
|
IssuesEvent
|
2022-09-30 23:13:44
|
Unity-Technologies/com.unity.netcode.gameobjects
|
https://api.github.com/repos/Unity-Technologies/com.unity.netcode.gameobjects
|
closed
|
NetworkConfig cached Hash not cleared when switching server
|
type:bug priority:high stat:imported
|
So I noticed that if I try to disconnect from a server (for example a lobby server that doesn't manage scenes) and try to connect to another server (for example game server that manage scenes), it doesn't work, even though I setup the config on client to be exactly the same than the server I try to connect to.
I realized that the problem is because m_ConfigHash inside NetworkConfig.cs is already set and is never recalculated, even after a Shutdown(). And there are no way to clear the cache.
This is the concerned code:
https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/blob/develop/com.unity.netcode.gameobjects/Runtime/Configuration/NetworkConfig.cs#L237-L255
Suggested solutions :
A) Add a function to clear the cache inside NetworkConfig.cs
```
public void ClearConfigHash()
{
m_ConfigHash = null;
}
```
B) Don't cache on the client, or clear the cache whenever you disconnect on client
Caching makes sense on a server, because it could accept hundreds of connections... But on the client it doesn't make as much sense, because the client connects less often, and also more likely to disconnect and connect to a different type of server. Also whenever you disconnect with Shutdown(), it could reset the m_ConfigHash var. Since I believe that the cache is intended more for the server that stays online and would accept multiple connections before shutdown.
|
1.0
|
NetworkConfig cached Hash not cleared when switching server - So I noticed that if I try to disconnect from a server (for example a lobby server that doesn't manage scenes) and try to connect to another server (for example game server that manage scenes), it doesn't work, even though I setup the config on client to be exactly the same than the server I try to connect to.
I realized that the problem is because m_ConfigHash inside NetworkConfig.cs is already set and is never recalculated, even after a Shutdown(). And there are no way to clear the cache.
This is the concerned code:
https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/blob/develop/com.unity.netcode.gameobjects/Runtime/Configuration/NetworkConfig.cs#L237-L255
Suggested solutions :
A) Add a function to clear the cache inside NetworkConfig.cs
```
public void ClearConfigHash()
{
m_ConfigHash = null;
}
```
B) Don't cache on the client, or clear the cache whenever you disconnect on client
Caching makes sense on a server, because it could accept hundreds of connections... But on the client it doesn't make as much sense, because the client connects less often, and also more likely to disconnect and connect to a different type of server. Also whenever you disconnect with Shutdown(), it could reset the m_ConfigHash var. Since I believe that the cache is intended more for the server that stays online and would accept multiple connections before shutdown.
|
priority
|
networkconfig cached hash not cleared when switching server so i noticed that if i try to disconnect from a server for example a lobby server that doesn t manage scenes and try to connect to another server for example game server that manage scenes it doesn t work even though i setup the config on client to be exactly the same than the server i try to connect to i realized that the problem is because m confighash inside networkconfig cs is already set and is never recalculated even after a shutdown and there are no way to clear the cache this is the concerned code suggested solutions a add a function to clear the cache inside networkconfig cs public void clearconfighash m confighash null b don t cache on the client or clear the cache whenever you disconnect on client caching makes sense on a server because it could accept hundreds of connections but on the client it doesn t make as much sense because the client connects less often and also more likely to disconnect and connect to a different type of server also whenever you disconnect with shutdown it could reset the m confighash var since i believe that the cache is intended more for the server that stays online and would accept multiple connections before shutdown
| 1
|
732,211
| 25,249,113,666
|
IssuesEvent
|
2022-11-15 13:26:45
|
ramp4-pcar4/story-ramp
|
https://api.github.com/repos/ramp4-pcar4/story-ramp
|
closed
|
Dynamic panel links not focused when tabbing through app
|
StoryRAMP Viewer Needs: estimate Bug Priority: High
|
From @RyanCoulsonCA
1. Links that change the panel in dynamic panels are not focused when tabbing through the app
2. Chrome on Windows
3. Tab through the app, when you get to Section 1.1 notice that when you continue tabbing, focus is not placed on the black links in the left panel (like "learn more", "4 migratory bird sanctuaries...", etc)
|
1.0
|
Dynamic panel links not focused when tabbing through app - From @RyanCoulsonCA
1. Links that change the panel in dynamic panels are not focused when tabbing through the app
2. Chrome on Windows
3. Tab through the app, when you get to Section 1.1 notice that when you continue tabbing, focus is not placed on the black links in the left panel (like "learn more", "4 migratory bird sanctuaries...", etc)
|
priority
|
dynamic panel links not focused when tabbing through app from ryancoulsonca links that change the panel in dynamic panels are not focused when tabbing through the app chrome on windows tab through the app when you get to section notice that when you continue tabbing focus is not placed on the black links in the left panel like learn more migratory bird sanctuaries etc
| 1
|
780,800
| 27,408,939,357
|
IssuesEvent
|
2023-03-01 09:12:27
|
ballerina-platform/ballerina-lang
|
https://api.github.com/repos/ballerina-platform/ballerina-lang
|
opened
|
[Debugger] Breakpoints are not working for ballerina sources having space characters in path
|
Type/Bug Priority/High Area/Debugger Team/DevTools
|
### Description
$subject was observed on macOS variants, where the path of the ballerina package has one or more space characters in it.
### Steps to Reproduce
1. create a new ballerina package inside a directory, which has space(s) in its directory name/path.
2. run the VScode debugger on the same package.
### Affected Version(s)
_No response_
### OS, DB, other environment details and versions
_No response_
### Related area
-> Compilation
### Related issue(s) (optional)
_No response_
### Suggested label(s) (optional)
_No response_
### Suggested assignee(s) (optional)
_No response_
|
1.0
|
[Debugger] Breakpoints are not working for ballerina sources having space characters in path - ### Description
$subject was observed on macOS variants, where the path of the ballerina package has one or more space characters in it.
### Steps to Reproduce
1. create a new ballerina package inside a directory, which has space(s) in its directory name/path.
2. run the VScode debugger on the same package.
### Affected Version(s)
_No response_
### OS, DB, other environment details and versions
_No response_
### Related area
-> Compilation
### Related issue(s) (optional)
_No response_
### Suggested label(s) (optional)
_No response_
### Suggested assignee(s) (optional)
_No response_
|
priority
|
breakpoints are not working for ballerina sources having space characters in path description subject was observed on macos variants where the path of the ballerina package has one or more space characters in it steps to reproduce create a new ballerina package inside a directory which has space s in its directory name path run the vscode debugger on the same package affected version s no response os db other environment details and versions no response related area compilation related issue s optional no response suggested label s optional no response suggested assignee s optional no response
| 1
|
78,226
| 3,509,526,160
|
IssuesEvent
|
2016-01-08 23:15:05
|
OregonCore/OregonCore
|
https://api.github.com/repos/OregonCore/OregonCore
|
closed
|
Debuff system bug (BB #997)
|
Category: Spells migrated Priority: High Type: Bug
|
This issue was migrated from bitbucket.
**Original Reporter:** dragonkeep
**Original Date:** 09.06.2015 19:12:06 GMT+0000
**Original Priority:** critical
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/997
<hr>
Hi!
Priest cast Shadow Word: Pain (rank10), but another priest is cast too, and the enemy get only one debuff. When one priest cast rank10, and the other cast rank9, the enemy get both.
Same effect when cast Vampiric Touch, Mind Flay, Corruption, Curse of Agony, Immolate, Drain Life, Drain Mana... etc-etc.
Sorry about my bad english!
|
1.0
|
Debuff system bug (BB #997) - This issue was migrated from bitbucket.
**Original Reporter:** dragonkeep
**Original Date:** 09.06.2015 19:12:06 GMT+0000
**Original Priority:** critical
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/997
<hr>
Hi!
Priest cast Shadow Word: Pain (rank10), but another priest is cast too, and the enemy get only one debuff. When one priest cast rank10, and the other cast rank9, the enemy get both.
Same effect when cast Vampiric Touch, Mind Flay, Corruption, Curse of Agony, Immolate, Drain Life, Drain Mana... etc-etc.
Sorry about my bad english!
|
priority
|
debuff system bug bb this issue was migrated from bitbucket original reporter dragonkeep original date gmt original priority critical original type bug original state resolved direct link hi priest cast shadow word pain but another priest is cast too and the enemy get only one debuff when one priest cast and the other cast the enemy get both same effect when cast vampiric touch mind flay corruption curse of agony immolate drain life drain mana etc etc sorry about my bad english
| 1
|
684,325
| 23,414,216,985
|
IssuesEvent
|
2022-08-12 21:26:38
|
bcgov/cas-cif
|
https://api.github.com/repos/bcgov/cas-cif
|
closed
|
Add sysdig alerts for CIF Prod
|
Task First Prod Release High Priority
|
We need some sysdig alerts set up for our production CIF namespace. We already have some sysdig alerts set up for our other namespaces, and these can easily be copied over for CIF using the sysdig UI.
High priority alerts:
- No app pods running
- Single app pod running
- Storage space usage high
- CPU usage high
#### Checklist
- Set up alerts
- Onboard new team members to sysdig
- Update mailing list for sysdig
We shouldn't have to use the persistent storage team & can just use the basic team. I think Platform Services removed the need for splitting out storage monitoring into a separate team a little while ago.
|
1.0
|
Add sysdig alerts for CIF Prod - We need some sysdig alerts set up for our production CIF namespace. We already have some sysdig alerts set up for our other namespaces, and these can easily be copied over for CIF using the sysdig UI.
High priority alerts:
- No app pods running
- Single app pod running
- Storage space usage high
- CPU usage high
#### Checklist
- Set up alerts
- Onboard new team members to sysdig
- Update mailing list for sysdig
We shouldn't have to use the persistent storage team & can just use the basic team. I think Platform Services removed the need for splitting out storage monitoring into a separate team a little while ago.
|
priority
|
add sysdig alerts for cif prod we need some sysdig alerts set up for our production cif namespace we already have some sysdig alerts set up for our other namespaces and these can easily be copied over for cif using the sysdig ui high priority alerts no app pods running single app pod running storage space usage high cpu usage high checklist set up alerts onboard new team members to sysdig update mailing list for sysdig we shouldn t have to use the persistent storage team can just use the basic team i think platform services removed the need for splitting out storage monitoring into a separate team a little while ago
| 1
|
172,675
| 6,515,214,714
|
IssuesEvent
|
2017-08-26 12:42:15
|
forcecraft/aion
|
https://api.github.com/repos/forcecraft/aion
|
opened
|
enhancement(elixir): Destroy room on room becoming empty
|
Priority: High Status: Available Type: Enhancement
|
**Type**
Enhancement
**Current behaviour**
Right now when the room is left empty, nothing happens, it just stays there.
**Expected behaviour**
If all the players leave the room, we don't need it to exist, we can trigger saving some data concerning how the game went etc. and free the memory by destroying the room in Aion.Room.Monitor
|
1.0
|
enhancement(elixir): Destroy room on room becoming empty - **Type**
Enhancement
**Current behaviour**
Right now when the room is left empty, nothing happens, it just stays there.
**Expected behaviour**
If all the players leave the room, we don't need it to exist, we can trigger saving some data concerning how the game went etc. and free the memory by destroying the room in Aion.Room.Monitor
|
priority
|
enhancement elixir destroy room on room becoming empty type enhancement current behaviour right now when the room is left empty nothing happens it just stays there expected behaviour if all the players leave the room we don t need it to exist we can trigger saving some data concerning how the game went etc and free the memory by destroying the room in aion room monitor
| 1
|
29,286
| 2,714,418,018
|
IssuesEvent
|
2015-04-10 03:23:27
|
dmwm/WMCore
|
https://api.github.com/repos/dmwm/WMCore
|
closed
|
Force Complete Requests
|
High Priority New Feature ReqMgr ToDo WMAgent WorkQueue
|
This one is a hot issue, still needs some discussion but let's start with what we have in the twiki:
- Kill everything
- Close blocks
- Provide summary
- What about DQM harvesting?)
- Kill everything, close blocks, change the workflow status to "force-completed", launch the DQM harvesting jobs and give them a deadline of 8h. If the jobs succeed in time, move the workflow to "completed" and provide the summary. If not (they reach 8h), kill them, move to completed and provide summary.
- Kill everything, close blocks, not launch harvesting jobs, provide summary and move workflow to "completed", then we have to run the harvesting by hand later on.
|
1.0
|
Force Complete Requests - This one is a hot issue, still needs some discussion but let's start with what we have in the twiki:
- Kill everything
- Close blocks
- Provide summary
- What about DQM harvesting?)
- Kill everything, close blocks, change the workflow status to "force-completed", launch the DQM harvesting jobs and give them a deadline of 8h. If the jobs succeed in time, move the workflow to "completed" and provide the summary. If not (they reach 8h), kill them, move to completed and provide summary.
- Kill everything, close blocks, not launch harvesting jobs, provide summary and move workflow to "completed", then we have to run the harvesting by hand later on.
|
priority
|
force complete requests this one is a hot issue still needs some discussion but let s start with what we have in the twiki kill everything close blocks provide summary what about dqm harvesting kill everything close blocks change the workflow status to force completed launch the dqm harvesting jobs and give them a deadline of if the jobs succeed in time move the workflow to completed and provide the summary if not they reach kill them move to completed and provide summary kill everything close blocks not launch harvesting jobs provide summary and move workflow to completed then we have to run the harvesting by hand later on
| 1
|
777,991
| 27,300,420,263
|
IssuesEvent
|
2023-02-24 01:07:37
|
steedos/steedos-platform
|
https://api.github.com/repos/steedos/steedos-platform
|
closed
|
审批王,增加支持QHD公文的部分原有机制
|
done priority: High
|
一、基于原有表单模板
- [x] 审批单框表之外,部分div(例如下图中的收文日期、所属部门)无width 、导致 实际居左了(虽然div为 居右)https://github.com/steedos/steedos-project-hbport/issues/34
- [x] 表头(如收文处理单),下拉框右侧的“倒三角”点击无作用
https://github.com/steedos/steedos-project-hbport/issues/31
二、基于原有相关事件(脚本)
- [x] 原有日期控件需增加支持, https://github.com/steedos/steedos-project-hbport/issues/32 ; https://github.com/steedos/steedos-project-hbport/issues/44
三、基于原有表单脚本
- [x] 脚本不适用导致附件 显示为 办理结果 https://github.com/steedos/steedos-project-hbport/issues/35
脚本:
$(".btn-instance-update").on('instance-before-save', function(e) {
var current_step = InstanceManager.getCurrentStep();
Meteor.call('check_main_attach', Session.get('instanceId'), '办理结果', function(err, result) { console.log(result) })
});
四、其他
- [x] 日期/时间/下拉类型字段,即便没有编辑权限,也会显示倒三角 https://github.com/steedos/steedos-project-hbport/issues/34
- [x] 日期/时间类型字段,显示高度比之前要高 https://github.com/steedos/steedos-project-hbport/issues/34
|
1.0
|
审批王,增加支持QHD公文的部分原有机制 - 一、基于原有表单模板
- [x] 审批单框表之外,部分div(例如下图中的收文日期、所属部门)无width 、导致 实际居左了(虽然div为 居右)https://github.com/steedos/steedos-project-hbport/issues/34
- [x] 表头(如收文处理单),下拉框右侧的“倒三角”点击无作用
https://github.com/steedos/steedos-project-hbport/issues/31
二、基于原有相关事件(脚本)
- [x] 原有日期控件需增加支持, https://github.com/steedos/steedos-project-hbport/issues/32 ; https://github.com/steedos/steedos-project-hbport/issues/44
三、基于原有表单脚本
- [x] 脚本不适用导致附件 显示为 办理结果 https://github.com/steedos/steedos-project-hbport/issues/35
脚本:
$(".btn-instance-update").on('instance-before-save', function(e) {
var current_step = InstanceManager.getCurrentStep();
Meteor.call('check_main_attach', Session.get('instanceId'), '办理结果', function(err, result) { console.log(result) })
});
四、其他
- [x] 日期/时间/下拉类型字段,即便没有编辑权限,也会显示倒三角 https://github.com/steedos/steedos-project-hbport/issues/34
- [x] 日期/时间类型字段,显示高度比之前要高 https://github.com/steedos/steedos-project-hbport/issues/34
|
priority
|
审批王,增加支持qhd公文的部分原有机制 一、基于原有表单模板 审批单框表之外,部分div(例如下图中的收文日期、所属部门)无width 、导致 实际居左了(虽然div为 居右) 表头(如收文处理单),下拉框右侧的“倒三角”点击无作用 二、基于原有相关事件(脚本) 原有日期控件需增加支持, ; 三、基于原有表单脚本 脚本不适用导致附件 显示为 办理结果 脚本: btn instance update on instance before save function e var current step instancemanager getcurrentstep meteor call check main attach session get instanceid 办理结果 function err result console log result 四、其他 日期 时间 下拉类型字段,即便没有编辑权限,也会显示倒三角 日期 时间类型字段,显示高度比之前要高
| 1
|
283,129
| 8,714,395,437
|
IssuesEvent
|
2018-12-07 07:43:40
|
EScopeTeam/game-off-2018
|
https://api.github.com/repos/EScopeTeam/game-off-2018
|
closed
|
Configure navigators
|
Priority: High enhancement frontend
|
Add custom component in _createBottomTabNavigator_ and create stack tree to navigate between screens.
|
1.0
|
Configure navigators - Add custom component in _createBottomTabNavigator_ and create stack tree to navigate between screens.
|
priority
|
configure navigators add custom component in createbottomtabnavigator and create stack tree to navigate between screens
| 1
|
119,677
| 4,774,174,705
|
IssuesEvent
|
2016-10-27 05:11:21
|
CS2103AUG2016-F10-C2/main
|
https://api.github.com/repos/CS2103AUG2016-F10-C2/main
|
closed
|
Keyboard shortcuts
|
Difficulty.MEDIUM Nice To Have priority.high type.enhancement
|
Possible for:
go to command line
- [x] undo #183
- [x] redo #183
- [x] escape button to close Help window? #183
- [x] show previous command (up?) #183
|
1.0
|
Keyboard shortcuts - Possible for:
go to command line
- [x] undo #183
- [x] redo #183
- [x] escape button to close Help window? #183
- [x] show previous command (up?) #183
|
priority
|
keyboard shortcuts possible for go to command line undo redo escape button to close help window show previous command up
| 1
|
400,346
| 11,773,912,106
|
IssuesEvent
|
2020-03-16 08:26:03
|
wso2/product-apim
|
https://api.github.com/repos/wso2/product-apim
|
closed
|
Unable to update the API when documents are added.
|
Priority/Highest Severity/Critical Type/Bug
|
### Description:
There is an NPE when updating the API. There will not be an issue if we add 'File' type documentations only.
### Steps to reproduce:
1. Create an API
2. Add different types of documentation.
3. Go to 'Design Configuration' and save API.
4. Check the backend.
### Affected Product Version:
3.1.0
### Environment details (with versions):
- OS:
- Client:
- Env (Docker/K8s):
---
### Optional Fields
#### Related Issues:
<!-- Any related issues from this/other repositories-->
#### Suggested Labels:
3.1.0
Priority/High
#### Suggested Assignees:
Meruja
|
1.0
|
Unable to update the API when documents are added. - ### Description:
There is an NPE when updating the API. There will not be an issue if we add 'File' type documentations only.
### Steps to reproduce:
1. Create an API
2. Add different types of documentation.
3. Go to 'Design Configuration' and save API.
4. Check the backend.
### Affected Product Version:
3.1.0
### Environment details (with versions):
- OS:
- Client:
- Env (Docker/K8s):
---
### Optional Fields
#### Related Issues:
<!-- Any related issues from this/other repositories-->
#### Suggested Labels:
3.1.0
Priority/High
#### Suggested Assignees:
Meruja
|
priority
|
unable to update the api when documents are added description there is an npe when updating the api there will not be an issue if we add file type documentations only steps to reproduce create an api add different types of documentation go to design configuration and save api check the backend affected product version environment details with versions os client env docker optional fields related issues suggested labels priority high suggested assignees meruja
| 1
|
543,393
| 15,881,057,130
|
IssuesEvent
|
2021-04-09 14:23:43
|
AY2021S2-CS2103T-T12-4/tp
|
https://api.github.com/repos/AY2021S2-CS2103T-T12-4/tp
|
closed
|
Chore: standardise remove "Error:" from affected error messages
|
priority.High type.Task
|
Some error messages have "Error:" in front of the message. Let's standardise to not have "Error:".
|
1.0
|
Chore: standardise remove "Error:" from affected error messages - Some error messages have "Error:" in front of the message. Let's standardise to not have "Error:".
|
priority
|
chore standardise remove error from affected error messages some error messages have error in front of the message let s standardise to not have error
| 1
|
132,714
| 5,191,235,690
|
IssuesEvent
|
2017-01-21 18:15:10
|
dclorena11/onlygoodthings
|
https://api.github.com/repos/dclorena11/onlygoodthings
|
closed
|
Create a rake task that creates a new post
|
enhancement high priority
|
Generating a new file with all the yml keys takes too long, which prevents me starting a new blog post when I want to.
Creating a rake task that allows me to generate a file right away would make the blog writing task faster.
Here's a jekyll plugin: https://github.com/avillafiorita/jekyll-rakefile
|
1.0
|
Create a rake task that creates a new post - Generating a new file with all the yml keys takes too long, which prevents me starting a new blog post when I want to.
Creating a rake task that allows me to generate a file right away would make the blog writing task faster.
Here's a jekyll plugin: https://github.com/avillafiorita/jekyll-rakefile
|
priority
|
create a rake task that creates a new post generating a new file with all the yml keys takes too long which prevents me starting a new blog post when i want to creating a rake task that allows me to generate a file right away would make the blog writing task faster here s a jekyll plugin
| 1
|
197,144
| 6,952,872,608
|
IssuesEvent
|
2017-12-06 18:59:06
|
astropy/astropy
|
https://api.github.com/repos/astropy/astropy
|
closed
|
Ecliptic coordinate transformation precision
|
Bug coordinates Priority-High
|
At the moment, the tests for the ecliptic frame only check that things are accurate to 1 arcminute:
https://github.com/astropy/astropy/blob/master/astropy/coordinates/tests/accuracy/test_ecliptic.py#L29
The coordinates-benchmark [summary page](http://www.astropy.org/coordinates-benchmark/summary.html#fk5_ecliptic) also shows that Astropy's ecliptic implementation seems to disagree with all others by 10 arcseconds or more. This issue is a reminder that we should fix this.
There is a related issue to use ERFA for the Ecliptic transformation: https://github.com/astropy/astropy/issues/4873
I'm labelling this as a bug since I think we want to backport any fix to the 2.0 LTS series. I'm also labelling this as being high priority since I think these kinds of accuracy issues should not be present in a 'core' library.
|
1.0
|
Ecliptic coordinate transformation precision - At the moment, the tests for the ecliptic frame only check that things are accurate to 1 arcminute:
https://github.com/astropy/astropy/blob/master/astropy/coordinates/tests/accuracy/test_ecliptic.py#L29
The coordinates-benchmark [summary page](http://www.astropy.org/coordinates-benchmark/summary.html#fk5_ecliptic) also shows that Astropy's ecliptic implementation seems to disagree with all others by 10 arcseconds or more. This issue is a reminder that we should fix this.
There is a related issue to use ERFA for the Ecliptic transformation: https://github.com/astropy/astropy/issues/4873
I'm labelling this as a bug since I think we want to backport any fix to the 2.0 LTS series. I'm also labelling this as being high priority since I think these kinds of accuracy issues should not be present in a 'core' library.
|
priority
|
ecliptic coordinate transformation precision at the moment the tests for the ecliptic frame only check that things are accurate to arcminute the coordinates benchmark also shows that astropy s ecliptic implementation seems to disagree with all others by arcseconds or more this issue is a reminder that we should fix this there is a related issue to use erfa for the ecliptic transformation i m labelling this as a bug since i think we want to backport any fix to the lts series i m also labelling this as being high priority since i think these kinds of accuracy issues should not be present in a core library
| 1
|
336,224
| 10,173,487,981
|
IssuesEvent
|
2019-08-08 13:13:50
|
OOPMan/RazorAtroxWinUSBVigEmFeeder
|
https://api.github.com/repos/OOPMan/RazorAtroxWinUSBVigEmFeeder
|
closed
|
Rename project and add github pages
|
enhancement high priority
|
This weekend I realised that I've misspelled Razor through the project xD
Should be easy to fix :-)
|
1.0
|
Rename project and add github pages - This weekend I realised that I've misspelled Razor through the project xD
Should be easy to fix :-)
|
priority
|
rename project and add github pages this weekend i realised that i ve misspelled razor through the project xd should be easy to fix
| 1
|
414,649
| 12,109,604,931
|
IssuesEvent
|
2020-04-21 09:02:13
|
ooni/probe
|
https://api.github.com/repos/ooni/probe
|
closed
|
Polish the probe-desktop UI (part 2)
|
bug effort/M enhancement ooni/probe-desktop priority/high
|
I will take note of here some small bits and pieces which should get polished prior to launch:
* [x] In the settings page the page header is not a draggable target, like on the other pages
* [x] When you mouse over the back arrow in the measurement list the cursor is not a pointer

* [x] The data view can be improved. Probably as a quick fix we can just make it full screen and not just fill the lower part. Even better would be if we could display it in another window.
* [x] We should more clearly indicate that some buttons/links in the app will open in a browser and which ones are instead in the app. (TODO @hellais make mockup for this). Examples are: "Methodology", "Show in OONI Explorer" in the measurement page, the links in the test cards.
* [x] Bump `ooni-components` to include new circumvention icon
|
1.0
|
Polish the probe-desktop UI (part 2) - I will take note of here some small bits and pieces which should get polished prior to launch:
* [x] In the settings page the page header is not a draggable target, like on the other pages
* [x] When you mouse over the back arrow in the measurement list the cursor is not a pointer

* [x] The data view can be improved. Probably as a quick fix we can just make it full screen and not just fill the lower part. Even better would be if we could display it in another window.
* [x] We should more clearly indicate that some buttons/links in the app will open in a browser and which ones are instead in the app. (TODO @hellais make mockup for this). Examples are: "Methodology", "Show in OONI Explorer" in the measurement page, the links in the test cards.
* [x] Bump `ooni-components` to include new circumvention icon
|
priority
|
polish the probe desktop ui part i will take note of here some small bits and pieces which should get polished prior to launch in the settings page the page header is not a draggable target like on the other pages when you mouse over the back arrow in the measurement list the cursor is not a pointer the data view can be improved probably as a quick fix we can just make it full screen and not just fill the lower part even better would be if we could display it in another window we should more clearly indicate that some buttons links in the app will open in a browser and which ones are instead in the app todo hellais make mockup for this examples are methodology show in ooni explorer in the measurement page the links in the test cards bump ooni components to include new circumvention icon
| 1
|
470,458
| 13,538,155,502
|
IssuesEvent
|
2020-09-16 11:39:48
|
ballerina-platform/ballerina-lang
|
https://api.github.com/repos/ballerina-platform/ballerina-lang
|
closed
|
[HTTP] Revisit service compression config behaviour
|
Component/HTTP Priority/High Team/StandardLibs
|
**Description:**
Ballerina backend sends a response with `content-encoding: gzip` header. But when that response is accepted by the proxy service, particular header is removed and `transfer-encoding: chunked ` header is set. Check this behaviour and fix test cases in `module-ballerina-http/http-ballerina/src/http_tests/tests/unit-tests/services/configuration/compression/compression-annotation-test.bal`
**Steps to reproduce:**
```ballerina
import ballerina/io;
import ballerina/test;
import ballerina/http;
listener http:Listener vhEP = new(9001);
http:Client vhClient = new("http://localhost:9001");
service base on vhEP {
@http:ResourceConfig {
path: "/path"
}
resource function pathh(http:Caller caller, http:Request req) {
http:Request req1 = new;
var response = vhClient->get("/alwaysCompress", req1);
if (response is http:Response) {
io:println(response.getHeaderNames());
} else {
test:assertFail(msg = "Found unexpected output type: " + response.message());
}
checkpanic caller->ok();
}
}
@http:ServiceConfig {basePath : "/alwaysCompress", compression: {enable: http:COMPRESSION_ALWAYS}}
service alwaysCompress on vhEP {
@http:ResourceConfig {
methods:["GET"],
path:"/"
}
resource function test2 (http:Caller caller, http:Request req) {
http:Response res = new;
res.setTextPayload("Hello World!!!");
checkpanic caller->respond(res);
}
}
```
Tracelog
```
GET /alwaysCompress HTTP/1.1
host: localhost:9001
user-agent: ballerina
connection: keep-alive
[2020-08-26 12:29:16,954] TRACE {http.tracelog.upstream} - [id: 0xd4c23f7e, correlatedSource: 0x85da4a85, host:/127.0.0.1:49952 - remote:localhost/127.0.0.1:9001] OUTBOUND: DefaultLastHttpContent(data: UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 0, cap: 0), decoderResult: success), 0B
[2020-08-26 12:29:16,955] TRACE {http.tracelog.upstream} - [id: 0xd4c23f7e, correlatedSource: 0x85da4a85, host:/127.0.0.1:49952 - remote:localhost/127.0.0.1:9001] FLUSH
[2020-08-26 12:29:16,961] TRACE {http.tracelog.downstream} - [id: 0x5de2d7b0, correlatedSource: n/a, host:/127.0.0.1:9001 - remote:/127.0.0.1:49952] INBOUND: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
GET /alwaysCompress HTTP/1.1
host: localhost:9001
user-agent: ballerina
connection: keep-alive
[2020-08-26 12:29:16,964] TRACE {http.tracelog.downstream} - [id: 0x5de2d7b0, correlatedSource: n/a, host:localhost/127.0.0.1:9001 - remote:/127.0.0.1:49952] INBOUND: EmptyLastHttpContent, 0B
[2020-08-26 12:29:16,965] TRACE {http.tracelog.downstream} - [id: 0x5de2d7b0, correlatedSource: n/a, host:localhost/127.0.0.1:9001 - remote:/127.0.0.1:49952] READ COMPLETE
[2020-08-26 12:29:17,008] TRACE {http.tracelog.downstream} - [id: 0x5de2d7b0, correlatedSource: n/a, host:localhost/127.0.0.1:9001 - remote:/127.0.0.1:49952] OUTBOUND: DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: CompositeByteBuf(ridx: 0, widx: 14, cap: 14, components=1))
HTTP/1.1 200 OK
content-type: text/plain
content-encoding: gzip
content-length: 14
server: ballerina
date: Wed, 26 Aug 2020 12:29:16 +0530, 14B
Hello World!!!
[2020-08-26 12:29:17,009] TRACE {http.tracelog.downstream} - [id: 0x5de2d7b0, correlatedSource: n/a, host:localhost/127.0.0.1:9001 - remote:/127.0.0.1:49952] FLUSH
[2020-08-26 12:29:17,036] TRACE {http.tracelog.upstream} - [id: 0xd4c23f7e, correlatedSource: 0x85da4a85, host:/127.0.0.1:49952 - remote:localhost/127.0.0.1:9001] INBOUND: DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
content-type: text/plain
server: ballerina
date: Wed, 26 Aug 2020 12:29:16 +0530
transfer-encoding: chunked
content-type date transfer-encoding
[2020-08-26 12:29:17,088] TRACE {http.tracelog.upstream} - [id: 0xd4c23f7e, correlatedSource: 0x85da4a85, host:/127.0.0.1:49952 - remote:localhost/127.0.0.1:9001] INBOUND: DefaultHttpContent(data: PooledUnsafeHeapByteBuf(ridx: 0, widx: 14, cap: 60), decoderResult: success), 14B
Hello World!!!
[2020-08-26 12:29:17,095] TRACE {http.tracelog.upstream} - [id: 0xd4c23f7e, correlatedSource: 0x85da4a85, host:/127.0.0.1:49952 - remote:localhost/127.0.0.1:9001] INBOUND: EmptyLastHttpContent, 0B
[2020-08-26 12:29:17,098] TRACE {http.tracelog.upstream} - [id: 0xd4c23f7e, correlatedSource: 0x85da4a85, host:/127.0.0.1:49952 - remote:localhost/127.0.0.1:9001] READ COMPLETE
[2020-08-26 12:29:17,100] TRACE {http.tracelog.downstream} - [id: 0x85da4a85, correlatedSource: n/a, host:localhost/127.0.0.1:9001 - remote:/127.0.0.1:49950] OUTBOUND: DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: CompositeByteBuf(ridx: 0, widx: 0, cap: 0, components=1))
HTTP/1.1 200 OK
content-encoding: gzip
content-length: 0
server: ballerina
date: Wed, 26 Aug 2020 12:29:17 +0530, 0B
```
**Affected Versions:**
**OS, DB, other environment details and versions:**
**Related Issues (optional):**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
**Suggested Labels (optional):**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees (optional):**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
|
1.0
|
[HTTP] Revisit service compression config behaviour - **Description:**
Ballerina backend sends a response with `content-encoding: gzip` header. But when that response is accepted by the proxy service, particular header is removed and `transfer-encoding: chunked ` header is set. Check this behaviour and fix test cases in `module-ballerina-http/http-ballerina/src/http_tests/tests/unit-tests/services/configuration/compression/compression-annotation-test.bal`
**Steps to reproduce:**
```ballerina
import ballerina/io;
import ballerina/test;
import ballerina/http;
listener http:Listener vhEP = new(9001);
http:Client vhClient = new("http://localhost:9001");
service base on vhEP {
@http:ResourceConfig {
path: "/path"
}
resource function pathh(http:Caller caller, http:Request req) {
http:Request req1 = new;
var response = vhClient->get("/alwaysCompress", req1);
if (response is http:Response) {
io:println(response.getHeaderNames());
} else {
test:assertFail(msg = "Found unexpected output type: " + response.message());
}
checkpanic caller->ok();
}
}
@http:ServiceConfig {basePath : "/alwaysCompress", compression: {enable: http:COMPRESSION_ALWAYS}}
service alwaysCompress on vhEP {
@http:ResourceConfig {
methods:["GET"],
path:"/"
}
resource function test2 (http:Caller caller, http:Request req) {
http:Response res = new;
res.setTextPayload("Hello World!!!");
checkpanic caller->respond(res);
}
}
```
Tracelog
```
GET /alwaysCompress HTTP/1.1
host: localhost:9001
user-agent: ballerina
connection: keep-alive
[2020-08-26 12:29:16,954] TRACE {http.tracelog.upstream} - [id: 0xd4c23f7e, correlatedSource: 0x85da4a85, host:/127.0.0.1:49952 - remote:localhost/127.0.0.1:9001] OUTBOUND: DefaultLastHttpContent(data: UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 0, cap: 0), decoderResult: success), 0B
[2020-08-26 12:29:16,955] TRACE {http.tracelog.upstream} - [id: 0xd4c23f7e, correlatedSource: 0x85da4a85, host:/127.0.0.1:49952 - remote:localhost/127.0.0.1:9001] FLUSH
[2020-08-26 12:29:16,961] TRACE {http.tracelog.downstream} - [id: 0x5de2d7b0, correlatedSource: n/a, host:/127.0.0.1:9001 - remote:/127.0.0.1:49952] INBOUND: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1)
GET /alwaysCompress HTTP/1.1
host: localhost:9001
user-agent: ballerina
connection: keep-alive
[2020-08-26 12:29:16,964] TRACE {http.tracelog.downstream} - [id: 0x5de2d7b0, correlatedSource: n/a, host:localhost/127.0.0.1:9001 - remote:/127.0.0.1:49952] INBOUND: EmptyLastHttpContent, 0B
[2020-08-26 12:29:16,965] TRACE {http.tracelog.downstream} - [id: 0x5de2d7b0, correlatedSource: n/a, host:localhost/127.0.0.1:9001 - remote:/127.0.0.1:49952] READ COMPLETE
[2020-08-26 12:29:17,008] TRACE {http.tracelog.downstream} - [id: 0x5de2d7b0, correlatedSource: n/a, host:localhost/127.0.0.1:9001 - remote:/127.0.0.1:49952] OUTBOUND: DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: CompositeByteBuf(ridx: 0, widx: 14, cap: 14, components=1))
HTTP/1.1 200 OK
content-type: text/plain
content-encoding: gzip
content-length: 14
server: ballerina
date: Wed, 26 Aug 2020 12:29:16 +0530, 14B
Hello World!!!
[2020-08-26 12:29:17,009] TRACE {http.tracelog.downstream} - [id: 0x5de2d7b0, correlatedSource: n/a, host:localhost/127.0.0.1:9001 - remote:/127.0.0.1:49952] FLUSH
[2020-08-26 12:29:17,036] TRACE {http.tracelog.upstream} - [id: 0xd4c23f7e, correlatedSource: 0x85da4a85, host:/127.0.0.1:49952 - remote:localhost/127.0.0.1:9001] INBOUND: DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 200 OK
content-type: text/plain
server: ballerina
date: Wed, 26 Aug 2020 12:29:16 +0530
transfer-encoding: chunked
content-type date transfer-encoding
[2020-08-26 12:29:17,088] TRACE {http.tracelog.upstream} - [id: 0xd4c23f7e, correlatedSource: 0x85da4a85, host:/127.0.0.1:49952 - remote:localhost/127.0.0.1:9001] INBOUND: DefaultHttpContent(data: PooledUnsafeHeapByteBuf(ridx: 0, widx: 14, cap: 60), decoderResult: success), 14B
Hello World!!!
[2020-08-26 12:29:17,095] TRACE {http.tracelog.upstream} - [id: 0xd4c23f7e, correlatedSource: 0x85da4a85, host:/127.0.0.1:49952 - remote:localhost/127.0.0.1:9001] INBOUND: EmptyLastHttpContent, 0B
[2020-08-26 12:29:17,098] TRACE {http.tracelog.upstream} - [id: 0xd4c23f7e, correlatedSource: 0x85da4a85, host:/127.0.0.1:49952 - remote:localhost/127.0.0.1:9001] READ COMPLETE
[2020-08-26 12:29:17,100] TRACE {http.tracelog.downstream} - [id: 0x85da4a85, correlatedSource: n/a, host:localhost/127.0.0.1:9001 - remote:/127.0.0.1:49950] OUTBOUND: DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: CompositeByteBuf(ridx: 0, widx: 0, cap: 0, components=1))
HTTP/1.1 200 OK
content-encoding: gzip
content-length: 0
server: ballerina
date: Wed, 26 Aug 2020 12:29:17 +0530, 0B
```
**Affected Versions:**
**OS, DB, other environment details and versions:**
**Related Issues (optional):**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
**Suggested Labels (optional):**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees (optional):**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
|
priority
|
revisit service compression config behaviour description ballerina backend sends a response with content encoding gzip header but when that response is accepted by the proxy service particular header is removed and transfer encoding chunked header is set check this behaviour and fix test cases in module ballerina http http ballerina src http tests tests unit tests services configuration compression compression annotation test bal steps to reproduce ballerina import ballerina io import ballerina test import ballerina http listener http listener vhep new http client vhclient new service base on vhep http resourceconfig path path resource function pathh http caller caller http request req http request new var response vhclient get alwayscompress if response is http response io println response getheadernames else test assertfail msg found unexpected output type response message checkpanic caller ok http serviceconfig basepath alwayscompress compression enable http compression always service alwayscompress on vhep http resourceconfig methods path resource function http caller caller http request req http response res new res settextpayload hello world checkpanic caller respond res tracelog get alwayscompress http host localhost user agent ballerina connection keep alive trace http tracelog upstream outbound defaultlasthttpcontent data unpooledbytebufallocator instrumentedunpooledunsafeheapbytebuf ridx widx cap decoderresult success trace http tracelog upstream flush trace http tracelog downstream inbound defaulthttprequest decoderesult success version http get alwayscompress http host localhost user agent ballerina connection keep alive trace http tracelog downstream inbound emptylasthttpcontent trace http tracelog downstream read complete trace http tracelog downstream outbound defaultfullhttpresponse decoderesult success version http content compositebytebuf ridx widx cap components http ok content type text plain content encoding gzip content length server ballerina date wed aug hello world trace http tracelog downstream flush trace http tracelog upstream inbound defaulthttpresponse decoderesult success version http http ok content type text plain server ballerina date wed aug transfer encoding chunked content type date transfer encoding trace http tracelog upstream inbound defaulthttpcontent data pooledunsafeheapbytebuf ridx widx cap decoderresult success hello world trace http tracelog upstream inbound emptylasthttpcontent trace http tracelog upstream read complete trace http tracelog downstream outbound defaultfullhttpresponse decoderesult success version http content compositebytebuf ridx widx cap components http ok content encoding gzip content length server ballerina date wed aug affected versions os db other environment details and versions related issues optional suggested labels optional suggested assignees optional
| 1
|
155,751
| 5,960,189,760
|
IssuesEvent
|
2017-05-29 13:24:51
|
datproject/dat-desktop
|
https://api.github.com/repos/datproject/dat-desktop
|
closed
|
deleted dat is added back
|
Priority: High Status: Available Type: Bug
|
@Kriesse:
> If I delete a dat from the desktop app, and also delete the folder via Finder, then refresh the app, the deleted dat comes back. And the folder is created as well.
|
1.0
|
deleted dat is added back - @Kriesse:
> If I delete a dat from the desktop app, and also delete the folder via Finder, then refresh the app, the deleted dat comes back. And the folder is created as well.
|
priority
|
deleted dat is added back kriesse if i delete a dat from the desktop app and also delete the folder via finder then refresh the app the deleted dat comes back and the folder is created as well
| 1
|
39,665
| 2,858,194,950
|
IssuesEvent
|
2015-06-03 00:11:05
|
washingtontrails/vms
|
https://api.github.com/repos/washingtontrails/vms
|
opened
|
ACL Only Work party - Should indicate on WP that this is ACL Only
|
Bug High Priority Salesforce
|
When creating a Work Party based on a WP Type which is "ACL Only" there should be some indication on the work party that it is ACL Only.
Test: Create a new work party based on WP Type "ACL Training" which is set as ACL Only. Fill out enough fields to create this WP. Note that there is no way to tell that this is ACL Only other than by going back to the base WP Type. Can we add a check box to WP that indicates if it is ACL Only?
|
1.0
|
ACL Only Work party - Should indicate on WP that this is ACL Only - When creating a Work Party based on a WP Type which is "ACL Only" there should be some indication on the work party that it is ACL Only.
Test: Create a new work party based on WP Type "ACL Training" which is set as ACL Only. Fill out enough fields to create this WP. Note that there is no way to tell that this is ACL Only other than by going back to the base WP Type. Can we add a check box to WP that indicates if it is ACL Only?
|
priority
|
acl only work party should indicate on wp that this is acl only when creating a work party based on a wp type which is acl only there should be some indication on the work party that it is acl only test create a new work party based on wp type acl training which is set as acl only fill out enough fields to create this wp note that there is no way to tell that this is acl only other than by going back to the base wp type can we add a check box to wp that indicates if it is acl only
| 1
|
318,583
| 9,694,624,532
|
IssuesEvent
|
2019-05-24 19:31:26
|
AppImage/libappimage
|
https://api.github.com/repos/AppImage/libappimage
|
reopened
|
AppImages on <mntpoint>/Applications have no thumbnails
|
bug high-priority
|
AppImags in the read-only `/isodevice/Applications/` have **no** thumbnails. AppImages in `$HOME/Downloads` do have thumbnails. Why?
```
appimaged, continuous build (commit 2e34378), build 108 built on 2019-03-14 17:43:20 UTC
```
Every AppImage processed by libappimage ought to have a thumbnail.
This is on Xubuntu 18.04.
|
1.0
|
AppImages on <mntpoint>/Applications have no thumbnails - AppImags in the read-only `/isodevice/Applications/` have **no** thumbnails. AppImages in `$HOME/Downloads` do have thumbnails. Why?
```
appimaged, continuous build (commit 2e34378), build 108 built on 2019-03-14 17:43:20 UTC
```
Every AppImage processed by libappimage ought to have a thumbnail.
This is on Xubuntu 18.04.
|
priority
|
appimages on applications have no thumbnails appimags in the read only isodevice applications have no thumbnails appimages in home downloads do have thumbnails why appimaged continuous build commit build built on utc every appimage processed by libappimage ought to have a thumbnail this is on xubuntu
| 1
|
339,911
| 10,264,238,345
|
IssuesEvent
|
2019-08-22 15:55:02
|
ibi-group/trimet-mod-otp
|
https://api.github.com/repos/ibi-group/trimet-mod-otp
|
closed
|
Add ReachNow (i.e., Transit + ReachNow)
|
high priority
|
The current UI has an option of Car2Go, but sometimes a result will show up with ReachNow. See below. At the very least there should be some kind of ReachNow icon added and perhaps a new option for ReachNow + Transit.
<img width="345" alt="screen shot 2019-02-21 at 3 04 59 pm" src="https://user-images.githubusercontent.com/3112493/53208024-3e93be00-35ea-11e9-88b2-6eed3a623ace.png">
|
1.0
|
Add ReachNow (i.e., Transit + ReachNow) - The current UI has an option of Car2Go, but sometimes a result will show up with ReachNow. See below. At the very least there should be some kind of ReachNow icon added and perhaps a new option for ReachNow + Transit.
<img width="345" alt="screen shot 2019-02-21 at 3 04 59 pm" src="https://user-images.githubusercontent.com/3112493/53208024-3e93be00-35ea-11e9-88b2-6eed3a623ace.png">
|
priority
|
add reachnow i e transit reachnow the current ui has an option of but sometimes a result will show up with reachnow see below at the very least there should be some kind of reachnow icon added and perhaps a new option for reachnow transit img width alt screen shot at pm src
| 1
|
186,820
| 6,742,876,873
|
IssuesEvent
|
2017-10-20 09:36:16
|
minio/mint
|
https://api.github.com/repos/minio/mint
|
closed
|
Mint PHP test, 'UploadPart' , fails with minio server running in s3 gateway mode
|
priority: high
|
Here is the log message for `UploadPart` test:
```
{
"name": "aws-sdk-php",
"function": "uploadPart ( array $params = [] )",
"args": {
"Bucket": "aws-sdk-php-bucket-14203",
"Object": "obj1"
},
"duration": "6937",
"status": "FAIL",
"error": "Error executing \"CompleteMultipartUpload\" on \"http://192.168.1.22:9000/aws-sdk-php-bucket-14203/obj1?uploadId=wOTMwoUBLZYf_umXBN0nl8KYYxOkRGMdi3ckzHnBkKAwBf.IN5wg4EozlkTRbAXfIXpc48s4p0pgeNwc8cQ36Ye_H0kJY5sD9Ym2qLw7ObDj1H36Ts1667_nZOyq9Ae0\"; AWS HTTP error: Server error: `POST http://192.168.1.22:9000/aws-sdk-php-bucket-14203/obj1?uploadId=wOTMwoUBLZYf_umXBN0nl8KYYxOkRGMdi3ckzHnBkKAwBf.IN5wg4EozlkTRbAXfIXpc48s4p0pgeNwc8cQ36Ye_H0kJY5sD9Ym2qLw7ObDj1H36Ts1667_nZOyq9Ae0` resulted in a `500 Internal Server Error` response:\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>InternalError</Code><Message>We encountered an internal error, pleas (truncated...)\n InternalError (server): We encountered an internal error, please try again. - <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>InternalError</Code><Message>We encountered an internal error, please try again.</Message><Key></Key><BucketName></BucketName><Resource>/aws-sdk-php-bucket-14203/obj1</Resource><RequestId>3L137</RequestId><HostId>3L137</HostId></Error>"
}
```
|
1.0
|
Mint PHP test, 'UploadPart' , fails with minio server running in s3 gateway mode - Here is the log message for `UploadPart` test:
```
{
"name": "aws-sdk-php",
"function": "uploadPart ( array $params = [] )",
"args": {
"Bucket": "aws-sdk-php-bucket-14203",
"Object": "obj1"
},
"duration": "6937",
"status": "FAIL",
"error": "Error executing \"CompleteMultipartUpload\" on \"http://192.168.1.22:9000/aws-sdk-php-bucket-14203/obj1?uploadId=wOTMwoUBLZYf_umXBN0nl8KYYxOkRGMdi3ckzHnBkKAwBf.IN5wg4EozlkTRbAXfIXpc48s4p0pgeNwc8cQ36Ye_H0kJY5sD9Ym2qLw7ObDj1H36Ts1667_nZOyq9Ae0\"; AWS HTTP error: Server error: `POST http://192.168.1.22:9000/aws-sdk-php-bucket-14203/obj1?uploadId=wOTMwoUBLZYf_umXBN0nl8KYYxOkRGMdi3ckzHnBkKAwBf.IN5wg4EozlkTRbAXfIXpc48s4p0pgeNwc8cQ36Ye_H0kJY5sD9Ym2qLw7ObDj1H36Ts1667_nZOyq9Ae0` resulted in a `500 Internal Server Error` response:\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>InternalError</Code><Message>We encountered an internal error, pleas (truncated...)\n InternalError (server): We encountered an internal error, please try again. - <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>InternalError</Code><Message>We encountered an internal error, please try again.</Message><Key></Key><BucketName></BucketName><Resource>/aws-sdk-php-bucket-14203/obj1</Resource><RequestId>3L137</RequestId><HostId>3L137</HostId></Error>"
}
```
|
priority
|
mint php test uploadpart fails with minio server running in gateway mode here is the log message for uploadpart test name aws sdk php function uploadpart array params args bucket aws sdk php bucket object duration status fail error error executing completemultipartupload on aws http error server error post resulted in a internal server error response n n internalerror we encountered an internal error pleas truncated n internalerror server we encountered an internal error please try again n internalerror we encountered an internal error please try again aws sdk php bucket
| 1
|
313,524
| 9,562,656,631
|
IssuesEvent
|
2019-05-04 11:11:12
|
urbit/arvo
|
https://api.github.com/repos/urbit/arvo
|
closed
|
redirect loop on fora and other domains
|
%eyre bug help wanted priority high
|
When I try to login to [https://fora.urbit.org](https://fora.urbit.org), the site goes into a redirect loop on the login page. This even happens in incognito mode. I've also seen this happen on another Urbit-hosted site that used a different domain name, and it started after Fora was moved to a subdomain of urbit.org, so I suspect something is broken with auth redirects on nonstandard domains. Still just a hunch, though.
|
1.0
|
redirect loop on fora and other domains - When I try to login to [https://fora.urbit.org](https://fora.urbit.org), the site goes into a redirect loop on the login page. This even happens in incognito mode. I've also seen this happen on another Urbit-hosted site that used a different domain name, and it started after Fora was moved to a subdomain of urbit.org, so I suspect something is broken with auth redirects on nonstandard domains. Still just a hunch, though.
|
priority
|
redirect loop on fora and other domains when i try to login to the site goes into a redirect loop on the login page this even happens in incognito mode i ve also seen this happen on another urbit hosted site that used a different domain name and it started after fora was moved to a subdomain of urbit org so i suspect something is broken with auth redirects on nonstandard domains still just a hunch though
| 1
|
171,984
| 6,497,640,734
|
IssuesEvent
|
2017-08-22 14:39:06
|
chrisblakley/Nebula
|
https://api.github.com/repos/chrisblakley/Nebula
|
opened
|
On a fresh WP install, all the widgets default to the header widget area
|
Backend (Server) Bug High Priority
|
Even though the sidebar is set to primary the widgets all end up in the header by default.
|
1.0
|
On a fresh WP install, all the widgets default to the header widget area - Even though the sidebar is set to primary the widgets all end up in the header by default.
|
priority
|
on a fresh wp install all the widgets default to the header widget area even though the sidebar is set to primary the widgets all end up in the header by default
| 1
|
567,993
| 16,943,570,668
|
IssuesEvent
|
2021-06-28 01:11:03
|
projectacrn/acrn-hypervisor
|
https://api.github.com/repos/projectacrn/acrn-hypervisor
|
closed
|
"Launch Windows as the Guest VM on ACRN" tutorial needs to be updated for Tiger Lake (TGL)
|
DX: Ready for Implementation area: DX priority: high
|
The [Launch Windows as the Guest VM on ACRN](https://projectacrn.github.io/latest/tutorials/using_windows_as_uos.html) tutorial needs to be updated to use the Tiger Lake (TGL) NUC system used in the [Getting Started Guide](https://projectacrn.github.io/latest/getting-started/rt_industry_ubuntu.html).
There is a direct link to this tutorial from the GSG document so this is important.
A couple of important updates that need to be made in the process:
* Reference to a non-existant `acrngt.conf` file (in the GSG)
* Reference to a non-existant `launch_uos_id1.sh` script (in the GSG)
|
1.0
|
"Launch Windows as the Guest VM on ACRN" tutorial needs to be updated for Tiger Lake (TGL) - The [Launch Windows as the Guest VM on ACRN](https://projectacrn.github.io/latest/tutorials/using_windows_as_uos.html) tutorial needs to be updated to use the Tiger Lake (TGL) NUC system used in the [Getting Started Guide](https://projectacrn.github.io/latest/getting-started/rt_industry_ubuntu.html).
There is a direct link to this tutorial from the GSG document so this is important.
A couple of important updates that need to be made in the process:
* Reference to a non-existant `acrngt.conf` file (in the GSG)
* Reference to a non-existant `launch_uos_id1.sh` script (in the GSG)
|
priority
|
launch windows as the guest vm on acrn tutorial needs to be updated for tiger lake tgl the tutorial needs to be updated to use the tiger lake tgl nuc system used in the there is a direct link to this tutorial from the gsg document so this is important a couple of important updates that need to be made in the process reference to a non existant acrngt conf file in the gsg reference to a non existant launch uos sh script in the gsg
| 1
|
206,179
| 7,109,770,286
|
IssuesEvent
|
2018-01-17 08:08:35
|
wso2/product-das
|
https://api.github.com/repos/wso2/product-das
|
opened
|
Redesign the indexing shards redistribution
|
Priority/Highest Severity/Critical Type/Improvement enhancement
|
**Description:**
<!-- Give a brief description of the issue -->
In current (3.1.0) DAS, the data index consists of several smaller indices called shards. By default there are 6 shards in repository/data folder. In clustered mode, these shards are distributed among other nodes. The shard information (which shard is kept in which node) is kept in a meta table in the Event store DB which is common to all nodes. The node is identified with the node-id (which is stored in my-node-id.dat in repository/conf/analytics). Sometimes users completely delete the server and start setting up again. But user is unaware of the my-node-id.dat file, so with the pack he deletes that file also. Still the node-id is there in the Event store DB. When user setup a new DAS server, at the first startup, it will create a new node-id for itself and store that in DB and also in its my-node-id.dat. Problem is, since the older node id is still in DB, the shards will distributed among 3 nodes. But the 2nd DAS node was deleted and the data to be indexed and sent to the shards which are allocated to 2nd DAS node will always retain in DB Staging area. That data will never be indexed. This will lead to indexing inconsistencies and always user will have to stop the servers and re-index data and clean the stale node ids, if user is not aware of the my-node-id.dat file beforehand.
**Suggested Labels:**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees:**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
**Affected Product Version:**
DAS 310, DAS 301
**OS, DB, other environment details and versions:**
**Steps to reproduce:**
1. Setup a two node cluster.
2. Publish some data (index few fields so we can search)
3. Completely delete one node.
4. Start a new node as a replacement for the deleted node.
5. Again publish some data with indexing enabled
6. Search for data in data explorer.
7. You will notice that each time you search it returns different result counts or sometimes returns less number of matching records.
**Related Issues:**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
|
1.0
|
Redesign the indexing shards redistribution - **Description:**
<!-- Give a brief description of the issue -->
In current (3.1.0) DAS, the data index consists of several smaller indices called shards. By default there are 6 shards in repository/data folder. In clustered mode, these shards are distributed among other nodes. The shard information (which shard is kept in which node) is kept in a meta table in the Event store DB which is common to all nodes. The node is identified with the node-id (which is stored in my-node-id.dat in repository/conf/analytics). Sometimes users completely delete the server and start setting up again. But user is unaware of the my-node-id.dat file, so with the pack he deletes that file also. Still the node-id is there in the Event store DB. When user setup a new DAS server, at the first startup, it will create a new node-id for itself and store that in DB and also in its my-node-id.dat. Problem is, since the older node id is still in DB, the shards will distributed among 3 nodes. But the 2nd DAS node was deleted and the data to be indexed and sent to the shards which are allocated to 2nd DAS node will always retain in DB Staging area. That data will never be indexed. This will lead to indexing inconsistencies and always user will have to stop the servers and re-index data and clean the stale node ids, if user is not aware of the my-node-id.dat file beforehand.
**Suggested Labels:**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees:**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
**Affected Product Version:**
DAS 310, DAS 301
**OS, DB, other environment details and versions:**
**Steps to reproduce:**
1. Setup a two node cluster.
2. Publish some data (index few fields so we can search)
3. Completely delete one node.
4. Start a new node as a replacement for the deleted node.
5. Again publish some data with indexing enabled
6. Search for data in data explorer.
7. You will notice that each time you search it returns different result counts or sometimes returns less number of matching records.
**Related Issues:**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
|
priority
|
redesign the indexing shards redistribution description in current das the data index consists of several smaller indices called shards by default there are shards in repository data folder in clustered mode these shards are distributed among other nodes the shard information which shard is kept in which node is kept in a meta table in the event store db which is common to all nodes the node is identified with the node id which is stored in my node id dat in repository conf analytics sometimes users completely delete the server and start setting up again but user is unaware of the my node id dat file so with the pack he deletes that file also still the node id is there in the event store db when user setup a new das server at the first startup it will create a new node id for itself and store that in db and also in its my node id dat problem is since the older node id is still in db the shards will distributed among nodes but the das node was deleted and the data to be indexed and sent to the shards which are allocated to das node will always retain in db staging area that data will never be indexed this will lead to indexing inconsistencies and always user will have to stop the servers and re index data and clean the stale node ids if user is not aware of the my node id dat file beforehand suggested labels suggested assignees affected product version das das os db other environment details and versions steps to reproduce setup a two node cluster publish some data index few fields so we can search completely delete one node start a new node as a replacement for the deleted node again publish some data with indexing enabled search for data in data explorer you will notice that each time you search it returns different result counts or sometimes returns less number of matching records related issues
| 1
|
300,269
| 9,206,314,542
|
IssuesEvent
|
2019-03-08 13:24:16
|
forpdi/forpdi
|
https://api.github.com/repos/forpdi/forpdi
|
opened
|
Pré-visualização da exportação de relatórios não funciona
|
ForRisco bug highpriority
|
O botão ‘PRÉ-VISUALIZAR’ não está funcionando. Nada acontece ao clicar neste botão. Também não aparece a mensagem sobre a obrigatoriedade de preencher o título do documento e o autor ao clicar em Pré-visualizar.

|
1.0
|
Pré-visualização da exportação de relatórios não funciona - O botão ‘PRÉ-VISUALIZAR’ não está funcionando. Nada acontece ao clicar neste botão. Também não aparece a mensagem sobre a obrigatoriedade de preencher o título do documento e o autor ao clicar em Pré-visualizar.

|
priority
|
pré visualização da exportação de relatórios não funciona o botão ‘pré visualizar’ não está funcionando nada acontece ao clicar neste botão também não aparece a mensagem sobre a obrigatoriedade de preencher o título do documento e o autor ao clicar em pré visualizar
| 1
|
589,316
| 17,694,515,068
|
IssuesEvent
|
2021-08-24 13:58:11
|
SainsburyWellcomeCentre/BakingTray
|
https://api.github.com/repos/SainsburyWellcomeCentre/BakingTray
|
closed
|
The FASTPREVIEW thing is very annoying
|
bug high priority
|
If the preview/acquisition window screws up somehow and leaves the FASTPREVIEW settings, then often we can run into problems: incorrect file naming, incorrect scan setting, etc, etc. It's also totally opaque how to un-block the acq window when it thinks it's acquiring but is not. There is no way the user knows the API command for that.
|
1.0
|
The FASTPREVIEW thing is very annoying - If the preview/acquisition window screws up somehow and leaves the FASTPREVIEW settings, then often we can run into problems: incorrect file naming, incorrect scan setting, etc, etc. It's also totally opaque how to un-block the acq window when it thinks it's acquiring but is not. There is no way the user knows the API command for that.
|
priority
|
the fastpreview thing is very annoying if the preview acquisition window screws up somehow and leaves the fastpreview settings then often we can run into problems incorrect file naming incorrect scan setting etc etc it s also totally opaque how to un block the acq window when it thinks it s acquiring but is not there is no way the user knows the api command for that
| 1
|
805,169
| 29,510,067,774
|
IssuesEvent
|
2023-06-03 20:22:06
|
CAMaji/oxygen-cs-grp2-eq10
|
https://api.github.com/repos/CAMaji/oxygen-cs-grp2-eq10
|
opened
|
[BUG] - Connexion à la BD Docker dysfonctionnelle
|
bug question blocked high priority
|
## Description du bug
Présentement, il n'est pas possible de se connecter à la BD faite par Docker. Envoyer les informations ne fonctionnent pas.
## Impacts
Majeur
## Comportement attendu
Capable de se connecter à la BD Docker.
## Comportement actuel
Loop infini ou impossibilité de reconnaitre la connexion.
## Étapes pour reproduire le problème (optionnel)
1.
2.
3.
## Solutions possible (optionnel)
## Captures d'écran (optionnel)
|
1.0
|
[BUG] - Connexion à la BD Docker dysfonctionnelle - ## Description du bug
Présentement, il n'est pas possible de se connecter à la BD faite par Docker. Envoyer les informations ne fonctionnent pas.
## Impacts
Majeur
## Comportement attendu
Capable de se connecter à la BD Docker.
## Comportement actuel
Loop infini ou impossibilité de reconnaitre la connexion.
## Étapes pour reproduire le problème (optionnel)
1.
2.
3.
## Solutions possible (optionnel)
## Captures d'écran (optionnel)
|
priority
|
connexion à la bd docker dysfonctionnelle description du bug présentement il n est pas possible de se connecter à la bd faite par docker envoyer les informations ne fonctionnent pas impacts majeur comportement attendu capable de se connecter à la bd docker comportement actuel loop infini ou impossibilité de reconnaitre la connexion étapes pour reproduire le problème optionnel solutions possible optionnel captures d écran optionnel
| 1
|
250,653
| 7,979,542,546
|
IssuesEvent
|
2018-07-17 22:12:24
|
StrangeLoopGames/EcoIssues
|
https://api.github.com/repos/StrangeLoopGames/EcoIssues
|
closed
|
ArgumentException
|
High Priority
|
**==Sent from Eco Crash Server==**
**Details:**
Message:Ein Element mit dem gleichen Schlüssel wurde bereits hinzugefügt.
<br><br>
Source:mscorlib
**Stack:**
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
<br><br>
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
<br><br>
at Eco.Shared.Utils.DictionaryExtensions.GetOrAdd[TKey,TValue](IDictionary`2 dict, TKey key, Func`1 addFunc)
<br><br>
at Eco.Gameplay.Players.WelcomeMessage.<>c.<get>b__2_1(Species species)
<br><br>
at System.Linq.Enumerable.<>c__DisplayClass7_0`3.<combineselectors>b__0(TSource x)
<br><br>
at System.Linq.Enumerable.<>c__DisplayClass7_0`3.<combineselectors>b__0(TSource x)
<br><br>
at System.Linq.Enumerable.<>c__DisplayClass7_0`3.<combineselectors>b__0(TSource x)
<br><br>
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
<br><br>
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
<br><br>
at System.Linq.OrderedEnumerable`1.<getenumerator>d__1.MoveNext()
<br><br>
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
<br><br>
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
<br><br>
at Eco.Gameplay.Systems.Tooltip.TooltipExtensions.FoldoutList(IEnumerable`1 list, LocString itemNounSingular, Int32 max)
<br><br>
at Eco.Gameplay.Players.WelcomeMessage.Get(Player player)
<br><br>
at Eco.Gameplay.Systems.Chat.ChatManager.Eco.Shared.Networking.INetObject.SendInitialState(BSONObject bsonObj, INetObjectViewer viewer)
<br><br>
at Eco.Shared.Networking.NetObjectManager.GetInitialObjectStates(IEnumerable`1 newObjects, INetObjectViewer viewer, INetObjectContainer monitored)
<br><br>
at Eco.Plugins.Networking.Client.Update()
<br><br>
at Eco.Plugins.Networking.Client.<.ctor>b__52_0()</getenumerator></combineselectors></combineselectors></combineselectors></get>
|
1.0
|
ArgumentException - **==Sent from Eco Crash Server==**
**Details:**
Message:Ein Element mit dem gleichen Schlüssel wurde bereits hinzugefügt.
<br><br>
Source:mscorlib
**Stack:**
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
<br><br>
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
<br><br>
at Eco.Shared.Utils.DictionaryExtensions.GetOrAdd[TKey,TValue](IDictionary`2 dict, TKey key, Func`1 addFunc)
<br><br>
at Eco.Gameplay.Players.WelcomeMessage.<>c.<get>b__2_1(Species species)
<br><br>
at System.Linq.Enumerable.<>c__DisplayClass7_0`3.<combineselectors>b__0(TSource x)
<br><br>
at System.Linq.Enumerable.<>c__DisplayClass7_0`3.<combineselectors>b__0(TSource x)
<br><br>
at System.Linq.Enumerable.<>c__DisplayClass7_0`3.<combineselectors>b__0(TSource x)
<br><br>
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
<br><br>
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
<br><br>
at System.Linq.OrderedEnumerable`1.<getenumerator>d__1.MoveNext()
<br><br>
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
<br><br>
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
<br><br>
at Eco.Gameplay.Systems.Tooltip.TooltipExtensions.FoldoutList(IEnumerable`1 list, LocString itemNounSingular, Int32 max)
<br><br>
at Eco.Gameplay.Players.WelcomeMessage.Get(Player player)
<br><br>
at Eco.Gameplay.Systems.Chat.ChatManager.Eco.Shared.Networking.INetObject.SendInitialState(BSONObject bsonObj, INetObjectViewer viewer)
<br><br>
at Eco.Shared.Networking.NetObjectManager.GetInitialObjectStates(IEnumerable`1 newObjects, INetObjectViewer viewer, INetObjectContainer monitored)
<br><br>
at Eco.Plugins.Networking.Client.Update()
<br><br>
at Eco.Plugins.Networking.Client.<.ctor>b__52_0()</getenumerator></combineselectors></combineselectors></combineselectors></get>
|
priority
|
argumentexception sent from eco crash server details message ein element mit dem gleichen schlüssel wurde bereits hinzugefügt source mscorlib stack at system throwhelper throwargumentexception exceptionresource resource at system collections generic dictionary insert tkey key tvalue value boolean add at eco shared utils dictionaryextensions getoradd idictionary dict tkey key func addfunc at eco gameplay players welcomemessage lt gt c b species species at system linq enumerable lt gt c b tsource x at system linq enumerable lt gt c b tsource x at system linq enumerable lt gt c b tsource x at system linq enumerable whereselectenumerableiterator movenext at system linq buffer ctor ienumerable source at system linq orderedenumerable d movenext at system linq enumerable whereselectenumerableiterator movenext at system linq enumerable firstordefault ienumerable source at eco gameplay systems tooltip tooltipextensions foldoutlist ienumerable list locstring itemnounsingular max at eco gameplay players welcomemessage get player player at eco gameplay systems chat chatmanager eco shared networking inetobject sendinitialstate bsonobject bsonobj inetobjectviewer viewer at eco shared networking netobjectmanager getinitialobjectstates ienumerable newobjects inetobjectviewer viewer inetobjectcontainer monitored at eco plugins networking client update at eco plugins networking client lt ctor gt b
| 1
|
531,863
| 15,526,596,129
|
IssuesEvent
|
2021-03-13 01:52:23
|
CreeperMagnet/the-creepers-code
|
https://api.github.com/repos/CreeperMagnet/the-creepers-code
|
closed
|
Emerald rings break randomly
|
priority: high
|
No clue what causes this, but it's already fixed in V0.4, so I don't feel the need to figure out why.
(Imported from old repository)
|
1.0
|
Emerald rings break randomly - No clue what causes this, but it's already fixed in V0.4, so I don't feel the need to figure out why.
(Imported from old repository)
|
priority
|
emerald rings break randomly no clue what causes this but it s already fixed in so i don t feel the need to figure out why imported from old repository
| 1
|
304,334
| 9,330,855,895
|
IssuesEvent
|
2019-03-28 08:18:10
|
netdata/netdata
|
https://api.github.com/repos/netdata/netdata
|
closed
|
Scalable page cache, metrics index and space management
|
area/database feature request priority/high
|
<!---
When creating a feature request please:
- Verify first that your issue is not already reported on GitHub
- Explain new feature briefly in "Feature idea summary" section
- Provide a clear and concise description of what you expect to happen.
--->
Implement a scalable page cache, metrics index and space management, debug and test it. Related to #5282.
|
1.0
|
Scalable page cache, metrics index and space management - <!---
When creating a feature request please:
- Verify first that your issue is not already reported on GitHub
- Explain new feature briefly in "Feature idea summary" section
- Provide a clear and concise description of what you expect to happen.
--->
Implement a scalable page cache, metrics index and space management, debug and test it. Related to #5282.
|
priority
|
scalable page cache metrics index and space management when creating a feature request please verify first that your issue is not already reported on github explain new feature briefly in feature idea summary section provide a clear and concise description of what you expect to happen implement a scalable page cache metrics index and space management debug and test it related to
| 1
|
64,007
| 3,203,593,114
|
IssuesEvent
|
2015-10-02 19:50:24
|
ParadiseSS13/Paradise
|
https://api.github.com/repos/ParadiseSS13/Paradise
|
closed
|
No one Deathgasps Anymore
|
Bug High Priority
|
People are unable to deathgasp anymore; if someone dies, they just fall over without any particular emote.
|
1.0
|
No one Deathgasps Anymore - People are unable to deathgasp anymore; if someone dies, they just fall over without any particular emote.
|
priority
|
no one deathgasps anymore people are unable to deathgasp anymore if someone dies they just fall over without any particular emote
| 1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.